/* ============ desktop view ============ */
@font-face {
	font-family: 'Nunito-Light';
	font-style: normal;
	font-weight: 400;
	src: local('Nunito-Light'), local('Nunito-Light'),
		url('../fonts/nunito-light_2da56b5e2c5ccc3b04135ac8c52aca93.woff') format('woff'),
		url('../fonts/nunito-light_2da56b5e2c5ccc3b04135ac8c52aca93.ttf') format('truetype');
}
body{
	/*font-family: "Montserrat",sans-serif; */
	/*padding-bottom: 100px;*/
	/*font-family: 'Nunito-Light', arial;*/
}
label.error {
	color:red!important;
}
.cursor-pointer{
	cursor: pointer;
}
.display-none{
	display: none;
}
.div-mobile{
	display: none;
}
@media (max-width: 550px){
	body{
		/*padding-bottom: 160px;*/
	}
	.div-desktop{
		display: none;
	}
	.div-mobile{
		display: block;
	}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}
}
.section-menu{
	width: 100%; background-color: #f9f8f3; color: #070b5e; padding: 20px 0 10px 0;
}
.section-menu .navbar{
	padding-top: 4px; padding-bottom: 4px;
}
.section-menu .navbar-brand img{
	width: 60px; height: auto;
}
.section-menu .navbar-dark .navbar-nav .nav-link{
	padding-top: 0px; padding-bottom: 0px; padding-left: 15px; padding-right: 15px; font-size: 18px;
	color: #070b5e; 
}
.section-menu .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{
	color: #070b5e;
}
.section-menu .navbar-dark .navbar-nav .nav-link:hover{
	color: #070b5e;
}
.section-menu .navbar-dark .navbar-nav .nav-link:focus{
	color: #070b5e;
}
.section-menu .navbar-dark .navbar-toggler{
	background-color: #070b5e;
}
@media all and (max-width: 1400px) {
	.section-menu .navbar-dark .navbar-nav .nav-link{
		padding-top: 0px; padding-bottom: 0px; padding-left: 15px; padding-right: 15px; font-size: 17px;
	}
}
@media all and (max-width: 1200px) {
	.section-menu .navbar-dark .navbar-nav .nav-link{
		padding-top: 0px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; font-size: 15px;
	}
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	.navbar .nav-item{
		border-left: 1px solid #070b5e; border-right: 1px solid #070b5e;
	}
	.navbar .nav-item.nav-item-begin{
		border-left: 0px solid #070b5e;
	}
	.navbar .nav-item.nav-item-end{
		border-right: 0px solid #070b5e;
	}
	.dropdown-toggle::after {
		display: none;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav {
		margin: 0 auto;
	}
}
@media all and (max-width: 991px) {
	.section-menu{
		width: 100%;
	}
	.section-menu .navbar-collapse{
	}
	.section-menu .navbar-collapse .navbar-nav .nav-link{
		color: #070b5e;
	}
	.section-menu .navbar-collapse .navbar-nav .nav-link.active, .navbar-collapse .navbar-nav .show>.nav-link{
		color: #070b5e;
	}
	.section-menu .navbar-collapse .navbar-nav .nav-link:focus{
		color: #070b5e;
	}
	.section-menu .navbar-dark .navbar-nav .nav-link{
		padding-top: 6px; padding-bottom: 6px; padding-left: 8px; padding-right: 8px; font-size: 14px;
	}
	.section-menu .navbar-dark .navbar-nav .nav-link:hover{
		color: #070b5e;
	}
	.section-menu .navbar-dark .navbar-nav .nav-link:focus{
		color: #070b5e;
	}
}
/* ============ desktop view .end// ============ */

.section-logo{
	width: 100%; background-color: #f9f8f3; color: #070b5e; padding: 20px 0 20px 0; text-align: center;
}
.section-logo img{
	height: 150px;
}

/* ============ header ============ */
.section-header{
	background-color: #fff; color: #070b5e; padding: 30px 0px 15px 0px;
}
.section-header .row{
	align-items: center;
}
.section-header .div-logo{
	width: 100%; position: relative;
}
.section-header .div-logo img{
	width: auto; height: 100px; position: absolute; top: -30px; left: 0;
}
.section-header .div-title{
	width: 100%; text-transform: uppercase; font-weight: bold;
}
.section-header .div-title p{
	color: #000; margin: 0;
}
.section-header .div-lien-he{
	width: 100%; color: #000; text-align: right; position: relative;
}
.section-header .div-lien-he img{
	cursor: pointer;
}
.section-header .div-lien-he .img-logo-mobile{
	position: absolute; left: 0; top: 0; height: 40px; display: none;
}
.section-header .div-lien-he .btn-primary{
	padding: 4px 10px; background: #070b5e; color: #fff;
}
@media all and (max-width: 550px) {
	.section-header{
		padding: 10px 0px 10px 0px;
	}
	.section-header .div-lien-he .img-logo-mobile{
		display: block;
	}
}
/* ============ header .end// ============ */

/* ============ footer ============ */
.section-footer{
	background-color: #fff; color: #070b5e; height: 100px;
}
.section-footer-fixed{
	position: fixed; bottom: 0; left: 0; width: 100%;
	background-color: #fff; color: #070b5e; padding: 15px 0px 10px 0px;
}
.section-footer-fixed .div-logo{
	padding: 10px 10px;
}
.section-footer-fixed .div-logo img{
	height: 50px; width: auto;
}
.section-footer-fixed .div-title{
	text-align: right;
}
.section-footer-fixed .content-mxh{
	padding: 10px 0px;
}
.section-footer-fixed .content-mxh a{
	outline: none; text-decoration: none;
}
.section-footer-fixed .content-mxh span{
	background-color: #ccc; border-radius: 20px;
}
.section-footer-fixed .content-mxh span.span-facebook{
	padding: 14px 12px 6px 12px;
}
.section-footer-fixed .content-mxh span.span-email{
	padding: 14px 7px 6px 6px;
}
.section-footer-fixed .content-mxh span.span-google{
	padding: 14px 4px 6px 4px;
}
.section-footer-fixed .content-mxh span.span-youtube{
	padding: 14px 11px 6px 8px;
}
.section-footer-fixed .content-mxh span i{
	font-size: 24px; color: #484848;
}
/* ============ footer .end// ============ */


/* ============ section-slider ============ */
.section-slider{
	background-color: #fff; padding: 0px 0px 0px 0px;
}
.section-slider .d-block{
	width: 100%;
}
.section-slider .carousel-caption{
	bottom: 0; padding-bottom: 0;
}
.section-slider .carousel-indicators {
	margin-bottom: 70px;
}
.section-slider .carousel-caption h1{
	color: #fff;
}
.section-slider .carousel-caption button{
	color: #fff; background-color: transparent; border: 2px solid #fff;
}
.section-slider .carousel-inner h6.div-mobile{
	text-align: center; margin-top: 5px;
}
@media all and (max-width: 550px) {
	.section-slider .carousel-caption{
		padding-bottom: 35px;
	}
	.section-slider .carousel-indicators {
		margin-bottom: 90px;
	}
	.section-slider .carousel-caption h1{
		color: #fff; font-size: 13px; text-transform: unset;
	}
	.section-slider .carousel-caption button{
		color: #fff; background-color: transparent; border: 2px solid #fff;
	}
}
/* ============ section-slider .end// ============ */

/* ============ section-tin-tuc-trang-chu ============ */
.section-tin-tuc-trang-chu{
	background-color: #fff; padding: 10px 0px 0px 0px;
}
.section-tin-tuc-trang-chu .title{
	background-color: #070b5e; color: #fff; padding: 9px 0px 8px 0px; text-align: center;
}
.section-tin-tuc-trang-chu .content{
	width: 100%;
}
.section-tin-tuc-trang-chu .content ul{
	width: 100%; margin: 0; padding: 0; list-style: none; font-size: 14px;
}
.section-tin-tuc-trang-chu .content ul a{
	color: #070b5e; text-decoration: none;
}
.section-tin-tuc-trang-chu .content ul i{
	color: #070b5e;
}
.section-tin-tuc-trang-chu .content ul li{
	color: #000; padding: 5px 7px 4px 7px; border: 1px solid #ccc; border-top: 0; line-height: 2;
	display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}

/* ============ section-tin-tuc-trang-chu .end// ============ */

/* ============ section-du-an ============ */
.section-du-an{
	width: 100%; background-color: #f7f7f7; padding: 30px 0px 10px 0px;
}
.section-du-an .section-title{
	width: 100%; padding: 0px 0px 0px 0px; text-align: center; font-weight: bold; font-size: 20px;
}
.section-du-an .section-title hr{
	width: 70px; margin: 10px auto 20px auto; opacity: 1; border: 0; border-top: 4px solid #070b5e;
}
.section-du-an .all-items{
	margin-left: -15px; margin-right: -15px; text-align: center;
}
.section-du-an .all-items .item{
	width: 33%; display: inline-block; padding: 0px 15px; margin-bottom: 15px;
}
.section-du-an .all-items .item .item-bg{
	background-color: #fff; border-radius: 18px; overflow: hidden; width: 100%; height: 400px;
}
.section-du-an .all-items .item .icon{
	width: 100%; height: 240px; text-align: center; overflow: hidden;
}
.section-du-an .all-items .item .icon img{
	width: 100%; height: 100%; padding: 0px 0px; cursor: pointer;
}
.section-du-an .all-items .item .title{
	width: 100%; height: 88px; color: #000; font-size: 18px; padding: 10px 10px 0px 10px; font-weight: bold; text-align: left;
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.section-du-an .all-items .item .button{
	font-size: 16px; text-align: center; padding: 20px 10px 5px 10px;
}
.section-du-an .all-items .item .button button{
	background-color: #070b5e; border: 0px;
}
@media (max-width: 1200px) {
	.section-du-an .all-items .item{
		width: 30%;
	}
}
@media (max-width: 768px) {
	.section-du-an .all-items .item{
		width: 100%;
	}
}
/* ============ section-du-an .end// ============ */

/* ============ section-san-pham ============ */
.section-san-pham{
	width: 100%; background-color: #f7f7f7; padding: 30px 0px 10px 0px;
}
.section-san-pham .section-title{
	width: 100%; padding: 0px 0px 0px 0px; text-align: center; font-weight: bold; font-size: 20px;
}
.section-san-pham .section-title hr{
	width: 70px; margin: 10px auto 20px auto; opacity: 1; border: 0; border-top: 4px solid #070b5e;
}
.section-san-pham .section-items{
	width: 100%; padding: 0px 0px 0px 0px; margin-bottom: 30px; display: inline-block;
}
.section-san-pham .section-items .section-items-title{
	width: 100%; padding: 7px 10px 7px 10px;
	background: rgb(78,181,109); color: #fff;
	background: linear-gradient(90deg, rgb(194 166 43) 0%, rgb(194 166 43) 20%, rgba(255,255,255,1) 100%);
}
.section-san-pham .section-items .all-items{
	width: 100%;
}
.section-san-pham .all-items .item{
	width: 20%; padding: 0px 0px; border: 1px solid #ccc; float: left;
}
.section-san-pham .all-items .item .item-bg{
	background-color: #fff; overflow: hidden; width: 100%; height: 400px;
}
.section-san-pham .all-items .item .icon{
	width: 100%; height: 240px; text-align: center; overflow: hidden; display: inline-flex; align-items: center;
}
.section-san-pham .all-items .item .icon img{
	width: 100%; height: auto; padding: 0px 0px; cursor: pointer;
}
.section-san-pham .all-items .item .title{
	width: 100%; height: 88px; color: #000; font-size: 18px; padding: 10px 10px 0px 10px; font-weight: bold; text-align: center;
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.section-san-pham .all-items .item .button{
	font-size: 16px; text-align: center; padding: 20px 10px 5px 10px;
}
.section-san-pham .all-items .item .button button{
	background-color: #070b5e; border: 0px;
}
@media (max-width: 1200px) {
	.section-san-pham .all-items .item{
		width: 30%;
	}
}
@media (max-width: 768px) {
	.section-san-pham .all-items .item{
		width: 100%;
	}
}

/* ============ section-san-pham .end// ============ */






/* ============ section-form-tu-van ============ */
.section-form-tu-van{
	background-color: #fff; padding: 20px 0px 10px 0px;
}
.section-form-tu-van .div-form{
	border-radius: 20px; background: #fffbf0; padding: 25px; border: 3px solid #ffd147;
}
.section-form-tu-van .div-form .banner-lien-he{
	border-radius: 10px; margin-bottom: 15px; width: 100%;
}
.section-form-tu-van .div-form h3{
	margin-bottom: 10px; color: #070b5e; font-size: 24px; font-weight: bold;
}
.section-form-tu-van .div-form .des{
	font-style: italic; font-weight: 700; margin-bottom: 10px;
}
.section-form-tu-van .div-form .row-info{
	display: inline-block; width: 100%; clear: both;
}
.section-form-tu-van .div-form input{
	margin: 12px 0 4px 0;
}
.section-form-tu-van .div-form select{
	margin: 12px 0 4px 0;
}
.section-form-tu-van .div-form textarea{
	margin: 10px 0 10px 0;
}
.section-form-tu-van .div-form .btn-gui-yeu-cau{
	background-color: #070b5e; color: #fff;
}
/* ============ section-form-tu-van .end// ============ */


/* ============ section-staticpage ============ */
.section-staticpage{
	width: 100%; background-color: #f7f7f7; padding: 20px 0px 20px 0px;
}
.section-staticpage .div-form{
	padding: 15px;
}
.section-staticpage .breadcrumbs{
	margin-bottom: 15px; font-size: 15px; text-transform: none; letter-spacing: 0;
	border-bottom: 1px dashed #a0a0a0; padding-bottom: 7px;
}
.section-staticpage .breadcrumbs a{
	outline: none; text-decoration: none; color: #070b5e;
}
.section-staticpage .title-page{
	margin-bottom: 20px; color: #070b5e; text-align: center;
}
/* ============ section-staticpage .end// ============ */


/* ============ section-articles ============ */
.section-articles .all-items{
	width: 100%; text-align: center;
}
.section-articles .all-items .item{
	width: 24%; display: inline-block; padding: 0px 15px; margin-bottom: 15px;
}
.section-articles .all-items .item .item-bg{
	background-color: #fff; border-radius: 18px; overflow: hidden; width: 100%; height: 420px;
}
.section-articles .all-items .item .icon{
	width: 100%; height: 192px; text-align: center; overflow: hidden;
}
.section-articles .all-items .item .icon img{
	width: 100%; height: 100%; padding: 0px 0px; cursor: pointer;
}
.section-articles .all-items .item .title{
	color: #000; font-size: 18px; padding: 5px 10px; cursor: pointer; font-weight: bold; text-align: left;
}
.section-articles .all-items .item .description{
	font-size: 16px; cursor: pointer; text-align: left; padding: 5px 10px;
}
@media (max-width: 1200px) {
	.section-articles .all-items .item{
		width: 30%;
	}
}
@media (max-width: 768px) {
	.section-articles .all-items .item{
		width: 100%;
	}
}
/* ============ section-articles .end// ============ */


/* ============ section-articles-detail ============ */
.section-articles-detail .title-page{
	text-align: left;
}
.section-articles-detail img{
	max-width: 100%!important; height: auto!important;
}
.section-articles-detail table{
	width: 100%!important;
}
.section-articles-detail table tr td{
	border: 1px solid #000;
}
/* ============ section-articles-detail .end// ============ */

/* ============ section-home-gioi-thieu ============ */
.section-home-gioi-thieu{
	width: 100%; background-color: #fff; padding: 10px 10px 0px 10px;
}
.section-home-gioi-thieu .title{
	width: 100%; padding: 10px 0px 10px 0px; text-align: center; color: #070b5e; font-size: 24px;
}
.section-home-gioi-thieu img{
	max-width: 100%!important; height: auto!important;
}
/* ============ section-home-gioi-thieu .end// ============ */


/* ============ section-video ============ */
.section-video{
	width: 100%;
}
.section-video iframe{
	width: 100%; height: 680px;
}
@media (max-width: 768px) {
	.section-video iframe{
		width: 100%; height: 380px;
	}
}
/* ============ section-video .end// ============ */

/* ============ section-home-1 ============ */
.section-home-1{
	width: 100%; background-color: #fff; padding: 20px 10px 0px 10px;
}
.section-home-1 .title{
	width: 100%; padding: 0px 0px; text-align: center; color: #007d81; font-size: 44px;
}
.section-home-1 .content{
	width: 100%; padding: 10px 50px; text-align: center; color: #616161; font-size: 19px;
}
.section-home-1 .div-img{
	width: 100%; padding: 10px 0px; text-align: center;
}
.section-home-1 .div-img img{
	max-width: 100%; max-height: 300px;
}
@media (max-width: 768px) {
	.section-home-1{
		padding: 20px 10px 0px 10px;
	}
	.section-home-1 .title{
		font-size: 34px;
	}
	.section-home-1 .content{
		padding: 10px 0px; font-size: 16px;
	}
	.section-home-1 .div-img img{
		margin: 10px 0;
	}
}
/* ============ section-home-1 .end// ============ */

/* ============ section-home-2 ============ */
.section-home-2{
	width: 100%; background-color: #fff; padding: 10px 10px 0px 10px;
}
.section-home-2 .title{
	width: 100%; padding: 0px 0px; text-align: center; color: #007d81; font-size: 44px;
}
.section-home-2 .content{
	width: 100%; padding: 10px 50px; text-align: center; color: #616161; font-size: 19px;
}
.section-home-2 .content b{
	color: red;
}
@media (max-width: 768px) {
	.section-home-2{
		padding: 20px 10px 0px 10px;
	}
	.section-home-2 .title{
		font-size: 34px;
	}
	.section-home-2 .content{
		padding: 10px 0px; font-size: 16px;
	}
}
/* ============ section-home-2 .end// ============ */

/* ============ section-home-3 ============ */
.section-home-3{
	width: 100%; background-color: #fff; padding: 10px 10px 0px 10px;
}
.section-home-3 .title{
	width: 100%; padding: 0px 0px; text-align: center; color: #007d81; font-size: 44px;
}
.section-home-3 .content{
	width: 100%; padding: 10px 0px;
}
.section-home-3 .content .item{
	width: 100%; padding: 0px 0px; background-color: #f5f2ed; color: #616161; margin: 5px 0 35px 0;
}
.section-home-3 .content .item .name{
	width: 100%; padding: 50px 70px 5px 70px; text-transform: uppercase; color: #007d81; font-weight: 500; font-size: 22px;
}
.section-home-3 .content .item .description{
	width: 100%; padding: 10px 70px 30px 70px; font-size: 21px; text-align: justify; line-height: 1.2;
}
.section-home-3 .content .item img{
	height: 100%; max-width: 100%;
}
@media (max-width: 768px) {
	.section-home-3{
		padding: 20px 10px 0px 10px;
	}
	.section-home-3 .title{
		font-size: 34px;
	}
	.section-home-3 .content .item .name{
		padding: 10px 10px 5px 10px; font-size: 20px;
	}
	.section-home-3 .content .item .description{
		padding: 10px 10px 15px 10px; font-size: 16px;
	}
	.section-home-3 .content .item img{
		width: 100%; height: auto;
	}
}
/* ============ section-home-3 .end// ============ */

/* ============ section-home-4 ============ */
.section-home-4{
	width: 100%; background-color: #fff; padding: 10px 10px 30px 10px;
}
.section-home-4 .title{
	width: 100%; padding: 0px 0px; text-align: center; color: #007d81; font-size: 44px;
}
.section-home-4 .div-img{
	width: 100%; padding: 20px 0px 10px 0; text-align: center;
}
.section-home-4 .div-img img{
	width: 100%;
}
.section-home-4 .content{
	width: 100%; padding: 10px 0px; text-align: center; font-size: 20px;
}
@media (max-width: 768px) {
	.section-home-4{
		padding: 20px 10px 0px 10px;
	}
	.section-home-4 .title{
		font-size: 34px;
	}
	.section-home-4 .content{
		font-size: 16px;
	}
}
/* ============ section-home-4 .end// ============ */

/* ============ section-home-5 ============ */
.section-home-5{
	width: 100%; background-color: #f5f2ed; padding: 80px 10px 80px 10px;
}
.section-home-5 .left{
	width: 100%; text-align: center; padding: 15px 0;
}
.section-home-5 .left table{
	margin: 0 auto;
}
.section-home-5 .left table tr td{
	padding: 10px 10px; max-width: 388px; font-size: 18px; font-weight: bold;
}
.section-home-5 .left table tr td:first-child {
	width: 60px;
}
.section-home-5 .left table tr td span{
	background-color: #027c81; border-radius: 30px;
}
.section-home-5 .left table tr td .span-1{
	padding: 7px 9px 7px 9px;
}
.section-home-5 .left table tr td .span-2{
	padding: 7px 12px 7px 12px;
}
.section-home-5 .left table tr td .span-3{
	padding: 7px 9px 7px 9px;
}
.section-home-5 .left table tr td span i{
	color: #fff; font-size: 24px;
}
.section-home-5 .right{
	width: 100%; text-align: center; padding: 15px 0;
}
.section-home-5 .right img{
	height: 200px;
}
@media (min-width: 768px) {
	.section-home-5 .col-left{
		border-right: 1px solid #027c81;
	}
	.section-home-5 .col-right{
		border-left: 1px solid #027c81;
	}
}
@media (max-width: 768px) {
	.section-home-5{
		padding: 20px 0px 20px 0px;
	}
	.section-home-5 .left{
		padding: 10px 0px 10px 0px;
	}
	.section-home-5 .right{
		padding: 10px 0px 10px 0px;
	}
	.section-home-5 .left table tr td{
		font-size: 15px; padding: 10px 5px;
	}
	.section-home-5 .left table tr td .span-1{
		padding: 7px 8px 6px 8px;
	}
	.section-home-5 .left table tr td .span-2{
		padding: 7px 11px 7px 11px;
	}
	.section-home-5 .left table tr td .span-3{
		padding: 7px 8px 6px 8px;
	}
	.section-home-5 .left table tr td span i{
		color: #fff; font-size: 20px;
	}
}
/* ============ section-home-5 .end// ============ */



/* ============ section-nen-tang-giao-duc ============ */
.section-nen-tang-giao-duc{
	width: 100%; background-color: #fff; padding: 20px 10px 0px 10px;
}
.section-nen-tang-giao-duc .title{
	width: 100%; padding: 0px 0px; text-align: center; color: #007d81; font-size: 44px;
}
.section-nen-tang-giao-duc .content{
	width: 100%; padding: 10px 50px; text-align: center; color: #616161; font-size: 19px;
}
.section-nen-tang-giao-duc .div-all-item{
	width: 100%; padding: 10px 0px; text-align: center;
}
.section-nen-tang-giao-duc .div-item{
	width: 33%; padding: 10px 0px; text-align: center; display: inline-grid;
}
.section-nen-tang-giao-duc .div-item img{
	max-width: 100%;
}
.section-nen-tang-giao-duc .div-item h3{
	color: #007d81; font-size: 24px; padding: 20px 20px 10px 20px;
}
.section-nen-tang-giao-duc .div-item p{
	font-size: 18px; padding: 0 20px;
}
@media (max-width: 768px) {
	.section-nen-tang-giao-duc{
		padding: 20px 10px 0px 10px;
	}
	.section-nen-tang-giao-duc .title{
		font-size: 34px;
	}
	.section-nen-tang-giao-duc .content{
		padding: 10px 0px; font-size: 16px;
	}
	.section-nen-tang-giao-duc .div-item{
		width: 100%; padding: 10px 0px; text-align: center; display: inline-grid;
	}
}
/* ============ section-nen-tang-giao-duc .end// ============ */

/* ============ section-doi-ngu-giao-vien ============ */
.section-doi-ngu-giao-vien{
	width: 100%; background-color: #fff; padding: 10px 10px 0px 10px;
}
.section-doi-ngu-giao-vien .title{
	width: 100%; padding: 0px 0px; text-align: center; color: #007d81; font-size: 44px;
}
.section-doi-ngu-giao-vien .content{
	width: 100%; padding: 10px 50px; text-align: center; color: #616161; font-size: 19px;
}
.section-doi-ngu-giao-vien .content b{
	color: red;
}
@media (max-width: 768px) {
	.section-doi-ngu-giao-vien{
		padding: 20px 10px 0px 10px;
	}
	.section-doi-ngu-giao-vien .title{
		font-size: 34px;
	}
	.section-doi-ngu-giao-vien .content{
		padding: 10px 0px; font-size: 16px;
	}
}
/* ============ section-doi-ngu-giao-vien .end// ============ */

/* ============ section-mot-ngay-tuyet-voi ============ */
.section-mot-ngay-tuyet-voi{
	width: 100%; background-color: #fff; padding: 10px 10px 30px 10px;
}
.section-mot-ngay-tuyet-voi .title{
	width: 100%; padding: 0px 0px; text-align: center; color: #007d81; font-size: 44px;
}
.section-mot-ngay-tuyet-voi .div-img{
	width: 100%; padding: 30px 0px 10px 0; text-align: center;
}
.section-mot-ngay-tuyet-voi .div-img img{
	width: 100%;
}
.section-mot-ngay-tuyet-voi .content{
	width: 100%; padding: 90px 60px 10px 60px; text-align: center; font-size: 20px;
}
@media (max-width: 768px) {
	.section-mot-ngay-tuyet-voi{
		padding: 20px 10px 0px 10px;
	}
	.section-mot-ngay-tuyet-voi .title{
		font-size: 34px;
	}
	.section-mot-ngay-tuyet-voi .div-img{
		padding: 10px 0px 10px 0;
	}
	.section-mot-ngay-tuyet-voi .content{
		padding: 10px 0px 10px 0; font-size: 16px;
	}
}
/* ============ section-mot-ngay-tuyet-voi .end// ============ */

/* ============ section-che-do-sinh-hoat ============ */
.section-che-do-sinh-hoat{
	width: 100%; background-color: #fff; padding: 10px 10px 30px 10px;
}
.section-che-do-sinh-hoat .title{
	width: 100%; padding: 0px 0px; text-align: center; color: #007d81; font-size: 44px;
}
.section-che-do-sinh-hoat .content{
	width: 100%; padding: 20px 0px 10px 0px; text-align: center; font-size: 20px;
}
.section-che-do-sinh-hoat .content table{
	width: 100%;
}
.section-che-do-sinh-hoat .content table tr th{
	padding: 15px 5px; background-color: #5ac0c4; color: #fff; font-size: 24px; border: 1px solid #fff;
}
.section-che-do-sinh-hoat .content table tr td{
	padding: 8px 5px; background-color: #d4fef2; color: #000; border: 1px solid #fff;
}
@media (max-width: 768px) {
	.section-che-do-sinh-hoat{
		padding: 20px 10px 0px 10px;
	}
	.section-che-do-sinh-hoat .title{
		font-size: 34px;
	}
	.section-che-do-sinh-hoat .content{
		padding: 10px 0px 10px 0; font-size: 16px;
	}
}
/* ============ section-che-do-sinh-hoat .end// ============ */


/* section-gioi-thieu */
.section-gioi-thieu{
	width: 100%; padding: 0px 0px 0px 0px;
}
.section-gioi-thieu .title{
	width: 100%; padding: 10px 0px; text-align: center; color: #4368B3;
}
.section-gioi-thieu .content{
	width: 100%; max-width: 100%; margin: 0 auto;
}
.section-gioi-thieu .all-items{
	margin-left: -15px; margin-right: -15px;
}
.section-gioi-thieu .all-items .item{
	width: 100%; padding: 10px 10px; display: inline-flex; align-items: center;
}
.section-gioi-thieu .all-items .item .icon{
	width: 50%; float: left; text-align: left; padding: 10px 10px;
}
.section-gioi-thieu .all-items .item .icon img{
	width: 100%; max-width: 100%; cursor: pointer;
}
.section-gioi-thieu .all-items .item .description{
	width: 50%; max-height: 500px; float: left; text-align: left; padding: 10px 10px; overflow: auto;
}
.section-gioi-thieu .all-items .item .description h4{
	color: #4368B3; cursor: pointer;
}
.section-gioi-thieu .all-items .item .description span{
	cursor: pointer;
}
.section-gioi-thieu .all-items .item .description i{
	color: #4368B3; cursor: pointer;
}
.section-gioi-thieu .all-items .item .description img{
	max-width: 100%!important; height: auto!important;
}
@media (max-width: 768px) {
	.section-gioi-thieu .all-items .item{
		display: inline-block;
	}
	.section-gioi-thieu .all-items .item .icon{
		width: 100%; float: unset; padding: 5px 5px;
	}
	.section-gioi-thieu .all-items .item .description{
		width: 100%; float: unset; padding: 5px 5px; height: auto; overflow: unset; text-overflow: unset;
	}
}
.section-gioi-thieu .all-items .item-gioi-thieu{
	width: 100%; position: relative; padding: 10px 10px; height: 460px;
}
.section-gioi-thieu .all-items .item-gioi-thieu .icon{
	width: 100%; position: absolute; top: 0; left: 0; padding: 10px 10px;
}
.section-gioi-thieu .all-items .item-gioi-thieu .icon img{
	width: 100%; height: auto;
}
.section-gioi-thieu .all-items .item-gioi-thieu .description{
	width: 100%; max-width: 412px; position: absolute; top: 25%; left: 10%;
}
.section-gioi-thieu .all-items .item-gioi-thieu .description p{
	color: #070b5e; font-size: 30px; font-weight: bold;
}
.section-gioi-thieu .all-items .item-gioi-thieu .description button{
	color: #070b5e; font-size: 20px; background-color: transparent; border: 2px solid #070b5e;
}
@media (max-width: 768px) {
	.section-gioi-thieu .all-items .item-gioi-thieu{
		height: 220px;
	}
	.section-gioi-thieu .all-items .item-gioi-thieu .description{
		top: 0px; left: 0px; padding: 20px 20px;
	}
}
@media (max-width: 550px) {
	.section-gioi-thieu .all-items .item-gioi-thieu{
		height: 180px;
	}
}

/* ============ section-slide ============ */
.section-slide{
	background-color: #fff; padding: 0px 0px 0px 0px;
}
.section-slide img{
	width: 100%;
}
/* ============ section-slide .end// ============ */

/* section-list */
.section-list{
	width: 100%; padding: 0px 0px 0px 0px;
}
.section-list .title{
	width: 100%; padding: 10px 0px; text-align: center; color: #4368B3;
}
.section-list .content{
	width: 100%; max-width: 100%; margin: 0 auto;
}
.section-list .all-items{
	margin-left: -15px; margin-right: -15px;
}
.section-list .all-items .item{
	width: 100%; padding: 10px 15px; display: inline-flex;
}
.section-list .all-items .item .icon{
	width: 50%; float: left; text-align: left; padding: 10px 10px;
}
.section-list .all-items .item .icon img{
	width: 100%; max-width: 100%; cursor: pointer;
}
.section-list .all-items .item .description{
	width: 50%; float: left; text-align: left; padding: 10px 10px; overflow: hidden; text-align: justify;
}
.section-list .all-items .item .description h4{
	color: #4368B3; cursor: pointer;
}
.section-list .all-items .item .description span{
	cursor: pointer;
}
.section-list .all-items .item .description i{
	color: #4368B3; cursor: pointer;
}
@media (max-width: 768px) {
	.section-list .all-items .item .icon{
		width: 100%; float: unset; padding: 5px 5px;
	}
	.section-list .all-items .item .description{
		width: 100%; float: unset; padding: 5px 5px; height: 90px; overflow: hidden; text-overflow: hidden;
		display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
	}
}

/* section-hinh-anh */
.section-hinh-anh{
	width: 100%; padding: 0px 0px 0px 0px;
}
.section-hinh-anh .col-md-4{
	margin-bottom: 10px; margin-top: 10px;
}
.section-hinh-anh img{
	width: 100%;
}
@media (max-width: 768px) {
}


/* ============ section-icon ============ */
.hotline-phone-ring-circle{width:85px;height:85px;top:10px;left:10px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid #e60808;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-fill{width:55px;height:55px;top:22px;left:26px;position:absolute;background-color:rgba(230,8,8,.7);border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-img-circle{background-color:#e4212a;width:33px;height:33px;top:33px;left:37px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}
.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.hotline-phone-ring-img-circle .pps-btn-img img{width:20px;height:20px}

.hotline-bar{position:absolute;background:#e88a25;background:-webkit-linear-gradient(left,#e88a25,#d40000);background:-o-linear-gradient(right,#e88a25,#d40000);background:-moz-linear-gradient(right,#e88a25,#d40000);background:linear-gradient(to right,#e88a25,#e4212a);height:40px;width:200px;line-height:40px;border-radius:3px;padding:0 10px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px !important;border:2px solid #fff;left:33px;bottom:37px}.hotline-bar>a{color:#fff;text-decoration:none;font-size:18px;font-weight:900;text-indent:50px;display:block;letter-spacing:1px;line-height:38px;font-family:Arial}.hotline-bar>a:hover,.hotline-bar>a:active{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px){.hotline-bar{display:none}}

.hotline-phone-ring-img-circle .pps-btn-img, .hotline-phone-ring-img-circle .pps-btn-img i {
    color: #fff;
    font-size: 18px;
}
img {
    border: none;
}


.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 0px;
    left: 0;
    z-index: 1111111;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
@media only screen and (max-width: 550px)
{
	.hotline-phone-ring-wrap {
		bottom: 65px; left: unset; right: 0px;
	}
	.hotline-phone-ring {
	}
}


.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 145px;
    left: 33px;
    z-index: 999999;
}
	

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li a#messengerButton {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}
@media only screen and (min-width: 960px)
{
	.float-icon-hotline ul li .fa {
		background-size: contain !important;
	}
}
.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}
.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.tada {
    animation-name: tada;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}

ul.left-icon.hotline {
    margin-left: 0px !important;
}