html.with--sidebar, body.with--sidebar {
    overflow: hidden;
    height: 100%;
    position: relative;
}
header.sticky .logo-nav{
	background: #fff;
	margin-top: -5px;
	display: none;
}
header.sticky .logo-nav:after{
	background: transparent;
}
h1{font-size: 1.65rem}
h2{font-size: 1.5rem}
h3{font-size: 1.35rem}
h4{font-size: 1.2rem; color: #28448a; font-weight: bold;}
h1,h2,h3,h4{margin: 5px 0;}
a:hover{
  text-decoration: underline;
}
figure.image{
	margin-bottom: 15px;
	margin-top: 10px;
}
figure.image img{
	width: 100% !important;
	text-align: center !important;
}
figcaption{
	background: #e1dbd0 !important;
}
.page-wrapper {
    position: relative;
    overflow: hidden;
}
.top-bar{
	background: url(/ltt-media/styles/header-bg.jpg) top center no-repeat #273771; 
	padding: 0 20px;
	position: relative;
	color: #fff;
	z-index: 1005;
}
.dropdown-menu{
    background: transparent;
    margin: 0;
    border-radius: 0;
    border: 0;
	padding: 0;
}
.dropdown-menu .nav-item{
    margin-bottom: 1px;
	background-color: rgb(32 45 97 / 88%);
	padding: 0;
}
.dropdown-menu .nav-item .nav-link.dropdown-item{
    color: #fff;
    text-transform: uppercase;
}
.logo-nav:after{
	position: absolute;
    left: 0;
    width: 100%;
    height: 217px;
    content: "";
    top: 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.91) 0%,rgba(0,0,0,0) 100%);
    z-index: 1001;
}
.logo-nav .logo{
	z-index: 1004;
    position: relative;
}
.main-navbar .nav-item:not(.navigationHiddenTabs):hover>.dropdown-menu{display: block}
.main-navbar{
	display: inline-flex;
}
.nav-link{
    color: #fff; 
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 68px;
}
.nav-link:hover{
    background-color: #283772;
	color: #c7ae8f;
}
.nav-link.dropdown-item{color: #27448a; text-transform: inherit}
.main-nav .nav-link{
	position: relative;
}
.main-navbar .dropdown-menu{
	min-width: 200px;
}
.main-navbar .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
	margin-left: 1px;
}
.main-navbar .dropdown-menu .nav-link{
	margin: 0;
    padding: 0 15px;
    display: block;
	line-height: 3.75;
}
.acc-user{
	background: rgb(240 212 98 / 80%);
	padding: 20px 20px;
}
.acc-user li{
	color: #26448a;
	font-size: 14px;
}
.site-overlay {
    z-index: 9;
    position: fixed;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.carousel-indicators{display: none}
.carousel-inner::after{
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
    position: absolute;
    bottom: 0;
    height: 33%;
    width: 100%;
}
.with--sidebar .site-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
}
.responsive-menu .dropdown-menu {
    background: transparent;
    position: relative!important;
    width: 100%;
    border: none;
    transform: unset!important;
    padding: 0;
    box-shadow: none;
    top: auto;
    left: auto;
    padding-left: 10px;
	margin-left: 15px;
}

