@charset "utf-8";


@font-face {
  font-family: 'Poppins';
  src:url('../fonts/Poppins-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Poppins-Medium';
  src:url('../fonts/Poppins-Medium.ttf');
}
@font-face {
  font-family: 'Poppins-Bold';
  src:url('../fonts/Poppins-Bold.ttf');
}
@font-face {
  font-family: 'Playfair';
  src:url('../fonts/PlayfairDisplay-Italic.ttf');
}

body { font-family: 'Poppins',Arial; font-size: 15px; color: #000;}
@media(min-width: 768px){
body{font-size: 16px;}
}
header {width: 100%; background: #fff; z-index: 999999; }
#header{animation: fadeInUp .5s linear; position: fixed; top: 0;}
.header-inner { position: relative; display: flex; align-items: center; padding: 14px 10px 8px; max-width: 100% !important; }
@media (min-width:426px) {
    .header-inner{padding: 14px 10px;}
}
@media (min-width:1440px) {
.header-inner{padding: 20px 100px;}
}
@media (min-width: 1400px){
.container { max-width: 1280px;}
}
.ward{padding: 0 15px;}
@media (min-width: 768px){
.ward{padding: 0 40px;}
}
@media (min-width: 1200px){
.ward { padding: 0 90px;}
}
@media (min-width: 1400px){
.ward { padding: 0 160px;}
}

.h-top{height: 58px;}
@media (min-width:520px) {
    .h-top{height: 90px;}
}
@media (min-width:1024px) {
    .h-top{height: 80px;}
}
@media (min-width:1200px) {
    .h-top{height: 88px;}
}
@media (min-width:1440px) {
    .h-top{height: 110px;}
}

.mx-auto { display: block; }

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

/*logo*/
.logo{width: auto; height: auto; margin: 0; padding-right: 10px; }
@media (min-width:426px) {
    .logo{width: 440px; margin: 10px 0;}
}
.header-right { min-height: 20px; flex-grow: 1; display:inline-block; display: flex; align-items: center; justify-content: flex-end; }
.box-logo { width: 80%; }
.header-right { width: 20%; }
@media (min-width:992px) {
    .box-logo { width: 30%; }
    .header-right { width: 70%; }
}

/*nav*/

.box-menu li {position: relative;}
.box-menu > ul > li { padding: 0 5px; }
.box-menu > ul > li:last-child { padding-right: 0; }
.box-menu > ul > li > a { font-family: 'Poppins'; font-size:16px; color: #000; display: block; padding: 5px 22px; }
@media(min-width: 992px) {
.box-menu > ul > li > a { padding: 5px 0px; }
}
@media(min-width: 1200px) {
.box-menu > ul > li > a { padding: 5px 10px;}
}
@media(min-width: 1440px) {
.box-menu > ul > li > a { font-size: 1.125rem; padding:5px 10px;}
}
.box-menu > ul > li.dropdown:after {
  /* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  content: '';
  left:50%;
  margin-left:-4px;
}
.box-menu > ul > li:last-child > a {  }
.box-menu > ul { margin-bottom: 0; }
.box-menu > ul > li {text-align:center;float:left;position: relative;/* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */}
.box-menu > ul > li.active, .box-menu > ul > li.selected, .box-menu > ul > li:hover {  }
.box-menu > ul > li > a > span {font-family: 'Poppins'; font-size: 15px; color: #000; padding-bottom: 10px; position: relative; width: 100%; font-weight: normal;}
@media(min-width: 1200px) {
.box-menu > ul > li > a > span { font-size: 16px; }
}
.box-menu > ul > li.active > a, .box-menu > ul > li.selected > a, .box-menu > ul > li:hover > a { color: #b70002;}
.box-menu > ul > li.active > a > span, .box-menu > ul > li.selected > a > span, .box-menu > ul > li:hover > a > span { color: #b70002; border-bottom: 2px solid #b70002;}
.box-menu > ul > li > ul { position: absolute; top: 90%; padding-top: 20px; left: -5px; z-index: 99999; background-color: #fff; padding: 0 10px;
     opacity: 0;
     pointer-events: none;
filter: alpha(opacity=0); 
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; 
}
@media(min-width: 1600px) {
.box-menu > ul > li > ul { left: 5px; }
}
.box-menu > ul > li > a > span:hover > ul { opacity: 1; }
.box-menu > ul > li ul li { text-align: left; padding: 8px 10px; border-bottom: solid 1px #efefef; }
.box-menu > ul > li ul li:last-child { border-bottom: none; }
.box-menu > ul > li ul li a { min-width: 140px; white-space: nowrap; color: #252525; }
.box-menu > ul > li ul li:last-child a { border-bottom: none; }
.box-menu > ul > li ul li a:hover, .box-menu > ul > li ul li a.active{ color: #834747; }
.box-menu > ul > li.selected > ul {/* display: block; */
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
}


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

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

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


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


.lang{margin: 0 6px;}
.mobile-lang{display: none;}
@media (min-width:768px) {
    .lang{margin: 0 16px;}
}
@media (min-width:1240px) {
    .lang{margin: 0 26px;}
}
@media (min-width:1400px) {
    .lang{margin: 0 36px;}
}
@media (max-width:991px) {
    .mobile-lang{display: block;}
    .lang{display: none;}
}
.lang-box{position: relative;}
.langdownbox {display: none; position: fixed; margin-left: -18px; margin-top: 8px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .2); z-index: 999;}
.language-box .langboxbox {display: flex; flex-direction: column; background-color: #fff; border: 1px solid rgba(0, 0, 0, .15); padding: 10px; border-radius: 6px;}
.langboxbox a {display: block; text-align: center; width: 100%; padding: 4px 16px; text-transform: uppercase; }
.langboxbox a span {font-size: 16px; font-weight: 300; text-align: center;}
.langboxbox a:hover {color: #fff; background-color: #834747;}
.search{margin-right: 5px; position: relative;}
@media (min-width:992px) {
    .search{margin: 0;}
}
@media (max-width:374px){
    .search{margin-right: 0px;}
}
.search-inset{position: absolute; top: 70%; width: auto; /* margin-right: -22px; */ background-color: #fff; box-shadow: 0px 2px 5px rgba(0,0,0,.2); opacity: 1; display: none; z-index: 9999; animation: fadeInDown .4s linear; transition: all ease-out .4s;}
@media (max-width:1439px) {
    .search-inset{margin-right: 26px;}
}
@media (max-width:768px) {
    .search-inset{width: 98%; margin-right: 0px; top: 100%;}
}
.search-box{display: flex; align-items: center; position: relative; padding: 10px;}
@media (max-width:768px) {
    .search-box{width: 100%;}
}
.search-input{width: 100%; font-size: 14px;}

.inset-box{width: 100%; background-color: #fff; padding: 5px 10px 6px 10px; /* border: 1px solid #999; */ border-radius: 50px; display: flex; justify-content: space-around; align-items: center;}
@media (min-width:1024px) {
    .inset-box{padding: 5px 10px 5px 10px;}
}
@media (max-width:768px) {
    .inset-box{ width: 98%;}
}
.inset-box span{display: block;}
.inset-box img{width: 18px; height: auto;}
.search-icon{position: absolute; display: block; width: 46px; height: 54px; background-color: #fff; display: flex; justify-content: center; align-items: center; right: -46px;}
.search-icon::before{content: ''; display: block; width: 1px; height: 15px; background-color: #ccc; position: absolute; left: 0;}
.search-icon .search-times{color: #333;}
@media (min-width:1024px) {
    .search-icon{height: 53px;}
}
@media (max-width:768px) {
    .search-icon{width: 38px; height: 54px; right: -20px;}
}

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

/*slideshow*/
.index-swiper{height: 100%;}
.swiper-container { max-width: 1920px; margin: auto;position: relative;}
.index-pagination{text-align: right; padding-right: 10%;}
.index-pagination .swiper-pagination-bullet{width: 12px; height: 12px; border-radius: 0; background-color: #fff; outline: none; opacity: 1;}
.index-pagination .swiper-pagination-bullet-active{background-color: #834747;}
/* .swiper-pagination-bullet { height: 12px; width: 12px;border-radius: 50%; background-color: #fff; outline: none; opacity: 1;} */
/* .swiper-pagination-bullet-active { background-color: #834747; } */
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: ' '; }
/*.swiper-button-prev { background: url(../images/new-left-s.png) center no-repeat; }
.swiper-button-next { background: url(../images/new-right-s.png) center no-repeat; }*/
@media(max-width: 767.98px){
  .index-swiper { max-width: 1920px; margin: auto; height: 60vh;}
  .swiper-container img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }
}
@media(max-width:425px){
    .index-swiper{height: 50vh !important;}
    .swiper-container img{
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media(min-width: 768px) {
.swiper-pagination-bullet { height: 15px; width: 15px;}
/* .swiper-button-prev { background: url(../images/new-left.png) center no-repeat; }
.swiper-button-next { background: url(../images/new-right.png) center no-repeat; } */
}
.swiper-button-next, .swiper-button-prev { outline: none; color: #fff; top: 55%; transition: all 0.8s; height: 30px; width: 30px; }
@media(min-width: 768px) {
/* .swiper-button-next, .swiper-button-prev { top: 55%; display: block; opacity: 1; height: 60px; width: 60px; } */
}
/* .swiper-button-prev {  }
.swiper-button-next {  } */
/* @media(min-width: 1200px) {
.swiper-button-prev { left: 30px; }
.swiper-button-next { right: 30px; }
} */
/* .swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { opacity: 1; transition: all 0.8s; } */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px; }
@media(min-width: 768px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 30px; }
}
@media(min-width: 1400px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 55px; }
}
.slideshow-text { color: #fff; padding: 5% 0 0; text-shadow: 0 0 5px #000; }
.swiper-slide{position: relative; height: 100%; background-color: #f3f4f7;}
.swiper-slide-img{position: relative; overflow: hidden; height: 100%;}
.swiper-slide-text{position: absolute; bottom: 20%;}
.slide-text-box{position: relative; max-width: 100%; padding: 15px;}
.slide-text-box1{ background-color: rgba(139,189,166,.65);}
.slide-text-box2{ background-color: rgba(213,185,168,.65);}
.slide-text-box3{ background-color: rgba(96,112,94,.65);}
.slide-text-box b{font-size: 30px; font-weight: normal; color: #fff; text-shadow: 5px 5px 6px rgba(0,0,0,.3); font-family: 'Playfair'; letter-spacing: 2px;}
.slide-text-box p{font-size: 14px; color: #fff; text-shadow: 5px 5px 6px rgba(0,0,0,.3); margin-bottom: 0; }
@media (min-width:992px) {
    .slide-text-box{padding: 20px 20px 20px 50px;}
    .slide-text-box b{font-size: 30px;}
    .slide-text-box p{font-size: 14px; letter-spacing: 1px;}
}
@media (min-width:1024px) {
    .slide-text-box{padding: 20px 30px 40px 30px;}
    .slide-text-box b{font-size: 40px;}
    .slide-text-box p{font-size: 16px;}
}
@media (min-width:1400px) {
    .slide-text-box{padding: 20px 30px 40px 30px;}
    .slide-text-box b{font-size: 54px;}
    .slide-text-box p{font-size: 18px;}
}

/*back-to-top*/
#back-to-top {position: fixed;right: 0%;bottom: 5%;z-index: 999;padding: 16px;background: #741b1b;border-radius: 0;}
@media(min-width: 768px) {
    #back-to-top {right: 0; bottom: 6%; padding: 16px;}
}
#back-to-top a {color: #fff;}

/* index icon */
.index-icon{position: fixed; right: 0; top: 38%; z-index: 9999;}
.index-icon-box{display: block;}
.index-icon-box1{display: none;}
.index-icon-box li{margin-bottom: 1px;}
.index-icon-box1 li{margin-bottom: 1px;}
.index-icon-box li a{display: flex; justify-content: center; align-items: center;}
@media (max-width:425px) {
    .index-icon-box li a{width: 40px; height: 40px;}
    .index-icon-box{display: none;}
    .index-icon-box1{display: block;}
}

/* index wallcoverings */
.home-wallcoverings{padding: 25px 0 40px; margin: 60px 0 30px;}
@media (max-width:991px) {
    .home-wallcoverings{padding: 0;}
}
.home-wallcoverings-top{display: flex; flex-direction: column; align-items: center;}
.home-wallcoverings-top i{font-size: 14px; color: #b70002; font-style: normal; text-transform: uppercase; letter-spacing: 2px;}
.home-wallcoverings-top p{margin: 0; max-width: 800px; text-align: center; font-size: 20px; font-family: 'Poppins-Medium'; color: #000000; }
@media (min-width:768px) {
    .home-wallcoverings-top i{font-size: 18px;}
    .home-wallcoverings-top p{font-size: 22px;}
}
@media (min-width:1024px) {
    .home-wallcoverings-top p{font-size: 26px;}
}
@media (min-width:1400px) {
    .home-wallcoverings-top p{font-size: 30px;}
}
@media (min-width:1800px) {
    .home-wallcoverings-top p{font-size: 40px;}
}
.home-wallcoverings-content{margin-top: 30px;}
@media (min-width:768px) {
    .home-wallcoverings-content{margin-top: 30px;}
}
.row-wall{padding: 0;}
@media (min-width:1024.5px) {
    .row-wall{padding: 0 90px;}
}
@media (min-width:1400px) {
    .row-wall{padding: 0 130px;}
}
.wall-col{margin-bottom: 30px; padding: 0 15px;}
@media (min-width:991px) {
    .wall-col{padding: 0 10px; margin-bottom: 20px;}
}
.wall-pro-box{position: relative; height: 100%;}
.wall-pro-img{overflow: hidden; height: 100%;}
.wall-pro-img img{width: 100%; transition: all ease-out .4s;}
@media (min-width:992px) {
    .wall-pro-img img{height: 100% !important;}
}
.wall-pro-title{position: absolute; top: 0; left: 0; display: flex; flex-direction: column; justify-content: flex-end; width: 100%; height: 100%; padding: 10px;}
.wall-pro-title-box{width: 100%; overflow: hidden; padding: 15px; display: flex; justify-content: space-between; align-items: center; transition: all ease-out .4s;}
.wall-pro-title-box b{font-weight: normal; width: 70%; padding-right: 20px; color: #FFFFFF;}
.wall-pro-title-box span{width: 30%; display: flex; justify-content: flex-end; overflow: hidden; margin-right: -60px; transition: all ease-out .4s; }
.wall-pro-title-box span img{width: 26px; height: 26px;}
.wall-pro-box:hover .wall-pro-img img{transform: scale(1.1); transition: all ease-out .4s; }
.wall-pro-box:hover .wall-pro-title-box{background-color: rgba(0,0,0,.5); transition: all ease-out .4s;}
.wall-pro-box:hover .wall-pro-title-box span{margin-right: 0; transition: all ease-out .6s; }
.wall-pro-more-box{width: 100%; height: 100%; background-color: #834747; padding: 50px 0;}
.wall-pro-more{width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.wall-pro-more b{font-family: 'Poppins-Medium'; font-size: 24px; color: #FFFFFF; font-weight: normal; text-align: center; margin-bottom: 20px;}
.wall-pro-more span{transition: all ease-out .4s;}
.wall-pro-more-box:hover .wall-pro-more span{animation: swing 1s linear; transition: all ease-out .4s;}

/* index product */
.home-product{padding: 90px 0 70px; margin: 0; background: url(../images/bj2.png) left top repeat-x; }
@media (max-width:991px) {
    .home-product{padding: 60px 0 0;}
}
.home-product-box{}
.row-product{padding: 0 15px; display: flex;}
@media (min-width:1025px) {
    .row-product{padding: 0 90px;}
}
@media (min-width:1440px) {
    .row-product{padding: 0 100px;}
}

.home-product-posi{position: relative; height: 100%;}
.home-product-posi .home-product-title{text-align: left;}
.home-product-title i{font-style: normal; font-size: 14px; color: #b70002; text-transform: uppercase; letter-spacing: 2px;}
.home-product-title p{margin: 15px 0; max-width: 600px; line-height: 30px; text-align: left; font-size: 20px; font-family: 'Poppins-Medium'; color: #000000; }
.home-product-title span{display: block; width: 40px; height: 5px; background-color: #b70002; position: relative;}
.home-product-title span::before{content: ''; display: block; position: absolute; z-index: -1; right: -4px; bottom: -4px; width: 40px; height: 5px; background-color: rgba(2,1,0,.2);}
@media (min-width:768px) {
    .home-product-title i{font-size: 18px;}
    .home-product-title p{font-size: 22px; margin: 10px 0;}
}
@media (min-width:1024px) {
    .home-product-title p{font-size: 26px; margin: 12px 0; line-height: 30px;}
    .home-product-title span{width: 58px; height: 7px;}
    .home-product-title span::before{content: ''; width: 58px; height: 7px;}
}
@media (min-width:1440px) {
    .home-product-title p{font-size: 30px; margin: 10px 0; line-height: 34px;}
}
@media (min-width:1800px) {
    .home-product-title p{font-size: 40px; margin: 20px 0; line-height: 40px;}
}
.home-product-list-box{ margin: 0; width: 100%; height: auto;}
.home-product-list{position: relative; width: 100%; margin-bottom: 20px;}
.product-list-img{position: relative; overflow: hidden; height: 100%;}
.product-list-img1{max-width: 700px;}
.product-list-img2{max-width: 585px;}
.product-list-img3{max-width: 510px;}
.product-list-img img{transition: all ease-out .4s; width: 100%; height: 100%;}
.product-list-title{position: absolute; bottom: -10px; /* padding: 0 120px; */ width: 100%; display: flex; justify-content: center; align-items: center; opacity: 0; transition: all ease-out .4s; }
.product-list-title-box{height: auto; padding: 15px 15px; background-color: #834747; text-align: center;}
.product-list-title-box p{margin: 0; border: 1px solid #fff; padding: 10px 80px;}
.product-list-title-box i{display: flex; flex-direction: column; align-items: center; font-style: normal; font-size: 16px; text-transform: uppercase; color: #fff; letter-spacing: 2px; }
.product-list-title-box i::after{content: ''; display: block; width: 30px; height: 2px; background-color: #fff; margin-top: 4px;}
.product-list-dx4{margin-bottom: 30px;background-color: #834747;width: 100%;/* height: auto; */ display: flex; justify-content: center; align-items: center;}
.product-see-more{/* width: 100%; *//* height: 100%; */display: flex;flex-direction: column;/* justify-content: center; */align-items: center;}
.product-see-more b{font-family: 'Poppins-Medium'; font-size: 24px; color: #FFFFFF; font-weight: normal; text-align: center; margin-bottom: 20px;}
@media (min-width:1025px) {
    .product-see-more b{font-size: 18px;}
    .product-list-dx4{padding: 35px 35px;display: flex;justify-content: center;align-items: center;}
}
@media (min-width:1240px) {
    .product-see-more b{font-size: 24px;}
}
@media (min-width:1400px) {
    .product-see-more b{font-size: 24px;}
}
.home-product-list-box:hover .product-list-img img{transition: all ease-out .4s; transform: scale(1.1);}
.home-product-list-box:hover .product-list-title{animation: fadeInUp .4s linear; opacity: 1; transition: all ease-out .4s;}

.home-product-box1{max-width: 770px; margin-left: 60px; padding: 0;}
.home-product-box2{/* margin-left: 140px; */padding: 0;}
.home-product-box3{max-width: 585px; padding: 0;}
.home-product-box4{max-width: 510px; padding: 0;}
.home-product-box5{padding-left: 0px;}
@media (min-width:1024px) {
}
@media (min-width:1025px) {
    .home-product-box1{max-width: 720px;margin-left: 0px;}
    .home-product-box2{/* margin-left: 0px; *//* padding: 0; *//* width: 280px; */}
    .home-product-box3{max-width: 585px;padding: 0 20px;}
    .home-product-box4{max-width: 510px;margin-top: -100px; padding: 0 ;}
}
@media (min-width:1200px) {
    .home-product-box4{margin-top: -100px;}
}
@media (min-width:1440px) {
    .home-product-box4{margin-top: -110px;}
}
@media (min-width:1441px) {
    .home-product-box4{margin-top: -110px;}
}
@media (min-width:1800px) {
    .home-product-box4{margin-top: -150px;}
}

.xl-product{display: block; overflow: hidden; padding: 0;}
@media (min-width:1240px) {
    .xl-product{padding: 0 30px;}
}
.lg-product{display: none;}
.home-product-title{padding: 0 15px; width: 100%;}
@media (min-width:1025px) {
    .home-product-title{padding: 0 40px 0 50px; width: 420px;}
}
@media (min-width:1441px) {
    .home-product-title{padding: 0 40px 0 60px; width: 100%;}
}
@media (max-width:1024px) {
    .xl-product{display: none;}
    .lg-product{display: block; overflow: hidden;}
    .home-product-title{margin: 0 auto 40px; display: flex; flex-direction: column; align-items: center;}
    .home-product-title p{text-align: center; }
    .home-product-list{height: 100%;}
    .home-product-list-box{margin-bottom: 30px;}
    .product-list-dx4{height: 100%;}
}

.product-see-more span{transition: all ease-out .4s;}
.product-list-dx4:hover .product-see-more span{animation: swing 1s linear; transition: all ease-out .4s;}

.product-more-box{display: block; background-color: #834747; margin-left: 20px;}
@media (min-width:1200px) {
    .product-more-box{margin-left: 30px;}
}
.product-more-box span{width: auto;height: auto;padding: 45px;display: flex;flex-direction: column;align-items: center;}
.product-more-box b{font-family: 'Poppins-Medium'; color: #FFFFFF; font-weight: normal; text-align: center; padding-bottom: 15px;}
@media (min-width:1025px) {
    .product-more-box{width: 140px;}
    .product-more-box span{padding: 20px;}
    .product-more-box b{font-size: 16px;}
}
@media (min-width:1240px) {
    .product-more-box{width: 180px;}
    .product-more-box span{padding: 30px;}
    .product-more-box b{font-size: 18px;}
}
@media (min-width:1441px) {
    .product-more-box{width: 200px;}
    .product-more-box span{padding: 22px;}
    .product-more-box b{font-size: 24px;}
}
@media (min-width:1600px) {
    .product-more-box{width: 240px;}
    .product-more-box span{padding: 45px;}
}
.product-more-box .img1{border: 1px solid #fff; display: flex; justify-content: center; align-items: center;}
@media (min-width:1025px) {
    .product-more-box .img1{padding: 8px 13px;}
}
@media (min-width:1240px) {
    .product-more-box .img1{padding: 10px 15px;}
}
@media (min-width:1440px) {
    .product-more-box .img1{padding: 14px 19px;}
}

.product-more-box:hover img{animation: swing 1s linear; transition: all ease-out .4s;}

/* index message */
.home-message{margin-top: 0px;}
@media (max-width:991px) {
    .home-message{margin-top: 30px;}
}
.home-message-box{max-width: 100%; /* height: 650px; */ padding: 30px; overflow: hidden; background: url(../images/ly-bj3.png) center no-repeat; background-size: cover;}
@media (max-width:1440px) {
    .home-message-box{padding: 20px;}
}
@media (max-width:768px) {
    .home-message-box{padding: 10px;}
}
@media (max-width:425px) {
    .home-message-box{padding: 10px;}
}
.home-message-content{width: 100%; height: 100%; display: flex; justify-content: flex-end;}
@media (max-width:768px) {
    .home-message-content{padding: 0px;}
}
.home-message-con-box{padding: 30px 40px; background-color: rgba(243,243,243,.7);}
@media (max-width:1024px) {
    .home-message-con-box{padding: 20px;}
}
@media (max-width:768px) {
    .home-message-con-box{padding: 10px 10px;}
}
.contact-form .form-control{padding: 22px 15px; border: none; border-radius: 0; font-size: 16px; color: #333; margin-bottom: 10px;}
@media (max-width:1024px) {
    .contact-form .form-control{padding: 14px 15px;}
}
@media (max-width:768px) {
    .contact-form .form-control{margin-bottom: 10px; padding: 10px 15px;}
    .form-row .form-group{margin-bottom: 0;}
}
.contact-form .form-control1{margin-bottom: 0;}
.contact-form .message-form{}
@media (max-width:1024px) {
    .contact-form .message-form{height: 70px;}
}
@media (min-width:991px) {
    .contact-form .form-control{margin-bottom: 10px;}
    .contact-form .form-control1{margin-bottom: 0;}
}
@media (min-width:1024px) {
    .contact-form .message-form{height: 80px;}
    .contact-form .form-control{margin-bottom: 10px;}
    .contact-form .form-control1{margin-bottom: 0;}
}
@media (min-width:1240px) {
    .contact-form .message-form{height: 110px;}
}
@media (min-width:1440px) {
    .contact-form .message-form{height: 120px;}
    .contact-form .form-control{margin-bottom: 10px;}
    .contact-form .form-control1{margin-bottom: 0px;}
}
@media (min-width:1441px) {
    .contact-form .message-form{height: 120px;}
    .contact-form .form-control{margin-bottom: 20px;}
}
.captcha-box{display: flex; align-items: center; overflow: hidden;}
.captcha-col{padding: 0; overflow: hidden;}
.code-img{margin-left: 10px;}
.submit-box{ position: relative; padding: 0; margin-top: 30px; display: flex; justify-content: space-between; border-radius: 0; background-color: #834747; border: none; }
@media (max-width:1440px) {
    .submit-box{margin-top: 15px;}
}
@media (max-width:768px) {
    .submit-box{margin-top: 10px; width: 100%; display: flex; justify-content: center;}
}
.submit-box a{color: #fff; max-width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 10px 18px;}
@media (max-width:768px) {
    .submit-box a{padding: 5px 0;}
}
.submit-box b{font-weight: normal; font-size: 20px; font-family: 'Poppins-Bold'; color: #fff;}
.submit-box span{background: url(../images/send-icon.png) no-repeat center; width: 17px; height: 15px; margin-left: 15px;}
.submit-box:hover{background-color: #b70002;}
.contact-form .form-group{margin-bottom: 0;}

/* footer */
.footer{padding: 20px 0; background-color: #FFFFFF;}
@media (min-width:768px) {
    .footer{padding: 40px 0;}
}
.inner-footer{border-top: 1px solid #ccc;}

/* innner commmon */
.inner-banner{background-image: url(../images/inner-banner.png); padding: 30px 0 10px;}
.banner-box{text-align: center; display: flex; flex-direction: column;}
.banner-box h3{font-size: 24px; color: #000; font-family: 'Poppins-Medium'; font-weight: 700; margin-bottom: 0;}
.banner-box span{padding: 10px 0;}
.banner-box .fa-chevron-down{font-size: 20px;}
.crumbs-box{margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.crumbs-box li{float: left;}
.crumbs-box li.active a{color: #999 !important;}
.crumbs-box li a{font-size: 14px; color: #333; }
@media (min-width:768px) {
    .inner-banner{padding: 40px 0 14px;}
}
@media (min-width:1024px) {
    .inner-banner{padding: 50px 0 20px;}
    .banner-box h3{font-size: 28px;}
    .banner-box span{padding: 16px 0;}
    .crumbs-box li a{font-size: 16px;}
}
@media (min-width:1400px) {
    .inner-banner{padding: 70px 0 20px;}
    .banner-box h3{font-size: 36px;}
    .banner-box span{padding: 24px 0;}
}

.inner-box{padding: 30px 0; margin: 10px 0;}
@media (min-width:992px) {
    .inner-box{margin: 20px 0;}
}
@media (min-width:1200px) {
    .inner-box{margin: 40px 0;}
}
@media (min-width:1400px) {
    .inner-box{margin: 60px 0;}
}

.page-box{border-radius: 0;}
@media (max-width:563px) {
    .page-box{display: flex; justify-content: center;}
}
.page-box .page-item{margin-right: 10px;}
.page-box .page-item:last-child{margin-right: 0;}
.page-box .page-link{border-radius: 0 !important; font-size: 16px; color: #333; border: 1px solid #eee; padding: 10px 16px;}
@media (min-width:992px) {
    .page-box .page-link{padding: 15px 20px;}
}
.page-box .page-link:hover, .page-box .page-link.active{background-color: #834747; color: #fff;}

.back-box{display: flex; justify-content: center;}
.back-btn{display: flex; align-items: center; border-top: 1px solid #b70002 !important; border-bottom: 1px solid #b70002 !important; border-left: none; border-right: none; border-radius: 0; padding: 10px 16px; background-color: #fff; font-size: 18px; font-family: 'Poppins-Medium'; color: #b70002; }
.back-btn::after{content: '>'; color: #b70002; font-size: 18px; padding-left: 20px; }
.back-btn:hover{background-color: #b70002 !important; color: #fff;}
.back-btn:hover::after{color: #fff;}
@media (min-width:768px) {
    .back-btn{padding: 10px 22px;}
}
@media (min-width:992px) {
    .back-btn{padding: 10px 30px;}
}

/* product */
.ip-top-box{display: flex; flex-direction: column; justify-content: flex-start;}
@media (min-width:564px) {
    .ip-top-box{display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
}
.ip-top-left{display: flex;}
.pupuo-menu{position: relative;}
.memu-icon{margin-top: 8px;}
@media (min-width:564px) {
    .memu-icon{margin-top: -10px;}
}
@media (min-width:768px) {
    .memu-icon{margin-top: 0px;}
}
.memu-filter-b{position: absolute; left: 0; top: 0; display: block;}
.memu-filter-b.active{display: none;}
.memu-filter-h{position: absolute; left: 0; top: 0; display: none;}
.memu-filter-h.active{display: block;}
.memu-filter-b .fa{color: #333; font-size: 24px;}
.memu-filter-h .fa{color: #834747; font-size: 24px;}
.ip-nav-list{margin: 0 10px 0 50px; display: none;}
.ip-nav-list li{float: left; font-size: 12px; color: #999; display: flex; align-items: center;}
.ip-nav-list li a{font-size: 14px; color: #555; letter-spacing: 2px;}
@media (min-width:769px) {
    .ip-nav-list{display: block;}
    .ip-nav-list li a{font-size: 18px;}
}
.ip-nav-list li a:hover{font-weight: bold; color: #333;}
.ip-top-right{display: flex; align-items: center; justify-content: flex-end;}
.ip-top-right2{display: flex; justify-content: center !important;}
.ip-top-right span{font-size: 14px; color: #999; letter-spacing: 0px;}
.ip-top-right .dropdown{margin: 0 0 0 20px;}
.ip-top-right .btn{padding: 8px 16px; background: none; border-left: none; border-right: none; border-radius: 0; border-color: #333 !important; color: #333 !important; display: flex; align-items: center;}
.ip-top-right .dropdown-toggle::after{content: '>'; transform: rotateZ(90deg); border: none; margin-left: 16px;}
.show>.btn-secondary.dropdown-toggle{background-color: #fff; border-color: #fff;}
.show>.btn-secondary.dropdown-toggle:focus{box-shadow: none;}
.ip-top-right .dropdown-menu{min-width: 100%;}
@media (min-width:564px){
    .ip-top-right{margin-top: 0;}
}
@media (min-width:769px) {
    .ip-top-right span{font-size: 18px; letter-spacing: 2px;}
    .ip-top-right .btn{padding: 14px 24px;}
}
.ip-con-box{margin-top: 10px;}
@media (min-width:769px) {
    .ip-con-box{margin-top: 30px;}
}
.product-list-box{height: 100%; margin-bottom: 30px; display: flex; justify-content: center;  overflow: hidden; transition: all ease-out .4s;}
.product-inner-box{display: flex; flex-direction: column; justify-content: center; transition: all ease-out .4s;}
.product-images{position: relative; width: auto; overflow: hidden;}
.product-images img{width: 100%; transition: all ease-out .4s;}
.product-text{font-size: 18px; color: #000; font-family: 'Poppins-Medium'; text-align: center; padding: 10px 20px;}
.product-link{display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; background-color: #834747; border-radius: 0; opacity: 0; transition: all ease-out .4s;}
.product-link b{font-weight: normal; font-size: 16px; color: #fff;}
.product-link .fa{color: #fff; font-size: 18px;}
.product-list-box:hover .product-inner-box{margin-top: -15px; transition: all ease-out .4s; }
.product-list-box:hover .product-images img{transform: scale(1.1); transition: all ease-out .4s;}
.product-list-box:hover .product-link{opacity: 1; transition: all ease-out .4s; }
.ip-bottom-box{display: flex; flex-direction: column-reverse; }
@media (min-width:564px) {
    .ip-bottom-box{display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
}
#filter{position: absolute; top: 100%; left: 0; display: none; z-index: 9999; min-width: 290px; margin-top: 30px;}
@media (min-width:769px) {
    #filter{margin-top: 0;}
}
#filter.active{display: block;}
.filter-box .accordion{padding: 10px; border: none; box-shadow: 0 0 10px rgba(0, 0, 0, .2); background-color: #fff;}
.filter-list{border-radius: 0; border: none; margin-bottom: 10px;}
.filter-list:last-child{margin-bottom: 0;}
.filter-list .card-header{border: none; padding: 0; border-radius: 0; }
.filter-list .btn{border-radius: 0; padding: 0; padding: 12px 20px; background-color: #834747; color: #fff; font-family: 'Poppins-Medium'; font-size: 18px; display: flex; justify-content: space-between; text-decoration: none;}
.filter-list .btn::after{content: '-'; }
.filter-list .btn.collapsed{background-color: #111;}
.filter-list .btn.collapsed::after{content: '+'; }
.filter-card-box{padding: 10px 20px;}
.filter-card-box ul{margin: 0;}
.filter-card-box li{display: flex; align-items: center; margin-bottom: 5px;}
.filter-card-box li:last-child{margin-bottom: 0;}
.filter-card-box li:before{content: ''; display: block; width: 6px; height: 6px; background-color: #834747; margin-right: 15px;}
.filter-card-box li a{font-size: 18px; color: #555; }
.filter-card-box li a:hover{color: #834747;}
.ip-toolbar-sort{position: relative; padding: 8px 16px; border-top: 1px solid #333; border-bottom: 1px solid #333; margin: 0 15px;}
@media (min-width:769px) {
    .ip-toolbar-sort{padding: 14px 24px;}
}
.sort-down{margin-left: 20px;}
.ip-toolbar-list{display: none; position: absolute; top: 130%; right: 0; z-index: 9999;}
.ip-toolbar-list::before{content: ''; position: absolute; right: 50px; top: -10px; width: 20px; height: 20px; background-color: #fff; transform: rotate(45deg); z-index: 0; box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.ip-toolbar-list::after{content: ''; position: absolute; right: 40px; top: 0px; width: 40px; height: 30px; background-color: #fff;}
.ip-toolbar-box{background-color: #fff; padding: 20px 30px; box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.ip-toolbar-box a{display: block; width: 180px; padding: 5px 0; color: #777; font-size: 14px; text-align: right; letter-spacing: 2px;}
.ip-toolbar-box a:hover{color: #834747;}
.product-top-inner{margin-bottom: 20px; padding-left: 0px;}
@media (min-width:992px) {
    .product-top-inner{padding-left: 45px; margin-bottom: 60px;}
}
@media (max-width:991px) {
    .pti-row{display: flex; flex-direction: column-reverse;}
}
.product-t-left{padding-top: 10px;}
@media (max-width:991px) {
    .product-t-left{padding-top: 30px;}
}
.product-title{font-size: 28px; color: #000; font-family: 'Poppins-Medium'; font-weight: bold; }
.product-f{padding: 10px 0 20px; display: flex;}
.product-f span{font-size: 18px; color: #999;}
.product-f span:last-child{color: #000; margin-left: 15px;}
.product-desc{display: flex; flex-direction: column;}
.product-desc-title{padding: 0 0 10px 0; max-width: 500px; border-bottom: 1px solid #eee; display: flex; align-items: center; font-size: 16px; font-family: 'Poppins-Medium';}
.product-desc-title:before{content: ''; width: 8px; height: 8px; background-color: #000; margin-right: 20px;}
.product-desc-ul{margin-top: 20px;}
.product-desc-ul li{display: flex; margin-bottom: 10px;}
.product-desc-ul li span{font-size: 15px; color: #999;}
.product-desc-ul li span:first-child{width: 100px;}
.product-desc-ul li span:last-child{color: #333;}
.links-ip{margin-bottom: 30px;}
@media (min-width:992px) {
    .links-ip{margin-bottom: 0px;}
}
.btn-ip{border-radius: 0; background-color: #834747 !important; border: 1px solid #834747; transition: all ease 0.4s;}
.btn-ip-s{padding: 8px 16px; font-size: 16px; color: #fff; transition: all ease 0.4s;}
.btn-ip-s::after{content: '>'; color: #fff; padding-left: 15px; transition: all ease 0.4s;}
@media (min-width:768px) {
    .btn-ip-s{padding: 14px 20px;}
    .btn-ip-s::after{padding-left: 30px;}
}
.btn-ip:hover{background-color: #fff !important; border: 1px solid #834747; border-left: 1px solid #fff;; border-right: 1px solid #fff;; transition: all ease 0.4s; }
.btn-ip-s:hover{color: #834747 !important; transition: all ease 0.4s;}
.btn-ip-s:hover::after{color: #834747; transition: all ease 0.4s;}
@media (min-width:564px) {
    .product-desc-ul li span{font-size: 16px;}
}
@media (min-width:992px) {
    .product-title{font-size: 40px;}
    .product-f{padding: 30px 0 40px;}
    .product-f span{font-size: 20px;}
    .product-desc-ul li{margin-bottom: 20px;}
    .product-desc-ul li span{font-size: 18px;}
}
.product-inner-img{overflow: hidden; position: relative;}
.product-inner-img img{width: 100%;}
.product-bottom-inner{overflow: hidden;}
/* .product-b-box{margin-bottom: 30px;} */
.product-b-list{position: relative; overflow: hidden;}
.product-b-list img{width: 100%; transition: all 0.4s;}
.product-b-list:hover img{transform: scale(1.1); transition: all 0.4s;}
.product-b-gril{padding-left: 5px; padding-right: 5px;}
.product-b-box{margin-bottom: 10px;}
@media (min-width:768px) {
    .product-b-box{margin-bottom: 30px;}
    .product-b-gril{padding-left: 15px; padding-right: 15px;}
}
.product-back{margin-top: 10px;}
@media (min-width:992px) {
    .product-back{margin-top: 20px;}
}

/* job */
.job-top{margin-bottom: 20px;}
@media (min-width:992px) {
    .job-top{margin-bottom: 60px;}
}
.job-top-box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;}
.job-top-box li{display: flex; align-items: center;}
.job-top-box li:last-child::after{display: none;}
.job-top-box li::after{content: ''; display: block; width: 1px; height: 10px; background-color: #ddd; margin-left: 10px; margin-right: 10px; margin-top: -2px;}
@media (min-width:992px) {
    .job-top-box li::after{ margin-left: 20px; margin-right: 20px;}
}
.job-top-box li a{font-size: 15px; color: #000; border-bottom: 2px solid #fff;}
@media (min-width:768px) {
    .job-top-box li a{font-size: 18px;}
}
.job-top-box li:hover a, .job-top-box li.active a{color: #b70002; border-bottom: 2px solid #b70002; }
@media (max-width:991px) {
    .job-b-left{margin-bottom: 20px;}
}
.job-img{overflow: hidden;}
.job-img img{width: 100%;}
.job-b-right{display: flex; justify-content: center;}
@media (max-width:425px) {
    .job-b-right{display: flex; flex-direction: column;}
}
.job-b-box{margin-bottom: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; width: 100%;}
.job-b-box li{display: flex; align-items: center; font-size: 16px; color: #666; margin-bottom: 15px; width: 100%;}
.job-b-box li:before{content: ''; display: block; width: 8px; height: 8px; background-color: #b70002; margin-right: 20px;}
@media (min-width:425px) {
    .job-b-box li{width: 50%;}
    .job-b-box{display: flex; justify-content: space-between;}
}
@media (min-width:768px) {
    .job-b-box{width: 92%;}
}











.text-danger { margin-top:-15px; margin-bottom:5px; }

/*cus contact us start*/
.row-none { margin-left:0; margin-right:0; }
.row-none2 { padding-left:0; padding-right:0; }
.toggle-title {
    border-bottom:1px solid #dddddd; font-size:22px; color:#000000; font-weight:bold; line-height:2.8;
    padding-left:2.9%; cursor:pointer;
}

.toggle-title.active { color:#b70002; }
.toggle-title:before {
    content:' ';
    width:8px;height:8px;background:#b70002;display:block;
    position:absolute; left:14px;top:27px;
}
.address-item {
    position:relative;
}
.cus-arrow {
    font-size:22px!important; position:absolute; top:20px; right:2%; cursor:pointer;
}
.address-item-detail {
    margin-top:30px; margin-bottom:30px; padding-left:1%;
}
.address-item-detail p { font-size:16px; color:#333333; margin-bottom:8px; }
.address-item iframe { width:692px!important; height:363px!important; }
@media(max-width:768px){
    .address-item iframe { width:100%!important; height:263px!important; }
}
.contact-us .form-control { border:1px solid #ced4da!important; }
.submit-box { margin-top:0; }
@media (min-width: 1441px) {
    .contact-form .message-form {
        height: 89px;
    }
    .contact-form-img { margin-right:-35px; }
}
.enquire-form{
    justify-content:center;
    padding-top:30px; padding-bottom:30px;
    box-shadow: #f0eeee 0px 0px 10px;
    margin-left:3px;
}
.home-message { margin-bottom:80px; }
.contact-notice { font-size:16px; color:#333333; margin-top:40px; margin-bottom:20px; padding-left:0; }
@media (max-width:768px){
    .contact-form-img { margin-bottom:20px; display:flex; justify-content:center; }
    .submit-box { margin-top:10px; }
}
@media(min-width:960px ) and ( max-width:1200px){
    .toggle-title {
        padding-left:3.6%;
    }
}
@media(max-width:960px){
    .toggle-title {
        padding-left:5.2%;
    }
}
@media (max-width:576px){
    .toggle-title { padding-left:9.5%; font-size:18px; }
    .toggle-title:before {
        top: 22px;
    }
    .contact-notice {line-height: 1.6; }
}
/*cus contact us end*/

.filter-card-box li a.active {
    color: #834747;
}
.ip-nav-list li a.active {
    font-weight: bold;
    color: #333;
}

@media(max-width:1440px){
    .text-danger {
        margin-top: 2px;
    }
    .submit-box { margin-top:12px; }
    .captcha-col { margin-top:1px!important; }
}



.langboxbox a.active {
    color: #fff;
    background-color: #834747;
}


.product-desc-title { margin-top:40px; }
.product-f {
    padding: 30px 0 0;
}
.cloudzoom-blank { z-index:999!important; }
.cloudzoom-zoom { z-index:999!important; }

@media(max-width:1919px){
    .product-text {
        min-height:70px;
        padding-bottom:0;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
}


@media(max-width:768px){
    .product-first-category {
        position:relative;
    }
    .first-category-href {
        position:absolute; top:0;left:0;z-index:999;display:block;width:130px;max-height:52px;
    }
}



.product-text {
    font-size: 16px;
    padding: 10px 0px;
}

@media (min-width: 1400px){
    .ward {
        padding: 0px 105px;
    }
}

.product-inner-box { width:98%; }
@media (min-width: 992px){
    .product-title {
        font-size: 28px;
    }
}
@media(max-width:768px){
    .product-title {
        font-size: 22px;
        white-space:pre-wrap;
    }
}













/*.header-inner { position: relative; display: flex; align-items: center; padding: 14px 10px 8px; max-width: 100% !important; }
@media (min-width:426px) {
    .header-inner{padding: 14px 10px;}
}
@media (min-width:1440px) {
.header-inner{padding: 20px 100px;}
}*/

.h-top{height: 58px;}
@media (min-width:520px) {
    .h-top{height: 90px;}
}
@media (min-width:1024px) {
    .h-top{height: 80px;}
}
@media (min-width:1200px) {
    .h-top{height: 88px;}
}
@media (min-width:1440px) {
    .h-top{height: 104px;}
}
