:root {
    --background-static: #e7a324;
    --color-static: #343434;
    --background-hover: #1d293d;
    --color-hover: #e7a324;
}
@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: 'RobotoCondensed-Bold';
    src: url('font/RobotoCondensed-Bold.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;
	max-width: 1366px;
	margin: auto;
}
@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: 1190px;
	width: 98%;
	margin: auto;
}
div#wapper
{ 
  margin:auto;
  max-width:1200px;
  background:#fff;
}
.content_sp{
	width:calc(100% + 20px);
	margin: 0 -10px;
    display: flex;
    flex-flow: row wrap;
}
#w_header{
	background: url(images/bg_header.jpg) no-repeat top center;
	background-size: cover;
}
div#header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	min-height: 100px;
}
.holtine_hd{
    background: #ed1f24;
    color: #fff;
    font-size: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    position: relative;
    font-family: 'Roboto-Bold';
    padding: 0 30px 0 15px;
}
.holtine_hd:before{
	content:'';
	width: 39px;
	height: 40px;
	background: url(images/icon_hotline.png);
	position: absolute;
	left: -39px;
	top: 0;
}
.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:var(--background-static);
}
div#menu{
	position:relative;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
}
div#menu ul{
  list-style:none;
}
div#menu ul li{
  float:left;
  position:relative;
  z-index:111;
}
div#menu ul li.line{
	background:#FFF;
	height:41px;
	width:1px;
}
div#menu ul li a{
	color: #fff;
	font-size:16px;
	padding: 0px 34px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family: 'RobotoCondensed-Bold';
}
div#menu ul li a:hover,div#menu ul li a.active,div#menu ul li a.active2{color: #1d293d;}
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;
	background-color: #fff;
	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;
}
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:220px;
	line-height:1.5;
	background:var(--background-static);
	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:none;
}
div#menu ul li ul li ul{
	left: 221px;
	top:0px;
}
div#danhmuc{
	padding: 8px;
	height: 372px;
	position: absolute;
	width: 100%;
	border: 1px solid #cccccc;
	border-top: none;
	background: #fff;
	z-index: 111;
	overflow-y: auto;
}
div#danhmuc ul {
	list-style: none;
}
div#danhmuc ul li ul{
	background:#f2f2f2;
}
div#danhmuc ul li a {
	color: #333333;
	font-size: 15px;
	position: relative;
	border-bottom: 1px dashed #cdcdcd;
	padding: 9px 10px 9px 45px;
	font-family: 'Roboto-Regular';
	text-transform: uppercase;
	display: block;
}

div#danhmuc ul li a:before {
	position: absolute;
	content: '';
	font-family: FontAwesome;
	transition: all 0.5s;
	background: url(images/icon_a_left.png) no-repeat;
	width: 16px;
	height: 18px;
	top: 12px;
	left: 7px;
}

div#danhmuc ul li a:hover {
	color: #c0041b;
	transition: 0.4s;
}

div#danhmuc ul li ul li a {
	padding-left: 40px;
	font-size: 13px;
	border-bottom: 1px solid #fff;
}

div#danhmuc ul li ul li a:before {
	left: 20px;
	width: 10px;
	height: 10px;
	background-size: 100% 100%;
	top: 15px;
}
div#danhmuc ul li ul li ul li a {
	padding-left: 50px;
	font-size: 13px;
}
div#danhmuc ul li ul li ul li a:before{
	left: 30px;
}
div#left {
    width: 270px;
    position: relative;
    background: #fff;
}
div.tieude {
    color: #fff;
    height: 50px;
    text-transform: uppercase;
    background: #1d293d;
    display: flex;
    align-items: center;
    font-family: 'RobotoCondensed-Bold';
    font-size: 16px;
    justify-content: space-between;
    padding: 0 20px;
}
div.tieude span{
	font-size: 21px;
}
.fix_head #danhmuc{
	display: none;
}
div#left:hover #danhmuc{
	display: block!important;
}
.menu_an{
	height: 50px;
	overflow: hidden;
}
.menu_an:hover{
	height: auto;
	overflow: inherit;
}
.w_slider{
	
background: url(images/bg_slider.jpg);
	
padding-bottom: 45px;
}
#slider {
    position: relative;
    overflow: hidden;
    width: calc(100% - 270px);
    padding-left: 10px;
    padding-top: 10px;
    float: right;
}
#slider img{
	width: 100%;
}
.slider_menu{
	display:flex;
	justify-content:space-between;
}
#search{
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
	z-index: 999;
	line-height: normal;
}
#search a{
	float:right;
	margin-top:8px;
	margin-left:10px;
}
.hien{
	transition:.4s;
	width:300px !important;
	opacity:1 !important;
	padding: 0 15px !important;
	border:1px !important;
	border-radius:20px;
	height:40px;
	background:#FFF;
	outline:0;
	color:#666;
}
.an{
	transition:.4s;
	width:0px !important;
	opacity:0 !important;
	padding:0 !important;
	border:0px !important;
	height:40px;
}
.thanhcuon::-webkit-scrollbar {width: 2px;}
.thanhcuon::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.thanhcuon::-webkit-scrollbar-thumb{background-color: #c2262c;outline: 1px solid slategrey;}


form#frm_dknt
{
	background:url(images/bg_dknt.png) center no-repeat;
	width:251px;
	height:35px;
	margin:10px;
}
form#frm_dknt input[type='text']
{
	margin-left:45px;
	width:140px;
	padding:0px 5px;
	float:left;
	margin-top:9px;
	border:none;
	background:none;
	outline:none;
	color:#000;
}
form#frm_dknt input[type='button']
{
	background:#000;
	color:#fff;
	width:50px;
	height:25px;
	line-height:25px;
	border:none;
	margin-top:5px;
	border-radius:3px;
	cursor:pointer;
}
div#main_content
{
	padding:20px 0px;
}
div#right {
	overflow: hidden;
	width: calc(100% - 280px);
	padding-left: 20px;
	max-height: 100%;
}
div.tieude_giua{
	font-size: 25px;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-family: 'RobotoCondensed-Bold';
	text-align: center;
}
div.wap_item{}

