::-webkit-scrollbar {background:#fff;width:10px;height:11px;}
::-webkit-scrollbar-thumb {background:#BBBBBB;}
*{margin: 0; padding: 0; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; outline:none;}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.video_popup {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video_popup iframe, .video_popup object, .video_popup embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#clickvideo{ width:100%; padding:4px 0; margin:3px 0%; border:1px solid #DDD; box-sizing:border-box;}
.addthis_native_toolbox{
    margin: 10px 0px;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.addthis_native_toolbox b{float: left;font-size: 14px;text-transform: uppercase;margin-right: 10px}
#toptop {width: 37px; height: 37px;position: fixed;bottom: 130px; right: 20px;text-indent: -99999px;cursor: pointer;background: url(images/back_to_top.png) top center no-repeat;transition:0.5s;z-index:200;}
#toptop:hover{background: url(images/back_to_top.png) bottom center no-repeat;transition:0.5s;}
.transition_all {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.center{
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
}
.clear{
	clear: both;
}
img{max-width:100% !important; height:auto; }
div.bando img{max-width:none !important;}

body{
	font-family:RobotoRegular;
	font-size:14px;
	line-height:25px;
}
@font-face {
    font-family: 'Open Sans', sans-serif;
}
@font-face {
    font-family: 'myFont';
    src: url('font/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('font/RobotoBoldCondensed.ttf');
}

@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('font/RobotoCondensedRegular.ttf');
}
@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('font/RobotoCondensedLight/RobotoCondensedLight.eot');
    src: url('font/RobotoCondensedLight/RobotoCondensedLight.eot') format('embedded-opentype'),
         url('font/RobotoCondensedLight/RobotoCondensedLight.woff2') format('woff2'),
         url('font/RobotoCondensedLight/RobotoCondensedLight.woff') format('woff'),
         url('font/RobotoCondensedLight/RobotoCondensedLight.ttf') format('truetype'),
         url('font/RobotoCondensedLight/RobotoCondensedLight.svg#RobotoCondensedLight') format('svg');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('font/RobotoRegular.ttf');
}

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

@font-face {
    font-family: 'RobotoBold';
    src: url('font/RobotoBold.ttf');
}
@font-face {
    font-family: 'UTMAvo';
    src: url('font/UTMAvo/UTMAvo.eot');
    src: url('font/UTMAvo/UTMAvo.eot') format('embedded-opentype'),
         url('font/UTMAvo/UTMAvo.woff2') format('woff2'),
         url('font/UTMAvo/UTMAvo.woff') format('woff'),
         url('font/UTMAvo/UTMAvo.ttf') format('truetype'),
         url('font/UTMAvo/UTMAvo.svg#UTMAvo') format('svg');
}
@font-face {
    font-family: 'UTMAvoBold';
    src: url('font/UTMAvoBold/UTMAvoBold.eot');
    src: url('font/UTMAvoBold/UTMAvoBold.eot') format('embedded-opentype'),
         url('font/UTMAvoBold/UTMAvoBold.woff2') format('woff2'),
         url('font/UTMAvoBold/UTMAvoBold.woff') format('woff'),
         url('font/UTMAvoBold/UTMAvoBold.ttf') format('truetype'),
         url('font/UTMAvoBold/UTMAvoBold.svg#UTMAvoBold') format('svg');
}
@font-face {
    font-family: 'UTMHelvetIns';
    src: url('font/UTMHelvetIns/UTMHelvetIns.eot');
    src: url('font/UTMHelvetIns/UTMHelvetIns.eot') format('embedded-opentype'),
         url('font/UTMHelvetIns/UTMHelvetIns.woff2') format('woff2'),
         url('font/UTMHelvetIns/UTMHelvetIns.woff') format('woff'),
         url('font/UTMHelvetIns/UTMHelvetIns.ttf') format('truetype'),
         url('font/UTMHelvetIns/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
}

div#wapper
{ 
  margin:auto;
  max-width:100%;
  overflow: hidden;
  background:#fff;
}
div#header
{
	position:relative;
	margin:auto;

}
div#header .center{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	line-height: 0;
	max-width: 336px;
}
.banner_r{
	flex-basis: calc(100% - 400px)
}
.banner_top{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
div.search
{
    flex-basis: 380px;
    margin-right: 20px;
    position: relative;
    border: 1px solid #d3d2d2;
}
div.search input
{
	padding: 10px 10px;
    border: none;
    background: none;
    width: 100%;
    outline: none;
    color: #777;
}
div.search i
{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #003b89;
	font-size: 17px;
	cursor: pointer;
	padding: 8px 20px;
}
.hotline{
	font-size: 16px;
	color: #2f2f2f;
}
.hotline i{
	margin-right: 5px;
}
.hotline span{
	font-family: robotobold;
	font-size: 18px;
	color: #ed1c24;
}
.icon_gh a{
	font-size: 14px;
	color: #2f2f2f;
}
.icon_gh i{
	margin-right: 5px;
}
.icon_gh span{
	font-family: robotobold;
	font-size: 16px;
	color: #ed1c24;
}
.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
{
	margin-left:3px;
}
.sang_header
{
	top: 30%;
    left: 5%;
}

div.header_mobi
{
	display:none;
}
div.wap_menu
{
	position:relative;
	background: #fff;
	margin:auto;
	width:100%;
}
div.menu
{
	position:relative;
	max-width:1200px;
	margin:auto;
}
div.menu ul
{
  list-style:none;
}
div.menu ul li
{
  float:left;
  position:relative;
  z-index:50;
}
div.menu ul li.line
{
	background:url(images/menu_gach.png) center no-repeat;
	height:41px;
	width:1px;
}

div.menu ul li a
{
	color:#2f2f2f;
	font-size:17px;
	padding:10px 20px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family: 'RobotoMedium';
}

div.menu ul li a:hover,div.menu ul li a.active,div.menu ul li a.active2
{
	color:#ed1c24;	
}
div.menu ul li ul,div.menu ul li:hover ul li ul
{
	position:absolute;
	margin-left:0px;
	display:none;
    min-width: 200px;
    background: #ededed;
	line-height: 1.5;	
}
div.menu ul li ul li
{   
    float:none;
}
div.menu ul li ul li a
{
	font-size: 14px;
	padding:6px 10px;
	text-transform:none;
	display:block;
	border-bottom: 1px solid #2f2f2f;
}
div.menu ul li ul li ul
{	
	left:100%;
	top:0px;
}
div#slider
{
	margin:auto;
	position: relative;
}
.slogan{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	color: #fff;
	font-family: 'UTMHelvetIns';
	font-size: 25px;
	line-height: 35px;
	padding: 70px 0px 20px;
	text-align: center;
	text-transform: uppercase;
	background: -moz-linear-gradient(180deg, transparent 0, #003b89 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 180deg, color-stop(0, BFBFBF), color-stop(100%, 003b89));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(180deg, transparent 0, #003b89 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(180deg, transparent 0, #003b89 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(180deg, transparent 0, #003b89 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(180deg, transparent 0, #003b89 100%);/* W3C */
}
#slider1_container{
	margin: 0px auto;
}
div#left
{
	width:20%;
	float:left;
}
div.tieude
{
	color:#fff;
	text-align:center;
	font-size:14px;
	background:url(images/tieude.png) center repeat-x;
	height:39px;
	line-height:39px;
	font-weight:bold;
	text-transform:uppercase;
}
div#danhmuc
{
	border-bottom:none;
}
div.danhmuc
{
	border:1px solid #d6d6d6;
	margin-bottom:15px;
}
div.danhmuc:last-child
{
	margin-bottom:0;
}
div#danhmuc ul
{
	list-style:none;
}
div#danhmuc ul li
{	
}
div#danhmuc ul li:last-child
{
	border:none;
}
div#danhmuc ul li a
{
	color: #454545;
    font-family: 'myFont';
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 9px 5px 9px 23px;
    background: url(images/muiten.png) 11px 15px no-repeat;
}
div#danhmuc ul li a:hover,div#danhmuc ul li a.active
{
	color:red;
	transition:0.4s;
}
div#danhmuc ul li ul li a
{
	 background: url(images/muiten.png) 22px 15px no-repeat;
	padding:9px 5px 9px 35px;
}
div#danhmuc ul li ul
{
	display:none;
}
div#tinmoi
{	
}
div#tinmoi ul
{
	list-style:none;
	padding:0 10px;
}
div#tinmoi ul li
{
	border-bottom:1px dashed #DDDDDD;
	padding:10px 0;
}
div#tinmoi ul li a img
{
	width:35%;
	max-width:150px !important;
	border:1px solid #d6d6d6;
	float:left;
	margin-right:10px;
}
div#tinmoi ul li a img:hover
{
	transition:1s;
	border:1px solid red;
}
div#tinmoi ul li h4 a
{
	text-decoration:none;
	color:#111111;
	font-size:12px;
	transition:0.4s;
	font-weight:normal;
}
div#tinmoi ul li h4 a:hover
{
	color:red;
	transition:0.4s;
}
div.load_video
{
	width:95%;
	margin:7px auto;
}
div#hotro
{
	background: url(images/bg_hotro.png) left 40px no-repeat;
}
div#hotro .phone
{
	color: #f10b0b;
    font-size: 24px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 90px;
    padding-bottom: 10px;
    margin-right: 20px;
    font-style: italic;
}
div#hotro ul
{
	list-style: none;
    border-bottom: 1px dashed #DDDDDD;
    padding: 7px;
    margin: 0px 10px;
    font-size: 13px;
}
div#hotro ul li
{
	clear: both;
    padding: 6px 0;
    color: #555555;
}
div#hotro ul li i
{
	font-size:17px;
	margin-right:8px;
	clear:both;
}
div#hotro ul li span
{
	color: #3853a4;
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
    float: left;
}
div#hotro ul li a img
{
	margin-right: 5px;
    float: left;
	width:25px;
}

div#quangcao a img
{
	width:90%;
	max-width:300px !important;	
	border:1px solid #DDD;
	margin:5px auto;
	padding:4px;
	box-sizing:border-box;
}
div#quangcao a img:hover
{
	border:1px solid red;	
}
div#main_content
{
	max-width:1200px;
	margin:20px auto;
}
div#right
{
	width:100%;
	float:none;
}
div.tieude_giua
{
	color:#fff;
	padding-left:20px;
	font-size:14px;
	background:url(images/tieude.png) center repeat-x;
	height:39px;
	line-height:39px;
	font-weight:bold;
	border-radius:4px;
	text-transform:uppercase;
}
div.wap_item
{
	text-align:center;
	position:relative;
}
div.item
{
	width: calc((100% - 78px)/4);
	float: left;
	margin-right: 26px;
	margin-bottom: 20px;
}
div.item:nth-child(4n){
	margin-right: 0;
}
div.item:nth-child(4n+1){
	clear: both;
}
div.item .sp_img
{
	overflow:hidden;
	line-height: 0;
	margin-bottom:10px;
}
div.item a img
{
	width:100%;
	height:100%;
}
div.item .sp_name{
	font-weight: normal;
	font-size: 14px;
	font-family: robotobold;
	text-transform: uppercase;
	color: #333333;
}
div.item .sp_name a
{
	color:#333333;
}
div.item .sp_name a:hover
{
	transition:0.4s;
	color:red;
}

div.item .sp_gia .gia,div.item .sp_gia .giakm
{
	color:red;
	font-size:13px;
}
div.item .sp_gia span.giacu
{
	color:#666666;
	text-decoration:line-through;
	float:left;
}

div#wap_footer
{
	background: url(images/footer.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 30px;
	margin:auto;
	color:#fff;
}
div#footer
{
	max-width:1200px;
	margin:auto;
}
div#main_footer
{
	width:50%;
	float:left;
}
.box_cs{
	width: 15%;
	float: left;
	margin-left: 3%;
}
.tit_ft{
	font-family: robotobold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.box_cs p{
	margin-bottom: 5px;
}
.box_cs p a{
	color: #fff;
	font-size: 14px;
}
.box_cs p a:hover{
	color: #f00;
}
.box_fan{
	width: 28%;
	float: right;
	max-width: 300px;
	overflow: hidden;
}
.bottom{
	margin-top: 20px;
	padding: 10px 0px;
	color: #fff;
	font-size: 13px;
}
.bottom .center{
	display: flex;
	justify-content: space-between;
}
.tk span{
	padding: 0px 10px;
}
div.mxh
{
	margin-top:10px;
}
div.mxh a
{
	display:inline-block;
	vertical-align:top;
	margin:0px 2px;
}
div.mxh a img
{
	max-height:35px;
	border-radius:4px;	
}
div.mxh a img:hover
{
	transition:1s;
	transform:rotate(360deg);
}
div#thongke
{
	width:21%;
	float:right;
}
div#thongke .td_ft
{
	color:#FFFF33;
	margin-bottom:7px;
	font-size:14px;
	text-transform:uppercase;
}
div#thongke ul
{
	list-style:none;
}
div#thongke ul li
{
	clear:both;
	padding:4px 0px;
}
div#thongke ul li img
{
	float:left;
	margin-right:15px;
	width:16px;
	margin-top:2px;
}

.tt_lh{
	margin-bottom: 20px;
}
.ct_left{
	width: 44%;
	float: left;
}
.ct_right{
	width: 55%;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 1%;
}

/* --------------------- Phan trang ------------------*/
div#doitac
{
	box-sizing:border-box;
	max-width:1200px;
	margin:auto;
}
div#doitac a img
{
	height:100px;
	margin:0 5px;
	border:1px solid #DDD;
}
/*----------------------------------------------------*/
div.wap_pro
{
	margin:15px auto;
	clear:both;
}
.zoom_slick
{
	width:45%;
	float:left;	
	text-align:center;
}
.zoom_slick .slick2
{
	border:1px solid #DDD;
}

.zoom_slick .slick
{
	margin-top:5px;
}

.zoom_slick .slick img
{
	width:95%;
	margin:auto;
	border:1px solid #DDD;
	box-sizing:border-box;
	cursor:pointer;
}
.zoom_slick .slick img:hover
{
	border:1px solid #F60;
	opacity:0.5;
	transition:1s;
}

.product_info
{
	float:right;
	list-style:none;
	width:52%;
}
.product_info li
{
	font-size:13px;
	border-bottom:1px solid #EEE;
	padding:6px 0;
}
.product_info li.ten
{
	color:#0033FF;
	font-size:18px;
}
.product_info li.giakm,.product_info li.gia
{
	font-size:15px;
	color:red;
	position:relative;
}
.product_info li.giacu
{
	text-decoration:line-through;
	color:#222222;
}
.product_info li.giakm .tinh_phantram
{
	background: red;
    color: #fff;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 10%;
    top: 0;
}

.product_info li b
{
	font-weight:normal;
	font-size:14px;
}
.xemgiohang
{
	color: #E80019;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}
.product_info li .dathang
{
	background: #e93b35;
    color: #fff;
    display: block;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
}
.product_info li .dathang i
{
	margin-right:10px;
	font-size:25px;
	margin-top:3px;
}
.product_info li .dathang:hover
{
	transition:0.4s;
	background:#E00;
}
span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}
span.active_size,span.size:hover,span.mausac:hover, span.active_mausac {
    border: 1px solid #EE0000;
}
input.soluong
{
	padding: 3px 0;
    width: 55px;
    border: 1px solid #dedede;
    text-align: center;
}
table#giohang input
{
	   margin:5px 0px;
}
table#giohang input.btn,.click_ajax
{   
 	background: #DC0018;
    color: #ffffff;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    margin: 5px 1px;
    border-radius: 3px;
}
  
table#tt td
{
	height:30px;
}
table#tt td input.t
{
	width:300px;
	height:20px;
	margin:3px 0px 5px 0px;
	border:1px solid #DDD;
}
table#tt td textarea
{
	width:300px;
}
table#tt span
{
	color:red;
}
@-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);
  }
}
a{
	text-shadow: none;
	text-decoration: none;
}
.bando_map{
	width: 100%;
	border: 1px solid #ccc;
	line-height: 0;
}
.bando_map iframe{
	width: 100% !important;
	height: 400px !important;
}
.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);
  }
}

/*form dat hang*/
.form_gh form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_gh .item_lienhe{
	flex-basis: 49%;
}
.form_gh .item_lienhe select{
	height: 37px;
}
/*form dat hang*/
/*them*/
.box_gioithieu{
	padding: 40px 0px;
	background: url(images/bg_gt.png) no-repeat top center;
}
.tit_gt{
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.tit_gt p{
	color: #003b89;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'UTMHelvetIns';
}
.tit_gt span{
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: #3e3e3e;
}
.cont_gt{
	
}
.gt_left{
	max-width: 490px;
	float: left;
}
.img_slick .slick-prev, .img_slick .slick-next{
	top: calc(50% - 20px) !important;
}
.gt_right{
	float: right;
	width: calc(100% - 550px);
	text-align: justify;
	padding-top: 40px;
}
.xem_gt{
	margin-top: 30px;
}
.xem_gt a{
	color: #fff;
	background: #003b89;
	border: 1px solid #003b89;
	display: inline-block;
	padding: 7px 30px;
	text-transform: uppercase;
	font-family: robotobold;
	font-size: 16px;
	border-radius: 5px;
}
.xem_gt a:hover{
	background: #fff;
	color: #003b89;
}
.padding_dm{
	padding: 10px 20px;
}
.dm_slick{
	width: calc(100% + 40px);
	margin-left: -20px;
}
.box_danhmuc{
	padding: 30px 0px;
}
.cont_danhmuc{
	background: url(images/bg_sp.jpg) no-repeat center top;
	background-size: cover;
	padding: 30px 0px;
}
.item_dm{
	border: 4px solid #fff;
	position: relative;
}
.img_dm{
	line-height: 0;
}
.item_dm h3{
    position: absolute;
    line-height: 25px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #fff;
    padding: 5px 7px;
    font-weight: normal;
    font-family: RobotoMedium;
    font-size: 15px;
    text-transform: uppercase;
    color: #222121;
}
.item_dm h3 a{
	color: #222121;
}
.item_dm h3 a:hover{
	color: #d7151c;
}

/* tab */
.bao_dm {
    width: 100%;
    margin: 30px auto;
    position: relative;
}
.tieude_dm {
	float: left;
	background: url(images/tit_main2.png) no-repeat center right, url(images/tit_main.png) repeat-x center top;
	text-align: center;
	padding: 11px 50px 10px 20px;
	font-family: Robotobold;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	z-index: 999;
}
.tieude_dm:hover{
	cursor: pointer;
}
.khung_tieude {
	margin-bottom: 15px;
	background: url(images/tit_main3.png) repeat-x;
}
.menu_dmlist {
    position: relative;
    /* float: left; */
    white-space: nowrap;
}
.menu_dmlist ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
li.click_list {
    display: inline-block;
}
li.click_list.them_hover a{
    color: #fff;
}
li.click_list a:hover {
    color: #fff200;
    cursor: pointer;
}
li.click_list a {
	color: #fff;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 46px;
	padding: 0px 6px;
}
.xem_dm {
    position: absolute;
    top: 0;
    right: 0;
}
.xem_dm a {
    font-size: 12px;
    font-family: robotobold;
    line-height: 46px;
    padding: 0px 10px;
    color: #fff200;
}
.xem_dm a:hover{
    color: #fff;
}
.menu_dmlist{color: #fff;}
.menu_dmlist .xemtatca {
    position: absolute;
    top: 11px;
    right: 0;
}
.menu_dmlist .xemtatca a {
    color: #00a3e8;
}
.khungsp_right {
	display: flex;
	flex-wrap: wrap;
}
.item_index {
	flex-basis: 20%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 10px 2px 2px 10px;
}
.item_index .sp_img{
    line-height: 0;
}
.item_index .sp_info{
	background: #eeeeee;
	margin-top: 1px;
	padding: 10px;
	text-align: justify;
	font-size: 13px;
}
.item_index h3 {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: robotoregular;
	text-align: left;
}
.item_index h3 a {
    color: #1d1d1d;
}
.item_index h3 a:hover{
	color: #d90101;
}
.item_index .tienich_sp{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item_index .sp_gia{
	font-size: 13px;
	color: #1d1d1d;
}
.item_index .sp_gia span{
	color: #ed1c24;
}
.dathang_n{
	position: relative;
	background: url(images/xem_sp.png) no-repeat center right #184ab5;
	padding: 3px 30px 4px 0px;
}
.dathang_n:before{
	width: 28px;
	height: 33px;
	position: absolute;
	content: '';
	top: 0;
	left: -28px;
	background: url(images/tit_mua.png) no-repeat center;
}
.dathang_n a{
	font-size: 12px;
	color: #fff;
}
.dathang_n a:hover{
	color: #ff0;
}
/* tab */

.box_tintuc{
	padding: 40px 0px;
	background: #f3f3f3;
}
.tit_tin{
	text-align: center;
	font-family: 'UTMHelvetIns';
	text-transform: uppercase;
	font-size: 35px;
	line-height: 45px;
	color: #003b89;
	margin-bottom: 30px;
}
.tin_left{
	text-align: justify;
	float: left;
	max-width: 575px;
}
.img_left{
	line-height: 0;
	margin-bottom: 10px;
	border-radius: 20px;
	overflow: hidden;
}
.tin_left h4{
	font-family: robotobold;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.tin_left h4 a{
	color: #333;
}
.tin_left h4 a:hover{
	color: #f00;
}
.tin_right{
	float: right;
	width: calc(100% - 620px);
	padding-left: 25px;
}
.item_tin{
	text-align: justify;
	margin-bottom: 53px;
}
.img_tin{
	float: left;
	max-width: 218px;
	line-height: 0;
	margin-right: 15px;
	position: relative;
	border-radius: 10px;
	margin-left: 25px;
	padding-top: 25px;
}
.img_tin img{
	border-radius: 10px;
	position: relative;
}
.img_tin:hover{opacity: 0.6;transition: 0.6s;}
.img_tin:before{
	position: absolute;
	content: '';
	top: 0px;
	left: -24px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	width: 100%;
	height: 88%;
}
.item_tin p.ngay_tin{
	font-style: italic;
	color: #b4b4b4;
	font-size: 13px;
}
.item_tin h4{
	font-family: robotobold;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.item_tin h4 a{
	color: #333;
}
.item_tin h4 a:hover{
	color: #f00;
}
.xem_tin{
	margin-top: 10px;
}
.xem_tin a{
	color: #f00;
	font-style: italic;
}
.xem_tin a:hover{
	color: #333;
}
.box_videpclip{
	padding: 40px 0px;
}
.padding_video{
	padding: 10px 15px;
}
.video_slick{
	width: calc(100% + 30px);
	margin-left: -15px;
}
.img_vd{
	border-radius: 10px;
	overflow: hidden;
}
.box_dangkynhantin{
	background: url(images/bg_hotro.png) no-repeat center top;
	background-size: cover;
	padding: 30px 0px;
	max-width: 1366px;
	margin: 0px auto;
}
.box_dangkynhantin .center{
	display: flex;
	justify-content: flex-end;
}
.tit_tin p.mota_dk{
	font-family: robotoregular;
	font-size: 14px;
	line-height: 25px;
	color: #353535;
	text-transform: none;
}
.box_24h{
	flex-basis: 250px;
	text-align: center;
	background: url(images/24h.png) no-repeat center top;
	padding-top: 130px;
	margin-left: 5%;
}
.box_24h p{
	font-size: 32px;
	line-height: 42px;
	color: #dd0000;
	font-family: 'UTMHelvetIns';
	font-style: italic;
}
.box_24h span{
	color: #505050;
	font-size: 14px;
	font-family: robotobold;
}
div#dknt
{
	
}
form#frm_dknt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dknt_left{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-basis: calc(100% - 94px);
}
.dknt_right{
	flex-basis: 90px;
}
form#frm_dknt input{
	padding: 10px 10px;
	border: 1px solid #ccc;
	background-size: #fff;
	border-radius: 5px;
}
form#frm_dknt input:nth-child(1), form#frm_dknt input:nth-child(2){
	flex-basis: 49%;
	margin-bottom: 10px;
	
}
form#frm_dknt input:nth-child(3){
	flex-basis: 100%;
}
form#frm_dknt input[type='button']
{
	background:#ed1c24;
	color:#fff;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	outline:none;
	width: 100%;
	height: 100%;
	font-size: 15px;
}
form#frm_dknt input[type='button']:hover{
	background: #000;
}
.item_hinh{
	float: left;
	margin-bottom: 20px;
}
.item_hinh h3{
	font-weight: normal;
	font-family: robotobold;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
}
.item_hinh h3 a{
	color: #333;
}
.item_hinh h3 a:hover{
	color: #f00;
}
/*them*/

#result{
	position: absolute;
	left: 0px;
	border: 1px solid #cccccc96;
	border-top: 1px solid #cccccc9c;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	z-index: 1234;
	background: #fff;
	top: 100%;
}

