@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none !important;
}

.review_top h2 {
    padding: 20px 0;
}

.review {
    padding: 0 0 50px 0;
}

/*#pilltab > li > div.circle-icon*/
:root {
    --main-color: #cf2128;
    --text-color: #ffffff;
    --sub-color: #f5d432;
    --font-family: 'SVNGilroyRegular'
}

* {
    font-weight: 600;
}

/* dũng fix */
.bg-main {
    background-color: var(--main-color) !important;
}

.text_center_video {
    text-align: center;
    font-size: 20px;
}

@font-face {
    font-family: 'SVNGilroyRegular';
    src: url(../../../../fonts/SVN-Gilroy-Regular.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-Heavy";
    src: url("../../../../fonts/SVN-Gilroy-Heavy.otf"),
    url("../../../../fonts/Gilroy-Heavy.woff2") format("woff2"),
    url("../../../../fonts/Gilroy-Heavy.woff") format("woff"),
    url("../../../../fonts/Gilroy-Heavy.ttf") format("truetype"),
    url("../../../../fonts/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
}

@font-face {
    font-family: 'SVN-Gilroy-Bold';
    src: url('../../../../fonts/SVN-GilroyBold.eot');
    src: url('../../../../fonts/SVN-GilroyBold.eot?#iefix') format('embedded-opentype'),
    url('../../../../fonts/SVNGilroyBold.woff') format('woff'),
    url('../../../../fonts/SVNGilroyBold.woff2') format('woff2'),
    url('../../../../fonts/SVNGilroyBold.ttf') format('truetype'),
    url('../../../../fonts/SVNGilroyBold.svg#SVN-Gilroy-Bold') format('svg');
}


.text-sub-color {
    color: var(--sub-color) !important;
}

.section-banner h1 {
    font-family: 'Gilroy-Heavy', sans-serif;
    color: #d02229;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

.section-banner h1 span:first-child {
    -webkit-text-stroke: 2px #fff;
    font-size: 75px;
    line-height: 1.5;
}

.section-banner h1 span:last-child {
    font-size: 45px;
    -webkit-text-stroke: 0 #fff;
    text-shadow: none !important;
    font-family: 'SVN-Gilroy-Bold', sans-serif;
}

.section-banner {
    min-height: 770px;
    background: url("../../images/banner.png") top center / cover no-repeat;
}

.section-banner .container {
    display: flex;
    flex-wrap: wrap;
}

.section-banner .container .item {
    /* flex-grow: 1; */
    text-align: center;
    font-size: 30px;
}

.section-banner .container .item_three {
    display: none;
}

.item_one {
    margin-left: -79px;
}

.item_two {
    margin-left: 100px;
}

.item_text {
    margin-top: 35px;
    text-align: left;
}

.btn_link {
    width: 30%;
    text-align: center;
    background-color: #c0242e;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(red, #c0242e);
    margin-top: 40px;
    padding: 16px 0;
    font-size: 18px;
    text-decoration: none;
    color: #fdf5f6;
    display: block;
    border-radius: 34px;
    box-shadow: inset 0 0 3px 1px yellow, inset 0 0 3px 2px white;
}

.icon_banner {
    width: 25px;
}

.item_text span {
    font-size: 27px;
}

.section-info {
    min-height: 1200px;
    padding: 50px 0;
    background: url("../../images/info_course.png") top center / cover no-repeat;
}

.title_center {
    display: flex;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    color: #d72229;
    font-size: 30px;
    font-weight: 800;
    line-height: 49px;
}

.info-course ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-course ul > li {
    font-size: 18px;
    padding-left: 1em;
    text-indent: -0.7em;
    width: 75%;
}

.route-section .info-course ul > li {
    padding-right: 2em;
    width: 100%;
}


.footer .info-course ul > li {
    padding-left: 0;
}

.text-dark {
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    /*background: url("../../images/icon/slick_prev.png") no-repeat;*/
    font-family: "slick", serif;
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    color: red;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -40px;
    z-index: 9999;
}

.ml-86 {
    left: 80px;
    bottom: 25px;
    font-size: 1.2rem;
}

.display-5 {

    line-height: 2;
}

.px-4 {
    padding-left: 2rem !important;
}

.route-section li {
    margin: 0 12px;
}

.test_english {
    font-size: 27px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    width: 520px;
}

.title_size {
    font-size: 40px;
}

.btn-tab {
    background-color: #c8c8c8;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 11.875rem;
    height: 60px;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    border-radius: 16px;
    border: none;
}

.course_item {
    border: 2px solid #c8c8c8;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.course-item-tag {
    width: fit-content;
}

.course_item .course-icon {
    top: 10px;
    position: absolute;
    left: 35px;
}

.course_item .course-tag {
    position: absolute;
    font-weight: 800;
    color: #ffffff;
}

.avatar-teacher {
    height: 162px;
    width: auto;
    border-radius: 50%;
}

.teacher-info {
    top: 9%;
}

.route-section h2 {
    margin-bottom: 3rem;
}

.route-section button.active,
.btn-tab:hover {
    color: #ffffff;
    background-color: var(--main-color);
    border: none;
}

.student-review-form {
    border-radius: 26px;
    min-height: 550px;
    /*padding: 50px 40px;*/
    background: url("../../images/inclass.png") top center / cover no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
}

.student-review-form form {
    max-width: 1200px;
}

.student-review-form input {
    height: 48px;
    border: #cdcccc 2px solid;
    border-radius: 30px;
}

#student-testimonial {
    background-image: url("../../images/Clip.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#student-testimonial h2 {
    margin-bottom: 50px;
    font-size: 45px;
    color: #ffffff;
    max-width: 100%;
}

#student-testimonial i {
    position: absolute;
    top: calc(100% - 50% - 16px);
    left: calc(100% - 50% - 16px);
    font-size: 32pt;
    color: #f2f2f2;
    cursor: pointer;
}

#student-testimonial img {
    margin-left: 1rem;
    width: 9.375rem;
}

#student-testimonial .title_center {
    padding: 0 10rem 0 1rem;
    font-size: 40px;
    line-height: 3rem;
}

