:root {
    --bs-body-font-family: 'Montserrat', sans-serif;
    --bs-orange: #F79520;
    --bs-primary: #f79620;
    --bs-secondary: #1b147b;
    --bs-blue: #1B147B;
    --bs-info: #52DBE3;
    --bs-dark: #0C1A27;
    --bs-blue-light: #52DBE3;
    --bs-gray: #9F9F9F;
    --bs-light: #F8F8F8;
    --bs-pink: #DE6674;
    --bs-purple: #6B59DE;
    --bs-cyan: #EAFEFF;
    --bs-ocean-blue: #1B147B;
    --bs-link-color: #F79520;
    --bs-link-hover-color: #c07822;
    --bs-primary-rgb: 247, 149, 32;
    --bs-secondary-rgb: 27, 20, 123;
    --bs-info-rgb: 82, 219, 227;
    --bs-light-rgb: 248, 248, 248;
    --bs-dark-rgb: 12, 26, 39;
    --swiper-theme-color: var(--bs-blue-light);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-size: 48px;
    --swiper-navigation-color: #000;
}

main > p {
    margin: 0;
    padding: 0;
    display: none;
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }    
}

.nova-header {
    height: 85px;
}

.nova-header nav {
    background-color: var(--bs-white);
    height: 85px;
    position: relative;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}

.header-logo img {
    height: 42px;
    width: auto;
}

.header-menu-wrapper .nav-item {
    color: var(--bs-dark);
}

.header-menu-wrapper .nav-item:last-child a {
    padding-right: 0;
}

.header-menu-wrapper .nav-item a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
}

.header-menu-wrapper .nav-item a:hover {
    color: var(--bs-primary);
}

#studyAbroadMenu .post-item {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
}

#studyAbroadMenu .post-item .post-thumbnail {
    width: 224px;
    height: 130px;
    max-width: 100%;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 20px;
}

#studyAbroadMenu .post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    display: inline-block;
}

#studyAbroadMenu .post-item .post-date {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;    
}

#studyAbroadMenu .post-item .post-title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 223px;
}

#studyAbroadMenu .search-input-group {
    position: relative;
}

#studyAbroadMenu .search-input-group .form-control {
    background-color: #20369F;
    padding: 15.5px 48px 15.5px 24px;
    border-radius: 1000px;
    border: 0;
    outline: none;
    color: #fff;
}

#studyAbroadMenu .search-input-group .search-input-group-icon {
    position: absolute;
    top: 12px;
    right: 24px;
    color: #fff
}

#studyAbroadMenu .search-input-group .search-input-group-icon svg {
    width: 28px;
    height: 28px;
}

.nova-footer {
    background-color: var(--bs-dark);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 24px;
    position: relative;
}

.nova-footer .social-links {
    display: flex;
    gap: 16px;
}

.nova-footer .footer-menu-wrapper .footer-menu-title, .nova-footer .footer-menu-wrapper .footer-menu-list .heading  {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #fff;   
    margin-bottom: 20px; 
}

.nova-footer .footer-menu-wrapper .footer-menu-list .heading {
    font-size: 16px;
    margin-bottom: 0;
}

.nova-footer .footer-menu-wrapper .footer-menu-list {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    list-style-type: none;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.nova-footer .footer-menu-wrapper .footer-menu-list li {
    display: flex;
}

.nova-footer .footer-menu-wrapper .footer-menu-list li, .nova-footer .footer-menu-wrapper .footer-menu-list a {
    text-decoration: none;
    color: var(--bs-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;    
}

.nova-footer .footer-menu-wrapper .footer-menu-list a:hover {
    color: #fff;
    text-decoration: underline;
}

.nova-footer .footer-menu-wrapper .footer-menu-list .icon {
    color: #fff;
    margin-right: 6px;
}

.nova-footer .divider {
    width: 100%;
    height: 1px;
    background-color: #34516C;
}

.nova-footer .footer-icon-left {
    position: absolute;
    height: 124px;
    width: auto;
    left: 76px;
    bottom: 165px;
}

.nova-footer .footer-icon-right {
    position: absolute;
    height: 150px;
    width: auto;
    right: 40px;
    top: 198px;
}

#move-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .35s;
    z-index: 999;
    cursor: pointer;
}

#move-to-top svg {
    width: 24px;
    height: 24px;
}

