@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400;500;600;700;800;900&family=Hanuman:wght@100;300;400;700;900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --pure-black: #000000;
    --pure-white: #FFFFFF;

    --gray-100: #0A0A0A;
    --gray-200: #3D3F3F;
    --gray-300: #515353;
    --gray-400: #797B7C;
    --gray-500: #A5A8A9;
    --gray-600: #B6B9BA;
    --gray-700: #C8CACB;
    --gray-800: #E7E8E9;
    --gray-900: #F5F5F5;
    --gray-950: #FCFDFD;

    --blue-darker: #001D3B;
    --blue-dark: #00396C;
    --blue: #0167BC;
    --blue-light: #A7CAF3;
    --blue-lighter: #F6F9FE;

    --regular: 300;
    --medium: 400;
    --bold: 700;
    --black-w: 900;
}

body {
    font-family: "Bricolage Grotesque", "Google Sans", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 1.125rem;
    font-weight: 400 !important;
    background-color: var(--gray-950);
}

.content-body p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    color: var(--gray-100);
}

p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

/* --------------------------------------
    customize bootstrap style
----------------*/
.btn,
.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none;
}

.btn {
    border-radius: 100px;
    padding: 0.86rem 1.125rem;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary {
    background-color: var(--blue);
    color: var(--blue-lighter);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--blue-dark);
}

.btn-outline-light {
    background-color: var(--gray-950);
    border: 1.5px solid var(--gray-600);
    color: var(--gray-200);
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: var(--gray-900);
    border: 1.5px solid var(--gray-600);
    color: var(--gray-200);
}


.mq_doctors h1 {
    font-size: 40px;
    color: var(--gray-100);
    font-weight: 600;
}

.mq_doctors p {
    color: var(--gray-300);
}

.mq_doctor_card {
    text-align: center;
    border-radius: 1.5rem;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* dark gradient so the text is easier to read */
.mq_doctor_card::before {
    content: "";
    position: absolute;
    inset: 0;
}

.mq_doctor_card .card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
    padding: 0.5rem;
}

.mq_doctor_card .card-body .doctor_info {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1rem;
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.mq_doctor_card .doctor_info h3 {
    margin: 0 0 6px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--blue-dark);
}

.mq_doctor_card .doctor_info p {
    margin: 0;
    font-size: 16px;
    color: var(--gray-200);
}

.mq_promotion .mq_promotion_contain {
    padding: 5rem;
    border-radius: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.mq_promotion .mq_promotion_contain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.5rem;
    background: rgba(0, 0, 0, 0.48);
}

.mq_promotion .mq_promotion_contain .mq_promotion_inner {
    position: relative;
    z-index: 1;
}

.mq_promotion .mq_promotion_contain .mq_promotion_inner h1 {
    color: var(--pure-white);
    font-size: 40px;
    font-weight: 600;
    text-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.mq_promotion .mq_promotion_contain .mq_promotion_inner p {
    color: var(--gray-900);
}

@media screen and (max-width: 576px) {
    .mq_promotion .mq_promotion_contain {
        padding: 2rem;
    }
}

.mq_services h1 {
    font-size: 40px;
    font-weight: 600;
}

.mq_news h1 {
    font-size: 40px;
    font-weight: 600;
}

.mq_news_item {
    text-decoration: none;
    border: 0;
    transition: all 300ms ease-out;
    color: var(--gray-100);
    background: transparent;
}

.mq_news_item .card-body {
    padding: 0;
    margin: 0;
    display: flex;
}

.mq_news_item img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background-position: center;
    width: 100%;
    max-width: 260px;
    min-width: 120px;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border-radius: 1.5rem;
}

.mq_news_item h5 {
    font-weight: 400;
}

.mq_news_item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Change to the number of lines you want to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--gray-300);
}

.mq_news_item small {
    color: var(--blue);
}

/* .mq_news_item:hover h5 {
    color: var(--blue);
    transition: all 300ms ease-in-out;
    text-decoration: underline;
} */