.section-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.teacher-section .teacher-description p {
    margin-top: 10px;
}

.teacher-section .teacher-description h3 {
    font-size: 20px;
    width: 85%;
    top: 45%;
    left: 14%;
    transform: translateY(-50%);
}

.section-statistics {
    padding: 50px 0;
    background: url("../../../sunshine/images/home/bg-5.webp") top center / cover no-repeat;
}

.section-statistics h2 {
    font-family: "SVNGilroyBold", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fefdfd;
    margin-bottom: 40px;
}

.section-statistics span.number {
    color: #f8d832;
    font-size: 70px;
    font-family: "SVNGilroyBold", sans-serif;
    text-align: center;
}

.section-contact-sales .btn-register button {
    width: 100%;
    border: none;
    background-color: #c0242e;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(red, #c0242e);
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    text-decoration: none;
    color: #fdf5f6;
    display: block;
    border-radius: 34px;
    box-shadow: inset 0 0 3px 1px yellow, inset 0 0 3px 2px white;
}

.section-statistics span.unit {
    color: #f8d832;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    top: 0;
    right: -23px;
}

.section-info .info-course ul > li::before,
.route-section .info-course ul > li::before {
    content: "• ";
    color: red;
    /* or whatever color you prefer */
}

.section-statistics span.unit.plus {
    right: -16px;
}

.section-statistics .statistics-item .description {
    font-family: "SVNGilroyBold", sans-serif;
    color: #fff;
    max-width: 340px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 800;
}

.section-contact-sales {
    padding: 100px 0;
    position: relative;
    min-height: 770px;
    background: url("../../images/register_section.png") top center / cover no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
}

.student-review-form .btn_link {
    padding-right: 71px;
    padding-left: 71px;
}

.student-review .student-image {
    object-fit: cover;
    display: block;
}

