/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-action-header {
    padding: 2.4rem 2rem;
    display: inline-block;
    font-size: 1.7rem;
}

.phone-contact a {
    padding: 2.4rem 2rem;
    font-size: 1.7rem;
    display: inline-block;
    color: white;
}

.search-section {
    padding: 0;
}

.row-align-center > .row.no-gutters {
    align-items: center;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-slider {
    background: linear-gradient(to bottom, #ffffeb 0%, #fff 100%);
}

.image-about {
    position: relative;
}

.airplane {
    position: absolute;
    width: 10%;
    animation: myfirst 18s linear infinite;
}

.cloud-1 {
    position: absolute;
    width: 15%;
    animation: myfirst 25s linear infinite;
}

.cloud-2 {
    position: absolute;
    animation: myfirst 27s linear infinite;
    width: 20%;
}

.cloud-3 {
    position: absolute;
    animation: myfirst 35s linear infinite;
    width: 15%;
}

@keyframes myfirst {
    0% {
        left: -25%
    }

    to {
        left: 125%
    }
}


.bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.line span {
    background: var(--color-highlight);
    height: 70px;
    width: 1px;
}

.title-about-section {
    font-weight: bold;
    font-size: 4rem;
    text-transform: uppercase;
    color: #0b2978;
}

.sub-about-section {
    font-size: 3rem;
}

.decs-about-section {
    font-size: 1.8rem;
}

.ratio-icon-choose {
    aspect-ratio: 1/1;
    width: 8rem;
    height: 8rem;
    background: var(--color-highlight);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.box-choose .swiper-vertical {
    height: 50rem;
}

.title-choose {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.sub-section {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--color-highlight);
}

.decs-section {
    font-size: 1.7rem;
    font-weight: 500;
}

.swiper-choose .swiper-button-next {
    bottom: -3rem;
    top: inherit;
}

.swiper-choose .swiper-button-prev {
    top: -3rem;
    bottom: inherit;
}

.swiper-choose .swiper-button-next, .swiper-choose .swiper-button-prev {
    left: 3rem;
    right: inherit;
    transform: rotate(90deg);
}

.choose-item:before {
    top: 100%;
    transform: translateY(-50%);
    border-right: 1px dashed #2A8F57;
    width: 1px;
    height: 50%;
    content: '';
    position: absolute;
    left: 4rem;
}

.recruitment-table {
    text-align: center;
    background: #F5F5F5;
    width: 100%;
}

.recruitment-table thead {
    background: var(--color-highlight);
}

.recruitment-table thead th, .recruitment-table td {
    padding: 3rem 1rem;
    font-size: 15px;
}

.recruitment-table thead {
    color: white;
}

.recruitment-table th:nth-child(1), .recruitment-table td:nth-child(1) {
    width: 50%;
    text-align: left;
}

.recruitment-table thead th:not(:last-child) {
    border-right: 1px solid #ebebeb;
}

.recruitment-table td {
    border: 1px solid white;
}

.recruitment-title a {
    color: black;
    font-size: 1.4rem;
}

.recruitment-item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.item-procedure {
    position: relative;
}

.title-procedure {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: bold;
    background: var(--color-highlight);
    color: white;
    padding: .8rem;
}

.ratio-procedure {
    position: relative;
}

.ratio-training {
    border-radius: 3rem;
}

.swiper-achievement--wrap {
    font-weight: 600;
}

.image-profile {
    padding-top: 40%;
    /*filter: grayscale(1);*/
}

.download-profile {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    background: #0b2978;
    padding: 5rem 3rem;
    color: white;
}

.title-profile {
    font-size: 5rem;
    font-weight: bold;
}

.decs-profile {
    font-size: 2rem;
}

.about-breadcrums {
    position: relative;
}

.ratio-about-breadcrums {
    padding-top: 56.25%;
}

@media(min-width: 992px) {
    .ratio-about-breadcrums {
        padding-top: 30%;
    }
}

.text-about-breadcrums {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 calc((100% - 80vw) / 2);
}

.title-about-breadcrums {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.desc-about-breadcrums {
    font-size: 1.8rem;
}

.about-breadcrums .breadcrumbs-section {
    position: absolute;
    bottom: 1rem;
    left: calc((100% - 80vw) / 2);
    right: calc((100% - 80vw) / 2);
}

.about-banner {
    padding-top: 40%;
}

.ratio-philosophy {
    padding-top: 130%;
}

.swiper-philosophy--description {
    position: relative;
    margin-left: 40px;
    border-left: 1px solid #0E8243;
    padding-left: 35px;
    padding-top: 60px;
}

.ratio-philosophy:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.666599) 37.5%, rgba(255, 255, 255, 0.840413) 64.06%, #FFFFFF 100%);
    width: 100%;
    content: '';
    position: absolute;
    height: 120px;
    bottom: 0;
    z-index: 1;
}

.number-philosophy {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    color: #0E8243;
    font-size: 40px;
    z-index: 2;
    font-weight: bold;
}

.swiper-philosophy2--tile {
    font-size: 2.5rem;
    position: absolute;
    z-index: 2;
    max-width: 240px;
    top: 60px;
    left: 55px;
    font-weight: 500;
    line-height: 1.5;
}

.ratio-vision {
    padding-top: 32%;
}

.decs-vision {
    font-size: 2.5rem;
    font-weight: 500;
}

.count-value {
    position: relative;
    color: var(--color-highlight);
}

.count-value .sub-numb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-shadow: 1px 0 0 #999999, -1px 0 0 #999999, 0 1px 0 #999999, 0 -2px 0 #999999, 1px 1px #999999, -1px -1px 0 #999999, 1px -1px 0 #999999, -1px 1px 0 #999999;
    color: white;
    font-size: 8rem;
    z-index: auto;
    opacity: .2;
}

.count-value .number {
    position: relative;
    z-index: 2;
}

.bg-about-1 {
    position: relative;
}

.swiper-about-thumbs .swiper-slide {
    border: 0;
    color: blak;
    padding: 1rem 0;
}

.swiper-about--tile {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--color-highlight);
}