#move-to-top.show {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .nova-footer .footer-menu-wrapper {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--bs-light);
    }
}

.bg-purple {
    background-color: var(--bs-purple) !important;
}

.bg-pink {
    background-color: var(--bs-pink) !important;
}

.check-mark-list {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    gap: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.check-mark-list li {
    position: relative;
    padding-left: 32px;
}

.check-mark-list li::before {
    content: '';
    width: 28px;
    height: 28px;
    top: -4px;
    left: 0;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' viewBox='0 0 28 29' fill='none'%3E%3Cpath d='M17.5742 14.5933C14.3387 20.4714 12.6043 25.3889 12.6043 25.3889C8.86093 18.6473 2.3335 16.1113 2.3335 16.1113C7.80808 15.9078 11.7797 18.8365 11.7797 18.8365C15.4794 11.9831 21.4086 5.16909 25.6668 2.83337C25.6668 2.83337 20.6725 8.96721 17.5742 14.5933Z' fill='%23F79520'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
}

/** Start - Utils **/

.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

section .section-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    color: var(--bs-blue)    
}

section .section-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #000    
}

section.section-padding-y {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.section-padding-y-half {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.section-padding-t {
    padding-top: 120px;
}

section.section-padding-t-half {
    padding-top: 60px;
}

section.section-padding-b {
    padding-bottom: 120px;
}

section.section-padding-b-half {
    padding-bottom: 60px;
}

.btn-rounded {
    display: inline-flex;
    padding: 13.5px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f6a038;
    --bs-btn-hover-border-color: #f6a038;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f6a038;
    --bs-btn-active-border-color: #f6a038;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.avatar-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--bs-light);
    border: 1px solid var(--bs-light);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);    
    cursor: pointer;
}

.avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: .35s;
}

.photo-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: var(--bs-light);
    border: 1px solid var(--bs-light);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);    
    cursor: pointer;
}

.photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: .35s;
}

.avatar-wrapper:hover img {
    transform: scale(1.1);
}

article.post-item {
    position: relative;
}

article.post-item a {
    text-decoration: none;
    color: #000;
}

article.post-item a:hover {
    color: var(--bs-primary);
}

article.post-item .post-item--date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--bs-gray);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

article.post-item .post-item--date svg {
    margin-right: 8px;
}

article.post-item .post-item--title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #000; 
    margin-bottom: 24px;
}

article.post-item .post-item--description {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    color: #000; 
}

article.post-item .post-item--thumbnail {
    height: 300px;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    display: block;
}

article.post-item .post-item--thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: .35s;
}

article.post-item .post-item--thumbnail:hover img {
    transform: scale(1.05);
}

article.post-item.post-item-row .post-item--thumbnail{
    height: 450px;
}

.icon-wrapper {
    width: 54px;
    height: 54px;
    border-radius: 16px 8px;
    background: var(--bs-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 3px 5.825px 1.5px;
}

.icon-wrapper.pink {
    background: var(--bs-pink);
}

.icon-wrapper.blue {
    background: var(--bs-blue);
}

.icon-wrapper.green {
    background: var(--bs-success);
}

.icon-wrapper.circle {
    border-radius: 50%;
}
/** End - Utils


/** Start - Intro **/

#intro .intro-wrapper {
    position: relative;
    height: 1000px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
}

#intro .intro-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;    
    z-index: 1;
    display: flex;
    align-items: center;
}

#intro .intro-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#intro .intro-footer-bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#intro .intro-footer-bg img {
    height: auto;
    width: 100%;
}

#intro .intro-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;    
}

#intro .intro-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: var(--bs-orange);    
}

