/* @home style */
.home .main-banner {
    position: relative;
}
.home .main-banner div {
    /* top: 0; */
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.home .main-banner .one-row_bottom_divider {
    position: absolute;
    bottom: -5px;
}
.home .main-banner .one-row_top_divider, .one-row_bottom_divider {
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
}
.home .main-banner svg:not(:root) {
    overflow: hidden;
}
.home .main-banner .one-row_top_divider svg, .one-row_bottom_divider svg {
    width: 100%;
    height: 100%;
    position: relative;
}

.home .main-title {
    font-weight: bold;
    margin-bottom: 65px;
}
.home .main-description {
    font-size: 18px;
    margin-bottom: 70px;
}

.home .our-partner .main-title ,
.home .campos-location .main-title ,
.home .school-activity .main-title ,
.home .welcome-quoat .main-title ,
.home .news-event-slide .main-title {
    text-align: center;
    color: var(--blue-color);
}
.home .news-event-slide .top-desc {
    display: flex;
    justify-content: center;
}
.home .news-event-slide .top-desc .main-description {
    width: 1000px;
    font-size: 17px;
    text-align: center;
}
.home figure {
    cursor: pointer;
}
.home figure .detail {
    padding: 30px 10px;
}
.home .news-event-slide figure img {
    border-radius: 15px;
}
.home figure .title {
    font-weight: bold;
    text-align: center;
    color: var(--blue-color);
    margin-bottom: 30px;
}
.home figure .description {
    text-align: center;
    color: var(--black-color);
}
.home figure .slide-program {
    display: flex;
    justify-content: center;
}
.home .slide-program .slick-dots {
    padding: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.home .slide-program button:hover , 
.home .slide-program button:focus ,
.home .slide-program button {
    margin: 3px;
    border: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border-radius: 100%;
    background-color: var(--gray-color);
}
.home .slide-program .slick-active button {
    background-color: var(--blue-color);
}
.home .news-event-slide .content-popup {
    background-color: rgb(0 0 0 / 65%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.home .news-event-slide .content-popup .container {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    color: var(--blue-color);
    background-color: var(--white-color);
}
.home .news-event-slide .content-popup {
    visibility: hidden;
}
.home .news-event-slide .content-popup.show {
    visibility: visible;
}
.home .news-event-slide .content-popup .detail .title {
    text-align: left;
    color: var(--blue-color);
}
.home .news-event-slide .content-popup .detail .description {
    height: 300px;
    overflow: scroll;
    line-height: 1.7;
    color: var(--description-color);
}
.home .news-event-slide .content-popup .detail {
    width: 100%;
    padding: 0px 20px !important;
}
.home .news-event-slide .content-popup .detail .fas {
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
}

/* @Welcome Quoat */
.home .welcome-quoat .main-description {
    text-align: center;
}
.home .welcome-quoat {
    padding: 70px 0;
    background-color: var(--gray-color);
}
.home .welcome-quoat .main-title {
    margin-top: 0px;
}
.home .welcome-quoat .col-4 {
    display: flex;
    justify-content: center;
}
.home .welcome-quoat .number-campus ,
.home .welcome-quoat .number-teacher ,
.home .welcome-quoat .number-student  {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
.home .welcome-quoat .type {
    font-size: 20px;
}

/* @Campos Locations */
.home .campos-location {
    position: relative;
}
.home .campos-location #map {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.home .campos-location .location-detail .title {
    font-size: 16px;
}
.home .campos-location .location-detail {
    top: 150px;
    right: 150px;
    width: 390px;
    height: 400px;
    padding: 20px 30px;
    overflow-y: scroll;
    position: absolute;
    border-radius: 10px;
    background-color: var(--white-color);
}
.home .campos-location .location-detail ul {
    padding: 5px 20px;
}
.home .campos-location .location-detail .fal ,
.home .campos-location .location-detail .fas {
    margin-right: 10px;
}
.home .campos-location .location-detail .title span {
    font-weight: bold;
    color: var(--blue-color);
}
.home .campos-location .location-detail ul li:first-child {
    margin-bottom: 15px;
}
.home .campos-location .location-detail ul li:first-child ,
.home .campos-location .location-detail .title .fas {
    color: var(--green-color);
}
.home .campos-location .location-detail li ,
.home .campos-location .location-detail li a {
    margin: 5px 0;
    color: var(--black-color);
}
.home .campos-location .location-detail .content:not(:last-child) {
    margin: 15px 0px;
    border-bottom: 1px solid var(--black-color);
}

/* @contact */
.contact-now .thumbnail {
    display: flex;
    position: relative;
}
.contact-now .thumbnail img {
    width: 100%;
    border-radius: 10px;
}
.contact-now .detail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: space-around;
}
.contact-now .detail .title {
    margin: 0;
    font-weight: bold;
    color: var(--white-color);
}
.contact-now .detail a {
    font-size: 18px;
    padding: 18px 45px;
    border-radius: 5px;
    color: var(--white-color);
    background-color: var(--green-color);
}

/* @Our Partner */
.home .our-partner .thumbnail {
    display: flex;
    justify-content: center;
}

/* @Enrollment Process */
.home .enrollment {
    position: relative;
}
.home .enrollment .main-title {
    color: var(--blue-color);
    margin-bottom: 20px;
}
.home .enrollment .main-description {
    color: var(--black-color);
}
.home .enrollment .enrollment-slide .border {
    border: 1px solid var(--green-color) !important;
}
.home .enrollment .enrollment-slide figure {
    border-radius: 10px;
    background-color: var(--gray-color);
}
.home .enrollment .enrollment-slide .first-col .description ,
.home .enrollment .enrollment-slide .first-col .title {
    margin: 0;
    padding: 30px;
    text-align: center;
}
.home .enrollment .description {
    color: var(--black-color);
    height: 120px;
    overflow: hidden;
}
.home .enrollment .first-col .description {
    height: auto !important;
}

.home .enrollment .enrollment-slide {
    display: flex;
    align-items: center;
}
.home .enrollment .enrollment-slide .enquire-now {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.home .enrollment .enrollment-slide .enquire-now a {
    padding: 12px 30px;
    border-radius: 30px;
    color: var(--white-color);
    background-color: var(--green-color);
}
.home .enrollment .enrollment-slide figure .title ,
.home .enrollment .enrollment-slide figure .description {
    text-align: left;
}
.home .enrollment .enrollment-slide figure .description * {
    word-break: break-all;
}
.home .enrollment .enrollment-slide .detail {
    padding: 30px;
}

.home .enrollment .enrollment-slide .slick-prev {
    top: -150px;
    right: 350px;
    border: none;
    height: 30px;
    cursor: pointer;
    position: absolute;
    color: transparent;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../icons/arrow-left.png);
}
.home .enrollment .enrollment-slide .slick-next {
    top: -150px;
    right: 315px;
    border: none;
    height: 30px;
    cursor: pointer;
    position: absolute;
    color: transparent;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../icons/arrow-right.png);
}

.home .enrollment .enrollment-slide .first-col {
    margin-top: 25px;
}
.home .enrollment .enrollment-slide .col-3:nth-child(odd):not(.first-col) {
    margin-top: 30px;
}
.home .enrollment .enrollment-slide .thumbnail img {
    border-radius: 10px 10px 0px 0px;
}
.home .enrollment .enrollment-slide .title {
    height: 40px;
    /* margin-bottom: 20px; */
}
.home .enrollment .enrollment-slide .first-col .title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .enrollment .enrollment-slide:first-child .wrap-border-first ,
.home .enrollment .enrollment-slide:first-child .wrap-number ,
.home .enrollment .enrollment-slide:first-child .wrap-border {
    display: flex;
    justify-content: center;
}
.home .enrollment figure {
    margin: 0;
}

.home .enrollment .enrollment-slide .verticle-border-first {
    height: 260px;
    border: 2px solid var(--gray-color);
    background-color: var(--);
}
.home .enrollment .enrollment-slide:first-child .verticle-border {
    height: 90px;
    border: 2px solid var(--gray-color);
}
.home .enrollment .enrollment-slide .col-3:nth-child(odd) .verticle-border {
    height: 60px;
    border: 2px solid var(--gray-color);
}
.home .enrollment .enrollment-slide:first-child .number {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--orange-color);
}
.home .wrap-number {
    background-position: center;
    background-image: url('../icons/foot.png');
}

.home .our-partner img {
	width: auto;
}

/* ================== Responsive on device =================== */

/* @mac book */
@media (width: 1336px) {}

/* @desktop size */
@media (min-width: 1441px) and (max-width: 1800px) {
    .home .enrollment .enrollment-slide .verticle-border-first {
        height: 115px;
    }
}

/* Desktop */
@media(max-width: 1440px) {
    /* @homepage */
    .home .enrollment .enrollment-slide .verticle-border-first {
        height: 100px;
    }
    .home .enrollment .enrollment-slide .first-col .description ,
    .home .enrollment .enrollment-slide .detail {
         padding: 20px 15px;
    }
}

/* Laptop */
@media(max-width: 1280px) {
    .home .enrollment .enrollment-slide .verticle-border-first {
        height: 55px;
    }
}

@media(max-width: 1030px) {
    .home .enrollment .enrollment-slide .verticle-border-first {
        height: 132px;
    }
}

/* iPad */
@media(max-width: 820px) {
    .home .campos-location .location-detail {
        top: 100px;
    }
    .thumbnail img {
        width: 100%;
    }
    .home .main-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .home .main-description {
        margin-bottom: 30px;
    }
    .home .welcome-quoat .number-campus, 
    .home .welcome-quoat .number-teacher, 
    .home .welcome-quoat .number-student {
        font-size: 35px;
    }
    .contact-now .detail .title {
        font-size: 30px;
    }
    .contact-now .detail a {
        font-size: 18px;
        padding: 10px 30px;
    }
    .home .campos-location .location-detail {
        right: 50px;
    }
    .home .enrollment .enrollment-slide .slick-next {
        top: -140px;
        right: 20px;
    }
    .home .enrollment .enrollment-slide .slick-prev {
        top: -140px;
        right: 55px;
    }
    .home .enrollment .enrollment-slide .verticle-border-first {
        height: 180px;
    }
}

  /* Mobile */
@media(max-width: 576px) {
    .home .our-partner img {
        width: 100%;
    }
    .home .campos-location #map {
        height: 400px;
        margin-bottom: 500px;
    }
    .home .campos-location .location-detail {
        top: 490px;
        right: 0px;
    }
    .home .slide-program .slick-dots {
        margin-top: 0px;
    }
    .home .main-title {
        font-size: 26px;
    }
    .home .welcome-quoat .type {
        font-size: 16px;
    }
    .home .welcome-quoat {
        padding: 40px 0;
    }
    .home .enrollment .col-8:first-child {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .home .enrollment .enrollment-slide .slick-next {
        top: -160px;
        right: 5px;
    }
    .home .enrollment .enrollment-slide .slick-prev {
        top: -160px;
        right: 20px;
    }
    .home .enrollment .enrollment-slide .first-col {
        margin-top: 70px;
    }
    .home .enrollment .enrollment-slide .verticle-border-first {
        height: 80px;
    }
    .contact-now .detail .title {
        font-size: 18px;
    }
    .contact-now .detail a {
        font-size: 16px;
        padding: 7px;
    }
    .home .main-banner video {
        height: auto;
    }
    .home .one-row_bottom_divider  {
        height: 65px !important;
    }

    .home .news-event-slide .content-popup .container {
        padding: 15px;
    }
    .home .news-event-slide .content-popup .container img {
        display: none;
    }
    .home .news-event-slide .content-popup .detail .title {
        font-size: 24px;
    }
}