@charset "utf-8";


body {
    font-family: 'Roboto', sans-serif;
}





input,
button,
select,
textarea {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    color: #333;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}

.owl-prev,
.owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}



/* css main slider */

#slider-home .owl-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
#slider-home .owl-next{

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.6);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
#slider-home .item img{
    height: 695px;
}

.hc-nav-trigger.hc-nav-1{
    display: none!important;
}
.second-nav{
    display: none;
}
.top-header{
    background: #ff6600;
    height: 40px;
    line-height: 39px;
    overflow: hidden;
}
ul{
    padding:0;
    margin:0;
}
.top-header ul{
    list-style: none;
}
.top-header ul li{
    float: left;
    color: #fff;
    font-size: 14px;
}
.top-header ul li a{
    color: #fff;
}
.top-header ul li span{
    font-family: 'Roboto-Bold';
    color: #fff000;
}
.top-header .top-header-left ul li{
    padding-right: 15px;
}
.top-header .top-social ul li{
    padding-left: 5px;
}
.top-header .top-social ul li a{
    width: 25px;
    height: 25px;
    color: #ff6600;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 25px;
}
.top-header .top-social ul {
    display: inline-block;
}
.top-header .top-social{
    text-align: right;
}
.top-header .top-social ul li:first-child{
    display: inline-block;
    margin-right: 10px;
}
.main-menu> ul >li{
    float: left;
    list-style: none;
    position: relative;
}
.main-menu> ul >li .nav-search{
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.main-menu> ul >li .nav-search.open{
    top:59px;
    visibility: visible;
    opacity: 1;
}
.main-menu> ul >li  .click-search{
    border: 1px solid #cdcdcd;
    height: 37px;
    padding: 0;
    display: inline-block;
    width: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin: 10px;
}
.main-menu> ul >li  .click-search svg{
    color: #7f7f7f;
}
.main-menu> ul >li .nav-search input[type=text]{
    width: 250px;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 10px;
    border-radius: 5px;
}
.main-menu> ul >li .nav-search form .click-search1{
    position: absolute;
    right: 11px;
    top: 7px;
    color: #c0c0c0;

}
.main-menu> ul >li .nav-search form{
    position: relative;
}
.main-menu> ul> li> a{
    font-family: 'Roboto-Bold';
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px;
}
.main-menu> ul> li> a:hover{
    color: #ff6600;
}
.main-menu> ul >li.cart a{
    /*border: 1px solid #cdcdcd; border-radius: 50%;*/
    /*height: 37px;*/
    /*padding: 0;*/
    /*display: inline-block;*/
    /*width: 37px;*/
    /*text-align: center;*/
    /*line-height: 37px;*/
    /*border-radius: 50%;*/
    /*margin: 10px*/
}
.main-menu> ul >li.cart .stt{
    background: #ff6600;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 3px;
    border-radius: 10px;
    width: 25px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.main-menu> ul >li .sub-menu{
    position: absolute;
    z-index: 11;
    background: #ff6600;
    width: 250px;
    top: 65px;
    left: 0;
    list-style: none;
    webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    visibility: hidden;
    opacity: 0;
}
.main-menu> ul >li:hover .sub-menu{
    top: 58px;
    visibility: visible;
    opacity: 1;
}
.main-menu> ul >li .sub-menu li{
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #ac1b15;
}
.main-menu> ul >li .sub-menu li a{
    color: #fff;
}
.main-menu> ul >li .sub-menu li:last-child{
    border-bottom: 0;
}
.logo img{
    width: 360px;
}
.logo-menu {
    padding:24px 0;
}
.title-primary{
    font-family: 'RobotoSlab-Bold';
    color: #ff6600;
    font-size: 30px;
    text-transform: uppercase;
}
.title-title{
    text-align: center;
    background: url('../images/line.png') bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.item-product .nav-img .title{
    background:url('../images/cart.png') bottom right;
    margin: 0;
    padding: 10px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 10px;
}
.item-product .nav-img .title a{
    display: inline-block;
    width: 100%;
    font-family: 'RobotoSlab-Bold';
    font-size: 20px;
    color: #000;
}
.item-product  .image {
    overflow: hidden;
    position: relative;
}
.item-product  .image .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.item-product  .image .overlay .readmore{
    background:url('../images/icon1.png') top left  #ff6600;
    font-size: 14px;
    color: #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px 0 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    border-radius: 5px;
}
.item-product:hover  .image .overlay{
    visibility: visible;
    opacity: 1;
}
.item-product:hover .nav-img .title a{
    color: #ff6600;
}

.item-product:hover .nav-img .title{
    background: url('../images/cart-hover.png') bottom right;
    margin: 0;
    padding: 10px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 10px;
}
.nav-product .item-product{
    margin-top: 30px;
}
img{
    object-fit: cover;
    webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
a{
    webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.item-product  .image img{
    width: 100%;
    height: 240px;
}
.top-product{
    padding-top: 20px;
}
.category-product{
    margin-top: 45px;
}
.iconbox-home{
    background: #ebebeb;
}
.iconbox-home .item .icon{
    width: 20%;
    display: inline-block;
    float: left;
    position: relative;
}
.iconbox-home .item .icon:before{
    content: url('../images/bg1.png');
    position: absolute;
    top:0;
    left: 0
}
.iconbox-home .item .nav-icon{
    width: 80%;
    display: inline-block;
    float: right;
}
.iconbox-home .item .nav-icon .title{
    font-family: 'RobotoSlab-Bold';
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.iconbox-home .item .nav-icon  .desc{
    font-size: 14px;
    margin: 0
}
.iconbox-home{
    padding:30px 0;
    margin-top: 60px;
}
.slider-new .nav-image{
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    border-bottom: 2px solid #ff6600;
}
.slider-new .nav-image .title{
    font-family: 'RobotoSlab-Bold';
    font-size: 18px;
    margin: 0;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
}
.slider-new .nav-image .title a:hover{
    color: #ff6600;
}
.slider-new .nav-image .desc{
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.slider-new .nav-image .readmore{
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 5px 16px;
    border-radius: 5px;
    color: #999;
    margin-top: 5px;
}
.slider-new .nav-image .readmore:hover{
    background: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
}
.slider-new .image img{
    height: 240px;
}
.slider-new .image{
    overflow: hidden;
}
.slider-new .image:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.new-home .slider-new{
    margin-top: 30px;
    padding-bottom: 40px;
}
.owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin:2px;
    border: 1px solid #ff6600;
    border-radius: 50%;
}
.owl-dot.active{
    background: #ff6600;

}
.new-home .slider-new .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0

}
.new-home{
    padding-top: 35px;
}
.register-home{
    background: url('../images/bg2.png');
}
.register-home .register-left .title{
    margin: 0;
    padding-bottom: 10px;
    font-family: 'RobotoSlab-Bold';
    font-size: 29px;
    color: #fff;
    text-transform: uppercase
}
.register-home .register-left .desc{
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.register-home .register-right input[type=submit]{
    width: 200px;
    display: inline-block;
    float: right;
    height: 55px;
    background: #333333;
    color: #fff;
    font-size: 18px;
    font-family: 'RobotoSlab-Bold';
    text-transform: uppercase;
    border: 1px solid #333;
    border-radius: 29px;
}
.register-home .register-right input[type=text]{
    width: calc(100% - 220px);
    display: inline-block;
    float: left;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 29px;
    background: #fff;
    padding-left: 23px;
}
.register-home{
    padding: 84px 0 110px 0;
    margin-top: 60px;
}
.slider-evaluate .item .avarta{
    width: 20%;
    display: inline-block;
    float: left;
}
.slider-evaluate .item .nav-avata{
    width: 80%;
    display: inline-block;
    float: right;
    padding-left: 15px;
}
.slider-evaluate .item .avarta img{
    width: 100px!important;
    height: 100px;
    border: 6px solid #fbc0bd;
    border-radius: 50%;
}
.clearfix{
    clear: both;
}
.slider-evaluate .item .nav-avata .desc{
    font-size: 17px;
}
.slider-evaluate .item .nav-avata .admin{
    margin:0;
    font-size: 14px;
    padding-top: 7px;
}
.slider-evaluate .item .nav-avata .admin svg{
    color: #ff6600;
    margin-right: 9px;
}
.slider-evaluate .item .nav-avata .admin{
    color: #999999;
}
.slider-evaluate .item .nav-avata span{
    font-family: 'Roboto-Bold';
    color: #333;
}
.slider-evaluate{
    padding:95px 0;
    margin-top: -50px;
    position: relative;
    z-index: 111;
    background: #fff;
    border-radius: 12px;
}
/*css footer */
.footer-1 {
    padding-top: 36px;
    padding-bottom: 45px;
}
.h3-title-ft {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    font-family: 'RobotoSlab-Bold';
}
.wp-ft a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.footer-2>.container {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #595959;
    padding-bottom: 45px;
}
.copy-right {
    background: #0093c9;
    padding: 15px 0px;
}
.div-list-ft p {
    padding-left: 23px;
    position: relative;
}

.list-ft li {
    padding-bottom: 9px;
    margin-bottom: 7px;
}
.list-ft li a {
    position: relative;
    padding-left: 15px;
}
.list-ft li a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 8px;
    transition: all 0.6s ease-in-out;
}
.list-ft li a:hover {
    color: #da251c;
}
.list-ft li a:hover::after {
    color: #da251c;
    left: 5px;
}
.copy-right a:hover {
    color: #d93438 !important;
}


.mxh-top li i{
    color: #7f7f7f;
}
.ul-phone{
    padding: 0px;
    margin-right: 60px;
}
.ul-phone li{
    float: left;
    margin-left: 12px;
    color: #000;
    list-style: none;
}
.ul-phone li a{
    font-weight: bold;

}
.ul-phone li p{
    margin-bottom: 0px;
    color: #999999;
}
.ul-phone li:nth-of-type(1){
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: 0px 0px;
    padding-left: 15px;
}
.ul-phone li:nth-of-type(2){
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -129px 0px;
    padding-left: 30px;
}
.ul-phone li:nth-of-type(3){
    background: url("../images/bg_iconheader.png") no-repeat;
    background-position: -270px 0px;
    padding-left: 30px;
}
.h2-title-ft{
    font-size: 20px;
}
.div-list-ft  p{
    padding-bottom: 5px;
}
.div-list-ft .p-diachi{
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px 5px;
}
.div-list-ft .p-diachi1{
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -54px;
}
.div-list-ft .p-sdt{
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -116px;
}
.div-list-ft .p-web{
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -151px;
}
.div-list-ft .p-mail{
    background: url("../images/icon_ft.png") no-repeat;
    background-position: 0px -188px;
}


.box_mxhft li{
    list-style: none;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.box_mxhft li a{
    margin-right: 10px;
    float: left;
    background: #1c7bba;
    text-align: center;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #ff6600;
    background: #fff;
}
.box_mxhft li span{
    display: inline-block;
    margin-top: 6px;
}
.box_mxhft li{
    margin-bottom: 15px;
}
.clearfix-20{
    height: 20px;
    clear: both;
}
.box_mxhft{
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}





#footer-site{
    background: #333333;
}
.copy-right{
    width: 100%;
    display: inline-block;
    background: #000;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #80d3f6;
    margin: 0;
    padding: 0;
}
.div-list-ft p{
    color: #fff;
}
.copy-right a{
    color: #999999;
}
.copy-right .text-center{
    color: #999999;
    text-align: center;
}
.footer-1 ul{
    padding:0;
    margin:0;
    list-style: none;
}
.footer-1 .box_mxhft{
    margin-bottom: 15px;
}
.contact-footer{
    position: fixed;
    bottom: 26%;
    left: 30px;
    z-index: 999;
}
.contact-footer ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}
.contact-footer ul li{
    margin-bottom: 4px;
}
.slider-evaluate .owl-next{
    position: absolute;
    bottom: -11px;
    background: #fff;
    display: inline-block;
    width: 35px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    right: 47%;
    transform: translateX(-50%);
    border: 1px solid #ddd;
    border-radius: 0 10px 10px 0!important;
    color: #9f9f9f;
}
.slider-evaluate .owl-prev{
    position: absolute;
    bottom: -11px;
    background: #fff;
    display: inline-block;
    width: 35px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    left: 47%;
    transform: translateX(-50%);
    border: 1px solid #ddd;
    border-radius:10px 0 0 10px !important;
    color: #9f9f9f;
}
.main-menu> ul >li.search{
    float: right;
}
.main-menu> ul >li.cart{
    float: right;
}
.logo-menu-mobile{
    display: none;
}