@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';
    --text-red: #c12128;
    --text-black: #000;
    --text-yelow: #e3801f;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.bg_banner {
    background: url("../../images/landing-pages/khoa-hoc-ielts/bg_banner.png") top center no-repeat;
    height: 49.688rem;
    padding-top: 3.875rem;
}

.banner_title {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    padding-top: 1.688rem;
    font-size: 2.375rem;
    line-height: 1.3;
    color: #c42229;
}

.video_caption {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.5rem;
    padding-top: 8px;
    width: 90%;
}

.video_caption_view {
    right: 0;
    top: 15px;
    background: url("../../images/landing-pages/khoa-hoc-ielts/icon-31.svg") top left no-repeat;
    padding-left: 30px;
}

.banner_left_img p {
    font-family: var(--font-family-SVN-Gilroy-Heavy), sans-serif;
}

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

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

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

.banner_title span {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 2.375rem;
}

.banner_content {
    padding-bottom: 3.25rem;
}

.build_roadmap_main_mobile {
    display: none;
}

.owl-dots button.owl-dot {
    width: 20px !important;
    height: 20px !important;
    color: #fff !important;
    font-size: 12px;
    border-radius: 4px !important;
}

.banner_content p {
    font-family: var(--font-family-SVN-Gilroy-SemiBold), sans-serif;
    margin-bottom: 0;
    color: #c52229;
    font-size: 1.188rem;
    line-height: 1.3;
}

.banner_content p span {
    font-family: var(--font-family-SVN-Gilroy-SemiBold), sans-serif;
    font-size: 1.188rem;
}

.banner_left_img h1 {
    font-family: var(--font-family-SVN-Gilroy-Heavy), sans-serif;
    -webkit-text-stroke: 3px #fff;
    font-size: 80px;
    color: #d02229;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .7);
}

.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), sans-serif;
    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), sans-serif;
    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), sans-serif;
    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;
}

.video_about_us_all {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    margin-top: -60px;
    border-radius: 25px;
    margin-bottom: 60px;
    padding: 32px;
}

.video_about_us_title {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.875rem;
    color: var(--text-red);
    width: 79%;
    margin: 0 auto;
    padding: 8px 0 0 0;
    line-height: 1.3;
}

.video_item {
    margin-top: 36px;
    padding: 21px;
    border: 1px solid #f1a527;
    border-radius: 15px;
}

.video_about_us_title span {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    font-size: 2.813rem;
    color: var(--text-yelow);
}

.video_item_play {
    top: 45%;
    display: block;
    cursor: pointer;
    z-index: 2;
}

.commitment_mobile {
    display: none;
}

.commitment_mobile .commitment_item {
    left: -14px;
}

.commitment_mobile .owl-prev {
    left: -2rem;
    position: absolute;
}

.commitment_mobile .owl-next {
    right: 3.5rem;
    position: absolute;
}

.commitment_item_sank_1 .commitment_item_icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/commitment_item_icon_1.png") top left no-repeat;
}

.commitment_item_sank_2 .commitment_item_icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/commitment_item_icon_2.png") top left no-repeat;
}

.commitment_item_sank_3 .commitment_item_icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/commitment_item_icon_3.png") top left no-repeat;
}

.commitment_item_sank_4 .commitment_item_icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/commitment_item_icon_4.png") top left no-repeat;
}

.commitment_item_sank_5 .commitment_item_icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/commitment_item_icon_5.png") top left no-repeat;
}

.commitment_item_sank_6 .commitment_item_icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/commitment_item_icon_6.png") top left no-repeat;
}

.commitment_item_icon {
    width: 179px;
    height: 96px;
    right: -16px;
    bottom: -16px;
}

.video_item_img {
    height: 306px;
}

.video_item_img .video_item_play_icon {
    top: -53px;
    z-index: 1;
}

.commitment {
    padding-top: 30px;
    background: url("../../images/landing-pages/khoa-hoc-ielts/bg_commitment.png") top center no-repeat;
}

.video_item iframe {
    width: 100%;
}

.commitment_top {
    width: 520px;
}

.commitment_top h2 {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-red);
    font-size: 1.875rem;
    line-height: 1.4;
}

.commitment_top h2 span {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    font-size: 2.813rem;
    color: var(--text-yelow);
}

.commitment_top h2:before {
    position: absolute;
    content: '';
    background: url("../../images/landing-pages/khoa-hoc-ielts/commitment_icon_start.png") top left no-repeat;
    width: 276px;
    height: 100px;
    top: 25px;
    left: -310px;
}

