* {
    margin: 0;
    padding: 0;
    border: none;
}
body{
    background-color: #fff;
    color: #000;
}
body, input, button, option, textarea, label, legend, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font: 14px/18px 'Roboto','Open Sans',Helvetica,Arial,sans-serif;
    outline: none;
    zoom: 1;
}

ul, li, ol {
    list-style: none;
    margin: 0px;
}

a, p, h1, h2, h3, h4, h5, h6, strong, b {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 20px;
    margin: 0px;
}

.clear{
    clear: both;
}
.padd-0{
    padding-left: 0;
    padding-right: 0;
}
/*-- header --*/
.main-header{
    width: 100%;
    margin: 0 auto;
}
.header-head{
    background-color: #0b5eab;
    height: 35px;
}
.info-icon li{float: left; display: block;padding-right: 15px;line-height: 35px;}
.info-icon li span i{
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #ffed00;
    font-size: 14px;
    text-align: center;
    margin-right: 2px;
    line-height: 20px;
}
.info-icon li span strong{font-size: 14px;font-weight: 500;color: #fff;}
.header-top{
    width: 100%;
    background-color: #fff;
    padding: 0;
}
.header-top a.icon24-social{
    padding-right: 8px;
    line-height: 80px;
}
.header-top .icon24-social > i{
    color: #333;
    font-size: 14px;
}
.header-top .icon24-social > i:hover{
    color: #FF0036;
}
.header-hotline2 span, .header-hotline2 a {
    padding-left: 60px !important;
}
.header-hotline {
    background: url(../image/call-128.png) no-repeat;
    height: 42px;
    color: #ff0036;
    font-size: 18px;
    margin-top: 18px;
    float: left;
}
.header-hotline2 {
    background: url(../image/hotline2.png) no-repeat 20px 0;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
}

.header-hotline span {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1;
    padding-left: 50px;
    font-weight: 400;
    padding-bottom: 5px;
}
.header-hotline a {
    color: #ff0000;
    display: block;
    padding-left: 50px;
    font-weight: 500;
}
.header-hotline a:hover{
    text-decoration: none;
}
.header-top a.dropdown-toggles > select{
    background-color: #4482ff;
}
@media screen and (max-width: 768px) {
    .header-top{ height: auto; }
    .header-top .area-logo > a > img{
        max-height: 60px;
        text-align: center;
        margin: 0 auto;
    }
    .header-top .area-logo .pull-left{width: 100%;}
    .header-hotline{
        margin-left: 0px;
        font-size: 1em;
    }
    .header-hotline span{padding-left: 45px;}
    .header-hotline2{margin-left: 10px;}
    .header-top .pull-right{
        float: left !important;
        margin-bottom: 10px;
    }
}
/*-- nav menu --*/
.menu-top li{
    display: inline;
    padding: 0 10px;
    line-height: 30px;
}
.menu-top li a{
    line-height: 30px;
    color: #fff;
}
.menu-top li a:hover{
    text-decoration: none;
    color: #f2f2f2;
}
.area-logo img {
    display: block;
    max-height: 70px;
}
.navbar-inverse{
    background-color: #2762B9;
    border-color: transparent;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    border-radius: 0;
    border-bottom: 25px solid #1b54a9;
    height: 50px;
}
.navbar-brand{
    height: 40px;
}
@media (min-width: 768px){
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 768px){
    .navbar-nav{
        margin: 0;
    }
    .navbar-collapse{
        background-color: #dcdcdc;
    }

    .dropdown-menu{
        display: block !important;
        opacity: 1 !important;
        background: transparent !important;
        position: relative;
        width: 100% !important;
        padding-left: 20px !important;
        margin: 0;
        border-radius: 0 !important;
        margin-bottom: 10px;
        margin-top: 0 !important;
        overflow: hidden;
        top: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: relative;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        transition: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;

    }
    .dropdown-menu > li > a{
        color: #333;
        font-size: 1em !important;
        line-height: 22px !important;
        padding: 5px !important;
    }
    li.dropdown >a{
        background: #989898;
        margin-bottom: 0px;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
        background-color: transparent !important; 
    }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent !important;
    }
    .nav li > .dropdown-menu{
        transform: translateY(0) !important;
        -webkit-transform: translateY(0)!important;
        -moz-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
    }
    .navbar-inverse .navbar-nav > li > a{
        padding-left: 25px !important;
        padding-right: 15px !important;
        padding: 5px 0;
        border-bottom: 1px solid #dedede;
        font-size: 1em !important;;
        overflow: hidden;
    }
    .childs-menu {
        position: relative !important;
        border: none;
        min-width: 100% !important;
        width: 100% !important;;
        margin-left: 0 !important;
        margin-bottom: 0;
        min-height: auto !important;
    }

    .navbar-inverse{
        min-height: 40px;
        height: auto;
        border-radius: 0;
        border-bottom: 0;
    }
    .navbar-brand{
        padding: 5px 15px;
    }
    .navbar-brand > img {
        width: 50%;
    }
    .navbar-inverse .navbar-toggle{
        border-color: #f0f0f0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
}
a.icon-home{
    background-color: #2465c5;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.navbar-inverse .navbar-nav > li > a{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px #6f6f6f;
}

.navbar-right .dropdown-menu{
    left: 0; 
}

ul.nav li:hover > ul.dropdown-menu {
    display: block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.nav li:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}
.nav li > .dropdown-menu {
    opacity: 0;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: tran position: absolute;
    min-width: 250px;
    background: #fff;
    border: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}
.dropdown-menu > li > a{
    padding: 9px 15px;
    font-weight: 500;
    font-size: 16px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ec303a;
}
.nav > li > a{
    padding-left: 30px;
    padding-right: 30px;

}
.nav > li > a:last-child{
    border-right: 0px;
}
.nav > li > a > i{
    padding-left: 2px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    background-color: #ec3237;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f1807f;
}
.childs-menu{
    right: 0;
    position: absolute;
    margin-left: 290px;
    top: 0;
    border: none;
    border-radius: 0;
    margin-top: 0;
    min-width: 280px !important;
    min-height: 283px;
}
.main-content{
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}
/*-- breadcrumb--*/
.breadcrumb-style{
    background-color: #fff;
}
.breadcrumb-style ul.breadcrumb{
    padding: 10px 10px;
    background-color: #fff;
    margin-bottom: 0px;
    border-radius: 0;
}
.breadcrumb-style ul.breadcrumb li a{
    color: #454545;
}
.breadcrumb-style ul.breadcrumb li a:hover{
    text-decoration: none;
    color: #454545
        ;
}
/*-- carousel slide --*/
.slideshow{
    display: block;
    margin-top: 0px;
    padding: 5px 0;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 60px;
    bottom: 0;
    width: 70%;
    left: 15%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-inner a:hover{
    text-decoration: none;
}
@media screen and (min-width:768px){
    .carousel-caption h2{
        font-size: 40px;
        text-align: center;
        font-weight: 900;
        padding-top: 10px;
        display: block;
        line-height: 40px;
        padding-bottom: 10px;
    }
} 
.carousel-caption h3{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    padding-top: 10px;
    display: block;
    line-height: 30px;
    padding-bottom: 10px;

} 
.carousel-caption p{
    width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 40px;
    line-height: 28px;
} 
.style-dangers{
    background-color: #FF0036;
    border-color: #FF0036;
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    border-radius: 5px;
    padding: 5px 25px;
}
.carousel-caption{
    padding-bottom:160px;
}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 100px;
    }        
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
    margin: 0 auto;
}    
.bg-showdown{
    background: rgba(0,0,0,.4);
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.carousel-indicators li{
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
    border: none;
}
.carousel-indicators .active {
    background-color: #FF0036;
    width: 25px;
    height: 5px;
}

@media screen and (max-width: 768px) {
    .navbar-header{padding-right: 0px;}
    .logo-mobiles img{max-height: 45px;margin: 2px;padding-left: 17px;}
    .section-document-width .number-item{
        margin-bottom: 20px;
    }
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.next-icon, .prev-icon {
    display: inline-block;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #444;
    height: 38px;
    width: 38px;
    transition: .3s;
}
.next-icon:hover, .prev-icon:hover{
    text-decoration: none;
    background-color: #ff0000;
    color: #fff;
}
.next-icon > i, .prev-icon > i{
    font-size: 26px;
    line-height: 38px;
}
@media screen and (max-width: 768px) {
    .next-icon, .prev-icon {
        width: 25px;
        height: 25px;
    }
    .next-icon > i, .prev-icon > i{
        font-size: 20px;
        line-height: 25px;
    }
}
.about-us {
    background-color: #fff;
}
.about-us .about-index {
    padding: 40px 0 20px 0;
}
p.button-style a {
    display: block;
    text-align: center;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #007ae4;
    margin: 0 auto;
}
p.button-style a:hover{
    color: #fff;
    background-color: #ec303a;
}
.about-us .padd-20 .section-title-item h2{
    padding-bottom: 30px;
}
.about-us .padd-20 .section-description-item p{
    color: #333;
    text-align: justify;
    padding: 0 5%;
    line-height: 1.6em;
}

/*-- special --*/
.news-list ul.list-li{
    display: block;
}
.news-list ul.list-li li{
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}
.news-list ul.list-li li > a > img{
    float: left;
    width: 90px;
    height: 70px;
    padding: 5px;
    margin-right: 5px;
}
.news-list ul.list-li li h2 > a{
    color: #333;
    font-size: 14px;
    line-height: 17px;
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
}
.news-list ul.list-li li h2 > a:hover{
    text-decoration: none;
    color: #ff0000;
}
.news-list ul.list-li li > span{
    color: #999;
    font-size: 13px;
}
/*-- left menu --*/
.left-cate {margin-bottom: 15px;margin-top: 5px;border: 1px solid #eee;border-radius: 5px;
            overflow: hidden;}
.left-cate .cate_title{
    background-color: #2762b9;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 20px solid #1b54a9;
}
.left-cate .cate_title strong{font-size: 14px;text-transform: uppercase;color: #fff;font-weight: bold;border-left: 1px solid #2762b9;margin: 0px 0px 0px 2px;padding: 6px 0 6px 8px;}
.left-cate .parent-cate{background-color: #fff;}
.left-cate .parent-cate li span.parent-cate-bg a{font-weight: 600;}
.left-cate .parent-cate li.parent-cate-li{display: block;padding: 10px 0;border-bottom: 1px solid #dedede;}
.left-cate .parent-cate li.parent-cate-li:last-child{border-bottom: 0px;}
.left-cate .parent-cate li a{display: block; color: #333;font-size: 14px; font-weight: 400;line-height: 24px; padding: 6px 0;}

.left-cate .parent-cate .child-cate > li > a{background-color: whitesmoke;padding-left: 5px;font-weight: 500;}
.left-cate .parent-cate .child-cate > li > a >i{color: #1b54a9;}
.left-cate .parent-cate li a:hover{text-decoration: none;color:#ff0000; }
.left-cate .child-cate li{display: block;border-bottom: 1px solid #eee;}
.left-cate .child-cate li:last-child{border-bottom: none;}
.left-cate .child-cate li a i{font-size: 14px;color: #bbb;}
.child-2{display: block; padding-left: 10px;}
.special{
    padding: 60px 0 50px 0;
}
.padd-20 .section-title-item{
    padding-bottom: 10px;
}
.padd-20 .section-title-item h2 {
    display: block;
    text-align: center;
    color: #454545;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .padd-20 .section-title-item h2 {
        font-size: 1.8em;
    }
    .padd-20 .section-description-item p{
        padding: 0 0%;
    }
}
.padd-20 .section-title-item h2 > b {
    color: #2762b9;
    font-weight: 400;
}
.padd-20 .section-description-item{
    padding-bottom: 15px;
}
.padd-20 .section-description-item p {
    color: #444;
    font-size: 14px;
    text-align: center;
    padding: 0 10%;
}
.support-sleft .cate_title {
    background-color: #2762b9;
    height: 40px;
    line-height: 42px;
    padding: 0 5px;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 20px solid #1b54a9;
}
.support-sleft .cate_title strong {
    font-size: 14px;
    color: #fff;
    margin: 0px 0px 0px 5px;
    padding: 6px 0 6px 5px;
    font-weight: 400;
    text-transform: uppercase;
}
.support-sleft ul {
    background-color: #f7f6f6;
}
.support-sleft ul li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    padding-top: 15px;
}
.support-sleft .text-supports {
    display: block;
    padding-left: 15px;
}
.support-sleft .text-supports span.sname {
    color: #0C5E88;
}

.support-sleft .text-supports span {
    display: block;
    font-weight: bold;
}
.support-sleft .text-supports b {
    display: block;
    padding: 5px 0;
}
.support-sleft .text-supports span.sholtine {
    color: #ff000e;
    font-size: 16px;
}

/*-- customer --*/
.customer{
    background-color: #fff;
    padding: 60px 0px 50px 0px;
}
.customer .width-70{
    padding: 0 10%;
}
.customer .section-title h2 {
    display: block;
    text-align: center;
    color: #454545;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 15px;
}
.customer .section-title h2>b {
    color: #4482ff;
    font-weight: 300;
}
.customer .section-description p {
    color: #676767;
    font-size: 14px;
    text-align: center;
    padding: 0 10%;
}
.customer .section-description{
    padding-bottom: 15px;
}
.customer .width-70 .item-customer p{
    font-family: 'Open Sans', sans-serif;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    padding: 5px 0px 10px 0px;
}
.customer .width-70 .item-customer h4{
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .customer{
        padding: 20px 0px 30px 0px;
    }
    .customer .section-title h2{
        font-size: 2em;
        line-height: 32px;
    }
    .customer .section-description{
        padding-bottom: 15px;
        margin-bottom: 8px;
    }
}
/*-- bg-get-prices --*/
#section-price{
    background: url('../image/bgp_home.png') no-repeat center;
    color: #fff;
}
.section-prices {
    padding: 70px 0px;
    background-size: cover !important;
    position: relative;
}
.section-prices p{
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    line-height: 50px;
}
.section-prices a .button-price{
    font-size: 20px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    padding: 0px 30px;
    background-color: #FF0036;
    border: 2px solid #FF0036;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.section-prices a .button-price:hover{
    background-color: #4482ff;
    border: 2px solid #4482ff;
}
.section-prices a .button-price i {
    padding-left: 5px;
}
@media screen and (max-width: 768px) {
    .section-prices p{
        font-size: 1.4em;
        line-height: 28px;
    }
    .section-prices .btn-center{
        text-align: center;
        padding-top: 20px;
    }


}
/*-- news-home --*/
.news-home{
    padding: 40px 0 20px 0;
}
.news-home .news-content{
    background-color: #fff;
    padding:  10px;
}
.news-home .news-content span{
    display: block;
    padding: 10px 0px;
    color: #777;
    font-size: 14px;
}
.news-home .news-content h2{
    display: block;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden
}
.news-home .news-content h2 a{
    font-weight: 700;
    color: #454545;
}
.news-home .news-content h2 a:hover{
    color: #007ae4;
    text-decoration: none;
}
.news-home img{
    height: 160px;
    margin: 0 auto;
}
.button-item{
    display: block;
    margin: 15px 0;
}
.button-item .button-news{
    font-size: 16px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    padding: 0px 15px;
    background-color: transparent;
    border: 1px solid #007ae4;
    color: #333;
    font-weight: 300;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.button-item .button-news:hover{
    background-color: #007ae4;
    border:1px solid #007ae4;
    color: #fff;
}
.owl-stage-outer{max-width: 1000px;margin: 0 auto;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: #c1c3c6;
}
.owl-theme .owl-nav{
    margin: 0;
}
.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 50%;
    color: #aaa;
    height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s;
}
.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 10px 0 0px 10px;
}
.owl-theme .owl-nav button i{
    font-size: 18px;
    font-weight: bold;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #408c16;
    border:1px solid #408c16;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .news-home{
        padding: 30px 0 5px 0;
    }
    .news-home .news-content{
        margin-bottom: 15px;
    }
    .news-home .news-content > a > img{
        width: auto\9;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
}
.area-psame{
    background-color: #f6f6f6;
    padding: 15px 0;
    margin: 40px 0px 20px 0px;
}
.area-psame .list-group-item{
    border: none;
}
.area-psame .owl-carousel .owl-item img{
    max-height: 160px;
    min-height: 139px;
}
.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
/*-- partner-us --*/
.partner-us{
    background-color: #fff;
    margin-top: 40px;
    padding: 30px 0 50px 0;
}
#partner-content{
    padding-top: 50px;
}
/*-- request-us --*/

/*-- footer --*/
.footer{
    background-color: #2762b9;
    color: #fff;
}
.width-footer{
    max-width: 1170px;
    margin: 0 auto;
}
.section-footer{
    display: block;
    padding: 30px 0px 30px 0px;
    overflow: hidden;
}
.section-footer h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}
.section-footer .text-center{
    padding-bottom: 20px;
}
.section-footer .text-center > p{
    font-size: 14px;
}
.section-footer .font-opens-icon h4{
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 5px;
}
.section-footer .font-opens-icon h4 > i{
    font-size: 16px;
    color: #fff;
    padding-right: 4px;
}
.section-footer .font-opens-icon p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.section-footer .font-opens-icon p b{
    color: #ffed00;
}
.flist{
    display: block;
    padding: 0 15px;
}
.flist h4 {
    font-size: 16px;
    border-bottom: 1px solid #4faff5;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    float: left;
    clear: both;
}
.flist ul {
    display: block;
    clear: both;
}
.flist ul li {
    display: block;
    padding: 3px 0;
    color: #333;
}
.flist ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.flist ul li a {
    color: #f0f0f0;
    font-size: 14px;
}
@media screen and (max-width: 768px){
    .section-footer{
        padding: 10px 0px 5px 0px;
    }
    .section-footer .col-md-6, .section-footer .col-sm-12{
        padding-left: 5px;
        padding-right: 5px;
    }
    .section-footer h3{
        font-size: 1.1em;
    }
    .section-footer .text-center > h3{
        font-size: 1.3em;
        line-height: 25px;
    }
    .section-footer .font-opens-icon{
        padding-bottom: 15px;
    }
    .padd-20 .col-md-6, .padd-20 .col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }

}
.section-footer-hot{
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #4d4db1;
    overflow: hidden;
}
.section-footer-hot h4{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.section-footer-hot ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #ececec;
}
.section-footer-hot ul li a:hover{
    text-decoration: underline;
    color: #fff;
}
@media screen and(max-width: 768px) {
    .section-footer-hot{
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .section-footer-hot .pad-bottom{
        padding-top: 10px;
    }
    .section-footer-hot h4{
        font-size: 1.2em;
        padding-top: 10px;
    }
    .section-footer-hot ul{
        padding-bottom: 15px;
    }
    .section-footer-hot .pad-bottom{
        padding-bottom: 15px;
    }
}

.footer-copyright{
    background-color: #1b54a9;
    height: 35px;
    color: #c1c1c1;
    text-align: center;
}
.width-copyright{
    margin: 0 auto;
    max-width: 1170px;
}
.footer-copyright p{
    display: block;
    line-height: 35px;
    margin: 0;
}
/*--  maps-icon --*/
#maps-position{
    background-size: cover !important;
    position: relative;
}

/*-- background news--*/
.background-head{
    background: url('../image/background-fix.jpg') no-repeat center;
}
#background-head-fix{
    background-size: cover !important;
    padding: 70px 0px;
    position: relative;
}
.background-head .text-center{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}
.page-content{
    padding: 15px 0px;
}
.page-content > h1{
    font-size: 28px;
    color: #454545;
    line-height: 22px;
}
.page-social{
    display: block;
    padding: 15px 0px;
}
.page-social > span.text-left{
    font-size: 14px;
    color: #c1c3c6;
}
.page-item-detail p {
    font-size: 1.1em;
    line-height: 24px;
    margin: 0;
}
.float-right-text{
    float: right;
}
.float-right-text a{
    color: #c1c3c6;
    font-size: 16px;
    padding-left: 5px;
}
.float-right-text a:hover{
    color: #FF0036;
}

.page-other{
    padding-bottom: 50px;
}
.page-other .page-other-title{
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-bottom: 20px;
    height: 32px;
}
.page-other .page-other-title h4{
    font-size: 22px;
    font-weight: 300;
    color: #454545;
    border-bottom: 1px solid #4482ff;
    padding-bottom: 10px;
    position: absolute;
}
.page-other .page-item-list ul li a{
    color: #454545;
    line-height: 27px;
}
.page-other .page-item-list ul li a i{
    color: #4482ff;
    padding-right: 5px;
}
.page-other .page-item-list ul li a:hover{
    color: #4482ff;
    text-decoration: none;
}
/*-- list news --*/
#page-margin{
    padding-top: 20px;
}
.page-new{
    padding-bottom: 50px;
}
.page-new .page-new-title{
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-bottom: 20px;
    height: 32px;
}
.page-new .page-new-title h4{
    font-size: 22px;
    font-weight: 300;
    color: #4482ff;
    border-bottom: 1px solid #4482ff;
    padding-bottom: 10px;
    position: absolute;
}
.page-new .page-item-new ul li a{
    color: #454545;
    line-height: 27px;
}
.page-new .page-item-new ul li a i{
    color: #4482ff;
    padding-right: 5px;
}
.page-new .page-item-new ul li a:hover{
    color: #4482ff;
    text-decoration: none;
}
.align-left {
    float: left;
    margin: 0 20px 10px 0;
}
.thumbnail {
    border: 1px solid #ececec;
    padding: 8px;
}
.page-item-des h4{
    padding-bottom: 5px;
}
.page-item-des h4 a{
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.page-item-des h4 a:hover{
    color: #4482ff;
    text-decoration: none;
}
.page-item-des .text-left{
    color: #bbbbbb;
    font-size: 14px;
    font-style: italic;
    display: block;
    padding: 5px 0px;
}
.page-item-des p{
    font-size: 14px;
    color: #454545;
    text-align: justify;
}
/*-- form contact --*/
.contact-form{
    padding: 50px 2%;
    display: block;
    overflow: hidden;
}
.contact-form .contact-content .form-group input{
    box-shadow: none;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}
.contact-form .contact-content .form-group textarea{
    min-height: 150px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}
.contact-form .contact-content .button-price {
    font-size: 16px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 0px 20px;
    background-color: #d81823;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contact-form .contact-content .button-price:hover{
    background-color: #FF0036;
}
.contact-tabs{
    background-color: #fff;
}

.contact-tabs #contact-tabs-content ul.nav-pills{
    background-color:  #fff;
}

.contact-tabs #contact-tabs-content ul.nav-pills li{
    width: 100%;
    border-top: 0px;
}
.contact-tabs #contact-tabs-content ul.nav-pills li a{
    display: block;
    font-size: 16px;
    color: #454545;
    padding: 15px 10px;
}
.contact-tabs #contact-tabs-content ul.nav-pills li.active a{
    background-color: #4482ff;
    color: #fff;
    border-radius: 0;
}
@media screen and (max-width: 768px) {
    .contact-tabs #contact-tabs-content{
        padding: 30px 0;
    }
    .contact-tabs #contact-tabs-content ul.nav-pills{
        margin-bottom: 20px;
    }
}
.contact-text p{
    line-height: 25px;
}
/*-- news --*/
#news-cate {
    padding: 40px 0px 20px 40px;
}
#news-cate .new-title {
    border-bottom: 1px solid #dedede;
    position: relative;
    margin: 20px 0px;
    height: 32px;
}
#news-cate .new-title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #4482ff;
    border-bottom: 1px solid #4482ff;
    padding-bottom: 10px;
    position: absolute;
}
#news-cate .new-title h4 span{
    color: #333;
    font-weight: 300;
}
#news-cate .news-cate-ul li h3 {
    font-size: 16px;
    color: #4482ff;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: 400;
}
#news-cate ul.submenu {
    padding-left: 0px;
}
#news-cate ul.submenu li a {
    color: #333;
    font-size: 15px;
    padding: 5px 0px;
    display: block;
}
#news-cate ul.submenu li a span{
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    float: left;
    background: transparent;
    border: 2px solid #909090;
}
#news-cate ul.submenu li:hover a{ 
    color: #FF0036;
    text-decoration: none;
}
/*-- form contact --*/
.inputstyle{
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 16px;
}
.buttonstyle{
    background-color: #1852a7;
    padding: 7px 12px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}
