@import url("fonts.css");
body {
	font-family: arial,tahoma,"segoe ui", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	/* min-width: 1349px; */
}
/* global */
.container{}
@font-face {
	font-family: RobotoCondensed-Bold;
	src: url('../fonts/RobotoCondensed-Bold.ttf');
}
@font-face {
	font-family: SFUHelveticaCompressed;
	src: url('../fonts/SFUHelveticaCompressed.TTF');
}
@font-face {
	font-family: Roboto-Bold;
	src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
	font-family: Roboto-Regular;
	src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'MuliBold';
	src: url('../fonts/MuliBold.eot');
	src: url('../fonts/MuliBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MuliBold.woff') format('woff'),
	url('../fonts/MuliBold.ttf') format('truetype'),
	url('../fonts/MuliBold.svg#MuliBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuliSemiBold';
	src: url('../fonts/MuliSemiBold.eot');
	src: url('../fonts/MuliSemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MuliSemiBold.woff') format('woff'),
	url('../fonts/MuliSemiBold.ttf') format('truetype'),
	url('../fonts/MuliSemiBold.svg#MuliSemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuliBlack';
	src: url('../fonts/MuliBlack.eot');
	src: url('../fonts/MuliBlack.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MuliBlack.woff') format('woff'),
	url('../fonts/MuliBlack.ttf') format('truetype'),
	url('../fonts/MuliBlack.svg#MuliBlack') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SFUFuturaBold';
	src: url('../fonts/SFUFuturaBold.eot');
	src: url('../fonts/SFUFuturaBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SFUFuturaBold.woff') format('woff'),
	url('../fonts/SFUFuturaBold.ttf') format('truetype'),
	url('../fonts/SFUFuturaBold.svg#SFUFuturaBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.meta-toc {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    display: table;
    max-width: 58%;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
}
.toc-title-container {
    display: table;
    width: 100%;
}
span.toc-switch {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
a#toc {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left: 10px;
    text-shadow: 0 1px 0 #fff;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    color: #444;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
.none{display:none;}
.row10{margin-right: -10px!important;margin-left: -10px!important;}
.pd0{
	padding: 0!important;
}
.pd5
{
	padding-left:5px !important;
	padding-right:5px !important;
}
.pd10
{
	padding-left:10px !important;
	padding-right:10px !important;
}
.pd15
{
	padding-left:15px !important;
	padding-right:15px !important;
}
.mg0{
	margin: 0!important;
}
.w100{width: 100%;}
.mw100{max-width: 100%;}
.full_web{margin:0 auto;}
.rel {
	position:relative
}
.red {
	color:red
}
.over-hide{overflow:hidden}
.desc .view{
	margin: 10px 0;
	background-color: #fff;
	border-radius: 50px;
	bottom: 0;
	padding: 3px 7px;
	display: inline-block;
}
.desc .view i{-webkit-transform:rotate(0deg);position: relative;top: 2px;left: 0px;}
.desc .view:hover i{-webkit-transform:rotate(-180deg);}
.blue{color:blue}
.btn-effect{background:#35414D;color:#fff;padding: 10px 18px;font-family: Avo;padding-top: 11px;font-size: 17px;}
.btn-effect:hover{background:#1BBC9B;color:#fff;text-decoration:none;}
.back-to-top {
	position:fixed;
	z-index:123;
	right: -60px;
	bottom: -60px;
	text-align: center;
	color: #EC000A !Important;
	text-decoration: none !Important;
	font-weight: bold;
	font-size: 14px;
	box-shadow: chartreuse;
}
.phantrang{    margin-left: 15px;
	text-align: center;}
	.pagination>li>a.current{
		background:#ddd
	}
	.anim-05 {
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.link-transpare-border {
		position: relative;
		width: 100%;
		height: 100%;
		float: left;
		overflow: hidden;
	}
	.link-transpare-border:hover:before{
		border: 5px solid rgba(255, 255, 255, 0.4);
	}
	.tooltip-inner {
		border-radius:0 !important
	}
	.link-transpare-border:before {
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 100%;
		height: 100%;
		border: 5px solid rgba(255, 255, 255, 0.6);
		content:"";
		position: absolute;
		left: 0px;
		top: 0;
	}
	.empty-content {
		margin: auto;
		padding: 10px;
		border: 1px solid #ccc;
		text-align: center;
	}
	.title-child {
		font-family: Alter-gothic;
		font-size: 21px;
		border-bottom: 1px solid #ccc;
	}
/* .global-title h2:after, .title-global h2:after,.global-title h2:before, .title-global h2:before{
	content:"";
	position:absolute;
	width: 37px;
	left: -35px;
	height: 44px;
	top: -1px;
	z-index: 1;
	background:url(../img/fix-title-left.png) no-repeat
	;opacity: 0;
	} */
	#contact  .global-title:after,#contact  .title-global:after{display:none}
	#contact  .global-title h2,#contact  .title-global h2{background:transparent}
/* .global-title:after,.title-global:after,.global-title:before{content:"";width: 100%;background-color: #DCDCDC;height: 2px;bottom: 15px;position: absolute;z-index: 1;}
.global-title h2:after, .title-global h2:after{
	background:url(../img/fix-title-right.png) no-repeat;
	left: auto;
	right: -70px;
	width: 72px;
	} */
	.global-title h2, .title-global h2 {
		font-family: 'MuliBold';
		color: #333333;
		text-transform: uppercase;
		font-size: 20px;
		text-decoration: none;
		float: left;
	}
	.title-global, .global-title {
		background: url(../img/title_center.png) no-repeat bottom left;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	.viewall{
		float: right;
		position: absolute;
		bottom: 9px;
		right: 0;
		color: #333333;
		font-size: 14px;
	}
	#hotlinexxx{
		position: absolute;
		bottom: 0px;
		right: 0;
		font-size: 25px;
		color: #3C3C3C;
		font-family: Avo_bold;
	}
	#hotlinexxx div{color: #ED0000;}
	#hotlinexxx span{
		left: 0;
		top: 2px;
		font-family: 'Avo';
		font-size: 16px;
		background: url(../img/phone.png) no-repeat;
		height: 30px;
		line-height: 30px;
		padding-left: 32px;
		color: #111;
		float:left;
		width:100%;
	}
	.inner-website .global-title,.inner-website  .title-global{}
	.inner-max-width img {
		max-width:100%;
		height:auto;
		margin: auto;
	}
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		/* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* fb rp */
	#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
		width: 100% !important;
	}
	/* fb rp */
	/* end global */
	/*header */
	header {
		margin: 0 auto;
		z-index: 123;
		width: 1190px;
		background: #65C5ED;
	/* -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);  -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.4);  
	box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.4); */
}

header #lang-bar{
	/* position: absolute; */
	/* bottom: 100px; */
	/* right: 0; */
	text-align: right;
	margin-bottom: 5px;
}
header .hotline-social{
	color: #B3ADAD;
}
header #form-xsearch{
	padding: 5px;
	position: relative;
}
header #form-xsearch input{
	padding: 5px 3px;
	background-color: #2A2322;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	width: 98%;
	text-indent: 10px;
	color: #fff;
	margin: 0 1%;
}
header #form-xsearch button{
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 0;
	color: #E25922;
	font-size: 17px;
	top: 10px;
	right: 9px;
}
header .hotline-social span{
	font-size: 21px;
	line-height: 26px;
	margin-right: 12px;
	position: relative;
	top: 2px;
}
header .hotline-social span i{
	font-size: 16px;
}
header #social-air{
	/* position: absolute; */
	/* top: 10px; */
	/* right: 0; */
}
#form-search.search-menu input{
	border: 0;
	border-radius: 0;
	padding: 6px 4px;
	font-size: 13px;
	background-color: transparent;
	position: relative;
	top: 2px;
	padding-left: 11px;
	width: 73%;
}
#form-search.search-menu button{
	font-size: 16px;
	margin-top: 7px;
	margin-right: 4px;
	right: 20px;
}
#form-search.search-menu{
}
header .logo{
	float: left;
}
header .banner img{margin:auto;float: left;}
header .banner{margin-top: 12px;}
header .top-header {
	background: #000000;
	padding: 1px 0;
	position: relative;
	padding: 5px 0;
	color: #fff;
	font-size: 12px;
}
header .top-header .wrap-top{display:table;width: 100%;}
header .top-header .wrap-top div{display:table-cell}
header .top-header .wrap-top div.email{background:url(../img/email.png) no-repeat left 0;padding-left: 23px;}
header .top-header .wrap-top div.phone{background:url(../img/phone.png) no-repeat left 0;padding-left: 23px;}
header .top-header div.tel{background:url(../img/tel.png) no-repeat left 0;padding-left: 23px;}
header #social-air{/* visibility:hidden; *//* height: 21px; */text-align: center;}
header #social-air div{/* display: inline-block; *//* margin: 0px 7px; *//* background-position: 0; */}
header #social-air div:hover{background-position:0 100%  !Important}
header nav {/* box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.6); */z-index: 12;width: 100%;bottom: 0;position: relative;background-color: #1F4CA4;}
ul#main-nav .logo{
	padding-top: 4px;
	padding-bottom: 4px;
}
ul#main-nav {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	margin-top: 0;
	z-index: 2;
	display: table;
	width: 100%;
	float: left;
}
ul#main-nav li.last{
	min-width: 142px;
	max-height: 20px;
	position: relative;
	max-width: 203px;
	padding: 0;
	margin: 0;
	display: block;
	float: right;
}
ul#main-nav li.last form{
	margin: 0;
	padding: 0;
	background-color: red;
	top: 8px;
	position: absolute;
}
ul#main-nav li.last form input{
	width: 100%;
}
ul#main-nav li.last form button{
	position: absolute;
	right: 0;
}
ul#main-nav li.last form button i{}
ul#main-nav > li:hover > div > a,ul#main-nav li.active > div >a {
	color:#fff;
}
ul#main-nav > li:hover,ul#main-nav li.active {background-color: #1A3F8A;}
ul#main-nav > li {position: relative;z-index: 1;overflow: hidden;text-align: center;display: table-cell;padding: 0;padding: 0;margin: 0;min-width: 50px;}
ul#main-nav > li:before{width: 1px;height: 100%;background: url(../img/afmn.png);content:"";right: 0px;bottom: 0px;position:absolute;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
ul#main-nav > li.last:after,ul#main-nav > li.last:before{display:none}
ul#main-nav > li:after{right: -1px;background-color: rgba(255, 255, 255, 0.17);}
ul#main-nav > li:hover:after,ul#main-nav > li:hover:before,ul#main-nav > li.active:after,ul#main-nav > li.active:before{width: 1px;background: none;}
ul#main-nav li{  -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* icon */
ul#main-nav li a:hover {
	color: rgb(253, 253, 253) !important;
}
header select#navigator {
	margin: 10px auto;
	max-width: 400px;
	border-radius: 0;
	text-align: center;
	font-size: 14px;
}
header #form-search-v2 {
	position: absolute;
	top: 8px;
	right: 10px;
}
header #form-search-v2 form {
}
header #form-search-v2 form input {
	padding: 3px;
	border: 1px solid transparent;
	background: rgb(51, 51, 51);
	border: 0;
	padding: 5px 8px;
	background: #333333;
	color: #fff;
	border-radius: 14px;
	width: 210px;
	padding-right: 20px;
	outline: none;
}
header #form-search-v2 form button {
	position: absolute;
	background: transparent;
	border: 0;
	color: #fff;
	top: 6px;
	right: 4px;
	outline: none;
}
ul#main-nav a {
	font-family: 'Myriad Pro Regular';
}
ul#main-nav > li a {
	color: #F9F9F9;
	font-size: 16px;
	position: relative;
	/* top: 2px; */
	font-weight: normal;
	padding: 10px 0px;
	-o-transition: all 0.3s ease;     
	-ms-transition: all 0.3s ease;     
	transition: all 0.3s ease;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
