/* CSS Document */
@import url('nivo-slider.css');
*{ margin:0; padding:0;}
body{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;  text-align:center}
div{ margin:0; padding:0}
img { border:none}
ul ,li{ list-style:none}
a { text-decoration:none; color:black }
a:hover {
	text-decoration: none !important;
	color: #23527c;
}
.clear{ clear:both}
input.button{  padding:4px 15px 4px 15px !important; background:#f7941d; color:white; font-weight:bold; cursor:pointer; border:none} 
#content .left-content{margin-bottom: 40px;}
.icon_mxh{position: relative;display: flex;justify-content: space-evenly;padding: 10px 0px}
.icon_mxh a{display: inline-block;}
.icon_mxh img{max-height: 50px;}
.box-shadown{-moz-box-shadow: 0 0 3px 3px #afafaf;
-webkit-box-shadow: 0 0 3px 3px #afafaf;
box-shadow: 0 0 3px 3px #afafaf;width:980px; margin:auto; position:relative;}
/******************* Header ********************************/

#frmSearch p label{ margin-right:25px}
#header #frmSearch #keyword{ width:250px; margin:0px 0px 0 0; height:22px; background:#FFF; color:#000; padding-left:5px}
#header #frmSearch #submit{  border:none; cursor:pointer;width:auto; }
/********************** Slide***********************/
.slideHome{ overflow:hidden; height:180px;width:100%; }
.slideHome ul{width:2000px; overflow:hidden}
.slideHome li{ overflow:hidden; float:left; margin-right:18px;width:255px; height:180px; text-align:center}
.slideHome li img{webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;width:250px; height:175px; }
/*****************************  Content ************************************************/
#content{overflow:hidden; padding:0;text-align:left; padding:0px 0 0 0; background:#FFF; margin:auto; }
.regis_menu_top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.btn-user-option {
	font-size: 18px;
	padding: 2px 4px;
	position: absolute;
	right: 10px; top: 6px;
	cursor: pointer;
	display: none;
}
.menuTop .btn-user-option {
	position: relative;
	top: 12 px;
	float: right;
}

.form-search {
	padding: 4px;
}
.form-search .btn-search {
	width: 36px; height: 36px;
	border: none;
	background-image: url(../images/ico-search.png);
	background-size: 36px 36px;
}
.form-search .txt-keyword,
.form-search select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 36px;
	padding-left: 15px;
	width: 100%;
}
.form-search .txt-keyword {
	
}
.form-search select {
	width: 30%;
	background-color: #fff;
}


.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 160px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}

/********************************** Left *******************************/

dl  {width: 100%; overflow:hidden; text-align:left}

dt{ border-bottom:1px dashed #90cadc; padding:3px 0 3px 0; text-align:center}
dt a, p.category a {color: white;}
dd { display:none}
dd.active{ display:block}
dd a {color: black;}
dd ul li{ background:url(../images/bg-li.png) center no-repeat; line-height:26px; padding:2px 0 2px 35px; margin-bottom:1px}
dd ul li a{ color:#000}
ul#category{margin:0px 0 0px 0px; background:#FFF}
ul#category li{padding:0px 0 1px 0px;text-align:left; margin-bottom:0px; line-height:30px; font-weight:normal; text-indent:12px; font-size: 15px; position: relative;    border-bottom: 1px solid #ebebeb;}
ul#category li:last-child{ border-bottom:none}
ul#category li a{ text-transform:none; font-weight:normal; color:#000;}
ul#category li i.fa { font-size: 17px; margin-right: 10px; }
ul#category li a:hover,ul#category li a.active{}
ul#category li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	display: none;
	z-index: 999;
}
ul#category li:hover ul { display: block; }

ul#category li ul li{
	background: #eee;
	display: block;
	float: none;
	text-indent: initial;
}
ul#category li li a{
	text-transform: none;
	display: block;
	padding: 1px 12px;
	white-space: nowrap;
}