.buttonstyle:hover{
    background-color: #fc7319;
}
/*-- form price --*/
#getinfo .modal-content{
    background-color: #f0f0f0;
    color: #444;
    font-size: 14px;
    font-weight: 400;
}
#getinfo .modal-content .modal-header {
    border-bottom: 1px dotted #4e4ea8;
    margin-bottom: 15px;
}
#getinfo .modal-content .modal-header > h5{
    float: left;
    color: #333;
    font-size: 1.3em;
    font-weight: 400;
}
#getinfo .modal-content .modal-header > button > span{
    color: #333;
}
#getinfo .modal-content .form-group label{
    font-weight: 400;
    color: #333;
}
#getinfo .modal-content .form-group input{
    box-shadow: none;
    color: #333;
    border: 1px dotted #a7a7c3;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background-color: #fff;
}
#getinfo .modal-content .has-error input{
    border-color: #a94442;
}
#getinfo .modal-content .form-group textarea{
    box-shadow: none;
    color: #fff;
    border: 1px dotted #a7a7c3;
    height: 80px;
    border-radius: 3px;
    background-color: #fff;
}
#getinfo .modal-content .modal-footer{
    border-top: none;
    padding: 5px 15px 15px 15px;
} 
#getinfo .modal-content .modal-footer .style-send{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 0px 20px;
    background-color: #FF0036;
    border: 2px solid #FF0036;
    color: #e4e4e4;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 2px;
} 
#getinfo .modal-content .modal-footer .style-send:hover{
    background-color: #4482ff;
}

