* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
}

p, li{
    font-size: calc(0.125vw + 15.6px);
    line-height: 1.5;
    font-weight: 300;
}

.ul-padding-left{
    padding-left: calc(0.125vw + 15.6px);
}

/*------------- font size------------- */
.rl-text-desc-48 { 
    font-size: calc(1.25vw + 24px);
    /* 48-28 */
}  

.rl-text-desc-36 {
    font-size: calc(0.625vw + 24px);
    /* 36-26 */
}

.rl-text-desc-30 {
    font-size: calc(0.375vw + 22.8px);
    /* 30-24 */
}

.rl-text-desc-28 {
    font-size: calc(0.375vw + 20.8px);
    /* 28-22 */
}

.rl-text-desc-24 {
    font-size: calc(0.25vw + 19.2px);
}

.rl-text-desc-20 {
    font-size: calc(0.125vw + 17.6px);
}

.rl-text-desc-18,
.rl-text-dec {
    font-size: calc(0.125vw + 15.6px);
}

.rl-text-desc-16 {
    font-size: calc(0.125vw + 13.6px);
}

/*------------- line height -----------  */
.rl-lh-1 {
    line-height: 1;
}

.rl-lh-11 {
    line-height: 1.1;
}

.rl-lh-12 {
    line-height: 1.2;
}

.rl-lh-13 {
    line-height: 1.3;
}

.rl-lh-14 {
    line-height: 1.4;
}

.rl-lh-15 {
    line-height: 1.5;
}

/*------------- font weight -------------- */
.rl-text-900{
    font-weight: 900;
}

.rl-text-bold{
    font-weight: 700;
}

.rl-text-medium{
    font-weight: 500;
}

.rl-text-regular{
    font-weight: 400;
}

.rl-text-light{
    font-weight: 300;
}


#topnavarea.affix {
    position: fixed;
    top: 0;

    width: 100%;
    z-index: 97;
}

/*-----Link Style-----*/
a {
    color: #82be0f;
    text-decoration: none;
}

a:hover {
    color: #82be0f;
    text-decoration: underline;
}

a.none-underline:hover {
    text-decoration: none;
}

a:focus,
a:active,
a:active:focus {
    color: #82be0f;
    outline: none;
    text-decoration: underline;
}

/*----------Layout--------- */

.rl-container {
    padding-right: 15px;
    padding-left: 15px;
}

.rl-row-1440 {
    max-width: 1440px;
    margin: 0 12.1%;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 1440px) {
    .rl-row-1440 {
        margin: 0 4.17%;
    }
}

@media screen and (max-width: 991px) {
    .rl-row-1440 {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin: 0 auto;
    }
}

/*---------- hidden ----------*/
.rl-hidden-all,
.rl-visible-991,
.rl-visible-767,
.rl-visible-480{
    display: none !important;
}

@media screen and (max-width: 1100px) {
    .rl-hidden-1100 {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .rl-hidden-991 {
        display: none !important;
    }

    .rl-visible-991 {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .rl-hidden-767 {
        display: none !important;
    }

    .rl-visible-767 {
        display: block !important;
    }
}

@media screen and (max-width: 480px) {
    .rl-hidden-480 {
        display: none !important;
    }

    .rl-visible-480 {
        display: block !important;
    }
}

/*--------------- img ----------------- */
.rl-img-response {
    display: block;
    max-width: 100%;
    height: auto;
}

/*------------------------------------
                pos
------------------------------------*/
.rl-rel {
    position: relative;
    display: block;
}

/*------------------------------------
                magnificPopup
------------------------------------*/

.mfp-iframe-holder .mfp-content {
    max-width: 80%;
}

@media screen and (max-width: 991px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 900px;
    }
}

/*------------------------------------
                flexbox
------------------------------------*/

.rl-flex,
.flex-layout-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-space-around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .flex-layout-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align:left;
        -ms-flex-align:left;
                align-items:left
    }
}

.rl-uppercase {
    text-transform: uppercase;
}

/*--------text-align------ */
.rl-text-center {
    text-align: center;
}

/*--------------- space------------ */
/*----- 90px ----- */

.rl-row-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: calc( 30px + 3.125vw);
}

.rl-row-top-90 {
    padding-top: calc( 30px + 3.125vw);
    padding-bottom: 0;
}

.rl-row-bottom-90 {
    padding-bottom: calc( 30px + 3.125vw);
}

/*----- 80px ----- */

.rl-row-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: calc( 32px + 2.5vw);
}

.rl-row-top-80 {
    padding-top: calc( 32px + 2.5vw);
    padding-bottom: 0;
}

.rl-row-bottom-80 {
    padding-top: 0;
    padding-bottom: calc( 32px + 2.5vw);
}

/*----- 70px ----- */

.rl-row-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: calc(2.1875vw + 28px);
}

.rl-row-top-70 {
    padding-top: calc(2.1875vw + 28px);
    padding-bottom: 0;
}

