body {
	font-size: 14px;
	font-family: tahoma;
}

a:hover {
	text-decoration: none;
}


.topH {
	height: 6px;
}
header .logo {
	height: 100px;
}
header .site-title h2 {
	font-size: 1.4em;

}
header .site-title p {
	font-size: 1.3em;
}
header .box ul {
	padding:0px;
	margin:0px;
	list-style: none;
}
header .box ul li {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	position: relative;
}
header .box {
	font-size: 0.9em;
}
header .box ul li:not(:last-child):after {
	content: "|";
	padding-left: 6px;
	color: #666;
}
header .box ul li a {
	color: #555;
}

/*navMain*/
.navMain .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
}

/*mainSlide*/
.mainSlide {
	position: relative;
}
.mainSlide .owl-nav button.owl-next, .mainSlide .owl-nav button.owl-prev {
	position: absolute;
	top: 46%;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	border:1px solid #fff;
	color: #3364B4;
	background-color: rgba(255,255,255,0.55);
	outline: none;
}
.mainSlide .owl-nav button.owl-next {
	right: 15px;
}
.mainSlide .owl-nav button.owl-prev {
	left: 15px;
}
.mainSlide .box-s1 {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	color: #fff;
	font-size: 1.5em;
	width: 50%;
	text-align: center;
	padding:50px;
}
.mainSlide .item {
	position: relative;
}

/*hot-cate*/
.hot-cate .d-sm-flex {
	
}
.hot-cate .d-sm-flex .item {
	margin:15px;
	padding:30px 15px;
	position: relative;
}
.hot-cate .d-sm-flex .item h2 {
	font-size: 1.8em;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.hot-cate .d-sm-flex .item h2:after {
	content: "";
	position: absolute;
	width: 20%;
	border-bottom: 5px solid #fff;
	bottom: 0px;
	transform: translateX(-50%);
	left: 50%;

}
.hot-cate .d-sm-flex .item .line {
	height: 30px;
	width: 90%;
	position: absolute;
	top: -30px;
	left: 0px;
}

.hot-cate .d-sm-flex .item:nth-child(1) {
	background-color: #e9cb63;
}
.hot-cate .d-sm-flex .item:nth-child(1) .line {
	background-color: #e9cb63;
}
.hot-cate .d-sm-flex .item:nth-child(1) .line:after {
	content: "";
	position: absolute;
	top: 0px;
	right: -35px;
	width: 0;
    height: 0;
    border-bottom: 30px solid #CBAF4E;
    border-right: 35px solid transparent;
}
.hot-cate .d-sm-flex .item:nth-child(2) {
	background-color: #ed9b5f;
}
.hot-cate .d-sm-flex .item:nth-child(2) .line {
	background-color: #ed9b5f;
}
.hot-cate .d-sm-flex .item:nth-child(2) .line:after {
	content: "";
	position: absolute;
	top: 0px;
	right: -35px;
	width: 0;
    height: 0;
    border-bottom: 30px solid #CD7D43;
    border-right: 35px solid transparent;
}
.hot-cate .d-sm-flex .item:nth-child(3) {
	background-color: #62bfe6;
}
.hot-cate .d-sm-flex .item:nth-child(3) .line {
	background-color: #62bfe6;
}
.hot-cate .d-sm-flex .item:nth-child(3) .line:after {
	content: "";
	position: absolute;
	top: 0px;
	right: -35px;
	width: 0;
    height: 0;
    border-bottom: 30px solid #4CA3C8;
    border-right: 35px solid transparent;
}

/*news*/
.news h2 {
	font-size: 1.5em;
}
.news h3 {
	font-size: 1.1em;
}
.news .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
}
.news img {
	height: 180px;
	object-fit: cover;
}
.news a {
	color: #555;
}
.news a:hover {
	color: #888;
}
.news .nList {
	list-style: none;
	padding:0px;
	margin: 0px;
}
.news .nList li {
	padding-bottom: 8px;
}
.news .nList li:before {
	content: "\bb";
	margin-right: 10px;
}

/*event*/
.event h2 {
	font-size: 1.5em;
}
.event h3 {
	font-size: 1.2em;
}
.event .eList {
	list-style: none;
	padding:0px;
	margin: 0px;
}
.event .eList li {
	padding-bottom: 8px;
}
.event .eList li:before {
	content: "\2022";
	margin-right: 10px;
}
.event a {
	color: #555;
}
.event a:hover {
	color: #888;
}

/*tuyensinh*/
.tuyensinh h2 {
	font-size: 1.5em;
}
.tuyensinh h3 {
	font-size: 1.2em;
}
.tuyensinh img {
	height: 210px;
	object-fit: cover;
}



footer {
	min-height: 100px;
	background-image: url('../images/bg02.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
footer h3 {
	font-size: 1.3em;
}
footer ul {
	list-style: none;
	padding:0px;
	margin: 0px;
}
footer ul li {
	margin-bottom: 5px;
}
footer ul li a {
	color: #ddd;
}
footer ul li a:hover {
	color: #f1f2f3;
}
footer ul li a:before {
	content: "\bb";
	margin-right: 10px;
}



/*share*/
.share {
	position: fixed;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}
.share a {
	display: block;
}
.share img {
	width: 40px;
	transition: all 0.3s;
}
.share img:hover {
	width: 45px;
}

/*public*/
.bg-primary {
	background-color: #1B49BF !important;
}
.bg-primary2 {
	background-color: #203B80;
}
.bg-primary3 {
	background-color: #142960;
}
.text-primary {
	color: #1B49BF !important;
}
.row-c {
	display: -ms-flexbox;
 	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

/*go-top*/
.go-top {
	border:1px solid #142960;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(32,59,128,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	bottom: 50px;
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
}
.go-top:hover {
	color:#eee;
	background-color: rgba(20,41,96,0.55);
}

@media (min-width: 576px) {
  
}

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

@media (min-width: 992px) {
	.hot-cate .d-sm-flex {
		color: #fff;
		min-height: 100px;
		margin-top: -50px;
		position: absolute;
		width: 100%;
		z-index: 999;
		left: 0px;
	}
}

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

@media (max-width: 575.98px) {
	.hot-cate .d-sm-flex {
		color: #fff;
	}
	.hot-cate .d-sm-flex .item {
		margin:40px 0px 30px 0px;
	}
	.mainSlide .box-s1 {
		width: 70%;
	}
	.mainSlide .box-s1 p {
		font-size: 13px;
	}
	.mainSlide .box-s1 h3 {
		font-size: 14px;
	}
}