.commitment_top h2:after {
    position: absolute;
    content: '';
    background: url("../../images/landing-pages/khoa-hoc-ielts/commitment_icon_end.png") top left no-repeat;
    width: 276px;
    height: 100px;
    top: 0;
    right: -316px;
}

.commitment_item_sank {
    width: 97%;
    height: 180px;
    border-radius: 30px;
    margin-top: 46px;
    margin-left: 16px;
}

.commitment_item_sank_1 {
    background: #e6921a;
}

.commitment_item_sank_2 {
    background: #df801d;
}

.commitment_item_sank_3 {
    background: #d86f20;
}

.commitment_item_sank_4 {
    background: #d15623;
}

.commitment_item_sank_5 {
    background: #ca3c26;
}

.commitment_item_sank_6 {
    background: #c32229;
}

.commitment_item {
    background: #eaffe8;
    width: 100%;
    height: 180px;
    top: -16px;
    left: -16px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    padding: 25px 30px;
}

.commitment_item p {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-red);
    font-size: 1.375rem;
    margin-bottom: 7px;
}

.commitment_item span {
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    font-size: 1.125rem;
    line-height: 1.3;
    padding-right: 110px;
    color: var(--text-black);
    text-align: justify;
}

.suitable_advice {
    cursor: pointer;
    margin-top: 4.188rem;
    margin-bottom: 4.188rem;
    width: 30rem;
    background: #c52229;
    border-radius: 1.875rem;
    border: 0.313rem solid #ffad0e;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.5rem;
    transition: all .25s ease;
    position: relative;
}

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

.suitable_advice_register {
    cursor: pointer;
    margin-top: 4.188rem;
    margin-bottom: 4.188rem;
    width: 30rem;
    background: #c52229;
    height: 3.375rem;
    border-radius: 1.875rem;
    border: 0.313rem solid #ffad0e;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.5rem;
    transition: all .25s ease;
    position: relative;
}

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

.suitable_advice_register a {
    padding: 0.25rem 0;
    display: block;
}

.suitable_advice p, .suitable_advice a {
    margin-bottom: 0;
    padding: 0.25rem 0;
}

.suitable_advice p span {
    border-right: 0.188rem solid #fff;
    padding-right: 0.625rem;
    line-height: 1.875rem;
    display: inline-block;
}

.output_commitment {
    margin-top: 4.375rem;
    background: url("../../images/landing-pages/khoa-hoc-ielts/bg_output_commitment.png") top center no-repeat;
}

.output_commitment_top {
    margin-top: -3.25rem;
}

.output_commitment_top_start {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-red);
    font-size: 1.875rem;
}

.output_commitment_top_start span {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    font-size: 2.813rem;
    margin-top: .9rem;
    margin-bottom: 1.5rem;
    color: var(--text-yelow);
}

.output_commitment_top_end {
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    width: 64%;
    color: var(--text-black);
    font-size: 1.125rem;
}

.tab_active {
    background: #c02128 !important;
    color: #fff !important;
}

.tab_active h3 {
    color: #fff !important;
}

.tab_active span {
    color: #fff !important;
}

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

.tab-switcher-end {
    margin-right: 0 !important;
}

.output_commitment_tabs_top p {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-red);
    font-size: 1.875rem;
}

.output_commitment_tabs_top p span {
    text-transform: none;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.375rem;
}

#allTabsContainer {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    padding: 2rem;
    border-radius: 1.25rem;
    margin-top: 2.25rem;
}

.tab-switcher {
    cursor: pointer;
    margin-right: 0.688rem;
    width: 24%;
    background: #cbcbcb;
    border-radius: 1.875rem;
    height: 4.375rem;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 0.125rem 1.938rem;
}

.tab-switcher h3 {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.5rem;
    padding: 0.250rem 0;
}

.tab-switcher span {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.5rem;
}

.output_commitment_icon {
    top: 0;
    left: 0;
}

.output_commitment_item {
    margin-top: 1.25rem;
}

.output_commitment_tabs_content_img {
    margin-top: 2.5rem;
}

.output_commitment_item ul {
    margin-left: 4.688rem;
}

.output_commitment_item ul li {
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    font-size: 1rem;
}

.output_commitment_item p {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.375rem;
    padding: 0.313rem 0 0 4.625rem;
}

.output_commitment_target img {
    left: 0.313rem;
}

.output_commitment_target p {
    padding-left: 4.5rem;
}

