/*
Theme Name: Anothemes
Theme URI: https://anothemes.vn/
Author: Anothemes
Author URI: https://anothemes.vn/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url(fonts/fonts.css);

/* Css */
@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(css/animate.css);
@import url('libs/slick/slick-theme.css');
@import url('libs/slick/slick.css');
@import url('libs/swiper/swiper-bundle.min.css');

/*==========================================================
	2. GENERAL
==========================================================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-size: 14px;
	color: #757575;
	font-family: 'Lexend Deca', 'UTM Avo';
	background: #0E1E4F;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin-bottom: 1em;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

a {
	color: #373737;
	text-decoration: none;
}

a:hover {
	color: #e31e1e;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a,
button,
input {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

input {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
	border: 1px solid #d5d5d5;
	padding: 8px 15px;
	font-size: 14px;
	color: #757575;
	font-style: italic;
	border-radius: 0;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
	border-color: #e31e1e;
	outline: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-color: #FCD998;
}

iframe {
	max-width: 100%;
}

ul li {
	list-style: none;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.align-center {
	align-items: center;
}

.justify-content-around {
	justify-content: space-around;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

/* custom bootstrap css */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after,
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.hidden {
	display: none !important;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

@media (min-width:1376px) {
	.container {
		width: 1370px
	}
}

@media (min-width: 1500px) {
	.container {
		width: 1472px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

/* wordpress default style */
.single .entry-content h1,
.comment-content h1,
.single .entry-content h2,
.comment-content h2,
.single .entry-content h3,
.comment-content h3,
.single .entry-content h4,
.comment-content h4,
.single .entry-content h5,
.comment-content h5,
.single .entry-content h6,
.comment-content h6,
.single .entry-content p,
.comment-content p,
.single .entry-content table,
.comment-content table,
.single .entry-content dl,
.comment-content dl,
.single .entry-content pre,
.comment-content pre,
.single .entry-content ul,
.comment-content ul,
.single .entry-content ol,
.comment-content ol {
	margin-bottom: 20px;
}

.single .entry-content ul,
.comment-content ul {
	list-style: none;
}

.single .entry-content ul {
	margin: 0 0 20px;
}

.single .entry-content ul li:before,
.comment-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
}

.post-password-form input[type="password"] {
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
}

.post-password-form input[type="submit"] {
	border: 1px solid #242627;
	background: none;
	color: #242627;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
	background: #242627;
	color: #FFF;
}

.screen-reader-text {
	display: none
}

.gallery:after {
	content: "";
	display: block;
	clear: both;
	margin: 0 -5px 20px;
}

.gallery-item {
	float: left;
	padding: 0 5px;
	margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
	float: none;
	display: block;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
	padding: 5px;
	font-style: italic;
}

.gallery-caption {
	text-align: left;
	font-style: italic;
	padding: 5px 0;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

/*.aligncenter {
	display: block;
	margin: 0 auto 20px;
}*/
.bypostauthor {
	display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
	margin: auto;
}

.searchform {
	display: inline-block;
}

.searchform>div {
	position: relative;
	width: 250px;
}

.searchform>div:before {
	position: absolute;
	top: 5px;
	right: 8px;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 14px;
	color: #e7e7e7;
}

.searchform label {
	display: none;
}

.searchform #s {
	width: 100%;
	background: none;
	height: 33px;
	padding: 5px 45px 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #e7e7e7;
	font-style: italic;
}

.searchform #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	background: none;
	border: none;
	font-size: 0;
}

.star-rating {
	font-family: FontAwesome;
	font-size: 13px;
	height: 1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 74px;
	letter-spacing: 3px;
}

.star-rating:before {
	color: #b5b5b5;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}

.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
	color: #ffe931;
}

.thumbnail {
	border-radius: 0;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

.admin-bar .site-header {
	top: 32px;
}

.mid-header {
	padding: 18px 0 0;
	background: #ffffff;
}

.mid-header .container {
	justify-content: space-between;
}

.right-header {
	padding-top: 20px;
	position: relative;
}

.main-menu {
	display: flex;
	align-items: center;
}

.main-menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.main-menu>ul>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
	padding: 0 0 26px;
}

.main-menu ul li:last-child {
	margin-right: 0;
}

.main-menu ul li a {
	display: block;
	color: #23265A;
	line-height: 1.2;
	font-size: 25px;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	position: relative;
}

.main-menu ul>li>a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #8DB7E1;
	border-radius: 50%;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li a:hover,
.main-menu .current-menu-item a,
.main-menu .sub-menu>li.current-menu-item>a,
.main-menu .current-menu-parent>a {
	color: #e31e1e;
	background: rgba(255, 255, 255, 0.02);
}

/* menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-446 has-child */
.menu-main {
	display: inline-block;
	vertical-align: middle;
}

.main-menu .searchform {
	float: right;
	margin-top: 3px;
}

.main-menu .sub-menu {
	position: absolute;
	top: -290px;
	left: 0;
	width: max-content;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	padding: 7px 11px 6px 38px;
}

.main-menu .sub-menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: #8DB7E1;
}

.main-menu .sub-menu>li {
	margin-right: 0;
	display: block;
}

.main-menu .sub-menu>li>a {
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	padding: 8px 0 7px;
	border-bottom: 1px solid rgba(141, 183, 225, .19);
	color: #23265A;
}

.main-menu>ul>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 54px;
	/*transition-delay: 0.3s;*/
}

.main-menu>ul>li:hover>a:before {
	opacity: 1;
	visibility: visible;
	bottom: -23px;
}

.main-menu>ul>li>.sub-menu a:before {
	bottom: unset;
	top: 17px;
	left: 0;
}

.main-menu .sub-menu>li:hover>a {
	padding-left: 5px;

}

.main-menu .sub-menu>li:hover>a:before {
	left: -15px;
	opacity: 1;
	visibility: visible;
}

.mobile-menu {
	display: none;
	text-align: center;
	color: #000;
	cursor: pointer;
}

.main-menu .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: none;
}

/* Style flag */
.header-language {
	margin-right: 40px;
}

.header-language ul li img {
	width: 27px;
	height: 27px;
	position: relative;
	z-index: 2;
}

.header-language ul li a {
	position: relative;
	display: flex;
	width: 27px;
	height: 27px;
	box-shadow: 2px 2px 4px 0px #00000040;
	border-radius: 100%;
}

.header-language ul li .flag-acv {
	margin-left: 0px;
	order: 1;
}

.header-language.open-lang ul li .flag-acv {
	margin-left: 15px;
}

