﻿@font-face {
font-family:'OpenSans-Bold';
src:url('../fonts/OpenSans-Bold.ttf') format('truetype');
font-weight:normal;
 font-style:normal;
}
.bg-header-top.navbar-fixed-top {
        background: url(../images/opa1.png);
            box-shadow: 0 3px 10px 0 rgba(61, 61, 61, 0.5);
}
.scrolltop {
    padding: 20px 0;
}
.content-page{
    float:left;
    width:100%;
    border-top:2px solid #fbcb29;
    padding-top:10px;
}
.contact-hotline {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 28px;
    /*padding-right: 150px;*/
    position: relative;
}
.contact-hotline span {
    background: url('../images/hotline.png') no-repeat left center;
    padding-left: 40px;
    font-size: 24px;
    font-family:'OpenSans-Bold';
    color: #ff0000;
}
.bx-langage {
    position: absolute;
    right: 0;
    top: 5px;
}
.box-menu-home {
    float: left;
    width: 100%;
}
.box-menu-home >ul{ float: right;}
.box-menu-home > ul> li {
    float: left;
    
    position: relative;
}
.box-menu-home > ul> li:last-child a{ border-right: none;}
.box-menu-home > ul> li >a {
    color: #000;
    font-size: 14px;
    font-family:'OpenSans-Bold';
    text-transform: uppercase;
    padding: 0 20px;
    border-right: 1px solid #000;
}
.box-menu-home > ul> li a:hover {
    color: #ff0000;
}
.box-menu-home > ul> li >ul {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
    background: #e1e1e1;
    border: 1px solid #f1f1f1;
    z-index: 9999;
    transition: all .3s ease;
}
.box-menu-home > ul> li >ul li {
    position: relative;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.box-menu-home > ul> li >ul li:hover{
    background:#968a8a;
}
.box-menu-home > ul> li >ul li:hover >a{color:#fff;}
.box-menu-home > ul> li >ul li a {
    color: #333;
    font-size: 14px;
    font-weight:600;
}
.box-menu-home > ul> li >ul li a i{
    float:right;
}
.box-menu-home > ul> li >ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
    background: #e1e1e1;
    transition: all .3s ease;

    border:1px solid #f1f1f1;
}
.box-menu-home > ul> li:hover >ul {
    display: block;
}
.box-menu-home > ul> li >ul li:hover ul {
    display: block;
}
.bx-search a {
    color: #333;
    font-size: 18px;
}


/*--------------*/
.bx-menu-bt-slider {
    float: left;
    width: 100%;
}
.bx-img {
    height: 180px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}
.bx-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
     transition: all 0.5s ease;
}
.bx-img:hover img{
    transform: scale(1.1);
     width: 100%;
    height: 100%;
}
.content-title {
    float: left;
    width: 100%;
    background: #0a8a4c;
    padding: 10px;
    margin-bottom:7px;
}
.content-title h3{
    font-family:'OpenSans-Bold';
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.content-title h3 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.content-title h3 a:hover {
    color: #ff0000;
}
.content-title {
    text-align: center;
    font-size: 14px;
}
.btnView {
    padding: 3px 25px;
    background: #ff0000;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
}

.body-content {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.box-content-home {
    float: left;
    width: 100%;
}
.title-box-content-home h1 {
    border-left: 3px solid #fbcb29;
    padding-left: 15px;
}
.title-box-content-home h1 a{
    color:#000;
    font-family:'OpenSans-Bold';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
}
.title-box-content-home {
    float: left;
    width: 100%;
}

.item-product-hom {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom:10px;
}
.img-item-product {
    height: 160px;
    position: relative;

}
.img-item-product img {
    height: 100%;
    width: 100%;
}
.info-item-product {
    padding: 5px 0;
}
.info-item-product h3 {
    font-size: 14px;
}
.info-item-product h3 a {
     font-family:'OpenSans-Bold';
    text-transform: uppercase;
}
.item-product-hom:hover {
        border: 1px solid #ccc!important;
    box-shadow: 1px 1px 1px #ccc;
}

/*---------------*/
.bx-kinhnghiem {
    float: left;
    width: 100%;
    background: url('../images/bg_about.jpg') no-repeat left center;
    padding: 50px 0;
	background-size:100%;
}
.bx-kinhnghiem h1 {
    margin-bottom: 20px;
    color: red;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.bx-kinhnghiem p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}
.box-customer{ float: left;width: 100%;background: #f7f7f7;padding: 30px 0; }
.bx-contetn-qc h2 {
    font-size: 24px;
    font-family:'OpenSans-Bold';
    text-transform: uppercase;
    padding: 10px 0;
}
.bx-contetn-qc ul{ float: left;width: 100%;}
.bx-contetn-qc ul li{ float: left;width: 30%;text-align: center;padding: 10px 0;}
.bx-contetn-qc ul li .bx-img-adv {
    height: 103px;
    position: relative;
}
.bx-contetn-qc ul li .bx-img-adv img {
    max-width: 100%;
    max-height: 100%;
}
.bx-contetn-qc ul li h3 {
    font-size: 14px;
    padding: 20px 0 10px;
}
.bx-contetn-qc ul li h3 a {
    color: #333;
    font-family:'OpenSans-Bold';
    text-transform: uppercase;
}
.bx-contetn-qc ul li h3 a:hover {
    color: red;
}
.bx-feedback{
    float:left;
    width:100%;
    /*background:#ee1d23;*/
    text-align:center;
}
.feed-contetn{float:left;width:100%;text-align:center;}
.feed-contetn .feed-img{
    height:105px;
    position:relative;
    border-radius:100%;
    width:105px;
    text-align:center;
    overflow:hidden;
    display:inline-block;
}
.feed-contetn .feed-img img{
    width:100%;
    height:100%;
}
.feed-contetn h3{
    font-size:14px;
    color:#fff;
    font-family:'OpenSans-Bold';
    padding:20px 0 10px;
    text-transform:uppercase;
}
.feed-contetn p.fisrt-p{
    font-size:12px;
    color:#fff;
    font-style:italic;
    margin-bottom:10px;
}
.feed-contetn p.last-p{
    font-size:14px;
    color:#fff;
    text-align:center;
}
.bx-feedback p a{color:#fff;font-size:25px;margin-right:20px;}

/*----------------footer*/
footer,.bg-area-footer-top{
    float:left;
    width:100%;    
}
footer{
    background:#404040;
}
.box-footer-mid h3{
    color:#fff;
    font-size:20px;
    font-family:'OpenSans-Bold';
}
.box-footer-mid h4{
    color:#fff;
    font-size:16px;
    font-family:'OpenSans-Bold';
    line-height:1.6;
}
.box-footer-mid{
    color:#fff;
}
.box-footer-mid ul{
    margin-top:15px;
}
.box-footer-mid ul li {
    margin-bottom: 10px;
}
.box-footer-mid ul li.home:before {
    content: "\f015";
    font-size: 20px;
    font-family: "FontAwesome";
}
.box-footer-mid ul li.email:before {
    content: "\f0e0";
    font-size: 20px;
    font-family: "FontAwesome";
}
.box-footer-mid ul li.hotline:before {
    content: "\f095";
    font-size: 20px;
    font-family: "FontAwesome";
}
.box-footer-mid ul li.web:before {
    content: "\f26a";
    font-size: 20px;
    font-family: "FontAwesome";
}
.btnSend{
    color:#000;
    float:right;
}
.area-formemail-web  span{color:#fff;margin-top:15px;display:block;}
.area-social ul{float:left;width:100%;}
.area-social ul li{
    float:left;
/*padding-top:10px;*/
margin-top:20px;
}
.area-social ul li a{
    font-size:14px;
    color:#fff;
    border-right:1px solid #fff;
    margin:5px 0px;
    padding: 0 15px;
}
.area-social ul li a:hover{
    color:red;
}
.box-menu-left h5:before{
    border-right: 9px solid transparent;
    border-top: 8px solid #0a8a4c;
    bottom: -7px;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;
}
.box-menu-left h5:after {
    border-left: 9px solid transparent;
    border-top: 8px solid #0a8a4c;
    bottom: -7px;
    content: "";
    height: 0;
    left: 21px;
    position: absolute;
    width: 0;
}

.area-social ul{border-bottom:1px solid #fff;padding-bottom:10px;}
.area-formemail-web{padding-top:15px;}
.box-support{
    border:1px solid #f1f1f1;
}
.box-support h4{
    background:#0a8a4c;
    position: relative;
    color: #fff;
    padding: 12px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}
.content-support-left{
    float:left;
    width:100%;
    background:url('../images/bg_supp.png') no-repeat right center;
    padding:20px 10px;
}
.content-support-left ul li {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
}
.content-support-left p{
    font-size:15px;
    /*text-align: center;*/
    font-weight: 600;
}
.content-support-left h3{
    font-size:16px;
    color:#eb2631;
    font-family: 'OpenSans-Bold';
    padding: 5px 0;
    /*text-align:center;*/
}
.bx-video{padding:10px 10px 0;}
.lstvideo{padding:0 10px 10px;float: left;width: 100%;}
.lstvideo li{
    float:left;
    width:100%;
    padding:7px 0;
    border-bottom:1px dotted #000;
    background:url('../images/lido.png') no-repeat left 15px;
    padding-left:7px;
}
.lstvideo li a{color:#000;font-size:12px;}

#scroller{}
#scroller li{float:left;width:100%;padding:10px;border-bottom:1px dotted #000;}
#scroller li .img-news{
    height:60px;
    width:80px;
    position:relative;
    float:left;
    margin-right:10px;
}
#scroller li .img-news{
    max-width:100%;
    height:100%;
}
#scroller li h3{
    font-size:12px;
    height:60px;
    overflow:hidden;
    /*font-weight:*/ 
    font-family: 'OpenSans';
}
#scroller li h3 a{
    color:#000;
    line-height: 1.3;
}
#scroller li h3 a:hover{
    color:red;
}
.breadcrumb ul{
    padding:6px;
    background:#0a8a4c;
    
}
.breadcrumb ul a{
    color:#fff;
}
.breadcrumb ul li a{
     color:#fff;
}

.title-news-listnewspage{
    font-size:14px;
    font-family: 'OpenSans-Bold';
}
.image-news-listnewspage{
    height:150px;
    position:relative;
}
.image-news-listnewspage img{
    width:100%;
    height:100%;
}
header.navbar-fixed-top{
    background:#fff;
    border-bottom:2px solid #fbcb29;
}

.info-product-detail-block .field-product-detail .value-field-product-detail{
    color:#000;
}
.info-product-detail-block .field-product-detail .label-field-product-detail{
    font-family: 'OpenSans-Bold';
}
.value-price-product-detail{
    font-family: 'OpenSans-Bold';
    color:red;
    font-size:14px;
}
.bx-c{float:left;width:100%;padding:15px 0;}
.bx-c h5{
    font-size:16px;
    font-family: 'OpenSans-Bold';
    color:red;
    text-transform:uppercase;
    margin-bottom:10px;
}
.bx-c p{
    margin-bottom:10px;
}
.bx-c p i{
    font-size:25px;
    margin-right:10px;
}

.red{
    color:red;

}
.info-product-detail-block .field-product-detail{
    border-bottom:1px dotted #a1a1a1;
    padding:10px 0;
}
.nav-tabs{
    /* background:#a1a1a1; */
    /*border-top-left-radius:10px;
    border-top-right-radius:10px;*/
}
.product-detail-tabs .nav.nav-tabs.nav-tab-cell > li > a{
    color:#000;
}
.product-detail-tabs .nav.nav-tabs.nav-tab-cell li:first-child a{
    /*border-top-left-radius:10px;*/
}
.box-search-web{
    padding:0;
    margin:0;
    position:absolute;
    width:300px;
    right:0;
    top:20px;
    display:none;
    transition:all .5s;
    z-index:9999;
}
.box-menu-home > ul> li.bx-search:hover .box-search-web{
    display:block;
}

.iconmobile a{color:#ea3a3c;padding-left:10px;padding-right:10px; font-family: 'OpenSans-Bold';}
.iconmobile a:hover{color:#fff;}
.itemAlbum {
    height: 200px;
    position: relative;
    text-align: center;
    border: 1px solid #f1f1f1;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.itemAlbum img {
    width: 100%;
    height: 100%;
}
.itemAlbum h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    left: 0;
    padding: 10px;
}
/*.container{ padding-left: 0;padding-right: 0;}
.row {
    margin-left: -30px;
    margin-right: -30px;
}*/
.box-menu-home > ul> li.bx-search a{
    padding: 0 0px 0 10px;
}
.bg-header-mid .container{ padding-left: 0;padding-right: 0;}
.bg-header-mid .row {
    margin-left: -30px;
    margin-right: -30px;
}

.support_item {
    padding: 6px;
}
.support_item p {
    color: #333;
    border-bottom: dotted 1px #ccc;
    padding: 6px 0px 6px 24px;
    font-weight: bold;
    font-size: 16px;
}
.sup1 {
    background: url(../images/sup1.png) no-repeat left center;
}
.sup3 {
    background: url(../images/sup3.png) no-repeat left center;
}

.box-footer-mid ul li i {
    font-size: 18px;
    color: #fff;
}



.title_run {
    font-size: 14px;
    height: 40px;
    background: #fff;
    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%); 
 }
}
/*#syncLargeAlImage .owl-wrapper-outer {
    height: 250px;
}
#syncLargeAlImage .owl-wrapper,#syncLargeAlImage .owl-item,#syncLargeAlImage .owl-item > .item {
    height: 250px;
}*/
#syncLargeAlImage .item {
    height: 235px;
}
#syncLargeAlImage .owl-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
        max-width: 100%;
}
.imgDetailalbum {
        background: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
}
#syncLargeAlImage {
    margin-bottom: 10px;
}
.imgDetailalbum .owl-controls div {
        position: absolute;
    
    bottom: -30px;
    font-size: 24px;
}
.imgDetailalbum .owl-controls .owl-next {
    left: 520px;
}
.imgDetailalbum .owl-controls .owl-prev {
    left: -15px;
}



/**/ /**/ /**/ /**/ /**/
.adv-fixedWeb {
    display: block;
    position: fixed;
    z-index: 99;
}

.fixedLeft {
    left: 0px;
}

    .fixedLeft img {
        float: right;
    }

.fixedRight {
    right: 0px;
}

    .fixedRight img {
        float: left;
    }