@charset "utf-8";
@import url('./fonts/khoa-hoc-ielts-font.css');

:root {
    --font-family-SVN-Gilroy-Regular: 'Gilroy-Regular';
    --font-family-SVN-Gilroy-Bold: 'SVN-Gilroy-Bold';
    --font-family-SVN-Gilroy-SemiBold: 'SVN-Gilroy-SemiBold';
    --font-family-SVN-Gilroy-XBold: 'SVN-Gilroy-XBold';
    --font-family-SVN-Gilroy-Heavy: 'Gilroy-Heavy';
    --font-family-Gilroy-RegularItalic: 'Gilroy-RegularItalic';
    --font-family-Vljoyfull: 'Vljoyfull';
    --text-red: #c12128;
    --text-black: #000;
    --text-yelow: #e3801f;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
.box_header {
    background: url(../../images/landing-pages/khoa-luyen-speaking-writing-chuyen-sau-ielts-langgo/pc/section_1.1.png) top center no-repeat;
    height: 710px;
    margin-top: 63px;
}

.box_header_start {
    margin-top: 59px
}

.box_header_start_top {
    font-family: var(--font-family-MTD-Houstoner-Script);
    font-size: 129px;
    margin-bottom: 0;
    height: 133px;
    padding-left: 8rem
}


.box_header_start_caption {
    font-family: var(--font-family-SVN-Gilroy-Bold);
    font-style: italic;
    font-size: 25px;
    padding-left: 8rem;
    margin-top: 3rem;
    line-height: 1.3;
    margin-bottom: 0
}
.box_header_start_caption span {
    font-family: var(--font-family-SVN-Gilroy-Bold);
}

.box_header_start_pc img {
    margin-left: 4.5rem
}

.box_header_start_bottom {
    margin-top: 54px;
    margin-left: 100px
}

.box_header_start_bottom a {
    border: 3px solid #fff;
    height: auto;
    left: 20%;
    width: 50%;
    padding: 4px 0;
    border-radius: 30px;
    font-family: var(--font-family-SVN-Gilroy-Bold);
    font-size: 24px;
    background: #f79e21;
    background: linear-gradient(90deg, rgba(247, 158, 33, 1) 0, rgba(240, 106, 34, 1) 50%, rgba(232, 34, 36, 1) 100%)
}

.box_header_start_bottom a:hover {
    background: #d52229;
    background: linear-gradient(90deg, rgba(213, 34, 41, 1) 0, rgba(240, 102, 34, 1) 50%, rgba(247, 159, 33, 1) 100%)
}
.box_header_start_mobile {
    display: none
}

.roadmap_wrapper_all_mobile {
    display: none
}

.box_header_start_bottom_mobile {
    display: none
}
.box_header_start_img {
    margin-top: 1rem
}

.box_header_start_bottom {
    margin-left: 12rem
}

.banner_title {
    font-family: var(--font-family-SVN-Gilroy-Bold);
    padding-top: 1.688rem;
    font-size: 2.375rem;
    line-height: 1.3;
    color: #c42229;
}
.title-content h1 {
    font-size: 45px;
    font-family: var(--font-family-SVN-Gilroy-XBold);
    color: #c42229;
}
.title-content span {
    width: 100%;
    font-size: 45px;
    font-family: var(--font-family-SVN-Gilroy-XBold);
    color: #c42229;
}
.title-top {
    font-family: var(--font-family-SVN-Gilroy-XBold);
    color: #e0801f;
    font-size: 2.813rem;

}
.btn-roadmap {
    background: url("../../images/landing-pages/khoa-hoc-ielts/btn_roadmap.png") top center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 3.625rem;
    font-family: var(--font-family-SVN-Gilroy-Bold);
    font-size: 1.1rem;
    padding: 0.625rem 0;
    transition: all .25s ease;
}

.btn-roadmap:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 100%;
    top: 0;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
    animation: slide 3s infinite 3s;
    z-index: 999;
}

.btn-support:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 100%;
    top: 0;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
    animation: slide 3s infinite 3s;
    z-index: 999;
}

.btn-support {
    transition: all .25s ease;
    background: url("../../images/landing-pages/khoa-hoc-ielts/bt_support.png") top center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 58px;
    font-family: var(--font-family-SVN-Gilroy-Bold);
    font-size: 1.1rem;
    padding: 10px 0;
    color: var(--text-red);
}

