:root {
	--background-static: #034d81;
	--color-static: #343434;
	--background-hover: #034d81;
	--color-hover: #034d81;
}

@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('font/Roboto-BoldItalic.tff');
	font-display: block;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('font/Roboto-Regular.ttf');
	font-display: block;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('font/Roboto-Bold.ttf');
	font-display: block;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('font/Roboto-Medium.ttf');
	font-display: block;
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('font/OpenSans-Regular.ttf');
	font-display: block;
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.ttf');
	font-display: block;
}

body {
	font-size: 14px;
	line-height: 25px;
	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 {
	width: 1200px;
	margin: auto;
}

div#wapper {
	margin: auto;
	max-width: 1200px;
	background: #fff;
}

.content_sp {
	margin: 0 -10px;
}

#w_header {
	background: #eee;
}

div#header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
div#header .logo{
	position:absolute;
	left:0;
	bottom:0;
}
.holtine_hd {
}

.holtine_hd .td1 {
	font-family: 'Roboto-Regular';
	font-size: 14px;
}

.holtine_hd .sodt {
	color: #f00;
	font-family: 'Roboto-Bold';
	font-size: 16px;
}

.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 {
	display: flex;
}

div#lang a {
	margin-left: 5px
}

.sang_header {
	position: absolute;
	top: 35px;
	left: 80px;
}

div#menu_mobi {
	display: block;
}

#w_menu {
	background: var(--background-static);
}

@-webkit-keyframes spMenuFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
	}

}

@keyframes spMenuFadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

div#menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	line-height: 80px;
}

div#menu ul {
	list-style: none;
	display: flex;
}

div#menu ul li {
	position: relative;
	z-index: 111;
}

div#menu ul li.line {
	height: 45px;
	width: 2px;
	background-image: linear-gradient(to right, #fff 0 50%, #000 50% 100%);
}

div#menu ul li a {
	color: #333333;
	font-size: 15px;
	padding: 0px 22px;
	text-decoration: none;
	text-transform: uppercase;
	align-items: center;
	font-family:'OpenSans-Bold';
	display: block;
}

div#menu ul li.li-lienhe a{
	padding-right: 0;
}
div#menu ul li a:after{
	content:'';
	width:55px;
	height:4px;
	background:#d6a228;
	position:absolute;
	bottom:0;
	left:calc(50% - 28px);
	transform:scale(0);
	transition:.4s;
}
div#menu ul li a:hover, div#menu ul li a.active, div#menu ul li a.active2 {}
div#menu ul li a:hover:after, div#menu ul li a.active:after, div#menu ul li a.active2:after{
	transform:scale(1);
}

div#menu ul li ul {
	overflow: hidden;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	position: absolute;
	top: 101%;
	left: 0px;
	width: 220px;
	padding: 0;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
	background: var(--background-static);
}

div#menu ul li:hover>ul {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-animation: spMenuFadeInUp 400ms;
	animation: spMenuFadeInUp 400ms;
}

div#menu ul li ul li {
	width: 100%;
	line-height: 1.5;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

div#menu ul li ul li:last-child {
	border-bottom: none;
}

div#menu ul li ul li a {
	padding: 6px 10px;
	text-transform: uppercase;;
	color: #fff;
}

div#menu ul li ul li ul {
	left: 221px;
	top: 0px;
}

#search {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	line-height: normal;
}

#search a {
	float: left;
	margin-top: 4px;
	margin-left: 0;
}

.hien {
	transition: .5s;
	width: 300px !important;
	opacity: 1 !important;
	padding: 0 15px !important;
	border: 1px !important;
	border-radius: 20px;
	height: 30px;
	background: #FFF;
	outline: 0;
	color: #666;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	position: absolute;
	left: -310px;
}

.an {
	transition: .5s;
	width: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	border: 0px !important;
	height: 30px;
	left: 0;
	position: absolute;
}

/* Submit icon/text for desktop search box */
#search .search-submit{
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	border: none;
	background: transparent;
	color: #666;
	padding: 0 0px;
	height: 30px;
	cursor: pointer;
}

#search.open-search .search-submit{
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

#search.open-search a.search{
	display: none;
}