.output_commitment_time img {
    left: 0.313rem;
}

.output_commitment_time p {
    padding-left: 4.5rem;
}

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

.output_commitment_main {
    margin-top: 3.5rem;
}

.build_roadmap_top h2 {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-red);
    font-size: 1.875rem;
}

.build_roadmap_top h2 span {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    color: var(--text-yelow);
    font-size: 2.813rem;
    margin-top: .7rem;
    margin-bottom: 1.5rem;
}

.build_roadmap_end {
    color: var(--text-black);
    font-size: 1.125rem;
    margin-bottom: 2.813rem;
}

.output_level {
    background: #e6921a;
    border-radius: 2.5rem;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.313rem;
    padding: 1.313rem 0;
    margin-bottom: 0.875rem;
}

.entry_level {
    background: #d56422;
    border-radius: 2.5rem;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.313rem;
    padding: 1.313rem 0;
    margin-bottom: 0.875rem;
}

.suitable_route {
    background: #b92215;
    border-radius: 2.5rem;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.313rem;
    padding: 1.313rem 0;
    margin-bottom: 0.875rem;
}

.suitable_route_text {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    padding: 2rem;
    border-radius: 1.25rem;
}

.suitable_route_text .suitable_no_data {
    margin-bottom: 0;
    font-size: 1.5rem;
    margin-top: 5rem;
}

.suitable_route_item {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    padding: .3rem 1.5rem;
    border-radius: 1.25rem;
    margin-bottom: 0.938rem;
    height: 8.75rem;
}

.suitable_route_text {
    height: 47.375rem;
}

.suitable_route_text img {
    position: absolute;
    bottom: 0;
    left: 14%;
    display: block;
    max-width: 70%;
}

.suitable_route_item p {
    margin-bottom: 0;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.313rem;
}

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

.build_roadmap_button .suitable_advice_register {
    margin-top: 0.688rem;
    margin-bottom: 5.563rem;
}

.build_roadmap_button .build_roadmap_button_title {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.125rem;
    margin-top: 2.5rem;
}

.suitable_route_html .time_done {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.125rem;
    margin-bottom: 0;
}

.suitable_route_html .time-done-number {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-black);
    font-size: 1.125rem;
    margin-bottom: 0;
}

.suitable_route_html .accordion-item {
    margin-top: 6px;
    border: none;
}

.suitable_route_html .accordion-button:not(.collapsed) {
    background: #cbcbcb;
    color: var(--text-black);
}

.suitable_route_html .accordion-header {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.375rem;
}

.suitable_route_html .accordion-item .accordion-button {
    background: #cbcbcb;
}

.suitable_route_html .accordion-item .accordion-button::after {
    background: url("../../images/landing-pages/khoa-hoc-ielts/icon_right.png") top left no-repeat;
    width: 0.938rem;
    height: 1.063rem;
}

.suitable_route_html .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.suitable_route_html .accordion-body {
    padding: 0.75rem 0;
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    color: var(--text-black);
    font-size: 1.125rem;
}

.suitable_route_html .suitable_advice {
    margin-top: 1.75rem;
}

.international_standard_top h2 {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: #cb2229;
    font-size: 1.875rem;
    padding-bottom: 0.313rem;
}

.international_standard_top span {
    color: #e3801f;
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    font-size: 2.813rem;
}

.international_standard_main .item {
    width: 92%;
    padding: 0.625rem;
    margin: 1.875rem;
    border-radius: 0.938rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 0.625rem;
}

#carouselExampleControls {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.international_standard_main .carousel-inner {
    height: 26.875rem;
    overflow: hidden;
}

.international_standard_main .carousel-inner img {
    width: 100%;
    height: 22.563rem;
    margin-left: auto;
    margin-right: auto;
}

.international_standard_main .carousel-control-prev-icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/icon_prev.png") top left no-repeat;
    width: 2.875rem;
    height: 2.875rem;
    left: -2.5rem;
    position: absolute;
}

.international_standard_main .carousel-control-next-icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/icon_next.png") top left no-repeat;
    width: 2.875rem;
    height: 2.875rem;
    right: -2.5rem;
    position: absolute;
}

.teaching_staff .carousel-control-next-icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/icon_next.png") top left no-repeat;
    width: 2.875rem;
    height: 2.875rem;
    right: -3.5rem;
    position: absolute;
}

.teaching_staff .carousel-control-prev-icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/icon_prev.png") top left no-repeat;
    width: 2.875rem;
    height: 2.875rem;
    left: -4.5rem;
    position: absolute;
}