#intro .intro-title {
    font-size: 68px;
    font-weight: bold;
    color: var(--bs-white);    
}

#intro .swiper-intro-pagination {
    bottom: -24px;
}

@media (max-width: 992px) {
    #intro .intro-wrapper {
        height: 450px;
    }

    #intro .intro-title {
        font-size: 40px;
    }

    #intro .intro-subtitle {
        font-size: 16px;
    }
}

/** End - Intro **/

/** Start - About **/
#about .about-features-wrapper {
    padding: 48px 0;
}

#about .about-features-list {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
}

#about .about-features--item {
    width: 49.9%;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

#about .about-features--item .icon {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    background-color: var(--bs-light);
    margin-right: 16px;
    border-radius: 50%;
    font-size: 24px;
}

#about .about-features--item.pink .icon {
    background-color: var(--bs-pink);
}

#about .about-features--item.purple .icon {
    background-color: var(--bs-purple);
}

#about .about-features--item.orange .icon {
    background-color: var(--bs-orange);
}

#about .about-features--item.blue-light .icon {
    background-color: var(--bs-blue-light);
}

/** End - About **/

/** Start - Grid 32 **/

#grid32 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

#grid32 .middle-padding {
    padding-bottom: 44px;
}

#grid32 .grid32-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(6, minmax(0, 1fr));
    max-height: 800px;
}

#grid32 .grid32-grid .grid-item {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

#grid32 .grid32-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: .35s;
}

#grid32 .grid32-grid .grid-item img:hover {
    transform: scale(1.05);
}

#grid32 .grid32-grid .grid-item:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 5;
}

#grid32 .grid32-grid .grid-item:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
}

#grid32 .grid32-grid .grid-item:nth-child(4) {
    grid-row-start: 5;
    grid-row-end: 7;
}

#grid32 .grid32-grid .grid-item:nth-child(5) {
    grid-row-start: 3;
    grid-row-end: 7;
}

#grid32 .grid32-grid .grid-item:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 4;
}

#grid32 .grid32-grid .grid-item:nth-child(6) {
    grid-row-start: 4;
    grid-row-end: 7;
}

#grid32 .grid32-grid-wrapper {
    position: relative;
    overflow: hidden;
    /* top: -356px */
}

#grid32 .grid32-grid-wrapper .grid32-bg {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
}

#grid32 .grid32-grid-wrapper .grid32-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    max-height: 1332px;
}

@media screen and (max-width: 992px) {
    #grid32 .grid32-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, minmax(0, 1fr));
        max-height: none;
    }

    #grid32 .grid32-grid .grid-item {
        grid-row-start: auto !important;
        grid-row-end: auto !important;
    }    

    #grid32 .grid32-grid-wrapper .grid32-bg img {
        object-fit: cover;
        -o-object-fit: cover;
        max-height: none;
    }
}

/** End - Grid 32 **/

/** Start - Teachers **/
#teachers {
    margin-top: 120px;
}

#teachers .card-teacher {
    border-radius: 16px;  
    border: 0;  
    margin-bottom: 16px;
}

#teachers .card-teacher .card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: var(--bs-blue)    
}

#teachers .card-teacher .divider {
    display: inline-block;
    text-align: center;
    margin: 20px 0;
    width: 56px;
    height: 2px;
    background-color: var(--bs-blue);
}

/** End - Teachers **/

/** Start - Swiper Custom **/
.swiper-pagination-bullet {
    transition: .35s;
    -o-transition: .35s;
    -moz-transition: .35s;
    -webkit-transition: .35s;
}

.swiper-pagination-bullet-active {
    border-radius: 1000px;
    width: 120px;
}

.swiper-button-prev, .swiper-button-next {
    border-radius: 50%;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    background: var(--bs-primary);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}

.swiper-teachers-left, .swiper-teachers-right {
    --swiper-navigation-sides-offset: 67px;
}
/** End - Swiper Custom **/