.banner_right img {
    margin-top: 90px;
}

.btn_appointment {
    background: #f39f1b;
    font-family: var(--font-family-SVN-Gilroy-Bold);
    font-size: 16px;
    color: var(--white);
    border-radius: 20px;
    display: block;
    padding: 5px 25px !important;
}

.navbar-nav .nav-item > .btn_appointment:hover,
.navbar-nav .nav-item:hover > .btn_appointment {
    cursor: pointer;
    background: #f39f1b !important;
    color: #333 !important;
}

.feature-section {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.feature-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}
.feature-list h2 {
    margin: 0;
    font-weight: normal;
    line-height: normal;
    font-size: 1rem;
}


.feature-list li {
    background-color: #ffffff;
    border: 2px solid  #ff6600;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 15px;
    line-height: 1.4;
}

.feature-list li::before {
    content: '';
    position: absolute;
    left: -7%;
    top: 25%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(../../images/landing-pages/khoa-luyen-speaking-writing-chuyen-sau-ielts-langgo/pc/section_2.2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.cta-button {
    display: block;
    width: 60%;
    margin: 0 auto;
    border: 3px solid #fff;
    background: linear-gradient(90deg, rgba(247, 158, 33, 1) 0, rgba(240, 106, 34, 1) 50%, rgba(232, 34, 36, 1) 100%);
    color: #ffffff;
    padding: 8px 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-family: var(--font-family-SVN-Gilroy-Heavy);
}

.cta-button:hover {
    background: linear-gradient(90deg, rgba(213, 34, 41, 1) 0, rgba(240, 102, 34, 1) 50%, rgba(247, 159, 33, 1) 100%);
}
.btn-register .button-default {
    display: block;
    width: 60%;
    margin: 20px auto;
    border: 3px solid #fff;
    background: linear-gradient(90deg, rgba(247, 158, 33, 1) 0, rgba(240, 106, 34, 1) 50%, rgba(232, 34, 36, 1) 100%);
    color: #ffffff;
    padding: 8px 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-family: var(--font-family-SVN-Gilroy-Heavy);
}
.btn-register .button-default:hover {
    background: linear-gradient(90deg, rgba(213, 34, 41, 1) 0, rgba(240, 102, 34, 1) 50%, rgba(247, 159, 33, 1) 100%);
}
.our-feedback-student {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.owl-nav {
    position: absolute;
    top: 50%; /* Đưa lên giữa */
    width: 100%; /* Chiếm toàn bộ chiều ngang của carousel */
    display: flex;
    justify-content: space-between; /* Đặt hai nút ở hai bên */
    transform: translateY(-50%); /* Đảm bảo các nút nằm đúng giữa */
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
  }

  .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
  }

  .owl-nav .owl-next {
    position: absolute;
    right: 30px;
  }
.owl-carousel .item {
    margin: 20px;
    text-align: center;
    transition: transform 0.3s;
}

.owl-carousel .item img {
    width: 70% ;
    height: auto;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.owl-carousel .item p {
    font-size: 18px;
    color: #000;
    padding: 0 10px;
    font-family: var(--font-family-SVN-Gilroy-Regular);
    width: 70%;
    margin: 20px auto;
}

.item:hover {
    transform: scale(1.05);
}
.section-content,
.benefit {
  position: relative;
  z-index: 1;
}

.section-content::after,
.benefit::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50vh; /* Hoặc giá trị cụ thể nếu bạn muốn */
  background-image: url(../../images/landing-pages/khoa-luyen-speaking-writing-chuyen-sau-ielts-langgo/pc/section_3.4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.section-content::after {
  bottom: 0;
  background-position: top center;
}

.benefit::before {
  top: 0;
  background-position: bottom center;
}



.benefit-section {
    max-width: 50rem;
    margin: 1.25rem auto;
    background-color: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 0 1.25rem rgba(0,0,0,0.1);
    padding: 2rem;
}

.benefit .title-content h2 {
    font-size: 2.8125rem;
    font-family: var(--font-family-SVN-Gilroy-XBold);
    color: #c42229;
}

.subtitle {
    font-size: 1.25rem;
    font-family: var(--font-family-SVN-Gilroy-Regular);
    text-align: center;
    color: #000;
    margin-bottom: 1.25rem;
}

.content-box {
    background-color: #fff;
    border-radius: 0.625rem;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.9375rem;
}

.image-and-title {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.policy-content {
    display: block;
    margin-top: 0.625rem;
}

.policy-content ul {
    margin: 0;
    padding-left: 2.125rem;
    list-style-type: none;
}

.policy-content ul li {
    position: relative;
    padding-left: 0.9375rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #000;
}

.policy-content ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #000;
}

.info-item img {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.625rem;
    object-fit: contain;
    flex-shrink: 0;
}

.info-item p {
    margin: 0;
    font-size: 1rem;
    color: #000;
    line-height: 1.4;
}

.info-item strong {
    display: block;
    font-size: 1.25rem;
    color: #000;
    margin-bottom: -0.625rem;
}

.info-item:last-child {
    flex-direction: row;
    align-items: center;
}

.info-item:last-child > img {
    margin-right: 0.625rem;
    flex-shrink: 0;
}

.info-item:last-child > strong {
    margin-bottom: 0;
}

.info-item ul {
    display: block;
    clear: both;
    margin-top: 0.625rem;
    padding-left: 2.125rem;
    list-style-type: none;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.25rem;
}

.price-table th, .price-table td {
    border: 1px solid #333;
    padding: 0.625rem;
    text-align: left;
}

.price-table th {
    background-color: #f2f2f2;
}



.central_facility {
    padding: 50px 0;
}

.central_facility_top p {
    font-family: var(--font-family-SVN-Gilroy-XBold);
    color: var(--text-yelow);
    font-size: 2.813rem;
}

.central_facility_top p span {
    font-family: var(--font-family-SVN-Gilroy-Bold);
    color: var(--text-red);
    font-size: 1.875rem;
}

.central_facility_item_img {
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 5px;
    padding: 10px;
    border-radius: 15px;
}

.central_facility_top {
    padding-bottom: 10px;
}

.central_facility_item_img img {
    width: 100%;
    border-radius: 15px;
    height: auto;
}

.central_facility_item p {
    margin-bottom: 0;
    font-family: var(--font-family-SVN-Gilroy-Bold);
    color: var(--text-black);
    padding-top: 10px;
    font-size: 1.125rem;
}

.central_facility_item span {
    font-family: var(--font-family-SVN-Gilroy-Regular);
    font-size: 1rem;
    color: var(--text-black);
}

.central_facility_item a {
    margin-top: 10px;
    border-radius: 20px;
    padding: 5px 30px;
    color: var(--text-black);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.teaching_staff_footer {
    padding-top: 0.938rem;
}

.teaching_staff_footer p {
    font-family: var(--font-family-SVN-Gilroy-Regular);
    margin-bottom: 0;
    color: var(--text-black);
    font-size: 1.2rem;
}
.pt-custom {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.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);
}
.form-register {
    background-color: #ffffff;
    border: 1px solid #b7686e;
    border-radius: 20px;
    padding: 3rem 2rem 4rem 2rem;
}
.form-register input::placeholder {
    color: #000;
    opacity: 1;
    font-size: 1rem;
    font-family: var(--font-family-SVN-Gilroy-Regular);
}

.form-register input.form-control {
    border: 1.5px solid #000;
    border-radius: 30px;
}

.form-register select option {
    color: #000;
    font-size: 1rem;
    font-family: var(--font-family-SVN-Gilroy-Regular);
}

.form-register select.form-control {
    border: 1.5px solid #000;
    border-radius: 30px;
}

.form-register input[type="radio"] {
    border: 2px solid #000;
    border-radius: 50%;
    padding: 5px;
}

.form-register input[type="checkbox"] {
    border: 2px solid #000;
    border-radius: 30px;
}
.title-form {
    font-family: 'SVNGilroyBold', serif !important;
    font-size: 2.25rem !important;
}
.display-2 {
    font-family: var(--font-family-Vljoyfull), serif !important;
    font-style: italic;
    font-size: 8.5rem !important;
}
.text-sub-color {
    color: #ce2229;
    font-family: var(--font-family-SVN-Gilroy-Heavy);
    font-size: 4.625rem;
    font-weight: bold;
    margin-top: 10px;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}
.text_sales {
    color: #fff;
    font-size: 1.25rem;
    margin-top: 20px;
}
.register-cta {
    display: inline-block;
    background-color: #ce2229;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.53125rem;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
/* medium and up screens */

@media (max-width: 480px) {
    .price-table {
        font-size: 12px;
    }

    .cta-button {
        width: 70%;
        font-size: 1rem;
    }
    .btn-register .button-default {
        width: 70% !important;
        font-size: 1rem;
    }
}
@keyframes widthText {
    0% {
        width: 100%;
        color: #fff;
    }

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

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

    100% {
        width: 100%;
        color: #fff;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1152px) {
    .box_header_start_top {
        height: auto;
        padding-left: 0
    }
    .btn-register .button-default {
        width: 70% !important;
        font-size: 1rem;
    }
    .box_header {
        background-size: 100% 100%;
        height: 500px;
        margin-top: 65px
    }

    .box_header_start {
        margin-top: 20px
    }

    .box_header_start_img {
        width: 90%
    }

    .box_header_start_img img {
        width: unset;
        height: unset
    }

    .box_header_start_pc img {
        margin-left: 0;
        height: unset;
        width: unset
    }

    .box_header_start_caption {
        margin-top: 20px;
        font-size: 22px;
        padding-left: 0
    }

    .box_header_start_bottom {
        margin-left: 0
    }

    .box_header_start_bottom a {
        font-size: 16px
    }


    .box_header_start_bottom a {
        padding: 8px 0
    }
    .register-cta {
        padding: 10px 0px;
        font-size: 1.25rem;
        width: 100%;
    }
    .text_sales {
        font-size: 1rem;
    }
    .text-sub-color {
        font-size: 3.5rem;
    }
}
@media (max-width: 767px) {
    .vertical-contact-form .btn-register .button-default {
        width: 70% !important;
        font-size: 1rem;
    }
    .section-contact-sales {
        padding: 30px 0;
    }
    .display-2 {
        font-size: 5.54rem !important;
    }
    .text-sub-color {
        font-size: 2.4rem;
    }
    .text_sales {
        font-size: 0.9rem;
    }
    .register-cta {
        padding: 10px 0px;
        font-size: 0.8rem;
        width: 100%;
    }
    .pt-custom {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .title-top {
        font-size: 1.375rem;
    }
    .title-content h1 {
        font-size: 1.375rem;
    }
    .title-content span {
        font-size: 1.375rem;
    }
    .benefit .title-content h2 {
        font-size: 1.375rem;
    }
    .subtitle {
        margin: auto;
        width: 80%;
        font-size: 1rem;
        margin-bottom: 1.25rem;
        margin-top: 1rem;
    }
    .owl-carousel .item p {
        font-size: 14px;
        width: 80%;
    }
    .owl-carousel .item img {
        width: 80%;
    }
    .feature-list li {
        right: -0.8rem;
    }

    .feature-list li::before {
       left: -8%;
       width: 18px;
       height: 18px;
    }
    .benefit-section {
        padding: 15px;
    }

    h2 {
        font-size: 20px;
    }

    .content-box {
        padding: 15px;
    }

    .price-table th, .price-table td {
        padding: 8px;
        font-size: 14px;
    }
    .box_header_start_img {
        display: none
    }
    .box_header_start_pc {
        display: none
    }

    .box_header_start_bottom_mobile {
        display: block;
        background: 0 0;
        background-size: contain;
        height: unset
    }
    .box_header_start_mobile {
        display: block
    }

    .box_header {
        position: relative;
        background: url(../../images/landing-pages/khoa-luyen-speaking-writing-chuyen-sau-ielts-langgo/mobile/section_1.1.png) top center no-repeat;
        background-size: cover;
        height: 319px;
        margin-top: 145px
    }
    .box_header_start_bottom_mobile {
        position: absolute;
        bottom: 50px;
        width: 90%;
        left: 2%
    }

    .box_header_start_top {
        font-size: 54px;
        text-align: center;
        height: unset;
        padding-left: 0
    }

    .box_header_start {
        margin-top: 22px
    }

    .box_header_start_caption {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
        font-size: 14px
    }

    .box_header_start_caption span {
        font-size: 14px;
        font-family: var(--font-family-SVN-Gilroy-Bold)
    }

    .box_header_start_bottom {
        margin-left: 0;
        margin-top: 0px
    }
    .box_header_start_bottom a {
        font-size: 16px;
        padding: 8px 0;
        left: 25%;
    }


    .commitment_item {
        width: 100%;
        padding: 1.563rem 1.875rem 1.563rem 1.563rem;
    }

    .build_roadmap_main {
        display: none;
    }

    .build_roadmap_main_mobile_top {
        position: relative;
        height: 100px;
        width: 100%;
    }

    .build_roadmap_main_mobile_top_solid {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        background: #cbcbcb;
        height: 5px;
        z-index: 1;
    }

    .output_level_mobile_right {
        position: absolute;
        background: #e6921a;
        height: 5px;
        top: 50px;
        width: 0;
        z-index: 2;
    }

    .output_level_mobile_right_click {
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;
        width: 40%;
    }

    .build_roadmap_main_mobile_main_2_active {
        -webkit-animation-duration: .4s;
        -webkit-animation-name: slidein;
        -moz-animation-duration: .4s;
        -moz-animation-name: slidein;
        -o-animation-duration: .4s;
        -o-animation-name: slidein;
        animation-duration: .4s;
        animation-name: slidein;
    }

    @-webkit-keyframes slidein {
        from {
            right: -24rem;
        }

        to {
            right: 0;
        }
    }

    @-moz-keyframes slidein {
        from {
            right: -24rem;
        }

        to {
            right: 0;
        }
    }
    @-o-keyframes slidein {
        from {
            right: -24rem;
        }

        to {
            right: 0;
        }
    }
    @keyframes slidein {
        from {
            right: -24rem;
        }

        to {
            right: 0;
        }
    }
    .suitable_route_item_mobile_icon {
        width: 14px;
        height: 14px;
        border-radius: 20px;
        border: 1px solid #e6911c;
        top: 18px;
        left: 1rem;
    }

    .output_level_mobile_all {
        position: absolute;
        top: 21px;
        left: 0;
        z-index: 3;
        width: 109px;
    }

    .entry_level_mobile_active {
        background: #d56422 !important;
    }

    .output_level_mobile_active {
        background: #e6921a !important;
    }

    .suitable_route_mobile_active {
        background: #b92215 !important;
    }

    .suitable_route_input_mobile_active {
        background: #e6921a !important;
    }

    .suitable_route_out_mobile_active {
        background: #d56422 !important;
    }

    .suitable_route_out_mobile_active p {
        color: #fff !important;
    }

    .suitable_route_input_mobile_active p {
        color: #fff !important;
    }

    .output_level_mobile {
        background: #e6921a;
        width: 90px;
        height: 55px;
        border-radius: 2.5rem;
        text-align: center;
        color: #fff;
        line-height: 55px;
        font-family: var(--font-family-SVN-Gilroy-Regular);
        font-size: 1.3rem;

    }

    .output_level_mobile_all p {
        padding-top: 5px;
        font-family: var(--font-family-SVN-Gilroy-Regular);
        color: var(--text-black);
        font-size: 14px;
        text-align: center;
    }

    .entry_level_mobile_all {
        position: absolute;
        top: 21px;
        left: 143px;
        z-index: 3;
        width: 100px;
    }

    .entry_level_mobile_all p {
        padding-top: 5px;
        font-family: var(--font-family-SVN-Gilroy-Regular);
        color: var(--text-black);
        font-size: 14px;
        text-align: center;
    }

    .entry_level_mobile {
        background: #cbcbcb;
        width: 90px;
        height: 55px;
        border-radius: 2.5rem;
        text-align: center;
        color: #fff;
        line-height: 55px;
        font-family: var(--font-family-SVN-Gilroy-Regular);
        font-size: 1.3rem;
    }

    .suitable_route_mobile_all {
        position: absolute;
        top: 22px;
        z-index: 3;
        width: 100px;
        right: -11px;
    }

    .suitable_route_mobile_all p {
        padding-top: 5px;
        font-family: var(--font-family-SVN-Gilroy-Regular);
        color: var(--text-black);
        font-size: 14px;
        text-align: center;
    }

    .suitable_route_mobile {
        background: #cbcbcb;
        width: 90px;
        height: 55px;
        border-radius: 2.5rem;
        text-align: center;
        color: #fff;
        line-height: 55px;
        font-family: var(--font-family-SVN-Gilroy-Regular);
        font-size: 1.3rem;
    }

    .build_roadmap_main_mobile_main {
        margin-top: 60px;
        box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
        border-radius: 1.25rem;
        position: relative;
    }

    .build_roadmap_main_mobile_main ul li:last-child {
        border-bottom: none;
    }

    .suitable_route_item_mobile {
        border-bottom: 1px solid #f2c88c;
        padding-bottom: 10px;
        padding-top: 10px;
        cursor: pointer;
    }

    .suitable_route_item_mobile p {
        margin-bottom: 0;
        font-family: var(--font-family-SVN-Gilroy-Bold);
        color: var(--text-black);
        padding: 0 1rem;
        font-size: 1.313rem;
    }

    .build_roadmap_main_mobile_main_3 {
        padding: 1rem;
    }

    .suitable_route_item_mobile p span {
        font-family: var(--font-family-SVN-Gilroy-Regular);
        text-transform: none;
        font-size: 1rem;
        text-align: justify;
    }

    .build_roadmap_main_mobile {
        display: block;
    }

    .international_standard_main .owl-carousel .owl-item img {
        height: auto;
    }

    .banner_title {
        font-size: 1.625rem;
        padding-top: 0.313rem;
    }

    .banner_left_img h1 {
        font-size: 2.813rem;
        -webkit-text-stroke: 0.063rem #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
    }

    .banner_title span {
        font-size: 1.313rem;
    }

    .banner_content p {
        font-size: 0.688rem;
    }

    .banner_content p span {
        font-size: 0.688rem;
    }

    .banner_content {
        padding-bottom: 0.938rem;
    }

    .btn-roadmap {
        font-size: 0.5rem;
        height: 2.813rem;
    }

    .btn-support {
        font-size: 0.6rem;
        height: 2.813rem;
    }

    .banner_right img {
        max-width: 70% !important;
        margin: 0.625rem auto 0 auto;
        display: block;
    }

    .suitable_advice {
        width: 100%;
        margin-top: 2.188rem;
        margin-bottom: 2.188rem;
        font-size: 1.1rem;
    }

    .suitable_advice_register {
        width: 100%;
        font-size: 1.2rem;
        margin-bottom: 1.563rem !important;
    }

    .output_commitment {
        margin-top: 4.375rem;
        background-size: 100%;
    }

    .output_commitment_top_start span {
        line-height: 1;
        padding-top: 5px;
        font-size: 1.5rem;
    }

    .output_commitment_top_end {
        width: 100%;
    }

    .tab-switcher {
        width: 46%;
        margin-bottom: 0.938rem;
        font-size: .9rem;
        height: 2.775rem;
        margin-right: 0;
        padding: 0.188rem 1.938rem;
    }

    .tab-switcher span {
        font-size: .9rem;
    }

    .tab-switcher:first-child {
        padding: 0.813rem 0;
        margin-right: 1.125rem;
    }

    .tab-switcher h3 {
        font-size: .9rem;
        padding: 0.188rem 0;
    }

    .tab-switcher:nth-child(3) h3 span {
        display: unset !important;
    }

    .tab-switcher:nth-child(4) {
        margin-right: 0.688rem !important;
    }

    .output_commitment_main {
        margin-top: 1.5rem;
    }

    #allTabsContainer {
        margin-top: 0;
        padding: 1.5rem 1rem;
    }

    .output_commitment_tabs_top p {
        font-size: 1.1rem;
    }

    .output_commitment_tabs_top p span {
        font-size: 1.063rem;
    }

    .output_commitment_item p {
        font-size: 1.125rem;
        margin-bottom: .5rem;
    }

    .output_commitment_item {
        margin-top: 0.313rem;
    }

    .output_commitment_tabs_content_img {
        margin-top: 2rem;
    }

    .build_roadmap_top p {
        font-size: 1.5rem;
    }

    .suitable_advice p, .suitable_advice a {
        padding: 0.563rem 0;
    }

    .build_roadmap_top h2 {
        font-size: 1.5rem;
    }

    .build_roadmap_top h2 span {
        font-size: 1.5rem;
    }

    .build_roadmap_end {
        width: 100%;
        font-size: 1.188rem;
        margin-bottom: 1rem;
    }

    .output_level {
        padding: 0.938rem 0;
        font-size: 0.75rem;
    }

    .entry_level {
        padding: 0.938rem 0;
        font-size: 0.75rem;
    }

    .suitable_route {
        padding: 0.938rem 0;
        font-size: 1rem;
    }

    .suitable_route_item {
        height: auto;
    }

    .suitable_route_item p {
        font-size: 1rem;
    }

    .output_commitment .suitable_advice {
        margin: 3rem 0 1.5rem 0;
    }

    .suitable_route_text {
        height: auto;
    }

    .suitable_route_text img {
        position: relative !important;
        top: 2rem;
    }

    .suitable_route_text .suitable_no_data {
        margin-top: 0;
        font-size: .8rem;
        text-align: center;
    }

    .suitable_route_html .time-done-number {
        font-size: 1rem;
    }

    .suitable_route_html .time_done {
        font-size: 1rem;
    }

    .suitable_route_html .accordion-item .accordion-button {
        font-size: 0.9rem;
    }

    .suitable_route_html .accordion-body {
        font-size: .9rem;
    }

    .build_roadmap_button .suitable_advice {
        margin-bottom: 0.938rem;
    }

    .international_standard_top h2 {
        font-size: 1.5rem;
    }

    .international_standard_main {
        margin-top: 1.25rem;
    }

    .international_standard_top span {
        font-size: 2rem;
        line-height: 1.3;
    }

    .suitable_advice_register a {
        padding: 0.5rem 0;
    }

    .teaching_staff_footer p {
        font-size: 1rem;
    }

    .international_standard_main .item {
        width: 84%;
        margin: 0.625rem 1.875rem;
    }

    .international_standard_main .owl-dots {
        margin-top: 0;
    }

    .international_standard_main .owl-prev {
        left: -.5rem;
    }

    .international_standard_main .owl-next {
        right: -.5rem;
    }

    .international_standard_caption {
        width: 100%;
        font-size: 1.063rem;
        margin-bottom: 0;
    }

    .international_standard_item_title {
        width: 80%;
        font-size: 1.125rem;
    }

    .international_standard {
        margin-bottom: 0;
    }

    .teaching_staff {
        background-size: 100% 100%;
        height: auto;
        margin-top: 2rem;
    }

    .teaching_staff_top h2 {
        font-size: 1.813rem;
    }

    .teaching_staff_top h2 span {
        font-size: 1.375rem;
    }

    .commitment_top h2:before, .commitment_top h2:after {
        display: none;
    }

    .teaching_staff .owl-prev {
        left: 0;
    }

    .teaching_staff .owl-prev img {
        width: 1.875rem;
        height: 1.875rem;
    }

    .teaching_staff .owl-next {
        right: 0;
    }

    .teaching_staff .owl-next img {
        width: 1.875rem;
        height: 1.875rem;
    }

    #elc-5 {
        margin-top: 5rem;
    }

    #elc-5 .special-title > div {
        text-align: center;
        font-size: 3.125rem;
    }

    #elc-5 .special-title > h2 {
        font-size: 1.25rem;
    }

    .elc-5 .content {
        margin-top: 0 !important;
    }

    #elc-5 .student-slide .owl-prev {
        left: 0;
    }

    #elc-5 .student-slide .owl-nav img {
        width: 30px;
        height: 30px;
    }

    #elc-5 .student-slide .item {
        padding-right: 2rem !important;
        padding-left: 3rem !important;
    }

    #elc-5 .student-slide .owl-next {
        right: 0;
    }

    .everyone_talks_top_main .owl-stage-outer img {
        width: 81% !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .everyone_talks_top_main .owl-dots {
        display: none;
    }

    .student_feelings_top h2 {
        font-size: 1.688rem;
        padding-top: 1.5rem;
    }

    .student_feelings {
        margin-top: 10px;
    }

    .teaching_staff_item {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

    .teaching_staff_name {
        margin-top: -10px;
    }

    .student_feelings_start iframe {
        height: 14rem;
    }

    .student_feelings_start {
        padding: 10px;
    }

    .student_feelings_info ul li {
        height: auto;
    }

    .student_feelings_info {
        margin-top: 0.625rem;
    }

    .everyone_talks {
        margin-top: 1.2rem;
        padding-top: 0;
    }

    .everyone_talks_top h2 {
        font-size: 1.5rem;
    }

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

    .section-contact-sales-form .owl-prev {
        left: .5rem;
        position: absolute;
    }

    .section-contact-sales-form .owl-nav {
        top: 36%;
    }

    .section-contact-sales-form .owl-next {
        position: absolute;
        right: .5rem;
    }

    .everyone_talks_top_main .message-pictures .owl-prev {
        left: 0;
    }

    .everyone_talks_top_main .message-pictures .owl-prev img {
        width: 30px;
        height: 30px;
    }

    .everyone_talks_top_main .message-pictures .owl-next {
        right: 0;
    }

    .everyone_talks_top_main .message-pictures .owl-next img {
        width: 30px;
        height: 30px;
    }

    .section-contact-sales-form .contact-form .title-contact-sale-form {
        font-size: 24px;
        padding-top: 15px;
        margin-bottom: 25px;
    }

    .section-contact-sales-form .contact-form button {
        margin-top: 0;
    }

    .question {
        background: none;
        height: auto;
        padding: 0;
        margin-top: 1.563rem;
    }

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

    .question_top h2 {
        font-size: 1.375rem;
    }

    .question_top h2 span {
        font-size: 2rem;
    }

    .question .accordion-item .accordion-button {
        font-size: .8rem;
    }

    .question .accordion-body p {
        font-size: 0.938rem;
    }

    .question .accordion-body p a {
        font-size: 0.938rem;
    }

    .central_facility_top p {
        font-size: 2.5rem;
    }

    .central_facility_top p span {
        font-size: 1.063rem;
    }

    .central_facility_item_img img {
        height: auto;
    }

    .central_facility_item {
        margin-bottom: 20px;
    }

    .central_facility {
        padding: 50px 0 10px 0;
    }

    .teaching_staff_certificate {
        margin-top: 0.938rem;
    }

    .teaching_staff_content {
        padding-top: 0.938rem;
    }

    .elc-5 .owl-dots {
        display: none;
    }
    .owl-nav .owl-prev {
        position: absolute;
        left: 15px;
      }

      .owl-nav .owl-next {
        position: absolute;
        right: 15px;
      }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .btn-register .button-default {
        width: 70%;
        font-size: 1rem;
    }
    .register-cta {
        padding: 10px 0px;
        font-size: 1.25rem;
        width: 100%;
    }
    .text_sales {
        font-size: 1rem;
    }
    .text-sub-color {
        font-size: 3.5rem;
    }
    .box_header {
        background-size: 100% 100%;
        height: 450px;
        margin-top: 62px
    }

    .box_header_start_img {
        width: 90%;
        margin-top: 3rem
    }

    .box_header_start_img img {
        width: unset;
        height: unset
    }
    .box_header_start_top {
        font-size: 60px;
        height: unset;
        padding-left: 0
    }

    .box_header_start_pc img {
        margin-left: 0;
        width: unset;
        height: unset
    }

    .box_header_start {
        margin-top: 20px
    }

    .box_header_start {
        margin-top: 20px
    }

    .see_route {
        width: 100%
    }

    .box_header_start_bottom a {
        font-size: 16px
    }

    .box_header_start_bottom a {
        padding: 10px 0
    }

    .box_header_start_bottom {
        margin-top: 15px;
        margin-left: 0
    }
    .box_header_start_caption {
        font-size: 16px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 20px
    }


    .btn-roadmap {
        font-size: .5rem;
        height: 2.688rem;
    }

    .btn-support {
        font-size: .6rem;
        height: 2.688rem;
    }

    .banner_content {
        padding-bottom: 0.938rem;
    }

    .banner_right img {
        margin-top: 0;
    }

    .banner_left_img h1 {
        font-size: 2.688rem;
        -webkit-text-stroke: 0.063rem #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
    }

}

@media (max-width: 320px) {
    .banner_left_img h1 {
        font-size: 1.813rem;
    }

    .banner_title {
        font-size: .9rem;
    }

    .banner_title span {
        font-size: .9rem;
    }

    .banner_content p {
        font-size: .5rem;
    }

    .banner_content p span {
        font-size: .5rem;
    }

    .btn-roadmap {
        font-size: 0.35rem;
        height: 2.1rem;
    }

    .btn-support {
        font-size: .4rem;
        height: 2.1rem;
    }

    .central_facility_top p {
        font-size: 1.7rem;
    }

    .central_facility_top p span {
        font-size: .7rem;
    }
}
