/*
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.   ***************/

@font-face {
	font-family: "VNF-Gotham";
	src: url(./lib/font/SVN-Gotham-Light.ttf);
	font-weight: lighter;  
}

@font-face {
	font-family: "VNF-Gotham";
	src: url(./lib/font/SVN-Gotham-Bold.ttf);
	font-weight: bold;  
}

body {
	width: 100%;
	max-width: 100%;
	background-color: #fcfcfc;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 1rem;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}
b, strong{
	font-weight: bold;
}
.container-width, .full-width .ubermenu-nav, .container, .row{
	max-width: 1120px !important;
	margin: 0 auto !important;
}
.row-full-width {
	max-width: 100%!important;
}
.heading, h1 {
	font-family: "VNF-Gotham", serif;
}
.header-main .nav > li > a{
	color: #375728;
	font-weight: 400;
}
.header-main .nav > li > a:hover{
	color: #81d742;
}
.nav>li>a>i+span{
	margin-left: 8px;
}
.searchform .button.icon i{
	display: none;
}
.form-flat input:not([type=submit]){
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-color: #f8f8f8;
	color: rgba(0,0,0,.7);
	font-weight: 300;
	padding: 10px 22px;
	border: 1px solid #375728;
	border-radius: 20px;
	line-height: 1.5;
	height: auto;
	font-size: 13px;
}
body.body-scroll-lock--active .mfp-wrap{
	animation: right 2s ease-in-out forwards;
}
body.body-scroll-lock--active > #wrapper{
	animation: left 0s ease-in-out forwards;
}

@keyframes right{
	0%{
		right: -100%;
	}
	100%{
		right: 0%;
	}

}

@keyframes left{
	0%{
		left: 0%;
	}
	100%{
		left: -80%;
	}

}

.nav-divided>li+li>a:after{
	display: none;
}
.header-block{
	width: auto;
}
.header-main .nav-right{
	justify-content: space-between;
}
.header-bottom{
	min-height:auto !important;
}

.has-dropdown .icon-angle-down{
	display: none;
}

.header-block-block-1{
	display: flex;
	gap: 5px;
}

.header-contact >li{
	border-bottom: 2px solid transparent;
	transition: all 0.5s;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a{
	border-bottom: 2px solid #fff;
	transition: all 0.5s;
}
.header-contact >li:hover,
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover{
	border-bottom: 2px solid #40bd1d;
}

.off-canvas:not(.off-canvas-center) li.html.header-search-form{
	padding: 1em 0;
}

.is-form-style.is-form-style-3 label{
	width: 100% !important;
}
#logo{
	position: relative;
	background: #FFF;
	height: 158px;
	margin-bottom: -36px;
	max-width: 190px;
	box-shadow: 0px 0px 40px -10px #3b3b3b;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
	max-height: inherit;
}
#logo a{
	margin-top: 28px;
}

#logo::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 18px solid #ffffff;
	border-right: 93px solid transparent;
}
#logo::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	border-top: 18px solid #ffffff;
	border-left: 93px solid transparent;
}

.button:hover:not(.btn-nt) {
    background-color: #375728!important;
}


.header:not(.transparent) .header-bottom-nav.nav > li > a{
	text-transform: uppercase;
	padding: 14px 0;
}

.header-bottom{
	border-top: 1px solid rgba(0,0,0,.05);
}

.sub-menu>li>a{
	text-transform: inherit !important;
}



ul.nav-dropdown{
	padding: 0;
	z-index: 99;
}

.nav-dropdown>li>a{
	color: #000;
}
.nav-divided>li+li>a:after{
	display: none;
}
li.current-dropdown>.nav-dropdown{left:0px;}
.slider .flickity-slider {
	transition: transform 0.5s;
}

.home-slider .flickity-button{
	width: 46px;
	background: rgba(255,255,255,0.30);
	height: 46px;
	opacity: 0;
	transition: opacity 0.5s;
}
.home-slider:hover .flickity-button{
	opacity: 1;
}

