/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Monda:wght@400..700&family=Work+Sans:ital@0;1&display=swap');

body {
    max-width: 100%;
    overflow: hidden;
}
@media only screen and (min-width: 1024px) {
    .widget ul.menu > li {
        position: relative;
    }
    .widget ul > li.has-child:hover >.sub-menu{
        display:block !important;
    }
    .widget ul.menu ul.sub-menu {
        display: none !important;
        position: absolute;
        width: 100%; 
        left:99%;
        top: 0;
        z-index: 999;
        border: 1px solid #e1e1e1 !important;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    .widget .toggle{
        transform: rotate(-90deg);
        margin-right: 10px;
    }
    .widget ul.menu>li li {
        padding: 2px 0;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }

}
/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0;
}
.post_comments  {
    display: none;
}
.page-title-bar {
    padding: 15px 0;
    background: #000;
}
.page-title-bar .title {
    margin-bottom: 0;
}
.page-title-bar * {
    color: #fff;
}
/* Sidebar */
.post-sidebar.col.right-sidebar {
    padding-left: 0;
}
.post-sidebar.col.left-sidebar {
    padding-right: 0;
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title,
.post-sidebar .widget-title  {
    display: block;
    background: #000;
    color: #fff;
    padding: 12px 20px;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
    display: none;
}
#shop-sidebar .widget,
#product-sidebar .widget,
.post-sidebar .widget {
    box-shadow: 0 0 0 1px #e1e1e1;
}
.product_list_widget,
.post-sidebar .widget .recent-blog-posts {
    padding: 10px;
}
#shop-sidebar .widget ul.menu li > a,
#product-sidebar .widget ul.menu li > a,
.post-sidebar .widget ul.menu li > a {
    display: block;
    padding: 8px 10px;
}
#product-sidebar .widget ul.menu li > a:before,
.post-sidebar .widget ul.menu li > a:before {
    content: "\f105";
    font-family: 'fl-icons' !important;
    font-size: 15px;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}
/* */
.blog-single .article-inner > .entry-header {
    display: none;
}
/* */
.product-small.box ins *,
.product-small.box .price > .amount * {
    color: red;
    font-size: 16px;
}
.product-small.box del * {
    color: #333;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
.product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
}
/* */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    transition: all 150ms linear 0s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

blockquote {

    font-size: 110%;
    color:#666;

    margin: 0 auto;
    border-left:0px;
    margin-left: 20px;
    padding-bottom: 50px;
}
blockquote h1 {
    font-size: 3rem;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 6rem;
    margin: -3rem 0 0 -4rem;
    position: absolute;
    opacity: 0.5;
    color:var(--primary-color);
}
blockquote p::after {
    content: "”";
    margin: -2rem -3rem 0 0;
}
blockquote cite {
    font-size: 1.5rem;
}
/*body.home #wrapper {
    background: url(images/bg-top.png) center top no-repeat;
}*/
body #main {
    background: none;
}
/* */
.no-pa .col {
    padding-bottom: 0;
}
.copy-ri p {
    margin-bottom: 0;
    font-family: "Monda", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.social-icons a{
    margin: 0 15px !important;
}
/* */
.ses-tabkindy {

}
.service-ki h4 {
    color: #134c81;
    font-size: 25.5px;
    margin-bottom: 0;
}
.service-ki h2 {
    font-size: 84px;
    color: #ef4d31;
    margin-bottom: 15px;
    line-height: 70px;
}
.service-ki p {
    color: #57b89f;
    font-size: 29px;
    margin-bottom: 7px;
    font-weight: bold;
}
.service-ki-3.service-ki h2 {
    color: #a2dce7;
}
.service-ki-ielts.service-ki h2 {
    color: #5f249f;
}
.tab-kindy .nav {
    order: 2;
    padding-top: 30px;
}
.tab-kindy .tab-panels {
    order: 1;
}
.tab-kindy .nav li a span {
    font-size: 24px;
    color: inherit;
    font-weight: bold;
}
.tab-kindy .nav li a {
    border: 5px solid #000;
    margin: 0 7px;
    min-width: 216px;
    display: block;
    text-align: center;
    padding: 8px 30px 6px;
}
.tab-kindy .nav li:nth-child(1) a {
    border-color: #ef4d31;
    color: #ef4d31;
}
.tab-kindy .nav li:nth-child(1):hover a,
.tab-kindy .nav li:nth-child(1).active a {
    background: #ef4d31;
    color: #fff;
}
.tab-kindy .nav li:nth-child(2) a {
    border-color: #fbb315;
    color: #fbb315;
}
.tab-kindy .nav li:nth-child(2):hover a,
.tab-kindy .nav li:nth-child(2).active a {
    background: #fbb315;
    color: #fff;
}
.tab-kindy .nav li:nth-child(3) a {
    border-color: #a2dce7;
    color: #a2dce7;
}
.tab-kindy .nav li:nth-child(3):hover a,
.tab-kindy .nav li:nth-child(3).active a {
    background: #a2dce7;
    color: #fff;
}
.tab-kindy .nav li:nth-child(4) a {
    border-color: #5f249f;
    color: #5f249f;
}
.tab-kindy .nav li:nth-child(4):hover a,
.tab-kindy .nav li:nth-child(4).active a {
    background: #5f249f;
    color: #fff;
}
.row-tab2 .service-ki h2,
.tab-kindy .tab-panels >div:nth-child(2) .service-ki h2 {
    color: #fbb315;
}
.row-tab3 .service-ki h2,
.tab-kindy .tab-panels >div:nth-child(3) .service-ki h2 {
    color: #a2dce7;
}
.row-tab4 .service-ki h2,
.tab-kindy .tab-panels >div:nth-child(4) .service-ki h2 {
    color: #5f249f;
}

/* */
#masthead > .header-inner {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 20px 3px #00000006;
}
.nav-left.header-nav {
    justify-content: end;
}
.nav-right.header-nav {
    justify-content: flex-start;
}
body .nav-spacing-xlarge>li {
    margin: 0 40px;
}
.header-main .nav > li > a {
    font-size: 20px;
}
#header-contact li a span {
    font-size: 18px;
    color: #5a5a5a;
}
#header-contact li a i {
    font-size: 18px !important;
    color: #57b89f;
}
#top-bar > .container {
    padding: 0 7%;
}
/* */
.searchform input {
    box-shadow: 0 0 0;
    border: none;
    background: none;
}
.ux-search-submit {
    background: none;
    color: #5a5a5a;
    border: none;
}
h2 {
    font-size: 34px;
}

