@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Saira:wght@400;500;600;700;800;900&display=swap');

/*begin header*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

body{
	font-family: Saira;
	font-size: 16px;
	font-weight: normal;
	background-color: #fff !important;
}
.bodytext>iframe{
	width: 100%;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	padding: 10px 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
}

header ul{
	margin-left: 0;
}

header .logo {
	font-weight: bold;
	font-size: 30px;
	color: #333;
	height: 70px;
}

header .navbar ul {
	list-style-type: none;
}

header .navbar ul li {
	position: relative;
	float: left;
}

header .navbar ul li a {
	font-size: 20px;
	padding: 20px;
	color: #333;
	display: block;
	font-family: Saira;
	font-size: 18px;
}

header .navbar ul li a:hover {
	color: #1145BF;
	text-decoration: underline;
}

header .navbar ul li ul {
	position: absolute;
	left: -140px;
	width: 450px;
	background-color: #A2DEF8;
	display: none;
	column-count: 2;
}

header .navbar ul li ul li {
	width: 100%;
}

header .navbar ul li ul li a{
	font-size: 16px;
}

header .navbar ul li:hover > ul {
	display: initial;
}

#menu-bar {
	display: none;
}

header label {
	display: none;
}

@media (max-width: 1023px) {
	header {
		padding: 20px;
	}

	header label {
		font-size: 20px;
		width: 40px;
		height: 40px;
		background-color: black;
		color: white;
		padding: 10px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	header .navbar {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		background-color: #fff;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		transform: translateY(-150%);
		opacity: 50%;
		transition: all 1s ease;
		overflow-y: auto;
		height: 350px;
	}

	header .navbar ul li {
		width: 100%;
	}

	header .navbar ul li ul {
		position: relative;
		width: 100%;
		left: unset;
		column-count: unset;
	}

	header .navbar ul li ul li {
		background-color: #eee;
	}

	#menu-bar:checked ~ .navbar {
		transform: translateY(0);
		opacity: 100%;
	}
}

/*end header*/

.bg-footer{
	width: 100%;
	background-color: #030303;
	padding: 30px 80px;
}

.title-footer{
	color: #d7d7d7;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 2px solid #24282E;
	width: max-content;
	margin-bottom: 10px;
}

.title-footer2{
	color: #d7d7d7;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 10px;
}

.link-footer li,.text-footer{
	color: #8A92A2;
	line-height: 1.8;
	font-size: 14px;
}

.link-footer a{
	color: #8A92A2;
	line-height: 1.8;
	font-size: 14px;
}

.link-footer a:hover{
	color: #fff;
}

.khung-flex-footer{
	display: flex;
	gap: 100px;
}

.hr{
	width: 100%;
	height: 1px;
	background-color: #24282E;
	margin: 10px 0;
}

.text-cam-footer a{
	color: tomato;
}

.text-cam-footer a:hover{
	color: #fff;
}

.img-label,.social-media{
	display: flex;
	gap: 20px;
	align-items: center;
}

.social-media{
	margin-bottom: 20px;
	gap: 50px;
}

.img-social-media img{
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
}

.img-label img{
	height: 40px;
	background-size: cover;
	background-position: center;
}

.body-home{
	padding: 0 5%;
}

.banner-site{
	background-color: #999;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
	padding: 50px 5%;
}

.img-right-banner1 img{
	height: 420px;
	background-size: cover;
	background-position: center;
}

.title-banner{
	color: #333333;
	font-family: Saira;
	font-size: 36px;
	font-weight: normal;
	line-height: 61.2px;
	text-align: left;
	text-transform: uppercase;
}

.hr-banner{
	width: 100px;
	height: 1px;
	background-color: #999;
	margin: 20px 0;
}

.des-banner{
	color: #333333;
	font-family: Saira;
	font-weight: normal;
	font-size: 18px;
	line-height: 30.6px;
	text-align: left;
	margin-bottom: 20px;
}

.btn-tuvan-banner{
	background-color: #1145bf;
	border-color: #1145bf;
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-family: Saira;
	font-size: 14px;
	margin: 5px 0px 0px;
	padding: 10px 20px;
	text-align: center;
}

.btn-tuvan-banner:hover{
	color: #ffffff;

}

.btn-dungthu-banner{
	border-color: black;
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	color: black;
	font-family: Saira;
	font-size: 14px;
	margin: 5px 0px 0px 15px;
	padding: 10px 20px;
	text-align: center;
	background-color: transparent;
}