.home-slider .flickity-button::after{
	content: '' !important;
	display: block;
	height: 47px;
	margin-top: -23px;
	max-height: 47px;
	max-width: 47px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.slider-nav-circle .flickity-prev-next-button svg{
	display: none;
}
.home-slider .flickity-button.flickity-prev-next-button.previous{
	left: 0;
}

.home-slider .flickity-button.flickity-prev-next-button.next{
	right: 0;
}
.home-slider .flickity-button.flickity-prev-next-button.next::after{
	background: url(/wp-content/uploads/2022/10/prev.png) no-repeat;
	background-position: center;
	transform: rotate(180deg);
}

.home-slider .flickity-button.flickity-prev-next-button.previous::after{
	background: url(/wp-content/uploads/2022/10/prev.png) no-repeat;
	background-position: center;
}

.home-slider .flickity-prev-next-button .arrow, .flickity-prev-next-button svg{
	display: none;
}
.page-title,
.title{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.title.register-tt.none{
	padding: 0;
}

.ux-menu-link__text,
.text-14{
	font-size: 14px !important;
}

.page-title,
.title h2,
.title h1{
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 0;
	line-height: 1.2;
}
.title p{
	text-align: center;
	max-width: 1030px;
	margin: 0 auto;
	position: relative;
}
.title.title-none h1,
.title.title-none h2{
	padding-bottom: 0px;
}

.title.register-tt::after{
	display: none;
}

.title.register-tt p{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}


body:not(.search) .page-title::after,
body:not(.search) .title.register-tt p::after,
body:not(.search) .title::after {
	content: "";
	width: 120px;
	border-bottom: 5px solid #375728;
	position: absolute;
	bottom: 0;
	left: calc(50% - 60px);
}

.about-item h3 {
	margin-bottom: 30px;
	margin-left: 45px;
	font-size: 22px;
	line-height: 24px;
}

.about-desc{
	margin-right: -50px !important;
	margin-left: 0 !important;
	padding: 45px !important;
	height: 100%;
	background: #f2f3f5;
	z-index: 2;
	font-size: 16px;
	margin-bottom: -30px;
	position: relative;
}
.about-desc .col{
	padding: 0 !important;
}

.btn-main,
.about-desc a{
	margin-bottom: 0;
	width: 164.34px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	padding: 10px 0;
	text-transform: uppercase !important;
}
.about-desc p{
	margin-bottom: 24px;

}
input[type='submit']:not(.is-form){
	background-color: #b81d21 !important; 
}
input[type='submit']:not(.is-form):hover,
.button.secondary:not(.is-outline):hover{
	background-color: #375728 !important;
}

.is-search-submit{
	display: none;
}

.xem-tiep{
	color: #f26521;
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
}

.header-main .header-button > .button:not(.is-outline){
	padding: 4px 1.2em;
}

.button:not(.icon)>span+i{
	margin-top: 5px;
}

.about-img img{
	height: 400px;
	overflow: hidden;
	object-fit: cover;

}

.home-program-box .overlay{
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,.6));
}

.noi-bac .col-inner{
	height: 100%;

}

.noi-bac p{
	margin-bottom: 0 !important;
}

.noi-bac .alignright{
	display: block;
	margin-left: auto;
	float: none;
}

.noi-bac-center img{
	height: 59px;
	object-fit: cover;
}

.noi-bac img.size-full.alignnone{
	margin-bottom: 10px;
} 

.btn-nt{
	background: 0px 50% url("/wp-content/uploads/2022/10/style-bubbles.png") no-repeat;
}
.btn-nt:hover{
	background: -710px 50% url("/wp-content/uploads/2022/10/style-bubbles.png") no-repeat;
}

.btn-nt.left{
	background-color: #b81d21 !important;
}

.row-divided>.col+.col:not(.large-12){
	border: none;
}

.widget_media_image img{
	width: 100%;
	height: 700px !important;
	object-fit: cover;
}

.entry-header-text.text-center{
	padding: 0;
	text-align: left;
}

.entry-content{
	padding: 0;
}

.post{
	margin-bottom: 0;
}

.entry-title{
	color: #375728;
}

.blog-wrapper .is-divider{
	display: none;
}

body:not(.search) .news .box{
	overflow: hidden;
}

body:not(.search) .news .box-overlay .box-text{
	bottom: -78px;
	background-color: #F2F3F5;
	transition: all 0.5s;
	color: #375728;
	text-shadow: none;
}