.mq_service_item {
    background: none;
    border: none;
    text-decoration: none;
    color: var(--gray-100);
    height: 100%;
    background: var(--pure-white);
    border-radius: 1.5rem;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.mq_service_item .card-body {
    padding: 0;
}

.mq_service_item .card-body img {
    /* border-radius: 1.5rem; */
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background-position: center;
    margin-bottom: 1rem;
}

.mq_service_item .card-body h3 {
    padding: 0 1rem;
}

.mq_service_item .card-body p {
    color: var(--gray-300);
    padding: 0 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Change to the number of lines you want to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mq_service_item .card-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0 0 1.5rem 1.5rem;
}

section.content-header {
    margin-bottom: 0rem;
}

section.content-header .wrapper {
    width: 100%;
    min-height: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
}

section.content-header .wrapper .thumbnail {
    width: 100%;
    height: 100%;
    background: #283C55;
    position: absolute;
    z-index: -1;
}

section.content-header .wrapper .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.content-header .wrapper .content-title {
    padding: 2rem 0;
    margin-top: auto;
    color: white;
}

section.content-header .wrapper .content-title .line {
    height: 5px;
    width: 100px;
    background: var(--info);
}

.card-news a {
    text-decoration: none;
    color: var(--primary);
    transition: all 100ms ease;
}

.card-news a .card-body {
    padding: 0;
}

.card-news a .card-body .news-thumb {
    position: relative;
}

.card-news a .card-body .news-thumb img.img-main {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.card-news a .card-body small.published-date {
    font-size: 0.8rem;
    color: var(--primary);
}

.card-news a .card-body h5 {
    line-height: 1.5;
}

.card-news a .card-body h5:hover {
    text-decoration: none;
    color: var(--blue);
}

.card-news:hover a {
    color: var(--secondary);
}

nav.paginate {
    display: flex;
    justify-content: center;
    margin: 2.5rem 0;
}

nav.paginate .pagination .page-item {
    margin: 0 0.125rem;
}

nav.paginate .pagination .page-item .page-link {
    border: none;
    border-radius: 100px;
    color: var(--black);
    font-size: 1rem;
}

nav.paginate .pagination .page-item.disabled {
    opacity: 0.7;
}

nav.paginate .pagination .page-item.active a {
    background: #ccc;
}

.person-card {
    border-radius: 0;
    height: 100%;
}

.nav-item.smallscreen-hidden a {
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.nav-item.smallscreen-hidden a svg {
    width: 24px;
    height: 24px;
}

.icon-search_outline {
    color: white;
    font-size: 1.125rem;
}

.person-card a {
    text-decoration: none;
    color: var(--info);
}

.person-card a .card-body {
    padding: 0;
}

.person-card a .card-body .per-thumb {
    width: 100%;
    height: 100%;
}

.person-card a .card-body .per-thumb img.img-main {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
}

.person-card a .card-body .card-content {
    padding: 1.5rem;
    position: relative;
    z-index: 1;
}

.person-card a .card-body .card-content .per-profile {
    width: 60%;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.18);
    position: relative;
    margin: 0 auto;
}

.person-card a .card-body .card-content .per-profile img.img-frame-concrol {
    width: 100%;
    opacity: 0;
    border-radius: 100%;
}

.person-card a .card-body .card-content .per-profile img.img-main {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.person-card a .card-body .card-content h5,
.person-card a .card-body .card-content p {
    text-align: center;
}

.person-card a .card-body .card-content h5 {
    margin-top: 1rem;
}

.person-card a .card-body .card-content p {
    color: var(--primary);
}

.book-card {
    border-radius: 0;
    background: #eee;
    height: 100%;
}

.book-card a {
    color: var(--primary);
    text-decoration: none;
    transition: all 100ms ease;
}

.book-card a .card-body {
    padding: 0;
}

.book-card a .card-body .book-thumb {
    position: relative;
    overflow: hidden;
}

.book-card a .card-body .book-thumb img.img-frame-concrol {
    width: 100%;
    height: 100%;
}

.book-card a .card-body .book-thumb img.img-main {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.book-card a .card-body .card-content {
    padding: 1rem;
}

.book-card a:hover {
    color: var(--secondary);
}

.slide-testimonials .wrapper .profile {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    border-radius: 100%;
    overflow: hidden;
    margin: 2rem auto;
}

.slide-testimonials .wrapper .profile img.img-frame-concrol {
    border-radius: 100%;
}

.slide-testimonials .wrapper .profile img.img-main {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.institute-card {
    border-radius: 0;
}

.institute-card .card-body {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #eee;
}

.institute-card .card-body .thumb {
    width: 100%;
    height: 100%;
    position: relative;
}

.institute-card .card-body .thumb img.img-frame-concrol {
    width: 100%;
    opacity: 0;
}

.institute-card .card-body .thumb img.img-main {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.institute-card .card-body .thumb img.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
}

.institute-card .card-body .content-title {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.institute-card .card-body .content-title h5 {
    margin-bottom: 0;
}

.institute-card .card-body .content-title a {
    color: var(--primary);
    text-decoration: none;
}

.institute-card .card-body .content-title a:hover {
    color: var(--secondary);
}

.institute-card .card-body a {
    color: var(--primary);
    text-decoration: none;
}

.institute-card .card-body a:hover {
    color: var(--secondary);
}

@media screen and (max-width: 576px) {
    .institute-card .card-body .content-title a {
        display: none;
    }
}

.institute-card .card-body a {
    color: var(--primary);
    text-decoration: none;
}

.institute-card .card-body a:hover {
    color: var(--secondary);
}

.institute-card .card-body a .content-title a {
    display: none;
}

.card-link {
    padding: 0;
    margin-bottom: 0.5rem;
}

.card-link a {
    color: var(--black);
    text-decoration: none;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.card-link a .card-body {
    padding: 0;
}

.card-link a .card-body img.logo {
    width: 60px;
    display: block;
    float: left;
    padding: 0.5rem;
}

.card-link a .card-body span.profile {
    width: 60px;
    height: 100%;
    display: block;
    float: left;
    padding: 0.5rem;
}

.card-link a .card-body span.profile span.txtProfile {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    border-radius: 100px;
}

.card-link a .card-body .content-title {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-left: 1px solid rgba(0, 0, 0, 0.16);
}

.card-link a:hover {
    color: white;
    background: var(--primary);
}

.card-link+.card-link {
    margin-left: 0;
}

.card-related {
    height: 100%;
}

.card-related a {
    text-decoration: none;
    color: var(--primary);
    transition: all 100ms ease;
}

.card-related a .card-body {
    background: #f8f9fa;
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.card-related a .card-body img.logo {
    width: 40%;
}

.card-related a .card-body img.thumbnail {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.card-related a .card-footer {
    border: none;
    border-top: 1px solid var(--primary);
    background: none;
}

.card-related a:hover {
    color: var(--secondary);
}

.card-widget-01 {
    transition: 0.3s ease;
}

.card-widget-01 a.url {
    color: var(--primary);
    font-size: 18px;
    transition: all 0.3s ease;
}

.card-widget-01:hover {
    background: #f8f8f8;
}

.card-widget-01:hover a.url {
    color: var(--info);
}

.card-widget-01:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.card-widget-02 {
    border-left: 4px solid var(--info);
    margin-bottom: 1rem;
    transition: 0.3s ease;
}

.card-widget-02 small.subtitle {
    display: none;
}

.card-widget-02 a.url {
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.card-widget-02:hover {
    background: #f8f8f8;
}

.card-widget-03 {
    position: relative;
    padding-bottom: 1rem;
}

.card-widget-03 a.url {
    font-size: 18px;
    text-decoration: none;
}

.card-widget-03 small.subtitle {
    color: var(--primary);
    transition: all 0.3s ease;
}

.card-widget-03::before {
    content: "";
    width: 2px;
    background: #ccc;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 0;
}

.card-widget-03::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #ccc;
    position: absolute;
    top: 8px;
    left: -4px;
    transition: all 0.3s ease;
}

.card-widget-03:hover::after {
    background: var(--secondary);
}

.card-widget-03:hover small.subtitle {
    color: var(--secondary);
}

.stickyNav .wrapper {
    background: #ffffff;
    transition: all 0.3s;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border: 0;
}

.stickyNav .wrapper .navbar {
    padding: 10px;
}

.stickyNav .wrapper .navbar .appBar {
    padding: 0;
}

.stickyNav .wrapper .navbar .appBar .mobileDrawingBtn {
    display: none;
}

.stickyNav .wrapper .navbar .appBar .menuBar .offcanvas-header {
    display: none;
}

.stickyNav .wrapper .navbar .appBar .menuBar form.menu-search {
    display: none;
}

.stickyNav .wrapper .navbar .appBar .menuBar .topNav,
.stickyNav .wrapper .navbar .appBar .menuBar .mainNav {
    display: flex;
    justify-content: end;
}

.stickyNav .wrapper .navbar .appBar .menuBar .topNav li a,
.stickyNav .wrapper .navbar .appBar .menuBar .mainNav li a {
    color: black;
}

.stickyNav .wrapper .navbar .appBar .menuBar .topNav li.nav-item a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.stickyNav .wrapper .navbar .appBar .menuBar .mainNav .dropdown-menu {
    background: var(--pure-white);
    border: 0;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all 300ms ease-out;
    padding: 0;
}

.stickyNav .wrapper .navbar .appBar .menuBar .mainNav .dropdown-menu li a {
    padding: 0.5rem 1.25rem;
}

.stickyNav .wrapper .navbar .appBar .menuBar .mainNav .dropdown-menu li a:hover {
    /* background: var(--primary); */
    color: var(--blue);
}

.stickyNav .wrapper .navbar .appBar .menuBar li.nav-item a {
    padding: 0 0.75rem;
    font-size: 1rem;
    transition: all 300ms ease-out;
}

.stickyNav .wrapper .navbar .appBar .menuBar li.nav-item a.active {
    color: var(--blue);
    font-weight: 700;
}

.stickyNav .wrapper .navbar .appBar .menuBar li.nav-item a:hover {
    color: var(--blue-dark);
}

.stickyNav.hide {
    transform: translateY(-150px);
}

.smallscreen-hidden {
    display: block;
}

.dropdown-item.active {
    background: transparent;
}

.dropdown-item:is(:hover, :focus) {
    background: transparent;
}

.search-popup form.menu-search {
    width: 100%;
    position: relative;
}

.search-popup form.menu-search input {
    width: 100%;
    height: 57px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 100px;
    padding: 0 1rem;
    padding-right: 8rem;
}

.search-popup form.menu-search button {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    color: white;
}

.mq_statistics .card {
    background: transparent;
    display: inline-block;
    width: max-content;
}

@media screen and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    /* Dropdown Fade Up */
    .dropdown-menu.drop-fade-up {
        animation: dropFadeUp 250ms ease-out;
        min-width: 13rem;
        z-index: 5 !important;
    }

    @keyframes dropFadeUp {
        0% {
            transform: translateY(50px);
            opacity: 0;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
}

@media screen and (max-width: 991px) {
    .smallscreen-hidden {
        display: none;
    }

    .stickyNav .wrapper .appBar .mobileDrawingBtn {
        display: block !important;
        color: black;
        font-size: 2.0rem;
        padding: 0 0.125rem;
        background: transparent;
        border: none;
        margin-top: 45px;
    }

    .stickyNav .wrapper .appBar .menuBar {
        background: white;
        border: 0;
        padding: 0;
    }

    .stickyNav .wrapper .appBar .menuBar.offcanvas {
        width: 100%;
        overflow: auto;
    }

    .stickyNav .wrapper .appBar .menuBar .offcanvas-header {
        display: flex !important;
        padding: 0.25rem 1rem;
        margin-top: 45px;
    }

    .stickyNav .wrapper .appBar .menuBar .offcanvas-header .btn-close {
        color: black;
        font-size: 2.5rem;
        background: transparent !important;
    }

    .stickyNav .wrapper .appBar .menuBar form.menu-search {
        display: block !important;
        position: relative;
        padding: 0.5rem 0.25rem;
    }

    .stickyNav .wrapper .appBar .menuBar form.menu-search input {
        width: 100%;
        border: 1.5px solid rgb(176, 176, 176);
        border-radius: 100px;
        padding: 1rem 1.125rem;
        background-color: #f6f6f6;
    }

    .stickyNav .wrapper .appBar .menuBar form.menu-search button {
        position: absolute;
        top: 0.75rem;
        right: 0.5rem;
        color: white;
    }
}

@media screen and (min-width: 992px) {
    .hero .wrapper {
        width: 100%;
    }

    .hero .wrapper .carousel {
        text-align: left;
        width: 100%;
        height: 100%;

    }

    .hero .wrapper .carousel .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    .hero .wrapper .carousel .carousel-indicators button {
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 100%;
    }

    .hero .wrapper .carousel .carousel-inner {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item img.carousel-img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        background-position: center;
        width: 100%;
        border-radius: 2rem;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption {
        position: absolute;
        z-index: 1;
        bottom: 5px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption h4 {
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.6);
        color: var(--blue-dark);
        padding: 0.5rem 1rem;
        width: 100%;
        height: auto;
        border-radius: 1rem;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 1.125rem;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption .carousel-caption-content {
        color: white;
        padding: 1rem;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption a {
        margin: 0 0.5rem;
    }

    .hero .wrapper .carousel .carousel-control-btn {
        z-index: 1;
        size: 5rem;
    }
}

@media screen and (max-width: 991px) {
    .hero .wrapper {
        width: 100%;
    }

    .hero .wrapper .carousel {
        width: 100%;
        height: 100%;
    }

    .hero .wrapper .carousel .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    .hero .wrapper .carousel .carousel-indicators button {
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 100%;
    }

    .hero .wrapper .carousel .carousel-inner {
        width: 100%;
        height: 100%;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item {
        width: 100%;
        height: 100%;
        border-radius: 2rem;
        overflow: hidden;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item img.carousel-img {
        width: 100%;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption {
        position: static;
        background: var(--blue-dark);
        color: var(--blue-lighter);
        padding-bottom: 0rem;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption h4 {
        color: var(--blue-lighter);
        padding-bottom: 2rem;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption h2,
    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption p {
        display: inline-block;
        padding: 0.5rem;
        text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 1.125rem;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption .carousel-caption-content {
        color: var(--pure-white);
        padding: 1rem;
        top: 50px;
    }

    .hero .wrapper .carousel .carousel-inner .carousel-item .carousel-caption a {
        margin: 0 0.5rem;
    }

    .hero .wrapper .carousel .carousel-control-btn {
        display: none;
    }
}

.search-area {
    margin-bottom: 2.5rem;
}

.search-area .wrapper {
    background: var(--primary);
    color: white;
    text-align: center;
    padding: 2rem;
}

.search-area .wrapper form {
    position: relative;
}

.search-area .wrapper form input {
    width: 100%;
    border: none;
    border-radius: 100px;
    padding: 1.125rem;
}

.search-area .wrapper form button {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
}

.countdown-public-roadshow {
    margin-bottom: 2.5rem;
}

.countdown-public-roadshow .wrapper .card {
    background: #005D98;
    border: none;
}

.countdown-public-roadshow .wrapper .card .card-body {
    position: relative;
    overflow: hidden;
    padding: 2rem 1rem;
}

.countdown-public-roadshow .wrapper .card .card-body::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    background-image: url(../Image/background/Untitled-2-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.countdown-public-roadshow .wrapper .card .card-body .row {
    position: relative;
    z-index: 1;
    color: #FFF;
}

.countdown-public-roadshow .wrapper .card .card-body .row .title a {
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
}

.countdown-public-roadshow .wrapper .card .card-body .row .countdown {
    font-size: 2rem;
    color: #fff;
}

.countdown-public-roadshow .wrapper .card .card-body .row .countdown b {
    font-size: 4rem;
}

.countdown-public-roadshow .wrapper .card .card-body .img-bg {
    height: calc(100% - 30px);
    position: absolute;
    bottom: 0;
    right: 10%;
    scale: 1;
}

@media all and (max-width: 768px) {
    .countdown-public-roadshow .wrapper .card .card-body .img-bg {
        display: none;
    }

    .countdown-public-roadshow .wrapper .card .card-body .row .title,
    .countdown-public-roadshow .wrapper .card .card-body .row .countdown {
        text-align: center;
    }
}

@media all and (max-width: 576px) {
    .countdown-public-roadshow .wrapper .card .card-body .row .title {
        font-size: 1.5rem;
    }

    .countdown-public-roadshow .wrapper .card .card-body .row .countdown {
        font-size: 1.5rem;
    }

    .countdown-public-roadshow .wrapper .card .card-body .row .countdown b {
        font-size: 2rem;
    }
}

@media all and (max-width: 400px) {
    .countdown-public-roadshow .wrapper .card .card-body .row .title {
        font-size: 1.125rem;
    }

    .countdown-public-roadshow .wrapper .card .card-body .row .countdown {
        font-size: 1.125rem;
    }

    .countdown-public-roadshow .wrapper .card .card-body .row .countdown b {
        font-size: 1.5rem;
    }
}

.mq_intro h1 {
    font-size: 40px;
    font-weight: 600;
}

.mq_quote .wrapper h1 {
    font-size: 40px;
    font-weight: 600;
}

.mq_faqs h1 {
    font-size: 40px;
    font-weight: 600;
}

.mq_quote .wrapper img {
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-position: center;
}


.company {
    margin: 5rem 0 2.5rem 0;
}

.company .wrapper .crad-company a {
    text-decoration: none;
    color: white;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.company .wrapper .crad-company a .card-body {
    padding: 0;
    border-radius: 0;
    position: relative;
}

.company .wrapper .crad-company a .card-body .thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
}

.company .wrapper .crad-company a .card-body .thumbnail .img-frame-concrol {
    opacity: 1;
}

.company .wrapper .crad-company a .card-body .thumbnail .img-main {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.company .wrapper .crad-company a .card-body .thumbnail::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(40, 60, 85, 0.3);
    transition: all 300ms ease;
}

.company .wrapper .crad-company a .card-body .logo-company img {
    height: 30%;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company .wrapper .crad-company a .card-body .content-title h4 {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.company .wrapper .crad-company a:hover .thumbnail:after {
    background: rgba(40, 60, 85, 0.5);
}

.news {
    margin: 2.5rem 0;
}

.news .wrapper .card-no-bordered a {
    text-decoration: none;
    color: var(--primary);
    transition: 0.3s ease;
}

.news .wrapper .card-no-bordered a .card-body {
    padding: 0;
}

.news .wrapper .card-no-bordered a:hover {
    color: var(--secondary);
}

.news .wrapper .card-no-bordered a h5 {
    line-height: 1.3;
}

.institutions {
    margin: 2.5rem 0;
}

.institutions .wrapper {
    position: relative;
}

.institutions .wrapper img.img-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.institutions .wrapper .content-header {
    position: relative;
    z-index: 1;
    background: var(--secondary);
    transform: translateY(-50%);
    margin: auto;
    color: white;
    padding: 0.5rem 1rem;
}

.institutions .wrapper .img-frame-concrol {
    opacity: 0;
    display: block;
}

.institutions .wrapper img.main-img {
    display: block;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.institutions .wrapper .group-items {
    height: 100%;
}

.institutions .wrapper .group-items .col-sm-6 {
    height: 50%;
    text-align: center;
}

.institutions .wrapper .group-items .col-sm-6 h2 {
    color: var(--secondary);
    font-weight: var(--bold);
    font-size: 4rem;
}

.video-yt {
    margin: 2.5rem 0;
}

.video-yt .wrapper .owl-carousel.video .item .video-area .card .card-body {
    position: relative;
    padding: 0;
}

.video-yt .wrapper .owl-carousel.video .item .video-area .card .card-body img {
    width: 100%;
}

.video-yt .wrapper .owl-carousel.video .item .video-area .card .card-body iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-yt .wrapper .owl-carousel.video .item .content-text .card {
    border: none;
}

.video-yt .wrapper .owl-carousel.video .item .content-text .card a {
    color: var(--primary);
    font-size: 1.5rem;
}

.history {
    margin: 2.5rem 0;
}

.history .wrapper .container-fluid {
    background: var(--primary);
    padding: 0 !important;
    color: white;
    padding-bottom: 4rem !important;
}

.history .wrapper .container-fluid .content-header {
    background: var(--secondary);
    color: white;
    padding: 0.5rem 2rem;
    transform: translateY(-50%);
    margin: auto;
}

.history .wrapper .container-fluid .image {
    position: relative;
}

.history .wrapper .container-fluid .image img.main-img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.history .wrapper .container-fluid a {
    color: white;
    font-size: 1.5rem;
}

.alumni {
    margin: 2.5rem 0 5rem 0;
}

.alumni .wrapper .owl-carousel.video .item .video-area .card .card-body {
    position: relative;
    padding: 0;
}

.alumni .wrapper .owl-carousel.video .item .video-area .card .card-body img {
    width: 100%;
}

.alumni .wrapper .owl-carousel.video .item .video-area .card .card-body img.main-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.alumni .wrapper .owl-carousel.video .item .content-text .card {
    border: none;
}

.alumni .wrapper .owl-carousel.video .item .content-text .card a {
    color: var(--primary);
    font-size: 1.5rem;
}

.page-header {
    width: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.page-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.page-header .contact-us {
    color: #fff;
    margin-top: auto;
    margin-bottom: 40px;
    padding: 0;
}

.page-header .contact-us .underline {
    height: 5px;
    width: 100px;
    background: var(--info);
}

.contact-form-group .form-item {
    position: relative;
}

.contact-form-group .form-item i.fa-regular {
    font-size: 1.5rem;
    position: absolute;
    top: 11px;
    right: 10px;
}

.contact-form-group .form-item i.fa-regular.fa-circle-check {
    color: green;
}

.contact-form-group .form-item i.fa-regular.fa-circle-xmark {
    color: red;
}

.contact-form-group .form-item .validate-title {
    color: red;
}

#contact-us input,
textarea {
    background: #FBFBFB !important;
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
}

#contact-us input:is(:focus, :active) {
    outline: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.16);
}

#contact-us textarea:is(:focus, :active) {
    outline: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.16);
}

.btn-w100 {
    width: 100%;
}

#contact-us .blueColor {
    color: #27338D;
}

#contact-us a {
    text-decoration: none;
    color: #1B1D1F;
}

#contact-us .blueColor a img {
    margin-right: 30px;
}

#contact-us p {
    font-size: 20px;
}

#institution .card-header {
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 200px;
    justify-content: center;
}

#institution .card img {
    width: 100%;
}

#institution img.logo {
    position: relative;
    height: 60%;
    vertical-align: middle;
    -o-object-position: center;
    object-position: center;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

#institution img.bg-card {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#institution .card-body {
    background-color: #eee;
    padding: 10px 25px;
}

#institution .card-body p {
    margin: 0 !important;
}

#institution a {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .mainNav-mobile {
        display: none !important;
    }

    .institutions .wrapper .content-header {
        width: -moz-max-content;
        width: max-content;
    }

    .history .wrapper .container-fluid .content-header {
        width: -moz-max-content;
        width: max-content;
    }
}

@media screen and (max-width: 991px) {
    .mainNav-mobile {
        display: block;
    }

    .stickyNav .wrapper .navbar .appBar .menuBar li.nav-item:not(:last-child) a {
        padding: 10px 30px;
        display: block;
    }

    .focused-btn {
        padding: 1rem 2rem !important;
    }

    .stickyNav .wrapper .appBar {
        height: 80px;
    }

    .institutions .wrapper .img-frame-concrol {
        display: none;
    }

    .institutions .wrapper img.main-img {
        display: none;
    }

    .institutions .wrapper .group-items {
        height: auto;
    }

    .institutions .wrapper .group-items .col-sm-6 {
        height: auto;
        margin-bottom: 4rem;
    }
}

nav ul.pagination li.page-item .page-link {
    background: transparent;
    border: none !important;
    color: var(--black);
}

nav ul.pagination li.page-item.active .page-link {
    color: var(--black);
    background: rgba(0, 0, 0, 0.18);
}

nav ul.pagination li.page-item:not(.disable) .page-link:hover {
    background: rgba(0, 0, 0, 0.16);
}

.maps-header {
    text-align: center;
    padding: 0.5rem;
    font-family: "Alexandria", "Hanuman", sans-serif;
}

.maps-header .icon-school img.logo-school {
    width: 35px;
}

.maps-header .group-btn {
    overflow-x: auto;
}

.maps-header .group-btn .btn-group-campuses {
    height: auto;
    width: -moz-max-content;
    width: max-content;
    padding: 0.5rem 0;
}

.maps-header .group-btn .btn-group-campuses button {
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 0 1rem;
    font-size: 1rem;
    margin-right: 0.5rem;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}

.maps-header .group-btn .btn-group-campuses button.active {
    background: var(--secondary);
    color: white;
}

.maps-header .group-btn::-webkit-scrollbar {
    height: 6px;
}

.maps-header .group-btn::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.maps-header .group-btn::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.maps-header .logo-school {
    padding: 0.25rem 0.5rem;
    border-radius: 100px;
}

.maps-header .logo-school img {
    width: 30px !important;
}

.maps-header .logo-school.active {
    background: var(--secondary);
    color: white;
}


.home-vac {
    display: flex;
    flex-direction: row;
    padding: 1rem;
}

.home-vac .vac-content h4 {
    color: var(--blue)
}

.swiper-slide {
    height: auto;
    background: #f6f6f6;
    border-radius: 1rem;
}

.home-vac .thumbnail {
    width: 100%;
    height: 100%;
}

.home-vac .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.swiper-wrapper {
    height: auto;
}

.swiper-pagination {
    position: static;
}

@media screen and (max-width: 768px) {
    .home-vac {
        flex-direction: column-reverse;
    }

    .home-vac .thumbnail {
        margin-bottom: 1rem;
    }
}

.mq_faq .faq_item {
    border-radius: 1rem;
    overflow: hidden;
    border: 1.5px solid var(--gray-600);
}

.mq_faq .faq_item .accordion-button {
    border: none;
    box-shadow: none;
    font-size: 1.125rem;
}

.accordion-button:not(.collapsed) {
    background: var(--blue-dark);
    color: var(--blue-lighter);
}

.accordion-button::after {
    content: "\002B";
    background: none;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
    content: "\2212";
    background: none;
}

.mq_footer {
    background-color: var(--blue-dark);
    padding: 2rem 0;
    color: var(--blue-lighter);
}

.mq_footer .mq_footer_descript h3 {
    color: var(--blue-lighter);
}

.mq_footer .mq_footer_contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mq_footer .mq_footer_contact h4 {
    color: var(--blue-light);
    margin-bottom: 1rem;
}

.mq_footer .mq_footer_contact ul li {
    margin-bottom: 0.35rem;
}

.mq_footer .mq_footer_contact ul li a {
    color: var(--blue-lighter);
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.mq_footer .mq_footer_contact ul li a:hover {
    color: var(--blue-light);
}

.mq_footer .mq_footer_location h4 {
    color: var(--blue-light);
    margin-bottom: 1rem;
}

.mq_footer .mq_footer_social_item {
    color: var(--blue-lighter);
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */


@font-face {
    font-family: "Tw_Cen_Mt";
    src: url("/FrontEnd/fonts/Tw_Cen_MT_Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Tw_Cen_Mt";
    src: url("/FrontEnd/fonts/Tw_Cen_MT_Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

.support-cambodia {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px !important;
    align-items: center;
    z-index: 10000;
    display: block;
    font-family: 'Tw_Cen_Mt', "Hanuman", sans-serif !important;
    letter-spacing: 0.5px;
}

.support-cambodia__flag {
    height: 30px;
    margin-right: 10px;
}

.support-cambodia__label {
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    font-family: 'Tw_Cen_Mt', "Hanuman", sans-serif !important;
}

.support-cambodia__flag svg {
    height: 17px;
    width: auto;
}

.support-cambodia__flag_bg {
    height: 50px;
    width: 100%;
}

.support-cambodia__flag_blue {
    height: 11px;
    width: 100%;
    background: #002b7f;
}

.support-cambodia__flag_red {
    height: 23px;
    width: 100%;
    background: #ce1126;
}

.support-cambodia__flag_text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
    .support-cambodia__label {
        font-size: 12px;
    }
}