* CSS Document */
img:not([src]) {
	visibility: hidden;
  }
  /* Fixes Firefox anomaly during image load */
  @-moz-document url-prefix() {
	img:-moz-loading {
	  visibility: hidden;
	}
  }
  a{
   text-decoration:none;	
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	}
	strong{
	   text-decoration:none;	
		transition: all 0.15s ease-in-out;
		-webkit-perspective: 1000;
	}
  a:hover
  {
	  color:#1e1e1e;
	  text-decoration:none;
  }
  b, strong
  {
	  font-weight:bold;
  }
  .swiper-container
  {
	  overflow:hidden
  }
  
  .item-hover-03 .img-item-hover-03 img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
  .item-hover-03 .img-item-hover-03
  {
	  overflow:hidden;
	  background-color:#000;
  }
  .item-hover-03 .img-item-hover-031
  {
	  overflow:hidden;
  }
	.item-hover-03:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
  
  .container-small
  {
	  max-width:90%;
	  margin:auto;
  }
  
.c5
{
	clear:both;
	height:5px;
}
.c10
{
	clear:both;
	height:10px;
}
.c15
{
	clear:both;
	height:15px;
}
.c20
{
	clear:both;
	height:20px;
}
.c25
{
	clear:both;
	height:25px;
}
.c30
{
	clear:both;
	height:30px;
}
.c35
{
	clear:both;
	height:35px;
}
.c40
{
	clear:both;
	height:40px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	width: 20%;
    float: left;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.col-xs-45,
.col-sm-45,
.col-md-45,
.col-lg-45,
.col-xl-45 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	width: 80%;
    float: left;
}
.col-xs-45 {
    width: 20%;
    float: left;
}
.padding-0
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.padding-2
{
	padding-left: 2px !important;
	padding-right: 2px !important;
    margin: 0px !important;
}
.padding-6
{
	padding-left: 6px !important;
	padding-right: 6px !important;
    margin: 0px !important;
}
.padding-5
{
	padding-left: 5px !important;
	padding-right: 5px !important;
    margin: 0px !important;
}
.margin-l-5
{
	margin-left:5px;
}
.padding-l-0
{
	padding-left:0
}
.bg-f2f2f2
{
	background-color:#f2f2f2
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.pos-re
{
	position:relative;
}
.text-w
{
	color:#fff !important;
}
.margin-bot-30
{
	margin-bottom:30px;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
/*share sco*/
.top-page
{
	background-color:#1e1e1e;
}
.lang
{
	float:right;
    padding-left:10px;
	color:#fff;
	top:27px;
	position:relative;
	z-index:99;
	margin-left:20px;
	margin-right:20px;
}
.lang a
{
	display:inline-block;
	background-repeat:no-repeat;
	color:#fff;
	text-transform:uppercase;
	background-position:center center;
	line-height:none;
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
}
.langtop-vn
{
	background-image:url(/images/lang_vn.png);
}
.langtop-en
{
	background-image:url(/images/lang_en.png);
}
.lang a:hover
{
	color:#1e1e1e
}
.lang a.act-vn,.lang a.act-en
{
	font-weight:700;
	color:#1e1e1e
}
.lang a.vi
{
	background-image:url(/images/flags/vi.jpg);
}
.lang a.en
{
	background-image:url(/images/flags/en.jpg);
}
.lang a.fr
{
	background-image:url(/images/flags/fr.jpg);
}
.lang a.cn
{
	background-image:url(/images/flags/cn.jpg);
}
.lang a.es
{
	background-image:url(/images/flags/es.jpg);
}
.intro-home
{
	color:#211e1f;
	line-height:24px;
}
.header
{
	height:auto;
	transition: all 0.15s ease-in-out;
	background-color: transparent;
	z-index:99;
	width:100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top:0;
	left:0;
}
.header:before
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.37+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.37) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.37) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.37) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
content:"";
position:absolute;
z-index:0;
left:0;
width:100%;
display:none;
height:400px;
top:0
}
.hdclass-stic
{
	position:relative;
	background-color:#0d4ea3
}
.hdclass-stic:before
{
	display:none
}
.slogan
{
	color:#fff;
	line-height:40px;
	padding-left:15px;
	margin-left:15px;
	font-weight:normal;
	float:right;
	font-size:14px;
	color:#f7f54b;
	
	border-left:solid 1px #008b38;
}
.logo
{
	position:relative;
	z-index:9
}
.inner-logo
{
	position:relative;
	
}
.logo a
{
	
}
.logo img
{
    transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.slide-page
{
	position:relative;
}
.name-cat-root
{
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	width:100%;
	top:48%;
	text-align:center;
	font-weight:700;
}
.to-top
{
	visibility:visible;
	background-color:#d7d7d7;
	width:46px;
	height:46px;
	line-height:42px;
	font-size:20px;
	text-align:center;
	z-index:9999;
	-webkit-border-radius: 100px;
border-radius: 100px;
position:fixed;
right:20px;
bottom:46px;
display:block;
}
.visible
{
	visibility:visible;
}
.loader{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#fff;z-index:999999; background-image:url(/images/lib/loadding.gif); background-repeat:no-repeat; background-position:center center}
.topmenu
{
	margin:0;
	padding:0;
	color:#999;
	float:right;
	text-align:center;
	
}
.topmenu li
{
	display:inline-block;
	position:relative;
}
.topmenu li span
{
	color:#059045;
}
.topmenu li:last-child span
{
	display:none
}
.topmenu li a
{
	color:#fff;
	font-weight:500;
	font-size:15px;
	display:inline-block;
	padding-left:6px;
	padding-right:6px;
	line-height:40px;
}
.topmenu li a:hover
{
	color:#059045;
}
.topmenu li ul
{
	padding:0;
	margin:0;
	background-color:#fff;
	visibility: hidden;
    z-index: 999;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
	opacity:1;
	width: 270px;
	-moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
	box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
	position:absolute;
	top:100%;
	right:0;
}
.topmenu li ul:after {
    bottom: 100%;
    right: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.topmenu li ul li
{
	display:block;
	line-height:none;
	text-align:left;
}
.topmenu li a:hover
{
	color:#2fc072;
}
.topmenu > li > ul > li > a
{
	line-height:normal !important;
	text-transform:none;
	padding:12px 15px;
	color:#2f2f2f;
	border-bottom:solid 1px #f5f5f5;
	font-weight:normal;
	display:block;
}
.topmenu > li > ul > li > a:hover
{
	color:#2fc072
}
.topmenu > li:hover > ul {
    visibility: visible;
    opacity:1;
    transform: translate(0,0);
}
.main-nav
{
	background-color:#fff;
	position:relative;
	border-top:solid 1px #176bb3;
}
.menu {
    display: block;
	margin:0;
	padding:0;
	margin:0px;
	position:relative;
	padding-left:0px;
}
.menu > ul
{
}
.menu li {
    display:inline-block;
    position: relative;
    z-index: 100;
	vertical-align:top;
}
.menu li.li-home
{

}
.menu li.li-home a
{
	text-indent:-9999em;
	background-image:url(/images/icon/icon_home1.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:32px;
}
.menu li:first-child {
    margin-left: 0;
}
.menu > li > a {
    font-weight:500;
    text-decoration: none;
    padding: 0px 15px;
	line-height:68px;
    display: block;
    color:#534E56;
    transition: all 0.2s ease-in-out 0s;
	font-size:16px;
}
.menu > li > a
{
}
.menu > li:hover > a
{
	color:#176bb3;
}
.menu > li.active > a
{
	color:#176bb3;
}
.menu ul.sub-menu li a:hover,.menu ul.sub-menu li:hover > a {
	background-color:#f5f5f5;
	color:#1e1e1e
}
.menu ul.sub-menu {
	display:none;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    background:rgb(255,255,255,0.95);
    z-index: 99;
	opacity:1;
	width: 280px;
	-moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
	box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.6);
	text-align:left;
}
.menu ul.sub-menu:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color:#fff;
    border-width: 6px;
    margin-left: -6px;
	
}
.menu ul.sub-menu li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.menu ul.sub-menu li a {
    font-size: 15px;
    display: block;
	line-height:normal;
	padding:14px 15px;
	font-weight:500;
	text-transform:none;
	border-bottom:solid 1px #f5f5f5
	
}
.menu ul.sub-menu li a:hover{
	color:#1e1e1e
}
.menu li:hover > ul {
	display:block;
}
.menu ul.sub-menu ul {
    left: 100%;
    top: 0px;
	display:none;
    opacity: 0;
	position:absolute;
	width:260px;
	background-color:#fff;
	padding:0;
}
.menu ul.sub-menu ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #f5f5f5;
    border-width: 6px;
    margin-top: -6px;
}
.menu ul.sub-menu li:hover ul {
	display:block;
    opacity: 0.9;
}
.menu ul.sub-menu > li:hover {
	display:block;
    opacity: 1;
}
/*Mega 01*/
.menu li.li-mega
{
	position:static;
}
.sub-mega
{
	display:none;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
	opacity:1;
	width:100%;
	padding-bottom:10px;
	border:solid 5px #f5f5f5;
	padding:20px;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
}
.menu ul.sub-mega:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.sub-mega li.col-4
{
	width:33%;
}
.sub-mega li a
{
	color:#222;
}
.sub-mega li.li-hd-mega > a
{
	line-height:normal;
	font-weight:700;
	border-bottom:solid 1px #d7d7d7;
	padding:0;
	padding-bottom:10px;
	padding-top:10px;
	
}
.menu li.li-mega:hover .sub-mega
{
	display:block;
    opacity: 1;

}
.sub-mega ul
{
	margin:0;
	padding:0;
	padding-top:10px;
}
.sub-mega ul li
{
	display:block;
}
.sub-mega ul li a
{
	padding:10px 0px;
	line-height:normal;
}
.img-mega-style1
{
	position:relative;
	text-align:center;
	background-color:#000;
}
.img-mega-style1 img
{
	display:block;
	width:100%;
	opacity:0.5
}
.item-mega-style1:hover .img-mega-style1 img
{
	opacity:1
}
.name-mega-style1
{
	position:absolute;
	display:block;
	width:100%;
	font-weight:600;
	text-transform:uppercase;
	top:50%;
	margin-top:-18px;
	left:0;
	text-align:center;
}
.name-mega-style1 a
{
	background-color:#1e1e1e;
	padding:9px 25px;
	color:#fff !important;
	display:inline-block;
}
.mega-style-intro
{
	margin-top:10px;
	font-size:14px;
	line-height:22px;
	margin-bottom:5px;
}
.link-mega-style1
{
	color:#1e1e1e !important;
	font-size:14px;
	text-decoration:underline;
	display:inline-block;
	padding:0 !important;
}
/*Mega 02*/
.item-mega-style2
{
	margin-bottom:20px;
}
.name-item-mega-style2
{
	font-size:15px;
	text-transform:uppercase;
	font-weight:500;
	border-left:solid 5px #214f9d;
	display:block;
	padding-left:10px;
	color:#214f9d !important;
}
.name-item-mega-style2:hover
{
	color:#1e1e1e
}
.item-mega-style2
{
}
.item-mega-style2 .img-mega-style2
{
	overflow:hidden;
	background-color:#000;
	margin-bottom:12px;
}
.item-mega-style2 .img-mega-style2 img
{
	display:block;
	width:100%;
	opacity:0.5;
}
.item-mega-style2:hover .img-mega-style2 img
{
	opacity:1;
}
.sub-mega-lv3
{
}
.sub-mega-lv3 a
{
	display:block;
	border-bottom:solid 1px #f5f5f5;
	position:relative;
	padding-left:12px !important;
}
.sub-mega-lv3 a:hover
{
	color:#1e1e1e
}
.sub-mega-lv3 a:before
{
	position:absolute;
	left:0;
	top:12px;
	color:#1e1e1e;
	content:"\f105";
	font: normal normal normal 14px/1 FontAwesome;
}
/*Mega 03*/
.item-mega-style3
{
	margin-bottom:20px;
}
/*Mega 04*/
.name-item-news-mega-style4
{
	font-size:16px;
	
	padding-top:10px;
}
.name-item-news-mega-style4 a
{
	font-weight:600 !important;
}
.name-item-news-mega-style4 a:hover
{
	color:#1e1e1e
}
.sticky
{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:999;
	-moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
-webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
background-color:#fff;
padding-top:0;
padding-bottom:0;
}
.sticky .btn-reg
{
	margin-top:15px;
	background-color:#e12729
}
.sticky .lang
{
	top:14px;
}
.sticky .search-top
{
	
}
.sticky #header
{
	top:2px;
	
}
.sticky .count-cart
{
	background-color:#0F0;
	color:#222;
}
.sticky .logo
{
	padding-top:5px;
	padding-bottom:5px;
	
}
.sticky:before
{
	display:none
}
.sticky .frm-search-pc
{
	margin-top:4px;
}
.sticky .lang
{
	padding-top:13px;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.sticky .logo img
{
	height:40px;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.sticky .inner-logo
{
	padding-bottom:0;
}
.sticky .inner-logo:before
{
}
.sticky .menu > li > a
{
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
	line-height:60px;
}
.sticky .link-top-search
{
	margin-top:3px;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.sticky .btn-top
{
	margin-top:3px;
	transition: all 0.15s ease-in-out;
    -webkit-perspective: 1000;
}
.icon-home
{
	background-image: url(/images/icon/icon_home.png);
	text-indent: -9999em;
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 20px !important;
	padding-right: 20px !important;
	display:block;
	float:left;
	width:30px;
	height:58px;
}
.btn-search
{
	float:right;
	display:block;
	text-align:center;
	font-size:16px;
	color:#000941;
    margin-top:7px;
	padding-left:15px;
	position:relative;
	z-index:99
}
.btn-search:hover
{
	color:#1e1e1e;
}
#ModalSearch .modal-body
{
	padding:0;
	background-color:transparent;
}
.frm-search
{
	position:relative;
	width:100%;
}
.frm-search input
{
	width:100%;
	padding:8px;
	padding-bottom:8px;
	border:solid 1px #fff;
}
.frm-search .btn-submit-search
{
	display:block;
	width:40px;
	height:42px;
	background-color:#1e1e1e;
	text-align:center;
	line-height:42px;
	font-size:16px;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
}
.frm-search-pc
{
	position:relative;
	width:260px;
	overflow:hidden;
	border: none;
	background-color:#fff;
	float:right;
	margin-top:5px;
	
}
.frm-search-pc .form-select
{
	border:none;
	padding:10px;
	-webkit-border-radius: 0;
    border-radius: 0;
}
.frm-search-pc input
{
	width:100%;
	padding:10px 10px;
	background-color:#fff;
	border:none;
	border:solid 1px #f1f2f2;
	background-color:#f1f2f2;
	-webkit-border-radius: 100px;
border-radius: 100px;
	
}
.frm-search-pc input:focus{
    outline: none;
}
.frm-search-pc .btn-submit-search
{
	display:block;
	width:40px;
	height:46px;
	background-color:transparent;
	text-align:center;
	line-height:44px;
	font-size:16px;
	color:#5b5b5b;
	position:absolute;
	top:-1px;
	background-color:#f1f2f2;
	right:0;
	-webkit-border-radius: 0 100px 100px 0;
border-radius: 0 100px 100px 0;
}
/*Top page*/
.panel-top
{
	padding-top:5px;
	padding-bottom:5px;
	float:right;
}
.link-top
{
	color:#050505;
    display:inline-block;
	padding-right:10px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:45px;
	line-height:normal;
	padding-top:2px;
	padding-bottom:2px;
}
.link-top-search {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 43px;
  color: #414141;
  font-size: 20px;
  display: block;
  float: right;
  text-align: center;
  background-image: url(/images/icon-search.png);
  background-repeat: no-repeat;
  background-position: center center;
  float:right;
  padding-left:0;
  margin-top:13px;
  background-color:#fff;
  border:solid 1px #b3b3b3
}
.link-top-search:hover
{
	background-color:#1e1e1e;
	background-image: url(/images/icon-search1.png);
	border:solid 1px #1e1e1e;
}
.btn-top
{
	display:block;
	float:right;
	background-color:#1e1e1e;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 20px;
	-webkit-border-radius: 100px;
    border-radius: 100px;
	margin-left:10px;
	margin-top:13px;
}
.btn-top:hover
{
	color:#fff;
	background-color:#1e1e1e
}
.link-top span
{
	display:block;
	font-size:12px;
	font-weight: normal;
	color:#7d7d7d;
}
.link-top:hover
{
	color:#1e1e1e
}
/* Header mobile */
.header-m
{
	background-color:#fff;
	padding-bottom:5px;
}
.logo-m
{
	position:absolute;
	left:50%;
	width:160px;
	margin-left:-80px;
}
.header-m .logo-m img
{
	display:block;
	width:100%;
}
.panel-m
{
	padding-top:9px;
}
.btn-m
{
	float:right;
	border:solid 1px #1e1e1e;
}
.btn-header-m
{
	color:#fff;
	display:block;
	float:right;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin-right:10px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:26px;
	position:relative;
	margin-top:0px;
	border:solid 2px #fff;
}
.btn-header-m:hover
{
	color:#d7d7d7;
}
.btn-header-des
{
	color:#fff;
	display:block;
	float:right;
	-webkit-border-radius: 100px;
	border-radius:100px;
	margin-right:10px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	position:relative;
	margin-top:3px;
	font-size:24px;
}
.btn-header-m
{
	display:none;
	color:#050505;
	margin-top:26px;
}
.search-top
{
	display:block;
	background-image:url(/images/icon/icon_search.png);
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	float:right;
	position:relative;
	z-index:99;
	top:25px;
}
.cart-top
{
	background-image:url(/images/icon/cart_top.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	float:right;
	position:relative;
	width:30px;
	height:25px;
	z-index:99;
	top:11px;
	margin-right:15px;
}
.count-cart
{
	font-size: 14px;
	color: #fff;
	font-weight:400;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	top: -10px;
	right: -10px;
	text-align: center;
	line-height:22px;
	background-color:#000;
}
.btn-header-des:hover
{
	color:#1e1e1e
}
.footer
{
	background-color:#00508E;
	padding-top:50px;
	padding-bottom:50px;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.content-footer
{
	color:#fff;
}
.content-footer a
{
	color:#fff !important;
}
.content-footer > strong
{
	display:block;
	margin-bottom:10px;
}
.content-footer > div > strong
{
	color:#fff;
	font-weight:700;
}
.name-sc-footer
{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	padding-top:15px;
}
.copyright
{
	padding:20px;
	background-color:#0f5691;
	
	color:#FFF;
	text-align:center;
	font-size:16px;
	
}
.linksmo {
	display:block;
	position:relative;
	float:right;
}
.linksmo-top
{
	float:right;
}
.linksmo:before{
	
	
}
.linksmo > div
{
	display:block;
	margin-right:5px;
	float:left;
}
.linksmo span{
	padding-right:20px;
	display:inline-block;
	font-weight:600;
	font-size:16px;
	display:none;
}
.linksmo a {
	display:block;
	text-align:center;
	line-height:40px;
	width:40px;
	height:40px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background-color:#fff;
	
}
.linksmo a i.fa{
	width:20px;
	height:20px;
}
.linksmo a:hover{
	color:#d7d7d7 !important;
}
.linksmo a:hover i.fa{
	color:#f1b257 !important;
	border:solid 1.5px #ff;
}
.linksmo-zalo
{
	background-image: url(/images/icon/zalo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-color:transparent;
}
.linksmo .fa-facebook
{
	color:#fff
}
.linksmo .fa-youtube
{
	color:#fff
}

.linksmo-top{
	float:right;
	padding-top:5px;
}
.linksmo-top a{
	display:inline-block;
	width:26px;
	height:26px;
	text-align:center;
	line-height:25px;
	color:#fff;	
	-webkit-border-radius:100px;
	border-radius:100px;
	margin-right:3px;
	font-size:14px;
	margin-top:7px;
}
.linksmo-top a.fa-facebook{
	background:#0054a6;
}
.linksmo-top a.fa-twitter{
	background:#00aeef;
}
.linksmo-top a.fa-youtube{
	background:#ed1c24;
}
.linksmo-top a.fa-pinterest{
	background:#ff4800;
}
.linksmo-top a.fa-instagram{
	background:#ff4800;
}
.linksmo-top a.fa-google-plus{
	background:#9adcf8;
}
.linksmo-top a.fa-facebook:hover{
	background:#9adcf8;
}
.linksmo-top a.fa-twitter:hover{
	background:#9adcf8;
}
.linksmo-top a.fa-youtube:hover{
	background:#ed1c24;
}
.linksmo-top a.fa-pinterest:hover{
	background:#9adcf8;
}
.linksmo-top a.fa-google-plus:hover{
	background:#9adcf8;
}
.linksmo a.face
{
	color:#fff !important;
	background-color:#007fff
}
.linksmo a.youtube
{
	background-color:#ff0000;
	color:#fff;
}
.linksmo a.twitter
{
	background-color:#00cdff;
	color:#fff;
}
.linksmo a.instagram
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffce5e+0,db34ab+53,973ad8+100 */
background: linear-gradient(135deg,  rgba(255,206,94,1) 0%,rgba(219,52,171,1) 53%,rgba(151,58,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color:#fff;
}
.linksmo a.tiktok
{
	background-image: url(/images/tik.png);
	background-repeat:no-repeat;
	background-position:center center
}


.title-footer
{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#fff;
}
.title-footer a
{
	color:#fff;
}
.title-footer a:hover
{
	color:#fff;
}
.title-item-content-footer
{
	font-weight:700;
	margin-bottom:5px;
	font-size:16px;
}
.title-item-content-footer .fa
{
	color:#1e1e1e;
}
.item-content-footer
{
	margin-bottom:8px;
}
.line-footer
{
	background-color:#d7d7d7;
	height:3px;
	width:40px;
	margin-top:10px;
	margin-bottom:15px;
	display:block;
	display:none
}
.content-footer
{
	line-height:22px;
}
.mnu-footer
{
}
.box-menu
{
	width:50%;
	float:left;
	margin-bottom:15px;
}
.menufooter{
	margin:0px;
	padding:0;
	
}
.menufooter li{
	list-style:none;
	padding-bottom:15px;
	position:relative;
	padding-left:15px;
}
.menufooter li:before{
	width:6px;
	height:6px;
	background-color:#fff;
	position:absolute;
	left:0;
	top:6px;
	content:"";
	-webkit-border-radius: 100px;
    border-radius: 100px;
	
	
}
.menufooter li i.fa{
	display:none;
}
.menufooter li a{
	color:#fff;
	font-size:16px;
	line-height:16px;
	display:block;
	
}
.menufooter li a:hover{
	color:#fff;	
}
.crumb
{
	background-color:#f9f9f9;
	padding-top:10px;
	padding-bottom:10px;
	color:#999;
	border-top: solid 1px #f0f0e9;
}
.crumb a
{
	color:#58595b;
	font-size:13px;
}
.crumb i.fa
{
	padding-left:5px;
	padding-right:5px;
}
.crumb a:hover
{
	color:#1e1e1e;
}
.crumb a:first-child
{
}
/*page child*/
.page-name
{
	font-size:48px;
	font-weight:700;
	color:#0d4ea3;
	position:relative;
	line-height:50px;
}
.page-name a
{
	color:#0d4ea3;
}
.page-name a:hover
{
	color:#1e1e1e;
}
.intro-cat
{
	padding-bottom:10px;
	padding-top:15px;
}
.intro-cat h2
{
	font-weight:700;
	font-size:20px;
	color:#1e1e1e
}
.intro-cat h3
{
	font-weight:700;
	font-size:16px;
	color:#1e1e1e
}
.subtab
{
	padding:0;
	margin:0;
	text-align:center;
}
.subtab ul
{
	margin:0;
	padding:0;
	
}
.subtab li
{
	display:inline-block;
	margin-bottom:10px;
}
.subtab li a
{
	display:block;
	color:#4a4a4a;
	padding:14px 20px;
	font-size:18px;
	margin-right:15px;
	font-weight:600;
	border:solid 1px #c8c8c8;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.subtab li a:hover,.subtab li a.act
{
	color:#fff;
	background-color:#214f9d;
	border:solid 1px #214f9d;
}
/*menu left*/
.box-menu-left
{
	margin-bottom:20px;
	overflow:hidden;
}
.title-menu-left
{
	border-bottom:solid 1px #d4d4d4
}
.title-menu-left a
{
	color:#1e1e1e;
	display:block;
	padding:0px;
	font-weight:700;
	font-size:28px;
	display:inline-block;
	border-bottom:solid 1px #2d2c2c;
	padding-bottom:10px;
	margin-bottom:-1px;
}
.title-menu-left a:hover
{
	color:#d4d4d4
}
.menuleft
{
	
	border-top:none;
	padding:0;
	margin:0;
	background-color:#0d4ea3;
	padding:5px 0px;
}
.menuleft > li
{
	display:block;
	position:relative;
}
.menuleft > li:before
{
	width:5px;
	height:5px;
	background-color:#0d4ea3;
	content:"";
	position:absolute;
	left:0;
	top:15px;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.menuleft > li a
{
	color:#fff;
	display:block;
	font-weight:600;
	border-bottom:solid 1px #3d85e3
}
.menuleft li:last-child a
{
	border-bottom:none;
}
.menuleft > li span
{
	display:block;
	padding:10px 15px;
}
.menuleft > li span .fa
{
	display:none
}
.menuleft > li a:hover
{
	color:#f8e380
}
.menuleft > li.active > a
{
	font-weight:700;
	color:#f8e380;
}
.menulv3
{
	padding:0;
	margin:0;
	display:none;
	background-color:#3d85e3
}
.menulv3 li
{
	display:block;
}
.menulv3 li a
{
	display:block;
	font-weight:normal;
	font-size:15px;
	border-bottom: solid 1px #498ee7;
}
.menulv3 li.active a
{
	color:#f8e380;
	font-weight:700;
}
.menulv3 li a:hover
{
	color:#f8e380;
}
.menulv3 li a span
{
	display:block;
	padding:10px 20px;
}
.menuleft > li.active .menulv3
{
	display:block;
}

.menulv4
{
	padding:0;
	background-color:#fff;
	display:none;
	border-left:solid 1px #f2f2f2;
	border-right:solid 1px #f2f2f2
}
.menulv3 > li.active .menulv4
{
	display:block;
}
.menulv4 li a
{
	color:#666 !important;
	padding:10px 20px;
	font-weight:normal !important;
	border-bottom:solid 1px #f2f2f2 !important;
}
.menulv4 > li.active a
{
	font-weight:700 !important;
}
/*Deatil*/
.news-detail-name
{
	font-size:40px;
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-weight:600;
	color:#1e1e1e;
}
.intro-detail
{
	line-height:22px;
	margin-top:15px;
	margin-bottom:20px;
	font-weight:700;
}
.createdate
{
	color:#666;
}
.content-detail
{
}
.content-detail table
{
	width:100% !important
}
.content-detail blockquote
{
	-webkit-border-radius: 6px;
    border-radius: 6px;
	border-left:solid 2px #F00;
	padding:20px;
	-webkit-box-shadow: 0px 0px 14px 3px rgba(227,223,223,1);
	-moz-box-shadow: 0px 0px 14px 3px rgba(227,223,223,1);
	box-shadow: 0px 0px 14px 3px rgba(227,223,223,1);
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width:100%;
	background-color:#f2f2f2;
}
.content-detail img
{
	display:block;
	margin:auto;
	max-width:100% !important;
	height:auto !important;
}
.content-detail iframe
{
	width:100%;
}
.content-detail h2
{
	font-size:24px !important;
	font-weight:bold !important;
	color:#1e1e1e;
	margin-top:15px;
	margin-bottom:10px;
}
.content-detail h3
{
	font-size:18px !important;
	font-weight:bold !important;
	margin-top:15px;
	margin-bottom:10px;
	color:#1e1e1e;
}
.content-detail em
{
	font-size:14px;
}
.content-detail img
{
	margin-top:15px;
	margin-bottom:10px;
}
.content-detail h4
{
	font-size:16px !important;
	font-weight:bold !important;
}
.box-col
{
	margin-bottom:20px;
}
.hd-box-col
{
	border-bottom:solid 1px #d4d4d4;
	margin-bottom:15px;
}
.hd-box-form
{
	margin-left:20px;
	margin-right:20px;
	padding-top:25px;
}
.hd-box-col a
{
	color: #1e1e1e;
display: block;
padding: 0;
  padding-bottom: 0px;
font-weight: 700;
font-size: 22px;
display: inline-block;
border-bottom: solid 1px #2d2c2c;
padding-bottom: 10px;
margin-bottom: -1px;
	
}
.hd-box-form
{
	border-bottom:solid 1px #fff;
}
.hd-box-form a
{
	color:#fff !important;
	border-bottom: solid 1px #f8e380;
}
.content-box-col
{
	padding-top:5px;
}
.item-news-col
{
	overflow:hidden;
	margin-bottom:20px;
	line-height:18px !important;
}
.item-news-col img
{
	width:40%;
	float:left;
	margin-right:10px;
}
.item-news-col a
{
	color:#333333;
	font-weight:600;
	display:block;
	margin-top:-3px;
}
.item-news-col a:hover
{
	color:#1e1e1e;
}
.view-all-in-col
{
	background-color:#1e1e1e;
	display:block;
	font-weight:700;
	color:#fff;
	text-align:center;
	padding:12px 0;
}
.view-all-in-col span
{
	display:inline-block;
}
.paging
{
	text-align:center;
}
.paging .pagination
{
}
.paging .pagination a
{
	color:#222;
}
.paging .pagination a.active
{
	background-color:#2f6bac;
	color:#fff;
	font-weight:700;
}
.content-toc {
  padding: 0 0px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-bottom:20px;
}
.hd-tabl-of-content {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background-color: #f2f2f2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #666;
}
.scroll-sticky {
    position: fixed;
    height: 50px;
    margin-left: -50px;
    top: 20%;
}
.scroll-sticky .hd-tabl-of-content {
    padding: 12px 15px;
    display: inline;
	background-color:#f1592a;
	color:#fff;
}
.scroll-sticky .hd-tabl-of-content span {
    display: none;
}
.scroll-sticky .content-toc {
    margin-top: 11px;
}
#toc {
	background-color:#f5f5f5;
	padding:0;
	margin:0;
	padding:20px;
	margin-bottom:20px;
}
#toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#toc li{
	display:block;
}
#toc li.li-hdtoc {
	border-bottom:solid 1px #d7d7d7;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:700;
}
.box-tags-left
{
}
.box-tags-left a
{
	display:inline-block;
	margin-bottom:10px;
	border:solid 1px #67a286;
	padding:8px 15px;
	-webkit-border-radius: 0 20px 0 20px;
border-radius: 0 20px 0 20px;
color:#3d474d;
}
.box-tags-left a:hover
{
	color:#111;
	border:solid 1px #111;
}
.tags-detail
{
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(/images/bg_tag.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	border-bottom:solid 1px #dcdcdc;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px #dcdcdc;
}
.tags-detail a
{
	color:#3d474d;
}
.tags-detail a:hover
{
	color:#111;
}
.tags-detail span:last-child
{
	display:none
}
.box-neolink
{
	border:solid 1px #d7d7d7;
	padding:15px 20px;
	background-color:#fff;
}
.box-neolink ul
{
	padding:0;
	margin:0;
}
.box-neolink ul li
{
	display:block;
	margin-bottom:7px;
	font-weight:600	
}
.box-neolink ul li a:hover
{
	color:#673614;
	text-decoration:underline;
}
.box-neolink > ul > li > ul
{
	padding-top:10px;
	padding-left:10px;
}
.box-neolink > ul > li > ul a
{
	color:#666;
	font-style:italic !important;
}
.box-neolink > ul > li > ul a:hover
{
	text-decoration:underline !important;
	
}
.box-neolink ul li.toc3
{
    padding-left:10px !important;
}
.box-neolink ul li.toc3 a {
    font-weight: normal !important;
    font-style: italic;
    color: #666;
    font-size: 14px;
}
.title-box-neolink
{
	font-weight:700;
	font-size:16px;
	margin-bottom:15px;
	font-style:italic;
	border-bottom:solid 1px #d7d7d7;
	padding-bottom:10px;
}
.share-buttons
{
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.share-buttons a
{
	display:inline-block;
	color:#fff;
	height:33px;
	width:33px;
	text-align:center;
	line-height:32px;
	padding-top:10px;
}
.share-buttons img
{
	 display:block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  width:100%;
}
.share-buttons img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.title-more
{
	font-size:28px;
	font-weight:700;
	position:relative;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#393536;
}
.title-more span
{
	background-color:#fff;
	display:inline-block;
	position:absolute;
	bottom:-6px;
	padding-right:20px;
}
.ul-more-news
{
	margin:0;
	padding:0;
}
.ul-more-news li
{
	display:block;
	margin-bottom:10px;
}
.ul-more-news li a
{
	color:#050505;
}
.ul-more-news li a:hover
{
	color:#1e1e1e;
}
.highlight{
	background-color: #ffff00;
}    
.result-title{
	margin: 0px;
	padding: 0px
}
.result-title a{
	text-decoration: none;
	font-size: 16px;
	color: #222;
}    
.cat-path a{
	color: #999;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.cat-path a:hover{
	text-decoration:underline;
}
.cat-path
{
	font-weight:normal;
	margin-top:5px;
}
.cat-path a
{
	font-weight:normal;
}
.hd-contact
{
	background-color:#1e1e1e;
	color:#fff;
	font-size:16px;
	font-weight:700;
	padding:12px 15px;
	-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
margin:0;
}
.top-contact
{
	background-color:#fff
}
.frm-contact
{
	padding:20px;
	background-color:#ebebeb
}
.content-page-contact
{
	padding:25px 0;
}
.btn-frm
{
	padding:12px 0;
	font-weight:500;
	text-align:center;
	display:block;
	width:100%;
	outline:none !important;
	background-color:#3d85e3;
	color:#fff;
	margin:auto;
	-webkit-border-radius: 6px;
border-radius: 6px;
border:none;
font-size:16px;
}
.btn-frm:hover
{
	color:#1e1e1e;
	background-color:#fff;
}
.error
{
	border:solid 1px #d0ae45
}
.waiting
{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#999;
	opacity:0.9;
	left:0;
	top:0;
	z-index:999;
	background-image:url(/images/loading1.gif);
	background-position:center center;
	background-repeat:no-repeat;
	display:none;
}
.mes-frm
{
	margin-bottom:8px;
	color:#F00;
	font-style:italic;
	font-size:12px;
}
.map
{
}
.map iframe
{
	display:block;
	width:100%;
}
.suntory-alo-phone {background-color: transparent;cursor: pointer;height: 120px;position: fixed; transition: visibility 0.5s ease 0s;width: 180px;z-index: 200000 !important; text-align:center}
.suntory-alo-ph-circle {animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;background-color: transparent;border: 2px solid rgba(30, 30, 30, 0.4);border-radius: 100%;height: 80px;left: 5px;opacity: 0.1;position: absolute;top: 5px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 80px;}
.suntory-alo-ph-circle-fill {animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;border: 2px solid transparent;border-radius: 100%;height: 60px;left: 15px;position: absolute;top: 15px;transform-origin: 50% 50% 0;transition: all 0.5s ease 0s;width: 60px;}
.suntory-alo-ph-img-circle {border: 2px solid transparent;border-radius: 100%;height: 40px;left: 25px;opacity: 0.7;position: absolute;top: 24px;transform-origin: 50% 50% 0;width: 40px;}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {border-color: #111;opacity: 0.5;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {border-color: #999;opacity: 1;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {border-color: #999;opacity: 1;}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {background-color: rgba(0, 175, 242, 0.9);}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {background-color: #111;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {background-color: rgba(0, 175, 242, 0.9);}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {background-color: #111;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {background-color: #111;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {background-color:#F00;}
@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);}}
.suntory-alo-ph-img-circle i {animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;font-size: 20px;line-height: 40px;padding-left: 0px;color: #fff;}
@keyframes suntory-alo-ring-ring {
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);}}
#suntory-alo-phoneIcon{display: block}
.lbl-yeucau
{
	position:fixed;
	background-color:#cf9557;
	padding:5px 20px;
	font-weight:700;
	text-transform:uppercase;
	bottom:10px;
	left:10px;
	color:#fff;
	-webkit-border-radius: 50px;
border-radius: 50px;
z-index:9999
}
.modal
{
	z-index:999999;
}
.modal-title-page
{
	background-color:#1e1e1e;
	color:#fff;
	font-size:16px !important;
	font-weight:600 !important;
	text-transform:uppercase;
	padding-top:10px !important;
	padding-bottom:10px !important;
	border-radius:0 !important;
}
.mes-suc-cart
{
	text-align:center;
	padding-bottom:15px;
}
.modal-title 
{
	font-weight:600 !important;
}
.modal-title-page .close
{
	color:#fff !important;
}
.modal-content
{
	border-radius:0 !important;
}
.modal-content .form-group
{
	margin-bottom:8px !important
}
.bnt-frm
{
	display:block;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:700;
	text-align:center;
	color:#fff;
	background-color:#1e1e1e;
	text-transform:uppercase;
}
.bnt-frm:hover
{
	color:#f7c793 !important
}
.intro-frm
{
	font-size:14px;
	margin-bottom:5px;
	color:#fff;
}
.box-fanpage
{
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
.item-preview
{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px;
}
.name-item-preview
{
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
	line-height:normal
}
.name-item-preview a
{
	color:#050505;
}
.name-item-preview a:hover
{
	color:#286218
}
.intro-item-preview
{
	color:#999;
}
.intro-item-preview a
{
	color:#050505
}
.intro-item-preview a:hover
{
	color:#1e1e1e
}
.item-preview img
{
	display:block;
	width:100%;
}
.item-preview-list
{
	overflow:hidden;
}
.item-preview-list .img-hvr
{
	width:40%;
	float:left;
	margin-right:10px;
}
.inner-item-preview
{
	border:solid 1px #f5f5f5;
	padding:10px;
}
.item-preview-list .name-item-preview
{
	margin-top:0;
}
.item-preview-6
{
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.item-preview-5
{
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.item-preview-4
{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.item-preview-3
{
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.item-preview-2
{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.item-preview-1
{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.code-item-preview
{
	font-size:13px;
	color:#999;
	margin-bottom:5px;
}
.intro-item-preview
{
	font-size:14px;
	line-height:22px;
	margin-top:15px;
}
.star-review
{
	text-align:left;
}
.star
{
	background-image:url(/images/icon/star.png);
	width:75px;
	height:14px;
	background-position:0 0;
	display:inline-block;
	position:relative;
}
.review-count
{
	display:inline-block;
	float:right;
	font-size:13px;
}
.stared
{
	position:absolute;
	height:14px;
	left:0;
	background-image:url(/images/icon/star.png);
	background-position:0 14px;
}
.fav-icon
{
	position:absolute;
	top:10px;
	right:10px;
	z-index:999;
	width:17px;
	height:16px;
	background-image:url(/images/icon/icon-heart.png);
	background-position:0 0;
}
.fav-icon:hover
{
	background-position:0 16px;
}
.icon-label
{
	position:absolute;
	
	width:55px;
	height:55px;
	
	z-index:99;
}
.lbl-sale-off
{
	position:absolute;
	right:10px;
	top:10px;
	z-index:9;
	background-color:#ff7200;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	padding:2px 7px;
	font-weight:500;
	font-size:12px;
}
.icon-label-sale
{
	background-image:url(/images/icon/icon-sale.png);
	left:-3px;
	top:-3px;
	background-position:0 0;
}
.icon-label-new
{
	background-image:url(/images/icon/icon-sale.png);
	right:-3px;
	top:-3px;
	background-position:-61px 0;
}
.icon-label-hot
{
	background-image:url(/images/icon/hot.png);
}
.price-item
{
	margin-top:10px;
}
.price-item strong
{
	display:block;
	width:100%;
	font-weight:500;
	font-size:20px;
	color:#ff7200;
}
.price-item1 strong
{
	width:100%;
	float:left;
	font-weight:500;
	font-size:16px;
	color:#ff7200;
	text-align:left;
	float:none
}
.price-item del
{
	display:block;
	width:100%;
	font-size:14px;
	color:#777777;
	text-align:left; 
	background-color:transparent !important;
	
}
.btn-play
{
	position:absolute;
	background-image: url(/images/btn-play.png);
	width:39px;
	height:44px;
	z-index:9;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-20px;
}
.btn-play-home {
  position: absolute;
  background-image: url(/images/icon-play-home.png);
  width: 88px;
  height: 88px;
  z-index: 9;
  top: 50%;
  left: 50%;
  margin-left: -44px;
  margin-top: -44px;
}
/*FAQ*/
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-group .panel + .panel {
    margin-top: 0 !important;
    border-top: none !important;
    border-radius: 0 !important;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
	padding:15px;
	border:solid 1px #ddd;
	border-top:none;
}
.faq-name {
    margin: 0px;
    padding: 0px;
    color: #222;
    font-size: 14px;
    font-weight:700;
    background: url('/images/icon/faq-icon.png') no-repeat;
    padding-left: 30px;
    cursor: pointer;
    padding-bottom:00px;
}
    .faq-name:hover {
        color: #cea446;
        background: url('/images/icon/faq-active-icon.png') no-repeat;
    }
.faq-answer {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #f0f0f0;
    padding: 26px;
    line-height: 25px;
    border-radius: 5px;
    display: none;
    margin-bottom:20px;
}
    .faq-answer:after, .faq-answer:before {
        bottom: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .faq-answer:after {
        border-color: rgba(241, 241, 241, 0);
        border-bottom-color: #f1f1f1;
        border-width: 15px;
        margin-left: -15px;
    }
    .faq-answer:before {
        border-color: rgba(240, 240, 240, 0);
        border-bottom-color: #f0f0f0;
        border-width: 16px;
        margin-left: -16px;
    }
	
	
	.list-page
{
	padding-top:20px;
	padding-bottom:20px;
}
/*trang giới thiệu*/
.page-1
{
	padding-top:60px;
	padding-bottom:300px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.list-page-subcat
{
}
.title-page-11
{
	
	color:#962a26;
	font-weight:700;
	text-transform:uppercase;
	font-size:28px;
}
.title-page-12
{
	color:#050505;
	font-weight:700;
	font-size:28px;
}
.item-page
{
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
}
.item-page .col-page
{
	width:50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.item-page img
{
	display:block;
	width:100%;
}
.item-page .col-page .inner-page-col
{
	padding:30px 0;
}
.list-page .container:nth-child(2n) .item-page .col-page
{
	float:right;
}
.list-page .container:nth-child(2n) .item-page .inner-page-col
{
	padding-left:0;
}
.his
{
	background-position:center center;
	padding-top:40px;
	background-size:cover;
	padding-bottom:40px;
}
.list-his
{
	width:60%;
	margin:auto;
	margin-top:50px;
	position:relative;
}
.list-his:before
{
	height:100%;
	position:absolute;
	left:50%;
	width:1px;
	border-left: dashed 1px #fff;
	content:"";
	top:41px;
}
.list-his .item-his
{
	overflow:hidden;
	padding-right:40px;
	width:100%;
}
.title-hist
{
	font-weight:800;
	color:#050505;
	text-align:center;
	background-repeat:no-repeat;
	background-position:right center;
	font-size:28px;
	position:relative;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.title-hist a
{
	color:#050505;
}
.swiper-slide-thumb-active .title-hist a
{
	color:#1e1e1e;
	font-size:38px;
}
.title-hist:before
{
	content:"";
	width:8px;
	height:8px;
	background-color:#fff;
	right:-24px;
	content:"";
	position:absolute;
	top:50%;
	margin-top:-4px;
	-webkit-border-radius: 100px;
border-radius: 100px;
display:none;
}
.title-hist:after
{
	content:"";
	display:none;
	width:24px;
	height:1px;
	background-color:#fff;
	right:-24px;
	content:"";
	position:absolute;
	top:44px;
	margin-top:-4px;
}
.content-hist-xxxx
{
	width:50%;
	margin:auto;
	margin-top:30px;
}
.content-hist-xxxx img
{
	width:auto !important;
	display:inline-block !important
}
.image-align-center
{
	margin:auto;
	text-align:center;
	margin-bottom:15px;
}
.intro-his
{
	color:#fff;
	padding-right:100px;
	margin-top:-15px;
}
.list-his .item-his .content-hist
{
	text-align:right;
	width:50%;
	
}
.list-his .item-his:nth-child(2n)
{
	
}
.list-his .item-his:nth-child(2n) .content-hist
{
	float:right;
	padding-left:40px;
}
.list-his .item-his:nth-child(2n) .content-hist .title-hist
{
	text-align:left;
	padding-right:0;
	padding-left:100px;
	background-position:left center;
}
.list-his .item-his:nth-child(2n) .content-hist .title-hist:before
{
	content:"";
	width:8px;
	height:8px;
	background-color:#fff;
	left:-24px;
	content:"";
	position:absolute;
	top:50%;
	margin-top:-4px;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.list-his .item-his:nth-child(2n) .content-hist .title-hist:after
{
	content:"";
	width:24px;
	height:1px;
	background-color:#fff;
	left:-24px;
	content:"";
	position:absolute;
	top:44px;
	margin-top:-4px;
}
.list-his .item-his:nth-child(2n) .content-hist .intro-his
{
	padding-right:0;
	padding-left:100px;
	text-align:left;
}
.button-next-ye
{
	left:-60px;
	top:50%;
	margin-top:-24px;
}
.button-prev-ye
{
	right:-60px;
	top:50%;
	margin-top:-24px;
}
.button-next-nhansu
{
	left:-60px;
	top:35% !important;
}
.button-prev-nhansu
{
	right:-60px;
	top:35% !important;
}
.giaithuong
{
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f1f2f2
}
.giatri
{
	padding-top:50px;
	padding-bottom:50px;
}
.item-giatri
{
	text-align:center;
}
.name-item-giatri
{
	margin-top:15px;
	color:#4c4c4c;
	font-weight:600;
	font-size:20px;
	text-transform:uppercase;
}
.intro-item-giatri
{
	color:#211e1f;
	line-height:22px;
	margin-top:10px;
}
.item-giatri-100
{
	width:100%;
}
.box-filter
{
	border-bottom:none;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	overflow:hidden;
}
.hd-box-filter
{
	background-color:#1e1e1e;
	padding:12px 15px;
	position:relative;
	padding: 14px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	display:none;
}
.count-pro
{
	position:absolute;
	right:10px;
	top:13px;
	font-weight:normal;
	font-size:14px;
	text-transform:none;
	display:none;
	color:#fff;
}
.count-pro:hover
{
	color:#1e1e1e
}
.group-filter
{
	border-bottom:solid 1px #d7d7d7;
	padding:15px;
	overflow:hidden;
	padding-bottom:10px;
	padding-left:0;
	padding-right:0;
}
.title-group-filter
{
	
}
.title-group-filter a
{
	display:block;
	font-weight:600;
	text-transform:uppercase;
	font-size:16px;
	color:#050505;
	background-image:url(/images/icon/col2.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.title-group-filter a.collapsed
{
	background-image:url(/images/icon/col1.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.list-view-filter
{
	padding-top:10px;
}
.list-view-filter .item-filter
{
}
.list-view-filter .item-filter a
{
	display:block;
	background-image:url(/images/icon/un_check.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	color:#050505;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
}
.list-view-filter .item-filter a.filter-act
{
	background-image:url(/images/icon/checked.png);
	font-weight:700;
}
.list-view-filter1
{
	padding-top:10px;
}
.list-view-filter1 .item-filter
{
}
.list-view-filter1 .item-filter a
{
	display:block;
	background-image:url(/images/icon/un_check.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	color:#050505;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
}
.list-view-filter1 .item-filter a.filter-act
{
	background-image:url(/images/icon/checked.png);
	font-weight:700;
}
.list-view-filter2
{
	padding-top:10px;
}
.list-view-filter2 .item-filter
{
}
.list-view-filter2 .item-filter a
{
	color:#050505;
	line-height:16px;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	
}
.list-view-filter2 .item-filter a span
{
	display:inline-block;
	width:46px;
	height:16px;
	margin-top:0px;
	margin-right:10px;
	float:left;
	border:solid 1px #ebebeb;
}
.list-view-filter2 .item-filter a.filter-act
{
	font-weight:700;
}
.list-view-filter2 .item-filter a.filter-act span
{
	border:solid 2px #1b75bb;
}
.list-view2 .item-filter
{
	width:50%;
	float:left;
}
/*Chi tiết sản phẩm*/
.content-accordion
{
	padding:15px;
}
.content-accordion .table
{
	margin-bottom:0;
}
.accordion-product
{
	font-size:16px;
	text-transform:uppercase;
	color:#050505;
	font-weight:600
}
.content-accordion
{
}
.content-accordion table .td-title,.tg-e7aw
{
	width:30%;
	font-size:15px;
	font-weight:500;
}
.content-accordion table .td-title strong,.tg-e7aw strong
{
	font-weight:600;
}
.accordion-product.accordion-button:not(.collapsed)
{
	color:#fff;
	background-color:#1e1e1e
}
.accordion-product.accordion-button:focus {
 box-shadow:none
}
.accordion-button:not(.collapsed):after
{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.title-detail-pro
{
	font-size:26px;
	margin: 0;
	padding: 0;
	margin-bottom:8px;
	font-weight:600;
	color:#050505;
	text-transform:uppercase;
}
.top-proDetail
{
	background-color:#fff;
	padding-top:40px;
	padding-bottom:40px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
position:relative;
}
.qty-pro .input-group-btn
{
	border:solid 1px #d7d7d7;
	
}
.qty-pro .input-group-btn .btn
{
	padding:10px 12px;
}
.qty-pro .input-number
{
	padding:0px 0px !important;
	height:auto;
	border-left:none;
	border-right:none;
	text-align:center;
	font-weight:700;
}
.qty-pro .input-group
{
	width:160px;
	margin-bottom:20px;
	margin-top:10px;
}
.info-detail
{
	padding-top:0px;
}
.bot-proDetail
{
	background-color:#fff;
	padding-top:50px;
	padding-bottom:30px;
}
.box-sale
{
	background-color:#fff;
	margin-top:10px;
}
.box-sale ul
{
	margin:0;
	padding:10px 15px;
	height:132px;
	overflow:auto;
}
.box-sale ul li
{
	display:block;
	background-image:url(/images/cheked_bg.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 5px;
	margin-bottom:10px;
}
.hd-box-sale{
	background-color:#1e1e1e;
	padding:10px 15px;
	font-weight:700;
	font-size:14px;
	color:#fff;
}
.hd-box-sale span{
	display:inline-block;
	background-image:url(/images/bg_gift.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
}
.code-detail
{
	margin-top:2px;
	color:#666
}
.price-detail
{
	margin-top:10px;
	color:#050505;
}
.price-detail > div
{
	color:#050505;
	font-size:16px;
	margin-bottom:5px;
}
.price-detail strong
{
	font-size:22px;
	font-weight:bold;
	color:#F00;
	
}
.price-detail strong.sale-off
{
	font-size:18px;
}
.price-detail del
{
	color:#050505;
	padding-left:0px;
	font-weight:600;
	font-style:italic;
}
.intro-detail-pro
{
	margin-top:10px;
	margin-bottom:20px;
	border-top:solid 1px #c8c8c8;
	padding-top:25px;
}
.intro-detail-pro ul
{
	padding:0;
	margin:0;
}
.intro-detail-pro ul li
{
	display:block;
	position:relative;
	padding-left:15px;
}
.intro-detail-pro ul li:before
{
	
}
.intro-detail-pro .inner-intro-detail-pro
{
	padding:0px 0;
}
.intro-detail-pro .inner-intro-detail-pro ul
{
	margin:0;
	padding:0;
}
.intro-detail-pro .inner-intro-detail-pro ul li
{
	display:block;
	font-weight:700;
	margin-bottom:8px;
	background-image:url(/images/icon/check.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 4px;
}
.btn-add-detail
{
	display:block;
	padding:16px 0;
	text-align:center;
	color:#fff;
	background-color:#1e1e1e;
	font-size:18px;
	font-weight:700;
}
.btn-add-detail strong
{
	display:block;
	text-transform:uppercase;
}
.btn-add-detail span
{
	font-weight:normal;
	display:block;
	margin-top:0px;
	font-size:13px;
}
.btn-add-detail1
{
	background-color:#b3322e;
	margin-bottom:10px;
	color:#fff;
}
.btn-add-detail2
{
	background-color:#ff7200;
	color:#fff;
	-webkit-border-radius: 5px;
border-radius: 5px;
}
.btn-add-detail2:hover
{
	background-color:#2f6bac;
}
.btn-add-detail3
{
	background-color:#888;
	color:#282828
}
.btn-add-detail:hover
{
	color:#fff;
}
.figure-img-detail
{
	margin-bottom:15px;
	
}
.figure-img-detail img
{
	padding:5px;
	border:solid 1px #d7d7d7;
	background-color:#f5f5f5;
}
.figure-img-detail .figure-caption
{
	background-color:#fff;
	padding:6px;
}
.hd-more
{
	border-bottom:solid 3px #d7d7d7;
	font-size:22px;
	text-transform:uppercase;
	position:relative;
	font-weight:700;
	color:#050505;
	height:46px;
	margin-bottom:30px;
}
.hd-more span
{
	background-color:#fff;
	display:inline-block;
	padding-bottom:10px;
	padding-top:15px;
	position:absolute;
	left:0;
	bottom:-3px;
	border-bottom:solid 3px #222;
}
.hot-de
{
    background-color:#c8dccf;
    color:#323232;
    padding-top:10px;
    padding-bottom:10px;
    font-size:20px;
    text-transform:uppercase;
    text-align:center;
}
.hot-de a{
    color:#ff0000;
    
}
.panel-detail
{
    margin-top:20px;
    margin-bottom:20px;
}
.panel-detail .top
{
    background-color:#e4f1e9;
    -webkit-border-radius: 7px 7px 0 0;
   border-radius: 7px 7px 0 0;
   border-bottom:solid 2px #fff;
   padding:20px;
}
.panel-detail .bot{
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    border:solid 2px #c8dccf;
}
.bot .row > div
{
    text-align:center;
    font-size:15px;
    border-right:solid 2px #c8dccf;
    color:#3ab075;
}
.bot .row>div:last-child
{
    border-right:none;
}
.bot .row>div div
{
    padding-top:10px;
    padding-bottom:10px;
}
.content-sale
{
    padding-top:15px;
    color:#222;
    line-height:22px;
}
.btnaddtocart
{
    display:block;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    font-weight:700;
    background:#ff6d01;
    width:100%;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.btn-add-detail strong
{
	display:inline-block;
	background-image:url(../images/bg_cart1.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:35px;
	line-height:27px;
}
.btnaddtocart:hover
{
    color:#f5f5f5;
}
.panel-detail .spinBox
{
    width:100%;
}
.panel-detail .spinBox input
{
    width:100%;
}
.title-sl
{
    font-size:15px;
    padding-top:10px;
    font-weight:700;
    text-align:right;
}
.box-img-detail
{
}
.box-img-detail img
{
	display:block;
	width:100%;
}
.inner-box-img-detail
{
}
.box-khuyenmai
{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dc1019+0,ad1739+52,7e1e5a+76,7e1e5a+100 */
background: rgb(220,16,25); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(220,16,25,1) 0%, rgba(173,23,57,1) 52%, rgba(126,30,90,1) 76%, rgba(126,30,90,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(220,16,25,1) 0%,rgba(173,23,57,1) 52%,rgba(126,30,90,1) 76%,rgba(126,30,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(220,16,25,1) 0%,rgba(173,23,57,1) 52%,rgba(126,30,90,1) 76%,rgba(126,30,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1019', endColorstr='#7e1e5a',GradientType=1 ); /* IE6-9 */
padding:20px;
text-align:center;
}
.intro-detail-pro
{
}
.box-khuyenmai
{
	margin-top:10px;
}
.title-box-khuyenmai
{
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:0px;
}
.intro-box-khuyenmai
{
	font-weight:700;
	color:#ffff52;
}
.intro-box-khuyenmai1
{
	color:#fff;
	text-align:center;
	padding-top:8px;
	font-size:14xp
}
.box-btn
{
	margin-top:15px;
}
.box-btn a
{
	background-color:#0d4ea3;
	padding:12px 0;
	text-align:center;
	text-align:center;
	color:#fff;
	font-size:14px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.box-btn a strong
{
	display:block;
	color:#fff;
	font-size:18px;
	margin-top:5px;
	text-transform:uppercase;
}
.box-btn a:fisrt-child
{
	margin-right:5px;
}
.box-btn a:last-child
{
	margin-left:5px;
	background-color:#f8e380;
	color:#222 !important;
}
.item-btn-zalo strong {
  display: inline-block !important;
  background-image: url(../images/bg_btn_zalo.png);
  background-repeat: no-repeat;
  padding-left: 34px;
  line-height: 28px;
  background-position: left center;
  color:#222 !important;
}
.xxx-btn
{
	margin-top:10px;
}
.hd-attrs
{
	background-color:#1e1e1e;
	padding:14px 10px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
.attrs
{
	color:#fff;
	padding-top:15px;
}
.attr-item
{
	overflow:hidden;
	margin-bottom:0px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:14px;
	color:#050505;
	border-bottom:solid 1px #f5f5f5;
}
.attr-item:before
{
	position:absolute;
	width:6px;
	height:6px;
	left:0;
	top:11px;
	background-color:#00acee;
	-webkit-border-radius: 100px;
border-radius: 100px;
}
.attrs .attr-item:nth-child(even) {
 
}
.attr-name
{
	font-weight:normal;
	padding-left:0px;
	width:40%;
	float:left;
}
.attr-value
{
	width:60%;
	float:left;
	font-weight:700;
}
.attr-value strong
{
}
.attr-item span
{
	
}
.title-page
{
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}
.product-orther
{
	padding-top:60px;
	padding-bottom:60px;
	background-color:#f2f2f2
}
.item-pro-orther
{
	background-color:transparent
}
.modal-header-page
{
	background-color:#1e1e1e;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
}
.fadein {
    opacity:0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*Cart*/
.item-cart {
	font-size: 14px;
	border-bottom:solid 1px #d7d7d7;
	padding-bottom:10px;
	margin-bottom:10px;
}
#giohang_row .item-cart:last-child
{
	margin-bottom:0;
}
.mdcart-title
{
	font-weight:700;
	margin-bottom:10px;
}
.mdcart-title span
{
	font-size:20px;
	color:#F00;
	font-family:Verdana, Geneva, sans-serif
}
.hd-cart {
	padding: 15px 10px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	background-color:#1e1e1e;
	text-align:center;
	color:#fff;
}
.cart-title-number {
	width: 40px;
	height: 40px;
	margin-bottom: -2px;
	float: left;
	background:#1e1e1e;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	color: #FFF;
	font-size: 20px;
	font-family:UTM-A, Tahoma, Geneva, sans-serif;
}
.cart-title {
	margin-left: 25px;
	padding-left: 25px;
}
.cart-title-name {
	line-height: 40px;
	FONT-SIZE: 30px;
	margin: 0px;
	color:#1e1e1e;
	padding: 0px;
	font-weight: normal;
	font-family:UTM-A, Tahoma, Geneva, sans-serif;
}
.member-regis-title {
	font-size: 24px;
	color: #e74847;
}
.btn_red_bg {
	color: #FFF;
	font-size: 18px;
	padding: 7px 50px;
	border-radius: 5px;
	text-decoration: none;
	float: left;
	border: none;
	background: url(/images/cart-submit-bg.png) repeat-x;
}
.cart-image img {
	display: block;
	margin-right: 10px;
}
.giamgia-zone {
	border: solid 1px #DDD;
	padding: 10px;
	padding-top: 0px;
	background: #EFEFEF;
	border-radius: 3px;
}
.giamgia-zone label {
	line-height: 26px;
}
.giamgia-zone input {
	height: 26px;
	padding-left: 3px;
	color: #0000FF;
	font-weight: bold;
	font-size: 16px;
}
.total-payment {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	background-color:#f5f5f5;
	text-align:right;
	padding:15px;
}
.total-payment span {
	color: #d5a34c;
	font-size: 18px;
}
.line-frm {
	line-height: 30px;
}
.line-frm input {
	height: 30px;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 3px;
}
.cart-name {
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.quantity {
  padding-top: 0;
  width: 65%;
  margin: auto;
}
.quantity > div {
  display: inline-block;
}
.txt-quantity {
  text-align: center;
  width: 40px;
  padding: 6px;
  border: solid 1px #d7d7d7;
  font-weight: 700;
}
.quantity > div a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #313131;
  color: #fff;
  text-align: center;
  line-height: 28px;
  position: relative;
  top: 2px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 300;
}
.quantity > div a.increaseQty {
  background-color: #fadcd8;
  color: #313131;
}
.buy-other {
	display: block;
	float: left;
	text-decoration: none;
	padding: 8px 20px 7px 40px;
	border: solid 1px #f27509;
	border-radius: 5px;
	color: #f27509;
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
	cursor: pointer;
	background: url(/images/cart-icon.png) 5px no-repeat;
}
.step-02 {
	padding: 0px 0px;
	font-size: 14px;
}
.contact_input {
	margin-bottom: 15px;
	width: 100%;
}
.contact_input input ,.contact_input select{
	height: 36px;
	width:100%;
	border: solid 1px #d7d7d7;
	background: #FFF;
	padding:0px 5px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.contact_input textarea {
	width: 100%;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:5px;
	border: solid 1px #d7d7d7;
	background: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #333;
}
    ::-moz-placeholder { /* Firefox 19+ */
 color: #333;
}
    :-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
    :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
.error {
	border: solid 1px #FF0000 !important;
	color: #111;
}
.remove-cart {
	color: #FFF;
	font-size: 18px;
	background:#d5a34c;
	display:inline-block;
	width:25px;
	height:25px;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:23px;
}
.msgbox {
	font-size: 12px;
	font-style:italic;
	margin-top:0;
	padding-top:5px;
}
.form_error {
	color: #fff;
}
.price-mobile {
	visibility: hidden;
}
.btn-send-continue{
	border:solid 1px #d5a34c;
	-webkit-border-radius:5px;	
	border-radius:5px;
	display:inline-block;
	padding:10px 20px;
	background:none;
	text-transform:uppercase;
	color:#d5a34c;
	display:none;
}
.btn-send-cart{
	border:solid 1px #1e1e1e;
	-webkit-border-radius:5px;	
	border-radius:5px;
	display:inline-block;
	padding:10px 20px;
	background:#1e1e1e;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
}
.btn-send-cart-mb
{
	display:none;
	width:100%;
}
.cart-price
{
	font-size:18px; 
	font-weight:600;
	text-align:center;
	color:#1e1e1e
}
.form-cart
{
	background-color:#f5f5f5;
	padding:25px;
	border:#d7d7d7 solid 1px;
}
.form-cart label
{
	font-weight:600;
	margin-bottom:5px;
}
.form-cart .form-control
{
	-webkit-border-radius: 0;
border-radius: 0;
padding:10px;
height:auto;
}
.pos-sticky {
   
    position: sticky;
    top: 100px;
    left: 0;

}
.product-viewed
{
	padding-top:40px;
	padding-bottom:40px;
}
.box-slide-mobile
{
	display:none;
}
.box-slide-mobile img
{
	display:block;
	width:100%;
}
.slide-pagination{
	position:absolute;	
	bottom:10px!important;
	z-index:5;
	width:100%;
	max-width:1200px;
	left:50% !important;
	transform:translateX(-50%);	
	text-align:center;
}
.slide-pagination .swiper-pagination-bullet{
	display:inline-block;
	background:none;
	border:solid 4px #f15d25;
	color:#fff;
	margin:0px 0px 0px 10px !important;
	width:14px;
	height:14px;
	-webkit-border-radius:100px;
	border-radius:100px;
	outline:none;
	opacity:0.7
}
.slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border:solid 4px #1d8341;
}
  .title-mod-reg
  {
	  background-color:#1e1e1e;
	  color:#fff;
	  text-transform:uppercase;
	  font-size:20px;
	  font-weight:700;
	  -webkit-border-radius: 0;
      border-radius: 0;
  }
  .btn-reg
  {
		background-color: #fff;
		color: #fff;
		display: block;
		text-align: center;
		display: block;
		padding: 12px 0px;
		font-weight:500;
		display:block;
		text-align:center;
		font-size:16px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background-color:#2f6bac;
		position:relative;
		z-index:9;
		margin-top:0px;
		margin-left:0px;
  }
  .btn-link-detail
  {
	  color:#3b3b3b;
	  font-weight:500;
	  display:block;
	  text-align:center;
  }
  .btn-link-detail span
  {
	  display:inline-block;
	  background-image:url(/images/bg_link_detail.png);
	  background-repeat:no-repeat;
	  padding-right:45px;
	  padding-top:11px;
	  padding-bottom:11px;
	  background-position:center right;
  }
  .btn-link-detail:hover
  {
	  color:#2f6bac
  }
  .btn-reg span
  {
	  background-image:url(/images/book.png);
	  background-repeat:no-repeat;
	  background-position:left center;
	  display:inline-block;
	  padding-left:35px;
  }
  .btn-reg:hover
  {
	  color:#2f6bac;
	  background-color:#f8e380
  }
  .form-mod .form-control
  {
	  padding:10px;
	  height:auto;
	  font-size:16px;
	  font-weight:700;
  }
  
  .frm-newsl
{
	position:relative;
	overflow:hidden;
	width:100%;
	background-color:#fff;
	margin-top:10px;
	-webkit-border-radius: 5px;
border-radius: 5px;
}
.frm-newsl input
{
	width:100%;
	border:none;
	padding:8px 10px;
}
.btn-frm-newsl
{
	position:absolute;
	right:0;
	top:0;
	background-color:#00acee;
	display:inline-block;
	padding:8px 15px;
	color:#fff !important;
}
 .modal-content-popup
{
	background-color:transparent !important;
	border:none !important
}
.modal-content-popup .modal-body
{
	padding:0 !important;
}
.modal-content-popup img
{
	display:block;
	width:100% !important;
	height:auto !important;
	
}
.close-popup
{
	position:absolute;
	background-image:url(/images/cl.png);
	width:49px;
	height:49px;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	top:-25px;
	right:-25px;
	-webkit-border-radius: 100px;
border-radius: 100px;
z-index:999;
}
.close-popup-right
{
	position:absolute;
	background-image:url(/images/cl.png);
	width:49px;
	height:49px;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	top:-25px;
	left:-25px;
	-webkit-border-radius: 100px;
border-radius: 100px;
z-index:999;
}
.adv-left
{
	position:fixed;
	max-width:500px;
	bottom:0;
	left:0;
	z-index:999;
	transition: all 1s ease;
}
.adv-left img
{
	width:100% !important;
	display:block;
	height:auto !important;
}
.adv-right
{
	position:fixed;
	max-width:500px;
	bottom:0;
	right:0;
	z-index:999;
	transition: all 1s ease;
}
.adv-right img
{
	width:100% !important;
	display:block;
	height:auto !important;
}
.animate.left   { left: -540px;}
.animate.right  { right: -540px;}
.animate.top    { top: 0;    left: 50%; }
.animate.bottom { bottom: 0; left: 50%; margin-left: -100px;}
.animate.left.move {
left:0; 
transform: translate(0, 0);
}
.animate.right.move {
right:0; 
transform: translate(0, 0);
}
.animate.top.move {
top: 100%; 
transform: translate(0, -100%);
}
.animate.bottom.move {
bottom: 100%; 
transform: translate(0, 100%);
}
.box-boxinfo
{
	border:dashed 3px #1a7abd;
	background-color:#f2f2f2;
	width:100%;
	padding:25px;
	-webkit-border-radius: 7px;
    border-radius: 7px;
	line-height:22px;
	margin-top:20px;
}
.modal-title-page .close {
    color: #050505 !important;
    background-color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 0;
    width: 30px;
    height: 30px;
    text-align: center;
}
.frm-popup
{
	padding:15px;
	padding-top:0;
}
.intro-frm-popup
{
	padding-top:10px;
	padding-bottom:10px;
}
.intro-frm-popup img
{
	display:block;
	width:100% !important;
	height:auto !important
}
.box-boxinfo
{
	border:dashed 3px #1e1e1e;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:20px;
	line-height:22px;
	background-color:#f5f5f5;
}
.btn-sl
{
	width:54px;
	height:54px;
	position:absolute;
	display:block;
	background-image:url(/images/np.png);
	top:50%;
	margin-top:-27px;
	z-index:9;
	-webkit-border-radius: 100px;
    border-radius: 100px;
}
.btn-sl.btn-sl-next
{
	background-position:0 0;
	left:0px;
}
.btn-sl.btn-sl-prev
{
	background-position:-54px 0;
	right:0px;
}
.btn-sl-next-pro
{
	left:-65px !important;
	top:50%;
}
.btn-sl-prev-pro
{
	right:-65px !important;
	top:50%;
}
/*Search autocompate*/
.ui-menu
{
}
.ui-menu li
{
	overflow:hidden;
	padding:6px;
}
.ui-menu li:nth-child(even) 
{
	background-color:#f5f5f5;
}
.ui-menu li img
{
	width:50px;
	float:left;
	margin-right:10px;
	border:solid 1px #f2f2f2
}
.ui-menu .ui-menu-item-wrapper
{
	padding:0;
	font-weight:700;
	font-size:13px;
}
.ui-menu .ui-menu-item:hover
{
}
.ui-menu .ui-menu-item:hover a
{
	background-color:transparent;
	border:none;
	color:#b10008;
	padding:0;
	margin:0;
}
.ui-menu .ui-menu-item:hover a
{
	background-color:transparent;
	border:none;
	color:#b10008;
	padding:0;
	margin:0;
}
.ui-menu .ui-menu-item-wrapper:hover
{
	background-color:transparent;
	border:none;
	color:#b10008;
	margin:0;
	padding:0;
}
.price-comp
{
	margin-bottom:4px;
}
.price-comp strong
{
	color:#b10008;
	display:inline-block;
	font-weight:700;
	font-size:14px;
	padding-right:8px;
}
.price-comp del
{
	font-size:12px;
	color:#999;
	font-weight:normal;
}
.price-comp span
{
	font-size:11px;
	color:#999;
	font-style:italic;
	font-weight:normal;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background-color:transparent;
	border:none;
	color:#050505;
	margin:0;
	padding:0;
}
.box-hangsanxuat
{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	position:relative;
	border:solid 1px #f2f2f2;
	margin-bottom:20px;
}
.btn-sl-next-hsx
{
	left:10px !important;
	z-index:999;
}
.btn-sl-prev-hsx
{
	right:10px !important;
	z-index:999
}
.item-hangsx
{
	position: relative;
overflow: hidden;
transition: all .15s ease-in-out;
-webkit-perspective: 1000;
text-align: center;
}
.item-hangsx .content-item-pro
{
	padding:0
}
#header
{
	
}
.html_burger_menu_active .menu-item-avia-special
{
	
}
.li-mega-3
{
	position:static !important
}
.mega-fillter
{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	padding:0;
	margin:0;
	text-align:left;
	z-index:9999;
	background-color:#fff;
	-moz-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
	box-shadow: 1px 8px 29px -9px rgba(0,0,0,0.4);
	visibility:hidden;
	transform: translate(0,20px);
transition: all .2s ease-out;
}
.li-mega-3:hover .mega-fillter
{
	visibility:visible;
	transform: translate(0,0px);
}
.mega-fillter > li
{
	display:block;
}
.mega-fillter
{
	padding-top:15px;
}
.box-menu-fillter
{
	padding-bottom:10px;
}
.title-box-menu-fillter
{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#1e1e1e;
	margin-bottom:10px;
}
.title-box-menu-fillter span
{
	background-color:#1e1e1e;
	width:22px;
	height:22px;
	text-align:center;
	line-height:21px;
	margin-right:5px;
	display:inline-block;
	margin-bottom:-5px;
	-webkit-border-radius: 100px;
border-radius: 100px;
color:#fff;
font-weight:700;
}
.item-menu-filter
{
	display:block;
	position:relative;
	margin-bottom:5px;
	padding-bottom:5px;
	color:#050505;
	font-size:14px;
	padding-left:10px;
	border-bottom:solid 1px #f5f5f5
}
.box-menu-fillter .item-menu-filter:last-child
{
	border-bottom:none;
}
.item-menu-filter:before
{
	content:"\f0da";
	font: normal normal normal 12px/1 FontAwesome;
	left:0;
	top:6px;
	position:absolute;
	color:#1e1e1e;
}
  .close-md
{
	display:block;
	position:absolute;
	background-image:url(../images/cl_md.png);
	width:65px;
	height:65px;
	top:-32px;
	right:-32px;
	z-index:9;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fadcd8;
	-webkit-border-radius: 50%;
border-radius: 50%;
}
 
 .box-fix
 {
	 position:fixed;
	 right:15px;
	 top:30%;
	 z-index:999
 }
 .box-fix a
 {
	 width:50px;
	 height:50px;
	 display:block;
	 margin-bottom:10px;
	 -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.32); 
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.32);
 }
 .box-fix a.hotline-fix
 {
	 background-color:#db4329;
	 line-height:48px;
	 text-align:center;
	 color:#fff;
	 font-size:25px;
	 margin-bottom:20px;
 }
 .box-fix a.cart-fix
 {
	 background-color:#fff;
	 background-image:url(/images/bg_cart.png);
	 background-repeat:no-repeat;
	 background-position:center center;
	 position:relative;
 }
 .box-fix a.book-fix
 {
	 background-color:#00508E;
 }
 .group-box-fix
 {
	 background-color:#fff;
	 text-align:center;
	 padding-top:20px;
	 padding-bottom:20px;
	 -webkit-border-radius: 100px;
    border-radius: 100px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.32); 
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.32);
 }
 
 
 
 .group-box-fix a
 {
	 height:auto;
	 margin-bottom:0;
	 display:block;
	 -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
     box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
 }
 .facebook-fix
 {
	 font-size:20px;
	 margin-bottom:10px !important;
 }
  .you-fix
  {
	  font-size:20px;
	  color:#cd201f
  }
  .zalo-fix
  {
	  background-image:url(/images/icon/zalo_fix.png);
	  height:24px !important;
	  background-repeat:no-repeat;
	  background-position:center;
	  margin-top:5px;
  }
  .panel-top-page-product
{
	background-color:#fff;
	padding:10px 15px;
	padding-bottom:0;
	margin-bottom:30px;
}
.short-pro
{
	margin:0;
	padding:0;
	float:right;;
}
.short-pro li
{
	display:block;
	position:relative;
	padding-bottom:10px;
	padding-right:15px;
}
.short-pro > li:before
{
	position:absolute;
	content:"\f107";
	right:0;
	top:3px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	color:#db4329
}
.short-pro li a
{
	color:#050505;
	font-weight:700;
}
.short-pro li ul
{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	width:210px;
	background-color:#fff;
	z-index:99;
	padding:0;
	margin:0;
}
.short-pro li ul li
{
	padding:0;
}
.short-pro li ul li a
{
	display:block;
	padding:10px 15px;
	border-bottom:solid 1px #f2f2f2;
	font-weight:normal;
}
.short-pro li ul li a:hover
{
	background-color:#f2f2f2
}
.short-pro li:hover ul
{
	display:block;
}
.gallery-thumbs
{
}
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.7;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	.gallery-thumbs img
	{
		display:block;
	}
.gallery-top
{
}
.gallery-top .swiper-wrapper
{
	flex-direction: row;
}
.gallery-top .swiper-slide {
        margin-top:0 !important;
		margin-bottom:10px;
      
}
.gallery-top img
{
	display:block;
	margin:auto;
	width:100%;
	
}
.gallery-thumbs
{
	margin-top:0px;
	width: 100%;
}
.gallery-thumbs img
{
	display:block;
	width:100%;
}
.btn-slide-small
{
	position:absolute;
	width:30px;
	height:30px;
	background-color:rgb(0,0,0,0.1);
	z-index:999;
	color:#fff;
	line-height:22px;
	text-align:center;
	top:50%;
	margin-top:-15px;
	line-height:30px;
}
.btn-slide-up
{
	left:0;
}
.btn-slide-down
{
	right:0;
}
.gallery-thumbs .swiper-slide img
{
	cursor: pointer;
}
.gallery-top-project
{
}
.gallery-top-project img
{
	width:100%;
}
.cl-mdbook {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 9px;
  right: 10px;
  background-image: url(/images/cl-md.png);
  -webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,.32);
  box-shadow: 0 0 11px 0 rgba(0,0,0,.32);
}
.modal-header-book {
  background-color: #fff;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  color: #553813;
  display: block;
  padding-top: 40px;
}
.frm-book .form-control {
  padding: 10px 10px;
  font-size:16px;
  font-weight: 600;
}
.frm-book .form-select {
  padding: 10px 10px;
  font-size:16px;
  font-weight: 600;
}
.btn-frm-book {
  display: block;
  background-color: #8d2824;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 18px;
  font-size: 20px;
  font-weight: 700;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.title-order2 {
  padding-top: 5px;
  border-bottom: solid 1px #fadcd8;
}
.title-order {
  color: #454545;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: solid 1px #dfb44d;
  padding-bottom: 20px;
}
.info-order {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fdf4f3;
  padding: 30px;
}
.item-cart-info {
  border-bottom: solid 1px #fadcd8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sl-lbl {
  margin-top: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #db4329;
}
.cart-image-info {
  border: solid 1px #fadcd8;
  float: left;
  margin-right: 15px;
}
.cart-name {
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.lbl-order {
  font-weight: 600;
  color: #454545;
  font-size: 18px;
}
.btn-send-cart {
  border: solid 1px #db4329;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  background: #db4329;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.title-order3 {
  font-weight: 600;
  color: #454545;
  font-size: 20px;
  margin-bottom: 20px;
}
.font-w-nom
{
	font-weight:400 !important
}
.accordion-pay
{
}
.accordion-pay-button
{
	font-size:18px;
	font-weight:600;
	color:#262626;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(/images/icon/checked.png);
}
.accordion-pay .accordion-body
{
	padding:15px 0;
	padding-top:0;
}
.accordion-pay h2
{
}
.hd-accordion-pay
{
	padding-bottom:15px;
}
.accordion-pay-button.collapsed
{
	background-image:url(/images/icon/un_check.png);
}
.content-detail-pro
{
	padding:20px 0
}
.form-order
{
	background-color:#0d4ea3;
	-webkit-border-radius: 6px;
border-radius: 6px;
}
.form-order .frm-reg-col
{
	background-color:transparent;
}
.title-orther
{
	position:relative;
	border-bottom:solid 1px #cbcbcb;
	font-size:32px;
	text-transform:uppercase;
	font-weight:700;
	color:#282828
}
.title-orther span
{
	background-color:#fff;
	bottom:-7px;
	padding-bottom:1px;
	padding-right:15px;
	position:relative;
}
.tab-info
{
	padding-top:60px;
}
.tab-info ul
{
	margin:0;
	padding:0;
	text-align:center;
	display:block;
	width:100%;
	border-bottom:solid 1px #c8c8c8;
}
.tab-info ul li
{
	display:inline-block;
	
}
.tab-info ul li a
{
	color:#4a4a4a;
	font-weight:600;
	padding:16px 20px;
	display:block;
	border-bottom:solid 1px #c8c8c8;
	margin-bottom:-1px;
}
.tab-info ul li a:hover
{
	color:#0d4ea3;
	border-bottom:solid 1px #0d4ea3;
}
.logo-footer
{
	
	overflow:hidden;
	margin-bottom:30px;
	font-size:20px;
	color:#fff;
	font-weight:700;
	line-height:54px;
}
.content-logo-footer
{
	line-height:100px;
}
.logo-footer img
{
	float:left;
	margin-right:15px;
}
.item-cat-pro
{
	margin-bottom:30px;
	text-align:center;
}
.name-item-cat-pro
{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-top:15px;
}
.name-item-cat-pro a
{
}
.name-item-cat-pro a:hover
{
	color:#717171;
}
.datepicker-container
{
	z-index:9999999 !important
}
.btn-reg-detail
{
	float:left !important;
	-webkit-border-radius: 6px;
border-radius: 6px;
margin-left:0;
padding-left:20px;
padding-right:20px;
}
.img-news-sale
{
	overflow:hidden;
	-webkit-border-radius: 6px;
border-radius: 6px;
margin-bottom:15px;
}
.page-info
{
	padding-top:50px;
}
.btgrid .content
{
	border: none;
	width:100%;
	padding:0;
}
.btgrid .content img
{
	max-width:100% !important;
	height:auto !important
}
.nhansu-name-page
{
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left:solid 1px #d7d7d7;
}
.createdate-detail
{
	float:left;
}
.intro-detail-nhansu
{
	margin-top:20px;
}
.item-news-nhansu
{
	margin-bottom:20px;
}
.name-item-news-nhansu
{
	margin:0;
	margin-top:10px;
	font-size:16px;
	font-weight:600;
}
.img-item-news-nhansu
{
	-webkit-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}
.img-item-news-nhansu img
{
	display:block;
	width:100%;
	
}
.line-info-bs1
{
	padding-top:80px;
	padding-bottom:50px;
}
.list-video-art
{
	overflow-y: scroll;
	overflow-x: hidden;
	height:482px;
}
.item-video-art
{
	display:block;
	margin-bottom:15px;
}
.item-video-art img
{
	display:block;
	width:100%;
}
.name-item-video-art
{
	font-size:18px;
	font-weight:600;
}
.info-item-video-art
{
	font-size:15px;
	color:#999;
}
.box-fillter-service
{
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:20px;
}
.btn-search-project
{
	background-color:#2f6bac;
	color:#fff;
	text-align:center;
	display:block;
	padding:10px;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
.btn-search-project:hover
{
	background-color:#333;
	color:#fff;
}
.box-fillter-service .form-select
{
	height:auto;
	padding:8px;
	-webkit-border-radius: 0;
border-radius: 0;
}

 /*Đại lý*/
 .item-daily
 {
	 padding-bottom:15px;
	 margin-bottom:15px;
	 border-bottom:solid 1px #d7d7d7
 }
 .box-border-daily
 {
	 border:solid 1px #d7d7d7;
	 padding:5px;
 }
 .item-daily-home
 {
	 border-bottom:none;
	 margin-bottom:20px;
 }
 .item-daily-home .daily-name
 {
	 font-size:16px;
}
.info-daily-home
{
	padding:10px;
}
  .iframe-map
  {
	  display:block;
	  width:100%;
	  height:300px;
	  overflow:hidden;
  }
  .daily-name
  {
	  font-size:20px;
	  font-weight:600;
  }
  .item-info-daily
  {
	  margin-bottom:6px;
  }
  