body:not(.search) .news .box-overlay .box-text h5{
	color: #375728;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
body:not(.search) .news .box-overlay .box-text .from_the_blog_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

body:not(.search) .news .box:hover .box-text{
	bottom: 0;
	background-color: #375728;
}

body:not(.search) .news .box:hover .box-text .post-meta,
body:not(.search) .news .box:hover .box-text h5{
	color: #fff;
}

body:not(.search) .news .box-overlay .box-text-inner{
	text-align: left;
}

.su-kien .box-text {
	background-color: #F2F3F5;
}

.blog-archive .box-text h5, 
.su-kien .box-text h5{
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.text-center .btn-main:last-of-type{
	margin: 0 auto !important;
}

.review-content p,
.review-content h3{
	position: relative;
	margin-bottom: 30px;
}

.review-content h3:before {
	content: "";
	width: 120px;
	border-bottom: 2px solid #f26522;
	position: absolute;
	bottom: -9px;
	left: calc(50% - 60px);
}

.review-content .col-inner,
.review-map iframe,
.review-map p{
	height: 100%;
}

.review-map .col-inner{
	height: 480px;
}

.register form{
	max-width: 800px;
	margin: 0 auto;
}

.register form label{
	color: #375728;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.register form textarea,
.register form input:not([type="submit"]){
    box-shadow: none;
	line-height: 1.5;
	padding: 10px 12px;
	border-radius: 3px;
	appearance: none;
	width: 100%;
	background-color: #f8f8f8;
	color: rgba(0,0,0,.7);
	font-family: inherit;
	font-weight: 300;
	padding: 12px;
	border: 1px solid rgba(0,0,0,.06);
}


.wpcf7-submit {
	border-radius: 22px!important;
	font-weight: bold!important;
	background-color: #f26522;
	font-size: 14px!important;
	line-height: 1.2;
	letter-spacing: 3px;
	padding: 5px 25px !important;

	display: block !important;
	margin:  0 auto !important;
}


.flex-center{
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.logo-ft .img-inner{
width: 96px;
    height: 79px;
}

.logo-ft img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

.blog-archive .large-10 {
	flex-basis: 100%;
	max-width: 100%;
}

.blog-archive .box{
	position: relative;
	overflow: hidden;
}




body:not(.search) .blog-archive .box-text {
	position: absolute;
	bottom: -60px;
	left: 0;
	background-color: #F2F3F5;
	padding: 15px;
	transition: all 0.5s;
}

body:not(.search) .blog-archive .box-text .from_the_blog_excerpt  {
	opacity: 0;
	visibility: hidden;
}
body:not(.search) .blog-archive .box-text h5{
	font-size: 20px;
	height: 57px;
}

body:not(.search) .blog-archive .box:hover .box-text{
	bottom: 0;
}

body:not(.search) .blog-archive .box:hover .post-date-day{
	color: #fff;
}

body:not(.search) .blog-archive .box:hover .box-text {
	background-color: #375728;
}
body:not(.search) .blog-archive  .box:hover .box-text h5{
	color: #fff;
}

body:not(.search) .blog-archive .box:hover .box-text .from_the_blog_excerpt{
	opacity: 1;
	visibility: visible;
	color: #fff;
}
body:not(.search) .blog-archive .image-cover{
	height: 402px;
}

footer a:hover span{
	color: #B81D21;
}

footer p{
	margin-bottom: 10px;
}

@media (min-width:  900px){
	.category-su-kien .box-image img,
	.category-tin-tuc .box-image img{
		height: 402px;
	}
	.category-su-kien.blog-archive .large-10,
	.category-tin-tuc .blog-archive .large-10{
		padding: 0;
	}

	.su-kien .su-kien-bottom .image-cover{
		height: 230px;
	}
}

.home-program-box .box-overlay.dark .box-text{
   background: linear-gradient(to bottom, rgb(55 87 40 / 50%), rgb(55 87 40));
}

@media (max-width: 1033px){
	.header-main{
		height: 0 !important;
		padding-bottom: 8px;
	}
	.header-main  .nav-left{
		display: none;
	}
	.header-main .nav-right{
		display: none;
	}
	li.current-menu-item a{
		color: #375728 !important;
		border-bottom: 1px solid !important;
	}
	#logo{
		height: 95px;
		max-width: 100px;
		margin: auto;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		margin: auto !important;
	}
	#logo a {
		margin: 0 auto;
		margin-top: 22px;
		width: 77px;
	}
	.header:not(.transparent) .header-bottom-nav.nav > li > a{
		text-transform: none;
	}
}
@media (max-width: 900px){
	.header-main{
		height: auto !important;
	}
	#logo{
		height: 95px;
		max-width: 100px;
		margin: auto;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		margin: auto !important;
	}
	.header-main .nav-right{
		display: flex;
		gap: 4px;
	}
	.header .flex-row{
		justify-content: space-between;
	}
	#logo{
		position: inherit;
		width: calc(100% - 185px) !important;
		max-width: inherit;
		box-shadow: none;
		text-align: left;
		margin: 0 !important;
		height: auto;
	}
	#logo a{
		margin: 0;
		width: auto;
	}
	.header-block-block-1{
		column-gap: 10px;
	}
	.logo-center .logo img {
		margin: 0;
	}
	.logo-center .flex-left{
		display: none;
	}
	.logo-center .flex-right{
		flex: none;
	}
	.nav>li.nav-icon.has-icon>a{
		font-size: 1.3em;
	}
	#logo img {
		max-height: 90px;
	}
	.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
		background: #f1f1f1;
		width: 300px;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
		color: #323232;
		font-size: 16px;
		text-transform: uppercase;
		padding: 6px 12px 6px 0;
		margin: 4px 0;
		border: none;
		font-weight: 400;
	}
	#main-menu{
		padding: 24px 24px 48px;
	}
	.nav-sidebar.nav-vertical>li+li{
		border: none;
	}
	.icon-angle-down:before{
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		content: "\f0d7";
		width: 25px;
		height: 10px;
	}
	.icon-angle-down{
		width: 25px;
		height: 10px;
		font-size: inherit !important;
		line-height: 0 !important;
	}
	.toggle{
		width: auto;
	}
	.form-flat input:not([type=submit]){
		border: none;
	}
	.off-canvas .sidebar-menu{
		padding: 0;
	}
	.home-about .col-inner .img-inner,
	.home-about .col-inner .img,
	.home-about .col-inner{
		height: 100%;
	}
	.about-img-item,
	.about-img img{
		height: inherit;
	}
	.about-img-item .col-inner{
		height: ;
	}
	.su-kien .box-image .image-cover{
		height: 225px !important;
	}
	.su-kien .box-text p{
		overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 3;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	}

}
@media (min-width:  549px) and (max-width: 768px){
	.blog-wrapper .small-columns-1>.col {
    flex-basis: 50%;
    max-width: 50%;
}
}
@media only screen and (max-width: 768px){
	h1,h2 {
		font-size: 20px !important;
	}
	.page-title, .title h2, .title h1{
		padding-bottom:20px;
	}
	.page-title, .title{
		padding-bottom: 10px;
	}
}

@media (max-width: 549px) {
	.about-desc{
		margin: 0 auto !important;
		padding: 20px !important;
		text-align: justify;	
		height: auto;
	}
	.home-about .col-inner .img.about-img{
		height: 246px;
	}
	.about-img .img-inner img{
		height: 246px;
		object-fit: cover;
	}
	.about-item h3{
		text-align: center;
		font-size: 18px;
		margin: 0 auto 15px
	}
	.about-img-item{
		padding: 0 20px !important;
	}

	#logo::after,
	#logo::before{
		display: none;
	}
	.school-home .image-zoom {
	    height: 300px;
	}

}
.is-search-form{
	width: 180px;
}
#footer{
	margin: 0 !important;
}
#header .stuck #logo img {
    max-height: 108px!important;
}

.nav-dropdown>li.nav-dropdown-col{
	width: auto !important;
	    display: block !important;
}
.nav-dropdown .nav-dropdown-col ul{
	padding-left: 15px;
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
}
 .nav-dropdown .nav-dropdown-col:hover ul{
	max-height: 100vh;
	visibility: visible;
	opacity: 1;
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a{
	font-size: 16px;
	font-weight: 400;
}