@font-face {
    font-family: Montser;
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 14px;margin:0;font-family: 'Open Sans', sans-serif; right: 0px;position: relative;}
body p{font-size:14px;margin:0;font-family: 'Open Sans', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
header {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    padding: 20px 30px;
    z-index: 9999;
}
.div-menu-lang {
    display: flex;
    align-items: center;
}
.ul-main-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.ul-main-menu > li > a{
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px black;
}
.ul-main-menu > li:hover > a{
    color: #e5e5e5;
}
.language {
    margin-left: 20px;
}
.language a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #78c043;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 50%;
    font-weight: 600;
}
.language a:hover{
    background: none;
}
.main-banner{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.main-banner .lslide img{
    height: 100vh;
    object-fit: cover;
}
.main-banner .lSSlideOuter .lSPager.lSpg {
    margin-top: 0 !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.main-banner .lSSlideOuter .lSPager.lSpg > li a{
    width: 13px;
    height: 13px;
    background: rgba(229, 229, 229, 1);
}
.main-banner .lSSlideOuter .lSPager.lSpg > li:hover a, 
.main-banner .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #fff;
}
.items-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.des-banner {
    position: absolute;
}
.main-banner .lslide .typo{
    text-align: center;
}
.main-banner .lslide .typo img {
    width: 350px;
    height: auto;
    object-fit: unset;
}
.des-typo {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-align: center;
    text-shadow: 0px 0px 7px black;
    margin-top: 30px;
    margin-bottom: 30px;
}
.link-banner a:first-child{
    min-width: 190px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-color: rgba(255, 255, 255, 0.25);
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    cursor: pointer;
    transition: none 0s ease 0s;
    text-align: center;
    margin: 0px;
    padding: 12px 35px;
    letter-spacing: 0px;
    min-height: 34px;
    max-height: 34px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    border-radius: 30px;
    border: 2px solid white;
    padding: 5px 20px;
    margin-right: 10px;
    display: inline-block;
}
.link-banner a:first-child:hover{
    background: #fa9e05;
    border: 2px solid #fa9e05;
    transition: all 0.5s;
}
.link-banner a:last-child{
    min-width: 190px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    cursor: pointer;
    transition: none 0s ease 0s;
    text-align: center;
    margin: 0px;
    padding: 12px 35px;
    letter-spacing: 0px;
    min-height: 34px;
    max-height: 34px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    border-radius: 30px;
    border: 2px solid #fa9e05;
    padding: 5px 20px;
    margin-left: 10px;
    background: #fa9e05;
}
.link-banner a:last-child:hover{
    background: none;
    border: 2px solid #fff;
    transition: all 0.5s;
}
.main-cate-home{
    padding: 100px 0;
}
.cate-items.ltor img{
    position: relative;
    left: -200px;
    opacity: 0;
    visibility: hidden;
}
.cate-items.ttod img{
    position: relative;
    top: -100px;
    opacity: 0;
    visibility: hidden;
}
.cate-items img:hover{
    transform: rotate(5deg);
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    transition: all 0s;
}
.cate-items.rtol img{
    position: relative;
    right: -200px;
    opacity: 0;
    visibility: hidden;
}
.show-cate-items .cate-items.ltor img{
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.show-cate-items .cate-items.ttod img{
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.show-cate-items .cate-items.rtol img{
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.cate-top-home{
    margin-bottom: 100px;
}
.top-choose {
    color: #78c043;
    font-size: 36px;
    font-weight: 300;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.top-choose span{
    font-weight: 600;
}
.bottom-choose {
    color: #78c043;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.bottom-choose span{
    font-weight: 800;
}
.main-form-home{
    height: 485px;
    background: url(../img/bnform.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.form-ttu {
    position: absolute;
    border: 2px solid #fff;
    border-left: none;
    padding: 30px;
    width: 33.333333%;
    right: 70px;
}
.tit-ttu {
    margin: 0;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
}
.sm-ttu{
    background: #fa9e05;
    padding: 8px 45px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: none;
}
.main-why-choose{
    padding: 100px 0;
}
.tit-pub{
    color: #78c043;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: montser;
    font-size: 30px;
    margin-bottom: 50px;
}
.tit-why{
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}
.why-top{
    margin-bottom: 30px;
}
.why-top.wttod{
    position: relative;
    top: -100px;
    opacity: 0;
    visibility: hidden;
}
.why-top.wdtot{
    position: relative;
    top: -100px;
    opacity: 0;
    visibility: hidden;
}
.why-top.wttod.show-why-top{
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 1s;
}
.why-top.wdtot.show-why-top{
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 1s;
}
.why-bottom.wttod{
    position: relative;
    bottom: -100px;
    opacity: 0;
    visibility: hidden;
}
.why-bottom.wdtot{
    position: relative;
    bottom: -100px;
    opacity: 0;
    visibility: hidden;
}
.why-bottom.wttod.show-why-bottom{
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transition: all 1s;
}
.why-bottom.wdtot.show-why-bottom{
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transition: all 1s;
}
.main-certified{
    padding: 100px 0;
    background: url(../img/bncer.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 470px;
}
.items-cer{
    text-align: center;
    height: 95px;
}
.items-cer img{
    height: 100%;
}
.main-subcribe{
    background: url(../img/bnsub.png) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.custom-submit-form > input{
    border-radius: 50px 0 0 50px;
}
.custom-submit-form > span button{
    background: none;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-weight: 600;
}
.footer-top{
    background: url(../img/back-ft.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.footer-top *{
    color: #ccc;
}
.flex-start{
    display: flex;
    align-items: flex-start;
}
.flex-start i{
    margin-top: 5px;
}
.flex-start ul{
    padding: 0;
    padding-left: 20px;
    list-style-type: none;
    margin: 0;
}
.reach-ft a:hover{
    color: #ccc;
    text-decoration: underline !important;
}
.custom-search-form > input{
    border-radius: 50px 0 0 50px;
    background: none;
    border-color: #555;
}
.custom-search-form > span button{
    background: none;
    border-radius: 0 50px 50px 0;
    color: #fff;
    background: #78c043;
    border-color: #555;
}
.ul-ft{
    padding-left: 20px;
    margin: 0;
    list-style-type: none;
}
.ul-ft > li{
    margin-bottom: 5px;
}
.ul-ft > li > a:hover{
    color: #ccc;
    display: inline-block;
    padding-left: 10px;
}
.our-g{
    margin-bottom: 30px;
}
.og a:hover{
    color: #ccc;
    text-decoration: underline !important;
}
.footer-bottom{
    padding: 15px 0;
    background: #000;
}
.footer-bottom p{
    color: #444;
}
header.not-home{
    position: unset;
    padding-top: 20px;
    padding-bottom: 20px;
}
.not-home .ul-main-menu > li > a{
    color: #444;
    text-shadow: unset;
}
.not-home .ul-main-menu{
    margin-right: 50px;
    position: relative;
}
.tit-page{
    background: #f9f9f9;
    padding: 20px 0;
}
.tit-page h3{
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #333;
    font-size: 28px;
}
.block-about-us p{
    font-size: 15px;
}
.tit-about{
    color: #78c043;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 25px;
}
.block-about-us {
    padding-left: 70px;
    border-left: 1px dashed #000;
    position: relative;
    padding-bottom: 40px;
}
.block-about-us:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    display: flex;
    width: 70px;
    height: 70px;
    border: 1px solid #78c043;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -35px;
    z-index: 99;
    background: #fff;
    color: #78c043;
    font-size: 30px;
}
.main-about-us .block-about-us:last-child{
    border-color: #fff;
}
.search-site{
    border-radius: 50px;
    box-shadow: 0 0 5px #ccc;
    border: none;
    width: 100%;
    padding: 8px 12px;
    outline: unset;
}
.block-aside{
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}
.block-asi-se{
    margin-bottom: 30px;
}
.tit-aside{
    font-size: 14px;
}
.ul-asilink{
    padding-left: 10px;
    margin: 0;
    list-style-type: none;
}
.ul-asilink > li{
    border-bottom: 1px solid #ddd;
}
.ul-asilink > li > a{
    display: inline-block;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    color: #000;
    font-weight: 600;
    color: #333;
}
.ul-asilink > li > a:hover{
    text-decoration: underline !important;
}
.sm-as{
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #E6E7E8;
    color: #7c7c7c;
    box-shadow: 0 1px 1px rgba(36, 36, 36, 0.25);
    width: 100%;
    padding: 5px;
}
.social-asi a {
    font-size: 13px;
    height: 28px;
    width: 28px;
    margin: 1px;
    color: #c4dab7;
    border-radius: 10px;
    text-shadow: 0px 0px 3px #78c043;
    background: #78c043;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-asi a:hover{
    text-shadow: 0px 0px 15px black;
}
.tit-pro{
    margin: 20px 0;
    color: #78c043;
    font-weight: 700;
    text-align: center;
}
.block-product{
    margin-bottom: 30px;
}
.block-gal{
    margin-bottom: 10px;
}
.pad-sm .col-md-4{
    padding: 0 1px;
}
.block-ex{
    margin-bottom: 10px;
}
.pad-sm .col-md-4{
    padding: 0 1px;
}
.pad-sm .col-md-3{
    padding: 0 5px;
}
.send-m{
    background: #E6E7E8;
    box-shadow: 0 1px 1px rgba(36, 36, 36, 0.25);
    border-radius: 2px;
    color: #7c7c7c;
    border: 1px solid #ddd;
}
.menu-mobile {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #333;
    height: 100vh;
    width: 240px;
    padding: 30px 10px;
    display: none;
    overflow: auto;
}
.ul-menu-mobile{
    color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-menu-mobile > li > a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
}
.lang-mobile{
    color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 20px;
}
.lang-mobile > li > a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
}
.menu-mobile.mn-hide{
    display: none !important;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #78c043 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    list-style-type: none;
    top: 100%;
    left: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 9999;
    min-width: 200px;
    display: none;
    box-shadow: 0 0 3px #ccc;
}
.ul-sub-menu > li > a{
    display: block;
    color: #333;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}
.ul-sub-menu > li:hover > a{
    background: #78c043;
    color: #fff;
    transition: all 0s;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.has-sub-2{
    position: relative;
}
.ul-sub-menu-2{
    position: absolute;
    list-style-type: none;
    top: 0;
    left: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 9999;
    min-width: 200px;
    display: none;
    box-shadow: 0 0 3px #ccc;
}
.ul-sub-menu-2 > li > a{
    display: block;
    color: #333;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}
.ul-sub-menu-2 > li:hover > a{
    background: #78c043;
    color: #fff;
    transition: all 0s;
}
.has-sub-2:hover .ul-sub-menu-2{
    display: block;
}
/*--------------custom css-----------------------*/
.lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid #ccc;
}
.slider-spct .lSSlideOuter .lightSlider li {
    border: 1px solid #ddd;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery {
    padding-bottom: 1px !important;
}
.clred {
    color: #ec0000;
}
.share-sp {
    display: flex;
    align-items: center;
}
.share-sp > span {
    display: inline-block;
    margin-right: 10px;
}
.share-sp .at-style-responsive .at-share-btn {
    margin-bottom: 0;
}
.at4-share,.at-share-dock {
    display: none;
}
.clgreen{
    color: #78c043;
}



@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a{
        font-size: 13px;
        padding: 10px;
    }
    .sp-sn {
        display: inline-flex;
        width: 44px;
        height: 36px;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 4px;
        font-size: 20px;
        color: #222 !important;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 0;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
        color: #fff;
    }
    .phelp {
        position: relative;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 0;
    }
    .phelp > a:first-child {
        color: #fff;
        width: calc(100% - 20px);
        display: block;
    }
    .sub-menu-mb {
        list-style-type: none;
        margin: 0;
        background: #777;
        padding: 0 10px;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .sub-menu-mb > li > a{
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        padding: 10px 0;
    }
    .sub-menu-mb .phelp > a:first-child{
        font-size: 13px;
    }
    .sub-menu-mb .sub-menu-mb{
        background: #999;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .flex-order-767{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .order-3{
        order: 3;
    }
    .cate-items{
        text-align: center !important;
        margin-bottom: 30px;
    }
    .cate-items img{
        position: unset !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .cate-top-home{
        margin: 0;
    }
    .form-ttu{
        width: 50%;
    }
    .block-why-choose .flex-bw{
        display: block;
    }
    .why-top,
    .why-bottom{
        opacity: 1 !important;
        visibility: visible !important;
        position: unset !important;
    }
    .quacam{
        margin: 20px 0;
    }
    .main-subcribe .flex-bw{
        display: block;
    }
    .block-about-us{
        padding-left: 50px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .main-banner .lslide .typo img{
        width: 300px;
    }
    .link-banner {
        display: flex;
        flex-direction: column;
    }
    .link-banner a:first-child {
        margin: 0;
        margin-bottom: 10px;
    }
    .link-banner a:last-child{
        margin: 0;
    }
    .form-ttu{
        width: calc(100% - 30px);
        left: 15px;
        right: unset;
        border-left: 2px solid #fff;
        padding: 30px 15px;
    }
    .main-cate-home,
    .main-why-choose,
    .main-certified{
        padding: 50px 0;
        height: auto;
    }
    .video iframe{
        height: 300px;
    }
}