:root {
	--background-static: #7eb132;
	--color-static: #343434;
	--background-hover: #7eb132;
	--color-hover: #7eb132;
}

@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('font/Roboto-BoldItalic.woff');
	font-display: block;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('font/Roboto-Regular.woff');
	font-display: block;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('font/Roboto-Bold.woff');
	font-display: block;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('font/Roboto-Medium.woff');
	font-display: block;
}

@font-face {
	font-family: 'Muli-Black';
	src: url('font/Muli-Black.woff');
	font-display: block;
}

@font-face {
	font-family: 'Muli-Regular';
	src: url('font/Muli-Regular.woff');
	font-display: block;
}

@font-face {
	font-family: 'Muli-Bold';
	src: url('font/Muli-Bold.woff');
	font-display: block;
}

@font-face {
	font-family: 'SVN-Helvetica-Neue-Heavy';
	src: url('font/SVN-Helvetica-Neue-Heavy.woff');
	font-display: block;
}

@font-face {
	font-family: 'SVN-Internation';
	src: url('font/SVN-Internation.woff');
	font-display: block;
}

@font-face {
	font-family: 'UVNBaiSauNang';
	src: url('font/UVNBaiSauNang.woff');
	font-display: block;
}

body {
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	position: initial !important;
}

@font-face {
	font-family: 'MYRIADPRO';
	src: url('font/MYRIADPRO.OTF');
	font-display: block;
}

.hover_scale {
	overflow: hidden;
	display: block;
}

.hover_scale img {
	transition: .5s;
}

.hover_scale img:hover {
	transform: scale(1.2);
}

.center {
	max-width: 1200px;
	margin: auto;
}
.content_sp {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-flow: row wrap;
}

.w_top {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.mod_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	color: #333333;
	font-size: 15px;
}

.mod_top i {
	color: #7eb132;
}

#w_header {
}

div#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 0;
}

.holtine_hd {
	background: url(images/icon_hotline.jpg) no-repeat left center;
	padding-left: 66px;
}

.holtine_hd .td1 {
	font-family: 'Roboto-Regular';
	font-size: 15px;
	color: #333333;
}

.holtine_hd .sodt {
	color: #7eb132;
	font-size: 22px;
	font-family: 'Muli-Black';
}

.menu_login {
	list-style: none;
	position: absolute;
	top: 5px;
	right: 70px;
}

.menu_login li {
	display: inline-block;
}

.menu_login li a {
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0px 5px;
}

div#lang {
	position: absolute;
	top: 5px;
	right: 10px;
}

div#lang a img {
	border: 1px solid #fff;
	margin-left: 3px;
}

.sang_header {
	position: absolute;
	top: 35px;
	left: 80px;
}

div#menu_mobi {
	display: block;
}

#w_menu {
	background: url(images/w_menu.jpg) repeat-x left center;
	border-top: 1px solid #7eb132;
	border-bottom: 1px solid #7eb132;
}

div#menu {
	position: relative;
	height: 44px;
	line-height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--background-static);
}

div#menu:before {
	content: '';
	width: 40px;
	height: 44px;
	background: url(images/before_mn.png) no-repeat;
	position: absolute;
	left: -40px;
	top: 0;
}

div#menu:after {
	content: '';
	background: url(images/after_mn.png);
	width: 40px;
	height: 43px;
	position: absolute;
	right: -40px;
	bottom: 0;
}

div#menu ul {
	list-style: none;
	display: flex;
}

div#menu ul li {
	position: relative;
	z-index: 111;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#menu ul li.line {
	background: url(images/line_mn.png) no-repeat center center;
	height: 45px;
	width: 8px;
	margin: 0 15px;
}

div#menu ul li a {
	color: #fff;
	font-size: 17px;
	padding: 7px 19px;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	font-family: 'Muli-Regular';
	transition: .4s;
	line-height: normal;
}

div#menu ul li a:hover, div#menu ul li a.active, div#menu ul li a.active2 {
	background: #648c27;
	border-radius: 20px;
}

div#menu ul li ul {
	overflow: hidden;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	-o-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	position: absolute;
	top: 101%;
	left: 0px;
	width: 220px;
	padding: 0;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	border-bottom: none;
	background: var(--background-static);
}

div#menu ul li:hover>ul {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

div#menu ul li ul li {
	width: 100%;
	line-height: 1.5;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

