.invisible {
    visibility: hidden;
}

.text-hide {
    font: "0/0"a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-nowrap {
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.overflow-hidden {
    overflow: hidden;
}
 

.unable-to-interact {
    cursor: not-allowed;
    pointer-events: none;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

 

#app.ready {
    opacity: 1;
}

.center {
    text-align: center;
}

#pageMain {
    overflow: hidden;
}

.page-main {
    padding-top: 100px;
}

.page-main.notop {
    padding-top: 0;
}

.page-pd {
    padding: 108px 0 60px;
}

.c-imghover {
    overflow: hidden;
}

.c-imghover .c-imghover-item {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

@media only screen and (min-width: 961px) {
    .c-imghover:hover .c-imghover-item {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        -o-transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}



.width1770 {
    width: 92%;
    max-width: 1770px;
    margin: 0 auto;
}

.width1440 {
    width: 92%;
    max-width: 1440px;
    margin: 0 auto;
}

.width1400 {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}
.f50{
    font-size: 50px;
}
.f48 {
    font-size: 48px;
}

.f42 {
    font-size: 42px;
}

.f40 {
    font-size: 40px;
}

.f36 {
    font-size: 36px;
}

.f34 {
    font-size: 34px;
}

.h1 {
    font-size: 35px;
    line-height: 1;
}

.h2 {
    font-size: 28px;
    line-height: 1;
}

.h3 {
    font-size: 24px;
    line-height: 1;
}

.f22 {
    font-size: 22px;
    line-height: 1;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .f50{
        font-size: 34px;
    }
    
    .f48 {
        font-size: 36px;
    }

    .f42 {
        font-size: 30px;
    }

    .f40 {
        font-size: 36px;
    }

    .f36 {
        font-size: 34px;
    }

    .f34 {
        font-size: 32px;
    }

    .h1 {
        font-size: 28px;
    }

    .h2 {
        font-size: 26px;
    }

    .h3 {
        font-size: 22px;
    }

    .f22 {
        font-size: 20px;
    }

    .h4 {
        font-size: 18px;
    }

    .h5 {
        font-size: 16px;
    }

    .h6 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1043px) {
    .page-main {
        padding-top: 0;
    }
}

@media only screen and (max-width: 960px) {

    .f48 {
        font-size: 34px;
    }

    .f42 {
        font-size: 18px;
    }

    .f40 {
        font-size: 30px;
    }

    .f36 {
        font-size: 28px;
    }

    .f34 {
        font-size: 26px;
    }

    .h1 {
        font-size: 24px;
    }

    .h2 {
        font-size: 22px;
    }

    .h3 {
        font-size: 20px;
    }

    .f22 {
        font-size: 18px;
    }

    .h4 {
        font-size: 16px;
    }

    .h6 {
        font-size: 15px;
    }
}


.bg {
    overflow: hidden;
    position: relative;
}

.bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: 1000000px;
    transform: translate(-50%, -50%);
    transition: all .4s;
}

.just-betw {
    justify-content: space-between;
}

.just-cen {
    justify-content: center;
}

.align-start {
    align-items: flex-start;
}

.fl1875 {
    line-height: 1.875;
}

.fl180 {
    line-height: 1.8;
}

.fl167 {
    line-height: 1.67;
}

.fl2 {
    line-height: 2;
}

.fw600 {
    font-weight: bold;
}

.fc00d {
    color: #009DE0;
}

.fcff {
    color: #ffffff;
}

.fc33 {
    color: #333333;
}

.fc66 {
    color: #666666;
}

.fc99 {
    color: #999999;
}

.mt20 {
    margin-top: 20px;
}

.mt35 {
    margin-top: 35px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt30 {
    margin-top: 30px;
}

.mt70 {
    margin-top: 70px;
}

.pt55 {
    padding-top: 55px;
}

.pt75 {
    padding-top: 75px;
}

.pt105 {
    padding-top: 105px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb80 {
    padding-bottom: 80px;
}

.mt60 {
    margin-top: 120px;
}

.pt65 {
    padding-top: 65px;
}

.pt100 {
    padding-top: 100px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb60 {
    padding-bottom: 60px;
}

@media only screen and (max-width:1200px) {
    .pb100 {
        padding-bottom: 80px;
    }

    .pt105 {
        padding-top: 80px;
    }

    .pt75 {
        padding-top: 60px;
    }

    .pt100 {
        padding-top: 80px;
    }

    .mt70 {
        margin-top: 50px;
    }
}

@media only screen and (max-width:1100px) {
    .page-main {
        padding-top: 0;
    }
}

@media only screen and (max-width:768px) {
    .f48 {
        font-size: 24px;
    }

    .pt105 {
        padding-top: 30px;
    }

    .pb100 {
        padding-bottom: 30px;
    }

    .mt45 {
        margin-top: 25px;
    }

    .pt75 {
        padding-top: 30px;
    }

    .mt30 {
        margin-top: 20px;
    }

    .pt100 {
        padding-top: 30px;
    }

    .mt50 {
        margin-top: 20px;
    }

    .pt55 {
        padding-top: 25px;
    }

    .mt70 {
        margin-top: 30px;
    }

    .mt60 {
        margin-top: 25px;
    }

    .pb140 {
        padding-bottom: 30px;
    }

    .pb80 {
        padding-bottom: 30px;
    }

    .mt35 {
        margin-top: 25px;
    }

}