.international_standard_main {
    position: relative;
}

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

.international_standard_main .owl-prev {
    left: -.9rem;
    position: absolute;
}

.international_standard_main .owl-next {
    right: -.9rem;
    position: absolute;
}

.elc-5 .carousel-control-next-icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/icon_next.png") top left no-repeat;
    width: 2.875rem;
    height: 2.875rem;
    right: -1.5rem;
    position: absolute;
}

.elc-5 .carousel-control-prev-icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/icon_prev.png") top left no-repeat;
    width: 2.875rem;
    height: 2.875rem;
    left: -4.5rem;
    position: absolute;
}

.international_standard_item {
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 10px;
    border-radius: 0.938rem;
    padding: 30px;
    margin-top: 50px;
}

.international_standard_item p {
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    margin-bottom: 0;
    color: var(--text-black);
    text-align: justify;
    font-size: 1.125rem;
}

.international_standard_item p a {
    color: #cb2229;
    font-family: var(--font-family-Gilroy-RegularItalic), sans-serif;
}

.international_standard_right {
    margin-top: 4.125rem;
}

.international_standard_item_title {
    margin-top: -3.75rem;
    width: 65%;
    background: #ca2229;
    border-radius: 1.875rem;
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.413rem;
    padding: 0.813rem 0;
    margin-bottom: 0.813rem;
}

.international_standard {
    margin-bottom: 3.125rem;
}

.international_standard_caption {
    width: 80%;
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    color: var(--text-black);
    font-size: 1.125rem;
}

.teaching_staff_top h2 {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    color: var(--text-yelow);
    font-size: 2.813rem;
}

.teaching_staff_top h2 span {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-red);
    font-size: 1.875rem;
    padding: 0.938rem 0 1.563rem 0;
}

.teaching_staff_item {
    width: 100%;
}
.my-slider .item .teaching_staff_item .img-teacher .main-image {
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.my-slider .item .teaching_staff_item .teaching_staff_name {
    font-size: 20.241px;
    font-family: SVN-Gilroy-Bold, sans-serif;
    color: #c22128;
    font-weight: 700;
    line-height: 1.2;
}
.my-slider .item .teaching_staff_item .teaching_staff_certificate {
    font-size: 35px;
    font-family: SVN-Gilroy-XBold, sans-serif;
    color: #d22127;
    font-weight: 700;
    line-height: 1.434;
}
.teaching_staff_content p {
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    color: var(--text-black);
    font-size: 18px;
    line-height: 1.25;
    text-align: justify;
}
.international_standard_main .owl-carousel .owl-item img {
    height: 410px;
}


.everyone_talks .suitable_advice {
    width: 20rem;
}

.teaching_staff_item_icon {
    background: url("../../images/landing-pages/khoa-hoc-ielts/link_6.3.png") top center no-repeat;
    background-size: 100% 100%;
    height: 60px;
    width: 157px;
    z-index: 1;
    top: -15px;
}

.teaching_staff .owl-carousel .owl-stage-outer {
    padding-top: 13px;
}

.teaching_staff_name {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.255rem;
    margin-top: -0.625rem;
    line-height: 1.3;
    text-align: center;
}

.teaching_staff .owl-prev {
    left: -3.5rem;
    position: absolute;
}

.teaching_staff .owl-next {
    right: -3.5rem;
    position: absolute;
}

.teaching_staff_certificate {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    color: var(--text-yelow);
    font-size: 2.813rem;
    line-height: 1.1;
    text-align: center;
    margin-top: 0.625rem;
    /*-webkit-text-stroke: 2px #fff;*/
}

.teaching_staff_content {
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    width: 91.5%;
    font-size: 1rem;
    padding-top: 1rem;
    margin: auto;
}

#elc-5 {
    background-image: url('../../images/landing-pages/khoa-hoc-ielts/section_5_1.jpg'),
    url('../../images/landing-pages/khoa-hoc-ielts/section_5_2.jpg');
    background-repeat: no-repeat, no-repeat;
    background-size: 13%, 8%;
    background-position: left 0, right 0;
}

#elc-5 .special-title > div {
    font-size: 80px;
    font-family: "SVN-Gilroy-XBold", sans-serif;
    color: rgb(243, 144, 31);
    font-weight: bold;
    line-height: 1;
}

#elc-5 .special-title > h2 {
    font-size: 30px;
    font-family: "SVN-Gilroy-Bold", sans-serif;
    color: rgb(209, 33, 40);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
    max-width: 42%;
}

