/*-----------------------------inex----------------------------------*/

/*header nav*/
.logo-box img{
    width: 120px;
    height: auto;
}
.mobile-logo-box img{
    width: 160px;
    height: auto;
}
.top-bar {
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-top: 0;
    min-height: 36px;
}
.top-bar .mini-widgets.right-widgets, .top-bar .mini-widgets:last-child {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.top-bar>.mini-widgets {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.top-bar .mini-contacts, .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a,  .top-bar .mini-login,  .top-bar .mini-login .submit,  .top-bar .mini-search .submit,  .top-bar .mini-search,  .top-bar .wc-ico-cart,  .top-bar .text-area,  .top-bar .customSelectInner {
    font: bold 13px / 19px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}

.mini-contacts, .mini-login a {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.masthead .top-bar .shopping-cart, .masthead .top-bar .soc-ico a, .masthead .top-bar .soc-ico {
    line-height: 19px;
}

.top-bar .shopping-cart {
    z-index: 1021;
    vertical-align: middle;
}
.mobile-header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    webkit-box-shadow: 0 4px 10px -6px rgba(44,44,45,.25);
    box-shadow: 0 4px 10px -6px rgba(44,44,45,.25);
}
#mobile-navbar-main .navbar-nav > .nav-item > .nav-link,#mobile-navbar-main .navbar-nav > .nav-item .dropdown-item{color: #1f365c;}
#mobile-navbar-main .navbar-nav > .nav-item .dropdown-item:hover, #mobile-navbar-main .navbar-nav > .nav-item .dropdown-item:focus {
    color: #ffb536;
    text-decoration: none;
    background-color: transparent;
}
#mobile-navbar-main .navbar-nav > .nav-item > .nav-link i{
    text-align: center;
    width: 18px;
}
#mobile-navbar-main .dropdown-toggle::after{margin-left: 10px;}
#mobile-navbar-main .navbar-nav .active > .nav-link{color: #ffb536;}
#mobile-navbar .modal-dialog-aside{
    width: 85%;
    max-width:80%; height: 100%;
    margin:0;
    transform: translate(0);
    transition: transform .4s;
}
#mobile-navbar .modal-dialog-aside .modal-content{  
    height: inherit;
    border:0;
    border-radius: 0;
}
#mobile-navbar .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
#mobile-navbar.fixed-left .modal-dialog-aside{ 
    margin-left:auto;
    transform: translateX(100%);
}
#mobile-navbar.show .modal-dialog-aside{ transform: translateX(0); }

.masthead .shopping-cart {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-flow: column wrap;
}
.round-counter-style .wc-ico-cart > .counter {
    margin-left: 5px;
    border-radius: 50%;
}

.top-bar .wc-ico-cart > .counter {
    font-size: 8px;
    line-height: 14px;
    min-width: 14px;
    min-height: 14px;
}
.wc-ico-cart > .counter {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 1px;
    min-width: 16px;
    min-height: 16px;
    background-color: #ffb536;
    color: #1f365c;
    text-align: center;
    font-size: 8px;
    font-family: Tahoma, Arial, sans-serif !important;
    line-height: 16px;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
}
.nav-box{
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 100%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wkpe-navbar-nav{
    flex-grow: 10;
    justify-content: space-between;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 10;
    -ms-flex-grow: 10;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
}
.wkpe-navbar-nav .nav-item{
    display: flex;
    position: relative;
    flex-grow: 1;
    justify-content: center;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    -ms-flex-pack: center;
    -ms-justify-content: center;
}
.wkpe-navbar-nav .nav-item .dropdown-menu{ 
    display:block;
    opacity: 0;
    visibility: hidden;
    transition:.2s;
    margin-top:0;
}
.wkpe-navbar-nav .dropdown-menu.fade-up{ top:120%;  }
.wkpe-navbar-nav .nav-item:hover .dropdown-menu{ 
    transition: .2s;
    opacity:1;
    visibility:visible;
    top:100%;
    transform: rotateX(0deg);
}
.wkpe-navbar-nav .nav-item:before,.wkpe-navbar-nav .nav-item:last-child:after{
    content: "";
    position: absolute;
    left: -0.5px;
    width: 0;
    border-right: solid 1px rgba(51,51,51,0.12);
    height: 100%;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-color: rgba(51,51,51,0.12);
    height: 18px;
    border-width: 1px;
}
.wkpe-navbar-nav .nav-item:last-child:after{
    left: auto;
    right: -0.5px;
}
.wkpe-navbar-nav .nav-item:first-child:before{
    border-right: 0;
}
.wkpe-navbar-nav .nav-item a,.search-box a{
    font: normal bold 17px / 21px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}


.price-dropdown .dropdown-menu{
    border: 0;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    width: 250px;
}
.price-dropdown .dropdown-menu .dropdown-item{
    color: #1f365c;
    font-size: 14px;
}
.price-dropdown .dropdown-menu .dropdown-item:hover,.price-dropdown-btm .dropdown-menu .dropdown-item:hover{
    color: #ffb536;
    background-color: #fff;
}

.price-dropdown .dropdown-item.active,.price-dropdown .dropdown-item:active,#mobile-navbar-main .m-price-dropdown .dropdown-item.active,#mobile-navbar-main .m-price-dropdown .dropdown-item:active{
    color: #ffb536;
    background-color: #fff;
}