ul#main-nav  li:hover > a{color: #fff;}
ul#main-nav > li a:hover, ul#main-nav > li.active > a {
	text-decoration: none;
	color: #fff;
}
ul#main-nav > li ul {
	list-style: none;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 1000px;
	left: 0;
	max-width: 300px;
	z-index: 2;
	/* opacity: 0; */
	text-align: left;
	-o-transition: all 0.5s ease;     -ms-transition: all 0.5s ease;     transition: all 0.5s ease;
}
ul#main-nav > li ul ul{
	left:100%;
	top: 0;
}
ul#main-nav > li ul li {padding: 10px 5px;min-width: 150px;position: relative;/* background: url(../img/nav-bg.jpg); */background-color: #EC1D24;border-bottom: 1px solid rgba(0, 106, 165, 0.11);}
ul#main-nav > li ul li a {
	line-height: 16px;
	padding-left: 5px;
	text-transform: inherit;
	color: #F5F5F5;
	padding: 5px !important;
	font-size: 17px;
	text-transform: capitalize;
	float: none;
}
ul#main-nav > li:hover > ul {
	display: block !important;
	opacity: 1;
}
ul#main-nav li:hover > ul{display: block !important;}
header #form-search{
	overflow: hidden;
	float: right;
	width: 352px;
	position: absolute;
	top: 8px;
	right: 5px;
	background: url(../img/search.png) no-repeat;
	height: 36px;
}
header #form-search input{width: 100%;
	border: 1px solid rgba(204, 204, 204, 0.24);
	padding: 4px 5px;
	outline: none;border-radius: 4px;
}
header #form-search button{position: absolute;
	right: 3px;
	top: 1px;
	padding: 0px 0px;
	border: 0;
	color: #ED1B24;
	font-size: 23px;
	outline: none;background: none;
}
ul#menu-member .dropdown-menu li {
	float:none;
	padding: 2px 0;
}
ul#menu-member .dropdown-menu li a {
	color:#111;
	font-size: 17px;
}
header nav ul #form-search {
	position: absolute;
	top: 2px;
	right: 6px;
}
header nav ul #form-search input {
	border-radius: 0;
	border: 0;
	padding: 2px 8px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.17);
	background: none;
	color: #FFF;
	width: 240px;
	height: 28px;
	padding-right: 20px;
	outline: none;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.25);  
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);  
	box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.24);
	background-color: rgba(255, 255, 255, 0);
}
header nav ul #form-search button {
	position: absolute;
	background: transparent;
	border: 0;
	color: #127EB3;
	top: 3px;
	right: 7px;
	outline: none;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.29);
	font-size: 19px;
}
ul#menu-member {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#menu-member li:first-child:after {
	content:"";
	position:absolute;
	width:1px;
	height: 12px;
	right: 0;
	background: rgba(255, 255, 255, 0.71);
	top: 17px;
}
ul#menu-member li.cart {
	padding: 8px;
}
ul#menu-member li.cart img {
	margin-right: 5px;
}
ul#menu-member li.cart span {
	color: rgb(254, 241, 0);
}
ul#menu-member li {
	float: left;
	padding: 12px 9px;
	position:relative;
}
ul#menu-member li a {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}
.brand-inner {
}
.brand-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.brand-inner ul li {
	background: url(../img/dot-pink.png) no-repeat 0px 14px;
	padding: 5px 0;
	padding-left: 19px;
	border-bottom: 1px dashed rgb(2, 130, 37);
	margin: 9px 0;
}
.brand-inner ul li a {
	font-size: 17px;
	color: #222;
}
/*header */
/* main */
.slider-wrapper-pager {
	/* background: url(../img/bg-slider.png) no-repeat top center; */
	/* margin-top: -52px; */
}
#page-wrapper {
	position: relative;
	z-index: 23;
	background-color: #fff;
	max-width: 1190px;
}
#section-top-index  .list-news-obj{
	margin-bottom: 20px;
}
#section-top-index  .list-news-obj .n-item{
	position: relative;
}
#section-top-index  .list-news-obj .wrap-image{}
#section-top-index  .list-news-obj .wrap-name{
	position: absolute;
	bottom: 0;
	background: rgba(17, 17, 17, 0.26);
	text-align: center;
	padding: 5px;
	padding-bottom: 11px;
	width: 100%;
}
#section-top-index  .list-news-obj .wrap-name h2{
	margin: 0;
	font-size: 17px;
}
#section-top-index  .list-news-obj .wrap-name h2 a{
	color: #fff;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#section-top-index  .list-news-obj .wrap-name h2 a:hover{text-decoration:none;color:#F8C632}