/***************************  News *******************************/
.otherNews{ overflow:hidden; margin-bottom: 30px;}
.otherNews p{ line-height:20px; margin:10px 0 0 0; background:url(../images/icon/icon-list-news.png) left center no-repeat; padding-left:20px}
/*************************** RIGHT ********************************/
.right-content{ overflow:hidden; width:19%; float:right; border-left:1px solid #CCC; padding-left:5px}
.block-right{ overflow:hidden; text-align:center; margin-bottom:10px}
.block-right img{max-width:190px; margin:10px 0 10px 0;}
.block-right .news{ overflow:hidden; text-align:justify; line-height:22px; margin:5px 2px 5px 0}
.block-right .news img{ float:left; margin:0 5px 0 0 !important}
.block-right marquee{ margin-bottom:15px; text-align:center}
/**************** Main -content****************/
.main-content{overflow:hidden; float:left; margin:0px 0px 0 8px;padding:0px 0px 0 2px;width:79%; text-align:left; margin:0 auto;}
#content .main-content p.top{height:17px; background:url(../images/bg-top-block-2.png) center}
#content .main-content .middel{background:url(../images/bg-middel-block-22.png)1px top repeat-y; overflow:hidden; }

#content .main-content p.bottom{height:17px; background:url(../images/bg-bottom-block-2.png) center}
.main-content .block-home{overflow:hidden;width:656px; margin:5px 0 15px 0}
.main-content .block-home p.top{ height:15px; background:url(../images/bg-top-blck-content.png) top center no-repeat}
.main-content .block-home p.bottom{ height:15px; background:url(../images/bg-bottom-blk-content.png) bottom center no-repeat; }
.main-content .block-home .middel{ overflow:hidden; background:url(../images/bg-midel-blk-content.png) center repeat-y; padding:0 5px 10px 10px; line-height:25px !important}
.main-content .block-home p.read-more{ float:right; margin:5px 5px 0 0}
.main-content .block-home p.read-more a{color:#2995a4; }


/****************************** User ******************************/
#frmLogin{ margin: 20px auto; }
#frmLogin input{width:180px; padding:2px}
#frmLogin input.button {
	margin-bottom: 4px;
}
#frmLogin .error{ color:red; margin-left:120px}
#fldLogin{ overflow:hidden; width:400px; margin:auto; border: 1px solid #CCC; padding:10px}
#fldLogin p{ overflow:hidden; margin:10px 0 10px 0}
#fldLogin p label{ float:left;width:120px}
#fldLogin p.btn{ margin-left:120px}
/*************** Footer ****************************************************************/
#footer{ overflow:hidden;text-align:left; width:100%; margin:auto; padding:0px; clear:both;}
.footer a{ color:#fff}
.menuFooter{ overflow:hidden; height:30px; background:#570303; line-height:30px}
.menuFooter ul{ overflow:hidden; height:30px;width:100%}
.menuFooter li{ float:left; text-align:center; line-height:30px;  overflow:hidden; padding:0 32px 0 32px }
.menuFooter li:last-child{ background:none; }
.menuFooter li a{ color:white; text-transform:uppercase}
.paging{ float:right; margin:15px 120px 0 0; font-size:12px; clear:both}
.paging div{ float:left;padding:0 2px 0 2px; color:black;  display:inline; margin-left:5px }
.paging  .num{padding:8px; font-size:12px; background:url(../images/bg-page.png) center; margin-right:5px; font-weight:bold}
.paging .curent {  color:red !important;padding:5px; font-weight:bold;background:url(../images/bg-page.png) center; margin-right:5px }
.paging img{ margin:10px 0px 0 0px; }


#lbOverlay {position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer;}
#lbCenter, #lbBottomContainer {	position: absolute; z-index: 9999; overflow: hidden; background-color: #fff;}
.lbLoading {background: #fff url(../images/loading.gif) no-repeat center;}
#lbImage {position: absolute; left: 0; top: 0; border: 10px solid #fff; background-repeat: no-repeat; }
#lbPrevLink, #lbNextLink {display: block; position: absolute; top: 0; width: 50%; outline: none; }
#lbPrevLink {left: 0;}
#lbPrevLink:hover {	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink {right: 0;} 
#lbNextLink:hover {	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #fff; border-top-style: none;}
#lbCloseLink {display: block; float: right; width: 66px; height: 22px; background: transparent url(../images/closelabel.gif) no-repeat center; margin: 5px 0; outline: none; }
#lbCaption, #lbNumber {margin-right: 71px; }
#lbCaption {font-weight: bold;}	
.block-left .partner{ overflow:hidden; text-align:center}
.block-left .partner img{ margin:10px 0 10px 0}
.page-content{ overflow:hidden; margin:0 15px 0px 15px;}
.block-cate{ overflow:hidden; background:url(../images/bg-bottom-cate.png) bottom center no-repeat; padding-bottom:13px;}
.block-cate ul{ background:#edd890;margin: 0 2px 0 5px}
.block-cate ul li{ background:url(../images/icon-li.png) left center no-repeat; padding-left:25px; line-height:30px; border-bottom:1px dashed #a1702a;margin:0 5px 0 5px}
.block-cate a{ color:#773700; text-transform:uppercase}
.block-left p.news{ overflow:hidden; line-height:20px; margin:5px 5px 10px 5px; font-weight:bold}
.block-left p.news img{ float:left; margin-right:5px}


/********************************* BreadCrumd ************************************/
.breadcrumb{ height:20px; line-height:20px;}
.breadcrumb li{ float:left; color:white; font-family:Verdana, Geneva, sans-serif; font-size:11px}
.breadcrumb li a{color:white}
/************************* SLIDE ********************/

.newsHome { overflow:hidden; float:right;width:400px;}
.newsHome p{ overflow:hidden; line-height:25px; background:url(../images/icon-news.png) left center no-repeat; padding-left:20px; font-weight:bold}
.newsHome a:hover{ color:red}
.supportFooter{ overflow:hidden;  width:350px; float:left; margin-left:40px; color:#565656; line-height:20px}
.supportFooter label{width:60px; float:left; font-weight:bold}
.adsLeft{ overflow:hidden; text-align:center}
.adsLeft img{ width:210px; margin:10px 0 10px 0}

#frmSearch{ overflow:hidden; margin:0 20px 0 20px;}
#frmSearch p{ overflow:hidden; margin-bottom:10px}
#frmSearch input, #frmSearch select{width:180px; background:#b6b5b3; padding:1px; border:none; color:#e3e1e2}
#frmSearch #submit{ width:auto; float:right; padding:3px 15px 3px 15px; margin-right:23px; color:black; cursor:pointer; font-weight:bold}
.block{ overflow:hidden; border-left:2px solid #dbd5d5;; border-bottom:2px solid #dbd5d5;; border-right:2px solid #dbd5d5; padding:5px; margin:0px 0 15px 0}
.title .view-more{ float:right; margin-right:15px; color:white}

.block-ads{ overflow:hidden; text-align:center}
.block-ads img{ margin:10px 0 10px 0; max-width:230px}


.page-content .pr-detail {}
.page-content .pr-detail {}
.page-content .pr-vote { margin-top: 12px; }
.page-content .pr-vote .notify { line-height: 32px; }

div.info {width:45%;margin:10px 0 0 0px; padding-left:20px;  overflow:hidden; float:left;  position:relative;}
div.info p{  font-size:12px;  line-height:30px;}
div.info .artists{ text-transform:uppercase; font-weight:bold; color:black}
div.info .name{ text-transform:uppercase}
div.info .shopnow{ background:#b00900; color:white; font-weight:normal; padding:5px 15px 5px 15px; text-transform:uppercase;}
.info .intro{ line-height:25px}
.info .intro h3{ border-bottom:1px solid #d5d5d5}
div.info p.price{ color:red }
div.info p label{width:60px; float:left; font-weight:bold}
.detail-product h3{ float:left; font-weight:bold;font-size:14px; margin:0 0 15px 0px; padding:0 0 5px 0;  display:block; width:100%; background:none; color:black; text-transform:none; border-bottom:1px solid #d5d5d5} 

.detail-product{ margin:10px 0 15px 0; overflow:hidden; clear:both;  }
#frmWeblink select{width:200px; margin:10px 0 10px 10px}
.listAds{ overflow:hidden; text-align:center; margin:10px 0 10px 0}
.listAds a{ font-weight:bold; color:#2568ac}
.listAds img{ max-width:200px; width:auto !important;width:200px}
.block-right table{width:200px; margin: 10px auto; background:#CCC}
.block-right table tr{ background:#FFF}
.block-right table th, .block-right table td{ line-height:25px}
.block-right .news{ overflow:hidden; padding:5px}
.block-right .news  a{ color:#872603}
.productRight{ overflow:hidden; height:300px}
.productRight li{ overflow:hidden; height:150px}
.sagscroller{width: 100%; height: 550px;overflow:hidden;
position:relative; z-index:0; margin:auto
}

/***********************
| IMAGE-VERTICAL |

**********************/

.img-vertical {
	text-align: center;
	position: relative;
	white-space: nowrap;
	padding: 3px;
}
.img-vertical1 {
	text-align: center;
	position: relative;
	white-space: nowrap;
	padding: 3px;
	height: 200px;
}
.img-vertical span.helper,.img-vertical1 span.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.img-vertical img,.img-vertical1 img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	margin-left: -3px;
}

.bao_slide{
	padding: 1px;
}

.slide_right{
	float: right;
	width: 50%;
}
.menuTop{
	
	line-height:39px;
	z-index:999;
}
.menuTop .wrap-cat-menu { display: none; }
.menuTop ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
.menuTop ul li{
	float: left;
	position: relative;
}
.menuTop ul li a{
	font-size: 13px;
	font-weight: bold;
	padding: 0px 20px;
	color: #fff;
}
.menuTop ul li a i{
	font-size: 14px;
}
.menuTop ul li.active a i{
	color: #222;
}
.menuTop ul li a:hover {
	background: url(../images/bg-hover_03.png) no-repeat bottom;
	background-size: 100% 5px;
	padding-bottom: 10px;
}
.menuTop ul > li > ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 40px; left: 0px;
	z-index: 10;
	background-color: #fff;
	border: 1px solid #aaa;
	width: 100%;
	-moz-transition: visibility 0.2s, opacity 0.2s linear;
	-webkit-transition: visibility 0.2s, opacity 0.2s linear;
    transition: visibility 0.2s, opacity 0.2s linear;
}
.menuTop ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.menuTop ul > li > ul > li {
	float: none;
	border-bottom: 1px solid #aaa;
}
.menuTop ul > li > ul > li:last-child {
	border-bottom: none;
}
.menuTop ul > li > ul > li:hover {
	background-color: #eee;
}
.menuTop ul > li > ul > li > a {
	padding: 6px;
	display: block;
	width: 100%;
	line-height: 24px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.left-content .bg-title {
	margin-bottom: 0px;
	background: #bd6325;
}
.left-content h2 i
{
	font-size: 22px;
	margin-top: 4px;
	float: left;
	margin-right: 5px;
}
ul#category li ul li:hover {
    background: #bc3e4e;
}
ul#category li ul li:hover a{
	color: #FFF;
}
.slider{
	margin-bottom: 10px;
}

.about{
	width: 55%;
	float: left;
	padding: 15px 5px;
}
.map{
	width: 42%;
	float: right;
	padding: 15px 0px;
}
.search{
	height: 40px;
	border: 1px solid #dddddd;
	width: 60%;
	float: left;
}
.search i{
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0px 20px;
	border-right: 1px solid #dddddd;
}
.search input#keyword{
	height: 24px;
	width: 60%;
	margin-top: 7px;
	border: none;
	float: left;
	margin-left: 10px;
	padding-left: 5px;
}
.search input#submit{
	float: right;
	background: #3cb44b;
	color: #FFF;
	border: none;
	display: inline-block;
	line-height: 40px;
	padding: 0px 10px;
	cursor: pointer;
}
#menu_btn {
    display: none;
    cursor: pointer;
    padding: 5px 7px;
    border: 1px solid #3aaf48;
    margin-left: 10px;
    margin: 2px 0px;
}

.title-news {
    background: #bd6325;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100%;
}
.title-news p {
	/*background: url(../images/hot-news_03.png) left no-repeat;*/
	padding-left: 15px;
    color: white;
    line-height: 37px;
}
.tit {
		color: white;
    line-height: 37px;
    }

.bd ul li {
	line-height: 40px;
	padding-left: 5px;
	}
.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: none !important;
	color: #fbcd96;
	background: transparent;
}
.nav-tabs.nav-justified>li>a {
	border: none !important;
	background: transparent;
	font-size: 14px;
	line-height: 13px;
}
.nav-tabs.nav-justified>li:hover {
	background: transparent;
}
li.tab-item a:hover {
	background: transparent;
}
h5.sub-item {
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
    margin-right: 15px;
}
h5.sub-item strong{
    border-bottom: 3px solid #333;
}
.open-sub i {
	display: none;
	color: white;
	float: right;
}
.no-padding {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.tomtat {
	color: black;
}
.name {
    height: 38px;
    overflow: hidden;
}
.title p {
	height: 40px;
	line-height: 40px;
    background: #bd6325;
    color: white;
    padding-left: 15px;
}
.black {
	color: black;
	font-size: 13px;
}
.menu-footer a {
	color: #feff17;
	font-size: 13px;
	padding-left: 2px;
}
.box-sp {
	position: relative;
}
.desc {
	height: 100px;
	position: absolute;
	background: white;
	bottom: 0px;
	width: 100%;
	text-align: center;
	border-top: 7px solid orange;
	display: none;
}
.desc a {
	color: black;
}
.desc .chitiet {
	margin-top: 10px;
}
.desc .chitiet a {
	color: orange;
    border: 1px solid orange;
    padding: 3px 12px;
}
.bg-title h4, .bg-title h1 {

	font-size: 18px;
	color: white;
	padding: 10px 12px;
}
.detail a {
	background: #333;
	color: white;
	padding: 3px 10px;
}
.sapo {
	height: 60px;
	overflow: hidden;
}
@media screen and (min-width: 992px) {
	.chitiet {
		margin-top: 30px;
		text-transform: uppercase;
	}
	.tomtat {
		line-height:35px;
	}
	.tab-news .tab {
		width: 90%;
	    float: right;
	    position: absolute;
	    top: -18px;
	    right: 0;
	}
	.container{
    width: calc(100% - 5%) !important;
	}
	.nam.col-md-2 {
		width: 20% !important;
	}
}
@media screen and (min-width: 768px) {
	.mg3 {
		margin-top: 30px;
	}
	.home-content .tit {
     padding-left: 6px;
	}
	
	
}