.swiper-about-thumbs .fa-circle {
    font-size: 3rem;
    border-radius: 100%;
}

.swiper-about-thumbs .swiper-slide.swiper-slide-thumb-active .fa-circle {
    color: var(--color-highlight);
    background: var(--color-highlight);
    box-shadow: 0px 0px 0 5px rgb(84 173 125 / 60%);
}

.swiper-about-thumbs .swiper-slide:before {
    content: "";
    width: 90%;
    height: 1px;
    background: #002152;
    position: absolute;
    left: 64%;
    top: 24px;
}

.swiper-about-thumbs .swiper-slide:last-child::after {
    content: "\f054";
    position: absolute;
    width: auto;
    right: 0;
    top: 15px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    z-index: 1;
}

.ratio-html1 {
    padding-top: 32%;
}

.title-train {
    font-size: 30px;
    color: var(--color-highlight);
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
}

.line-left:before, .line-right:before {
    width: 3px;
    background: #0E8243;
    position: absolute;
    content: '';
    height: 80%;    
    top: 50%;
    transform: translateY(-50%);
}

.line-left:before {
    left: -50px;
}

.line-right:before {
    right: -50px;
}

.item-contact {
    font-size: 1.6rem;
}

.item-contact i {
    font-size: 5rem;
    color: var(--color-highlight);
}

.title-contact {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1rem 0 3rem 0;
    position: relative;
}

.title-contact:before {
    content: "";
    width: 5rem;
    height: 2px;
    background: var(--color-highlight);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.title-form-job {
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--color-highlight);
}

.form-job form {
    background: whitesmoke;
    padding: 3rem;
}

.support-recruitment {
    text-align: center;
    background: var(--color-highlight);
    color: white;
    padding: 2rem;
    border-radius: 1rem;
    font-size: 1.6rem;
}

