.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.row{
	margin-left: -10px;
	margin-right: -10px;
}
body{
	/* font-family: Roboto; */
	font-family: 'NhomMuaMedium';
}
body a{
	color: #272727;
	font-size: 12px;
	font-family: 'NhomMuaMedium';
}
a:hover {
    color:#eaa24e;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
li{
	list-style: none;
}
.btn-success, .btn {
    background: none;
    border: none;
    color: inherit;
    color: #333;
    /* display: none; */
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success{
	background: none;
    border: none;
    color: inherit;
}
div#logo {
    /* display: table-cell; */
    vertical-align: middle;
}
ul.login-bar li{
	float: right;
}
.header-top-top {
    background: #23B9DB;
    height: 40px;
    line-height: 40px;
    display: none;
}
ul.styleheadertop {
    float: right;
    margin: 0;
}
ul.login-bar li a {
    color: #fff;
    font-size: 14px;
    padding: 0 6px;
    font-weight: normal;
}
ul.login-bar li a:hover {
    color: rgb(51, 55, 69);
}
div#search-box {
    position: relative;
    float: right;
    margin-top: 15px;
    margin-left: 42px;
    margin-right: 22px;
}.menu-tren {
    float: right;
    margin-top: 15px;
    margin-right: 30px;
}
.input-group.search-border.control-group {
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 125%;
    width: 300px;
    background: #fff;
    display: none;
    padding: 0px 0;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); */
}
.search-area .input-group {
    /* width: 76%; */
    /* margin: auto; */
    /* float: right; */
}
.search-area input {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 214, 214);
    background-color: rgb(255,255,255);
    height: 35px;
    border-radius: 0;
    padding-left: 7px;
    font-size: 12px;
}
.input-group-btn.buttonsearch {
    position: absolute;
    z-index: 99;
    top: 1px;
    right: 1px;
    height: 35px;
    width: 37px;
    background: #eaa24e;
    text-align: center;
}
.input-group-btn.buttonsearch i:before {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
}
#f-compare {
	position: fixed;
	top: 25px;
	right: -190px;
	width: 184px;
	background: #FCFCFC;
	z-index: 12;
	box-shadow: 0 0 2px #CCC;
	border-bottom: 5px solid #f3f3f3;
}
#f-compare .f-compare-title {
	position: relative;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 2px solid #F34711;
}
#f-compare .f-compare-title i {
	padding: 8px;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
}
#f-compare .f-compare-title span {
	text-transform: uppercase;
	font-size: 13px;
	color: #686868;
}
#f-compare .f-compare-body ul {
	list-style: none;
}
#f-compare .f-compare-body ul li {
	position: relative;
	height: 42px;
	line-height: 40px;
	text-overflow: ellipsis;
	width: 182px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #F1F1F1;
	border-left: 2px solid #FFF;
	cursor: pointer;
	background: #FCFCFC;
}
#f-compare .f-compare-body ul li:last-child {
	border-bottom: 0px solid #F1F1F1;
}
#f-compare .f-compare-body ul li:hover {
	border-left: 2px solid #f34711;
	background: #fff;
}
#f-compare .f-compare-body ul li a {
	padding: 10px;
	padding-top: 12px;
	background: url(../imgs/trash.png) no-repeat;
	position: absolute;
	top: 7px;
	left: 2px;
}
#f-compare .f-compare-body ul li span {
	margin-left: 26px;
}
#f-compare .f-compare-body ul li a:hover {
	background: url(../imgs/trashopen.png) no-repeat;
}
#f-compare .f-compare-body .f-compare-info {
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #F7F7F7;
	border-bottom: 1px solid #6D6D6D;
	border-top: 1px solid #797979;
	color: #F60;
}
#f-compare .f-compare-body .f-compare-button {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#f-compare .f-compare-body .f-compare-button a {
	background: #ECECEC;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	box-shadow: 0 0 5px #E4E4E4;
	border: 1px solid #CFCFCF;
	color: #7C7C7C;
}
.f-compare-page table thead tr th a{
	font-weight:normal;
}
.f-compare-page table thead tr th span{
	font-weight:normal;
	color:#f34711;
}
/* End Compare css*/

