.uv-box h3 {
    font-family: 'VL_SofiaB';
}
.navigation {
    max-width: 75%;
    display: block;
    margin: auto;
}
.navigation ul {
    width: 100%;
}
.navigation li:first-child{
    margin-right: 80px;
}
.navigation li:first-child a::after {
    background-color: transparent;
}
.hide-mobile-logo .logo {
    left: auto;
}

.hide-mobile-logo .logo img {
    width: 70px;
}

.hide-pc-logo {
    display: none!important;
}
.to-top {
    bottom: 100px !important;
}
.article-banner::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:1;
}
.article-banner .content-box {
    position:relative;
    z-index:2;
}

.footer {
    background:#f2f2f2;
}
.message__warning {
    width:90%;
    margin:0 auto;
    display:block;
    max-width:1180px;
    text-align:center;
    padding:40px 0;
}
.footer.active .message__warning{
    display:none;
}
.message__warning p {
    font-family:VL_Sofia;
    font-size:18px;
    color:#029fcf;
    line-height:30px;
}
.social {
    float:none;
    margin:0 auto;
    text-align:center;
    padding-bottom:40px;
}

.info-company {
    padding:50px 0;
}
.company__box {
    display:block;
    width:100%;
    max-width:75%;
    margin:0 auto;
}
.info__company p {
    font-family:VL_Sofia;
    color:#fff;
    font-size:16px;
}
.about__anessa {
    display:flex;
    width:100%;
}
.info__company,
.gov__box {
    flex:0 0 50%;
    max-width:50%;
}
.gov__box {
    padding-top:42px;
    text-align:right;
}
.about__anessa p {
    line-height:24px;
    margin-bottom:10px;
}
.info-company a.link-email {
    color:#fbeb5c;
}
.info-company .img-tb-bocongthuong {
    height:75px;
}
.anessa__rules {
    display:flex;
    align-items:center;
    flex-direction:row-reverse;
    padding:40px 0 0 0;
}
.list-menu-footer{
    flex:0 0 60%;
    max-width:60%;
}
.copyright {
    flex:0 0 40%;
    max-width:40%;
}
.list-menu-footer {
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
.item-menu {
    margin-left:15px;
}
.info-company .list-menu-footer {
    margin:0;
}
.info-company .copyright {
    display:block;
    margin:0;
    text-align:left;
}

.aqua-cate .pic {
    padding:0 3%;
}

.dis-list {
    display:block;
}
.dis-list ul {
    width:100%;
}
.article-item::after {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}
.article-txt {
    z-index:2;
}

.ecommerce-list {
    display:flex;
    width:90%;
    margin:0 auto;
    max-width:900px;
    padding:50px 0;
    flex-wrap:wrap;
}
.ecommerce-list div {
    position:relative;
    width:24%;
    height:auto;
    line-height:0;
    margin:0 1% 1% 0;
    border:2px solid rgba(17,165,210,.5);
}
.ecommerce-list div:nth-child(4n) {
    margin:0 0 1% 0;
}
.ecommerce-list div::before{
    content:'';
    position:relative;
    display:block;
    width:100%;
    height:auto;
    padding:40% 0 0;
}
.ecommerce-list div img {
    position:absolute;
    height:80%;
    top:10%;
    width:auto;
    left:50%;
    -webkit-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0);
}

.review {
    padding:50px 0;
}
.review__box {
    width:90%;
    max-width:1300px;
    margin:0 auto;
}
.review__box .slide-item {
    padding:0 10px;
}
.review__box .slide-controls {
    width:100%;
    text-align:center;
}
.review__box .slide-page {
    margin:0 10px;
}
.review__box .slide-page span:not(.slide-numbers) {
    background-color:rgba(29,158,205,.8);
}
.review__box .slide-page span:not(.slide-numbers)::before {
    border:1px solid rgba(29,158,205,.8);
}
.review__item {
    display:flex;
}
.review__pic {
    flex:0 0 36%;
    max-width:36%;
    line-height:0;
}
.review__pic img {
    width:100%;
}
.review__txt {
    flex:0 0 64%;
    max-width:64%;
    padding:0 0 0 5%;
}
.review__detail {
    position:relative;
    width:100%;
    margin:5% 0;
    padding:24px 0 0 0;
    border-top:3px solid #1d9ecd;
}
.review h2{
    font-family:VL_SofiaB;
    font-size:48px;
    color:#1d9ecd;
    margin-bottom:30px;
    text-align:center;
}
.review__txt h3 {
    font-family:VL_SofiaB;
    font-size:32px;
    color:#666;
    margin-bottom:10px
}
.review__txt p {
    font-family:VL_Sofia;
    color:#666;
    font-size:18px;
    line-height:1.4;
}
.start__icon {
    position:absolute;
    right:0;
    top:24px;
}
.start__icon img {
    height:24px;
    width:auto;
}