.support-recruitment .phone {
    font-size: 2.2rem;
    font-weight: bold;
}

.recruitment-artt {
    padding: 0;
    list-style: none;
}

.recruitment-artt i {
    width: 3rem;
    height: 3rem;
    color: white;
    background: var(--color-highlight);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: .5rem;
}

.recruitment-artt li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--color-highlight);
}

.recruitment-artt li span {
    font-size: 1.4rem;
    color: black;
}

.content-procedure {
    background: white;
    text-align: center;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid transparent;
    transition: border 0.3s ease
}

.content-procedure:hover {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.content-procedure .desc-procedure {
    padding: 1rem;
}

.content-procedure .desc-procedure ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ratio-procedure {
    background: white;
    padding: 2rem;
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.ratio-procedure img {
    width: 9rem;
    height: 9rem;
    object-fit: contain;
}

.li-left:before, .li-right:before {
    /* content: ''; */
    height: 3px;
    width: 100px;
    background: #D9DBDD;
    position: absolute;
    top: 50%;
}

.li-right:before {
    left: 97%;
}

.li-left:before {
    right: 97%;
}

.ratio-procedure:after {
    content: '';
    height: 100%;
    width: 3px;
    background: #D9DBDD;
    position: absolute;
    top: 100%;
    left: 50%;
}

.item-procedure:last-child .ratio-procedure:after {
    display: none;
}

.section-faq {
    position: relative;
    padding: 3rem 0;
}

.bg-faq {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 20vw;
    overflow: hidden;
}

.bg-faq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc-programs {
    background: white;
    padding: 3rem;
    border-radius: 1rem;
}

.acc-programs .card {
    border: 1px solid lightgray;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.acc-programs .card button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #0c3d5c;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none !important;
}

.acc-programs .card-body {
    padding: 2rem;
}

.title-page {
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .swiper-slider-main .swiper-slide .swiper-slide--wrap {
    width: 60%;
}

.is-mobile .swiper-slide--tile {
    font-size: 2.5rem;
}

.is-mobile .swiper-slide--description {
    font-size: 1.5rem;
}

.is-mobile .entire-action-header .form-dropdown {
    right: -35px;
}

@media (max-width: 500px) {
    .recruitment-table {
        overflow-x: auto;
        display: block;
    }
    
    .ratio-about-breadcrums {
        padding-top: 65%;
    }
    
    .title-about-breadcrums {
        font-size: 2.5rem;
    }
    
    .desc-about-breadcrums {
        font-size: 1.5rem;
    }
    
    .box-choose .swiper-vertical {
        height: 30rem;
    }
    
    .item-procedure {
        margin-top: 15rem;
    }

    .bg-faq {
        height: 55vw;
    }

    .is-mobile .image-profile {
        padding-top: 115%;
    }
}

@media (min-width: 992px) {
    .bg-counter {
        background: white;
        background: -moz-linear-gradient(left, white 30%, whitesmoke 30%);
        background: -webkit-linear-gradient(left, white  30%, whitesmoke 30%);
        background: linear-gradient(to right, white 30%, whitesmoke 30%);
        padding: 5rem 0;
    }
    
    .decs-vision {
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .box-choose .swiper-vertical {
        height: 40rem;
    }
}

/* truonglq */
header {
    background: #fff
}

.header__topbar {
    padding: 1rem 5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header__topbar .row > div {
    display: flex;
    justify-content: end;
    gap: 16px;
}

.header__topbar-contact {
    display: flex;
    gap: 16px;
}

.header__topbar-contact .header__topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-main)
}

.header__inner {
    padding: 0 5rem;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15)
}

.header__inner .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__logo img {
    height: 10rem;
}

.header--sticky {
    position: fixed;
    width: 100%;
    z-index: 1040;
}

@media (max-width: 768px) {
    .header__inner {
        padding: 1rem 1.5rem;
    }

    .header__topbar {
        padding: 1rem 0rem;
    }
}

.hero-section img {
    width: 100%;
    height: calc(100vh - 140px);
}

.hero-section .swiper-slide__wrap {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}

.hero-section .swiper-slide__title {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3rem;
}

.hero-section .swiper-slide__desc {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 2.0rem;
}

.hero-section .swiper-slide__link {
    color: #fff;
    background: var(--color-main);
    font-weight: 700;
    min-height: 56px;
    width: 140px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px
}

@media(max-width: 768px) {
    .hero-section .swiper-slide__wrap {
        left: 5%;
    }

    .hero-section .swiper-slide__title {
        font-size: 28px;
    }

    .hero-section .swiper-slide__link {
        padding: 1rem 1.5rem;
    }

    .hero-section .swiper-slide__image img {
        height: 67vw
    }

}

.section__header {
    margin-bottom: 3rem;
}

.section__heading {
    text-align: center;
}

.section__title {
    font-size: 2.4rem;
    font-weight: 700;
}

/* .contact-section .section__content {
    background: var(--light);
}
 */
.contact-section img {
    width: 100%;
    object-fit: cover;
}

.contact-section .form-control {
    border-radius: 8px;
}

.contact-section .form-actions {
    display: flex;
    justify-content: center;
}

.contact-section .btn {
    border-radius: 50rem
}

.fab {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 99;
    display: flex;
    flex-direction: column
}

.fab__item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.fab__item img {
    width: 42px;
    height: 42px;
}

.fab__item:hover,
.fab__item:focus,
.fab__item:active {
    animation: hvr-buzz-out 0.75s linear 1;
}

/* Buzz Out */
@keyframes hvr-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        transform: translateX(1px) rotate(0);
    }

    100% {
        transform: translateX(-1px) rotate(0);
    }
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 99;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    border: 0;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.15);
    color: #fff;

    font-size: 16px;
    line-height: 1;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.scroll-to-top.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background: #fff;
    color: #000
}