#elc-5 .student-slide .owl-prev {
    position: absolute;
    top: 50%;
    left: -2.5rem;
    transform: translateY(-50%);
}

#elc-5 .student-slide .owl-next {
    position: absolute;
    top: 50%;
    right: -2.5rem;
    transform: translateY(-50%);
}

#recipeCarousel2 .carousel-inner {
    height: 440px;
    overflow: hidden;
}

#recipeCarousel2 .carousel-item {
    float: unset;
}

.student_feelings {
    margin-top: 40px;
}

.student_feelings_top h2 {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    color: var(--text-yelow);
    font-size: 2.813rem;
    padding-bottom: 1.5rem;
}

.student_feelings_start iframe {
    width: 100%;
    height: 25rem;
}

.student_feelings_start {
    padding: 1.313rem;
    border: 0.063rem solid #f1a527;
    border-radius: 0.938rem;
}

.student_feelings_info ul li {
    position: relative;
    height: 61px;
    overflow: hidden;
    margin-bottom: 16px;
}

.student_feelings_info ul li .student_feelings_info_img {
    width: 13%;
    top: 5px;
}

.student_feelings_info_play {
    left: 20px;
    top: 5px;
    z-index: 2;
    width: 20px;
    cursor: pointer;
}

.student_feelings_info ul li {
    padding: 0 5px;
    cursor: pointer;
}

.student_feelings_info ul li:first-child {
    background: #ddd;
}

.student_feelings_info ul li span {
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    padding-left: 4.625rem;
    display: block;
    font-size: 17px;
}

.everyone_talks {
    background: url("../../images/landing-pages/khoa-hoc-ielts/everyone_talks.webp") top center no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
}

.everyone_talks_top_main .message-pictures .owl-next {
    position: absolute;
    top: 50%;
    right: -4.5rem;
    transform: translateY(-50%);
}
.review_top h2{
    padding: 20px 0 !important;
}
.everyone_talks_top_main .message-pictures .owl-prev {
    position: absolute;
    top: 50%;
    left: -4.5rem;
    transform: translateY(-50%);
}

.owl-nav {
    display: unset !important;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px !important;
    background: var(--text-yelow);
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: var(--text-red);
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.everyone_talks_top h2 {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    color: var(--text-yelow);
    font-size: 2.813rem;
}

.everyone_talks_top span {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-red);
    font-size: 1.875rem;
}

.question {
    background: url("../../images/landing-pages/khoa-hoc-ielts/faq-bg.webp") top center no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding: 12rem 0;
}

.question .accordion {
    max-width: 600px;
    margin: 0 auto;
}

.question .accordion-item {
    margin-top: 10px;
    border: none;
    border-radius: 20px !important;
    overflow: hidden;
}

.question .accordion-header {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    font-size: 1.375rem;
}

.question .accordion-body {
    padding: 0 1.25rem .9rem 1.25rem;
}

.question .accordion-body p {
    color: var(--text-black);
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.question .accordion-body p a {
    color: var(--text-red);
    font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
}

.question .accordion-item .accordion-button {
    background: #FCD29F;
}

.question .accordion-button:not(.collapsed) {
    color: var(--text-black);
    background: #FCD29F;
    box-shadow: unset !important;
}

.question .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.question .accordion-item .accordion-button::after {
    background: url(../../images/landing-pages/khoa-hoc-ielts/icon_right.png) top left no-repeat;
    width: 0.938rem;
    height: 1.063rem;
}

.question .accordion-collapse.show, #elc-7 .accordion-button:not(.collapsed) {
    background: #FCD29F !important;
    color: black;
}

.question_top h2 {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    color: var(--text-red);
    font-size: 1.875rem;
    padding-bottom: 2rem;
}

.question_top h2 span {
    font-family: var(--font-family-SVN-Gilroy-XBold), sans-serif;
    color: var(--text-yelow);
    font-size: 2.813rem;
}

.central_facility {
    padding: 0 0 50px;
}

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

.central_facility_top p span {
    font-family: var(--font-family-SVN-Gilroy-Bold), sans-serif;
    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: 240px;
}

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

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

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

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

    .my-slider .item .teaching_staff_item .teaching_staff_name {
        text-align: center;
    }

    .my-slider .item .teaching_staff_item .teaching_staff_certificate {
        text-align: center;
    }
}