.shopcart .checkorder{
font-size: 14px;
display: block;
}
.headerbottom1 {
    padding: 10px;
    box-shadow: 1px 1px 0px #eee;
}
.shopcart .checkorder:hover span {
    color: rgb(51, 55, 69);
}
.phoneview{position: relative;}
.phoneview-show{
	position: absolute;
	top: 25px;
	right: 0;
	width: 160px;
	height: 160px;
	z-index: 99;
	display: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.phoneview-show:after{
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	content: '';
	width: 10px;
	height: 10px;
	margin: auto;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border: 1px solid rgba(0, 0, 0, 0.21);
	background: #FFF;
	border-top: 0;
	border-right: 0;
}
.phoneview-show img{
	width: 160px;
	height: 160px;
}
.phoneview:hover .phoneview-show{
	display: block;
}
.checkordernb-show{
	position: absolute;
	top: 90%px;
	left: -70px;
	width: 260px;
	z-index: 999999;
	margin: auto;
	display: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	background: #fff;
	padding: 14px;
}
.checkordernb-show:after{
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	content: '';
	width: 10px;
	height: 10px;
	margin: auto;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border: 1px solid rgba(0, 0, 0, 0.21);
	background: #FFF;
	border-top: 0;
	border-right: 0;
}

.checkordernb:hover .checkordernb-show{
	display: block;
}

.checkordernb .checkordernb-show .chelp{
	display: block;
color: #000;
font-size: 12px;
padding: 0;
margin: 0;
}
 
.checkordernb-show input{width: 100%;
margin-bottom: 10px;}
.checkordernb-show button{display: block;
background: #F23030;
width: 120px;
text-align: center;
color: #FFF;
padding: 3px;
margin: auto;margin-top: 10px;
border: 0px;

}
.pos-r {
  position: relative;
}
.menutop{
	background: #F4ECDC;
}
.menu {
    /* float: left; */
    width: 100%;
    /* background: #000; */
    margin-top: 10px;
}
.f-menutop {
  position: relative;
  float: left;
  width: 100%;
  /* z-index: -1; */
}
.f-menutop-name span {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
    font-size: 12px;
  font-weight: bold;
}
.f-menutop-name {
  display: none;
}
 .menutop .navbar {
	margin-bottom: 0px;
}
 .menutop .f-menu-toggle {
	cursor:pointer;
	color:#fff;
}
 .news-top {
	position: relative;
z-index: 16;
background: #F4ECDC;
float: left;
} .news-top b{
	 display: inline-block;
width: 82px;
text-transform: uppercase;
font-size: 11px;
margin: 0;
color: #FFF;
} .news-top ul{
 list-style: none;
display: inline-block;
margin: 0;
} .news-top ul li{
 margin: 0 5px;
 float: left;
 padding: 15px 0px;
 text-align: center;
} .news-top ul a{
font-size: 11px;
color: #000;
font-family: arial;
text-transform: uppercase;
font-weight: 600;
}

.news-top ul a p{
	font-weight: normal;
}
.bold-li{
	font-weight: bold !important;
	margin-bottom: 0px;
}
.f-menutop>.f-menutop-ul>li:first-child {
	/* border-left: 1px dotted rgb(95, 104, 116); */
}
.f-menutop>.f-menutop-ul>li {
 list-style: none;
 position: relative;
 float: left;
 /* border-right: 1px dotted rgb(95, 104, 116); */
}

.f-menutop .f-menutop-ul>li>a.firstlink {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    line-height: 38px;
    display: block;
    padding: 0 15px;
    background: none;
    position:relative;
}
.f-menutop .f-menutop-ul>li>a.firstlink::after {
    background-color: #000;
    height: 4px;
    left: 50%;
    margin-left: -2.5px;
    margin-top: 14px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 4px;
}
.f-menutop .f-menutop-ul > li:hover > a.firstlink::after {
    content: "";
    animation: 1s linear 0s normal none infinite running fa-spin;
}
.f-menutop .f-menutop-ul > li:hover > a.firstlink{
	/* background: #23B9DB; */
}
.f-menutop .f-menutop-ul > li > a.firstlink:hover:after{
	background: #303030	;
}
.top-menu-backgroud{
	position: absolute;
	top: 130%;
	transition: all 0.3s ease-in-out 0s;
	left: 0;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.09) !important;
	z-index: 99;
	background: #fff;
	visibility: hidden;
	min-width: 235px;
}
.top-menu-sub ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    min-width: 200px;
    display: none;
}
.top-menu-backgroud img{ 
	-ms-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.f-menutop .f-menutop-ul > li:hover .top-menu-backgroud img{

	-webkit-transition: 4s ease-in-out;
	-moz-transition: 4s ease-in-out;
	-o-transition: 4s ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
		 
}
.top-menu-sub ul li{
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.top-menu-sub ul li a{
	background: none;
	display: block;
	font-size: 14px;
	padding: 7px 9px 7px 9px;
	color: #333745;
	border-bottom: 1px solid #f4f4f4;
	position: relative;
	text-align: left;
}
.top-menu-sub ul li a.have-sub:after {
    content: "\f105";
    color: #000;
    font-family: fontawesome;
    margin-right: 5px;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 6px;
}
.top-menu-sub ul li a:hover, .top-menu-sub ul li a:hover:after{
	color: #fff;
	background: #eaa24e;
}
.no-padding{
	padding: 0px;
}
.v2-block-brand{}
.v2-block-brand ul{list-style: none;
margin: 0;
padding: 0;}
.v2-block-brand ul li{width: 131px;
float: left;
margin: 2px;
border: 1px solid #E4E4E4;
height: 55px;
position: relative;}
.v2-block-brand ul li a.brimg{display: block;
 }
.v2-block-brand ul li a.brimg img{ position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.v2-block-brand ul li a.brname{
	float: left;
}
.v2-block-brand ul li h2{display: none;}
.v2-block-support li .f-news-bl-item .f-news-bl-item-img{
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
border: 2px solid #00AEEF;
position: relative;
}
.v2-block-support li .f-news-bl-item .f-news-bl-item-img img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin:auto;
}
.v2-block-support .f-news-bl-item-title h2 a{font-size: 13px;color: #4D4D4D;line-height: 20px;text-transform: uppercase;}
.v2-block-support  li div {
list-style: none;
padding-left: 10px;
padding-right: 4px;
}
.f-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.f-miniCart-miniv2{position: relative;/* width: 36%; *//* float: right; */text-align: center;width: 35px;height: 35px;margin-bottom: 5px;z-index: 99999;/* background: #FFF; */right: 0!important;/* top: 0; */}
.miniv2-toolbar-close{height: 34px;color: #FFF;height: 35px;/* height: 35px; */text-align: center;background: #323232;line-height: 30px;font-size: 23px;cursor: pointer;visibility: hidden;display: none;}
.miniv2-toolbar-close span{} 
.miniv2-toolbar-barclick{display: table;width: 35px;text-align: center;height: 35px;margin-right: 22px;transition: all 0.4s ease 0s;color: #949494;line-height: 35px;font-size: 11px;display: inline-block;cursor: pointer;position: relative;}
.miniv2-toolbar-barclick:hover,.header-menu-item-icon a:hover
{
	color:#fff;
}
.miniv2-toolbar-barclick:after,.miniv2-toolbar-barclick:before
{
	    border: 1px solid #ddd;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease 0s;
    width: 100%;

}
.miniv2-toolbar-barclick:after
{
	    border-color: #e9e9e9;
	    height: 75%;
	    left: 9.5%;
	    top: 13.5%;
	    width: 75%;
	    z-index: -1;
}

.miniv2-toolbar-barclick:hover:after,.miniv2-toolbar-barclick:hover:before,
.header-menu-item-icon a:hover::after, .header-menu-item-icon a:hover::before
{
	    border: 1px solid #eaa24e;
}
.miniv2-toolbar-barclick:hover:after, .header-menu-item-icon a:hover::after
{
	     background-color: #eaa24e;
}

.miniv2-toolbar-barclick .fa{
	/* float: right; */
	/* margin-right: 22px; */
	/* transition: all 0.4s ease 0s; */
	/* color: #949494; */
	font-size: 12px;
	/* width: 40px; */
	/* height: 35px; */
	line-height: 35px;
	/* position: relative; */
	/* text-align: center; */
	/* background: #36A9E0; */
	height: 35px;
	animation-duration: 1s;
	animation-fill-mode: both;
} 
.miniv2-toolbar-barclick:hover .fa,.header-menu-item-icon a:hover i{animation-name: swing;color: #fff;transform-origin: center top 0;}
.header-menu-item-icon {
    position: relative;
}
.header-menu-item-icon a
{
        display: inline-block;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        position: relative;
        text-align: center;
        width: 35px;
        color: #949494;
        /* margin-right: 22px; */
        transition: all 0.4s ease 0s;
        cursor: pointer;
}
.header-menu-item-icon a::after, .header-menu-item-icon a::before {
    border: 1px solid #ddd;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease 0s;
    width: 100%;
}.header-menu-item-icon a::after {
    border-color: #e9e9e9;
    height: 75%;
     left: 9.5%;
    top: 13.5%;
    width: 75%;
    z-index: -1;
}
.icon-search .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    line-height: 35px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.miniv2-toolbar-count{
background-color: #eaa24e;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    right: -28px;
    text-align: center;
    top: 50%;
    transition: all 0.4s ease 0s;
    width: 20px;
} 

.miniCart-top{height: 35px;
background: #6A7B7F;
color: #FFF;
text-align: center;
line-height: 35px;}
.miniCart-body{
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 100%;
    width: 300px;
    background: #fff;
    display: none;
    padding: 10px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
} 
.miniCart-body:before {
    content: "";
    position: absolute;
    right: 5px;
    top: -8px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.miniCartItem{
    margin-bottom: 0;
} 
.miniCartItem li{
	border-bottom: 1px solid #F1F1F1;
	max-width: 100%;
	width: 98%;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	} 
.miniCartItemImg{float: left;
width: 50px;
margin-right: 5px;} 
.miniCartItemImg img{display: block;
width: 100%;} 
.miniCartItem p{display: block;
padding: 3px 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;margin: 0;font-size: 12px;}
.miniCartItem p b {
color: #919191;
}
.miniCartItem p i {
float: right;
margin-right: 10px;
cursor: pointer;
font-size: 14px;
color: #919191;
}
.miniCartItem p a{
	font-size: 12px;
}
.minicartItemTotal{
	padding: 5px 10px;
	float: left;
	width: 100%;
	font-size: 13px;
	}
.minicartItemTotal b:first-child{}
.minicartItemTotal b:last-child{float:right;color: #eaa24e;font-size: 15px;}
.minicartItemPay{padding: 5px;float: left;width: 100%;}
.minicartItemPay a{display: block;line-height: 35px;font-size: 13px;border: none;color: #FFF;text-align: center;cursor: pointer;background: #eaa24e;transition: all 0.15s;} 
.moveimg{
    position: fixed;
    z-index: 9999;
    border: 1px solid #fff;
  }
 .next-slide{
 	  background: url("../imgs/next.png");
  width: 59px;
  height: 66px;
  float: left;
  right: 0;
  top: 50%;
  margin-top: -28px;
  position: absolute;
 }
 .prev-slide{
 	  background: url("../imgs/prev.png");
  width: 59px;
  height: 66px;
  float: left;
  left: 0;
  top: 50%;
  margin-top: -28px;
  position: absolute;
 }
 .prev-slide:hover{
 	background: url("../imgs/prev-hover.png");
 }
 .next-slide:hover{
 	background: url("../imgs/next-hover.png");
 }
 a.carousel-control{
 	background: none !important;
 }
.f-new-item-sum{
	text-align: center;
	/* height: 80px; */
	color: #888;
	/* overflow: hidden; */
	font-size: 13px;
}
.f-news-item-title h2 {
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}
.f-feedback-home-item{text-align: center;}
.f-feedback-home-item-img{
position: relative;
overflow: hidden;
border-radius: 50%;
margin: auto;
border: 5px solid #FFF;
-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;
z-index: 10;
}
.f-news-item {margin: 0 12px;}
  .f-feedback-home-item-img a{}
  .f-feedback-home-item-img a img{display: block;
width: 100%;
height: 100%;}
  .f-feedback-home-title{}
  .f-feedback-home-title h2{}
  .f-feedback-home-title a{font-size: 15px;
color: #000;
font-weight: 700;}
  .f-feedback-home-time{font-size: 11px;
background: #F5F5F5;
border-radius: 2px;
color: #9B9B9B;}
 .f-feedback-home-sum{text-align: justify;
display: block;
padding: 14px;
border-radius: 2px;
color: #444;
font-size: 13px;
position: relative;
height: 100px;
line-height: 20px;
overflow: hidden;}
.f-feedback-home-sum:after{position: absolute;
top: -6px;
left: 49%;
content: '';
width: 10px;
height: 10px;
background: #EFEFEF;
transform: rotate(45deg);}

.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-item-img{
	border-color: #2782E8;
}
.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-sum{
	border-color: #000;
}
.f-feedback-home-title h2{
	height: 32px;
}
.owl-page span{
	background: #23B9DB !important;
}
.f-news-item-img img{
	width: 100%;
	/* height: 150px; */
	transition: all 0.4s ease 0s;
}
.f-news-item-img {
    overflow: hidden;
}
.f-news-item-img:hover img {
    transform: scale(1.2);
    opacity: 0.6;
}
.item-sp h2{
	height: 31px;
}
.v2-home-catepr{
	float: left;
	padding-bottom: 15px;
	width: 100%;
}
.menu-sub-bottom{
	display: none;
}
.f-footer-content {
    /* background: #333131; */
}
.f-footer-info {
    /* background: #0F9AB9; */
    padding: 20px 0;
}
.f-footer-nav>li {
    float: left;
    padding-right: 25px;
}
.f-footer-nav li a:hover{
	color: #eaa24e;
}
ul.f-footer-nav li a h3 {
    text-align: left;
    font-weight: 400;
    font-family: "Roboto";
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px dotted rgb(95, 104, 116);
    padding-bottom: 10px;
}
.f-footer-nav>li>a{
	white-space: nowrap;
  color: #535455;
  font-size: 12px;
  font-family: arial;
  line-height: 36px;
  font-weight: bold;
  border-left: 1px solid #CCC;
}

ul.f-footer-nav li ul li:before {
    content: "\f105";
    color: #fff;
    font-family: fontawesome;
    margin-right: 0;
    opacity: 0;
    display: none;
}
ul.f-footer-nav li ul li a {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: rgb(255, 255, 255);
    font-family: 'Roboto Condensed', sans-serif;
}

.f-footer-nav  {
	float: left;
	width: 100%;
}
.logo-bottom{
	float: left;
	text-align: center;
	width: 100%;
}
.logo-bottom a.logo{
	width: 100%;
	float: left;

}
.logo-bottom a.logo img{
	margin: auto;
}
.copyright{
	text-align: center;
}
.copyright a{
	/* color:#fff; */
}
.copyright{
	font-size: 12px;
	color: #999;
}
a.box-ft{
	font-weight: bold;
	color: #000;

}
.f-footer{
	/* background: none repeat scroll 0 0 #efefef; */
	margin-top: 10px;
}
#quantity{
	display: block !important;
}
.f-menutop-ul .f-block-title.title-cat-pro{
	display: none;
}
.f-menutop-ul .f-block{
	border: none;
}
.f-menutop-ul .f-block-news-menu{
	border: none;
}
.f-menutop-ul .f-block-news-menu li{
	border-bottom:1px solid #b4a47c;
	border-top:none;
}
.f-menutop-ul .menu-sub-cat-pro{
	position: absolute;
	right: -265px;
	height: 475px;
	width: 275px;
	z-index: 999;
	background: #fff;
	top: 0px;
}
.f-menutop-ul a.pra{
	border: none !important;
}
.f-menutop-ul .qc-1{
	display: none;
}
.f-module-page{
	border-radius:3px;
}
.f-module-page .f-module-page-title i img{
	 border: 1px solid #EAEAEA;
	padding: 3px;
	border-radius: 2px;
}
.f-module-page .f-module-page-title h1 {
	font-weight: 400;
	font-family: "Roboto Slab";
	font-style: normal;
	font-size: 17px;
	text-transform: none;
	color: rgb(255, 255, 255);
	background: #23B9DB;
	display: block;
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.f-module-page-desc{background: #F2F2F2 !important;margin-top: 10px;width: 100%;padding: 10px;border-radius: 2px;float: left;margin-bottom: 20px;}
.f-module-page-title h1{
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.f-module-page .f-module-page-body {
	/* background:#fff; */
}
.v2-filterpr{
	display: table;
	width: 100%;
	border-bottom: 1px solid #eee;
	/* background: #F4F4F4; */
	padding: 5px 0px;
	margin-bottom: 10px;
}
.v2-filterpr .form-control {
    height: auto;
    border-radius: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    padding: 5px;
    font-size: 13px;
}
.f-product-chooseview{
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.f-product-chooseview a span {
    font-size: 18px;
    padding: 2px 1px;
    color: #ccc;
}
.f-product-chooseview a.active span {
    color: #eaa24e;
}
.noUi-connect{
	background: #669933 !important;
}
.button-small{
    border: none !important;
    background: #000;
    height: 40px;
    line-height: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.cat-news ul{
	width: 100%;
}
.cat-news ul li{
	position: relative;
}
.cat-news ul li ul{
	position: absolute;
	display: none;
}
.cat-news ul li:hover ul{
	position: relative;
	display: block;
}
.cat-news ul.f-block-news-menu li:hover a{
	background: #669933 !important;
	position: relative;
	color: #fff; 
}
.cat-news .f-block-title{
	background: #669933 !important;
	color: #fff;
}
.cat-new ul{
	width: 100%;
}
.wp-sp-block img{
	width: 100px !important;
	height: 100px !important;
}
#galleria{height:520px}
.cat-new ul li img{
	display: none;
}
.qc-text{
	width: 136px;
	float: left;
	padding-top: 55px;
}
.miniv2-toolbar-name {
  /* background-color: #669933; */
}
.v2-gotop {
    /* text-align: center; */
    /* position: fixed; */
    /* bottom: 20px; */
    /* padding: 10px; */
    /* right: 15px; */
}
a.lentop{
    font-size: 22px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    width: 42px;
    bottom: 25px;
    position: fixed;
    right: 30px;
    color: #fff;
    transition: all 0.7s ease 0s;
}
a.lentop:before,a.lentop:after {
    border: 1px solid #eaa24e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease 0s;
    width: 100%;
}

a.lentop:after {
    border-color: #eaa24e;
    height: 75%;
    left: 12.5%;
    top: 12.5%;
    width: 75%;
    z-index: -1;
    background-color: #eaa24e;
}

a.lentop i {
    line-height: 40px;
}
.check-cart a{
	font-size: 13px;
}
.f-footer-nav  .ft-mn{
	width: 193px;
}
.f-footer-nav li a{
	border: none !important;
}
.menu-sub-bottom{
	display: block;
}
.menu-sub-bottom li a{
	font-size: 12px;
	font-weight: normal !important;
	height: 25px;
	line-height: 25px;
}
.mau-ft{
	  background: none repeat scroll 0 0 #efefef;}
.copy_content{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ac-lf{
	float: left;
}
.quang-cao{
	float: left;
}
.language{
	float: right !important;
}

.news-top li:hover{
	background: #efe5cd;
}
.f-menutop {
	text-align: right;
	/* padding-right: 21px; */
}
div#notify-box {
    float: right;
    padding: 0 6px;
}
.shopcart{
	float: right;
  height: 40px;
  line-height: 40px;
}
.shopcart span {
    color: #fff;
}
#search-category li{
	padding-left: 10px;
}
.filter>div{
	line-height: 45px;
}
.f-block-title span {
    display: inline-block;
    color: #333;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    position: relative;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 11;
}

.f-block-body ul li a {
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #999;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.4s ease 0s;
}
.f-block-body ul li a:hover {
}
.f-block-body ul li{position: relative;}
.f-block-body ul li i {
    position: absolute;
    right: 0;
    top: 12px;
    color: #eaa24e;
    font-size: 16px;
    cursor: pointer;
}
.f-block-body ul li ul {
    display: none;
}
.f-block-body ul li ul li a{
	padding-left: 20px;
}
.f-block-body ul li ul li ul li a {
    padding-left: 40px;
}
.main1 {
    padding-top: 10px;
}
.qc-below-slide {
    margin: 20px -10px;
	display: table;
}
.qc-below-slide img {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.v2-tabhome-name {
    color: #eaa24e;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-size: 100% 100%;
}
.v2-home-pr-item-saleof {
    position: absolute;
    background: #df1414;
    color: #fff;
    padding: 5px;
    z-index: 9;
}
.v2-home-pr-item-boxdetail h2 {
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    color: #333745;
    text-align: center;
    height: 30px;
    overflow: hidden;
}
.v2-home-pr-item-price-gr {
    text-align: center;
    width: 80%;
    margin: auto;
    /* height: 70px; */
}
.v2-home-pr-item-price-gr div {
    font-size: 14px;
    text-transform: none;
    color: #eaa24e;
    margin-bottom: 0;
    text-align: center;
    /* border-top: 1px solid rgb(228,228,228); */
    /* border-bottom: 1px solid rgb(228,228,228); */
    display: inline-block;
    padding: 5px;
}
.v2-home-pr-item-action {
    float: right;
    background-color: #fff;
    opacity: 0;
    text-align: right;
    /* padding-top: 18px; */
    position: absolute;
    bottom: -57px;
    transition: all 0.4s ease 0s;
    width: 100%;
    left: 0;
    z-index: 5;
}
.v2-home-pr-item:hover .v2-home-pr-item-action {
    opacity: 1;
    bottom: 0;
}
.v2-home-pr-item-action a.BNC-add-cart {
    display: inline-block;
    padding: 2px 8px;
    margin: 5px 0;
    color: #333;
    font-size: 13px;
    border-radius: 4px;
}
.v2-home-pr-item:hover a.quickview{
	opacity: 1;
	visibility: visible;
}
.v2-home-pr-item a.quickview {
    z-index: 9;
}
.v2-home-pr-item a.quickview span {
    display: none;
}
.v2-home-pr-item a.quickview i {
    /* text-align: center; */
    /* display: block; */
    /* line-height: 40px; */
    font-size: 14px;
    color: #333;
}
.v2-home-pr-item-price-gr .v2-home-pr-item-price-old {
    color: #999;
    text-decoration: line-through;
    font-weight: normal;
}
.v2-home-pr-item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-style: preserve-3d;
    transition: all 0.7s ease 0s;
}
.v2-home-pr-item .v2-home-pr-item-img:hover img {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.v2-home-pr-item-img {
    height: 325px;
    position: relative;
    overflow: hidden;
}
.f-ctn-left {
    padding-right: 0;
}
.f-ctn-right {
    /* padding-left: 0; */
}
.v2-tabhome-title ul {
    display: table;
    width: 100%;
    /* background: #23B9DB; */
    height: 40px;
    line-height: 40px;
    border: none;
    margin-top: 10px;
    position: relative;
    text-align: center;
}
ul#f-pr-tab-home li a {
    color: #2a2a2a;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0 10px;
}
.item-block-duoi {
    margin: 0px 0px;
}
div#owldoitacduoi .owl-item{padding: 0 10px;}
ul#f-pr-tab-home li.active a {color: #eaa24e;}
.v2-home-catepr-title i {
    display: none;
}
.v2-home-catepr-title {
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 15px 0;
}
img.img_dd {
    margin-right: 5px;
    margin-top: 2px;
    float: left;
    display: none;
}
.v2-home-catepr-title a {
    color: #edb26d;
    font-size: 15px;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 10px;
}
.v2-home-catepr-title>a{
	float: left;
	background: #004F86;
    padding: 0 15px;
    line-height: 40px;
}
.v2-home-catepr-title>a:hover{color:#fff;}
ul.v2-home-catepr-tabul li a {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    padding: 0;
    border: none;
}
ul.v2-home-catepr-tabul {
    /* float: left; */
    /* width: 70%; */
    text-align: center;
    border: none!important;
    margin: 0 auto;
}
.v2-home-catepr-tabul li.active a {
    background: none!important;
    border: none!important;
}
ul.v2-home-catepr-tabul li.active a {
    color: #eaa24e !important;
}
ul.v2-home-catepr-tabul li:hover a {
    color: #333745;
}
.tab-content .owl-theme .owl-buttons div {
    background: #333745!important;
    opacity: 1!important;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-theme .owl-controls .owl-buttons div.owl-next,a.btnnext{
	right : 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 0;
}
.tab-content .owl-theme .owl-buttons div i {
    position: absolute;
    font-size: 18px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.qc-dmsp {
    margin-bottom: 20px;
    display: none;
}
.v2-home-pr-item {
    border: 1px solid #fcfcfc;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
}
.v2-home-pr-item:hover {
    /* border-color: #23B9DB; */
}
.tab-content .owl-item li {
    padding: 0 5px;
}
.tab-content {
    margin-left: -10px;
    margin-right: -10px;
}
.header-logo-bottom h3 {
    text-align: center;
    font-size: 30px;
    padding: 14px 0;
    font-family: verdana;
    margin-top: 0;
}
.f-block-bottom-body ul li h3 {
    font-size: 16px;
    font-weight: bold;
}
.f-block-bottom-body ul li a {
    color: rgb(235,88,88);
}
.f-block-bottom-body ul li img {
    float: left;
    margin-right: 10px;
}
.f-pr-bl-item-saleof {
    position: absolute;
    color: #fff;
    background: rgb(221, 0, 23);
    padding: 5px;
    display: none;
}
.item.f-product-bl {
    display: table;
    width: 100%;
    /* padding: 5px; */
    /* background-color: rgb(244, 244, 244); */
    border-bottom: 1px solid #eee;
}
.f-block-body .f-pr-bl-item-img img {
    /* height: 55px; */
    /* width: 55px; */
}
.f-pr-bl-item-boxdetail h2 {
    margin: 0;
}
.f-pr-bl-item-boxdetail p {
    margin-bottom: 0;
}
.f-block-body .f-pr-bl-item-img {
    float: left;
    width: 40%;
}
.f-pr-bl-item-boxdetail {
    float: left;
    width: 60%;
    padding-left: 15px;
}
.f-pr-bl-item-boxdetail h3
{
	margin:0
}
.f-pr-bl-item-boxdetail h3 a {
	 font-size: 14px;
	 line-height:22px;
	 text-transform: none;
}
.f-pr-bl-item-boxdetail p {
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #eaa24e;
}
p.f-pr-bl-item-old-price {
    color: #333;
    text-decoration: line-through;
    font-weight: normal;
}
.f-center-title,.v2-hometab-news-smalltype {position: relative;margin-bottom: 30px;text-align: center;margin: 0 auto;margin-top: 30px;}
.f-center-title:before,.v2-hometab-news-smalltype:before
{
	    border-bottom: 1px solid #efefef;
	    border-top: 2px solid #efefef;
	    content: "";
	    height: 5px;
	    left: 0;
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    z-index: -1;
}
.f-center-title span,.v2-hometab-news-smalltype span {
    font-size: 16px;
    color: #eaa24e;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 0px 15px;
    display: inline-block;
    z-index: 111;
}
ul.f-pr-tab-home-cate {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    border-bottom: none;
}
ul.f-pr-tab-home-cate li a {
    color: #eaa24e;
    padding: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
}

ul.f-pr-tab-home-cate li:first-child {
    /* background-color: #333745; */
    /* padding-right: 10px; */
    float: none;
    display: inline-block;
    padding: 0;
    background: #fff;
}
ul.f-video-tab-home li a {
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
}
.tooltip-inner {
    max-width: none;
    background: #23B9DB;
    border-radius: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #23B9DB;
}
.f-subscribe-title span {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    display: none;
}
input#subscribe_email {
    box-shadow: none;
    padding: 5px;
    font-size: 12px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff;
}
.f-subscribe .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0px;
}
fieldset {
    position: relative;
}
.form-group.sendEmail {
    position: absolute;
    top: 3px;
    right: 3px;
    margin: 0;
}
.form-group.sendEmail button {
    height: 34px;
    background: #eaa24e;
    border-radius: 0;
    color: #fff;
}
.f-news-bl-item-title h2 {
    margin: 0;
}
ul.f-news-bl li {
    display: table;
    width: 100%;
    padding: 5px;
    background-color: rgb(244, 244, 244);
    border-bottom: 1px solid rgb(228, 228, 228);
}
.f-news-bl-item-img img {
}
.f-block-body .f-news-bl-item a {
    padding: 0;
    border: none;
}
.productbreadcrumb_page {
    border-bottom: 1px solid #eee;
    z-index: 111;
    position: relative;
}
.breadcrumb > li + li:before {
    content: ">";
    padding: 0 5px;
    color: #999;
}
ol.breadcrumb li a {
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
ol.breadcrumb li a:hover
{
	color: #eaa24e;
}
.breadcrumb {
    margin-bottom: 10px;
    /* padding-left: 0; */
    padding: 0;
    margin-top: 10px;
    /* margin: 0; */
    /* margin-left: -5px; */
    border-radius: 0;
    /* margin-right: 5px; */
    /* margin-bottom: 10px; */
    background: none;
}
.f-product span.text-action {
    /* display: none; */
}
.f-product .mota-ngan{display: none;}
/* viewlist */
.viewlist li {
    float: none;
    width: 100%;
}
.viewlist .v2-home-pr-item-img {
    float: left;
    height: auto;
}
.viewlist .v2-home-pr-item-img img{
	position: static;
	height: 200px;
    width: 200px;
}
.viewlist .v2-home-pr-item {
    height: 220px;
    padding: 10px;
    border: none;
    background-color: #f4f4f4;
}
.viewlist .v2-home-pr-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.viewlist .v2-home-pr-item-boxdetail h2 {
    font-family: Roboto Slab;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
}
.viewlist .v2-home-pr-item-price-gr div {
    font-size: 12px;
    border: none;
    text-align: left;
    padding: 8px 0;
    margin-right: 10px;
}
.viewlist .v2-home-pr-item-price-gr {
    text-align: left;
    margin: 0;
    height: auto;
}
.viewlist .v2-home-pr-item-action a.BNC-add-cart {
    color: #fff;
    display: block;
    padding: 0;
}
.viewlist .v2-home-pr-item-action .text-action {
    margin-left: 5px;
}
.viewlist .v2-home-pr-item-action {
    text-align: left;
}
.viewlist .v2-home-pr-item-action a.BNC-add-cart div {
    background: rgb(235,88,88);
    display: inline-block;
    padding: 6px 12px;
}
.viewlist .v2-home-pr-item-action .btn {
    padding-left: 0;
    font-size: 11px;
    margin-top: 5px;
}
.viewlist .mota-ngan {
    padding: 0 0 12px 0;
    color: #5F6874;
}
.f-video-item-img img {
    /* height: 200px; */
    /* width: 200px; */
    margin: auto;
}
.f-video-item {
    margin-bottom: 20px;
}
.f-product-view-name h1 span {
    ul#f-pr-page-view-tabid li.active a {      background: #23B9DB;  }
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    color: #333;
    display: block;
    text-transform: uppercase;
}
.f-product-view-name h1 {
    margin-top: 0;
    margin-bottom: 5px;
}
.v2-rating {
	/* display : none; */
	position: relative;
	/* background: #F4F4F4; */
}
.zoomWrapper {
    margin: auto;
    height: auto !important;
    min-height: 380px;
}
.f-pr-image-zoom{
	position: relative;
}
.f-pr-view-tool {
    margin: 5px 0;
    /* display: none; */
}
.f-pr-view-tool ul li {
    float: left;
    padding: 0 10px;
    font-size: 12px;
    border-left: 1px solid #ccc;
}
.f-pr-view-tool ul li:first-child {
    padding-left: 0;
    border-left: none;
}
.f-pr-view-tool ul li a {
    font-size: 12px;
}
.zoomWrapper img {
    max-height: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.f-pr-view-info ul li.key {
    width: 90px;
}
.f-pr-view-info ul li {
    float: left;
    margin: 5px 0;
}
.f-pr-view-choosesizeGroup{
    background: #F4F4F4;
}
.f-pr-view-info, .f-pr-view-box-size {
    /* background: #F4F4F4; */
    /* padding: 10px; */
}
.f-pr-view-box-size{
	float: left;
	width: 100%;
	margin: 7px 0;
}
.wrap-btn-buy {
    float : left;
    /* width: 75%; */
    /* background: #f4f4f4; */
    padding: 10px 0;
}
span.box-size-title {
    /* display: none; */
    float: left;
    min-width: 90px;
}


.select-shop p {
    background-color: #f9f9f9;
    border: 1px solid #ececec;
    color: #969696;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    width: 15%;
    float: left;
}

.select-shop option {
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 30%;
    border-left: none;
    border: 1px solid #ddd;
    border-right: none;
}
.f-pr-view-chooseColorGroup {
    float: left;
    width: 100%;
    margin: 5px 0;
    display: block;
    margin-bottom: 12px;
}
.f-pr-view-chooseColorGroup li span {
    border: 1px solid #eee;
    padding: 2px 10px;
    cursor: pointer;
}

.f-pr-view-chooseColorGroup li span.active {
    background: #eaa24e;
    color: #fff;
}

li.value.paymentColor.ab span.active {
    border: 1px solid #eaa24e !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

li.value.paymentColor.ab span {
    cursor: pointer;
    border: 1px solid #ccc !important;
}
.size-option ul li {
    margin: 0 2px;
}
.f-pr-view-box-size select {
    padding: 0px;
}
.color-info{
	display: inline-block;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}
.f-pr-view-info ul li.key-color {
    /* float: none; */
    clear: both;
}
.f-pr-view-info ul li.value-color {
    margin-bottom: 5px;
}
div#slidezoompage img {
    height: 135px;
    width: 135px;
    padding: 10px;
}
ul#f-pr-page-view-tabid li a {
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: #ccc;
    box-shadow: none;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    line-height: 37px;
    display: block;
    border-bottom: none;
}
.f-product-view-tab-body {
    background: #f4f4f4;
    padding: 15px;
}
.f-product-view-tab .tab-content {
    margin: 0;
}
ul#f-pr-page-view-tabid {
    border: none;
}
ul#f-pr-page-view-tabid li.active a {
    background: #23B9DB;
}
.f-product-view-tags {
    margin: 10px 0;
}
.f-product-view-tags a {
    background-color: rgb(235, 88, 88);
    color: rgb(255, 255, 255);
    margin-left: 0;
    padding: 2px 6px 3px 6px;
    display: inline-block;
    transition: all 0.2s;
    border-radius: 15px;
}
ul#f-pr-page-view-tabcomentid li a {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 55, 69);
    display: block;
    padding: 5px 8px;
}
ul#f-pr-page-view-tabcomentid li.active a {
    background-color: #eaa24e;
}
.related-slide .owl-item {
    padding-left: 10px;
    padding-right: 10px;
}
.f-product-view-other {
    overflow: hidden;
}
.f-page-split-title {
position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.f-page-split-title:before
{
	    border-bottom: 1px solid #efefef;
    border-top: 2px solid #efefef;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 0;
}
.f-page-split-title h2 {
    background: #fff none repeat scroll 0 0;
    color: #2a2a2a;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 5px 14px 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
ul.f-block-top-news-menu li {
    float: left;
    margin-right: 10px;
}
ul.f-block-top-news-menu li img {
    height: 40px;
    width: 20px;
    float: left;
    margin-right: 5px;
    padding: 10px 0px;
}
ul.f-block-top-news-menu li a {
    color: #fff;
    display: table;
}
ul.f-block-top-news-menu li a span {
    float: left;
}
ul.f-block-top-news-menu li a:hover {
    color: #333745 ;
}
form#news_filter select, form#news_filter input {
    height: auto;
    border-radius: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    padding: 5px;
    font-size: 13px;
}
.f-page-split-news ul {
    /* padding-left: 20px; */
}
.f-page-split-news ul li {
    /* list-style-type: disc; */
}
.f-page-split-news ul li h3 {
    margin: 0;
}
.right_slide {
    /* padding-right: 0; */
}
.v2-tabhome {
    margin-bottom: 10px;
}
h2.setcolor {
    margin: 0;
    background: none !important;
    z-index: 11;
    position: relative;
}

.line {
    width: 100%;
    height: 1px;
    display: none;
}
.bg_color {
    /* width: 100%; */
    /* height: 40px; */
    /* position: absolute; */
    /* opacity: 0.3; */
}
.bg_color {
    /* width: 100%; */
    /* height: 40px; */
    /* position: absolute; */
    /* opacity: 0.3; */
}
.v2-home-pr-item-action a.BNC-add-cart span {
    margin-left: 5px;
    margin-top: 2px;
}

.v2-home-pr-item-boxdetail h3 {
    margin: 10px 5px 10px;
    text-align: center;
    height: 30px;
}
.f-footer-nav h3 {
    margin-top: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.f-footer-nav h3 a {
    color: #fff;
    text-transform: uppercase;
}
ul.f-footer-nav li h3 {
    margin: 0;
}

ul.f-footer-nav li h3 a {
    color: #333;
    font-size: 15px;
}

ul.f-footer-nav li ul li a {
    color: #333;
    font-size: 13px;
    font-family: 'NhomMuaMedium';
}

.f-footer-nav li ul {
    margin-bottom: 12px;
}

.tit_bot {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'NhomMuaMedium';
}
.dktk ul li {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}

.dktk .f-block-title span {
    background: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #fff;
    padding: 0;
    line-height: 27px;
    margin-bottom: 10px;
    margin-top: 4px;
}
.fanpgea {
    padding-right: 0;
}
.ifnfo .f-block-title {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 1px solid #5a5a5b;
    float: left;
    width: 100%;
}

.ifnfo .f-block-title span {
    float: left;
    font-size: 18px;
    line-height: 21px;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    min-width: 180px;
    background: none;
    border-bottom: 3px solid #2d2d2d;
    padding-bottom: 5px;
    margin-bottom: -2px;
}
.ifnfo {
    float: left;
    width: 100%;
    background: url(http://upload2.webbnc.vn/uploadv2/web/36/3658/media/2016/07/05/07/08/1467702829_bg-tt.png);
    padding: 20px;
}
ul#f-pr-page-view-tabid li.active a {
    background: #eaa24e;
}
span.price_old {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}
.f-pr-view-info ul li span.price {
    color: #eaa24e;
    font-size: 20px;
}
ul.f-cate-ul li h2 {
    margin: 5px 0;
}

ul.f-cate-ul li h2 i {
    margin-right: 5px;
    font-size: 13px;
}

.f-cate {
    margin-bottom: 10px;
}
.slide_left {/* width:100%; */}
.right_slide {/* width:100%; *//* clear:both; *//* margin-top: 10px; */}
.right_slide a{/* width:25%; *//* float:left; */}
.f-product-view-info-detail{/* background: #f4f4f4; */}
ul.f-block-news-menu_dmtc_top {
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.img_dmpt {
    /* float: left; */
    display: inline-block;
    font-size: 18px;
    height: 49px;
    line-height: 49px;
    /* margin-bottom: 14px; */
    position: relative;
    text-align: center;
    width: 49px;
    z-index: 1;
}
.img_dmpt::before, .img_dmpt::after {
  border: 1px solid #dddddd;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.4s ease 0s;
  width: 100%;
}
.img_dmpt::after {
  border-color: #e9e9e9;
  height: 75%;
  left: 12.5%;
  top: 12.5%;
  width: 75%;
  z-index: -1;
}
.service-content {
    display: inline-block;
    margin-left: 20px;
    margin-top: 5px;
}

.img_dmpt img {
    margin-left: 12px;
    margin-top: 10px;
    border-radius: 100%;
}

.dmsc:hover .img_dmpt::before,.dmsc:hover .img_dmpt::after
{
      border-color: #eaa24e;
}
.dmsc:hover .img_dmpt::after
{
      background-color: #eaa24e;
}

.nivo-directionNav a {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    height: 50px;
    position: absolute;
    /* left: 46%; */
    text-align: center;
    top: 45%;
    right: auto;
    width: 50px;
    z-index: 9;
}
.nivo-directionNav a::after {
  background: #fff none repeat scroll 0 0;
  color: #000;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  font: normal normal normal 14px/1 FontAwesome;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.nivo-directionNav a:hover::after {
    background: #eaa24e !important;
    color: #fff;
}
a.nivo-prevNav {
    left: 0;
}

a.nivo-nextNav {
    right: 0;
}
.nivo-directionNav {
    display: none;
}

.banner_slider:hover .nivo-directionNav {
    display: block;
}
.nivo-controlNav {

	display: none;
}
.banner_slide {
    position: relative;
    overflow: hidden;
}

.banner_slide img {
    /* width: 100%; */
    transition: all 0.4s ease 0s;
}

.banner_slide:hover img {
    transform: scale(1.2);
}
.img_banner_bot img {
    /* width: 100%; */
}

.under_slide {
    margin: 20px 0;
    float: left;
    width: 100%;
}

.img_banner_bot {
    position: relative;
}

.img_banner_bot a:after {
    background: #eaa24e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.4s ease 0s;
    width: auto;
    z-index: 2;
}

.img_banner_bot:hover a:after {
    opacity: 0.2;
    transform: scale(1);
}
.v2-tabhome-title ul li {
    float: none;
    display: inline-block;
    background: #fff;
}

.v2-tabhome-title {
    position: relative;
    text-align: center;
}

.v2-tabhome-title:before {
    border-bottom: 1px solid #efefef;
    border-top: 2px solid #efefef;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 0;
}
.v2-home-pr-item-boxdetail h3 a {
    font-size: 14px;
    text-transform: uppercase;
}
.v2-home-pr-item-boxdetail h3 a:hover {
    color: #eaa24e;
}
.owl-pagination {
    display: none;
}
.customNavigation div i
{
    margin-top:10px
}
.dmtc_bottom .owl-buttons div i,.f-news-dm .owl-buttons div i
{
	margin-top: 8px;
	color: #333;
}
.customNavigation div,.dmtc_bottom .owl-buttons div,.f-news-dm .owl-buttons div,a.btnprev,a.btnnext {
    background: none !important;
    color: #787878;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 28px;
    line-height: 35px;
    margin-top: -18px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    /* left: 0; */
    transition: all 0.7s ease 0s;
    width: 35px;
    z-index: 99;
    opacity: 1 !important;
    cursor: pointer;
}
a.btnprev:before,a.btnnext:before   {
    top: -1px !important;
}

a.btnprev i,a.btnnext i {
    line-height: 21px;
}
a.btnnext:before,a.btnnext:after,a.btnprev:after,a.btnprev:before,.f-news-dm .owl-buttons div:after,.f-news-dm .owl-buttons div:before,.customNavigation div::after, .customNavigation div::before,.dmtc_bottom .owl-buttons div:after,.dmtc_bottom .owl-buttons div:before {
    border: 1px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    transform: rotate(45deg);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 90;
}
a.btnnext:before,a.btnprev:before,.f-news-dm .owl-buttons div:before,.customNavigation div::before,.dmtc_bottom .owl-buttons div:before,a.btnprev:before {
    background-color: #fff;
    z-index: -9;
}
a.btnnext:after,a.btnprev:after,.f-news-dm .owl-buttons div:after,.customNavigation div::after,.dmtc_bottom .owl-buttons div:after {
    border-color: #fff;
    height: 75%;
    left: 12.5%;
    top: 12.5%;
    width: 75%;
    z-index: -1;
}
.v2-tabhome-product
{
    position:relative;
}

.v2-tabhome-product:hover .customNavigation div {
    opacity: 1;
}
.customNavigation div.owl-next
{
    right:0
}

a.btnnext:hover:before,a.btnprev:hover:before,.customNavigation div:hover::after, .customNavigation div:hover::before,.dmtc_bottom .owl-buttons div:hover:before,
.dmtc_bottom .owl-buttons div:hover:after,.f-news-dm .owl-buttons div:hover:after,.f-news-dm .owl-buttons div:hover:before{
    border-color: #eaa24e;
}
a.btnnext:hover i,a.btnprev:hover i,.dmtc_bottom .owl-buttons div:hover i,.f-news-dm .owl-buttons div:hover i
{
	color:#fff !important	
}
a.btnnext:hover:after,a.btnprev:hover:after,.customNavigation div:hover::after,.dmtc_bottom .owl-buttons div:hover:after,.f-news-dm .owl-buttons div:hover:after {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}
.f-news-dm .owl-buttons,.dmtc_bottom .owl-buttons,.customNavigation.tabsp {
    display: none;
}
.f-news-dm:hover .owl-buttons,.dmtc_bottom:hover .owl-buttons,.tab-content:hover .customNavigation.tabsp{
    display: block;
}
.customNavigation div:hover {
    color: #fff;
    z-index: 2;
}
.dmsp_list {
    clear: both;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
ul.v2-home-catepr-tabul li.active
{
	border: 1px solid #eaa24e;
}
ul.v2-home-catepr-tabul li {
    float: none;
    display: inline-block;
    margin: 0 6px;
    padding: 4px 7px;
    border: 1px solid #eee;
}

.v2-home-catepr-title:before
{
        border-bottom: 1px solid #efefef;
        border-top: 2px solid #efefef;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        top: 7px;
        width: 100%;
        z-index: 0;
}
.bottom-dm {
    background-color: #e8e8e8;
    line-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
}

.bottom-dm::after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    z-index: 2;
}
.single-category-product:hover .bottom-dm::after {
    opacity: 1;
}
.category-title {
    background: rgba(255, 255, 255, 0.64);
    bottom: auto;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    top: 60%;
    width: 100%;
}
.single-category-product:hover .category-title {
    opacity: 1;
    top: 50%;
    z-index: 9;
}
.single-category-product .category-title h3 {
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 111;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.38);
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.single-category-product {
    position: relative;
    margin: 0 10px;
    text-align: center;
}
.f-block.block-bottom.container {
    margin-left: -15px;
}
span.blog-date {
    display: inline-block;
    transform: translateX(-50%);
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
    left: 50%;
    margin-top: -31px;
    font-size: 14px;
}

.blog-content {
    text-align: center;
}
.blog-date::before, .blog-date::after {
    border: 1px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease 0s;
    width: 100%;
}
.blog-date::before {
    background-color: #fff;
}
.blog-date::after {
    border-color: #7e7e7e;
    height: 75%;
    left: 12.5%;
    top: 12.5%;
    width: 75%;
    background-color: #7e7e7e;
    z-index: 0;
}
span.monnt-date {
    color: #fff;
    font-size: 11px;
    left: 0;
    line-height: 1;
    margin-top: 14px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 99;
}
.blog-date .monnt-date small {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}
.blog-date .monnt-date small::after {
    border-bottom: 1px solid #fff;
    bottom: -5px;
    content: "";
    left: 50%;
    margin-left: -6.5px;
    position: absolute;
    width: 13px;
}
.f-news-item-title {clear: both;padding-top: 35px;}

.f-news-item-title h3 a {
    font-size: 15px;
    line-height: 20px;
}
.f-news-item-title h3 a:hover {
    color: #eaa14f;
}
.row_logo_bottom {
    border-top: 1px solid #ccc;
    margin-top: 34px;
    padding-top: 34px;
    padding-bottom: 15px;
}
.line_bot {
    border-bottom: 1px solid #2a2a2a;
    border-top: 2px solid #2a2a2a;
    height: 5px;
    margin-bottom: 22px;
    margin-top: 30px;
}
.header-logo-bottom {
    display: none;
}
.footer-socials ul {
    padding: 15px 0 0;
}
.footer-socials ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-socials ul li a {
    color: #2a2a2a;
    display: inline-block;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 26px;
}
.footer-socials ul li a::before {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -4px;
    transform: rotate(45deg);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
.footer-socials ul li a:hover {
    color: #fff;
    z-index: 2;
}
.footer-socials ul li a:hover::before {
    background-color: #2a2a2a;
}
.footer-socials ul li a i
{
    font-size: 15px;
    line-height: 18px;
}

.f-subscribe-title {
    float: left;
    width: 100%;
}
.logo_bottom {
    margin-bottom: 30px;
}
.image_title {
    position: relative;
}
.image_title img {
    width: 100%;
}
.image_title:before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.f-module-page-title {
    text-align: center;
    margin-top: -200px;
    margin-bottom: 160px;
    width: 1170px;
}
.f-product-chooseview a {
    border: 1px solid #eee;
    text-align: center;
    width: 30px;
    margin-right: 5px;
    height: 28px;
    display: block;
    float: left;
}

.f-block-title {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.f-block-title:after {
    border-bottom: 1px solid #efefef;
    border-top: 2px solid #efefef;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 0;
}

.f-block-body ul li a:hover {
    color: #eaa24e;
}
.f-pagging.text-right {
    float: right;
}
.onsale, .new {
    height: 48px;
    left: auto;
    line-height: 43px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 10;
    background: transparent none repeat scroll 0 0;
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    left: 0;
    transform: rotate(-45deg);
}
.onsale::before, .new::before {
    border-bottom: 66px solid transparent;
    content: "";
    position: absolute;
    top: 3px;
    z-index: -1;
}
.onsale::before {
    border-left: 66px solid #fff;
    left: -9px;
    transform: rotate(45deg);
}
.name_sp_detail {
    text-align: center;
    margin-bottom: 215px;
    margin-top: -220px;
    color: #fff;
    font-size: 20px;
    width: 1170px;
    text-transform: uppercase;
}
.des-van-tat {
    float: left;
    width: 100%;
    text-align: justify;
}
.like-product_detail {
    float: left;
    width: 40px;
    text-align: center;
    margin-left: 5px;
    height: 40px;
    color: #333;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.like-product_detail a {
    line-height: 40px;
    /* background: #ccc; */
}

.like-product_detail a i {
    line-height: 40px;
}

.like-product_detail a:hover {
    /* background: #000; */
    /* color: #fff; */
}
.like-product_detail:hover i {
    color: #fff;
}
.like-product_detail:hover {
    background: #000;
    color: #fff;
}
button.like-product:hover {
    background: none !important;
    color: #eaa24e;
}
.v2-home-pr-item a.quickview i:hover {
    color: #eaa24e;
}

button.btn.compare:hover {
    color: #eaa24e;
}

.v2-home-pr-item-action a.BNC-add-cart span:hover {
    color: #eaa24e;
}
ul#f-pr-page-view-tabid li:last-child {
    display: none;
}
.f-news-page-item-img {
    overflow: hidden;
}

.f-news-page-item-img img {
    transition: all 0.4s ease 0s;
}
.f-news-page-item:hover .f-news-page-item-img img
{
    transform: scale(1.2);
    opacity: 0.6;
}
.f-news-page-item-summary {
    font-size: 13px;
}

li.f-news-page-item {
    text-align: center;
    margin-bottom: 33px;
}

.f-news-page-item-text {
    margin-top: 50px;
    display: block;
}
.f-news-page-item-text h3 a
{
    font-size: 15px;
    line-height: 20px;
}
.name_news_details {
    text-align: center;
    margin-bottom: 365px;
    margin-top: -220px;
    color: #fff;
    font-size: 20px;
    width: 1170px;
    text-transform: uppercase;
}
.writer {
    margin: 10px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    font-size: 13px;
    float: left;
    width: 100%;
}
.writer p {
    float: left;
    margin-right: 18px;
    margin-bottom: 0;
}
.writer i {
    margin-right: 5px;
}
.writer a
{
    font-size:13px;
}
.f-news-view-title h1 {
    font-size: 26px;
}
ul#f-pr-page-view-tabcomentid {
    float: left;
}
.f-page-split-news ul li h3 a {
    font-size: 13px;
    line-height: 20px;
}
.f-page-split-news ul li a i {
    font-size: 10px;
    margin-right: 5px;
}
.container.mainchild.contact .f-ctn-right {
    display: none !important;
}
.container.mainchild.contact .f-ctn-center {
   width:100%;
}
label {
    font-weight:normal;
}

.f-contact-page-info {
    margin-bottom: 20px;
}
button#btnSent {
    background: #333;
    color: #fff;
}
button#btnSent:hover
{
    background: #eaa24e;
}
button#btnCancel {
    background: #eaa24e;
    color: #fff;
}
button#btnCancel:hover {
    background: #333;
   
}
input.form-control,textarea.form-control {
    background: none;
    /* padding: 0; */
    margin: 0;
    height: 37px;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
}
textarea.form-control
{
    height:100px !important;
}
.menu.mobile {
    display: none;
}
.dmtc_top {
    margin-bottom: 20px;
    float: none;
    display: inline-block;
    width: 33%;
}
ul.f-tab-home li a {
    background: #fff;
    padding: 0 10px;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

ul.f-tab-home li {
    display: inline-block;
}

ul.f-tab-home li.active a {
    color: #eaa24e;
}
.f-album-item-img,.f-video-item-img {
    position: relative;
    width: 100%;
    height: 100%;
}
.f-album-item-img:hover:before,.f-video-item-img:hover:before
{
    background: none repeat scroll 0 0 rgba(0,0,0,0.4);
}
.f-album-item-img:before,.f-video-item-img:before {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: 0 solid rgba(0,0,0,0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.f-album-item-img a,.f-video-item-img a {
    position: relative;
    display: block;
}

.f-album-item-img:hover a:before,.f-video-item-img:hover a:before
{
    opacity:1;
    top:40%;
    visibility:visible;
    color: #eaa24e;
}
.f-video-item-img a:before
{
	 content: "\f1c8";
    font: normal normal normal 22px/1 FontAwesome;
    left: 0;
    color: #fff;
    opacity: 0;
    width: 30px;
    height: 30px;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 42%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}
.f-album-item-img a:before {
    content: "\f03e";
    font: normal normal normal 22px/1 FontAwesome;
    left: 0;
    color: #fff;
    opacity: 0;
    width: 30px;
    height: 30px;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 42%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}
.f-album-item-title h3,.f-video-item-title h3 {
    background: #eaa24e;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

.f-album-item-title h3 a,.f-video-item-title h3 a {
    color: #fff;
}

.f-album-item-title h3 a:hover,.f-video-item-title h3 a:hover {
    color: #ccc;
}

.nivo-caption {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    color: #fff;
    width: 100% !important;
    height: 100% !important;
    z-index: 8;
  background:none !important;
}
.bounceInUp {
    -webkit-animation: bounceInUp 2000ms ease-in-out;
    -moz-animation: bounceInUp 2000ms ease-in-out;
    -ms-animation: bounceInUp 2000ms ease-in-out;
    animation: bounceInUp 2000ms ease-in-out;
}
.slider-text
{
      left: 10%;
      margin-top: -130px;
      position: absolute;
      text-align: left;
      top: 50%;
      width: 70%;
}
.sub-title {
    margin: 30px 0;
}
.fadeInDown {
    -webkit-animation: fadeInDown 2000ms ease-in-out;
    -moz-animation: fadeInDown 2000ms ease-in-out;
    -ms-animation: fadeInDown 2000ms ease-in-out;
    animation: fadeInDown 2000ms ease-in-out;
}
.nivo-caption a.sl-button {
    background-color: transparent;
    border: 1px solid rgba(252, 252, 252, 1);
    font-size: 11px;
    text-shadow: 1px 1px 1px #555;
    font-style: normal;
    display: none !important;
    font-weight: 400;
    line-height: 14px;
    padding: 7px 20px;
    color: #fff;
    text-align: left;
}
.sl-heading,.sub-title {
    text-align: left;
    text-shadow: 1px 1px 1px #555;
}
.button-small:hover {
    background: #eaa24e;
    color: #fff;
}
li.cate_list h2 {
    margin: 0;
    line-height: 25px;
}

li.cate_list h2 a i {
    margin-right: 5px;
}

li.cate_list h2 a {
    font-size: 13px;
}

li.cate_list h2 a:hover {
    color: #eaa24e;
}
.image_dm:before
{
	    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image_dm {
    position: relative;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #eaa24e;
    border-color: #eaa24e;
    cursor: default;
}
  .f-page-split.comment {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.f-album-detail {
    margin-top: 10px;
}
.f-video-view-detail {
    margin: 10px 0;
}
.f-album-item {
    margin-bottom: 20px;
}
ul.f-cate-ul li h2 {
    margin: 5px 0;
}

ul.f-cate-ul li h2 a {
    font-size: 14px;
}
a.testa {
    font-size: 14px;
}
.bg_map {
    margin-top: 0 !important;
}
.form-horizontal .form-group
{
	margin-left:0;
	margin-right:0;
}
.f-color-search ul li {
    border: 1px solid white;
    display: block;
    float: left;
    width: 11%;
}
.f-color-search ul li a {
    display: block;
    height: 25px;
}
#owldoitacduoi .owl-buttons {
    display: none;
}
#owldoitacduoi .owl-controls.clickable {
    display: none;
    margin: 0;
}
.coccoc-alo-phone.coccoc-alo-phone.coccoc-alo-show {visibility: visible;}
.coccoc-alo-phone {position: fixed;visibility: hidden;background-color: transparent;width: 100px;height: 100px;cursor: pointer;z-index: 200000!important;-webkit-backface-visibility: hidden;-webkit-transform: translateZ(0);-webkit-transition: visibility .5s;-moz-transition: visibility .5s;-o-transition: visibility .5s;transition: visibility .5s;left: -80px;bottom: 15%;}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {border-color: #00aff2;border-color: #bfebfc 9;opacity: .5;}
.coccoc-alo-ph-circle {width: 160px;height: 160px;top: 20px;left: 20px;position: absolute;background-color: transparent;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid rgba(30,30,30,0.4);border: 2px solid #bfebfc 9;opacity: .1;-webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;-moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;-ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;-o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {background-color: rgba(0,165,233,0.9); background-color: #a6e3fa 9;opacity: .75!important;}
.coccoc-alo-ph-circle-fill {width: 100px;height: 100px;top: 50px;left: 50px;position: absolute;background-color: #000;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .1;-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {background-color: #1970e0;}
.coccoc-alo-ph-img-circle {width: 60px;height: 60px;top: 70px;left: 70px;position: absolute;background: rgba(30,30,30,0.1) o-repeat center center;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;}
@-moz-keyframes coccoc-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes coccoc-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);
-webkit-opacity:.1}}@-o-keyframes coccoc-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}@-moz-keyframes coccoc-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes coccoc-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes coccoc-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes coccoc-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)}}@-o-keyframes coccoc-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}@-moz-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-o-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-moz-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-o-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes coccoc-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-webkit-keyframes coccoc-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-o-keyframes coccoc-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@keyframes coccoc-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes coccoc-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes coccoc-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes coccoc-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes coccoc-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) 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(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) 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(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) 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(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}@keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) 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(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
.coccoc-alo-ph-img-circle:After{content:"\f095";font-family: fontawesome;color: white;font-size: 40px;position: absolute;top: 2px;		left: 13px;
}