



/* dung chung  ----->*/

.logo-pc img{
    margin: auto;
}
.social li{
    padding: 0px 1px;
}
.address-top li{
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
    background: url("../img/line-address.png")right center no-repeat;
}
.address-top li:last-child{
    background: transparent;
}
.address-top li a{
    color: #fff;
}
.address-top {
    margin-right: 10px;
}
#menu-main{
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    position: absolute;
    z-index: 100;
    width: 100%;
}
.cart-search{
    /*padding-top: 10px;*/
}
.cart-search li{
    padding: 0px 15px;
}
.cart-search li:last-child{
    padding-right: 0px;
}
.cart-search li i{
    font-size: 14px;
    color: #fff;
    margin-top: 3px;
}
.cart{
    position: relative;
    color: #fff;
}
.number-cart{
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 10px;
}
.header-top{
    padding: 5px 0px;
    background: #000;
}
.menu_main{
     padding-top: 15px;
 }
.search-cart-mb li{
    list-style: none;
    float: left;
    padding: 0px 10px;
}
.search-cart-mb li:last-child{
    padding-right: 0px;
}
.search-cart-mb li a{
    color: #000;
    font-size: 16px;
}
.search-cart-mb .cart{
    position: relative;
}
.search-cart-mb .cart span{
    position: absolute;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 14px;
    left: 0px;
    top:-25px;
}
.search-cart-mb{
    margin-top: 20px;
    margin-right: 15px;
}
.menu-main{
    position: relative;
}
.form_search{
    z-index: 999;
    position: absolute;
    right: 50px;
    margin-top: 5px;
}
.form_search{
    border: 1px solid #000;
}
.form_search .form-group{
    margin-bottom: 0px;
    border-radius: 0px;
    overflow: hidden;
}
.form_search .input-search{
    border: 0px;
    border-radius: 0px;
    padding: 8px 12px;
}
.button-search{
    border-radius: 0px;
    color: #fff;
    background: #000;
    margin-left: -3px;
    border: 0px;
}
.slider{
    position: relative;
}
.slider-main .owl-pagination{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}
.slider-main .owl-controls .owl-page.active span, .slider-main .owl-controls.clickable .owl-page:hover span{
    width: 22px;
    height: 20px;
    background:url("../img/dost.png")no-repeat;

}

.slider-main .owl-controls .owl-page span{
    width: 22px;
    height: 20px;
    background:url("../img/dot.png")no-repeat;
    opacity: 1;
    margin: 0px 1px;
}
.slider-main .owl-prev, .slider-main .owl-next{
    position: absolute;
    top: 45%;
    opacity: 1!important;
    font-size: 0px!important;
}
.slider-main .owl-prev{
    left: 0px;
    width:27px;
    height: 45px;
    background: url("../img/left.png")no-repeat!important;
}
.slider-main .owl-next{
    right: 0px;
    width:27px;
    height: 45px;
    background: url("../img/right.png")no-repeat!important;
}
.box-prod{
    margin-bottom: 15px;
}
.intro{
    overflow: hidden;
}
.text-intro{
    font-size: 14px;
    color: #474747;
    text-align: justify;
    line-height:26px;
}
.view-intro{
    text-align: right;
    margin-top: 7px;
}
.view-intro a{
    font-size: 12px;
    color: #892629;
}
.view-intro a:hover{
    text-decoration: underline;
}
.title-home{
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    color:#00ab57;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../img/line.png")no-repeat bottom center;
    padding-bottom: 10px;
}
.img-prod img{
    margin:auto;
}
.img-prod{
    border: 1px solid #e5e5e5;
    padding: 10px 10px;
    background: -moz-linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);/* FF3.6+ */
    background: -webkit-gradient(linear, 182deg, color-stop(9%, 703232), color-stop(96%, FFFFFF));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);/* Opera 11.10+ */
    background: -ms-linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(182deg, #04ac5a 9%, #FFFFFF 96%);/* W3C */
}
.dcs-prod{
    background: #00ab57;
    padding: 10px 5px;
}
.name-prod a{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}
.name-prod a:hover{
    text-decoration: underline;
}
.name-prod {
    text-align: center;
    margin-bottom: 10px;
}
.dcs-prod .description{
    color: white;
    height: 70px;
    overflow-y: hidden;
     font-size: 13px;
     font-weight: bold;
     text-align: center;
}
.price{
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.img-prod{
    overflow: hidden;
}
.img-prod img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.img-prod:hover img{
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1); /* Standard syntax */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.news-home{
    background:#e5e5e5;
    padding: 30px 0px;
}
.pdd-0 {
    padding: 0px!important;
}
.name-news-item a{
    font-size: 14px;
    font-weight: bold;
    color:#000000;
    text-transform: uppercase;
}
.name-news-item {
    margin-bottom: 15px;
}
.content-news{
    padding: 20px 15px;
    position: relative;
}
.content-news:after{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid #e5e5e5;
    border-bottom: 10px solid transparent;
    left: -10px;
    top:45%;
}
.content-news-2:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e5e5e5;
    right: -20px;
    z-index: 100;
    top:45%;
}
.content-news-2:after{
    display: none;
}
.dcs-news-item{
    color:#000;
    font-size: 13px;
    margin-bottom: 30px;
}
.view-news-item a{
    font-size: 12px;
    color: #000;
    
}
.view-news-item a:hover{
    text-decoration: underline;
}
.name-news-item a:hover{
    color: #00a2ff;
    text-decoration: underline;
}
.box-img-news img{
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.25s linear;
    outline-offset: 0px;
    opacity: .9;
}
.box-img-news img:hover{
    outline: 1px solid #fff;
    outline-offset: -15px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.25s linear;
    opacity:1;
}
.title-news {
    text-align: center;
    margin-bottom: 25px;
}
.title-news a{
    color: #444444;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 0px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    font-family:UTM_Avo_0;
}
.title-news a span{
    font-family:UTM_AvoBold_0;
    font-weight: bold;
    color: #21409a;
}
.banner-home{
    padding: 45px 0px;
}

