/*--------------------------------------------------------------------------
|  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: var(--color-highlight);
}

.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: var(--color-highlight);
    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: 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;
}

.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: black;
    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;
    }
}