/** Start - Partners **/
#partners .partner-item {
    text-decoration: none;
    color: #000;
    transition: .35s;
    -o-transition: .35s;
    -moz-transition: .35s;
    display: block;
}

#partners .partner-item:hover {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

#partners .partner-item .partner-item--img {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 260px;
    max-height: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#partners .partner-item .partner-item--img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -o-object-fit: cover;
}

#partners .partner-item .partner-item--title {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: var(--bs-blue) 
}
/** End - Partners **/

/** Start - Study Abroad **/
#studyAbroad {
    background-color: var(--bs-blue);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#studyAbroad .study-abroad-navigation {
    position: relative;
    width: 140px;
}

#studyAbroad .study-abroad-slides {
    padding-left: 154px;
    position: relative;
    overflow: hidden;
}

#studyAbroad .card-study-abroad {
    border-radius: 40px;
    border: 0;
}

#studyAbroad .card-study-abroad .card-body {
    padding: 24px 24px 24px 40px;
}

#studyAbroad .card-study-abroad .card-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    color: #000    
}

#studyAbroad .card-study-abroad .card-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #000    
}

#studyAbroad .study-abroad-feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#studyAbroad .study-abroad-feature--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14.727px 36.818px 14.727px 14.727px;
    background: var(--bs-blue);
    width: 54px;
    height: 54px;
    color: #fff;
    margin-right: 16px;
}

#studyAbroad .study-abroad-feature.green .study-abroad-feature--icon {
    background-color: #4FAEAA;    
}

#studyAbroad .study-abroad-feature.orange .study-abroad-feature--icon {
    background-color: #EA7650;    
}

#studyAbroad .study-abroad-feature--body .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: var(--bs-blue);
    margin-bottom: 6px;
}

#studyAbroad .study-abroad-feature--body .subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--bs-gray)    
}

#studyAbroad .study-abroad-thumbnail {
    height: 450px;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

#studyAbroad .study-abroad-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

#studyAbroad .study-abroad-corner-icon {
    position: absolute;
    bottom: 15%;
    left: 2.5%;
    width: 234px;
    height: 168px;
}

#studyAbroad .study-abroad-corner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

@media screen and (max-width: 992px) {
    #studyAbroad .study-abroad-slides {
        padding-left: 12px;
    }

    #studyAbroad .section-title, #studyAbroad .card-study-abroad .card-title {
        font-size: 28px;
    }

    #studyAbroad .card-study-abroad .card-body {
        padding: 16px;
    }

    #studyAbroad .study-abroad-thumbnail {
        height: 250px;
    }
}
/** End - Study Abroad **/

/** Start - Features **/

#features .card-feature {
    border: 0;
    border-radius: 24px;
    padding: 24px 22px 44px 22px;
    text-align: center;
    background-color: var(--bs-light);
    margin-bottom: 16px;
    height: 400px;
}

#features .card-feature .feature-icon {
    margin-bottom: 28px;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    width: 97px;
    height: 123px;
    display: inline-block;
}

#features .card-feature .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    display: inline-block;
}

#features .card-feature .feature-name {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    color: var(--bs-blue);
    text-align: center;
}

#features .card-feature .feature-divider {
    padding: 16px 0;
    width: 100%;
    text-align: center;
    position: relative;
}

#features .card-feature .feature-divider::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 1.5px;
    border-radius: 1000px;
    background-color: var(--bs-blue);
}

#features .card-feature .feature-description {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #000;
    text-align: center;    
}
/** End - Features **/

/** Start - Visa **/
#visa {
    position: relative;
}

#visa .visa-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

#visa .visa-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

#visa .visa-item {
    max-width: 580px;
}

#visa .visa-item .visa-item--img {
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    height: 450px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 24px;
}

#visa .visa-item.first {
    max-width: 100%;
}

#visa .visa-item.first .visa-item--img {
    height: 480px;
}

#visa .visa-item .visa-item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    display: inline-block
}

