﻿.header-mid {
    padding: 0;
    background: url('../images/banner.jpg') no-repeat left center;
    height: 180px;
    position: relative;
}
.box-logo-web {
    padding-top: 11px;
}

.title_run {
    font-size: 14px;
    height: 40px;
    background: #ebebeb;
    margin-bottom: 10px;
}
.marquee {
    height: 40px;
    overflow: hidden;
    position: relative;
}
.marquee h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: marquee 25s linear infinite;
    -webkit-animation: marquee 25s linear infinite;
    animation: marquee 25s linear infinite;
    color: #000;
    font-family: 'Roboto-Itatic';
}
/* Move it (define the animation) */
@-moz-keyframes marquee {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
/**/
.contact-bx {
    float: left;
    width: 100%;
    padding: 80px 0 0;
    margin-left: -15px;
}
.contact-bx img {
    float: left;
    margin-right: 10px;
}
.contact-bx p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.box-logo-web a{
	display:block;
	margin-top:30px;
}

/*menu */
.menutop {
    position: absolute;
    left: -10px;
    width: 100%;
	top:6px;
}
.menutop >ul{}
.menutop >ul > li{ display: inline-block;position: relative;}
.menutop >ul > li>a {
    color: #fff;
    font-family: 'RobotoSlabR';
    font-size: 12px;
    text-transform: uppercase;
}
.menutop >ul > li>a >strong {
    display: block;
    padding: 11px 15px 10px;
}
.menutop >ul > li.active >a >strong {
    background: #00aff0;
    color: #000;
    transform: skew(-25deg);
}
.menutop >ul > li.active >a >strong >span{
    color: #000;
    transform: skew(25deg);
    display: block;
}
.menutop >ul > li>a:hover {
    color: #000;
}
/*.menutop >ul > li>a:hover > strong:hover {
    color: #000;
    background: #00aff0;
    transform: skew(-25deg);
}*/
/*.menutop >ul > li.active >a >strong >span:hover{
    color: #000;
    transform: skew(25deg);
    display: block;
}*/
.menutop >ul > li>ul {
    display: none;
    position: absolute;
    left: 0;
    width: 250px;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: all 0.2s;
    z-index: 999;
}
.menutop >ul > li >ul li {
    float: left;
    width: 100%;
    padding: 7px 10px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.menutop >ul > li> ul li a {
    color: #000;
}
.menutop >ul > li > ul > li >ul {
    display: none;
    top: 0;
    left: 100%;
    position: absolute;
     width: 250px;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: all 0.2s;
    z-index: 999;
}
.menutop >ul > li > ul li:hover {
    background: #00aff0;
}
.menutop >ul > li:hover >ul {
    display: block;
    
}
.menutop >ul > li > ul > li:hover ul {
    display: block;
}
/*end emnu top*/
.box-article {
    
}
.box-article h6 {
    font-family: 'UTMAndrogyne';
    /*font-family: 'SFUTrajanRegular';*/
    font-size: 24px;
    color: #ff0000;
    text-align: center;
}
.box-article >p{ text-align: center;margin-bottom: 10px;}

.contetn-home{ float: left;width: 100%;margin-bottom: 15px;}
.contetn-home h1 {
    font-family: 'UTMAndrogyne';
    font-size: 16px;
    padding: 10px 0;
}
.contetn-home .des {
    font-family: 'Roboto-Regular';
    padding: 0 40px 0 0px;
    line-height: 1.6;
}
.imga img{ width: 100%;}
.bx-buy{}
.bx-buy a {
     display: inline-block;
    background: #201e1f;
}
.bx-buy a span{
    display: inline-block;
    background: #201e1f;
    padding: 5px 10px;
    color: #fff;
}
.bx-buy a i {
    display: inline-block;
    padding: 7px;
    background: #5077ae;
    color: #fff;
}
.info-item-product h3 a:hover {
    color: #0077ff;
}
.img-news {
    float: left;
    width: 80px;
    height: 60px;
    margin-right: 10px;
}
#carousel-news-left ul {
    padding: 5px;
}
#carousel-news-left ul li {
    float: left;
    width: 100%;
}
.vert {
    overflow: hidden;
}
footer {
    background: #fffcd6;
    margin-top: 10px;
}
.bg-area-footer-bottom {
    background: #0077ff;
    color: #fff;
}
a:hover {
    color: #0077ff;
}
.info-product-detail-block .name-product-detail {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}