.title-kq,
.title-cauhoi,
.title-about {
    background-image: url(images/bg-title.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 93px 0;
}
.title-cauhoi {
/* 	background-image: url('https://scotsenglish.edu.vn/wp-content/uploads/2025/07/bg-cauhoi.png'); */
	padding: 0;
}
.title-kq {
	background-image: url('https://scotsenglish.edu.vn/wp-content/uploads/2025/07/bg-kq.png');
	background-position: center top;
}
.title-kq h2 {
	padding-top: 4px;
}
.title-cauhoi h2,
.title-kq h2,
.title-about h2 {
    margin-bottom: 0;
    letter-spacing: .01em;
}
.banner-text .banner-bg,
.banner-text {
    border-radius: 42px;
}
.banner-text h3 {
    margin: 0;
}
.banner-text p {
    margin: 0;
}
.title-quote {
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 127px 0 77px;
}
.gallery-coso.row-full-width .flickity-viewport {
    overflow: visible;
}

.gallery-coso.large-columns-3 .flickity-slider>.col {
    max-width: 40%;
}
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: none;
}
.title-star {
    background-image: url(images/star.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 97px 0 62px;
}

.col-form .col-inner {
    background-image: url(images/bg-form.png);
    background-size: 100% 100%;
    padding: 45px 30px 100px;
}
.tab-custom.tabbed-content .nav-pills li a {
    letter-spacing: .01em;
}
.form-dk .select2,
.form-dk select,
input.wpcf7-form-control {
    border-radius: 100px;
    box-shadow: none;
    height: 48px;
    text-align: center;
    font-size: 25px;
    color: #5a5a5a;
}
.form-dk .select2 {
    overflow: hidden;
    margin-bottom: 20px;
}
.select2-container .select2-choice>.select2-chosen, .select2-container .select2-selection--single .select2-selection__rendered, .select2-selection {
    line-height: 48px;
}
.select-order p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.select-order p .wpcf7-form-control-wrap {
    min-width: 100%;
}
.select-order p .wpcf7-form-control-wrap:nth-child(1) {
    order: 2;
}
.select-order p .wpcf7-form-control-wrap:nth-child(2) {
    order: 1;
}
.select2-search--dropdown .select2-search__field {
    border-radius: 100px;
    padding-left: 20px;
}
.form-dk ::placeholder {
  color: #5a5a5a;
  opacity: 1; /* Firefox */
}

.form-dk ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #5a5a5a;
}
/*body .select2-container .select2-selection {
        background-position: right 0.45em top 39%;
}*/
.box-btn-button {
    position: absolute;
    bottom: -115px;
    right: 0;
    overflow: hidden;
}
.btn-button {
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display:inline-block;
    background: url('images/but2p.png') center center #ef4d31 !important;
    border-radius: 99px;
    animation: none !important;
}
.btn-button span {
    position: relative;
    z-index: 2;
}
input.wpcf7-form-control.wpcf7-submit {
    background: transparent !important;
    border: none !important;
    margin-bottom: 0;
    margin-right: 0;
    color: #fff;
    width: 265px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 1;
    box-shadow: none;
    position: relative;
    z-index: 5;
}
.btn-button:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('images/but2p.png') center center #134c81 !important;
  -webkit-transform: scaleX(.3);
  transform: scaleX(.3);
  opacity: 0;
/*  transition: all .3s;*/
  border-radius: 99px;
  animation: none !important;
}
.btn-button:hover::before{
  opacity: 1;
  background-color: #134c81 !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;
}
.btn-button.no-bo {
    border: none;
}
.wpcf7-spinner {
    position: absolute;
}
.tab-custom.tabbed-content .nav-pills {
    order: 2;
    margin-top: 30px;
}
.tab-custom.tabbed-content .nav-pills li {
    margin: 2px 30px;
}
.tab-custom.tabbed-content .nav-pills li a {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    background-color: #e6e9f2;
    width: 347px;
    height: 64px;
    text-align: center;
    display: block;
}
.tab-custom.tabbed-content .nav-pills li.active a {
    background-color: #a2dce7 !important;
}
.tab-custom.tabbed-content {
    order: 1;
}
.header-main .nav > li > a {
    color: var(--primary-color);
    opacity: 1;
}
.header-main .nav > li:hover > a {
    color: #1bc1a0;
}
.header-button .button {
    height: 45px;
    width: 188px;
    font-size: 20px;
    line-height: 49px;
        opacity: 1;
    box-shadow: 0 0 0;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background: transparent;
    box-shadow: none;
    font-size: 16px;
}
.gallery .gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}
.ux-menu.menu-custom .ux-menu-title {
    color: var(--primary-color);
    text-transform: none;
    font-size: 24px;
    min-height: initial;
}
.ux-menu.menu-custom .ux-menu-link__link {
    min-height: initial;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--primary-color);
}
.ux-menu.menu-custom .ux-menu-link__link:hover {
    color: #ef4d31;
}
.ux-menu.menu-custom .ux-menu-link__link span {
    font-weight: 500;
}
.button-container {
    position: relative;
}
/* */
.menu-chuongtrinhhoc.ux-menu.menu-custom .ux-menu-link__link {
    font-size: 18px;
    margin-bottom: 15px;
}
.menu-chuongtrinhhoc.ux-menu.menu-custom .ux-menu-link__link span {
    font-weight: bold;
}
.button-custom {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 11px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    width: 50px;
    height: 50px;
    margin: auto;
}
.button-custom i {
    font-size: 30px;
    background: url(images/icon-right-2.png) center center no-repeat;
    background-size: 25px;
}
.button-custom i:before {
    visibility: hidden;
}
.button-custom span {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    margin: 0 10px;
    font-size: 22px;
    display: none;
    color: #fff;
}
.button-custom:hover {
    width: 200px;
}
.button-custom:hover span {
    opacity: 1;
    display: block;
}
.button-custom:hover i {
    display: none;
}

@media (min-width: 850px) {
    .gallery-coso.row-full-width {
        padding-left: calc(47vw - 685px) !important;
        margin: 0 -30px 0 0;
    }
}

.row-slider .flickity-page-dots, .slider-nav-outside .flickity-page-dots,
.slider-style-focus .flickity-page-dots {
    bottom: -20px;
}
.slider-nav-dots-dashes-spaced .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot,
.flickity-page-dots .dot {
    width: 80px;
    height: 6px;
    border-radius: 0;
    background-color: var(--primary-color);
    opacity: 1;
    border: none;
    border-radius: 10px;
    width: 40px;
}
.row-slider .flickity-page-dots .dot.is-selected,
.flickity-page-dots .dot.is-selected {
    background-color: #1bc1a0 !important;
    width: 110px;
}