div#menu ul li ul li:last-child {
	border-bottom: none;
}

div#menu ul li ul li a {
	padding: 6px 10px;
	text-transform: none;
	display: block;
	width: 100%;
}

div#menu ul li ul li a:hover {
	border-radius: 0;
}

div#menu ul li ul li ul {
	left: 221px;
	top: 0px;
}

div#search {
	background: #fff;
	height: 35px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-items: center;
	justify-content: space-between;
	border-radius: 20px;
}

div#search input {
	border: none;
	background: none;
	outline: none;
	color: #777;
	padding: 0 10px;
	width: 100%;
}

div#search a {
	color: #222;
	font-size: 14px;
	cursor: pointer;
	width: 30px;
}

div#left {
	width: 280px;
}

div.tieude {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	margin-bottom: 25px;
	color: #555;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
}

div.tieude:after {
	content: '';
	width: 45px;
	height: 2px;
	background-color: #b49149;
	margin-top: 5px;
}

div.danhmuc {
	margin-bottom: 20px;
}

div#danhmuc ul {
	list-style: none;
}

div#danhmuc ul li {
}

div#danhmuc ul li a {
	color: #666;
	font-size: 13px;
	position: relative;
	border-bottom: 1px solid #eaeaea;
	padding: 6px 10px 6px 20px;
	text-transform: uppercase;
	font-family: 'Roboto-Regular';
	display: block;
}

div#danhmuc ul li a:before {
	position: absolute;
	content: '\f0da';
	font-family: FontAwesome;
	left: 3px;
	top: 7px;
	transition: all 0.5s;
}

div#danhmuc ul li a:hover {
	color: #ffb72a;
	transition: 0.4s;
}

div#danhmuc ul li ul li a {
	padding-left: 40px;
}

div#danhmuc ul li ul li a:before {
	left: 20px;
}

.phone {
	background: url(images/bg_hl_l.png) no-repeat left center;
	position: relative;
	height: 63px;
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 29px;
	color: #da2522;
	font-size: 17px;
	font-weight: bold;
}

.item_hotro {
	font-size: 13px;
}

.item_hotro span {
	float: left;
	color: #009f0f;
	margin-top: 5px;
}

.item_hotro a {
	float: left;
	margin-left: 5px;
}

.item_hotro p {
	color: #222222;
}

form#frm_dknt {
	background: #fff;
	width: 250px;
	height: 40px;
	display: flex;
}

form#frm_dknt input[type='text'] {
	width: calc(100% - 50px);
	padding: 0px 15px;
	border: none;
	background: none;
	outline: none;
	font-family: 'Roboto-Regular';
	color: #000;
	font-size: 14px;
	height: 100%;
}

form#frm_dknt input[type='text']::placeholder {
	font-family: 'Roboto-Regular';
	color: #000;
	font-size: 14px;
}

form#frm_dknt input[type='button'] {
	background: #000;
	color: #fff;
	width: 50px;
	height: 100%;
	border: none;
	cursor: pointer;
	outline: none;
}

div#main_content {}

div#right {
	overflow: hidden;
	width: calc(100% - 280px);
	padding-left: 20px;
	max-height: 100%;
}

div.tieude_giua {
	text-align: center;
	text-transform: capitalize;
	color: #7eb132;
	font-size: 40px;
	font-family: 'SVN-Internation';
}
.margin_tieude{
	margin-bottom: 20px;
}
.mota_tieude {
	text-align: center;
	margin-bottom: 20px;
	color: #333333;
	font-size: 16px;
	font-family: 'Muli-Regular';
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mota_tieude:after{
	content:'';
	border-top:1px dashed #cccccc;
	width:285px;
	height: 2px;
	margin-top: 16px;
}
div.wap_item {
}

.w_product {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 24px);
	margin: 0 -12px;
}

.item_spindex {
	margin: 0 10px;
}

.item_sp1 {
	width: calc(100%/3 - 24px);
	margin: 0 12px 20px 12px;
}

.item_sp {
	position: relative;
	font-family: 'Roboto-Regular';
}

.item_sp .img {
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 5px;
}

.item_sp .img a.a_img img {
	width: 100%;
	transition: 1s;
}

.item_sp .ten {
	color: #333333;
	font-size: 16px;
	display: block;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
	font-family: 'Muli-Bold';
}