.banner-box{
    display: block;
    margin: 10px 0px;
}
/* pages */
.paging-style {
    display: inline-block;
    margin: 20px 0;
}
.paging-style li.active a {
    background: #2762b9!important;
    border: 1px solid #2762b9;
    color: #fff!important;
}
.paging-style>li.next>span, .paging-style>li.prev>span{
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #a9a9a9;
    margin-top: 5px;
}
.paging-style>li>a, .paging-style>li>span {
    float: left;
    padding: 0 10px!important;
    text-decoration: none;
    background-color: transparent;
    margin: 1px;
    font-size: 14px !important;
    font-weight: 600;
    border: 0;
    height: 32px;
    width: 32px;
    line-height: 32px !important;
}


/*--- form search --- */
.searchForm {
    padding-top: 18px;
    padding-left: 10px;
}
.searchForm form input.namesearch{
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 100%;
    border-radius: 20px;
    height: 35px;
    padding-left: 15px;
    line-height: 36px;
    font-size: 14px;
    color: #4482ff;
}
@media screen and (max-width: 768px){
    .searchForm{
        clear: both;
        padding-top: 10px;
        padding-left: 0px;
    }
    .searchForm form input.namesearch{
        width: 100%;
        height: 35px;
        padding-left: 10px;
        line-height: 37px;
    }
}
/*-- menu left --*/
ul.nav-left{
    display: block;
    margin: 15px 0px;
    background-color: #fff;
}
ul.nav-left h2{
    background-color: #408c16;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
}
ul.nav-left ul.submenu{
    padding: 10px;
}
ul.nav-left ul.submenu li{
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}
ul.nav-left ul.submenu li:last-child{
    border-bottom: none;
}
ul.nav-left ul.submenu li a{
    color: #333;
}
ul.nav-left ul.submenu li a:hover{
    text-decoration: none;
    color: #4482ff;
}
ul.nav-left ul.submenu li i{
    color: #999;
    font-style: normal;
    padding-left: 5px;
}
.box-support ul{
    display: block;
    margin: 15px 0px;
    background-color: #fff;
}
.box-support ul h2{
    background-color: #408c16;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 10px;
}
.box-support ul li{
    display: block;
    padding: 7px 15px;
}
.box-support ul li i{
    font-size: 16px;
    color: #999;
}
.box-support ul li a{
    font-size: 18px;
    color: #ff0036;
}
.box-support ul li a:hover{
    text-decoration: none;
}
/*--- list product ---*/
.result-title{
    display: block;
    padding: 10px 0px;
    font-size: 15px;
    margin-top: 10px;
}
.result-title b{
    font-size: 16px;
    color: #4482ff;
}
.listproduct .area-cate{
    background-color: #fff;
    padding: 20px 15px;
    margin: 20px 0 10px 0px;
    border-radius: 4px;
}
.listproduct .area-cate p {
    color: #000;
    font-size: 1.2em;
    line-height: 24px;
    text-align: justify;
}
.listproduct .area-cate ul li, .listproduct .area-cateol li {
    line-height: 1.5;
    font-size: 1.2em;
    padding: 0 0 5px 20px;
    margin: auto;
}
.listproduct .area-cate ul li::before, .listproduct .area-cate ol li::before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #007ad4;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.paddweb{
    padding-left: 5px;
    padding-right: 0px;
}
.paddweb0{
    padding-left: 0px;
}
.paddweb5{
    padding-right: 15px;
}
.paddweb15{
    padding-left: 0px;
    padding-right: 10px;
}
.listproduct .col-md-9{padding-left: 0px;}
.listproduct .list-cates{
    padding: 5px 0px 20px 0px;
}
.listproduct .list-cates .list-group{
    width: 104%;
    margin-bottom: 15px;
}
.listproduct img.padd-img{
    display: block;
    padding-bottom: 10px;
}