.rl-row-bottom-70 {
    padding-top: 0;
    padding-bottom: calc(2.1875vw + 28px);
}

/*----- 60px ----- */

.rl-row-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: calc( 24px + 1.875vw);
}

.rl-row-top-60 {
    padding-top: calc( 24px + 1.875vw);
    padding-bottom: 0;
}

.rl-row-bottom-60 {
    padding-top: 0;
    padding-bottom: calc( 24px + 1.875vw);
}

/*----- 50 px ----- */

.rl-row-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: calc( 14px + 1.875vw);
}

.rl-row-top-50 {
    padding-top: calc( 14px + 1.875vw);
    padding-bottom: 0;
}

.rl-row-bottom-50 {
    padding-top: 0;
    padding-bottom: calc( 14px + 1.875vw);
}

/*----- 40 px ----- */

.rl-row-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: calc( 16px + 1.25vw);
}

.rl-row-top-40 {
    padding-top: calc( 16px + 1.25vw);
    padding-bottom: 0;
}

.rl-row-bottom-40 {
    padding-top: 0;
    padding-bottom: calc( 16px + 1.25vw);
}

/*----- 30 px ----- */

.rl-row-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: calc(0.75vw + 15.6px);
}

.rl-row-top-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: 0;
}

.rl-row-bottom-30 {
    padding-top: 0;
    padding-bottom: calc(0.75vw + 15.6px);
}

/*----- 25 px ----- */

.rl-row-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.rl-row-top-25 {
    padding-top: 25px;
    padding-bottom: 0;
}

.rl-row-bottom-25 {
    padding-top: 0;
    padding-bottom: 25px;
}

/*----- 20 px ----- */

.rl-row-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rl-row-top-20 {
    padding-top: 20px;
    padding-bottom: 0;
}

.rl-row-bottom-20 {
    padding-top: 0;
    padding-bottom: 20px;
}

/*----- 15 px ----- */

.rl-row-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rl-row-top-15 {
    padding-top: 15px;
    padding-bottom: 0;
}

.rl-row-bottom-15 {
    padding-top: 0;
    padding-bottom: 15px;
}

/*----- 10 px ----- */

.rl-row-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rl-row-top-10 {
    padding-top: 10px;
    padding-bottom: 0;
}

.rl-row-bottom-10 {
    padding-top: 0;
    padding-bottom: 10px;
}

/*------------- color-------------- */
.rl-color-white{
    color: #fff;
}

.rl-color-4d4d4d{
    color: #4d4d4d;
}

.rl-color-666666{
    color: #666666;
}

.rl-color-product{
    color: #82be0f;
}

/*-------------- button------------ */
.rl-btn-fill,
.rl-btn-fill:active,
.rl-btn-fill:focus,
.rl-btn-fill:active:focus{
    background-color: #82be0f;
    color: #fff;
    padding: 8px calc(0.625vw + 13px);
    font-size: calc(0.125vw + 15.6px);
    font-weight: normal;
    border: 1px solid #82be0f;
    text-decoration: none;
}

.rl-btn-fill:hover{
    background-color: transparent;
    color: #82be0f;
    text-decoration: none;
}

.rl-btn-store,
.rl-btn-store:active,
.rl-btn-store:focus,
.rl-btn-store:active:focus{
    background-color: #ff9f00;
    color: #fff;
    padding: 8px calc(0.625vw + 13px);
    font-size: calc(0.125vw + 15.6px);
    font-weight: normal;
    border: 1px solid #ff9f00;
    text-decoration: none;
}

.rl-btn-store:hover{
    background-color: transparent;
    color: #ff9f00;
    text-decoration: none;
}

/*------------banner-align------------ */
.rl-banner-other {
    background-image: url(../../images/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 26.042vw;
    min-height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.rl-banner-leftcenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-banner-centercenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rl-banner-centerbot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .rl-banner-other-xs {
        background-image: url(../../images/main_mobile.jpg);
        height: calc(22.371364653243848vw + 328.4116331096197px);
        min-height: inherit;
    }

    .rl-banner-mobile-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .rl-banner-mobile-centerbot {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }
}

.rl-play-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(55px + 2.5vw);
    height: calc(55px + 2.5vw);
    border-radius: 50%;
    margin: calc( (( 55px + 2.5vw) / 2) * (-1)) 0 0 calc( (( 55px + 2.5vw) / 2) * (-1));
    border: 3px solid #e4e4e4;
    background: #0009;
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.rl-play-wrapper.rl-play-pos-rightbottom{
    top: initial;
    left: initial;
    bottom: 0;
    right: 10%;
}

.rl-rel:hover .rl-play-wrapper {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.rl-play {

    width: 0;
    height: 0;
    border-top: solid calc(0.625vw + 8px) transparent;
    border-right: solid 0px transparent;
    border-bottom: solid calc(0.625vw + 8px) transparent;
    border-left: solid calc(0.9375vw + 12px) #fff;
    margin-left: 7px;
}