#section-top-index  .list-news{}
#section-top-index  .list-news .content{}
#section-top-index  .list-news .content ul{
	margin: 0;
	list-style: none;
	padding: 0;
}
#section-top-index  .list-news .content ul li{
	padding-left: 21px;
	background: url(../img/li-2.png) no-repeat 4px 15px;
	border-bottom: 1px dashed #333;
	padding: 5px 0;
	padding-left: 21px;
}
#section-top-index  .list-news .content ul li h3{
	margin: 0;
	font-size: 16px;
	margin: 5px 0;
}
#section-top-index  .list-news .content ul li h3 a{
	color: #222;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#section-top-index  .list-news .content ul li h3 a:hover{
	text-decoration: none;
	color: #666;
}
#content-center {
}
/* mani */
/* end product header */
/* memeber white bg */
#content-center.white .global-title, #content-center.white .title-global {
	border-bottom: 1px solid #111;
	margin: 0;
	margin-bottom: 10px;
}
#content-center.white .global-title h2, #content-center.white .title-global h2 {
	background: #fff;
	color: #111;
}
/* end member white bg */
/* cart */
table#giohang input {
	margin:5px 0px;
	font-size: 19px;
}
table#giohang input.btn, .xbtn {
	background: #075992;
	color: #ffffff;
	padding: 3px 10px;
	border: none;
	margin: 5px 3px;
	border-radius: 0;
	padding: 7px 15px;
	background: #000000;
	line-height: 15px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}