#search .search-submit i{
	font-size: 20px;
	color: #fff;
}

#search .search-submit span{
	font-size: 14px;
}

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(../media/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#left {
	width: 280px;
	float: left;
	position: sticky;
	top: 45px;
}

div#right {
	float: right;
	overflow: hidden;
	width: calc(100% - 280px);
	padding-left: 20px;
}

div.tieude_giua {
    text-align: center;
    text-transform: capitalize;
    color: #333333;
    font-size: 30px;
    font-family: 'OpenSans-Bold';
    background: url(../media/images/bg-tieude-giua.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 30px;
	line-height: normal;
}

div.wap_item {
}

.w_product {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -12px;
}

.item_spindex {
	margin: 0 12px;
}

.item_sp1 {
	width: calc(100%/4 - 24px);
	margin: 0 12px 24px 12px;
}

.item_sp {
	position: relative;
}

.item_sp .img {
	overflow: hidden;
	position: relative;
	display: block;
}

.item_sp .img img {
	width: 100%;
}

.item_sp .ten {
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	font-family:'Roboto-Bold';
	margin-top: 10px;
	font-weight: normal;
	line-height: 23px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	background: rgb(2 77 129);
	opacity:1;
	transition:.4s;
}
.item_sp:hover .ten{
	opacity:1;
}

.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;
}

@-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;
}

.hinhanhphai {
	width: calc(100% + 10px);
	margin: 0 -5px;
	margin-top: 10px;
}

.flex_tintuc {
	width: 67%;
	padding-right: 40px;
}

.mod_video {
	width: 33%;
}

.tieude_titnuc {
	text-transform: uppercase;
	color: #63b547;
	font-size: 26px;
	font-family: 'Roboto-Bold';
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.tieude_titnuc:before {
	width: 60px;
	height: 3px;
	background: #e10c0c;
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
}

.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;
	margin-bottom: 10px;
}

.tintuc_1 a.img img {
	width: 100%;
}

.tintuc_conlai {
	max-height: 370px;
	overflow: hidden;
	width: 55%;
	padding-left: 20px;
}

.tintuc_1 a.ten {
	-webkit-line-clamp: 2;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-family: 'Roboto-Bold';
	line-height: 23px;
}

.tintuc_1 a.ten:hover {
	color: var(--color-hover);
}

.tintuc_1 p.mota {
	color: #333333;
	-webkit-line-clamp: 3;
	font-family: 'Roboto-Regular';
	line-height: 20px;
}

.item_ttcl {
	margin-bottom: 20px;
}

.item_ttcl a.img {
	float: left;
	margin-right: 10px;
}

.item_ttcl p.mota {
	color: #333333;
	text-align: justify;
	font-family: 'Roboto-Regular';
	-webkit-line-clamp: 3;
	line-height: 20px;
}

.item_ttcl a.ten {
	color: #000;
	font-family: 'Roboto-Bold';
	font-size: 14px;
	-webkit-line-clamp: 2;
	line-height: 20px;
	margin-bottom: 5px;
}

.item_ttcl a.ten:hover {
	color: var(--color-hover);
}

.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: 396px !important;
	height: 270px !important;
}

.item_vdcl1 {
	display: inline-block;
	position: relative;
	margin: 0 5px;
}

.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;
}

/*end bottom*/
#w_copyright {
	/*background: var(--background-static);*/
	background-color: #107bcc;
}

#mod_copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	height: 50px;
	font-family: 'Roboto-Regular';
	font-size: 12px;
}

#w_footer {
	background: #fff;
	border-top: 1px solid #3333;
}

#footer {
	font-family: 'Roboto-Regular';
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: #333333;
}

.item_ft:nth-child(1) {
	width: 35%;
}

.item_ft:nth-child(2) {
}

.item_ft:nth-child(3) {
	width: 255px;
}

.ten_cty {
	color: #fff200;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Roboto-Bold';
	margin-bottom: 20px;
	font-weight: normal;
}

