@charset "utf-8";

.no-scroll {
    overflow: hidden
}

.top {
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #029fcf;
    -webkit-transition: height .3s ease-in;
    transition: height .3s ease-in;
    z-index: 10
}

.logo {
    width: 70px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 6px;
    margin-left: -35px;
    -webkit-transition: .2s;
    transition: .2s
}

.logo img {
    width: 100%;
    display: block
}

.navigation ul {
    width: auto;
    height: 100%;
    line-height: 70px;
    position: absolute
}

.navigation ul:nth-child(1) {

    margin-right: 80px
}

.navigation ul:nth-child(2) {
    /*left:50%;*/
    margin-left: 80px
}

.navigation li {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 30px;
    vertical-align: top
}

.navigation li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: VL_Sofia
}

.navigation li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: 0;
    background-color: #fbd700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1)
}

.navigation li:not(.active):hover a::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.navigation li.active a {
    font-family: VL_SofiaB
}

.navigation li.active a::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.nav-but {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: transparent !important;
}

.footer::after {
    content: '';
    clear: both;
    width: 100%;
    display: table
}

.copyright {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin-left: 14%
}

.copyright p {
    font-family: VL_Sofia;
    font-size: 16px;
    color: #029fcf
}

.social {
    width: auto;
    height: auto;
    float: right;
    margin-right: 14%
}

.social li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px
}

.social li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: top;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.info-company {
    width: 100%;
    padding: 15px 15px;
    background-color: #029fcf;
    color: #fff;
    font-family: VL_Sofia;
    font-size: 16px;
    line-height: 1.4
}

.info-company address {
    font-style: normal
}

.info-company a.link-phone {
    color: #fff;
    font-family: VL_Sofia;
    font-size: 16px;
    text-decoration: none
}

.info-company a.link-email {
    color: #0000a0;
    font-family: VL_Sofia;
    font-size: 16px;
    text-decoration: none
}

.info-company .copyright {
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: right;
    width: 100%;
    margin-left: 0
}

.info-company .show-mobile {
    display: none
}

.info-company .row {
    display: block
}

.info-company .row::after {
    content: '';
    clear: both;
    width: 100%;
    display: block
}

.info-company .col-sm-6 {
    width: 50%;
    float: left
}

.info-company address {
    text-align: right
}

.info-company .img-tb-bocongthuong {
    height: 100px
}

.info-company .title-anessa {
    color: #fbd700;
    font-family: VL_Sofia;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px
}

.info-company .list-menu-footer {
    margin-bottom: 10px
}

.info-company .list-menu-footer .item-menu a {
    color: #fff;
    font-family: VL_Sofia;
    font-size: 16px;
    line-height: 1.4
}

.info-company .list-menu-footer .item-menu a:focus,
.info-company .list-menu-footer .item-menu a:hover {
    color: #fbd700
}

@media screen and (max-width:800px) {
    .info-company .hide-mobile {
        display: none
    }

    .info-company .show-mobile {
        display: block
    }
}

@media screen and (max-width:767px) {
    .info-company .col-sm-6 {
        width: 100%;
        float: none
    }

    .info-company .info-menu {
        text-align: right;
        margin-bottom: 15px
    }
}

.scl-facebook {
    background: url(../images/icon-facebook.png) no-repeat center center
}

.scl-linkedin {
    background: url(../images/icon-linkedin.png) no-repeat center center
}

.scl-youtube {
    background: url(../images/icon-youtube.png) no-repeat center center
}

.active .scl-facebook {
    background: url(../images/icon-facebook-w.png) no-repeat center center;
    background-size: contain
}

.active .scl-linkedin {
    background: url(../images/icon-linkedin-w.png) no-repeat center center;
    background-size: contain
}

.active .scl-youtube {
    background: url(../images/icon-youtube-w.png) no-repeat center center;
    background-size: contain
}

.active .social li {
    margin: 0 5px
}

.to-top {
    position: fixed;
    right: 30px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: url(../images/icon-top.png) no-repeat center center;
    background-size: cover;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 60px 0 rgba(3, 172, 226, .5);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -10;
    opacity: 0
}

.to-top.show {
    z-index: 100;
    opacity: 1
}

.to-top:hover {
    box-shadow: 0 0 0 4px #03ace2
}

