
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');
html{font-size:62.5%;}
body {font-family: 'Mulish', sans-serif, sans-serif;font-size: 14px;}
a {color: #337ab7;transition: all 0.3s ease-in-out;}
a:hover {color: #337ab7;}
a:hover, a:active, a:focus, a:visited {text-decoration: none}
img {max-width: 100%;height: auto}
body.lock-up {
	overflow: hidden;
}
.site-boxed {
	max-width: 1140px;
	margin: 0 auto;
}
.site-boxed .container {
	padding-left: 0;
	padding-right: 0;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
/*        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);*/
    }

    70% {
        transform: scale(1);
/*        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);*/
    }

    100% {
        transform: scale(0.95);
/*        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title, .site-description {font-size: 0;margin: 0}
.site-header .header-content {position: relative}
/* Header style 1 */
.header-banner #showmenu {
	right: 15px;
}
/* Header style 2 */
.site-header.header-logo .logo img {
	margin: 10px 0;
}
/* Header style 3 */

/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.main-navigation ul {
	padding: 0;
	margin: 0;
}
.main-navigation ul.menu li {
	position: relative;
	display: block;
}
.main-navigation ul.menu > li {
	float: left;
}
.main-navigation ul.menu li a {
	font-size: 16px;
	color: #211C5E;
	display: block;
	white-space: nowrap;
	padding: 15px 10px;
	font-weight: normal;
}
.main-navigation ul.menu > li > a {
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	line-height: 38px;
	color: #211C5E;
	text-transform: uppercase;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    margin-left: 5px;
}
.main-navigation ul.menu > li.menu-item-has-children:hover > a:after {
	content: "\f106";
}
.main-navigation ul.menu > li.li-home > a:before {
    content: "\f015";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    margin-right: 5px;
}
.main-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu > li > a:hover,
.site-header.logo-left .main-navigation ul.menu > li.current-menu-item > a {
	color: #337ab7 !important;
}
.header-main.header-fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 1px 9px 1px #3d5f63bf;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Submenu 1 */
.main-navigation ul ul {
    background-color: #fff;
    border-top: 2px solid #EFB41A;
	min-width: 210px;
	left: 0;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-navigation ul.menu ul > li > a:hover,
.main-navigation ul.menu ul > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu ul > li > a:hover,
.site-header.logo-left .main-navigation ul.menu ul > li.current-menu-item > a {
	color: #fff;
	background: var(--main-color);
}
.main-navigation ul ul li a {
	/* border-bottom: 1px solid #EFB41A; */
}
.main-navigation ul ul li:last-child a {
	border-bottom: none;
}
.main-navigation ul ul li.menu-item-has-children > a:before {
    content: "\f0da";
    float: right;
    margin-right: -14px;
	font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    line-height: 22px;
}
/* Submenu 2 */
.main-navigation ul ul ul {
    position: absolute;
    left: 80%;
    top: -2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.main-navigation ul ul ul li {
    width: 100%;
    opacity: 1;
}
.main-navigation ul ul li:hover > ul {
	opacity: 1;
    left: 100%;
    visibility: visible;
}
.site-header.header-banner .main-navigation, .site-header.header-logo-style2 .main-navigation {
	width: 100%;
	background: #ebebeb;
	z-index: 999;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}
.site-header.header-logo .main-navigation {
	background: none;
}
.site-header.header-logo .main-navigation ul.menu {
	float: right;
}
.site-header.header-logo .main-navigation ul.menu > li {
	margin-right: 30px;
}
.site-header.header-logo .main-navigation ul.menu > li:last-child {
	margin-right: 0;
}
.site-header.header-logo .main-navigation ul.menu > li > a {
	color: #333333;
	padding: 0;
	line-height: 80px;
	height: 80px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.heading {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	color: #337ab7;
	font-weight: normal;
	line-height: 40px;
	text-transform: uppercase;
    border-bottom: 3px solid #f2f2f2; 
}
.heading a {
	position: relative;
	display: inline-block;
	color: #337ab7;
}
.heading a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #337ab7;
}
.page-title, h1.entry-title {
	font-size: 22px;
	font-weight: 600;
	color: #337ab7;
	margin: 5px 0 15px 0;
}
.page-title-bar {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.page-title-bar .title {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
}
.breadcrumb {
	padding: 5px 0;
	margin-bottom: 10px;
	background: none;
	color: #333333;
}
#back-top {margin: 0}
#back-top a {display: block;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s}
#back-top span {border-radius: 5px;display: inline-block;height: 40px;width: 40px;position: fixed;bottom:35px;right: 30px;z-index: 9;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);overflow: hidden;text-indent: 100%;white-space: nowrap;background: #f26522 url(top.png) no-repeat center 50%;opacity: .5;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s}
#back-top span:hover {opacity: 1}
iframe[name='google_conversion_frame'] {height: 0 !important;width: 0 !important;line-height: 0 !important;font-size: 0 !important;margin-top: -13px;float: left}
.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px}
.col-xs-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
@media (min-width: 768px) { .col-sm-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}
@media (min-width: 992px) {.col-md-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}
@media (min-width: 1200px) {.col-lg-15 {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}
.wpcf7 label {font-weight: 600;display: block}
.wpcf7 div.wpcf7-validation-errors {margin: 2em 0 1em}
.wpcf7 span.wpcf7-not-valid-tip {margin: 5px 0}
.page_nav {
	text-align: center;
	margin-bottom: 20px;
}
.page_nav * {
	display: inline-block;
	color: #211C5E;
	background: #fff;
	border: 1px solid #211C5E;
	padding: 10px 16px;
	margin-bottom: 5px;
	border-radius: 50px;
}
.page_nav .current, .page_nav .page-numbers:hover {
	color: #fff;
	background: #211C5E;
}
.screen-reader-text {display: none}
.btn {
	font-size: 14px;
	background: #337ab7;
	color: #FFF;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #FFF;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.btn-primary {
	border-color: #337ab7;
}
.btn-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.form-control {
	height: 34px;
	font-size: 16px;
}

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5; 
}
::-webkit-scrollbar-thumb {
	background-color: #807d7d;
	border-radius: 8px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline;float: left;margin-right: 1.5em}
.alignright {display: inline;float: right;margin-left: 1.5em}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.content-sidebar-wrap:before,.content-sidebar-wrap:after {clear: both;display: table;content: " "}
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {content: "";display: table;table-layout: fixed}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both}

/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.sidebar .widget {
	margin: 0 0 20px 0;
}
.sidebar .widget-title {
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #337ab7;
	padding: 10px 10px;
	margin: 0;
}
.sidebar .widget ul {
	padding: 0;
}
.sidebar .widget_nav_menu > div, .widget_supports .list-supporter, 
.sidebar .content-feature-page, .sidebar .slider-products,
.sidebar .list-post-item, .sidebar .widget_text .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
	border: 1px solid #cccccc;
	border-top: none;
}
.sidebar .widget_list_posts .list-post-item, 
.sidebar .widget_list_view_posts .list-post-item,
.sidebar .widget .content-feature-page,
.sidebar .textwidget, .sidebar .widget_recently_viewed_products .product_list_widget {
	padding: 10px;
}
.sidebar .widget:not(.widget_slider_products) ul {
	margin: 0;
}
.sidebar .widget:not(.widget_slider_products) ul li {
	display: block;
}
/* Widget Custom Menu */
.sidebar .widget_nav_menu ul li {
	position: relative;
	padding: 8px 10px;
}
.sidebar .widget_nav_menu ul.menu > li:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}
.sidebar .widget_nav_menu ul li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #333333;
}
.sidebar .widget_nav_menu ul li a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    margin-right: 5px;
}
.sidebar .widget_nav_menu .menu-item-has-children .sub-menu {
	background: #FFF;
	position: absolute;
	top: -1px;
	left: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	min-width: 200px;
	border: 1px solid #cccccc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
}
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children .sub-menu {
	right: 100%;
	left: initial;
	-moz-transform: translate(-40px, 0);
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}
.sidebar .widget_nav_menu .menu-item-has-children:hover > .sub-menu,
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children:hover .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
/* Widget Search */
.search-form label {
	width: 100%;
	margin-bottom: 0;
}
.search-form input[type=search], .search-form input[type=submit] {
	height: 29px;
	outline: none;
	border: none;
}
.search-form input[type=search] {
	width: 100%;
	background: none;
	color: #FFF;
	font-weight: normal;
	padding: 4px 39px 4px 10px;
}
.search-form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: url(lib/images/btsearch.png) center center no-repeat;
	text-indent: -9999px;
	width: 29px;
	cursor: pointer;
}
.search-form input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFF;
}
.search-form input[type=search]::-moz-placeholder { /* Firefox 19+ */
	color: #FFF;
}
.search-form input[type=search]:-ms-input-placeholder { /* IE 10+ */
	color: #FFF;
}
.search-form input[type=search]:-moz-placeholder { /* Firefox 18- */
	color: #FFF;
}
.sidebar .search-form {
	padding: 4px 12px;
	background: #176fc8;
	overflow: hidden;
}
.site-header .search-form {
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 9;
	width: 200px;
	border-radius: 3px;
	background: #FFF;
	overflow: hidden;
}
.site-header input[type=search] {color: #333333}
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li {
	padding: 5px 10px;
	border-bottom: 1px solid #cccccc
}
.sidebar .widget_recent_entries ul li:last-child {
	border-bottom: none;
}
.sidebar .widget_recent_entries .post-date {
	display: block;
}
/* Widget Recent Posts */
.widget .list-post-item li {
	margin-bottom: 10px;
}
.widget .list-post-item li:last-child {
	margin-bottom: 0;
}
.widget .list-post-item .post:after {
	clear: both;
}
.widget .list-post-item .alignleft {
	width: 100px;
	margin-right: 10px;
}
.widget .list-post-item .alignright {
	width: 100px;
	margin-left: 10px;
}
.widget .list-post-item .aligncenter {
	text-align: center;
}
.widget .list-post-item h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.widget .list-post-item h3 a {
	color: inherit;
}
/* Widget Support */
@media (min-width: 1200px) {
	.widget_supports .list-supporter {
		padding-top: 190px;
		background-image: url(lib/images/bg-support.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}
}
.widget_supports .support-style-1 {
	background-color: #FFF;
}
.widget_supports .support-style-1 .supporter {
	padding: 0 10px 10px 10px;
}
.widget_supports .support-style-1 li {
	padding: 5px 0;
	font-size: 14px;
	color: #333;
	border-top: 1px solid #333;
}
.widget_supports .support-style-1 li:first-child {
	border-top: none;
}
.widget_supports .support-style-1 li:last-child {
	border-bottom: none;
}
.widget_supports .support-style-1 i {
	width: 22px;
	margin-right: 12px;
}
.widget_supports .support-style-2 .supporter {
	margin: 0 8px;
	padding: 5px 8px 5px 50px;
	border-top: 1px solid #dddddd;
	background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
	position: relative;
}
.widget_supports .support-style-2 .supporter:first-child {
	border-top: none;
}
.widget_supports .support-style-2 .name {
	font-weight: 600;
}
.widget_supports .support-style-2 .phone {
	font-size: 20px;
	color: #ff0000;
	font-weight: 600;
}
.widget_supports .support-style-2 .skype {
	position: absolute;
	right: 7px;
	bottom: 10px;
	z-index: 1;
}
.widget_supports .list-supporter .email {
	padding: 5px 10px;
	font-weight: 600;
	line-height: 20px;
}
.widget_supports .support-style-2 .email a {
	color: #333333;
}
.widget_supports .support-style-3 .supporter:not(:last-child) {
	border-bottom: 1px solid #dfdfdf;
}
.widget_supports .support-style-3 ul {
	position: relative;
	padding: 8px 10px;
}
.widget_supports .support-style-3 ul li {
}
.widget_supports .support-style-3 .name {
	font-size: 12px;
	color: #333333;
}
.widget_supports .support-style-3 .phone {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #e70c0c;
}
.widget_supports .support-style-3 .social {
	position: absolute;
	bottom: 10px;
	right: 8px;
	z-index: 1;
}
.widget_supports .support-style-3 .social a {
	display: inline-block;
	margin-left: 4px;
}
/* Widget Slider Products */
.sidebar .content-feature-page, .sidebar .slider-products {
	padding: 10px 10px 0 10px;
}
html .widget_slider_products .slick-carousel.slick-dotted.slick-slider {
	margin: 0;
}
.item-product-slide {
	overflow: hidden;
	margin-bottom: 15px;
}
.item-product-slide:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.item-product-slide .alignleft,
.item-product-slide .alignright {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	width: 100px;
	height: 100px;
	background: #FFF;
}
.item-product-slide .alignleft {
	margin-right: 15px;
}
.item-product-slide .alignright {
	margin-left: 15px;
}
.item-product-slide .alignleft > div, .item-product-slide .alignright > div {
	width: 100%;
}
.slick-slide.item-product-slide img {
	width: auto;
	display: inline-block;
	max-height: 100px;
	max-width: 100px;
}
.item-product-slide .alignnone img {
	margin: 0 auto 10px;
}
.item-product-slide h3 {
	margin: 5px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.item-product-slide h3 a {
	color: #333333;
}
.item-product-slide .price {
	font-weight: bold;
	color: #ff0000;
	margin: 0;
}
.item-product-slide .price ins, 
.item-product-slide .price del {
	display: block;
	text-decoration: none;
}
.item-product-slide .price ins {
	margin-right: 0;
}
.item-product-slide .price del {
	text-decoration: line-through;
    font-weight: normal;
    color: #666666;
}
/* Widget Slider Posts */
.sidebar .widget_listpost_widget ul {
	padding: 20px 10px;
	background: #fafafa;
}
/* Slick Slider */
.slick-slider .slick-arrow {
	text-align: center;
	border: solid 1px #fff;
	border-radius: 50%;
}
.slick-slider .slick-arrow:before {
	font-family: Font Awesome\ 5 Pro;
	font-weight: 300;
}
.slick-prev:before {
	content: "\f053";
}
.slick-next:before {
	content: "\f054";
}
.slick-slider .slick-dots li button:before {
	font-size: 14px;
	color: #9D9D9D;
}
.slick-slider .slick-dots li.slick-active button:before {
	color: var(--main-color);
	opacity: 1;
}
.slick-slider .slick-arrow:hover {
	border: solid 1px #f8de05;
}
.slick-slider .slick-arrow:hover:before {
	color: #f8de05;
}

/* Widget Featured Page */
.widget_featuredpage .entry-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}
.widget_featuredpage .entry-title a {
	color: #337ab7;
}
.widget_featuredpage .alignleft, .widget_featuredpage .alignright {
	width: 30%;
}
.widget_featuredpage .alignleft {
	margin-right: 10px;
}
.widget_featuredpage .alignright {
	margin-left: 10px;
}
.widget_featuredpage .aligncenter {
	margin-bottom: 10px;
}
.widget_featuredpage p {
	font-size: 13px;
	text-align: justify;
}
/* Widget Information */
.widget_information li {
	padding: 3px 0 3px 22px;
	position: relative;
}
.widget_information i {
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 10px;
	width: 14px;
	text-align: center;
}
.widget_information li.label-company {
	padding-left: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.widget_information li.label-company i {
	display: none;
}
/* Widget Social */
.widget_social ul {margin: 0;padding: 0;}
.widget_social ul li {display: inline-block;margin-right: 20px;}
.widget_social ul li a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease-out;
}

.widget_social .icon_google a {color: #dd4b39}
.widget_social .icon_pinterest a {color: #bd081c}
.widget_social ul li a:hover {transform: translateY(-5px)}
/* Widget Tag Cloud */
.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid #337ab7;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #337ab7;
}
.tagcloud a:hover {
	background: #337ab7;
	color: #FFF;
}
/* Count Per Day */
.sidebar .cpd {
	padding: 5px 10px;
}
.sidebar .cpd li {
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}
.sidebar .cpd li:last-child {
	border-bottom: none;
}
/* Slider */
.wtb-slider {
	margin-bottom: 20px;
}
html .theme-default .nivo-controlNav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block}
.hentry {margin: 0 0 1.5em}
.byline, .updated:not(.published) {display: none}
.single .byline, .group-blog .byline {display: inline}
.page-links {clear: both;margin: 0 0 1.5em}
.single article.post .entry-content {
	line-height: 25px;
	margin-bottom: 20px;
}
.single .entry-content table tr td {
    padding: 8px;
    line-height: 1.42857143;
/*    border: 1px solid #BBB;*/
}
.wp-singular .entry-content > p img {
	padding-bottom: 3px;
}
.entry-meta {
	font-size: 13px;
	margin-bottom: 10px;
}
.entry-meta span {
	color: #747474;
	display: inline-block;
	margin-right: 10px;
}
.entry-meta span i {
	color: #747474;
}
.socials-share {
    display: flex;
    background: #fff;
    padding: 25px 0 25px 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px;
}
.socials-share .fb_iframe_widget {
    padding-right: 5px;
}
.post-next-prev {
	border-bottom: 1px solid #ebebeb;
	margin: 20px 0;
}
.post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}
.post-next-prev-content a {
    display: block;
    color: #222;
    margin-bottom: 20px;
}
.related-posts {
	margin-bottom: 30px;
}
.related-posts .related-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.related-posts ul {
	padding-left: 0;
    list-style-position: inside;
}
.related-posts ul li {
	margin-bottom: 5px;
}
.related-posts ul li a {
	color: #333333;
}
.sidebar .widget_nav_menu ul li a:hover,.post-next-prev-content a:hover, 
.related-posts ul li a:hover,.item-product-slide h3 a:hover, 
.widget .list-post-item h3 a:hover, .new-list article .more-link {color: #337ab7;}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comment-list .comment-content a {word-wrap: break-word}
.comment-form label {display: block}
.comment-form textarea,.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {width: 100%;padding: 5px 10px}
.comment-form input, .comment-form textarea {border: 1px solid rgba(51, 51, 51, 0.1);color: rgba(51, 51, 51, 0.7)}
.comment-form input[type="submit"] {background: #337ab7;color: #FFF;padding: 5px 10px}
.comment-list {list-style: none;margin: 0;padding: 0}
.comment-list article, .comment-list .pingback, .comment-list .trackback {border-top: 1px solid #eaeaea;border-top: 1px solid rgba(51, 51, 51, 0.1);padding: 1.6em 0}
.comment-content {padding: 10px 20px 45px;margin: 25px 0 0;font-size: 15px;border: 1px solid #dfdfdf;border-radius: 3px;line-height: 1.5em !important}
.comment-list li .reply {position: absolute;margin: -45px 0 0 10px;padding: 5px 10px}
.comment-list .children {list-style: none;margin: 0}
.comment-list .children > li {padding-left: 0.8em}
.comment-author {padding: 10px 5px 0}
.comment-list li .avatar {background: #fff;float: left;margin: 0 10px 0 0px;border-radius: 50%;-moz-border-radius: 50%}
.comment-list p, .ping-list p {font-weight: normal;text-transform: none;margin: 10px 5px 10px 0;padding: 0;word-wrap: break-word}
.comment-list li .fn, .comment-list li .cfn {font-size: 16px;display: inline-block;margin: 10px 0 0}
.comment-list li .says {display: none}
/* Extra Comments */
#formcmmaxweb {margin-bottom:20px}
#formcmmaxweb textarea.form-control  {height: auto;}
span.title_comment {font-size:20px;color:#606664;line-height:1.3em;font-weight:700;margin:15px 0;display:block}
.comment-author.vcard {width:25px}
.comment-author.vcard {float:left;clear:both;z-index:2;position:relative;text-align:center}
.commentlist {margin-top:10px}
.commentlist li {overflow:hidden;clear:both;margin-bottom:10px}
.commentlist .children {margin-top:10px}
.commentBody em {color:red}
.commentBody {position:relative;margin-left:35px;overflow:hidden}
.comment-meta.commentmetadata {position:relative;padding:0;margin:0 0 5px}
.noidungcomment {font-size:14px;line-height:22px}
.cancel-comment-reply a {display: block;margin: 5px 0;font-size:14px;text-decoration:none;color:#a9883f}
.nocomments {border-color:#D98D8D;background-color:#FFCECE;background-position:left -792px;color:#665252;padding:10px}
.comment-meta.commentmetadata .ngaythang {position:absolute;top:0;right:0;color:#337ab7;opacity:.3;font-size:12px}
.commentBody:hover .comment-meta.commentmetadata .ngaythang {opacity:1}
.commentBody .reply {float:right;margin:0;position:absolute;bottom:0;right:0}
.comment-meta.commentmetadata .fn {font-weight:700;color:#333;margin:0;text-transform:capitalize;font-size:16px;line-height:22px;margin-top:2px}
ol.commentlist_mw,ol.commentlist_mw ul.children {list-style:none;padding: 0;}
ol.commentlist_mw li {margin-bottom:10px}
ol.commentlist_mw>ul.children {margin:10px 0 15px 35px;background:#f8f8f8;padding:10px;position:relative;border: 1px solid #dfdfdf;}
ol.commentlist_mw>ul.children:before  {content: '';position: absolute;top: -11px;left: 13px;width: 0;height: 0;border-bottom: 11px solid #dfdfdf;border-left: 11px solid rgba(238,238,238,0);border-right: 11px solid rgba(238,238,238,0);}
ol.commentlist_mw>ul.children:after {content:'';position:absolute;top:-10px;left:14px;width:0;height:0;border-bottom:10px solid #f8f8f8;border-left:10px solid transparent;border-right:10px solid transparent}
div.error {color:red;font-size:14px;text-align:left;line-height:16px;margin:10px 0 0}
.tools_comment a {color:#337ab7;font-size:14px;position:relative;padding:0 15px 0 0;margin:0 7px 0 0;line-height:14px}
.tools_comment a:after {content:"";width:4px;height:4px;top:50%;margin-top:-2px;background:#999;position:absolute;right:0;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}
.tools_comment a:last-child:after {display:none}
.tools_comment a:last-child {padding:0;margin:0}
.noidungcomment p {margin:0 0 5px}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {max-width: 100%}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {margin-bottom: 1.5em;max-width: 100%}
.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto}
.wp-caption .wp-caption-text {margin: 0.8075em 0}
.wp-caption-text {text-align: center}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em}
.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%}
.gallery-columns-2 .gallery-item {max-width: 50%}
.gallery-columns-3 .gallery-item {max-width: 33.33%}
.gallery-columns-4 .gallery-item {max-width: 25%}
.gallery-columns-5 .gallery-item {max-width: 20%}
.gallery-columns-6 .gallery-item {max-width: 16.66%}
.gallery-columns-7 .gallery-item {max-width: 14.28%}
.gallery-columns-8 .gallery-item {max-width: 12.5%}
.gallery-columns-9 .gallery-item {max-width: 11.11%}
.gallery-caption {display: block}

/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.sidebar-content .site-main,
	.content-sidebar .site-main {
		float: right;
		width: 74.5%;
	}
	.sidebar-content .sidebar,
	.content-sidebar .sidebar {
		float: left;
		width: 23.5%;
	}
	.content-sidebar .site-main {
		float: left;
	}
	.content-sidebar .sidebar {
		float: right;
	}
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.content-sidebar-sidebar .content-sidebar-wrap {
		float: left;
		width: 75.5%;
	}
	.sidebar-content-sidebar .site-main,
	.sidebar-sidebar-content .site-main,
	.content-sidebar-sidebar .site-main {
		float: right;
		width: 67.5496689%;
	}
	.sidebar-content-sidebar .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary,
	.content-sidebar-sidebar .sidebar-primary {
		float: left;
		width: 31.1258278%;
	}
	.sidebar-content-sidebar .sidebar-secondary,
	.sidebar-sidebar-content .sidebar-secondary {
		float: right;
		width: 23.5%;
	}
	.sidebar-sidebar-content .sidebar {
		float: left;
	}
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
	}
	.content-sidebar-sidebar .sidebar-primary {
		float: right;
	}
	.content-sidebar-sidebar .sidebar-secondary {
		float: right;
		width: 23.5%;
	}
	.content-sidebar-sidebar .site-main {
		float: left;
	}
}
.home .site-content {
	padding-top: 0;
}
.page-template-page-fullwidth .site-main {
	width: 100%;
}

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.sh-blog-shortcode.style-1 .element.item-new {
	margin-bottom: 0;
}
.sh-blog-shortcode.style-1 .element.item-new .post-inner {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.sh-blog-shortcode .element.item-new .entry-description {
	color: #747474;
}
.sh-blog-shortcode .element.item-new .btn {
	border-radius: 20px;
}
.sh-blog-shortcode .element.item-new .view-detail {
	color: #337ab7;
}
.sh-blog-shortcode .element.item-new .view-detail i {
	display: none;
}
.sh-blog-shortcode .element.item-new .entry-thumb {
	padding: 2px;
    box-shadow: 0 0 2px 0 #b5b5b5;
}
    
/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
.sh-blog-shortcode .element .entry-content {
	margin: 0;
}
.sh-blog-shortcode .element .entry-thumb a {
	overflow: hidden;
	display: block;
}
.sh-blog-shortcode .element .entry-thumb a img {width: 100%;height: auto;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out}
.sh-blog-shortcode .element .entry-thumb a img:hover {transform: scale(1.1);-webkit-transform: scale(1.1)}
.sh-blog-shortcode .element .entry-meta {
	color: #888;
	font-style: italic;
	margin-bottom: 5px;
}
.sh-blog-shortcode .element .entry-meta i {
	margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
	margin: 10px 0 5px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}
.sh-blog-shortcode .element .entry-description {
	text-align: justify;
	line-height: 1.4;
}
/* Blog Shortcode 1 */
.sh-blog-shortcode.style-1 .element .entry-thumb {
	float: left;
	width: 25%;
	margin-right: 15px;
}
.sh-blog-shortcode.style-1 .element .entry-title {
	margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-1 .element .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-1 .element .entry-title a:hover {
	color: #337ab7;
}
.sh-blog-shortcode.style-1 .element .entry-description p {
	margin-bottom: 5px;
}
/* Blog Shortcode 2 */
/* Blog Shortcode 3 */
/* Blog Shortcode 4 */
/* Blog Shortcode 5 */
.sh-blog-shortcode.style-5 .entry-thumb {
	float: left;
	width: 110px;
	margin-right: 15px;
}
.sh-blog-shortcode.style-5 .element .entry-title {
	margin-top: 0;
}
.sh-blog-shortcode.style-5 .element .entry-description {
	font-size: 13px;
}
/* Blog Shortcode 6 */
.sh-blog-shortcode.style-6 .entry-thumb {
	padding: 3px;
	background: #FFF;
	border: 1px solid #cdcdcd;
}
.sh-blog-shortcode.style-6 .entry-title a {
	color: #333333;
}
.sh-blog-shortcode.style-6 .entry-title a:hover {
	color: #337ab7;
}
.sh-blog-shortcode.style-6 .first-element-layout, .sh-blog-shortcode.style-6 .second-element-layout {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-6 .first-element-layout .element {
	margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
	float: left;
	width: 110px;
	margin-right: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
	margin-top: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
	margin-bottom: 0;
}
/* Blog Shortcode 7 */
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
	float: left;
	width: 30%;
	margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
	margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
	margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
	margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #337ab7;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
/* Blog Shortcode 8 */
.sh-blog-shortcode.style-8 .element {
	margin-bottom: 30px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
	position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background-color: rgb(0, 0, 0, .5);
	padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
	display: block;
	color: #FFF;
	max-height: 40px;
	overflow: hidden;
}
.sh-blog-shortcode.style-8 .element .entry-title a:hover {
	text-decoration: underline;
}
@media (max-width: 414px) {
	.sh-blog-shortcode .element {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/
.navbar {
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    background: #FFF;
    z-index: 999999;
    background: #337ab7;
    padding: 0 15px;
    position: relative;
}
.navbar-brand {
	color: #FFF !important;
	height: 46px;
	padding: 12px 0;
	font-size: 16px;
	font-weight: bold;
}
.navbar-brand img {max-height: 30px;}
#mobilenav {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: translate(-110%, 0px);
	-moz-transform: translate(-110%, 0px);
	-ms-transform: translate(-110%, 0px);
	-o-transform: translate(-110%, 0px);
	transform: translate(-110%, 0px);
}
#mobilenav.opened {
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	transform: translate(0, 0px);
}
.mobilenav__inner {
    max-width: 84%;
    position: relative;
    height: 100%;
	background: #134E5E;
}
.mobilenav__inner .menu-top-menu-container {
	height: calc( 100% - 128px );
	overflow: auto;
}
.mobilenav__inner .menu_close {
    position: absolute;
    top: 0;
    right: -20%;
    background: rgba(0,0,0,0.4);
    padding: 10px;
    cursor: pointer;
    width: 20%;
    height: 100%;
    cursor: pointer;
}
.mobilenav__inner .menu_close i {
	font-size: 18px;
    top: 50%;
    left: 0;
    border-radius: 0 40px 40px 0;
    padding: 10px;
    position: absolute;
    background: #134E5E;
	background: -webkit-linear-gradient(to right, #26a0da, #4e4376);
	background: linear-gradient(to right, #26a0da, #4e4376);
	border-left: 1px solid #bcd7fb;
    color: #fff;
    transform: translateY(-50%);
}
.toplg {padding: 30px 15px;text-align: center;text-transform: uppercase;}
.toplg img {max-width: 150px;margin: 0 auto;}
#mobilenav h3 {color: #f2f2f2;font-size: 20px;line-height: 30px;margin-bottom: 0;}
#mobilenav .mobile-menu {margin: 0;padding: 0;}
#mobilenav .mobilenav__inner > div:not(.toplg) {
	overflow-y: auto;
	height: calc( 100% - 128px );
}
#mobilenav li {display: block;position: relative;overflow: auto;}
#mobilenav li a {
	color: #fff;
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 15px 10px 25px;
    font-size: 16px;
	border-top: solid 1px #bcd7fb;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}
#mobilenav #menu-main > li:last-child > a, #menu-main > li:last-child > .sub-menu > li:last-child > a {
	border-bottom: solid 1px #bcd7fb;
}
#menu-main > li:last-child > .sub-menu > li:first-child > a {
	border-top: none;
}

#mobilenav .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	cursor: pointer;
	text-align: center;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	line-height: 25px;
	color: #FFF;
	background: rgba(255,255,255,0.085);
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
#mobilenav .arrow:before {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-size: 18px;
    left: 15px;
}
#mobilenav ul > li.menu-item-has-children.open>.arrow:before {content: "\f106";}
#mobilenav ul.sub-menu {display: none;list-style: none;margin: 0;padding: 0;}
.panel-overlay {opacity: 0;filter: alpha(opacity=0);}
.panel-overlay.active {background: #000;position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 999999;min-height: 100vh;opacity: 0.6;filter: alpha(opacity=35);-webkit-transition: opacity 0.2s ease-in-out 0s;-moz-transition: opacity 0.2s ease-in-out 0s;transition: opacity 0.2s ease-in-out 0s;}
#showmenu {position: absolute;top: 50%;right: 0;transform: translateY(-50%);z-index: 5;}
#hamburger .hamburger{margin-left:10px}
.hamburger{display:inline-block;width:30px;height:30px;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}
.hamburger-box{width:30px;height:24px;display:inline-block;position:relative}
.hamburger-inner{display:block;top:50%;margin-top:-2px}
.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:30px;height:3px;background-color:#FFF;border-radius:2px;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}
.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}
.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}
.hamburger--collapse .hamburger-inner::before{-webkit-transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse .hamburger-inner::after{top:-20px;-webkit-transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}
.hamburger--collapse .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0,-10px,0) rotate(-45deg);transform:translate3d(0,-10px,0) rotate(-45deg);-webkit-transition-delay:.32s;transition-delay:.32s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}
.hamburger--collapse.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1)}
.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear}
.site-header:not(.header-banner) .hamburger-inner,
.site-header:not(.header-banner) .hamburger-inner::after,
.site-header:not(.header-banner) .hamburger-inner::before {background-color:#211C5E}
#mobilenav ul ul.sub-menu .menu-item a {
	padding-left: 35px;
	position: relative;
}
#mobilenav ul ul.sub-menu .menu-item a:before {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	font-size: 12px;
	content: "\f367";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	cursor: pointer;
}

/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
	color: #FFF;
}
.site-footer a {
	color: #FFF;
}
.footer-widgets {
	padding: 40px 0 20px 0;
	background: #311361;
}
.footer-widgets h4.widget-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
}
.footer-widgets ul {
	padding-left: 0;
	list-style: none;
}
.footer-widgets ul ul {
	display: none;
}
.footer-widgets .widget_nav_menu ul li {
	position: relative;
	padding: 3px 0 3px 15px;
}
.footer-widgets .widget_nav_menu ul li a:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "\f0da";
	font-weight: 900;
	font-family: Font Awesome\ 5 Pro;
}
.footer-widgets .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}
.site-info {
	background: #123e63;
}
.site-info p {
	text-align: center;
	border-top: solid 1px #FDC010;
	padding: 10px 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.top-header {
/*	background: var(--main-color); old */
	background: var(--main-color);
	color: #fff;
	padding: 10px 0;
}
.top-header > .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.top-header .top-header-left__contact-phone {
	padding-right: 30px;
}
.top-header .top-header-left__contact-phone i,
.top-header .top-header-left__contact-email i {
	padding-right: 10px;
}
.top-header .top-header-left__contact-phone a,
.top-header .top-header-left__contact-email a {
	color: #fff;
	font-size: 16px;
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
}
.top-header .top-header-left__contact-phone a:after {
	content: '';
	width: 1px;
	height: 15px;
	background: #fff;
	right: 0;
	top: 3px;
	position: absolute;
}
.top-header .top-header-left__contact-phone a:last-child {
	margin: 0;
	padding: 0;
}
.top-header .top-header-left__contact-phone a:last-child:after {
	display: none;
}
.top-header .top-header-left__contact-phone a:hover,
.top-header .top-header-left__contact-email a:hover {
	color: #A49DF4;
}
.top-header-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-header-right ul li {
	display: inline-block;
	padding-right: 20px;
}
.top-header-right ul li:last-child {
	padding-right: 0;
}
.top-header-right ul li a i {
	color: #fff;
	font-size: 22px;
}
.top-header-right ul li:hover a i {
	color: #A49DF4;
}
.header-main {
	background-color: white;
	color: black;
}
.header-content .logo {
	padding: 10px 0;
}
.header-content .cta-navbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header-content .cta-navbar .search-icon i {
	color: var(--main-color);
	font-size: 22px;
	padding-right: 30px;
	border-radius: 50%;
}
.header-content .cta-navbar .search-icon i:hover {
	color: #211C5E;
}
.header-content .cta-navbar .subscribe {
	position: relative;
	overflow: hidden;
}
.header-content .cta-navbar .subscribe a {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	background: #F7971E;
	background: -webkit-linear-gradient(to right, var(--main-color), var(--secondary-color)); 
	background: linear-gradient(to right, var(--main-color), var(--secondary-color));
	padding: 15px 30px;
	border-radius: 50px;
	animation: pulse .8s infinite;
}
.header-content .cta-navbar .subscribe:before {
	content: "";
	width: 0;
	height: 200px;
	position: absolute;
	top: -100px;
	background-color: hsla(0,0%,100%,.45);
	transform: rotate(-45deg);
	box-shadow: 0 0 20px 20px hsla(0,0%,100%,.45);
	animation: future 3s linear infinite;
	z-index: 1;
}
@keyframes future {
	0% {transform:translate(-400px) rotate(-45deg)}
	50% {transform:translate(0) rotate(-45deg)} to {transform:translate(400px) rotate(-45deg)}
}
.header-content .cta-navbar .subscribe a:hover {
	color: #fff;
}
.aca-search {
	position: relative;
}
.aca-search__wrap {
	display: none;
}
.aca-search__wrap.active {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: calc(100vh - 100px);
	background-color: #fff;
	z-index: 10;
}
.aca-search__image {
	max-width: 500px;
	margin: 0 auto;
}
.aca-search__image img {
	width: 100%;
}
.aca-search__form {
	position: relative;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.aca-search__form .search-input {
	outline: 0;
	width: 100%;
	font-size: 16px;
	padding: 15px 60px;
	background: #fff url(assets/images/search.svg) no-repeat left 20px center;
	border: 1px solid #211C5E;
	border-radius: 10px;
}
.aca-search__form button[type="submit"] {
	display: inline-block;
	position: absolute;
	top: 0;
	left: calc(100% - 65px);
	right: 0;
	border: none;
	padding: 0 25px;
	background-color: transparent;
	color: var(--main-color);
	height: 100%;
}
.aca-search__form button[type="submit"] i {
	transform: rotate(180deg);
}
.home-banner {
	position: relative;
/*	padding-bottom: 250px;*/
}
.home-banner__image {
	position: relative;
}
.home-banner__image:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 150px;
/*	background: rgb(104 49 147 / 80%);*/
}
.home-banner__image img {
	width: 100%;
	height: 100%;
}
.home-banner .banner-carousel .owl-dots {
	width: 20px;
	margin-top: 0 !important;
	position: absolute;
	top: 35%;
	right: 30px;
}
.home-banner .banner-carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0;
}
.home-banner .banner-carousel .owl-dots .owl-dot.active span {
	background: var(--main-color);
}
.home-banner .home-banner__body {
    display: none;
	width: 50%;
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .4);
	backdrop-filter: blur(5px);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 2;
}
.home-banner .home-banner__body .name-school {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 30px;
	margin-left: 15%;
}
.home-banner .home-banner__footer {
	width: 100%;
/*	position: absolute;*/
	left: 0;
	bottom: 38px;
	z-index: 2;
	margin-top: 2px;
}
.home-banner .banner-box {
	background: #fff;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
/*	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);*/
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.home-banner .banner-box figure {
/*	border: solid 3px #f8de05;*/
	border: solid 3px #fff;
	border-bottom: none;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
}
.home-banner .banner-box .banner-box-text {
	padding: 10px 30px 30px;
}
.home-banner .banner-box .banner-box-text .banner-box-heading {
	color: #211C5E;
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}
.home-banner .banner-box .banner-box-text .banner-box-heading:after {
	width: 50px;
	height: 2px;
	content: "";
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-banner .banner-box .banner-box-text a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: var(--main-color);
	padding: 15px 30px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.home-banner .banner-box .banner-box-text a:hover {
	color: var(--main-color);
	background: transparent;
	border: solid 2px var(--main-color);
}
.home-why {
	padding: 50px 0;
}
.home-heading {
	color: var(--main-color);
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 30px;
}
.custom-amin-0 figure {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.home-why-item figure .home-why-image {
	border-radius: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.custom-amin-0 figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom-amin-0 figure figcaption:before, .custom-amin-0 figure figcaption:after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.custom-amin-0 figure figcaption:before {
	top: 20px;
	right: 10px;
	bottom: 20px;
	left: 10px;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.custom-amin-0 figure figcaption:after {
	top: 10px;
	right: 20px;
	bottom: 10px;
	left: 20px;
	border-right: 1px solid #ffcc33;
	border-left: 1px solid #ffcc33;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.custom-amin-0 figure:hover {
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.12);
}
.custom-amin-0 figure:hover .home-why-image {
	-webkit-transform: scale(1.2,1.2) rotate(-1deg);
	transform: scale(1.2,1.2) rotate(-1deg);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.custom-amin-0 figure:hover figcaption:before, .custom-amin-0 figure:hover figcaption:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.home-why-item .select-step:hover {
	opacity: .7;
}
.home-news {
	padding: 30px 0;
}
.home-news .category-list {
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
	text-align: right;
}
.home-news .category-list li {
	display: inline-block;
	padding: 0 10px;
}
.home-news .category-list li a {
	color: #7457DE;
	font-size: 18px;
	font-weight: 600;
}
.home-news .category-list li a:hover {
	color: #A49DF4;
}
.home-news .category-list li + li {
	border-left: #7457DE solid 1px;
}
.home-news .category-list li:last-child {
	padding-right: 0;
}
.lastest-news {
	margin-bottom: 40px;
}
.lastest-news-image .lastest-news-image__url {
	display: block;
	position: relative;
	overflow: hidden;
}
.lastest-news-image .lastest-news-image__url:before {
	border-top: 1px solid #6B24B1;
	border-bottom: 1px solid #6B24B1;
	transform: scaleX(0);
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: "";
	opacity: 0;
	transition: opacity .35s,transform .35s;
	z-index: 1;
}
.lastest-news-image .lastest-news-image__url:after {
	border-right: 1px solid #6B24B1;
	border-left: 1px solid #6B24B1;
	transform: scaleY(0);
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: "";
	opacity: 0;
	transition: opacity .35s,transform .35s;
	z-index: 1;
}
.lastest-news-image .lastest-news-image__url img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 1s,transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lastest-news-image .lastest-news-image__url:hover:after, .lastest-news-image .lastest-news-image__url:hover:before {
	opacity: .7;
	transform: scale(1);
}
.lastest-news-image .lastest-news-image__url:hover img {
	transform: scale3d(1.1, 1.1, 1);
}
.lastest-news-text .lastest-news-date {
    display: none;
	color: #ADADAD;
	margin-bottom: 5px;
}
.lastest-news-text .lastest-news-title {
	font-size: 20px;
	color: #211C5E;
	line-height: 1.4;
	font-weight: 700;
	padding-bottom: 12px;
	margin-bottom: 20px;
	position: relative;
}
.lastest-news-text .lastest-news-title:after {
	width: 50px;
	height: 2px;
	content: "";
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.lastest-news-text .lastest-news-desc {
	font-size: 16px;
	margin-bottom: 2.5em;
}
.lastest-news-text .lastest-news-view a {
	/*color: #6B24B1;*/
	/*font-weight: 700;*/
	font-size: 16px;
	color: #fff;
	font-weight: 600;
    background: var(--main-color);
    padding: 15px 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.lastest-news-text .lastest-news-view a:hover {
	/*color: #A49DF4;*/
	background: #517dff;
}
.list-news img {
	padding-bottom: 5px;
}
.list-news .list-news-title {
	color: #211C5E;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-news a:hover {
	opacity: .7;
}
.list-news .news-carousel .owl-nav [class *="owl-"] {
	position: absolute;
	top: 40%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	background: #fff;
	justify-content: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0px 0px 5px #8c8c8c;
}
.list-news .news-carousel .owl-nav .owl-prev{ left: 0; }
.list-news .news-carousel .owl-nav .owl-next{ right: 0; }
.list-news .news-carousel .owl-nav [class *="owl-"]:hover {
	color: #f8de05;
}
.home-student {
	padding: 30px 0;
	position: relative;
}
.home-student:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 28%;
	background: var(--secondary-color);
}
.home-heading-underlined {
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.home-heading-underlined:after {
	width: 200px;
	height: 3px;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-student.home-student-custom-26 {
	padding-top: 10px;
}
.home-heading.home-heading-custom-26 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 0;
	margin-top:2em;
}
.home-heading.home-heading-custom-26:after {
	left: 50%;
	transform: translateX(-50%);
}
.student-slick {
	padding: 15px 0;
}
.student-slick-item {
	margin: 25px 20px;
	position: relative;
	transition: all 300ms ease;
	border-radius: 5px;
	box-shadow: 0px 4px 16px rgba(104, 49, 147, 0.3);
}
.student-slick-item:after {
	content:'';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	transition: transform .3s;
	border-radius: 5px;
}
.item.slick-center .student-slick-item {
	color: #e67e22;
	opacity: 1;
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	z-index: 9;
}
.item.slick-center .student-slick-item:after {
	background: transparent;
	z-index: -1;
	transition: transform .3s;
}
.student-slick-item figure {
	margin: 0;
}
.student-slick-item figure img {
	width: 100%;
	border-radius: 5px;
}
.student-slick-item .student-name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
}
.student-slick-item .student-name p {
	font-size: 12px;
	color: #211C5E;
	background: #fff;
	padding-left: 5px;
	margin-bottom: 0;
	border-bottom-left-radius: 5px;
	letter-spacing: -1px;
}
.student-slick-item .student-name a {
	text-align: center;
}
.student-slick-item .student-name i {
	font-size: 12px;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: var(--main-color);
}
.student-slick-item .student-name i:hover {
	color: #fff;
	background: #FFD200;
}
.student-slick-item .student-name-overlay {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding: 0 15px 15px;
	background: transparent;
	border-radius: 5px;
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: height .5s ease;
	-moz-transition: height .5s ease;
	-ms-transition: height .5s ease;
	-o-transition: height .5s ease;
	transition: height .5s ease;
}
.student-slick-item .student-name-overlay p {
	font-size: 12px;
	color: #FDEE09;
	padding-left: 5px;
	margin-bottom: 2px;
}
.student-slick-item .student-name-overlay p:first-child {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 6px;
}
.item.slick-center .student-slick-item:hover .student-name-overlay {
	height: 100%;
	background: linear-gradient(0deg,#29064c 10%,transparent 150%);
}
.slick-arrow {
	position: absolute;
	top: 48%;
	width: 40px;
	height: 40px;
	z-index: 2;
}
.slick-prev {
	left: 30px;
	text-align: left;
}
.slick-next {
	right: 30px;
	text-align: right;
}
.slick-slider .slick-dots li:nth-child(n+7) {
    display: none;
}
.home-infrastructure {
	padding: 30px 0;
	background: #F1F1F1;
}
.facilities-item {
	position: relative;
}
.facilities-item img {
	width: 100%;
	border-radius: 5px;
}
.facilities-item .facilities-item-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: var(--secondary-color);
	color: #fff;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.facilities-item .facilities-item-desc p {
	font-size: 16px;
	margin-bottom: 0;
}
.row.facilities-list-image {
	height: 100%;
	align-content: space-between;
}
.facilities-item-small img {
	border-radius: 5px;
}
.facilities-slick .slick-dots {
	bottom: -35px;
}
.facilities-slick .slick-dots li button:before {
	font-size: 10px;
	color: var(--main-color);
}
.home-partner {
	padding: 30px 0;
}
.home-visit {
	background-color: #f6f6f7;
	padding-top: 50px;
	padding-bottom: 50px;
	/*padding: 30px 0;
	background: #f0c518;
	background: -webkit-linear-gradient(to right, #ffcc33, #f0c518);
	background: linear-gradient(to right, #ffcc33, #f0c518);*/
}
.home-visit-form label {
	color: var(--main-color);
	font-weight: 700;
	margin-bottom: 10px;
}
.home-visit-form .form-group {
	margin-bottom: 20px;
}
.home-visit-form .form-group label span {
	color: #f00;
	font-weight: 400;
}
.home-visit-form .form-group input {
	height: 50px;
	color: var(--main-color);
	border: 1px solid var(--main-color)94;
}
.home-visit-form .form-group textarea {
	color: var(--main-color);
	border: 1px solid var(--main-color)94;
}
.home-visit-form .form-group input:focus, .home-visit-form .form-group textarea:focus {
	box-shadow: 0 0px 5px 0 var(--main-color);
}
.home-visit-form .form-group .btn-submit-visit {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
	background: var(--main-color);
	padding: 12px 60px;
	height: auto;
	border: none;
	border: solid 2px var(--main-color);
	border-radius: 50px;
}
.home-visit-form .form-group .btn-submit-visit:hover {
	color: var(--main-color);
	background: #C9D6FF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border: solid 2px #fff;
	box-shadow: 0 0px 5px 0 var(--main-color);
}
.home-visit-form .wpcf7-response-output {
	border-color: #fff !important
}
.home-visit-form .form-desc {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 300;
}
.home-visit-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.home-visit-info .home-visit-info__heading {
	width: 75%;
	font-size: 60px;
}

.footer-widgets .footer-widgets-area:nth-child(1) .widget {
	width: 80%;
	text-align: center;
}
.footer-widgets .footer-widgets-area:nth-child(1) .widget .image {
	width: auto;
	height: 100px !important;
}
.footer-widgets .footer-widgets-area:nth-child(1) .widget .textwidget p {
	font-size: 24px;
	font-weight: 700;
}
.footer-widgets .footer-widgets-area:nth-child(2) .widget .textwidget {
	font-size: 16px;
}
.footer-widgets .footer-widgets-area:nth-child(2) .widget .widget-title {
	margin-bottom: 10px;
}
/*Page custom 1 + 2 + 3*/
.level-banner .level-banner-box {
	position: relative;
}
.level-banner .level-banner-box .level-banner-img {
	width: 100%;
	height: 100%;
}
.level-banner .level-banner-box .level-banner-heading {
	font-size: 0;
	visibility: hidden;
	margin-bottom: 0;
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
}
.level-heading-trung-hoc {
	line-height: 1.5em;
}
.level-url {
	background: #2C1669;
	background: -webkit-linear-gradient(to right, #363795, #2C1669);
	background: linear-gradient(to right, #363795, #2C1669);
	padding: 25px 0;
}
.level-url-tieu-hoc {
	background: -webkit-linear-gradient(to right, #E8A411, #FF7427, #C00000);
	background: linear-gradient(to right, #E8A411, #FF7427, #C00000);
}
.level-url .level-url-list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.level-url .level-url-list .level-url-list__item {
	padding-right: 10em;
	display: inline-block;
}
.level-url .level-url-list .level-url-list__item:last-child {
	padding-right: 0;
}
.level-url .level-url-list .level-url-list__item .level-url-list__url {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 8px;
	position: relative;
}
.level-url .level-url-list .level-url-list__item .level-url-list__url:hover {
	color: #FFD200;
}
.level-url .level-url-list .level-url-list__item .level-url-list__url:after {
	content: "";
	background: #FFD200;
	display: block;
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 0;
	height: 2px;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	-ms-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease;
}
.level-url .level-url-list .level-url-list__item .level-url-list__url.active:after,
.level-url .level-url-list .level-url-list__item .level-url-list__url:hover:after {
	width: calc(100% - 8px);
}
.level-url.level-url-tieu-hoc .level-url-list .level-url-list__item .level-url-list__url:after {
	background: #fff;
}
.level-url.level-url-tieu-hoc .level-url-list .level-url-list__item .level-url-list__url:hover {
	color: #fff;
}
.level-heading {
	font-size: 42px;
}
.level-intro {
	padding: 30px 0;
}
.level-intro .row-1 {
	padding-bottom: 50px;
}
.level-intro-text .level-intro-desc {
	color: #211C5E;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 30px;
}
.level-intro-text .level-intro-link a {
    display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: #3D2D74;
	padding: 15px 30px;
	border-radius: 5px;
	margin-right: 10px;
}
.level-intro-text .level-intro-link a:nth-child(2),
.level-intro-text .level-intro-link a:nth-child(3),
.level-intro-text .level-intro-link a:nth-child(4),
.level-intro-text .level-intro-link a:last-child {
	color: #3D2D74;
	background: #fff;
	padding: 15px 25px;
	border: solid 1px #3D2D74;
}
.level-intro-text .level-intro-link a:last-child {
	margin-right: 0;
}
.level-intro-text .level-intro-link a:hover {
	box-shadow: 0 0px 10px 0 rgba(47, 21, 176, 0.5);
}
.level-intro-detail .nav-pills {
	justify-content: center;
	border-bottom: solid 1px #D2DBE6;
}
.level-intro-detail .nav-pills .nav-link {
	color: #211C5E;
	font-size: 18px;
	font-weight: 400;
	background: transparent;
	padding: 5px 40px;
	border-radius: 0;
	border-bottom: solid 3px #fff;
}
.tab-content-description {
	padding-bottom: 20px;
}
.tab-content-description p {
	font-size: 16px;
	margin-bottom: 0;
}
.level-intro-accordion .card {
	margin-bottom: 15px;
	box-shadow: 0 0 4px rgba(34, 28, 94, 0.2);
}
.level-intro-accordion .card:last-child .card-header {
	margin-bottom: 0;
}
.level-intro-accordion .card-header {
	padding: 1.5rem 1.25rem;
}
.level-intro-accordion .btn-collapse {
	width: 100%;
	font-weight: 800;
	color: #211C5E;
	font-size: 16px;
	text-align: left;
	padding: 0;
	background: transparent;
}
.level-intro-accordion .btn-collapse:hover, .level-intro-accordion .btn-collapse:focus {
	box-shadow: none;
}
.level-intro-detail .nav-pills .nav-link {
	font-weight: 800;
}
.level-intro-detail .nav-pills .nav-link.active {
	border-bottom: solid 3px #211C5E;
}
.level-intro-accordion .card-body p {
	font-size: 16px;
}

.level-intro > .container .tab-pane > .row > .col-12, .level-extra > .container > .row > .col-12 {
	margin-bottom: 20px;
}
.level-life-box {
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 6px rgb(0 0 0 / 15%), 0 0 3px rgb(0 0 0 / 12%);
	transition: all .3s;
}
.level-life-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.12);
}
.level-life-box .level-life-box__image {
	padding-bottom: 15px;
}
.level-life-box .level-life-box__image img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.level-life-box .level-life-box__text {
	padding: 0 15px 15px;
}
.level-life-box .level-life-box__title {
	color: #211C5E;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.level-life-box .level-life-box__desc {
	color: #708195;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.level-extra {
	padding: 30px 0;
}
.level-extra-item {
	height: 100%;
	margin: 70px 10px;
	position: relative;
	transition: all 300ms ease;
	z-index: 2;
}
.level-extra-item:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	transition: transform .3s;
	border-radius: 5px;
}
.item.slick-center .level-extra-item {
	z-index: 3;
	transform: scale(1.3);
	-moz-transform: scale(1.35);
	-ms-transform: scale(1.35);
	-o-transform: scale(1.35);
	-webkit-transform: scale(1.35);
}
.item.slick-center .level-extra-item:after {
	background: transparent;
	z-index: -1;
	transition: transform .3s;
}
.item.slick-center .level-extra-item img {
	box-shadow: 0 0 10px rgba(34, 28, 94, 0.50);
}
.level-extra-item img {
	width: 100%;
	border-radius: 5px;
}
.level-extra-slick .slick-arrow, .level-extra-slick .slick-next:before, .level-extra-slick .slick-prev:before {
	opacity: 1;
}
.level-extra-slick .slick-prev {
	left: 25%;
}
.level-extra-slick .slick-next {
	right: 25%;
}
.level-extra-slick .slick-arrow:hover {
	border: solid 1px #FFD200;
}
.level-extra-slick .slick-arrow:hover:before {
	color: #FFD200;
}
.level-faq {
	padding: 30px 0;
}
.level-faq-accordion .card {
	border: solid 1px #211C5E1C;
	margin-bottom: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.level-faq-accordion .card:last-child .card-header {
	margin-bottom: 0;
}
.level-faq-accordion .card-header {
	padding: 1.25rem 1.25rem;
	border-bottom: solid 1px #211C5E00;
}
.level-faq-accordion .card-header.active, .level-faq-accordion .card-header.active.inactive {
	background: #211C5E;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.level-faq-accordion .card-header.active .btn-collapse,
.level-faq-accordion .card-header.active.inactive .btn-collapse {
	color: #fff;
}
.level-faq-accordion .btn-collapse {
	width: 100%;
	font-weight: 500;
	color: #211C5E;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	padding: 0;
	padding-right: 40px;
	background: transparent;
	position: relative;
}
.level-faq-accordion .btn-collapse:hover, .level-faq-accordion .btn-collapse:focus {
	box-shadow: none;
}
.level-faq-accordion .fa-stack {
	font-size: 18px;
	color: #FDC010;
	text-align: center;
	position: absolute;
	right: -5px;
}
.level-faq-accordion .card-body p {
	font-size: 16px;
}
.level-contact {
	padding-bottom: 50px;
}
.level-contact .level-contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 30px;
	background: var(--main-color);  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #487daa, #1d76a5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #487daa, #1d76a5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 10px;
}
.level-contact-box .level-contact-title {
	color: #fff;
	text-transform: uppercase;
	line-height: 26px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.level-contact-box .level-contact-title:after {
	width: 100px;
	height: 3px;
	content: "";
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	bottom: 0;
}
.level-contact-box .level-contact-desc {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}
.level-contact-box .level-contact-cta .btn-modal-contact {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background: #F7971E;
	background: -webkit-linear-gradient(to right, #FFD200, #F7971E);
	background: linear-gradient(to right, #FFD200, #F7971E);
	padding: 8px 50px;
	border: none;
	border-radius: 40px;
}
.level-contact-box .level-contact-cta .btn-modal-contact:hover {
	color: #fff;
	background: #70e1f5;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ffd194, #70e1f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#modal-contact .modal-header {
	padding: 0;
	border: none;
}
#modal-contact .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 2rem;
}
#modal-contact .modal-contact-image {
	background-image: url("assets/images/anh-demo-modal.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.modal-contact-form {
	background: #2C1669;
}
.modal-contact-form .subheading {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.modal-contact-form .contact-heading {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 10px;
}
.modal-contact-form .form-group {
	margin-bottom: 2rem;
}
.modal-contact-form .form-group.group-submit {
	margin-bottom: 0;
}
.modal-contact-form .form-group label {
	color: #fff;
	font-size: 16px;
}
.modal-contact-form .form-group label span {
	color: #f00;
}
.modal-contact-form .btn-submit-visit {
	color: #6E48AA;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	height: 44px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.modal-contact-form .btn-submit-visit:hover {
	opacity: .7;
}
.modal-contact-form .wpcf7-response-output {
	color: #fff;
	margin-top: 0 !important;
}
.aca-caterory-banner {
	position: relative;
	z-index: 1;
	min-height: 400px;
}
.aca-caterory-banner .aca-caterory-banner__breadcrumb {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.aca-breadcrumb {
	padding: 20px 0;
}
.aca-breadcrumb span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.aca-breadcrumb span a {
	color: #fff;
}
.aca-breadcrumb span a:hover {
	color: #FFD200;
}
.aca-caterory-banner .aca-caterory-banner__image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.aca-caterory-banner .aca-caterory-banner__image .aca-caterory-banner__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.aca-caterory-banner .aca-caterory-banner__image:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 10.21%, rgb(1 129 208 / 83%) 82.6%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.21%, rgb(1 129 208 / 83%) 82.6%);
	z-index: 1;
}
.aca-caterory-banner .aca-caterory-banner__title {
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: 65px;
	z-index: 2;
	width: 100%;
}
.aca-caterory-banner .aca-caterory-banner__title .aca-caterory-banner__heading {
	font-size: 54px;
	color: #fff;
	font-weight: 700;
}
.aca-caterory-tab {
	position: relative;
	margin-top: -60px;
	margin-bottom: 30px;
	z-index: 2;
}
.aca-caterory-tab .aca-caterory-tab__box {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.aca-caterory-tab .aca-caterory-tab__lists {
	text-align: center;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 15px 40px;
}
.aca-caterory-tab .aca-caterory-tab__lists .aca-caterory-tab__list {
	width: 25%;
	padding: 25px 5px;
}
.aca-caterory-tab .aca-caterory-tab__lists .aca-caterory-tab__list .aca-caterory-tab__url {
	font-size: 20px;
	color: #211C5E;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
.aca-caterory-tab__list .aca-caterory-tab__url:after {
	content: '';
	width: 0;
	height: 3px;
	background-color: #FFD200;
	position: absolute;
	left: 0;
	bottom: -8px;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	-ms-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease;
}
.aca-caterory-tab__list .aca-caterory-tab__url.active:after,
.aca-caterory-tab__list .aca-caterory-tab__url:hover:after {
	width: 100%;
}
.aca-news-list .container .row .col-xl-4 {
    margin-bottom: 30px;
}
.aca-news-list-box {
    position: relative;
    height: 100%;
	background: #f0f0f0;
	border-radius: 5px;
	overflow: hidden;
    transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 19%);
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 19%);
	-webkit-transition: -webkit-box-shadow .15s,-webkit-transform .3s;
	transition: -webkit-box-shadow .15s,-webkit-transform .3s;
	-o-transition: box-shadow .15s,transform .3s;
	transition: box-shadow .15s,transform .3s;
	transition: box-shadow .15s,transform .3s,-webkit-box-shadow .15s,-webkit-transform .3s;
}
.aca-news-list-box:hover {
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.6);
	-webkit-transform: translate(0, -1px);
	-ms-transform: translate(0, -1px);
	transform: translate(0, -1px);
}
.aca-news-list-box .entry-thumb img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.aca-news-list-box .entry-content {
	padding: 15px 15px 40px;
}
.aca-news-list-box .entry-content .entry-title {
	font-size: 18px;
	margin-bottom: 15px;
}
.aca-news-list-box .entry-content .entry-title a {
	color: #211C5E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.aca-news-list-box .entry-content .entry-title a:hover {
	color: var(--main-color);
}
.aca-news-list-box .entry-content p {
	color: #808080;
	font-size: 16px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}
.aca-news-list-box .entry-content .time {
    width: 100%;
    padding: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
}
.aca-news-list-box .entry-content .time ul {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-direction: row;
	justify-content: space-between;
}
.aca-news-list-box .entry-content .time ul li {
	color: #58595b;
}
.body-content-post .header-breadcrumb .breadcrumb {
	font-size: 16px;
	padding: 20px 0 15px;
	margin-bottom: 0;
}
.body-content-post .header-breadcrumb .breadcrumb a:hover {
	color: #fab816;
}
.body-content-post .header-post .entry-title {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	color: #000;
}
.body-content-post .header-post .meta .date,
.body-content-post .header-post .meta .view,
.body-content-post .header-post .meta .category {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
}
.body-content-post .header-post .meta .date,
.body-content-post .header-post .meta .view {
	margin-right: 15px;
}
.body-content-post .header-post .meta .category:hover i,
.body-content-post .header-post .meta .category:hover a {
	color: #fab816;
}
.wrap-sidebar .box-sidebar .heading-h2 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.wrap-sidebar .box-sidebar .list-post .item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 15px;
	color: #211C5E;
	margin-bottom: 20px;
}
.wrap-sidebar .box-sidebar .list-post .item img {
	border-radius: 6px;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.wrap-sidebar .box-sidebar .list-post .item .heading-h3 {
	margin-bottom: 0;
}
.wrap-sidebar .box-sidebar .list-post .item .heading-h3 a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.header-post .header-post-block {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 400px;
	margin: 0 auto;
}
.header-post .header-post-block:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.header-post .header-post-block > * {
	position: relative;
	z-index: 2;
}
.header-post .header-post-block .header-breadcrumb .breadcrumb {
	padding: 30px 15px;
	margin-bottom: 10px;
}
.header-post .header-post-block .header-breadcrumb .breadcrumb span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.header-post .header-post-block .header-breadcrumb .breadcrumb a {
	color: #fff;
}
.header-post .header-post-block .header-breadcrumb .breadcrumb a:hover {
	color: #fab816;
}
.header-post .header-post-block .header-breadcrumb .breadcrumb .breadcrumb_last {
	font-weight: 700;
}
.header-post .header-post-block .header-post-cont .entry-header {
	margin-top: 230px;
	padding-bottom: 20px;
}
.header-post .header-post-block .header-post-cont .entry-header .entry-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
}
.header-post .header-post-block .header-post-cont .entry-header .meta .date,
.header-post .header-post-block .header-post-cont .entry-header .meta .view,
.header-post .header-post-block .header-post-cont .entry-header .meta .category {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding-bottom: 5px;
}
.header-post .header-post-block .header-post-cont .entry-header .meta .date,
.header-post .header-post-block .header-post-cont .entry-header .meta .view {
	margin-right: 15px;
}
.header-post .header-post-block .header-post-cont .entry-header .meta .download a {
	color: #fff;
	font-weight: 700;
}
.header-post .header-post-block .header-post-cont .entry-header .meta .category a {
	color: #fff;
}
.header-post .header-post-block .header-post-cont .entry-header .meta .category:hover i,
.header-post .header-post-block .header-post-cont .entry-header .meta .category:hover a {
	color: #fab816;
}

.body-post .entry-content {
	padding: 30px 0 30px 0;
}
.body-content-share {
	background: #eee;
	padding: 20px 0;
}
.socials-share .heading-share h4 {
	font-size: 24px;
	line-height: 20px;
	font-weight: 600;
	color: var(--main-color);
	margin-right: 10px;
	margin-bottom: 0;
}
.body-content-related {
	background: #eee;
	padding-bottom: 20px;
}
.block-related {
	padding: 15px 15px;
	background: #fff;
	border-radius: 5px;
}
.block-related .related-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: 25px;
}
.block-related .aca-news-list-box {
	margin-bottom: 0;
}
.post-contact-custom {
	padding-top: 30px;
	padding-bottom: 30px;
}
.custompage .custompage-top {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.custompage .custompage-top .overlay {
	background-color: #000;
	opacity: 0.6;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.custompage .custompage-top .top-content {
	min-height: 400px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.custompage .custompage-top .top-content .heading-wrap {
	text-align: center;
}
.custompage .custompage-top .top-content .heading-wrap h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
}
.custompage .custompage-top .header-breadcrumb {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.custompage .custompage-top .header-breadcrumb .breadcrumb span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.custompage .custompage-top .header-breadcrumb .breadcrumb span a {
	color: #fff;
}
.custompage .custompage-top .header-breadcrumb .breadcrumb .breadcrumb_last {
	font-weight: 700;
}
.custompage .custompage-top .header-breadcrumb .breadcrumb span a:hover {
	color: #fab816;
}
.custompage .custompage-body {
	padding: 20px 0 30px;
}
.custompage .custompage-body .heading-wrap h1 {
	color: #333;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
/**
 * Style Mobile First For Recruitment
 */
.list-recruitment {
	padding: 30px 0;
}
.list-recruitment .work-recruitment {
	padding: 0 0 30px;
}
.list-recruitment .title-list {
	color: #58595b;
	font-weight: 700;
	line-height: 28px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dedede;
}
.list-recruitment .wraper-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list-recruitment .wraper-row .row-item.row-item-name {
	width: 70%;
	padding-left: 0;
}
.list-recruitment .wraper-row .row-item.row-item-date {
	width: 30%;
	text-align: right;
	color: #747b81;
}
.list-recruitment .wraper-row .row-item-title.row-item-date {
	width: 40%;
}
.list-recruitment .wraper-row .row-item.row-item-apply {
	display: none;
}
.list-recruitment .wraper-row .row-item.row-item-name .title-list-head {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
.list-recruitment .wraper-row .row-item {
	font-size: 14px;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
	padding-left: 10px;
}
.list-recruitment .content-list .list-item {
	padding: 15px 0;
	border-bottom: 2px solid #dedede;
}
.list-recruitment .wraper-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list-recruitment .content-list .list-item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
}
.list-recruitment .wraper-row .row-item .wrap-tick {
	display: inline-block;
}
.list-recruitment .wraper-row .row-item .wrap-tick .new {
	color: #fff;
	font-size: 12px;
	background: #d9390d;
	border-radius: 10px;
	padding: 2px 12px;
	margin-right: 5px;
}
.list-recruitment .wraper-row .row-item .row-item-name__link {
	color: #311361;
	font-size: 14px;
	font-weight: 600;
}
.list-recruitment .wraper-row .row-item .row-item-name__link .title-work {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
}
.row-item-apply .job-apply {
	color: #fff;
	clear: both;
	background-color: #d9390d;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 15px 7px 40px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAYAAAC8cqlMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQTI2QTFFOTUyRDcxMUU2QTU1Njg4MjI1QjE3QUY5MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQTI2QTFFQTUyRDcxMUU2QTU1Njg4MjI1QjE3QUY5MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJBMjZBMUU3NTJENzExRTZBNTU2ODgyMjVCMTdBRjkwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJBMjZBMUU4NTJENzExRTZBNTU2ODgyMjVCMTdBRjkwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Ikd+NAAAAQhJREFUeNrsl+ENgjAQhcEwACOUDdxA3IQNdAPiBLpBXcEJdANGwA1kg3o119ggJv64q4G8l7yEtj8uH68tR+6cy5agVbYQAQQgAAEIQAACEIAAZFLruYPUZCsFkv+hjW/IbTTeku9zSsQD9JzCwL5JQLzkE1F2Q+7dW5btZaTqFEpvvyTvOAUTzZ+jdOTSUEikJLfkh/uU5bWgWrK2JMQ3AK8jb7GgTnoLa5yHbgTRjCDCnGhtreu35jNy4XNwjdb8uBKvqHxjmYnttteoleKD2Ec318BpDHPstQ7R80kDImWLElKpRL8dkYosjXwqGy2I1E2jWQoI/hABAhCAAAQgAAHIj3oKMAAWXz+lqYpAnQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: left center;
}
.list-recruitment .content-list .list-item ul li {
	color: #58595b;
	font-size: 12px;
	white-space: nowrap;
	padding-right: 15px;
}
.list-recruitment .content-list .list-item ul li:last-child {
	padding-right: 0;
}
.list-recruitment .content-list .list-item ul li .download {
	font-weight: 600;
}
.body-info-recruit {
    color: #5d677a;
    background: #FFF1FB;
    padding: 20px 15px;
}
.body-info-recruit .detail {
    padding: 0;
}
.body-info-recruit .detail ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.body-info-recruit .detail ul li {
    padding-bottom: 10px;
}
.body-info-recruit .detail ul li + li {
    padding-top: 10px;
    border-top: 1px solid #AFABE8;
}
.body-info-recruit .detail ul li strong {
    color: #211C5E;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
}
.body-info-recruit .detail ul li strong i {
    font-size: 12px;
    color: var(--main-color);
    margin-right: 8px;
}
.body-info-recruit .detail ul li p {
    font-size: 14px;
    color: var(--main-color);
    padding-left: 20px;
    margin-bottom: 0;
}
.recruit-content-share .socials-share .heading-share h4 {
	font-size: 18px;
	font-weight: 700;
}
.recruit-content-related .block-related .related-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.recruit-content-related .block-related .related-recruit .item {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-left: 30px;
}
.recruit-content-related .block-related .related-recruit .item:before {
    content: "";
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #e51616;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
}
.recruit-content-related .block-related .related-recruit a {
    font-size: 14px;
    color: #211C5E;
}
.recruit-content-related .block-related .related-recruit a:hover {
	text-decoration: underline;
}
.work-year {
	padding: 20px 0 10px;
}
.work-year-heading {
	width: 300px;
	background: linear-gradient(to right, #8e2de2, #f27121);
	color: #fff;
	padding: 10px 20px;
	border-radius: 6px;
	margin-bottom: 15px;
}
.work-year .row .col-xl-4 {
	margin-bottom: 25px;
}
.honor-vis {
	margin-bottom: 50px;
}
.honor-vis .heading-h2, .club-vis .heading-h2 {
	font-family: "Philosopher", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	margin-bottom: 30px;
}
.honor-vis .honor-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.honor-vis .honor-item .image {
	position: relative;
	display: block;
	padding-top: 60%;
	width: min(250px, 70%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -30%;
	clip-path: polygon(1.727% 55.745%,1.727% 55.745%,1.251% 54.698%,.882% 53.614%,.618% 52.501%,.459% 51.369%,.407% 50.227%,.459% 49.086%,.618% 47.954%,.882% 46.841%,1.251% 45.756%,1.727% 44.71%,21.698% 5.972%,21.698% 5.972%,22.27% 4.988%,22.924% 4.087%,23.652% 3.275%,24.449% 2.555%,25.305% 1.933%,26.214% 1.413%,27.169% 1.001%,28.161% .701%,29.185% .517%,30.232% .455%,70.175% .455%,70.175% .455%,71.222% .517%,72.245% .701%,73.238% 1.001%,74.192% 1.413%,75.102% 1.933%,75.958% 2.555%,76.754% 3.275%,77.483% 4.087%,78.137% 4.988%,78.708% 5.972%,98.68% 44.71%,98.68% 44.71%,99.155% 45.756%,99.525% 46.841%,99.789% 47.954%,99.947% 49.086%,100% 50.227%,99.947% 51.369%,99.789% 52.501%,99.525% 53.614%,99.155% 54.698%,98.68% 55.745%,78.708% 94.483%,78.708% 94.483%,78.137% 95.467%,77.483% 96.368%,76.754% 97.18%,75.958% 97.9%,75.102% 98.522%,74.192% 99.041%,73.238% 99.454%,72.245% 99.754%,71.222% 99.938%,70.175% 100%,30.232% 100%,30.232% 100%,29.185% 99.938%,28.161% 99.754%,27.169% 99.454%,26.214% 99.041%,25.305% 98.522%,24.449% 97.9%,23.652% 97.18%,22.924% 96.368%,22.27% 95.467%,21.698% 94.483%,1.727% 55.745%);
}
.honor-vis .honor-item .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.honor-vis .honor-item .content {
	font-size: 18px;
	padding-top: 36%;
	background-image: linear-gradient(0deg, #fff, #e7d189);
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	padding-left: .75rem;
	padding-right: .75rem;
	padding-bottom: 7rem;
	height: 100%;
}
.honor-vis .honor-item .content p {
	font-size: 16px;
	margin-bottom: 3px;
}
.club-vis .heading-h2 {
	margin-top: 20px;
}
.club-vis > .row > .col-12 {
	margin-bottom: 30px;
}
.club-item a {
	color: #000;
	display: block;
}
.club-item .image {
	position: relative;
	display: block;
	width: min(250px, 60%);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -30%;
}
.club-item .image img {
	border-radius: 50%;
}
.club-item .content {
	font-size: 18px;
	padding-top: 36%;
	background-image: linear-gradient(0deg, #fff, #FFD200);
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 7rem;
	height: 100%;
}
.club-item .content .heading-h3 {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
.club-item .content .info {
	text-align: center;
}
.club-item a:hover {
	opacity: .7;
}

/*
 Đăng ký tổ hợp môn học lớp 10
 */
.groups-subject .group-reg-form .form-check .form-check-input {
	width: 20px;
	height: 20px;
	margin-top: .6rem;
	margin-left: 10px;
}
.groups-subject .group-reg-form .form-check .form-check-label {
	padding-left: 2.5em;
}
.groups-subject .group-reg-form .heading-h3 {
	font-size: 18px;
	text-transform: uppercase;
}
.groups-subject .group-reg-form span {
	color: #f00;
}
.groups-subject .group-reg-form .form-group label {
	font-size: 16px;
}
.groups-subject .group-reg-form .form-group .form-control {
	height: 44px;
}
.groups-subject .group-reg-form .form-group .inputNamHoc {
	gap: 8px;
}
.groups-subject .group-reg-form .description {
	font-size: 16px;
}
.groups-subject .group-reg-form ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.groups-subject .group-reg-form ul li {
	font-size: 16px;
	padding-bottom: 10px;
}
.groups-subject .group-reg-form .group-submit .submit-subject {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	background: #F7971E;
	background: -webkit-linear-gradient(to right, #ff512f, #dd2476);
	background: linear-gradient(to right, #ff512f, #dd2476);
	padding: 12px 60px;
	border: none;
	border-radius: 10px;
}
.groups-subject .group-reg-form .group-submit .submit-subject:hover, .confirm-form-button .button .finish:hover {
	background: -webkit-linear-gradient(to right, #dd2476, #ff512f);
	background: linear-gradient(to right, #dd2476, #ff512f);
	opacity: .7;
}
.confirm-form .heading-h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: .5rem;
}
.confirm-form .item {
	font-size: 16px;
}
.confirm-form .description {
	font-size: 16px;
	margin-bottom: 0;
}
.confirm-form .description .checked-icon {
	font-size: 20px;
	color: #1e7e34;
}
.confirm-form-button .button {
	gap: 6px;
}
.confirm-form-button .button button {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	background: #F7971E;
	padding: 10px 20px;
	border: none;
	border-radius: 8px;
}
.confirm-form-button .button .edit {
	background: #989da1;
}
.confirm-form-button .button .finish {
	background: -webkit-linear-gradient(to right, #ff512f, #dd2476);
	background: linear-gradient(to right, #ff512f, #dd2476);
}
#confirmModal .modal-title {
	font-size: 16px;
}
#confirmModal .success {
	height: 40vh;
}
#confirmModal .success .title {
	background: #15a809;
	padding: 10px 50px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#confirmModal .success .description {
	color: #15a809;
	font-size: 16px;
}
#confirmModal .success .description a {
	font-weight: bold;
}
/* Phần cấu hình cho Post So-Le hệ tăng cường + nâng cao 3 cấp */
.level-post-sole-he {}
.level-post-sole-he > .row {
	align-items: center;
	margin-bottom: 25px;
}
.level-post-sole-he .image {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 8px;
}

/* Custom giao diện 2026 */
.home-visit .home-visit-info__heading {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 26px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.home-visit .home-visit-info__heading .line {
	text-align: center;
	text-transform: uppercase;
	color: #1e315f;
	font-size: 30px;
	height: 4px;
	width: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f9a61b;
	right: 0;
	margin: auto;
}
.home-visit .home-visit-info__heading .line::before {
	content: '';
	position: absolute;
	height: 4px;
	width: 90px;
	background: #efeceb;
	left: -10px;
	transform: translateX(-100%);
}
.home-visit .home-visit-info__heading .line::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 90px;
	background: #efeceb;
	right: -10px;
	transform: translateX(100%);
}
.home-visit .title-line-sub {
	text-align: center;
	color: var(--main-color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.home-visit .home-visit-form {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.home-visit-form .form-group .btn-submit-visit {
	letter-spacing: 1px;
	padding: 8px 20px;
	position: relative;
	z-index: 2;
}
.home-visit .home-visit-form .form-desc {
	margin-bottom: 0;
	font-weight: 700;
}
.home-visit .home-visit-form form .wpcf7-response-output {
	position: absolute;
	left: 0;
	bottom: -4.5em;
}
footer .footer-widgets {
	padding-top: 30px;
	font-size: 15px;
	color: #fff;
	padding-bottom: 10px;
	/*background: url("assets/images/logo-bg-footer.png") no-repeat 60px 0px #311361;
	background-size: 422px;*/
	background: var(--main-color);
	background-size: auto, 100%;
}
footer .footer-widgets .footer-widgets-area.footer-widgets-area-f .widget {
	text-align: left;
}
footer .footer-widgets #information-2 {
	text-align: left;
}
footer .footer-widgets #information-2 ul li {
	font-size: 16px;
}
footer .footer-widgets #information-2 ul li.li-email {
	display: flex;
	gap: 5px;
}

@media screen and (min-width: 320px) {}
@media screen and (min-width: 480px) {
	.list-recruitment .content-list .list-item ul li {
		padding-right: 20px;
	}
	.body-detail-recruit .header-post .header-post-block .header-post-cont .entry-header .meta .date,
	.body-detail-recruit .header-post .header-post-block .header-post-cont .entry-header .meta .view {
		margin-right: 25px;
	}
	footer .footer-widgets {
		background-size: auto, 80%;
	}
}
@media screen and (min-width: 576px) {
	.list-recruitment .wraper-row .row-item,
	.list-recruitment .wraper-row .row-item.row-item-name .title-list-head,
	.list-recruitment .wraper-row .row-item .row-item-name__link {
		font-size: 18px;
	}
	.list-recruitment .content-list .list-item ul li {
		font-size: 14px;
	}
	.body-info-recruit {
	    padding: 20px 50px;
	}
	.body-content-post.body-detail-recruit .body-post {
		padding: 0 50px;
	}
	.student-slick-item {
		margin: 22px 5px;
	}
	.student-slick-item .student-name i {
		font-size: 16px;
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.confirm-form-button .button {
		gap: 15px;
	}
	#confirmModal .success {
		padding: 0 5rem;
	}
	#confirmModal .success .title {
		font-size: 16px;
	}
	#confirmModal .success .description {
		font-size: 18px;
	}
	footer .footer-widgets {
		background-position: 60px 0;
		background-size: auto, 420px;
	}
}
@media screen and (min-width: 768px) {
	.list-recruitment .wraper-row .row-item.row-item-name {
		width: 60%;
	}
	.list-recruitment .wraper-row .row-item-title.row-item-date,
	.list-recruitment .wraper-row .row-item.row-item-date {
		width: 20%;
		text-align: left;
	}
	.list-recruitment .wraper-row .row-item.row-item-apply {
		display: block;
		width: 20%;
		text-align: right;
	}
	.body-detail-recruit .header-post .header-post-block .header-post-cont .entry-header .entry-title {
		font-size: 20px;
	}
	.student-slick-item {
		margin: 5px 8px 22px;
	}
	.student-slick-item .student-name p {
		letter-spacing: 0;
	}
	.level-post-sole-he > .row {
		margin-bottom: 15px;
	}
	/*.level-post-sole-he .row-s0, .level-post-sole-he .row-s2, .level-post-sole-he .row-s4, .level-post-sole-he .row-s6 {
		flex-direction: row-reverse;
	}*/
	.level-post-sole-he .row:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.level-post-sole-he .image {
		margin-bottom: 0;
	}
	/* Custom giao diện 2026 */
	.home-visit .home-visit-info__heading {
		font-size: 30px;
	}
	.home-visit .title-line-sub {
		font-size: 24px;
	}
	.home-visit .home-visit-form .form-desc {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
	}
	.home-visit .home-visit-form form .group-submit {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.home-visit .home-visit-form form .group-submit .wpcf7-spinner {
		top: -10px;
	}
	.home-visit .home-visit-form form .wpcf7-response-output {
		bottom: -3.5em;
	}
	footer .footer-widgets {
		background-size: auto, 450px;
	}
}
@media screen and (min-width: 992px) {
	.list-recruitment {
		padding: 40px 0 30px;
	}
	.student-slick .slick-list {
		padding-top: 15px !important;
		padding-bottom: 35px !important;
	}
	.student-slick-item {
		margin: 28px 8px;
	}
	.student-slick-item .student-name-overlay p {
		font-size: 14px;
		padding-left: 0;
	}
	.confirm-form-button .button button {
		font-size: 18px;
		padding: 12px 30px;
	}
}
@media screen and (min-width: 1200px) {
	.body-detail-recruit .header-post .header-post-block .header-post-cont .entry-header .entry-title {
		font-size: 24px;
		line-height: 35px;
	}
	.body-info-recruit {
	    padding: 20px 150px;
	}
	.body-content-post.body-detail-recruit .body-post {
		padding: 0 150px;
	}
	.student-slick .slick-list {
		padding-top: 20px !important;
		padding-bottom: 45px !important;
	}
	.student-slick-item .student-name p {
		font-size: 14px;
	}
}
@media screen and (min-width: 1400px) {
	.student-slick-item {
		margin: 8% 10px;
	}
}
/**
 * End Style Mobile First For Recruitment
 */


/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.header-content .cta-navbar .subscribe a {
		font-size: 16px;
	}
	.main-navigation ul.menu > li > a {
		font-size: 13px;
		padding: 10px 5px;
	}
	.home-banner {
		padding-bottom: 200px;
	}
	.home-banner .home-banner__body {
		top: 25%;
	}
	.home-banner .home-banner__body .name-school {
		font-size: 44px;
	}
	.home-banner .banner-box .banner-box-text .banner-box-heading {
		font-size: 22px;
	}
	.home-banner__image:after {
		height: 134px;
	}
	.home-banner .home-banner__footer {
		bottom: 10px;
	}
	.home-banner .banner-box .banner-box-text a {
		padding: 12px 30px;
	}
	.home-heading {
		font-size: 42px;
	}
	.home-visit-info .home-visit-info__heading {
		width: 80%;
		font-size: 48px;
	}
	.level-banner .level-banner-box:after {
		left: 15%;
		right: 15%;
	}
	.footer-widgets .footer-widgets-area:nth-child(1) .widget .textwidget p {
		font-size: 20px;
	}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.top-header .top-header-left__contact-phone {
		padding-right: 15px;
	}
	.header-content .cta-navbar {
		padding-right: 45px;
	}
	.header-content .logo img {
		height: 60px;
	}
	.header-content .cta-navbar .search-icon i {
		font-size: 20px;
		padding-right: 20px;
	}
	.header-content .cta-navbar .subscribe a {
		font-size: 14px;
		padding: 12px 20px;
	}
	.top-header .top-header-left__contact-phone a, .top-header .top-header-left__contact-email a {
		font-size: 14px;
		margin-right: 15px;
		padding-right: 15px;
	}
	#site-navigation, .sidebar .widget_nav_menu ul ul {
		display: none;
	}
	.site-boxed .site-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-banner .home-banner__body .name-school {
		font-size: 36px;
		margin-left: 30px;
	}
	.home-banner__image:after {
		height: 95px;
	}
	.home-banner .home-banner__footer {
		bottom: 20px;
	}
	.home-banner .banner-box .banner-box-text {
		padding: 10px 15px 30px;
	}
	.home-banner .banner-box .banner-box-text .banner-box-heading {
		font-size: 18px;
	}
	.home-banner .banner-box .banner-box-text a {
		padding: 12px 25px;
	}
	.lastest-news-text .lastest-news-title {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.lastest-news-text .lastest-news-desc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 2em;
	}
	.student-slick-item:after {
		position: unset;
	}
	.facilities-item, .facilities-item-small {
		margin-bottom: 30px;
	}
	.facilities-slick .slick-dots {
		bottom: -10px;
	}
	.home-visit > .container > .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.home-visit-info .home-visit-img {
		display: none;
	}
	.level-banner .level-banner-box .level-banner-heading {
		font-size: 42px;
	}
	.level-url .level-url-list .level-url-list__item {
		padding-right: 3em;
	}
	.level-url .level-url-list .level-url-list__item .level-url-list__url {
		font-size: 20px;
	}
	.level-heading {
		font-size: 32px;
	}
	.level-extra-item {
		margin: 15px 10px;
	}
	.level-extra-item:after {
		background: transparent;
	}
	.level-extra-slick .slick-prev {
		left: 5%;
	}
	.level-extra-slick .slick-next {
		right: 5%;
	}
	.level-contact .level-contact-box .level-contact-text {
		width: 60%;
	}
	.level-contact-box .level-contact-cta .btn-modal-contact {
		padding: 8px 40px;
	}
	.level-intro-tab .level-intro-link {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 0 0 10px;
    }
	.aca-caterory-banner {
		min-height: 300px;
	}
	.aca-caterory-banner .aca-caterory-banner__title .aca-caterory-banner__heading {
		font-size: 40px;
	}
	.aca-caterory-tab .aca-caterory-tab__lists {
		padding: 15px 40px 30px 40px;
	}
	.aca-caterory-tab .aca-caterory-tab__lists .aca-caterory-tab__list {
		width: 50%;
		padding: 15px 5px;
	}
	.block-related .aca-news-list-box {
		margin-bottom: 30px;
	}
	.block-related > .row > .col-12:last-child .aca-news-list-box {
		margin-bottom: 0;
	}
	#modal-contact .modal-dialog {
		max-width: 700px;
	}

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.site-info, .site-info * {
		text-align: center;
	}
	.top-header {
		padding: 10px 0;
	}
	.top-header .top-header-left__contact-phone {
		display: block;
		padding-right: 0;
	}
	.top-header .top-header-left__contact-email {
		display: none;
	}
	.top-header .top-header-left__contact-phone i, .top-header .top-header-left__contact-email i {
		padding-right: 1px;
	}
	.top-header .top-header-left__contact-phone a {
		margin-right: 10px;
		padding-right: 10px;
	}
	.top-header .top-header-left__contact-email a {
		padding-right: 0;
		margin-right: 0;
	}
	.top-header-right ul li {
		padding-right: 10px;
	}
	.header-content .cta-navbar .search-icon i {
		padding-right: 0;
	}
	.header-content .cta-navbar .subscribe {
		display: none;
	}
	.home-banner {
		padding-bottom: 30px;
	}
	.home-banner .banner-carousel .owl-dots {
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	.home-banner .home-banner__body {
		width: 60%;
		top: 220px;
	}
	.home-banner .home-banner__body .name-school {
		font-size: 30px;
		margin-left: 10%;
	}
	.home-banner__image:after {
		position: unset;
	}
	.home-banner .home-banner__footer {
		position: unset;
		margin-top: 10px;
	}
	.home-banner .home-banner__footer .banner-box {
		margin: 10px 0;
	}
	.home-banner .banner-box .banner-box-text .banner-box-heading {
		font-size: 26px;
	}
	.home-banner .banner-box .banner-box-text a {
		padding: 15px 30px;
	}
	.home-why {
		padding: 30px 0 0;
	}
	.home-heading {
		font-size: 30px;
	}
	.home-why-item {
		padding-bottom: 30px;
	}
	.home-news .category-list {
		margin: 10px 0 0;
	}
	.home-news .category-list li {
		padding: 0 2px;
	}
	.home-news .category-list li:first-child {
		padding-left: 0;
	}
	.home-news .category-list li:last-child {
		padding-left: 6px;
	}
	.home-news .category-list li a {
		font-size: 14px;
	}
	.lastest-news-text .lastest-news-date {
		margin-top: 10px;
	}
    .lastest-news-text .lastest-news-title {
        margin-top: 15px;
    }
	.lastest-news-text .lastest-news-desc {
		-webkit-line-clamp: 4;
	}
	.home-visit-info .home-visit-info__heading {
		width: 90%;
		font-size: 32px;
	}
	.footer-widgets .footer-widgets-area:nth-child(1) .widget {
		width: 100%;
	}
	.level-banner .level-banner-box .level-banner-heading {
		font-size: 28px;
	}
	.level-heading-trung-hoc {
		font-size: 32px !important;
	}
	.level-url .level-url-list .level-url-list__item {
		padding-right: 2em;
	}
	.level-url .level-url-list .level-url-list__item .level-url-list__url {
		font-size: 16px;
	}
	.level-intro .level-intro-image {
		display: none;
	}
	.level-contact .level-contact-box {
		flex-direction: column;
		align-items: flex-start;
	}
	.level-contact .level-contact-box .level-contact-text {
		width: 100%;
	}
	.level-contact-box .level-contact-cta {
		margin-top: 20px;
	}
	.level-contact-box .level-contact-cta .btn-modal-contact {
		padding: 8px 50px;
	}
	.aca-news-list-box .entry-content p {
		-webkit-line-clamp: 5;
	}
	#modal-contact .modal-dialog {
		max-width: 500px;
	}
	#modal-contact .modal-contact-image {
		height: 300px;
		background-position: top center;
	}
	.hotline-phone-2 {
		display: none;
	}
	.body-content-post .header-breadcrumb .breadcrumb {
		font-size: 14px;
	}
	.body-content-post .header-post .entry-title {
		font-size: 22px;
		line-height: 30px;
	}
	.aca-caterory-banner .aca-caterory-banner__title .aca-caterory-banner__heading {
		font-size: 30px;
	}
	.honor-vis .heading-h2, .club-vis .heading-h2 {
		font-size: 32px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.home-banner .home-banner__body {
		width: 85%;
	}
	.home-banner .home-banner__body .name-school {
		margin-left: 5%;
	}
	.student-slick .slick-list {
		padding-top: 15px !important;
		padding-bottom: 35px !important;
	}
	.student-slick-item:after {
		position: absolute;
	}
	.slick-prev {
		left: 10px;
	}
	.slick-next {
		right: 10px;
	}
	.level-banner .level-banner-box .level-banner-img {
		height: 200px;
		object-fit: cover;
	}
	.level-banner .level-banner-box .level-banner-heading {
		font-size: 22px;
	}
	.level-url {
		padding: 15px 0;
	}
	.level-url .level-url-list .level-url-list__item {
		padding-bottom: 15px;
	}
	.level-url .level-url-list .level-url-list__item:last-child {
		padding-bottom: 0;
	}
	.level-url .level-url-list .level-url-list__item .level-url-list__url {
		padding-bottom: 3px;
	}
	.level-heading-trung-hoc {
		font-size: 24px !important;
	}
	.level-intro-text .level-intro-link a {
		font-size: 14px;
	}
	.level-intro-detail .nav-pills .nav-link {
		font-size: 16px;
		padding: 5px 20px;
	}
	.tab-content-description p, .level-intro-accordion .card-body p, .level-faq-accordion .card-body p {
		font-size: 14px;
	}
	.level-extra-item {
		margin: 60px 10px;
	}
	.level-extra-item:after {
		background: rgba(0, 0, 0, .7);
	}
	.aca-caterory-tab .aca-caterory-tab__lists .aca-caterory-tab__list {
		width: 100%;
	}
	.aca-news-list-box .entry-content p {
		-webkit-line-clamp: 4;
	}
	.header-post .header-post-block {
		min-height: 300px;
	}
	.header-post .header-post-block .header-post-cont .entry-header {
		margin-top: 150px;
	}
	.block-related .aca-news-list-box {
		margin-bottom: 15px;
	}
	.custompage .custompage-top .top-content {
		min-height: 300px;
	}
	.custompage .custompage-top .top-content .heading-wrap h1 {
		font-size: 28px;
	}
	.level-banner .level-banner-box:after {
		left: 5%;
		right: 5%;
	}
	.level-life-box .level-life-box__desc {
		font-size: 14px;
	}
	#modal-contact .modal-dialog {
		max-width: 100%;
	}
}

/* Other small phones devices less than 375px */
@media (max-width: 374.98px) {
	.top-header-right ul li a i {
		font-size: 18px;
	}
	.home-heading {
		font-size: 28px;
	}
	.home-heading-underlined:after {
		width: 140px;
	}
	.home-news .row > .col-7.col-md-6 {
		padding-left: 0;
	}
	.home-visit-info .home-visit-info__heading {
		width: 100%;
	}
	.level-extra-item {
		margin: 42px 10px;
	}
	.socials-share .heading-share h4 {
		font-size: 20px;
		margin-right: 5px;
	}
}