.td_ft {
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	font-family: 'OpenSans-Bold';
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.td_ft:after {
	width: 60px;
	height: 1px;
	background: #333;
	content: '';
	margin-top: 10px;
}

.item_tktc p {
	border-bottom: 1px solid #d08b25;
	padding: 9px 0;
}

.item_tktc p img {
	margin-right: 10px;
}

.item_tktc p span {
	float: right;
}

.cart {
	display: flex;
	color: #585858;
	font-size: 12px;
	background: #fff;
	border-radius: 50%;
	z-index: 111;
	box-shadow: 0 0 5px #555;
	position: fixed;
	right: 17px;
	width: 50px;
	height: 50px;
	bottom: 365px;
	align-items: center;
	justify-content: center;
}

.khunggio {
	text-align: left;
	float: right;
}

.cart img {
	width: 25px;
}

.box-gh {
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 6px;
	line-height: normal;
}

.kqgh {
	background: #000;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 2px 4px;
	display: inline-block;
}

/*-- news run --*/
#tintuc_chay {
	padding: 3% 0;
}

.content_news {
	margin: 0 -10px;
}

.item_ttnb {
	margin: 0 10px;
}

.item_ttnb .img {
	display: block;
	overflow: hidden;
}

.item_ttnb .img img {
	width: 100%;
}

.item_ttnb .ten {
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	color: #000;
	line-height: 23px;
	-webkit-line-clamp: 2;
	font-size: 14px;
	margin: 10px 0 2px 0;
}

.item_ttnb .ten:hover {
	color: var(--color-hover);
}

.item_ttnb .mota {
	text-align: justify;
	-webkit-line-clamp: 3;
}

/* -- end new run --*/
#doitac {
}

.doitac_chay {
	margin: 0 -10px;
}

.item_doitac {
	margin: 0 10px;
}

#slider {
	position: relative;
	line-height: 1.5;
	overflow: hidden;
}

#slider img {
	width: 100%;
}

.slider-items__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	color: #fff;
	background-image: linear-gradient(to left, #034d81, transparent);
	padding-right: 85px;
}

.slider-items__content .slider-items__name {
	text-transform: capitalize;
	font-family: 'OpenSans-Bold';
	font-size: 40px;
}

.slider-items__content .slider-items__desc {
	margin: 10px 0 20px 0;
	width: 40%;
	font-family: 'OpenSans-Regular';
	font-size: 16px;
	text-align: right;
}

.slider-items__content .slider-items__button {
	background: #d6a228;
	color: #fff;
	width: 200px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	text-transform: uppercase;
	font-family: 'OpenSans-Bold';
	font-size: 15px;
}

#slider .owl-prev {
	display: none;
}

#slider .owl-next {
	display: none;
}

.new_chinhsach {
}

.new_chinhsach a {
	font-family: 'Roboto-Regular';
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	display: flex;
	align-items: center;
	padding: 8.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-top {
	/*background: var(--background-static);*/
	background-color: #107bcc;
}

.mod-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	color: #fff;
	font-family: 'OpenSans-Regular';
	font-size: 13px;
}

.mod-top .left {
	display: flex;
	padding-left: 50px;
}

.mod-top .left p {margin-left: 115px;}

.mod-top .left p img {
}

.mod-top .right {
	display: flex;
	position: relative;
}

.btn-lienhetuvan {
	background: #d6a228;
	color: #fff;
	width: 130px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	text-transform: capitalize;
	margin: 0 20px 0 50px;
	font-family: 'Roboto-Regular';
}
.btn-lienhetuvan:hover{
	background: #f00;
}

.w-about {
	background: #f7f7f7;
}

.mod-about {
	display: flex;
	flex-flow: row-reverse wrap;
}

.mod-about .left {
	width: 52%;
	padding-left: 40px;
}

.mod-about .left .title-1 {
	color: #d6a228;
	font-size: 32px;
	text-transform: uppercase;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 500;
	line-height: 40px;
}

.mod-about .left .mota {
	color: #333333;
	font-family: 'Roboto-Regular';
	/*font-size: 15px;*/
	margin: 20px 0;
}

.mod-about .left .xemthem {
	background: #d6a228;
	color: #fff;
	width: 155px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	text-transform: capitalize;
	font-size: 15px;
}

.mod-about .right {
	width: 48%;
}

.mod-about .right .img {
}