.w_product{
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

.item_spindex{
	margin:0 10px;
	width: 100%;
}
.item_sp{
	position: relative;
	width: calc(100%/4 - 20px);
	margin: 0 10px 20px 10px;
	font-family: 'Roboto-Regular';
}
.item_sp .img{
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #d9d9d9;
}
.item_sp .img a.a_img img{
	width:100%;
	transition: 1s;
}
.item_sp .ten{
	color: #333333;
	font-size: 15px;
	display:block;
	font-family: 'Roboto-Regular';
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
}
.item_sp .ten:hover{
	color: var(--color-hover);
}
.item_sp .gia{
    display: flex;
    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: #b49149;

box-shadow: 0 0 0 30px #b49149 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*/
.w_bottom{
	background: #f7f7f7;
}
.mod_bottom {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	padding: 40px 0;
}
.hinhanhphai {
    width: calc(100% + 10px);
	margin: 0 -5px;
	margin-top: 10px;
}
.flex_tintuc{
	width: 64%;
	padding-right: 40px;
}
.mod_video{
	width: 36%;
}
.tieude_titnuc{
	text-transform:uppercase;
	color: #333333;
	font-size: 23px;
	border-bottom: 1px solid #cccccc;
	position:relative;
	margin-bottom:16px;
	padding-bottom:10px;
	font-family: 'RobotoCondensed-Bold';
}
.tieude_titnuc:before{
	width: 60px;
	height: 3px;
	background: #e7a324;
	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: 2%;
	width: 80px;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}
.tintuc_1 .xemthem:hover{
	background: var(--background-hover);
}
.tintuc_1 a.img{
	display:block;
}
.tintuc_1 a.img img{
	width: 100%;
}
.tintuc_conlai {
	width: calc(100% + 20px);
	margin: 0 -10px;
    max-height: 354px;
    overflow: hidden;
}
.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: 0 10px 7px 10px;
}
.item_ttcl a.img {
    float: left;
    margin-right: 10px;
}
.item_ttcl p.mota {
    color: #333333;
    text-align: justify;
    font-family: 'Roboto-Regular';
}
.item_ttcl a.ten {
	color: #333333;
	font-family: 'Roboto-Bold';
	font-size: 13px;
}
.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_doitac{
	padding: 50px 0;
}
.doitac_chay{
	width: calc(100% + 20px);
	margin: 0 -10px;
}
.item_doitac{
	margin: 0 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
}
#w_copyright{
	background: #111824;
}
#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: #1b2739;
}
#footer{
	font-family:'Roboto-Regular';
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	color: #fff;
	font-size: 15px;
	padding: 40px 0;
}
.item_ft:nth-child(1){
    width: 33%;
}
.item_ft:nth-child(2){}
.item_ft:nth-child(3){max-width: 335px;}
.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: 'RobotoCondensed-Bold';
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.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: 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{
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.item_ttnb{
	float: left;
	width: calc(100%/4 - 20px);
	margin: 0 10px;
	margin-bottom: 20px;
	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 .mota{
	text-align: justify;
}
/* -- end new run --*/

.new_chinhsach{}
.new_chinhsach a{
	font-family: 'Roboto-Regular';
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.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;
}
.vschon_run{
	width: calc(100% + 8px);
	margin: 0 -4px;
}
.item_vschon{
	margin: 0 4px;
	background: #f7f7f7;
	padding: 30px;
	text-align: center;
	min-height: 270px;
}
.item_vschon .img{
    display: flex;
    min-height: 61px;
    align-items: center;
    justify-content: center;
}
.item_vschon .img img{}
.item_vschon .ten{
    font-family: 'RobotoCondensed-Bold';
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    display: block;
    margin-top: 10px;
}
.item_vschon .mota{
    color: #5c5c5c;
    font-size: 15px;
    margin: 10px 0;
}
.item_vschon .xemchitiet{
    color: #d90000;
    font-family: 'Roboto-Bold';
}
.item_vschon .xemchitiet:hover{
	color: #1d293d;
}
.div_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 44px;
    margin-bottom: 20px;
}
.div_title:after{
	content:'';
	bottom:0;
	left: 0;
	height:1px;
	background:var(--background-static);
	position:absolute;
	right: 0;
}
.title_tcat{
    height: 100%;
    display: flex;
    align-items: center;
    background: #e7a324;
    color: #fff;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed-Bold';
    padding: 0 20px;
    min-width: 195px;
}
.title_tcat:after{
	content:'';
	width: 0;
	height: 0;
	border-bottom: 44px solid #e7a324;
	border-right: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: 0;
}
.flex_list_sp{
    display: flex;
}
.flex_list_sp a{
    color: #333333;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.flex_list_sp a:hover{
	color: #e7a324;
}
.flex_list_sp a:after{
	content:'';
	width:1px;
	height:14px;
	background:#000;
	margin:0 20px
}
.flex_list_sp a:last-child:after{
	display:none;
}
.mod_spnb{
	padding: 40px 0;
}
.xemdanhmuc{
    background: #e7a324;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
    transition: .4s;
    margin: 10px 0 30px 0;
}
.xemdanhmuc:hover{
    letter-spacing: 2px;
    background: var(--background-hover);
}
.social_footer{
	display: flex;
	margin-top: 20px;
}
.social_footer a{
	border-radius: 5px;
	margin-right: 5px;
	overflow: hidden;
	transition: .4s;
}
.social_footer a:hover{
	transform: rotate(45deg);
}
/*-- css reposnvie --*/
#menu_mb{
	display: none;
	height: 42px;
	overflow: hidden;
}
.div_ttnbmb{
	display: none;
}
@media (max-width: 1024px){
	.mod_spnb{
		padding: 20px 0;
	}
	div#header{
		justify-content: center;
	}
	.holtine_hd{
		display: none;
	}
	.video_popup{
	    padding-bottom: 56.25%;
	}
	.w_slider{
		padding-bottom: 10px;
	}
	#slider{
		width: 100%;
		padding-left: 0;
	}
	.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;
		width:calc(100%/4 - 10px);
	}
	.content_video, .wap_box_new{
		width:calc(100% + 10px)!important;
		margin:0 -5px!important;
	}
	.item_video{
	    width: calc(100%/4 - 10px)!important;
	}
	.item_video, .box_news{
		margin:0 5px 10px 5px!important;
	}
	.content_sp{
		width:calc(100% + 10px);
		margin:0 -5px;
	}
	.slider_menu{
		display:none;
	}
	#menu_mb{
		display:block;
	}
}
@media (max-width: 966px){}
@media (max-width: 800px){
	.title_tcat {
	    height: 44px;
	}
	.div_title {
	    flex-direction: column;
	    height: auto;
	    align-items: flex-start;
	}
	.flex_list_sp {
	    flex-flow: row wrap;
	    padding: 10px 0;
	}
	#mod_copyright{
		height: 100%;
		padding: 10px 0;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}
@media (max-width: 768px){
	.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){
	.tintuc_conlai_mobile{
		width: calc(100% + 10px);
		margin: 0 -5px;
	}
	.tintuc_conlai{
		display: none!important;
	}
	.div_ttnbmb{
		display: block;
	}
	.item_ft:nth-child(3){
		width: 100%;
	}
	.item_ft:nth-child(2){
		width: 100%;
		margin: 20px 0;
	}
	.item_ft:nth-child(1){
		width: 100%;
	}
	.w_doitac{
		padding: 10px 0;
	}
	.doitac_chay {
	    width: calc(100% + 10px);
	    margin: 0 -5px;
	}
	.item_doitac{
		margin: 0 5px;
	}
}
@media (max-width: 640px){}
@media (max-width: 603px){}
@media (max-width: 600px){
	.chicc{
		display: block!important;
	}
	.item_vschon{
		padding: 10px;
	}
	.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;
	}
	
}
@media (max-width: 568px){}
@media (max-width: 480px){
	.item_video{
	    width: calc(100%/2 - 10px)!important;
	}
}
@media (max-width: 414px){
	.title_tcat:after{
		right: -9px;
	}
}