.listproduct .border-bottoms h3 > a{
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #d81823;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
.listproduct .border-bottoms h3 > a:hover{
    text-decoration: none;
    color: #fff;
}
.listproduct .list-cates ul{
    border-bottom: none;
}
.listproduct .list-cates ul li{
    display: inline;
}
.listproduct .list-cates ul li a{
    line-height: 25px;
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #a9a9a9;
    margin-top: 5px;
}
.listproduct .list-cates ul li a:hover{
    text-decoration: none;
    color: #fff;
    background: #ff0036;
}
.margin-banner img{
    margin: 10px 0px 10px 0px;
}
.width-4{
    float: left;
    width: 32%;
    padding: 0px;
    margin: 0 5px;
    border-radius: 2px;
}
.width-5{
    float: left;
    width: 23%;
    padding: 0px;
    margin: 0 5px;
    border-radius: 2px;
}
.width-6{
    float: left;
    width: 100%;
}
@media screen and (max-width: 768px){
    .paddweb{
        padding-left: 0;
    }
    .fix-padding .col-md-12, .fix-padding .col-sm-12{
        padding-left: 5px;
        padding-right: 5px;
    }
    .width-5{
        width: 47%;
    }
    .width-6{
        width: 50%;
    }
    .fix-height-img{
        height: 165px !important;
    }
    .listproduct .list-cates .list-group-item{
        height: auto !important;
        padding-bottom: 6px !important;
    }
    .listproduct .list-cates .list-group-item > div > a > img{
        padding-top: 10px;
        max-height: 160px;
    }
    img.lazy {
        min-height: 85px !important;
    }
    .list-group-item h3 a {
        font-size: small !important;
    }
    .main-content .container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .main-content .container .col-md-9, .main-content .container .col-md-3{padding-right: 10px;
                                                                           padding-left: 10px;}
    .listproduct .container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .listproduct .container .col-md-9, .listproduct .container .col-md-3{padding-right: 10px;
                                                                         padding-left: 10px;}

    .list-group-item{
        padding: 0px !important;
    }
    .width-5 .price strong{font-size: 1em !important;}
    .width-5 .price span{font-size: 12px !important;}
    .width-4{width: 47%;}
    .width-4 .price{padding: 4px 0px 0px 0px !important;}
    .width-4 .price strong{
        font-size: 1em !important;
    }
    .width-4 .price span{font-size: 12px !important;}
    .listproduct .col-md-12, .listproduct  .col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }
}
.fix-height-img{
    height: 180px;
}
.list-product-icon{padding-top: 25px;}
.list-product-icon .section-title-item{
    padding-bottom: 10px;
}
.list-product-icon .section-title-item h2 {
    display: block;
    text-align: center;
    color: #454545;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 10px;
}