#visa .visa-item .visa-item--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#visa .visa-item .visa-item--content .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: var(--bs-blue)    
}

#visa .visa-item .visa-item--content .read-more {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: var(--bs-primary);
    text-decoration: none;
}

/** End - Visa **/

/** Start - Reviews **/
#reviews {
    position: relative;
}

#reviews .card-reviews {
    border-radius: 32px;
    background-color: var(--bs-primary);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
}

#reviews .card-reviews .card-body {
    padding: 48px;
}

#reviews .card-reviews .review-icon {
    margin-bottom: 40px;
    text-align: center;
}

#reviews .card-reviews .review-icon img {
    display: inline-block;
    width: 120px;
    height: 73px;
}

#reviews .card-reviews .review-text {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px;
    color: #fff
}

#reviews .card-reviews .review-text p {
    margin-bottom: 0;
    max-width: 900px;
    display: inline-block;
}

#reviews .card-reviews .review-author-name {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

#reviews .card-reviews .review-author-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #fff;
    text-align: center;
}

#reviews .review-avatars {
    display: flex;
    justify-content: center;
    gap: 22px;
}

#reviews .reviews-corner-left-icon, #reviews .reviews-corner-right-icon {
    position: absolute;
    width: 60px;
    height: 66px;
}

#reviews .reviews-corner-left-icon img, #reviews .reviews-corner-right-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

#reviews .reviews-corner-left-icon {
    bottom: 2%;
    left: 6%;
}

#reviews .reviews-corner-right-icon {
    top: 27%;
    right: 6.5%;
}
/** End - Reviews **/

/** Start - Subscribe **/ 
#subscribe {
    height: 240px;
}

#subscribe .subscribe-wrapper {
    position: relative;
    top: -150px;
}

#subscribe .card-subscribe {
    border-radius: 32px;
    background-color: var(--bs-blue);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#subscribe .card-subscribe .card-body {
    padding: 60px;
}

#subscribe .card-subscribe .card-title {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    color: #fff    
}

#subscribe .card-subscribe .card-title p {
    margin-bottom: 0;
}

#subscribe .form-subscribe-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#subscribe .form-subscribe-wrapper .form-subscribe--body {
    width: 480px;
    max-width: 95%;
    display: flex;
    align-items: center;
    position: relative;
}

#subscribe .form-subscribe-wrapper .form-control {
    border-radius: 25px;
    background: var(--White, #FFF);
    width: 100%;
    height: 48px;
    padding-right: 56px;
}

#subscribe .form-subscribe-wrapper .btn-primary {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 28px;
}

@media screen and (max-width: 992px) {
    #subscribe .card-subscribe .card-body {
        padding: 30px;
    }

    #subscribe .card-subscribe .card-title {
        font-size: 28px;
    }
}
/** End - Subscribe **/

/** Start - Vision **/ 
#vision .vision-wrapper {
    position: relative;
    padding: 46px 0;
    display: flex;
    align-items: center;    
}

#vision .vision-bg {
    border-radius: 0px 24px 24px 0px;
    background-color: #EAFEFF;
    width: 75%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

#vision .vision-subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--bs-primary);
    margin-bottom: 20px;    
}

#vision .vision-title {
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #000;
    margin-bottom: 28px;
}

#vision .vision-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #000    
}

#vision .photo-wrapper {
    height: 450px;
}

#vision .vision-corner {
    position: absolute;
    bottom: -12.5%;
    right: 3%;
}

#vision .vision-corner img {
    height: 168px;
    width: auto;
}

@media screen and (max-width: 992px) {
    #vision .vision-title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    #vision .photo-wrapper {
        height: 250px;
    }
}
/** End - Vision **/

/** Start - Statistics **/
#statistics .statistic-num {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: var(--bs-blue)    
}

#statistics .statistic-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: var(--bs-gray)    
}

#statistics .statistic-divider {
    margin: 24px 0 40px 0;
    height: 2px;
    background-color: var(--bs-primary);
    border-radius: 1000px;
}