.header-language .sub-lang {
	width: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

.header-language.open-lang .sub-lang {
	width: auto;
	opacity: 1;
	visibility: visible;
}

.header-language .lang-prarent {
	padding: 0px;
	background-color: #F0F1F1;
	border-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

.header-language.open-lang .lang-prarent {
	padding: 6px;
}

.header-language ul li a::before {
	content: "";
	width: 33px;
	height: 33px;
	display: inline-block;
	border-radius: 100%;
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	left: -3px;
	top: -3px;
}

.header-language ul li a[title="en"]::before {
	width: 32px;
	height: 32px;
}

.header-language>ul>li {
	display: flex;
}

/*
.header-language ul li .sub-lang li {
	width: 31px;
	height: 31px;
	background-color: #FFF;
}

.header-language>ul>li>a {
	width: 31px;
	height: 31px;
	background-color: #FFF;
	display: block;
} */

/* End Style flag */

/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
	min-height: 300px;
}

.breadcrumbs {
	margin-bottom: 30px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs li:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	content: "\f101";
	font-family: FontAwesome;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.left-content .site-content {
	float: right;
}

.site-content {
	line-height: 24px;
}

.site-main .widget {
	margin-bottom: 50px;
}


.site-main .widget-title {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

.widget_nav_menu .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_nav_menu .menu li {
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.widget_nav_menu .menu li:last-child {
	border-bottom: none;
}

.widget .searchform {
	display: block;
}

.widget .searchform>div {
	width: auto;
}

.widget .searchform #s {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-main .widget_blog_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_blog_widget ul li,
.widget_categories ul li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget_blog_widget ul li:first-child,
.widget_categories ul li:first-child {
	padding-top: 0;
}

.widget_blog_widget ul li:last-child,
.widget_categories ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.widget_blog_widget .thumb {
	display: block;
	width: 70px;
	margin-right: 20px;
	float: left;
}

.widget_blog_widget li p {
	display: block;
	display: -webkit-box;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	max-height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0 5px;
}

.widget_blog_widget li p a {
	color: #FFF;
}

.widget_blog_widget li p a:hover {
	text-decoration: underline;
}

.widget_blog_widget li span {
	font-size: 12px;
	color: #999999;
}
.widget_categories ul li a {
	color: #FFF;
	font-size: 16px;
}
.widget_categories ul li a:hover {
	text-decoration: underline;
}

article.post {
	margin-bottom: 30px;
}

.post-title {
	border-bottom-style: dashed;
}

.post-thumb {
	margin-bottom: 10px;
	border-radius: 0;
}

.post-thumb a {
	display: block;
}

.post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.post-thumb a:hover img {
	opacity: 0.8;
}

.post-meta>* {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 13px;
	margin-bottom: 5px;
}

.post-meta>*:last-child {
	margin-right: 0;
}

.post-meta>* i {
	margin-right: 5px;
	font-size: 12px;
}

.site-404 {
	max-width: 470px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.site-404 h1 {
	margin-bottom: 50px;
}

.site-404 h1 strong {
	display: block;
	font-size: 150px;
	color: #D12424;
}

.site-404 h1 span {
	font-size: 32px;
	text-transform: uppercase;
	color: #D12424;
}
.site-404 p {
	font-size: 18px;
	color: #fFF;
	margin-bottom: 15px;
}
.site-404 .pri-button {
	background: #e54041;
	color: #FFF;
	border-radius: 45px;
    font-size: 25px;
    line-height: 36px;
    padding: 15px 48px 15px;
    font-family: 'Lexend Deca', 'iCiel-Cadena';
    display: inline-block;

}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- Header --*/
.top-header {
	background: #D12424;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

.top-header .container {
	min-height: 48px;
	justify-content: flex-end;
}

.info li {
	margin-left: 40px;
}

.info li:first-child {
	margin-left: 0;
}

.info li>* {
	display: inline-block;
	vertical-align: middle;
}

.info li img {
	margin-bottom: -1px;
}

.info li a {
	color: #fff;
	letter-spacing: 0.06em;
	font-size: 16px;
	line-height: 19px;
	margin-left: 10px;
}

.register {
	background: #e54041;
	border-radius: 50px;
	padding: 24px 0;
	width: 180px;
	position: relative;
	margin-left: 20px;
	margin-top: -20px;
}

.register p {
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
	margin-bottom: 0;
}

.register p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 100%;
	height: 100%;
	background: #9B292F;
	border-radius: 50px;
	z-index: -1;
}

.register p span {
	display: block;
	background: #fff;
	border-radius: 50px;
	padding: 8px 14px;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	color: #23265A;
}

.register img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}

.site-header .list-languages {
	margin: 0 0px 0 20px;
	padding: 0;
	list-style: none;
}

.site-header .list-languages li {
	position: relative;
}

.site-header .list-languages>li {
	padding-bottom: 26px;
}

.site-header .list-languages li .dropdown-list-languages li {
	padding: 5px 0;
}

.site-header .list-languages li .dropdown-list-languages li:first-child {
	padding-top: 10px;
}

.site-header .list-languages li a {
	position: relative;
	display: inline-block;
	color: #23265A;
	line-height: 24px;
	font-size: 20px;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
}

.site-header .list-languages li a:hover {
	color: #e31e1e;
}

.site-header .list-languages .dropdown-list-languages {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s linear 300ms, opacity 300ms;
	transition: visibility 0s linear 300ms, opacity 300ms;
	background-color: #FFF;
	min-width: 65px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -12px;
}

.site-header .list-languages .dropdown-list-languages::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	bottom: 9px;
	right: 50%;
	margin-right: -7px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.site-header .list-languages>li:hover .dropdown-list-languages {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	-webkit-transition: visibility 0s linear 0s, opacity 300ms;
	transition: visibility 0s linear 0s, opacity 300ms;
}

/* -- home-page --*/
/* .admin-bar .section-home-banner{
	height: calc( 1080px - 32px );
} */
.section-home-banner {
	height: 1080px;
	position: relative;
	background: #fff;
}

.section-home-banner .bg-banner img {
	/* position: absolute;
	bottom: 0; */
	/* left: -60px; */
	width: 65.2%;
	height: 1080px;
}

.bg-banner img.stone-svg {
	position: absolute;
	width: auto;
	height: auto;
	left: -10px;
	bottom: 0;
	z-index: 1;
}

.bg-banner img.leaf1-svg {
	position: absolute;
	width: 136px;
	height: auto;
	left: 502px;
	bottom: 12px;
	z-index: 2;
}

.bg-banner img.leaf2-svg {
	position: absolute;
	width: 136px;
	height: auto;
	left: 58.5%;
	bottom: 12px;
	z-index: 1;
	transform: rotate(-30deg);
}

.bg-banner img.leaf3-svg {
	position: absolute;
	width: 205px;
	height: auto;
	left: 40%;
	bottom: 0px;
}

.bg-banner img.leaf4-svg {
	position: absolute;
	width: 193px;
	height: auto;
	left: 13%;
	bottom: 38%;
	transform: scalex(-1) rotate(-10deg);
	z-index: 0;
}

.bg-banner img.leafs-svg {
	position: absolute;
	width: 658px;
	height: auto;
	left: -60px;
	bottom: -85px;
	transform: rotate(0deg);
	z-index: 3;
}

.container-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	z-index: 1;
}

.wow:first-child {
	visibility: hidden;
}

.section-home-banner .img-banner {
	position: absolute;
	bottom: 1.25rem;
	left: -1.5%;
}

.section-home-banner .img-register {
	position: absolute;
	top: 16rem;
	right: 0;
}

.list-home-slider {
	position: absolute;
	top: 20px;
	left: -1px;
	height: 94%;
	padding: 0 20px;
}

.img-register>img {
	position: relative;
	z-index: 3;
}

.list-home-slider .owl-stage-outer,
.list-home-slider .owl-stage,
.list-home-slider .owl-item,
.list-home-slider .item-banner-slider,
.list-home-slider .item-banner-slider img {
	height: 100%;
}

.list-home-slider .item-banner-slider img {
	object-fit: cover;
}

.register-banner {
	position: absolute;
	bottom: 80px;
	right: 5px;
	width: 290px;
	padding: 39px 0;
	animation-duration: 2s;
	animation-delay: 0s;
	-webkit-animation-name: registerfadeIn;
	animation-name: registerfadeIn;
}

@-webkit-keyframes registerfadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes registerfadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.register-banner p {
	left: 12px;
}

.register-banner p span {
	padding: 10px 20px;
	font-size: 27px;
	line-height: 37px;
}

.register-banner p:before {
	left: 10px;
}

.register-banner p:after {
	content: "";
	background: url('./images/bg_res.png');
	position: absolute;
	bottom: 15px;
	left: -150px;
	width: 123px;
	height: 149px;
}

.register-banner img {
	width: 26px;
	right: 15px;
}

.section-home-about {
	margin-top: -60px;
	position: relative;
}

.section-home-about .container {
	height: auto;
	position: relative;
	left: unset;
	top: unset;
	transform: unset;
	z-index: 3;
	padding: 147px 15px;
}

.bg-ab-banner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	width: 100%;
}

.bg-ab-banner .bg-ab-banner-mb {
	display: none;
}

.bg-ab-banner img {
	height: 100%;
	width: 100%;
}

.main-h-about {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}

.left-top {
	width: 220px;
}

.left-top .main-left-top {
	background: #FFF;
	border-radius: 29px;
	text-align: center;
	padding: 45px 10px 21px;
	position: relative;
	height: fit-content;

}

.left-top h2 {
	font-size: 25px;
	line-height: 30px;
	color: #23265A;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	margin-bottom: 0;
}

.left-top .main-left-top:before {
	content: "";
	background: url(./images/icon_ytb.png);
	position: absolute;
	top: -15px;
	left: 50%;
	width: 74px;
	height: 55px;
	transform: translateX(-50%);
}

.left-top h2 span {
	display: block;
}

.color-text {
	color: #E54041;
}

.right-top {
	width: calc(100% - 220px);
	padding-left: 9px;
}

.sub-top-about {
	align-items: flex-end;
}

.list-info-about {
	margin-bottom: -30px;
}

.btn-list-info-about {
	display: none;
}

.list-info-about li {
	margin-right: 9px;
}

.list-info-about li:last-child {
	margin-right: 0;
}

.top-right {
	justify-content: space-between;
	align-items: flex-end;
}

.top-right .register {
	height: fit-content;
	width: 162px;
	padding: 22px 0;
}

.top-right .register p span {
	width: 119px;
	padding-left: 20px;
}

.desc-top-about {
	position: relative;
}

.desc-top-about p {
	margin-top: 35px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	width: calc(100% - 240px);
	margin-left: auto;
}

.desc-top-about:after {
	content: "";
	background: url(./images/icon_down.png);
	position: absolute;
	top: -35px;
	left: 5%;
	width: 129px;
	height: 129px;
}

.img-about {
	text-align: right;
	/*margin-top: 30px;*/
	display: block;
	position: relative;
	max-width: 1011px;
	margin: 0 auto;
}

/*.img-about.open img{
	opacity: 0;
}*/
.img-about iframe {
	width: 100%;
	height: 600px;
}

.img-about.open .about-thumbnail {
	display: none;
}

.img-about .video-about-mb {
	display: none;
}

.section-home-timetable {
	background: #0E1E4F;
	margin-top: -40px;
	padding-top: 130px;
	padding-bottom: 155px;
}

.timetable-inner {
	display: none;
	background: #D0E6F4;
	border-radius: 30px;
	padding: 50px 40px 98px 30px;
	min-height: 670px;
	border: 10px solid #FFF;
	position: absolute;
	top: 0;
	left: 0;
}

.timetable-inner.active {
	display: block;
	position: relative;
}

.timetable-inner.no-img {
	padding: 42px 45px 60px 60px;
}

.timetable-inner.no-img .right-sub-main {
	width: 100%;
}

.timetable-inner.no-img .content-right-sub img {
	width: 100%;
}

.timetable-inner.no-img .content-right-sub p {
	margin-bottom: 60px;
	text-align: center;
}

.timetable-inner.no-img .content-right-sub p img {
	margin-bottom: -45px;
	width: 100%;
}

.timetable-inner.no-img .register.register-time {
	margin-top: -50px;
	margin-left: auto;
}

/* .main-timetable {
	margin: 0 -52px;
} */

.timetable-tabs {
	position: relative;
}

.timetable-content {
	margin-left: auto;
	max-width: 1150px;
	position: relative;
}

.timetable-head {
	position: absolute;
	left: 0;
	top: 10px;
}

.timetable-head-mb {
	display: none;
}

.left-sub-main {
	width: 75%;
	text-align: center;
	padding-right: 20px;
}

.right-sub-main {
	width: 25%;
}

.timetable-tab {
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	margin-bottom: 10px;
}

.timetable-tab:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	background: rgba(193, 219, 245, .55);
	border-radius: 40px;
	width: 208px;
	height: 68px;
}

.timetable-tab img {
	position: relative;
	z-index: 2;
}

.timetable-tab:hover,
.timetable-tab.active {
	padding-left: 35px;
}

.content-right-sub {
	font-size: 19px;
	line-height: 24px;
	color: #000;
}

.register.register-time {
	margin-left: unset;
	width: 166px;
	display: block;
	padding: 22px 0;
	margin-top: 90px;
}

.register.register-time p span {
	width: 120px;
	text-align: center;
	padding: 0;
	font-size: 15px;
	line-height: 31px;
	height: 33px;
}

.register.register-time img {
	width: 15px;
	right: 13px;
}

.register-sub-time {
	margin: 27px 140px 58px auto;
	display: block;
	text-align: right;
	line-height: 0;
}

.content-commit {
	padding: 0 15px;
}

.list-commit {
	margin: 50px -17px 0;
}

.list-commit .item-commit {
	width: 33.33%;
	padding: 0 17px;
}

.commit-inner {
	height: 100%;
}

.commit-thumb {
	background: #fff;
	border-radius: 35px;
	text-align: center;
	padding: 17px 0 9px;
	line-height: 0;
}

.commit-title {
	margin-top: -9px;
	text-align: center;
}

.commit-desc {
	background: #fff;
	border-radius: 35px;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	padding: 67px 22px 36px;
	margin-top: -35px;
}

.section-home-comment {
	position: relative;
	padding: 56px 0 175px;
}

/*.section-home-comment:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(./images/icon_vien.png);
}*/
.comment-inner {
	display: none;
	position: absolute;
	top: 70px;
}

.comment-inner.active {
	display: block;
	position: relative;
	left: 0;
	top: 0;
}

.title-comment {
	color: #b1d8ff;
	font-size: 38px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 38px;
}

.title-comment p {
	margin-bottom: 0;
}

.title-comment span {
	color: #fff;
	display: block;
}

.comment-head {
	width: 100%;
}

.comment-head ul {
	background: #fff;
	width: 100%;
	border-radius: 50px;
}

.comment-head ul li {
	width: 33.33%;
	font-size: 24px;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	text-align: center;
	position: relative;
	padding: 22px 0 28px;
	cursor: pointer;
	color: #23265A;
}

.comment-head ul li span {
	position: relative;
	z-index: 2;
}

.comment-head ul li.active {
	color: #e54041;
}

.comment-head ul li.active:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 102%;
	height: 120%;
	top: -10px;
	left: 0;
	border-radius: 60px;
	border: 10px solid #e54041;
	box-shadow: 3px 6px 6px rgb(0 0 0 / 16%);
}