.navbar-nav > .nav-item > .nav-link{color: #8c95a2;}
.navbar-nav > .nav-item > .nav-link span{position: relative;}
.navbar-nav > .nav-item > .nav-link span:before{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    content: '';
    opacity: 0;
    transition: opacity .3s,transform .3s;
    transform: translateY(10px);
}
.navbar-nav > .nav-item > .nav-link-active span:before,.navbar-nav > .nav-item > .nav-link:hover span:before,.navbar-nav > .nav-item:hover .nav-link span:before{
    bottom: -6px;
    height: 2px;
    background-color: #ffb536;
    background: -webkit-linear-gradient();
    background: linear-gradient();
    opacity: 1;
    transform: translateY(0);
}
.navbar-nav > .nav-item > .nav-link-active,.navbar-nav > .nav-item:hover > .nav-link{color: #1f365c;}
.search-box{
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.search-box a{
    color: #1f365c;
}

/*header nav END*/


/*Banner box*/
.banner-text-box{
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    overflow: hidden;
}
.banner-title{
    max-width: 200px;
    font-family: "Open Sans Condensed";
    line-height: 40px;
    font-size: 40px;
}
.banner-solid{
    background-color: rgb(255, 181, 54);
    color: rgb(255, 255, 255);
    height: 6px;
    max-width: 300px;
    min-width: 300px;
}
.banner-lit-text{
    font-size: 12px;
    line-height: 20px;
    max-width: 300px;
}
.banner-btn{
    font-size: 12px;
    font-family: "Open Sans Condensed";
    border-radius: 0;
    border: 1px solid #ffb536;
}

.banner-bg1{background: url(//cdn.xuansiwei.com/zje2012487/librarys/images/wakephone/about-us.jpg) no-repeat;}
.banner-bg2{background: url(//cdn.xuansiwei.com/zje2012487/librarys/images/wakephone/where-we-serve.jpg) no-repeat;}
.banner-background{
    height: 375px;
    background-size: cover;
    background-position: left 120px bottom 0;
    background-color: #17a048;
}
.banner-title-move{animation: btmGO 1.3s;}
.banner-littext-move{animation: topGO 1.3s;}
.banner-solid-move{animation: slidein 1.3s;}

#indexBanner .carousel-indicators{
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 30px;
}
#indexBanner .carousel-indicators li{
    box-sizing: border-box;
    width: 130px;
    height: 80px;
    text-indent: 0;
    color: #fff;
    opacity: .3;
    background: rgb(73, 201, 48);
}
#indexBanner .carousel-indicators li i{
    line-height: 30px;
}

#indexBanner .carousel-indicators .active {
    color: #1f365c;
    background: rgb(255, 255, 255);
    opacity: 1;
}
#indexBanner .carousel-indicators .active i {
    color: #ffb536;
}
#indexBanner .carousel-control-prev, #indexBanner .carousel-control-next{
    background: rgba(0,0,0,0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: auto;
    bottom: 40px;
}
#indexBanner .carousel-control-next{
    left: auto;
    right: 30px;
}

#indexBanner .carousel-control-prev{
    left: auto;
    right: 80px;
}

