.links-logo-header img {
    width: 90px;
    margin-bottom: 20px;
    margin-top: 16px;
}

.menu-wrapper .menu-item {
    text-transform: uppercase;
}

.btn-gogreen-online {
    background: #00ada6;
    color: white;
    text-transform: uppercase;
}

.main-contact {
    padding: 50px 0px;
}

.main-slider-product .slider-text {
    text-align: center;
}

.wrapper-gallery-event {

}

@media (min-width: 1200px) {
    .gallery-box {
        width: 1200px;
        margin: auto;
    }
}

.gallery-box {
    width: 100%;
    padding: 1rem;
    height: auto;
}

.menu-wrapper .menu-item a {

}
.menu-wrapper .menu-item a {
    line-height: 100px;
}
.gallery-box .waterfall {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pin {
    width: 25%;

    padding: 0.25rem;

}

.pin-50 {
    width: 50%;
}

.pin-100 {
    width: 100%;
}

.pin img {
    width: 100%;
}

.pin-30 {
    width: 33.33%;
}

.pin a {
    padding: 2px;
    width: 100%;

    height: 100%;
    background: #FFFFFF;
    display: block;

}

.pin a span {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}

.pin-100-mb {
    display: none;
}

@media (max-width: 600px) {
    .pin {
        height: 100%;
        width: auto;
    }

    .gallery-box .waterfall {
        justify-content: center;
    }

    .pin-100-last {

    }

    .pin-100-pc {
        display: none;
    }

    .pin-100-mb {
        display: block;
    }

}

.vjs-poster {
    background-size: cover !important;
}

.video-js .vjs-big-play-button {
    height: 2em !important;
    width: 2em !important;

    top: 48% !important;
    left: 48% !important;
    line-height: 2em !important;
    border-radius: 50% !important;
    background-color: rgba(2, 173, 166, 0.73) !important;

}

.home-slider-banner .slick-prev {

    position: absolute;
}

.home-slider-banner .slick-next {
    position: absolute;
}

.wrapper-slider-product .slick-prev, .wrapper-slider-product .slick-next {
    position: absolute;
}

.qrcode {
    width: 100%;
    height: 100%;
    background: url("qr.jpg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}



.row-gogreen-top {
    width: 70%;
    margin: auto;
}
.title-small-contact {
    margin-bottom: 120px;
}


.wraper-our-success {
    margin-bottom: 300px;
}


.swiper-container {
    width: 100%;
    height: 560px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide {
    text-align: center;
}
.swiper-slide   img {
    width: 80%;
}



.fixed-nav-cn {
    right: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 50%;
    text-transform: uppercase;
    position: fixed;
    border-color: #00ada6;
    color: white;
    background-color: #00ada6;
    width: auto;
    display: none;
    text-align: center;
    padding: 10px  ;
    height: auto;
    line-height: 25px;
    font-size: 16px;
    box-shadow: 0px 0px 10px #797979;
    z-index: 1999999;
    border-radius: 0;
}

.fixed-nav-cn:hover {
    color: #F9C292;
}

.fh5co-text button {
    font-size: 20px;
}

.fixed-nav-en {
    width: auto;
}

@media (max-width: 992px) {
    .fixed-nav-cn {
        display: none;
    }

    .fixed-nav-en {
        font-size: 14px !important;
        padding: 10px   !important;
    }
}


@media (max-width: 800px) {

    .title-small-contact {
        margin-bottom: 40px;
    }
    .row-gogreen-top {
        width: 100%;
    }


    .wrapper-hamburger {
        top: 38px;
    }



}



