﻿/*
Theme Name: Whole King Company Limited
Theme URI: https://www.wp580.com
Description: WK繁簡雙語版
Version: 1.0
Author: DreamC
Author URI: https://www.wpyuan.com
*/
/* ==========================================================================
   Default css class & id styles: opinionated defaults
   ========================================================================== */
@font-face {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-style: normal;
    src: url(font/fonts/SourceSansPro-Regular.eot) format("eot"),
    url(font/fonts/SourceSansPro-Regular.woff) format("woff"),
    url(font/fonts/SourceSansPro-Regular.ttf) format("truetype"),
    url(font/fonts/SourceSansPro-Regular.svg) format("svg")
}   
@font-face {
    font-family: 'IcoMoon-Free';
    src: url('font/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'IcoMoon-Free' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* { 
    padding: 0; 
    margin: 0; 
    outline: 0; 
    box-sizing: border-box;
}
body{
    font-family: var(--font),Helvetica,Arial,sans-serif;
    line-height: 1.4285714;
    color: var(--font_color);
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-size: 14px;        
    overflow-x: hidden;
    position: relative;
}
a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: var(--font_color);
    outline: none;
}
a:hover{
    color: var(--main_color);
}
p{      
    margin-bottom: 1.1em;
}
h1{
    font-size: 2.0rem;
}
h2{
    font-size: 1.7rem;
}
h3{
    font-size: 1.4rem;
}
h4{
    font-size: 1.1rem;
}
h5{
    font-size: 1.0rem;
}
h6{
    font-size: 1rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
    font-weight: 600;
    margin: 0 0 0.75em;
    color: var(--font_color);
}
img{
    max-width: 100%;
    vertical-align: middle;
    border: 0
}
ul,li,ol{
    list-style: none;
}
.hide{    
    display: none;
}
.show {
    display: block
}
.clear{
    clear:both;
}
/* ==========================================================================
   Dreamc 2020 theme Pagenavi styles:
   ========================================================================== */
.page_navi{
    width:100%;
    line-height:36px;
    text-align:center;
    overflow:hidden;
    padding-top:1em;
}
.page_navi a{
    padding: 3px 5px;
    margin: 2px 10px;
    text-decoration: none;
    color: var(--font_color);
    font-size: 1.2em;
    font-weight: 700;
}
.page_navi a:hover,.page_navi a.current{
    border-bottom:2px solid var(--main_color);
    color:var(--main_color);
}
.page_navi a i{
    font-size: 1.2em;
}
/* ==========================================================================
   Dreamc 2021 theme main styles:
   ========================================================================== */