.source-cart {
	background: url(../img/shop-cart.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px;
	position: absolute;
	right: 20px;
	top: 30px;
	position: fixed;
}
.source-cart a {
	font-size: 15px;
	background: black;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	float: left;
	position: relative;
	left: 37px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
h3.all-cart-price {
	margin-left: 10px;
	font-size: 27px;
	color: rgb(192, 39, 49);
}
/* end cart */
#social-air a {
	position: relative;
	width: 100%;
	height: 100%;
	/* display: inline-block; */
	margin: 0px 3px;
	text-align: center;
}
#social-air a span {
}
#social-air a:hover span {
}
/* footer wrapper */
#bottom-page-wrapper{
	background: #FFD63E url(../img/sm-footer.jpg) no-repeat top center;
	padding: 20px 0;
}
#bottom-page-wrapper .box .inner-box{}
#bottom-page-wrapper .box .inner-box .title{
	font-size: 20px;
	font-weight: bold;
	color: red;
	text-align: center;
}
#bottom-page-wrapper .video-wrap .box .inner-box .content{
	width: 82%;
	margin: auto;
	margin-top: 20px;
}
#video-controls{border-radius: 0;
	border: 1px solid rgb(255, 220, 84);
	margin-top: -1px;}
	#bottom-page-wrapper .box .inner-box .content{}
	#bottom-page-wrapper .box{
		background: url(../img/bg-box.png)no-repeat;
		width: 576px;
		height: 478px;
		padding: 0px 25px;
		padding-top: 40px;
	}
	/* footer wrapper */
	/* end main */
	/* footer */
	/* footer */
	footer {
		/* padding: 20px 0px; */
		color: #000000;
		position: relative;
		background: url(../img/footer.png) no-repeat;
		background-size: cover;
	}
	footer .social{margin:10px 0}
	footer .social a{
		margin-right: 14px;
	}