.scroll-to-top:focus {
    outline: none;
}

.header__language {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.header__language-picker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-main);
    text-decoration: none;
    white-space: nowrap;

    cursor: pointer;
    transition: color 0.2s ease;
}

.header__language-picker:hover,
.header__language-picker:focus {
    text-decoration: none;
}

.header__language-picker > .fa-flag {
    font-size: 16px;
}


.header__language-picker > span {
    line-height: 1;
}

.header__language-picker > .fa-chevron-down {
    margin-left: 2px;
    font-size: 11px;

    transition: transform 0.2s ease;
}

.header__language-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;

    z-index: 1050;

    min-width: 160px;
    margin: 0;
    padding: 6px 0;

    background-color: #fff;

    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);

    visibility: hidden;
    opacity: 0;

    transform: translateY(-5px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;
}

.header__language.is-open .header__language-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header__language.is-open
.header__language-picker
.fa-chevron-down {
    transform: rotate(180deg);
}

.header__language-dropdown li {
    margin: 0;
    padding: 0;
}

.header__language-item {
    display: flex;
    align-items: center;

    width: 100%;
    padding: 9px 16px;

    color: #333;
    font-size: 14px;
    line-height: 1.4;

    text-decoration: none;
    white-space: nowrap;

    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.header__language-item:hover,
.header__language-item:focus {
    color: #333;
    background-color: #f5f5f5;
    text-decoration: none;
}

.header__language-dropdown li.active .header__language-item {
    color: #007bff;
    font-weight: 600;
}

.header__language-dropdown::before {
    content: "";

    position: absolute;
    top: -6px;
    right: 20px;

    width: 12px;
    height: 12px;

    background-color: #fff;

    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);

    transform: rotate(45deg);
}

@media (max-width: 767.98px) {

    .header__language-picker {
        padding: 8px 12px;
    }

    .header__language-dropdown {
        right: 0;
        min-width: 140px;
    }

    .header__language-item {
        padding: 10px 14px;
    }
}


.contact-section .modal-body {
    padding: 0;
}

@media(min-width: 1200px) {
    footer .container {
        max-width: 1440px;
    }
}