.comment-slide.owl-carousel .comment-thumb img {
	width: auto;
	margin: 0 auto;
}

.comment-content {
	background: url(./images/bg_comment.png) no-repeat;
	padding: 70px 0 160px;
	margin: 67px 18px 0;
	position: relative;
	background-size: cover;
}

.item-comment-inner {
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.comment-desc {
	font-size: 19px;
	line-height: 24px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 45px;
}

.name-comment {
	font-size: 20px;
	line-height: 29px;
	color: #FA4542;
	font-weight: 700;
}

.icon-quote {
	position: absolute;
}

.icon-quote-left {
	top: 127px;
	left: 150px;
}

.icon-quote-right {
	bottom: 165px;
	right: 115px;
}

.section-advise {
	margin-top: 138px;
}

.section-advise {
	padding: 0 15px;
}

.left-advise {
	width: 33.33%;
}

.left-advise .item-img:last-child {
	margin-top: -40px;
}

.right-advise {
	width: 66.67%;
	padding-left: 10%;
}

.main-right-advise {
	background: #fff;
	border-radius: 35px;
	padding: 50px 70px 45px;
}

.main-right-advise div {
	color: #e54041;
	font-size: 38px;
	line-height: 62px;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	text-align: center;
	margin-bottom: 38px;
}

.main-right-advise form input {
	border: 2px solid #8DB7E1;
	width: 100%;
	border-radius: 23px;
	margin-bottom: 15px;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	color: #23265A;
	font-size: 18px;
	line-height: 26px;
	padding: 18px 20px 19px 20px;
	font-style: normal;
}

.main-right-advise form input::-webkit-input-placeholder {
	/* Edge */
	color: #23265A;
}

.main-right-advise form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #23265A;
}

