/*
Theme Name: 元君策AI
Theme URI: https://www.wpyuan.com
Description: 元君策AI
Version: 1.0
Author: DreamC
Author URI: http://www.wpyuan.com
*/
/* ==========================================================================
   Default css class & id styles: opinionated defaults
   ========================================================================== */
@font-face {
    font-family: 'abhaya_libreregular';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/abhayalibre-regular-webfont.eot");
    src: url("fonts/abhayalibre-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/abhayalibre-regular-webfont.svg#abhaya_libreregular") format("svg"),
    url("fonts/abhayalibre-regular-webfont.woff2") format("woff2"),
    url("fonts/abhayalibre-regular-webfont.woff") format("woff"),
    url("fonts/abhayalibre-regular-webfont.ttf") format("truetype")
}
@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: "Arial","Helvetica Neue","Helvetica",sans-serif;
    line-height: 1.4285714;
    color: #333;
    background-color: #fff;
    -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: #424242;
    outline: none;
}
a:hover{
    color: #003366;
}
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: #000;
    font-family: "abhaya_libreregular","Times New Roman",serif;
}
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: #999;
    font-size: 1.2em;
    font-weight: 700;
}
.page_navi a:hover,.page_navi a.current{
    border-bottom:2px solid #d00;
    color:#d00;
}
.page_navi a i{
    font-size: 1.2em;
}
/* ==========================================================================
   Dreamc 2021 theme main styles:
   ========================================================================== */
.main-content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.head-content{
    width: 1200px;
    margin: 0 auto;
}   
.top{
    padding: 0 50px;
    background:#424242;
    color: #fff;
    height: 40px;
    display: flex;
}
.top-left{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-left>div,.top-right>div,
.top-left>a,.top-right>a{
    display: flex;
    padding: 0 15px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
}
.top-left>div:hover,.top-right>div:hover,
.top-left>a:hover,.top-right>a:hover{
    color:#aaa;
}
.top-left>div>i,.top-right>div>i,
.top-left>a>i,.top-right>a>i{
    line-height: 40px;
    font-size: 18px;
    margin-right: 10px;
}
.top-right{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header{
    padding: 0 50px;
    background:#fff
    color: #000;
    height: 120px;
    position: relative;
    z-index: 9999;
}
.headerfixed{
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 4px 8px rgb(25 41 30 / 15%);
    -moz-box-shadow: 0 4px 8px rgba(25,41,30,0.15);
    box-shadow: 0 4px 8px rgb(25 41 30 / 15%);
    background: #fff;
    height: 120px;
}
.headerfixed #nav>li>a{
    color: #000;
}
.headerfixed #nav>li>ul.sub-menu>li>a{
    color: #000;
}
.headerfixed #nav>li>a:hover{
    color: #003366;
}
.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: 300px;
    float: left;
}
.logo a img{
    height:100px;
    margin: 10px 0;
}
.nav{
    float: right;
    width: calc(100% - 320px);
    padding-top: 42px;
}
#nav{
    
}
#nav>li{
    position: relative;
    float: left;
}
#nav>li>a{
    padding: 5px 20px;
    font-size: 18px;
    min-width: 100px;
    display: block;
    text-align: center;
    margin: 0 20px;
    color: #000;
    position: relative;
    border-radius: 15px
}
#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: #000;
    transition: all 0.3s;
}
#nav>li:hover>a{
    color: #003366;
}
#nav>li:hover>a:after,#nav>li.current-menu-item>a:after{
    color: #003366;
}
#nav>li.menu-item-has-children:hover>a:after{
    transform: rotate(90deg);
}
#nav>li>ul.sub-menu{
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    left: 40px;
    top: 35px;
    z-index: 888;
    width: 200px;
    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: #fff;
    background: #003366;
}
.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: #000;
    padding: 30px 0;
}
.footer-inner{
    display: flex;
}
.footer-inner h5{
    color: #fff;
    font-size: 20px;
}
.footer-inner .contact{
    flex: 0 0 20%;
    max-width: 20%;
}
.footer-inner .addr{
    flex: 0 0 30%;
    max-width: 30%;
    padding-top: 30px;
}
.footer-inner .payments{
    flex: 0 0 40%;
    max-width: 40%;
}
span.clabel{
    color: #fff;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 35px;
    position: relative;
    font-size: 16px;
    max-width: 320px;
}
span.clabel i{
    position: absolute;
    left: 5px;
    top: 1px;
    font-size: 18px;
}
span.clabel span{
    max-width: 280px;
    display: block;    
}
.foot-nav{
    flex: 0 0 30%;
    max-width: 30%;
}
.socials{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.socials a{
    font-size: 1.6em;
    color: #fff;
    width: 50px;
    display: block;
}
.copyright{
    background: #000;
    border-top: 1px solid #111;
    color: #999;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    display: flex;
    justify-content: center;
}
.copyright a,
.copyright span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: rgb(61,63,134);
}
.copyright a:hover{
    color: rgb(141,44,109);
}
.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: rgb(142,201,85);
}
.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: 12px;
    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: rgb(112,112,112);
}
.fixed-icons a.tel{
    background: rgb(10,129,196);
}
a.backtop{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #003366;
    z-index: 999;
}
a.backtop i{
    color: #fff;
    line-height: 50px;
    font-size: 24px;
}
/* ==========================================================================
   Homepage : content style
   ========================================================================== */