@media(max-width: 768px) {
    .footer__inner .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.contact-modal .modal-dialog {
    width: 100%;
    max-width: 900px;
}

.contact-modal .modal-content {
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.contact-modal__body {
    padding: 0;
}

.contact-modal__layout {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

.contact-modal__image {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
    display: flex;
    overflow: hidden;
    background: #f5f5f5;
}

.contact-modal__image-item {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-modal__content {
    position: relative;

    flex: 1 1 70%;
    width: 70%;
    min-width: 0;

    background: #fff;
}

.contact-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 10;

    width: 36px;
    height: 36px;

    padding: 0;

    border: 0;
    outline: none;

    background: transparent;

    color: #aaa;

    font-size: 34px;
    font-weight: 300;
    line-height: 34px;

    cursor: pointer;

    transition:
        color .2s ease,
        transform .2s ease;
}

.contact-modal__close:hover {
    color: #333;
    transform: rotate(90deg);
}

.contact-modal__close:focus {
    outline: none;
    box-shadow: none;
}

.contact-modal__form {
    width: 100%;
    padding: 28px 30px 25px;
}

.contact-modal__heading {
    padding: 0 35px;
    margin-bottom: 20px;

    text-align: center;
}

.contact-modal__title {
    margin-bottom: 5px;

    color: #176fc7;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;

    text-transform: uppercase;
}

.contact-modal__description {
    color: #999;

    font-size: 14px;
    line-height: 1.5;
}

.contact-modal__form .form-group {
    margin-bottom: 15px;
}

.contact-modal__form label {
    display: block;

    margin-bottom: 6px;

    color: #333;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.contact-modal__form .form-control {
    width: 100%;
    height: 44px;

    padding: 9px 13px;

    border: 1px solid #ddd;
    border-radius: 7px;

    background: #fff;

    color: #333;

    font-size: 14px;
    line-height: 1.5;

    box-shadow: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.contact-modal__form textarea.form-control {
    height: auto;
    min-height: 90px;

    resize: vertical;
}

.contact-modal__form .form-control::placeholder {
    color: #aaa;
}

.contact-modal__form .form-control:focus {
    border-color: #1683dc;

    box-shadow: 0 0 0 2px rgba(22, 131, 220, .1);

    outline: none;
}

.contact-modal__form .form-actions {
    display: flex;
    justify-content: center;

    margin-top: 18px;
}

.contact-modal__form .btn-submit {
    width: 100%;
    height: 46px;

    padding: 8px 20px;

    border: 0;
    border-radius: 25px;

    background: linear-gradient(
        90deg,
        #176fc7 0%,
        #168de5 100%
    );

    color: #fff;

    font-size: 15px;
    font-weight: 700;
    line-height: 1;

    text-transform: uppercase;

    box-shadow: 0 7px 16px rgba(23, 111, 199, .25);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        opacity .2s ease;
}

.contact-modal__form .btn-submit:hover {
    color: #fff;

    transform: translateY(-1px);

    box-shadow: 0 9px 20px rgba(23, 111, 199, .35);
}

.contact-modal__form .btn-submit:focus {
    color: #fff;

    outline: none;
    box-shadow: 0 0 0 3px rgba(23, 111, 199, .2);
}

@media (max-width: 991px) {

    .contact-modal .modal-dialog {
        max-width: 850px;
    }

    .contact-modal__form {
        padding: 25px;
    }

    .contact-modal__title {
        font-size: 23px;
    }
}

@media (max-width: 768px) {

    .contact-modal .modal-dialog {
        width: auto;
        max-width: none;

        margin: 15px;
    }

    .contact-modal .modal-content {
        border-radius: 12px;
    }
    .contact-modal__layout {
        flex-direction: column;
    }

    .contact-modal__image {
        flex: 0 0 auto;

        width: 100%;
        max-width: 100%;

        height: 160px;
    }

    .contact-modal__image-item {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }
    
    .contact-modal__content {
        width: 100%;

        flex: 0 0 auto;
    }

    .contact-modal__close {
        top: 5px;
        right: 7px;

        width: 34px;
        height: 34px;

        font-size: 30px;
        line-height: 30px;
    }

    .contact-modal__form {
        padding: 22px 18px 20px;
    }

    .contact-modal__heading {
        padding: 0 25px;

        margin-bottom: 18px;
    }

    .contact-modal__title {
        font-size: 20px;
    }

    .contact-modal__description {
        font-size: 13px;
    }

    .contact-modal__form .form-group {
        margin-bottom: 13px;
    }

    .contact-modal__form .form-control {
        height: 42px;

        font-size: 14px;
    }

    .contact-modal__form textarea.form-control {
        min-height: 80px;
    }

    .contact-modal__form .form-actions {
        margin-top: 15px;
    }

    .contact-modal__form .btn-submit {
        height: 44px;

        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .contact-modal .modal-dialog {
        margin: 10px;
    }

    .contact-modal__image {
        height: 130px;
    }

    .contact-modal__form {
        padding: 20px 15px 18px;
    }

    .contact-modal__heading {
        padding: 0 20px;
    }

    .contact-modal__title {
        font-size: 18px;
    }

    .contact-modal__description {
        font-size: 12px;
    }
}

.menu-section > ul > li ul li {
    display: block;
    height: auto;
    line-height: normal;
    margin: 0;
}

.skiptranslate {
    display: none;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-te-gadget {
    display: none !important;
}

.goog-tooltip,
.goog-te-balloon-frame {
    display: none !important;
}

.about-us__intro-section .section__actions {
    display: flex;
    justify-content: center;
}

.about-us__intro-section .section__actions a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--color-highlight);
    color: #fff;
    width: 160px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid transparent
}

.about-us__intro-section .section__actions a:hover {
    background: #fff;
    color: var(--color-highlight);
    border-color: var(--color-highlight);
}

.section-custom-01 div[nh-lazy="image-background"] {
    padding: 3rem 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-custom-01 div[nh-lazy="image-background"]:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.section-custom-01 .block-item {
    position: relative;
    z-index: 1
}

.section-custom-01 .block-item__content {
    text-align: center;
}

.section-custom-01 .block-item__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    color: #fff
}

.section-custom-01 .block-item__title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 3px;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto;
}

.section-custom-01 .block-item__desc {
    font-weight: 500;
    color: #fff
}

.section-custom-02 .block-item {
    border: 1px solid var(--color-highlight);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-custom-02 .block-item__image {
    margin-bottom: 2rem
}

.section-custom-02 .block-item__image img {
    width: 50px;
}

.section-custom-02 .block-item__content {
    text-align: center;
}

.section-custom-02 .block-item__title {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
}

.section-custom-02 .block-item__title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 3px;
    background: var(--color-highlight);
    margin: 0 auto;
}

.article-leader-section .article-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
}

.article-leader-section .article-card__media {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.article-leader-section .article-card__media img {
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.article-leader-section .article-card__content {
    text-align: center;
    font-weight: 600;
}

.article-leader-section .article-card__title {
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 1rem
}

.article-leader-section .article-card__title a {
    color: #000
}

.article-leader-section .article-card__role {
    text-transform: uppercase;
    color: red;
    margin-bottom: 1.5rem
}

.article-leader-section .article-card__action a {
    color: red;
}

.article-leader-section .article-card__description-expand {
    color: var(--color-text);
    font-weight: normal;
    margin-bottom: 1rem
}

.socials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.socials__title {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 600;
}

.socials__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socials__item {
    display: flex;
    align-items: center;
}

.socials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #0c3d5c;
    color: #0c3d5c;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.socials__link:hover {
    transform: translateY(-2px);
    background: #0c3d5c;
    color: #fff
}

.socials__icon {
    font-size: 1.4rem;
    line-height: 1;
}

.contact-modal__form .error {
    color: #dc3545 !important;
}