.main-content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}   
.top{
    background: #fff;
    color: var(--font_color);
    height: 50px;
    display: flex;
    border-bottom: 1px solid #eaeaea;
}
.top-left{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
}
.top-left>div,.top-left>a{
    display: flex;
    padding: 0 15px;
    line-height: 50px;
    cursor: pointer;
    color: var(--main_color);
    font-weight: 700;
    font-size: 15px;
    position: relative;
}
.top-left>div:hover,.top-right>div:hover,
.top-left>a:hover,.top-right>a:hover{
    color:var(--main_color);
}
.top-left>div>i,.top-right>div>i,
.top-left>a>i,.top-right>a>i{
    line-height: 50px;
    font-size: 22px;
    margin-right: 10px;
}
.top_qcode{
    display: none;
    position: absolute;
    left: 50px;
    top: 40px;
    width: 150px;
    z-index: 99999;
}
.top-left>a.qcode:hover>.top_qcode{
    display: block;
}
.top-right{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
    position: relative;
}
.top-right>a{
    display: flex;
    padding: 0 7px;
    line-height: 50px;
    cursor: pointer;
    color: var(--font_color);
}
.top-right>a i.fa-angle-down{
    margin-left: 10px;
    margin-right: 0;
}
.top-right:hover ul.langs{
    display: block;    
}
ul.langs{
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    text-align: center;
    background: #fefefe;
    z-index: 99999;
    box-shadow: 1px 1px 1px #eaeaea;
    border: 1px solid #f5f5f5;
}
ul.langs.fixed{
    position: fixed;
}
ul.langs>li>a{
    padding: 5px 30px;
    display: block;
}
.header-content{
    width: 1200px;
    margin: 0 auto;
}
.header-inner{
    padding: 30px 0px;
    background: var(--main_color);
    color: var(--font_hover);
    height: 120px;
    display: flex;
    position: relative;
    z-index: 9999;
}
.headerfixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header.headerfixed{
    top: 0px;
}
.headerfixed #nav>li>a,
.headerfixed #nav>li>ul.sub-menu>li>a{
    color: #fff;
}
.headerfixed #nav>li>a:hover{
    color: #fff;
}
.headerfixed #nav>li>ul.sub-menu{
    background: #fff;
}
.headerfixed .right-links a.cart{
    color: #000;
}
.headerfixed .right-links .login-header a.login,.headerfixed  .right-links .login-header a.login-active{
    color: #000;
}
.headerfixed .right-links a.cart span.count{
    color: #fff;
}
.logo{
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.logo a img{
    height: 60px;
}
.nav{
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
#nav>li{
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}
#nav>li>a{
    margin: 5px 30px;
    font-size: 16px;
    padding: 5px 0;
    display: block;
    text-align: center;
    color: var(--font_hover);
    position: relative;
    border-radius: 15px;
    font-weight: 300;
}
#nav>li>a:after{
    content: "";
    width: 0;
    height: 2px;
    background-color:var(--font_hover);
    position: absolute;
    bottom: 0;
    left: 0;    
    transition: all 0.3s;
}
#nav>li.menu-item-has-children>a:after{
    content: "\f107";
    position:absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 5px;
    top: 8px;
    font-size: 16px;
    color: var(--font_color);
    transition: all 0.3s;
}
#nav>li:hover>a,#nav>li.current-menu-item>a{    
    font-weight: 500;
}
#nav>li:hover>a:after{
    width: 100%;
}
#nav>li:hover>a:after,#nav>li.current-menu-item>a:after{
    
}
#nav>li.menu-item-has-children:hover>a:after{
    transform: rotate(90deg);
}
#nav>li>ul.sub-menu{
    position: absolute;
    background-color: var(--font_hover);
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    left: 0;
    top: 50px;
    z-index: 888;
    width: 180px;
    visibility: hidden;
    margin-top: 20px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: margin-top,opacity,visibility;
}
#nav>li:hover>ul.sub-menu{
    visibility:visible;
    opacity: 1;
    margin-top: 0;
}
#nav>li>ul.sub-menu>li{
    border-bottom: 1px solid rgba(160,118,179,0.1);
}
#nav>li>ul.sub-menu>li:last-child{
    border-bottom: 0;
}
#nav>li>ul.sub-menu>li>a{
    padding: 10px;
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}
#nav>li>ul.sub-menu>li>a:hover{
    color:var(--main_color);
}
.right-links{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-links a.cart{
    color: #000;
    position: relative;
    display: block;
    width: 125px;
}
.right-links a.cart span.count{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgb(73,155,181);
    border-radius: 50%;
    display: block;
    font-size: 10px;
    left: 15px;
    top: -5px;
}
.right-links a.cart span.name{
    display: inline-block;
    vertical-align: middle;
}
.right-links a.cart i{
    margin-right: 25px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
.right-links .login-header{
    width: 125px;
}
.right-links .login-header a.login,
.right-links .login-header a.login-active{
    width: 125px;
    color: #000;
}
.right-links .login-header a.login i,
.right-links .login-header a.login-active i{
    margin-right: 20px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.right-links .login-header a.login span.name,
.right-links .login-header a.login-active span.name{
    display: inline-block;
    vertical-align: middle;
}
.footer{
    background:url(images/footer_bg.png) var(--main_color) no-repeat;
    padding: 30px 0;
    color: #fff;
}
.footer-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:20px;
}
.footer-col1{
    width: calc(33% - 20px);
}
.footer-col2{
    width: calc(43% - 20px);
    padding: 0 10%;
}
.footer-inner h5{
    color: var(--font_color);
    font-size: 1.2em;
}
.footer-contact{
    color: #fff;
}
a.clabel{
    color: #fff;
    display: flex;
    margin: 15px 0;
    padding: 0 0 0 35px;
    position: relative;
    font-size: 15px;
    max-width: 320px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    line-height: 25px;
    height: 25px;
}
a.clabel i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
a.clabel .fa-map-marker{
    font-size: 24px;
}
a.clabel .fa-phone{
    font-size: 22px;
}
a.clabel .fa-whatsapp{
    font-size: 22px;
}
a.clabel span{
    max-width: 280px;
    display: block;    
}
.foot-wechat p{
    font-size: 16px;
}
.foot-wechat p i{
    margin-right: 10px;
}
.footqcode{
    width: 150px;
}
.copyright{
    background:var(--font_hover);
    color: var(--font_sec);
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.copyright .keys{
    float: right;
    max-width: 50%;
}
.copyright .copy{
    float:left;
    max-width: 50%;
}
.copyright a,
.copyright span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: var(--font_sec);
}
.copyright a:hover{
    color: var(--main_hover);
}
.widget ul li{
    margin: 10px 0;
}
.widget ul li a{
    font-size: 1.1em;
}
.widget ul li a:hover{
    color: var(--main_color);
}
.fixed-icons {
    position: fixed;
    right: 5px;
    bottom: 30%;
    width: 50px;
    z-index: 9999;
}
.fixed-icons a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}
.fixed-icons a i{
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}
.fixed-icons a.whatsapp{
    background: #6ADA75;
}
.fixed-icons a.weixin{
    background: rgb(0,174,25);
    position: relative;
}
.fixed-icons a.weixin .qcode{
    display: none;
    position: absolute;
    right: 50px;
    width: 200px;
    height: 200px;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 3px #eee;
}
.fixed-icons a.weixin:hover .qcode{
    display: block;
}
.fixed-icons a.weixin .qcode img{
    width: 150px;
    height: 150px;
    margin: 10px auto;
}
.fixed-icons a.weixin .qcode span{
    display: block;
    line-height: 30px;
    font-size: 1.2em;
    text-align: center;
    color: #000;
}
.fixed-icons a.kefu{
    background: rgb(58,118,241);
    display: none;
}
.fixed-icons a.telegram{
    background: rgb(39,167,231);
    display: none;
}
.fixed-icons a.mail{
    background: #3D58B7;
}
.fixed-icons a.tel{
    background: #689FE9;
}
a.backtop{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: var(--font_color);
    z-index: 999;
}
a.backtop i{
    color: #fff;
    line-height: 50px;
    font-size: 24px;
}
/* ==========================================================================
   Homepage : content style
   ========================================================================== */
.home-swipe .thumbbg{
    position: relative;
    overflow: hidden;
}
.home-swipe .thumbbg:before{
    content: "";
    display: block;
    padding-top:39%;    
}
.over_left_right{
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    background: #333;
    z-index: 2;
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);*/
}
.over_left_right:before{
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 100px;
    height: 100%;
    border-radius: 10px;
    background: orange;
}
.over_left_right:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 80px 0 0 80px;;
    background: orange;
    transform: skewX(15deg);
}
.over_middle_bottom{
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    left: 0;
    background: var(--font_color);
    z-index: 2;
}
.over_middle_bottom:after{
    width: 140%;
    height: 120px;
    position: absolute;
    left: -20%;
    bottom: 0px;
    z-index: 3;
    content: '';
    border-radius: 90% 90% 0 0;
    background: var(--font_color); 
}
.over_middle .btn-inner{
    position: absolute;
    bottom: 40px;
    left: 40%;
    z-index: 99;
}
.home-swipe .thumbbg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.over_middle .thumbbg img{
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.home-swipe .swiper-pagination-bullet{
    background: #a4acb5 !important;
    width: 40px !important;
    border-radius: 5px !important;
}
.home-swipe .swiper-pagination-bullet-active{
    background: var(--font_hover) !important;
}   
.homeslider-over{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.over_left .homeslider-over{
    width: 60%;
}
.over{
	padding: 100px 50px;
    width: 70%;
    min-width: 600px;
    text-align: center;
    margin: 0 auto;
    min-height: 400px;
}
.over_left{
    margin: 0 auto 0 0;
    text-align: left;
}
.over_right{
    margin: 0 0 0 auto;
    text-align: right;
}
.over .tit {
    font-size: 3.6em;
    color: #fff;
    text-shadow: 0 1px 1px #555;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
    position: relative;
}
.over_left .over{
    padding: 100px 80px;
}
.over_left .over .tit{
    color: var(--font_color);
}
.over_left .btn-inner{
    padding: 0 80px;
}
.btn2_txt{
    color: var(--main_color);
    padding-left: 50px;
    position: relative;
}
.btn2_txt i{
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 40px !important;
}
.btn2_txt small{
    font-size: 13px;
}
.over .tit img.bottom{
    display: inline-block;
    vertical-align: bottom;
    height: 240px;
}
.over .subtit {
    font-size: 1.4em;
    color:var(--font_hover);
    margin-bottom: 20px;
}
.sub_paras{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.sub_paras .spe{
    width: 2px;
    height: 20px;
    background: var(--font_hover);
    margin: 10px 50px;
}
.sub_ol{
    margin-left: 20px;
}
.sub_ol,
.sub_ol li{
    color:var(--font_color);
    list-style: square;
}
.btn-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.btn-inner a.btn-get{
    padding: 10px 25px;
    text-align: center;
    background: #D33E36;
    color: #fff;
    font-size: 15px;
    border-radius:10px;
    transition: all 0.3s;
    border:1px solid transparent;
}
.btn-inner a.btn-get i{
    margin-left: 10px;
}
.btn-inner a.btn-txt{
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
}
.btn-inner a.btn-txt i{
    font-size: 22px;
    margin-right: 10px;
}
.swiper-pagination-bullets{
    bottom: 10px !important;
}
.swiper-pagination-bullet{
    width: 30px !important;
    height: 8px !important;
    background: #fff !important;
    opacity: 1 !important;
}
.slider2 .over{
    width: 100%;
}
.slider2 .has_fr .main-content{
    display: flex;
    align-items: center;
}
.slider2 .has_fr img.fr{
    width: 50%;
    float: left;
}
.slider2 .has_fr .over{
    padding-top: 50px;
    width: 40%;
    float: left;
    text-align: left;
}
.home-section{
    padding: 30px 0;
}
.home-section-quick{
    padding: 10px 0;
}
.home-section-quick .section-title{
    text-align: left;
    float: left;
    margin: 0;
    font-size: 1.1em;
    font-weight:600;
    line-height: 25px;
}
.home-section-quick .quick-cats{
    float: left;
    display: flex;
    margin-left: 20px;
    line-height: 25px;
}
.home-section-quick .quick-cats a{
    margin-right: 20px;
}
.home-section-last{
    
}
.section-title{
    overflow: hidden;
    margin: 15px auto 15px;
    text-align: center;
}
.section-title h3{
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 2em;
    color: var(--font_color);
}
.section-title .tip{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    right: 0;
    color: #777;
}
.section-title p{
    font-size: 15px;
    color: var(--font_color);
}
.hasbg .section-title h3{
    color: #fff;
}
.hasbg .section-title p{
    color: #fff;
}
.hasbg .horline h3:before{
    background:#fff;
}
.hasbg .horline h3:after{
    background:#fff;
}
.horline{
    position: relative;
}
.horline h3 span{
    display: inline-block;
    vertical-align: middle;
}
.horline h3:before{
    content: "";
    height: 3px;
    border-radius: 2px;
    width: 40px;
    background: rgb(63,154,180);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.horline h3:after{
    content: "";
    height: 3px;
    width: 40px;
    border-radius: 2px;
    background: rgb(63,154,180);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.girds{
    overflow: hidden;
    padding: 10px 0;
}
.pro-cats{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.pro-cat{
    width: calc(25% - 20px);
}
.pro-cat .thumb{
    height: 220px;
    overflow: hidden;
}
.page-template-page-pro .pro-cat .thumb{
	height: 280px
}
.pro-cat .thumb a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.pro-cat .thumb a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.pro-cat .thumb a:hover img{
    transform: scale(1.1);
}
.pro-cat .info{
    text-align: center;
}
.pro-cat .info .tit{
    margin:15px 0;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.pro-cat .info .des{

}
.pro-cat .info .more{
    background: var(--font_color);
    color: var(--font_hover);
    display: inline-block;
    padding: 10px 15px;
}
.pro-cat .info .more:hover{
    opacity: .7
}
.home-section-feas{
    padding: 50px 0;
}
.feas{
    overflow: hidden;
    background: rgb(244,244,244);
}
.fea{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.fea .thumb{
    width: 50%;
}
.feas .fea:nth-child(even) .thumb{
    order:1;
}
.feas .fea:nth-child(even) .info{
    text-align: right;
}
.fea .thumb img{
    
}
.fea .info{
    width: 50%;
    padding: 8em 5em 6em;
    text-align: left;
}
.fea .info .inner{
    max-width: 25em;
    display: inline-block;
}
.fea .info .tit{
    font-size: 1.6em;
    color: var(--font_color);
    margin: 15px auto 0;
}
.fea .info .des{
    font-size: 1em;
    color: var(--font_color);
    margin: 15px auto 0;
}
.fea .info .more{
    background: var(--font_color);
    color: var(--font_hover);
    display: inline-block;
    padding: 10px 15px;
    margin: 15px auto 0;
}
.fea .info .more:hover{
    opacity: .7
}
.nopadding{
    padding: 0 !important;
}
.nomargin{
    margin: 0 auto !important;
}
.home-section-about{
    border-top: 1px solid #eaeaea;
}
.home-section-about .section-title{
    text-align: left;
}
.abpages{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
}
.abpage{
    width: calc(33% - 20px);
}
.abpage .thumb{
    height: 280px;
    overflow: hidden;
}
.abpage .thumb a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;    
}
.abpage .thumb a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.abpage .thumb a:hover img{
    transform: scale(1.1);
}
.abpage .info{
    text-align: left;
    padding: 15px 0;
}
.abpage .info .tit{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.abpage .info .des{
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 40px;
}
.abpage .info .more{
    background: var(--font_color);
    color: var(--font_hover);
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px
}
.home-news{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
}
.home-news-item{
    width: calc(33% - 20px);
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    padding-bottom: 30px;
    min-height: 420px;
}
.home-news .home-news-item:nth-child(3n){
    margin-right: 0;
}
.home-news-item .thumb a{
    display: block;
}
.home-news-item .thumb a img{
    width: 100%;
    height: 280px;
}
.home-news-item .title{
    padding: 15px 20px;
}
.home-news-item .title a{
    color: var(--font_color);
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
}
.home-news-item .title a:hover{
    color: var(--main_color);
}
.home-news-item .date{
    padding: 0 20px;
    color: var(--font_color);
}
.home-news-item .des{
    padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
    color: var(--font_color);
}
.home-news-item .more{
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: var(--font_color);
    border-bottom: 1px solid var(--font_color);
}
.home-news-item .more:hover{
    color: var(--main_color);
    border-color: var(--main_color);
}
.tags b{
    margin-right: 5px;
}
.about-section{
    padding: 50px 0;
}
.home-about{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.hb-imgs{
    width: 45%;
    margin-right: 5%;
    position: relative;
    min-height: 600px;
}
.hb-txt{
    width: 40%;
}
.hb-img{
    width: 350px;
    height: 350px;    
    border:5px solid rgb(247,247,250);
    position: absolute;
}
.hb-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hb-imgs .hb-img:first-child{
    border-radius: 0 50px 0 50px;    
    right: 0;
    top: 0;
    z-index: 2;
}
.hb-imgs .hb-img:first-child img{
    border-radius: 0 50px 0 45px;
}
.hb-imgs .hb-img:last-child{
    border-radius: 50px 0 50px 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.hb-imgs .hb-img:last-child img{
    border-radius: 50px 0 50px 0;
}
.hb-solgan{
    font-size: 18px;
    color: #D33E36;
    margin-bottom: 20px;
}
.hb-title{
    font-size: 2.0em;
    font-weight: 700;
    margin-bottom: 20px;
}
.hb-des{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
.hb-des p{
    margin-bottom: 1em;
}
.hb-more{
    background: #D33E36;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    margin: 20px 0;
    display: inline-block;
}
.hb-more i{
    margin-left: 10px;
}
.hb-more:hover{
    opacity: .9;
    color: #fff;
}
.calltoaction-section{
    background: #eaf1f6;
    padding: 30px 0;
}
.home-calltoaction{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.home-calltoaction p{
    width: 30%;
    font-size: 1.7em;
    margin-right: 5%;
    color: var(--main_color);
    margin-bottom: 0;
}
.calltoaction-btn{
    background: var(--main_color);
    color: #fff;
    padding: 10px 25px 10px 65px;
    border-radius: 10px;
    position: relative;
    font-size: 1.3em;
}
.calltoaction-btn i{
    font-size: 2.4em;
    position: absolute;
    left: 15px;
    top: 10px;
}
.calltoaction-btn small{
    font-size: 13px;
    font-weight: 100;
}
.calltoaction-btn:hover{
    color: #fff;
    opacity: .9;
}
.contact-section{
    padding: 50px 0;
    background: #fff;
}
.home-contact{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.home-contact .map{
    width: 40%;
    margin-right: 5%;
    position: relative;
}
.home-contact .map img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.home-contact .map:hover img{
    display: none;
}
.home-contact .form .tit{
    padding-left: 10px;
    font-size: 2em;
    margin-bottom: 0.25em;
}
/* ==========================================================================
   archive style :page style
   ========================================================================== */
.page-banner{
    background-repeat: no-repeat;
    height: 420px;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-position: bottom center ;
}
.page-banner.pb2{
    text-align: center;
}
.page-banner.pb3{
    text-align: right;
}
.page-banner h1{
    position: relative;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 3.5em;
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
}
.page-banner .subtit{
    color: #fff;
    font-size: 2em;    
    margin-bottom: 20px;
}
.page-banner .front{
    position: absolute;
    right: 240px;
    width: 320px;
    height: 320px;
    background-size: 100%;
    top: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.page-content{
    padding: 25px 0 50px;
    background: #eaf1f6;
}
.page-content .date{
    margin-bottom: 20px;
    color: var(--font_color);
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.page-content .date>span{
    margin-right: 20px;
}
.page-content .date>span>span{
    margin-right: 10px;
}
.page-banner .title{
    
}
.page-detail{
    max-width: 960px;
    margin: 4em auto;
}
.page-title{
    font-size: 2.4em;
    color: var(--font_color);
    font-weight: bold;
    text-align: center;
    padding: 75px 0 50px;
}
.pb-imgs{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 620px;
    margin: 25px 0 50px;
}
.pb-imgs-left{
    width: calc(33.3333% - 20px);
    margin-right: 20px;
}
.pb-imgs-right{
    width: calc(33.3333% - 20px);
    margin-left: 20px;
}
.pb-imgs-middle{
    width: 33.3333%;
}
.pb-imgs .pb-img{
    position: relative;
}
.pb-imgs .pb-img img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.pb-imgs .pb-img img:hover{
    transform: scale(1.1);
}
.pb-imgs-left .pb-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.pb-imgs-left .pb-img:first-child{
    margin-bottom: 20px;
}
.pb-imgs-middle .pb-img{
    width: 100%;
    height: 620px;
    overflow: hidden;
}
.pb_top{
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.pb_top .pb-img{
    width: calc(50% - 10px);
    float: left;
    height: 300px;
}
.pb_top .pb-img:first-child{
    margin-right: 20px;
}
.pb_bottom{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.service-des{
    padding: 50px 0;
    background: #fff;
}
.service-des-con{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.service-des-con .des{
    font-size: 16px;
    line-height: 25px;
}
.service-des-con .img{
    width: 30%;
    margin-left: 5%;
}
.service-icons{
    padding: 50px 0;
    position: relative;
}
.icons-list-tip{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    transition: all 0.3s;
    transform: rotateZ(180deg);
    animation: testAnimation 0.5s ease-in-out infinite;
    margin-left: -20px;
    opacity: .35;
}
@keyframes testAnimation {
    0%{
        transform: scale(0.88);
      }
    50%{
        transform: scale(1);
      }
    100%{
        transform: scale(0.88);
    }
 }
.service-icons .tit,
.service-txts .tit{
    font-size: 2em;
    color: var(--font_color);
    text-align: center;
}
.icons-list{
    padding: 30px 0;
}
.icons-list-line{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.icons-list-box{
    width: 280px;
    height: 140px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    color: var(--main_color);
    position: relative;
}
.icons-list-line-first .icons-list-box{
    margin-right: 140px;
}
.icons-list-line-last .icons-list-box{
    margin-left: 140px;
}
.icons-list-line-first .icons-list-box:before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -20px;
}
.icons-list-line-last .icons-list-box:before{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
}
.icons-list-line-last .icons-list-box:first-child{
    margin-left: 210px;    
}
.icons-list-box .title{
    font-size: 1.4em;
}
.icons-list-box .des{
    margin: 10px 0;
    font-weight: 300;
}
.icons-list-icons{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px 0;
    height: 100px;
    position: relative;
    justify-content: space-around;
}
.icons-list-icons:before{
    content: "";
    border-top: 2px dashed var(--main_color);
    width: calc(100% - 320px);
    top: 50px;
    position: absolute;
    left: 0;
    z-index: 1;
    margin: 0 120px;
}
.icons-list-box .list-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: var(--main_color);
    color: #fff;
    position: relative;
    z-index: 2;
}
.icons-list-box .list-icon i{
    line-height: 40px;
}
.icons-list-line-first .icons-list-box .list-icon{
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -20px;
}
.icons-list-line-last .icons-list-box .list-icon{
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -20px;
}
.service-txts{
    background: #fff;
    padding: 50px 0 ;
}
.icons-list2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 30px 0;
    max-width: 80%;
    margin: 0 auto;
}
.icons-list2-box{
    padding: 20px 30px;
    border-radius: 10px;
    background: #eaf1f6;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 80px;
}
.icons-list2-box .list-icon{
    font-size: 2em;
    margin-right: 20px;
    color: var(--main_color);
    min-width: 35px;
}
.case-post{
    padding: 30px 0;
}
.case-posts .case-post:nth-child(2n+3) .thumb{
    order: 1;
}
.case-posts .case-post:nth-child(2n+3) .text{
    margin: 0 30px 0 0;
}
.case-post-con{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.case-post-con .thumb{
    width: 400px;
    height: 600px;
}
.case-post-con .thumb img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-post-con .text{
    width: 40%;
    height: 600px;
    margin: 0 0 0 30px;
    background: #fff;
    padding: 30px;
}
.case-post-con .text .tit{
    font-size: 2em;
    margin: 0 0 1em;
    color: var(--main_color);
}
.case-post-con .text .des{
    font-size: 1.2em;
    font-weight: 300;
    color: var(--font_color);
}
.case-bottom{
    height: 50px;
    background: #fff;
}
.faq-posts{
    padding: 50px 0;
    background: #fff;
}
.faq-post{
    max-width: 1000px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #98BBD4;
    position: relative;
}
.faq-post .faq-toggle{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 999;
}
.faq-post .faq-toggle i{
    font-size: 2em;
    transition: all .3s;
}
.faq-post .faq-toggle i.fa-angle-down{
    display: none;
}
.faq-post .faq-toggle.act i.fa-angle-down{
    display: block;
}
.faq-post .faq-toggle.act i.fa-angle-right{
    display: none;
}
.faq-post .q{
    line-height: 30px;
    margin: 15px 0;
    font-size: 1.3em;
    padding-left: 40px;
    position: relative;
    color: var(--font_color);
}
.faq-post .q i{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4em;
    color: #d14139;
}
.faq-post .a{
    margin: 15px 0;
    font-size: 1.1em;
    padding-left: 40px;
    position: relative;
    color: var(--font_color);
    font-weight: 300;
    display: none;
}
.faq-post.act .a{
    display: block;
}
.faq-post .a i{
    position: absolute;
    left: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4em;
    color: #155296;
}
.page-detail>h2{
    text-align: center;
    max-width:600px;
    display: block;
    margin: 20px auto;
    font-weight: 300;
    color: var(--font_color);
    padding: 10px;
}
.page-detail>h3{
    padding-left: 10px;
    border-left: 5px solid var(--main_color);
    color: var(--main_color);
    font-weight: 300;
}
.page-detail>h4,
.page-detail>h5,
.page-detail>h6{
    font-weight: 300;
}
.page-detail p{
    font-size: 1.1em;
    color:var(--font_color);
    line-height: 1.475;
}
.page-detail h2 img{
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}
.page-detail img,.page-detail p img{
    background: #fff;
    border: 1px solid #f7f7f7;
}
.page-detail .wp-caption{
    display: inline-flex;
    flex-direction: column;
    width: calc(33% - 20px) !important;
    gap: 20px;
}
.page-detail .wp-caption img{
    max-width: 70%;
    background: #f7f7f7;
    border: unset;
    margin: 10px auto;
}
.page-detail .wp-caption .wp-caption-text{
    line-height: 30px;
    text-align: center;
}
.text-center{
    text-align: center;
}
.gals{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:10px;
    align-items: center;
}
.gals a{
    width: calc(33% - 10px);
    background: #f9f9f9;
    position: relative;
    height: 280px;
    overflow: hidden;
}
.gals a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
    transition: all 0.3s;
}
.gals a:hover img{
    transform: scale(1.1);
}
.group-gal .tit{
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.group-gal .des{
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.group-gal .gals{
    margin: 1.25em 0;
}
.pro-cat-page{
    width: calc(33% - 20px);
}
.blogitem{
    min-height: 320px;
}
.blogitem .thumb a img{
    height: 180px;
}
.downs{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.downs a{
    font-size: 1.2em;
    margin: 10px 0;
}
.downs a i{
    margin-left: 10px;
}
.page-navs{
    overflow: hidden;
}
.page-navs a{
    margin: 20px 0;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    background: var(--font_color);
    color: var(--font_hover);
    transition: all 0.3s;
}
.page-navs a:hover{
    opacity: .7;
}
.page-navs a.next{
    float: right;
}
.page-contact{
    margin: 30px auto;
    overflow: hidden;
}
.page-contact .map{
    width: 50%;
    float: left;
}
.page-contact .form{
    width: 45%;
    float: right;
}
.content{
    margin: 50px 0;
    width: 75%;
    float: left;
}
.sidebar{
    margin: 50px 0;
    width: 22%;
    float: right;
}
.sidebar h5{
    font-size: 1.1em;
    font-weight: 600;
    border-bottom: 1px solid var(--font_sec);
    padding: 10px 0;
}
.sidebar .widget{
    margin-bottom: 25px;
    overflow: hidden;
}
.sidebar .widget ul{
    margin: 20px;
}
.sidebar .widget ul li a{
    font-size: 1.0em;
}
.sidebar .widget ul li{
    margin: 5px 0;
    list-style-type: square;
}
.sidebar .widget ul li.cat-item-95{
    display: none;
}
.sidebar .tagcloud a{
    display: block;
    margin: 5px 0;
    font-size: 1em !important
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
    position: relative;
    height:80px;
    margin-bottom: 15px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: flex !important;
    align-items: flex-start;
    height: 70px;
}
.woocommerce ul.cart_list li a img,
.woocommerce ul.product_list_widget li a img{
    position: absolute;
    right: 0;
    width: 100px;
}
.woocommerce ul.cart_list li span.amount,
.woocommerce ul.product_list_widget li span.amount{
    position: absolute;
    bottom: 5px;
}
.page-template-page-blog{
    background: #f1efee;
}
.archive-fea{
    overflow: hidden;
    padding: 20px 0;
}
.archive-fea .blog-item{
    margin: 0 auto 30px !important;
    float: none;
}
.archive-fea .blog-item outside{
    background-image: url(images/outside.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -160px;
    top: 0;
    width: 150px;
    height: 150px;
    background-size: 100%;
}
.archive-blog{
    overflow: hidden;
    padding: 0 3px;
}
.blog-item{
    width: 31.3333%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 1px #e1e1e1;
    position: relative;
}
.blog-item .tip{
    position: absolute;
    right: 0;
    padding: 3px 5px;
    background: var(--font_sec);
    z-index: 999;
    color: var(--font_hover);
}
.archive-blog .blog-item:nth-child(3n){
    margin-right: 0;
}
.blog-item .thumb{
    position: relative;
}
.blog-item .thumb a.thumbnail{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 240px;
}
.blog-item .thumb a.thumbnail img{
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-item .thumb:hover a.thumbnail img{
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform: scale(1.1);
}
.blog-item .thumb a.icon{
    position: absolute;
    width: 80px;
    right: 20px;
    bottom:-10px;
}
.blog-item .thumb a.icon img{
    width: 60px;
    height: 60px;
}
.blog-item .date{
    font-size: 1em;
    color: var(--font_sec);
    padding: 5px 20px;
}
.blog-item .title{
    font-size: 1.2em;
    color: var(--font_color);
    display: block;
    padding: 5px 20px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: capitalize;
    height: 70px;
    overflow: hidden;
}
.blog-item .des{
    padding: 5px 20px;
    font-size: 1em;
    height: 50px;
    color: var(--font_sec);
    font-weight: 100;
    overflow: hidden;
}
.blog-item .more{
    color: var(--font_color);
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--font_sec);
    font-size: 1em;
    margin: 5px 20px 20px 20px;
}
.outlink{
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 5px 15px;
    border-radius: 3px;
    background: #d00;
    color: #fff;
    font-size: 1.1em;
}
.outlink:hover{
    background: #ff0859;
}
.sbtn {
    margin: 50px 0;
    text-align: center;
}
.sbtn .outlink{
    position: relative;
    right: unset;
    bottom: unset;
    display: inline-block;
    padding: 10px 25px;
    font-size: 1.4em;
}
.form-over{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.form-content{
    width: 500px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgb(122,206,216);
    margin-left: -250px;
    margin-top: -300px;
    box-shadow: 0 1px 5px #333;
}
.form-content h3{
    font-size: 2.5em;
    padding: 20px 50px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.form-content span.close-form{
    width: 40px;
    height: 40px;
    background-image: url(images/close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}
.form-content .tip{
    color: #fff;
}
.form-con{
    padding: 20px 50px;
}
.form-group{
    margin-bottom: 10px;
    position: relative;
    min-width: 350px;
}
.form-group br{
    display: none;
}
.select_place{
    position: absolute;
    right: 20px;
    top: 7px;
}
.form-group .wpcf7-list-item{
    margin: 0 1em 0 0;
}
.form-group label{
    color: rgb(112,112,112);
    font-size: 15px;
    font-weight: bolder;
    display: block;
}
.form-group input[type="text"]{
    width: 100%;
    padding: 0 10px;
    height: 40px;
    background: #eaf1f6;
    box-shadow: 0 1px 2px #f1f1f1;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
}
.form-group input[type="checkbox"]{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.form-group input[type="date"]{
    width: 100%;
    padding: 0 10px;
    height: 35px;
    background: #fff;
    box-shadow: 0 1px 2px #eaeaea;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
}
.form-group select{
    padding: 0 7px;
    height: 35px;
    width: 100%;
    border-radius: 10px;
    color: rgb(117,117,117);
    cursor: pointer;
}
.form-group textarea{
    width: 100%;
    padding: 10px;
    height: 150px;
    background: #eaf1f6;
    box-shadow: 0 1px 2px #f1f1f1;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
}
.wpcf7-submit{
    padding: 7px 35px;
    background: var(--main_color);
    color: var(--font_hover);
    font-size: 1.3em;
    border: 0;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}
.wpcf7-submit:hover{
    opacity: .7
}
.placeholder{
    display: none;
    color: rgb(117,117,117);
}
.zxform{
    padding: 0 10px;
}
.zxform .wpcf7-not-valid-tip {
    color: #ff8509;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
}
.quickview-container{
    overflow: hidden;
    display: block;
    color: #868686;
}
.quickview-container h1{
    font-size: 22px !important;
    line-height: 26px !important;
    margin: 15px 0 !important;
}
.quickview-container .woocommerce-product-details__short-description p{
    margin-bottom: 5px;
}
.quickview-container  .product_meta{
    display: none;
}
.quickview-container .other-infos{
    display: none;
}
.quickview-container .single-info{
    padding: 40px 0;
}
.quickview-container .single-thumbs .thumb img{
    height: 600px;
}
/* ==========================================================================
   Type style
   ========================================================================== */
.top-types{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.top-types a{
	line-height: 24px;
	margin:8px 0;
	font-size: 1.2em;
	color: var(--font_color);
	width: calc(25% - 2px);
    text-align: center;
    border-right: 2px solid #eaeaea;
}
.top-types a:hover{
	color: var(--main_color);
}
.top-types a.act{
	font-weight: 700;
}
.top-types a:last-child{
	border-right: 0;
}
.cat-navs{
	width: 100%;
    max-width: 960px;
    margin: 2em auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid #CCC;
}
.cat-navs>a{
	line-height: 1em;
    padding: 0 1em;
    margin-bottom: 0.5em;
    display: inline-block;
    border-right: 1px solid #CCC;
    cursor: pointer;
}
.cat-navs>a:hover{
	color: var(--main_color);
}
.cat-navs>a:last-child{
	border:0;
}
.cat-intro{
    width: 100%;
    max-width: 960px;
    margin: 4em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cat-highlights{
	margin: 4em auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:30px;
}
.cat-highlights h2{
	width: 100%;
	text-align: center;
}
.cat-light{
	width: calc(50% - 30px);
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.cat-light .thumb{
    width: 60%;
}
.cat-light .info{
    width: 36%;
    margin-left: 4%;
}
.cat-products{
	margin: 4em auto;
	text-align: center;
}
.cat-products-navs{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cat-products-navs a.act{
	border-bottom: 1px solid var(--font_color);
}
.cat-products-list{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
    margin: 2em auto;
}
.products-item{
	width: calc(25% - 20px)
}
.products-item .thumb{
	height: 280px;
    overflow: hidden;
}
.products-item .thumb a{
	position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.products-item .thumb a img{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.products-item .thumb a:hover img {
    transform: scale(1.1);
}
.products-item .info{
	text-align: left;
	position: relative;
	padding: 10px 25px 10px 0;
}
.products-item .info h4{
	font-weight: 300;
}
.products-item .info a.more{
	position: absolute;
	right: 0;
	top: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: var(--font_color);
	color: var(--font_hover);
}
.products-item .info a.more i{
	line-height: 30px;
	font-weight: 100;
}
.products-item .info a.more:hover{
	opacity: .7
}
.product-cat-list{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
    margin: 2em auto;
}
.product-cat-list h2{
	width: 100%;
	text-align: center;
	font-weight: 300;
}
.product-gal{
    width: 100%;
    margin: 2em auto;
    background: #fff;
    padding: 30px 0 50px;
}
.product-gal h2{
	width: 100%;
	text-align: left;
	font-weight: 300;
}
.pro-crumb{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 60px;
    padding: 1em 0;
    font-size: 1.2em
}
.crumb-cat{
	width: 180px;
	margin-right: 20px;
}
.crumb-cat a i{
	margin-right: 10px;
}
.crumb-prve-next{
	width: calc(100% - 200px);
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.crumb-prve-next a.current{
	width: calc(100% - 70px);
	text-align: center;
}
.crumb-prve-next a.next,
.crumb-prve-next a.prev{
	width: 35px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1.5em;
    color: #aaa;
    opacity: .7;
    text-align: center;
}
.crumb-prve-next a.next:hover,
.crumb-prve-next a.prev:hover{
	color: var(--font_color);
	border-color: #aaa;
}
.product-box{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.product-box .thumb{
	width: 50%;
}
.product-box .info{
	width: 40%;
	margin: 0 5%;
}
.product-box .info .des h2,
.product-box .info .des h3,
.product-box .info .des h4,
.product-box .info .des h5,
.product-box .info .des h6{
	font-weight: 300;
}
.product-box .info .des{
	text-align: left;
}
table {
    width: 100%;
    line-height: 1.2em;
    margin: 1.5em 0;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr:first-child{
    border-top: 0;
}
table tr{
	border-top: 1px solid #eaeaea;
}
table tr td,
table tr th{
	padding: 5px 0;
}
.backtocat{
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 4em 0;
}
.backtocat a{
	padding: 10px 25px;
	text-align: center;
	background: var(--font_color);
	color: var(--font_hover);
}
.backtocat a:hover{
	opacity: .7
}
/* ==========================================================================
   Page Pro style
   ========================================================================== */
.area-section{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.area-section-title{
    margin: 10px auto 10px !important;
}
.has_bg .section-title h3,
.has_bg .section-title p{
    color: #fff;
}
.area-girds{
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.area-gird{
    margin:15px 2.5% 25px;
    align-items: center;
    width: 20%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 3px #ccc;
    border-radius: 5px;
    background: #fff;
}
.area-gird.ag6{
    width: 11.6666%;
}
.area-gird.ag5{
    width: 15%;
}
.area-gird.ag3{
    width: 28.3333%;
}
.area-gird.ag2{
    width: 45%;
}
.area-gird.ag1{
    width: 95%;
}
.area-gird h5{
    padding: 15px 30px;
    text-align: center;
    color: rgb(141,44,109);
    margin-bottom: 0;
}
.area-icon img{
    margin: 15px auto 0;
    display: block;
}
.area-des{
    padding: 0 30px 15px;
    font-size: 15px;
    color: rgb(61,63,134);
    font-weight: 300;
}
.grap{
    display: flex;
    align-items: center;
}
.grap-text{
    width: 40%;
    margin: 0 5%;
    justify-content: center;
}
.grap-text-right .grap-text{
    order: 1;
}
.weixin-card .grap-des ul li{
    padding: 5px 0 5px 5px;
}
.weixin-card .section-title h3{
    color: rgb(141,44,109);
}
.weixin-card .grap{
    background: #fff;
    padding: 25px;
}
.weixin-card .grap-thumb img{
    max-height: unset;
}
.grap-thumb{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grap-thumb img{
    max-height: 400px;
}
.grap-text h5{
    font-size: 24px;
    font-weight: 700;
    color: #3f9ab4;
}
.grap-des{
    font-size: 15px;
    color: rgb(112,112,112);
}
.grap-des ul{
    padding:15px 0;
}
.grap-des ul li{
    display: flex;
    align-items: center;
    padding: 15px 0 15px 5px;
    position: relative;
}
.grap-des ul li:before{
    content: "\f058";
    font-family: FontAwesome;
    padding-right: 20px;
    font-size: 20px;
    color: rgb(141,44,109);
}
.area-rounds{
    overflow: hidden;
    padding: 35px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.area-round{
    width: 35%;
}
.round{
    margin-bottom: 20px;
    box-shadow: 0 1px 3px #ccc;
    border-radius: 5px;
    padding: 20px 20px 20px 70px;
    max-width: 300px;
    position: relative;
    color: rgb(61,63,134);
}
.round-thumb{
    width: 30%;
    max-width:400px;
}
.round-thumb img{
    margin: 0 auto;
    display: block;
}
.round-thumb .round{
    margin: 0 auto;
}
.left-round .round{
    margin: 0 80px 20px auto;
}
.right-round .round{
    margin: 0 auto 20px 80px;
}
.round:before {
    content: "";
    background-image: url(images/crown.png);
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: 15px;
}
.list-section{
    padding: 50px 0;
}
.more-case{
    background-color: rgb(141,44,109);
    border-radius: 15px;
    border: 0;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 7px 25px;
}
.more-case:hover{
    background-color: rgb(86,0,161);
    color: #fff;
}
.pros{
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pro-item{
    align-items: center;
    width: 28%;
    margin: 15px 2.5% 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 3px #ccc;
    border-radius: 5px;
    min-height: 600px;
    background: #fff;
    position: relative;
}
.pro-item .thumb{
    text-align: center;
}
.pro-item .thumb img{
    width:auto;
    height: 120px;
    margin: 25px auto 0;
}
.pro-item .title{
    padding: 15px 20px;
    color: rgb(61,63,134);
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}
.pro-item .des{
    padding: 0px 20px 20px;
    font-size: 15px;
    color: rgb(61,63,134);
    font-weight: 300;
    line-height: 35px;
}
.pro-item .des ul{
    padding-left: 40px;
}
.pro-item .des ul li{
    list-style: square;
}
.pro-item .buttons a.buy{
    max-width: 180px;
    font-size: 16px;
    padding: 10px 25px;
    margin: 15px auto;
    background: rgb(141,44,109);
    color: #fff;
    font-weight: 700;
    border-radius: 15px;
    letter-spacing: 1px;
    transition: all 0.3s;
    display: block;
    text-align: center;
}
.snavs,.dc-gallery{
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.snav{
    width: 16%;
    margin: 15px 2% 15px;    
    box-shadow: 0 1px 3px #ccc;
    border-radius: 5px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.snav img{
    -webkit-filter: grayscale(1); /* Webkit */  
    filter: gray; /* IE6-9 */    
    filter: grayscale(1); /* W3C */
}
.snav.act img,.snav:hover img{
    -webkit-filter:unset;
    filter: unset;
}
.dc-img{
    width: 46%;
    margin: 15px 2% 15px;    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.col-3 .dc-img{
    width: 29.3333%;
}
.col-4 .dc-img{
    width: 21%;
}
.col-1 .dc-img{
    width: 50%;
    margin: 15px 25% 15px;
}
.snav-content{
    display: none;
}
.snav-contents .act{
    display: block;
}
.snav-tip{
    color: rgb(61,63,134);
    padding: 20px;
    font-size: 1.2em;
    text-align: center;
    font-weight: 700;
}
.custom-ele-title.section-title h3,
.custom-ele-title.section-title p{
    color: rgb(141,44,109);
}
.teams{
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.team-item{
    width: 29.3333%;
    margin: 15px 2% 15px;    
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.team-item .thumb{
    width: 240px;
    height: 240px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgb(238,240,242);
    box-shadow: 0 1px 3px #ccc;
    position: relative;
}
.team-item .thumb img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.team-item .title{
    font-size: 1.3em;
    color: rgb(141,44,109);
    text-align: center;
    margin: 25px 0 20px;
}
.team-item .des{
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    color: rgb(61,63,134);
}
.simage{
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 50%;
    margin: 0 auto;
    cursor: pointer;
}
.simage img{
    margin: 15px 25% 15px;    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.simage .caption{
    background: rgba(0,0,0,0.7);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    transition: all 0.3s;
}
.simage:hover .caption{
    opacity: 1;
}
.simage .caption .inner{
    max-width: 60%;
    text-align: center;
}
/* ==========================================================================
   single product style
   ========================================================================== */
del bdi{
    font-size: 14px;
    color: #9b9b9b;
}
ins{
    text-decoration: none;
}
.product-thumb{
    position: relative;
}
.product-thumb .thumb a{
    display: block;
    height: 230px;
}
.product-thumb .thumb.thumb-hover,
.single-thumbs .thumb{
    position: relative;
    overflow: hidden;
}
.product-thumb .thumb a img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.product-thumb .thumb img.imgover {
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
    height: auto;
}
.product-thumb:hover img.imgover{
    opacity: 1;
    visibility: visible;
}
.product-info h3{
    text-align: center;
    font-size: 1.1em;
    margin: 10px 0 10px;
    height: 44px;
    overflow: hidden;
}
.product-info .price{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #cb8161;
    font-weight: 400;
}
.product-thumb .buttons{
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 9;
    width: 45px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-thumb .buttons a{
    display: block;
    text-align: center;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.product-thumb .buttons a.added_to_cart{
    font-size: 0;
}
.product-thumb .buttons a.added_to_cart:before{
    content: "\f217";
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 45px;
    font-size: 20px;
}
.product-thumb .buttons a:hover{
    background: #cb8161;
    color: #fff;
    border-color: #cb8161;
}
.product-thumb .buttons a i{
    line-height: 45px;
    font-size: 1.3em;
}
.product-thumb .buttons>* {
    margin-bottom:5px;
    -webkit-transform:rotateY(-90deg);
    transform:rotateY(-90deg);
    transform-origin:100% 50%;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    opacity:0;
    visibility:hidden
}
.product-thumb .buttons>:nth-child(2) {
    transition-delay:.1s
}
.product-thumb .buttons>:nth-child(3) {
    transition-delay:.2s
}
.product-thumb:hover .buttons>*{
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
    -webkit-transform:rotateY(0deg);
}
.product-list{
    overflow: hidden;
    margin-bottom: 25px;
}
.plist-4{
    margin: 25px 0;
}
.plist-4 .item-product{
    width: 23.5% !important;
    margin-right: 2%;
}
.plist-4 .item-product:nth-child(4n){
    margin-right: 0;
}
.product-list .item-product{
    width: 31.333%;
    float: left;
    margin-right: 3%;
    margin-bottom: 25px;
}
.product-col4 .item-product{
    width: 23.5%;
    margin-right: 2%;
}
.product-col4 .item-product:nth-child(4n){
    margin-right: 0;
}
.product-list .item-product:nth-child(3n){
    margin-right: 0;
}
.woocommerce-products-header{
    display: none;
}
.phead{
    overflow: hidden;
}
.widget_search{
    overflow: hidden;
}
.widget_search #s,
.widget_product_search .search-field{
    width: calc(100% - 85px);
    float: left;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
}
#searchsubmit,
.widget_product_search button{
    width: 80px;
    text-align: center;
    border: 0;
    background: var(--font_color);
    color: var(--font_hover);
    float: right;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
}
.widget_product_search .woocommerce-product-search{
    margin: 20px 0;
}
.mini_cart_item span.quantity{
    position: absolute;
    bottom: 10px;
}
.mini_cart_item span.quantity span.amount{
    bottom: 0 !important;
}
.woocommerce-mini-cart__buttons a.button{
    background-color:#cb8161 !important;
    color: #fff  !important;
}
.woocommerce-mini-cart__buttons a.button.checkout{
    background-color:#ff0859 !important;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove{
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    display: block !important;
    line-height: 18px;
}
.coupon .input-text{
    height: 32px;
    min-width: 150px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
    width: 150px !important;
}
.wc-proceed-to-checkout a.checkout-button,
#place_order,
.woocommerce-form-coupon button.button{
    background-color:#cb8161 !important;
    color: #fff  !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100% !important;
}
.shop_table .product-remove a.remove{
    line-height: 18px;
}
.woocommerce table.shop_table td{
    font-size: 1.1em;
}
.woocommerce-checkout input{
    height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    border:2px solid #e1e1e1;
}
.woocommerce-checkout textarea{
    min-height: 100px;
    padding: 10px;
    border-radius: 3px;
    border:2px solid #e1e1e1;
}
.woocommerce-checkout input:focus{
    border-color: #cb8161;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
    height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    border:2px solid #e1e1e1;
}
a.showcoupon{
    color: #ff0859;
}
.coupon button.button,
button[name="update_cart"],
.comment-form #submit,
.woocommerce table.my_account_orders .button,
.woocommerce-Button,
.return-to-shop a.button,
.tinvwl-break-checkbox,
.tinvwl-to-right button{
    background-color:#000 !important;
    color: #fff  !important;
    border-radius: 0 !important;
    font-size: 0.8em !important;
    height: 32px  !important;
    line-height: 32px  !important;
    padding: 0 20px !important;
}
.coupon button.button:hover,
button[name="update_cart"]:hover,
.comment-form #submit:hover,
.woocommerce table.my_account_orders .button:hover,
.woocommerce-Button:hover,
.return-to-shop a.button:hover,
.tinvwl-break-checkbox:hover,
.tinvwl-to-right button:hover{
    background-color:#cb8161 !important;
}
.woocommerce-cart .cart-collaterals {
    background: #f6f6f6;
    padding-bottom: 15px;
    max-width: 370px;
    margin-left: auto;
}
.woocommerce-cart .cart-collaterals h2{
    font-size: 16px;
    color: #000;
    padding: 15px 30px 11px;
    background: #e9e9e9;
    margin: 0;
    line-height: 1.8;
    border-bottom: 0;
}
.woocommerce-cart .cart_totals table{
    border: 0  !important;
}
.woocommerce-cart .cart_totals table tr td,
.woocommerce-cart .cart_totals table tr th{
    padding: 15px;
    text-align: center;
}
.cart_totals .wc-proceed-to-checkout {
    padding: 15px 30px !important;
}
.cart_totals .wc-proceed-to-checkout a{
    margin-bottom: 0 !important;
    background: #000 !important;
    color: #fff !important;
}
.woo-content{
    width: 66.6666%;
    float: left;
}
.woo-sidebar{
    width: 30%;
    float: right;
}
.woocommerce-page-header {
    margin: 50px 0 80px;
}
.woocommerce-page-header ul {
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
}
.woocommerce-page-header ul li {
    display: inline-block;
    margin: 0 20px;
    font-size: 25px;
    font-weight: 400;
    font-family: Lato,sans-serif;
}
.woocommerce-page-header ul li a {
    display: inline-block;
    position: relative;
    color: #868686;
    padding-bottom: 5px;
}
.woocommerce-page-header ul li.active a, .woocommerce-page-header ul li:hover a {
    color: #000;
}
.woocommerce-page-header ul li a:before {
    content: "";
    width: 0;
    height: 2px;
    background: #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: -1px;
}
.woocommerce-page-header ul li.active a:before, .woocommerce-page-header ul li:hover a:before {
    width: 100%;
}
.page-detail{
    overflow: hidden;
}
.woocommerce-privacy-policy-text p{
    font-size: 13px;
}
.payment_methods li{
    cursor: pointer;
}
.payment_methods li input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px !important;
}
.payment_methods li label{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.single-section{
    background-color: #fff;
    padding: 40px 0;
}
.single-header{
    overflow: hidden;
}
.single-thumbs{
    width: 33.3333%;
    float: left;
}
.single-thumbs .thumb img{
    width: 100%;
}
.single-thumbs .gallery{
    position: relative;
}
#product-thumbs{
    margin-top: 15px;
}
#product-thumbs ul.slides li{    
    margin-right: 10px;
    margin-bottom: 15px;
    border: 1px solid hsla(0,0%,61%,.25);
    cursor: pointer;
}
#product-thumbs ul li:nth-child(4n){
    margin-right: 0;
}
#product-thumbs ul.slides li.flex-active-slide,
#product-thumbs ul.slides li:hover{
    border-color: #000;
}
.single-info{
    width: 63.6666%;
    float: right;
}
.single-info h1{
    font-weight: 500;
    text-transform: capitalize;
    margin: 18px 0;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    word-break: break-word;
    display: block;
}
.single-info p.price{
    margin: 15px 0;
    color: #cb8161;
    font-size: 22px;
    display: block;
    vertical-align: middle;
    font-weight: 400;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.single-info h1 span#qcode{
    float: right;
    display: block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.single-info>span.price{
    overflow: hidden;
    line-height: 40px;
    display: block;
}
.single-info>span.price .amount{
    color: #0073aa;
}
.single-info>span.price .td{
    display: block;
    width: 55px;
    float: left;
}
.single-info>span.price ins{
    float: left;
    text-decoration: none;
    color: #d00;
    font-size:30px;
    text-align: left;
    font-weight: 700;
}
.single-info>span.price del{
    color: #767676;
    text-decoration: line-through;
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
}
.product_meta{
    margin: 20px 0;
}
.single-middle{
    margin: 25px 0;
    padding: 30px 0 40px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.single-tabs{
    position: relative;
    overflow: unset;
    margin: 0;
    text-align: center;
}
.single-tabs>li{
    padding: 0;
    border: 0;
    margin: 5px 20px;
    box-shadow: unset;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    padding: 0 0 5px;
    border: 0;
    font-family: Lato,sans-serif;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.single-tabs>li.active, .single-tabs>li:hover {
    background: 0 0;
}
.single-tabs>li.active, .single-tabs>li:hover{
    color: #000;
}
.single-tabs>li:before {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 2px;
    background: #000;
}
.single-tabs>li.active:before,
.single-tabs>li:hover:before{
    width: 100%;
}
.single-tabcontent{
    display: none;
    padding: 20px 0;
}
.single-tabcontent .woocommerce-Reviews-title{
    display: none;
}
.comment-form-rating label,.comment-form-comment label{
    line-height: 30px;
}
.comment-form-rating p.stars a{
    font-size: 1.5em;
}
.comment-form-rating p.stars:hover a,
.comment-form-rating p.stars.selected a.active{
    color: #92c32c;
}
.comment-form-comment #comment{
    padding: 5px 10px;
    border-radius: 5px;
}
.single-tabcontents .active{
    display: block;
}
.single-info .quantity-button{
    display: flex;
    flex: 1;
    margin: 5px 10px 5px 0;
}
.single-info .quantity,.quantity{
    margin: 0;
    border: 2px solid #b5b5b5 !important;
    height: 50px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
}
.single-info .quantity label,
.quantity label{
    display: none !important
}
.single-info .quantity button.minus,
.quantity button.minus{
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    font-size: 2.4em;
    cursor: pointer;
    border: 0;
    background: transparent;
    color: #868686;
    display: flex;
    align-items: center;
    justify-content: center
}
.single-info .quantity button.plus,
.quantity button.plus{
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    font-size: 2em;
    border: 0;
    background: transparent;
    color: #868686;
    display: flex;
    align-items: center;
    justify-content: center
}
.single-info .qty,
.quantity .qty{
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 125px !important;
    border: 0;
    height: 46px;
    text-align: center !important;
    padding: 0 38px;
    font-size: 18px;
    font-weight: 500;
}
.single-info .screen-reader-text,
.quantity .screen-reader-text{
    width: 75px;
    display: inline-block;
    height: 40px;
    position: relative !important;
    line-height: 40px;
    vertical-align: middle;
}
.woocommerce-product-details__short-description{
    margin-bottom: 13px;
    padding-bottom: 15px;
}
.single-info button.single_add_to_cart_button{
    transition: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    background: rgba(0,0,0,.75) !important;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    flex: 1;
    margin: 0;
    white-space: nowrap;
    max-width: 150px;
}
.single-info button.single_add_to_cart_button:hover{
    background: #cb8161 !important;
}
.social-share a{
    margin: 0 5px;
}
.crumb{
    display: block;
    line-height: 20px;
    margin: 10px 0;
}
.crumb a{
    display: inline-block;
    vertical-align: middle;
    margin:0 3px;
    line-height: 20px;
}
.crumb span.sep{
    margin:0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.woocommerce .star-rating span::before{
    color: #cb8161;
}
.form-login-register {
    display: none;
    position: absolute;
    top: 100%;
    right: 90px;
    z-index: 9999;
    min-width: 400px;
    text-align: left;
}
.form-login-register.active, .form-login-register.active .remove-form-login-register {
    display: block;
}
.form-login-register .remove-form-login-register {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
}
.form-login-register .box-form-login {
    max-width: 400px;
    background: #fff;
    margin: auto;
    position: absolute;
    overflow: hidden;
    border-top: 2px solid rgb(141,44,109);
    max-height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
}
.form-login-register .box-content {
    position: relative;
    border: 1px solid #e5e5e5;
}
.form-login-register .box-content>div {
    position: relative;
    z-index: 3;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.form-login-register .box-content>div.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.form-login-register .box-content>div>form {
    padding: 30px;
    position: relative;
}
.form-login-register .box-content>div.active .ajax-login {
    display: block !important;
}
.form-login-register .box-form-login .login-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.form-login-register .box-form-login h2 {
    text-align: center;
    position: relative;
    font-size: 19px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    color: #000;
}
.form-login-register .box-form-login .button-next-login, .form-login-register .box-form-login .button-next-reregister {
    background: 0 0;
    border: 0;
    font-size: 16px;
    color: rgb(141,44,109);
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
}
.form-login-register .box-form-login .fcontent .username {
    margin-bottom: 15px;
    position: relative;
}
.form-login-register .box-form-login .fcontent .email, .form-login-register .box-form-login .fcontent .password, .form-login-register .box-form-login .fcontent .username {
    margin-bottom: 15px;
}
.form-login-register .box-form-login .rememberme-lost {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 17px;
    margin-bottom: 10px;
}
.form-login-register .box-form-login label {
    margin: 0 0 5px;
    font-size: 14px;
}
.form-login-register .box-form-login .fcontent .email input, .form-login-register .box-form-login .fcontent .password input, .form-login-register .box-form-login .fcontent .username input {
    padding: 0 20px;
}
.form-login-register .box-form-login .fcontent input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14px;
}
.form-login-register .box-form-login .rememberme-lost .rememberme {
    margin-right: 10px;
    position: relative;
}
.form-login-register .box-form-login .rememberme-lost .rememberme input {
    display: none;
}
.form-login-register .box-form-login .rememberme-lost .inline {
    color: #000;
    font-weight: 500;
    cursor: pointer;
}
.form-login-register .box-form-login .rememberme-lost .lost_password {
    font-weight: 500;
}
.form-login-register .box-form-login .rememberme-lost .lost_password a {
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit{
    background: #000 !important;
    border: 0;
    font-size: 14px !important;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .1em;
    font-family: Lato,sans-serif;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    color: #fff !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 !important;
}
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover{
    background: #cb8161  !important;
}
.form-login-register .box-content .form-register {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select {
    border: 1px solid #e5e5e5;
    padding: 0px 12px;;
    background: 0 0;
    border-radius: 3px;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 25% !important;
    background: #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 73% !important;
}
.woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 10px 20px;
    font-size: 1.1em;
    color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    background: #000;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li:hover a{
    background: #666;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button{
    margin: 15px 0;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset{
    padding: 20px;
}
.woocommerce-form-row span em{
    font-size: 12px;
    font-style: normal;
    display: block;
    margin: 5px 0;
    color: #555;
}
.woocommerce-account .woocommerce-MyAccount-content address{
    font-size: 1.1em;
    font-style: normal;
    line-height: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content p a{
    color:#cb8161 ;
}
.woocommerce-info {
    border-top-color: #cb8161 !important;
}
.woocommerce-info::before{
    color:#cb8161 !important;
}
.tinv-wishlist table td, .tinv-wishlist table th{
    text-align: left;
}
#tinvwl_product_actions{
    height: 32px;
}
.product-action button{
    background: #cb8161 !important;
    color: #fff;
}
.product-action button:hover{
    background: #000 !important;
}
.no-sidebar-min-full{
    max-width: 1000px;
    margin: 25px auto;
}
.payment_method_eh_paypal_express label img{
    display: none;
}
.other-infos{
    margin: 10px 0;
}
.other-info{
    margin-bottom: 20px;
}
.other-info h5{
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    font-weight: normal;
    font-size: 1em;
}
.other-info h5 i{
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}
.other-info .txt{

}
.other-info .txt li{
    display: block;
    position: relative;
    padding-left: 15px;
}
.other-info .txt li:before{
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 25px;
    width: 10px;
    height: 10px;
    line-height: 20px;
}
.form-section{
    padding: 10px 0;
    background: #f5f5f5;
}
/* ==========================================================================
   Other model style
   ========================================================================== */
.share-box{
    overflow: hidden;
    margin: 20px 0;
}
.share-box .bdsharebuttonbox{
    float: left;
}
.share-box .bdsharebuttonbox a {
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin-left: 5px;
}
.share-box .bds_more {background:url(images/fenxiang.gif) no-repeat 0px 0px;}
.share-box .bds_sqq {background:url(images/fenxiang.gif) no-repeat -31px 0px;}
.share-box .bds_weixin {background:url(images/fenxiang.gif) no-repeat -62px 0px;}
.share-box .bds_tsina {background:url(images/fenxiang.gif) no-repeat -93px 0px;}
.share-box .bds_qzone {background:url(images/fenxiang.gif) no-repeat -124px 0px;}
.share-box .bds_tqq {background:url(images/fenxiang.gif) no-repeat -155px 0px;}
.share-box .bds_renren {background:url(images/fenxiang.gif) no-repeat -186px 0px;}
.share-box .bds_tieba {background:url(images/fenxiang.gif) no-repeat -217px 0px;}
.share-box .bds_isohu {background:url(images/fenxiang.gif) no-repeat -279px 0px;}
.share-box .bds_douban {background:url(images/fenxiang.gif) no-repeat -248px 0px;}
.share-box .bds_h163 {background:url(images/fenxiang.gif) no-repeat -310px 0px;}
.share-box .bds_ty {background:url(images/fenxiang.gif) no-repeat -343px 0px;}
.share-box .bds_tqf {background:url(images/fenxiang.gif) no-repeat -374px 0px;}
.share-box a.bds_more:hover {background-position:0px -24px;}
.share-box a.bds_sqq:hover {background-position:-31px -24px;}
.share-box a.bds_weixin:hover {background-position:-62px -24px;}
.share-box a.bds_tsina:hover {background-position:-93px -24px;}
.share-box a.bds_qzone:hover {background-position:-124px -24px;}
.share-box a.bds_tqq:hover {background-position:-155px -24px;}
.share-box a.bds_renren:hover {background-position:-186px -24px;}
.share-box a.bds_tieba:hover {background-position:-217px -24px;}
.share-box a.bds_isohu:hover {background-position:-279px -24px;}
.share-box a.bds_douban:hover {background-position:-248px -24px;}
.share-box a.bds_h163:hover{background-position:-310px -24px;}
.share-box a.bds_ty:hover {background-position:-343px -24px;}
.share-box a.bds_tqf:hover {background-position:-374px -24px;}
.p-comments{display: none;width: 1200px;margin: 0 auto}
/* ==========================================================================
   English version style:
   ========================================================================== */ 
#lang-en .call-left h3{
    font-size: 2.5em;
}
#lang-en .call-des{
    font-size: 1.2em;
    max-width: 380px;
}
#lang-en{
    font-family: Lato,sans-serif;
}
#lang-en h1,
#lang-en h2,
#lang-en h3,
#lang-en h4,
#lang-en h5,
#lang-en h6{
    font-family: Lato,sans-serif;
    letter-spacing: 0;
}
#lang-en .home-process .hp01 span{
    text-indent: 50px;
}
#lang-en .home-process .hp03 span{
    text-indent: 80px;
}
#lang-en .home-process .hp04 span{
    text-indent: 80px;
}
#lang-en .btn-inner a{
    letter-spacing: 0;
    text-transform: capitalize;
}
#lang-en .home-swipe-type .subtit{
    max-height: 85px;
    overflow: hidden;
}
#lang-en .over .tit{
    font-size: 2.6em;
}   
/* ==========================================================================
   Default comments style:
   ========================================================================== */    
.post-comments{
    width: 100%;
    margin: 0 auto;
}
.comments-body{
    width: 100%;
    overflow: hidden;
}
.comments-body p{
    font-size: 1.0rem;
    margin-bottom: 10px;
    line-height: 20px;
}
.comments-body h3{
    font-size: 1.2rem;
    font-weight: bolder;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 10px 0px;
}
.comments-body ol.commentlist li{
    padding: 5px 0px;
    border-bottom: 1px solid rgb(225, 225, 225);
    margin-bottom: 10px;
    overflow: hidden;
}
.comments-body ol.commentlist li .gravatar{
    width: 10%;
    float: left;
    padding:2%;
}
.comments-body ol.commentlist li .gravatar img{
    border-radius: 50%;
}
.comments-body ol.commentlist li .comment_content{
    float: left;
    width: 85%;
    padding: 5px 0;
}
.comments-body ol.commentlist li .comment_content .comment_author{
    overflow: hidden;
    position: relative;
}
.comment_author .author_name{
    height: 30px;
    line-height: 30px;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 600;
}
.author_name a:hover{
    color: rgba(200,15,51,0.9);
}
.comment_author a.comment-edit-link{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    background: rgba(51, 51, 51, 0.5);
    color: rgb(51, 51, 51);
    font-size: 12px;
    display: none;
}
.comments-body ol.commentlist li .comment_content:hover .comment_author a.comment-edit-link{
    display: block;
}
.comment_author a.comment-edit-link:hover{
    color: rgb(255,255,255);
    background: rgba(200, 15, 51, 0.9);
}
.reply{
    position: relative;
    height: 25px;
}
.reply a{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    background: #d33f5c;
    color: #fff;
    font-size: 12px;
}
.comments-body ol.commentlist li ul.children{
    width: 100%;
    border-top: 1px solid rgb(238, 238, 238);
    margin: 5px 0px;
}
.comments-body ol.commentlist li ul.children li{
    width: 90%;
    margin-left: 10%;
}
#commentform ul li label{
    display: none;
}
#commentform ul li.comment-note{
    padding: 5px;
    background: rgb(225, 225, 225);
    height: 25px;
    line-height: 25px;
    position: relative;
}
#commentform ul li.comment-note a{
    font-weight: 600;
    padding: 0px 5px;
}
#commentform ul li.comment-note a:hover{
    color: rgba(200,15,51,0.9);
}
#commentform ul li.comment-note a.comment-logout{
    position: absolute;
    right: 0;
}
#commentform ul li.comment-name,
#commentform ul li.comment-email{
    display: inline-block;
    width: 32.3333%;    
    height: 40px;
}
#commentform ul li.comment-website{
    display: inline-block;
    width: 32.3333%;
    height: 40px;
}
#commentform ul li.comment-name input,
#commentform ul li.comment-email input,
#commentform ul li.comment-website input{
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
    border:1px solid rgb(225,225,225);
    color: rgb(170,170,170);
    background: rgb(255,255,255);
}
#commentform ul li.comment-message{
    width: 100%;
    margin: 10px 0;
}
#commentform ul li.comment-message textarea{
    width: 96.8%;
    padding: 10px;
    border:1px solid rgb(225,225,225);
    color: rgb(170,170,170);
    background: rgb(255,255,255);
}
#commentform ul li.comment-submit{
    margin: 10px 0;
}
#commentform ul li.comment-submit a.button{
    display: block;
    width: 120px;
    padding: 10px 15px;
    background: #28a7e1;
    color: #fff;
    text-align: center;
}
#commentform ul li.comment-submit a.button:hover{
    background: rgba(200,15,51,0.8);
    color: rgb(255,255,255);
}
/*Mobile Css*/
.mobile-header {
    position: relative;
    min-height: 60px;
    background: #fff;
    align-items: center;
}
.mobile-logo {
    width: 60%;
    float: left;
    margin-left: 2%;
}
.mobile-logo a{
    display: block;
    margin: 10px 0;
}
.mobile-logo a img {
    height: 40px;
}
.mobile-btn {
    width: 10%;
    float: right;
    margin: 10px 2% 10px 10px;
    height: 100%;
    cursor: pointer;
}
.mobile-btn span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
.mobile-btn span i {
    line-height: 40px;
    font-size: 24px;
}
.mobile-nav {
    display: none;
    position: fixed;
    left: 0;
    width: 0%;
    top: 0;
    background: #666;
    z-index: 9999;
    height: 0%;
    overflow-y: scroll;
}
.mobile-nav:before{
    content: "\f00d";
    position: absolute;
    right: 0;
    top: 0;
    font: normal normal normal 22px/1 FontAwesome;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.mobile-nav>ul {
    margin: 100px 0 0 0;
}
.mobile-nav>ul>li {
    margin: 20px 30px;
}
.mobile-nav>ul>li>a {
    font-size: 18px;
    color: #f9f9f9
}
.mobile-nav>ul>li>ul.sub-menu{
    margin: 10px 0;
}
.mobile-nav>ul>li>ul.sub-menu>li{
    margin: 5px 10px;
}
.mobile-nav>ul>li>ul.sub-menu>li>a{
    font-size: 14px;
    color: #f9f9f9;
}
.mobile-header {
    display: none;
}
.mobile-page{
    width: 100%;
}
.mobile-search{
    display: none;
    padding: 10px;
    background: #999;
}
.mobile-search-btn{
    margin: 10px 0;
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.mobile-search-btn i{
    font-size: 24px;
    line-height: 40px;
}
.mobilefixed{
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
}
.footer-share a {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    color: #cb8161;
    border-radius: 50%;
}
.footer-share a i {
    line-height: 40px;
}
.product-thumb .buttons span.tinvwl_add_to_wishlist-text{
    font-size: 0;
    display: none;
}
.product-thumb .buttons a.tinvwl_add_to_wishlist_button:before{
    margin-right: 0 !important;
    line-height: 45px;
    font-size: 1.7em !important;
    width: 45px !important;
}
/* ==========================================================================
   Media < 640px style:
   ========================================================================== */
@media screen and  (min-width:320px) and (max-width: 767px) {
    h1{font-size: 1.5em;}
    h2{font-size: 1.3em;}
    h3{font-size: 1.1em;}
    h4{font-size: 1.1em;}
    h5{font-size: 1em;}
    h6{font-size: 0.9em;}
    .m_nav_active{display: block;}
    .main-content,.header-content,.nav-content{width:96%;}
    .header-inner{display: none;}
    .mobile-header{display: block;background: var(--main_color);color: var(--font_hover);}
    .top{height: 30px;left: 0}
    .top-right{width: 30%}
    .top-left{width: 70%}
    .top-left .slogan{display: none;}
    .top-left>a{font-size: 12px;width: 50%;line-height: 30px;height: 30px;padding: 0 5px;letter-spacing: -1px;}
    .section-title h3{font-size: 1.5em}
    .page-banner{height: 150px;}
    .downs a{font-size: 1em;}
    .page-title{font-size: 1.3em}
    .page-contact .map{width: 100%;float: left;margin-top: 2em;}
    .page-contact .form{width: 100%;float: right;}
    /*Page*/
    .gals{gap:0 20px;}
    .gals a{width:100%;}
    /*BLOG*/
    .home-news{gap:0 20px;}
    .home-news-item{width: 100%;}
    .blogitem .thumb a img{height: 240px;}
    .content{width: 100%;margin: 20px 0;}
    .blog-item{width: 100%;margin-right: unset;}
    .sidebar{width: 100%;margin: 20px 0;}
    /**/
    .abpages{gap:0 20px;}
    .abpage{width: 100%}
    /**/
    .footer-inner{gap:0 20px;flex-wrap: wrap;}
    .footer-col{width: 100%;}
    .widget ul{display: flex;flex-direction: row;flex-wrap: wrap;gap: 0 10px;margin-bottom: 15px;}
    .widget ul li{margin: 5px 0;}
    .copyright{line-height: 15px;}
    .copyright .copy,.copyright .keys{max-width: 100%;text-align: center;width: 100%;}
    /*Product*/
    .pro-cats{gap:0 20px;}
    .pro-cat-page{width: 100%;margin-bottom: 20px;}
    .cat-highlights{gap:0 30px;}
    .cat-light{width: 100%}
    .cat-light .thumb{width: 40%;}
    .cat-light .info{width: 56%;}
    .cat-products-list{gap:0 20px;}
    .products-item{width: 100%;}
    .product-box .thumb{width: 100%}
    .product-box .info{width: 100%;margin: 20px 0;}
    /*SLIDER*/
    .home-swipe{height: 480px;}
    .btn-inner a{margin: 10px auto;padding: 5px 15px;font-size: 13px;}
    .home-swipe.swiper-container-horizontal>.swiper-pagination-bullets{width: 100%;bottom: 20px;padding-left: 25px;}
    .home-swipe .swiper-pagination-bullet{width: 25px;height: 7px;border-radius: 3px;}
    .over{padding: 50px 10px;width: 100%;min-width: 100%;min-height: 320px;}
    .over .icon{bottom: 8px;font-size: 12px;}
    .over .tit{font-size: 1.8em;}
    .over .subtit{font-size: 1.1em;}
    .s_style1 .over{margin: 20px auto 20px 0;height: 200px;width: 100%;}
    .s_style2 .over{margin: 20px auto 20px 0;height: 200px;width: 100%;}
    .s_style3 .over{margin: 20px auto 20px 0;height: 200px;width: 100%;}
    .s_style1 .over .subtit{margin: 0 auto 0 0;}
    .s_style3 .over .subtit{margin: 0 0 0 auto;}
    .home-section-quick .quick-cats{flex-direction: row;flex-wrap: wrap;margin-left: unset;}
    .home-section-quick .quick-cats a{width: calc(50% - 20px)}
    .home-section-quick .section-title{font-size: 1em;margin-bottom: 10px}
    .pro-cat{width: 100%;margin-bottom: 20px;}
    .fea{flex-wrap: wrap;}
    .fea .thumb{width: 100%;}
    .fea .info{width: 100%;padding: 2em 1em 2em;}
    .feas .fea:nth-child(even) .info {text-align: left;order: 1;}
    .swiper-pagination-bullets{bottom: 7.5px !important;}
    /*******************/
    .home-swipe .thumbbg{height: 480px}
    .home-swipe .thumbbg:before{padding-top: 100%}
    .over_middle .btn-inner{bottom: 20px;left: 5%;}
    .over_left .btn-inner{padding: 0 10px;}
    .over_left .btn-inner a.btn-get{min-width: 100px}
    .btn2_txt{background: rgba(235, 240, 244, 0.95);padding: 5px 10px 5px 40px;border-radius: 10px;min-width: 170px;}
    .btn2_txt i{font-size: 32px !important;top: 7px;}
    .btn-inner a.btn-get{font-size: 14px;margin: 10px auto;padding: 5px 0px;min-width: 160px;}
    .btn-inner a.btn-txt{font-size: 14px;margin-left: 10px;}
    .over_left .over{padding: 50px 30px;}
    .sub_paras .spe{margin: 10px 10px;}
    .over_left .homeslider-over{width: 100%;background: rgba(235, 240, 244, 0.45);}
    .home-about{flex-direction: column;}
    .hb-imgs{width: 100%;margin-right: 0;min-height: 350px;}
    .hb-img{width: 225px;height: 225px}
    .hb-txt{width: 100%;margin-top: 30px;}
    .home-calltoaction{flex-direction: column;}
    .home-calltoaction p{width: 80%;margin: 0 10% 20px;text-align: center;}
    .home-contact{max-width: 100%;flex-direction: column;}
    .home-contact .map{width: 100%;margin-right: 0;order:1}
    .foot-wechat{text-align: center;}
    .top-left>a.email{display: none;}
    .top-left>a.qcode{display: none;}
    .top-left>a>i{line-height: 30px;font-size: 14px;margin-right: 5px;}
    .top-right>a{line-height: 30px;font-size: 12px;padding: 0}
    .top-right>a>i{line-height: 30px;font-size: 14px;margin-right: 5px;}
    .top-right>a i.fa-angle-down{margin-left: 5px}
    ul.langs{top: 25px}
    ul.langs>li>a{padding: 5px 15px}
    .pb-imgs{height: auto;flex-direction: column;}
    .pb-imgs-left{width: 100%;margin-right: 0;margin-bottom: 20px}
    .pb-imgs-middle{width: 100%;margin-bottom: 20px}
    .pb-imgs-middle .pb-img{height: 300px}
    .pb-imgs-right{width: 100%;margin-left: 0;}
    .service-des-con{flex-direction: column;}
    .service-des-con .img{width: 100%;margin-left: 0;}
    .icons-list2{flex-direction: column;}
    .icons-list2-box{width: calc(100% - 10px)}
    .case-post-con{flex-direction: column;}
    .case-post-con .text{width: 100%;height: auto;margin: 0}
    .case-post-con .thumb{width: 100%;height: auto;}
    .case-posts .case-post:nth-child(2n+3) .text{margin: 0}
    .case-posts .case-post:nth-child(2n+3) .thumb{order: 0}
    .faq-post .q{padding-right: 30px}
    .service-icons .main-content{overflow:scroll;}
    .icons-list{overflow-x: scroll;width: 1280px}
    .icons-list-tip{display: block;}
    a.clabel{font-size: 14px}
    .btn-inner a.btn-get i{margin-left: 5px}
    .btn-inner a.btn-txt i{margin-right: 5px}
}
@media screen and  (min-width:768px) and (max-width: 1199px){
	h1{font-size: 1.5em;}
    h2{font-size: 1.3em;}
    h3{font-size: 1.1em;}
    h4{font-size: 1.1em;}
    h5{font-size: 1em;}
    h6{font-size: 0.9em;}
    .m_nav_active{display: block;}
    .main-content,.header-content,.nav-content{width:96%;}
    .header-inner{display: none;}
    .mobile-header{display: block;background: var(--main_color);color: var(--font_hover);}
    .top{height: 30px;left: 0}
    .top-right{width: 30%}
    .top-left{width: 70%}
    .top-left .slogan{display: none;}
    .top-left>a{font-size: 14px;line-height: 30px;height: 30px;padding: 0 5px;letter-spacing: -0.5px;}
    .section-title h3{font-size: 1.5em}
    .page-banner{height: 150px;}
    .downs a{font-size: 1em;}
    .page-title{font-size: 1.3em}
    .page-contact .map{width: 100%;float: left;margin-top: 2em;}
    .page-contact .form{width: 100%;float: right;}
    /*Page*/
    .gals{gap:0 20px;}
    .gals a{width:100%;}
    /*BLOG*/
    .home-news{gap:0 20px;}
    .home-news-item{width: 100%;}
    .blogitem .thumb a img{height: 240px;}
    .content{width: 100%;margin: 20px 0;}
    .blog-item{width: 100%;margin-right: unset;}
    .sidebar{width: 100%;margin: 20px 0;}
    /**/
    .abpages{gap:0 20px;}
    .abpage{width: 100%}
    /**/
    .footer-inner{gap:0 20px;flex-wrap: wrap;}
    .footer-col{width: 100%;}
    .widget ul{display: flex;flex-direction: row;flex-wrap: wrap;gap: 0 10px;margin-bottom: 15px;}
    .widget ul li{margin: 5px 0;}
    .copyright{line-height: 15px;}
    .copyright .copy,.copyright .keys{max-width: 100%;text-align: center;width: 100%;}
    /*Product*/
    .pro-cats{gap:0 20px;}
    .pro-cat-page{width: 100%;margin-bottom: 20px;}
    .cat-highlights{gap:0 30px;}
    .cat-light{width: 100%}
    .cat-light .thumb{width: 40%;}
    .cat-light .info{width: 56%;}
    .cat-products-list{gap:0 20px;}
    .products-item{width: 100%;}
    .product-box .thumb{width: 100%}
    .product-box .info{width: 100%;margin: 20px 0;}
    /*SLIDER*/
    .home-swipe{height: 480px;}
    .btn-inner a{margin: 10px auto;padding: 5px 15px;font-size: 13px;}
    .home-swipe.swiper-container-horizontal>.swiper-pagination-bullets{width: 100%;bottom: 20px;padding-left: 25px;}
    .home-swipe .swiper-pagination-bullet{width: 25px;height: 7px;border-radius: 3px;}
    .over{padding: 50px 10px;width: 100%;min-width: 100%;min-height: 320px;}
    .over .icon{bottom: 8px;font-size: 12px;}
    .over .tit{font-size: 1.8em;}
    .over .subtit{font-size: 1em;}
    .s_style1 .over{margin: 20px auto 20px 0;height: 200px;width: 100%;}
    .s_style2 .over{margin: 20px auto 20px 0;height: 200px;width: 100%;}
    .s_style3 .over{margin: 20px auto 20px 0;height: 200px;width: 100%;}
    .s_style1 .over .subtit{margin: 0 auto 0 0;}
    .s_style3 .over .subtit{margin: 0 0 0 auto;}
    .home-section-quick .quick-cats{flex-direction: row;flex-wrap: wrap;margin-left: unset;}
    .home-section-quick .quick-cats a{width: calc(50% - 20px)}
    .home-section-quick .section-title{font-size: 1em;margin-bottom: 10px}
    .pro-cat{width: 100%;margin-bottom: 20px;}
    .fea{flex-wrap: wrap;}
    .fea .thumb{width: 100%;}
    .fea .info{width: 100%;padding: 2em 1em 2em;}
    .feas .fea:nth-child(even) .info {text-align: left;order: 1;}
    .swiper-pagination-bullets{bottom: 7.5px !important;}
    /*******************/
    .home-swipe .thumbbg{height: 480px}
    .home-swipe .thumbbg:before{padding-top: 100%}
    .over_middle .btn-inner{bottom: 20px;left: 35%;}
    .over_left .btn-inner{padding: 0 50% 0 0%;}
    .over_left .btn-inner a.btn-get{min-width: 100px}
    .btn2_txt{background: rgba(235, 240, 244, 0.95);padding: 5px 10px 5px 40px;border-radius: 10px;min-width: 170px;}
    .btn2_txt i{font-size: 32px !important;top: 7px;}
    .btn-inner a.btn-get{font-size: 14px;margin: 10px auto;padding: 5px 0px;min-width: 160px;}
    .btn-inner a.btn-txt{font-size: 14px;margin-left: 10px;}
    .over_left .over{padding: 50px 10px;}
    .sub_paras .spe{margin: 10px 10px;}
    .over_left .homeslider-over{width: 100%;background: rgba(235, 240, 244, 0.45);}
    .home-about{flex-direction: column;}
    .hb-imgs{width: 100%;margin-right: 0;min-height: 350px;}
    .hb-img{}
    .hb-txt{width: 100%;margin-top: 30px;}
    .home-calltoaction{flex-direction: column;}
    .home-calltoaction p{width: 80%;margin: 0 10% 20px;text-align: center;}
    .home-contact{max-width: 100%;flex-direction: column;}
    .home-contact .map{width: 100%;margin-right: 0;order:1}
    .foot-wechat{text-align: center;}
    .top-left>a>i{line-height: 30px;font-size: 14px;margin-right: 5px;}
    .top-right>a{line-height: 30px}
    .top-right>a>i{line-height: 30px;font-size: 14px;margin-right: 5px;}
    .top-right>a i.fa-angle-down{margin-left: 5px}
    ul.langs{top: 25px}
    ul.langs>li>a{padding: 5px 15px}
    .pb-imgs{height: auto;flex-direction: column;}
    .pb-imgs-left{width: 100%;margin-right: 0;margin-bottom: 20px}
    .pb-imgs-middle{width: 100%;margin-bottom: 20px}
    .pb-imgs-middle .pb-img{height: 300px}
    .pb-imgs-right{width: 100%;margin-left: 0;}
    .service-des-con{flex-direction: column;}
    .service-des-con .img{width: 100%;margin-left: 0;}
    .icons-list2{flex-direction: column;}
    .icons-list2-box{width: calc(100% - 10px)}
    .case-post-con{flex-direction: column;}
    .case-post-con .text{width: 100%;height: auto;margin: 0}
    .case-post-con .thumb{width: 100%;height: auto;}
    .case-posts .case-post:nth-child(2n+3) .text{margin: 0}
    .case-posts .case-post:nth-child(2n+3) .thumb{order: 0}
    .faq-post .q{padding-right: 30px}
    .service-icons .main-content{overflow:scroll;}
    .icons-list{overflow-x: scroll;width: 1280px}
    .icons-list-tip{display: block;}
    a.clabel{font-size: 14px}
}
@media screen and  (min-width:1200px) and (max-width: 1599px){
    .icons-list-icons:before{width: calc(100% - 220px);}
    .footer-col2{padding:0 5%}
    .case-post-con .text{width: 50%}
}
@media screen and  (min-width:1600px){
    .main-content,.nav-content,.header-content{width: 1400px;}
    .awards-section .main-content {width: 1580px;overflow: unset !important;}
}