.btn-dungthu-banner:hover{
	border-color: #1145bf;
	color: #1145bf;
}

.content-banner2{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 50px 320px;
}

.content-banner2 > *{
	text-align: center;
}

.modal-dialog{
	display: flex;
	justify-content: center;
}

.modal-width{
	width: 420px;
	background-color: #EAEEF1;
	border-radius: 12px;
	position: relative;
	text-align: center;
	padding: 30px 10px;
}

.title-modal-dangnhap{
	font-family: Saira;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.input-edit-login {
	height: 40px;
	border-radius: 20px;
}

.khung-input{
	position: relative;
}

.icon-input{
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0, -50%);
	background: #eff2f9;
	color: #9ba7ca;
	display: inline-block !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px !important;
	text-align: center;
}

.khung-all-login {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 30px 0;
}

.khung-save-login{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

input.checkbox-save {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: white;
	margin: 0;
}

input[type='checkbox']:checked:before {
	content: '\f00c';
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background: blue;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

.text-login,.text-link{
	display: inline-block;
	font-family: Saira;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}

.text-link{
	color: blue !important;
}

.khung-quenmatkhau:hover{
	color: blue;
	color: pointer;
}

.btn-login{
	background-color: #1145bf;
	border-color: #1145bf;
	border-radius: 20px;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	display: inline-block;
	font-family: Saira;
	font-size: 14px;
	margin: 10px 0px;
	padding: 10px 12px;
	text-align: center;
	width: 100%;
}

.close-modal {
	opacity: 1;
	font-size: 30px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.khung-capcha{
	display: flex;
	align-items: center;
	gap: 10px;
}

.capcha{
	width: 100px;
	height: 40px;
	background-color: transparent;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.avatar{
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	background-color: #999;
	border-radius: 50%;
}

.khung-avatar-name{
	display: flex !important;
	align-items: center;
	gap: 10px;
	height: 65px;
}

.khung-all-backhome{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.khung-catory{
	display: flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	padding: 20px 0;
	position: relative;
}

.khung-catory:hover p{
	font-weight: bold;
	color: #2a6496;
}
.blog_cat{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.catory-name{
	color: black;
	font-family: Roboto;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.khungall-catory{
	padding: 0 5%;
	background-color: #fff;
	box-shadow: 0 0 22px rgba(0,60,37,.1);
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.khungall-catory2{
	background-color: #fff;
	box-shadow: 0 0 22px rgba(0,60,37,.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}
.img_filter{
	filter: brightness(0) invert(42%) sepia(28%) saturate(1713%) hue-rotate(158deg) brightness(91%) contrast(93%);
}
.khungall-catory-chitiet{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 70%;
	position: relative;
}
.input-sreach {
	background-color: #117CB2;
	border-radius: 20px;
	height: 40px;
	color: #fff;
}

.khungall-sreach{
	width: 30%;
	position: relative;
}

.sub-catory{
	display: none;
	position: absolute;
	z-index: 999;
	top: 68px;
	background-color: #fff;
	width: max-content;
	height: max-content;
	line-height: 2;
	padding: 10px 30px;
	border: 1px solid rgba(0,0,0,0.1);
}

.sub-catory li a{
	margin: 10px;
	padding: 10px;
}

.sub-catory li a:hover{
	font-weight: bold;
}

.menu-cat:hover .sub-catory{
	display: block;
	column-count: 2;
}

.khungall-interface{
	padding: 0 10%;
	margin: 70px 0;
	font-family: Roboto;
}

.khung-title-interface{
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.khung-title-interface h3{
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #117CB2;
	text-align: center;
}

.khung-title-interface p{
	color: #005635;
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0 30px;
	text-align: center;
}

.grid-4-column{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
	margin: 30px 0;
}

.grid-3-column{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
	margin: 30px 0;
}

.grid-4-column-item{
	border-radius: 12px;
	background-color: #fff;
	height: 420px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0,108,66,.14);
	width: 100%;
}

.img-interface{
	width: 100%;
	height: 230px;
	background-color: #fff;
	background-size: cover;
	background-position: center;
}

.content-interface{
	padding: 20px;
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.content-interface a{
	color: #29353e;
	font-family: Roboto;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.content-interface p{
	color: #117CB2;
	font-family: Roboto;
	font-weight: 600;
	line-height: 22px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-interface p:hover{
	color: #117CB2;
}

.khung-btn-interface{
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-around;
}

.btn-inline-greeen,.btn-inline-blue{
	background-color:#117CB2;
	border-radius:90px;
	color:#ffffff;
	display:inline-block;
	font-family:Roboto;
	font-weight:600;
	line-height:38px;
	padding:0px 15px;
	text-align:center !important;
	width: 100%;
}

.btn-inline-blue{
	background-color: #1145BF;
	color: #fff;
	width: max-content;
	margin: auto;
	font-size: 16px;
	padding: 0 30px;
}

.btn-inline-blue:hover{
	color: #fff;
}


.btn-inline-greeen:hover{
	color: #fff;
}

.btn-outline-greeen{
	background-color:transparent;
	border: 1px solid #117CB2;
	border-radius:90px;
	color:#117CB2 !important;
	display:inline-block;
	font-family:Roboto;
	font-weight:600;
	line-height:38px;
	padding:0px 15px;
	text-align:center !important;
	width: 100%;
}

.btn-outline-greeen:hover{
	color: #117CB2;
}

.btn-viewall-interface{
	font-style: italic;
	color: #117CB2 !important;
	text-align: center;
	font-weight: bold;
	font-size: large;
}

.btn-viewall-interface:hover{
	text-decoration: underline;
}

.khung-price-interface{
	display: flex;
	align-items: center;
	gap: 10px;
}

.price-sale{
	text-decoration: line-through;
}

.khungall-interface-new{
	font-family: Roboto;
	background-color: #222;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, auto));;
	grid-gap: 6px;
}
.testimonial-1 {
	color: #fff;
	border-radius: 14px;
	padding: 40px;
	transition: all 1s;
}
.testimonial-1 .dz-rating {
	margin: 0 -3px 20px;
}
.text-yellow {
	color: #ffa808;
}
.client-quotes li {
	margin: 0!important;
	padding: 0!important;
}
.testimonial-1 .dz-rating li {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	padding: 0 3px;
}
.testimonial-text {
	font-weight: 400;
	position: relative;
}
.testimonial-1 .testimonial-text p {
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	margin: 0;
}
.testimonial-1 .testimonial-detail {
	align-items: center;
	display: flex;
	margin-top: 30px;
	padding: 0;
}
.testimonial-1 .testimonial-pic {
	border-radius: 50%;
	height: 60px;
	margin-right: 15px;
	overflow: hidden;
	width: 60px;
}
.testimonial-name, .testimonial-position {
	display: block;
}
.testimonial-1 .testimonial-detail .testimonial-name {
	margin-bottom: 5px;
	color: #fff;
}
.class_grid{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 6px;
}
.class_grid2{
	display: grid;
	grid-template-columns: 20% 80%;
	grid-gap: 20px;
}
.khungall-giaodiengiatot{
	font-family: Roboto;
	padding: 50px 5%;
	background-color: #fff;
}

.owl-project-slider .grid-4-column-item{
	margin: 50px 0;
}

.img-interface{
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
}

.extrem-height-image{
	position: absolute;
	width: 100%;
	height: auto;
	transition: all 3s ease;
}

.extrem-height-image:hover{
	transform: translateY(calc(-100% + 230px));
}

#interface-mienphi .owl-nav{
	width: max-content;
	display: flex;
}

#interface-mienphi .owl-prev,#interface-mienphi .owl-next{
	position: absolute;
	top: 50%;
	padding: 15px;
	background-color: #fff;
	border-radius: 50%;
	color: #117CB2;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0,96,59,.14);
}

#interface-mienphi .owl-prev:hover,#interface-mienphi .owl-next:hover{
	background-color: #117CB2;
	color: #fff;
}

#interface-mienphi .owl-prev{
	left: 0;
	transform: translate(-50%,-50%);
}

#interface-mienphi .owl-next{
	right: 0;
	transform: translate(50%,-50%);
}

.grid-5-column{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 30px;
}

.grid-5-column-item{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.img-catory-nganhnghe{
	height: 120px;
	background-size: cover;
	background-position: center;
	margin-left: auto;
	display: block;
	margin-right: auto;
}

.img-catory-nganhnghe:hover{
	border-radius: 50%;
	box-shadow: 1px 17px 43px 0 #fff, inset 2px 2px 15px #fff;
}

.title-mau-nganhnghe{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #00355d;
	text-align: center;
	margin: 30px 0;
}

.title-mau-nganhnghe:hover{
	color: #00355d;
	text-decoration: underline;
}

.btn-timkiem-sreach{
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #009CFF;
	color: white;
	font-weight: bold;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.btn-timkiem-sreach:hover{
	color: white;
}

.body-trang,.body-xanh{
	padding: 0 5%;
	font-family: Roboto;
}

.body-trang{
	background-color: #fff;
}

.body-xanh,.body-xanh-fullwidth{
	background-color: #98D2E8;
}

.banner-detail{
	height: 630px;
	background-color: #98D2E8;
	padding: 0 5%;
	font-family: Roboto;
	padding-top: 100px;
	overflow: hidden;
	color: #117CB2 ;
}

.btn-banner-detail{
	width: 70%;
	font-size: 20px;
}

.title-banner-detail{
	color: #29353e;
	font-size: 28px;
	font-weight: 700;
	line-height: 33.6px;
}

.des-banner-detail{
	color: #004f30;
	font-size: 17px;
	line-height: 25.5px;
}

.price-banner-detail{
	color: #117CB2;
	font-family: Roboto;
	font-size: 32px;
	font-weight: 700;
}

.hr-banner-detail{
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}

.khung-left-banner-detail{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.khung-right-banner-detail{
	height: 530px;
	background-color: #999;
	border-radius: 12px;
	background-size: cover;
	margin: 0 50px;
}

.khung-flex-between{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
}

p{
	margin: 0;
}

.khung-flex{
	display: flex;
	align-items: center;
	gap: 40px;
}

.khung-flex-item{
	display: flex;
	align-items: center;
	gap: 10px;
}

.khung-flex-item:hover .text-flex-item{
	color: #117CB2;
}

.strong-text{
	font-weight: bold;
}

.hr-bg-trang{
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}

.khungcontent-detail{
	margin: 20px 0;
}

.title-post-detail{
	font-size: 24px;
	color: #29353e;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 20px;
}

.khung-right-content{
	margin: 20px;
	padding: 20px;
	box-shadow: 0 10px 40px rgba(0,108,66,.14);
	border-radius: 16px;
}

.text-right-content-detail{
	font-size: 18px;
	color: #29353e;
	line-height: 24px;
}

.btn-right-content-detail{
	background-color: #117CB2;
	border-radius: 90px;
	color: #ffffff;
	display: inline-block;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 500;
	line-height: 48px;
	padding: 0px 36.82px;
	text-align: center;
	width: max-content;
}

.btn-right-content-detail:hover{
	color: #fff;
}

.khung-item-right-content-detail{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.text-right-content-detail-2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.img-post-content-right{
	margin: auto;
	background-size: contain;
	background-position: center;
	height: 185px;
	width: 80%;
	overflow: hidden;
}

.btn-xemthem-post-detail{
	color: #117CB2 !important;
}

/*readmore*/
.box input[name="readmore"]{
	display: none;
}
.box h1{
	margin-bottom: 30px;
}
.box .des{
	text-align: justify;
	position: relative;
	overflow: hidden;
	max-height: 600px;
	transition: 0.5s ease;
}
.box .des:before{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	transition: 0.5s ease;
	content:'';
	background-image: linear-gradient(to top, #fff, transparent);
}
.box .button{
	margin-top:30px;
	text-align: center;
}
.box label{
	text-align: center;
	display: inline-block;
	width: 140px;
	height: 30px;
	position: relative;
	cursor: pointer;
}

.box label:before{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:attr(data-more);
	display: flex;
	justify-content: center;
	align-items: center;
}

.box input[name="readmore"]:checked ~ .content label:before{
	content:attr(data-less);
}
.box input[name="readmore"]:checked ~ .content .des{
	max-height: 100%;
}
.box input[name="readmore"]:checked ~ .content .des::before{
	height: 0px;
}
.content{
	position: relative;
}

/*end readmore*/

#interface-detail .owl-nav{
	width: max-content;
	display: flex;
}

#interface-detail .owl-prev,#interface-detail .owl-next{
	position: absolute;
	top: 50%;
	padding: 15px;
	background-color: #fff;
	border-radius: 50%;
	color: #117CB2;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0,96,59,.14);
}

#interface-detail .owl-prev:hover,#interface-detail .owl-next:hover{
	background-color: #117CB2;
	color: #fff;
}

#interface-detail .owl-prev{
	left: 0;
	transform: translate(-50%,-50%);
}

#interface-detail .owl-next{
	right: 0;
	transform: translate(50%,-50%);
}

.khung-detail-slider-title{
	padding-top: 30px;
}

.khung-detail-slider-title h3{
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #117CB2;
	text-align: left;
}

.flex-input-interface input{
	height: 40px;
	border-radius: 50px;
}

.title-modal-useinterface{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.modal-width-use-interface{
	width: 550px;
	background-color: #EAEEF1;
	border-radius: 12px;
	position: relative;
	text-align: center;
	padding: 30px 10px;
}

.flex-input-interface{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 30px 0;
}

.flex-input-1{
	display: flex;
	align-items: center;
}

.input-user-interface-1{
	width: 70%;
	border-radius: 50px !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.input-user-interface-2{
	width: 30%;
	border-radius: 50px !important;
	background-color: #fff !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.text-modal-user-interface{
	font-size: 15px;
}

.header-xemthu-interface{
	position: fixed;
	width: 100%;
	padding: 10px 5%;
	background-color: #1145BF;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.khung-1-header-xemthu,.khung-2-header-xemthu,.khung-3-header-xemthu{
	display: flex;
	align-items: center;
	gap: 10px;
}

.khung-2-header-xemthu,.khung-3-header-xemthu{
	gap: 20px;
}

.khung-1-header-xemthu a,.khung-2-header-xemthu a,.khung-3-header-xemthu a{
	color: #fff;
}

.edit-icon-tablet-rotate{
	transform: rotate(-90deg);
}

.khung-2-header-xemthu a{
	font-weight: bold;
	color: rgba(255, 255, 255, .5);
}

.khung-2-header-xemthu a:hover{
	color: #fff;
}

.eidt-icon-times-size{
	font-size: large;
}

.khung-all-header-xemthu-interface{
	height: 50px;
	position: relative;
}

.active_data {
	color: #fff !important;
	background-color: unset !important;
	border: 0 !important;
}

.khung-all-header-site{
	height: 90px;
}

#demo-wrapper{
	margin-top: 0;
}

.title-sreach-key,.result-sreach-key{
	color: #117CB2;
	font-family: Roboto;
	font-size: 36px;
	font-weight: 700;
	line-height: 43.2px;
	text-align: center;
	padding: 50px 0;
}

.result-sreach-key{
	font-size: 20px;
	font-weight: normal;
}

.body-xanh-fullwidth .khungall-catory{
	margin: 0;
}
.body-xanh-fullwidth .khungall-catory2{
	margin: 0;
}

.mb-3{
	margin-bottom: 30px;
}

.khung-all-trai-category{
	margin-top: 100px;
}

.title-danhmuc{
	color: #29353e;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.flex-checkbox{
	display: flex;
	margin: 20px 0;
	flex-direction: column;
	gap: 10px;
}

.flex-checkbox-item{
	display: flex;
	align-items: center;
	gap: 10px;
}

.flex-checkbox-item input[type='checkbox']:checked:before{
	background-color: #117CB2;
}

.khungflex-fillter{
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
	padding: 10px 0;
}

.khungflex-fillter li{
	padding: 6.5px 10px;
	border-radius: 6px;
	min-width: 63px;
	background: #117CB2;
	cursor: pointer;
	position: relative;
}

.khungflex-fillter li a{
	color: #fff;
	font-size: 14px;
}

#left-category:checked ~ .absolute-mobile{
	display: block;
}

.edit-icon-filter {
	background-color: black;
	color: #fff;
	padding: 10px;
	border-radius: 50%;
}

@keyframes opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.khung-select-xemthu{
	height: 40px;
	border-radius: 50px;
}

.font-roboto{
	font-family: Roboto;
	font-size: 16px;
}

.banner-blog{
	width: 100%;
	height: 239px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.banner-blog-3{
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.title-banner-blog{
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;
	height: 100%;
	padding: 0 20%;
}

.title-banner-blog-3{
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;
	padding: 0 20%;
	height: 70%;
}

.p-5-phantram{
	padding: 30px 5%;
}

.grid-3column-1fr-blog{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.grid-blog-item-2fr{
	grid-column-start: 1;
	grid-column-end: 3;
	height: 350px;
	overflow: hidden;
}

.slider-blog{
	position: relative;
	background-color: black;
	height: 350px;
	background-size: cover;
	background-position: center;
	margin-top: 10px;
}

#slider-blog .owl-prev,#slider-blog .owl-next,#slider-blog-2 .owl-prev,#slider-blog-2 .owl-next{
	position: absolute;
	bottom: 10%;
	padding: 5px;
	background-color: #F3F9FB;
	/* border: 10px solid #fff; */
	border-radius: 50%;
	right: 5%;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#slider-blog .owl-prev:hover,#slider-blog .owl-next:hover,#slider-blog-2 .owl-prev:hover,#slider-blog-2 .owl-next:hover{
	background-color: #0fd186;
	color: #fff;
}

#slider-blog .owl-prev,#slider-blog-2 .owl-prev{
	right: 10%;
}

.khung-den-slider-blog{
	width: 100%;
	height: 140px;
	background-color: black;
	opacity: 60%;
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.title-slider-blog,.title-slider-blog2{
	color: #fff !important;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: lef;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.title-slider-blog2{
	color: #333 !important;

}

.title-slider-blog:hover,.danhmuc-slider-blog:hover,.title-slider-blog2:hover,.text-docgi-homnay:hover,.danhmuc-blog-post a:hover{
	text-decoration: underline;
}

.danhmuc-slider-blog{
	color: #fff !important;
}

.khung-flex-slider-blog{
	display: flex;
	gap: 20px;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
}

.docgi-homnay{
	background-color: #fff;
	height: 350px;
	border-radius: 8px;
	padding: 5%;
	overflow: hidden;
}

.title-docgi-honmnay{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.khung-flex-docgihomnay{
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.hinh-docgi-homnay{
	width: 80px;
	height: 80px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}

.text-docgi-homnay{
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.khung-scroll-docgi-homnay{
	overflow-y: auto;
	height: 100%;
}

.view-docgi-homnay{
	color: grey;
	font-size: 14px;
}

.khung-flex-view-docgi-homnay{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.grid-blog-item{
	background-color: #fff;
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.img-post-blog-item{
	height: 200px;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-bottom: 2px solid #0FD186;
}

.content-post-blog-item{
	padding: 7%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 200px;
	position: relative;
}

.bg-grey{
	background-color: #eff0f2;
}

.khung-flex-post-time-view{
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	justify-content: space-between;
}

.content-blog-post{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.danhmuc-blog-post{
	position: absolute;
	top: 50%;
	left: 10%;
	background-color: #117CB2;
	transform: translateY(-50%);
	border-radius: 4px;
	padding: 5px 20px;
}

.danhmuc-blog-post a{
	color: #fff !important;
	font-size: 14px;
}

.khung-content-banner-blog{
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 20%;
	gap: 20px;
}

.khung-flex-input-banner-blog{
	display: flex;
	gap: 20px;
	align-items: center;
	width: 100%;
}

.title-banner-blog-2{
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
}

input.form-control.edit-form-mail-banner-blog {
	width: 70%;
	height: 40px;
	border-radius: 50px;
	font-size: 18px;
	padding-left: 25px;
}

button.btn.btn-inline-greeen.edit-btn-inline-greeen-banner-blog {
	width: 30%;
	font-size: 20px;
}
.icon-box{
	width: 100%;
	height: 100%;
}
.text {
	font-size: 124%;
}
.h3_home{
	letter-spacing: -1px;
	margin-top: 0;
	font-size: 26px;
	
}
.grid_center{
	align-self: center;
}
.icon-box i {
	color: #fff;
	font-size: 40px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	background: #404040;
}
.img-right-banner-blog{
	height: 350px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.opacity-black{
	height: 100%;
}

.khung-flex-icon-blog-3{
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 30px;
	color: #fff;
	padding: 0 20%;
	font-size: 14px;
}

.mp-0{
	margin: 0 !important;
	padding: 0 !important;
}

.title-tongquan-baiviet{
	color: #444444 !important;
	display: inline-block;
	font-weight: 700;
	line-height: 26px;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid #0FD186;
}

.khung-tongquan-baiviet{
	line-height: 2;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.khung-tongquan-baiviet a{
	font-size: 14px;
}

.khung-tongquan-baiviet a:hover{
	color: #2f89ff;
}

.content-chitiet-baiviet{
	padding: 0 5%;
	line-height: 2;
}

.title-chitiet-post-moinhat{
	color: #007bff !important;
	display: inline-block;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid #0FD186;
}

.title-chitiet-post-moinhat:hover{
	color: #0056b3 !important;
}

.khung-flex-post-moinhat{
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.edit-list-style-blue{
	width: 5px;
	height: 5px;
	background-color: #0FD186;
	flex-shrink: 0;
}

.khung-flex-post-moinhat a{
	color: #444 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
}

.khung-flex-post-moinhat a:hover{
	text-decoration: underline;
}

.khung-all-post-moinhat{
	margin-bottom: 20px;
}

.khung-flex-tag-chitiet{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, auto));;
	grid-gap: 6px;
	align-items: center;
	gap: 30px;
	margin: 20px 0;
}

.btn-inline-white{
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, .1);
	color: #333;
	background-color: transparent;
	font-size: 14px;
	line-height: 21px;
	padding: 5px 20px;
	text-align: center;
}

.btn-inline-white:hover{
	border: 1px solid #41b75e;
	color: #41b75e;
}

.khung-all-baiviet-lienquan{
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 50px;
}

.title-baiviet-lienquan{
	color: #212529;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
}

.edit-icon-comment-baiviet-lienquan{
	color: #0FD186;
}

.img-post-baiviet-lienquan{
	width: 100%;
	height: 170px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 8px;
}

.img-post-baiviet-lienquan img{
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center;
	transition: all .5s ease-in-out;
}


.img-post-baiviet-lienquan:hover img{
	transform: scale(1.2);
}

.view-baiviet-lienquan{
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 5%;
	font-size: 14px;
}

.edit-icon-eye-baiviet-lienquan{
	color: #0FD186;
}

.content-chitiet-baiviet-lienquan a{
	margin: 10px 0;
	color: #3e3d3c !important;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.content-chitiet-baiviet-lienquan a:hover{
	text-decoration: underline;
}

#post-lienquan .owl-prev,#post-lienquan .owl-next{
	position: absolute;
	top: 30%;
	width: 35px;
	height: 65px;
	padding: 15px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#post-lienquan .owl-prev{
	left: 0;
	transform: translate(0,-50%);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#post-lienquan .owl-next{
	right: 0;
	transform: translate(0,-50%);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.danh-sach
{
	border:2px solid #000;
	padding:10px;
	background:#f3f3f3;
	margin-bottom:20px;
	border-radius:6px
}

.danh-sach .fa
{
	margin-right:10px
}

.head-danh-sach
{
	background:none;
	border:none;
	width:100%;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	font-size:16px;
	padding:5px 0
}

.js-toc
{
	margin-bottom:10px;
	max-height:400px;
	overflow-y:auto
}
.khung-den2-slider-blog {
	width: 100%;
	height: 70px;
	background-color: black;
	opacity: 60%;
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
ol.toc-list
{
	padding-left:20px;
	list-style-type:decimal;
	margin-bottom:0;
	margin-bottom:5px
}

ol.toc-list:last-child
{
	margin-bottom:0
}

ol.toc-list>li:last-child
{
	margin-bottom:0
}

ol.toc-list a
{
	width:100%;
	background-size:200% 100%;
	background-position:right bottom;
	transition:all.25s ease;
	padding:3px;
	display:inline-block
}

ol.toc-list .is-active-link
{
	background-position:left bottom
}

ol.toc-list>li>a
{
	font-weight:700;
	color:#000
}

ol.toc-list>li>ol.toc-list>li>a
{
	font-weight:400
}

.is-position-fixed
{
	position:fixed!important;
	top:50px;
	z-index:99
}

.is-position-fixed .js-toc
{
	height:auto!important;
	width:500px!important;
	visibility:visible!important;
	transition:.25s;
	visibility:hidden
}

.picaso
{
	transition:.25s
}

.transition--300
{
	transition:all 300ms ease-in-out
}
.head-danh-sach
{
	background:none;
	border:none;
	width:100%;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	font-size:16px;
	padding:5px 0
}

.js-toc
{
	margin-bottom:10px;
	max-height:400px;
	overflow-y:auto
}

ol.toc-list
{
	padding-left:20px;
	list-style-type:decimal;
	margin-bottom:0;
	margin-bottom:5px
}

ol.toc-list:last-child
{
	margin-bottom:0
}

ol.toc-list>li:last-child
{
	margin-bottom:0
}

ol.toc-list a
{
	width:100%;
	background-size:200% 100%;
	background-position:right bottom;
	transition:all.25s ease;
	padding:3px;
	display:inline-block
}

ol.toc-list .is-active-link
{
	background-position:left bottom
}

ol.toc-list>li>a
{
	font-weight:700;
	color:#000
}

ol.toc-list>li>ol.toc-list>li>a
{
	font-weight:400
}

.is-position-fixed
{
	position:fixed!important;
	top:50px;
	z-index:99
}

.is-position-fixed .js-toc
{
	height:auto!important;
	width:500px!important;
	visibility:visible!important;
	transition:.25s;
	visibility:hidden
}

.picaso
{
	transition:.25s
}

.transition--300
{
	transition:all 300ms ease-in-out
}
.panel-body iframe{
	width: 100%;
}
.btn-danh-sach-close
{
	border:none;
	background:none;
	position:absolute;
	top:13px;
	right:0;
	width:40px;
	padding:0;
	display:none
}

.btn-danh-sach-show
{
	position:fixed;
	top:50px;
	font-size:20px;
	border:2px solid #000;
	padding:10px;
	background:#f3f3f3;
	line-height:1;
	border-radius:7px;
	z-index:9;
	display:none;
	opacity:.7;
	transform:.25s
}

.btn-danh-sach-show:hover
{
	opacity:1;
	transform:.25s
}

.is-position-fixed .btn-danh-sach-close,.is-position-fixed .btn-danh-sach-show
{
	display:block
}

#bodyhtml h1:before,#bodyhtml h2:before,#bodyhtml h3:before,#bodyhtml h4:before,#bodyhtml h5:before,#bodyhtml h6:before
{
	display:block;
	content:" ";
	height:15px;
	margin-top:-15px;
	visibility:hidden
}




@media (max-width: 768px){
	#slider-blog-2{
    	display:none;
    }
	.class_grid{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 6px;
	}
	.grid-3-column{
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.grid-4-column{
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.grid-5-column{
		grid-template-columns: repeat(3,1fr);
		gap: 20px;
	}

	.khung-flex {
		flex-direction: column;
		align-items: unset;
		gap: 10px;
	}

	.khungflex-fillter{
		justify-content: unset;
		flex-wrap: wrap;
	}
	

	.title-banner-blog,.title-banner-blog-3 {
		font-size: 25px;
	}

	.title-banner-blog-2 {
		font-size: 25px;
	}

	.khung-flex-icon-blog-3 {
		flex-direction: column;
	}

	.title-banner-blog-3 {
		padding: 0 5%;
	}

	.khung-flex-icon-blog-3 {
		flex-direction: column;
		padding: 0 5%;
		align-items: start;
		gap: 10px;
	}

	#slider-blog .owl-prev, #slider-blog-2 .owl-prev {
		right: 15%;
	}
	


}

@media only screen and (min-width: 769px) and (max-width:1023px){
	.grid-4-column{
		grid-template-columns: repeat(3,1fr);
		gap: 20px;
	}

	.grid-3-column{
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}

}

@media (max-width: 1023px){
	.bg-footer{
		padding: 10px;
	}

	.khungall-catory-chitiet{
		display: none;
	}

	.khungall-sreach {
		width: 100%;
		padding: 10px;
	}

	.khungall-interface {
		margin: 50px 0;
	}

	.khung-title-interface h3 {
		font-size: 25px;
	}

	.btn-timkiem-sreach{
		right: 15px;
		top: 15px;
	}

	.img-catory-nganhnghe {
		height: 80px;
	}

	.title-mau-nganhnghe {
		font-size: 12px;
	}

	.btn-viewall-interface {
		font-size: 14px;
	}

	.content-interface a,.content-interface p{
		font-size: 18px;
	}

	.title-banner-detail,.des-banner-detail,.price-banner-detail{
		text-align: center;
	}

	.khung-left-banner-detail {
		align-items: center;
	}

	.banner-detail{
		height: 900px;
	}

	.khung-right-banner-detail{
		margin-top: 20px;
	}

	.khung-flex-between{
		flex-direction: column;
		align-items: unset;
		gap: 20px;
	}

	.title-sreach-key{
		font-size: 26px;
	}

	.absolute-mobile{
		display: none;
		position: absolute;
		z-index: 9;
		left: 0;
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, .1);
		width: 100%;
		padding: 10px;
		border-radius: 12px;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
		animation: opacity ease 0.5s;
	}

	.khung-all-trai-category {
		margin-top: 20px;
	}

	.khung-flex-tag-chitiet {
		gap: 10px;
		flex-wrap: wrap;
	}

	.grid-3column-1fr-blog{
		grid-template-columns: 1fr;
	}

	.grid-blog-item-2fr{
		grid-column-start: unset;
		grid-column-end: unset; 
	}

	#slider-blog .owl-prev, #slider-blog .owl-next, #slider-blog-2 .owl-prev, #slider-blog-2 .owl-next{
		bottom: 5%;
	}

	.title-banner-blog {
		padding: 0px 5%;
	}


}