footer .social a img{/* margin-right:14px */}
footer .title-global.center{
	text-align: center;
	margin-bottom: 30px;
}
footer .title-global.center h2{
	text-align: center;
	z-index: 123;
	float: none;
}
footer .menu-bottom{
	margin-bottom: 5px;
}
footer .menu-bottom ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
footer .content-footer{padding-top: 15px;}
footer .menu-bottom ul li a{ -moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;color:#fff}
	footer .menu-bottom ul li a:hover{text-decoration:none;color:#77C4F9}
	footer .menu-bottom ul li:after{position:absolute;content:"";background-color: #fff;width: 1px;height: 10px;right: 0;top: 9px;}
	footer .menu-bottom ul > li:first-child{padding-left:0}
	footer .menu-bottom ul li:last-child:after{display:none}
	footer .menu-bottom ul li{
		float: left;
		position:relative;
		padding: 0px 10px;
	}
	footer .title{
		color: #FFFFFF;
		font-weight: bold;
		margin-bottom: 15px;
		text-transform: uppercase;
		font-size: 15px;
		margin-top: 10px;
	}
	footer .content.visit{
		color: #fff;
	}
	footer .content.visit ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	footer .content.visit ul li img{
		margin-right: 6px;
	}
	footer .content.visit ul li{}
	footer .copyright{
		padding: 9px;
		color: #fff;
		font-size: 17px;
		font-family: 'Myriad Pro Regular';
	}
	footer #top-footer{background: url(../img/top-footer.jpg);padding: 40px 0;position: relative;}
	footer #top-footer:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height: 13px;background: url(../img/top-footer-bg.png) repeat-x;}
	footer #top-footer .support-item{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	footer #top-footer .support-item li{
		padding-left: 21px;
		background: url(../img/people.png) no-repeat 0px 5px;
		text-transform: capitalize;
	}
	footer #top-footer .support-item li .sp-item{
		color: #fff;
	}
	footer #top-footer .support-item li .sp-item .name{
		float: left;
		width: 85px;
		position: relative;
		top: 0px;
	}
	footer #top-footer .support-item li .sp-item .yahoo{
		float: left;
	}
	footer #top-footer .support-item li .sp-item .skype{
		float: left;
		margin: 0px 10px;
	}
	footer #top-footer .support-item li .sp-item .phone{
		float: left;
		color: red;
		font-weight: bold;
	}
	footer #top-footer #form-sub{
		margin-top: 6px;
		float: left;
		width: 100%;
		position: relative;
	}
	footer #top-footer #form-sub input{
		width: 100%;
		padding: 6px 10px;
		border: 1px solid #ccc;
		padding-right: 112px;
	}
	footer #top-footer #form-sub button{
		background-color: #00A2ED;
		border: 0;
		padding: 7px 20px;
		color: #fff;
		text-transform: uppercase;
		font-family: Verdana;
		position: absolute;
		top: 0px;
		right: 0;
	}
	footer #content-footer{
		color: #FDFDFD;
		font-size: 13px;
		padding: 20px 0px;
	}
	footer #content-footer ul{
		width:100%;
	}
	/* maps */
	.video-wrapper iframe {
		width: 100% !Important;
		left:0;
		right:0;
		position:absolute;
		height: 100% !important;
		border: 0;
	}
	.map-contact {
		/* padding: 3px; */
		border: 1px solid rgba(204, 204, 204, 0.31);
		margin-bottom: 4px;
		/* background-color: rgb(0, 133, 60); */
	}
	.video-wrapper {
		/* border: 1px solid #ccc; */
	}
	.video-wrapper.mini {
		padding-bottom: 40%;
	}
	.video-wrapper {
		position: relative;
		padding-bottom: 40%;
		height: 0;
	}
	/* maps */
	.xbanner {
		position: fixed;
		top: 0;
		background: url(../img/header-bg.jpg) no-repeat top center;
		z-index: 2;
	}
	.gn-menu-wrapper li {
		text-indent:10px
	}
	.gn-menu-wrapper li ul {
		padding-left: 32px;
	}
	/* notify me */
	.alert-box-container {
		position: fixed;
		bottom: 10px;
		color: #fff;
		z-index: 1234;
		right: 10px;
	}
	.alert-box {
		padding: 19px 15px;
		color: #fefefe;
		position: relative;
		font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
		margin-top: 5px;
	}
	.alert-box .msg {
		padding: 0 20px 0 40px;
	}
	.alert-box p {
		margin: 0;
	}
	.alert-box .toggle-alert {
		position: absolute;
		top: 7px;
		right: 10px;
		display: block;
		text-indent: -10000px;
		width: 20px;
		height: 20px;
		border-radius: 10px;
		-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
		-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
		box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
		background: rgba(0, 0, 0, 0.08) url(../img/alert.png) no-repeat 6px 6px;
	}
	.info-box {
		background: #2fa9f6 url(../img/info.png) no-repeat 14px 14px;
	}
	.success-box {
		background: #7EB62E url(../img/success.png) no-repeat 14px 14px;
	}
	.error-box {
		background: #f64b2f url(../img/error.png) no-repeat 14px 14px;
	}
	.notice-box {
		background: #f6ca2f url(../img/notice.png) no-repeat 14px 14px;
	}
	.download-box {
		background: #a555ca url(../img/download.png) no-repeat 14px 14px;
	}
	.col_left{width: 280px !important;}
	.col_right{width: 890px !important;}
	.hinhkhachhang{padding-right: 8px !important;}
	.dmsp{}
	.dmsp ul{}
	.dmsp ul li{padding: 9px;}
	.dmsp ul li:not(:last-child){
		border-bottom: 1px solid #cccccc;
	}
	.dmsp ul li a{
		background: url(../img/icon_list.png) no-repeat left center;
		padding: 7px 24px;
		background-position: 11px 13px;
		font-size: 14px !important;
		color: #333333;
		font-family: 'MuliSemiBold' !important;
	}
	.dmsp ul li a:hover{}
	.httt{text-align: center;}
	.httt img{}
	.hotline_left{
		background: url(../img/bg_hotline.png) no-repeat center;
		padding: 14px;
		margin: 10px auto;
		width: 216px;
		height: 46px;
	}
	.hotline_left img{}
	.hotline_left span{
		color: #fe0000;
		font-size: 18px;
		font-family: 'SFUFuturaBold';
	}
	.item_hotro{margin-bottom: 10px;}
	.ten_l,.hotline_l,.email_l{text-align: left;}
	.hotline_l span{color:#d90000;font-size: 13px;font-family: Roboto-Bold;}
	.chinhsach ul{list-style: none;padding:0;}
	.chinhsach ul li{padding: 5px 0;}
	.chinhsach ul li a{
		font-size: 14px;
		color: #fff;
		font-family: 'MuliSemiBold';
	}
	.chinhsach ul li a:hover{}
	.full_congtrinh{
		padding: 30px 0;
		background: url(../img/bg_sukien.png);
	}
	.title_congtrinh{
		margin-bottom: 20px;
	}
	.title_congtrinh h3{
		text-align: center;
		padding-bottom: 20px;
		background: url(../img/title_sk.png) no-repeat bottom center;
		margin-top: 0;
	}
	.title_congtrinh h3 a{
		text-transform: uppercase;
		color: #333333;
		display: inline-block;
		font-size: 26px;
		font-family: 'MuliBold';
		padding: 0;
		position: relative;
	}
	.item_congtrinh{width: 282px;margin: 0 auto;text-align: center;}
	.item_congtrinh .img_congtrinh{
		overflow:hidden;
	}
	.item_congtrinh .img_congtrinh img{
		width: 100%;
		transition:1s;
		/* border: 4px solid #fff; */
	}
	.item_congtrinh .img_congtrinh img:hover{
		transition:1s;
		transform:scale(1.1);
	}
	.item_congtrinh .noidung_congtrinh{}
	.item_congtrinh h3{
		margin: 10px 0;
	}
	.item_congtrinh h3 a{color: #333333;font-size: 14px;font-family: 'MuliBold';}
	.item_congtrinh h3 a:hover{color:#f00;}
	.item_congtrinh .mota_congtrinh{
		font-size: 13px;
		padding: 0;
		color: #fff;
	}






	/*end notify me */
	/* media queue */
	@media (min-width: 1200px) {
		.full_web{
			max-width: 1190px;
		}
		header .wrap-top{padding:10px 0;min-height: 130px;}
/* 	.col_5ft:after{
		background: url(../img/ÃƒÆ’Ã‚Â¡f.png);
		background-size: 100% 100%;
		position: absolute;
		content: "";
		width: 50px;
		height: 268px;
		right: -50px;
		top: 0px;
		z-index: 99;
		} */
	}
	@media (min-width: 1365px) {
		.item-product {
			margin-bottom: 20px;
		}
		header .logo img{
			margin-top: 0px;
			margin-left: 0; 
		}
	}
	.box_containerlienhe img{max-width:100%}
	@media (max-width: 767px) {
		body{overflow-x:hidden}
		header .banner{
			text-align: center;
			margin: auto;
		}
		.xs-hotline {
			text-align: center;
			font-size: 24px;
			margin: 10px;
			color: #E56E3E;
		}
		.xs-hotline  i{font-size:17px}
		header #lang-bar{
			text-align: center;
			margin-bottom: 5px;
		}
		.wow{
			animation-name: none !important;
			visibility: visible !important;
		}
		header .top-header .social-tel {
			padding: 10px 0;
		}
		footer ul a{font-size: 12px !important;}
		header .top-header div.tel{margin-top: 2px;text-align: left;float: left;}
	header .top-header .social-tel{/* width:100% */}
	header .top-header .social-tel .pull-right{float: none !important;padding: 0px 15px;}
	header .top-header #social-air{}
	header #social-air div{float:right}
	header .hotline{    float: none !important;
		margin: auto;
		text-align: center;}
		.footer-address{
			text-align: center;
			padding: 10px 0;
			border-top: 1px solid rgba(0, 162, 237, 0.41);
		}
		.copyright{text-align: center !important;color: #fff;}
		.fix-social{}
		.visible-xs.hotline-xs{
			color: rgb(0, 133, 60);
			/* font-weight: bold; */
			font-size: 25px;
			font-family: utm_swissblack;
		}
		.fix-social #social-air{
			position: relative;
		}
		header .banner img{max-width: 96%;margin: auto;text-align: center;float: none;display: inline-block;}
		footer .onlinev{
			float: none;
			text-align:center;
		}
		header .logo{margin: auto !important;float: none;text-align: center;margin: 10px 0;padding: 10px 0;width: 100%;text-align: center;}
		header .logo img{margin:auto;text-align: center;display: inherit;}
		.row-xs,.fix-row{  margin-left: -15px;
			margin-right: -15px;}
			.clearfix-xs{clear:both}
			#content-center{
				/* padding: 10px; */
				width: 100%;
			}
			.main-container {
				margin-top: 60px;
				position: relative;
				z-index: 1;
			}
			.row.imt {
				margin-left: -10px;
				margin-right: 5px;
			}
			.fix-row {
				margin-left: -15px;
				margin-right: -15px;
			}
			#social-air {
				margin: 10px 0;
			}
			#page-wrapper {
				/* padding-left: 5px; */
				/* padding-right: 5px; */
			}
			.container {
				width:100%
				;
			}
			.zoomContainer {
				display:none !Important
			}
			.item-product {
				/* margin: 5px 1%; */
				/* border: 1px solid rgba(204, 204, 204, 0.5); */
				/* padding: 5px 0 5px 20px; */
				/* width: 49%; */
				/* margin: 1px; */
			}
			.item-product .wrap-desc {
				margin: 0 !Important;
			}
			.item-product .wrap-desc .product-name {
			}
			.item-product .wrap-desc .pull-left, .item-product .wrap-desc .pull-right {
				width:100%
			}
			.item-product .wrap-desc .add-cart {
				margin: 5px 0;
			}
			.item-product .wrap-desc .product-name h2 {
				font-size: 19px !important;
				line-height: 21px !important;
				margin-bottom: 5px !important;
			}
			.global-title .active:before, .global-title .active:after {
				display:none
			}
			.phantrang{margin-left:5px}
			.fix-haft-row{margin-left: -10px;
				margin-right: -10px;overflow: hidden;
			}
		}
		@media (max-width: 991px) {
			header .logo img {
				margin-top: 20px;
			}
		}
		.zoomContainer{z-index:123}
		.nav-request{
			background-color: #3B8AB9;
			/* border: 1px solid #ccc; */
			margin-top: 5px !Important;
			-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);  -moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.5);  box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.5);
		}
		.nav-request li{
			padding: 15px 6px !important;
			text-align: center;
		}
		.nav-request li.active a{
			color: #111 !Important;
		}
		.nav-request li.active a:hover{}
		.nav-request li.active{
			background-color: #fff;
		}
		.nav-request li a  p{
			margin-bottom: 0;
		}
		.nav-request li a .number{
			font-size: 13px;
			text-transform: capitalize;
			font-weight: normal;
			text-align: center;
		}
		.nav-request li a{
			text-shadow: none !Important;
		}
		.from.question{display:none;margin-top: 10px;}
		.from.question .inner-form{
			/* border: 1px solid rgba(204, 204, 204, 0.45); */
			/* padding: 10px; */
		}
		.header-question{font-size:20px;color: #999;font-style: italic;}
		.inbox-question .info{border-bottom: 1px solid #ccc;
			margin-bottom: 5px;
			padding-bottom: 0px;}
			.inbox-question{
				border-top: 1px solid #ccc;
				margin-top: 10px;
				padding: 10px 0;
			}
			.inbox-question .item-question{
				margin-bottom: 10px;
			}
			.inbox-question .item-question .q:hover{
				background: #EEFFDA  url(../img/question_a.png) no-repeat 9px 6px;
			}
			.inbox-question .item-question .q{
				background: #E3ECD2 url(../img/question.png) no-repeat 9px 6px;
				padding: 6px;
				padding-left: 60px;
				border-top: 3px solid #CFDEB2;
				cursor: hand;
				cursor: pointer;
			}
			.inbox-question .item-question .a{
				background: #e9e5d4;    padding: 0 10px;    
				display: none;    border-bottom: 10px solid #e9e5d4;
				margin: 10px 0;
				padding: 10px;
			}
			.fb-page, 
			.fb-page span, 
			.fb-page span iframe[style] { 
				width: 100% !important; 
			}
			ul#light-gallery{
				list-style: none;
				padding: 0;
				margin: 0;
			}
			ul#light-gallery li .inner{/* border: 1px solid rgba(204, 204, 204, 0.43); */padding: 3px;    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);  -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);  box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);}
			.grid-item{margin-bottom: 16px;}
			.col-8{    padding-left: 8px;padding-right:8px}
			.row-8{    margin-left: -8px;
				margin-right: -8px;}
				@media (max-width: 500px) {
					.box_containerlienhe .header .name {
						width:72% !important;
					}
					.box_containerlienhe .header .name h3 {
						font-size: 12px !important;
					}
					.box_containerlienhe .left-position-link {
						position: absolute !important;
						bottom: 10px !important;
						right: 0 !important;
						left:auto !important;
					}
				}

				.footerintro{
					background: #1D4497;
					padding: 7px;
					line-height: 30px;
					color: #FFFFFF;
				}
				.headerintro{
					margin-top:25px;
				}
				.logointro img{
					margin:0 auto;
				}
				.headerintro{
					text-align:center;
				}
				.diachiintro{
					font-family: RobotoCondensed-Bold;
					font-size:15pt;
					margin: 10px 0px;
				}
				.tenintro{
					float:left;
					text-transform: uppercase;
					font-family: SFUHelveticaCompressed;
					color:#EC1D25;
					margin-top: 8px;
					font-size:25pt;
					text-shadow: 0px 0 0 #fff, 0px 0 0 #fff, 0 0px 0 #fff, 0 0px 0 #fff, 0px 0px #fff, -1px -2px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
				}
				.tenintro span{
					font-size:35pt;
					line-height: 10px;
				}

				.tenspc1intro{
					font-family: RobotoCondensed-Bold;
					text-align:center;
					margin-bottom:20px;
					position: relative;
				}
				.tenspc1intro a{
					color: white;
					text-decoration: none;
					text-transform: uppercase;
					background: url(../img/bg1.png);
					background-size: 100% 100%;
					padding: 10px 30px;
					font-size: 15pt;
					width: 274px;
					height: 60px;
				}
				.hinhspc1intro img{
					margin: 0 auto;
					border: 6px solid #ffffff87;
					border-radius: 5px;
				}
				.do a{
					background:url(../img/bg1.png);
					background-size:100% 100%;
				}
				.bodyintro{
					margin-top:50px;
					margin-bottom: 77px;
				}
				.bodyindex{
					background: #fff;
					padding:5px 0px;
				}

				/* left */
				.ttleft{
					text-transform: uppercase;
					font-size: 16px;
					font-family: 'MuliBold';
					color: white;
					background: #1F4CA4;
					text-align: center;
					padding: 10px 0px;
					position: relative;
				}
				.ttleft:after{content:'';position: absolute;background: url(../img/after_dm.png) no-repeat;width: 18px;height: 14px;left: 0;top: 0;}
				#right-nav-navigation{
					padding:10px 0px;
				}
				#right-nav-navigation .dvngoaileft{
					margin-bottom: 15px;
					border-radius: 9px;
				}
				.conten{
					border: 1px solid #CCCCCC;
				}
				.tenmkhachhang a {
					color: #333333 !important;
					font-family: 'MuliBlack';
					font-size: 12px;
					text-decoration:none;
					text-transform:capitalize;
				}
				.tenmdichvu{
					line-height:17px;
					padding-left: 0px;
				}
				.tenmdichvu a{
					color: #333333 !important;
					font-family: 'MuliBlack';
					text-decoration:none;
					text-transform:capitalize;
					font-size: 12px;
				}
				.diachikhachhang,.motakhachhang,.motadichvu{
					font-size:10pt;
					font-family: Roboto-Regular;
					line-height: 15px;
				}
				.motakhachhang {
					margin-top:8px;
				}
				.motadichvu{
					margin-top:8px;
				}
				.hinhkhachhang img ,.hinhdichvu img{
					/* border-radius:6px; */
				}
				.dvbao{
					padding: 10px 0px;
					border-bottom: 1px solid #CCCCCC;
				}


				/* left */
				/* right */
				@media (min-width: 992px) {
					.col_4{
						width:33.33333%;
						float:left;
						padding:0px 5px;
						margin-bottom: 10px !important;
					}
					.col_4ft{
						width: 25%;
						float: left;
						position: relative;
					}
					.col_3ft{
						width: 20%;
						float: left;
						position: relative;
						margin: 0 40px;
					}
					.col_6ft{
						width: 48%;
						float: right;
						position: relative;
					}
					
					.ttft{
						font-family: RobotoCondensed-Bold;
						text-transform: uppercase;
						font-size: 16pt;
						padding-bottom: 15px;
						/* background: url(../img/kedo.png) no-repeat 0px 33px; */
					}
				}
				@media (max-width: 992px) {
					.col_4{
						width:50%;
						float:left;
						padding:0px 5px;
						margin-bottom: 10px !important;
					}
					.col_5ft{
						width: 50%;
						float: left;
						padding: 25px 0px;
						padding-left: 40px;
						position: relative;
					}
					.col_7ft{
						width:50%;
						float:left;
						position: relative;
					}
					.ttft{
						font-family: RobotoCondensed-Bold;
						text-transform: uppercase;
						font-size: 16pt;
						padding-bottom: 15px;
						
					}
					
				}
				@media (min-width: 768px) {
					.col5{
						width: 41%;
						float:left;
					}
					.col7{
						padding-left:15px;
						width: 59%;
						float: right;
					}
					.col6_right{
						width: 50%;
						float: left;
						padding: 0px 5px;
					}
					.ttft{
						font-family: RobotoCondensed-Bold;
						text-transform: uppercase;
						font-size: 18px;
						padding-bottom: 15px;
					}
					
				}
				@media (max-width: 1024px) {
					header .banner img {
						max-width: 96%;
						margin: auto;
						text-align: center;
						float: none;
						
					}
				}
				@media (max-width: 768px) {
					header .banner img {
						max-width: 96%;
						margin: auto;
						text-align: center;
						float: none;
						
					}
					.col_4{
						width:100%;
						float:left;
						padding:0px 5px;
						margin-bottom: 10px !important;
					}
					.col5{
						width:100%;
						float:left;
						margin-top: 40px;
					}
					.col7{
						padding-left:15px;
						width:100%;
						float:left;
					}
					.col6_right{
						width: 100%;
						float: left;
						padding: 0px 5px;
					}
					.col_5ft{
						width: 100%;
						float: left;
						padding: 25px 0px;
						text-align:center;
						position: relative;
					}
					.col_7ft{
						width:100%;
						float:left;
						position: relative;
					}
					.ttft{
						font-family: RobotoCondensed-Bold;
						text-transform: uppercase;
						font-size: 16pt;
						padding-bottom: 15px;
						
					}
				}
				.col7 span{
					font-family: 'MuliSemiBold';
					color: #595959;
					font-size: 13px;
				}
				.owl-hinhgt .owl-prev {
					width: 0px !important;
					height: 0px !important;
					background: none !important;
					position: absolute;
					top: calc(60% - 27px) !important;
					left: -20px !important;
				}
				.owl-hinhgt .owl-next {
					width: 0px !important;
					height: 0px !important;
					background: none !important;
					position: absolute;
					top: calc(60% - 27px) !important;
					right: -18px !important;
				}
				.colright{
					margin-top: 10px;
					background: white;
					padding: 0;
					border-radius: 5px;
				}
				.tengioithieu{
					background: url(../img/title_gt.png) no-repeat bottom left;
					padding-bottom: 10px;
					margin-bottom: 10px;
				}
				.tengioithieu a{
					font-family: 'MuliBold';
					color: #333333;
					text-transform:uppercase;
					font-size: 20px;
					text-decoration:none;
				}
				.xemthem{
					margin:10px 0px ;
					padding:10px 0px;
				}
				.xemthem a{
					color: #595959;
					border: 1px solid #1D4496;
					padding: 10px 20px;
					text-transform: uppercase;
					font-size: 14px;
					font-family: 'MuliSemiBold';
					text-decoration: none;
				}
				.ttdmc2{
					color: white;
					text-align: center;
					background: #1D4496;
					font-family: Roboto-Bold;
					text-transform: uppercase;
					margin: 5px 0px;
					font-size: 16px;
					padding: 9px 0px;
					border-radius: 5px;
				}
				.row_right{
					margin: 0px -5px;
				}

				.dvbaosp{
					background: #65C5ED;
					padding: 10px 10px;
					border-radius: 5px;	
				}
				.ndsp a,.dvtensp a {
					color:black;
					font-family: Roboto-Bold;
					text-decoration:none;
					font-size:12pt;
				}
				.dvtensp{
					text-align:center;
					padding:5px 5px;
				}
				.baitieptheo span{
					font-family: Roboto-Regular;
					color:black;
				}
				.baitieptheo a{
					font-family: Roboto-Regular;
					text-decoration: none;
					background: url(../img/menu-right-over.png) no-repeat 2px 5px;
					color: black;
					padding-left: 18px;
				}
				.ndsp{
					margin-top: 7px;
					margin-bottom: 3px;	
				}
				.dvhsp img{
					width:100%;
				}
				.row_right2{
					background:#65C5ED;
					padding: 10px 5px;
					border-radius: 5px;
				}
				.col4_right{
					width:33.33333%;
					float:left;
					padding: 0px 5px;
				}
				/* right */
				/* duoi */
				.dv_5{
					width:50%;
					float:left;
					padding:0px 5px;
				}
				.row_5{
					margin:0px -5px;
				}

				.row_4{
					background: white;
					padding: 10px 5px;
					margin: 0px 0px;
					margin-bottom: 20px;
				}

				.ttbody2{
					color:white;
					text-transform:uppercase;
					font-family: Roboto-Bold;
					font-size:15pt;
					padding: 6px 0px;
				}
				.ttbody2 span{
					background:#1D4496;
					padding: 8px 20px;
					border-top-left-radius: 6px;
					border-top-right-radius: 6px;
				}
				.dvndthicongxaydung a{
					color:#444444;
					font-family: Roboto-Bold;
					font-size:11pt;
					text-decoration:none;
				}
				.dvndthicongxaydung span{
					font-family: Roboto-Regular;
				}
				.dvhinhthicongxaydung img{
					width:100%;
					border-radius:6px;
				}
				.motathicongxaydung{
					line-height: 15px;
					margin: 5px 0px;
				}
				/* duoi */


				/* footer */
				.copp{
					background: #005CA3;
					color:white;
					padding:10px 0px;
					font-size: 13px;
				}


				#content-footer p{
					color:white !important;
				}

				.dbft .video-wrapper {
					position: relative;
					height: 0;
				}
				/* footer */
				.tentintuc_khac a{
					color:red;
					text-decoration:none;
				}
				.hinhtintuc_khac{
					border:2px solid #CCCCCC;
					padding:1px ;
				}
				.hinhtintuc_khac:hover{
					border:2px solid #ff0000;
				}
				.hinhtintucimg{
					width:100%;
				}
				.hinhtintuc{
					border:2px solid #CCCCCC;
					padding:1px ;
				}
				.hinhtintuc:hover{
					border:2px solid #ff0000;
				}
				.tentintuc ,.tentintuc_khac{
					min-height: 115px;
					padding: 3px;
				}

				.owl-dmcap1 .owl-prev {
					width: 0px !important;
					height: 0px !important;
					background: none !important;
					position: absolute;
					top: calc(60% - 27px) !important;
					left: -20px !important;
				}
				.owl-dmcap1 .owl-next {
					width: 0px !important;
					height: 0px !important;
					background: none !important;
					position: absolute;
					top: calc(60% - 27px) !important;
					right: -18px !important;
				}
				.wrap-yh1{
					width:370px;
					position:fixed;
					top: 50px;
					right: -322px;
					transition:right 1s;
					-webkit-transition:right 1s;
					-moz-transition:right 1s;
					z-index:9999999999999999999;
				}
				.wrap-yh1:hover{
					right:0px;z-index:9999999999999999999;
				}
				.yh-tit{ 
					width:48px; float:left;    margin-top: -3px;
				}
				.yh-box1{ 
					width:322px; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; background:#F48485; min-height:194px; padding:10px;
				}
				.yh-li{ 
					margin-bottom:5px; font-size:16px; font-weight:bold;
				}
				.yh-li img{
					vertical-align:middle;
				}
				.wrap-yh{width: 320px;position:fixed;top: 245px;right: -272px;transition:right 1s;-webkit-transition:right 1s;-moz-transition:right 1s;z-index:9999999999999999999;}
				.wrap-yh:hover{right: 0px;z-index:9999999999999999999;}
				.yh-tit{width: 48px;float:left;margin-top: -3px;}
				.yh-box{width: 272px;float:left;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#FFF;min-height:194px;padding:10px;}
				.yh-li{ margin-bottom:5px; font-size:16px; font-weight:bold;}
				.yh-li img{ vertical-align:middle;}

				.inputx input{
					margin: 5px 0px;
					
				}
				.btnxoa{
					background: #EC1D24;
					border: none;
					color: white;
					padding: 4px 20px;
					border-radius: 5px;
				}
				.btngui{
					background: #1F4CA4;
					border: none;
					color: white;
					padding: 4px 20px;
					border-radius: 5px;
				}

				#list_mobie {
					padding: 10px 0px;
					background: #0c3e71;
					position: fixed;
					bottom: 0px;
					left: 0px;
					width: 100%;
					z-index: 9999;
					box-sizing: border-box;
					text-align: center;
					text-shadow: none;
				}
				.bottom_call {
					background: #00a651;
					position: fixed;
					width: 100%;
					bottom: 0px;
					left: 0px;
					z-index: 9999;
				}
				#list_mobie span.goidien_mobie {
					padding-left: 25px;
					background: url(../img/goidien.png) left center no-repeat;
					background-size: auto 100%;
					line-height: 20px;
					display: inline-block;
					padding-right: 25px;
					
				}
				#list_mobie span.sms_mobie {
					padding-left: 35px;
					background: url(../img/tuvan.png) left center no-repeat;
					background-size: auto 100%;
					line-height: 20px;
					display: inline-block;
					padding-right: 10px;
				}
				#list_mobie span a {
					color: #fff;
					margin-right: 10px;
				}
				#list_mobie span.lienhe_mobie {
					padding-left: 25px;
					background: url(../img/chiduong.png) left center no-repeat;
					background-size: auto 100%;
					line-height: 20px;
					display: inline-block;
				}
				@-moz-keyframes blinker {  
					0% { opacity: 1.0; }
					50% { opacity: 0.0; }
					100% { opacity: 1.0; }
				}
				@-webkit-keyframes blinker {  
					0% { opacity: 1.0; }
					50% { opacity: 0.0; }
					100% { opacity: 1.0; }
				}
				@keyframes blinker {  
					0% { opacity: 1.0; }
					50% { opacity: 0.0; }
					100% { opacity: 1.0; }
				}
				.goidien_mobie {
					-webkit-animation-name: blinker;
					-webkit-animation-duration: 1s;
					-webkit-animation-timing-function: linear;
					-webkit-animation-iteration-count: infinite;
					-moz-animation-name: blinker;
					-moz-animation-duration: 1s;
					-moz-animation-timing-function: linear;
					-moz-animation-iteration-count: infinite;
					animation-name: blinker;
					animation-duration: 1s;
					animation-timing-function: linear;
					animation-iteration-count: infinite;
				}
				.dvbaologovatenct{
					text-align: center;
					width: fit-content;
					margin: 0 auto;   
				}
				.logointro{
					float: left;
					margin-left: -10px;
					padding-right: 36px;
					margin-top: 16px; 
					}.news-content img{
						width:100%;
						height: auto;
					}