html,
body {
    height: 100%;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 300;
}

.pad0 {
    padding: 0px !important;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
}

a:hover {
    text-decoration: none;
}

.fade {
    opacity: 0;
}

.mview {
    display: none;
}

.wview {
    display: block;
}

.mmview {
    display: none;
}

.mwview {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.sticky_header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 26px -6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 26px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 26px -6px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('../fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('../fonts/NanumSquareL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('../fonts/NanumSquareR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('../fonts/NanumSquareB.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('../fonts/NanumSquareRoundL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.grey {
    background: #b0b3a2;
}

.grey p {
    font-family: 'Lato-BoldItalic';
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.bnav .navbar {
    overflow: hidden;
    background-color: #fff;
    position: unset;
    justify-content: unset;
    padding: 0px 405.5px 0px 491px;
}

.bnav .navbar a {
    float: left;
    font-family: 'Lato-Bold';
    font-size: 16px;
    color: #3f382e;
    text-align: center;
    padding: 35px 0px;
    text-decoration: none;
    margin: 0px 24px;
    border-bottom: 5px solid transparent;
}

.bnav .subnav {
    float: left;
    overflow: hidden;

}

.bnav .subnav .subnavbtn {
    font-family: 'Lato-Bold' !important;
    font-size: 16px;
    color: #3f382e;
    border: none;
    outline: none;
    padding: 35px 0px;
    background-color: #fff;
    font-family: inherit;
    margin: 0px 24px;
    border-bottom: 5px solid transparent;
}

.bnav .navbar a:hover,
.bnav .subnav:hover .subnavbtn {
    border-bottom: 5px solid #e6b89e;
}

.bnav .subnav-content {
    display: none;
    position: fixed;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 1;
    height: 80px;
}

.bnav .subnav-content a {
    font-family: 'Lato-Regular';
    float: left;
    color: #333333;
    text-decoration: none;
    margin: 0px 15px;
    padding: 25px 0px;
    border: none;
}

.bnav .subnav-content a h1 {
    font-family: 'Lato-Bold';
    font-size: 16px;
}

.bnav .subnav:hover .subnav-content {
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.bnav .subnav-content a:hover {
    border: none;
}

.bnav .navcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnav {
    display: flex;
    padding: 0px 80px;
}

.sicons {
    display: flex;
    align-items: center;
}

.sicons img {
    padding: 0px 10px;
}

.sicons a:last-child img {
    padding-right: 0px;
}

.blogo {
    display: flex;
    align-items: center;
}

.mnotice .subnav-content {
    padding-left: 1133px;
}

.mproduct .subnav-content {
    padding-left: 805px;
}

.cblogo1,
.cblogo2,
.cblogo3,
.cblogo4 {
    display: none;
}

.bbanner {
    background: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 728px;
    padding: 92px 0px 0px;
}

.bbanner p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #333333;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.bbanner div {
    text-align: center;
    padding: 96px 0px 105px;
}

.bbanner h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.85;
}

.bframe h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 40px;
    color: #6d7975;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 110px;
}

.bfflx {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bfflx p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 15.9px;
    color: #3f382e;
    text-align: center;
    line-height: 1.6;
}

.bfflx img {
    display: block;
    margin: 0 auto;
    padding-bottom: 32px;
}

.bframe {
    padding: 46px 0px 137px;
}

.bfflx div {
    padding: 0px 29px;
    width: 25%;
}

.bsocial {
    background: #6d7975;
    padding: 89px 0px 76px;
}

.bsocial2 img {
    display: block;
    margin: 0 auto;
    padding-bottom: 29px;
}

.bsocial2 h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    line-height: 26px;
}

.bsocial2 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    line-height: 36px;
}

.bsocial1 p,
.bsocial3 p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #f1ece7;
    text-align: right;
    margin-bottom: 21px;
}

.bsocial1 p a,
.bsocial3 p a {
    color: #f1ece7;
}

.bsocial1,
.bsocial3 {
    padding-top: 53px;
}

.bsocial3 p {
    text-align: left;
}

.bsocial1 p span {
    padding-left: 29px;
}

.bsocial3 p span {
    padding-right: 29px;
}

.bconcept1 {
    background: #f1ece7;
    padding: 125px 0px 130px;
}

.bcommon {
    text-align: center;
}

.bcommon p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #999999;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.bcommon h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #6d7975;
    margin-bottom: 20px;
}

.bcommon h1 span {
    font-family: 'Noto Sans SC', sans-serif;
}

.bconcept3 .bcommon h1 {
    font-size: 40px;
}

.chicpage .bconcept3 .bcommon h1 {
    line-height: 1.4;
    margin: 10px 0 100px 0;
    color: #fff;
}

.bcommon h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 63px;
}

.bconcept2 {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 59px 0px;
    height: 300px;
}

.chicpage .bconcept2 {
    padding: 20px 0;
}

.chicpage .bconcept2 p {
    margin-bottom: 10px;
}

.bconcept2 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 17.4px;
    color: #666666;
    line-height: 1.5;
    margin-left: 20px;
    position: relative;
    margin-bottom: 22px;
}

.bconcept2 p:last-child {
    margin-bottom: 0px;
}

.bconcept2 p:before {
    content: url(../images/dot.png);
    position: absolute;
    left: -20px;
    top: -4px;
}

.half-highlight {
    background-image: linear-gradient(to right, transparent 50%, #e5cbbb 50%);
    background-origin: 0;
    background-size: 200% 50%;
    background-repeat: repeat-x;
    background-position: -100% 100%;
    transition: background-position 0.5s;
}

.bconcept3 {
    padding: 125px 0px 142px;
    background: #f8f8f8;
}

.chicpage .bconcept3 {
    padding: 125px 0px 142px;
    background: #333;
}

.bconcept4 img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.bconcept4 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.bsign {
    padding: 133px 0px 152px;
    background: #d7d9d0;
}

.bsign .bcommon h1,
.bchic .bcommon h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 50px;
    color: #333333;
    text-transform: uppercase;
}

.bsign .bcommon p,
.bchic .bcommon p {
    color: #666666;
    margin-bottom: 2px;
}

.bsign .bcommon h6,
.bchic .bcommon h6 {
    margin-bottom: 65px;
}

.bsign1 img,
.bsign2 img {
    display: block;
    margin: 0 auto;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}

.bsign1,
.bsign2 {
    padding-bottom: 50px;
}

.bchic {
    padding: 133px 0px 152px;
    background: #f1ece7;
}

.bconcept5 {
    background: #f8f8f8;
    padding: 125px 0px 130px;
}

.bconcept5 .half-highlight {
    background-image: linear-gradient(to right, transparent 50%, #e1e2dd 50%);
}

.bcommon h6 span {
    font-style: italic;
}

.bcollab {
    padding: 124px 0px 100px;
    background: #6d7975;
}

.bcollab h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 40px;
    color: #f2dbce;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 41px;
}

.bcollab p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #fffefe;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 72px;
}

.bconcept7 img {
    padding-left: 28px;
}

.bcollab p label {
    font-style: italic;
}

.bcollab p span {
    font-family: 'Noto Sans SC', sans-serif;
}

.bcollap1 {
    text-align: center;
}

.bcollap1 img {
    padding-left: 50px;
}

footer {
    padding: 100px 320px 174px;
    border-top: 1px solid #dddddd;
}

.fflx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.foot1 p {
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #6b7a75;
    margin-bottom: 6px;
}

.foot2 a {
    font-family: 'Lato-Regular';
    font-size: 12px;
    color: #999999 !important;
    margin-bottom: 0px;
    text-decoration: none;
}

.foot1 {
    padding-bottom: 22px;
}

.flogo {
    margin-bottom: 32px;
}

.footflx {
    display: flex;
}

.foot3 h1 a {
    font-family: 'Lato-Bold';
    font-size: 16px;
    color: #6b7a75;
    margin-bottom: 20px;
}

.foot3 p a {
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #6b7a75;
    margin-bottom: 13px;
    text-decoration: none;
}

.foot3 {
    padding-left: 68px;
}

.foot3:nth-child(2) {
    padding-left: 46px;
}

.foot3:first-child {
    padding-left: 91px;
}

.bslider .carousel-inner .carousel-item:first-child {
    background: url(../images/bslider1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
}

.bslider .carousel-inner .carousel-item:nth-child(2) {
    background: url(../images/bslider2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
}

.bslider .carousel-control-next-icon,
.bslider .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 15px;
}

.bslider .carousel-control-next-icon {
    background: url(../images/rarr.png)no-repeat;
}

.bslider .carousel-control-prev-icon {
    background: url(../images/larr.png)no-repeat;
}

.bslider .carousel-item p {
    font-family: 'Lato-Bold';
    font-size: 16px;
    color: #333333;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.bslider .carousel-item h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 80px;
    color: #333333;
    margin-bottom: 20px;
}

.bslider .carousel-item h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #333333;
    margin-bottom: 76px;
}

.bslider .carousel-item a {
    font-family: 'Lato-Light';
    font-size: 16px;
    color: #ffffff;
    background: #6d7975;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 60px;
}

.bslider .carousel-item a:hover {
    color: #ffffff;
}

.bslider1 {
    padding-top: 244px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c9c9c9;
    opacity: 1;
    border: none;
    margin: 0px 9px;
}

.carousel-indicators li.active {
    background: #6d7975;
}

.carousel-indicators {
    right: 1058px;
    bottom: 229px;
}

.mainpage .bframe {
    padding: 112px 0px 137px;
}

.mainpage .bframe h1 {
    margin-bottom: 24px;
}

.mainpage .bframe h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 73px;
}

.product {
    background: url(../images/productBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1300px;
    padding: 124px 0px 100px;
}

.product h1,
.latest h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 40px;
    color: #6d7975;
    margin-bottom: 127px;
    text-align: center;
    text-transform: uppercase;
}

.product1 {
    display: flex;
    height: 400px;
    padding: 0 10%;
    align-items: center;
    width: 555px;
    justify-content: center;
    background: #fff;
}

.product1 h2 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product1 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0px;
}