.item_sp .ten:hover {
	color: var(--color-hover);
}

.item_sp .gia {
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.item_sp .gia .giaban {
	color: #db2121;
}

.item_sp .gia .giacu {
	text-decoration: line-through;
	color: #999999;
	margin-left: 15px;
}

.item_sp .giamgia {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #f00;
	color: #fff;
	right: 10px;
	top: 10px;
	z-index: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item_sp .info {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 100%;
	padding: 15px 0;
	transition: .5s;
	bottom: 0;
}

.item_sp .info a {
	font-family: 'Roboto-Regular';
	font-size: 13px;
	color: #333333;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #acacac;
	margin: 0 5px;
	transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.item_sp .info a:hover {
	border: 1px solid transparent;
	color: #fff;
	background: var(--background-static);
	box-shadow: 0 0 0 30px var(--background-static) inset;
}

.item_sp:hover .info {
	left: 0;
}

.item_sp .giamgia {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #f00;
	color: #fff;
	right: 10px;
	top: 10px;
	z-index: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@-webkit-keyframes star {
	0% {
		-webkit-transform: rotate(0) scale(0);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0);
	}

}

@-o-keyframes star {
	0% {
		-o-transform: rotate(0) scale(0);
	}

	50% {
		-o-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-o-transform: rotate(360deg) scale(0);
	}

}

@-moz-keyframes star {
	0% {
		-moz-transform: rotate(0) scale(0);
	}

	50% {
		-moz-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-moz-transform: rotate(360deg) scale(0);
	}

}

.start-animate {
	z-index: 99999999999999999 !important;
	position: absolute;
	animation: star linear 1.75s infinite;
	-moz-animation: star linear 1.75s infinite;
	-webkit-animation: star linear 1.75s infinite;
	-o-animation: star linear 1.75s infinite;
}

@keyframes star {
	0% {
		transform: rotate(0) scale(0);
	}

	50% {
		transform: rotate(180deg) scale(1.5);
	}

	100% {
		transform: rotate(360deg) scale(0);
	}

}

.fcb_map_footer {
	text-decoration: underline;
	color: #000;
	display: block;
}

.fcb_dknt {
	display: block;
	color: #000;
}

/*bottom*/
.mod_bottom {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	padding-bottom: 40px;
}

.khunghinhanh {
	display: flex;
	justify-content: space-between;
}

.hinhanhphai {
	width: 136px;
}

.flex_tintuc {
	width: calc(100% - 580px);
	padding-right: 30px;
}

.mod_video {
	width: 580px;
}

.tieude_titnuc {
	text-transform: uppercase;
	color: #7eb132;
	font-size: 30px;
	position: relative;
	font-family: 'UVNBaiSauNang';
}

.mota_tdbt {
	color: #666666;
	font-size: 15px;
	font-family: 'Muli-Regular';
	margin-bottom: 25px;
	border-bottom: 1px dashed #666666;
	padding-bottom: 13px;
}

.tintuc_1 {
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 45%;
}

.tintuc_1 .xemthem {
	color: #000;
	border: 1px solid #000;
	text-transform: uppercase;
	font-family: 'Roboto-Regular';
	margin-top: 20px;
	width: 120px;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tintuc_1 a.img {
	display: block;
}

.tintuc_1 a.img img {
	width: 100%;
}

.tintuc_conlai {
	overflow: hidden;
	max-height: 352px;
}

.tintuc_1 a.ten {
	-webkit-line-clamp: 2;
	color: #000;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: 'Roboto-Bold';
}

.tintuc_1 a.ten:hover {
	color: var(--color-hover);
}

.tintuc_1 p.mota {
	color: #333333;
	-webkit-line-clamp: 3;
	font-family: 'Roboto-Regular';
}

.item_ttcl {
	margin-bottom: 14px;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 14px;
}

.item_ttcl .ngaytao {
	width: 75px;
	background: #7eb132;
	height: 85px;
	border-bottom: 5px solid #699429;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'roboto-Medium';
	line-height: 1.2;
}

.item_ttcl .ngaytao .ngay {
	font-size: 36px;
	font-family: 'roboto-Medium';
}

.item_ttcl .ngaytao .thang {
}

.item_ttcl .info {
	width: calc(100% - 275px);
	padding-left: 14px;
}

.item_ttcl a.img {
	margin-left: 10px;
	width: 190px;
}

.item_ttcl p.mota {
	color: #333333;
	text-align: justify;
	font-family: 'Roboto-Regular';
}

.item_ttcl a.ten {
	color: #333333;
	font-size: 14px;
	font-family: 'Muli-Bold';
	display: block;
}

.item_ttcl a.ten:hover {
	color: var(--color-hover);
}

.item_ttcl .mota {
	color: #333;
	font-family: 'Muli-Regular';
	margin: 5px 0px;
}

.item_ttcl .xemthem {
	color: #7eb132;
	font-size: 14px;
	font-family: 'Muli-Bold';
	display: flex;
	align-items: center;
}

.item_ttcl .xemthem:hover {
	color: #f00;
}

.item_ttcl .xemthem i {
	font-size: 18px;
	margin: 0 0 0 8px;
}

.content_titnuc {
	display: flex;
	flex-flow: row wrap;
}

.item_vd1 {
	display: inline-block;
	position: relative;
	line-height: 0;
}

.item_vd1 .img1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.item_vd1 .img2 {
	width: 432px !important;
	height: 352px !important;
}

.item_vdcl1 {
	display: inline-block;
	position: relative;
	margin-bottom: 2px;
}

.item_vdcl1 .img1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: scale(0.5);
}

.item_vdcl1 .img2 {
	width: 100%;
	box-sizing: border-box;
	height: 110px;
}

/*end bottom*/
#w_copyright {
	background: #000;
}

#mod_copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	height: 50px;
}

#w_footer {
	background: #69bb01;
	position:relative;
}
#w_footer:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:10px;
	background:url(images/bg_ft.jpg) repeat-x left center;
}
#footer {
	color: #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-family: 'Muli-Regular';
}
.thongtinlienhe{
	text-transform:uppercase;
	font-size:15px;
	font-family: 'Muli-Bold';
}
.item_ft:nth-child(1) {
	width: 42%;
}