.blog {
    background:#f2f2f2;
    padding:50px 0;
}
.blog__title {
    width:90%;
    margin:0 auto 30px auto;
    text-align:center;
}
.blog__title h2{
    font-family:VL_SofiaB;
    font-size:48px;
    color:#0e3353;
    margin-bottom:5px;
}
.blog__title p{
    font-family:VL_Sofia;
    color:#0772ba;
    font-size:32px;
    line-height:1.4;
}

.blog__box {
    display:flex;
    flex-wrap:wrap;
    width:90%;
    max-width:1300px;
    margin:0 auto;
}
.blog__item {
    flex:0 0 50%;
    max-width:50%;
    padding:10px;
}
.blog__item a {
    display:flex;
    width:100%;
    flex-wrap:wrap;
    background:#fff;
    padding:20px;
}
.blog__pic {
    flex:0 0 40%;
    max-width:40%;
    line-height:0;
}
.blog__pic img {
    width:100%;
}
.blog__txt {
    flex:0 0 60%;
    max-width:60%;
    padding-left:20px;
}
.blog__txt  h3{
    font-family:VL_SofiaB;
    font-size:22px;
    color:#0772ba;
    margin-bottom:5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog__txt p{
    font-family:VL_Sofia;
    color:#262626;
    font-size:16px;
    line-height:1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-card--landing__cta-label {
    padding:10px 0 0 0;
    font-family:VL_SofiaB;
    color:#0772ba;
    font-size:20px;
}
.article-card--landing__cta-label .icon {
    position:relative;
    stroke: #0772ba;
    width:20px;
    height:16px;
    left:3px;
    top:3px;
}

.top-products_table_item.top-products_table_item-gold_milk .top-products_table_heading:nth-child(1) {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom:10px;
}

.top-products_table_item.top-products_table_item-gold_milk .top-products_table_heading:nth-child(2) {
    padding-top: 10px;
}

.aqua-cate .col-left {
    z-index:2;
}
.article-detail .article-inner {
    text-align:justify;
}
@media screen and (min-width:841px) and (max-width:1920px){
    
    .aqua-cate .col-right {
        padding-top:14%;
        padding-right:3%;
        padding-bottom:50px;
    }
    .aqua-cate .col-right::before{
        content:'';
        position:absolute;
        right: 100%;
        top:0;
        width:100%;
        height:100%;
        background:#e5f5fb;
    }

    .top-products {
        width:90%;
        padding-bottom:40px;
        max-width:1284px;
    }
    .top-products_table {
        border:none;
    }
    .top-products_table_item {
        width:calc(1220px/8);
        flex-basis:calc(1220px/8);
    }
    .top-products_table_category-gold .top-products_table_header {
        font-size:18px;
        font-family:VL_Sofia;
        padding:0 20px;
    }
    .top-products_table_heading {
        font-size:16px;
        font-family:VL_Sofia;
        color:#666;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
        text-overflow:ellipsis;
        padding:0 10px;
    }
    .top-products_table_heading__top {
        font-size:16px;
        font-family:VL_Sofia;
        color:#039fcf;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .top-products_table_img {
        width:100%;
        height:120px;
    }
    .top-products_table_img img {
        width:auto;
        height:auto;
        max-width:90%;
        max-height:90%;
    }
    .top-products_table_item a {
        padding:20px 0 32px 0;
    }

    .article-title .date {
        font-size:20px;
    }
    .article-title h3 {
        font-size:40px;
        margin:10px 0 20px 0;
    }

    .distribute-box {
        padding:0;
    }
    .agency-system {
        padding:50px 2%;
    }
    .item-bg-c-t {
        background-position:center center;
    }

}

@media screen and (min-width:841px) and (max-width:1440px){
    .blog__txt p {
        font-size:16px;
    }

}

@media screen and (min-width:841px) and (max-width:1360px){
    .top-products {
        width:90vw;
        max-width:initial;
        padding:0 3vw 40px 3vw;
    }
    .top-products_table_item {
        width:calc(84vw/8);
        flex-basis:calc(84vw/8);
    }
    .top-products_table_category-gold .top-products_table_header {
        font-size:16px;
        padding:0 7px;
    }
    .top-products_table_heading {
        font-size:14px;
    }
}

@media screen and (min-width:841px) and (max-width:1340px){
    .aqua-cate .col-right {
        padding-top:16%;
        padding-left:5%;
    }
}


@media screen and (min-width:841px) and (max-width:1260px){
    .blog__txt h3 {
        font-size:18px;
        margin-bottom:0;
    }
    .blog__txt p {
        font-size:14px;
    }
    .article-card--landing__cta-label {
        padding-top:5px;
        font-size:16px;
    }
}


@media screen and (min-width:841px) and (max-width:1240px){
    .txt h2 {
        font-size:34px;
    }
    .txt p {
        font-size:16px;
    }

    .top-products_table_category-gold .top-products_table_header {
        font-size:14px;
    }
    .top-products_table_heading {
        font-size:13px;
    }

}

@media screen and (min-width:1101px){
    .ecommerce-list div  {
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
    }
    .ecommerce-list div:hover {
        border-color:rgba(17,165,210,1);
    }

    .blog__item a  {
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
    }
    .blog__item a:hover {
        -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 15%), 0 0 10px rgb(0 0 0 / 15%);
        box-shadow: 0 0 8px rgb(0 0 0 / 15%), 0 0 10px rgb(0 0 0 / 15%);
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
}


@media screen and (min-width:841px) and (max-width:1180px){
    .txt h2 {
        font-size:32px;
        margin-bottom:10px;
    }
    .txt p {
        font-size:14px;
    }
    .shortcut-txt h3 {
        font-size:26px;
        margin-bottom:10px;
    }
    .btn-detail {
        padding:13px 40px 10px 18px;
    }
    .btn-detail::after{
        width:36px;
        height:36px;
    }
    .uv-result li {
        font-size:13px;
    }
    .message__warning p {
        font-size:15px;
    }
    .info__company p,
    .anessa__rules p,
    .info-company .list-menu-footer .item-menu a {
        font-size:14px;
    }

}

@media screen  and (max-width:840px){

    .dis-list li {
        width:24%;
    }
    .dis-list li::before {
        padding:54% 0 0 0;
    }

    .ecommerce-list div::before {
        padding:54% 0 0 0;
    }

    .top-products {
        display:block;
        width:100%;
        margin:50px 0 0 0;
        padding:0 5% 40px 5%;
    }
    .top-products_table,
    .top-products_table_row,
    .top-products_table_category  {
        width:100%;
    }
    .top-products_table_body {
        display:flex;
        flex-wrap:wrap;
    }

    .top-products_table_category-gold .top-products_table_header {
        font-size:18px;
        height:40px;
    }
    .top-products_table_heading {
        padding:0 10px;
        overflow:hidden;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        text-overflow:ellipsis;
        font-size:16px;
        font-family:VL_Sofia;
        color:#666;
    }
    .top-products_table_heading__top {
        font-size:16px;
        font-family:VL_Sofia;
        color:#039fcf;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
        text-overflow:ellipsis;
        
    }
    .top-products_table_heading__top,
    .top-products_table_item.top-products_table_item-gold_milk .top-products_table_heading:nth-child(2) {
        max-height:40px;
    }
    .top-products_table_img {
        width:100%;
        height:120px;
    }
    .top-products_table_img img {
        width:auto;
        height:auto;
        max-width:90%;
        max-height:90%;
    }
    

    .review__item {
        flex-wrap:wrap;
    }
    .review__pic,
    .review__txt {
        flex:0 0 100%;
        max-width:100%;
    }
    .review__txt {
        padding:5vw 0;
    }

    .blog__item,
    .blog__pic,
    .blog__txt {
        flex:0 0 100%;
        max-width:100%;
    }
    .blog__item {
        padding:0;
        margin-bottom:20px;
    }
    .blog__txt {
        padding:15px 0 0 0;
    }


    .about__anessa,
    .anessa__rules {
        flex-wrap:wrap;
    }
    .info__company, .gov__box,
    .list-menu-footer, .copyright {
        flex:0 0 100%;
        max-width:100%;
        text-align:center;
    }
    .anessa__rules {
        flex-direction:none;
    }
    .info-company .list-menu-footer {
        margin-bottom:30px;
    }
    .item-menu {
        margin:0 15px;
    }
    .info-company .copyright {
        text-align:center;
    }
    .article-title h3 {
        margin:10px 0 20px 0;
    }
}

@media screen  and (max-width:540px){
    .sunscreen-cate {
        padding-top:30px;
    }
    .review h2,
    .anessa-album > h2,
    .blog__title h2 {
        font-size:30px;
    }
    .article-card--landing__cta-label,
    .blog__txt h3,
    .blog__title p {
        font-size:18px;
    }
    .blog__txt p {
        font-size:16px;
    }


    .item-menu  {
      margin:0 5px;
    }
    .info-company .list-menu-footer .item-menu a {
        font-size:14px;
    }


    .top-products_table_category-gold .top-products_table_header {
        font-size:15px;
    }
    .top-products_table_heading {
        font-size:13px;
    }
    .top-products_table_img {
        width:100%;
        height:90px;
    }

    .review__txt h3 {
        font-size:24px;
        margin-bottom:15px;
    }
    .review__txt p {
        font-size:16px;
    }
    .start__icon {
        top:28px;
    }
    .start__icon img {
        height:18px;
    }
    .hide-mobile-logo {
        display: none!important;
    }
    .article-title {
        max-width:300px;
    }
    .hide-pc-logo {
        display: block!important;
    }
}