/*.product1 a {
  font-family: 'Lato-Light';
  font-size: 16px;
  color:#333333; 
  background:#d7d9d0;
  border:1px solid #5c675f;
  text-decoration: none;
  width: 195px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.probut {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonContainer {
    display: inline-block;
    width: 195px;
    height: 60px;
    margin: 28px;
}

.seven {
    position: absolute;
    width: 195px;
    height: 60px;
    background: transparent;
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 40px;
    color: white;
    text-align: center;
    cursor: pointer;
}

.seven {
    border: none;
}

.seven::before {
    content: "";
    border: 1px solid #d7d9d0;
    background: #d7d9d0;
    width: 195px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 5px;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.seven::after {
    content: "";
    border: 1px solid #6b7773;
    width: 195px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: -76px;
    left: -2px;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.seven:hover::before {
    top: 0px;
    left: 0px;
    border-color: #6b7773;
}

.seven:hover::after {
    top: -74px;
    left: 0px;
    border-color: #6b7773;
}

.seven span {
    transition: all 0s;
    -ms-transition: all 0s;
    -webkit-transition: all 0.4s;
}

.seven .text {
    margin-top: 2px;
}

.seven .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'Lato-Light';
    font-size: 16px;
    color: #333333;
}

.seven span {
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.latest {
    padding: 124px 0px 139px;
}

.latest1 {
    border: 1px solid #999999;
    padding: 32px 40px;
    width: 350px;
    height: 250px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #fff;
}

.latest1 p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #999999;
    margin-bottom: 9px;
    word-break: keep-all;
}

.latest1 h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #333333;
    margin-bottom: 21px;
    text-align: left;
    word-break: keep-all;
}

.latest1 h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
    line-height: 1.4;
    height: 50px;
    word-break: keep-all;
}

.latest .col-md-12 {
    margin-bottom: 30px;
}

.latest1 a {
    font-family: 'Lato-Light';
    font-size: 14px;
    color: #999999;
}

.latest1:hover {
    background: #6d7975;
}

.latest1:hover p,
.latest1:hover h1,
.latest1:hover h6,
.latest1:hover a {
    color: #fff;
}

.safety {
    background: #f0f0f0;
    padding: 122px 0px 129px;
}

.safety1 p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #666666;
    letter-spacing: 1.5px;
    margin-bottom: 13px;
}

.safety2 h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 26px;
    color: #333333;
    line-height: 42px;
}

.safety2 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
    margin-bottom: 36px;
    padding-top: 2px;
}

/*product page*/
.probanner {
    background: url(../images/proBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.probanner p {
    font-family: 'Lato-Bold';
    font-size: 16px;
    color: #6e7975;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.probanner h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 50px;
    color: #6e7975;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
}

.probanner div div {
    text-align: center;
}

.probanner h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 14px;
    line-height: 1.6;
}

.pro1 {
    background: #6d7975;
    padding-left: 350px;
    padding-top: 127px;
}

.pro2 {
    background: url(../images/pro3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 127px;
    padding-left: 80px;
}

.protext h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 39px;
}

.protext h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
}

.protext p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 56px;
    line-height: 1.5;
}

.protext a {
    font-family: 'Lato-Light';
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 195px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro2 .protext h1,
.pro2 .protext h6,
.pro2 .protext p {
    color: #333333;
}

.pro2 .protext a {
    background: #666666;
    border: 1px solid #666666;
}

[class^="btn-6"] {
    position: relative;
    overflow: hidden;
    border: 1px solid currentColor;
    z-index: 999;
}

.btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-6:hover {
    color: #6d7975;
}

.btn-6:hover span {
    width: 225%;
    height: 562.5px;
}

.pro2 .btn-6 span {
    background-color: #e3d9d0;
}

.pro2 .btn-6:hover {
    color: #666666;
}

/*product page end*/
/*safety page*/
.safetypage .probanner {
    background: url(../images/safetyBg.jpg);
    height: 500px;
}

.safe1 {
    background: #f0f0f0;
    padding: 103px 0px 119px;
}

.safe1 h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    margin-bottom: 13px;
}

.safe1 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
    margin-bottom: 0px;
    line-height: 1.5;
}

.safe1 .col-lg-9 {
    display: flex;
    align-items: center;
}

.safe2 {
    background: #6d7975;
    padding: 68px 0px 121px;
}

.csafe img {
    display: block;
    margin: 0 auto;
    padding-bottom: 16px;
}

.csafe h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #333333;
    margin-bottom: 13px;
    text-align: center;
}

.csafe p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 72px;
    text-align: center;
}

.safe3 {
    background: #f1ece7;
    padding: 124px 0px 0px;
}

.safe2 .csafe h1,
.safe2 .csafe p {
    color: #ffffff;
}

.safe3 img {
    margin: 0 auto;
    display: block;
}

.safe4 {
    padding-top: 41px;
    padding-bottom: 67px;
}

.safe5 {
    padding: 107px 0px 143px;
}

.safe5 .csafe p,
.safe6 .csafe p {
    margin-bottom: 51px;
}

.safe5 .csafe img,
.safe6 .csafe img {
    padding-bottom: 23px;
}

.safe6 {
    padding: 107px 0px 121px;
    background: #f0f0f0;
}

.safe7 {
    padding: 164px 0px 100px;
    background: #f0f0f0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1100px;
}

.safe7 .csafe p {
    margin-bottom: 85px;
}

.safe7 h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-bottom: 1px;
    text-align: center;
    padding-top: 32px;
}

.safe7 h5 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 20px;
    color: #333333;
    margin-bottom: 0px;
    text-align: center;
}

/*safety page end*/
/*sign*/
.bbsign {
    background: url(../images/signBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1070px;
    padding-top: 141px;
}

.bbsign p {
    font-family: 'Lato-Bold';
    font-size: 18px;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    letter-spacing: 2px;
}

.bbsign div > img {
    display: block;
    margin: 0 auto;
}

.bbsign h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 60px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px;
    margin-top: 18px;
}

.bbsign h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 14px;
    line-height: 1.6;
}

.bbsign1 {
    text-align: center;
    padding-right: 40px;
    padding-top: 82px;
}

.sign1 {
    padding: 189px 0px 170px;
}

.sign1 h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 50px;
    color: #666666;
    text-align: center;
    margin-bottom: 21px;
}

.chicpage .sign1 h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.chicpage .sign1 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.sign1 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
}

.sign2 img,
.sign5 img {
    display: block;
    margin: 0 auto;
}

.sign2 {
    padding-top: 127px;
}

.sign4 {
    padding: 145px 0px 107px;
}

.sign4 h1,
.sign15 h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #333333;
    text-align: center;
    margin-bottom: 8px;
}

.sign4 h1 span,
.sign15 h1 span {
    font-family: 'Noto Sans SC', sans-serif;
}

.sign4 p,
.sign15 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
}

.sign5 {
    padding-top: 90px;
}

.sign6 {
    background: url(../images/sign5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
}

.sign6 {
    padding: 151px 0px 100px;
}

.sign7 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 3px;
}

.sign7 h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #333333;
    text-align: center;
    margin-bottom: 0px;
}

.sign7 h1 span,
.sign1 p span {
    font-style: italic;
}

.sign8 h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-bottom: 2px;
}

.sign8 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
    margin-bottom: 0px;
}

.sign8 .col-md-11 {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.sign8 {
    margin-bottom: 36px;
}

.sign9 {
    margin-top: 163px;
}

.sign10 {
    padding: 127px 0px 200px;
    background: #6d7975;
}

.sign10 h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 111px;
    text-transform: uppercase;
}

.sign11 {
    padding: 120px 0px 174px;
}

.sign12 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 37px 15px 0px;
}

.sign12 h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 22px;
    color: #333333;
    margin-bottom: 4px;
    text-align: left;
}

.sign12 h1 span {
    font-family: 'Noto Sans SC', sans-serif;
}

.sign12 p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #999999;
    margin-bottom: 0px;
    text-align: left;
}

.sign13 {
    text-align: center;
}

.sign14 {
    padding-top: 59px;
}

.sign16 h1 {
    font-family: 'PlayfairDisplay-Bold';
    font-size: 50px;
    color: #666666;
    text-align: center;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.sign16 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 64px;
}

.sign15 h6 {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    margin: 50px;
}

.sign15 img {
    display: block;
    margin: 0 auto;
}

.sign17 {
    padding: 140px 0px 169px;
    background: #f1ece7;
}

.sign18 h1 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin: 15px;
    text-align: center;
}

.sign18 p {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
    margin-bottom: 0px;
    text-align: center;
}

.sign19 {
    margin-bottom: 69px;
}