/* */
/* */
.searchform input {
    max-width: 120px;
}
.top-ga {
    font-size: 20px;
    padding-right: 15px;
}
.text-lan {
    font-size: 18px;
}
.header-button-1 .header-button a {
    padding: 0px 36px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display:inline-block;
    border: none;
    min-height: initial;
    background: url(images/but2p.png) center center #134c81 !important;
}
.header-button-1 .header-button a span {
    font-weight: 900;
}
.header-button-1 .header-button a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ef4d31 !important;
  -webkit-transform: scaleX(.3);
  transform: scaleX(.3);
  opacity: 0;
  transition: all .3s;
  border-radius: 99px;
}
.header-button-1 .header-button a:hover::before{
  opacity: 1;
  background: url(images/but2p.png) center center #ef4d31 !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}
.header-button-1 .header-button a span {
    position: relative;
    z-index: 2;
}
/* */
body:not(.home) #wrapper {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 65%, rgba(230,233,242,1) 65%);
}
/*body #main,
body #content {
    background: #ffffff00;
}*/
/* */
.full-ses {
    background: #fff;
}
.term-meta-blog {
    overflow: hidden;
    position: relative;
}
.term-meta-blog .title-blog {
    color: #134a81;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}
.term-meta-blog ul {
    position: absolute;
    bottom: 25px;
    right: 0;
    z-index: 1;
    margin: 0;
}
.term-meta-blog ul li {
    list-style: none;
    margin: 0 0 0 15px;
    float: left;
}
.term-meta-blog ul li a {
    background: #ebebeb;
    color: #616161;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 20px 10px;
    border-radius: 100px
}
.term-meta-blog > .breadcrumb {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 19px;
    font-weight: bold;
}
.cus-t {
    font-size: 32px;
    margin-bottom: 0;
    color: #787474;
}
.title-b {
    font-size: 50px;
    color: #134a81;
    line-height: 1.2em;
    margin-bottom: 5px;
}
.term-meta-blog {
    padding: 25px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
}
.cust-link {
    font-size: 24px;
    margin: 0;
}
/* */
.cus-blog .box-image {
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 12px;
}
.tern-loop a {
    font-size: 30px;
    color: #787474;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cus-blog .post-title a {
    font-size: 30px;
    color: #134a81;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 40px;
    height: 160px;
    overflow: hidden;
}
.cus-blog .post-title a:hover {
    color: #57b89f;
}
.mb-hide {
    display: none;
}
.mb-hide.show {
    display: block;
}
.click-show-qc.chantext:before {
    content: 'Ẩn';
    color: #4b4b4b;
    font-size: 17px;
}
.click-show-qc.chantext .icon-angle-down {
    transform: rotate(180deg);
}
/* */
.page-numbers li > span,
.page-numbers li a {
    border-radius: 13px !important;
    border: none;
    background: #fff !important;
    line-height: 39px;
    font-size: 18px;
}
.page-numbers li > span,
.page-numbers li:hover > a {
    background: #57b89f !important;
    color: #fff;
}
/* */
.text-hd {
    background: url(images/bg-tenl.png) center center no-repeat;
    height: 195px;
}
.but-kindypc {
    background: url(images/bg-but-dk.png) center center no-repeat;
    font-size: 23px;
    display: none;
    margin-bottom: 0;
    height: 63px;
}
/*.ses-tabkindy .tab-kindy .tab-panels .panel:hover {
    cursor: pointer;
}
.ses-tabkindy .tab-kindy .tab-panels .panel:hover .but-kindypc{
    display: inline-block;
}
.ses-tabkindy .tab-kindy .tab-panels .panel:hover .logo-ri {
    display: none;
}
.logo-ri {
    height: 63px;
}
.logo-ri .ux-logo-link {
    padding: 0 !important;
}*/
.gallery-coso .flickity-page-dots {
    bottom: -30px !important;
}
.gallery-coso img {
    border-radius: 42px;
}
.mfp-arrow i,
.flickity-prev-next-button svg {
    visibility: hidden;
}
.mfp-arrow,
.flickity-prev-next-button {
    background: url(images/icon-right.png) 0 0 no-repeat;
    background-size: 60px;
    width: 65px;
    height: 65px;
    margin: 0 20px;
}
.mfp-arrow.mfp-arrow-right,
.flickity-prev-next-button.next {
    background: url(images/icon-l.png) 0 0 no-repeat;
    background-size: 60px;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7-spinner::before {
    display: none;
}
.featured-title .page-title-inner, .page-title-bg .title-bg {
    min-height: 714px !important;
    height: 714px !important;
    align-items: end;
    padding-bottom: 0;
}
.page-title-inner .text-center {
    text-align: left;
}
.page-title-bg .title-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #12477c00, #12477cd1, #12477c);
    top: auto;
    bottom: 0;
    height: 350px;
}
.page-title h1.entry-title {
    font-size: 50px;
}

.single-post .header {
    position: absolute;
    top: 0;
    background-image: linear-gradient(180deg, #e6e9f2, #e6e9f2fa, #e6e9f217);
}

.single .single-page {
    padding-bottom: 0;
}
.single .single-page p {
    font-size: 20px;
}
.single .single-page h2 {
    font-size: 32px;
    color: var(--primary-color);
}
.single .single-page h3 {
    font-size: 28px;
    color: var(--primary-color);
}
.single .single-page h4 {
    font-size: 24px;
    color: var(--primary-color);
}

.related-post {
    margin-top: 30px;
}
.related-post-title {
    font-size: 36px;
    color: var(--primary-color);
    padding-bottom: 30px;
}
.related-post .box-text.text-center {
    text-align: left;
}
.related-post .box-image img {
    border-radius: 32px;
    height: 210px;
    object-fit: cover;
}
.post-category-loop {
    margin: 15px 0;
    display: block;
}
.post-category-loop a {
    font-size: 30px;
    color: #787474;
    line-height: 30px;
    display: block;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.post-category-loop a:hover {
    color: #787474;
}
.related-post .related-title a {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    height: 99px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.related-post .related-title a:hover {
    color: #57b89f;
}
.related-box .related-loop {
    padding: 0 10px;
}

.meta-custom {
    color: #525252;
    margin-bottom: 20px;
    font-size: 20px;
}
.category-link {
    font-weight: 800;
    color: #525252;
}
.post-tags {
    margin-bottom: 30px;
    border-bottom: 1px solid #818181;
    border-top: 1px solid #818181;
    padding: 15px 0 30px 0;
}
.post-tags h3 {
    color: var(--primary-color);
    font-size: 36px;
}
.post-tags a {
    font-weight: bold;
    font-size: 24px;
    color: #616161;
    background-color: #ebebeb;
    border-radius: 30px;
    padding: 5px 25px;
    margin: 5px 8px;
    display: inline-block;
}
.post-tags a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.post-tags a:first-child {
    margin-left: 0;
}
/* */
.menu-item-has-block .sub-menu.nav-dropdown {
    background: none;
    padding-top: 20px;
}
.menu-item-has-block .sub-menu.nav-dropdown > section {
    border-radius: 42px;
    max-width: 1370px;
    margin: auto;
}
li.has-dropdown > a  > i {
    visibility: hidden;
}
.bg-ra-42 img {
    border-radius: 42px;
}
.full-title-single {
    height: 600px;
}
/* */
.row-kt-nd p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 31px;
    letter-spacing: .01em;
    opacity: 0.5;
    color: #134c81;
    line-height: 1.3em;
}
.row-kt-nd .active p {
    opacity: 1;
    font-size: 36px;
}
.row-slider-kq .flickity-button{
    bottom: 35%;
    top: initial;
}
/* */
.row-ppday .box  {
    border-radius: 42px;
    overflow: hidden;
}
.box-title-dd h4 {
    font-size: 36px;
    color: #fff;
    padding: 0 20px;
}
.box-title-dd p {
    font-size: 20px;
    margin-bottom: 0;
    color: #a2dce7;
    font-weight: bolder;
    padding: 0 58px;
    text-transform: uppercase;
}
.pp-hidden {
    display: none;
}
.row-ppday .box-push .box-text {
    max-width: 100%;
    margin: 0;
    background: url(images/bg-pp.png) center bottom no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    background-size: cover;
    height: 207px;
    display: flex;
    align-content: stretch;
    align-items: flex-end;
    padding-bottom: 40px;
    transition: 0.5s ease-out;
}
.row-ppday .box-push.box:hover  .box-text{
    cursor: pointer;
    height: 100%;
    align-items: baseline;
    padding-top: 30%;
    background: lch(0 0 0 / 0.75);
}
.row-ppday .box-push.box:hover  .box-text .pp-hidden {
    display: block;
}
.pp-hidden {
    padding: 30px 5% 0;
}
.pp-hidden p {
    font-size: 20px;
    font-weight: bolder;
}
/* */
.page-wrapper {
    padding-top: 0;
}
.single-page {
    padding-top: 30px;
}
/* */
.slider-kq .icon-box {
    margin-bottom: 20px;
}
.slider-kq .icon-box .icon-box-img img {
    padding-top: 0;
    height: 160px;
    object-fit: contain;
}
.slider-kq .icon-box .icon-box-text {
    position: absolute;
    top: 45px;
    width: 100%;
}
/* */
.tab-lotrinh .nav  li a  {
    font-size: 36px;
    background: #b8c9d9;
    color: #fff;
    font-weight: bolder;
    margin: 0 18px;
    line-height: 1.8em;
    padding: 0 67px;
}
.tab-lotrinh img {
    border-radius: 30px;
}
/* */
.row-tab-lotrinh > .small-12 {
    background: #ef4d31;
    border-radius: 42px;
    padding: 30px 30px 30px 15px !important;
}
.row-tab-lotrinh .col {
    padding-bottom: 0;
}
.row-tab-lotrinh h4 {
    font-size: 36px;
    letter-spacing: .01em;
    line-height: 1.3em;
    background: url(images/line-capdo.png) left bottom no-repeat;
    padding-bottom: 30px;
}
.row-tab-lotrinh.row-tab-aka > .small-12 {
    background: #a2dce7;
}
.row-tab-lotrinh.row-tab-ielts > .small-12 {
    background: #5f249f;
}
/* */
.tab-lotrinh-ielts .nav > li:nth-child(2) > a span,
.tab-lotrinh-ielts .nav > li:nth-child(1) > a span {
    line-height: 46px;
    padding: 2px 0 16px;
    text-align: center;
}
.tab-lotrinh-ielts .nav > li:nth-child(2) > a span:after,
.tab-lotrinh-ielts .nav > li:nth-child(1) > a span:after {
    content: 'Starter';
    font-size: 24px;
    font-weight: bold;
    display: block;
    line-height: 0;
}
.tab-lotrinh-ielts .nav > li:nth-child(2) > a span:after {
    content: 'Foundation';
}
/* */
.list-thongtinkh ul {
    list-style: none;
    margin: 0;
}
.list-thongtinkh ul li {
    font-weight: bold;
    font-size: 32px;
    background: url(images/con-kh1.png) 0 10px no-repeat;
    margin: 0;
    padding-left: 50px;
}
.list-thongtinkh ul li:nth-child(2) {
    background: url(images/con-kh2.png) 4px 10px no-repeat;
}
.list-thongtinkh ul li:nth-child(3) {
    background: url(images/icon-kh3.png) 7px 10px no-repeat;
}
.list-thongtinkh ul li:nth-child(4) {
    background: url(images/con-kh4.png) 8px 10px no-repeat;
}
.list-thongtinkh ul li strong {
    font-size: 24px;
    min-width: 140px;
    display: inline-block;
}
.tab-lotrinh .slider-style-focus .flickity-slider>div.is-selected {
    padding:  15px 30px;
}

.tab-lotrinh .slider-style-focus .flickity-slider>:not(.is-selected) {
    opacity: 1;
}
.tab-lotrinh .slider-style-focus {
    padding: 20px 0;
}
/* */

.img-gt .img {
    margin-bottom: 0;
    position: relative;
    top: 50px;
} 
.slider-kq .flickity-page-dots {
    display: none;
}

.block-about h2 {
    font-size: 36px;
}
.row-gtri .col .col-inner {
    position: relative;
    z-index: 1;
}
.row-gtri .col .icon-box {
    position: relative;
    z-index: 2;
}
.row-gtri .col .icon-box .icon-box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 142px;
}
.row-gtri .col:nth-child(1) .col-inner:after {
    content: '01';
    font-size: 173px;
    color: #e7edf2;
    display: block;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    font-weight: bold;
    line-height: 0.7;
    width: 100%;
    text-align: center;
}
.row-gtri .col:nth-child(2) .col-inner:after {
    content: '02';
    font-size: 173px;
    color: #e7edf2;
    display: block;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    font-weight: bold;
    line-height: 0.7;
    width: 100%;
    text-align: center;
}
.row-gtri .col:nth-child(3) .col-inner:after {
    content: '03';
    font-size: 173px;
    color: #e7edf2;
    display: block;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    font-weight: bold;
    line-height: 0.7;
    width: 100%;
    text-align: center;
}
.row-gtri .col:nth-child(4) .col-inner:after {
    content: '04';
    font-size: 173px;
    color: #e7edf2;
    display: block;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    font-weight: bold;
    line-height: 0.7;
    width: 100%;
    text-align: center;
}
.row-gtri .col:nth-child(5) .col-inner:after {
    content: '05';
    font-size: 173px;
    color: #e7edf2;
    display: block;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    font-weight: bold;
    line-height: 0.7;
    width: 100%;
    text-align: center;
}

.gallery-custom .gallery-col {
    padding-bottom: 0;
    text-align: center;
}
.gallery-custom .gallery-col img {
    height: 52px;
    object-fit: contain;
}
.row-bigs-slide .slick-initialized .slick-slide {
    display: flex;
}
.row-bigs-slide .slick-arrow {
    display: block;
    text-indent: -9999px;
    width: 80px;
    height: 80px;
    background-image: url(images/right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 36%;
    z-index: 9;
}
.row-bigs-slide .slick-arrow.slick-prev {
    background-image: url(images/left.png);
    left: 27%;
}
.row-bigs-slide .slick-arrow.slick-disabled {
    opacity: .6;
}
.row-small-slide .list-year:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #93b1cd;
    position: relative;
    top: 20px;
}
.row-small-slide .list-year {
    margin-top: 40px;
    margin-bottom: 0;
}
.row-small-slide .list-year .slick-list {
    padding-top: 25px !important;
}
.list-year li {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-left: 0 !important;
    margin-bottom: 0;
    color: #4b4b4b;
}
.list-year li:before {
    content: '';
    display: block;
    margin: auto;
    width: 22px;
    height: 22px;
    background-color: #93b1cd;
    border-radius: 100%;
    margin-top: -19px;
}
.list-year li.slick-current:before {
    background-color: var(--primary-color);
}
.list-year li.slick-current {
    color: var(--primary-color);
}

.col-memory > .col-inner:after {
    content: '';
    display: block;
    background-image: url(images/bottom.png);
    height: 202px;
    width: 100%;
    background-size: contain;
    position: absolute;
    bottom: -178px;
    left: -20px;
}
.col-memory img {
    border-radius: 42px;
}
.icon-box-left p {
    margin-bottom: 10px;
}
a.button.btn-phone  {
    padding: 0px 25px;
    border-radius: 99px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    border: none;
    min-height: initial;
    background-image: url(images/but2p.png);
    background-position: center;
    font-size: 25px;
    background-size: cover;
    line-height: 43px;
    min-height: 43px;
}
a.button.btn-phone::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ef4d31 !important;
  -webkit-transform: scaleX(.3);
  transform: scaleX(.3);
  opacity: 0;
  transition: all .3s;
  border-radius: 99px;
}
a.button.btn-phone:hover::after{
  opacity: 1;
  background: url(images/but2p.png) center center #ef4d31 !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}
a.button.btn-phone span {
    position: relative;
    z-index: 2;
}

.local-box-left {
    background-color: rgb(230, 233, 242);
    padding: 30px 0;
    border-radius: 25px;
}
.local-box-left-header {
    padding: 0 30px;
}
.local-box-left h2 {
    text-align: center;
    font-size: 32px;
    color: #58b99f;
}
.local-box-left h2 span {
    color: var(--primary-color);
}
.mapstore-filter-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.mapstore-filter-form select {
    border: none;
    border-radius: 99px;
    width: 49%;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
}
.mapstore-filter-form input {
    border-radius: 99px;
    height: 45px;
}
.local-box-left .local-list .local-list-post {
    height: 615px;
    overflow-y: scroll;
}
.local-box-left .local-list .local-list-post .mapstore-post {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #c4c6ca;
    padding: 12px 30px;
    margin-bottom: 0;
}
.mapstore-post-active {
    background-color: #c7cbd9;
}
.local-box-left .local-list .local-list-post .mapstore-post:hover {
    background-color: #c7cbd9;
}
h3.txt-maptitle {
    color: #58b99f;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}
h3.txt-maptitle .highlight {
    color: var(--primary-color);
}
.mapstore-address {
    position: relative;
    padding-left: 35px;
    font-size: 22px;
    line-height: 28px;
}
.mapstore-address:before {
    content: '';
    display: block;
    background-image: url(images/ic-map.png);
    width: 18px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}
.mapstore-phone {
    text-align: center;
}
.mapstore-phone a.button.btn-phone {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mapstore-phone a.button.btn-phone span:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    background-image: url(images/ic-phone.png);
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.mapstore-map iframe {
    border-radius: 25px;
}


.mapstore-content {
    display: flex;
    gap: 30px;
}
.mapstore-posts {
    flex: 1;
    max-width: 50%;
}
.mapstore-maps {
    flex: 1;
    max-width: 50%;
}
.mapstore-map {
    display: none;
}
.mapstore-map.active {
    display: block;
}
.section-results {
    background-color: #fff !important;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
/* */
.bor-map iframe  {
    border-radius: 22px;
    overflow: hidden;
}
.mapstore-maps iframe {
    min-height: 816px;
}

/* */
.service-kid h2 {
    color: #fbb315;
}
.row-tab-lotrinh-kid  > .small-12{
    background: #fbb315;
}
.count-up {
    font-weight: bold;
}
.text-cus {
    color: #1bc1a0;
}
blockquote * {
    font-weight: 900;
    font-style: normal;
}
.row-ppday .box-push.box:hover .box-text{
    padding-top: 6%;
}
.box-title-dd p {
    padding: 0 20px;
}
/* */
.ses-thankyou {
    background: url(images/member.png) 90% bottom no-repeat;
}
button.mfp-close {
    background: url(images/button-x.png) center center no-repeat;
    width: 60px;
    height: 60px;
    right: 20px;
    top: 20px;
}
.back-to-top i {
    visibility: hidden;
}
.back-to-top {
    background: url(images/button-back.png) center center no-repeat;
    border: none !important;
    width: 60px;
    height: 60px;
}
.text-content-3 {
    min-height: 100px;
}
.tab-custom .slider .flickity-slider > .row {
    min-height: 400px;
}
/* */
.row-fix {
position: fixed;
    bottom: 130px;
    right: 20px;
    width: 60px;
    z-index: 99999;
	top: initial !important;
}

.row-fix .ux-logo-link {
    padding: 0 !important;
    margin-bottom: 10px;
}
.back-to-top.active {
    margin: 0;
	    bottom: 5px;
    z-index: 9999;
}
.header-button-2.mb-button .header-button .button {
	display: none;
}

@media (min-width: 850px) {
    .single-post .single-page, .post-tags, .related-post-title {
        max-width: 741px;
        margin: auto;
    }
    .row-gtri .col {
        max-width: 20%;
        flex-basis: 20%;
        padding: 0 20px;
    }
}
@media (max-width: 820px) {

 /*   .gallery-coso.large-columns-2 .flickity-slider>.col .box-image {
        padding-top: 200px !important;
    }*/
    .gallery-coso.large-columns-2 .flickity-slider>.col img {
        border-radius: 30px;
    }
    input.wpcf7-form-control.wpcf7-submit {
        padding: 0;
        width: 222px;
    }
    .row-bigs-slide .slick-arrow {
        width: 30px;
        height: 30px;
        bottom: -35px;
        left: 53%;
    }
    .row-bigs-slide .slick-arrow.slick-prev {
        left: 43%;
    }
}

@media (max-width: 480px) {
    .mapstore-content {
        display: block;
    }
    .mapstore-posts, .mapstore-maps {
        max-width: 100%;
    }
    .mapstore-maps {
        margin-top: 30px;
    }
    .mapstore-maps iframe {
        height: 400px;
    }
    .local-box-left h2 {
        font-size: 26px;
    }
    .local-box-left-header {
        padding: 0 15px;
    }
    .local-box-left .local-list .local-list-post .mapstore-post {
        padding: 12px 15px;
    }
    .mapstore-filter-form {
        display: block;
    }
    .mapstore-filter-form select {
        font-size: 18px;
        width: 100%;
    }
    .mapstore-address {
        font-size: 18px;
    }
    body #logo img {
        max-height: 28px !important;
    }
    #masthead > .header-inner {
        border-radius: 100px;
        padding: 0 25px;
    }
    body .nav>li>a>i.icon-search {
        font-size: 0.9em;
    }
    .tab-custom.tabbed-content .nav-pills li {
        margin: 2px 10px;
    }
    .tab-custom.tabbed-content .nav-pills li a {
        width: 117px;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }
    .title-quote {
        padding: 58px 0;
    }
    .title-star {
        padding: 60px 0;
    }
    .col-form .col-inner {
        padding: 35px 30px 75px;
    }
    .box-btn-button {
        bottom: -82px;
    }
    input.wpcf7-form-control.wpcf7-submit {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
    .form-dk select,
    input.wpcf7-form-control {
        font-size: 15px;
        height: 38px;
        text-align: center; 
    }
    .gallery .gallery-item {
        margin-bottom: 30px;
    }
    .gallery .gallery-item:last-child {
        margin-bottom: 0;
    }
    .gallery-coso.large-columns-2 .flickity-slider>.col {
        max-width: 80%;
    }
    h2 {
        font-size: 32px;
    }
    .service-ki h2 {
        font-size: 60px;
        margin-bottom: 6px;
        line-height: 52px;
    }
    .service-ki h4 {
        font-size: 20px;
    }
    .service-ki p {
        font-size: 26px;
    }
    .title-quote, 
    .title-star {
        background-size: contain;
        padding: 25px 0;
    }
    .banner-text-2 .banner-bg, .banner-text-2 {
        border-radius: 20px;
    }
    .tab-kindy .nav li a {
        margin: 5px 5px;
        padding: 3px 18px 3px;
        min-width: 160px;
    }
    .tab-kindy .nav li a span {
        font-size: 18px;
    }
    #masthead {
        padding: 25px 25px 0;
    }
    .but-mb {
        background: url(images/bg-but-dk.png) center center no-repeat;
    }
    .but-mb span {
        background: url(images/icon-rrr.png) 99% 4px no-repeat;
        padding-right: 25px;
    }
    .row-slider .flickity-page-dots .dot.is-selected, .flickity-page-dots .dot.is-selected {
        width: 60px;
    }
    .ses-tabkindy-mb .flickity-page-dots li:nth-child(1) {
        background: #ef4d31 !important;
    }
    .ses-tabkindy-mb .flickity-page-dots li:nth-child(2) {
        background: #fbb315 !important;
    }
    .ses-tabkindy-mb .flickity-page-dots li:nth-child(3) {
        background: #a2dce7 !important;
    }
    .ses-tabkindy-mb .flickity-page-dots li:nth-child(4) {
        background: #5f249f !important;
    }
    .ses-tabkindy-mb .flickity-page-dots li.is-selected {
        width: 90px !important;
    }
    .ses-tabkindy-mb .flickity-page-dots {
        bottom: 0;
    }
    .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button {
        display: block;
        bottom: -338px;
        opacity: 1 !important;
    }
    .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button svg {
        border: none;
        background: url(images/but-right.png) center center no-repeat;
    }
    .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button.next svg {
        transform: rotate(180deg);
    }
    .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button.next {
        right: 28px;
        bottom: -305px;
    }
    .ses-tabkindy-mb .slider-wrapper .flickity-prev-next-button svg path {
        visibility: hidden;
    }
    .title-about {
        padding: 61px 0;
        background-size: 36%;
        margin-bottom: 15px;
    }
    .banner-text .banner-bg, .banner-text {
        border-radius: 20px;
    }
    .click-show-qc span {
        color: #4b4b4b;
        font-size: 17px;
    }
    /*.click-show-qc .icon-angle-down {
        font-size: 27px;
    }*/
    .tab-custom.tabbed-content .nav-pills {
        order: 0;
        /*background-color: #e6e9f2;*/
        border-radius: 90px;
        width: 100%;
        margin: 0 auto;
        /*display: block;*/
    }
/*    .tab-custom.tabbed-content .nav-pills li {
        margin: 0;
    }*/
    .tab-custom .tab-panels {
        /*background-color: #e6e9f2;*/
        padding: 20px 20px 10px;
        border-radius: 30px;
        margin: 0 auto;
        margin-top: 20px;
        width: 90%;
        margin-bottom:  0;
    }
    .nav>li>a>i.icon-menu {
        text-indent: -9999px;
        background-image: url(images/menu-bar.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 24px;
    }
    .main-menu-overlay .mfp-content {
        vertical-align: top;
    }
    .off-canvas-center .nav-vertical>li>a, .off-canvas-center .nav-vertical>li>ul>li a {
        justify-content: left;
    }
    .mfp-bg.mfp-ready.main-menu-overlay {
        opacity: 1 !important;
        background-color: rgb(19, 75, 129);
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li>a {
        font-weight: bold;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li .header-button {
        text-align: left;
        padding-left: 30px;
    }
	.header-button-2.mb-button .header-button .button,
    .off-canvas-center .nav-sidebar.nav-vertical>li .header-button .button {
        width: 225px;
        background-image: url(images/bg-btn.png);
        background-size: 100% 100%;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li .sub-menu {
        padding-left: 35px;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li .sub-menu li a {
        font-size: 16px;
    }
    .off-canvas-center .nav-sidebar.nav-vertical .current-menu-item a {
        color: #1bc1a0;
    }
    .mfp-arrow, .row-slider .flickity-prev-next-button {
        width: 30px !important;
        height: 30px;
        background-size: 30px;
        z-index: 99;
    }
    .mfp-arrow.mfp-arrow-right, .flickity-prev-next-button.next {
        background-size: 30px;
        z-index: 99;
    }
	/* */
	.has-off-canvas-center .header-button-2.mb-button .header-button .button {
		display: block;
	}
    .flickity-page-dots {
        width: 61%;
    }
    .text-hd {
        background-size: 130px;
    }
    body .mfp-close {
        opacity: 1 !important;
    }
    .mfp-close svg {
        pointer-events: none;
        font-weight: bold;
        stroke-width: 4px;
        color: #fff;
        opacity: 1;
    }
    .header-button-2.html {
        position: fixed;
        bottom: 30px;
		left: 25px;
		z-index: 999999;
    }
    .off-canvas-center .mfp-content {
        -webkit-overflow-scrolling: touch;
        max-width: 700px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 0px;
        height: 100%;
    }
    .form-dk select {
        text-align: -webkit-center;
        text-align: -moz-center;
        /*margin: 0 auto;*/
        text-align-last:center;
        -moz-text-align-last: center;
    }

    .featured-title .page-title-inner, .page-title-bg .title-bg {
        min-height: 520px !important;
        height: 520px !important;
        background-position-y: -51px;
    }
    .page-title h1.entry-title {
        font-size: 24px;
    }
    .page-title-inner .text-center {
        text-align: center;
    }
    .header-main .nav > li.nav-icon > a {
        padding: 0;
    }
    .single-page {
        padding-top: 0;
    }
    .single-page p {
        font-size: 17px;
    }
    .single-page h2 {
        font-size: 24px;
    }
    .single-page h3 {
        font-size: 20px;
    }
    .single-page h4 {
        font-size: 18px;
    }
    .post-tags a {
        font-size: 13px;
        margin: 5px;
    }
    .related-post .box-image img {
        border-radius: 20px;
        height: 130px;
    }
    .post-tags h3, .related-post-title {
        text-align: center;
        font-size: 25px;
        padding-bottom: 5px;
    }
    .post-category-loop {
        margin: 7px 0;
    }
    .post-category-loop a {
        font-size: 17px;
        height: 20px;
        line-height: 20px;
    }
    .related-post .related-title a {
        font-size: 19px;
        line-height: 25px;
        height: 75px;
    }
    .meta-custom {
        font-size: 16px;
        margin-bottom: 45px;
    }
    .tab-lotrinh .nav li a {
        font-size: 15px;
        margin: 0 4px 10px;
        padding: 6px 16px;
    }
    .tab-lotrinh-kid.tab-lotrinh .nav li a {
        padding: 6px 12px;
    }
    .row-tab-lotrinh > .small-12 {
        padding:0px !important;
    }
	.row-tab-lotrinh > .small-12 > .col-inner {
		padding: 30px 0 0px;
	}
	.tab-lotrinh .flickity-slider {
		padding: 50px 0;
	}
	.tab-lotrinh .slider-style-focus .flickity-slider>div {
		padding-bottom: 40px;
	}
	.tab-lotrinh .slider-style-focus .flickity-slider>div.is-selected {
		padding: 15px 30px 20px;
		top: -20px;
	}
    .list-thongtinkh ul li strong {
        font-size: 18px;
        min-width: 100px;
    }
    .list-thongtinkh ul li {
        font-size: 25px;
    }
    .slider-kq .flickity-page-dots {
        bottom: -50px;
        display: block;
    }
    .tab-lotrinh-ielts .nav > li:nth-child(2) > a span:after, .tab-lotrinh-ielts .nav > li:nth-child(1) > a span:after {
        display: inline-block;
        line-height: 0;
        margin-left: 8px;
        font-size: 15px;
    }
    .tab-lotrinh-ielts .nav > li:nth-child(2) > a span, .tab-lotrinh-ielts .nav > li:nth-child(1) > a span {
        padding: 0;
    }
    .tab-lotrinh-ielts .nav > li:nth-child(2) > a span, .tab-lotrinh-ielts .nav > li:nth-child(1) > a span {
        line-height: 27px;
    }
    .tab-lotrinh-ielts .nav > li {
        margin-bottom: 10px;
    }
    .title-b {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .cus-t {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .cus-blog .box-image .image-zoom {
        padding-top: 157px !important;
    }
    .cus-blog .col.post-item {
        padding: 0 10px;
    }
    .cus-blog .box-image {
        border-radius: 25px;
        margin-bottom: 8px;
    }
    .tern-loop a {
        font-size: 14px;
    }
    .cus-blog .post-title a {
        font-size: 17px;
        line-height: 21px;
        height: 84px;
    }
    .term-meta-blog {
        background: #e6e9f2;
        margin: 50px 0 40px;
        border-radius: 100px;
        overflow: hidden;
        padding: 0;
    }
    .term-meta-blog ul li a,
    .term-meta-blog .title-blog {
        font-size: 13px;
    }
    .term-meta-blog .title-blog span {
        display: inline-block;
        background: #a2dce7;
        line-height: 40px;
        border-radius: 100px;
        padding: 0 24px;
    }
    .term-meta-blog ul {
        bottom: 8px;
        right: 13px;
    }
    .term-meta-blog ul li a {
        padding: 8px 0px 10px 8px;
    }
    .term-meta-blog ul li {
        margin: 0 0 0 7px;
    }
    .row-bigs-slide .slick-arrow {
        width: 30px;
        height: 30px;
        bottom: -35px;
        left: 53%;
    }
    .row-bigs-slide .slick-arrow.slick-prev {
        left: 38%;
    }
    .list-year li {
        font-size: 22px;
    }
    .slider-gtcl .row-gtri:nth-child(2) .col .col-inner:after {
        content: '02';
    }
    .slider-gtcl .row-gtri:nth-child(3) .col .col-inner:after {
        content: '03';
    }
    .slider-gtcl .row-gtri:nth-child(4) .col .col-inner:after {
        content: '04';
    }
    .slider-gtcl .row-gtri:nth-child(5) .col .col-inner:after {
        content: '05';
    }
    .slider-gtcl .flickity-page-dots {
        width: 100%;
        left: 0;
    }
    .row-kt-nd .active p {
        font-size: 22px;
    }
    .row-tab-lotrinh h4 {
        font-size: 26px;
    }
    .term-meta-blog > .breadcrumb {
        right: 15px;
        bottom: 9px;
        font-size: 12px;
        font-weight: bold;
    }
    .mapstore-maps iframe {
        min-height: 400px;
    }
    .select2-container .select2-choice>.select2-chosen, .select2-container .select2-selection--single .select2-selection__rendered, .select2-selection {
        line-height: 48px;
        font-size: 16px;
        color: #5a5a5a;
    }
    .ses-thankyou {
        background: none;
    }
    .gallery-coso .flickity-page-dots,
    .tab-camnghi-mb .flickity-page-dots {
        width: 100%;
        left: 0;
    }
    .gallery-custom .flickity-button,
    .gallery-coso .flickity-button {
        display: none;
    }
    .col-memory > .col-inner:after {
        display: none;
    }
    .off-canvas .sidebar-menu {
        padding-top: 80px;
    }
    .tab-lotrinh .img {
        margin-top: 0px;
        padding: 20px;
    }
    .tab-lotrinh img {
        border-radius: 20px;
    }
    .row-fix {
        bottom: 80px;
    }
	.has-off-canvas .pkcp-parent-container,
	.has-off-canvas .row-fix {
		display: none;
	}
}
/* */
body .popup-content button.mfp-close,
button.mfp-close {
    background: url('https://scotsenglish.edu.vn/wp-content/uploads/2025/07/4.png') center center no-repeat;
    width: 60px;
    height: 60px;
    right: 20px;
    top: 20px;
	background-size: 100%;
}
body .popup-content button.mfp-close {
	position: fixed;
	top: -110px !important;
	bottom: initial;
	text-indent: -9999px;
	right: 0;
}
.back-to-top i {
    visibility: hidden;
}
.back-to-top {
    background: url('https://scotsenglish.edu.vn/wp-content/uploads/2025/07/but-top.png') center center no-repeat;
    border: none !important;
    width: 60px;
    height: 60px;
	background-size: 100%;
}
.text-content-3 {
    min-height: 100px;
}
.tab-custom .slider .flickity-slider > .row {
    min-height: 400px;
}

.popup-content {
    max-width: 930px !important;
    border-radius: 50px !important;
	background: #ff000000;
}
.popup-content .section-bg {
    border-radius: 50px;
}
.popup-content .box-btn-button {
    position: relative;
    bottom: 0;
}
.popup-content .box-btn-button .btn-button {
    width: 100%;
    background: url(images/btn-button.png) top center !important;
    background-repeat: no-repeat !important;
}
.popup-content input.wpcf7-form-control,
.popup-content select {
    border: 2px solid var(--primary-color);
    height: 44px;
    background-color: transparent;
}
.popup-content input.wpcf7-form-control.wpcf7-submit {
    font-size: 25px;
    text-transform: none;
    min-height: 55px;
	    background-color: #134c81 !important;
}
.popup-content .btn-button:before {
    display: none;
}
.popup-content button.mfp-close {
    background: transparent;
    width: auto;
    height: auto;
    right: 0;
    top: auto;
}
/* */
body .popup-content .class-close {
	position: relative;
}
body .popup-content .class-close .mfp-close {
	position: absolute;
	background: url('https://scotsenglish.edu.vn/wp-content/uploads/2025/07/pop-x.png') 0 0 no-repeat;
	top: -71px !important;
    right: -83px;
}
.fix-kiemtra {
	position: fixed;
    bottom: 0;
    top: initial !important;
    z-index: 99;
    width: 100%;
    max-width: 100% !important;
}
.fix-kiemtra {
	-webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
	opacity: 0;
	visibility: visible;
	padding: 10px 0;
}
.fix-kiemtra .button {
	margin-bottom: 0;
}
.fix-kiemtra .button span {
	font-size:25px;
	color: #134b81;
}
.fix-kiemtra.active  {
	-webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}
.mfp-auto-cursor:not(.mfp-gallery) > .mfp-close {
	display: none;
}
/* */
.fix-kiemtra {
	background: #134b81;
}
.fix-kiemtra .ux-logo {
	position: absolute;
	left: -124px;
	top: -92px;
}
.mb-button {
	display: none;
}
.ses-tabcauhoi .accordion-item a {
	color: #134c81;
	font-size: 28px;
	font-weight: 600;
	border: none;
	padding-left: 30px;
	background: #f4f4f4;
	line-height: 1.4em;
}
.ses-tabcauhoi .text {
	font-size: 26px;
	line-height: 1.3em;
}
.ses-tabcauhoi .accordion .toggle {
	left: initial;
	right: 0;
}
.ses-tabcauhoi .accordion-item {
    background: #f4f4f4;
    border-radius: 15px;
    margin-bottom: 40px;
    overflow: hidden;
}
.ses-tabcauhoi .accordion-item .accordion-inner {
	padding-left: 30px;
	padding-top: 0;
}
.ses-tabcauhoi i[class^=icon-] {
	font-weight: bold !important;
}
.img-kindy.img {
	top: 21px;
}
.slider-kq .banner {
	border-radius: 40px;
	overflow: hidden;
}
/* */
.ses-member {
	background: url('https://scotsenglish.edu.vn/wp-content/uploads/2025/07/bg-mm1.png') center center no-repeat #fff;
	padding: 60px 0 40px;
}
.ses-member .row {
	height: 785px;
	position: relative;
}
.ses-member .content-member {
    position: absolute;
    top: 50px;
    left: 122px;
    max-width: 200px;
}
.ses-member .content-member.content-2 {
    left: initial;
    right: 102px;
    top: 50px;
}
.ses-member .content-member b {
    color: #1cbd9e;
    font-size: 66px;
    line-height: 1em;
}
.ses-member .content-member span {
color: #134c81;
    font-size: 36px;
    display: block;
    font-weight: bold;
    width: 200px;
    line-height: 1em;
}
/* */
.box-img-mem {
	position: relative;
}
.box-img-mem img {
	width: 304px;
	height: 239px;
	object-fit: contain;
	position: absolute;
}
.member-img-0 {
left: 385px;
	top: 0px;
}
.member-img-1 {
left: 700px;
	top: 0px;
}
.member-img-2 {
left: 217px;
	top: 261px;
}
.member-img-3 {
left: 532px;
	top: 261px;
}
.member-img-4 {
left: 844px;
	top: 261px;
}
.member-img-5 {
    left: 380px;
    top: 525px;
}
.member-img-6 {
    left: 705px;
    top: 525px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .popup-content .box-btn-button {
        text-align: center;
    }
    .popup-content input.wpcf7-form-control, .popup-content select {
        border: 1px solid var(--primary-color);
        height: 40px;
        background-color: transparent;
    }
    .popup-content .box-btn-button .btn-button {
        width: 80%;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }
    .popup-content input.wpcf7-form-control.wpcf7-submit {
        font-size: 18px;
        padding-bottom: 0px;
    }
    .popup-content .section-bg {
        border-radius: 10px;
    }
	body .lightbox-content button.mfp-close {
        top: -90px !important;
        right: 44%;
/*         background: url('https://scotsenglish.edu.vn/wp-content/uploads/2025/07/pop-x.png') center center no-repeat; */
        background-size: 44px;
        mix-blend-mode: hard-light;
	}
    .mfp-container.mfp-s-ready {
        position: fixed;
    }
	.fix-kiemtra .button span {
		font-size: 14px;
	}
	.fix-kiemtra .button {
		padding-top: 0 !important;
	}
	.mb-button {
		display: block;
	}
	.mfp-auto-cursor:not(.mfp-gallery) > .mfp-close {
        display: none;
/*         background-size: 16px;
        top: 13%;
        right: 18px;
		mix-blend-mode: hard-light;
		position: fixed; */
	}
	.mfp-auto-cursor:not(.mfp-gallery) > .mfp-close svg {
		visibility: hidden;
	}
	.ses-tabcauhoi .accordion-item a {
		font-size: 17px;
		padding-left: 14px;
	}
	.ses-tabcauhoi .accordion-item {
		margin-bottom: 15px;
	}
	.title-cauhoi {
		padding: 50px 0;
	}
	.ses-tabcauhoi .text {
		font-size: 16px;
	}
	.ses-tabcauhoi .accordion-item .accordion-inner {
		padding: 0 15px;
	}
	.has-off-canvas .mfp-auto-cursor:not(.mfp-gallery) > .mfp-close {
		display: block;
	}
	.off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
		width: 70px;
	}
	.ses-member {
		background: url('https://scotsenglish.edu.vn/wp-content/uploads/2025/07/bg-member-mb-1.png') center bottom  no-repeat #fff;
        background-size: 100%;
        background-position-y: 125px;
		padding-top: 100px;
	}
	.ses-member .row {
		height: 496px;
        display: block;
        padding: 0 10px;
        text-align: center;
	}
	.ses-member .content-member {
		position: initial;
		max-width: initial;
    	text-align: center;
		max-width: 48%;
		float: left;
		margin-bottom: 15px;
	}
	.ses-member .content-member:nth-child(2n) {
		float: right;
	}
	.ses-member .content-member b,
	.ses-member .content-member span {
        font-size: 20px;
        display: inline-block;
        width: initial;
        margin-right: 9px;
        margin-bottom: 10px;
		text-transform: uppercase;
	}
	.ses-member .content-member b {
		font-size: 32px;
        color: #134c81;
        margin: 0;
	}
	.ses-member .content-member span {
        font-size: 13px;
        background: #1cbd9e;
        display: inline-block;
        border-radius: 100px;
        color: #fff;
        margin: 0;
        padding: 8px 11px;
        text-transform: initial;
	}
	.box-img-mem img {
		height: 140px;
        width: 177px;
        position: initial;
        padding: 0 5px;
	}
	.content-2 {
		margin-bottom: 33px;
	}
	.member-img-0 {
		left: 3px;
    	top: 34px;
	}
	.member-img-1 {
		left: 180px;
    	top: 34px;
	}
	.member-img-2 {
		left: 3px;
    	top: 169px;
	}
	.member-img-3 {
		left: 180px;
    	top: 169px;
	}
	.member-img-4 {
		left: 3px;
    	top: 309px;
	}
	.member-img-5 {
		left: 180px;
    	top: 309px;
	}
	.member-img-6 {
		display: none;
	}
	.tab-lotrinh .slider-style-focus .flickity-page-dots {
		bottom: 15px;
		z-index: 999;
	}
}
