html {
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
.listdoitac{
		float: left;
	width: 100%;
	clear: both;
	position:relative;
}
.bx-wrapper{
	margin:0 auto !important;
}
#mainsub{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	padding-top:5px;
}
#cssmenu{
	display:none;
}
.noidungx img{
	max-width:100% !important;
	height:auto !important
}
/*
@font-face {
	font-family: 'Baomoi';
	src: url('fonts/baomoi.otf') format("opentype");
}
@font-face {
	font-family: 'Futura';
	src: url('fonts/SVN-Futura-Regular.otf') format("opentype");
}
@font-face {
	font-family: 'FuturaDemiBold';
	src: url('fonts/SVN-Futura-Regular.otf') format("opentype");
}*/
.noidungx p, .noidungx span, .noidungx li{
}
body {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	background:#fff;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;  
	-webkit-transition: right .4s ease-in-out 0s;
	-moz-transition:    right .4s ease-in-out 0s;
	transition:         right .4s ease-in-out 0s;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	color: #685e52;
	
}
a:hover,
a:focus {
	color:#69453d;
}
a,
a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 600;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*img {
	max-width: 100%;
	height: auto;
} */
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
ol, ul {
	padding: 0;
}
/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto; width:100%
}
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	margin:0px;
}
h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.2rem;
}
p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
@-webkit-keyframes placeHolderShimmer {
	from {
		background-position: -468px 0
	}
	to {
		background-position: 468px 0
	}
}