.item_ft:nth-child(2) {
}

.item_ft:nth-child(3) {
	width: 200px;
}

.ten_cty {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: normal;
	font-family: 'SVN-Helvetica-Neue-Heavy';
}

.td_ft {
	text-transform: uppercase;
	position: relative;
	font-size: 15px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	font-family: 'Muli-Bold';
}

.td_ft:after {
	width: 40px;
	height: 3px;
	background: #fff;
	content: '';
	margin-top: 14px;
}

.item_tktc p {
	border-bottom: 1px solid #9de031;
	padding: 9px 0;
}
.item_tktc p:last-child{
	border-bottom:none;
}
.item_tktc p img {
	margin-right: 10px;
}

.item_tktc p span {
	float: right;
}

.cart {
	display: inline-block;
	color: #585858;
	font-size: 12px;
	margin-left: 11px;
	vertical-align: top;
	background: #f9f9fd;
	border-radius: 50px;
	padding: 5px 20px 0px 20px;
	z-index: 111;
	box-shadow: 0 0 5px #555;
	position: fixed;
	top: 135px;
	right: 20px;
}

.khunggio {
	text-align: left;
	float: right;
}

.cart img {
	float: left;
}

.box-gh {
	float: left;
	text-align: center;
}

.kqgh {
	background: #ed1c24;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 0px 4px;
	display: inline-block;
}

/*-- news run --*/
#tintuc_chay {
	padding: 3% 0;
}

.content_news {
	margin: 0 -5px 0 -5px;
}

.item_ttnb {
	margin: 0 5px;
	text-align: center;
}

.item_ttnb .img {
	display: block;
	overflow: hidden;
}

.item_ttnb .img img {
	width: 100%;
}

.item_ttnb .ten {
	font-family: 'Roboto-Bold';
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0;
	color: #000;
}

.item_ttnb .ten:hover {
	color: var(--color-hover);
}

.item_ttnb .mota {
	text-align: justify;
}

/* -- end new run --*/
#doitac {
}

.doitac_chay {
	width: calc(100% + 20px);
	margin: 0 -10px;
}

.item_doitac {
	margin: 0 10px;
}

#slider {
	position: relative;
	overflow: hidden;
}

.new_chinhsach {
}

.new_chinhsach a {
	color: #fff;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.new_chinhsach a i {
	font-size: 5px;
	margin: 5px 15px 0 5px;
}