.sign20 {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign17 .sign16 p {
    margin-bottom: 122px;
}

/*sign end*/
/*chic*/
.chicpage .bbsign {
    background: url(../images/chicBg.jpg);
}

.chicpage .sign6 {
    background: url(../images/chic2.jpg);
}

.chicpage .sign10 {
    background: #e6b89e;
}

/*chic end*/
/*news*/
.newspage .probanner {
    background: url(../images/newsBg.jpg);
    height: 500px;
}

.news1 {
    background: url(../images/news1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1050px;
    padding: 96px 0px 92px;
}

.news2 {
    text-align: center;
}

.news2 img {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

.newspage .clearfix,
.list {
    zoom: 1;
}

.newspage .clearfix:before,
.newspage .list:before,
.newspage .clearfix:after,
.newspage .list:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

.newspage .clearfix:after,
.newspage .list:after {
    clear: both;
}

.newspage .is-hidden {
    display: none !important;
}

.newspage .load-more,
.newspage .loading {
    text-align: center;
    padding-top: 153px;
    padding-bottom: 90px;
}

.newspage .load-more img,
.newspage .loading img {
    cursor: pointer;
}

.newspage .list {
    margin-top: 204px;
    position: relative;
}

.news3 {
    position: absolute;
    top: -66px;
    left: -78px;
}

.newspage .element {
    width: 350px;
    height: 250px;
    background-color: #ccc;
    float: left;
    margin: 15px;
    transform: scale(0.01);
}

.newspage .element-in {
    animation: listIn 0.4s ease;
    transform: scale(1);
}

.newspage .hidden-content {
    overflow: auto;
    height: 0;
}

@keyframes listIn {
    from {
        transform: scale(0.1);
    }

    to {
        transform: scale(1);
    }
}

/*news end*/
/*faq*/
.faqpage .probanner {
    background: url(../images/faqBg.jpg);
    height: 500px;
}

.faq1 {
    padding: 150px 0px 100px;
}

.faq .accordion .card {
    border-top: 1px solid #bbbbbb !important;
    border-radius: 0px;
    border-left: none;
    border-right: none;
}

.faq .accordion .card h2 {
    background: url(../images/darr1.png);
    background-position: calc(94.6%);
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
    padding: 32px 45px;
}

.faq .accordion .card h2.collapsed {
    background-image: url(../images/darr.png);
}

.faq .accordion .card h2 img {
    padding-right: 27px;
}

.faq .accordion .card h2 p {
    margin-bottom: 0px;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 18px;
    color: #333333;
}

.faq .card-body p {
    color: #666666;
    font-size: 17px;
    font-family: 'Noto Sans SC', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    line-height: 1.4;
}

.faq .card-body h5 {
    margin-bottom: 0px;
}

.faq .card-body {
    border-bottom: 1px solid #6d7975;
    display: flex;
    padding: 32px 45px;
}

.faq .card-body img {
    padding-right: 26px;
}

.faq .accordion .card h2[aria-expanded="true"] p {
    color: #ffffff;
}

.faq .accordion .card h2[aria-expanded="true"] {
    background-color: #666666;
}

.faq .accordion .card h2[aria-expanded="false"] .que1 {
    display: none;
}

.faq .accordion .card h2[aria-expanded="true"] .que1 {
    display: block;
}

.faq .accordion .card h2[aria-expanded="false"] .que {
    display: block;
}

.faq .accordion .card h2[aria-expanded="true"] .que {
    display: none;
}

.faq2 {
    display: flex;
    align-items: center;
}

.page {
    text-align: center;
    padding-top: 65px;
}

/*faq end*/
.ldrop .dropbtn {
    background-color: transparent;
    padding: 9px 15px;
    font-size: 14px;
    font-family: "Lato-Regular";
    color: #999999;
    border: none;
    cursor: pointer;
}

.ldrop .dropdown {
    position: relative;
    display: inline-block;
}

.ldrop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    min-width: 60px;
    z-index: 1;
}

.ldrop .dropdown-content a {
    font-size: 14px;
    font-family: "Lato-Regular";
    color: #999999;
    padding: 0px 0px 16px 0px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 0.7;
}

.ldrop .dropdown:hover .dropdown-content {
    display: block;
}

.ldrop .dropdown:hover .dropbtn {
    background-color: #f5f5f5;
}

.ldrop .dropdown:focus,
.ldrop .dropdown button:focus {
    outline: none;
}

.ldrop {
    display: flex;
    align-items: center;
}

.pagi .pagination {
    align-items: center;
    justify-content: center;
}

.pagi .pagination a,
.pagi .pagination .disabled,
.pagi .pagination .current,
.prevs {
    margin: 0 11px;
}

.pagi .pagination .disabled,
.prevs {
    padding-right: 15px;
}

.pagi .pagination .aftr,
.disabled {
    padding-left: 15px;
}

.pagi .pagination .current {
    border-bottom: 1px solid #6d7975;
}

.pagi .pagination a {
    color: #6d7975;
}

.pagi {
    margin-top: 65px;
}

.pagi .fa-forward:before {
    font-size: 13px;
}

.notdet1 {
    padding: 100px 0px 132px;
}

.notdet2 {
    border-top: 2px solid #c1c1c1;
    border-bottom: 2px solid #c1c1c1;
    margin-bottom: 39px;
    height: 585px;
}

.notdet2 h1 {
    font-family: 'Lato-Regular';
    font-size: 17px;
    color: #333333;
    margin-bottom: 0px;
    padding: 21px 0px;
}

.notdet3 {
    background: #f6f6f6;
    padding: 0px 48px;
}

.notdet2 .col-md-6:last-child h1 {
    float: right;
}

.notdet4 {
    padding: 59px 47px 12px;
    height: 420px;
}

.notdet5 p,
.notdet5 a {
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #333333;
    margin-bottom: 9px;
}

.notdet5 {
    border-top: 1px solid #e8e8e8;
    padding-top: 24px;
    padding-left: 49px;
}

.notdet5 p span {
    padding-right: 7px;
}

.notdet4 h6 {
    font-family: 'Lato-Regular';
    font-size: 17px;
    color: #333333;
    line-height: 1.9;
}

.notbut a {
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #333333;
    background: #e8e8e8;
    padding: 7px 29px;
    margin-left: 15px;
}

.latest .col-md-4 {
    margin: 15px 0;
}

.chicpage .bbsign,
.newspage .probanner,
.safetypage .probanner,
.faqpage .probanner,
.chicpage .sign6 {
    background-repeat: no-repeat;
    background-size: cover;
}


/*1600 view*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .bnav .navbar {
        padding: 0px 245.5px 0px 331px;
    }

    .mnotice .subnav-content {
        padding-left: 973px;
    }

    .mproduct .subnav-content {
        padding-left: 643px;
    }

    .carousel-indicators {
        right: 1039px;
        margin-left: 220px;
        bottom: 159px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 708px;
    }

    .bslider1 {
        padding-top: 170px;
    }

    footer {
        padding: 100px 160px 174px;
    }

    .bbanner {
        height: 607px;
    }

    .bbanner div {
        padding: 47px 0px 63px;
    }

    .probanner {
        height: 391px;
    }

    .pro1 {
        padding-left: 230px;
        padding-top: 95px;
    }

    .propage .col-md-6 img {
        width: 800px;
    }

    .pro2 {
        height: 500px;
        padding-top: 93px;
    }

    .bbsign {
        height: 892px;
        padding-top: 90px;
    }

    .bbsign div > img:last-child {
        width: 800px;
    }

    .sign3 img {
        width: 100%;
    }

    .safetypage .probanner,
    .newspage .probanner,
    .faqpage .probanner {
        height: 416px;
    }



}

/*1440 view*/
@media (min-width: 1440px) and (max-width: 1599px) {
    .bnav .navbar {
        padding: 0px 160.5px 0px 251px;
    }

    .mnotice .subnav-content {
        padding-left: 895px;
    }

    .mproduct .subnav-content {
        padding-left: 564px;
    }

    .carousel-indicators {
        right: 977px;
        margin-left: 134px;
        bottom: 96px;
    }

    .bslider .carousel-item h1 {
        font-size: 70px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 638px;
    }

    .bslider1 {
        padding-top: 170px;
    }

    footer {
        padding: 100px 79px 174px;
    }

    .bbanner {
        height: 546px;
        padding: 70px 0px 0px;
    }

    .bbanner div img {
        width: 250px;
    }

    .bbanner div {
        padding: 71px 0px 71px;
    }

    .probanner {
        height: 353px;
    }

    .pro1 {
        padding-left: 180px;
        padding-top: 69px;
    }

    .propage .col-md-6 img {
        width: 720px;
    }

    .pro2 {
        height: 450px;
        padding-top: 66px;
    }

    .bbsign {
        height: 803px;
        padding-top: 90px;
    }

    .bbsign div > img:last-child {
        width: 800px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 933px;
    }

    .sign3 img {
        width: 100%;
    }

    .sign9 {
        margin-top: 125px;
    }

    .safetypage .probanner,
    .newspage .probanner,
    .faqpage .probanner {
        height: 376px;
    }

}

/*1366 view*/
@media (min-width: 1366px) and (max-width: 1439px) {
    .bnav .navbar {
        padding: 0px 125.5px 0px 216px;
    }

    .bslider .carousel-control-next-icon {
        position: absolute;
        right: 40px;
    }

    .bslider .carousel-control-prev-icon {
        position: absolute;
        left: 40px;
    }

    .mnotice .subnav-content {
        padding-left: 863px;
    }

    .mproduct .subnav-content {
        padding-left: 528px;
    }

    .carousel-indicators {
        right: 940px;
        margin-left: 91px;
        bottom: 108px;
    }

    .bframe h1,
    .product h1,
    .latest h1,
    .product1 h2,
    .bconcept3 .bcommon h1,
    .bcollab h1,
    .sign1 h1,
    .sign4 h1,
    .sign7 h1,
    .sign10 h1,
    .sign16 h1,
    .csafe h1 {
        font-size: 35px;
    }

    .bsign .bcommon h1,
    .bchic .bcommon h1,
    .bcommon h1,
    .probanner h1,
    .protext h1 {
        font-size: 40px;
    }

    .bbsign h1 {
        font-size: 45px;
    }

    .product1 p,
    .bcommon h6,
    .latest1 h1,
    .bcollab p,
    .bbsign h6,
    .sign1 p,
    .sign4 p,
    .sign7 p,
    .sign16 p,
    .sign18 h1 {
        font-size: 21px;
    }

    .sign8 h1 {
        font-size: 22px
    }

    .safe1 h1 {
        font-size: 28px;
    }

    .safe1 p {
        font-size: 18px;
    }

    .protext h6,
    .protext p {
        font-size: 19px;
    }

    .probanner p {
        font-size: 14px;
    }

    .foot3 p {
        margin-bottom: 5px;
    }

    .bbsign1 {
        padding-right: 17px;
        padding-top: 29px;
    }

    .bslider .carousel-item h1 {
        font-size: 60px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 638px;
    }

    .bslider1 {
        padding-top: 170px;
    }

    footer {
        padding: 100px 84px 174px;
    }

    .foot3:first-child {
        padding-left: 50px;
    }

    .bbanner {
        height: 518px;
        padding: 70px 0px 0px;
    }

    .bbanner div img {
        width: 250px;
    }

    .bbanner div {
        padding: 56px 0px 71px;
    }

    .probanner {
        height: 334px;
    }

    .pro1 {
        padding-left: 140px;
        padding-top: 69px;
    }

    .propage .col-md-6 img {
        width: 683px;
    }

    .pro2 {
        height: 427px;
        padding-top: 66px;
    }

    .bbsign {
        height: 761px;
        padding-top: 90px;
    }

    .bbsign div > img:last-child {
        width: 800px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 900px;
    }

    .sign3 img {
        width: 100%;
    }

    .sign9 {
        margin-top: 125px;
    }

    .safetypage .probanner,
    .newspage .probanner,
    .faqpage .probanner {
        height: 356px;
    }
}

/*1280 view*/
@media (min-width: 1280px) and (max-width: 1365px) {
    .bnav .navbar {
        padding: 0px 141.5px 0px 118px;
    }

    .bslider .carousel-control-next-icon {
        position: absolute;
        right: 15px;
    }

    .bslider .carousel-control-prev-icon {
        position: absolute;
        left: 13px;
    }

    .mnotice .subnav-content {
        padding-left: 762px;
    }

    .mproduct .subnav-content {
        padding-left: 432px;
    }

    .carousel-indicators {
        right: 903px;
        margin-left: 42px;
        bottom: 108px;
    }

    .bframe h1,
    .product h1,
    .latest h1,
    .product1 h2,
    .bconcept3 .bcommon h1,
    .bcollab h1,
    .sign1 h1,
    .sign4 h1,
    .sign7 h1,
    .sign10 h1,
    .sign16 h1,
    .csafe h1 {
        font-size: 35px;
    }

    .bsign .bcommon h1,
    .bchic .bcommon h1,
    .bcommon h1,
    .probanner h1,
    .protext h1 {
        font-size: 40px;
    }

    .bbsign h1 {
        font-size: 45px;
    }

    .product1 p,
    .bcommon h6,
    .latest1 h1,
    .bcollab p,
    .bbsign h6,
    .sign1 p,
    .sign4 p,
    .sign7 p,
    .sign16 p,
    .sign18 h1 {
        font-size: 21px;
    }

    .sign8 h1 {
        font-size: 22px
    }

    .safe1 h1 {
        font-size: 28px;
    }

    .safe1 p {
        font-size: 18px;
    }

    .protext h6,
    .protext p {
        font-size: 19px;
    }

    .probanner p {
        font-size: 14px;
    }

    .foot3 p {
        margin-bottom: 5px;
    }

    .protext h1 {
        margin-bottom: 25px;
    }

    .protext p {
        margin-bottom: 46px;
    }

    .bbsign1 {
        padding-right: 17px;
        padding-top: 29px;
    }

    .bslider .carousel-item h1 {
        font-size: 60px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 638px;
    }

    .bslider1 {
        padding-top: 170px;
    }

    footer {
        padding: 100px 59px 174px;
    }

    .foot3:first-child {
        padding-left: 32px;
    }

    .bbanner {
        height: 485px;
        padding: 70px 0px 0px;
    }

    .bbanner div img {
        width: 250px;
    }

    .bbanner div {
        padding: 45px 0px 71px;
    }

    .probanner {
        height: 313px;
    }

    .pro1 {
        padding-left: 140px;
        padding-top: 69px;
    }

    .propage .col-md-6 img {
        width: 640px;
    }

    .pro2 {
        height: 400px;
        padding-top: 66px;
    }

    .bbsign {
        height: 713px;
        padding-top: 90px;
    }

    .bbsign div > img:last-child {
        width: 800px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 845px;

    }

    .sign3 img {
        width: 100%;
    }

    .sign9 {
        margin-top: 87px;
    }

    .safetypage .probanner,
    .newspage .probanner,
    .faqpage .probanner {
        height: 333px;
    }
}

/*tab common view 768-1080*/
@media(min-width:768px) and (max-width: 1080px) {
    .bbanner h6 {
        line-height: 1.4;
    }

    .bfflx p {
        font-size: 16px;
        word-break: keep-all;
    }

    .bfflx p br {
        display: none;
    }

    .bconcept4 img {
        width: 150px;
    }

    .newspage .probanner,
    .faqpage .probanner,
    .safetypage .probanner,
    .probanner {
        height: 500px;
    }

    .newspage .probanner {
        background: url(../images/newsBg_t.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .faqpage .probanner {
        background: url(../images/faqBg_t.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .safetypage .probanner {
        background: url(../images/safetyBg_t.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .probanner {
        background: url(../images/proBg_t.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .safe1 .col-md-4 img {
        width: 200px;
    }
}

/*1024 view*/
@media (min-width: 1024px) and (max-width: 1279px) {

    .newspage .probanner,
    .faqpage .probanner,
    .safetypage .probanner,
    .probanner {
        height: 665px;
    }

    .bnav .navbar {
        padding: 0px 26.5px 0px 34px;
    }

    .bnav {
        padding: 0px 50px;
    }

    .bslider .carousel-control-next-icon {
        position: absolute;
        right: 15px;
    }

    .bslider .carousel-control-prev-icon {
        position: absolute;
        left: 13px;
    }

    .mnotice .subnav-content {
        padding-left: 654px;
    }

    .mproduct .subnav-content {
        padding-left: 320px;
    }

    .carousel-indicators {
        right: 732px;
        margin-left: 14px;
        bottom: 79px;
    }

    .bframe h1,
    .product h1,
    .latest h1,
    .product1 h2,
    .bconcept3 .bcommon h1,
    .bcollab h1,
    .sign1 h1,
    .sign4 h1,
    .sign7 h1,
    .sign10 h1,
    .sign16 h1,
    .csafe h1 {
        font-size: 35px;
    }

    .bsign .bcommon h1,
    .bchic .bcommon h1,
    .bcommon h1,
    .probanner h1,
    .protext h1 {
        font-size: 40px;
    }

    .bbsign h1 {
        font-size: 45px;
    }

    .bfflx div {
        padding: 0px 11px;
    }

    .product .col-md-6 img {
        width: 100%;
    }

    .product .col-md-6 {
        padding: 0px !important;
    }

    .product1 {
        height: 346px;
        width: 480px;
    }

    .product {
        height: 1130px;
    }

    .latest1 {
        padding: 21px 15px;
        width: 290px;
        height: 220px;
    }

    .safety2 p {
        word-break: keep-all;
    }

    .safety2 p br {
        display: none;
    }

    .product1 p,
    .bcommon h6,
    .latest1 h1,
    .bcollab p,
    .bbsign h6,
    .sign1 p,
    .sign4 p,
    .sign7 p,
    .sign16 p,
    .sign18 h1 {
        font-size: 21px;
    }

    .sign8 h1 {
        font-size: 22px
    }

    .safe1 h1 {
        font-size: 28px;
    }

    .safe1 p {
        font-size: 17px;
    }

    .protext h6,
    .protext p {
        font-size: 19px;
    }

    .probanner p {
        font-size: 14px;
    }

    .safe2 .col-md-4 img,
    .safe7 .col-md-4 img {
        width: 100%;
    }

    .safe3 img:last-child {
        width: 100%;
    }

    .safe7 {
        height: 973px;
    }

    .newspage .element {
        width: 290px;
        height: 219px;
    }

    .safe4 img {
        width: auto !important;
    }

    .foot3 p {
        margin-bottom: 5px;
    }

    .protext h1 {
        margin-bottom: 20px;
    }

    .protext p {
        margin-bottom: 27px;
    }

    .bbsign1 {
        padding-right: 17px;
        padding-top: 29px;
    }

    .bslider .carousel-item h1 {
        font-size: 55px;
    }

    .bslider .carousel-item h6 {
        font-size: 21px;
        margin-bottom: 47px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 454px;
    }

    .bslider1 {
        padding-top: 72px;
    }

    footer {
        padding: 80px 42px 110px;
    }

    .foot3:first-child,
    .foot3:nth-child(2),
    .foot3 {
        padding-left: 25px;
    }

    .bbanner {
        height: 388px;
        padding: 38px 0px 0px;
    }

    .bbanner div img {
        width: 220px;
    }

    .bbanner div {
        padding: 45px 0px 38px;
    }

    .bconcept7 img {
        padding-left: 0px;
        width: 100%;
    }

    .bconcept2 {
        padding: 27px 0px;
        height: 283px;
    }

    .bcollap1 img {
        padding-left: 0px;
        width: 100%;
    }

    .bsign1 img,
    .bsign2 img {
        width: 100%;
    }

    .bconcept2 p {
        word-break: keep-all;
    }

    .bconcept2 p br {
        display: none;
    }

    .pro1 {
        padding-left: 40px;
        padding-top: 33px;
    }

    .propage .col-md-6 img {
        width: 512px;
    }

    .pro2 {
        height: 320px;
        padding-top: 34px;
    }

    .bbsign {
        height: 571px;
        padding-top: 65px;
    }

    .bbsign div > img:last-child {
        width: 600px;
    }

    .sign2 img,
    .sign5 img {
        width: 100%;
    }

    .sign6,
    .chicpage .sign6 {
        height: 845px;
        background-position: 40% 50%;
    }

    .sign10 .col-md-6 img {
        width: 100%;
    }

    .sign13 img {
        width: 100%;
    }

    .sign11 .col-md-4 {
        padding: 0px 15px !important;
    }

    .sign12 h1 {
        font-size: 18px;
    }

    .sign15 img {
        width: 100%;
    }

    .sign15 .col-md-3 {
        padding: 0px 15px !important;
    }

    .sign15 h6 {
        font-size: 16px;
        word-break: keep-all;
    }

    .sign15 h6 br {
        display: none;
    }

    .sign12 img {
        width: 20%;
    }

    .sign10 .col-md-6 {
        padding: 0px !important;
    }

    .sign3 img {
        width: 100%;
    }

    .sign12 {
        margin: 37px 0px 0px;
    }

    .sign9 {
        margin-top: 87px;
    }
}

/*1080 view*/
@media (min-width: 1080px) and (max-width: 1081px) {

    .newspage .probanner,
    .faqpage .probanner,
    .safetypage .probanner,
    .probanner {
        height: 665px;
    }

    .bnav .navbar {
        padding: 0px 26.5px 0px 34px;
    }

    .bnav {
        padding: 0px 50px;
    }

    .bslider .carousel-control-next-icon {
        position: absolute;
        right: 15px;
    }

    .bslider .carousel-control-prev-icon {
        position: absolute;
        left: 13px;
    }

    .mnotice .subnav-content {
        padding-left: 654px;
    }

    .mproduct .subnav-content {
        padding-left: 320px;
    }

    .carousel-indicators {
        right: 732px;
        margin-left: 14px;
        bottom: 79px;
    }

    .bframe h1,
    .product h1,
    .latest h1,
    .product1 h2,
    .bconcept3 .bcommon h1,
    .bcollab h1,
    .sign1 h1,
    .sign4 h1,
    .sign7 h1,
    .sign10 h1,
    .sign16 h1,
    .csafe h1 {
        font-size: 35px;
    }

    .bsign .bcommon h1,
    .bchic .bcommon h1,
    .bcommon h1,
    .probanner h1,
    .protext h1 {
        font-size: 40px;
    }

    .bbsign h1 {
        font-size: 45px;
    }

    .bfflx div {
        padding: 0px 11px;
    }

    .product .col-md-6 img {
        width: 100%;
    }

    .product .col-md-6 {
        padding: 0px !important;
    }

    .product1 {
        height: 346px;
        width: 480px;
    }

    .product {
        height: 1130px;
    }

    .latest1 {
        padding: 21px 15px;
        width: 290px;
        height: 220px;
    }

    .safety2 p {
        word-break: keep-all;
    }

    .safety2 p br {
        display: none;
    }

    .product1 p,
    .bcommon h6,
    .latest1 h1,
    .bcollab p,
    .bbsign h6,
    .sign1 p,
    .sign4 p,
    .sign7 p,
    .sign16 p,
    .sign18 h1 {
        font-size: 21px;
    }

    .sign8 h1 {
        font-size: 22px
    }

    .safe1 h1 {
        font-size: 28px;
    }

    .safe1 p {
        font-size: 17px;
    }

    .protext h6,
    .protext p {
        font-size: 19px;
    }

    .probanner p {
        font-size: 14px;
    }

    .safe2 .col-md-4 img,
    .safe7 .col-md-4 img {
        width: 100%;
    }

    .safe3 img:last-child {
        width: 100%;
    }

    .safe7 {
        height: 973px;
    }

    .newspage .element {
        width: 290px;
        height: 219px;
    }

    .safe4 img {
        width: auto !important;
    }

    .foot3 p {
        margin-bottom: 5px;
    }

    .protext h1 {
        margin-bottom: 20px;
    }

    .protext p {
        margin-bottom: 27px;
    }

    .bbsign1 {
        padding-right: 17px;
        padding-top: 29px;
    }

    .bslider .carousel-item h1 {
        font-size: 55px;
    }

    .bslider .carousel-item h6 {
        font-size: 21px;
        margin-bottom: 47px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 454px;
    }

    .bslider1 {
        padding-top: 72px;
    }

    footer {
        padding: 80px 42px 110px;
    }

    .foot3:first-child,
    .foot3:nth-child(2),
    .foot3 {
        padding-left: 25px;
    }

    .bbanner {
        height: 388px;
        padding: 38px 0px 0px;
    }

    .bbanner div img {
        width: 220px;
    }

    .bbanner div {
        padding: 53px 0px 48px;
    }

    .bconcept7 img {
        padding-left: 0px;
        width: 100%;
    }

    .bconcept2 {
        padding: 27px 0px;
        height: 283px;
    }

    .bcollap1 img {
        padding-left: 0px;
        width: 100%;
    }

    .bsign1 img,
    .bsign2 img {
        width: 100%;
    }

    .bconcept2 p {
        word-break: keep-all;
    }

    .bconcept2 p br {
        display: none;
    }

    .pro1 {
        padding-left: 40px;
        padding-top: 33px;
    }

    .propage .col-md-6 img {
        width: 540px;
    }

    .pro2 {
        height: 337px;
        padding-top: 34px;
    }

    .bbsign {
        height: 571px;
        padding-top: 65px;
    }

    .bbsign div > img:last-child {
        width: 600px;
    }

    .sign2 img,
    .sign5 img {
        width: 100%;
    }

    .sign6,
    .chicpage .sign6 {
        height: 845px;
        background-position: 40% 50%;
    }

    .sign10 .col-md-6 img {
        width: 100%;
    }

    .sign13 img {
        width: 100%;
    }

    .sign11 .col-md-4 {
        padding: 0px 15px !important;
    }

    .sign12 h1 {
        font-size: 18px;
    }

    .sign15 img {
        width: 100%;
    }

    .sign15 .col-md-3 {
        padding: 0px 15px !important;
    }

    .sign15 h6 {
        font-size: 16px;
        word-break: keep-all;
    }

    .sign15 h6 br {
        display: none;
    }

    .sign12 img {
        width: 20%;
    }

    .sign10 .col-md-6 {
        padding: 0px !important;
    }

    .sign3 img {
        width: 100%;
    }

    .sign12 {
        margin: 37px 0px 0px;
    }

    .sign9 {
        margin-top: 87px;
    }
}

@media only screen and (min-width:0\0) {}


/*tab view*/
@media(min-width:768px) and (max-width: 1023px) {

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 355px;
        margin-top: 100px;
    }

    .bslider1 {
        padding-top: 47px;
    }

    .bslider .carousel-item p {
        font-size: 14px;
    }

    .bslider .carousel-item h1 {
        font-size: 40px;
    }

    .bslider .carousel-item h6 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .bslider .carousel-item a {
        font-size: 15px;
        width: 140px;
        height: 40px;
    }

    .carousel-indicators {
        right: 0px;
        bottom: 5px;
        z-index: 1;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0px 7px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .mainpage .bframe {
        padding: 100px 0px 100px;
    }

    .bframe h1 {
        font-size: 30px;
    }

    .mainpage .bframe h6 {
        font-size: 16px;
    }

    .bfflx div {
        padding: 0px 7px;
    }

    .product .col-md-6 {
        padding: 0px;
    }

    .product .col-md-6 img {
        width: 100%;
    }

    .product1 {
        height: 259px;
        width: 360px;
    }

    .buttonContainer,
    .seven,
    .seven::before,
    .seven::after {
        width: 130px;
        height: 40px;
    }

    .buttonContainer {
        margin: 5px;
    }

    .seven {
        font-size: 48px;
    }

    .seven::after {
        top: -74px;
    }

    .seven .text {
        margin-top: 17px;
        font-size: 11px;
    }

    .product1 h2 {
        font-size: 30px;
    }

    .product1 p {
        font-size: 17px;
        line-height: 1.5;
    }

    .product {
        height: 825px;
        padding: 100px 0px 100px;
    }

    .product h1,
    .latest h1 {
        font-size: 30px;
        margin-bottom: 70px;
    }

    .latest1 {
        padding: 15px 10px;
        width: 210px;
        height: 185px;
    }

    .latest {
        padding: 100px 0px 100px;
    }

    .latest1 p {
        font-size: 14px;
    }

    .latest1 h1 {
        font-size: 17px;
        margin-bottom: 21px;
    }

    .latest1 h6 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .safety {
        padding: 100px 0px 100px;
    }

    .safety1 p {
        font-size: 14px;
    }

    .safety2 h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .safety2 p {
        font-family: 'Noto Sans SC', sans-serif;
        font-size: 14px;
        word-break: keep-all;
        margin-bottom: 27px;
    }

    .safety2 p br {
        display: none;
    }

    .bsocial2 h1 {
        font-size: 22px;
    }

    .bsocial2 p {
        font-size: 25px;
    }

    .bsocial3 p span {
        padding-right: 10px;
    }

    .bsocial1 p span {
        padding-left: 10px;
    }

    .bsocial2 img {
        width: 80%;
        padding-top: 24px;
    }

    footer {
        padding: 100px 30px 100px;
    }

    .foot3:first-child,
    .foot3:nth-child(2),
    .foot3 {
        padding-left: 16px;
    }

    .bsocial1 p,
    .bsocial3 p {
        font-size: 15.3px;
    }

    .foot3 h1 a {
        font-size: 15px;
    }

    .foot3 p a {
        font-size: 14px;
    }

    .foot3 p {
        margin-bottom: 5px
    }

    .foot2 a {
        font-size: 11px;
    }

    .foot1 p {
        font-size: 14px;
        margin-bottom: 3px;
    }

    /*faq*/
    .faq .card-body {
        align-items: flex-start;
    }

    .faqpage .probanner,
    .newspage .probanner {
        margin-top: 100px;
    }

    /*news*/
    .probanner h1 {
        font-size: 40px;
    }

    .newspage .element {
        width: 210px;
        height: 185px;
    }

    .newspage .list {
        margin-top: 100px;
    }

    /*safety*/
    .probanner {
        margin-top: 100px;
    }

    .safe1 h1 {
        font-size: 26px;
    }

    .safe1 p {
        font-size: 18px;
        word-break: keep-all;
    }

    .safe1 p br {
        display: none;
    }

    .csafe h1 {
        font-size: 40px;
    }

    .csafe p {
        font-size: 18px;
    }

    .safe2 .col-md-4 img,
    .safe7 .col-md-4 img {
        width: 100%;
    }

    .safe3 img {
        width: 100%;
    }

    .safe4 img {
        width: auto;
    }

    .safe7 h6 {
        font-size: 15.5px;
    }

    .safe7 h5 {
        font-size: 15px;
    }

    .safe7 {
        padding: 100px 0px 100px;
        height: 736px;
    }

    /*brand*/
    .bbanner {
        height: 291px;
        margin-top: 100px;
        padding: 18px 0px 0px;
    }

    .bbanner div {
        padding: 37px 0px 34px;
    }

    .bbanner div img {
        width: 20%
    }

    .bbanner h6 {
        font-size: 15px;
    }

    .bframe h1 {
        margin-bottom: 54px;
    }

    .bframe {
        padding: 46px 0px 100px;
    }

    .bconcept3 .bcommon h1 {
        font-size: 35px;
    }

    .bcommon h6 {
        font-size: 20px;
    }

    .bcommon h1 {
        font-size: 40px;
    }

    .bconcept3 {
        padding: 100px 0px 100px;
    }

    .bconcept1,
    .bconcept5 {
        padding: 100px 0px 100px;
    }

    .bconcept7 img {
        width: 100%;
    }

    .bconcept2 p {
        word-break: keep-all;
        font-size: 13.9px;
        margin-bottom: 6px;
    }

    .bconcept2 p br {
        display: none;
    }

    .bconcept2 {
        padding: 10px 0px;
        height: 192px;
    }

    .bconcept5 .bconcept2 {
        padding: 19px 0px;
    }

    .bcollap1 img {
        padding-left: 0px;
        width: 100%;
    }

    .bsign1 img,
    .bsign2 img {
        width: 100%;
    }

    .bcollab,
    .bsign,
    .bchic {
        padding: 100px 0px 100px;
    }

    .bcollab h1,
    .bsign .bcommon h1,
    .bchic .bcommon h1 {
        font-size: 40px;
    }

    /*product sign*/
    .bbsign {
        height: 430px;
        padding-top: 45px;
        margin-top: 100px;
    }

    .bbsign div > img:last-child {
        width: 60%;
    }

    .bbsign1 {
        padding-right: 35px;
        padding-top: 0px;
    }

    .bbsign h1 {
        font-size: 45px;
        margin-bottom: 17px;
        margin-top: 5px;
    }

    .bbsign h6 {
        font-size: 20px;
    }

    .sign1 {
        padding: 100px 0px;
    }

    .sign1 h1 {
        font-size: 45px;
    }

    .sign1 p {
        font-size: 21px;
    }

    .sign2 img,
    .sign5 img,
    .sign3 img {
        width: 100%;
    }

    .sign2 {
        padding-top: 100px;
    }

    .sign4 h1 {
        font-size: 45px;
    }

    .sign4 p {
        font-size: 21px;
    }

    .sign7 p {
        font-size: 21px;
    }

    .sign7 h1 {
        font-size: 45px;
    }

    .sign6 {
        padding: 100px 0px 100px;
    }

    .sign9 {
        margin-top: 60px;
    }

    .sign8 .col-md-11 {
        padding-left: 60px;
    }

    .sign8 h1 {
        font-size: 23px;
    }

    .sign8 p {
        font-size: 17px;
    }

    .sign6 {
        height: 750px;
        background-position: center;
    }

    .sign10 .col-md-6 img {
        width: 100%;
    }

    .sign10 .col-md-6 {
        padding: 0px;
    }

    .sign10 h1 {
        font-size: 45px;
        margin-bottom: 90px;
    }

    .sign10 {
        padding: 100px 0px;
    }

    .sign13 img {
        width: 100%;
    }

    .sign11 .col-md-4,
    .sign15 .col-md-3,
    .sign17 .col-md-4 {
        padding: 0px 7.5px !important;
    }

    .sign12 img {
        width: 50px;
    }

    .sign12 h1 {
        font-size: 18px;
        word-break: keep-all;
        min-height: 42px;
    }

    .sign12 p {
        font-size: 12.6px;
    }

    .sign11 {
        padding: 100px 0px;
    }

    .sign16 h1 {
        font-size: 45px;
    }

    .sign16 p {
        font-size: 21px;
    }

    .sign15 img {
        width: 100%;
    }

    .sign15 {
        padding: 100px 0px;
    }

    .sign15 h6,
    .sign18 p {
        font-size: 15px;
        word-break: keep-all;
    }

    .sign15 h6 br,
    .sign18 p br {
        display: none;
    }

    .sign17 {
        padding: 100px 0px;
    }

    .sign17 .sign16 p {
        margin-bottom: 70px;
    }

    .sign18 h1 {
        font-size: 19px;
    }

    .sign19 {
        margin-bottom: 0px;
    }

    .chicpage .bbsign {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .chicpage .sign6 {
        background-position: 60% 50%;
    }

    .pro1 {
        padding: 40px 15px;
    }

    .propage .col-md-6 img {
        width: 100%;
        object-fit: cover;
        height: 384px;
    }

    .protext h1 {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .protext h6 {
        font-size: 17px;
        word-break: keep-all;
    }

    .protext p {
        font-size: 17px;
        word-break: keep-all;
        margin-bottom: 20px;
    }

    .protext p br {
        display: none;
    }

    .pro2 {
        background: unset;
        background-color: #e3d9d0;
        height: auto;
        padding: 40px 15px;
    }






}

/*menu mobile r-type*/
@media(min-width:320px) and (max-width: 768px) {
    .navigation {
        height: 100px;
        background: #fff;
        position: absolute;
        z-index: 9;
        width: 100%;
        border-bottom: 1px solid #dddddd;
    }

    .brand {
        position: absolute;
        padding-left: 30px;
        float: left;
        line-height: 100px;
        text-transform: uppercase;
        font-size: 1.4em;
        display: flex;
        align-items: center;
        height: 100px;
    }

    .brand a,
    .brand a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    nav {
        float: right;
    }

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .vheight {
        height: 100vh;
        background: #fff;
    }

    nav ul li {
        float: left;
        position: relative;
    }

    nav ul li a,
    nav ul li a:visited {
        display: block;
        padding: 15px 30px !important;
        line-height: 70px;
        background: #fff;
        color: #3f382e !important;
        text-decoration: none;
        font-family: "Lato-Bold";
        font-size: 17px;
        text-transform: uppercase;

    }

    nav ul li a:not(:only-child):after,
    nav ul li a:visited:not(:only-child):after {
        padding-right: 7px;
        float: right;
        content: url(../images/mar.png);
    }

    nav ul li a.active:after {
        content: url(../images/mar1.png);
    }

    nav ul li ul li {
        min-width: 190px;
    }

    nav ul li ul li a {
        padding: 15px;
        line-height: 20px;
    }

    .nav-dropdown {
        position: absolute;
        display: none;
        z-index: 1;
        /* box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);*/
    }

    .nav-dropdown li a {
        background: #f1ece7 !important;
        font-family: "Lato-Regular" !important;
        color: #666666 !important;
        text-transform: capitalize !important;
    }

    /* Mobile navigation */
    .nav-mobile {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        height: 100px;
        width: 100px;
        border-bottom: 1px solid #dddddd;
    }

    @media only screen and (max-width: 800px) {
        .nav-mobile {
            display: block;
        }

        nav {
            width: 100%;
            padding: 100px 0 15px;
        }

        nav ul {
            display: none;
        }

        nav ul li {
            float: none;
        }

        nav ul li a {
            padding: 15px;
            line-height: 20px;
        }

        nav ul li ul li a {
            padding-left: 30px;
        }

        .nav-dropdown {
            position: static;
        }
    }

    @media screen and (min-width: 800px) {
        .nav-list {
            display: block !important;
        }
    }

    #nav-toggle.active {
        position: absolute;
        left: 39px;
        top: 38px;
        cursor: pointer;
        padding: 10px 25px 16px 0px;
    }

    #nav-toggle {
        position: absolute;
        left: 39px;
        top: 49px;
        cursor: pointer;
        padding: 10px 25px 16px 0px;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #nav-toggle.active span,
    #nav-toggle.active span:before,
    #nav-toggle.active span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 25px;
        background: #3f382e;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 2px;
        height: 5px;
        width: 5px;
        background: #3f382e;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

    #nav-toggle span:before {
        top: -10px;
    }

    #nav-toggle span:after {
        bottom: -10px;
    }

    #nav-toggle.active span {
        background-color: transparent;
    }

    #nav-toggle.active span:before,
    #nav-toggle.active span:after {
        top: 0;
    }

    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }

    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }

    .mmview {
        display: block;
    }

    .mwview {
        display: none;
    }

    .mldrop div {
        display: flex;
        justify-content: center;
    }

    nav ul li.mldrop a:after {
        content: unset;
    }

    .mldrop {
        background: #f5f5f5;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }

    nav ul li.mldrop a,
    nav ul li.mldrop a:visited {
        font-family: Lato-Regular;
        font-size: 17px;
        color: #999999 !important;
        background-color: unset;
        padding: 20px 30px !important;
    }
}

/*media query for xs*/
@media(min-width:320px) and (max-width: 767px) {
    .fade:not(.show) {
        opacity: 1 !important;
    }

    .newspage .probanner {
        background: url(../images/newsBg_m.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .faqpage .probanner {
        background: url(../images/faqBg_m.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .safetypage .probanner {
        background: url(../images/safetyBg_m.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bfflx img {
        height: 80px;
    }

    .scrollToTop {
        background-image: url(../images/scroll.png);
        background-repeat: no-repeat;
        bottom: 0px;
        cursor: pointer;
        display: none;
        height: 70px;
        position: fixed;
        right: 0px;
        width: 70px;
        z-index: 9999;
    }

    .mview {
        display: block;
    }

    .wview {
        display: none;
    }

    footer {
        padding: 80px 15px 30px;
    }

    .foot3:first-child {
        padding-left: 0px;
    }

    .foot3:nth-child(2) {
        padding-left: 20px;
    }

    .foot3 {
        padding-left: 20px;
    }

    .foot3 h1 a {
        font-size: 13px;
    }

    .foot3 p a {
        font-size: 13px;
    }

    .fflx {
        align-items: flex-end;
    }

    .foot1 {
        padding-bottom: 0px;
    }

    .foot1 p {
        font-size: 14px;
    }

    .foot3 p {
        margin-bottom: 5px;
    }

    .foot2 {
        margin-top: 15px;
    }

    .bslider .carousel-inner .carousel-item:first-child {
        background: url(../images/mslider1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 499px;
        margin-top: 100px;
    }

    .bslider .carousel-inner .carousel-item:nth-child(2) {
        background: url(../images/mslider2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 499px;
        margin-top: 100px;
    }

    .bslider1 {
        padding: 50px 15px;
    }

    .bslider .carousel-item p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .bslider .carousel-item h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .bslider .carousel-item h6 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .bslider .carousel-control-next-icon,
    .bslider .carousel-control-prev-icon {
        display: none;
    }

    .bslider .carousel-item a {
        font-size: 14px;
        width: 130px;
        height: 40px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0px 5px;
    }

    .carousel-indicators {
        right: 0px;
        bottom: 12px;
        z-index: 1;
    }

    .bframe h1 {
        font-size: 22px;
    }

    .mainpage .bframe {
        padding: 80px 15px;
    }

    .mainpage .bframe h6 {
        font-size: 15px;
        line-height: 1.5;
    }

    .bfflx div {
        padding: 0px 10px;
    }

    .bfflx p {
        font-size: 14px;
        word-break: keep-all;
    }

    .bfflx p br {
        display: none;
    }

    .product .col-md-6 img {
        margin: 0 auto;
    }

    .product .col-12.pad0 {
        padding: 0px 15px !important;
    }

    .product1 {
        height: 250px;
        width: 359px;
        margin: 0 auto;
    }

    .product1 h2 {
        font-size: 30px;
    }

    .product1 p {
        font-size: 18px;
        line-height: 1.5;
    }

    .buttonContainer,
    .seven,
    .seven::before,
    .seven::after {
        width: 130px;
        height: 40px;
    }

    .buttonContainer {
        margin: 5px;
    }

    .seven {
        font-size: 48px;
    }

    .seven::after {
        top: -74px;
    }

    .seven .text {
        margin-top: 17px;
        font-size: 11px;
    }

    .mrev .row {
        flex-direction: column-reverse;
        margin-top: 50px;
    }

    .product h1,
    .latest h1 {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .product {
        background: url(../images/mproductBg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 1395px;
        padding: 100px 0px 100px;
    }

    .latest1 {
        padding: 15px 15px;
        margin: 0 auto;
        width: 190px;
        height: 150px;
    }

    .latest1 p {
        font-size: 14px;
    }

    .latest1 a {
        font-size: 12px;
    }

    .latest1 h1 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .latest1 h6 {
        font-size: 13px;
        height: unset;
        margin-bottom: 3px;
    }

    .latest {
        padding: 100px 7.5px 85px;
    }

    .latest .col-6 {
        padding: 0px 7.5px !important;
    }

    .latest .col-12 {
        padding-bottom: 15px;
    }

    .safety {
        padding: 100px 0px 100px;
    }

    .safety1 p {
        font-size: 14px;
    }

    .safety2 h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .safety2 p {
        font-size: 14px;
        word-break: keep-all;
    }

    .bsocial {
        padding: 80px 0px 70px;
    }

    .bsocial .col-12 {
        padding: 0px 30px;
    }

    .bsocial3 p span {
        padding-right: 5px;
    }

    .bsocial1 p,
    .bsocial3 p {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .bsocial1 p a,
    .bsocial3 p a {
        color: #f1ece7;
    }

    .bsocial2 h1 {
        font-size: 20px;
    }

    .bsocial2 p {
        font-size: 25px;
    }

    .mpad30 {
        padding-bottom: 30px;
    }

    .sicons img {
        padding: 0px 15px;
    }

    /*faq*/
    .probanner {
        margin-top: 100px;
    }

    .faqpage .probanner,
    .newspage .probanner,
    .safetypage .probanner {
        height: 456px;
        padding: 0px 15px;
    }

    .probanner p {
        font-size: 14px;
    }

    .probanner h1 {
        font-size: 35px;
    }

    .probanner h6 {
        font-size: 16px;
    }

    .faq1 {
        padding: 100px 15px 100px;
    }

    .faq .accordion .card h2 {
        padding: 20px 20px;
    }

    .faq .accordion .card h2 img {
        padding-right: 10px;
    }

    .page img {
        width: 100%;
    }

    .faq .accordion .card h2 p {
        font-size: 16px;
        word-break: keep-all;
    }

    .faq .card-body {
        align-items: flex-start;
        padding: 15px 20px;
    }

    .faq .card-body p {
        font-size: 15px;
        word-break: keep-all;
        line-height: 1.5;
    }

    .faq .card-body img {
        padding-right: 10px;
    }

    .nav ul {
        height: 100vh;
        background: #fff;
    }

    /*news*/
    .newspage .element {
        width: 190px;
        height: 149px;
        margin: 7.5px;
    }

    .newspage .list {
        margin-top: 100px;
        padding: 0px 7.5px !important;
    }

    .newspage .load-more,
    .newspage .loading {
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .newspage .latest1 {
        padding: 15px 13px;
    }

    .newspage .latest1 h6 {
        height: 35px;
        word-break: keep-all;
    }

    .newspage .latest1 h6 br {
        display: none;
    }

    /*safety*/
    .probanner h6 {
        word-break: keep-all;
    }

    .probanner h6 br {
        display: none;
    }

    .safe1 .col-md-4 img {
        display: block;
        margin: 0 auto;
        width: 170px;
    }

    .safe1 h1 {
        font-size: 25px;
        text-align: center;
        word-break: keep-all;
        margin-top: 30px;
    }

    .safe1 p {
        text-align: center;
        word-break: keep-all;
        font-size: 18px;
    }

    .safe1 p br,
    .csafe p br {
        display: none;
    }

    .safe1 {
        padding: 100px 0px 100px;
    }

    .csafe h1 {
        font-size: 30px;
        word-break: keep-all;
    }

    .csafe p {
        font-size: 18px;
        word-break: keep-all;
        margin-bottom: 15px;
    }

    .safe2 {
        padding: 68px 15px 100px;
    }

    .safe3 {
        padding: 100px 15px 0px;
    }

    .safe3 img {
        width: 100%;
    }

    .safe7 {
        padding: 100px 15px 100px;
        height: auto;
    }

    .safe7 .csafe p {
        margin-bottom: 40px;
    }

    .safe7 h6 {
        font-size: 18px;
        padding-top: 5px;

    }

    .safe7 .col-md-4 img,
    .safe2 .col-md-4 img {
        display: block;
        margin: 0 auto;
        width: 260px;
    }

    .safe7 h5 {
        font-size: 18px;
        margin-bottom: 27px;
    }

    /*brand*/
    .bbanner {
        background: url(../images/mbanner1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 650px;
        margin-top: 100px;
        padding: 81px 0px 0px;
    }

    .bbanner p {
        margin-bottom: 200px;
    }

    .bbanner h6 {
        word-break: keep-all;
        padding: 0px 15px;
    }

    .bbanner h6 br {
        display: none;
    }

    .bframe {
        padding: 100px 0px 100px;
    }

    .brandpage .bframe h1 {
        margin-bottom: 60px;
    }

    .bconcept3 {
        padding: 100px 15px 100px;
    }

    .bcommon p {
        font-size: 14px;
    }

    .bconcept3 .bcommon h1 {
        font-size: 27px;
        padding: 0px 15px;
        word-break: keep-all;
    }

    .bcommon h6 {
        font-size: 17px;
        word-break: keep-all;
        padding: 0px 15px;
    }

    .bcommon h6 br,
    .bconcept2 p br {
        display: none;
    }

    .bconcept4 img {
        width: 100%;
    }

    .bconcept4 p {
        font-size: 16px;
        word-break: keep-all;
    }

    .bconcept1,
    .bconcept5 {
        padding: 100px 0px 100px;
    }

    .bcollab {
        padding: 100px 15px 100px;
    }

    .bcommon h1 {
        font-size: 30px;
        word-break: keep-all;
    }

    .bconcept7 img {
        padding-left: 0px;
        width: 100%;
        padding-bottom: 50px;
    }

    .bconcept2 p {
        font-size: 15px;
        word-break: keep-all;
    }

    .bconcept2 {
        padding: 30px 0px;
        height: auto;
    }

    .bcollab h1 {
        font-size: 30px;
    }

    .bcollab p {
        font-size: 19px;
        word-break: keep-all;
        line-height: 1.4;
    }

    .bcollab p span {
        word-break: keep-all;
    }

    .bcollap1 img {
        padding-left: 0px;
        width: 100%;
    }

    .bsign .bcommon h1,
    .bchic .bcommon h1 {
        font-size: 35px;
    }

    .bsign,
    .bchic {
        padding: 100px 0px 50px;
    }

    .bsign1 img,
    .bsign2 img {
        width: 100%;
    }

    .latest .col-6 {
        margin: 10px 0;
    }

    /*product sign*/
    .bbsign {
        background: url(../images/msignBg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 650px;
        padding: 22px 15px 0px;
        margin-top: 100px;
    }

    .bbsign p {
        font-size: 14px;
        border-bottom: 1px solid #666666;
        width: max-content;
        margin: 0 auto;
    }

    .bbsign div > img {
        display: none;
    }

    .bbsign h1 {
        font-size: 40px;
    }

    .bbsign h6 {
        font-size: 18px;
        word-break: keep-all;
    }

    .sign1 {
        padding: 100px 15px 100px;
    }

    .sign1 h1 {
        font-size: 35px;
    }

    .sign1 p {
        font-size: 18px;
        word-break: keep-all;
    }

    .sign2 img,
    .sign5 img {
        width: 100%;
    }

    .sign3 img {
        width: 100%;
    }

    .sign2 {
        padding-top: 100px;
    }

    .sign4 {
        padding: 100px 15px 100px;
    }

    .sign4 h1 {
        font-size: 35px;
    }

    .sign4 p {
        font-size: 18px;
    }

    .sign6 {
        background: url(../images/msign5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 900px;
    }

    .sign6 {
        padding: 42px 0px;
    }

    .sign7 p {
        font-size: 18px;
    }

    .sign7 h1 {
        font-size: 35px;
    }

    .sign9 {
        margin-top: 25px;
    }

    .sign8 h1 {
        font-size: 18px;
    }

    .sign8 p {
        font-size: 15px;
    }

    .sign8 {
        margin-bottom: 26px;
    }

    .sign8 .col-md-11 {
        padding-left: 20px;
    }

    .sign10 {
        padding: 100px 0px;
    }

    .sign10 h1 {
        font-size: 35px;
        margin-bottom: 80px;
    }

    .sign10 .col-md-6.pad0 {
        padding: 0px 15px !important;
    }

    .msign11 img {
        margin: 0 auto;
        display: block;
    }

    .sign11 {
        padding: 100px 7.5px;
    }

    .msign11 img:first-child {
        padding-bottom: 30px;
    }

    .sign13 img {
        width: 100%;
    }

    .sign11 .col-6 {
        padding: 0px 7.5px !important;
    }

    .sign12 {
        margin: 37px 0px 0px;
    }

    .sign12 img {
        width: 40px;
    }

    .sign12 h1 {
        font-size: 15px;
        word-break: keep-all;
        min-height: 36px;
        margin-bottom: 0px;
    }

    .sign14 {
        padding-top: 30px;
    }

    .sign12 p {
        font-size: 13px;
    }

    .sign16 h1 {
        font-size: 30px;
    }

    .sign15 {
        padding: 100px 7.5px 70px;
    }

    .sign16 p {
        font-size: 18px;

    }

    .sign15 img {
        width: 100%;
    }

    .sign15 .col-6 {
        padding: 0px 7.5px 30px !important;
    }

    .sign15 h6 {
        font-size: 16px;
        word-break: keep-all;
    }

    .sign15 h6 br {
        display: none;
    }

    .sign17 {
        padding: 100px 15px 70px;
    }

    .sign17 .sign16 p {
        margin-bottom: 50px;
    }

    .sign6 .col-2 img {
        width: 60px;
    }

    .sign18 h1 {
        text-align: left;
        font-size: 20px;
    }

    .sign18 p {
        text-align: left;
        font-size: 15px;
        word-break: keep-all;
    }

    .sign20 {
        align-items: flex-start;
        padding-left: 0px;
    }

    .sign20 img {
        width: 100%;
    }

    .sign19 {
        margin-bottom: 0px;
    }

    .msign12 {
        margin: 0px !important;
    }

    .chicpage .bbsign {
        background: url(../images/mchicBg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 650px;
        padding: 22px 15px 0px;
        margin-top: 100px;
    }

    .chicpage .sign6 {
        background: url(../images/mchic2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    /*product*/
    .probanner {
        background: url(../images/mproBg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 450px;
        padding: 0px 15px;
    }

    .pro1 {
        padding: 50px 15px;
        height: 600px;
        display: flex;
        align-items: center;
    }

    .protext h1 {
        font-size: 45px;
        line-height: 28px;
    }

    .protext h6 {
        font-size: 17px;
        word-break: keep-all;
    }

    .protext p {
        font-size: 17px;
        word-break: keep-all;
        margin-bottom: 40px;
    }

    .protext p br {
        display: none;
    }

    .pro2 {
        padding: 50px 15px;
        background-color: #e3d9d0;
        height: 600px;
        display: flex;
        align-items: center;
        background-image: unset;
    }

    .propage .col-12 img {
        width: 100%;
    }

}

@media(min-width:318px) and (max-width: 320px) {

    .product h1,
    .latest h1 {
        font-size: 26px;
    }

    .latest1 h1 {
        font-size: 11px;
    }

    .latest1 {
        width: 139px;
    }

    .latest1 h6 {
        font-size: 12px;
    }

    .latest1 a {
        font-size: 12px;
    }

    .bsocial3 p span img {
        width: 15px;
    }

    .bsocial3 p span {
        padding-right: 4px;
    }

    .foot1 p {
        font-size: 10.5px;
    }

    .foot3 h1 a {
        font-size: 12px;
    }

    .foot3 p a {
        font-size: 12px;
    }

    .foot3:nth-child(2) {
        padding-left: 13px;
    }

    .foot3 {
        padding-left: 9px;
    }

    .foot2 a {
        font-size: 11px;
    }

    .bsocial1 p,
    .bsocial3 p {
        font-size: 10px;
    }

    .bsocial .col-12 {
        padding: 0px 19px;
    }

    .bsocial3 p span img {
        width: 15px;
        margin-bottom: 1px;
    }

    .product .col-md-6 img {
        width: 100%;
    }

    .product1 {
        width: 290px;
    }

    .mainpage .bframe h6 {
        font-size: 12.5px;
    }

    .bframe h1 {
        font-size: 21px;
    }

    .product1 h2 {
        font-size: 24px;
    }

    .product1 p {
        font-size: 14px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 376px;
    }

    .product {
        height: 1249px;
    }

    /*faq*/
    .faq .accordion .card h2 p {
        font-size: 15px;
    }

    .faq .card-body p {
        font-size: 14px;
    }

    /*news*/
    .newspage .element {
        width: 137px;
    }

    .newspage .latest1 h1 {
        font-size: 12px;
    }

    .newspage .latest1 {
        padding: 15px 9px;
    }

    .safe7 .col-md-4 img,
    .safe2 .col-md-4 img {
        width: 210px;
    }

    /*brand*/
    .bbanner {
        height: 325px;
        padding: 60px 0px 0px;
    }

    .bbanner p {
        margin-bottom: 130px;
    }

    .bbanner h6 {
        font-size: 14px;
    }

    .bconcept3 .bcommon h1 {
        font-size: 25px;
    }

    .bconcept4 p {
        font-size: 12.5px;
    }

    .bcommon h1 {
        font-size: 28px;
    }

    .bcommon h6 {
        font-size: 16px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        height: 365px;
    }

    .bbsign h1 {
        margin-bottom: 11px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 600px;
        background-position: 100% 50%;
    }

    .sign12 p {
        font-size: 11.9px;
    }

    .msign11 img {
        width: 100%;
    }

    .sign18 h1 {
        font-size: 19px;
    }

    .sign18 {
        padding: 0px;
    }

    .sign8 h1 {
        font-size: 17px;
    }

    .sign8 p {
        font-size: 14px;
    }

    .sign6 .col-2 img {
        width: 50px;
    }

    .sign18 p {
        font-size: 13px;
    }

    .pro2 {
        height: 405px;
    }

    .pro1 {
        height: 440px;
    }

    .probanner {
        height: 225px;
    }

    .probanner h1 {
        font-size: 26px;
    }

    .faqpage .probanner,
    .newspage .probanner,
    .safetypage .probanner {
        height: 225px;
    }

    .latest1 {
        height: 160px;
    }
}

@media(min-width:321px) and (max-width: 360px) {
    .latest1 {
        width: 158px;
    }

    .bsocial3 p span {
        padding-right: 3px;
    }

    .bsocial .col-12 {
        padding: 0px 17px;
    }

    .bsocial3 p span img {
        width: 15px;
        margin-bottom: 1px;
    }

    .foot1 p {
        font-size: 12px;
    }

    .bsocial1 p,
    .bsocial3 p {
        font-size: 11.5px;
    }

    .product .col-md-6 img {
        width: 100%;
    }

    .product1 {
        width: 329px;
    }

    .mainpage .bframe h6 {
        font-size: 14px;
    }

    .product1 h2 {
        font-size: 27px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 424px;
    }

    .product {
        height: 1307px;
    }

    /*news*/
    .newspage .element {
        width: 157px;
    }

    .newspage .latest1 h1 {
        font-size: 13.5px;
    }

    .newspage .latest1 {
        padding: 15px 10px;
    }

    .safe7 .col-md-4 img,
    .safe2 .col-md-4 img {
        width: 250px;
    }

    /*brand*/
    .bbanner {
        height: 366px;
    }

    .bbanner p {
        margin-bottom: 136px;
    }

    .bbanner h6 {
        font-size: 14px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        height: 365px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 600px;
        background-position: 100% 50%;
    }

    .sign12 p {
        font-size: 12.5px;
    }

    .msign11 img {
        width: 100%;
    }

    .sign18 h1 {
        font-size: 19px;
    }

    .sign18 {
        padding: 0px;
    }

    .sign8 h1 {
        font-size: 17px;
    }

    .sign8 p {
        font-size: 14px;
    }

    .sign6 .col-2 img {
        width: 50px;
    }

    .pro2 {
        height: 405px;
    }

    .pro1 {
        height: 440px;
    }

    .probanner {
        height: 255px;
    }

    .probanner h1 {
        font-size: 28px;
    }

    .faqpage .probanner,
    .newspage .probanner,
    .safetypage .probanner {
        height: 253px;
    }

    .latest1 {
        height: 160px;
    }
}

@media(min-width:361px) and (max-width: 375px) {
    .latest1 {
        width: 165px;
    }

    .bsocial3 p span {
        padding-right: 2px;
    }

    .foot1 p {
        font-size: 12.5px;
    }

    .bsocial1 p,
    .bsocial3 p {
        font-size: 11.5px;
    }

    .bsocial .col-12 {
        padding: 0px 20px;
    }

    .product .col-md-6 img {
        width: 100%;
    }

    .product1 {
        width: 344px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 440px;
    }

    .product {
        height: 1370px;
    }

    /*news*/
    .newspage .element {
        width: 165px;
    }

    .newspage .latest1 h1 {
        font-size: 14px;
    }

    .newspage .latest1 {
        padding: 15px 10px;
    }

    /*brand*/
    .bbanner {
        height: 407px;
    }

    .bbanner p {
        margin-bottom: 171px;
    }

    .bbanner h6 {
        font-size: 15px;
    }

    .bconcept4 p {
        font-size: 15px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        height: 380px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 600px;
        background-position: 100% 50%;
    }

    .sign12 p {
        font-size: 12.5px;
    }

    .msign11 img {
        width: 100%;
    }

    .pro2 {
        height: 375px;
    }

    .pro1 {
        height: 450px;
    }

    .probanner {
        height: 264px;
    }

    .probanner h1 {
        font-size: 31px;
    }

    .faqpage .probanner,
    .newspage .probanner,
    .safetypage .probanner {
        height: 263px;
    }
}

@media(min-width:376px) and (max-width: 400px) {
    .latest1 {
        width: 177px;
    }

    .bsocial3 p span {
        padding-right: 6px;
    }

    .foot1 p {
        font-size: 13px;
    }

    .bsocial .col-12 {
        padding: 0px 21px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 470px;
    }

    /*news*/
    .newspage .element {
        width: 177px;
    }

    .newspage .latest1 {
        padding: 15px 10px;
    }

    .newspage .latest1 h6 {
        height: 35px;
    }

    /*brand*/
    .bbanner {
        height: 407px;
    }

    .bbanner p {
        margin-bottom: 171px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        height: 406px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 600px;
        background-position: 100% 50%;
    }

    .sign12 p {
        font-size: 12.5px;
    }

    .pro2 {
        height: 400px;
    }

    .pro1 {
        height: 450px;
    }

    .probanner {
        height: 281px;
    }

    .faqpage .probanner,
    .newspage .probanner,
    .safetypage .probanner {
        height: 281px;
    }


}

@media(min-width:401px) and (max-width: 414px) {
    .latest1 {
        width: 185px;
    }

    .bsocial3 p span {
        padding-right: 6px;
    }

    .foot1 p {
        font-size: 13px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 486px;
    }

    /*news*/
    .newspage .element {
        width: 184px;
    }

    .newspage .latest1 {
        padding: 15px 10px;
    }

    /*brand*/
    .bbanner {
        height: 420px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        height: 420px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 600px;
        background-position: 100% 50%;
    }

    .sign12 p {
        font-size: 12.5px;
    }

    .pro2 {
        height: 414px;
    }

    .pro1 {
        height: 440px;
    }

    .probanner {
        height: 281px;
    }

    .faqpage .probanner,
    .newspage .probanner,
    .safetypage .probanner {
        height: 291px;
    }

}

@media(min-width:415px) and (max-width: 425px) {

    /*brand*/
    .bbanner {
        height: 430px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        height: 431px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 600px;
    }

    .pro2,
    .pro1 {
        height: 425px;
    }

    .probanner {
        height: 300px;
    }

    .faqpage .probanner,
    .newspage .probanner,
    .safetypage .probanner {
        height: 299px;
    }
}

@media(min-width:426px) and (max-width: 767px) {
    .faqpage .probanner {
        margin-top: 100px;
    }

    /*news*/
    .newspage .element {
        background: transparent;
        width: 50%;
        float: left;
        display: block;
        margin: 10px 0px;
    }

    /*safety*/
    .safe4 img {
        width: auto;
    }

    .bsocial3 p span {
        padding-right: 10px;
    }

    .bsocial1 p,
    .bsocial3 p {
        font-size: 14px;
    }
}

@media(min-width:426px) and (max-width: 500px) {
    .latest1 {
        margin: 0 auto;
        width: 220px;
    }

    .foot3:nth-child(2),
    .foot3 {
        padding-left: 46px;
    }

    /*brand*/
    .bbanner {
        height: 507px;
    }

    .bbanner p {
        margin-bottom: 254px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        height: 508px;
        padding: 55px 15px 0px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 700px;
    }

    .sign6 {
        padding: 81px 0px;
    }

    .probanner {
        height: 351px;
    }

    .faqpage .probanner,
    .newspage .probanner,
    .safetypage .probanner {
        height: 351px;
    }


}

@media(min-width:501px) and (max-width: 600px) {
    .latest1 {
        margin: 0 auto;
        width: 220px;
    }

    .foot3:nth-child(2),
    .foot3 {
        padding-left: 69px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 650px;
    }

    /*brand*/
    .bbanner {
        height: 609px;
    }

    .bbanner p {
        margin-bottom: 332px;
    }

    .bsign1 img,
    .bsign2 img {
        width: auto;
    }

    .bconcept4 p {
        font-size: 19px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        height: 508px;
        padding: 55px 15px 0px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 843px;
    }

    .sign6 {
        padding: 100px 0px;
    }

    .sign9 {
        margin-top: 78px;
    }

    .probanner {
        height: 426px;
    }
}

@media(min-width:601px) and (max-width: 767px) {
    .latest1 {
        margin: 0 auto;
        width: 220px;
    }

    .foot3:nth-child(2),
    .foot3 {
        padding-left: 100px;
    }

    .bslider .carousel-inner .carousel-item:first-child,
    .bslider .carousel-inner .carousel-item:nth-child(2) {
        height: 650px;
    }

    /*brand*/
    .bbanner {
        height: 609px;
    }

    .bbanner p {
        margin-bottom: 332px;
    }

    .bsign1 img,
    .bsign2 img {
        width: auto;
    }

    .bconcept4 p {
        font-size: 19px;
    }

    /*product sign*/
    .bbsign,
    .chicpage .bbsign {
        padding: 65px 15px 0px;
    }

    .sign6,
    .chicpage .sign6 {
        height: 843px;
    }

    .sign6 {
        padding: 100px 0px;
    }

    .sign9 {
        margin-top: 78px;
    }

    .probanner {
        height: 450px;
    }
}