.mail-main{
    padding: 25px 0px;
    background: #dddddd;
}
.text-mail{
    font-size: 16px;
    color:#444444;
    text-transform: uppercase;
}
.text-mail a{
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}
.text-mail a:hover{
    text-decoration: underline;
}
.text-mail strong{
    font-size: 20px;
    text-transform: uppercase;
}
.form-mail{
    border: 6px solid #00ab57;
}
.form-mail input{
    border: 0px;
    border-right:  6px solid #00ab57;
}
.btn-mail{
    padding: 0px;
    border: 0px;
}
.btn-mail button{
    padding:10px 20px;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
}
.sp-mail{
    font-size: 14px;
}


.footer{
    background:#444349;
}
.logo-bottom img{
    margin-top: 30px;
}
.title-bottom a{
    display: inline-block;
    padding-top: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    /*background: url("../img/bg-title-bottom.png") no-repeat left bottom;*/
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom:2px solid #fff;
}
.list-bottom li{
    list-style: none;
    margin-bottom: 7px;
}
.list-bottom li a{
    font-size: 12px;
    color: #fff;
}
.list-bottom li:hover a{
    text-decoration: underline;
    color:yellowgreen;
}
.list-bottom li i{
    margin-right: 3px;
}
.box-contact{
    padding: 0px 30px 30px 30px;
    background: #50a17c;
}
.box-contact .title-bottom{
    background: transparent;
    padding-bottom: 0px;
}
.address-bottom li{
    list-style: none;
    font-size: 12px;
    color: #fff;
    padding-bottom: 15px;
}
.address-bottom li a{
    color: #fff;
}
.address-bottom li a:hover{
    text-decoration: underline;
}
.address-bottom li i{
    margin-right: 15px;
}
.list-pay li{
    list-style: none;
    float: left;
    padding: 5px;
}
.social-bottom{
    text-align: center;
    margin-bottom:25px;
}
.social-bottom li{
    list-style: none;
    float: none;
    display: inline-block;
    padding: 0px 5px;
}
.social-bottom li:first-child{
    padding-left: 0px;
}
.copyright{
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 25px 0px;
    color: #fff;
    font-size: 12px;
}
.copyright a{
    color: #efea68;
}
.box-fb{
    margin-top: 30px;
}

#scroll_top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 101;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: none;
    background: url(../img/up-arrow.png) no-repeat center center;
}
.fixed_bn {
    background: rgba(0, 0, 0, 0.65);
    position: fixed !important;
    top: 0px;
    z-index: 9999;
    width: 100%;
   /* overflow:hidden!important;*/
}

/*end  index ----->*/

.title-category{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url("../img/1.png")no-repeat;
    background-size:100% 100% ;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}