.new_chinhsach a:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.new_chinhsach a:hover {
	color: #fff200;
}

.xemthem_danhmuc {
	background: var(--background-static);
	color: #fff;
	width: 140px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	margin-top: 20px;
	text-transform: uppercase;
	font-family: 'Roboto-Regular';
	font-size: 15px;
}

.w_about {
	background: #f0efe1;
}

.mod_about {
	display: flex;
	flex-flow: row wrap;
}

.mod_about .left_about {
	width: calc(100% - 580px);
	padding-right: 40px;
}
.mod_about .left_about .ngaytao{
	color: #bdbdbd;
	font-size: 13px;
	font-family: 'Roboto-Regular';
	text-transform: capitalize;
	margin-top: 5px;
}
.mod_about .left_about .td1 {
	color: #333333;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Roboto-Regular';
}

.mod_about .left_about .td2 {
	color: #7eb132;
	font-size: 27px;
	text-transform: uppercase;
	font-family: 'SVN-Helvetica-Neue-Heavy';
	display: flex;
	flex-direction: column;
}

.mod_about .left_about .td2:after {
	content: '';
	width: 200px;
	height: 4px;
	background-image: linear-gradient(to right, #7eb132 0 50%, #e6e6e6 50% 100%);
	margin-top: 20px;
}

.mod_about .left_about .mota {
	color: #333;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	margin: 20px 0;
}

.mod_about .left_about .xemthem {
	width: 110px;
	height: 45px;
	background: var(--background-static);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto-Regular';
	text-transform: capitalize;
}

.mod_about .right_about {
	width: 580px;
}

.item_vschon {
	text-align: center;
	margin: 0 15px;
	font-family: 'Roboto-Regular';
}

.item_vschon .img {
}

.item_vschon .img img {
	transition: .5s;
}

.item_vschon:hover img {
	transform: rotate(45deg);
}

.item_vschon .info {
}

.item_vschon .info .ten {
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-top: 16px;
	margin-bottom: 5px;
	font-family: 'Muli-Bold';
}

.item_vschon .info .mota {
	color: #666666;
	font-family: 'Muli-Regular';
	font-size: 15px;
	-webkit-line-clamp:3;
}

.w_vschon {
	background: #000000;
	padding: 58px 0;
}

.vschon_run {
	width: calc(100% + 30px);
	margin: 0 -15px
}

.flex_album {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -5px;
}

.item_hahd {
	margin: 0 5px 10px 5px;
}
.item_hahd1{
	width: calc(100%/2 - 10px);
}
.item_hahd2{
	width: calc(100%/3 - 10px);
}

.mod_hahd {
	margin-bottom: 40px;
}

.mod_copyright {
	border-top: 1px solid #74cc02;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Muli-Bold';
	font-size: 13px;
	text-align: center;
}

.social_footer {
	display: flex;
	align-items: center;
	margin-top: 14px;
}

.social_footer span {
}

.social_footer a {
	margin-left: 8px;
	transition: .4s;
}

.social_footer a:hover {
	transform: rotate(45deg);
}
.bando_ft iframe{
	width: 100%!important;
	height: 400px!important;
	display: inline-block;
	vertical-align: middle;
}
.w_dichvu{
	background: url(images/dv.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	margin-bottom: 40px;
	padding-top: 40px;
}
.boxdichvu_container {
    padding: 77px 0 0 0;
    height: 587px;
    overflow: hidden;
    position: relative;
}
.banner_dichvu{
	position: absolute;
	bottom: -64px;
	left: calc(50% - 300px);
}
.social_top{
    display: flex;
}
.social_top a{
    margin-left: 5px;
    transition: .4s;
}
.social_top a:hover{
    transform: rotate(45deg);
}
.dichvu_rp{
	display: none;
}
/*-- css reponsive --*/
#menu_mb{
	height: 42px;
	overflow: hidden;
	display: none;
}
#video{
	display: none;
}
@media (max-width: 1024px){	
	.center {
		width: calc(100% - 20px);
	}
	.mod_hahd{
		margin-bottom: 30px;
	}
	.w_dichvu{
		padding-top: 20px;
		margin-bottom: 0;
	}
	#video{
		display:block;
	}
	.khunghinhanh{
		display:none;
	}
	.flex_tintuc{
		width: 100%;
		padding-right:0;
		margin-bottom: 20px;
	}
	.mod_video{
		width: 100%;
	}
	.vschon_run {
	    width: calc(100% + 10px);
	    margin: 0 -5px;
	}
	.item_vschon{
		margin: 0 5px;
	}
	.banner_dichvu {
	    position: initial;
	    bottom: 0;
	    left: 0;
	    text-align: center;
	}
	.boxdichvu_container{
		display: none;
	}
	.dichvu_rp{
		display: block;
	}
	.w_top{
		display: none;
	}
	.padding_top_bottom{
		padding: 30px 0!important;
	}
	.khung_chay{
		overflow: hidden!important;;
	}
	.ten_baiviet{
		font-size: 16px!important;
	}
	.w_product{
		width:calc(100% + 10px);
		margin:0 -5px;
	}
	.item_sp{
		margin:0 5px 10px 5px;
	}
	.item_sp1{
		width:calc(100%/4 - 10px);
	}
	.content_video, .wap_box_new{
		width:calc(100% + 10px)!important;
		margin:0 -5px;
	}
	.item_video, .box_news{
		margin:0 5px 10px 5px!important;
	}
	.content_sp{
		width:calc(100% + 10px);
		margin:0 -5px;
	}
	.item_spindex{
		margin:0 5px;
	}
	#menu{
		display:none!important;
	}
	#menu_mb{
		display:block;
	}
}
@media (max-width: 966px){}
@media (max-width: 800px){
	.mod_bottom {
		padding-bottom: 30px;
	}
	.xemthem_danhmuc{
		margin-top: 10px;
	}
	.mota_tieude{
		margin-bottom: 10px;
	}
	.mota_tieude:after{
		margin-top: 5px;
	}
	.mod_about .left_about .mota{
		margin: 10px 0;
	}
	.mod_about .left_about .td2:after{
		margin-top: 10px;
	}
	.ten_cty{
		font-size: 22px;
	}
	.mod_about .right_about{
		width: 100%;
	}
	.mod_about .left_about{
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}
	div#header{
		justify-content: center;
	}
	.holtine_hd{
		display: none;
	}
}
@media (max-width: 768px){
	
	.content table{
		width: 100%!important;
	}
	.content img{
		height:auto !important;
	}
	.content iframe{
		width: 100%!important;
	}
}
@media (max-width: 667px){
	.tieude_titnuc{
		font-size: 25px;
	}
	.item_ft:nth-child(1){
		width: 100%;
	}
	.item_ft:nth-child(2){
		width: 100%;
		margin: 30px 0;
	}
	.item_ft:nth-child(3){
		width: 100%;
	}
	.item_sp1 {
	    width: calc(100%/3 - 10px);
	}
	#giohang {
    		min-width: 800px!important;
	}
	.form_ghh {
    		width: 100%!important;
    		overflow-x: scroll!important;
	}
}
@media (max-width: 640px){}
@media (max-width: 603px){}
@media (max-width: 600px){
	.item_ttcl .mota{
		max-height: 60px;
		overflow: hidden;
	}
	.product_info{
		width: 100%!important;
		padding-left: 0!important;
		margin-top: 20px;
	}
	.zoom_slick{
		width: 100%!important;
	}
	.item_sp{
		width: calc(100%/2 - 10px);
	}
	div.frm_lienhe{
		width: 100%!important;
	}
	.bando{
		width: 100%!important;
		padding-left: 0px!important;
		margin-top: 20px;
	}
	.box_news{
		width: calc(100% - 10px)!important;
	}
	.frame_thanhtoan{
		width: 100%!important;
		padding-right: 0px!important;;
	}
	div.frm_lienhe{
		width: 100%!important;
	}
	div.tieude_giua{
		font-size: 35px;
	}
	
}
@media (max-width: 568px){}
@media (max-width: 480px){
	.item_ttcl .info{
		width: calc(100% - 190px);
	}
	.item_ttcl a.img{
		margin-left: 0;
	}
	.item_ttcl .ngaytao{
		display: none;
	}
	.mod_about .left_about .td2{
		font-size: 24px;
	}
	.tintuc_conlai{
		width: 100%;
		padding-left: 0;
	}
	.tintuc_1{
		width: 100%;
	}
	.chicc{
		display:block!important;
	}
}
@media (max-width: 414px){
	.mod_about .left_about .td2{
		font-size: 22px;
	}
}