#result > div{
	/* background-color: white; */
	padding: 10px 0;
	/* box-shadow: 0 0 1px #00000090; */
	border-radius: 3px;
}

#result ul li{
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ebebeb;
	clear: both;
}
#result ul li:last-child{
	border-bottom: none;
}
#result ul li div{
	display: inline-block;
	width: 100%;
	position: relative;
	clear: both;
	float: none;
	margin: 0;
}
#result ul li div .full{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#result ul li div img{
	float: left;
	max-width: 75px !important;
	margin-right: 10px;
}

#result ul li div h4{
	margin-top: 0;
	margin-bottom: 10px;
}

#result ul li div h4 a{
	display: block;
	font-family: "RobotoCondensed-Regular";
	color:  #333333;
	font-size: 15px;
	font-weight: normal
}

#result ul li div p{
	margin-bottom: 0;
	padding-left: 84px;
	margin-top: -11px;
}

#result ul li div p strong{
	color: #003faa;
	font-size: 16px;
}
.xem-sp {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.xem-sp a {
    display: inline-block;
    border: 1px solid #0c59bf;
    padding: 5px 15px;
    color: #0c59bf;
    font-family: robotobold;
    border-radius: 5px;
}
.xem-sp a:hover{
	border: 1px solid #f00;
	color: #f00;
}



@media screen and (min-width: 1220px) {
	.padding_dv{
		padding: 10px 15px;
	}
	.dv_slick{
		width: calc(100% + 30px);
		margin-left: -15px;
	}
}
@media screen and (max-width: 1200px) {
	.center,div.menu{
		padding: 0px 10px;
	}
	div#main_content{
		padding: 0px 10px;
	}
	div#footer{
		padding: 0px 10px;
	}
	div#doitac{
		padding: 0px 10px;
	}
	div.menu ul li a{
		font-size: 15px;
		padding: 10px 15px;
	}
	.item_index{flex-basis: 25%;}
}
@media screen and (max-width: 1105px) {
	.logo{max-width: 250px;}
	.banner_r {
    	flex-basis: calc(100% - 300px);
	}
}
@media screen and (max-width: 1024px) {
	.tin_left{
		max-width: 40%;
	}
	.tin_right {
	    width: 57%;
	}
	.img_tin{
		max-width: 35%;
	}
	div#dknt {
	    flex-basis: calc(100% - 300px);
	}
}
@media screen and (max-width: 1005px) {
	div.menu ul li a{
		font-size: 14px;
		padding: 10px 12px;
	}
}
@media screen and (max-width: 980px) {
	.item_index{flex-basis: calc(100% / 3);}
}
@media screen and (min-width: 961px) {
	.tk_mobile{display: none;}	
	.item_hinh{
		width: calc((100% - 60px)/4);
		margin-right: 20px;
	}
	.item_hinh:nth-child(4n){
		margin-right: 0;
	}
	.item_hinh:nth-child(4n+1){
		clear: both;
	}
	.dt_mb{display: none;}
}
@media screen and (max-width: 960px) and (min-width: 604px) {
	.item_hinh{
		width: calc((100% - 30px)/3);
		margin-right: 15px;
	}
	.item_hinh:nth-child(3n){
		margin-right: 0;
	}
	.item_hinh:nth-child(3n+1){
		clear: both;
	}
}
@media screen and (max-width: 960px) {
	div.header_mobi
	{
		display:block;
	}
	.dt_mb{display: block;color: #000;text-align: center;font-size: 20px;margin-bottom: 10px;}
	.dt_mb a{color: #f00;font-size: 25px;font-family: 'UTMHelvetIns';}
	.phone_mb{color: #fff;font-size: 17px;font-family: robotobold;position: absolute;top: 0px; right: 10px;}
	.phone_mb a{color: #fff;}
	a.sp_cart{left: 97% !important;}
	div#header .center{display: block; text-align: center;padding: 0px;}
	div.wap_menu{
		height: 45px;
		line-height: 45px;
		background: #132438;
	}
	.header_mobi a.hien_menu{
	    font-size: 16px;
	    text-transform: uppercase;
	}
	.header_mobi a.hien_menu i{margin-right: 5px;font-size: 20px;}
	.tk_mobile{display: block;}	
	.logo{
		text-align: center;
		max-width: 100%;
		padding:  20px 10px;
	}
	nav#menu{display:none;}
	.mm-menu{
		background: -moz-linear-gradient(270deg, #325F94 0, #132438 100%) !important;/* FF3.6+ */
		background: -webkit-gradient(linear, 270deg, color-stop(0, 325F94), color-stop(100%, 132438));/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(270deg, #325F94 0, #132438 100%) !important;/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(270deg, #325F94 0, #132438 100%) !important;/* Opera 11.10+ */
		background: -ms-linear-gradient(270deg, #325F94 0, #132438 100%) !important;/* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
		background: linear-gradient(270deg, #325F94 0, #132438 100%) !important;/* W3C */
	}
	div#slider
	{
		width:100%;
		padding:0;
		border:none;
	}
	.banner_top{
		display: none;
	}
	div#danhmuc
	{
		display:none;
	}
	div#right
	{
		width:100%
	}
	div#left
	{
		width:100%;
	}
	div#main_footer
	{
		width:100%;
		float: none;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #fff;
	}
	.box_cs {
	    width: 100%;
	    float: none;
	    margin-left: 0;
	    text-align: center;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    border-bottom: 1px dashed #fff;
	}
	.box_fan {
	    width: 100%;
	    float: none;
	    margin: 0px auto;
	}
	.bottom .center{display: block;text-align: center;}
	div#thongke
	{
		width:100%;
	}
	div.thongke_an
	{
		display:none;
	}
	div.tt_lh
	{
		width:100%;
	}
	div.bando
	{
		width:100%;
	}
	.menu_login {
		display:none;
	}	
	.gt_left {
	    max-width: 490px;
	    float: none;
	    margin: 0px auto 20px;
	}
	.gt_right {
	    float: none;
	    width: 100%;
	    text-align: justify;
	    padding-top: 40px;
	}
	.tieude_dm{
		float: none;
		background: url(images/tit_main.png) repeat-x center top;
		background-size: 100% 100%;
		padding: 10px 10px;
	}
	li.click_list a{line-height: 30px;}
	.menu_dmlist {
	    float: none;
	    background: #29487d;
	}
}
@media screen and (max-width: 800px) {
	.box_dangkynhantin .center{display: block;}
	div#dknt{margin-bottom: 20px;}
}
@media screen and (max-width: 768px) {
	.box_news{
		width: 100%;
		float: none;
	}
	.ct_left{
		width: 100%;
		float: none;
	}
	.ct_right{
		width: 100%;
		padding-left: 0;
		border-left: 0;
		float: none;
	}
	.padding_dm{
		padding: 10px 10px;
	}
	.dm_slick{
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.item_dm h3{
		line-height: 25px;
		padding: 2px 10px;
		font-size: 15px;
	}
	.tin_left{
		max-width: 575px;
		float: none;
		margin:  0px auto 20px;
	}
	.tin_right {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	}
}
@media screen and (max-width: 735px) {
	.item_index{flex-basis: 50%;}
}
@media screen and (max-width: 603px) {
	div#header a.logo
	{
		display:none;
	}
	div#header img.logo_mobi
	{
		display:block;
		margin:auto;
		width:100%;
	}
	.zoom_slick
	{
		width:85%;
		max-width:400px;
		float:none;
		margin:auto;
	}
	.product_info
	{
		width:100%;
		margin-top:10px;
	}
	.gh_an
	{
		display:none;
	}
	.slogan{display: none;}
	.item_hinh{
		width: 49%;
	}
	.item_hinh:nth-child(2n){
		float: right;
	}
	.item_hinh:nth-child(2n+1){
		clear: both;
	}
}
@media screen and (max-width: 500px) {
	.item_index{padding: 5px;}
	.item_index h3{text-align: center;}
	.item_index .tienich_sp{display: block;}
	.dathang_n{padding: 3px 10px;}
	.dathang_n:before{display: none;}
	form#frm_dknt input:nth-child(1), form#frm_dknt input:nth-child(2){flex-basis: 100%;}
	form#frm_dknt{display: block;}
	.dknt_left{margin-bottom: 10px;}
}
@media screen and (max-width: 460px) {
	.item_dm h3{
		position: relative;
	}
	div.frm_lienhe .item_lienhe input[type='text'], div.frm_lienhe .item_lienhe textarea, div.frm_lienhe .item_lienhe input[type='password']
	{
		width:100%;
	}
	div.frm_lienhe .item_lienhe select
	{
		width:100%;
	}
	.map_description
	{
		width:100%;
	}
	.box_news a img
	{
		width:110px;
	}
	div.frm_lienhe .item_lienhe p
	{
		width:100%;
	}
	.othernews ul.phantrang
	{
		margin-left:0px;
	}
	.box_news h3 a {
		font-size:14px;
	}
	.tit_gt p{
		font-size: 25px;
    	line-height: 35px;
	}
	.tit_gt span {
	    font-size: 14px;
	    line-height: 25px;
	}
	.item_tin{
		margin-bottom: 20px;
	}
	.img_tin{
		margin-left: 0;
    	padding-top: 0;
	}
	.item_tin p.ngay_tin{display: none;}
	.item_tin h4{
		text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}