.list-category li{
    background: -moz-linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);/* FF3.6+ */
    background: -webkit-gradient(linear, 182deg, color-stop(9%, FBFBFB), color-stop(96%, f2f2f2));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);/* Opera 11.10+ */
    background: -ms-linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(182deg, #FBFBFB 9%, #f2f2f2 96%);/* W3C */
    padding: 13px 15px;
    list-style: none;
    border-bottom: 1px solid #cccccc;
}
.list-category li:first-child{
    border-top: 1px solid #ccc;
}
.list-category li:last-child{
    border-bottom: transparent;
}
.list-category li i{
   margin-right:10px;
   color: #023f6d;
}
.name-cate a{
    font-size: 14px;
    color: #010101;
    text-transform:uppercase;
}
.name-cate a:hover{
    text-decoration: underline;
}
.category{
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.video-box{
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.video-left{
    padding: 5px;
    border-top: 1px solid #ccc;
}

/*online-support*/
.online-support {
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    float: left;
    width: 100%;
}
.box-online-support {
    padding: 10px 25px;
    float: left;
    width: 100%;
}
.box-online-support .img {
    width: 38px;
    display: inline-block;
    text-align: center;
}
.box-online-support span {
    color: #403e3e;
}
.box-online-support .hotline span {
    font-size: 18px;
    color: #ae0001;
    font-weight: bold;
}
.box-online-support-2 span {
    color: #525252;
    font-weight: bold;
    display: block;
}
.box-online-support-1{
  border-top: 1px solid #ccc;
}
.box-online-support-2 span + span {
    color: #005fb1;
}
.box-online-support-2 .text {
    width: 60%;
    float: left;
    min-height: 32px;
    padding-left: 15px;
    position: relative;
}
.box-online-support-2 .text:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #403e3e;
    font-weight: bold;
}
.box-online-support-2 .icon {
    width: 40%;
    float: left;
    min-height: 32px;
    text-align: right;
}
.box-online-support-2 .icon button {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e0e0e0;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin-left: 10px;
}
.box-online-support-2 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #bdbabd;
}
.box-online-support ul li{
    list-style: none;
}
.support-online{
    background:#f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.box-fb-left{
    padding: 5px;
    border-top: 1px solid #ccc;
}
.fb-left{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.right-page .title-category{
    font-size: 12px; 
    background:url("../img/2.png")no-repeat;
    background-size: 100% 100%;
    text-align: left;
    margin-bottom: 5px;
}
.pagination .active a{
    background:#fb3f40;
}
.pagination>li>a{
    color: #000;
}
.pagination li a{
    margin: 0px 1px;
    border-radius:0px!important;
}
.pagination>.active>a, .pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
    background:#fb3f40;
}

/*end prod page ----->*/
.name-prod-detail{
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.dcs-detail{
    font-size:14px;
    color: #000000;
}
.price-detail, .code-prod, .volume-detail, .guarantee, .production, .dcs-item-detail{
    margin-bottom: 10px;
}
.price-detail span{
    font-weight: bold;
    color: #ff0000;
}
.qtyplus {
    width:35px;
    padding: 6px 3px;
    border: 1px solid #ccc;
    background: #fff;
}
.qtyminus {
    width:35px;
    padding: 6px 3px;
    border: 1px solid #ccc;
    background: #fff;
}
#txtQty{
    width: 50px;
    padding: 5px;
    text-align: center;
}
.list-item-prod li{
    list-style: none;
    float: left;
    padding: 0px 5px;
}
.list-item-prod li:first-child, .list-btn-cart li:first-child{
    padding-left: 0px;
}
.list-btn-cart{
    margin-top: 10px;
}
.list-btn-cart li{
    list-style: none;
    float: left;
    padding:0px 10px;
}

.list-btn-cart .btn{
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.add-cart{
    background:#1973b4;
}
.add-cart i{
    margin-right: 5px;
}
.btn-buy{
    background:#fa1300;
}
.tabs-detail .nav-tabs>li>a{
    border-radius: 0px;
    border: 1px solid #dcdee3;
    border-bottom: none;
    color: #666;
    font-size: 14px;
    margin-right: 5px;
}
.tabs-detail .nav-tabs>li.active>a{
    border-top: 2px solid #1973b4;
}
.tabs-detail .tab-content{
    line-height: 24px;
    border: 1px solid #dcdee3;
    border-top: 0px;
    color: #222;
    font-size: 14px;
    background: #fff;
    padding: 20px 15px;
}
.tabs-detail .tab-content img{
    max-width: 100%;
    margin: 10px 0px;
}
.title-product-related{
    font-size: 18px;
    color: #b50002;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 2px solid #b50002;
    display: inline-block;
}