/*----huu hiep ---*/
@import url("fonts.css");
 body {
    font-family: arial,tahoma,"segoe ui", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /* min-width: 1349px; */
    background: #fff;
}
/* global */
div.wap
{width:100%;margin:auto;max-width:1356px;}
div.wapper
{ 
  margin:auto;
  max-width:1200px;
  position:relative;
  width:100%;
  padding:0px 10px;
}
.container{position:relative;}
 .rel {
    position:relative;
}
.back-to-top {
    position:fixed;
    z-index:123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
   
}
 header {
	 position:relative;
    top: 0;
    z-index: 123;
    width: 100%;
	background:#fff;
	transition:all 0.5s;
}
.top-header 
{
	position:relative;
	height:auto;
	background:url(../img/br-top.png) repeat-x;
}
.cc-hotline {float:left;font-family:sfuFutu;font-size:14px;color:#fff;line-height:25px;}
.cc-hotline a{color:#fff !important;}
header .logo{
    position:relative;
    z-index: 999;
    text-align:center;
	 margin: 5px 0px;
	float:left;
	width:15%;
}
.logo img
{
	display:inline-block !important;
	width:100%;
	max-width: 170px;
}
.r-header {position:relative;width:68%;float:left;padding-top:34px;margin:0px 50px;}
.cc-order {float:right;width:63px;height:72px;background:url(../img/order.png) no-repeat;margin-right:20px;cursor: pointer;}
.banner-m{position: relative;}
header .banner img 
{
	position: relative;
	display: block;
	margin:5px auto;
}
.calling 
{
	position: fixed;
    top: 200px;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../img/calling.png) no-repeat;
    z-index: 9999;
    background-size: 100% 100%;
	 cursor: pointer;
}

.global-title1 h2 {
    font-family:sfuFutu;
    line-height: 40px;
    color: #563721;
    font-size: 24px;
    z-index: 2;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin: 0;
}

.global-title1, .global-title {
       margin-top: 0;
    margin-bottom: 25px;
    position: relative;
 
}
.global-title h2 {
       font-family: sfuFutu;
    line-height: 40px;
    color: #563721;
    font-size: 20px;
    z-index: 2;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #563721;
}

nav {
	    z-index: 1234;
    width: 100%;
    position: relative;
}
.menuuu {position:relative;z-index:12;}
ul#main-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
}

ul#main-nav li.active a {
	/*color:#f4ec23 !important;*/
}
ul#main-nav li a:hover {
    /*color:#f4ec23 !important;*/
}
ul#main-nav li.active,ul#main-nav li:hover {
}
ul#main-nav a {
}

ul#main-nav > li {
    float: left;
    padding: 11px 17px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 12px;
    text-align: center;
}

ul#main-nav li.promotion {
	
position: relative;
}

ul#main-nav li.promotion img {
    position: absolute;
    top: 5px;
    right: -5px;
}

ul#main-nav li a{  -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;}
/* icon */
ul#main-nav > li.last:after, ul#main-nav > li.last:before {
    margin-right:0;
    display:none;
}
ul#main-nav > li:after, ul#main-nav > li:before {
    background:rgba(255, 255, 255, 0.16);
    position: absolute;
    content:"";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0px;
    z-index: 2;
    opacity: 0	;
}
ul#main-nav > li:after {
    background: #007f37;
    right: 1px;
	
}

ul#main-nav a {
	font-family: sfuFutu;
	font-size: 14px;
	padding:14px 0px;
}
ul#main-nav > li a {
    color: #563721;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    text-decoration:none;
}
ul#main-nav > li a:after, ul#main-nav > li a:before
{
	    width: 0px;
    height: 4px;
    background: #563721;
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul#main-nav > li a:after {
   left: auto;
    right: 50%;
}
ul#main-nav > li a:hover:after, ul#main-nav > li a:hover:before, ul#main-nav > li.active a:after, ul#main-nav > li.active a:before{    width: 50%;}

ul#main-nav > li ul.x li.f a:after, ul#main-nav > li ul.x li.f a:before {
    opacity: 0;
}