.section-contact-sales h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "SVNGilroyBold", sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.section-contact-sales .our-classrooms .item-classroom,
.section-contact-sales .our-classrooms-homepage .item-classroom {
    width: 560px;
    height: 380px;
    border-radius: 30px;
}

.section-contact-sales .contact-form {
    padding-top: 48px;
    padding-bottom: 58px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border-radius: 30px;
    background-color: #fff;
}

.section-contact-sales .contact-form h2 {
    font-family: "SVNGilroyBold", sans-serif;
    font-size: 32px;
    color: #d32128;
    margin-bottom: 35px;
}

.section-contact-sales .contact-form form {
    padding: 0 24px;
}

.section-contact-sales .contact-form input,
.section-contact-sales .contact-form select {
    height: 45px;
    width: 100%;
    padding: 6px 14px;
    font-family: "SVNGilroyRegular", sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 22px;
}

.section-contact-sales .contact-form button {
    display: block;
    outline: none;
    border: none;
    margin-top: 42px;
}

.form-register {
    background-color: #ffffff;
    border: 1px solid #b7686e;
    border-radius: 20px;
}

.form-register input {
    height: 48px;
    border: #cdcccc 2px solid;
    border-radius: 30px;
    padding-left: 23px;
}

.form-register select {
    height: 48px;
    border: #cdcccc 2px solid;
    border-radius: 30px;
    padding-left: 23px;
}

.form-register .btn_link {
    padding-left: 73px;
    padding-right: 73px;
}

.calender {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}

.student-feedback {
    min-height: 1000px;
    padding: 50px 0;
    background: url("../../images/student_review.png") top center / cover no-repeat;
}

.student-feedback form .row {
    align-items: center;
}

.student-feedback form {
    max-width: 1400px;
}

.btn-register span {
    text-transform: uppercase;
    font-size: 27px;
    border-radius: 36px;
    margin-top: 10px;

}

.student-review {
    border-radius: 12px;
    background-color: #ffffff;
    width: 369px;
    overflow: hidden;
}

.band_target {
    width: 100% !important;
}

#pills-tab:before {
    content: "";
    margin: 0 27px;
    background-color: #969696;
    height: 6px;
    width: 90%;
    position: relative;
    top: -16px;
}

#pills-tab .circle-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: grey;
    top: -30px;
}

#pills-tab .arrow_down {
    bottom: -53px;
}

.student-review .icon-student {
    width: 25px;
    height: 25px;
}

.student-review .student-info {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 4px;
    border-bottom: 2px solid #818181;
}

.student-review .student-comment {
    font-size: 13px;
    height: 59px;
    overflow: hidden;
}

.student-review .facebook {
    position: absolute;
    right: 0;
    top: 25px;
}

.student-feedback .form-register {
    max-width: 1000px;
    width: 100%;
}

.section-contact-sales .terminal-text {
    font-size: 48px;
}

.teacher-carousel .slick-prev {
    left: 30px;
    z-index: 9999;
}

.teacher-carousel .slick-next {
    right: 45px;
    z-index: 9999;
}


.route-section .nav {
    justify-content: center;
}

#route-study .btn_link {
    width: max-content;
    padding: 1rem 3rem;
}

footer .info-course .icon {
    height: 14px;
    margin-right: 20px;
}

@media (max-width: 1390px) {
    .section-banner {
        min-height: 770px;
        background: url("../../images/sect1_bg_mobile.png") top center / cover no-repeat;
    }

    .item_one {
        order: 2;
        margin: 0;
    }

    .item_two {
        order: 3;
    }

    .item_three {
        order: 1;
    }

    .section-banner .container .item_three {
        display: block;
    }

    .section-banner .container .item_two .img_hidden {
        display: none;
    }

    .section-banner h1 span:first-child {
        font-size: 54px;
    }
}