.image-background{
    min-height: 540px;
    background-size: cover;
    background-position: center;
    background-color: #333;
}
.image-background img{
    width:100%;
}
.video-box {
    position: relative;
    height: 70vh;
    background-color: #C1CFF7;
    overflow: hidden;
}
.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height:540px;
}   
.homeslider-over{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.over{
    width: 50%;
    min-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.over_left{
    margin: 0 auto 0 0;
    text-align: left;
}
.over_right{
    margin: 0 0 0 auto;
    text-align: right;
}
.over .tit {
    font-size: 4em;
    color: #fff;
    text-shadow: 0 1px 1px #003366;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    text-transform: uppercase;
}
.over .tit img.bottom{
    display: inline-block;
    vertical-align: bottom;
    height: 240px;
}
.over .subtit {
    font-size: 2em;
    color: #fff;
    margin-bottom: 40px;
}
.btn-inner a {
    margin: 20px auto;
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
    background: #003366;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: 1px;
    transition: all 0.3s;
    line-height: 30px;
}
.btn-inner a:hover{
    background: #336600;
}
.swiper-pagination-bullets{
    bottom: 30px !important;
}
.swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background: #003366 !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: 50px 0;
}
.home-section-3{
    background: #F6F7F2;
}
.home-section-5{
    background: rgba(201,208,177,0.5);
}
.section-title{    
    text-align: center;
    margin-bottom: 25px;
}
.section-title h3{
    display: inline-block;
    vertical-align: middle;
    font-size: 3em;
    font-weight: 700;
    color: #003366;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-title .tip{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    right: 0;
    color: #777;
}
.section-title p{
    font-size: 1.4em;
    color: #333;
}
.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;
}
.home-section-2{
    background:#F6F7F2 ;
}
.home-section-4{
    background:#E3EFF1;
}
.team-block{
    overflow: hidden;
}
.team-img{
    width: 35%;
    float: left;
}
.team-img img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
.team-des{
    width: 60%;
    float: right;
    font-size: 1.4em;
}
.hasbgcolor .section-title h3{
    color:#0C3126;
}
.contact-des{
    font-size: 1.2em;
    text-align: center;
}
.contact-des p{
    margin-bottom: 0;
}
.girds{
    overflow: hidden;
    padding: 10px 0;
}
.gird{
    width: 30.6666%;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px #ccc;
    border-radius: 5px;
    min-height: 200px;
}
.gird:hover .thumb img{
    transform: scale(1.1);
}
.girds .gird:nth-child(3n){
    margin-right: 0;
}
.gird .thumb{
    text-align: center;
}
.gird .thumb img {
    width: 100px;
    height: 100px;
    margin: 15px auto 0;
    transition: all .3s;
}
.gird .tit{
    padding: 15px 20px;
    text-align: center;
}
.gird .tit span{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: rgb(112,112,112);
}
.gird .des{
    padding: 0px 30px 30px;
    font-size: 15px;
    color: rgb(112,112,112);
}
.feas{
    overflow: hidden;
}
.fea{
    width: 20%;
    margin: 0 2.5%;
    float: left;
    text-align: center;
}
.fea .thumb{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 15px auto;
}
.fea .thumb img{
    width: 80px;
    height: 80px;
}
.fea .tit{
    font-size: 20px;
    color: #fff;
    max-width: 80%;
    margin: 25px auto;
}
.services{
    overflow: hidden;
    padding: 10px 10px;
}
.service{
    width: 31.3333%;
    float: left;
    margin-right: 3%;
    margin-bottom: 35px;
    min-height: 300px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 2px #999;
}
.services .service:nth-child(3n){
    margin-right: 0;
}
.service .tit{
    padding: 15px 20px;
    color: rgb(0,0,0);
    font-size: 1.4em;
    text-align: center;
    font-weight: 700;
    font-family: "abhaya_libreregular","Times New Roman",serif;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.service .thumb{
    text-align: center;
    width: 100%;
    height: 225px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
.service .thumb img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service:hover .thumb{
    display: none;
}
.service:hover .des{
    display: block;
}
.service:hover a.tit{
    color: #0C3126;
}
.service .des{
    transition: all 0.5s;
    border-bottom: 1px solid #eaeaea;
    height:225px ;    
    padding: 20px;
    font-size: 13px;
    color: rgb(112,112,112);
}
.applys-des{
    font-size: 1.4em;
    color: #000;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.note-des{
    font-size: 1.4em;
    color: #000;
}
table{
    border-collapse: collapse;
    min-width: 800px;
}
table, th, td {
    border: 1px solid black;
    font-size: 15px;
    text-align: center;
    padding: 10px;
}
tr:nth-child(1) {
    background-color: #424242;
    font-size: 15px;
    color: #fff;
}
.home-cases{
    overflow: hidden;
}
.home-case{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 50px 0;
}
.home-case:nth-child(odd) .thumb{
    order: 1;
}
.home-case .thumb{
    max-width: 500px;
    margin-right: 5%;
}
.home-case .info{
    padding: 20px 50px;
}
.home-case .info h4{
    font-size: 2.6em;
    font-weight: 700;
}
.home-case .info .des{
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -0.3px;
}
.home-cases .home-case-item:nth-child(2n){
    margin-right: 0;
}
.home-case-item:hover{
    background: #f5f5f5;    
}
.home-case-item:hover .thumb img{    
    opacity: 0.5;
}
.home-case-item:hover .thumb .date,
.home-case-item:hover .title a,
.home-case-item:hover .cats,
.home-case-item:hover .cats a,
.home-case-item:hover a.more{
    color: #000;
}
.home-case-item .thumb{
    height: 225px;
    width: 100%;
    position: relative;
}
.home-case-item .thumb .date{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    font-size: 12px;
    padding: 3px 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.home-case-item .thumb img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.home-case-item .title{    
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    padding: 0 15px;
    line-height: 28px;
}
.home-case-item .title a{
    color: #0C3126;
    font-family: "abhaya_libreregular","Times New Roman",serif;
    font-weight: 700;
}
.home-case-item .title a:hover{
    color: #19291E;
}
.home-case-item .cats a{
    color: #0C3126;
}
.home-case-item .cats a:hover,
.home-case-item a.more:hover{
    color:#19291E;
}
.home-case-item .cats{
    padding: 0 15px;
    font-size: 13px;
    color: #0C3126;
}
.home-case-item a.more{
    float: right;
    font-size: 13px;
    color: #0C3126;
    padding-right: 15px;
    margin: 15px 0;
}
.home-products{
    overflow: hidden;
    padding: 10px;
}
.home-product-item{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px #ccc;
    border-radius: 5px;
    min-height: 820px;
    background: #fff;
    position: relative;
    border-top: 8px solid rgb(43,59,143);
}
.home-products .home-product-item:nth-child(4n){
    margin-right: 0;
}
.home-product-item .thumb{
    text-align: center;
}
.home-product-item .thumb img{
    width:auto;
    height: 120px;
    margin: 25px auto 0;
}
.home-product-item .title{
    padding: 15px 20px;
    color: rgb(35,85,136);
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}
.home-product-item .des{
    padding: 0px 20px 20px;
    font-size: 15px;
    color: rgb(61,63,134);
    font-weight: 300;
    line-height: 35px;
}
.home-product-item .des p{
    text-align: center;
    color: rgb(112,112,112);
    font-size: 1.1em;
}
.home-product-item .des ul{
    
}
.home-product-item .des ul li{
    color: rgb(112,112,112);
    position: relative;
    padding-left: 25px;
}
.home-product-item .des ul li:before{
    content: "";
    position:absolute;
    top: 15px;
    left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(54,144,169);
}
.buttons {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.home-product-item .buttons a.buy,
.home-product-item .buttons a.ajax_add_to_cart{
    margin: 20px auto;
    display: block;
    padding: 12px 30px;
    max-width: 200px;
    text-align: center;
    background: rgb(35,85,136);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 35px;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.home-product-item .buttons a.ajax_add_to_cart{
    background: rgb(63,154,180);
}
.home-product-item .buttons a.buy:hover{
    background: rgba(63,154,180,0.9);
}
.home-product-item .buttons a.ajax_add_to_cart:hover{
    background: rgba(35,85,136,0.9);
}
.buttons .price{
    text-align: center;
    font-size: 2em;
    margin: 20px 0;
    color: rgb(35,85,136);
    font-weight: 700;
}
.buttons .price span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: rgb(112,112,112);
}
.nopadding{
    padding: 0 !important;
}
.partners{
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.partner{
    margin-bottom: 20px;
    align-items: center;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.partner a{
    display: block;
    height: 130px;
    position: relative;
    width: 100%;
}
.partner a:hover{
    border: 1px solid rgb(0,0,0,0.15);
}
.partner a:hover img{
    transform: scale(1.1);
}
.partner a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all .3s;
}
.awards{
    overflow: hidden;
}
.award{
    width: 33.3333%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.award img{
    transition-duration: .3s;
    transition-property: margin-bottom;
}
.ft-tit{
    position: absolute;
    bottom: 15px;
    color: #fff;
}
.award .over{
    margin: 10%;
    width: 80%;
    height: 80%;
    z-index: 33;
    transition: all 0.3s;
    display: none;
    align-items: center;
    justify-content: center;
}
.award .over h4{
    font-size: 2em;
    color: #fff;
}
.award .over .des{
    font-size: 1.3em;
    color: #fff;
}
.home-news{
    padding: 10px 0;
    overflow: hidden;
}
.home-news-item{
    width: 31.333%;
    float: left;
    margin-right: 2%;
    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: 235px;
}
.home-news-item .title{
    padding: 15px 20px;
}
.home-news-item .title a{
    color: #0C3126;
    font-size: 22px;
    font-family: "abhaya_libreregular","Times New Roman",serif;
    font-weight: 700;
}
.home-news-item .title a:hover{
    color: #348F40;
}
.home-news-item .date{
    padding: 0 20px;
    color: #0C3126;
}
.home-news-item .des{
    padding: 10px 20px;
    font-weight: 300;
    font-size: 16px;
    color: #0C3126;
}
.home-news-item .more{
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #0C3126;
    border-bottom: 1px solid #0C3126;
}
.home-news-item .more:hover{
    color: #348F40;
    border-color: #348F40;
}
.home-applys{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 50px 0;
}
.home-apply{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
}
.home-apply h4{
    font-size: 2.6em;
    font-weight: 700;
}
.home-apply .des ul{

}
.home-apply .des ul li{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%2308AA00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 5.8 5.6 5.6L17 1'/%3E%3C/svg%3E");
    background-position: left 13px;
    background-repeat: no-repeat;
    background-size: 15px 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    min-width: 40%;
    padding-left: 27px;
    padding-right: 3%
}
/* ==========================================================================
   archive style :page style
   ========================================================================== */
.page-banner{
    background-repeat: no-repeat;
    height: 240px;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    background-color: #F6F7F2;;
}
.page-banner.pb2{
    text-align: center;
}
.page-banner.pb3{
    text-align: right;
}
.page-banner h1{
    position: relative;
    font-weight: 700;
    font-size: 3em;
    display: inline-block;
    margin-bottom: 0;
    color: #0C3126;
}
.page-banner h3{
    font-size: 1.2em;
    font-weight: 400;
    margin: 20px 0 0;
    color: #0C3126;
}
.page-banner h3 a{    
    color: #0C3126;
    font-family: "Arial","Helvetica Neue","Helvetica",sans-serif;
}
.page-banner h3 a:hover{
    color: #00ae19;
}
.page-banner .subtit{
    color: #0C3126;
    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;
}
.page-content .date{
    margin-bottom: 20px;
    color: rgb(61,63,134);
}
.page-banner .title{
    
}
.page-title{
    font-size: 24px;
    color: rgb(61,63,134);
    margin: 0 0 10px;
}
.page-detail>h2{
    text-align: center;
    background: #cb8161;
    max-width:600px;
    display: block;
    margin: 20px auto;
    font-weight: 700;
    color: #fff;
    padding: 10px;
}
.page-detail>h3{
    padding-left: 10px;
    border-left: 5px solid #cb8161;
    color: #cb8161;
}
.page-detail p{
    font-size: 1.1em;
    color:#000;
    line-height: 1.7;
}
.case-tags{
    color: #336699;
}
.case-tags a{
    color: #333;
}
.case-tags a:hover{
    color: #0073aa;
}
.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-navs{
    overflow: hidden;
}
.page-navs a{
    margin: 20px 0;
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    background: rgb(141,44,109);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.page-navs a:hover{
    background: rgb(86,0,161);
}
.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.4em;
    font-weight: 600;
    border-bottom: 1px solid #777;
    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-des{
    margin: 25px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #eaeaea;
}
.archive-blog{
    overflow: hidden;
    padding: 0 3px;
}
.blog-item{
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 1px #e1e1e1;
    position: relative;
}
.archive-blog .blog-item:nth-child(2n){
    margin-right: 0;
}
.blog-item .thumb{
    padding-bottom: 20px;
    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: 1.3em;
    color: #0C3126;
    padding: 0 20px;
}
.blog-item .title{
    font-size: 1.8em;
    color: #0C3126;
    margin: 10px 0;
    display: block;
    padding: 0 20px;
    font-weight: 700;
    font-family: "abhaya_libreregular","Times New Roman",serif;
}
.blog-item .des{
    margin: 10px 0;
    padding: 0 20px;
    font-size: 1.2em;
    height: 50px;
    color: #0C3126;
    overflow: hidden;
}
.blog-item .more{
    color: #0C3126;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 3px solid #0C3126;
    font-size: 1.4em;
    margin: 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;
}
.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: 35px;
    background: #fff;
    box-shadow: 0 1px 2px #eaeaea;
    border-radius: 10px;
    margin-top: 10px;
}
.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: 100px;
    background: #fff;
    box-shadow: 0 1px 2px #eaeaea;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #eaeaea;
}
.wpcf7-submit{
    padding: 7px 35px;
    background: #003366;
    color: #fff;
    font-size: 1.3em;
    border: 0;
    margin-top: 20px;
    cursor: pointer;
}
.wpcf7-submit:hover{
    background: #041a14;
}
.placeholder{
    display: none;
    color: rgb(117,117,117);
}
.zxform{
    max-width: 600px;
    margin: 30px  auto;
}
.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;
}
/* ==========================================================================
   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;
}
.section-title{
    overflow: hidden;
    margin: 0 auto 40px;
    text-align: center;
}
.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: #0C3126;
    color: #fff;
    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;
    min-height: 400px;
}
.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: #003366;
    align-items: center;
}
.mobile-logo {
    width: 40%;
    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% 0 0;
    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;
}
.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: 40px 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) {
    .header{display: none;}
    .nav{display: none;}
    .main-content{width: 96%}
    .m_nav_active{display: block;}
    .mobile-header{display: block;}
    .langs{width: 100%;justify-content: left;}
    .home-swipe{height: 240px;}
    #lang-en .over .subtit{max-width: 240px;}
    .thumbbg{height: 240px;}
    .btn-inner a{margin: 10px auto;padding: 5px 15px;font-size: 16px;}
    /******************/
    .links{width: 30%;float: right;justify-content: center;align-items: center;margin: 10px;height: 40px;}
    .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 .icon{bottom: 8px;font-size: 12px;}
    .project-header h3{font-size: 1.8em;}
    #lang-en .project-header h3{font-size: 1.2em;}
    .pnav{margin: 10px 20px;}
    #lang-en .pnav{font-size: 14px;}
    .feature-section{padding: 15px 0;background-size: cover;height: 750px;}
    .pcontent{padding: 10px 0;}
    .pcontent .inner{padding: 10px 10px;display: block;}
    .pcontent .info{width: 100%;}
    .pcontent .info h3{font-size: 1.3em;margin: 0.5em 0;}
    .pcontent .info .des{font-size: 1em;}
    .pcontent .imgs{width: 95%;margin: 20px auto;}
    a.shopnow{font-size: 14px;padding: 5px 15px;margin: 10px auto;}
    .home-swipe-type .swiper-pagination-bullet{width: 25px;height: 7px;border-radius: 3px;}
    /*****/
    .product-list .item-product{width: 100%;margin-right: 0;}
    .product-thumb .thumb a{height: 320px;}
    .footer-gird{width: 100%;margin-right: 0;margin-bottom: 15px;}
    .copyright .txt{width: 100%;text-align: center;line-height: 30px;}
    .copyright .payments{width: 100%;}
    .copyright .payments img{height: 25px;margin: 5px auto;display: block;}
    .woocommerce .woocommerce-result-count{margin: 0.5em 0 0;}
    .searchform input{background: #fff;}
    .zxform{width: 100%;}
    .section-title{margin: 25px auto 25px;font-size: 1.6em;width: 80%;}
    h1{font-size: 1.6em;}
    h2{font-size: 1.45em;}
    h3{font-size: 1.3em;}
    h4{font-size: 1.15em;}
    h5{font-size: 1.0em;}
    h6{font-size: 0.85em;}
    .cats-left{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .cats-middle{width: 100%;margin-right: 0;margin-bottom: 20px;height: 460px;}
    .cats-right{width: 100%;}
    .cats-section a.box img{width: 100%;}
    .cats-section a.box span{font-size: 1.15em;}
    .products-section .main-content {width: 100% !important;overflow: hidden !important;}
    .products-swipe {margin: 0 30px !important;}
    /****/
    .g1{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .g2{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .g3{width: 100%;}
    #footnav>li{margin: 10px 10px 10px 0;float: left;}
    /****/
    .page-banner{height: 240px;text-align: center;}
    .page-banner .front{display: none;}
    .page-banner .title{padding-top: 0;}
    .page-banner h1{font-size: 1.8em;letter-spacing: 1px;}
    .page-banner .subtit{font-size: 1.1em;margin-bottom: 10px;}
     /****/
    .project-item{width: 100%;margin-right: 0;}
    .content{width: 100%;margin: 20px 0;}
    .sidebar{width: 100%;}
    .sidebar h5{font-size: 1.2em;}
    .blog-item{width: 100%;margin-right: 0;}
    .blog-item .thumb a.thumbnail{height: 350px;}
    .archive-fea .blog-item outside{left: 0;width: 100px;height: 100px;top: 10px;}
    /******/
    .over .tit{font-size: 1.3em;}
    #lang-en .over .tit{font-size: 1.2em;}
    .over .subtit{font-size: 1.1em;}
    #lang-en .over .subtit{font-size: 1.0em;}
    .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;}
    /******/
    .single-thumbs{width: 100%;margin-bottom: 15px;}
    .single-info{width: 100%;}
    .single-info h1{margin: 10px 0;font-size: 20px;line-height: 35px;}
    .single-tabs>li{font-size: 16px;}
    .woocommerce-page-header ul li{font-size: 16px;}
    .woo-content{width: 100%;}
    .woo-sidebar{width: 100%;}
    .page-banner{background-position: center;}
    .pcontent .imgs img{width: 300px;height: 300px;}
    .cats-middle .line{height: 240px;margin-bottom: 20px;}
    .cats-middle .bottom a.box{height: 200px;}
    .quickview-container .single-thumbs .thumb img{height: auto !important;}
    .quickview-container .single-info{padding: 20px 10px !important;}
    /****************************************************************************/
    .top{padding: 0;}
    .top-left{flex: 0 0 100%;max-width: 100%;}
    .slogan{font-size:11px ;}
    .slider-section,.page-banner{margin-top: 0;}
    .top a{font-size: 0;}
    .top a i{font-size: 18px;margin-right: 0;}
    .right-links{width: 50%;justify-content: flex-end;}
    .right-links a.cart,.right-links .login-header{width: 50px;}
    .right-links a.cart,.right-links a.login-active,.right-links a.login{color: #000 !important;}
    .right-links a span.name{display: none !important;}
    .over{min-width: 100%;}
    .over .subtit{margin-bottom: 20px;}
    .over .tit img.bottom{height: 80px;}
    .thumbbg{position: relative;}
    .thumbbg img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
    .swiper-pagination-bullets{bottom:10px !important}
    a.backtop,.fixed-icons{right: 0;}
    /***********************************/
    .gird{width: 90%;margin: 0 5%;}
    .gird .tit{text-align: center;}
    .fea{width: 95%;}
    .service{width: 95%;margin: 0 2.5% 15px 2.5%;}
    .home-product-item{width: 100%;}
    .partner{width: 33.3333%;}
    .award{width: 100%;}
    .home-news-item{width: 100%;margin-right: 0;}
    .footer-inner{display: block;}
    .footer-inner h5{font-size: 16px;}
    .footer-inner .contact,.footer-inner .addr,.footer-inner .payments{flex: 0 0 100%;max-width: 100%;}
    .footer-inner .payments{padding-top: 30px;}
    .copyright{line-height: 20px;}
    /**********************************/
    .form-login-register{right: 1px;width: 300px;min-width: 300px;}
    /**********************************/
    .area-gird,.area-gird.ag1.area-gird.ag2,.area-gird.ag3,.area-gird.ag5,.area-gird.ag6{width: 95%;}
    .grap{display: block;}
    .grap-text,.grap-thumb{width: 90%;margin: 0 5%;}
    .grap-text h5{text-align: center;font-size: 20px;}
    .area-round{width: 100%;}
    .round-thumb{width: 90%;max-width: 300px;}
    .round{margin-bottom: 40px !important;}
    .grap-des ul li{padding: 7px 0 7px 5px;}
    .home-news-item .thumb a img{height: 200px;}
    .pro-item{width: 95%;}
    .section-title h3{font-size: 24px;}
    .col-1 .dc-img,.col-3 .dc-img,.col-4 .dc-img{width: 46%;margin: 15px 2% 15px;}
    .page-contact .map,.page-contact .form{width: 100%;margin: 0 auto 20px;}
    .award img{padding: 35px 25px;}
    .ft-tit{bottom:-5px;}
    .team-item{width: 96%;}
    .simage{width: 90%;}
    /************************************************************/
    .team-img{width: 100%;margin-bottom: 20px;}
    .team-des{float: unset;font-size: 1.1em;width: 100%;padding: 20px;}
    .home-case-item{width: 100%;margin-right: 0;}
    /************************************************************/
    .home-case{flex-direction: column;flex-wrap: nowrap;}
    .home-case:nth-child(odd) .thumb{order: unset;}
    .home-case .info{padding: 20px;}
    .home-case .info h4{font-size: 1.6em;}
    .note-des{font-size: 1.1em;}
    .applys-des{font-size: 1.1em;text-align: left;padding: 0 20px;}
    table{min-width: 100%;}
    .home-apply h4{font-size: 1.6em;}
    .home-applys{padding: 50px 20px}
    .home-apply .des ul li{line-height: 22px;background-position: left 8px;font-size: 14px;margin-bottom: 10px;}
    .footer-inner .addr{padding-top: 0}
    .footnav{margin-top: 30px}
    span.clabel{font-size: 14px}
}
@media screen and  (min-width:768px) and (max-width: 1023px){
	.header{display: none;}
    .nav{display: none;}
    .main-content{width: 96%}
    .m_nav_active{display: block;}
    .mobile-header{display: block;}
    .langs{width: 100%;justify-content: left;}
    .home-swipe{height: 240px;}
    #lang-en .over .subtit{max-width: 240px;}
    .thumbbg{height: 240px;}
    .btn-inner a{margin: 10px auto;padding: 5px 15px;}
    /******************/
    .links{width: 30%;float: right;justify-content: center;align-items: center;margin: 10px;height: 40px;}
    .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 .icon{bottom: 8px;font-size: 12px;}
    .project-header h3{font-size: 1.8em;}
    #lang-en .project-header h3{font-size: 1.2em;}
    .pnav{margin: 10px 20px;}
    #lang-en .pnav{font-size: 14px;}
    .feature-section{padding: 15px 0;background-size: cover;height: 850px;}
    .pcontent{padding: 10px 0;}
    .pcontent .inner{padding: 10px 10px;display: block;}
    .pcontent .info{width: 100%;}
    .pcontent .info h3{font-size: 1.3em;margin: 0.5em 0;}
    .pcontent .info .des{font-size: 1em;}
    .pcontent .imgs{width: 95%;margin: 20px auto;}
    a.shopnow{font-size: 14px;padding: 5px 15px;margin: 10px auto;}
    .home-swipe-type .swiper-pagination-bullet{width: 25px;height: 7px;border-radius: 3px;}
    /*****/
    .product-list .item-product{width: 100%;margin-right: 0;}
    .product-thumb .thumb a{height: 320px;}
    .footer-gird{width: 100%;margin-right: 0;margin-bottom: 15px;}
    .copyright .txt{width: 100%;text-align: center;line-height: 30px;}
    .copyright .payments{width: 100%;}
    .copyright .payments img{height: 25px;margin: 5px auto;display: block;}
    .woocommerce .woocommerce-result-count{margin: 0.5em 0 0;}
    .searchform input{background: #fff;}
    .zxform{width: 100%;}
    .section-title{margin: 25px auto 25px;font-size: 1.6em;}
    h1{font-size: 1.6em;}
    h2{font-size: 1.45em;}
    h3{font-size: 1.3em;}
    h4{font-size: 1.15em;}
    h5{font-size: 1.0em;}
    h6{font-size: 0.85em;}
    .cats-left{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .cats-middle{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .cats-right{width: 100%;}
    .cats-section a.box img{width: 100%;}
    .cats-section a.box span{font-size: 1.15em;}
    .products-section .main-content {width: 100% !important;overflow: hidden !important;}
    .products-swipe {margin: 0 30px !important;}
    /****/
    .g1{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .g2{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .g3{width: 100%;}
    #footnav>li{margin: 10px 10px 10px 0;float: left;}
    /****/
    .page-banner{height: 240px;text-align: center;}
    .page-banner .front{display: none;}
    .page-banner h1{margin-top: 90px;font-size: 1.8em;letter-spacing: 2px;}
     /****/
    .project-item{width: 100%;margin-right: 0;}
    .content{width: 100%;margin: 20px 0;}
    .sidebar{width: 100%;}
    .sidebar h5{font-size: 1.2em;}
    .blog-item{width: 100%;margin-right: 0;}
    .blog-item .thumb a.thumbnail{height: 350px;}
    .archive-fea .blog-item outside{left: 0;width: 100px;height: 100px;top: 10px;}
    /******/
    .over .tit{font-size: 1.3em;}
    #lang-en .over .tit{font-size: 1.2em;}
    .over .subtit{font-size: 1.1em;}
    #lang-en .over .subtit{font-size: 1.0em;}
    .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;}
    /******/
    .single-thumbs{width: 100%;margin-bottom: 15px;}
    .single-info{width: 100%;}
    .single-info h1{margin: 10px 0;font-size: 20px;line-height: 35px;}
    .single-tabs>li{font-size: 16px;}
    .woocommerce-page-header ul li{font-size: 16px;}
    .woo-content{width: 100%;}
    .woo-sidebar{width: 100%;}
    .page-banner{background-position: center;}
}
@media screen and  (min-width:1024px) and (max-width: 1599px){
    .top-search{max-width: 25%;flex: 0 0 25%;}
    .top .logo{width: 40%;flex: 0 0 50%;}
    .right-nav{max-width: 35%;flex: 0 0 25%;}
    .products-section .main-content {width: 100% !important;overflow: hidden !important;}
    .products-swipe {margin: 0 30px !important;}
    #nav>li>a{padding: 5px 15px;margin: 0 10px;}
}
@media screen and  (min-width:1600px){
    .main-content,.head-content{width: 1400px;}
    .awards-section .main-content {width: 1580px;overflow: unset !important;}
}