@charset "utf-8";

@font-face {
    font-family: 'Inter';
    src:url('../fonts/Inter-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'Roboto';
    src:url('../fonts/Roboto.ttf');
}
@font-face {
    font-family: 'Heebo';
    src:url('../fonts/Heebo-Bold.ttf');
}
@font-face {
    font-family: 'KozGoPro';
    src:url('../fonts/KozGoPro-Bold.otf');
    font-weight: bold;
}

body {font-family:Inter, Microsoft JhengHei, Microsoft Yahei, Heiti TC, Roboto, Arial, "sans-serif"; font-size: 0.875rem; font-weight: bold; color: #000; background-color: #3c3c3c; }
@media(min-width: 768px){
    body{font-size: 1rem;}
}
/* .st-container{overflow: clip !important;} */
header { width: 100%; background-color: #1f1f1f; box-shadow: 0 0 20px rgba(0,0,0,.7);}
@media (max-width:991px) {
    header{border-top: 20px solid #F7931A;}
}
.header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; max-width: 100% !important; }
@media (min-width:1440px) {
    .header-inner{padding: 17px 15px;}
}
@media (min-width: 1400px){
    .container { max-width: 1280px; }
}
@media (max-width:991px) {
    .header-inner{padding: 10px 0;}
}
.mx-auto { display: block; }

a{text-decoration: none;color:#252525;}
a:hover,a:focus {text-decoration: none !important;}
a,input,button {outline: none!important;}
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}

.header-left{padding-left: 80px;}
@media (max-width:1200px) {
    .header-left{padding-left: 0px;}
}
.header-right { display: flex; align-items: center; /* font-family: 'KozGoPro'; */  }
.header-list{margin-bottom: 0;}
@media (max-width:991px) {
    .header-list{display: none;}
}
.header-list li{float: left; margin: 0 30px; position: relative;}
.header-list li::after{content: ''; width: 100%; height: 8px; background-color: #F7931A; position: absolute; bottom: -28px; left: 0; display: none;}
.header-list li a{font-size: 20px; color: #f7931a; font-weight: bold; letter-spacing: 1px;}
.top-contact{background-color: #F7931A; border-radius: 0; margin-left: 20px;}
.top-contact a{padding: 8px 8px; font-size: 20px; color: #fff; font-weight: bold; letter-spacing: 1px;}
.header-list li:hover::after{display: block;}
.header-list li.active::after{display: block;}
@media (max-width:768px) {
    .header-list li{margin: 0 10px;}
    .header-list li a, .top-contact a{font-size: 16px;}
}
@media (max-width:991px) {
    .top-contact{display: none;}
}

/*nav*/
/* .box-menu { float: right; } */

.box-menu li {position: relative;}
.box-menu > ul > li { padding: 0 30px; }
@media (max-width:1200px) {
    .box-menu > ul > li { padding: 0 15px; }
}
.box-menu > ul > li:last-child { padding-right: 0; }
.box-menu > ul > li > a {font-size:20px; color: #86b300; display: block; padding: 5px 10px; font-weight: bold; position: relative;/* font-family: 'Inter'; */}
@media(max-width:767px) {
    .box-menu > ul > li > a {
        /*padding: 5px 9px;*/
    }
}
.box-menu > ul > li > a::after{content: ''; width: 100%; height: 10px; background-color: #f7931a; position: absolute; bottom: -24px; left: 0; z-index: 9999; display: none;}
/* @media(min-width: 992px) {
.box-menu > ul > li > a { padding: 5px 1rem; }
}
@media(min-width: 1200px) {
.box-menu > ul > li > a { padding: 5px 1rem;}
}
@media(min-width: 1440px) {
.box-menu > ul > li > a { font-size: 20px; padding:5px 20px; font: "arial, helvetica, sans-serif"; font-weight: bold;}
} */
.box-menu > ul > li.dropdown:after {
    /* border: 8px solid transparent;
    border-top: 8px solid #c7c7c7; */
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    content: '';
    left:50%;
    margin-left:-4px;
}
.box-menu > ul > li:last-child > a {  }
.box-menu > ul { margin-bottom: 0; }
.box-menu > ul > li {text-align:center;float:left;position: relative;/* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */}
.box-menu > ul > li.active, .box-menu > ul > li.selected, .box-menu > ul > li:hover {  }
.box-menu > ul > li > a > span {letter-spacing: 1px; color: #f7931a; padding-bottom: 10px; position: relative; width: 100%;}
/* .box-menu > ul > li > a > span::after{display: none; content: ''; position: absolute; bottom: -6px; left: 42%; width: 10px; height: 10px; border-radius: 100%; background-color: #20339a; border: 2px solid #fff;} */
@media(min-width: 1200px) {
    .box-menu > ul > li > a > span {  }
}
.box-menu > ul > li.active > a, .box-menu > ul > li.selected > a, .box-menu > ul > li:hover > a { color: #20339a;}
.box-menu > ul > li.active > a::after, .box-menu > ul > li.selected > a::after, .box-menu > ul > li:hover > a::after { display: block;}
/* .box-menu > ul > li.active > a > span::after, .box-menu > ul > li.selected > a > span::after, .box-menu > ul > li:hover > a > span::after { display: block;} */
.box-menu > ul > li > ul { position: absolute; top: 90%; padding-top: 20px; left: -5px; z-index: 99999; background-color: #fff; padding: 0 10px;
    opacity: 0;
    pointer-events: none;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media(min-width: 1600px) {
    .box-menu > ul > li > ul { left: 5px; }
}
.box-menu > ul > li > a > span:hover > ul { opacity: 1; }
.box-menu > ul > li ul li { text-align: left; padding: 8px 10px; border-bottom: solid 1px #efefef; }
.box-menu > ul > li ul li:last-child { border-bottom: none; }
.box-menu > ul > li ul li a { min-width: 140px; white-space: nowrap; color: #252525; }
.box-menu > ul > li ul li:last-child a { border-bottom: none; }
.box-menu > ul > li ul li a:hover, .box-menu > ul > li ul li a.active{ color: #20339a; }
.box-menu > ul > li.selected > ul {/* display: block; */
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


/* mobile menu */
.st-menu { background-color: #F7931A; }
.st-menu ul li a { color: #fff; }

/*.mobile-menu-btn { float:right; margin-top: 21px; }fheader-right
@media(min-width: 768px) {
.mobile-menu-btn { margin-top: 21px; }
}*/
.mobile-menu-btn { float:right; margin-left: 10px; }
@media(min-width: 576px) {
    .mobile-menu-btn { margin-left: 15px; }
}

.menu-mobile {  }
.menu-mobile .menu-mobile-title {height: 36px;position: relative;}
.menu-mobile .button-close-menu{position: absolute;right:8px;top:8px;color:#fff;cursor: pointer;}
.menu-mobile .button-close-menu:hover {color:#292929;}
.menu-mobile .button-close-menu i {font-size: 20px;}
.menu-mobile .mobile-more {display: inline-block;width: 18px;height: 18px;position: absolute;top:20px;right:8px;font-size: 18px;color:#fff;cursor: pointer;text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.menu-mobile ul li.mobile-sub-open > .mobile-more {transform:rotate(180deg);}
.menu-mobile .mobile-more i{font-size: 18px;}
.menu-mobile .menu-mobile-content > li .dropdown-menu {position: static;}
.menu-mobile .mobile-dropdown-menu {margin-left:0!important;padding:0;display: none;}
.menu-mobile .mobile-sub-open > .mobile-dropdown-menu {display: block;}
.menu-mobile .mobile-dropdown-menu a {padding-left: 30px;text-decoration: none;}
.menu-mobile .mobile-dropdown-menu ul a{padding-left:50px;}
.menu-mobile .mobile-dropdown-menu ul ul a{padding-left:70px;}
.menu-mobile a:link, .menu-mobile a:visited, .menu-mobile a:hover, .menu-mobile a:active {text-decoration: none;}
.menu-mobile ul li li, .menu-mobile .see-all, .menu-mobile ul ul ul ul > li { background: #002c75; }
.menu-mobile ul li:hover, .menu-mobile ul li.mobile-sub-open {
    background: rgba(0,0,0,0.1);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
    color: #fff;
}
/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul > li {
    background: #6c9045;
}
/* ---------------------- */
@media (max-width:991px) {
    .menu{display: -webkit-box; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 5px;}
    .menu::-weblit-scrolling{display: none;}
    .box-menu > ul > li{padding: 0 15px;}
    .box-menu > ul > li > a{font-size: 18px;}
    .box-menu > ul > li.active > a::after, .box-menu > ul > li.selected > a::after, .box-menu > ul > li:hover > a::after{display: none;}
    .box-menu > ul > li > a > span{padding-bottom: 0;}
    .box-menu > ul > li.active, .box-menu > ul > li.selected, .box-menu > ul > li:hover{background-color: #F7931A;}
    .box-menu > ul > li.active > a > span, .box-menu > ul > li.selected > a > span, .box-menu > ul > li:hover > a > span { color: #fff;}
}
@media (max-width:500px) {
    .box-menu > ul > li > a{font-size: 15px;}
    .box-menu > ul > li{padding: 0;}
}

.btn-ud {
    color: #fff!important;
    background-color: #F7931A;
    padding: 6px 10px;
    border-radius: 0;
}
.btn-ud:focus,
.btn-ud.focus {
    color: #fff;
    background-color: #fdba2d;}
.btn-ud:hover {
    color: #fff;
    background-color: #fdba2d;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
    color: #fff;
    background-color: #fdba2d;
}
.btn-ud:active:hover,
.btn-ud.active:hover,
.open > .dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open > .dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open > .dropdown-toggle.btn-ud.focus {
    color: #fff;
    background-color: #fdba2d;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
    background-image: none;
}
.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
    background-color: #d17100;
}


/*main-all*/
.main-all { min-height: 90vh; overflow: hidden; }


/*back-to-top*/
/* #back-to-top{display: flex; align-items: center;}
#back-to-top .fa{font-size: 18px; color: #fff; margin-right: 20px;}
#back-to-top b{font-family: 'Lato-Bold'; color: #fff; font-size: 18px;}
@media (max-width:768px) {
    #back-to-top b{display: none;}
}
@media (max-width:425px) {
    #back-to-top{position: absolute; top: -15px; left: 46%; padding: 10px; border-radius: 100%; background-color: #0c2ac7; display: flex; justify-content: center;}
    #back-to-top .fa{margin-right: 0;}
} */

/* home css */
.home-container{padding: 90px 0;}
@media (min-width:1025px) {
    .home-container{padding: 100px 0;}
}
@media (min-width:1400px) {
    .home-container{padding: 100px 0; margin: 100px 0;}
}
.home-row{display: flex;}
.left-box{padding-left: 156px;}
.home-left{padding: 0; width: 37%;}
.home-right{/* pointer-events:none; */ padding: 0; width: 63%;}
.home-l-top{padding-top: 70px;}
.home-top-img{margin-bottom: 10px;}
.home-l-title{font-family: 'Inter'; color: #F7931A; font-size: 40px; padding-left: 16px;}
.home-l-text{font-family: 'Roboto'; font-size: 20px; color: #aeaeae; font-weight: normal; padding-left: 16px;}
.home-l-con{background-color: #F7931A; padding: 15px 70px 15px 170px; display: flex; margin-top: 20px; }
.home-l-con span{display: block; line-height: 20px; font-size: 20px; color: #3C3C3C;}
.home-l-con span:last-child{margin-left: 7px;}
.home-l-copy{margin-left: 16px; margin-top: 80px; z-index: 999999;}
.home-l-copy a, .home-l-copy p, .copy-text{font-family: 'Roboto'; font-weight: normal; color: #AEAEAE; font-size: 13px;}
.home-l-copy p{margin-bottom: 5px; margin-top: 5px;}
.home-l-copy p a{text-decoration: underline;}
.home-swiper{overflow: hidden; height: auto; padding: 0;}
.home-swiper .swiper-wrapper{background-color: #3C3C3C; display: flex; }
.home-swiper .swiper-slide{width: auto;}
.slide-box{position: relative; height: auto;}
.slide-img{overflow: hidden; position: relative; height: auto;/* display: flex; justify-content: center; align-items: center; */ background-color: #3C3C3C;}
.slide-box .slider-text{position: absolute; bottom: 0; padding: 0 40px 100px 40px;}
.slide-box .slider-text i{font-family: 'Inter'; font-style: normal; color: #A48E71; font-weight: normal; font-size: 20px;}
.slide-box .slider-text h3{font-family: 'Inter'; font-size: 30px; padding: 5px 0; color: #F7931A; font-weight: bold;}
.slide-box .slider-text p{font-size: 16px; color: #fff; font-family: 'Inter'; font-weight: normal;}
.slider-text1{position: absolute; bottom: 0; background-color: rgba(0,0,0,.8); width: 100% !important; padding: 20px 55px !important;}
.slider-text1 h3{font-size: 20px !important; color: #fff !important;}
.slider-text1 p{color: #F7931A !important; font-size: 16px !important; font-weight: bold !important; }
.news-navbox{position: absolute; bottom: 8%; padding: 0 40px; }
.news-navbox li{float: left; margin-right: 8px;}
.news-navbox li a{color: #fff; font-family: 'Inter'; font-weight: normal; font-size: 14px; padding: 6px 9px; background-color: #1F1F1F;}
.news-navbox li.active a, .news-navbox li:hover a{background-color: #F7931A;}
.mobile-slideshow{display: none;}
.mobile-slideshow-box{display: flex; flex-direction: column; margin-top: 80px; padding-left: 156px;}
.mobile-slideshow-box .slide-box{margin-bottom: 50px;}
.mobile-slideshow-box .slide-box:first-child{margin-bottom: 20px;}
.mobile-navbox-con{}
.mobile-navbox{display: -webkit-box; overflow-x: auto;}
.mobile-navbox a{display: block; margin-right: 5px; margin-bottom: 10px; color: #fff; font-family: 'Inter'; font-weight: normal; font-size: 14px; padding: 6px 9px; background-color: #1F1F1F;}
.mobile-navbox a.active, .mobile-navbox a:hover{background-color: #F7931A;}
.box-con1{height: 46px;}
@media (max-width:1024px) {
    .home-row{display: flex; flex-direction: column;}
    .home-left{width: 100%;}
    .home-right{margin-top: 50px; width: 100% !important;}
}
@media (max-width:768px) {
    .mobile-slideshow{display: block;}
    .home-swiper{display: none;}
    .home-l-title{font-size: 30px; padding-left: 4px;}
    .home-l-text{font-size: 18px; padding-left: 4px;}
    .slide-box .slider-text i{font-size: 18px;}
    .slide-box .slider-text h3{font-size: 20px;}
    .slide-box .slider-text1 h3{font-size: 18px !important;}
    .slider-text1{padding: 10px 30px !important; bottom: -60px !important;}
    .slider-text1 p{font-size: 14px !important;}
    .slide-box .slider-text p{font-size: 14px; margin-bottom: 0; line-height: 20px;}
    .mobile-slideshow-box{padding-left: 30px;}
    .left-box{padding-left: 30px;}
    .home-l-con{padding-left: 34px; padding-right: 0;}
    .home-l-copy{margin-left: 0; margin-top: 68px;}
    .home-left{max-width: 100%;}
    .home-l-top{padding-top: 0;}
    .slide-box .slider-text{padding: 0 20px 20px 20px;}
}
@media (max-width:425px) {
    .box-con1{height: 20px;}
    .home-l-text{font-size: 16px;}
    .left-box{padding-left: 30px;}
    .home-l-con{padding-left: 34px;}
    .slide-box .slider-text{padding: 0 10px 10px 10px;}
    .mobile-slideshow-box{padding-left: 30px; margin-top: 48px;}
    .home-l-con span{font-size: 18px}
    .slide-box .slider-text i{font-size: 13px;}
    .slide-box .slider-text h3{font-size: 16px;}
    .slide-box .slider-text p{font-size: 12px;}
    .slide-box .slider-text1 h3{font-size: 16px !important;}
    .slider-text1{padding: 10px 10px !important;}
    .slider-text1 p{font-size: 12px !important;}
}
@media (max-width:375px){
    .home-l-con span{font-size: 16px}
}
@media (min-width:1025px){
    .home-left{width: 50%;}
    .home-right{width: 50%;}
}
@media (min-width:1440px) {
    .home-left{width: 40%;}
    .home-right{width: 60%;}
}
@media (min-width:1528px) {
    .home-left{width: 37%;}
    .home-right{width: 63%;}
}

/* info css */
.product-container{padding: 0 15px;}
@media (max-width:425px) {
    .product-container{padding: 0;}
}
.info-connom{padding: 70px 25px; overflow: hidden; }
@media (max-width:768px) {
    .info-connom{padding: 40px 15px;}
}
.info-row{margin-top: 50px; overflow: hidden;}
.info-title{text-align: center; font-size: 34px; color: #F7931A; font-weight: bold; /* font-family: 'KozGoPro'; */ }
.product-list{margin-bottom: 44px; padding: 0 22px; overflow: hidden !important;}
@media (max-width:768px) {
    .info-row{margin-top: 25px;}
    .product-list{padding: 0 11px; margin-bottom: 22px;}
    .info-title{font-size: 28px;}
}
@media (max-width:425px) {
    .info-title{display: none;}
    .product-list:nth-child(2n-1){padding-left: 0;}
    .product-list:nth-child(2n){padding-right: 0;}
}
.product-box{background-color: #fff; padding: 20px; display: flex; flex-direction: column; align-items: center;}
.product-title{font-family: 'Heebo'; font-size: 22px; color: #333; font-weight: bold; margin-top: 5px;}
.product-price{font-size: 22px; text-transform: uppercase; font-weight: bold; color: #F7931A; margin: 10px 0; font-family: 'Heebo'; }
.button-box{background-color: #F7931A; color: #fff; padding: 8px 50px; font-weight: bold; font-size: 20px; font-family: 'Heebo';  }
@media (max-width:1024px) {
    .product-title, .product-price, .button-box{font-size: 20px;}
}
@media (max-width:768px) {
    .product-title, .product-price, .button-box{font-size: 18px;}
}
@media (max-width:567px) {
    .product-title, .product-price, .button-box{font-size: 16px;}
}
@media (max-width:567px) {
    .button-box{padding: 6px 30px;}
}


/* about */
.about-container{padding: 0;}
.about-box{padding: 70px 0; margin: 80px 0;}
.about-con{padding: 0 30px;}
.about-title{font-size: 40px; color: #F7931A; font-weight: bold;}
.about-inte-box{ background-color: #F7931A; margin: 22px 0 30px;}
.about-inte-con{padding: 60px 30px 45px; display: flex; justify-content: space-between; position: relative;}
.about-inte-left{width: 50%; padding-right: 50px;}
.about-inte-right{width: 50%; display: flex; padding-left: 0px;}
.about-inte-left p{font-size: 20px; line-height: 26px; color: #fff; font-weight: normal;}
.about-buttom{max-width: 280px; background-color: #fff; border-radius: 3px; display: flex; justify-content: center; align-items: center;}
.about-buttom span{padding: 8px 0; font-size: 20px; font-family: 'Heebo'; font-weight: bold; font-style: normal; color: #F7931A; }
.about-inte-r-left{}
.about-info-top{display: flex;}
.about-q, .about-un{font-size: 30px; color: #fff; line-height: 30px;}
.about-un{padding-left: 8px;}
.about-ud{margin-top: 30px; font-size: 22px; color: #fff; font-weight: normal !important; font-family: 'Heebo';}
.about-inte-r-right{position: absolute; right: 6%; bottom: 0;}
.about-inte-img{position: relative;}
.about-inte-bottom{margin: 30px 0;}
.about-inte-bottom ul{max-width: 910px;}
.about-inte-bottom ul li{margin-bottom: 35px;}
.about-inte-bottom ul li h3{margin-bottom: 0; font-size: 24px; color: #F7931A; font-weight: bold;}
.about-inte-bottom ul li span{font-size: 20px; color: #A48E71; font-weight: bold;}
.about-inte-bottom ul li p{font-size: 16px; color: #fff; }
.about-buttom1{margin-top: 60px; background-color: #F7931A;}
.about-buttom1 span{color: #fff;}
.about-email-box{margin-top: 189px; padding: 0 15px; display: flex; justify-content: center;}
.about-email{max-width: 610px; display: flex; flex-direction: column;}
.about-email h3{margin-bottom: 20px; font-size: 20px; color: #F7931A; font-weight: bold;}
.input-email{border-radius: 3px; background-color: #EEEDE9; border: none; padding: 12px 10px;}
.e-button{margin-top: 20px; display: flex; justify-content: center; align-items: center; background-color: #F7931A;}
.e-button i{color: #fff; font-style: normal; font-size: 20px; font-weight: bold;}
.mobile-about-box{display: none;}
.about-copy1{margin-top: 200px;}
.about-copy1 h3{font-size: 20px; color: #fff; margin-bottom: 20px; font-weight: bold;}
.copy-img{margin-top: 60px;}
@media (min-width:1024px) {
    .about-q, .about-un{font-size: 24px;}
    .about-inte-right{padding-left: 0px;}
    .about-inte-con{padding: 60px 50px 45px;}
    .about-inte-bottom, .about-title{padding: 0 50px;}
}
@media (min-width:1400px) {
    .about-inte-right{padding-left: 100px;}
    .about-q, .about-un{font-size: 30px;}
    .about-inte-con{padding: 60px 140px 45px;}
    .about-con{padding-left: 140px;}
}
@media (max-width:1279.99px) {
    .about-email-box{margin-top: 100px;}
    .about-inte-con{padding: 30px;}
    .about-box{margin: 0; padding: 80px 0;}
    .about-inte-left{width: 100%; padding-right: 0;}
    .about-inte-left p, .about-buttom span{font-size: 16px;}
    .about-inte-right{display: none;}
    .about-inte-r-right{display: none;}
    .about-inte-box{margin-top: 0;}
    .mobile-about-box{display: block; padding: 0 30px; margin-top: 30px; position: relative;}
    .mobile-about-box .mobile-about-inte-r-right{position: absolute; right: 0; bottom: 0;}
    .about-inte-r-left{padding-bottom: 70px;}
    .about-q, .about-un{font-size: 22px; line-height: 22px;}
    .about-ud{font-size: 18px; color: #F7931A; margin-top: 10px;}
    .about-title{font-size: 36px;}
    .about-inte-img img{height: 292px;}
    .about-inte-bottom ul li h3{font-size: 20px;}
    .about-inte-bottom ul li p, .about-inte-bottom ul li span{font-size: 16px;}
    .about-copy1{margin-top: 100px; padding-left: 30px;}
}
@media (max-width:526px) {
    .about-copy1{margin-top: 60px; padding-left: 20px;}
    .about-inte-con{padding: 30px 20px;}
    .about-con, .mobile-about-box{padding: 0 20px;}
    .about-inte-img img{height: 200px;}
    .about-q, .about-un, .about-ud{font-size: 16px; line-height: 16px;}
    .about-inte-bottom ul li h3{font-size: 18px;}
    .about-email h3{font-size: 18px;}
    .about-inte-bottom ul li p, .about-inte-bottom ul li span{font-size: 15px;}
}






/* cart css start*/

/* location slide end*/

.input-group-append {
    cursor: pointer;
}

/*.fixed-menu, header, .box-logo {
    background-color: #fff;
}*/



.main-bg-color {
    background-color: #F7931A;
    color:#fff;
}
.main-border-color{
    border-color: #313131!important;
}

.a-color {
    color:#313131;
}

.bg-color, .secondary-bg-color {
    background-color: #efefef;
}

.border-style-2 {
    border: 2px solid #ededed;
    padding:1rem;
}

.nav-tabs-main-color .nav-link{
    background-color: #efefef;
}

.nav-tabs-main-color.nav-tabs .nav-link.active {
    background: #313131;
    color:#fff;
}

.big-border{
    width: 100%;
    height:10px;
    background-color: #fba615;
}

.module-carousel .swiper-slide .carousel-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.2);
    color: #fff;
    transition: 0.5s;
    font-weight: bold;
    text-align: center;
    font-size:16px;
}
@media(min-width: 768px) {
    .module-carousel .swiper-slide .carousel-title{
        font-size:18px;
    }
}
.module-carousel .swiper-slide:hover .carousel-title{background: rgba(0,0,0,0.3);text-decoration: none}

.module-slideshow-wrapper {
    margin-top:0.375rem;
}
@media(min-width: 768px) {
    .module-slideshow-wrapper.no-full-slideshow .swiper-slide .item{
        margin-left:20%;
    }
}

.widget-title-more-style {
    position: relative;
    font-size: 1rem;
    padding-right: 2rem;
    padding: 10px;
    background-color: #efefef;
}
.widget-title-more-style .title{
    font-weight: bold;
}

.widget-title-more-style .more{
    position: absolute;
    top: 9px;
    right: 10px;
    color:#313131;
    text-decoration: underline;
}

.product-featured-wrapper {
    margin-bottom: -10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*background-color: #313131;*/
}

.module-post-wrapper {
    padding:10px;
    height: calc(100% - 47px);
}
.module-post-wrapper .item .inner {
    background-color: #fff;
    padding:10px;
}
.module-post-wrapper .item {
    margin-top: 10px;
}
.module-post-wrapper .item h3{
    font-size:1rem;
    line-height: 1.525rem;
}


.module-product-block-wrapper {
    margin:2rem 0;
}
.module-product-block-wrapper .product-layout .product-inner {
    border:none;
}
.module-product-block-wrapper .swiper-button-prev{
    left:22px;
    background-color: rgba(27,44,86,0.8);
    border:none;
    width: 30px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    color:#fff;
}
.module-product-block-wrapper .swiper-button-next{
    right:22px;
    background-color: rgba(27,44,86,0.8);
    border:none;
    width: 30px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    color:#fff;
}
.module-product-block-wrapper .swiper-button-prev.swiper-button-disabled, .module-product-block-wrapper .swiper-button-next.swiper-button-disabled{
    opacity: 0.8;
}
.module-product-block-wrapper .swiper-button-prev i, .module-product-block-wrapper .swiper-button-next i {
    font-size:1.275rem;
}
.module-product-block-wrapper .swiper-button-prev:after, .module-product-block-wrapper .swiper-button-next:after {
    display: none;
}

.module-product-block-wrapper .index-product .index-product-list{border:0;}
.module-product-block-wrapper .nav-tabs{display: flex;border-bottom: 0;align-items: flex-end;}
.module-product-block-wrapper .nav-tabs .nav-item{width: 50%;}
.module-product-block-wrapper .nav-tabs .nav-link{
    color: #3e3a39;
    border:0;
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
}
.module-product-block-wrapper .tab-content{border:8px solid;padding: 30px;overflow: hidden;border-radius: 0 0 5px 5px;}
.module-product-block-wrapper .slick-prev{width: 30px;height: 50px;background: rgba(27,44,86,0.8);z-index: 999;border-radius: 0 10px 10px 0;}
.module-product-block-wrapper .slick-next{width: 30px;height: 50px;background: rgba(27,44,86,0.8);;z-index: 999;border-radius: 10px 0 0 10px;}

@media(min-width: 992px){
    .module-product-block-wrapper .nav-tabs .active{padding: 20px 15px !important;}
    .module-product-block-wrapper .nav-tabs .nav-item{width: 25%;}
    .module-product-block-wrapper .nav-tabs .nav-link{font-size: 20px;}
}
@media(min-width: 1200px){
    .module-product-block-wrapper .nav-tabs .nav-link{font-size: 24px;}
}




/** top ad start **/

.page-top-banner-wrapper {
    padding:0.725rem 0;
}
@media(min-width: 768px) {
    .page-top-banner-wrapper {
        padding:1rem 0;
    }
}
/** top ad end **/



.input-group-btn .btn {
    border-radius: 0;
    text-decoration: underline;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-5 > div {
    padding-left:5px;
    padding-right:5px;
}

.full-loading {
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    width:100%;
    height:100%;
    background: #fff url('../../images/loading.gif') no-repeat center center;
}

.popup-body {
    padding-top:0.5rem;
}


.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #737373;
}

div.required .control-label:after {
    content: '* ';
    color: #f00;
    margin-left: 2px;
    font-weight: bold;
}

.transition-05 {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.no-border-table {
    border:none;
}
.no-border-table td, .no-border-table th {
    border:none;
    padding:0.275rem 1rem;
}



.default-border-title {
    border-bottom: 2px solid rgba(0,0,0,.125);
    font-size: 1.5rem;
}

.default-border-title>span {
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
}

.default-border-title>span:before {
    content: '';
    position: absolute;
    width: calc(100%);
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #fba615;
}

.border-left-title {
    position: relative;
    padding-left:1rem;
    font-size:1.375rem;
}
h1.border-left-title {
    margin-bottom: 1rem;
}
.border-left-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 80%;
    background-color: #313131;
}


/*.layui-layer {
    max-width: 100%!important;
}
.layui-layer-title {
    background-color: #F7931A!important;
    color:#fff!important;
    font-weight: bold;
}
.popup-content {padding:0 15px;max-height: 100%!important;}
.layui-layer-btn {
    text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {background-color:#63ae53!important;color:#fff!important;border:none!important;}
.layui-layer-rim iframe {max-height: 100%!important;height: 626px!important;}*/

.btn-info {
    padding: .5rem 2rem;
    background-color: #fba615!important;
    color: #fff !important;
    border: 0!important;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    white-space:nowrap;
    border-radius: 4px;
    font-size: 16px;
}

.btn.btn-full {
    width: 100%;
}
.btn.btn-min {
    padding: .2rem 1rem;
}



.btn-default, .btn-default:hover, .btn-default:link, .btn-default:focus, .btn-default:active {
    overflow: hidden;
    position:relative;
    border-radius: 4px;
    background-color: #DDDDDD;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    white-space:nowrap;
    z-index: 0;
    border:none!important;
    box-shadow:none!important;
    padding: .5rem 2rem;
    color:#000;
}

.btn-default:hover {
    opacity: 0.8;
    border: 0;
}


.form-group {
    margin-bottom: 1.375rem;
}
.popup-body .form-group {
    margin-bottom: 1rem;
}
.form-control {
    box-shadow: none !important;
    border-radius: 0!important;
    height: calc(1.5em + .75rem + 4px);
}

.form-control:focus{
    border-color:#313131;
}
.has-error .form-control {
    border-color: #a94442;
}

.common-pad-tb {
    padding-top:50px;
    padding-bottom: 50px;
}
#content {
    min-height: 450px;
    padding-bottom: 50px;
}

.full-content-center {
    width: 100%;
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
}

.nav-tabs-style {
    border:1px solid #efefef;
}
.nav-tabs-style .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}
.nav-tabs-style .nav-tabs a {
    text-decoration: none;
    display: block;
    height: 48px;
    line-height: 48px;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    border-color: transparent transparent #efefef transparent;
}

.nav-tabs-style .nav-tabs a.active {
    background-color: #FFFFFF;
    border-color: transparent #efefef transparent transparent;
}

.nav-tabs-style .nav-tabs-half li:last-child a.active {
    border-color: transparent transparent transparent #efefef;
}

.nav-tabs-style .tab-pane {
    padding: 0 15px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}

@media(min-width: 768px) {
    .nav-tabs-style .tab-pane {
        padding: 0 40px;
    }
}

.nav-tabs-half > li {
    width: 50%;
    text-align: center;
}

.tabset-title {
    text-align: center;
    margin-bottom: 20px;
}


.sidebar-widget .title {
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    padding-left:18px;
    padding-bottom: 10px;
}
@media(min-width: 768px) {
    .sidebar-widget .title .toggle-icon {
        display: none;
    }
}


.sidebar-widget li {
    box-shadow: none;
    margin: 10px 0 0;
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}
.sidebar-widget ul ul li {
    border-bottom: none;
    padding-left:5px;
    padding: 5px 0;
    margin-top: 0;
    font-weight: normal;
}
.sidebar-widget li .category-href {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
    color: #3e3a39;
}
.sidebar-widget ul ul {
    padding-left: 30px;
    list-style: none;
}

.sidebar-widget ul ul li:first-child {
    padding-top:0;
}
.sidebar-widget ul ul li:last-child {
    padding-bottom: 10px;
}
.sidebar-widget .toggle-icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
    background: url(../../images/up-icon.png) center no-repeat;
    background-size: 14px;
    position: absolute;
    right:6px;
    top:2px;
}
.sidebar-widget .toggle-icon.collapsed {
    background: url(../../images/down-icon.png) center no-repeat;
    background-size: 14px;
}
.sidebar-widget a:hover {
    text-decoration: none;
}


/***** Success start *****/
.success-message {
    text-align: center;
}
.success-message .icon-wrapper {
    color:#00d025;
}
.success-message .icon-wrapper i{
    font-size:4.725rem;
}
.success-message .title {
    margin-top: 0.725rem;
}
.success-message .inner {
    margin: 1rem 0;
}
/*** Success end ***/


/**** account module start ****/
.account-module {
    border-radius: 0;
}
.account-module ul i {
    font-size: 1.175rem;
    width: 18px;
    text-align: center;
}
.account-module .list-group-item {
    border:none;
    border-bottom: 1px solid #ededed;
}
.account-module a:hover {
    text-decoration: none;
}

/**** account module end ****/



.category-banner-wrapper img {
    width: 100%;
}

/***** product list start ****/
.row.product-row {
    margin-left: -5px;
    margin-right: -5px;
}
.row.product-row .product-layout{
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}
.product-layout .product-inner {
    border: 1px solid #efefef;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product-layout .product-inner .product-promotion-thumb {
    max-height: 44px;
    position: absolute;
    left:0;
    top:0;
}
.product-layout .image {
    overflow: hidden;
    margin-top:20px;
}

@media(min-width: 576px) {
    .product-layout .image {
        margin-top:30px;
    }
}

.product-layout .image:hover img{
    transform: scale(1.08);
    transition: all 0.8s;
}

.product-layout .caption {
    margin-top:10px;
    text-align: center;
}

.product-layout .product-name {
    font-size:16px;
    font-weight: bold;
}
.product-layout .product-summary {
    font-size:14px;
    color: #313131;
    height: 72px;
    overflow: hidden;
}

.product-layout .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-layout .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    font-size:14px;
    height: 20px;
    margin-top:-4px;
}

.product-list .product-inner .image {
    float: left;
    display: inline-block;
    width: 200px;
}

.product-list .product-inner .caption {
    text-align: left;
    margin-left: 200px;
}

/***** product list end ****/

/***** product detail start ****/
.product-images {
    display: flex;
    margin-bottom: 2rem;
}

.product-images .slider-nav img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
}
.product-images .slider-nav .slick-slide.slick-current.slick-active img {
    border: 1px solid #313131;
}

.product-images .slider-for img {
    border: 1px solid #efefef;
    width: 99%;
}

.product-images .slider-nav .slick-slide{margin-top: 5px;}
@media(min-width: 768px){
    .product-images .slider-nav .slick-slide{margin-top: 15px;}
}
@media(min-width: 992px){
    .product-images .slider-nav .slick-slide{margin-top: 20px;}
}
@media(min-width: 1400px){
    .product-images .slider-nav .slick-slide{margin-top: 25px;}
}

.product-images .slider-nav .slick-prev { top: 0px; left:50%; margin-left:-10px; transform: rotate(90deg); background: url(../../images/left-icon-n.png) center no-repeat ;background-size: 46px; z-index: 222; text-indent: -9999px;}
.product-images .slider-nav .slick-next {top: 99%; left:50%; margin-left:-10px; transform: rotate(90deg); background: url(../../images/right-icon-n.png) center no-repeat ;background-size: 46px;z-index: 222; text-indent: -9999px;}

.product-description {
    font-size:14px;
}
.product-description h1 {
    font-size:24px;
}
.product-description .summary {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.product-description .product-price-wrapper {
    font-size:32px;
    font-weight: bold;
    margin-top: 0.5rem;
}
.product-description .product-price-wrapper .price-old{
    font-size:20px;
    color:#aaa;
}
.product-description .quantity-input-wrapper .form-control{
    text-align: center;
    min-width: 40px;
    max-width: 120px;
}
.product-description .quantity-input-wrapper a:hover{
    text-decoration: none;
}

.product-description .product-cart-action{
    margin-bottom: 0;
}
.product-description .buttons {
    margin-top:.375rem;
}
.product-description .buttons .btn {
    width: 100%;
    max-width: 260px;
    padding-top:6px;
    padding-bottom:6px;
    margin:5px 0;
}

.product-description-related .widget-title{margin-bottom:15px;padding-bottom:5px;font-weight: bold;border-bottom: 1px solid #efefef;}
.product-description-related .widget-title span{padding: 10px 20px;border-radius: 5px 5px 0 0;background: #313131;
    color: #fff;font-size:16px;}

#product .radio input, #product .checkbox input {
    display: none;
}

#product .radio span, #product .checkbox span {
    display: block;
    position: relative;
    padding: 6px 5px;
    margin-bottom: 4px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
}

#product .radio input:checked+span, #product .checkbox input:checked+span {
    border: 2px solid #313131;
    padding: 5px 4px;
}

#product-related.swiper-container {
    padding-bottom: 2rem;
}

#product-related.swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.product-video-wrapper {
    margin-top: 2rem;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    max-width: 1100px;
}
.product-video-wrapper iframe {
    width: 100%!important;
    height: 38vw;
}
.product-video-wrapper .video-title {
    text-align: center;
    font-size: 1.375rem;
}

.tab-content-pad {
    padding:15px;
}

.table-style {
    width: 100%;
}
.table-style td {
    padding:0.175rem 0;
    vertical-align: middle;
}
.table-style td.td-text {
    width: 80px;
}
.table-style td.td-space {
    width: 14px;
}
/***** product detail end ****/



/* news start */
.news-slideshow{padding: 0; margin: 0; background-image: url(../images/news-slideshow.png); background-position: center; background-repeat: no-repeat; background-size: cover;}
.slideshow-con{padding: 100px 20px; background-color: rgba(60,60,60,.5); display: flex; flex-direction: column; justify-content: center;}
@media (max-width:425px) {
    .news-slideshow{background: url(../images/news-mobile.png) no-repeat left top; background-size: 100%;}
    .slideshow-con{padding: 60px 20px 20px; display: flex; align-items: flex-start; }
}
.slideshow-con h3{font-size: 15px; color: #a48e71; text-align: center;}
.slideshow-con b{font-size: 15px; color: #fff; text-align: center;}
.slideshow-con i{font-size: 15px; font-style: normal; color: #F7931A; text-align: center;}



@media (min-width:992px) {
    .slideshow-con{padding: 180px 0; margin: 0 auto;}
    .slideshow-con h3, .slideshow-con i{font-size: 24px;}
    .slideshow-con b{font-size: 32px;}
}
@media (min-width:1200px) {
    .slideshow-con{padding: 250px 0;}
    .slideshow-con h3, .slideshow-con i{font-size: 30px;}
    .slideshow-con b{font-size: 42px;}
}
@media (min-width:1440px) {
    .slideshow-con h3, .slideshow-con i{font-size: 40px;}
    .slideshow-con b{font-size: 50px;}
}
@media (min-width:1600px) {
    .slideshow-con{padding: 300px 0;}
}



/*@media (min-width:992px) {
    .slideshow-con{padding: 250px 0; margin: 0 auto;}
    .slideshow-con h3, .slideshow-con i{font-size: 24px;}
    .slideshow-con b{font-size: 32px;}
}
@media (min-width:1200px) {
    .slideshow-con{padding: 250px 0;}
    .slideshow-con h3, .slideshow-con i{font-size: 30px;}
    .slideshow-con b{font-size: 42px;}
}
@media (min-width:1440px) {
    .slideshow-con{padding: 350px 500px;}
    .slideshow-con h3, .slideshow-con i{font-size: 40px;}
    .slideshow-con b{font-size: 50px;}
}*/



/*.news-common{padding: 0 20px;}
@media (min-width:768px) {
    .news-common{padding: 0 40px;}
}
@media (min-width:1024px) {
    .news-common{padding: 0 80px;}
}
@media (min-width:1400px) {
    .news-common{padding: 0 120px;}
}
.news-row{padding: 40px 0;}
@media (min-width:992px) {
    .news-row{padding: 85px 0;}
}
.news-left{margin-top: 60px;}
@media (max-width:991px) {
    .news-left{margin-top: 0px;}
}
.news-left-img{float: right; display: block;}
.news-left-text{float: left; font-size: 20px; font-weight: bold; text-align: right;}
.news-left-text .text1{color: #fff;}
.news-left-text .text2{color: #F7931A;}
@media (min-width:768px) {
    .news-left-img{float: right;}
    .news-left-text{float: left; font-size: 25px;}
}
@media (min-width:1400px) {
    .news-left-img{float: right;}
    .news-left-text{float: left; font-size: 40px;}
}
.news-img{display: block;}
.mobile-img{display: none;}
@media (max-width:767px) {
    .mobile-img{display: block;}
    .news-img{display: none;}
    .news-left{max-width: 300px; display: flex;}
}*/

.news-common{padding: 0 20px;}
@media (min-width:768px) {
    .news-common{padding: 0 40px;}
}
@media (min-width:1024px) {
    .news-common{padding: 0 70px;}
}
@media (min-width:1400px) {
    .news-common{padding: 0 120px;}
}
.news-row{padding: 40px 0;}
@media (min-width:992px) {
    .news-row{padding: 85px 0;}
}
.news-left{margin-top: 60px; padding: 0;}
@media (max-width:1024px) {
    .news-left{margin-top: 0px;}
}
.pc-news-left{display: flex; justify-content: space-between; align-items: center;}
.news-left-img{display: block; margin: 0 10px;}
.news-img{display: none;}
.news-img1{display: block;}
@media (min-width: 1240px){
    .news-img{display: block;}
    .news-img1{display: none;}
}
.news-left-text{font-size: 20px; font-weight: bold; text-align: right;}
.news-left-text .text1{color: #fff;}
.news-left-text .text2{color: #F7931A;}
@media (min-width:768px) {
    .news-left-text{ font-size: 20px; margin-top: 10px;}
}
@media (min-width:1024px){
    .news-left-text{ font-size: 20px; margin-top: 0px;}
}
@media (min-width:1240px){
    .news-left-text{ font-size: 26px; margin-top: 0px;}
}
@media (min-width:1400px) {
    .news-left-img{margin: 0;}
    .news-left-text{ font-size: 28px;}
}
@media (min-width:1600px) {
    .news-img{width: auto; height: 124px;}
    .news-left-text{font-size: 40px;}
}
.mobile-box{display: none;}
.pc-box{display: block;}
@media (max-width:768px) {
    .mobile-box{display: block;}
    .pc-box{display: none;}
    .news-left{max-width: 300px; display: flex;}
}



.news-right-box{padding-left: 0px; margin-top: 40px;}
@media (min-width:768px) {
    .news-right-box{margin-top: 0; padding-left: 20px;}
}
@media (min-width:991px) {
    .news-right-box{padding-left: 50px;}
}
.news-nav-pills{width: 100%; margin-bottom: 30px;}
@media (max-width:991px) {
    .news-nav-pills{display: -webkit-flex;}
}
.news-nav-pills li{float: left;}
.news-nav-pills .nav-item{margin-right: 40px;}
@media (max-width:769px) {
    .news-nav-pills .nav-item{margin-right: 20px;}
}
.news-nav-pills .nav-item:last-child{margin-right: 0;}
.news-nav-pills .nav-link{font-size: 18px; font-weight: normal; color: #c4c4c4; padding-bottom: 5px; border-radius: 0; padding-left: 0; padding-right: 0;}
.news-nav-pills .nav-link.active, .news-nav-pills .show>.nav-link{border-bottom: 6px solid #F7931A; font-weight: bold; background: none; color: #F7931A;}
.news-tab-content{margin-top: 30px;}
.news-list-box{margin-bottom: 30px; }
.row-news{display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.news-l-box{display: none;}
@media (min-width:768px) {
    .news-l-box{display: block;}
}
.news-r-box{display: none;}
@media (min-width:768px) {
    .news-r-box{display: block; padding: 10px 0 30px 0; border-bottom: 1px solid #656565; }
}
.news-list-r-box{width: 100%;}
@media (max-width:768px) {
    .news-list-r-box{padding-bottom: 20px;}
}
.news-r-title-box{display: flex; flex-direction: column;}
.news-r-top{display: flex; flex-direction: column; max-width: 100%;}
.news-r-top a{color: #fff; font-weight: bold; font-size: 20px;}
.news-info-link{margin: 10px 0 5px; height: auto;}
.news-info-link a{float: left; margin-right: 5px; margin-bottom: 10px; font-size: 14px; font-weight: normal; padding: 6px 9px; background-color: #1F1F1F; color: #fff;}
.news-info-link a:last-child{margin-right: 0;}
/*.news-info-link a:hover{background-color: #F7931A;}*/
/*.news-info-link a:first-child { background-color:#F7931A; }*/
@media (max-width:787px) {
    .news-info-link a{padding: 4px 6px;}
}
.news-time{color: #A48E71; font-size: 14px; font-weight: bold;}
.mobile-news-list{display: block; border-bottom: 1px solid #656565;}
@media (min-width:768px) {
    .mobile-news-list{display: none;}
}
.mobile-news-li-box{display: flex; flex-direction: column;}
.mobile-news-li-top{display: flex; justify-content: space-between; align-items: center;}
.mobile-news-li-left{display: flex; flex-direction: column; padding-right: 10px;}
.mobile-news-li-left a{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.mobile-news-info-link{padding: 10px 0;}
/* news end */


/*** min cart start ****/
#box-min-cart {
    position: absolute;
    right:0;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media(min-width:768px){
    #box-min-cart{position: fixed;top: 0;width: 350px;}
}
#box-min-cart ul li .table{padding: 0 10px !important;margin:10px 0;border-bottom:1px solid #ddd;}
#box-min-cart .table tr td a{color:#222;}
#box-min-cart .table tr td .model{margin: 5px auto;display: inline-block;}
#box-min-cart .table tr td .model span{color:#666;}
#box-min-cart .table tr td .price{color:#000;}
.min-cart-title {background-color: #313131;font-size: 18px;text-align: left;padding:10px;margin:0;color:#fff;position: relative;}
.min-cart-close {color:#fff!important;position: absolute;right:10px;top:2px;}
#cart.active #box-min-cart {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color:#222;
}

.min-cart-totals{margin-left:0 !important;margin-right:0px !important;border-top:1px solid #ffb84c !important;}
.min-cart-backdrop {
    position: fixed;
    top:0;
    left:0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
}
@media(min-width: 320px) and (max-width: 767px){
    #box-min-cart{position: fixed;top:0;}
    .head-height{height:55px;}
    .foot-height{height:48px;}
}

#cart.active .min-cart-backdrop {
    visibility: visible;
    opacity: 1;
}

#box-min-cart .table>tbody>tr>td, #box-min-cart .table>tbody>tr>th, #box-min-cart .table>tfoot>tr>td, #box-min-cart .table>tfoot>tr>th, #box-min-cart .table>thead>tr>td, #box-min-cart .table>thead>tr>th {
    padding:10px;
    border-top:0;
    background: transparent!important;
}
#box-min-cart .table-striped>tbody>tr {
    background: transparent!important;
}
#box-min-cart .img-thumbnail {padding:0 5px;border:none;border-radius: 0;}
#cart .min-cart-top-title a {color:#94c11f}
/**** min cart end ****/


/**** checkout & cart start ****/

.checkout-checkout {
    background-color: #f5f5f5;
}
.checkout-step {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.checkout-step .step {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    max-width: 33%;
    margin-left: -2px;
    margin-right: -2px;
    color: #fff;
}
.checkout-step .step .badge-title{
    color:black;
}
.checkout-step .step .badge {
    position: relative;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.checkout-step .step span {
    display: block;
    padding: 0 5px;
}
.checkout-step .step .badge .text {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.checkout-step .step .badge::before {
    content: " ";
    background-color: #cccccc;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}
.checkout-step .step .badge::after {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: " ";
    background-color: black;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 0;
}
.checkout-step .step:first-child .badge::before {
    width: 50%;
    left: 50%;
}
.checkout-step .step:last-child .badge::before {
    width: 50%;
    right: 50%;
}
.checkout-step .step.visited .badge::after, .checkout-step .step.active .badge::after {
    background-color: #F7931A;
}
.checkout-step .step.active {
    color:#fff;
}
.checkout-step .step.active .badge-title {
    color:#F7931A;
}
.checkout-step .step.active .badge::before{
    background: #F7931A;
}



.quantity-wrapper .btn {
    padding:0;
    width: 30px;
    height: 36px;
    border: 1px solid #ced4da!important;
    border-radius: 0;
    background-color: #f8f8fa;
}
.quantity-wrapper .input-group-prepend:last-child .btn {
    border-left: none!important;
}

.quantity-wrapper .form-control {
    min-width: 30px;
    max-width: 100px;
    height: 36px;
    text-align: center;
}

.checkout-section {
    border-radius: 0;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    background-color: white;
}

.shopping-cart .section-header {
    padding: .65rem 1rem;
    border-bottom: 1px solid #ededed;
    background-color: #f8f8fa;
    line-height: 26px;
}
.section-title {
    font-size: 1.175rem;
    font-weight: bold;
    margin: 0;
    color:#F7931A;
}

.shopping-cart .table-header, .shopping-cart .table-row {
    padding: 1rem;
}
.shopping-cart .table-row{
    border-top: 1px solid #EDEDED;
}

.shopping-cart .table-header, .shopping-cart .table-row{
    display: flex;
    justify-content: space-between;
}

.shopping-cart .table-footer {
    border-top: 1px solid #EDEDED;
}

.card {
    border-radius: 0!important;
    border: 1px solid #ededed;
}
.card .card-header {
    border-radius: 0!important;
    font-size: 1.175rem;
    font-weight: bold;
    padding: .65rem 1rem;
    background-color: #f8f8fa;
    border-bottom: 1px solid #ededed;
}



@media(min-width: 768px) {
    .shopping-cart .table-header-title, .shopping-cart .item {
        width: 18%;
    }

    .shopping-cart .item-img {
        width: 90px;
    }
    .shopping-cart .item-name {
        width: 24%;
    }
    .shopping-cart .item-price {
        text-align: center;
    }
    .shopping-cart .item-quantity {
        text-align: center;
    }
    .shopping-cart .item-total {
        text-align: center;
    }
    .shopping-cart .item-action {
        width: 40px;
    }

    .shopping-cart .quantity-wrapper {
        align-items: center;
        justify-content: center;
    }
}



@media (max-width: 767px) {
    .shopping-cart .table-header {
        display: none;
    }
    .shopping-cart .section-header {
        border-bottom: none;
    }
    .table-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cart-item .item-name > a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .shopping-cart .table-body .item-img {
        width: 24%;
    }
    .shopping-cart .table-body .item-name {
        width: 72%;
    }
    .shopping-cart .table-body .item-price {
        width: 100%;
        text-align: right;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .shopping-cart .table-body .item-action {
        position: absolute;
        right:0;
        top:10px;
    }

    .shopping-cart .table-row {
        position: relative;
    }

}

.checkout-product-wrapper {
    padding-left:0.75rem;
    padding-right:0.75rem;
}
.checkout-product-wrapper .item{
    display: flex;
    flex-direction: row;
    width:100%;
    padding:0.75rem 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ededed;
}
.checkout-product-wrapper .item .image {
    width: 80px;
    margin-right:5px;
}
.checkout-product-wrapper .item .info {
    padding-top:3px;
    width: 80%;
}

.checkout-product-wrapper .item .name {
    font-size:16px;
}

.checkout-product-wrapper .item .price-qty {
    font-size:14px;
    text-align: right;
    color:#e85667;
}

.checkout-total-wrapper {
    padding:0 0.75rem;
}
.checkout-total-wrapper .item {
    width: 100%;
    margin:5px 0;
}
.checkout-total-wrapper .item:last-child {
    margin-top: 10px;
    color:#e85667;
    font-size:20px;
}

.quick-checkout-wrapper .checkout-section, .common-pad-1{
    padding:0.75rem;
}
.quick-checkout-wrapper .checkout-section.checkout-cart-section{
    padding:0;
}

.quick-checkout-wrapper .title-wrapper {
    color:#313131;

    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
}
.quick-checkout-wrapper h2 {
    font-size: 1.175rem;
}
.quick-checkout-wrapper .title-wrapper h2 {
    position: relative;
    /*padding-left: 1rem;*/
    font-weight: bold;
}
.quick-checkout-wrapper .title-wrapper h2:before {
    /*content: '';*/
    position: absolute;
    left:0;
    top:1px;
    width: 4px;
    height: 80%;
    background-color:#F7931A;
}

.checkout-cart-section .section-header {
    padding: 1rem;
    text-align: center;
    background-color: #F7931A;
    color:#fff;
}

.button-submit-wrapper {
    padding-left:0.75rem;
    padding-right:0.75rem;
    padding-bottom: 1.5rem;
}

.checkout-border-line {
    border-top: 1px solid #ededed;
    padding-top: 1rem;
}

.quick-checkout-wrapper .checkout-section .radio {
    position: relative;
    display: inline-block;
    border: 2px solid #CCCCCC;
}
.quick-checkout-wrapper .checkout-section .radio.active {
    border: 2px solid #F7931A;
}

.quick-checkout-wrapper .checkout-section .radio label {
    padding: 8px 11px;
    margin:0;
}
.quick-checkout-wrapper .checkout-section .radio.active label {
    padding: 7px 10px;
}
.quick-checkout-wrapper .checkout-section .radio input {
    display: none;
}

.checkout-address-list li {
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding:8px 5px;
    cursor: pointer;
}
.checkout-address-list li .item {
    width: 93%;
    position: relative;
    padding-left:30px;
}
.checkout-address-list li .item:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border: 1px solid #999;
    border-radius: 100%;
    position: absolute;
    left:0;
    top:1px;
}
.checkout-address-list li.active .item:before {
    background-color: #fff;
    border: 1px solid #313131;
}
.checkout-address-list li.active .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #313131;
    border-radius: 100%;
    position: absolute;
    left:4px;
    top:5px;
}

.checkout-address-list li .address-action {
    width: 5%;
    text-align: right;
    cursor: pointer;
}

.checkout-address-list i {
    color:#F7931A;
}

.btn-new-address {
    cursor: pointer;
}

@media (min-width: 992px) {
    #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
        max-width: 800px;
    }

    #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
        overflow: hidden;
        margin: 0 auto;
    }
}

.success-items {
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.success-items h1{
    font-size:1.725rem;
}
.success-items .icon-wrapper {
    font-size: 4rem;
    text-align: center;
    color:#4cb64c;
}
.success-items a {
    color: #192c56;
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 9px;
    margin-top: 0;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 9px;
        margin-bottom: 0;
        text-align: right;
    }
}


.faq-wrapper .card.card-style {
    margin-bottom: 1rem;
}

.faq-wrapper .card.card-style .card-header {
    padding:0;
    border-bottom: none;

}
.faq-wrapper .card.card-style .card-header .card-link {
    display:block;
    padding: .65rem 3rem .65rem 1rem;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.faq-wrapper .card.card-style .card-header .card-link:after {
    content: '';
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/arrow-down.png);
    background-size: 100%;
    position: absolute;
    right:1rem;
    top:.55rem;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.faq-wrapper .card.card-style .card-header .card-link.collapsed:after {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.faq-wrapper .card.card-style .card-header .card-link.collapsed {
    border-bottom: none;
}



/**** post start ****/
.post-wrapper .post-list {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.post-wrapper .post-list a:hover {
    text-decoration: none;
}

.post-wrapper .post-list .title {
    font-size:1.525rem;
}
.post-wrapper .post-list .summary {
    margin: .375rem 0;
}
.post-wrapper .post-list .more {
    margin-top: .5rem;
}
.post-wrapper .post-list .more a{
    text-decoration: underline;
    color: #313131;
}
@media(max-width: 767px) {
    .post-wrapper .post-list .title {
        margin-top:.725rem;
    }
}

.post-detail-wrapper .heading-title {
    text-align: center;
    font-size:1.725rem;
}
.post-detail-wrapper .date {
    text-align: center;
    margin:1rem 0;
}
/**** post end ****/

/**** account start ****/

.account-info {
    padding-top:1rem;
    margin-bottom: 2rem;
}

.account-info .hello span {color:#23a1d1;font-weight: bold;}
.account-main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 1px solid #ededed;
    padding:10px;
    height: 100%;
}
.account-information-wrapper {
    padding-left:15px;
    padding-top: 15px;
}
.account-info .account-avatar {
    padding-top:6px;
    text-align: center;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.account-info .account-avatar .fa {
    font-size: 5rem;
}
.account-base-info-wrapper {
    border: 1px solid #ededed;
    padding:10px;
}
.account-base-info-wrapper .item {
    border-bottom: 1px dashed #ededed;
    padding:0.5rem 0.725rem;
}
.account-base-info-wrapper .item i {
    width: 18px;
    text-align: center;
    color:#aeb1bb;
}

.account-inner-buttons > .row{
    justify-content: center;
}
.account-inner-buttons .item {margin-top:2rem;}
.account-inner-buttons .item > a {
    text-align: center;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    color:#fff!important;
}
.account-inner-buttons .item a .fa {
    font-size: 36px;
    margin-top: 8px;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.account-inner-buttons .item h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}
.account-inner-buttons .item:hover a .fa {
    font-size: 44px;
    opacity: 1;
    margin-top: 2px;
    -webkit-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.account-inner-buttons .item:hover a {
    text-decoration: none!important;
}

.account-wrapper {
    border: 2px solid #ededed;
    padding:1rem;
}
.table-middle td, .table-middle th {
    vertical-align: middle;
}


.mobile-order-list .item {
    margin-bottom: 15px;
}
.mobile-order-list .head {
    background-color: #efefef;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.mobile-order-list .head div {
    margin: 8px 0;
}
.mobile-order-list .body .info-item {
    margin: 5px 0;
    padding-right:10px;
}

.mobile-order-list .body .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mobile-order-list .inner .image {
    width: 18%;
    padding-right:2%;
}
.mobile-order-list .inner .info {
    width: 80%;
}

.mobile-order-list .btn {
    padding: 4px 10px;
}

.wishlist-wrapper .delete{
    position: absolute;
    top:5px;
    right: 5px;
}


.no-items, .box-empty {
    text-align: center;
    padding:2rem 0;
}

.social-media-wrapper .item {
    margin-left: 2px;
    margin-right: 2px;
}


/*.fixed-contact-icon-wrapper {
    position: fixed;
    z-index: 9999;
    right:0;
    bottom:15%
}*/
.fixed-contact-icon-wrapper .item {
    margin:4px 0;
    position: relative;
}
.fixed-contact-icon-wrapper .item > a{
    display: block;
    width: 45px;
    height: 45px;
    background-color: #2a3a91;
    border-radius: 100%;
    text-align: center;
    color:#fff;
    padding-top:8px;
}
.fixed-contact-icon-wrapper .item.item-messenger > a{
    padding-top:6px;
}
.fixed-contact-icon-wrapper .item.item-whatsapp > a{
    background-color: #47b449;
}
.fixed-contact-icon-wrapper .item.item-messenger > a{
    background-color: #0064ff;
}
.fixed-contact-icon-wrapper .item.item-wechat > a{
    background-color: #2dc100;
}
.fixed-contact-icon-wrapper .item > a i {
    font-size:1.8rem;
}
.fixed-contact-icon-wrapper .item.item-wechat > a i {
}
.fixed-contact-icon-wrapper .item > a img {
    width: 75%;
}
.fixed-contact-icon-wrapper .children-wrapper {
    position: absolute;
    right:115%;
    top:0;
    display: none;
}
.fixed-contact-icon-wrapper .item.active .children-wrapper {
    display: block;
}
.fixed-contact-icon-wrapper .children-inner {
    background-color: #fff;
    min-width: 180px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgb(161 163 175 / 11%);
    padding:0.725rem;
    position: relative;
    font-size:14px;
}

.fixed-contact-icon-wrapper .children-inner:after, .fixed-contact-icon-wrapper .children-inner:before {
    border: solid transparent;
    content: '';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}

.fixed-contact-icon-wrapper .children-inner:after {
    border-width: 7px;
    border-left-color: #fff;
    top: 24px;
}

.fixed-contact-icon-wrapper .children-inner:before {
    border-width: 9px;
    border-left-color: #E0E1E5;
    top: 22px;
}

.fixed-contact-icon-wrapper .w-btn {
    font-size: 14px;
    background: #2dc100;
    color: #fff;
    width: 100%;
    padding: 6px 15px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

.fixed-contact-icon-wrapper .info-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.fixed-contact-icon-wrapper .whatsapp-inner .photo {
    width: 28%;
    margin-right:5px;
}
.fixed-contact-icon-wrapper .whatsapp-inner .photo img {
    border-radius: 100%;
}
.fixed-contact-icon-wrapper .whatsapp-inner p {
    line-height: 1.375rem;
}
.fixed-contact-icon-wrapper .whatsapp-inner .info {
    font-size:1rem;
}
.fixed-contact-icon-wrapper .qrcode-inner img {
    max-width: 180px;
}

@media(min-width: 768px) {
    .fixed-contact-icon-wrapper .item > a {
        width: 60px;
        height: 60px;
        padding-top: 12px;
    }
    .fixed-contact-icon-wrapper .item > a i {
        font-size:2.2rem;
    }
    .fixed-contact-icon-wrapper .children-inner {
        min-width: 210px;
    }
}

/**** account end ****/

@media(max-width: 767px) {
    .common-pad-tb {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.follow-wrapper .icon-wrapper{
    display: flex;
    flex-direction: row;
}
.follow-wrapper a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 100%;
    color: #fff;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    text-decoration: none;
}

.follow-wrapper .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.follow-wrapper a:hover{background: #f50589;}
.follow-wrapper a .fa{font-size: 16px;}




/**** cookies policy start ****/
.cookie-policy-wrapper {
    padding: 1rem 0;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    left:0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    color:#fff;
}
.cookie-policy-wrapper .button-cookie-policy {
    text-align: center;
}
@media(min-width: 768px) {
    .cookie-policy-wrapper .container {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
    }
    .cookie-policy-wrapper .text {
        width: 88%;
    }
}
/**** cookies policy end ****/




.layui-layer-setwin .layui-layer-close2 {
    right:0;
    top:0;
    width: 20px;
    height: 20px;
    background: none;
    font-family: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.layui-layer-setwin .layui-layer-close2:after {
    content: "\f00d";
    width: 20px;
    height: 20px;
    font-size: 1.275rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.layui-layer-setwin .layui-layer-close1 {
    right:0;
    top:-4px;
    width: 20px;
    height: 20px;
    background: none;
    font-family: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.layui-layer-setwin .layui-layer-close1:after {
    content: "\f00d";
    width: 20px;
    height: 20px;
    font-size: 1.275rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
}



#back-to-top  {
    font-size:15px;
    line-height:12px;
}
@media (max-width: 768px){
    #back-to-top  {
        font-size:14px;
        line-height:14px;
    }
}


.account-common { margin-top:3%; }
.account-common2 { margin-top:3%; }
.text-not-found { margin-top:110px; margin-bottom:160px; font-size:23px; }
@media (max-width: 768px){
    .text-not-found { height:266px; margin-top:50px; margin-bottom:0; font-size:20px; }
    .inner-item-padding {
        padding: 0px 0 36px;
    }
    .account-common { margin-top:15%; }
    .account-common2 { margin-top:35%; }
}


.inner-projects-list-tit { cursor:pointer; }

.product-description .buttons .btn {
    max-width: 350px;

}
.inner-product-list-more a { line-height:0.5; }
.index-bottom-list-text{ word-break:normal; }

.index-search-li-login ul li { min-width:72px; display:block; }

.button-back-to-shopping-cart {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: #313131;
}

.header-top-r {
    margin-left:-14px;
}



.inner-product-list-tit{
    word-break:normal;
}



.index-whychoose-list-tit{font-size:16px;}
@media (min-width: 768px){
    .index-whychoose-list-tit {
        font-size: 16px;
        /*height: 65px;*/
    }
}


.agree b { text-decoration:underline; }

@media (min-width:900px){
    .index-whychoose-list-tit { min-height:96px; }
}

.text-underline { text-decoration:underline; }


.title-wrapper h2,.checkout-login a { color:#F7931A; text-align:left; }
/*body { text-align:left!important; }*/
.radio label { color:#313131; }


/*.account-common { margin-top:8.5%; margin-bottom:3.5%; }*/
/*.account-common .account-common { margin-top:1.5%; }*/
.account-common { margin-top:0; margin-bottom:60px; }
@media(max-width:768px){
    .account-common { margin-bottom:10px; }
    /*.account-common .account-common { margin-top:3.5%; }*/
}

.account-module i.fa {
    color:#999;
}

.layui-layer {
    max-width: 98%!important;
}
.layui-layer-title {
    background-color: #F7931A!important;
    color:#fff!important;
    font-weight: bold;
}
.layui-layer-btn {
    text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {background-color:#60AF53!important;color:#fff!important;border:none!important;}
.layui-layer-rim iframe {max-height: 100%!important;height: 626px!important;}

.layui-layer-setwin .layui-layer-close2 {
    right:-12px;
    top:-12px;
    width: 20px;
    height: 20px;
    background: none;
    font-size: inherit;
}
.layui-layer-setwin .layui-layer-close2:after {
    content: "×";
    width: 20px;
    height: 20px;
    font-size: 1.675rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #333;
    /*text-shadow: 0 1px 0 #fff;*/
    opacity: .9;
}

.layui-layer-setwin .layui-layer-close1 {
    right:0;
    top:-5px;
    width: 20px;
    height: 20px;
    background: none;
    font-size: inherit;
}

.layui-layer-setwin .layui-layer-close1:after {
    content: "×";
    width: 20px;
    height: 20px;
    font-size: 1.675rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    /*text-shadow: 0 1px 0 #fff;*/
    opacity: .9;
}





body {
    font-family: 'Heebo';
}



























.pupop-title {
    font-size:1.725rem;
    color:#171717;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 3rem;
}
.pupop-title:after {
    content:'';
    position: absolute;
    left:50%;
    bottom: -12px;
    height: 4px;
    width: 80px;
    margin-left:-40px;
    background-color: #F7931A;
}
.check-order-wrapper {
    padding:1.375rem 2rem;
}

.check-order-wrapper button {
    border: none;
    border-radius: 0;
    background-color: #F7931A;
    color: #fff;
    font-size: 14px;
    padding-left: 1.275rem;
    padding-right: 1.275rem;
}

/*
.check-order-search-wrapper {
    max-width: 480px;
    margin-left:auto;
    margin-right:auto;
}*/




.account-wrapper { background:#fff; margin-top:30px; }

.layui-layer-setwin .layui-layer-close2 {
    right: -15px!important;
    top: -6px!important;
}
/* cart css end*/


/* product css start*/

.pro-inner-left {
    padding: 0;
    margin: 0;
}

.location-photo {
    display: flex;
}

/* location slide */
.location-photo .slider-for button {
    display: none;
}

.location-photo .slick-prev,
.location-photo .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.location-photo .slick-prev:focus,
.location-photo .slick-next:focus {
    outline: none;
}

.location-photo .slick-prev.slick-disabled:before,
.location-photo .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.location-photo .slick-prev:before,
.location-photo .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.location-photo .slider-nav .slick-prev {
    left: -15px;
    background: url(../images/left-icon-n.png) center no-repeat;
    z-index: 222;
    top: 60%;
}

@media(min-width: 768px) {
    .location-photo .slider-nav .slick-prev {
        top: 58%;
    }
}

@media(min-width: 1024px) {
    .location-photo .slider-nav .slick-prev {
        left: -18px;
    }
}

@media(min-width: 1440px) {
    .location-photo .slider-nav .slick-prev {
        left: -25px;
        top: 56%;
    }
}

.location-photo .slick-prev:before {
    content: '';
}

.location-photo .slider-nav .slick-next {
    right: -15px;
    background: url(../images/right-icon-n.png) center no-repeat;
    z-index: 222;
    top: 60%;
}

@media(min-width: 768px) {
    .location-photo .slider-nav .slick-next {
        top: 58%;
    }
}

@media(min-width: 1024px) {
    .location-photo .slider-nav .slick-next {
        right: -18px;
    }
}

@media(min-width: 1440px) {
    .location-photo .slider-nav .slick-next {
        right: -25px;
        top: 56%;
    }
}

.location-photo .slick-next:before {
    content: '';
}

.location-photo .slick-slider {
    margin-bottom: 15px;
    display: flex;
}

.location-photo .slider-for img {
    width: 99%;
}

.location-photo .slider-nav img {
    width: 100%;
}

@media(min-width: 1400px) {
    .location-photo .slider-for img {
        width: 95%;
    }
}

.location-photo .slider-nav .slick-slide.slick-current.slick-active img {
    border: 1px solid #f7931a;
}

.location-photo .slick-slide {
    outline: none;
}

/* location slide end*/

/*product inner*/
.location-photo .slider-nav .slick-slide {
    float: none;
    width: 100% !important;
}

@media(min-width: 768px) {
    .location-photo .slider-nav .slick-slide {
        margin-top: 15px;
    }
}

@media(min-width: 992px) {
    .location-photo .slider-nav .slick-slide {
        margin-top: 20px;
    }
}

.location-photo {
    display: flex;
}

.information-box {
    padding-top: 30px;
}

.slider-for {
    width: 81%;
}

@media (max-width: 767px) {
    .slider-for {
        padding-left: 10px;
    }
}

.slider-for img {
    width: 100%;
}

.slider-nav {
    /*max-width: 19%;*/
    max-width: 10%;
}

.location-photo .slider-nav .slick-prev {
    top: -14px;
    left: 20%;
    transform: rotate(90deg);
    background: url(../images/left-icon-n.png) center no-repeat;
    background-size: 45px;
    z-index: 222;
    display: block !important;
}

@media(min-width: 360px) {
    .location-photo .slider-nav .slick-prev {
        top: -20px;
        left: 18%;
    }
}

@media(min-width: 375px) {
    .location-photo .slider-nav .slick-prev {
        left: 18%;
    }
}

@media(min-width: 411px) {
    .location-photo .slider-nav .slick-prev {
        left: 22%;
    }
}

@media(min-width: 768px) {
    .location-photo .slider-nav .slick-prev {
        top: 0;
    }
}

@media(min-width: 1024px) {
    .location-photo .slider-nav .slick-prev {
        top: 0;
        left: 27%;
    }
}

@media(min-width: 1440px) {
    .location-photo .slider-nav .slick-prev {
        top: 0px;
        left: 37%;
        transform: rotate(90deg);
    }
}

.location-photo .slider-nav .slick-next {
    width: 20px;
    height: 20px;
    right: 32%;
    top: 211px;
    transform: rotate(90deg);
    background: url(../images/right-icon-n.png) center no-repeat !important;
    background-size: 45px;
    z-index: 222;
    display: block !important;
}

@media(min-width: 360px) {
    .location-photo .slider-nav .slick-next {
        right: 36%;
        top: 245px;
        width: 20px;
        height: 20px;
    }
}

@media(min-width: 375px) {
    .location-photo .slider-nav .slick-next {
        top: 110%;
        right: 27%;
    }
}

@media(min-width: 411px) {
    .location-photo .slider-nav .slick-next {
        right: 28%;
        top: 108%;
    }
}

@media(min-width: 768px) {
    .location-photo .slider-nav .slick-next {
        top: 100%;
    }
}

@media(min-width: 1024px) {
    .location-photo .slider-nav .slick-next {
        top: 101%;
        right: 38%;
    }
}

@media(min-width: 1440px) {
    .location-photo .slider-nav .slick-next {
        right: 42%;
        transform: rotate(90deg);
    }
}

.slider-nav .slick-slide.slick-current.slick-active {
    /*border: 1px solid #f2c75c;*/
}


.slider-for.slick-initialized.slick-slider {
    margin-left: 0px;
}

.product-left {
    margin-left: 0px;
}

.slider-nav {
    max-width: 19%;
    /*max-width: 10%;*/
}

.slick-list {
    height: 100%;
}

.pro-recommend-list .slick-arrow {
    display: block !important;
}

@media(min-width: 360px) {
    .slider-for.slick-initialized.slick-slider {
        margin-left: 0px;
    }

    .product-left {
        margin-left: 0px;
    }

    .slider-nav {
        max-width: 19%;
        /*max-width: 10%;*/
    }
}

@media(min-width: 375px) {
    .slider-for.slick-initialized.slick-slider {
        margin-left: 0px;
    }

    .product-left {
        margin-left: 0px;
    }

    .slider-nav {
        max-width: 19%;
        /*max-width: 10%;*/
    }
}

@media(min-width: 411px) {
    .slider-for.slick-initialized.slick-slider {
        margin-left: 0px;
    }

    .product-left {
        margin-left: 0px;
    }

    .slider-nav {
        max-width: 19%;
        /*max-width: 10%;*/
    }
}

@media(min-width: 768px) {
    .slider-for.slick-initialized.slick-slider {
        margin-left: 15px;
    }

    .product-left {
        margin-left: 15px;
    }

    .slider-nav {
        max-width: 19%;
        /*max-width: 10%;*/
    }
}

@media(min-width: 1024px) {
    .slider-for.slick-initialized.slick-slider {
        margin-left: 20px;
    }

    .product-left {
        margin-left: 27px;
    }
}

@media(min-width: 1440px) {
    .slider-for.slick-initialized.slick-slider {
        margin-left: 30px;
    }

    .product-left {
        margin-left: 30px;
    }

    .slider-nav {
        max-width: 19%;
    }
}

.inner-product .slick-prev:before,
.inner-product .slick-next:before {
    font-size: 0;
}

.pro-inner-right {
    padding: 0;
}

.pro-inner-title {
    font-size: 36px;
    color: #f7931a;
    padding: 14px 0;
    border-bottom: 2px solid #eee;
    /*font-family: "JosefinSans-Bold";*/
}

.pro-inner-price {
    font-size: 18px;
    color: #111;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

.pro-inner-price1 {
    font-size: 14px;
    color: #ccc;
    text-decoration: line-through;
}

.pro-inner-parameter-box {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.pro-inner-parameter-list {
    margin: 10px 0;
    display: flex;
}

.parameter-list-l {
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.parameter-list-l span {
    font-size: 16px;
    color: #666;
}

.parameter-list-r {
    font-size: 18px;
    color: #666;
    padding-left: 10px;
}

.catbox {
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.catbox-left {
    display: flex;
    justify-content: space-between;
    width: 100px;
}

.catbox-left span {
    font-size: 16px;
    color: #666;
}


.catbox-right {
    width: 85%;
    color: #666;
    padding-left: 10px;
}

.catbox-right .input-group-prepend a {
    background: #fff;
    cursor: pointer;
}

.catbox-right .input-group-append a {
    background: #fff;
    cursor: pointer;
}

.input-group-text {
    padding: 4px 12px;
}

.all-more {
    margin-top: 40px;
}

.all-more .button {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    min-width: 130px;
    padding: 6px 10px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
    z-index: 0;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}

.all-more .button2 {
    border: 1px solid #fff;
}

.all-more .button2:hover {
    border: 1px solid #000;
}

.all-more .button:hover {
    color: #fff;
}

.pro-details-box {
    margin: 40px 0 0;
}

.pro-details-title {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.pro-details-title b {
    font-size: 30px;
    color: #f7931a;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "JosefinSans-Bold";
}

.pro-details-con {
    font-size: 16px;
    color: #666;
    padding: 20px 4px;
    text-align: left;
    line-height: 24px;
}

.pro-recommend {
    margin: 50px 0 0;
}

.pro-recommend-title {
    font-size: 30px;
    color: #f7931a;
    border-bottom: 1px solid #eee;
    font-family: "JosefinSans-Bold";
    text-transform: uppercase;
}

.pro-recommend-list {
    margin-top: 30px;
    /* overflow: hidden; */
    display: flex;
    justify-content: space-between;
}

.pro-recommend-list .slick-prev {
    position: absolute;
    border: none;
    background-color: #333;
    font-size: 0;
    z-index: 9;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 10px;
    background: url(../images/left-icon-n.png) no-repeat center;
}

.pro-recommend-list .slick-next {
    position: absolute;
    border: none;
    background-color: #333;
    font-size: 0;
    width: 30px;
    height: 30px;
    z-index: 9;
    top: 50%;
    right: 10px;
    background: url(../images/right-icon-n.png) no-repeat center;
}

.backbox {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}

.pro-inner-share {
    margin-top: 30px;

}

.inner-share-title {
    font-size: 24px;
    color: #111;
    text-align: left;
    font-family: "JosefinSans-Regular", sans-serif;
    margin-right: 20px;
}

.share-list{
    text-align: left;
    margin-top: 10px;
    display: flex;
}

.share-list .at-share-btn{
    margin: 8px 8px 8px 8px !important;
}


@media (max-width:540px) {
    .pro-inner-title {
        font-size: 24px;
        margin-top: 20px;
    }

    .pro-details-title b {
        font-size: 24px;
    }

    .pro-recommend-title {
        font-size: 24px;
    }
}

/* @media (max-width:375px) {
    .inner-share-title{
        font-size: 18px;
    }
    
} */

@media (max-width:320px) {
    .catbox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .catbox-right {
        margin-top: 20px;
        padding: 0;
    }

    .product-list-title a {
        font-size: 18px;
    }

}

@media (max-width:280px) {
    .location-photo .slider-nav .slick-next {
        width: 20px;
        height: 20px;
        top: 176px;
    }
}



/* product inside end */



.more-minus-btn {
    width:20px;height:20px;
    background: url(../images/accordeon-close.png) center no-repeat;
}
.iconRotate {
    background: url(../images/accordeon-open.png) center no-repeat !important;
    background-size: cover;
    /*transform: rotateX(180deg);*/
    transition: transform 0.5s;
}



.text-not-found { margin-top:130px; margin-bottom:130px; font-size:23px; }
@media (max-width: 768px){
    .text-not-found { height:266px; margin-top:50px; margin-bottom:0; font-size:20px; }
    .inner-item-padding {
        padding: 0px 0 36px;
    }
}

.sp-p p { margin-bottom:0; }

.checkout-login a { font-weight:bold; }

.cus-container { text-align:center!important; }


@media(max-width:760px){
    .page-item-number {
        margin:0 1.3px;
    }
}
@media(max-width:330px){
    .page-item-number {
        margin:0 -3px;
    }
}


/* advertising */
.adver{
    position: fixed;
    bottom: 30%;
    left: 0;
    z-index: 999999999;
}

.adver-box{
    position: relative;
    display: flex;
}

.adver-img{
    position: absolute;
    width: 314px;
    height: 239px;
    margin-top: 20px;
}

.adver-ico{
    position: absolute;
    top: 0;
    right: -300px;
    font-size: 18px;
    color: #333;
    padding: 10px;
}

@media(max-width:766px){
    .adver-img{
        width: 182px;
        height: 128px;
        bottom:159px;
        left:-10px;
    }
    .adver-ico {
        top:-305px;
        right:-166px;
    }
    .user-b-e {
        display:none;
    }
}

footer { position:relative; bottom:0; width:100%; }

.fa-shopping-bag, .fa-user-header { font-size:16px!important; }
#user-center-btn { color:#7e8485; }



.hbtn {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding: 8px 20px;
    margin: 0 3px 6px 3px;
    text-align: center;
    border: solid 2px #ffffff;
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
    z-index: 0;
}
.hbtn {
    border: 2px solid #f7931a !important;
    color: #f7931a !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}














/* product */

.product {
    padding: 0 0 50px;
    margin: 0 0 50px;
}

/*.product-title {
    font-family: "JosefinSans-Light";
    font-size: 36px;
    color: #4b5354;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 36px;
    text-align: center;
}*/

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: auto;
    transition: all .4s;
}

.product-list:hover .product-img img {
    transform: scale(1.1);
    transition: all .4s;
}

.product-bottom {
    padding: 20px 20px;
    text-align:center;
}

.product-list-title a {
    color: #7e8485;
    font-size: 24px;
}

.product-list-title a:hover {
    color: #acbfa3;
}

.product-list-subtitle a {
    color: #abb0b2;
    font-size: 14px;
}

.product-list-subtitle a:hover {
    color: #acbfa3;
}

.product-list-price {
    color: #4b5354;
    font-weight: bold;
    font-size: 14px;
    margin: 25px 0;
}

@media (max-width:768px) {
    .product {
        /* margin: 0; */
    }

    .product-list-price {
        margin: 10px 0;
    }

    .product-more {
        padding: 4px !important;
        font-size: 12px !important;
    }
}

@media (max-width:425px) {
    .product {
        padding: 0 50px;
    }

    .product-title {
        /*font-size: 24px !important;*/
    }

    .product-more {
        padding: 8px !important;
    }

    .product-list-price {
        margin: 20px 0;
    }
}










.btn-primary {
    color: #fff!important;
    background-color: #F7931A!important;
    border-color: #F7931A!important;
    outline:0;
}
.btn-primary:hover {
    color: #fff!important;
    background-color: #F7931A!important;
    border-color: #F7931A!important;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #F7931A!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff!important;
    background-color: #F7931A!important;
    border-color: #F7931A!important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #F7931A!important;
}

.breadcrumb { display:none; }



/*#accordion { display:none; }*/
/*.checkout-section { display:none; }*/
/* product css end*/

.about-inte-bottom ul li a{font-size: 20px; color: #A48E71; font-weight: bold;}
@media (max-width:991px) {
    .about-inte-bottom ul li p, .about-inte-bottom ul li a{font-size: 16px;}
}
@media (max-width:526px) {
    .about-inte-bottom ul li p, .about-inte-bottom ul li a{font-size: 15px;}
}



.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.about-inte-bottom{margin: 30px 0;}
.about-inte-bottom .list-unstyled{max-width: 910px;}
.about-inte-bottom .list-unstyled a{margin-bottom: 35px; display:block;}
.about-inte-bottom .list-unstyled a h3{margin-bottom: 0; font-size: 24px; color: #F7931A; font-weight: bold;}
.about-inte-bottom .list-unstyled a span{font-size: 20px; color: #A48E71; font-weight: bold;}
.about-inte-bottom .list-unstyled a p{font-size: 16px; color: #fff; }


@media (max-width:360px){
    .about-inte-r-right {right:0; }
    /*.about-info-top { max-width:220px; }*/
    .about-info-top>* { font-size:14px; }
}
@media (min-width:300px) and (max-width:359px){
    .about-inte-r-right {right:0; }
    .about-info-top { max-width:182px; }
    .about-info-top>* { font-size:12px; }
    .about-inte-img img { height: 190px; }
}
@media (min-width:361px) and (max-width:380px){
    .about-inte-r-right {right:0; }
    .about-info-top>* { font-size:15px; }
}
@media (min-width: 1000px) and (max-width:1390px){
    /*.about-inte-r-right {right:1%; }*/
    /*.about-info-top { max-width:250px; }*/
}
@media (min-width: 1400px) and (max-width:1600px){
    .about-inte-right {padding-left: 0; }
    .about-inte-r-right {right:2%; }
}
@media (min-width: 1601px) and (max-width:1920px){
    .about-inte-right {padding-left: 0; }
    .about-inte-r-right {right:5%; }
}

.order-list-image { margin-right:10px; }

.all-product-btn {
    display:block;width:540px;max-height:540px;background:#fff;font-size:30px;text-decoration:underline;color:#f7931a;text-align:center;
    line-height:540px; vertical-align: middle;
    font-weight:bold;
}
.all-product-btn:hover {
    color:#f7931a; text-decoration:underline!important;
}
@media(min-width:1024px) and (max-width:1279px) {
    .home-swiper {
        padding-top:100px;
    }
    .home-swiper .slide-img img {
        max-height:380px!important;
        width:auto!important;
    }
    .all-product-btn {
        width:380px;max-height:380px;line-height:380px;
    }
}
@media(min-width:1280px) and (max-width:1439px) {
    .home-swiper {
        padding-top:80px;
    }
    .home-swiper .slide-img img {
        max-height:420px!important;
        width:auto!important;
    }
    .all-product-btn {
        width:420px;max-height:420px;line-height:420px;
    }
}

@media(max-width:1440px){
    .product-box .product-title {
        min-height:66px;
        line-height:30px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
}
@media(max-width:768px){
    .product-box .product-title {
        min-height:50px;
        line-height:25px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
}

@media(min-width:1400px) and (max-width:1680px) {
    .home-container {
        padding-top:60px;
        margin-top:3vw;
        padding-bottom:60px;
        margin-bottom:3vw;
    }
}

/*@media (min-width: 992px) and (max-width:1279.999px){
    .about-inte-left {
        width: 40%;
    }
    .about-inte-right {
        width: 60%;
    }
}*/

@media (min-width: 1280px) and (max-width:1439.999px){
    .about-inte-left {
        width: 45%;
    }
    .about-inte-right {
        width: 55%;
    }
}

@media (min-width: 1440px) and (max-width:1680px){
    .about-inte-left {
        width: 48%;
    }
    .about-inte-right {
        width: 52%;
    }
}
@media (min-width: 1280px) {
    .about-q, .about-un {
        line-height: 2rem;
    }
}



.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f7931a;
    border-color: #f7931a;
}
.page-link {
    color: #f7931a;
}
.page-link:hover {
    color: #f7931a;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(247, 147, 26 / 25%);
}
.page-item.active .page-link { color:#fff!important; }





/* video start */
.video-swiper{display: block !important;}
.slider-text2{background-color: rgba(0,0,0,.8); width: 100% !important; bottom: 0 !important;}
.content-box{padding: 0px;}
@media (min-width:768px) {
    .content-box{padding: 0 50px;}
}
@media (min-width:1024px) {
    .content-box{padding: 0 100px;}
}
@media (min-width:1440px) {
    .content-box{padding: 0 156px;}
}
@media (max-width:991px) {
    .video-left{display: none;}
}
.hot-channel{margin-top: 30px; overflow: hidden; background-color: #1F1F1F;}
@media (min-width:768px) {
    .hot-channel{margin-top: 60px; background: none;}
}
@media (min-width:1024px) {
    .hot-channel{margin-top: 100px;}
}
@media (min-width:1400px) {
    .hot-channel{margin-top: 150px;}
}
.hot-title{text-align: center; font-size: 18px; color: #F7931A; font-weight: bold;}
@media (min-width:768px) {
    .hot-title{font-size: 28px;}
}
@media (min-width:1024px) {
    .hot-title{font-size: 35px;}
}
.hot-row{margin-top: 20px;}
.hot-li{padding: 0 10px; margin-bottom: 20px;}
.hot-list-box{ position: relative;}
.hot-img{overflow: hidden;}
.hot-img img{width: 100%;}
.hot-list-con .hot-h-box{padding: 10px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
@media (min-width:992px) {
    .hot-h-box{height: auto;}
}
@media (min-width:1200px) {
    .hot-h-box{padding: 30px;}
}
@media (min-width:1400px) {
    .hot-h-box{padding: 50px;}
}
.h-t-top{display: flex; align-items: flex-end; display: none;}
.h-t-icon{overflow: hidden; display: flex; justify-content: center; height: 120px;}
.h-t-bottom{text-align: center;}
.h-t-title{display: flex; flex-direction: column; align-items: center; margin: 5px auto;}
.h-t-title::before{content: ''; width: 24px; height: 16px; background: url(../images/h-video.png) no-repeat center; background-size: contain; }
.h-t-title h2{font-size: 15px; color: #fff; font-weight: bold;}
.h-t-text{font-size: 12px; color: #fff; padding-left: 10px;}
@media (min-width:425px) {
    .h-t-title::before{width: 47px; height: 32px;}
}
@media (min-width:769px) {
    .h-t-title h2{font-size: 20px;}
    .h-t-text{font-size: 16px; color: #F7931A;}
    .h-t-title::before{width: 57px; height: 42px;}
}
@media (min-width:992px) {
    .h-t-top{display: block;}
    .h-t-title h2{font-size: 28px;}
    .h-t-text{font-size: 18px;}
    .h-t-title{display: flex; flex-direction: row; justify-content: center;}
    .h-t-title::before{margin-right: 5px;}
}
@media (min-width:1200px) {
    .h-t-title h2{font-size: 30px;}
}
@media (min-width:1400px) {
    .h-t-title h2{font-size: 35px;}
    .h-t-text{font-size: 20px;}
}
.live-room{margin-top: 0px;}
@media (min-width:768px) {
    .live-room{margin-top: 60px;}
}
@media (min-width:1024px) {
    .live-room{margin-top: 90px;}
}
@media (min-width:1400px) {
    .live-room{margin-top: 130px;}
}
@media (max-width:767px) {
    .live-room{padding: 0 30px; overflow: hidden; margin-top: 40px;}
}
.live-row{margin-top: 50px;}
@media (max-width:991px) {
    .live-row{margin-top: 20px;}
}
.live-li{margin-bottom: 30px; height: 100%;}
.live-list-box{display: flex; flex-direction: column; padding: 5px 0;}
.live-img{overflow: hidden; display: flex; justify-content: center;}
.live-img img{transition: all ease-out .2s;}
.live-list-box b{font-size: 20px; color: #F7931A; font-weight: bold; text-align: center; margin: 15px 0 8px;}
.live-list-box p{font-size: 16px; color: #A9A9A9; text-align: center; max-width: 200px; margin: 0 auto;}
.live-list-box:hover .live-img img{transform: rotateY(180deg); transition: all ease-out .4s;}
.swiper-nav{overflow: hidden; padding: 15px 0; display: none;}
.swiper-nav .swiper-slide{width: auto; margin-right: 20px;}
.swiper-nav .swiper-slide:last-child{margin-right: 0;}
.swiper-nav a{color: #fff; font-size: 18px; font-weight: normal;}
.swiper-nav a:hover, .swiper-nav a.active{color: #F7931A;}
.mobile-video-nav{display: block; padding-right: 15px; border-left: 10px solid #F7931A; display: flex;}
@media (min-width:992px) {
    .mobile-video-nav{display: none; padding: 0;}
    .swiper-nav{display: block;}
}
.video-nav{padding-left: 20px; margin-bottom: 0;}
@media (min-width:425px) {
    .video-nav{padding-left: 50px;}
}
.video-nav li{margin-bottom: 10px;}
.video-nav li:last-child{margin-bottom: 0;}
.video-nav h3{font-size: 14px; color: #F7931A; font-weight: bold;}
.video-nav a{font-size: 14px; color: #fff; font-weight: bold;}
@media (min-width:425px) {
    .video-nav h3, .video-nav a{font-size: 18px;}
}
.video-nav a:hover{color: #F7931A;}
/* video end */





.pagination {
    justify-content: center;
    margin-top: 1.375rem;
}
.pagination .page-item {
    margin-left:7px;
    margin-right:7px;
}

.pagination .page-item .page-link {
    border-radius: 0;
    padding: 0;
    border: none;
    color: #FFF;
    background-color: #1F1F1F!important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.pagination .page-item.active .page-link {
    background-color: #f7931a!important;
    color:#fff;
}
.pagination .page-item .page-link:hover {
    text-decoration: underline;
}
.pagination .page-item.first, .pagination .page-item.last {
    display: none;
}


.news-inner-title-container { color:#000; margin:50px auto; margin-top:0; }
.news-inner-title-container span { display:block; }
.news-inner-title { font-size:40px; }
.news-inner-date { font-size:20px; color:#6D6D6D; font-family:Inter, Microsoft JhengHei, Microsoft Yahei, Heiti TC, Roboto, Arial, "sans-serif"; }
.news-inner-content { margin-bottom:5vh; }
.news-inner-content { font-size:20px; }
.news-inner-common { background:#fff; margin-top:50px!important; }
.article-inner-page .tags a {
    margin-right:10px; background:#000;
    color:#fff;
    padding:6px 9px;
}
.article-inner-page .tags a.active {
    background:#F7931A;
}

.mobile-news-li-img img { max-width:168px!important;height:auto; }

@media(max-width:360px){
    .pagination .page-item { margin-left:3px; margin-right:3px; }
}


.video-page .hot-img iframe { background:gray; opacity:0.3; display:none; }
.video-page .hot-img iframe { width:100%; /*height:30vw!important; max-height:432px;*/ }
.video-page .hot-list-box .h-t-title h2, .h-t-text {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.video-page .video-image { object-fit:cover; max-height:432px; }
@media( max-width:768px ){
    .video-page .hot-img iframe { height:28vw!important; }
}
@media(min-width:1000px) and (max-width:1030px){
    .video-page .hot-img iframe { height:21.8vw!important; }
}
@media(min-width:1400px) and (max-width:1445px){
    .video-page .hot-img iframe { height:21.8vw!important; }
}
@media(min-width:810px) and (max-width:900px){
    .video-page .hot-img iframe { height:23.9vw!important; }
}
@media(min-width:760px) and (max-width:900px){
    .video-page .hot-img iframe { height:23.5vw!important; }
}
.h-t-title::before { min-width:59px; }
/*.hot-img img { background:gray; opacity:0.2; }*/

.video-swiper .slide-img img { object-fit:cover!important; }

@media(max-width:768px){
    .mobile-news-left { display:flex; }
}

.news-r-top .news-list-title:hover { color:#F7931A; text-decoration:underline!important; }


@media (max-width: 768px){
    .slide-box .slider-text1 h3 {
        font-size: 14px !important;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .slide-box .slider-text h3 {
        padding: 1px 0;
        line-height:1.3;
    }
}
@media (max-width: 768px){
    .news-nav-pills .nav-link { font-size:15px; }
}
@media (max-width: 380px){
    .news-nav-pills .nav-link { font-size:11px; }
}

@media(max-width:768px){
    .video-swiper .slide-img iframe { width:46.5vh!important; max-height:42vh; }
    .slide-img-height img { max-height:24vh!important; }
}

@media (min-width:768px) and (max-width:992px){
    /*.slideshow-con h3, .slideshow-con i{font-size: 18px;}*/
    .slideshow-con b{font-size: 22px;}
    .slideshow-con i { font-size:18px; }
}


@media (min-width:768px) and (max-width:960px) {
    .news-left-text { font-size:13px; }
}
@media(max-width:768px){
    .news-left-text .text2 { text-align:left; padding-left:10px; }
    .news-inner-title { font-size:30px; }
}
@media (min-width: 1200px){
    .news-left-text {
        font-size: 22px;
    }
    #common-success {
        margin-top:80px;
    }
    .pc-news-left {
        justify-content: right;
    }
    .news-left-text { margin-right:10px; }
}


body { font-weight:normal; }
.home-l-title,.home-l-con,.pro-inner-title,#button-size-desc,#button-cart,.catbox-left span,.pro-recommend-title,.product-list-title,.live-list-box p,.h-t-bottom .h-t-text,.backbox,.shopping-cart,.checkout-cart,.about-content,.quick-checkout-connect-wrapper,.success-items { font-weight:bold; }

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 1px #F7931A;
}
.product-model {
    font-size:20px; color:#CECECE;
}



.style-title1 {
    position:absolute;bottom:116%;color:#fff;
    left:30px;
    background:linear-gradient(rgba(0,0,0, 0.5),rgba(0,0,0, 0.5));
    padding:6px 10px;
    font-size:20px;
}
.style-title2 {
    display:block;
    position:absolute;bottom:15px;color:#fff;
    left:15px;
    background:linear-gradient(rgba(0,0,0, 0.5),rgba(0,0,0, 0.5));
    padding:6px 10px;
    font-size:20px;
}
@media(max-width:768px){
    .style-title1 {
        left:15px;
    }

    .all-product-btn {
        display:block;width:360px;max-height:360px;background:#fff;font-size:30px;text-decoration:underline;color:#f7931a;text-align:center;
        line-height:360px; vertical-align: middle;
        font-weight:bold;
    }
    .all-product-btn:hover {
        color:#f7931a; text-decoration:underline!important;
    }

}
.pc-h3, .pc-views {
    margin-bottom:0;
}




.video-slide-container {
    width:100%;height:49vh; 
    /*overflow-x:scroll; */
    overflow-x:hidden; 
    white-space:nowrap; overflow-y: hidden;
}
.video-item {
    position:relative;
    display:inline-block; width:87vh;height:100%;background:#000; margin-right:10px;
}
.video-title {
    position:absolute; color:#fff;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    bottom: 0;
    padding:20px 55px;
    white-space:pre-wrap;

    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.cover-layer { position:absolute; width:100%; height:100%; background-color: rgba(0,0,0,0); top:0; cursor:pointer; }
.more-video {
    /*width:537px; max-height:537px;*/
    width:60vh;
}
.more-video a {
    display:block;
    position:absolute; width:100%; height:100%; top:0;
}
.more-video img {
    width:100%; height:100%;
}
@media(max-width:768px){
    .video-item {
        width:41vh;height:22vh;
    }
    .video-slide-container {
        height: 24vh;
    }
    .video-title {
        padding:10px;
        padding-bottom:2px;
        margin-bottom:0;
    }
    .video-slide-container {
        overflow-x:scroll; 
    }
    /*.cover-layer {
        display:none;
    }*/
}
.scrolloff {
    pointer-events: none;
}
.home-right {
    margin-top:28px;
}

.slide-box .slider-text i {
    background:linear-gradient(rgba(0,0,0, 0.5),rgba(0,0,0, 0.5));
    padding:6px 10px;
    color:#fff;
}



.all-video-btn {
    display:block;background:#fff;font-size:30px;text-decoration:underline!important;color:#f7931a;text-align:center;vertical-align: middle;
    height:49vh;
    line-height:49vh;
    font-weight:bold;
}
.all-video-btn:hover {
    color:#f7931a; text-decoration:underline!important;
}

@media(max-width:768px){
    .all-video-btn {
        height:20vh;
        line-height:20vh;
        font-size:26px;
    }
    .all-video-btn {
        height: 22vh;
    }
    .slide-box .slider-text i {
        display:inline-block;
        margin-bottom:10px;
    }
    .style-title1,.style-title2 {
        font-size:18px;
    }
}

@media (max-width:425px) {
    .style-title1,.style-title2 {
        font-size:13px;
    }
}


.news-info-link a.active { background-color:#F7931A; }

.home-right .swiper-slide img {
    max-height: 540px;
}
.menu-2 {
    display: flex;
    margin: 0 5px;
}
.menu-2 > a {
    color:#fff;
    display: block;
    font-size:15px;
    color: #86b300;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    position: relative;
}

@media(min-width: 576px) {
    .menu-2 > a {
        font-size:18px;
        padding: 5px 15px;
    }
}

@media(min-width: 768px) {
    .menu-2 > a {
        padding: 5px 25px;
    }
}


@media(min-width: 992px) {
    .menu-2 > a {
        font-size:20px;
        padding: 5px 15px;
    }
    .menu-2 {
        margin: 0;
    }
    .menu-2 > a.active span::after {
        content: '';
        width: 100%;
        height: 10px;
        background-color: #f7931a;
        position: absolute;
        bottom: -19px;
        left: 0;
        z-index: 9999;

    }
}

@media(min-width: 1280px) {
    .menu-2 > a {
        padding: 5px 30px;
    }
}

@media (max-width: 1200px) {

}


.menu-2 > a > span {
    letter-spacing: 1px;
    color: #f7931a;
    padding-bottom: 10px;
    padding-left:10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
}
@media (max-width: 991px){
    .menu-2 > a.active {
        background-color: #F7931A;
    }
    .menu-2 > a.active span {
        color:#fff;
    }
    .menu-2 > a > span {
        padding:5px 0px;
    }
    .menu-2 {
        display: -webkit-box; overflow-x: auto; -webkit-overflow-scrolling: touch;
        margin: 0 5px;
    }
}




@font-face {
    font-family: 'hy';
    src:url('../fonts/hy.ttf');
}

.font-hy {
    font-family:hy, Arial, "sans-serif";
}

.container-style-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.emergency-wrapper {
    padding-top: 1.2rem;
}
.emergency-wrapper .item {
    margin-bottom: 30px;
    /*height: 100%;*/
}
.emergency-wrapper .item-inner{
    border:1px solid #777777;
    border-radius: 14px;
    padding: 10px;
    background-color: transparent;
    transition: all .2s;
    height: 100%;
}

.emergency-wrapper .item-inner img {
    max-width: 40px;
    height: auto;
}
@media(min-width: 400px) {
    .emergency-wrapper .item-inner img {
        max-width: 50px;
    }
}
@media(min-width: 576px) {
    .emergency-wrapper .item-inner img {
        max-width: 60px;
    }
}

.emergency-wrapper .item-inner h3 {
    color:#fff;
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.075rem;
    padding-left: 6px;
}
.row-p-8 > div {
    padding-right: 8px;
    padding-left: 8px;
}
.row-p-5 > div {
    padding-right: 5px;
    padding-left: 5px;
}

.emergency-wrapper .item-inner:hover{
    background-color: #fff;
    border-top: 2px #f7931a solid;
    box-shadow: 0 6px 6px #000;
    margin-top: -1px;
}
.emergency-wrapper .item-inner:hover h3{
    color:#3c3c3c;
}

.btn-whatsapp {
    background: linear-gradient(to bottom, #68e179, #22b837);
    padding: 10px 26px;
    color:#fff;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
}
.btn-whatsapp-item {
    background: linear-gradient(to bottom, #68e179, #22b837);
    /*padding: 10px 26px;*/
    color:#fff;
    font-weight: 400;
    height:100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10px;
    border: none!important;
    box-shadow: none!important;
    border-radius: 14px;
}
.btn-whatsapp-item:hover {
    background: linear-gradient(to bottom, #83dc90, #1c992e);
    box-shadow: 0 6px 6px #000!important;
}
.btn-whatsapp-item .image {
    height: 60px;
    display: block;
    padding-left: 6px;
}
.btn-whatsapp-item .fa {
    font-size: 50px;
}
.btn-whatsapp-item .title {
    display: block;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding-left: 4px;
}


.emergency-title {
    position: absolute;
    width: 100%;
    top:32px;
    left:0;
    color:#ffffff;
}
.emergency-title h2 {
    font-size: 2.5rem;
    letter-spacing: 4px;
    display: inline-block;
}
.emergency-title h2 span {
    color:#f7931a;
}
.emergency-title p {
    letter-spacing: 1px;
    font-size: 16px;
}
.emergency-title-bg-wrapper, .emergency-title-bg-wrapper div {
    border-left:0!important;
    padding: 10px 10px 10px 0;
    transition: all 0.3s ease-in-out;
}
.emergency-title-bg-wrapper {
    width: 100px;
    background-color: transparent;
    border-radius: 0 70px 70px 0;
    border:1px solid #fff;
}
.emergency-title-bg-wrapper .inner-1 {
    border-radius: 0 70px 70px 0;
    border:1px solid #b1b1b1;
}
.emergency-title-bg-wrapper .inner-2 {
    border-radius: 0 70px 70px 0;
    border:1px solid #8a8a8a;
}
.emergency-title-bg-wrapper .inner-3 {
    border-radius: 0 70px 70px 0;
    border:1px solid #636363;
    height: 50px;
}

.emergency-title-1{
    font-size: 28px;
    color: #F7931A;
    font-weight: bold;
    text-align: center;
}


@media (min-width: 768px) {
    .emergency-title-1{
        font-size: 34px;
    }
    .emergency-wrapper .item-inner{
        padding: 15px;
    }
    .emergency-wrapper .item-inner h3 {
        font-size: 1.5rem;
    }
    .row-p-8 > div {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row-p-8 > div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .container-style-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .emergency-title-bg-wrapper .inner-3 {
        height: 80px;
    }
    .emergency-title h2 {
        font-size: 3.25rem;
    }
    .emergency-title {
        top:40px;
    }
    .emergency-wrapper {
        padding-top: 2rem;
    }
    .emergency-title p {
        letter-spacing: 2px;
        font-size: 18px;
    }

    .btn-whatsapp-item {
        padding: 15px;
    }
    .btn-whatsapp-item .title {
        font-size: 1.5rem;
    }
}
@media (min-width: 1920px) {
    .emergency-wrapper .item-inner h3 {
        font-size: 1.625rem;
    }
    .btn-whatsapp-item .title {
        font-size: 1.625rem;
    }
}

.base-wrapper{padding-left: 20px;padding-right: 20px;}
@media (min-width:768px) {
    .base-wrapper{padding-left: 50px;padding-right: 50px;}
}
@media (min-width:1024px) {
    .base-wrapper{padding-left: 100px;padding-right: 100px;}
}
@media (min-width:1400px) {
    .base-wrapper{padding-left: 156px;padding-right: 156px;}
}
.emergency-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color:#fff;
    word-break: break-word;
    white-space: normal;
    text-align: left;
}
@media (min-width: 768px) {
    .emergency-text {
        text-align: center;
    }
}
@media (min-width: 1280px) {
    .emergency-text {
        width: 1040px;
        line-height: 34px;
        font-size: 1.075rem;
    }
}


.fixed-whatsapp-icon-wrapper {
    position: fixed;
    right:20px;
    top: 70px;
}
@media(min-width: 768px) {
    .fixed-whatsapp-icon-wrapper {
        top: 105px;
    }
}
.fixed-whatsapp-icon-wrapper .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.fixed-whatsapp-icon-wrapper .btn-contact {
    background-color: #fff;
    color:#000;
    border-radius: 6px;
    margin-right: 15px;
    padding: 4px 10px;
    box-shadow: 0 0 8px #222;
}
.btn-whatsapp-icon {
    background: linear-gradient(to bottom, #64e276, #28b03c);
    border-radius: 100%;
    color:#fff!important;
    font-size: 36px;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px #222;
}
@media(min-width: 1280px) {
    .btn-whatsapp-icon {
        width: 82px;
        height: 82px;
        font-size: 44px;
    }
}
.btn-whatsapp-icon:hover {
    color:#fff;
    opacity: .9;
}


.menu-2 > a > span {
  display: block;
  padding-bottom: 0 !important;
}

.menu-2 > .link1.active {
  background-color: rgba(255, 255, 255, 0) !important;
}

.link1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.button-anon-pen {
  background-image: linear-gradient(106deg, #F09819 20%, #FF512F 60%, #F09819 80%);
  text-align: center;
  position: relative;
  color: #fff !important;
  padding: 5px 25px !important;
  text-decoration: none;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: hidden;
  animation: play 1.5s ease-in infinite;
}

@media (min-width: 768px) {
  .button-anon-pen {
    padding: 5px 25px !important;
  }
}

@media (min-width: 992px) {
  .button-anon-pen {
    padding: 0px 10px !important;
  }
}

@keyframes play {
  0% {
    background-position: 0px;
  }

  25% {
    background-position: -40px;
  }

  50% {
    background-position: -80px;
  }

  75% {
    background-position: -120px;
  }

  100% {
    background-position: -160px;
  }
}