/*Banner box END*/
.bg-primary {
    background-color: #17a048 !important;
}

/*Advantage*/
.adv-icon-box{
    height: 64px;
    width: 64px;
    line-height: 80px;
}
.adv-icon{font-size: 32px;}
.adv-icon-title{
    text-transform: uppercase;
    font-family: "Open Sans Condensed";
    font-size: 20px;
}
.adv-icon-text{line-height: 22px;}
/*Advantage END*/

/*Praise*/
.big-title{
    font-size: 40px;
    line-height: 46px;
}
.big-title-solid{
    border-style: solid;
    border-bottom-width: 5px;
    width: 200px;
    margin: 0px auto;
    border-color: #ffb536 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.praise-box .lSAction > a, #what-sell-slider .lSAction > a{
    width: 22px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    opacity: 1;
    background: transparent;
    background-color: #ffb536;
    margin-top: -40px;
    display: block;
    border-radius: 0;
    cursor: pointer;
}
.praise-box .lSAction > .lSPrev, #what-sell-slider .lSAction > .lSPrev{
    left: 0;
}
.praise-box .lSAction > .lSNext, #what-sell-slider .lSAction > .lSNext{
    right: 0;
}
.praise-slider li, #what-sell-slider li{overflow: hidden;}
.praise-slider li img{
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;
    height: auto;
}
.praise-slider li:hover img{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

/*Praise END*/


/*With-us END*/
.contact-title{font-size: 20px;}
.idnex-contact-bigbtn{
    width:100%;
    max-width: 400px;
    border-radius: 0;
    font: normal bold 24px / 26px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
}

.with-us-box{
    border: 5px solid rgb(255, 255, 255);
    width: 400px;
    height: 400px;
    position: relative;
    margin: auto;
}
.with-us-lit-box{
    background-color: #fff;
    width: 80%;
    height: 80%;
    margin: 10%;
}
.with-us-tab-box{
    top: 50%;
    right: 50%;
    background-color: transparent;
    position: absolute;
}
.with-us-tab-box a{
    background-color: #ffb536;
    padding: 0.5rem 0;
    line-height: normal;
    width: 48px;
    height: 48px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    margin: -24px;
}

.mobile-with-us-icon{
    text-align: center;
    background-color: #ffb536;
    line-height: 32px;
    width: 32px;
    height: 32px;
    font-size: 20px;
}

.tab-industry{
    left: 0;
    top: -200px;
}
.tab-team{
    left: 180px;
    top: -72px;
}
.tab-quality{
    left: 120px;
    top: 160px;
}
.tab-service{
    left: -120px;
    top: 160px;
}
.tab-stable{
    left: -180px;
    top: -72px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    animation: scaled 1.5s infinite;
    background-color: #1f365c;
    line-height: normal;
}
.with-us-icon {font-size: 32px;}
.choose-us-num-box{
    display: table-cell;
    vertical-align: top;
}
.choose-us-num{
    width: 28px;
    height: 28px;
    line-height: 24px;
    border: 2px solid #ffb536;
}
.choose-us-text{
    display: table-cell;
    vertical-align: middle;
}

/*With-us END*/

/*News*/
.news-img-box,.news-carousel-imgbox {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.news-carousel-imgbox {
    padding-top: 50%;
}
.news-img-box img,.news-carousel-imgbox img, .recent-art-img-box img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.news-img-box:hover,.news-carousel-imgbox:hover{
    opacity: 0.9;
}
.news-date-box{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    text-decoration: none;
    background: #fff;
    padding: 2px 2px 1px 4px;
}
.news-month, .news-date{
    position: relative;
}
.news-month, .news-year {
    padding: 0 6px 0 5px;
    text-transform: none;
    font: 700 12px/22px Arial,Verdana,sans-serif;
}
.news-date {
    padding: 0 9px 0 5px;
    font: 700 12px/22px Arial,Verdana,sans-serif;
}
.news-month:after,.news-date:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffb536;
}
.news-title{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.news-title a:hover,.mews-meta a:hover{
    color: #ffb536;
}
.news-text{
    line-height: 22px;
}
.post-details {
    position: relative;
    display: inline-block;
}
.post-details:before {
    content: "";
    display: table;
}
.post-details.news-type-link {
    line-height: 16px;
    color: #1f365c;
    font-weight: 700;
}
.post-details:after {
    content: "";
    display: table;
    clear: both;
}
.post-details.news-type-link:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: width .4s ease;
}
.post-details.news-type-link:hover:after {
    width: 100%;
    background-color: #ffb536;
}
#news-carousel-box .carousel-control-prev, #news-carousel-box .carousel-control-next{
    margin-top: -40px;
    height: 80px;
    width: 22px;
    background-color: #ffb536;
}
#news-carousel-box .carousel-control-prev{
    top: 50%;
    left: 0;
}