.slideshow-section{
	max-height: 600px;
	overflow: hidden;
}
.apply-to-school label{
	font-weight: 500;
    font-size: 14px;
    padding-left: 2px;
	margin-bottom: 3px;
}
.apply-to-school h4{
	margin-bottom: 5px;
}
.apply-to-school p{
	padding-left: 2px;
}
.apply-to-school .form-group{
	margin: 3px 0;
}
.blog-section.newest-post-widget, .events-box{
}
.events-box{
	padding: 20px 0;
}
.blog-section .section-title{
    border-bottom: 1px solid #27366c;
    justify-content: space-between;
	padding: 15px 20px;
}
.blog-head-sub-title ul li{
	padding: 0 10px;
}
.blog-section .blog-posts .first-post{
	position: relative;
}
.newest-post-widget .blog-posts .blog-thumbnail img{
    transition: all 0.3s linear 0s;
}
.newest-post-widget .blog-posts .blog-thumbnail:hover img{
    transition: all 0.3s linear 0s;
    transform: scale(1.1);
}
.blog-section .blog-thumbnail{
    overflow: hidden;
}
.blog-section .blog-content{
	padding: 20px;
    background: #cab797;
    height: 100px;
    overflow: hidden;
}
.blog-section .blog-content h3{
    margin-bottom: 10px;
}
.blog-section .blog-content h3, .blog-section .blog-content p{color: #fff}
.blog-section .published_date{
	margin-top: 20px;
}
.blog-section .blog-content .des{
	max-height: 90px;
	overflow: hidden;
}
.blog-section .blog-posts .first-post .blog-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.blog-section .blog-posts .first-post .blog-content h3, .blog-section .blog-posts .first-post .blog-content p{color: #fff}
.blog-section .blog-posts .first-post .blog-content .des{max-height: 92px; overflow: hidden}
.post-avatar {
    display: block;
    position: relative;
    overflow: hidden;
}
.post-avatar .video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 1;
    font-size: 20px;
    opacity: 0.75;
    color: #ffffff;
    border: 4px solid #fff;
    padding: 12px;
    border-radius: 50%;
}
.tag-item{
	background: #d3c1a1; border-radius: 50px; font-size: 80%; padding: 5px 10px; color: #786a51;
}
.social-share a.item {
    padding: 5px;
    font-size: 30px;
    color: #aaaaaa;
}
.slogan-ltt{
    padding: 0 0 15px 0;
	margin-top: 10px;
}
.img-logo{
	height: 75px;
}
.classes-section{
	padding: 20px 0;
}
.mdp-our-contacts{
	border-radius: 5px;
	background: #ded6cb;
	padding: 20px;
}
.mdp-contact .mdp-our-contacts .dd-cont{padding-left: 0}
.text-yellow{color: rgb(229 214 167) !important}
.text-dark-blue{color: #27448a !important}
.text-darkless-blue{color: #0d2551 !important}
.font-bold{font-weight: bold}
footer .widget-links li{margin-bottom: 10px; line-height: 1.5; color: #fff;}
b, strong {
    font-weight: 600;
}
footer .social-links li a{background: #0a2552; color: #27448a;}
.classes-carousel-2 div.classes-col{
    overflow: hidden;
	background: rgb(240 212 98 / 80%);
	position: relative;
}
.classes-carousel-2 div:nth-child(2n) div.classes-col{
	background: rgb(1 42 88 / 85%);
}
.classes-section .classes-col .class-info > h3, .classes-carousel-2 div:nth-child(2n) div.classes-col .class-info > h3, .classes-carousel-2 div:nth-child(2n) div.classes-col .class-info > span{
	color: #fff;
}
.classes-section .classes-col .class-info > span{
	color: #27448a;
}
.classes-section .classes-col .class-info .title-meta, .classes-section .classes-col .class-info h3{
    font-size: 25px;
    color: #314797;
}
.classes-section .classes-col .class-info .h3{
    font-size: 40px;
}
.classes-section .classes-col .class-thumb{
    padding-top: 400px;
}
.widget-classes-carousel .classes-section .classes-col .class-thumb{
    padding-top: 240px;
}
.widget-classes-carousel  .slick-initialized .slick-slide{
    position: relative;
}
.classes-section .classes-col .class-info{
    transition: all 0.3s linear 0s;
    width: 100%;
    height: 100%;
    background: #d3c1a1;
    border-radius: 0;
    padding: 50px;
}
.classes-section .classes-col .class-info .btn-default{
    background-color: #314797;
}
.classes-sec div:nth-child(2n) div.classes-col .class-info .btn-default{
    background-color: #d3c1a1;
}
.widget-classes-carousel .classes-section .classes-col .class-info{
    width: 100%;
}
.classes-sec div:nth-child(2n) div.classes-col .class-info{
     background: #314797;
}
.classes-sec div:nth-child(2n) div.classes-col .class-info p{color: #fff;}
.classes-sec div:nth-child(2n) div.classes-col .class-info .title-meta, .classes-sec div:nth-child(2n) div.classes-col .class-info h3{color: #fff}
.classes-section .classes-col .info{
    order: 1;
}
.classes-section .classes-col .thumb{
    order: 2;
}
.classes-sec div:nth-child(2n) div.classes-col .info{
    order: 2;
}
.classes-sec div:nth-child(2n) div.classes-col .thumb{
    order: 1;
}
.classes-section .classes-col .class-info p{
    max-height: 115px;
    overflow: hidden;
}
.classes-section .classes-col:hover .class-info{
    transition: all 0.3s linear 0s;
    width: 100%;
    height: 100%;
}
.classes-section .classes-col:hover .class-info p{
    max-height: 100%;
    /*overflow-y: scroll;*/
}
.classes-section .classes-col .class-thumb img{
    position: absolute;
    top: 0;
}
.classes-col:after{
     background: rgb(1 42 88 / 5%);
}
.row-less-space-4 .row {
    margin-left: -4px;
    margin-right: -4px;
}
.row-less-space-4 .row div[class^="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}

.index-welcome .image, .index-welcome .box{
	border-radius: 20px;
	color: #27448a;
	overflow: hidden;
}
.index-welcome .box{
	border-radius: 20px;
    padding: 20px;
}
.index-welcome .box-1, .index-welcome .box-2{
	height: 200px;
	overflow: hidden;
}
.index-welcome .box-3{
	height: 440px;
}
.bg-yellow{
	background: rgb(240 212 98 / 80%);
}
.bg-light-blue{
	background: #cff0ff;
}
.bg-light{
	background: #fff;
}
.public-hashtag-tag .blog-section{
	background: transparent;
}
.events-box .list-items{
    color: #fff;
    text-align: right;
    padding-bottom: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.events-box .list-item {
	padding: 0 15px 40px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.events-box .list-item .icon-bg{
	position: absolute;
    left: -9px;
}
.classes-sec.row-less-space-4 .row, .slick-item .row.row-less-space-4 {
    margin: 0;
}
.classes-sec.row-less-space-4 .row div[class^="col-"]{
    padding: 0 !important;
}
.hot-news {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    font-size: .8125rem;
    line-height: 1.1;
}
.hot-news .hot-news-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.hot-news .hot-news-img:hover>img, .event-media a:hover > img {
	transition: all 0.3s linear 0s;
    transform: scale(1.1);
    filter: grayscale(0%);
}
.hot-news-content {
    position: absolute;
    padding: 10px 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hot-news-content p{
	color: #fff;
	line-height: 1.5;
}
.hot-news-content.sm-content {
    width: 50%;
    height: 50%;
}
.hot-news .hot-news-content {
    padding: 25px 20px;
}
.overlay-secondary {
    background-color: rgb(1 42 88 / 85%);
    color: #fff;
}
.overlay-primary {
    background-color: rgb(240 212 98 / 80%);
    color: #fff;
}
.font-32 {
    font-size: 2rem;
}
.font-50 {
    font-size: 3.125rem;
}
.list-events .sec-title{
    border-bottom: 2px solid #787878;
    padding: 5px 0 10px 0;
}
.danh-cho-phu-huynh{
    display: flex;
    flex-wrap: wrap;
}
.danh-cho-phu-huynh li{width: 50%;}
.events-box .event-media {
    border 5px solid transparent;
    background-clip: padding-box;
    border-radius: 100%;
    max-width: 100%;
    padding: 40%;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.events-box .event-media:before{
    content: " ";
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background-image: linear-gradient(
      to top, 
      #d2ae76, 
      #eddfbf
    );
}
.events-box .event-media img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s linear 0s;
}
.events-box .event-content {
    position: relative;
    text-align: center;
}
.events-box .event-item:first-child .event-content:before {
    bottom: 0;
}
.bg-gradient-white{
    background-image: linear-gradient(
      to bottom, 
      #fff, 
      transparent
    );

}
.events-box .event-content:before {
    left: 10px;
    top: -85px;
    bottom: -200px;
    right: 100px;
    border-top: #ab8d6d solid 1px;
    position: absolute;
    z-index: 1;
}
.events-box .event-content:after {
    left: -3px;
    top: -100px;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #ab8d6d;
    border-radius: 100%;
}

.pager-section{
    padding-top: 125px;
}
.sidebar .widget-posts .wd-posts .wd-post .wd-info > h3{
    margin-top: 0;
}
.sidebar .widget-categories ul, .sidebar .widget-posts .wd-posts{padding: 0}
.pager-section.blog-version .pager-content > h2{color: #334487;}
/*WELCOME*/

.bg-1{
    background-color: #334487;
}
.bg-2{
    background-color: #d7be94;
}
.text-1{
    font-size: 30px;
    color: #d7be94;
}
.text-blue{
    color: #334487;
}
.text-gray{
    color: #787878;
}
.text-gray-2{
    color: #d2d3d7;
}
.hot-news-box{
    padding: 50px 30px;
    min-height: 200px;
}

.number-per, .number{
    font-size: 50px;
    color: #334487;
    font-weight: 600;
}
.number{
    font-size: 40px;
}

/*END WELCOME 2*/

.allinone_carousel.charming{
    margin: 0 auto;
}
.bottom-footer{
    background: radial-gradient(circle, rgba(10,63,127,1) 0%, rgba(41,73,167,1) 49%, rgba(10,63,127,1) 100%);
}
.supporter{
    position: fixed;
    right: 10px;
    bottom: 110px;
    background: #28366e;
    border-radius: 50px;
    padding: 8px;
    z-index: 9999;
}
.responsive-menu{
    background-color: #334487;
}
.responsive-menu ul li{
	margin-bottom: 15px;
}
.responsive-menu ul li a{
    color: #fff;
    line-height: 20px;
	font-size: 1rem;
}
.responsive-menu ul.dropdown-menu li{
    margin-bottom: 0;
    border-bottom: 0;
}
.responsive-menu .main-navbar .dropdown-menu .nav-link{
	line-height: 1.5;
	padding: 10px;
	font-size: 13px;
}
.responsive-menu .main-navbar .dropdown-menu .dropdown-menu{
	left: 1%;
}
.responsive-menu .dropdown-menu .nav-item{
	background: transparent;
}
.row-less {
    margin-left: -3px;
    margin-right: -3px;
}
.row-less .col-md-3 {
    padding-left: 3px;
    padding-right: 3px;
}
.testimonial-content .nav {
    display: none;
}
.active_menu{
	background: #ded6cb;
}
.hidescroll-mx {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hidescroll-mx::-webkit-scrollbar{
	display: none;
}
.activated-menu .submenu {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 15px;
	text-align: center;
	display: block;
	border: 0;
}
.activated-menu .submenu li {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    padding: 0 18px;
	border-left: 1px solid #6c6d6e;
}
.activated-menu .submenu li:first-child {
    padding-left: 0;
	border-left: 0;
}
.activated-menu .submenu li.active a, .activated-menu .submenu li a.active, .activated-menu .submenu li:hover a {
    color: #293e74;
    text-decoration: none;
	font-weight: 600;
}
.activated-menu .submenu li a {
    display: block;
    color: #6c6d6e;
    position: relative;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
.mdp-pagiation{
	margin-bottom: 18px;
}
.events-widget-news{
	padding: 30px 0;
	border-top: 1px solid #6c6d6e;
	border-bottom: 1px solid #6c6d6e;
}
.public-post-view{
	
}
.teachers-section .teachers .teacher .teacher-img{
	border-radius: 50%;
	border: 1px solid #767676;
}
.teachers-section .teachers .teacher .teacher-info{
	background: transparent;
	text-align: center;
}
.teacher-single-page .teacher-content .tech-detils:before, .teacher-single-page .teacher-content .tech-detils:after{
	background-image: none;
}
.teacher-single-page .teacher-content .tech-detils{
	border: 0;
	background-color: #ded6cb;
}
.page-content .teachers-section.teacher-page .teachers .teacher{
	background: transparent;
}
.sticky .top-bar{
    position: fixed;
    width: 100%;
    z-index: 2;
}
.language-pc{
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.language-list{
    display: flex;
    gap: 10px;
}
.de-active{color: #6882b3;}
@media only screen and (max-width: 767px) {
    .classes-section .classes-col .class-thumb {
        padding-top: 0px;
    }
    .classes-section .classes-col .class-thumb img {
        height: auto!important;
        position: initial;
    }
}

@media only screen and (max-width: 768px) {
	.hot-news .hot-news-content {
    	padding: 25px 20px;
	}
}
@media (min-width: 768px){
    .events-box .list-item {
        padding: 0 34px;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }
    .events-box .event-media {
        margin-bottom: 50px;
    }
    .events-box .event-content {
        position: relative;
        text-align: center;
    }
    .events-box .list-item:first-child .event-content:before {
        right: 0;
    }
    .events-box .event-content:before {
        content: "";
        left: 0;
        right: -70px;
        top: 0;
        height: 116px;
    }
    .events-box .event-content:after {
        content: "";
        left: 50%;
        right: auto;
        top: -7px;
        transform: translateX(-50%);
    }
    .testimonial-content .nav {
        display: block;
    }
    .testimonial-body {
        position: relative;
    }
    .testimonial-content .prev, .testimonial-content .next {
        position: absolute;
        top: 12%;
        color: #fff;
        font-size: 60px;
    }
    .testimonial-content .prev {
        left: -15px;
    }
    .testimonial-content .next {
        right: -15px;
    }
}
@media only screen and (max-width: 468px) {
	.img-logo{height: 38px}
    .logo-nav{display: none}
	header .header-content .logo{
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
	}
	.main-navbar{display: inline-block;}
	.gioi-thieu-nk{
		max-width: 100%;
		padding: 15px;
	}
	.gioi-thieu-nk img{
		width: 100%;
		float: none !important;
		margin: 15px 0 !important;
	}
	footer{
		padding-top: 50px;
		padding-bottom: 0;
	}
	.blog-section .second-post{margin: 0}
	.danh-cho-phu-huynh{
        display: block;
        flex-wrap: wrap;
    }
    .danh-cho-phu-huynh li{width: 100%;}
    .testimonial-content{
        padding: 15px;
    }
    .classes-section .sec-title{
        margin-bottom: 30px;
    }
    .classes-section .classes-col .class-info{
        width: 100%;
    }
    .classes-carousel-2 div:nth-child(2n) div.classes-col .class-info{
        top: auto;
        bottom: 0;
    }
    .tes-name{
        bottom: auto;
        top: -67px;
        width: 100%;
        left: 0;
    }
    .blog-section .blog-posts .first-post .blog-content{
        position: relative;
    }
    .blog-head-sub-title{
        display: none;
    }
	.events-box .event-media{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 480px){
    .responsive-menu{
        width: 85%;
        padding: 50px 0;
    }
    .slogan-ltt{
        padding: 30px 0;
    }
    .social-sidebar{
        margin-top: 0;
        position: relative !important;
    }
    .social-sidebar .social-share{
        flex-direction: row !important;
        display: flex !important;
        width: 100%;
    }
    .language-pc{right: 75px}
}

@media only screen and (max-width: 991px){
	.main-section{
		background: transparent;
	}
	.top-footer .row{
		margin-bottom: 0;
	}
	.pager-section{
		background: transparent;
		padding: 0;
	}
}