.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), sans-serif;
    margin-bottom: 0;
    color: var(--text-black);
    font-size: 1.2rem;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);

    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

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

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

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

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

@media (max-width: 767px) {
    .teaching_staff_content p {
        font-size: 1rem !important;
    }
    .commitment_mobile {
        display: block;
    }

    .commitment_main {
        display: none;
    }

    .commitment_mobile .owl-prev {
        left: .2rem;
    }

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

    .build_roadmap_main_mobile_top .roadmap_item {
        width: 100px;
        top: 27px;
    }

    .output_level_mobile_all {
        position: absolute;
        left: 0;
        z-index: 3;
    }

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

    .build_roadmap_main_mobile_top .roadmap_item > div {
        width: 100px;
        height: 50px;
        border-radius: 2.5rem;
        text-align: center;
        color: #fff;
        line-height: 55px;
        font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
        font-size: 1.3rem;
    }

    .build_roadmap_main_mobile_top .roadmap_item:first-child > div {
        background: #e6921a;
    }

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

    .entry_level_mobile_all {
        position: absolute;
        left: 50%;
        z-index: 3;
        transform: translate(-50%);
    }

    .entry_level_mobile_all p {
        padding-top: 5px;
        font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
        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), sans-serif;
        font-size: 1.3rem;
    }

    .suitable_route_mobile_all {
        position: absolute;
        z-index: 3;
        right: 0;
    }

    .suitable_route_mobile_all p {
        padding-top: 5px;
        font-family: var(--font-family-SVN-Gilroy-Regular), sans-serif;
        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), sans-serif;
        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), sans-serif;
        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), sans-serif;
        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;
    }

    .video_caption_view {
        top: 10px;
        font-size: .9rem;
    }

    .video_caption {
        font-size: 1rem;
        width: 83%;
    }

    .video_item_play {
        width: 41px;
    }

    .student_feelings_info ul li span {
        font-size: 0.938rem;
        padding-left: 2.9rem;
    }

    .student_feelings_info_play {
        left: 15px;
        top: 1px;
    }

    .bg_banner {
        background-size: 100% 100%;
        height: unset;
        padding-top: 1.25rem;
    }

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

    .video_about_us_all {
        margin-top: 0;
        border-radius: 0;
        padding: 0.938rem;
        margin-bottom: 0;
    }

    .no_padding {
        padding-left: 0;
        padding-right: 0;
    }

    .video_about_us_title {
        width: 100%;
        font-size: 1.5rem;
    }

    .video_about_us_title span {
        font-size: 1.3rem;
    }

    .video_item_img {
        height: 11.5rem;
    }

    .video_item iframe {
        height: 11.5rem;
    }

    .video_item_img .video_item_play_icon {
        top: -1.938rem;
    }

    .video_item {
        padding: 0.938rem;
        margin-top: 1.25rem;
    }

    .commitment {
        background-size: 100% 100%;
        background: none;
    }

    .commitment_top {
        width: 100%;
    }

    .commitment_top h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .commitment_top h2 span {
        font-size: 1.875rem;
    }

    .output_commitment_top {
        margin-top: -2rem;
    }

    .commitment_item_sank {
        height: auto;
        margin-left: 57px;
        width: 73%;
    }

    .commitment_item_icon {
        right: -14px;
    }

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

    .commitment_item {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .commitment_item span {
        padding-right: 0;
        font-size: 1rem;
        text-align: left;
    }

    .commitment_item_sank_3 .commitment_item_icon {
        width: 100px;
        height: 53px;
        background-size: 100% 100%;
    }

    .commitment_item_sank_5 .commitment_item_icon {
        width: 100px;
        height: 53px;
        background-size: 100% 100%;
    }

    .commitment_item_sank_2 .commitment_item_icon {
        width: 100px;
        height: 53px;
        background-size: 100% 100%;
    }

    .commitment_item_sank_4 .commitment_item_icon {
        width: 100px;
        height: 53px;
        background-size: 100% 100%;
    }

    .commitment_item_sank_6 .commitment_item_icon {
        width: 100px;
        height: 53px;
        background-size: 100% 100%;
    }

    .commitment_mobile .owl-next {
        right: 0.25rem;
    }

    .commitment_item_sank_1 .commitment_item_icon {
        background-size: 100% 100%;
        width: 100px;
        height: 53px;
    }

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

    .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 1rem;
    }

    .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 {
        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;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .international_standard_main .owl-carousel .owl-item img {
        height: auto;
    }

    .international_standard_right {
        margin-top: 0;
    }

    .international_standard_item {
        margin-top: 40px;
        padding: 10px 15px 15px 15px;
    }

    .bg_banner {
        padding-top: 1.875rem;
        height: auto;
        background-size: 100% 100%;
    }

    .banner_title {
        font-size: 2.25rem;
        padding-top: 0;
    }

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

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

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

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

    .video_about_us_title span {
        font-size: 1.375rem;
    }

    .video_item_img .video_item_play_icon {
        top: -1.688rem;
    }

    .video_item_img {
        height: 145px;
    }

    .video_item iframe {
        height: 145px;
    }

    .video_item {
        padding: 0.75rem;
        margin-top: 1.25rem;
    }

    .video_item_play {
        top: 37%;
        width: 40px;
    }

    .commitment_top p:before {
        left: -6.25rem;
        background-size: 70%;
        top: 1.813rem;
        width: 9.25rem;
    }

    .commitment_top p:after {
        background-size: 70%;
        right: -9.375rem;
        top: 3.5rem;
        width: 9.25rem;
    }

    .build_roadmap_end {
        width: 100%;
    }

    .commitment_item p {
        font-size: 0.625rem;
    }

    .commitment_item_sank_1 .commitment_item_icon {
        background-size: 100% 100%;
    }

    .commitment_item span {
        font-size: 0.75rem;
        padding-right: 5.125rem;
        text-align: left;
    }

    .output_commitment_top_end {
        width: 100%;
    }

    .tab-switcher {
        width: 23%;
        font-size: 0.875rem;
        height: 2.5rem;
        padding: 0;
    }

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

    .tab-switcher h3 {
        font-size: 0.875rem;
    }

    .tab-switcher:first-child {
        padding: 0.563rem 0;
    }

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

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

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

    .output_commitment_item li {
        font-size: 0.75rem;
    }

    .output_level {
        font-size: 0.688rem;
        padding: .8rem 0;
    }

    .entry_level {
        font-size: 0.688rem;
        padding: .8rem 0;
    }

    .suitable_route {
        font-size: 0.688rem;
        padding: .8rem 0;
    }

    .suitable_route_item p span {
        font-size: 0.7rem;
    }

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

    .suitable_route_text .suitable_no_data {
        font-size: 0.75rem;
    }

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

    .international_standard_top span {
        font-size: 2.063rem;
    }

    .international_standard_item_title {
        width: 80%;
        font-size: 0.75rem;
        margin-top: -2rem;
    }

    .international_standard_caption {
        width: 100%;
    }

    .international_standard_item p {
        font-size: 0.75rem;
    }

    .teaching_staff {
        padding-top: 0;
    }

    .teaching_staff_item {
        height: 23.75rem;
    }

    .teaching_staff_item img {
        left: 1.125rem;
        height: 10.938rem;
    }

    .teaching_staff_certificate {
        font-size: 2.063rem;
        margin-top: 0;
    }

    .teaching_staff_content {
        font-size: 0.688rem;
        padding-top: 1rem;
    }

    #elc-5 .special-title > div {
        font-size: 3.188rem;
    }

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

    .student_feelings_top h2 {
        font-size: 2.063rem;
    }

    .student_feelings_start iframe {
        height: 12.4rem;
    }

    .student_feelings_info ul li span {
        padding-left: 1.813rem;
        font-size: 0.688rem;
    }

    .student_feelings_info ul li {
        height: unset;
        margin-bottom: 0;
        padding: 5px;
    }

    .student_feelings_info ul li .student_feelings_info_img {
        width: 14%;
    }

    .student_feelings_info_play {
        left: 12px;
        top: -1px;
        width: 16px;
    }

    .everyone_talks {
        margin-top: 1rem;
    }

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

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

    .question {
        background-size: 100%;
        height: auto;
        margin-top: 1.563rem;
        padding: 5rem 0 0 0;
    }

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

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

    .central_facility_item_img img {
        height: 7.75rem;
    }

    .question .accordion {
        max-width: 45%;
    }

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

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

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

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

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

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

    .suitable_route_html .suitable_advice {
        width: 100%;
        font-size: 1rem;
        padding: 0.625rem 0;
    }

    .suitable_route_item {
        height: 130px;
    }

    .suitable_route_text {
        height: 711px;
    }

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

    .video_caption {
        font-size: .8rem;
        width: 78%;
    }

    .video_caption_view {
        top: 7px;
    }

    .teaching_staff_item_icon {
        left: 0;
    }

    .teaching_staff_name {
        margin-top: -1.25rem;
    }

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