#news-carousel-box .carousel-control-next{
    top: 50%;
    right: 0;
}
/*News END*/

/*Footer*/
.bottom-log-box img, .language-icon img{
    width: 50%;
    height: auto;
}
.btm-news-link li a,.footer-nav .nav-item .nav-link{
    color: #fff;
}
.btm-news-link li a:hover,.footer-nav .nav-item .nav-link:hover{
    color: #ffb536;
}
.footer-nav .nav-item .active{text-decoration: underline;}
.footer-nav .nav-item .nav-link{padding: 0.5rem 0.7rem;}
.footer-nav .nav-item .dropdown-menu{ display: none; }
.footer-nav .nav-item:hover .dropdown-menu{ display: block; }
.footer-nav .nav-item .dropdown-menu{
    top: -100%;
    margin-top: -85px;
}

/*Footer END*/

/*-----------------------------inex END----------------------------------*/



/*-----------------------------what we sell----------------------------------*/
.wp-breadcrumb-style .breadcrumb-item{font-size: 12px;}
.wp-breadcrumb-style .breadcrumb-item a{color: #fff;}
.wp-breadcrumb-style .breadcrumb-item a:hover{color: #ffb536;}
.wp-breadcrumb-style .breadcrumb-item.active{color: #949fb2;}
.pro-img-box img{
    width: 100%;
    height: auto;
}
.pro-ram-tag span{
    color: #949fb2;
    border: 1px solid #949fb2;
}

.vc_separator {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

.vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #949fb2;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
/*-----------------------------what we sell EDN----------------------------------*/

/*-----------------------------grading & price list----------------------------------*/
.phonecheck-list > li{
    font-weight: 700;
}
.phonecheck-list > li > div{
    line-height: 24px;
}
.grade{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
}

.prolist-tab > a{
    border: 1px solid #dee2e6;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    border-left: none;
    border-bottom: none;
    height: 30px;
}
.prolist-tab > a:hover{
    background: #fff3cd;
}
.prolist-tab > .active{
    background-color: #fff3cd;
    border-top: 4px solid #ffb536;
    line-height: 25px;
}

.prolist-table thead tr th{
    background-color: #f8f9fa;
    height: 40px;
    border: 1px solid #dee2e6;
    border-left: none;
    font-size: 14px;
}
.prolist-table thead tr th i{font-size: 12px;}
.prolist-table thead tr th a:hover{color: #ffb536;}
.prolist-table tbody tr td{
    font-size: 12px;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    height: 50px;
}
.prolist-table-grading > input{
    display: none;
}
.prolist-table-grading > span{
    font-size: 12px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    border: 1px solid #dee2e6;
}
.prolist-table-grading > input:checked + span {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffb536;
}

.price-alert{
    box-shadow: 0px 10px 40px 0px rgba(228,201,115,.3);
    position: fixed;
    font-size: 12px;
    top: 50%;
    left: 100%;
    width: 300px;
    z-index: 9999;
    animation: silde-in-message 1.3s;
    transform: translate3d(-300px,-50%,0);
}

.price-alert .close{
    top: auto;
    right: auto;
    position: relative;
}
.tourist-box{
    height: 360px;
    background: url(//cdn.xuansiwei.com/zje2012487/librarys/images/wakephone/lookmore-bg.jpg) no-repeat center;
    background-size: contain;
}

/*-----------------------------grading & price list END----------------------------------*/


/*-----------------------------About us & FAQ & Contact----------------------------------*/
.line-height2{line-height: 1.8rem;}
.abt-us-icon i{font-size: 64px;}
.accordion > .card > .card-header .btn, .search-box .form-control, .search-box .input-group-append button{
    box-shadow: none;
    outline: none;
}
.recent-art-box:hover a{color: #ffb536;}
.recent-art-img-box{
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 60px;
}
.faq-icon-pt{padding-top: 9px;}
.live-chat-or{
    font-size: 24px;
    line-height: normal;
    border: 3px solid #1f365c;
}
/*-----------------------------About us & FAQ & Contact END----------------------------------*/


/*--------------------News-----------------------*/

.entry-meta>span{
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0 6px 0 0;
    padding: 0 9px 0 0;
}
.entry-meta, .entry-tags, .portfolio-categories, .author-link {
    font-size: 12px;
    line-height: 20px;
}
.entry-meta > span:after {background-color: #1f365c;}

.entry-meta > span:after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    content: "";
    border-radius: 50%;
}
.blog-list-link:hover h3{
    color: #ffb536;
}
.blog-list-link:hover .news-img-box{
    opacity: 0.9;
}

.blog-box.shown:not(.isotope-hidden):not(.hidden), .shipping-box-show{
    animation: dt_fadeIn .7s ease forwards;
}
.shipping-box-fade{
    animation: dt_fadeOut .7s ease forwards;
}
.opacity-0{opacity: 0;}
.paginator{
    flex-flow: row wrap;
    padding-bottom: 2px;
    z-index: 10;
    position: relative;
}
.paginator:not(.paginator-more-button) a.nav-next, .paginator:not(.paginator-more-button) a.nav-prev, .paginator:not(.paginator-more-button) span.nav-next, .paginator:not(.paginator-more-button) span.nav-prev {
    padding: 0;
    transition: transform .3s ease;
    transform: translateX(0);
}

.paginator:not(.paginator-more-button) a, .paginator:not(.paginator-more-button) span {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.paginator:not(.paginator-more-button) a {
    font-size: 16px;
    color: #1f365c;
}
.paginator:not(.paginator-more-button):not(.filter-decorations) a:after, .paginator:not(.paginator-more-button):not(.filter-decorations) span:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 0;
    transition: opacity .3s ease;
}
.paginator:not(.paginator-more-button):not(.filter-decorations) a.act:after, .paginator:not(.paginator-more-button):not(.filter-decorations) a:hover:after, .paginator:not(.paginator-more-button):not(.filter-decorations) span.act:after, .paginator:not(.paginator-more-button):not(.filter-decorations) span:hover:after {
    opacity: 1;
}
.paginator:not(.paginator-more-button) a:after {
    background: #ffb536;
    background: -webkit-linear-gradient();
    background: linear-gradient();
}
.paginator:not(.paginator-more-button) a.nav-next:after, .paginator:not(.paginator-more-button) a.nav-prev:after, .paginator:not(.paginator-more-button) span.nav-next:after, .paginator:not(.paginator-more-button) span.nav-prev:after {
    display: none;
}
.paginator .page-numbers.nav-prev:hover{
    transition: transform .3s ease;
    transform: translateX(-4px);
}

.paginator .page-numbers.nav-next:hover{
    transition: transform .3s ease;
    transform: translateX(4px);
}
.right-widgets .text-white:hover{
    color: #ffb536!important;
}

.post-thumbnail {position: relative;}
.fancy-categories {
    position: absolute;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    z-index: 30;
    top: 10px;
    left: 10px;
    padding: 4px 12px;
    text-decoration: none;
    background-color: rgba(0,0,0,.75);
    color: #fff;
}
.entry-content {
    margin-bottom: 50px;
}
.entry-content p img{
    max-width: 100%;
    height: auto;
}
.post .rollover, .post .rollover-video:not(.ts-slide), .post img, img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
    max-width: 100%;
    height: auto;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}
.aligncenter {
    clear: both;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-image figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 0.71111em;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    color: #555;
    font-size: 12px;
    text-align: center;
}
.post-meta .entry-meta, .post-meta .entry-tags {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.entry-meta, .entry-tags, .portfolio-categories, .author-link {
    font-size: 12px;
    line-height: 20px;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding: 0 0 0 1em;
}
.wp-block-quote p {
    font-size: 20px;
    line-height: 28px;
}
.content blockquote.wp-block-quote, .content .wp-block-pullquote blockquote {
    background: none;
}
.content .wp-block-quote:not(.is-style-large), .content .wp-block-quote.is-style-large {
    border-color: #ffb536;
}
blockquote:not(.shortcode-blockquote):not(.elementor-blockquote), blockquote.shortcode-blockquote.block-style-widget, .block-style-widget {
    background-color: rgba(220,220,220,0.3);
}
blockquote, blockquote *, .shortcode-pullquote, .wp-block-quote cite {
    color: #1f365c;
}


.single-share-box .share-buttons a {
    display: inline-block;
    width: 50px;
    height: 30px;
    min-width: 50px;
    min-height: 30px;
    margin: 0 4px 4px 0;
    border: 1px solid;
    text-transform: none;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    transition: border-color .2s ease;
    box-sizing: border-box;
}
.single-share-box .share-buttons a.facebook {
    border-color: rgba(76,105,199,.3);
    color: #4c69c7;
}
.single-share-box .share-buttons a.facebook:hover {
    border-color: #4c69c7;
}
.single-share-box .share-buttons a.twitter {
    border-color: rgba(42,190,235,.3);
    color: #2abeeb;
}
.single-share-box .share-buttons a.twitter:hover {
    border-color: #2abeeb;
}
.single-share-box .share-buttons a.pinterest {
    border-color: rgba(207,40,52,.3);
    color: #cf2834;
}
.single-share-box .share-buttons a.pinterest:hover {
    border-color: #cf2834;
}
.single-share-box .share-buttons a.linkedin {
    border-color: rgba(0,123,199,.3);
    color: #007bc7;
}
.single-share-box .share-buttons a.linkedin:hover {
    border-color: #007bc7;
}

.post-navigation .nav-links {
    border-color: rgba(51,51,51,0.12);
}
.post-navigation .nav-links {
    padding: 25px 0;
    border-width: 1px 0;
    border-style: solid;
}
.post-navigation .back-to-list, .post-navigation .nav-next, .post-navigation .nav-previous {
    position: relative;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    text-decoration: none;
}

.nav-previous i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
}
.post-navigation .nav-next i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
}
.nav-next:hover span,.nav-previous:hover span{color: #ffb536;}
.single-related-posts {
    border-bottom: 1px solid;
    border-color: rgba(51,51,51,0.12);
}
.single-related-posts h3:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 3px;
    margin-left: -30px;
    content: "";
}
.single-related-posts h3:after {
    background-color: #ffb536;
}
.single-related-posts .mini-post-img {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.mini-post-img{
    max-width: 110px;
    max-height: 80px;
    padding-top: 80px;
}
.breadcrumb-max-width{
    max-width: 280px;
}
/*--------------------News END-----------------------*/

/*--------------------My account-----------------------*/
.login-width-box{max-width: 450px;}
.lost-paswd-width-box{max-width: 600px;}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input, .form-label-group label {
    height: 3.5rem;
    padding: .9rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #aaa;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-control:focus{
    -webkit-box-shadow:none;
    box-shadow:none;
}

.form-control-lg{font-size: 1rem;}
.user-center-img{
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.um-name a{
    color: #666;
    font-size: 18px;
    line-height: 1.7em;
}

.my-account-nav .nav-link.active{
    color: #fff;
    background-color: #ffb536;
    animation: normal;
}
.my-account-nav .nav-link{
    background-color: rgba(220,220,220,0.3);
}
.my-account-nav .nav-link:not(.active):hover{
    color: #ffb536;
}

.order-table tr td, .order-table tr th{
    vertical-align: middle;
}

.shadow-danger{
    box-shadow: 0px 10px 24px 0px rgb(231 161 168 / 30%);
}
.shadow-success{
    box-shadow: 0px 10px 24px 0px rgb(154 217 169 / 30%);
}
/*--------------------My account END-----------------------*/



/*--------------------Shopping Cart-----------------------*/
.shopping-cart-pro-box{width: 300px;}
.shopping-cart-pro-img{
    width: 58px;
    height: 58px;
}
.cart-order-pro-img{
    width: 68px;
    height: 68px;
}
.cart-order-pro-name{
    line-height: 16px;
}
.shopping-cart-pro-box .media, .cart-order-pro-box .media, .checkout-order-box .checkout-order-border{
    border-top: 1px dashed #dee2e6;
}

.shopping-cart-pro-box .media:first-child, .cart-order-pro-box .media:first-child, .checkout-order-box .checkout-order-border:first-child {
    border-top: 0;
}

.shopping-cart-pro-max-height{max-height: 280px;}

.shopping-cart-alert{
    position: fixed;
    width: 240px;
    background: rgb(26 26 26 / 60%);
    left: 0;
    right: 0;
    top: 50%;
    display: none;
}
.shopping-cart:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.fixed-alert{
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
 }
.prolist-table-grading > span{font-size: 14px;}
.add-product-qty{
    width: 60px;
    border: 1px solid #ccc;
}
.order-close{
    font-size: 12px;
}
.cart-order-currency span{
    background-color: #fff;
}
.bank-title-style{
    border-left: 4px solid #ffb536;
}

/*--------------------Shopping Cart END-----------------------*/




#goTop{
    width: 48px;
    height: 48px;
    display: block;
    position: fixed;
    background-size: cover;
    border: none;
    cursor: pointer;
    bottom: 120px;
    right: 20px;
    display: none;
    outline:none;
    background-color: #ffb536;
    z-index: 100;
}

/*animation*/
@keyframes topGO{
    0% {
        opacity: 0;
        margin-top: -15%;
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }    
}
@keyframes btmGO{
    0% {
        opacity: 0;
        margin-bottom: -15%;
    }

    100% {
        opacity: 1;
        margin-bottom: 0;
    }    
}
@keyframes slidein {
    0% {
        margin-left: -100%;
    }

    100% {
        margin-left: 0;
    }    
}

@keyframes scaled {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }    
}

@keyframes silde-in-message{
    0% {
        opacity: 0;
        transform: translate3d(600px,-50%,0);
    }
    50% {
        opacity: 0;
        transform: translate3d(-200px,-50%,0);
    }
    100% {
        opacity: 1;
        transform: translate3d(-300px,-50%,0);
    }
}

@keyframes dt_fadeIn{
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }    
}

@keyframes dt_fadeOut{
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-15px);
    }    
}

/*animation END*/
@media (min-width: 375px) {
    .logo-box img{width: 150px;}
}
@media (min-width: 768px) {
   #mobile-navbar .modal-dialog-aside{width: 350px;}
   .banner-background{
        height: 500px;
        background-position: left 280px bottom 0;
    }
    .banner-title{
    max-width: 300px;
    line-height: 64px;
    font-size: 64px;
    }
    .banner-solid{
        background-color: rgb(255, 181, 54);
        color: rgb(255, 255, 255);
        height: 6px;
        max-width: 300px;
        min-width: 300px;
    }
    .banner-lit-text{
        font-size: 12px;
        line-height: 20px;
        max-width: 300px;
        padding-top: 10px;
    }
    .banner-btn{
        font-size: 14px;
        font-family: "Open Sans Condensed";
        border-radius: 0;
        border: 2px solid #ffb536;
    }
    .contact-title{font-size: 34px;}
    .idnex-contact-bigbtn{width:80%;}
    .prolist-tab > a, .prolist-table thead tr th{font-size: 18px;}
    .prolist-tab > a{
        line-height: 40px;
        height: 40px;
    }
    .prolist-tab > .active{line-height: 35px;}
    .prolist-table thead tr th i, .prolist-table-grading > span, .prolist-table tbody tr td{font-size: 14px;}
    .price-alert{
        font-size: 14px;
        width: 400px;
        transform: translate3d(-400px,-50%,0);
    }
    @keyframes silde-in-message{
        0% {
            opacity: 0;
            transform: translate3d(600px,-50%,0);
        }
        50% {
            opacity: 0;
            transform: translate3d(-200px,-50%,0);
        }
        100% {
            opacity: 1;
            transform: translate3d(-400px,-50%,0);
        }
    }
    .tourist-box{
        height: 520px;
        background: url(//cdn.xuansiwei.com/zje2012487/librarys/images/wakephone/lookmore-bg-pc.jpg) no-repeat center;
        background-size: contain;
    }
    .faq-icon-pt{padding-top: 0px;}
    .nav-links .nav-previous, .nav-links .nav-next{width: 50%;}
    .user-center-img{
        width: 190px;
        height: 190px;
    }
    .um-name a {
        font-size: 24px;
        line-height: 1.7em;
    }
    .cart-order-pro-img{
        width: 88px;
        height: 88px;
    }
    .my-account-nav .nav-link, .cart-order-pro-name, .cart-order-pro-total{
        font-size: 16px;
    }
    .cart-order-pro-price, .order-close{
        font-size: 14px;
    }
    .cart-order-total-width{
        width: 160px;
    }

}

@media (min-width: 960px) {
    .logo-box img{
        width: 255px;
        height: auto;
    }
    .mobile-header{
        position: relative;
        z-index: auto;
        webkit-box-shadow: none;
        box-shadow: none;
    }
    .bottom-log-box img, .language-icon img{width: 100%;}
    #goTop{bottom: 60px;}
    .banner-background{ background-size: contain;}
    .tourist-box{
        height: 660px;
        background: url(//cdn.xuansiwei.com/zje2012487/librarys/images/wakephone/lookmore-bg-pc.jpg) no-repeat center;
        background-size: cover;
    }
    .live-chat-or{
        font-size: 48px;
        border: 4px solid #1f365c;
    }
    .edit-address-box{border: 1px solid #dee2e6;}
    .cart-order-pro-name{
        max-width: 390px;
        line-height: 24px;
    }
}

@media (min-width: 1140px) {
    .banner-background {
        height: 600px;
        background-position: right 10% bottom 0;
    }
    .banner-title{
        max-width: 535px;
        line-height: 78px;
        font-size: 78px;
    }
    .banner-solid{
        max-width: 500px;
        min-width: 500px;
    }
    .banner-lit-text{
        font-size: 14px;
        max-width: 500px;
        padding-top: 16px;
        line-height: 28px;
    }
    .with-us-box{
        width: 468px;
        height: 468px;
    }
    .tab-industry{
        left: 0;
        top: -234px;
    }
    .tab-team{
        left: 222px;
        top: -72px;
    }
    .tab-quality{
        left: 138px;
        top: 190px;
    }
    .tab-service{
        left: -138px;
        top: 190px;
    }
    .tab-stable{
        left: -222px;
        top: -72px;
    }
    .tourist-box{
        height: 900px;
        background: url(//cdn.xuansiwei.com/zje2012487/librarys/images/wakephone/lookmore-bg-pc.jpg) no-repeat center;
        background-size: cover;
    }
    .order-box-height{
        height: 100%;
    }
    .order-box-border{
        border: 1px solid #dee2e6;
    }
}