#statistics .statistic-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; 
}
/** End - Statistics **/


/** Start - Core Values **/
#coreValues {
    position: relative;
    background-color: #fff;
}

#coreValues .core-values-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: auto;
}

#coreValues .core-values-image img{
    width: 100%;
    height: 100%;
}

#coreValues .core-values-wrapper {
    background-color: var(--bs-blue);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

#coreValues .core-values-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

#coreValues .card-core-values .card-body {
    padding: 20px;
    color: #fff;
}

#coreValues .card-core-values {
    background-color: transparent;
    border: 1px solid var(--bs-blue-light);
    border-radius: 12px;
    height: 255px;
}

#coreValues .card-core-values .card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px; 
}
/** End - Core Values **/

/** Start - Banners **/
#banners  {
    position: relative;
}

#banners .banner-item {
    border-radius: 22px;
    background: var(--bs-blue, #1B147B);
    height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banners .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.swiper-banners-left, .swiper-banners-right {
    --swiper-navigation-sides-offset: 67px;
}

@media screen and (max-width: 992px) {
    #banners .banner-item {
        height: 300px;
    }
}

/** End - Banners **/

/** Start - Study abroad about **/
#abroadAbout .photo-wrapper {
    height: 646px;
    background: transparent;
    box-shadow: none;
    border: none;
}

@media screen and (max-width: 992px) {
    #abroadAbout .photo-wrapper {
        height: 323px;
    }
}
/** End - Study abroad about **/

/** Start - Costs **/
#costs .costs-wrapper {
    background: #EAFEFF;
    color: var(--bs-blue);
    padding: 60px 0;
}

#costs .cost-title {
    color: var(--bs-blue);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
} 

#costs .cost-divider {
    margin: 24px 0;
    height: 2px;
    background-color: var(--bs-primary);
    border-radius: 1000px;
}

#costs .cost-list {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    gap: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#costs .cost-list li {
    position: relative;
    padding-left: 32px;
}

#costs .cost-list li::before {
    content: '';
    width: 28px;
    height: 28px;
    top: -4px;
    left: 0;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' viewBox='0 0 28 29' fill='none'%3E%3Cpath d='M17.5742 14.5933C14.3387 20.4714 12.6043 25.3889 12.6043 25.3889C8.86093 18.6473 2.3335 16.1113 2.3335 16.1113C7.80808 15.9078 11.7797 18.8365 11.7797 18.8365C15.4794 11.9831 21.4086 5.16909 25.6668 2.83337C25.6668 2.83337 20.6725 8.96721 17.5742 14.5933Z' fill='%23F79520'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
}

#costs .cost-description {
    margin: 12px 0 16px;
}
/** End - Costs **/

/** Start - Requirements **/
#abroadRequirements .requirements-wrapper {
    background: var(--bs-blue);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

#abroadRequirements .card-requirement {
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    border: none;
    margin-bottom: 24px;
}

#abroadRequirements .card-requirement .card-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px 8px;
    background-color: var(--bs-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #fff
}

#abroadRequirements .card-requirement .card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: var(--bs-blue);
    margin-bottom: 20px;
}

#abroadRequirements .card-requirement ul {
    padding-left: 1rem;
} 

#abroadRequirements .requirements-image {
    position: absolute;
    top: 5%;
    right: 0;
    width: 50%;
    height: auto;
}
/** End - Requirements **/

/** Start - Col 60 **/
#col60 {
    position: relative;
    background-color: #fff;
}

#col60 .col60-image {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 35%;
    height: auto;
}

#col60.reverse .col60-image {
    right: auto;
    left: 5%;
    bottom: -15%;
}

#col60 .col60-image img{
    width: 100%;
    height: 100%;
}

#col60 .col60-wrapper {
    background-color: var(--bs-blue);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

#col60 .col60-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

#col60 .card-col60 .card-body {
    padding: 20px;
    color: #fff;
}