@keyframes placeHolderShimmer {
	from {
		background-position: -468px 0
	}
	to {
		background-position: 468px 0
	}
}
#header{
	float:left;
	width: 100%;
	clear: both;
}
#topbar{
	float:left;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom:1px solid #f6f6f6;
	background:url(../images/maunen.jpg) no-repeat top left;
	background-size:cover !important;
 
}
.timecen{
	float:left;
	width: 100%;
	clear: both;
	position:relative;
}
.timecen ul{
	list-style:none !important;
}
.timecen ul li{
	width:100%;
	float:left;
	margin-bottom:30px;
	position:relative;
}
.timecen ul li:after{
	width:16px;
	height:16px;
	content:"";
	background:#fff;
	border:3px solid #008000;
	border-radius:100%;
	position:absolute;
	display:block;
	top:0px;
	left: 50%;
    margin-left: -8px;
	z-index:999;
}
.timecen ul li .li-left{
	width:50%;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.timecen ul li h3{
	font-weight:700;
	font-size:24px;
	margin-bottom:3px;
}
.li-right{
	color:#008000;
	font-weight:700;
	font-size:24px;
}

.timecen ul li .li-right{
	width:50%;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.lix .li-left{
	text-align:right;
}
.liy .li-right{
	text-align:right;
}
.timecen:after{
	content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 3px;
	    background: #4eae49;
	    left: 50%;
    margin-left: -2px;
}
.giaiphap-mm{
	float:left;
	width: 100%;
	clear: both;
	background:url(../images/maunen.jpg) no-repeat top left;
	background-size:cover !important;
}
.giaiphap-mm ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none !important;
}
.menugiaip li{
	display:inline-block;float:left;
}
.colgp .idichvu-text{
	padding-left:1px !important;
	padding-right:1px !important
}
.idichvu-text p{
	min-height:85px;
	text-align:justify;
}
.colgp .idichvu-text{
	padding-bottom:0px !important
}
.colgp .idichvu-link a{
	width:46%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	text-align:center;
	border:1px solid #004D92;
	color:#004D92;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.coldmain .idichvu-text h3{
	height:53px;
	overflow:hidden
}
.coldmain .idichvu-link a{
	width:96%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	text-align:center;
	border:1px solid #004D92;
	color:#004D92;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.colgp .idichvu-link a:hover{
	background:#004D92;
	color:#fff !important;
}
.idichvu-link a.gtx{
	background:#004D92;
	color:#fff !important;
}
.idichvu-link a.gtx:hover{
	background:#49A155  !important;
}
.colgp .idichvu-text h3{
	
	line-height:18px !important
}
#boxgp{
	float:left;
	width:100%;
	clear:both;
	padding-top:25px;
	padding-bottom:15px;
}
.menugiaip li a{
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	color:#fff !important;
	padding-left:27px;
	padding-right:27px;
	background:none;
	border:0px !important;
	border-radius:0px !important;
	position:relative;
}
.menugiaip li.active a{
	background:#49A155 !important
}
.menugiaip li:hover a{
	background:#49A155 !important
}
.menugiaip li a:after{
	position:absolute;
	top:14px;
	height:15px;
	width:1px;
	background:#999;
	content:"";
	z-index:;
	right:0px;
	display:block;
}
ul.socil{
	margin: 0px;
	padding: 0px;
	float: left;
}
ul.socil li{
	display: inline-block;
	float:left;
}
ul.socil li a{
	width: 26px;
	height: 26px;
	color: #fff;
	display: block;
	margin-right: 10px;
	border-radius: 100%;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	border:1px solid #fff;
	border-radius: 100%;
}
ul.socil li a:hover{
	background: #459D53
}
.lang-active{
	float: right;
	position: relative;
}
.btactive{
	float: right;
	font-size: 15px;
	color:#fff;
}
.btactive i{
	font-size: 13px;
	color: #fff;
}
.lang-active ul{
	display: none;
}
.lang-active:hover ul{
	display: block;
	position: absolute;
	top:20px;
	right: 0px;
	z-index: 10;
	background: #f5f5f5;
	padding: 10px;
	min-width: 120px;
}
.lang-active ul li{
	list-style: none !important;
	float:left;
	width: 100%;
	clear: both;
	text-align: left;
	margin-bottom: 5px;
}
.col-logo{
	padding-right: 0px
}
#nav{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 16px;
	padding-bottom: 15px;
}
.logo img{
	max-height: 50px;
}
.menupc{
	float: left;
}
ul.menupc{
	list-style: none;
	margin:0px;
	padding:0px;
	float: right;
	margin-top:5px;
}
ul.menupc li{
	display: inline-block;
	float: left;
	position: relative;
}
ul.menupc>li>a{
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	display: block;
	line-height: 40px;
	padding:0px 15px;
	font-weight: 600;
}
ul.menupc>li>a.active{
	color:#fff !important;
	background:#4eae49 !important;
	border-radius:4px;
}
ul.menupc>li:hover>a{
	color:#fff !important;
	background:#4eae49 !important;
border-radius:4px;	
}
ul.menupc li div.sub{
	position: absolute;
	left: -75%;
	top:39px;
	padding: 10px 15px;
	z-index: 9;
	background: #fff;
	border-top:1px solid #dedede;
	display: none;
}
ul.menupc>li:hover>div.sub{
	display: block;
}
div.sub h3{
	font-size:21px;
	color: #00569C;
	margin-bottom: 6px;
}
.colsub4{
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
div.sub li{
		float: left;
	width: 100%;
padding-bottom: 7px;
}
div.sub li a{
	float: left;
	width: 100%;
	white-space:nowrap;
}
.boxhotlinex{
	display: none
}
div.sub h3 a{
	font-size:18px;
	color: #004D92;
	margin-bottom: 6px;
}
div.subdv{
	min-width: 650px;
}
div.subsp{
	padding-left: 5px !important;
	padding-right: 5px !important;
	left: -580px !important;
	min-width: 1000px;
}
div.subdv ul{
	margin: 0px;
	padding: 0px;
}
div.subdv li{
	float: left;
	width: 50%;
	
}
div.subdv li a{
	font-size: 16px;
}
div.sub li:hover a{
	color: #00569C;
}	
#slider{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}
.bx-wrapper{
	margin-bottom: 0px !important
}
#slider{
	float: left;
	width: 100%;
	clear: both;
}
#doitac{
	background: #f7f7f7;
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#sanpham{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-tit{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}
.main-tit h2{
	margin:0px !important;
	font-size: 26px;
	text-transform: uppercase;
}
.listsp{
	float: left;
	width: 100%;
	clear: both;
}
.colsp{
	float: left;
}
.isanpham{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border:1px solid #00569C;
}
.isanpham-img{
		float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.isanpham-img img{
	width: 100%;
}
.isanpham-text{
	position: absolute;
	transition: all 0.3s ease;
	top:87%;
	left: 0px;
	right: 0px;
	z-index: 9;
	padding:5px 15px;
background: #00569C;
}
.isanpham-text h3{
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	padding-bottom: 8px;
	border-bottom:1px solid #019e35;
}
.isanpham-text h3 a{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.isanpham-text p{
	color: #f7f7f7;
	
	text-align: center;
}
.isanpham-img:hover .isanpham-text{
	top: 0 !important;
	bottom: 0px;
	transition: all 0.3s ease;
	padding-top: 50px;
	
}
.xemthem{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 1px;
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}
#dichvu{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom:30px;
	background: #f7f7f7;
}
.listdv{
	float: left;
	width: 100%;
	clear: both;
}
#btintuc{
	float: left;
	width: 100%;
	clear: both;
	padding-top:5px;
	padding-bottom:15px;
}
.idichvu{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.idichvu-img{
	float: left;
	width: 100%;
	overflow: hidden;
	border:1px solid #ddd
}
.idichvu-img img {
	width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.idichvu-img:hover img{
	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.idichvu-text{
	float: left;
	width: 100%;
	clear:both;
	text-align: center;
	padding-top:15px;
}
.idichvu-link{
	float: left;
	width: 100%;
	clear:both;
}

.idichvu-text h3{
	margin-bottom:12px;
}
.idichvu-text h3 a{
	font-size: 17px;
	color:#222;
	font-weight:600;
    text-transform: uppercase;
}
.lang-mb{
	display:none;
}
.cxemthem{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.cxemthem a{
	display: inline-block;
	padding: 10px 40px;
	background: rgb(0,86,156);
	background: linear-gradient(90deg, rgba(0,86,156,1) 0%, rgba(1,158,53,1) 100%);
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
}
.footer-info ul{
	margin-left: 15px;
}
#taisaochon{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
}
.chon-left{
	float: left;
	padding-right: 0px;
}
.iconbox{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
.iconbox-img{
	float: left;
	margin-right: 15px;
}
.iconbox-img img{
	max-width: 80px;
}
.iconbox-text{
	float: left;
	padding-top: 12px;
	width: calc(100% - 95px);
}
.iconbox-text h3{
	font-size: 28px;
	text-transform: capitalize;
	margin-bottom: 7px !important
}
.iconbox-text p{
	font-size: 17px;
}
.chon-center{
	float: left;
}
.chon-right{
	float:left;
	padding-left: 0px;
	padding-right: 0px;
}
.chon-right,.chon-left{
	padding-top: 40px;
}
#dangky{
		float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	background: rgb(0,86,156);
	background: linear-gradient(90deg, rgba(0,86,156,1) 0%, rgba(1,158,53,1) 100%);
}
#khachhang{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../images/bg_customer.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
#dangky h2{
	color: #fff;
}
.boxdangky{
	float:left;
	width: 100%;
	margin-top: 15px;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
.boxdangky .form-group{
	float: left;
	width: 28%;
	margin-right: 1.5%;
}
.boxdangky .btn_send{
	width: 11%;
	margin-top: 28px;
	height: 40px;
	background: #00569C;

}
.boxdangky input{
	padding: 10px 15px;
	height: 40px;
}
#khachhang h2{
	color: #fff;
}
.contentkh{
	margin-top: 15px;
	float: left;
	width: 100%;
	clear: both;
}
.contentkh .desc{
	padding: 15px 25px;
	background: #fff;
	border-radius: 8px;
	color: #111;
	text-align: left;
	font-size: 16px;
	position: relative;
}
.contentkh .desc:after{
	width: 15px; height: 15px;
	background: #fff;
	content: "";
	position: absolute;
	bottom: -8px;
	display: block;
	z-index: 9;
	  transform: rotate(45deg);

}

.contentkh .desc img{
	width: auto;
}
.khachhang-box{
	float: left;
	width: 100%;
	clear: both;

}
.khachhang-box{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-bottom:10px;
}
.khachhang-img{
	float: left;
	width: 24%;
	margin-right: 2%;
}
.item_customerxy .khachhang-img{
	float: left;
	width: 18%;
	margin-right: 2%;
}
.khachhang-img img{

}
.khachhang-text .name{
	line-height: 20px;
	margin-bottom:3px;
	font-size: 16px;
	text-transform: uppercase;
}
.ligi{
	
	margin-bottom:8px;
	font-size:14px;
	color:#666;
}
.khachhang-text .name strong{
}
.khachhang-text{
	text-align: left;
}
.star i{
	font-size: 14px;
	color: orange;
}
#hinhanh{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
.hinhanh-left{
	float: left;
	width: 32.5%;
	margin-right: 1%;
}
.hinhanh-center{
	float: left;
	width: 32.5%;
	margin-right: 1%;
}
.hinhanh-right{
	float: left;
	width: 32.5%;
	
}
.hinh{
	float:left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 11px;
}
.hinh img{
	width: 100%;
	overflow: hidden;
 -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.hinh:hover img{
	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#footer{
background:url(../images/maunen.jpg) no-repeat top left;
	background-size:cover !important;

	padding-top: 35px;
	float: left;
	width: 100%;
	clear: both;
}
.col-info{
	float: left;
}
#gioithieu .noidung p{
	line-height:24px;
}
.footer-title{
	float:left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
.footer-title h3{
	color: #fff;
	font-weight:900 !important;
}
.footer-info{
	float: left;
	width: 100%;
	color: #fff;
}
.footer-info p, .footer-info span{
	color: #fff;
}
.copy{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 30px;
	border-top:1px solid #019e35;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	text-align: center;
}
.col-info .footer-info p{
	margin-bottom: 10px !important
}
#breadcrumb{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	    background: #004D92;
	margin-bottom: 15px
}
ul.breadcrumb{
	margin-bottom: 0px;
	background: none !important;
	padding-left: 0px !important
}
.mainleft .colnewsx .newsx{
	margin-bottom:25px;
}
ul.breadcrumb li, ul.breadcrumb a{
	color: #fff;
}
.ptitle{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
.ptitle h1{
	font-size: 28px;
	text-transform: capitalize;
	font-weight:900 !important;
}
.colnewsx{
	float: left;
	width: 100%;
	clear: both;
}
.newsx{
	float: left;
	width: 100%;
	clear: both;
	
	margin-bottom: 10px;

}
.newsx-name{
	float: left;
	width: 68%;
}
.newsx-name h3{
	margin-top:0px;
	margin-bottom: 10px;
	font-weight:600;
}
.newsx-date span{
	font-size: 13.5px;
	color: #888
}
.newsx-date{
	float: left;
	width: 68%;
	margin-bottom: 10px;
}
.newsx-name h3 a{
	font-size: 20px;
	color: #222;
}
.newsx-name:hover h3 a{
	color:rgba(0,86,156,1) !important
}
.newsx-img{
	float:left;
	width: 30%;
	margin-right: 2%;
}
.chat-zalo{
	position: fixed;
    border-radius: 100%;
	left: 10px;
    bottom: 90px;
	padding:5px;
	background:#fff;
	z-index:999 !important;
}
#alo-phoneIcon{
	z-index:999 !important;
    position: fixed;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    left: 0px;
    bottom: 20px;
   background: #004D92 !important;
    padding: 8px 25px;
	padding-left:10px !important;
    color: #fff;
}
.chat-zalo img, #alo-phoneIcon img {
    display: inline-block;
    margin-right: 10px;
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    float: left;
}
.newx-detail a:hover{
	color: rgba(0,86,156,1) !important
}
.newsx-img{
	overflow: hidden;
}
.newsx-img img{
	width: 100%;
	overflow: hidden;
 -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.newsx-img:hover img{
	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.newsx-des p{
	font-size: 16px;
	margin-bottom:0px;
	color:#666;
}

.detail-right{
    float: left;
    width: 52%;
}
.detail-left{
    float: left;
    width: 45%;
    margin-right: 3%;
}
.detail-left img{
	max-width:100% !important;
	height:auto !important
}
.detail-name{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
}
.detail-name h2{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 28px;
    color: #64AF5C;
    font-weight: 500;

}
.detail-name:after{
    position: absolute;
    right: 0px;
    top: 15px;
    width: 100px;
    height: 2px;
    content: "";
    background: #666;
    display: block;
    z-index: 1;
}
.detail-list ul{
    padding-left: 15px;
}
.detail-list{
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #efefef;

}
.detail-list h3{
    font-size: 14px;
    font-weight: 400;
    
        margin-top: 15px;
    margin-bottom: 15px;
}
.detail-list h3 a{
color:#333;
font-weight: 600;
text-transform: uppercase;
}
.gia{
    color: #e02020 !important;
    text-transform: none !important;
    font-size: 20px;
    font-weight: 600 !important
}
.gia-2{
    margin-left: 0px;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 600;
    color: #666;


}
.item_zoom img{
    margin-right: 5px;
}
 .contfix{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    z-index: 100;
    font-weight: 600;
}
.detail-list p{
        
    font-weight: 500;
    
        margin-top: 15px;
    margin-bottom: 15px;
    line-height: 23px;
}
.devvn-popup-quickbuy,
.devvn-popup-quickbuy * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.devvn-popup-content:after,
.devvn-popup-prod:after {
	content: "";
	display: table;
	clear: both
}

a.devvn_buy_now {
	display: inline-block;
	overflow: hidden;
	clear: both;
	padding: 9px 20px;
	border-radius: 4px;
	font-size: 18px;
	line-height: normal;
	text-transform: capitalize;
	color: #111!important;
	text-align: left;
	background: #FED700;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FED700), to(#ffc000));
	background: -webkit-linear-gradient(top, #FED700, #ffc000);
	background: -moz-linear-gradient(top, #FED700, #ffc000);
	background: -ms-linear-gradient(top, #FED700, #ffc000);
	background: -o-linear-gradient(top, #FED700, #ffc000);
	margin: 0 0 20px;
	text-decoration: none;
	border-bottom: 0!important;
	max-width: 350px;
	width: 100%
}

a.devvn_buy_now:hover,
a.devvn_buy_now:focus {
	text-decoration: none!important;
	background: #FED700;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FED700), to(#ffc000));
	background: -webkit-linear-gradient(top, #FED700, #ffc000);
	background: -moz-linear-gradient(top, #FED700, #ffc000);
	background: -ms-linear-gradient(top, #FED700, #ffc000);
	background: -o-linear-gradient(top, #FED700, #ffc000);
	color: #fff
}

a.devvn_buy_now span {
	display: block;
	font-size: 14px;
	color: #fff !important;
	text-transform: none;
	margin: 2px 0 0
}

.devvn-popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999999999
}

.devvn-popup-inner {
	min-height: 200px;
	min-width: 300px;
	width: 750px;
	top: 50%;
	left: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background: #fff;
	overflow: hidden
}

.devvn-popup-title {
	background: #c69a39;
	background: -moz-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
	background: -webkit-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
	background: linear-gradient(to bottom, #c69a39 0%, #c19a4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a39', endColorstr='#c19a4b', GradientType=0);
	color: #fff;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	position: relative
}

.devvn-popup-title span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.devvn-popup-content {
	padding: 10px
}

.devvn-popup-close:focus {
	text-decoration: none;
	background-color: transparent
}

.devvn-popup-close {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: ease .25s all;
	-moz-transition: ease .25s all;
	-webkit-transition: ease .25s all;
	text-align: center;
	line-height: 100%;
	color: #fff;
	background: url(../images/close.png) no-repeat center center;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
	border: 0 solid transparent;
	outline: none;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	margin: auto;
	padding: 0;
	min-height: inherit
}

.devvn-popup-close:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent
}

.devvn-popup-img {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.devvn-popup-info {
	overflow: hidden;
	margin-bottom: 10px
}

.devvn-popup-quickbuy {
	display: none;
	line-height: 20px;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3125
}

span.devvn_title {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px
}

span.devvn_price {
	font-size: 16px;
	color: red;
	font-weight: 700;
	padding-bottom: 5px;
	display: block
}

span.devvn_price del {
	font-size: 12px;
	color: #ccc;
	font-weight: 400
}

span.devvn_price ins {
	text-decoration: none
}

.devvn-popup-content-left {
	width: 50%;
	float: left;
	padding-right: 10px
}

.devvn-popup-content-right {
	width: 50%;
	float: right;
	padding-left: 10px
}

.popup-customer-info-title {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 700
}

.popup-customer-info-group {
	width: 100%;
	margin-bottom: 6px
}

.popup-customer-info-item-13 {
	width: 30%;
	float: left
}

.popup-customer-info-item-23 {
	width: 70%;
	float: left
}

.popup-customer-info-group:after {
	display: block;
	content: " ";
	clear: both
}

.popup-customer-info-item-2 {
	width: 50%;
	float: left
}

.popup-customer-info-group .popup-customer-info-item-2:first-child,
.popup-customer-info-item-13 {
	padding-right: 3px
}

.popup-customer-info-group .popup-customer-info-item-2:last-child,
.popup-customer-info-item-23 {
	padding-left: 3px
}

body .popup-customer-info-group input,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	width: 100%;
	height: 26px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	background: #fff
}

body .popup-customer-info-group input:focus,
body .popup-customer-info-group select,
body .popup-customer-info-group textarea:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

form#devvn_cusstom_info {
	margin-bottom: 0
}

body .popup-customer-info-group textarea {
	height: 45px;
	min-height: inherit
}

.popup-customer-info-group .devvn-order-btn {
	width: 100%;
	height: 36px;
	background: #c69a39;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.popup-customer-info-group .error {
	border-color: red
}

.popup-customer-info-group label.error {
	display: none!important
}

.popup_loading {
	position: relative;
	opacity: .5;
	pointer-events: none
}

.popup-customer-info-group .devvn-order-btn.loading:after,
.popup_loading:after {
	-webkit-animation: devvn_spin 500ms infinite linear;
	animation: devvn_spin 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 32px;
	border-right-color: transparent!important;
	border-top-color: transparent!important;
	content: "";
	display: block;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	width: 16px
}

.popup_loading:after {
	border: 2px solid #c29a44
}

@-webkit-keyframes devvn_spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes devvn_spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.popup-customer-info-group .devvn-order-btn.loading {
	opacity: 1!important;
	position: relative;
	color: rgba(255, 255, 255, 0.05);
	pointer-events: none!important
}

.devvn_prod_variable a.contact_to_buy_ajax,
.devvn_prod_variable .single_add_to_cart_button {
	display: none!important
}

.devvn_prod_variable .quantity .screen-reader-text {
	clip: inherit;
	height: inherit;
	position: absolute!important;
	width: inherit;
	white-space: nowrap;
	top: 6px;
	left: 0;
	font-size: 14px
}

.devvn_prod_variable .quantity {
	padding-left: 84px;
	position: relative
}

.devvn_prod_variable {
	margin: 0 0 20px
}

.devvn_prod_variable .label {
	color: #333;
	font-size: 14px;
	padding-right: 10px!important
}

.devvn_prod_variable .variations td {
	padding: 0 0 10px;
	vertical-align: text-bottom;
	border: 0
}

.devvn-popup-quickbuy table.variations {
	margin: 0;
	border: 0
}

.devvn_prod_variable a.reset_variations {
	margin: 0 0 0 10px
}

.devvn_prod_variable span.price {
	color: #e03232;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px
}

.devvn_prod_variable span.price ins {
	text-decoration: none
}

.devvn_prod_variable span.price del {
	color: #ccc;
	font-weight: 400;
	font-size: 12px
}

.popup-customer-info-radio label {
	display: inline-block;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	margin: 0
}

.popup-customer-info-radio label input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.popup-customer-info-radio label span:before,
.popup-customer-info-radio label span:after {
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 1px;
	left: 0
}

.popup-customer-info-radio label span {
	padding-left: 23px
}

.popup-customer-info-radio label input:checked~span:before {
	border: 1px solid #fd7518
}

.popup-customer-info-radio label input:checked~span:after {
	background: #fd7518;
	border: 1px solid #fd7518;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 4px
}

.popup-customer-info-radio label~label {
	margin-left: 20px
}

.popup-message.success {
	background-color: #fff
}

[class*="popup-customer-info-item-3-"] {
	width: 33.333%;
	float: left
}

.popup-customer-info-item-3-13 {
	padding-right: 2px
}

.popup-customer-info-item-3-23 {
	padding-right: 2px
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li {
	padding: 0;
	margin: 0 0 5px;
	position: relative;
	text-indent: inherit
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label {
	font-weight: 400;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 23px;
	margin: 0
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:after,
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:before {
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 1px;
	left: 0
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input:checked~label:before {
	border: 1px solid #fd7518
}

.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input:checked~label:after {
	background: #fd7518;
	border: 1px solid #fd7518;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 4px
}

.popup-customer-info-item-1 {
	overflow: hidden
}

.popup_quickbuy_shipping {
	display: flex
}

.popup_quickbuy_shipping_title {
	padding-right: 10px
}

.popup-customer-info-group .devvn_quickbuy_mess label.error {
	display: block!important;
	font-weight: 400;
	color: red
}

.popup_quickbuy_total_calc {
	font-weight: 700
}

@media (max-width: 750px) {
	.devvn-popup-inner {
		width: 500px
	}
	.devvn-popup-content-left,
	.devvn-popup-content-right {
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}
	.devvn-popup-content-left.popup_quickbuy_hidden_mobile {
		display: none!important
	}
	.devvn-popup-content-left {
		margin-bottom: 20px
	}
}

@media (max-width: 500px) {
	.devvn-popup-inner {
		width: 320px
	}
}
.devvn_buy_now i{
    font-size: 36px;
    float: left;
    padding-right: 10px;
}
.devvn_buy_now{
    margin-top: 10px !important ;
    margin-bottom: 10px !important  
}
.detailtit{
    margin-bottom: 0px;
}
.detailtit h1{
    text-transform: none;
    font-weight: 500;
}
.detailtit h1 a{

}

.detail-content {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-content-title {
    float: left;
    width: 100%;
    position: relative;
}
.detail-content-title h3 {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    background-color: #873402;
    display: block;
    color: #fff;
    font-weight: 500;
   
    font-size: 18px;
    text-transform: capitalize;
    position: absolute;
    bottom: -28px;
    border-radius: 5px;
}
.detail-content-content {
    float: left;
    width: 100%;
    clear: both;
    padding: 30px 15px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
.item_zoom{
    margin-bottom: 5px;
}

.service-listx .service-box{
    margin-bottom: 30px;
}
.detail-content .nav-tabs li a{
    font-weight: 700;
    font-size: 16px;
    color: #333
}
.detail-content .nav-tabs li.active a{
    color: #b14505
}
.detail-content .tab-content{
    padding-top: 15px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.detail-sale{
    position: relative;
}
.number_sale {
    position: absolute;
    width: 40px;
    height: 30px;
    background: #e02020;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    top: 0px;
    right: 0;
}
.number_sale:before {
    position: absolute;
    content: "";
    border-bottom: 11px solid transparent;
    border-left: 20px solid #e02020;
    border-right: 11px solid transparent;
    bottom: -11px;
    left: 0;
}
.number_sale:after {
    position: absolute;
    content: "";
    border-bottom: 11px solid transparent;
    border-right: 20px solid #e02020;
    border-left: 11px solid transparent;
    bottom: -11px;
    right: 0px;
}
.posmenu{
        position: absolute;
    top: 100%;
    z-index: 100;
    display: none;
}
.detailtit h1{
    margin-top: 0px;
    color: #010e2a;
    font-size: 28px;
    font-weight:normal !important;

}
.detailtit h1 a{
    color: #010e2a;
}
.selectors .mz-thumb img{
	display:block !important
}
.detail-sale h3{
    border-top:1px solid #dedede;
    padding-top: 10px;
    margin-top: 0px !important;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
.detail-content ul.nav.nav-tabs{
    background: #f7f7f7
}
.detail-content .nav-tabs>li.active a{
    border: 0px !important;
    border-radius: 0px !important;
    background: rgba(0,86,156,1);
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}
#zoom-fig{
	border:1px solid #dedede;
}

.detailtit{
	padding-bottom: 12px;
	border-bottom: 1px dashed #dedede
}
.detailtit a{

	text-transform: capitalize;
}
.detail-list p{
	font-size: 16.5px;
}
#devvn_buy_now{
color: #fff !important;
background: #004D92 !important;
}
#devvn_buy_now:hover{
background: #004D92 !important;
}
.ikhachang{
	float: left;
	margin-right: 1%;
	width: 19%;
	margin-bottom: 12px;
}
.ikhachangfix{
		float: left;
	width: 100%;
}
.ikhachangfix.ikhachang{
	width: 15.6%;
	margin-left:1%;
	margin-right:0% !important
}
.ikhachang img{
	border:1px solid #dedede;
}
.ikhachangfix  img{
	border:1px solid #dedede;
}
.mainleft .ikhachang h3 a{
	height:44px;
	overflow:hidden;
	display: block;

}
.ikhachang h3{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	font-size:13px;
	width: 100%;
	
	text-align: center;
	text-transform: none;
}
.ikhachangfix  h3{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 13px;
	text-align: center;
	text-transform: none;
}
.noidungx ul{
	margin-left: 15px;
}
.mapframe iframe{
	height: 450px !important
}
.sidebar-wrapper .sec-title{
	margin-bottom: 12px;
	text-transform: uppercase;
	
}
.sidebar-wrapper .sec-title h3{
	font-size: 20px;
}
.sidebar-wrapper {
    float: left;
    width: 100%;
    clear: both;
}
.single-sidebar{
	float:left;
	width: 100%;
}
.sec-title h3{
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	font-size:17px;
}
ul.categories{
	padding: 10px 16px;
	background: #004d92;
	list-style: none;
	border-radius:6px;
	margin-bottom:15px;
}
.sec-title i{
	font-size: 20px;
}
ul.categories li{
	margin-bottom: 10px
}
ul.categories li a{
	font-size: 16px;
	color:#fff;
}
ul.categories li:hover a{
color:#49A155 !important
}
.dailyleft{
	float: left;
	width: 100%;
	clear: both;
}
.dailyleft ul{
	list-style: none;
}
.dailyleft ul li{
	padding-bottom: 10px;
	border-bottom:1px solid #dedede;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;
}
.dailyleft ul li img{
	float:left;
	width: 100px;
	margin-right: 10px;

}
.colha{
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5%;
	width: 19%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	overflow: hidden;
}
.colha img{
	width: 100%;
	overflow: hidden;
 -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.colha:hover img{
	webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@keyframes suntory-alo-circle-anim {
		0% {
			opacity: 0.1;
			transform: rotate(0deg) scale(0.5) skew(1deg);
		}
		30% {
			opacity: 0.5;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
		100% {
			opacity: 0.6;
			transform: rotate(0deg) scale(1) skew(1deg);
		}
	}

	@keyframes suntory-alo-circle-img-anim {
		0% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		10% {
			transform: rotate(-25deg) scale(1) skew(1deg);
		}
		20% {
			transform: rotate(25deg) scale(1) skew(1deg);
		}
		30% {
			transform: rotate(-25deg) scale(1) skew(1deg);
		}
		40% {
			transform: rotate(25deg) scale(1) skew(1deg);
		}
		50% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		100% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
	}
	@keyframes suntory-alo-circle-fill-anim {
		0% {
			opacity: 0.2;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
		50% {
			opacity: 0.2;
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		100% {
			opacity: 0.2;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
	}
	
	
.colgt-right img{
	width: 100%;
	padding: 9px;
	border:1px solid #dedede;
	background: #fff;
}
.xemthemx{
	float: left;
	margin-top: 5px;
}
.xemthemx a{
	padding: 6px 30px;
	display: inline-block;
	background: #004D92;
	color: #fff;
	border-radius: 25px;
}
.colgt-left h1{
	margin-bottom: 12px;
	color: #004D92;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
}
.bx-wrapper{
	margin:0 auto !important;
}
.mailfix{
	float: right;
	margin-right: 15px;
	padding-right: 15px;
	border-right:1px solid #dedede;
}
.mailfix a{
	color: #fff;
}
#gioithieu{
	float: left;
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f5f5f5;
	position: relative;
}
.colgt-left{
	float: left;
}
#gioithieu:after{
	position: absolute;
	top:0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 30%;
	background: #fff;
	content: "";
	display: block;
	z-index: 1;
}
#gioithieu .container{
	position: relative;
	z-index: 10;
}
#giaiphap{
	float: left;
	width: 100%;
	clear: both;
}
.tintuc-title{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	
}
.tintuc-title h2{
	float:left;
	background:#004D92;
	position:relative;
	padding:12px 15px 10px 15px;
	padding-left:5px !important;
	margin-top:-3px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	margin-left:18px;
	z-index:10;
	
}
.tintuc-title a{
	float:right;
	color:#004D92;
	margin-top:7px;
	margin-right:15px;
}
.tintuc-title h2 span{
	font-weight:200 !important;
	margin-right:15px;
}
.tintuc-title h2:before{
	width:50px;
	z-index:-1;
	height:51px;
	background:#004D92;
	display:block;
	position:absolute;
    top: -3px;
    left: -8px;
	content:"";
	 transform: rotate(45deg);

}
.tintuc-title h2:after{
	width:100px;
	z-index:-1;
	height:100px;
	background:#004D92;
	display:block;
	position:absolute;
    top: -30px;
    right: -8px;
	border-right:2px solid #fff;
	content:"";
	transform: rotate(30deg);
	
}
.tintuc-title:after{
	width:calc(100% - 60px);
	background:#f4f4f4;
	display:block;
	position:absolute;
	content:"";
	top:1px;
	right:0px;
	height:45px;
	z-index:-1;
}
.btin{
	float:left;
	width:32%;
	clear:none;
	margin-left:1.5%;
}
.newmain{
	width:32%;
	float:left;
	margin-right:1%;
	margin-top:10px;
	clear:none !important;
}
.newmain .newsx-img{
	width:100% !important;
	margin:0px !important
}
.newmain .newsx-name{
	padding-top:7px;
	width:100% !important;
}
.newmain .newsx-text{
	width:100% !important;
}
.btin .newsx-name{
	margin-bottom:7px;
}
.btin .newsx-name h3{
	line-height:20px;
	
}
.btin .newsx-name h3 a{
	font-size:16px;
	line-height:12px;
	font-weight:bold;
}
.btin .newsx-name h3{
	margin-bottom:0px;
}
.btin .newsx-name{
	overflow:hidden;
}
.btin .newsx-name h3{
 display: block;
 display: -webkit-box;
 max-width: 100%;
 height: 40px;
 margin: 0 auto;
 line-height: 19px;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.btin .newsx-des p{
	font-size:15px;
	line-height:17px;
}
.lanhdao{
	float:left;
	width:100%;
	clear:both;
	margin-top:15px;
}.lanhdao-img{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:15px;
}
.lanhdao-img img{
	border-radius:100%;
	padding:7px;
	border:1px solid #004D92
}
.item_lanhdao{
	float:left;
	width:16%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:15px;
}
.lanhdaof.item_lanhdao{
	width:21%;
}
.lanhdao4 .item_lanhdao{
	float:left;
	width:21%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:15px;
}
.lanhdao-text{
	float:left;
	width:100%;
}
.item_lanhdao .name{
	min-height:43px;
}
.lanhdao-text{
	text-align:center;
	
}
.lanhdao-text .name{
	text-transform:uppercase;
	
}