ul#main-nav > li.active a.ac, ul#main-nav > li:hover a.ac{
    text-decoration: none;
    color:#1F562F;
	z-index:123;
}

ul#main-nav > li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: auto;
    left: 0;

}
ul#main-nav > li ul ul{
	left:100%;
	top: 0;
}
ul#main-nav > li ul li {
    padding: 6px 6px;
    width: 265px;
    position: relative;
    background-color:#fff;
    text-align: left;
	border-bottom:1px dashed #1E5D00;
}

ul#main-nav > li ul.x li.f:hover a{color:#1F562F;}
ul#main-nav > li ul.x li.f ul li.t:hover {
   background:#DA2419;
}
ul#main-nav > li ul li a {
    line-height: 25px;
    padding-left: 5px;
    text-transform: inherit;
    color:#563721 !important;
}
ul#main-nav > li:hover > ul {
    display: block !important;
}
ul#main-nav li:hover > ul{display: block !important;}
header #lang-bar{
 
	float:right;
}
header #lang-bar a {text-decoration:none;font-family:sfuFutu;font-size:14px;color:#fff;line-height:25px;}

header #social-air{
   float:right;
    color: #fff;
	font-size:13px;
}
 #social-air a {
    margin-right: 20px;
    position: relative;
}
#form-search 
{
	overflow: hidden;
    float: right;
    width: 205px;
    position: absolute;
    top: 5px;
    right: 55px;
    background: #fff;
    height: 30px;
    border: 1px solid #ccc;
    display: none;
}
#form-search input 
{
	    width: 100%;
    border: none;
    padding: 0px 5px;
    outline: none;
    background: transparent;
	    top: 2px;
    height: 25px;
    position: relative;
}
.btn-search button
{
	    position: absolute;
    right: 0px;
    top: -8px;
    padding: 6px 10px;
    border: 0;
    background: #9D029B;
    color: #ED1B24;
    font-size: 23px;
    outline: none;
}
::-webkit-input-placeholder {
   color: #000;
	font-family:Arial;
	font-size:13px; 
}

:-moz-placeholder { /* Firefox 18- */
	 color: #000;
	font-family:Arial;
	font-size:13px; 
}

::-moz-placeholder {  /* Firefox 19+ */
	 color: #000;
	font-family:Arial;
	font-size:13px; 
}

:-ms-input-placeholder {  
	 color: #000;
	font-family:Arial;
	font-size:13px; 
}

header #form-search button{	
	    position: absolute;
    right: 5px;
    top: 3px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 14px !important;
    outline: none;
    background: transparent;
}

#form-search1 button{
	    position: absolute;
    right: 5px;
    top: 6px;
    border: 0;
    color: #fff;
    outline: none;
    background: transparent;
}
#form-search1 input
{
	width:80%;
	top:5px;
	background:transparent;
	border:transparent;
	padding: 7px 0px;
    padding-left: 10px;
	outline:none;
}
#form-search1
{
    width: 240px;
	height:35px;
    background:url(../img/br-search.png) no-repeat;
	position:relative;
	top:10px;
	float:right;
}
#page-wrapper {
    position: relative;
    z-index: 23;
   margin:0px;
  
}
.ct-media{text-align:center;}
.ct-media a{text-decoration:none;color:#333333;font-family:sfuFutu;line-height:30px;}
.wap-panter {width:100%;height:auto;margin:auto;}
.wap-panter img {width:100%;height:auto;}
.xbx-content .bx-wrapper{max-width:100% !important;}
#content-right {width:23%;float:right;margin-top:10px;}
.col_r {width:75%;float:left;margin-top:10px;}
div.chaysp{position:relative;}
div.chaysp .slick-prev
{
background: url(../img/view.png) no-repeat;
    opacity: 1;
    z-index: 999999;
    position: absolute;
    top: -16px;
    right: 20px !important;
}
div.chaysp .slick-next
{
	 background: url(../img/next.png) no-repeat;
	     opacity: 1;
    z-index: 999999;
    position: absolute;
    top: -16px;
    right: -7px !important;
}


.xbx-content .bx-wrapper .bx-viewport{padding:0 !important;}
.li.a1{margin-right:20px !important;}
#content-center {
	
}
.box_containerlienhe {margin:10px 0px;}
/*---res menu---*/
#responsive-menu
{
	position: relative;
    z-index: 1;
    width: 100%;
    max-height: 100%;
    z-index: 1234;
    top: 0;
    max-height: 420px;
    overflow-y: hidden;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
}
#responsive-menu .title{
    background:#5D8E11;
    padding-left: 10px;
    padding: 13px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    cursor: hand;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.4);
}
#responsive-menu .content {}
#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    background: #F9F9F9;
}
#responsive-menu .content > ul{
    display: none;
}