.list-product-icon .section-title-item h2 > span > b {
    color: #007ae4;
    font-weight: 400;
}
.listproduct .list-cates .list-group-item > div > a > img{
    object-fit: contain;
    width: 100%;
height: 180px;
padding: 5px;
}
.list-product-icon .section-description-item{
    padding-bottom: 15px;
}
.list-product-icon .section-description-item p{
    color: #444;
    font-size: 14px;
    text-align: center;
    padding: 0 10%;
}
.listproduct .list-cates .list-group-item{
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.listproduct .list-cates .list-group-item:hover .price {
    /* -webkit-box-shadow: 0 0 15px -3px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 15px -3px rgba(0,0,0,0.5);
     box-shadow: 0 0 15px -3px rgba(0,0,0,0.5);*/

    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-size: 100% 53px;
}
.list-group-item {
    border: 1px solid #eee;
}
.list-group-item h3 a{
    color: #333;
    font-size: 1em;
    font-weight: 500;
    display: block;
    height: 55px;
    text-align: center;
    padding: 10px 5px 10px 5px;
}
.list-group-item h3 a:hover{
    text-decoration: none;
    color: #ff0000;
}

.border-bottoms{
    background: #f5f5f5;
    border-top: 2px solid #d81823;
    overflow: hidden;
    padding-bottom: 0px;
    padding-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
    border-radius: 6px 6px 0px 0px;
}
.border-bottoms >div>h3{
    display: block;
    padding-top: 8px;
}
.price{
    position: relative;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 5px 35px 10px 35px;
}
.price i.boxs {
    text-align: center;
    display: block;
    font-style: normal;
}
.price i.boxs a{
    padding: 6px 8px;
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #2762b9;
    border: 1px solid #e2e2e2;
}
.width-5 .price strong {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    color: #ff0036;
    line-height: 10px;
    padding-top: 8px
}
.width-5 .price p{
    padding: 0;
    margin: 0;
    color: #ffe421;
    font-size: 12px;
}
.width-5 .price p a{
    color: #ffe421;
}
.width-5 .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #222;
}
.width-4 .price strong {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    line-height: 10px;
    padding-top: 8px
}
.width-4 .price p{
    padding: 0;
    margin: 0;
    color: #ffe421;
    font-size: 12px;
}
.width-4 .price p a{
    color: #ffe421;
}
.width-4 .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #888;
}
.width-6 .price {
    display: block;
    overflow: hidden;
    padding: 2px 5px 5px 2px;
}
.width-6 .price strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    color: #FF0036;
    line-height: 15px;
    font-weight: normal;
}
.width-6 .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #222;
}
.sale-price{
    position: absolute;
    right: 0;
    top: 0;
}
.sale-price .badge-promotion {
    float: right;
    margin-left: .5rem;
    background-color: #FF0036;
    width: 38px;
    height: 35px;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 7px;
    margin-top: 7px;
    padding: 4px 2px 3px;
}
.sale-price .badge-promotion:after{
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 4px;
    border-color: transparent rgb(228, 2, 2);
}
.sale-price .badge-promotion .items-sale{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.sale-price .badge-promotion .items-sale .percent {
    margin: 2px 0;
}
.sale-price .badge-promotion .items-sale .label-sales {
    color: #fff;
    margin: 2px 0;
}
.listproduct img.lazy {
    width: 100%;
    height: auto;
    max-height: 180px;
    display: block;
    background-position: 50% 50%;
    /* optional way, set loading as background */
    /*    background-image: url('../image/Spinner-1s-114px.gif');
        background-repeat: no-repeat;
        background-position: 50% 50%;*/
}
/*-- product hot --*/
.product-hot{
    display: block;
}
.product-hot li{
    position: relative;
    display: block;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product-hot li a img{
    float: left;
    width: 100px;
    height: 80px;
    object-fit: contain;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 3px;
    margin-right: 10px;
}
.product-hot li h3{
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0px 2px 5px 2px;
}
.product-hot li h3 a{
    color: #454545;
}
.product-hot li h3 a:hover{
    text-decoration: none;
    color: #4482ff;
}
.product-hot li .price {
    display: block;
    overflow: hidden;
    padding: 2px 5px 5px 2px;
}
.product-hot li .price strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    color: #FF0036;
    line-height: 15px;
    font-weight: normal;
}
.product-hot li .price span {
    font-size: 12px;
    text-decoration: line-through;
    color: #888;
}
.product-hot li .sale-price {
    right: initial;
    left: 57px;
}
.product-hot li .sale-price .badge-promotion {
    margin-right: 0;
    margin-top: 0;
}
/*-- product detail --*/
.product-list{
    background-color: #fff;
}
.product-list .row-title{
    display: block;
    padding: 20px 0px 5px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
.product-list .row-title h1{
    float: left;
    overflow: hidden;
    font-size: 18px;
    color: #454545;
    font-weight: 400;
    line-height: 40px;
}
.product-list .row-title h1.h1-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.likeshare{
    float: right;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.product-item-img{
    margin: 0 auto;
    width: 400px;
    height: auto;
    display: block;
    border: 1px solid #f1f1f1;
    padding: 20px;
    text-align: center;
}
.product-list .product-content{
    display: block;
    padding: 0px 15px 50px 0px;
}
.product-list .product-content h1{
    font-size: 18px;
}
.product-list .product-content h2{
    font-size: 16px;
    line-height: 28px;
}
@media screen and (max-width: 768px) {
    .product-item-img{
        width: 100%;
    }
    .product-list .product-content{
        padding-right: 0;
        padding-left: 5px;
    }
    .pad-mobile{
        padding-left: 0;
        padding-right: 0;
    }
    .product-list .row-title h1{
        line-height: 27px;
        font-size: 18px;
        padding-left: 8px;
    }
    .row-borders > h3{
        margin-left: 10px;
    }
    .product-list .product-content img{
        width: 100%;
    }
    .listproduct .list-cates .list-group-item > a > img{
        height: 105px;
    }
    .list-group-item h3 a{
        padding: 10px 2px;
    }
    .area_promotion-price{
        padding-top: 20px !important;
    }
}
.product-list .product-content ul li{

}
.product-list .product-content table tr{
    height: 50px;
}
.product-list .product-content table tr td{
    font-size: 16px;
    font-family: 'Rotobo', sans-serif;
    border: 1px solid #e0e0e0;
    padding: 15px;
}
.product-list .product-content table tr td p{margin: 0px;}
.product-padd{
    padding-left: 0;
    padding-right: 0;
}
.area_promotion-price {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 10px 10px 15px;
}
.area_promotion-price strong{
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: #FF0036;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: normal;
}
.area_promotion-price span{
    font-size: 15px;
    text-decoration: line-through;
    color: #888;
}
.area_info{
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 0 10px 10px;
    margin-bottom: 20px;
}
.area_promotion{
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0px 10px 12px;
    background: #fff;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.area_promotion strong{
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #454545;
    padding: 10px 10px 10px 15px;
    text-transform: uppercase;
}
.area_promotion p:before { 
    content: '';
    margin-left: -20px;
    background: url('../image/check@2x.png');
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 0;
    float: left;
    margin-top: 4px;
}
.area_promotion p{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 8px 10px 0 25px;
}
.area_address{
    display: block;
    overflow: hidden;
    border: 1px solid #f5fbff;
    position: relative;
    margin: 5px 0px 12px;
    background: #f5fbff;
    padding-bottom: 10px;
}
.area_address strong{
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #454545;
    padding: 10px 10px 10px 15px;
}
.area_address p:before { 
    content: "•";
    color: #1855ae;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 5px;
    margin-left: -10px;
}
.area_address p{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 6px 10px 0 25px;
}
.area_order{
    padding: 0 10px;
}
.btn-buy .area_buy{
    width: 100%;
    height: 50px;
    font-weight: 700;
}
.area_buy{
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-radius: 2px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #2762b9;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#2762b9),to(#2762b9));
    background: -webkit-linear-gradient(top,#2762b9,#2762b9);
    background: -moz-linear-gradient(top,#2762b9,#2762b9);
    background: -ms-linear-gradient(top,#FF0036,#2762b9);
    background: -o-linear-gradient(top,#2762b9,#2762b9);
}
.area_buy span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 5px;
}
.area_buy:hover{
    background: #dc0633;
    color: #fff;
    text-decoration: none;
}
.area_getcontact{
    display: block;
    overflow: hidden;
    padding: 9px 0;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #4482ff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#1a5dc0),to(#4482ff));
    background: -webkit-linear-gradient(top,#1a5dc0,#4482ff);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
}
.area_getcontact span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 5px;
}
.area_getcontact:hover{
    background: #1a5dc0;
    color: #fff;
    text-decoration: none;
}
.row-borders{
    display: block;
    padding: 0px 15px 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 40px;
}
.row-borders > h3{
    float: left;
    background-color: transparent;
    line-height: 40px;
    padding: 0 0px;
    font-size: 18px;
    border-bottom: 2px solid #4482ff;
    font-weight: 500;
}
.callorder {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.callorder .ct {
    padding-bottom: 5px;
}
.callorder span {
    display: inline-block;
    padding: 5px 0 0;
}
.callorder a {
    color: #4482ff;
}
/*-- news list --*/
.newslist{
    display: block;
    overflow: hidden;
    margin: 5px 0 20px 0;
}
.newslist h4 {
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    line-height: 1.3em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.newslist li {
    display: block;
    overflow: hidden;
    padding: 8px 0;
}
.newslist li a {
    display: block;
    overflow: hidden;
}
.newslist li a:hover{
    text-decoration: none;
    color: #4482ff;
}
.newslist li img {
    float: left;
    width: 100px;
    height: 60px;
    margin-right: 10px;
}
.newslist li h3 {
    overflow: hidden;
    color: #444;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist li h3:hover{
    color: #4482ff;
}
.newslist li span{
    font-size: 13px;
    color: #4482ff;
}
.sp-selected-thumbnail img.sp-thumbnail{
    opacity: 1 !important;
}
.sp-thumbnail-container img.sp-thumbnail{
    opacity: 0.4;
}

/* cart */
.btn-sm, .btn-group-sm > .btn{
    padding: 5px 5px;
}
.container-cart {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.container-cart .detail_cart{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    border-radius: 5px;
    padding: 20px;
}
.container-cart >h3{
    text-align: center;
    display: block;
    padding-bottom: 30px;
    font-size: 20px;
}
.cart-head {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.buymore {
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #4482ff;
    padding: 15px 0 0 15px;
}
.buymore:before, .buymore:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid #4482ff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 28px;
}
.buymore:after {
    margin-left: 2px;
    border-width: 9px;
    border-right-color: #f0f0f0;
    top: 26px;
}
.yourcart {
    display: block;
    overflow: hidden;
    background: #fff;
    text-align: right;
    color: #333;
    line-height: 40px;
    padding-top: 15px;
}
.cart-title{
    font-size: 14px;
    font-weight: bold;
    color: #454545;
    display: block;
}
.cart-deletes{
    font-size: 13px;
    color: #999;
}
.cart-deletes:hover{
    color: #2465c5;
    text-decoration: none;
}
.style-input{
    display: block;
    padding: 9px 0;
    height: 27px;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 0 5px;
    text-indent: 10px;
}
.cart-img{
    display: block;
    width: 100px;
    height: 85px;
    border-radius: 10px;
}
.cart-price{
    font-size: 14px;
    color: #FF0036;
}
.cart-total{
    display: block;
    border-top: 1px solid #ececec;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 50px;
}
.cart-right{
    float: right;
    display: block;
}
.cart-right span.prices{
    font-size: 16px;
    font-weight: 600;
    color: #FF0036;
    padding-left: 10px;
}
.cart-checkout{
    display: block;
    border-top: 1px solid #ececec;
    padding-top: 20px;
    margin-top: 20px;
    background-color: #f6f6f6;
    padding: 20px
}
.cart-checkout input{
    display: block;
    padding: 9px 0;
    height: 40px;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 5px;
    text-indent: 10px;
    width: 99.6%;
    box-shadow: none;
}
.cart-btn{
    margin: 0 auto;
    width: 200px;
    height: 40px;
    background-color: #fc7319;
    border: none;
    text-align: center;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.stickcart {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    font-size: 14px;
    color: #4482ff;
    padding: 0 10px 0 0;
    width: 140px;
    z-index: 99;
}
.stickcart:hover{
    text-decoration: none;
}
.stickcart div {
    float: left;
    width: 38px;
    height: 38px;
    border-radius: 40px;
    background: #ff0036;
    margin: 2px 5px 2px 2px;
}
.stickcart div >i{
    height: 18px;
    display: block;
    margin: 8px 0 0 8px;
    font-size: 22px;
    color: #fff;
}
.stickcart span {
    display: block;
    padding: 4px 0 0;
    white-space: nowrap;
}
.stickcart strong {
    display: block;
    white-space: nowrap;
}
.counter-online{
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.counter-online ul li{
    display: block;
    padding: 6px 5px;
}
.customer-content {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 30px;
    margin: 25px 0;
    border-radius: 5px;
}
.customer-content .customer-header {
    margin-bottom: 30px;
}
.customer-content .customer-header>h5 {
    font-size: 1.5em;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    color: #454545;
}
.customer-content .form-group input {
    color: #232176;
    font-size: 16px;
    box-shadow: none;
    border: 1px dotted #a7a7c3;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #fff;
}
.customer-content .style-send:hover {
    background-color: #f00;
}
.customer-content .form-group textarea {
    box-shadow: none;
    border: 1px dotted #a7a7c3;
    height: 150px;
    border-radius: 3px;
    background-color: #fff;
}
.customer-content .style-send {
    font-size: 18px;
    height: 40px;
    display: inline-block;
    line-height: 39px;
    text-align: center;
    padding: 0 15px;
    background-color: #f33;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}