#col60 .card-col60 {
    background-color: transparent;
    border: 1px solid var(--bs-blue-light);
    border-radius: 12px;
    height: 255px;
}

#col60 .card-col60 .card-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px; 
}
/** End - Col 60 **/

/** Start - Image Grid 3 **/
#imageGrid3 {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #EAFEFF;
}

/** End - Image Grid 3 **/

/** Start - course method **/
#courseMethod .course-method-wrapper {
    padding: 60px 0;
    background-color: var(--bs-blue);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

#courseMethod  .course-image {
    position: absolute;
    bottom: 15%;
    right: 10%;
}

#courseMethod  .course-image img {
    width: 100%;
    height: auto;
}
/** End - course method **/

/** Start - Custom Menu template **/
#studyAbroadMenu {
    padding: 116px 0;
    height: 800px;
}

#studyAbroadMenu .retangleBackground {
    position: absolute;
    width: 800px;
    height: 800px;
    transform: rotate(60deg);
    flex-shrink: 0;
    border-radius: 116.654px;
    background: #0D0545;        
    z-index: -1;
    top: -200px;
    left: -200px;
}

#studyAbroadMenu .menu-title {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;        
    text-align: justify;
    margin-bottom: 28px;
}

#studyAbroadMenu .menu-subtitle {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

#studyAbroadMenu .menu-study-abroad {
    padding-left: 60px;
    padding-right: 40px;
}

#studyAbroadMenu .menu-study-abroad--item {
    margin: 22px 0;
    padding: 22px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;        
    border-bottom: 1px solid #524DA5
}

#studyAbroadMenu .menu-study-abroad--item a {
    color: #fff;
    text-decoration: none
}

#studyAbroadMenu .menu-study-abroad--item a:hover {
    color: var(--bs-primary);
} 

#studyAbroadMenu .menu-study-abroad--item:first-child {
    margin-top: 0;
    padding-top: 0;
}

#studyAbroadMenu .menu-study-abroad--item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

@media screen and (max-width: 992px) {
    #studyAbroadMenu {
        padding: 32px 0 ;
        height: auto;
    }

    #studyAbroadMenu .menu-study-abroad {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/** End - Custom Menu template **/

/** Start - Contact **/
#contact .card-contact {
    padding: 20px;
    border-radius: 16px;
    border: 0;
    background-color: #F8F8F8;
}

#contact .card-contact .card-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;    
}

#contact .card-contact svg {
    color: var(--bs-primary);
    width: 22px;
    height: 22px;
}

#contact .card-contact .card-address, #contact .card-contact .card-phone, #contact .card-contact .card-email {
    display: flex;
    margin-bottom: 8px;
}

#contact .card-contact .card-icon {
    width: 54px;
    height: 54px;
    border-radius: 14.727px 36.818px 14.727px 14.727px;
    background: #DE6674;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

#contact .card-contact .card-icon svg {
    width: 36px;
    height: 36px;
    color: #fff
}
/** End - Contact **/

/** Start - Branchs **/
#branchs {
    background-color: #EAFEFF;
    position: relative;
}

#branchs .branchs-wrapper {
    padding: 60px 0;
}

#branchs .card-branch {
    border-radius: 16px;
    overflow: hidden;
}

#branchs .card-branch .card-img-top {
    height: 300px;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

#branchs .card-branch .card-body {
    padding: 20px;
}

#branchs .card-branch .card-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;    
    color: var(--bs-blue)
}

#branchs .card-branch svg {
    color: var(--bs-primary);
    width: 22px;
    height: 22px;
}

#branchs .card-branch .card-address, #branchs .card-branch .card-phone, #branchs .card-branch .card-email {
    display: flex;
    margin-bottom: 8px;
}

#branchs .card-branch .card-icon {
    width: 54px;
    height: 54px;
    border-radius: 14.727px 36.818px 14.727px 14.727px;
    background: #DE6674;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

#branchs .card-branch .card-icon svg {
    width: 36px;
    height: 36px;
    color: #fff
}
/** End - Branchs **/