@media (max-width: 320px) {
    .teaching_staff_content p {
        font-size: 14px !important;
    }
    .entry_level_mobile_all {
        left: 94px;
    }

    .output_level_mobile {
        width: 70px;
    }

    .entry_level_mobile {
        width: 70px;
    }

    .suitable_route_mobile {
        width: 70px;
    }

    .suitable_route_mobile_all {
        width: 80px;
    }

    .output_level_mobile_all {
        width: 80px;
    }

    .entry_level_mobile_all {
        width: 80px;
    }

    .suitable_route_mobile_all p {
        font-size: 12px;
    }

    .entry_level_mobile_all p {
        font-size: 12px;
    }

    .output_level_mobile_all p {
        font-size: 12px;
    }

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

    .video_about_us_title {
        font-size: 1.3rem;
    }

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

    .video_item_img {
        height: 7rem;
    }

    .video_caption {
        width: 74%;
        font-size: .8rem;
    }

    .video_caption_view {
        font-size: .6rem;
        padding-left: 20px;
        margin-top: 5px;
    }

    .commitment_top p {
        font-size: .9rem;
    }

    .commitment_top p span {
        font-size: 1.3rem;
    }

    .output_commitment_top_start {
        font-size: 1.4rem;
    }

    .output_commitment_top_start span {
        font-size: 1.1rem;
    }

    .tab-switcher {
        width: 100%;
        font-size: 1rem;
        height: 1.775rem;
        padding: 0.225rem 1.938rem;
    }

    .tab-switcher:first-child {
        padding: 0.299rem 0;
    }

    .output_commitment_top_end {
        font-size: 1rem;
    }

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

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

    .output_commitment_item p {
        font-size: .9rem;
    }

    .commitment_item_sank {
        width: 62%;
        margin-left: 58px;
    }

    .output_commitment_item ul li {
        font-size: 1rem;
    }

    .suitable_advice {
        font-size: .7rem;
    }

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

    .build_roadmap_top p span {
        font-size: 1.125rem;
    }

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

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

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

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

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

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

    .build_roadmap_button .build_roadmap_button_title {
        font-size: .8rem;
    }

    .build_roadmap_button .suitable_advice_register {
        font-size: .8rem;
    }

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

    .international_standard_top p span {
        font-size: 1.2rem;
    }

    .international_standard_caption {
        font-size: 1rem;
    }

    .international_standard_item_title {
        font-size: 1rem;
        margin-top: -3.2rem;
        width: 90%;
    }

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

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

    .teaching_staff_top p span {
        font-size: .9rem;
    }

    .teaching_staff_item {
        height: auto;
    }

    .teaching_staff_item img {
        height: auto;
        left: 1.25rem;
        width: 80% !important;
    }

    .teaching_staff_name {
        margin-top: 0;
        font-size: 1rem;
    }

    .teaching_staff_certificate {
        font-size: 1.5rem;
    }

    .teaching_staff_content {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    #elc-5 .special-title > div {
        font-size: 2.1rem;
    }

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

    .student_feelings_top p {
        font-size: .9rem;
    }

    .student_feelings_info ul li .student_feelings_info_img {
        width: 19%;
    }

    .student_feelings_info ul li {
        padding-bottom: 13px;
    }

    .student_feelings_start iframe {
        height: 8rem;
    }

    .student_feelings_info ul li span {
        font-size: .6rem;
        padding-top: 6px;
    }

    .student_feelings_info ul li {
        margin-bottom: 5px;
    }

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

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

    .everyone_talks .suitable_advice {
        width: 100%;
        font-size: 1.2rem;
    }

    .section-contact-sales-form .contact-form .title-contact-sale-form {
        font-size: 1.063rem;
    }

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

    .question_top p span {
        font-size: 1.4rem;
    }

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

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

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

    .everyone_talks_top_main .owl-stage-outer img {
        width: 74% !important;
    }

    .teaching_staff_item {
        width: 78%;
    }

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

    .international_standard_main .item {
        width: 77%;
    }

    .suitable_advice_register a {
        padding: 0.8rem 0;
    }

    .commitment_item {
        padding: 1.563rem 1rem 1.563rem 1rem;
    }
}

@media screen and (max-width: 575px){
    .output_commitment_item ul {
        margin-left: 0;
        padding: 10px;
    }

    #elc-5 .special-title > h2 {
        text-align: center;
        max-width: 90%;
        margin: auto !important;
    }
}
