/* Home page */

.fontsize-14{ font-size: 14px; }
.fontsize-15{ font-size: 15px; }
.fontsize-16{ font-size: 16px; }
.fontsize-17{ font-size: 17px; }
.fontsize-18{ font-size: 18px; }
.fontsize-19{ font-size: 19px; }
.fontsize-20{ font-size: 20px; }
.white-space{white-space: pre-line;}

.wrapper {
    overflow-x: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.section_about_us .content_top {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.section_about_us .content_top .text_info {
    width: 38%;
    padding-right: 40px;
    padding-top: 35px;
}

.section_about_us .content_top .text_info h2 {
    font-size: 48px;
    font-family: Cormorant Upright;
    color: #2a388c;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.section_about_us .content_top .text_info p {
    line-height: 1.8;
    text-align: justify;
}

.section_about_us .content_top .text_info .action {
    margin: 12px 0 0;
    text-align: right;
}

.section_about_us .content_top .info_detail {
    width: 62%;
}

.section_about_us .content_top .info_detail .box_top {
    display: flex;
    text-align: center;
}

.box_top .b_col:first-child {
    width: 36%;
}

.box_top .b_col:last-child {
    width: 28%;
}

.box_top .b_col {
    width: 36%;
}

.box_top .b_blue {
    padding: 17px 5px 5px;
}

.b_blue {
    background: #2a388c;
    color: #fff;
    padding: 10px 5px;
    line-height: 1.5;
    font-weight: 300;
}

.b_blue strong {
    font-weight: 500;
}

.b_yellow {
    background: #ffd200;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 5px;
}

.box_top .b_yellow {
    padding: 17px 5px 5px;
}

.b_yellow strong {
    font-weight: 500;
}

.b_col img {
    width: 100%;
    /*display: block !important;*/
}

.section_about_us .content_top .box_bottom {
    text-align: center;
    padding-left: 80px;
  /*  margin: -25px 0;*/
    position: relative;
    z-index: 2;
}

.section_about_us .content_top .box_bottom img {
    position: relative;
    z-index: 2;
}

.section_about_us .content_top .box_bottom .video-container {
    position: relative;
    z-index: 2;
}

.section_about_us .content_top .box_bottom:after {
    content: "";
    background: #2a388c;
    width: 200%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    left: 50%;
    z-index: 1;
        margin: 50px 0px;
}

.section_about_us .content_bottom {
    display: flex;
   /* max-width: 1582px;*/
    text-align: center;
    margin-top: 00px;
    position: relative;
    z-index: 1;
}

.b_col.b_img_swim {
    width: 20.5%;
}

.b_col.b_info_swim {
    width: 30%;
    padding: 6px 5px 10px;
}

.b_col.b_event {
    width: 17.5%;
   /* padding: 35px 5px 35px 5px; */
}

.b_col.b_img_event {
    width: 18%;
}

.b_col.b_tuition {
    width: 14%;
    padding: 7px 5px;
}

.section_education {
    margin: 60px 0 0;
}

.wrap_content {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 30px;
}

.section_education .box_info {
    display: flex;
    max-width: 50%;
    margin-bottom: -250px;
    position: relative;
    z-index: 2;
    margin-left: 70px;
}

.section_education .headding_title {
    font-family: 'Cormorant Upright';
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 500;
    color: #2a388c;
    padding-right: 100px;
    margin: 0 0 40px;
    text-align: right;
}

.section_education .h_title {
    margin-left: 70px;
}

.section_education .box_info .text_info {
    background: #ffd200;
    padding: 15px 30px 15px 15px;
    font-weight: 300;
    line-height: 1.6;
    width: 50%;
    position: relative;
}

.section_education .box_info .images_info {
    width: 50%;
}

.section_education .box_info .text_info .action {
    position: absolute;
    bottom: 20px;
    right: 35px;
}

.training_system {
    position: relative;
}

.training_system .description {
    width: 80%;
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
    right: 100px;
    text-align: justify;
    margin-top:20px;
}

.training_system .list_training {
    bottom: 70px;
    left: 70px;
}

.training_system .list_training li {
    margin: 0 0 20px;
}

.training_system .list_training li:last-child {
    margin: 0;
}

.training_system .list_training .cac-he {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    position: relative;
    padding-left: 20px;
}

.training_system .list_training .cac-he:before {
    content: "";
    border-style: solid;
    border-width: 8px 4px;
    border-color: #ffd200 transparent transparent;
    transform: rotate(-90deg);
    position: absolute;
    left: 4px;
    top: 3px;
}

.training_system:after {
    content: "";
    background-image: url(../img/bg_star.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 252px;
    height: 282px;
    position: absolute;
    top: -80px;
    left: 95%;
}

.section_video {
    margin: 75px 0 0;
}

.section_video .content_box {
    display: flex;
    align-items: center;
}

.section_video .content_box .box_info {
    width: 36%;
    padding-right: 40px;
    text-align: center;
}

.section_video .content_box .box_info img {
    display: inline-block;
    margin: 0 0 40px;
}

.section_video .content_box .box_info p {
    text-align: justify;
    line-height: 1.6;
}

.section_video .content_box .box_video {
    width: 64%;
}

.section_review {
    overflow: hidden;
    margin-bottom: 105px;
}

.section_review .wrap_section {
    float: right;
    clear: both;
    margin: 130px 0 0;
    padding-left: 75px;
    max-width: 1590px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_review_comment {
    width: 43%;
    padding-right: 75px;
}

.section_review .box_gallery {
    width: 57%;
}

.content_comment .headding {
    font-size: 40px;
    font-family: 'Cormorant Upright';
    font-style: italic;
    color: #2142b6;
    margin: 0 0 20px;
    line-height: 1.2;
}

.content_comment .description {
    padding-right: 70px;
    text-align: justify;
    line-height: 1.6;
}

.content_comment .author {
    margin: 30px 0 0;
}

.content_comment .author .name {
    color: #2142b6;
    font-size: 28px;
    font-family: 'Cormorant Upright';
    font-weight: 600;
}

.content_comment .author .text_des {
    color: #2142b6;
}

.slider_review .slick-dots {
    padding-right: 75px;
    margin: 45px 0 0;
}

.section_news {
    background: #0f266f;
    padding: 105px 0 65px;
}

.content_news .head_title h2 {
    color: #ffd200;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 500;
    font-family: 'Cormorant Upright';
}

.content_news {
    position: relative;
}

.content_news_tabs .tabs_nav {
    position: absolute;
    top: 23px;
    right: 0;
}

.content_news_tabs .tabs_nav li {
    display: inline-block;
    margin: 0 0 0 22px;
}

.content_news_tabs .tabs_nav li a {
    min-width: 142px;
    display: block;
    background: #ffd200;
    text-align: center;
    font-family: 'Cormorant Upright';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    border-radius: 50px;
    line-height: 1;
    padding: 5px;
}

.tabs_content {
    margin: 50px 0 0;
}

.tabs_content .tab_content {
    display: flex;
}

.tabs_content .tab_content .box_slider_news {
    width: 50%;
    padding-right: 10px;
}

.tabs_content .tab_content .list_news {
    width: 50%;
    padding-left: 10px;
}

.slider_news .slick-dots {
    justify-content: center;
    margin: 50px 0 0;
}

.slider_news .slick-dots li {
    width: auto;
    margin: 0 5px;
}

.slider_news .slick-dots li button {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.slider_news .slick-dots li.slick-active button {
    background: #ffffff;
}

.new_box .information {
    margin: 20px 0 0;
}

.new_box .information h4 {
    margin: 0 0 10px;
}

.new_box .information h4 a {
    font-size: 24px;
    font-family: 'Cormorant Upright';
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new_box .information .text_short {
    color: #fff;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new_box .information .action {
    text-align: right;
    margin: 20px 0 0;
}

.list_news .new_box {
    display: flex;
}

.list_news .new_box .img {
    width: 50%;
}

.list_news .new_box img {
    width: 100%;
}

.list_news .new_box .information {
    width: 50%;
    padding-left: 16px;
    margin: 0;
}

.list_news .item {
    margin: 0 0 50px;
}

.list_news .item:last-child {
    margin: 0;
}

.section_newsletter {
    position: relative;
    padding: 105px 0 0px;
}

.section_newsletter:before {
    content: "";
    background-image: url(../img/bg_newsletter.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 761px;
    height: 610px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section_newsletter:after {
    content: "";
    background-image: url(../img/bg_newsletter2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 761px;
    height: 610px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.section_newsletter .content_top {
    display: flex;
    align-items: flex-end;
}

.section_newsletter .col_space {
    width: 31%;
}

.section_newsletter .newsletter {
    width: 38%;
    text-align: center;
    background: #2b3990;
    padding: 40px;
    border-radius: 7px;
    position: relative;
}

.section_newsletter .info_contact {
    width: 31%;
    padding-left: 40px;
}

.section_newsletter .content_bottom {
    text-align: center;
    margin: 50px auto 0;
    width: 38%;
}

.section_newsletter .content_bottom img {
    display: inline-block;
    width: 100%;
}

.section_newsletter .newsletter h2 {
    font-size: 45px;
    line-height: 1;
    font-family: 'Cormorant Upright';
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
}

.section_newsletter .input-box input {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    height: 55px;
    border: 0;
    background: #fff;
    border-radius: 7px;
    font-size: 17px;
}

.section_newsletter .newsletter .action {
    margin: 20px 0 0;
}

.section_newsletter .newsletter .action button {
    width: 100%;
    max-width: 45%;
    text-transform: uppercase;
    background: #ffd200;
    border: 0;
    border-radius: 7px;
    height: 55px;
    font-size: 17px;
    cursor: pointer;
}

.section_newsletter .info_contact .value {
    font-size: 21px;
    font-weight: 500;
}

.section_newsletter .info_contact .fanpage {
    margin-top: 30px;
}

.section_newsletter .newsletter:after {
    content: "";
    background-image: url(../img/bg_star.png);
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: center;
    width: 252px;
    height: 282px;
    position: absolute;
    top: -95px;
    left: 91%;
    z-index: 2;
}

.content_newsletter {
    position: relative;
    z-index: 2;
}

.content_newsletter:before {
/*    content: "";
    background-image: url(../img/student.png);
    background-size: 515px;
    background-repeat: no-repeat;
    background-position: top center;
    width: 515px;
    height: 540px;
    position: absolute;
    bottom: -70px;
    left: -30px;
    z-index: 2;*/
}

/* Program Education page */

.section_program {
    margin: 30px 0 70px;
}

.section_program .box_program {
    display: flex;
    align-items: center;
}

.section_program .box_program .box_img {
    width: 44%;
}

.section_program .box_program .box_img img {
    width: 100%;
}

.section_program .h_title {
    font-size: 30px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.section_program .h_title:before {
    content: "";
    border-width: 12px 6px;
    top: 10px;
    left: 6px;
}

.section_program .box_program .box_info {
    width: 56%;
}

.section_program .box_program .box_info h6 {
    font-size: 33px;
    color: #404041;
    font-family: 'MonteCarlo';
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #acacac;
}

.section_program .box_program .box_info p {
    text-align: justify;
}

.section_program .box_program.program_evy .box_info {
    padding-left: 50px;
}

.box_program.program_acadia {
    margin-top: -30px;
}

.box_program.program_acadia .box_info {
    order: -1;
    padding-right: 30px;
}

.box_program.program_acadia .box_info p {
    padding-right: 50px;
}

.box_program.program_alevel {
    margin-top: -10px;
}

.section_program .box_program.program_alevel .box_img {
    width: 48%;
}

.section_program .box_program.program_alevel .box_info {
    width: 52%;
    margin: 40px 0 0;
}

.box_program.program_sakura {
    margin-top: -40px;
}

.box_program.program_sakura .box_info {
    order: -1;
}

.box_program.program_sakura .box_img {
    height: 609px;
    position: relative;
}

.box_program.program_sakura .box_img img {
    position: absolute;
    width: auto;
    max-width: 954px;
    left: 50%;
    transform: translateX(-50%);
}

.section_program .box_program.program_sakura .box_info h6,
.section_program .box_program.program_sakura .box_info p {
    margin-right: 70px;
}

.box_program.program_volayball {
    margin-top: -70px;
}

.box_program.program_volayball .box_info {
    padding-left: 80px;
}

/* Questions page*/
.section_questions {
    margin: 20px 0 110px 0;
}

.content_tabs .toggle .toggle-inner {
    display: none;
    margin: 10px 0 0;
    padding-right: 80px;
}

.general_questions .content_tabs .toggle:first-child .toggle-inner {
    display: block;
}

.section_questions h2 {
    color: #2b3990;
    font-size: 52px;
    text-transform: uppercase;
    font-family: Cormorant Upright;
    border-bottom: 1px solid #acacac;
    margin-bottom: 10px;
}

.list_questions .toggle-title {
    color: #2b3990;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.list_questions .toggle-title:after {
    content: "";
    border-style: solid;
    border-width: 11px 6px;
    border-color: #2b3990 transparent transparent;
    position: absolute;
    top: 12px;
    right: 0;
}

.list_questions .toggle-title.active:after {
    content: "";
    transform: rotate(180deg);
    top: 0;
}

.content_tabs .toggle {
    border-bottom: 1px solid #acacac;
    padding: 30px 0;
}

.group_questions {
    background: #2b3990;
    padding: 20px 15px 10px;
}

.group_questions h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.group_questions .item a {
    color: #fff;
    border-bottom: 1px solid #5561a6;
    padding: 5px 0;
    margin: 15px 0 0;
    display: block;
}

.group_questions .item:last-child a {
    border: 0;
}

.sidebar_news {
    margin: 50px 0 0;
}

.sidebar_news h3 {
    color: #2b3990;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 21px;
}

.new_items .new {
    border-top: 1px solid #acacac;
    padding: 10px 0 45px;
    display: flex;
    align-items: flex-start;
}

.new_items .new .title {
    width: 76%;
}

.new_items .new .title a {
    font-size: 17px;
    font-weight: 500;
}

.new_items .new .times {
    text-align: right;
    width: 24%;
    color: #2b3990;
    font-weight: 500;
}

.sidebar_news .btn_outlined {
    color: #2b3990;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

/**/

.content_contacts {
    display: flex;
    margin: 0 0 115px;
}

.content_contacts .content_form {
    width: 70%;
    padding-right: 80px;
}

.content_contacts .content_form .scaffold-form {
    background: #2b3990;
    padding: 50px;
    margin: 15px 0 0;
}

.content_form .scaffold-form h2 {
    font-size: 37px;
    font-family: 'Cormorant Upright';
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0 0 70px;
}

.content_form .form-list .fields {
    display: flex;
    align-items: center;
    margin: 0 -20px 50px;
}

.content_form .form-list .fields .field {
    width: 50%;
    padding: 0 20px;
}

.content_form .form-list .fields label,
.content_form .form-list .wide label {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    margin: 0 0 10px;
}

.content_form .form-list .fields input {
    width: 100%;
    border: 0;
    background: 0;
    padding: 0;
    border-bottom: 1px solid #8088bc;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: 'Montserrat';
}

.content_form .form-list .fields select {
    width: 100%;
    border: 0;
    background: 0;
    padding: 0;
    border-bottom: 1px solid #8088bc;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: 'Montserrat';
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: url(../images/icon_arrow_down.png) no-repeat 99% center;
}

.content_form .form-list .wide textarea {
    width: 100%;
    border: 0;
    background: 0;
    border-bottom: 1px solid #8088bc;
    min-height: 120px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Montserrat';
}

.content_form .buttons-set {
    margin: 30px 0 0;
}

.content_form .buttons-set button.button {
    cursor: pointer;
    background: #f8c600;
    height: 43px;
    min-width: 90px;
    border: 0;
    padding: 0 20px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b3990;
}

.content_form .buttons-set button.button i {
    font-size: 12px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
}

.content_contacts .content_text {
    width: 30%;
    margin: 15px 0 0;
}

.box_question a {
    background: #2b3990;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.box_question a i {
    font-size: 12px;
}

.content_contacts .f_contact {
    margin: 20px 0 0;
}

.content_contacts .f_contact h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 30px;
}

/*Events page*/
.section_news_tabs {
    margin: 30px 0;
}

.section_news_tabs .tabs_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #000;
}

.section_news_tabs .tabs_nav a {
    display: block;
    padding-bottom: 7px;
    font-weight: 400;
    position: relative;
}

.section_news_tabs .tabs_nav .active a {
    font-weight: 600;
}

.section_news_tabs .tabs_nav .active a:before {
    content: "";
    background: #f8c600;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
}

.section_news_tabs .tabs_content .tab_content {
    display: block;
}

.section_news_tabs .tab_content .list_news {
    width: 100%;
    padding: 0;
}

.section_news_tabs .list_news .new_box .img {
    width: 38%;
}

.section_news_tabs .new_box .information {
    width: 62%;
    position: relative;
}

.section_news_tabs .new_box .information h4 a {
    color: #2b3990;
    -webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
}

.section_news_tabs .new_box .information .text_short {
    color: #000;
}

.section_news_tabs .new_box .information .btn.btn_outlined {
    color: #000;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.toolbar {
    margin: 80px 0 0;
    text-align: right;
}

.toolbar .page {
    display: inline-block;
    margin: 0 3px;
}

.toolbar .page a {
    height: 31px;
    width: 31px;
    display: block;
    text-align: center;
    line-height: 31px;
    font-weight: 400;
    border-radius: 50%;
}

.toolbar .page.active a {
    background: #f8c600;
    font-weight: 600;
}

.section_news_tabs .content_bottom {
    text-align: right;
    margin-top: 70px;
}

.section_news_tabs .content_bottom img {
    display: inline-block;
}

/* Schedule page*/
.cms_schedule_index .cms_page_title {
    max-width: 500px;
}

.section_schedule {
    position: relative;
    margin-bottom: 115px;
}

.system_tabs .tabs_content {
    margin: 0;
}

.system_tabs .tabs_nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: -50px;
    right: 0;
    width: 60%;
    border-bottom: 2px solid #000;
}

.system_tabs .tabs_content .tab_content {
    display: block;
}

.system_tabs .tabs_nav li {
    margin-right: 70px;
}

.system_tabs .tabs_nav li a {
    display: block;
    padding-bottom: 7px;
    font-weight: 400;
    position: relative;
}

.system_tabs .tabs_nav li.active a {
    font-weight: 600;
}

.system_tabs .tabs_nav li.active a:before {
    content: "";
    background: #f8c600;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
}

.choose_times {
    text-align: right;
}

.choose_times input {
    border: 0;
    background: #2b3990;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat';
    height: 38px;
    padding: 0 10px 0 15px;
    min-width: 300px;
}

.choose_times select {
    border: 0;
    background: #2b3990;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat';
    height: 38px;
    padding: 0 10px 0 15px;
    min-width: 300px;
}
.tab_class {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}

.tab_class li {
    margin-right: 20px;
}

.tab_class li a {
    background: #f8c600;
    display: block;
    height: 42px;
    line-height: 42px;
    min-width: 83px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
}

.tab_class li.active a {
    color: #fff;
    background: #2b3990;
}

.tabs_schedules {
    margin: 40px 0 0;
}

.tabs_schedules table {
    width: 100%;
    border-collapse: collapse;
}

.tabs_schedules table td {
    padding: 7px 0 7px 50px;
    border-bottom: 1px solid #fff;
    background: #e5e5e5;
    width: calc(100% / 6);
    border-right: 1px solid #fff;
    font-weight: 500;
}

.tabs_schedules .schedule_content table .bg_blue {
    background: #2b3990;
    color: #fff;
    text-align: right;
    padding: 0 25px 0 0;
}

.tabs_schedules table th {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    color: #2b3990;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
}

.tabs_schedules .afternoon td {
    background: #cecece;
}

.tabs_schedules .schedule_content table .bg_green {
    background: #009244;
    color: #fff;
    text-align: center;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.tabs_schedules.primary_school table th {
    color: #009244;
}

.tabs_schedules .schedule_content table .bg_orange {
    background: #e99b21;
    color: #fff;
    text-align: center;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.tabs_schedules.high_school table th {
    color: #e99b21;
}

.tabs_schedules .schedule_content table .bg_green span,
.tabs_schedules .schedule_content table .bg_orange span {
    font-size: 12px;
    display: block;
    text-transform: none;
    font-weight: 400;
}

.tabs_schedules.primary_school table td,
.tabs_schedules.high_school table td {
    font-size: 14px;
    padding: 15px 10px 15px 15px;
}

.tabs_schedules table tbody {
    vertical-align: initial;
}

.box_mealmenu .tabs_schedules .schedule_content table th {
    font-size: 25px;
    text-align: center;
}

.box_mealmenu {
    margin: 0 0 115px;
}

table.happy_food td.box_space {
    width: calc(100% / 6);
}

table.happy_food td.box_text {
    width: 100%;
    background: #fff;
    padding-left: 17%;
    padding-top: 70px;
}

table.happy_food td.box_text .text {
    border-left: 2px solid #e99b21;
    padding-left: 25px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
}

table.happy_food td.box_text .box_happy {
    margin: 70px 0 0;
    text-align: right;
}

.box_happy img {
    display: inline-block;
}

/**/

.section_letter {
    text-align: justify;
    margin-bottom: 40px;
}

.section_letter .images {
    float: left;
    width: 40%;
    margin: 5px 30px 30px 0;
}

.section_letter p {
    margin-bottom: 40px;
}

.boss_box .boss_content {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    float: right;
}

.boss_box .name {
    margin: 0;
    font-weight: 600;
}

.boss_box:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.content_bottom {
    clear: both;
    margin: 350px 0 0;
    text-align: right;
}

.content_bottom img {
    display: inline-block;
}

/*  ============================ Library page*  ============================ */

.section_news_tabs.library_tab .tabs_nav {
    justify-content: flex-start;
}

.section_news_tabs.library_tab .tabs_nav li {
    margin-right: 50px;
}

.section_news_tabs.library_tab .tab_content .list_news {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.section_news_tabs.library_tab .tab_content .list_news .item {
    width: calc((100% - 130px) / 3);
    text-align: center;
    margin: 0 65px 30px 0;
}

.section_news_tabs.library_tab .tab_content .list_news .item:nth-child(3n) {
    margin-right: 0;
}

.section_news_tabs.library_tab .tab_content .list_news .item img {
    width: 100%;
}

.section_news_tabs.library_tab .tab_content .list_news .item img {
    width: 100%;
    border-top: 5px solid #bc8d5e;
}

.section_news_tabs.library_tab .tab_content .list_news .name {
    margin: 15px 0 0;
}

.section_news_tabs.library_tab .tab_content .list_news .name a {
    font-size: 17px;
    font-weight: 400;
}

.section_news_tabs.library_tab .tab_content .list_news .item:hover a {
    font-weight: 600;
}

.library_detail .box_detail {
    display: flex;
    align-items: flex-start;
}

.library_detail .box_detail .box_images {
    width: 220px;
}

.library_detail .box_detail .box_images img {
    width: 100%;
}

.library_detail .box_detail .box_infor {
    width: calc(100% - 220px);
    padding-left: 40px;
}

.library_detail .box_detail .box_infor .name_detail {
    text-transform: capitalize;
    color: #3279b7;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 10px;
}

.library_detail .box_detail .box_infor p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.library_detail .box_detail .box_infor .select_file {
    margin: 10px 0 0;
}

.library_detail .box_detail .box_infor select {
    width: 100%;
    border-color: #bbe7f1;
    color: #2f6b8f;
    min-height: 50px;
    padding: 0 10px 0 35px;
    border-radius: 6px;
    font-size: 16px;
    -webkit-appearance: none;
    position: relative;
    background: url(../images/icon_down.png) no-repeat 10px center;
    background-color: #d9edf7;
}

.library_detail .box_detail .box_infor .read_box {
    margin: 20px 0 0;
}

.box_infor .read_box li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.box_infor .read_box li a {
    font-weight: 600;
    background: #3279b7;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
}

.box_infor .read_box li a.mobi {
    background: #5cb85c;
}

.box_infor .read_box li a.pdf {
    background: #c9302c;
}

.box_infor .read_box li a.online {
    background: #f0ad4e;
}

.library_detail .box_detail .box_infor .share_box {
    margin: 10px 0 0;
}

.share_box li {
    display: inline-block;
    vertical-align: middle;
}

.share_box li a {
    width: 45px;
    height: 45px;
    background: #c9302c;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 21px;
    border-radius: 5px;
}

.share_box li a img {
    max-width: 25px;
    display: inline-block;
    padding: 10px 0 0 0;
}

.share_box li a.twitter {
    background-color: #1da1f2;
}

.share_box li a.zalo {
    background-color: #1da1f2;
}

.list_sections {
    margin: 30px 0 0;
}

.list_sections h3 {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 24px;
}

.list_sections a {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    color: #3279b7;
    font-weight: 500;
}

.box_audio {
    margin: 50px 0 0;
    background: #f5f5f5;
    border: 1px solid #cccccc;
}

.box_audio .play_box {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

.box_audio .audio_img {
    max-width: 150px;
}

.box_audio .audio_img img {
    width: 100%;
}

.box_audio .audio {
    width: calc(100% - 150px);
    padding-left: 30px;
}

.box_audio .audio .title_head {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.box_audio .audio .title_head h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    width: calc(100% - 50px);
}

.box_audio .audio .title_head button>i {
    font-size: 21px;
}

.box_audio .audio .title_head button {
    cursor: pointer;
    background: #c9302c;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 25px;
    margin: 0 15px 0 0;
    border: 0;
}

#waveform wave {
    height: 50px !important;
    border-right: 0 !important;
}

.box_audio .list_box {
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    overflow-x: auto;
    max-height: 350px;
}

.box_audio .list_box a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
}

.box_audio .list_box a:last-child {
    border-bottom: none;
}

.box_audio .list_box a img {
    width: 40px;
    object-fit: cover;
    height: 40px;
    overflow: hidden;
}

.box_audio .list_box a .title {
    width: calc(100% - 85px);
    padding-left: 15px;
    font-size: 14px;
}

.box_audio .list_box a .count_view {
    margin-left: 10px;
}

.audio_book {
    display: flex;
    padding: 15px;
    align-items: center;
}

.audio_book .img {
    width: 75px;
}

.audio_book img {
    width: 100%;
    max-height: 75px;
    object-fit: cover;
}

.audio_book .infor {
    padding-left: 15px;
}

.audio_book .infor .url_web {
    font-size: 14px;
}

.audio_book .infor h5 {
    font-size: 14px;
}


/* ============================ mobile responsive ============================ */

@media (min-width: 768px) {
    .mobile_happy_text {
        display: none;
    }

}




@media (max-width: 1640px) {
    .section_about_us .content_bottom {
        margin-top: 0;
    }

    .section_about_us .content_top .box_bottom:after {
/*        bottom: 25px;*/
    }

    .training_system:after {
        content: "";
        background-size: 100px;
        width: 100px;
        height: 113px;
        left: 94%;
        top: -50px;
    }

    .section_newsletter:before,
    .section_newsletter:after {
        background-size: 500px;
        width: 500px;
        height: 400px;

    }

    .box_program.program_sakura .box_img {
        height: 485px;
        position: relative;
    }

    .box_program.program_sakura .box_img img {
        max-width: 725px;
    }
}

@media (max-width: 1440px) {
    .training_system .bg_box img {
        width: 100%;
    }

    .section_review .wrap_section {
        float: none;
        padding: 0 0 0 30px;
    }

    .section_review .box_gallery img {
        width: 100%;
    }

    .box_program.program_sakura .box_img {
        height: 375px;
    }

    .box_program.program_sakura .box_img img {
        max-width: 585px;
    }

    .box_program.program_volayball {
        margin-top: 0;
    }

    .section_program .box_program.program_alevel .box_img {
        width: 40%;
    }

    .section_program .box_program.program_alevel .box_info {
        width: 60%;
    }

    .section_program .box_program .box_img {
        width: 40%;
    }

    .section_program .box_program .box_info {
        width: 60%;
    }

    .new_items .new .title a {
        font-size: 14px;
    }

}

@media (max-width: 1280px) {

    .section_about_us .content_top .text_info h2 {
        font-size: 40px;
    }

    .section_about_us .content_top .box_bottom img {
        max-height: 375px;
    }

    .section_about_us .content_bottom {
        flex-wrap: wrap;
    }

    .section_about_us .content_bottom .b_img_swim {
        width: 40%;
    }

    .section_about_us .content_bottom .b_img_swim img {
        object-fit: cover;
        max-height: 200px;
    }

    .section_about_us .content_bottom .b_info_swim {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_about_us .content_bottom .b_event {
        width: 33.3%;
    }

    .section_about_us .content_bottom .b_img_event {
        width: 33.3%;
    }

    .section_about_us .content_bottom .b_tuition {
        width: 33.3%;
    }

    .section_about_us .content_bottom .b_img_event img {
        max-height: 160px;
        object-fit: cover;
    }

    .section_about_us .content_top {
        padding: 0 0 0 30px;
    }

    .training_system .bg_box img {
        min-height: 400px;
        object-fit: cover;
    }

    .section_education .box_info {
        margin-left: 30px;
    }

    .training_system .list_training {
        bottom: 45px;
        left: 30px;
    }

    .training_system .description {
        top: 50px;
        right: 30px;
    }

    .section_education .headding_title {
        font-size: 44px;
        padding-right: 30px;
    }

    .section_education .h_title {
        margin-left: 30px;
    }

    .box_review_comment {
        padding-right: 30px;
    }

    .content_comment .headding {
        font-size: 32px;
    }

    .content_comment .author {
        margin: 15px 0 0;
    }

    .content_news .head_title h2 {
        font-size: 44px;
    }

    .content_news_tabs .tabs_nav {
        top: 16px;
    }

    .new_box .information h4 a {
        font-size: 20px;
    }

    .content_news_tabs .tabs_nav li a {
        font-size: 20px;
    }

    .section_newsletter .newsletter:after {
        background-size: 120px;
        width: 120px;
        height: 140px;
        top: -50px;
        left: 94%;
    }

    .box_program.program_sakura {
        margin-top: 0;
    }

    .box_program.program_sakura .box_img img {
        max-width: 485px;
        left: 40%;
    }

    .section_program .h_title {
        font-size: 21px;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .section_program .h_title:before {
        content: "";
        border-width: 7px 4px;
        top: 8px;
        left: 4px;
    }

    .box_program.program_sakura .box_img {
        height: 315px;
    }

    .section_program .box_program .box_info h6 {
        font-size: 28px;
    }

}


@media (max-width: 1024px) {

    .section_about_us .content_top {
        display: block;
        padding: 0;
    }

    .section_about_us .content_top .text_info {
        width: 100%;
        padding: 30px;
    }

    .section_about_us .content_top .info_detail {
        width: 100%;
    }

    .box_top .b_col img {
        max-height: 150px;
        object-fit: cover;
    }

    .section_about_us .content_top .box_bottom {
        padding: 0;
    }

    .section_about_us .content_top .box_bottom img {
        display: inline-block;
    }

    .section_education .box_info {
        margin: 0;
        max-width: 100%;
    }

    .section_education .box_info .text_info {
        width: 65%;
    }

    .section_education .headding_title {
        padding: 0;
        text-align: left;
       /* margin: 30px 0 0;*/
    }

    .section_education .box_info .images_info {
        width: 35%;
    }

    .section_education .box_info .images_info img {
        width: 100%;
    }

    .training_system:after {
        left: initial;
        right: -30px;
    }

    .section_video .content_box .box_info img {
        max-width: 140px;
        margin: 0 0 10px;
    }

    .section_video .content_box .box_video iframe {
        height: 347px;
    }

    .section_review .wrap_section {
        display: block;
        padding: 0 30px;
    }

    .box_review_comment {
        width: 100%;
        padding: 0;
    }

    .section_review .box_gallery {
        width: 100%;
        margin: 50px 0 0;
    }

    .slider_review .slick-dots {
        max-width: 400px;
    }

    .content_news_tabs {
        margin: 40px 0 0;
    }

    .content_news_tabs .tabs_nav {
        position: static;
    }

    .content_news_tabs .tabs_nav li {
        margin: 0 20px 0 0;
    }

    .section_newsletter .newsletter h2 {
        font-size: 32px;
    }

    .section_newsletter:before,
    .section_newsletter:after {
        background-size: 300px;
        width: 300px;
        height: 240px;
    }

    .content_newsletter:before {
        background-size: 400px;
        width: 400px;
        height: 420px;
    }

    .section_newsletter .info_contact .value {
        font-size: 16px;
    }

    .training_system .list_training .cac-he {
        font-size: 16px;
    }

    .section_education .h_title {
        margin-left: 0;
    }

    .breadcrumb {
        margin: 20px 0 0;
    }

    .cms_page_title h1 {
        font-size: 44px;
    }

    .content_contacts {
        display: block;
        margin: 0 0 115px;
    }

    .content_contacts .content_form {
        width: 100%;
        padding-right: 0;
    }

    .content_contacts .content_text {
        width: 100%;
        margin: 50px 0 0;
    }

    .section_questions h2 {
        font-size: 44px;
    }

    .tab_class {
        flex-wrap: wrap;
    }

    .tab_class li {
        margin: 0 5px 5px 0;
    }


}


@media (max-width: 991px) {
    .page_main {
        margin-bottom: 50px;
    }

    .col_main {
        float: none;
        width: 100%;
        padding: 0;
    }

    .col_right.sidebar {
        float: none;
        width: 100%;
    }

    .section_news_tabs .content_bottom {
        text-align: center;
    }

    .section_letter .images img {
        width: 100%;
    }

    .content_bottom {
        margin: 50px 0 0;
        text-align: center;
    }

    .system_tabs .tabs_nav {
        position: static;
        width: 100%;
        margin: 30px 0 15px;
    }

    .section_program .box_program {
        display: block;
    }

    .section_program .box_program .box_img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 40px;
    }

    .section_program .box_program .box_info {
        width: 100%;
        padding: 0 !important;
    }

    .box_program.program_acadia {
        margin-top: 50px;
    }

    .box_program.program_alevel {
        margin-top: 50px;
    }

    .section_program .box_program.program_alevel .box_info {
        width: 100%;
    }

    .box_program.program_sakura {
        margin-top: 50px;
    }

    .box_program.program_sakura .box_img img {
        position: static;
        max-width: 100%;
        transform: translateX(0);
    }

    .box_program.program_sakura .box_img {
        height: auto;
        max-width: 550px !important;
    }

    .box_program.program_acadia .box_info p {
        padding-right: 0;
    }

    .section_program .box_program.program_sakura .box_info h6,
    .section_program .box_program.program_sakura .box_info p {
        margin-right: 0;
    }

    .box_program.program_volayball {
        margin-top: 50px;
    }

}

.description1{

        color: #FFF;
        position: absolute; top: 30px;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .section_education .headding_title {
        font-size: 36px;
    }

    .header_center {
        width: 100px;
    }

    .header_user {
        width: calc(100% - 130px);
    }

    .training_system {
        display: flex;
        flex-wrap: wrap;
    }

    .training_system .bg_box {
        display: none;
    }

    .training_system .list_training {
        order: -1;
        position: static;
        width: 100%;
        margin: 20px 0 0;
    }

    .training_system .list_training .cac-he {
        color: #2b3990;
    }

    .training_system .description1 {
        position: static;
        color: #000;
    }
    
     .training_system .description {
         width: 90%;
        position: static;
        color: #000;
        margin: 30px 0 0;
    }


    .training_system:after {
        left: initial;
        right: 0;
        background-size: 120px;
        width: 120px;
        height: 135px;
    }

    .section_video {
        margin: 50px 0 0;
    }

    .section_video .content_box {
        display: block;
    }

    .section_video .content_box .box_info {
        width: 100%;
        padding-right: 0;
    }

    .section_video .content_box .box_video {
        width: 100%;
        margin: 20px 0 0;
    }

    .section_review .wrap_section {
        margin: 50px 0 0;
    }

    .section_review {
        margin-bottom: 50px;
    }

    .content_news .head_title h2 {
        font-size: 36px;
    }

    .content_news_tabs {
        margin: 20px 0 0;
    }

    .tabs_content {
        margin: 20px 0 0;
    }

    .tabs_content .tab_content {
        display: block;
    }

    .tabs_content .tab_content .box_slider_news {
        width: 100%;
        padding-right: 0;
    }

    .tabs_content .tab_content .list_news {
        width: 100%;
        padding-left: 0;
        margin: 50px 0 0;
    }

    .section_news {
        background: #0f266f;
        padding: 50px 0 50px;
    }

    .section_newsletter .col_space {
        display: none;
    }

    .section_newsletter .content_top {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }

    .section_newsletter .newsletter {
        width: 100%;
    }

    .section_newsletter .info_contact {
        width: 100%;
        padding: 30px 0 0;
        text-align: center;
    }

    .section_newsletter .info_contact .fanpage {
        margin-top: 10px;
    }

    .section_newsletter .content_bottom {
        width: 100%;
        max-width: 400px;
    }

    .content_newsletter:before {
        content: "";
        display: none;
    }

    .tabs_schedules table.happy_food {
        display: none;
    }

    .mobile_happy_text {
        margin: 40px 0 0;
    }

    .mobile_happy_text .box_happy {
        margin: 30px 0 0;
        text-align: right;
    }

    .mobile_happy_text .box_happy img {
        width: 100%;
    }

    .section_questions h2 {
        font-size: 32px;
    }

    .list_questions .toggle-title {
        font-size: 18px;
    }

    .list_questions .toggle-title:after {
        border-width: 8px 4px;
        top: 8px;
    }

    .content_tabs .toggle .toggle-inner {
        padding-right: 0;
    }

    .library_detail .box_detail .box_infor .name_detail {
        font-size: 24px;
    }
    .section_about_us .content_top .box_bottom:after{
        width: 0
    }
    /*----------------------- Library -------------------------*/
    .toolbar {
        text-align: center;
    }

    .library_detail .box_detail .box_images {
        width: 150px;
    }

    .library_detail .box_detail .box_infor {
        width: calc(100% - 150px);
        padding-left: 20px;
    }

    .library_detail .box_detail .box_infor p {
        font-size: 16px;
    }

    .library_detail .box_detail .box_infor select {
        min-height: 40px;
    }

    .list_sections h3 {
        font-size: 21px;
    }

    .box_infor .read_box li a {
        padding: 5px 10px;
    }

    .box_audio .audio_img {
        max-width: 100px;
    }

    .box_audio .audio {
        width: calc(100% - 100px);
        padding-left: 20px;
    }

    .box_audio .audio .title_head button {
        height: 38px;
        width: 38px;
        font-size: 21px;
    }

    .box_audio .list_box a .title {
        width: calc(100% - 85px);
        padding-left: 15px;
    }

    .section_news_tabs.library_tab .tab_content .list_news .item {
        width: calc((100% - 60px) / 3);
        margin: 0 30px 30px 0;
    }

}


@media (max-width: 640px) {

    .section_about_us .content_top .info_detail .box_top {
        flex-wrap: wrap;
    }

    .box_top .b_col:first-child {
        width: 100%;
    }

    .box_top .b_col {
        width: 50%;
    }

    .box_top .b_col:last-child {
        width: 50%;
    }

    .section_about_us .content_bottom .b_img_swim img {
        max-height: 100%;
        min-height: 156px;
    }

    .section_about_us .content_top .box_bottom img {
        width: 100%;
    }

    .section_about_us .content_bottom .b_tuition {
        width: 100%;
    }

    .section_about_us .content_bottom .b_event {
        width: 60%;
        padding: 20px 10px;
    }

    .section_about_us .content_bottom .b_img_event {
        width: 40%;
    }

    .section_about_us .content_bottom .b_img_event img {
        max-height: 100%;
        min-height: 129px;
    }

    .section_education .box_info {
        flex-wrap: wrap;
    }

    .section_education .box_info .images_info {
        width: 100%;
        order: -1;
    }

    .section_education .box_info .text_info {
        width: 100%;
    }

    .section_education .box_info .text_info .action {
        position: static;
        margin: 10px 0 0;
        text-align: right;
    }

    .training_system:after,
    .section_newsletter .newsletter:after {
        content: "";
        display: none;
    }

    .content_comment .description {
        padding-right: 0;
    }

    .slider_review .slick-dots {
        padding-right: 0;
        margin: 0;
    }

    .content_news_tabs .tabs_nav li a {
        font-size: 14px;
        min-width: 90px;
    }

    .section_news_tabs .new_box .information .btn.btn_outlined {
        position: static;
    }

    .section_news_tabs .tabs_nav {
        flex-wrap: wrap;
        border: 0;
    }

    .section_news_tabs .tabs_nav li {
        width: 100%;
        border-bottom: 1px solid #000;
    }

    .section_news_tabs .tabs_nav a {
        padding: 10px 0;
    }

    .section_news_tabs .content_bottom img {
        width: 100%;
    }

    .tabs_schedules {
        overflow-x: auto;
    }

    .schedule_content {
        min-width: 1024px;
    }

    .content_bottom img {
        width: 100%;
    }


    /*  Library ------------------------*/


    .section_news_tabs.library_tab .tabs_nav li {
        margin-right: 0;
    }

    .section_news_tabs.library_tab .tab_content .list_news .item {
        width: calc((100% - 30px) / 2);
    }

    .section_news_tabs.library_tab .tab_content .list_news .item:nth-child(3n) {
        margin-right: 30px;
    }

    .section_news_tabs.library_tab .tab_content .list_news .item:nth-child(2n) {
        margin-right: 0;
    }

}


@media (max-width: 480px) {
    .header_content .header_left {
        width: 15px;
    }

    .header_logo {
        max-width: 100%;
        padding: 10px 15px 10px 0;
    }

    .header_user {
        width: calc(100% - 115px);
        padding: 0 15px;
    }

    .section_about_us .content_top .text_info {
        padding: 30px 15px;
        text-align: center
    }

    .wrap_content {
        padding: 0 15px;
    }

    .container,
    .page_main {
        padding: 0 15px;
    }

    .section_review .wrap_section {
        padding: 0 15px;
    }

    .content_contacts .content_form .scaffold-form {
        padding: 30px 20px;
    }

    .content_form .scaffold-form h2 {
        font-size: 28px;
        margin: 0 0 50px;
    }

    .content_form .form-list .fields label,
    .content_form .form-list .wide label {
        font-size: 14px;
    }

    .content_form .form-list .fields input {
        font-size: 14px;
    }

    .content_form .form-list .fields select {
        font-size: 14px;
    }

    .content_form .form-list .wide textarea {
        font-size: 14px;
    }

    .cms_page_title h1 {
        font-size: 36px;
    }

    .choose_times input {
        min-width: 100%;
    }

    .list_questions .toggle-title {
        font-size: 14px;
    }

    .section_questions h2 {
        font-size: 28px;
    }

    .sidebar_news .btn_outlined {
        font-size: 16px;
    }

    .system_tabs .tabs_nav li:last-child {
        margin: 0;
    }

    .system_tabs .tabs_nav li {
        margin-right: 25px;
    }

    .tab_class li a {
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        min-width: 57px;
    }

    .section_newsletter:before,
    .section_newsletter:after {
        background-size: 200px;
        width: 200px;
        height: 160px;
    }

    .box_question a {
        font-size: 16px;
    }


    /*  Library ------------------------*/

    .library_detail .box_detail {
        display: block;
    }

    .library_detail .box_detail .box_images {
        width: 100%;
    }

    .library_detail .box_detail .box_infor {
        width: 100%;
        padding-left: 0;
        margin: 10px 0 0;
    }

    .box_audio .audio_img {
        max-width: 65px;
    }

    .box_audio .audio {
        width: calc(100% - 65px);
        padding-left: 15px;
    }

    .box_audio .audio .title_head {
        margin: 0 0 5px;
    }

    .box_audio .list_box a .count_view {
        margin-left: 5px;
    }

    .box_audio .list_box a .title {
        padding: 0 10px;
    }

    .audio_book .img {
        width: 50px;
    }

    .box_audio .audio .title_head h3 {
        font-weight: 500;
        font-size: 14px;
    }

    .section_news_tabs.library_tab .tab_content .list_news .name a {
        font-size: 14px;
    }


}


@media (max-width: 414px) {
    .box_top .b_blue {
        padding: 25px 10px;
    }

    .box_top .b_yellow {
        padding: 25px 10px;
    }

    .b_col.b_tuition {
        padding: 15px 10px;
    }

    .training_system .list_training li {
        margin: 0 0 15px;
    }

    .training_system .list_training .cac-he {
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .section_about_us .content_top .text_info h2 {
        font-size: 32px;
    }

    .btn.btn_blue {
        font-size: 14px;
    }

    .box_top .b_col {
        width: 100%;
    }

    .box_top .b_col:last-child {
        width: 100%;
    }

    .section_about_us .content_top .text_info h2 {
        font-size: 28px;
    }

    .section_about_us .content_bottom .b_img_swim {
        width: 100%;
    }

    .section_about_us .content_bottom .b_info_swim {
        width: 100%;
    }

    .section_education .headding_title {
        font-size: 28px;
    }

    .section_video .content_box .box_video iframe {
        height: 216px;
    }

    .slider_review .slick-dots {
        margin: 20px 0 0;
    }

    .content_comment .headding {
        font-size: 24px;
    }

    .content_comment .author .name {
        font-size: 21px;
    }

    .content_news .head_title h2 {
        font-size: 28px;
    }

    .section_newsletter .newsletter {
        padding: 20px;
    }

    .section_newsletter .newsletter h2 {
        font-size: 28px;
    }

    .new_box .information h4 a {
        font-size: 16px;
    }

    .list_news .new_box {
        display: block;
    }

    .list_news .new_box .img {
        width: 100%;
    }

    .list_news .new_box .information {
        width: 100%;
        padding-left: 0;
        margin: 15px 0 0;
    }

    .content_news_tabs .tabs_nav li {
        margin: 0 5px 0 0;
    }

    .content_news_tabs .tabs_nav li:last-child {
        margin: 0;
    }

    .cms_page_title h1 {
        font-size: 28px;
    }

    .content_form .scaffold-form h2 {
        font-size: 24px;
    }

    .content_form .form-list .fields {
        display: block;
        align-items: center;
        margin: 0;
    }

    .content_form .form-list .fields input {
        height: 40px;
    }

    .content_form .form-list .fields .field {
        width: 100%;
        padding: 0;
        margin: 0 0 25px;
    }

    .section_news_tabs .list_news .new_box .img {
        width: 100%;
    }

    .section_newsletter:before,
    .section_newsletter:after {
        background-size: 160px;
        width: 160px;
        height: 130px;
    }

    .section_newsletter .input-box input {
        height: 45px;
        font-size: 14px;
    }

    .section_newsletter .newsletter .action button {
        height: 45px;
        font-size: 16px;
    }
}