#responsive-menu .content  .toggle-menu{
	float:right;
	background: url(../img/icon-1.png) no-repeat center center;

	width: 15px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
	margin-right: 7px;
	position: absolute;
	top: 7px;
	right: 0px;
	padding: 10px;
}
#responsive-menu .content  .toggle-menu.active{
background: url(../img/icon-2.png) no-repeat center center;
}
#responsive-menu .content  ul li a{
    color: #8A8989;
	 font-family: robotoRe;
    text-decoration: none;
    font-size: 16px;
    padding-left: 5px;
}
#responsive-menu .content  ul li:hover a
{color:#563721;}
#responsive-menu .content  ul li{
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: hand;
    cursor: pointer;
}
#responsive-menu .content  ul li:hover{background:#fff}
#responsive-menu .content  ul li ul{display:none}
#responsive-menu .content li li:first-child{border-top:1px solid #ccc}
#responsive-menu .content > ul > li ul{
    position: relative;
    top: 9px;
}
#responsive-menu .content > ul li ul li{
    /* padding-left: 15px; */
    text-indent: 10px;
}
#responsive-menu .content > ul li ul li ul li{text-indent:20px}
.hide {padding:0;}
.inner-wrap-product{}
/*---res menu---*/
/*---info---*/
.info-m
{
	background:#fff;
	padding:40px 20px;
	padding-bottom:0;
}
.title-i {margin-bottom:20px;}
.title-i h2
{
	float: left;
    border-left: 5px solid #004A80;
    background: #fff;
    margin: 0;
    font-family: Segoe UI;
    font-size: 20px;
    position: relative;
    padding: 0 10px;
}
.title-i:before
{	
	content: "";
    position: absolute;
    top: 12px;
    width: 95%;
    border-top: 1px solid #d5d2d2;}
.item-news {margin:10px 0px;padding:0;}
.item-news .img-news
{
	
	
}
.item-news .img-news img
{
	
    width: 140px;
    height: 135px;
    border-radius: 50%;
	box-shadow:0px 0px 4px #ccc;
}
.name-desc a{text-decoration:none;}
.name-desc h3{font-family:robotoRR;font-size:16px;color:#262626;}
.desc-news p.mota{color:#262626;font-size:12px;}
a.chitiet{float:right;color:#004a80;font-size:12px;}
/*---info---*/
/* media queue */
@media (min-width: 1365px) {
	#hotlinexxx{text-align:center;right:293px !important; }
	.hidden-mdd{display:none;}
	
	header .banner img 
	{
	
	}
	.slogan-m img
	{
		    margin: 0 !important;
    position: relative;
    left: 285px;
    top: 30px;
	}
	
}
 @media (min-width: 1200px) {
}
  @media (max-width: 1024px) {
	 
	  .col_r{width:100%;}
	 .r-header {width: 70%;margin: 0px 20px; padding-top: 29px;
}	
	.container{padding:0;}
	header #lang-bar.pull-right{ float:none !important;margin-bottom:20px;}
	  .contact-f {margin-top:0 !important;}
	
	.contact-f ul li {color:#fff !important;}
	
	.contact-f h2 {color:#fff !important;}
	
	.content #form-search1{display:none;}
	ul#main-nav > li{padding: 14px 20px;}
	
	
	#form-search1 {width:220px;}
	.social-bot  {width:100%;text-align:center !important;}
	
	.tktc{width:100%;text-align:center !important;}
	.dknt{width:50%;}
	.fbb{width:50%;}
	iframe#video-frame{width:100%;}
	.hidden-mdd{display:block;}
	.spnb{display:none;}
	#content-right .right-title h2{font-size: 27px !important;line-height:57px;}
	#content-right .content.support{padding-left:25px;padding-right:25px;}
	header {background:none;background-color:#FDFDFD !important;}
	#hotlinexxx {
		position: relative;
    top: 0;
    right: 0;
    text-align: center;
	}
	
	
	#content-right {width:100%;}
	#content-center {width:100%;}
	.httt {width:49%;}
	.fbbb {width:49%;}

	#content-right .right-title {background:none !important;background-color:#1E5D00 !important;}
	
	#content-right .content.no-bd {margin-top:0 !important;padding-top:0 !important;}
	#content-right .content.support {margin-top:0 !important;width:100% !important;}
	.items-bottom-left {margin-top:0 !important;padding-top:10px !important;}
	

	.banner-m {width:65%;}
	.content #form-search{display:block !important;top:10px;}


	#form-search {right:10px;}

	#content-right .box-left {background:none !important;background-color:#488E07 !important;padding-top:10px;padding-bottom:10px;}
	#content-right .box-left:before,#content-right .box-left:after{display:none;}
	#content-right .right-title h2 {height:auto !important;line-height:50px !important;}
	.contact-f {width:100%;text-align:center;}
	.maps,.social-f {width:50%;}
}
@media (max-width: 768px) {
	.logo-footer {width:100% !important;float:none !important;text-align:center;border-right:0 !important;border-bottom:1px solid #ccc;}
	.dknt,.social-f{width:48% !important;}
	.wap-media{padding:25px 0px !important;}
	.main-ab {margin:0 !important;}
	.border-ab{padding:20px !important;}
	
	.banner-m{width:100%;}
	.content #form-search1{display:block;}
	header .logo {width:100%;}
	.banner-m {width:100%;}
	.r-header {display:none;}
	header .logo{float:none;}
	.cc-order {float:none;margin:0 auto;}
	#form-search1 {position:absolute;right:0;top:0;}
	#form-search1 button {top:5px;right:17px;}
	.desc-intro{padding:0 20px !important;}
	header #social-air {float:none;}
	.contact-f {text-align:center;}


	li.a1
	{
		width:285px !important;
		margin-right:0 !important;
		margin:0 10px;	
	}
	.tin-tuc{margin-top:20px;}
	iframe#video-frame{width:100%;}
	
	.copyright{line-height:35px !important;}
}
@media (max-width: 767px) {
	.visible-xs.hotline-xs{
    color: #ff0000;
    /* font-weight: bold; */
    font-size: 25px;
    font-family: robotoBo;
}
	li.a1
	{
		width:285px !important;
		margin-right:0 !important;
		margin:0 10px;	
	}
	.box-items{width:50%;}
	.mail-form button {width:60px !important;}
}
@media (max-width: 600px) {
	
	.dknt,.social-f{width:100% !important;}
	 .social-f{border-left:0 !important;}
	 .copy {text-align:center !important;}
	
	header .banner{margin-top:0;
	}

	.form-horizontal .form-group{margin-left:0;margin-right:0;}
	.item-news .img-news img 
	{
		width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: 0px 0px 4px #ccc;
	}
	iframe#video-frame{width:100%;}
	#product-wrap .box-items{width:49%;}
	.content-2 .box-items{width:49%;}
	.content-2 .box-items:nth-child(2n+1){clear:both;}
	#product-wrap .box-items:nth-child(2n+1){clear:both;}
	.slogan-m img {margin:auto !important;}
	.httt {width:100%;}
	.fbbb {width:100%;}
	

	.social-f .titlee{text-align:center;}
	.bottom-footer{text-align:center;}
	.bottom-footer .tktc{text-align:center !important;}
	.maps {margin-top:15px;}
	.title-f {text-align:center;}
	.maps,.social-f {width:100%;text-align:center;}
	.main-ab {padding:13px 0px !important;}
}	
@media (max-width: 320px) {
	header .logo img{margin-left:0px;}
	.banner img {margin-left:0px;}
	.dknt{width:100%;}
	.fbb{width:100%;}
	.form-horizontal .form-group{margin-left:0;margin-right:0;}
	.send{text-align:center;}
	.video-wrapper.mini { padding-bottom: 60%;}
	.tktc{text-align:center;}
	.info-m {padding:40px 0px;}
	iframe#video-frame{width:100%;}
	#content-right .box-item .image{width:252px !important;}

	#product-wrap .box-items{width:100%;}
	.content-2 .box-items{width:100%;}
	.httt {width:100%;}
	.fbbb {width:100%;}
	.contact-f {width:100%;text-align:center;}
	.social-f {width:100%;}
	.bottom-footer{text-align:center;}
	.bottom-footer .tktc{text-align:center !important;}
	#content-right .content.product ul li{padding-left: 0px !important;text-align:center;}
	#content-right .content.support {padding: 0 10px;}
	.box-dv{padding:0 !important;}
}
/* media queue */
.news-content * {
    max-width: 100%;
}
 footer {
    background-size: 100%;
	position:relative;
	height:auto;
	background-size:100% 100%;
}
.contact-f h2
{
	    font-family: robotoBo;
    font-size: 20px !important;
    color: #fff200;
	text-transform:uppercase;
	margin-top:0;
}
.contact-f p
{
	    list-style: none;
    font-size: 13px !important;
    font-family: robotoRe;
    color: #fff;
    line-height: 25px;
}
.slick-next,.slick-prev {display:none !important;}
.slick-dots {display:none !important;}
.copy {font-size:14px;color:#563721;font-family:sfuFutu;padding-top: 46px;text-align:right;}
.contact-f ul li img{margin-right:5px;}
.box_containerlienhe .content p
{
font-size:13px;
	font-family:Arial !important;
	color:#000000 !important;
	margin:22px auto;
}

.input-sm {border-radius:0;font-style:italic;}
.form-group{margin-bottom:7px;}
.btn-default
{
	color: #fff;
	background-color: #007BCC;
	border-color: transparent;
	text-shadow: none;
	border-radius: 0;
	font-weight: bold;
	padding:5px 28px;
}
.fbb{margin-top:27px;font-size:12px;color:#fff;text-align:right;}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{background: #015992;outline:none;color:#fff;border:0;}
#social-air 
{
	
}
#social-air li{list-style:none;margin-bottom:2px;margin-right:-10px;}

.mail-form{ background:transparent;width:100%;height:35px;}
input#mail {
       width: 90%;
    font-size: 14px;
    border:2px solid #baada4;
	outline:none;
	background:#fff;
}
.mail-form input {
    padding: 6px 0px;
	padding-left:10px;
}
::-webkit-input-placeholder {
   color: #989898;
	font-family:Arial;
	font-size:12px;
}

:-moz-placeholder { /* Firefox 18- */
	  color: #989898;
	font-family:Arial;
	font-size:12px;  
}

::-moz-placeholder {  /* Firefox 19+ */
	 color: #989898;
	font-family:Arial;
	font-size:12px;
}

:-ms-input-placeholder {  
	 color: #989898;
	font-family:Arial;
	font-size:12px;
}
.mail-form button
{
	position: relative;
    top: 15px;
    background: #8BBE3B;
    border: 0;
    height: 35px;
    width: 105px !important;
    font-family: sfuFutu;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    text-transform: uppercase;
    margin: auto;
}
.mail-form button:hover{background:#619016;transition:all 0.5s;}


#social-air ul {padding:0;}
#social-air ul li a{font-size:14px;color:#fff;}
#social-air ul li a img{margin-right:10px;}

.video-wrapper {
    /* border: 1px solid #ccc; */
}
/* maps */
 .video-wrapper iframe {
    width: 100% !Important;
    left:0;
    right:0;
    position:absolute;
    height: 100% !important;
    border: 0;
}
.map-contact {

}

/* maps */
.video-wrapper.mini {
	    padding-bottom: 35%;
	    
}
.video-wrapper {
    position: relative;
    padding-bottom: 87%;
    height: 0;
}

.fixed-menu
{
	position:fixed;
	top:0;
}


.wrap-search
{
	position:absolute;
	width:285px;
	height:auto;border:1px solid #ddd;
	right:0;
	padding:10px;
	background:#fff;
	border-radius:5px;
	display:none;
}
#wrap-search
{
	    position: fixed;
    z-index: 99999;
    top: 10%;
    right: -200px;
    width: 200px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#wrap-search img.icon-search
{
	    position: absolute;
    left: -26px;
    top: 8px;
    cursor: pointer;
    z-index: 999;
}

#footer1 img{width: 30%;
    max-width: 30px;
    vertical-align: middle;float:left;}
#footer1 a{color:#fff;text-decoration:none;font-size:14px;font-family:robotoBo;}
.blink_me
{
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
footer {
    
    background:#fff;
    position:relative;
	border-top:1px solid #afafaf;
}
.logo-footer
{
	width: 33%;
    float: left;
    border-right: 1px solid #afafaf;
    padding: 40px 0px;
}
.logo-footer img {max-width:200px;}
.dknt {width:34%;float:left;padding:25px 0px;text-align:center;}
.title-f {font-size:14px;font-family:sfuFutu;color:#563721;text-transform:uppercase;font-weight:bold;margin-bottom:10px;}
.social-f {width:33%;float:left;border-left: 1px solid #afafaf;padding-top:40px;padding-bottom:20px;text-align:center;}

.content-vi {padding:5px;}
#video-play
{
	cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3) url(../img/play.png) no-repeat center center;
    top: 0;
    left: 0;
    z-index: 123;
    background-size: 62px;
}
 select.pick-video {background:rgba(0, 0, 0, 0.52) !important;border: 0;margin-top: 2px;outline:none;font-family:robotoRe;color:#fff;font-size:12px;}
.copyright {background: #00933f;line-height: 55px;color:#fff;text-align:center;}
.atss-left 
{
	    left: auto !important;
    float: right !important;
    right: 0 !important;
}
.wrap-doitac
{
	background:#fff;

}
.item-doitac {position:relative;outline:none;}

.item-doitac img {padding:60px 0px;width:auto;margin:auto;outline:none !important;}
.item-doitac img:hover,.item-doitac img:focus{outline:none;}
.result {font-family:robotoRe;font-size:14px;margin-bottom:10px;}
.result span{color:#ff0000;}
/*--dv---*/
.box-dv {position:relative;text-align:center;padding:0 20px;}

.box-dv .img-dv
{
	max-width:130px;
	max-height:130px;
	position:relative;
	margin:auto;
	
}
.box-dv .img-dv
{
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.box-dv .img-dv:hover
{
	-webkit-transform: scale(1.04);
      transform: rotateY(180deg);
	
}
.img-dv img:focus, ..img-dv img:hover {outline: none !important;}
.box-dv .img-dv img{max-width:100%;max-height:100%;}
.box-dv h3 a{font-family:robotoBo;font-size:15px;color:#fff;text-decoration:none;text-transform:uppercase;}
.box-dv div{font-family:robotoRe;font-size:13px;color:#fff;}
.main-ab {border: 2px solid rgba(0, 0, 0, 0.43);padding: 10px;margin:0 90px;}
.border-ab{border:1px dotted #583924;padding:50px 100px;}
.wap-media {background:url(../img/br-ab.png) no-repeat center;background-attachment: fixed;background-size:auto 100%;padding:75px 0px;}
.desc-about {font-family:robotoRe;font-size:14px;color:#141414;line-height:25px;}
.box-find img{width:100%;max-height:530px;margin-bottom:15px;}
.addcart{       background: #1f4e34;padding: 10px 30px;color: #fff;}