.main-right-advise form input::placeholder {
	color: #23265A;
}

.formSubmit {
	text-align: center;
	margin-top: 25px;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.formSubmit .wpcf7-spinner {
	position: absolute;
	bottom: -25px;
	transform: translateX(-50%);
	left: 50%;
	margin: 0
}

.main-right-advise form input[type=submit] {
	background: #e54041;
	color: #FFF;
	border: 0;
	display: inline-block;
	border-radius: 45px;
	width: auto;
	font-size: 25px;
	line-height: 36px;
	padding: 13px 48px 15px;
	margin-bottom: 0;
	cursor: pointer;
}

.main-right-advise .wpcf7 .ajax-loader {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.section-home-news {
	background: url(./images/bg_news.png) no-repeat;
	margin-top: -30px;
	position: relative;
	padding: 77px 0 156px;
	background-size: cover;
}

.title-news-section {
	margin-bottom: 55px;
}

.title-news-section h2 {
	color: #23265a;
	font-size: 45px;
	line-height: 63px;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	margin-bottom: 7px;
}

.title-news-section p {
	font-size: 20px;
	text-transform: uppercase;
	color: #23265a;
	line-height: 27px;
	margin-bottom: 0;
}

.main-news {
	padding: 0 30px;
}

.list-news {
	margin: 0 -25px;
}

.item-news {
	padding: 0 25px;
}

.item-news-home {
	width: 33.33%;
	margin-bottom: 50px;
}

.title-center {
	text-align: center;
}

.news-inner {
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	padding: 24px 30px 97px;
	height: 100%;
	position: relative;
}

.register-news {
	display: block;
	position: absolute;
	bottom: 24px;
	right: 35px;
	padding: 18px 0px;
	width: 126px;
}

.register.register-news p span {
	padding: 5px 17px;
	font-size: 12px;
	line-height: 16px;
}

.thumb-news a {
	display: block;
	line-height: 0;
	border-bottom: 1px solid #8DB7E1;
	padding-bottom: 21px;
	margin-bottom: 21px;
}

.news-title a {
	font-size: 20px;
	line-height: 24px;
	color: #23265a;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	margin-bottom: 13px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.news-desc {
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	color: #23265a;
	line-height: 24px;
}

.news-desc p:last-child {
	margin-bottom: 0;
}

/*==========================================================
	7. FOOTER
==========================================================*/
.site-bottom {
	padding: 150px 0 0;
}

.site-bottom a {
	color: #f7f7f7;
}
.site-bottom a:hover {
	text-decoration: underline;
}

.site-bottom .widget {
	background: none;
	padding: 0;
	border: none;
	margin-bottom: 30px;
}

.site-bottom .widget-title {
	border-color: rgba(255, 255, 255, 0.1);
	color: #f7f7f7;
	/* font-size: 16px; */
}

.site-bottom .widget_nav_menu .menu li {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-bottom .widget_nav_menu .menu li a:hover {
	color: #e31e1e;
}

.site-footer {
	padding: 100px 0 45px;
	position: relative;
}

.site-footer .img-footer {
	position: absolute;
	bottom: 0;
	line-height: 0;
}

.site-footer .socials {
	text-align: right;
}

.copyright {
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.bottom-container {
	max-width: 1490px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.top-bottom {
	max-width: 500px;
	border-bottom: 1px solid #fff;
	padding-bottom: 57px;
}

.main-bottom {
	justify-content: space-between;
}

.list-socials li {
	display: inline-block;
}

.list-main-bottom {
	padding-top: 43px;
}

.item-bottom ul li {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.top-bottom ul li {
	margin-bottom: 29px;
}

.top-bottom ul li:last-child {
	margin-bottom: 0;
}

/* study */
.container-study {
	max-width: 1472px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}

.main-study-child {
	background: #fff;
	margin-top: 270px;
	padding: 55px 0;
	border-top-left-radius: 46px;
	border-top-right-radius: 46px;
	margin-bottom: 40px;
}

.list-tabs {
	max-width: 283px;
	width: 100%;
	background: #fff;
	box-shadow: 5px 5px 6px rgb(0 0 0 / 16%);
	border-radius: 46px;
	overflow: hidden;
	padding: 28px 10px 20px;
	height: fit-content;
	margin-left: -72px;
}

.list-tabs.fixed {
	position: sticky;
}

.content-main-study .custom-page {
	margin-top: 0;
	background: #FFF;
}

.content-main-study {
	width: calc(100% - 271px);
	padding-bottom: 150px;
	padding-left: 50px;
	text-align: center;
	color: #23265a;
}

.list-tabs li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #23265a;
	text-align: center;
	display: block;
}

.ab-casa-title-up .list-tabs li a {
	text-transform: uppercase;
}

.line {
	margin: 15px auto 10px;
	border: 1px dashed #707070;
	max-width: 155px;
	width: 100%;
}

.list-tabs li.active-tabs a,
.list-tabs li:hover a {
	color: #E54041;
}

.content-main-study h3 {
	font-size: 50px;
	line-height: 69px;
	color: #23265a;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	text-align: center;
	margin-bottom: 55px;
}

.sub-content p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sub-content p img {
	margin-bottom: 14px;
	/*	height: 319px;
	object-fit: cover;*/
}

.sub-content p:nth-last-child(2) {
	margin-bottom: 28px;
}

.sub-content p:last-child {
	margin-bottom: 0;
}

.skill-info p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 55px;
}

.skill-info {
	margin-top: 55px;
}

.img-schedule {
	margin-top: 68px;
}

.list-skill-info {
	margin: 0 -13px;
}

.list-skill-info li {
	width: 20%;
	padding: 0 13px;
}

.list-skill-info li h3 {
	border-radius: 22px;
	background: #E54041;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	height: 100%;
	padding: 7px 0;
	font-weight: normal;
}

.title-commit h2 {
	color: #E54041;
	font-size: 38px;
	padding: 23px 0px 27px;
	text-align: center;
	background: #fff;
	border-radius: 60px;
	box-shadow: -3px 4px 5px rgb(0 0 0 / 45%);
	font-weight: 700;
}

.title-commit h2 .color-text {
	color: #23265a;
}

.custom-page {
	background: #F0F7FF;
	border-radius: 100px 100px 0px 0px;
	margin-top: 270px;
}

/* Study 18t */
.study-child-18t table tbody {
	margin: 0 -10px;
}

.study-child-18t table tbody {
	display: flex;
	flex-wrap: wrap;
}

.study-child-18t table tr {
	width: 100%;
	display: flex;
}

.study-child-18t table tr td {
	padding: 10px;
	line-height: 0;
}

.study-child-18t table tbody tr:nth-of-type(2n-1) td:first-child,
.study-child-18t table tbody tr:nth-of-type(2n) td:last-child {
	width: 55.934% !important;
}

.study-child-18t table tbody tr:nth-of-type(2n-1) td:last-child,
.study-child-18t table tbody tr:nth-of-type(2n) td:first-child {
	width: calc(100% - 55.934%) !important;
}

.study-child-18t table tbody tr td img {
	height: 100%;
	object-fit: cover;
	width: auto;
}

/* End Study 18t */
/*page-place*/
.place-page {
	/*padding-bottom: 247px;*/
	padding-bottom: 267px;
	margin-top: 221px;
}

.section-about-place {
	background: #8DB7E1;
	box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.15);
	padding: 70px 60px 72px;
	border-radius: 100px;
	color: #23265A;
}

.top-about-place {
	border: 2px solid #FFF;
	border-radius: 80px;
	padding: 55px 120px 96px;
	position: relative;
	margin-bottom: 90px;
}

.top-about-place h1 {
	font-size: 126px;
	line-height: 172px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.top-about-place h1 .color-text {
	display: block;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	font-weight: 900;
	font-size: 124px;
	line-height: 171px;
	color: #FFF;
}

.add_place .icon-address {
	width: 72px;
}

.add_place {
	align-content: center;
}

.add_place p {
	max-width: 582px;
	width: 100%;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 0;
}

.top-about-place .img-about-place {
	position: absolute;
	top: 50%;
	right: -130px;
	transform: translateY(-50%);
	background: #E9F5FF;
	box-shadow: 0px 10px 14px rgb(0 0 0 / 20%);
	border-radius: 50%;
	padding: 30px;
	overflow: hidden;
}

.info-admin-place {
	padding: 0 40px;
}

.info-admin .img-admin {
	background: #FFF;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
	width: fit-content;
}

.info-admin .img-admin img {
	display: block;
}

.title-sub-place {
	font-size: 24px;
	line-height: 1.5;
	color: #23265A;
	font-weight: bold;
	display: block;
}

.content-item-info {
	font-size: 28px;
	line-height: 1.5;
	color: #23265A;
}

.info-admin .title-sub-place {
	margin-bottom: 10px;
}

.info-contact .title-sub-place {
	margin-bottom: 30px;
}

.info-admin .content-info h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.info-admin .content-info p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
}

.info-admin {
	width: 30.8%;
	padding-right: 20px;
}

.info-contact {
	width: calc(100% - 30.8%);
	position: relative;
}

.main-info-contact {
	background: #FFFFFF;
	box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
	max-width: 760px;
	margin-left: auto;
	padding: 55px 60px 65px;
}

.img-item-info {
	padding-top: 10px;
	margin-right: 30px;
}

.content-item-info p,
.main-info-contact li {
	margin-bottom: 30px;
}

.content-item-info p:last-child,
.main-info-contact li:last-child {
	margin-bottom: 0;
}

.img-info-search {
	position: absolute;
	background: #0E1E4F;
	box-shadow: 7px 7px 9px rgb(0 0 0 / 15%);
	border-radius: 10px;
	width: 125px;
	text-align: center;
	padding: 24px 0;
	top: 55px;
	left: 0;
}

.section-class-place {
	padding: 110px 0 0;
}

.section-class-place h2 {
	font-size: 45px;
	line-height: 1.5;
	text-align: center;
	color: #333;
}

.section-class-place h2 .color-text {
	display: block;
	text-transform: uppercase;
}

.line-section {
	width: 40px;
	height: 1px;
	margin: 35px auto 0;
	display: block;
	background: #E54041;
}

.list-class {
	padding: 0 97px;
}

.list-class .item-class {
	margin-bottom: 128px;
}

.list-class .item-class:last-child {
	margin-bottom: 0;
}

.list-class .item-class:first-child {
	margin-top: 138px;
}

.sub-item-class {
	width: 50%;
}

.right-item-class {
	background: #E54041;
	padding: 0 60px 40px;
	position: relative;
	border-radius: 0px 40px 40px 0px;
}

.left-item-class img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.right-item-class h3 {
	text-align: left;
	padding-top: 83px;
}

.place-page .section-class-place .item-class .right-item-class h3 {
	font-size: 32px;
	line-height: 1.5;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 11px;
	display: block;
}

.thumb-news img {
	width: 100%;
	display: block;
}

.right-item-class p {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 42px;
}

.icon-class {
	position: absolute;
	top: -50px;
	left: 60px;
}

.icon-class img {
	display: block;
}

.view-more img,
.view-more-blog img {
	display: inline-block;
	vertical-align: middle;
}

.view-more-blog img {
	width: 25px;
}

.post-info .view-more-blog img {
	width: 22px;
}

.view-more span,
.view-more-blog span.text {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #23265A;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.section-teacher-place {
	padding: 0 138px 0;
	margin-bottom: 150px;
}

.section-teacher-place .title-teacher {
	font-weight: bold;
	font-size: 40px;
	line-height: 59px;
	color: #E54041;
	text-align: center;
	margin-bottom: 70px;
}

.list-teacher {
	margin: 0 -45px;
}

.list-teacher li {
	width: 33.33%;
	padding: 0 45px;
	text-align: center;
}

.img-item-teacher {
	background: #E54041;
	border-radius: 50%;
	width: fit-content;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.list-teacher li h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	color: #E54041;
	margin-bottom: 10px;
}

.list-teacher li p {
	font-size: 14px;
	line-height: 19px;
	color: #8DB7E1;
	margin-bottom: 10px;
}

.description-item-teacher {
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #444444;
}

.section-schedule-place {
	text-align: center;
}

.section-schedule-place img {
	margin-bottom: 110px;
}

.page-color {
	background: #FFF;
	margin: -150px 0 0;
	border-radius: 50px;
	width: 100%;
	display: none;
	padding-top: 260px;
}

.left-item-class {
	border-radius: 40px 0px 0px 40px;
	overflow: hidden;
	position: relative;
}

.section-images-class {
	padding-bottom: 217px;
}

.section-images-class h3 {
	font-weight: bold;
	font-size: 40px;
	line-height: 59px;
	text-transform: uppercase;
	color: #8DB7E1;
	text-align: center;
	margin-bottom: 50px;
}

.content-img-slide {
	margin: 0 60px;
	border: 2px solid #8DB7E1;
	border-radius: 30px;
	padding: 20px 48px;
}

.img-slide.owl-carousel .owl-nav>button {
	width: 50px;
	height: 50px;
	background: #8DB7E1;
	text-align: center;
	line-height: 28px;
	position: absolute;
	top: 50%;
	left: -75px;
	color: #FFF;
	font-size: 24px;
	margin-top: -25px;
	border-radius: 5px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

.img-slide.owl-carousel .owl-nav>.owl-next {
	left: auto;
	right: -75px;
}

/* .sub-content p:nth-child(2) {
	margin: 0 -10px;
} */

.page-template-pre-primary .content-main-study .content-pre_primary.sub-content p:nth-child(2) {
	margin-left: 0;
	margin-right: 0;
}

.page-template-pre-primary .content-main-study .content-pre_primary.sub-content .img-pre-pri {
	display: flex;
	flex-wrap: wrap;
	margin: 45px -15px 90px;
}

.page-template-pre-primary .content-main-study .content-pre_primary.sub-content blockquote h3 {
	font-size: 22px;
}

.page-template-pre-primary .content-main-study .content-pre_primary.sub-content .img-pre-pri img {
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.sub-content {
	text-align: left;
}

.sub-content p img {
	margin-bottom: 14px;
	width: 50%;
	padding: 0 10px;
	object-fit: cover;
}

/*teacher-page*/
.teacher-page {
	/*padding: 90px 106px 263px;*/
	padding: 90px 106px 283px;
}

.title-custom-page {
	font-weight: 900;
	font-size: 45px;
	line-height: 1.5;
	color: #23265A;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
}

.teacher-page .title-custom-page {
	margin-bottom: 50px;
}

.item-teacher-page {
	margin-bottom: 100px;
	position: relative;
}

.item-teacher-page:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8DB7E1;
}

.item-teacher-page:last-child {
	margin-bottom: 30px;
}

.left-item-teacher {
	width: 42.277%;
	padding-right: 30px;
}

.right-item-teacher {
	width: calc(100% - 42.277%);
}

.left-item-teacher a,
.left-item-teacher img {
	display: block;
	position: relative;
}

.left-item-teacher img {
	margin-left: auto;
}

.left-item-teacher .image-container {
	position: relative;
}

.left-item-teacher .image-container:before {
	content: "";
	position: absolute;
	background: #8DB7E1;
	width: 25.3125rem;
	height: 25.3125rem;
	bottom: -30px;
	left: 0;
}

.right-item-teacher h3 a {
	font-weight: 900;
	font-size: 35px;
	line-height: 48px;
	color: #E54041;
	margin-bottom: 10px;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
}

.position-teacher {
	font-weight: bold;
	font-size: 25px;
	line-height: 37px;
	color: #8DB7E1;
	margin-bottom: 10px;
}

.content-teacher-page {
	font-size: 19px;
	line-height: 24px;
	text-align: justify;
	color: #23265A;
}

/*rules-page*/
.rules-page {
	text-align: left;
}

.rules-page .title-custom-page {
	margin-bottom: 10px;
	text-align: left;
}

.content-rules-page h2 span {
	font-weight: bold;
	font-size: 35px !important;
	line-height: 51px;
	margin-bottom: 40px;
	display: block;
}

.content-rules-page p {
	font-size: 19px;
	line-height: 24px;
	text-align: justify;
	color: #23265A;
}

.content-rules-page p img {
	margin: 70px auto;
	display: block;
}

/*policy-page*/
.policy-page .title-custom-page {
	margin-bottom: 30px;
}

/*gia-tri-cot-loi*/
.img-core-value {
	margin: 110px 0;
}

.img-core-value img {
	display: block;
	text-align: center;
}

.number-core {
	font-weight: 900;
	font-size: 82px;
	line-height: 113px;
	color: #FFFFFF;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 24px 47px 39px 41px;
	width: 176px;
	max-height: 176px;
}

.sub-content-core h3 {
	font-weight: bold;
	font-size: 40px;
	line-height: 59px;
	color: #FFFFFF;
	padding-bottom: 6px;
	border-bottom: 2px solid #FFFFFF;
	display: inline-block;
	margin-bottom: 8px;
}

.desc-sub-content {
	font-size: 19px;
	line-height: 24px;
	color: #FFFFFF;
}

.content-item-core .desc-sub-content {
	text-align: left;
}

.content-item-core {
	border-radius: 112px;
	padding: 14px 36px 15px 27px;
	align-items: center;
	width: 100%;
}

.sub-content-core {
	width: calc(100% - 176px);
	padding-left: 30px;
}

.list-core-value {
	border-left: 2.5px dashed #333333;
	margin-left: 27px;
}

.list-core-value li {
	margin-bottom: 45px;
	padding-left: 90px;
	position: relative;
}

.line-core {
	width: 57px;
	height: 57px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}

.list-core-value li:last-child {
	margin-bottom: 0;
}

/*electro-page*/
/* .electro-page {
	padding: 90px 106px 221px;
} */

/* .electro-page .title-custom-page {
	margin-bottom: 50px;
} */

.content-electro-page {
	font-size: 19px;
	line-height: 24px;
}

.content-electro-page img {
	margin: 0 auto 70px;
	display: block;
	width: max-content;
}

.content-electro-page p:last-child img {
	margin-top: 70px;
	margin-bottom: 0;
}

.content-electro-page h3 {
	font-size: 29px;
	line-height: 42px;
	margin-bottom: 50px;
}

/*school-page*/
/*.school-page{
	padding: 90px 83px 284px 114px;
}*/
.school-page .title-custom-page {
	margin-bottom: 50px;
}

.content-school-page p:first-child {
	height: 538px;
	width: 538px;
	float: right;
	margin-left: 42px;
}

.content-school-page p:first-child img {
	width: 100%;
}

.content-school-page p {
	font-size: 29px;
	line-height: 40px;
	text-align: justify;
	color: #000000;
	margin-bottom: 30px;
}

/*nutrition-page*/
.nutrition-page {
	padding: 90px 91px 462px;
}

.nutrition-page .title-custom-page {
	margin-bottom: 80px;
}

.content-nutrition-page img {
	margin-bottom: 80px;
}

.content-nutrition-page {
	font-size: 29px;
	line-height: 40px;
	color: #000;
}

.content-nutrition-page h2,
.content-nutrition-page h3,
.content-nutrition-page h4 {
	text-align: center;
	margin-bottom: 40px;
}

.content-nutrition-page h2 span,
.content-nutrition-page h3 span,
.content-nutrition-page h4 span {
	background: #F2F2F2;
	border-radius: 42px;
}

.content-nutrition-page h2 span {
	font-size: 38px;
	line-height: 56px;
	padding: 12px 176px;
}

.content-nutrition-page h3 {
	margin-top: 80px;
}

.content-nutrition-page h3 span {
	font-size: 22px;
	line-height: 32px;
	padding: 9px 117px;
}

/*activities-page*/
.activities-page {
	padding: 90px 78px 348px;
}

.img-about-acti {
	text-align: center;
	margin: 80px 0 70px;
}

.head-tab {
	margin-bottom: 40px;
}

.head-tab ul {
	align-items: center;
	margin: 0 -5px;
}

.head-tab ul li {
	width: 25%;
	padding: 0 5px;
	cursor: pointer;
}

.head-tab li .box-col {
	background: #39BEE1;
	display: inline-block;
	border-radius: 43px;
	position: relative;
	max-width: 298px;
	width: 100%;
	text-align: center;
}

.head-tab li .border-col {
	border: 2px solid transparent;
	padding: 10px;
	border-radius: 43px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.head-tab li.active .border-col {
	border-color: #8DB7E1;
}

.box-col img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.box-col img:last-child {
	left: auto;
	right: 10px;
}

.head-tab ul li span {
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	color: #EDEDED;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	display: inline-block;
	padding: 13px 0 17px;
	width: 100%;
	vertical-align: middle;
}

.tab-acti-inner {
	display: none;
}

.tab-acti-inner.active {
	display: block;
}

.box-inner {
	border: 2px solid #8DB7E1;
	border-radius: 20px;
	padding: 30px 50px 80px;
	text-align: left;
}

.title-inner-tab {
	font-weight: bold;
	font-size: 30px;
	line-height: 44px;
	color: #E54041;
	margin-bottom: 10px;
}

.content-inner-tab {
	font-size: 19px;
	line-height: 24px;
	text-align: justify;
	color: #23265A;
	margin-top: 20px;
	margin-bottom: 70px;
}

.list-img-acti {
	margin: 0 -10px;
}

.list-img-acti li {
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.list-img-acti li img {
	display: block;
}

.about-activities {
	margin-bottom: 110px;
}

.subject-activities h3 {
	font-size: 46px;
	line-height: 67px;
	text-align: center;
	color: #23265A;
	margin-bottom: 30px;
}

.subject-activities h3 .color-text {
	display: block;
	color: #8db7e1;
}

.list-subject-acti {
	margin: 0 -15px 110px;
}

.list-subject-acti .item-subject-acti {
	width: 33.33%;
	padding: 0 15px;
	text-align: center;
}

.img-item {
	margin: 0 auto 110px;
	display: block;
}

.title-sub-subject {
	font-size: 30px;
	line-height: 44px;
	text-align: center;
	color: #23265A;
	font-weight: 700;
	margin: 50px 0 10px;
}

.item-subject-acti:nth-child(2) .title-sub-subject {
	color: #E54041;
}

.content-sub-subject {
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	color: #333333;
}

.list-images-subject {
	margin: 0 -15px;
}

.list-images-subject li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.list-images-subject li img {
	display: block;
}

/*child_18-v2*/

.child_18-v2 .title-custom-page {
	margin-bottom: 40px;
}

.content-child_18.sub-content p,
.content-pre_primary.sub-content p {
	color: #333;
}

.sub-content blockquote h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

.content-child_18.sub-content blockquote h3 {
	padding: 0 48px;
}

.content-child_18.sub-content blockquote p {
	margin-top: 50px;
	margin-bottom: 0;
}

.sub-content blockquote p img {
	margin-bottom: 0;
	width: auto;
}

.content-child_18.sub-content p img {
	margin-bottom: 20px;
}

.content-child_18.sub-content p:nth-child(2) {
	margin-bottom: 20px;
}

/*pre_primary-v2*/

.pre_primary-v2 .title-custom-page {
	margin-bottom: 40px;
}

.content-pre_primary.sub-content blockquote {
	margin-bottom: 70px;
}

.content-pre_primary p img {
	margin-bottom: 30px;
}

.content-pre_primary p img.aligncenter {
	width: auto;
}

.content-pre_primary p img.alignnone {
	height: 324px;
}

.content-pre_primary.sub-content blockquote p {
	margin-top: 66px;
	margin-bottom: 0;
}

.custom-sub-content p:last-child {
	margin-top: 110px;
}

.sub-content img {
	width: max-content;
}

/*child_y3*/
.img-child_y3 {
	margin: 0 -15px;
}

.img-child_y3>p {
	width: 50%;
	padding: 0 15px;
	margin: 0 !important;
}

.content-child_3y p img {
	margin-bottom: 30px;
	width: 100%;
}

.content-child_3y table {
	margin: 37px 0 30px;
}

.content-child_3y table tbody {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.content-child_3y table tbody tr {
	padding: 0 15px;
	height: auto !important;
}

.content-child_3y table tbody tr:first-child {
	width: 50.56%;
	display: flex;
	flex-wrap: wrap;
}

.content-child_3y table tbody tr:first-child td {
	width: 100% !important;
	height: auto !important;
}

.content-child_3y table tbody td {
	line-height: 0;
	height: auto !important;
}

.content-child_3y table tbody td img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

.content-child_3y table tbody tr:first-child td+td {
	margin-top: 30px;
}

.content-child_3y table tbody tr:last-child {
	width: calc(100% - 50.56%);
}

.list-learn {
	margin: 0 -15px;
}

.item-learn {
	width: 33.33%;
	padding: 0 15px;
}

.sub-content .img-learn img {
	height: 80px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.content-main-study .title-learn {
	font-weight: bold;
	font-size: 30px;
	line-height: 44px;
	color: #E54041;
	text-align: center;
	margin: 60px 0;
}

.sub-title-learn p {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	color: #222222;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 20px;
}

.sub-title-learn p {
	margin-top: 40px !important;
}

.img-table-learn {
	margin-top: 110px;
}

.site-header.fixed {
	top: -48px;
}

.admin-bar .site-header.fixed {
	top: -16px;
}

/*.site-header.fixed .top-header{
	opacity: 0;
	visibility: hidden;
}*/

/*Page Photo*/
.main-page-default {
	margin-top: 270px;
}

.main-page-default .page-title {
	font-size: 45px;
	line-height: 1.5;
	color: #e31e1e;
	margin-bottom: 64px;
	text-align: center;
}

.main-photo .main-study-child {
	margin-top: 0;
	padding: 0 70px;
}

.slider-for .slick-slide img {
	height: 800px;
	width: 100%;
	object-fit: cover;
}

.slider-nav {
	margin: 30px -15px 0;
}

.slider-nav .slick-slide {
	margin: 0 15px;
	cursor: pointer;
}

.list-blogs-post {
	margin: 0 -30px;
}

.list-blogs-post .item-blogs-post {
	width: 33.33%;
	padding: 0 30px;
	margin-bottom: 80px;
}

.title-post-photo h3 {
	font-size: 40px;
	line-height: 1.5;
	color: #8DB7E1;
	margin-bottom: 40px;
}

.sub-main-blogs {
	padding: 60px 100px 0;
	background: #FFF;
	border-radius: 53px;
}

.item-blogs-post .post-title a {
	font-size: 25px;
	line-height: 1.5;
	font-weight: 700;
	color: #000;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	margin-bottom: 20px;
}

.item-blogs-post .post-desc {
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	text-align: justify;
	margin-bottom: 30px;
}

.view-blogs.view-more-blog {
	display: inline-block;
	float: right;
}

.view-blogs.view-more-blog span.text {
	font-size: 18px;
	line-height: 1.5;
	color: #91D1FF;
	margin-left: 0;
	margin-right: 10px;
	display: inline;
}

.item-blogs-cat {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 100px;
}

.item-post-photo {
	background: #FFF;
	border-radius: 46px;
	padding: 60px 70px 80px;
	margin-bottom: 70px;
}

.item-post-photo:last-child {
	margin-bottom: 0;
}

.item-blogs-cat:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.item-blogs-cat .title-blogs-cat {
	color: #23265A;
	font-size: 40px;
	line-height: 1.5;
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	margin-bottom: 70px;
}

.link-cat {
	position: absolute;
	top: 20px;
	right: 0;
}

.view-more.link-cat span,
.view-more-blog.link-cat span.text {
	font-size: 21px;
	line-height: 1.5;
	margin-left: 0;
	margin-right: 10px;
	display: inline;
}

.view-more-blog.link-cat span.total {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-color: #23265a;
	border-radius: 3px;
	position: relative;
}

.view-more-blog.link-cat span.total::before,
.view-more-blog.link-cat span.total::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFF;
	transform: translate(-50%, -50%);
}

.view-more-blog.link-cat span.total::after {
	width: 1px;
	height: 10px;
}

.view-more-blog.link-cat span.total::before {
	width: 10px;
	height: 1px;
}

.main-recruit {
	background: #FFF;
	border-radius: 123px;
	padding: 60px 0 0;
}

.list-tutorial {
	padding: 0 100px;
	margin-bottom: 40px;
}

.title-tutorial {
	font-size: 40px;
	line-height: 1.5;
	color: #23265A;
}

.title-icon {
	display: block;
	align-items: center;
}

.title-icon img {
	width: 85px;
	margin-right: 20px;
	padding-top: 10px;
}

.item-tutorial h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #8DB7E1;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.main-list-tutorial {
	margin-top: 40px;
}

.content-tutorial {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}

.content-tutorial p:last-child {
	margin-bottom: 0
}

.item-tutorial {
	margin-bottom: 60px;
}

.left-main-res {
	width: 600px;
}

.right-main-res {
	width: calc(100% - 600px);
	padding-left: 50px;
}

.register-recruit {
	padding: 90px 78px 124px;
	background: #E1F1FF;
	border-radius: 53px;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
	background: #8DB7E1;
	width: 47px;
	height: 47px;
	border-radius: 12px;
	z-index: 2;
}

.slider-nav .slick-prev {
	left: -15px;
}

.slider-nav .slick-next {
	right: -15px;
}

.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
	font-family: FontAwesome;
	opacity: 1;
}

.slider-nav .slick-prev:before {
	content: "\f053";
}

.slider-nav .slick-next:before {
	content: "\f054";
}

.img-slide.owl-carousel .owl-nav.disabled {
	display: block;
}

.box-left-res {
	background: #FFF;
	border-radius: 40px;
	padding: 30px;
}

.main-res {
	margin: 110px -25px 0;
}

.item-main-res {
	padding: 0 25px;
}

/* Single */
.single .site-content,
.single .right-sidebar {
	margin-top: 150px;
}

.single .post-title {
	font-family: 'Lexend Deca', 'iCiel-Cadena';
	font-style: normal;
	font-size: 36px;
	font-weight: normal;
	color: #FFF;
	line-height: 1.2;
}

.single .entry-content {
	margin-top: 30px;
}

.single .entry-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	text-align: justify;
	color: #FFF;
	margin-bottom: 20px;
}

/* End Single */
.phone-mb-fixed {
	display: block;
	position: fixed;
	right: 17px;
	bottom: 80px;
	z-index: 100;
	line-height: 0;
}

.phone-mb-fixed a {
	display: inline-flex;
	position: relative;
}

.phone-mb-fixed a::before {
	width: 100%;
	height: 100%;
	content: "";
	display: inline-block;
	position: absolute;
	background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(255, 255, 255, 0) 100%);
	top: 3px;
	left: 7px;
	border-radius: 100%;
	z-index: -1;
}

.phone-mb-fixed img {
	width: 42px;
}

/* fix page 404 */
.site-404 {
	padding-top: 0;
	margin-top: 270px;
}

.site-404 .pri-button {
	color: #FFF;
	font-size: 20px;
}
.zalo-mb-fixed {
        display: block;
        position: fixed;
        right: 17px;
        bottom: 30px;
        z-index: 100;
        line-height: 0;
    }
.zalo-mb-fixed img {
	max-width: 42px;
}
.single-teacher .post-thumb {
	width: 100%;
	max-width: 400px;
}
.list-main-bottom .widget-title {
	font-size: 20px;
}
.right-bottom {
	float: right;
}
.top-bottom {
	float: left;
}
.main-bottom {
	clear: both;
}
.right-bottom strong {
	font-size: 18px;
	color: #FFF;
	display: block;
	margin-bottom: 5px;
}
.right-bottom ul li {
	font-size: 16px;
}
.right-bottom ul li a {
	display: block;
	padding: 5px 0;
}
.right-bottom ul li a:hover {
	text-decoration: underline;
}
.single .entry-content {
	color: #d7d7d7;
	font-size: 18px;
	line-height: 1.4;
}
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
	color: #FFF;
}
.single .entry-content h2 {
	font-size: 36px;
}
.single .entry-content h3 {
	font-size: 28px;
}
.single .entry-content h4 {
	font-size: 22px;
}
.single .entry-content h5 {
	font-size: 18px;
}
.single .entry-content h6 {
	font-size: 16px;
}
.breadcrumbs li,
.breadcrumbs li a {
	color: #d7d7d7;
	font-size: 16px;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}
.site-main .widget {
	padding-left: 30px;
}
.author-info {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 50px;
	display: flex;
	width: 100%;
	margin-bottom: 70px;
}
.author-avatar {
	width: 80px;
}
.author-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.author-details {
	flex: 1;
	padding-left: 30px;
	color: #FFF;
}
.author-name {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.search-icon {
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: #b3b3b3;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	margin-top: -20px;
	margin-left: 15px;
	cursor: pointer;
}
.search-icon img {
	width: 20px;
	display: inline-block;
	margin-top: 14px;
}

.right-header form {
	position: absolute;
	top: 100%;
	right: 0;
	background: #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	height: 48px;
	width: 400px;
	transition: all 0.3s ease-in-out 0s;
	margin-top: 5px;
	opacity: 0;
	visibility: hidden;
}
.right-header.open-form form {
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}
.right-header form input {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
}
.right-header form button {
	background: #e54041;
	border: none;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 15px;
	font-size: 16px;
}
.mobile-menu-x {
	position: fixed;
	top: 7px;
	left: -40px;
	width: 40px;
	visibility: hidden;
	height: 40px;
	background: #23265A;
	color: #FFF;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	display: block;
	transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.main-menu.open .mobile-menu-x {
	left: 80%;
	visibility: visible;
}
.single .entry-content table {
	width: 100%;
	border-collapse: collapse;
}
.single .entry-content table td,
.single .entry-content table th {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 5px 10px;
}
.single .entry-content table ul {
	margin-bottom: 0;
}
.single .post-date {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
}
.single .post-meta {
	padding-top: 10px;
}
.single .post-meta i {
	color: #FFF;
}