.to-top.active {
    pointer-events: none;
    z-index: -1
}

.container,
.footer,
.header {
    opacity: 0
}

.container.show,
.footer.show,
.header.show {
    opacity: 1
}

.container {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 80px);
    position: relative;
    overflow: hidden
}

.container.no-banner {
    padding: 70px 0 0 0
}

.container.no-space {
    padding: 0
}

section {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.content-box {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center
}

.col-left,
.col-right {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.txt {
    display: block;
    position: relative;
    text-align: left
}

.txt h2 {
    font-family: VL_SofiaB;
    font-size: 36px;
    color: #039fcf;
    line-height: 1.2;
    margin-bottom: 24px
}

.txt p {
    font-family: VL_Sofia;
    color: #666;
    font-size: 18px;
    line-height: 1.4
}

.txt p a {
    font-family: inherit;
    color: #61b1dd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.txt p a:hover {
    color: #039fd0
}

.pic {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.pic img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.explan-icon {
    display: block;
    margin-bottom: 32px
}

.explan-icon li {
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding: 10px 0 14px 56px;
    font-family: VL_Sofia;
    font-size: 18px;
    color: #826440
}

.explan-icon li::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0
}

.booster-icon::before {
    background: url(../images/icon-booster.png) no-repeat center center
}

.essence-icon::before {
    background: url(../images/icon-essence.png) no-repeat center center
}

.proof-icon::before {
    background: url(../images/icon-proof.png) no-repeat center center
}

.soap-icon::before {
    background: url(../images/icon-soap.png) no-repeat center center
}

.select {
    width: 60%;
    height: 60px;
    padding: 0 0 0 40px;
    position: relative;
    display: block;
    z-index: 1
}

.select-title {
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    z-index: 1;
    font-family: VL_SofiaB;
    font-size: 28px;
    color: #029fcf;
    text-align: left;
    cursor: pointer;
    -wenkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.select-title h3 {
    width: auto;
    max-width: 100%;
    display: inline-block;
    padding: 0 40px 0 0;
    position: relative;
    font-family: inherit;
    font-size: 100%;
    color: currentColor;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select-title h3::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/down.png) no-repeat center center;
    will-change: transform;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.select-title span {
    display: block;
    font-size: 64%;
    color: currentColor;
    font-family: VL_Sofia
}

.select-data {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    padding: 70px 0 0 0
}

.select-data ul {
    padding: 20px 30px;
    background-color: #e5f5fb;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto
}

.select-data li {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    color: #3a9fd6;
    text-align: left;
    font-family: VL_Sofia;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.select-data li h3 {
    color: currentColor;
    font-size: 100%
}

.select-data li span {
    display: block;
    color: currentColor;
    font-size: 64%
}

.select-data li:last-child {
    border: none
}

.select-title:not(.active):hover {
    color: #3a9fd6
}

.select-title.active h3::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select-title:not(.active):hover h3::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select-data li.current {
    background-color: #fff;
    pointer-events: none
}

.select-data li:not(.current):hover {
    background-color: #fff
}

.uv-box {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    border: 2px solid #e5f5fb;
    padding: 24px 0 44px 0;
    box-shadow: 0 7px 10px 0 rgba(116, 191, 232, .05);
    z-index: 1
}

.uv-result {
    position: absolute;
    right: 30px;
    top: 16px;
    width: 180px;
    height: auto;
    display: block;
    text-align: center
}

.uv-number {
    display: block;
    font-family: UTM_Avo;
    font-size: 60px;
    color: #ff685c
}

.uv-result li {
    display: block;
    padding: 4px 0;
    font-family: VL_Sofia;
    font-size: 16px;
    color: #ff685c;
    line-height: 1.2
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(3, 159, 214, .7);
    z-index: 100;
    text-align: center;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.popup.active {
    height: 100vh
}

.popup::after,
.popup::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.popup-box {
    display: none;
    position: relative;
    width: 90%;
    height: auto;
    vertical-align: middle;
    max-width: 680px;
    background-color: #fff;
    padding: 60px 40px 70px 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.popup-box h3 {
    margin-bottom: 35px;
    font-family: VL_SofiaB;
    font-size: 36px;
    color: #039fd0;
    text-align: center;
    line-height: 1.2
}

.active .popup-box {
    display: inline-block;
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.close-but {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) no-repeat center center;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.register-but {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: VL_SofiaB;
    font-size: 32px;
    color: #fff;
    padding: 18px 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #029fcf;
    box-shadow: 12px 7px 32px rgba(116, 191, 231, .6);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.close-but:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.register-but:hover {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

.box-but {
    width: 100%;
    height: auto;
    display: block
}

.btn-decor {
    display: inline-block;
    width: auto;
    height: 46px;
    position: relative;
    line-height: 46px;
    padding: 0 54px 0 49px;
    background-color: #fff;
    border: 2px solid #029fcf;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: VL_SofiaB;
    font-size: 18px;
    color: #029fcf;
    box-shadow: 0 7px 10px rgba(116, 191, 232, .08);
    text-transform: uppercase;
    will-change: transform;
    transform: translateZ(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-decor::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url(../images/down.png) no-repeat center center
}

.btn-decor:hover {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

.btn-detail {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 15px 56px 13px 32px;
    background-color: #fff;
    border: 2px solid #039fd0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: VL_SofiaB;
    font-size: 18px;
    color: #039fd0;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(84, 74, 59, .2);
    will-change: transform;
    transform: translateZ(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-detail::after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 9px;
    top: 3px;
    background: url(../images/next.png) no-repeat center center
}

.btn-detail::after {
    -webkit-animation: goLeft2Right;
    animation: goLeft2Right;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse
}

.btn-detail:hover {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

.btn-product {
    display: inline-block;
    width: auto;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 42px;
    background-color: #029fcf;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: VL_SofiaB;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 7px 10px rgba(116, 191, 232, .08);
    will-change: transform;
    transform: translateZ(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-product:hover {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

.btn-order {
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 42px;
    background-color: #029fcf;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: VL_SofiaB;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 7px 10px rgba(116, 191, 232, .08);
    will-change: transform;
    transform: translateZ(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-order:hover {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

.ani .btn-decor::after {
    -webkit-animation: goDown;
    animation: goDown;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse
}

.ani .btn-decor.hide::after {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.article-banner {
    position: relative;
    padding: 20% 0;
    display: block;
    width: 100%;
    height: auto
}

.article-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.article-bg.sp {
    display: none
}

.article-banner .content-box {
    text-align: right
}

.article-title {
    width: auto;
    height: auto;
    max-width: 500px;
    margin-right: 12.4%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    color: #fff
}

.date {
    font-family: VL_Sofia;
    font-size: 16px
}

.article-title h3 {
    margin: 4px 0 31px 0;
    font-family: VL_SofiaB;
    font-size: 36px;
    line-height: 1.2
}

.article-relate {
    background-color: #039fd6;
    padding: 50px 0
}

.article-relate .content-box {
    text-align: right
}

.article-box {
    width: 90%;
    height: auto;
    max-width: 1150px;
    padding: 0 150px 0 0;
    margin-top: -210px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    will-change: transform
}

.article-slider {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.article-item {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border: 8px solid #fbeb5c;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.article-box .slide-wrapper-outer {
    overflow: visible
}

.article-box .slide-item {
    padding: 0 7px
}

.article-pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}

.article-item::before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding: 60% 0 0 0
}

.article-item img {
    width: 100%;
    display: block
}

.article-txt {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 12%;
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #fff;
    text-align: center
}

.article-txt .date {
    font-size: 16px
}

.article-txt h3 {
    margin-top: 4px;
    font-family: VL_SofiaB;
    font-size: 28px;
    line-height: 1.2
}

.article-item:hover .article-pic {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.single-product {
    padding: 60px 0;
    background-color: #e5f5fb;
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.single-box {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    max-width: 500px;
    margin: 0 auto
}

.single-box .box-but {
    margin-top: -40px
}

.single-box .btn-detail {
    text-transform: uppercase
}

.single-pic {
    display: block;
    width: 100%;
    height: auto
}

.single-pic img {
    display: block;
    width: 100%;
    height: auto
}

.anessa-album {
    background-color: #029fcf;
    padding: 40px 0 90px 0
}

.anessa-album>h2 {
    font-family: VL_SofiaB;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

.anessa-album .content-box {
    text-align: right
}

.anessa-box {
    width: 90%;
    height: auto;
    max-width: 1300px;
    padding: 0 95px 0 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center
}

.anessa-box .slide-wrapper-outer {
    overflow: visible
}

.anessa-slider {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.anessa-item {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden
}

.anessa-item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.anessa-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.anessa-item::before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding: 100% 0 0 0
}

.anessa-item img {
    width: 100%;
    display: block
}

.anessa-box .slide-item {
    padding: 0 6px
}

.anessa-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.anessa-item:hover::after {
    opacity: 1
}

.error-content {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 150px)
}

.error-bg {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 100%
}

.error-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover
}

.error-txt {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: 100%;
    text-align: center
}

.error-txt::after,
.error-txt::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.error-txt h2 {
    font-size: 60px;
    color: #029fcf;
    font-family: VL_SofiaB;
    line-height: 1
}

.error-txt h3 {
    font-size: 24px;
    color: #029fcf;
    font-family: VL_SofiaB;
    text-transform: uppercase;
    line-height: 1
}

.error-txt p {
    margin: 20px 0 30px 0;
    color: #666;
    font-family: VL_Sofia;
    font-size: 20px;
    line-height: 1.4
}

.error-inr {
    display: inline-block;
    width: 90%;
    height: auto;
    max-width: 400px;
    vertical-align: middle
}

.article-box,
.article-title,
.pic img,
.single-pic,
.single-product .box-but,
.txt h2,
.txt p,
.uv-box {
    opacity: 0
}

.col-left .pic.is-stay.ani img {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.col-left .txt.ani h2 {
    -webkit-animation: fadeInRight;
    animation: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.col-left .txt.ani p {
    -webkit-animation: fadeInRight;
    animation: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.col-left .pic.ani img {
    -webkit-animation: fadeInRight;
    animation: fadeInRight;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.col-right .pic.ani img {
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.col-right .txt.ani h2 {
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.col-right .txt.ani p {
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.uv-box.ani {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.article-title.ani {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.article-box.ani {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.single-pic.ani,
.single-product .box-but.ani {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media screen and (max-width:1300px) {
    .navigation li {
        margin: 0 15px
    }
}

@media screen and (max-width:1200px) {
    .navigation li {
        margin: 0 10px
    }

    .navigation li a {
        font-size: 16px
    }

    .article-title {
        max-width: 460px
    }

    .article-txt h3 {
        font-size: 26px
    }
}

@media screen and (max-width:1150px) {
    .article-title {
        max-width: 420px
    }

    .article-title h3 {
        font-size: 36px
    }

    .article-txt .date {
        font-size: 14px
    }

    .article-txt h3 {
        font-size: 22px
    }
}

@media screen and (max-width:1044px) {

    .hide .top,
    .top {
        height: 80px
    }

    .hide .logo,
    .logo {
        width: 84px;
        top: 7px;
        margin-left: -42px
    }

    .logo.active {
        position: fixed;
        z-index: 4;
        top: 20px;
        width: 120px;
        margin-left: -60px
    }

    .footer.active {
        position: fixed;
        z-index: 10;
        left: 0;
        bottom: 20px;
        background-color: transparent
    }

    .footer.active p {
        color: #fff
    }

    .navigation li a::after {
        -webkit-transition: none;
        transition: none
    }

    .navigation li:not(.active):hover a::after {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1)
    }

    .navigation {
        width: 100%;
        height: calc(100vh - 240px);
        position: fixed;
        left: 0;
        top: 100px;
        text-align: center;
        z-index: 4;
        padding: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .navigation::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important
    }

    .navigation::after,
    .navigation::before {
        content: '';
        display: inline-block;
        position: relative;
        height: 100%;
        vertical-align: middle
    }

    .nav-wrap {
        display: inline-block;
        padding: 0;
        width: 80%;
        vertical-align: middle
    }

    .navigation ul {
        position: relative;
        height: auto;
        line-height: normal
    }

    .navigation ul:nth-child(1),
    .navigation ul:nth-child(2) {
        margin-left: auto;
        margin-right: auto;
        left: auto;
        right: auto
    }

    .navigation li {
        display: block;
        margin: 1px 0;
        opacity: 0
    }

    .navigation li a {
        padding: 15px 20px;
        font-size: 36px;
        display: inline-block;
        line-height: 1.4;
        -webkit-transition: none;
        transition: none
    }

    .nav-but {
        position: fixed;
        display: block;
        top: 25px;
        left: 7%;
        width: 40px;
        height: 30px;
        background: 0 0;
        border: none;
        -webkit-appearance: none;
        z-index: 10;
        cursor: pointer
    }

    .nav-but.active .nav-line:nth-child(1) {
        display: none
    }

    .nav-but.active .nav-line:nth-child(2) {
        transform-origin: 36% 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .nav-but.active .nav-line:nth-child(3) {
        transform-origin: 7% 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .nav-line {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 0;
        background-color: #fff;
        transition: transform .3s ease-in-out;
        -webkit-transition: transform .3s ease-in-out
    }

    .nav-line:nth-child(2) {
        top: 15px
    }

    .nav-line:nth-child(3) {
        top: 30px
    }

    .navigation.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .navigation.active li {
        -webkit-animation: fadeInUp;
        animation: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .nav-overlay {
        width: 100%;
        height: 0;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #039fd6;
        z-index: -9;
        opacity: 0;
        -webkit-transition: height .5s ease-in-out;
        transition: height .5s ease-in-out;
        pointer-events: none
    }

    .nav-overlay.active {
        height: 100vh;
        z-index: 2;
        opacity: 1
    }

    .social li a {
        -webkit-transition: none;
        transition: none
    }

    .container.no-banner {
        padding: 80px 0 0 0
    }

    .to-top {
        -webkit-transition: none;
        transition: none;
        right: 20px;
        bottom: 20px
    }

    .to-top:hover {
        box-shadow: 0 0 60px 0 rgba(3, 172, 226, .5)
    }

    .select {
        width: 64%
    }

    .select-data ul {
        -webkit-overflow-scrolling: touch
    }

    .select-data li,
    .select-title {
        -webkit-transition: none;
        transition: none
    }

    .select-title:not(.active):hover {
        color: #029fcf
    }

    .select-title:not(.active):hover h3::after {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .select-data li:not(.current):hover {
        background-color: transparent
    }

    .uv-result {
        width: 140px
    }

    .select-title {
        font-size: 26px
    }

    .uv-number {
        font-size: 50px
    }

    .txt h2 {
        font-size: 30px
    }

    .txt p {
        font-size: 16px
    }

    .btn-decor {
        padding: 0 44px 0 20px;
        font-size: 16px;
        -webkit-transition: none;
        transition: none
    }

    .btn-decor::after {
        right: 0;
        top: 2px
    }

    .btn-decor:hover {
        -webkit-transform: none;
        transform: none
    }

    .btn-detail {
        padding: 13px 44px 10px 20px;
        font-size: 16px;
        -webkit-transition: none;
        transition: none
    }

    .btn-detail::after {
        right: 0;
        top: 0
    }

    .btn-detail:hover {
        -webkit-transform: none;
        transform: none
    }

    .btn-order,
    .btn-product {
        -webkit-transition: none;
        transition: none
    }

    .btn-order:hover,
    .btn-product:hover {
        -webkit-transform: none;
        transform: none
    }

    .close-but,
    .register-but {
        -webkit-transition: none;
        transition: none
    }

    .close-but:hover,
    .register-but:hover {
        -webkit-transform: none;
        transform: none
    }

    .article-bg {
        background-attachment: scroll
    }

    .article-txt h3 {
        font-size: 20px
    }

    .article-pic {
        -webkit-transition: none;
        transition: none
    }

    .article-item:hover .article-pic {
        -webkit-transform: none;
        transform: none
    }

    .error-content {
        position: relative;
        display: block;
        width: 100%;
        height: calc(100vh - 160px)
    }

    .anessa-item::after {
        -webkit-transition: none;
        transition: none;
        display: none
    }
}

@media screen and (max-width:900px) {
    .article-banner {
        padding: 16% 0 24% 0
    }

    .article-title h3 {
        font-size: 28px
    }

    .article-txt h3 {
        font-size: 18px
    }
}

@media screen and (max-width:840px) {
    .copyright {
        display: block;
        text-align: center;
        margin: 0
    }

    .social {
        float: none;
        display: block;
        text-align: center;
        margin: 0
    }

    .social li {
        margin: 0
    }

    .container,
    .container.no-banner {
        padding: 80px 0 0 0
    }

    .container.no-space {
        padding: 0
    }

    .container.error-page {
        min-height: auto
    }

    .select-title {
        font-size: 28px
    }

    .txt {
        text-align: center
    }

    .txt h2 {
        font-size: 48px
    }

    .txt p {
        font-size: 24px
    }

    .txt p br {
        display: none
    }

    .explan-icon li {
        padding: 8px 0 16px 56px;
        font-size: 24px
    }

    .btn-detail {
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        font-family: VL_SofiaB;
        text-transform: none;
        padding: 0 50px 0 30px
    }

    .btn-detail::after {
        top: 9px;
        right: 0
    }

    .article-banner {
        min-height: 100vh
    }

    .article-bg {
        display: none
    }

    .article-bg.sp {
        display: block
    }

    .article-banner .content-box {
        text-align: center
    }

    .article-title {
        width: 90%;
        max-width: 640px;
        margin: 0 auto;
        padding: 60px 0 50% 0
    }

    .date {
        font-size: 24px
    }

    .article-title h3 {
        font-size: 48px
    }

    .article-relate {
        padding: 0 0 100px 0
    }

    .article-box {
        padding: 0 70px 0 0;
        max-width: 660px
    }

    .article-txt .date {
        font-size: 24px
    }

    .article-txt h3 {
        font-size: 30px
    }

    .error-content {
        height: calc(100vh - 213px)
    }

    .error-bg {
        width: 100%;
        float: none
    }

    .error-txt {
        width: 100%;
        float: none;
        position: absolute;
        left: 0;
        top: 0
    }

    .error-inr {
        max-width: 600px;
        background-color: rgba(255, 255, 255, .5);
        padding: 30px;
        -webkit-border-radius: 50px;
        border-radius: 50px
    }
}

@media screen and (max-width:740px) {
    .navigation li a {
        font-size: 24px
    }

    .txt h2 {
        font-size: 34px
    }

    .txt p {
        font-size: 20px
    }

    .explan-icon li {
        font-size: 20px
    }

    .article-title h3 {
        font-size: 40px
    }

    .article-txt h3 {
        font-size: 26px
    }
}

@media screen and (max-width:620px) {
    .article-title h3 {
        font-size: 36px
    }

    .article-txt h3 {
        font-size: 22px
    }
}

@media screen and (max-width:520px) {
    .logo.active {
        width: 100px;
        margin-left: -50px;
        top: 20px
    }

    .navigation li a {
        padding: 12px 20px
    }

    .select {
        padding: 0 0 0 20px
    }

    .uv-result {
        width: 120px;
        padding: 0 10px;
        right: 0
    }

    .uv-result li {
        font-size: 12px
    }

    .uv-number {
        font-size: 30px
    }

    .select {
        width: 70%
    }

    .select-data {
        padding: 60px 0 0 0
    }

    .select-data ul {
        padding: 20px
    }

    .select-title {
        font-size: 20px
    }

    .select-title h3::after {
        top: -5px
    }

    .select-data li {
        padding: 10px;
        font-size: 16px
    }

    .txt h2 {
        font-size: 22px;
        margin-bottom: 15px
    }

    .txt p {
        font-size: 18px
    }

    .popup-box {
        padding: 30px 20px 40px 20px
    }

    .popup-box h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px
    }

    .register-but {
        font-size: 18px;
        padding: 15px 20px
    }

    .close-but {
        -webkit-background-size: 20px;
        background-size: 20px
    }

    .btn-decor {
        height: 46px;
        line-height: 44px;
        font-size: 16px
    }

    .btn-detail {
        height: 46px;
        line-height: 44px;
        padding: 0 44px 0 20px;
        font-size: 18px
    }

    .btn-detail::after {
        top: 1px
    }

    .btn-order {
        padding: 0 20px;
        height: 46px;
        line-height: 46px;
        font-size: 18px
    }

    .date {
        font-size: 16px
    }

    .article-title h3 {
        font-size: 24px
    }

    .article-relate {
        padding: 0 0 60px 0
    }

    .article-box {
        padding: 0 40px 0 0;
        margin-top: -90px;
        width: 96%;
        text-align: right
    }

    .article-txt {
        padding: 0 7%
    }

    .article-txt .date {
        font-size: 13px
    }

    .article-txt h3 {
        font-size: 16px
    }

    .article-box .slide-item {
        padding: 0 2px
    }

    .article-item {
        border: 5px solid #fbeb5c
    }

    .article-relate .slide-next,
    .article-relate .slide-prev {
        display: none
    }

    .article-box .slide-pagination {
        margin: 10px 0
    }

    .solution-product {
        padding: 40px 0
    }

    .single-box .box-but {
        margin-top: -10px
    }

    .error-txt h2 {
        font-size: 36px
    }

    .error-txt h3 {
        font-size: 22px
    }

    .error-txt p {
        font-size: 16px;
        margin: 10px 0 20px 0
    }

    .anessa-box {
        text-align: right
    }

    .anessa-box .slide-pagination {
        margin: 10px 0
    }

    .anessa-box .slide-next,
    .anessa-box .slide-prev {
        display: none
    }
}

@media screen and (max-width:390px) {
    .logo.active {
        top: 10px
    }

    .footer.active {
        bottom: 0
    }

    .footer.active .copyright {
        line-height: 30px
    }

    .navigation li a {
        font-size: 20px;
        padding: 6px 20px
    }

    .txt h2 {
        font-size: 20px
    }

    .txt p {
        font-size: 16px
    }

    .btn-detail {
        font-size: 16px
    }

    .article-txt .date {
        font-size: 13px
    }

    .article-txt h3 {
        font-size: 16px
    }
}

@media screen and (max-width:370px) {
    .to-top {
        right: 10px
    }

    .article-title h3 {
        font-size: 20px
    }

    .article-txt h3 {
        font-size: 14px
    }
}

@media screen and (max-width:350px) {
    .select-title {
        font-size: 16px
    }

    .close-but {
        right: 0;
        top: 0
    }

    .error-txt h2 {
        font-size: 26px
    }

    .error-txt h3 {
        font-size: 16px
    }

    .error-txt p {
        font-size: 14px
    }
}

@media screen and (max-width:1044px) and (max-height:500px) {
    .navigation {
        height: calc(100vh - 40px);
        top: 20px
    }

    .footer.active,
    .logo.active {
        z-index: -1
    }
}

@media screen and (max-width:840px) and (max-height:440px) {
    .popup-box {
        padding: 30px 20px 40px 20px;
        max-width: 440px
    }

    .popup-box h3 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px
    }

    .register-but {
        font-size: 24px;
        padding: 15px 20px
    }

    .error-content {
        height: 340px
    }

    .error-txt h2 {
        font-size: 26px
    }

    .error-txt h3 {
        font-size: 16px
    }

    .error-txt p {
        font-size: 14px
    }
}

@media screen and (max-width:840px) and (max-height:375px) {
    .btn-decor {
        margin-top: -15px
    }
}

#rules .rules-wrapper {
    max-width: 75%;
    margin: 0 auto;
    text-align: left
}

#rules .rules-title {
    padding: 0 0;
    border-bottom: 4px solid #029fcf;
    line-height: 1.4;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 29px;
    padding-bottom: 0px;
}

#rules .rules-title h2 {
    font-family: VL_SofiaB;
    font-size: 36px;
    color: #039fcf;
    line-height: 1.2;
    margin-bottom: 5px
}

#rules .z-privacy-notice {
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: 0
}

#rules .z-privacy-notice_section-title {
    margin-bottom: 23.00007px;
    font-size: 24px;
    font-family: VL_Sofia;
    line-height: 1.33333;
    text-transform: none
}

#rules .z-privacy-notice p,
#rules .z-privary-notice_subsection p {
    font-family: VL_Sofia;
    font-size: 18px;
    color: #666;
    line-height: 1.5
}

#rules .z-privacy-notice p,
.z-privacy-notice ol,
.z-privacy-notice ul {
    margin: 24px 0
}

#rules .z-privary-notice_subsection h3 {
    margin-top: 30px
}

#rules .z-privary-notice_subsection h3 {
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #039fcf;
    font-size: 24px
}

.cookie_consent_popup {
    background: rgba(102, 102, 102, .9);
    color: #fff;
    display: block;
    font-size: .9375rem;
    left: 0;
    bottom: 0;
    padding: 20px 5%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10
}

.ginza-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

.cookie_consent_popup .privacy-cnt {
    margin: 0 4%
}

.cookie_consent_popup {
    font-family: VL_Sofia
}

.cookie_consent_popup h2 {
    margin-bottom: 15px;
    font-size: 2.125rem;
    letter-spacing: .9px;
    font-family: VL_Sofia;
    font-weight: 600;
    text-transform: uppercase
}

.cookie_consent_popup a,
.cookie_consent_popup p {
    font-size: .9375rem;
    color: #fff;
    line-height: 1.4
}

.cookie_consent_popup a {
    text-decoration: underline;
    cursor: pointer
}

.cookie_consent_popup .action-wrapper {
    margin-top: 20px
}

.cookie_consent_popup .action-wrapper button {
    margin: 0 1%;
    height: 40px;
    line-height: 1;
    font-size: 1.125rem;
    letter-spacing: .9px;
    padding: 11px 20px 9px;
    min-width: 155px;
    cursor: pointer
}

#rules .z-privacy-notice p,
.z-privacy-notice ol,
.z-privacy-notice ul {
    margin: 24px 0
}
#rules .z-privacy-notice p:last-child,
.z-privacy-notice ol:last-child,
.z-privacy-notice ul:last-child{
    margin: 10px 0 0;
}
#rules .z-privary-notice_subsection-title {
    margin-top: 73.00007px
}

#rules h3.z-privary-notice_subsection-title {
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #039fcf;
    font-size: 24px
}

.z-privacy-notice table {
    border-collapse: collapse;
    border-spacing: 0
}

.z-privacy-notice table th {
    vertical-align: middle;
    background-color: #f1f1f1;
    text-align: left
}

.z-privacy-notice table td,
.z-privacy-notice table th {
    padding: 10px 0;
    font-weight: 400;
    font-family: VL_Sofia;
    font-size: 18px;
    color: #242424;
    line-height: 1.5
}

.z-privacy-notice table td,
.z-privacy-notice table td a {
    color: #039fcf
}

.z-privacy-notice table td {
    vertical-align: top
}

.z-privacy-notice table td>:first-child {
    margin-top: 0 !important
}

.z-privacy-notice_section>ul,
.z-privary-notice_subsection>ul {
    padding-left: 1em
}

.z-privacy-notice_section>ul li,
.z-privary-notice_subsection>ul li {
    font-family: VL_Sofia;
    font-size: 18px;
    color: #242424;
    line-height: 1.5;
    list-style-type: disc
}

button.secondary--blue {
    color: #fff;
    background: #039fcf;
    border-color: #039fcf
}

@media screen and (max-width:840px) {
    #rules .rules-wrapper {
        max-width: 95%
    }

    #rules .rules-title {
        margin-top: 40px;
        margin-bottom: 40px;
        border-bottom-width: 2px;
        padding: 15px 0
    }

    #rules .rules-title h2 {
        font-size: 25px;
        line-height: 37.5px
    }

    #rules .z-privacy-notice p,
    .z-privacy-notice ol,
    .z-privacy-notice ul {
        margin: 20px 0
    }

    #rules .z-privacy-notice_section-title {
        font-size: 16px;
        margin-bottom: 10.50005px
    }

    #rules .z-privacy-notice p {
        font-size: 14px
    }

    #rules .z-privary-notice_subsection h3 {
        font-size: 16px
    }

    #rules .z-privary-notice_subsection h3 {
        margin-top: 35.50005px
    }

    .cookie_consent_popup h2 {
        font-size: calc(.20193rem + 4.10256vw);
        margin-bottom: 10px
    }

    .cookie_consent_popup a,
    .cookie_consent_popup p {
        font-size: calc(.20074rem + 1.57176vw)
    }

    .cookie_consent_popup .action-wrapper {
        margin-top: 15px
    }

    .cookie_consent_popup .action-wrapper button {
        min-width: 20vw;
        height: 35px;
        font-size: .8rem
    }

    .cookie_consent_popup {
        padding: 10px 2.5%
    }
}

.footer.active .copyright {
    display: none !important
}