.w-number-run {
	background: url(../media/images/bg_number_run.jpg) no-repeat top center;
	background-size: cover;
}

.flex-number-run {
	display: flex;
	justify-content: space-between;
}

.item-run {
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .5);
	min-height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.item-run:last-child {
	border-right: none;
}

.item-run .ten {
	font-size: 42px;
	font-family: 'Roboto-Bold';
}

.item-run .ten img {
	margin-right: 10px;
}

.item-run .mota {
	font-size: 18px;
	font-family: 'Roboto-Regular';
	margin-top: 15px;
}

.item-run:nth-child(1) {
	padding-right: 80px;
}

.item-run:nth-child(2) {
	padding: 0 80px;
}

.item-run:nth-child(3) {
	padding: 0 80px;
}

.item-run:nth-child(4) {
	padding-left: 80px;
}

.title-index {
	text-align: center;
	text-transform: capitalize;
	color: #333333;
	font-size: 30px;
	font-family: 'OpenSans-Bold';
}

.des-ykkh {
	color: #5c5c5c;
	font-size: 15px;
	font-family: 'Roboto-Regular';
	text-align: center;
	background: url(../media/images/bg-tieude-giua.png) no-repeat bottom center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.ykkh-slick {
	margin: 0 -15px;
}

.item_ykkh {
	margin: 5px 15px;
	font-family: 'OpenSans-Regular';
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 40px;
	position: relative;
}
.item_ykkh:after{
	content:'';
	width:45px;
	height:45px;
	background:url(../media/images/after-mota-ykkh.jpg) no-repeat;
	position:absolute;
	bottom: -3px;
	right: -3px;
}

.item_ykkh .ten_img {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.item_ykkh .ten_img .img {
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.item_ykkh .ten_img img {
}

.item_ykkh .ten_img .info {
	width: calc(100% - 100px);
	padding-left: 20px;
}

.item_ykkh .ten_img .info .ten {
	color: #333333;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'OpenSans-Bold';
}

.item_ykkh .ten_img .info .chucvu {color: #d6a228;font-size: 15px;}

.item_ykkh .mota {
	color: #333333;
	font-size: 15px;
	-webkit-line-clamp: 4;
}
.item_qc img{
	width: 100%;
}
.bando-index iframe{
	width: 100%!important;
	height: 400px!important;
	display: inline-block;
	vertical-align: middle;
}
.menu_ft{}
.menu_ft a{
	color: #333;
	display: block;
	margin-bottom: 8px;
}
.menu_ft a:hover{
	color: #f00;
}
.social_footer{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.social_footer span{
	text-transform: uppercase;
	font-family: 'Roboto-Bold';
	font-size: 12px;
}
.social_footer a{
	margin-left: 5px;
	transition: .4s;
}
.social_footer a:hover{
	transform: rotate(45deg);
}
/*-- css reponsive --*/
#menu_mb{
	height: 42px;
	overflow: hidden;
	display: none;
}
@media (max-width: 1024px){
	.item_sp .ten{
		opacity: 1;
		font-size: 14px;
	}
	div.tieude_giua{
		font-size: 22px;
		padding-bottom: 20px;
	}
	.title-index{
		font-size: 25px;
	}
	.item_ykkh{
		margin: 5px;
		padding: 10px;
	}
	.ykkh-slick{
		margin: 0 -5px;
	}
	.item-run .ten{
		font-size: 32px;
	}
	.item-run{
		width: calc(100%/4);
		text-align: center;
	}
	.item-run:nth-child(4){
		padding-left: 20px;
	}
	.item-run:nth-child(2), .item-run:nth-child(3){
		padding: 0 20px;
	}
	.item-run:nth-child(1){
		padding-right: 20px;
	}
	.mod-about .left{
		padding-left: 30px;
	}
	.mod-about .left .title-1{
	    line-height: 30px;
	    font-size: 25px;
	}
	.slider-items__content .slider-items__name{
		font-size: 30px;
	}
	.slider-items__content .slider-items__desc{
		text-align: center;
		width: 80%;
	}
	.slider-items__content{
		padding-right: 0;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.mod-top{
	    justify-content: flex-end;
	}
	#search{
		display: none;
	}
	.mod-top .left{
		display: none;
	}
	div#header{
		justify-content: center;
		padding: 10px 0;
	}
	div#header .logo{
		position: inherit;
	}
	.center {
	    width: calc(100% - 20px);
	}	
	.padding_top_bottom{
		padding: 30px 0!important;
	}
	.khung_chay{
		overflow: hidden!important;
	}
	.ten_baiviet{
		font-size: 16px!important;
	}
	.w_product{
		margin:0 -5px;
	}
	.item_sp{
		margin:0 5px 10px 5px;
	}
	.item_sp1{
		width:calc(100%/4 - 10px);
	}
	.content_video, .wap_box_new{
		margin:0 -5px;
	}
	.item_video, .box_news{
		margin:0 5px 10px 5px!important;
	}
	.content_sp{
		margin:0 -5px;
	}
	.item_spindex{
		margin:0 5px;
	}
	#menu{
		display:none!important;
	}
	#menu_mb{
		display:block;
	}
}
@media (max-width: 966px){}
@media (max-width: 800px){}
@media (max-width: 768px){
	.flex_xacnhandonhang .right {
    		width: 100%;
	}
	.flex_xacnhandonhang .left {
    		width: 100%;
    		padding-right: 0;
    		margin-bottom: 20px;
	}
	#video{
		display:block;
	}
	.khunghinhanh{
		display:none;
	}
	.flex_tintuc{
		width: 100%;
		padding-right:0;
	}
	.mod_video{
		width: 100%;
	}
	.content table{
		width: 100%!important;
	}
	.content img{
		height:auto !important;
	}
	.content iframe{
		width: 100%!important;
	}
}
@media (max-width: 667px){
	#mod_copyright{
		flex-direction: column;
		justify-content: center;
		text-align: center;
		height: 100%;
		padding: 10px 0;
	}
	.td_ft:after{
		width: 100%;
	}
	.item_ft:nth-child(3){
		width: 100%;
	}
	.item_ft:nth-child(2){
		width: 100%;
		margin: 30px 0;
	}
	.item_ft:nth-child(1){
		width: 100%;
	}
	.item-run:nth-child(1){
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
	.item-run:nth-child(2){
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}
	.item-run{
	    width: calc(100%/2);
	}
	.flex-number-run{
		flex-flow: row wrap;
	}
	.mod-about .right{
		width: 100%;
		text-align: center;
	}
	.mod-about .left{
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.slider-items__content .slider-items__name{
		font-size: 22px;
	}
	.slider-items__content .slider-items__button{
		margin: 10px 0 0 0;
	}
	.slider-items__content .slider-items__desc{
		display: none;
	}
	.div_item:nth-child(2){
		border: none;
		border-top: 1px solid #ddd;
    		border-bottom: 1px solid #ddd;
	}
	.div_item{
		width: 100%;
		padding: 10px;
	}
	.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){
	.an {
		transition: .5s;
		width: 320px !important;
		opacity: 1 !important;
		padding: 0 !important;
		border: 0px !important;
		height: 30px;
		left: 0;
		position: absolute;
	}
	.item_ykkh:after{
		display: none;
	}
	.item_ykkh .ten_img .info{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.item_ykkh .ten_img{
		flex-direction: column;
		text-align: center;
	}
	.product_info{
		width: 100%!important;
		padding-left: 0!important;
		margin-top: 20px;
	}
	.zoom_slick{
		width: 100%!important;
	}
	.item_sp1{
		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;
	}
	
}
@media (max-width: 568px){}
@media (max-width: 480px){
	.title-index{
		font-size: 22px;
	}
	.item-run .ten{
		font-size: 28px;
	}
	.slider-items__content .slider-items__button{
		width: 150px;
    	height: 35px;
    	font-family: 'OpenSans-Regular';
    	font-size: 12px;
	}
	.tintuc_conlai{
		width: 100%;
		padding-left: 0;
	}
	.tintuc_1{
		width: 100%;
	}
	.chicc{
		display:block!important;
	}
}
@media (max-width: 414px){
	.mod-about .left .title-1{
		font-size: 22px;
	}
}