.btn-apply {
    margin-top: 40px;
    width: 50%;
    text-align: center;
    height: auto;
    background-image: linear-gradient(red, #c0242e);
    box-sizing: border-box;
    padding: 16px 0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
}

@media (max-width: 992px) {


    .section-banner .container {
        grid-template-columns: auto;
    }

    .teacher-section .teacher-description p {
        font-size: 20px;
    }

    #pills-tab:before {
        content: "";
        background-color: transparent;
    }

    .circle-icon {
        display: none;
    }

    .route-section .nav {
        flex-direction: column;
    }

    .route-section li {
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 10px;
    }

    .route-section li .info-course {
        margin-top: 0;
    }

    .start_hidden {
        display: none;
    }

    #pills-tab .arrow_down {
        bottom: -40px;
    }

    .route-section .ps-4 {
        padding-right: 1.5rem;
    }

    .mobile_menu_open img {
        display: block;
    }

    .section-contact-sales {
        padding: 90px 0;
    }

    .section-contact-sales .contact-form {
        background-color: transparent;
        padding-top: 0;
    }

    .section-contact-sales .contact-form h2 {
        color: #fff;
    }

    #student-testimonial .title_center {
        padding: 0 15px;
    }

    .item_text {
        margin-top: 20px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-apply {
        margin-top: 0;
        width: 80%;
    }
}

@media (max-width: 992px) and(min-width: 768px) {
    .slick-prev {
        display: none;
    }

    #student-testimonial .title_center {
        padding: 0 10rem 0 1rem;
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media (max-width: 1400px) {
    .section-contact-sales .terminal-text {
        font-size: 25px;
    }

    .form-register .btn_link {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.text-convert {
    font-size: 40px;
}

.section-info .pdt-5 {
    padding-top: 4rem;
}

.ielt_text {
    font-size: 27px;
}

@media (max-width: 575.98px) {

    /*  */
    .item_text span {
        font-size: 1rem;
    }

    .text-convert {
        margin: 10px 15%;
        font-size: 1.3rem;
        padding: 2rem 0.25rem 0;
    }

    .section-contact-sales {
        padding: 70px 0;
    }

    .section-contact-sales .contact-form {
        min-width: 100%;
    }

    .section-contact-sales h2,
    .section-contact-sales .contact-form h2 {
        font-size: 35px;
    }

    .section-contact-sales .our-classrooms .item-classroom,
    .section-contact-sales .our-classrooms-homepage .item-classroom {
        width: 360px;
        height: auto;
    }

    .section-statistics span.number {
        font-size: 40px;
    }

    .section-banner .btn_link {
        font-size: 16px;
        text-align: center;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }

    .section-statistics .statistics-item .description {
        font-size: 16px;
    }

    .student-feedback .container .student-review-form .m-auto .d-flex {
        flex-direction: column;
    }

    .student-feedback .container .student-review-form .m-auto .d-flex .w-50 {
        width: 100% !important;
    }

    .section-contact-sales .terminal-text {
        font-size: 18px;
    }


}

@media (max-width: 768px) {
    .text_center_video {
        font-size: 14px;
    }

    .mobile_menu_open img {
        height: 35px;
        width: 35px;
    }

    .info-course ul > li {
        width: 90%;
    }

    /* Section contact sales */
    .section-contact-sales {
        padding: 80px 0;
    }

    .section-contact-sales h2,
    .section-contact-sales .contact-form h2 {
        font-size: 35px;
    }

    .section-contact-sales .our-classrooms .item-classroom,
    .section-contact-sales .our-classrooms-homepage .item-classroom {
        width: 496px;
        height: auto;
    }

    .student-review-form form {
        font-size: 16px;
    }

    .student-feedback .container .student-review-form .m-auto .d-flex {
        flex-direction: column;
    }

    .student-feedback .container .student-review-form .m-auto .d-flex .w-50 {
        width: 100% !important;
    }

    .section-statistics span.number {
        font-size: 50px;
    }

    .title_center {
        margin-top: 10px;
    }

    .teacher-section .col-md-5 {
        margin-top: 2rem;
    }

    .section-info .section-info-content h3 {
        font-size: 1rem;
    }

    #box-reason .btn_link {
        width: max-content;
    }
}


@media (max-width: 1199.98px) and (min-width: 991.98px) {

    .section-contact-sales .our-classrooms .item-classroom,
    .section-contact-sales .our-classrooms-homepage .item-classroom {
        width: 430px;
        height: 292px;
    }
}

@media (max-width: 1200px) {
    .section-info {
        background: url("../../images/banner_bg.png");
    }

    .student-feedback form .col-12 {
        width: 100%;
    }

    .student-feedback form .row {
        padding: 0 15px;
    }

    .student-feedback form .col-md-12 {
        width: 100%;
        margin-left: 0;
    }
}

/* dũng fix */

body {
    font-family: var(--font-family), sans-serif;
    font-size: 1rem;
    color: #333;
}

.text-bold-active, .btn-register span {
    font-family: 'SVNGilroyBold', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #333;
    transition: all 0.3s;
}

a,
a:hover {
    text-decoration: none;
}

.footer ul {
    padding-left: 0;
}

ul {
    margin: 0;
    list-style: none;
}

iframe {
    width: 100%;
    margin-bottom: -6px;
}

.dont-break {
    white-space: nowrap;
}

.small-container {
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-red {
    color: red;
}

.text-white {
    color: #fff;
}

.text-main {
    color: #dc1e20;
}

.text-bold {
    font-weight: 800;
}

.box-flex {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.box-flex:before,
.box-flex:after {
    display: none;
}

.box-flex > * {
    max-width: 100%;
}

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

.item-col {
    margin: 10px 0;
}

fieldset {
    text-align: center;
    border-top: 1px solid #fff;
}

fieldset legend {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 20px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-bottom: none;
}

.box-fail legend {
    width: 100%;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
}

section {
    padding: 60px 0;
}

.cta-main {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    display: inline-block;
    max-width: 100%;
}

.cta-main .cta-svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cta-main .cta-svg.right {
    left: auto;
    right: 0;
    text-align: right;
}

.cta-main.cta-center {
    padding: 0;
    margin-top: 30px;
}

.cta-main.cta-center .cta-svg {
    left: -80px;
}

.cta-main svg {
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 1);
}

.cta-main.svg-main svg {
    fill: rgba(144, 0, 0, 1);
}

.item-problem .cta-btn {
    font-size: 17px;
}

.cta-btn {
    position: relative;
    width: 200px;
    max-width: 100%;
    background-image: linear-gradient(to right, #a41b1e, #de5155);
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 800;
    padding: 0 10px 10px 15px;
}

.content {
    padding-right: 1rem;
}

.cta-btn:after {
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    left: 5px;
    bottom: 5px;
    border: rgb(127, 125, 125) 2px solid;
}

.cta-btn.cta-white {
    background-image: linear-gradient(to right, #fff, #d1d3d4);
    color: #d52327 !important;
}

.cta-btn.cta-white:after {
    border-color: #d1d3d4;
}

.item-ytb {
    position: relative;
    cursor: pointer;
}

.item-ytb svg {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.item-ytb iframe {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.img-beauty {
    height: 200px;
}

.navbar-expand-lg .navbar-nav li a.nav-link {
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
}

.navbar-expand-lg.fixed-top .navbar-nav li a.nav-link {
    color: #fff;
}

nav li.nav-item,
nav li.nav-item:hover {
    border: none;
}

nav li:last-child {
    background-color: rgb(255, 193, 8);
    color: black !important;
    border-radius: 20px;
}

nav li:last-child > a.nav-link {
    font-size: 14px;
    color: #333333 !important;
}

@media (min-width: 992px) {

    #navbar,
    #navbar .dropdown-menu {
        background: #d32128;
    }
}

@media all and (max-width: 991px) {
    #navbar {
        background: #d32128;
    }

    .offcanvas-header {
        background: #fff;
    }

    .offcanvas.show {
        /*background: #1a8ece;*/
    }

    #navbar ul li a.nav-link {
        color: #333;
        margin-bottom: 15px;
    }

    nav li:last-child > a.nav-link {
        display: inline-block;
        line-height: 45px !important;
    }
}

#banner {
    margin: 0 auto;
    padding: 0;
}

.teacher-section p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

.teacher-section .teacher-description p {
    margin-left: 124px;
    font-size: 22px;
    font-weight: 800;
}

.img-beauty {
    position: relative;
    width: 100%;
    /*height: 220px;*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.video {
    position: relative;
}

.route-course-collapse .arrow_down {
    bottom: -60px;
    left: 80px;
}

.video img {
    position: absolute;
    color: #fff;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px !important;
    height: 50px !important;
}


@media (max-width: 992px) {
    .teacher-section .teacher-description p {
        font-size: 12px;
        margin-left: 70px;
        margin-right: 10px;
        padding-bottom: 3px;
    }

    .btn-apply {
        text-align: center;
        font-size: 1rem;
        margin: 0 auto;
        width: 100%;
    }

    .btn-apply .btn-txt {
        font-size: 27px;
    }
}

@media (max-width: 480px) {
    #nav-tabContent .row.g-4 {
        display: none;
    }

    .teacher-section .teacher-description h3 {
        font-size: 16px;
    }

    #route-study .collapse.show {
        position: relative;
    }

    #route-study .collapse.show::before {
        content: '';
        position: absolute;
        top: 0;
        left: 4rem;
        width: 2rem;
        height: 2rem;
        background-image: url('../../images/icon/arrow_down.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 425.98px) {
    .section-banner .row.position-relative {
        padding-top: 7rem;
    }

    .section-banner h1 {
        font-size: unset;
        font-family: 'Gilroy-Heavy', sans-serif;
        color: #d02229;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, .7);
        position: absolute;
        top: -2rem;
    }

    .section-banner h1 span:first-child {
        -webkit-text-stroke: 1px #fff;
        font-size: 45px;
        line-height: 1.7;
    }

    .section-banner h1 span:last-child {
        font-size: 28px;
        -webkit-text-stroke: 0 #fff;
        text-shadow: none !important;
        font-family: 'SVN-Gilroy-Bold', sans-serif;
    }

    #student-testimonial {
        padding: 0 0;
    }

    .pb-5 {
        padding-bottom: 0 !important;
    }

    .section-info {
        min-height: 1200px;
        padding: 50px 0;
        background: url("../../images/banner_bg.png") top center / cover no-repeat;
    }

    /*  */
    .section-contact-sales {
        padding: 60px 0;
    }

    .section-contact-sales h2,
    .section-contact-sales .contact-form h2 {
        font-size: 24px;
    }

    .section-contact-sales .our-classrooms .item-classroom,
    .section-contact-sales .our-classrooms-homepage .item-classroom {
        width: 100%;
    }

    .section-contact-sales .contact-form form {
        padding: 0;
    }

    .section-contact-sales .contact-form input,
    .section-contact-sales .contact-form select {
        font-size: 14px;
    }

    .section-statistics span.number {
        font-size: 30px;
    }

    .btn_link {
        font-size: 16px;
        text-align: center;
        width: 90%;
    }

    .btn_link .marqueeStyle {
        font-size: 12px;
        text-align: center;
    }

    .item_text span {
        font-size: 1rem;
    }

    .teacher-section .teacher-description p {
        font-size: 14px;
        margin-left: 75px;
        margin-right: 10px;
        margin-top: 15px;
    }

    .teacher-section .teacher-description h3 {
        font-size: 14px;
        width: 85%;
        top: 45%;
        left: 14%;
        transform: translateY(-50%);
    }

    h2 {
        font-size: 27px !important;
    }

    .section-info-content > p {
        font-size: 16px !important;
        text-align: justify !important;
    }
}

@media (max-width: 400px) {
    .section-banner h1 span:first-child {
        font-size: 38px;
    }

    .teacher-section .teacher-description p {
        font-size: 10px;
        padding-bottom: 1px;
    }
}


.align-item-center {
    margin-top: 10px;
}

.btn-apply .txt-container {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
}

.btn-apply .txt-container {
    margin-bottom: 0;
}

.btn-apply .btn-txt {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid #fff;
    animation: widthText 2s ease-out infinite forwards;
}

.btn-apply:hover .btn-txt {
    color: #fff;
    width: auto;
}

a:hover {
    color: #fff;
}

@keyframes widthText {
    0% {
        width: 100%;
        color: #fff;
    }

    50% {
        width: 0;
        color: #fff;
    }

    65% {
        width: 100%;
        color: #fff;
    }

    100% {
        width: 100%;
        color: #fff;
    }
}

@media screen and (max-width: 340px) {
    .teacher-section .teacher-description h3 {
        font-size: 12px;
        width: 88%;
        top: 45%;
        left: 14%;
        transform: translateY(-50%);
    }

    h2 {
        font-size: 25px !important;
    }
}

/* Teacher section */
.teacher-container__list .teacher-container__item {
    background: #e2e2e4;
    position: relative;
    padding: .5rem .5rem .5rem 6rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 4px solid #fff;
    min-height: 4.75rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    text-align: left;
    font-size: 1.25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Gilroy-Regular", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.3;
}

.teacher-container__list .teacher-container__item > span {
    font-weight: 500;
    font-family: "SVNGilroyRegular", sans-serif;
}

.teacher-container__list .teacher-container__item + .teacher-container__item {
    margin-top: 1rem;
}

.teacher-container__list .teacher-container__item .teacher-container__icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4.5rem;
    background: linear-gradient(-90deg, #de3c29 10%, #f68c25 75%);
}

.teacher-container__list .teacher-container__item .teacher-container__icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(.5rem, -50%);
    width: 0;
    height: 0;
    border-left: .5rem solid #df3e29;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
}

.teacher-container__list .teacher-container__item .teacher-container__icon::before {
    content: "";
    position: absolute;
    background: blue;
    width: calc(4.5rem - 10px);
    height: calc(100% - 10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    background: linear-gradient(90deg, #f9c182 10%, rgba(29,27,120,0) 75%);
}

.teacher-container__list .teacher-container__item .teacher-container__icon .teacher-container__icon_checked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(4.5rem - 30px);
    height: calc(4.5rem - 30px);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 472.37"><path fill="white" fill-rule="nonzero" d="M145.33 172.6l57.21-.75c2.76-.04 5.33.74 7.51 2.1 11.85 6.86 23.04 14.67 33.45 23.48 5.86 4.97 11.53 10.28 16.99 15.96 19.67-30.56 43.04-61.58 67.52-90.78 31.9-38.04 65.91-73.2 96.22-100.37 2.65-2.37 5.97-3.53 9.26-3.53l44.22-.07c7.7 0 13.95 6.25 13.95 13.95 0 3.86-1.56 7.34-4.09 9.87-40.58 45.12-82.2 96.78-119.92 149.72-34.92 49.02-66.55 99.17-90.93 146.26-3.52 6.83-11.92 9.51-18.75 5.99a13.796 13.796 0 01-6.23-6.5c-13.36-28.57-29.28-54.8-48.23-78.2-18.93-23.37-41-44.09-66.69-61.72-6.35-4.33-7.98-13-3.65-19.35 2.82-4.14 7.49-6.27 12.16-6.06zM62.55 0h270.16c-19.14 19.72-35.72 38.96-49.97 57.45H62.55c-1.42 0-2.71.57-3.64 1.46a5.27 5.27 0 00-1.46 3.64v347.26c0 1.34.6 2.6 1.54 3.55.96.95 2.23 1.56 3.56 1.56h386.89c1.29 0 2.55-.62 3.52-1.58.97-.97 1.59-2.24 1.59-3.53V213.59c20.82-8.61 40.4-17.48 57.45-25.81v222.03c0 17.14-7.11 32.82-18.43 44.14-11.33 11.33-26.99 18.42-44.13 18.42H62.55c-17.13 0-32.83-7.06-44.17-18.4C7.08 442.67 0 427.03 0 409.81V62.55C0 45.4 7.04 29.78 18.35 18.46l.11-.11C29.78 7.04 45.4 0 62.55 0z"/></svg>') no-repeat center center;
    background-size: contain;
}
/* End teacher section */
