﻿/*-----------------------------------------4. pane video----------------------------------------------*/
.home-intro-wrapper {
    width: 100%;
    height: calc(100vh - 50px);
}

.overlay-video {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: rgba(0,0,0,0.06);
}
.banner-mobile-wrapper .banner-mobile .banner-mobile-text img
.youtube-wrapper {
    z-index: 1;
    height: calc(100vh - 50px);
    width: 100%;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 0;
}

.background-video {
    position: absolute;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background: url(/Themes/Kymdan/Content/image/home/baner_home_overlay.jpg) no-repeat center;
    background-size: cover;
}

.youtube-wrapper iframe {
    margin: auto;
    /*height: calc(100vh - 50px);*/
    /*width: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
}
/*.youtube-wrapper .youtube-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 1;
    transition: opacity .5s;
}*/

/*.youtube-wrapper .youtube-video .active {
    opacity: 1;
}*/

.video-wapper {
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}

    .video-wapper .video {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -99;
    }

    .video-wapper .overlay {
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.section-slogan {
    background: url(/Themes/Kymdan/Content/image/background_section_sologan.jpg) repeat;
    height: auto;
    overflow:hidden;
}

    /*.section-slogan .section_slogan_logo_footer {
        width: 300px;
        margin: 0 auto 0px auto;
        display: table;
        margin-top: 150px;
    }*/

    .section-slogan .slogan-text,
    .section-slogan .slogan-description {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .section-slogan .slogan-text {
        text-align: right;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .section-slogan .slogan-description {
        text-align: left;
        font-size: 14px;
    }

    .section-slogan .slogan-wrapper {
        height: 230px;
        display: table;
        width: 100%;
    }
    .section-slogan::after {
        /*background: url(/Content/Images/uploaded/noel/BACK_trang_chinh_01.png);*/
        content: " ";
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0px;
        background-repeat: repeat-x;
        background-position: bottom;
        background-size: contain;
        z-index: 0;
    }
    .section-slogan .container{
        position:relative;
        z-index:1;
    }

    .topic-home-page .slogan .slogan-shadow {
        content: " ";
        background: -webkit-linear-gradient(-150deg,#FEFDDE,#fff,#FAFAFA,#FAFAFA,#FAFAFA); /* Safari 5.1-6.0 */
        background: -o-linear-gradient(-150deg,#FEFDDE,#fff,#FAFAFA,#FAFAFA,#FAFAFA); /* Opera 11.1-12.0 */
        background: -moz-linear-gradient(-150deg,#FEFDDE,#fff,#FAFAFA,#FAFAFA,#FAFAFA); /* Firefox 3.6-15 */
        background: linear-gradient(-150deg,#FEFDDE,#fff 50%, rgba(250,250,250, 0.2) 80%, rgba(250,250,250, 1)); /* Standard syntax */
        width: 280px;
        height: 110px;
        background-position: right;
        background-repeat: no-repeat;
        position: absolute;
        top: -20px;
        z-index: -1;
        background-size: cover;
        transform: skew(-30deg);
        left: 0;
        right: 0;
        margin: auto;
    }
.topic-home-page .wrapper-sologan .background-linear-gradient {
    width: 300px;
    height: 79px;
    position: absolute;
    z-index: -2;
    background: linear-gradient(-29deg, rgba(247, 246, 246, 0) 68%, #b9b9b9);
    margin: 0 315px;
    transform: skewX(-31deg);
    top: 0;
}
/*.topic-home-page .slogan::after {
    content: " ";
    background: linear-gradient(-29deg, rgba(247, 246, 246, 0) 89%, #b9b9b9);
    width: calc(100%);
    height: 110px;
    top: -20px;
    position: absolute;
    z-index: -2;
    left: 60%;
    transform: skewX(-30deg);
}*/
.logo-slogan .logo-wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
}

/*.logo-slogan .logo-wrapper img{
    max-width: 300px;
}*/

.logo-slogan {
    position: relative;
    z-index: 2;
}
.wrapper-sologan{
    align-items: center;
    justify-content:center;
    display:flex;
}
.logo-slogan .logo-slogan-shadow {
    width: 300px;
    height: 79px;
    position: absolute;
    z-index: -2;
    background: linear-gradient(-155deg, rgba(247, 246, 246, 0) 72%, #b9b9b9);
    margin-top: 0px;
   margin-left:  -50px;
    transform: skewX(31deg);
    bottom: 0;
    /*left: calc(50vh + 300px - 40px);*/
}

.slogan {
    position: relative;
    z-index: 2;
}

@media all and (max-width:992px) {
    .topic-home-page .slogan::before {
        /*right: calc(50% - 150px);*/
        /*content: none;*/
    }

    /*.topic-home-page .slogan::after {
        content: none;
    }

    .logo-slogan::before{
        content:none;
    }*/
    /*.topic-home-page .slogan::after {
        width: 50%;
        left: 67%;
        background: linear-gradient(-29deg, rgba(247, 246, 246, 0) 64%, #b9b9b9);
    }*/
}

@media all and (max-width:767px) {
    .topic-home-page .slogan .slogan-shadow
     {
        height: 90px;
    }
}

.topic-home-page {
    box-shadow: 0px -1px 15px rgba(0,0,0,.3);
    /*background: #FAFAFA;*/
    padding: 0px 10px 45px 10px;
}

    .topic-home-page .image-header {
        /*width: 250px;
        display: table;
        margin: 0 auto 30px auto;*/
        /*padding-top:20px;*/
    }
@media all and (max-width:767px) {

    .topic-home-page .image-header {
        /*width: 190px;*/
    }
    /*.logo-slogan .logo-slogan-shadow {
        width: 300px;
    }*/
    .topic-home-page .slogan .slogan-shadow {
        width: 190px;
    }
    .topic-home-page .slogan::after {
        width: 29%;
        left: 72%;
        background: linear-gradient(-29deg, rgba(247, 246, 246, 0) 67%, #b9b9b9);
    }
    .logo-wrapper .section_slogan_logo_footer {
        width: 100%;
    }
    .logo-slogan .logo-slogan-shadow {
        margin: 0px;
    }
    .topic-home-page .wrapper-sologan .background-linear-gradient {
        margin: 0 255px;
    }
}

.view-all {
    text-align: center;
    margin-top: 30px
}

.topic-item-image img {
    max-width: 100%;
    display: table;
    margin: auto;
    /*border: 2px solid #828385;*/
}

.topic-item h3, .topic-item h4 {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
    height: 70px;
    text-align: left;
    padding-bottom: 5px;
    vertical-align: bottom;
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: 400;
}

#topic-list .topic-item a {
    display:block;
}

    #topic-list .topic-item a:hover {
        text-decoration:none;
    }
        #topic-list .topic-item a:hover h4 {
            font-weight: bold;
        }
        .topic-item p {
    border-top: 1px solid #CACBCC;
    margin: 4px 0 5px 0;
    text-align: justify;
    height: 150px;
    display: block;
    clear: none;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
}

.view-all #load-topic {
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0px;
    width: 32px;
    height: 32px;
    outline: none;
}

    .view-all #load-topic:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }


.topic-item {
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    /*padding: 0 15px 15px 15px;*/
    display: table;
    max-width: 100%;
    min-height: 480px;
    margin-top: 30px;
}

.topic-item a{
    display:block;
}

    .topic-item .topic-content {
        padding: 0 15px 15px 15px;
    }

    .topic-item:hover {
        box-shadow: 0px 1px 30px rgba(0,0,0,.3);
        transition: all 1s;
    }

        .topic-item:hover .topic-content p {
            color: #333;
        }

.view-all .loading-topic {
    animation: spinner 1s linear infinite;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0px;
}
#section-baner {
    position: relative;
    z-index: 1;
}

.section-osteopathy {
    position: relative;
    z-index: 10;
    background-color:white;
    padding-bottom:10px;
    padding-top:10px;
}
.img-osteopathy-australia {
    width: 150px;
    margin: 10px auto;
    box-shadow: -5px 4px 11px 1px rgba(0, 0, 0, 0.4);
    border-radius: 23px;
}
.section-osteopathy-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.osteopathy-australia-name{
    margin-bottom:5px;
    margin-top:5px;
}
.section-osteopathy-wrapper > div {
    width: 50%;
}
.osteopathy-australia-description {
    text-align: justify;
    font-weight: bold;
}
.section-osteopathy a:hover {
    color: black;
    text-decoration: none;
}
@media all and (max-width:767px) {
    .section-osteopathy-wrapper{
        display:block;
        margin-top:20px;
    }
    .section-osteopathy-wrapper > div{
        width: 100%;
    }
    .osteopathy-australia-description{
        margin: 20px;
    }
}

.section-validation-ul a:hover {
    text-decoration: none;

}

.section-validation-ul {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
    /*background: linear-gradient(rgb(84, 183, 85) -4.5%, rgba(149,202,148) 3%, rgba(247,247,247) 43%);*/
    background-color:white;
}
.img-bacteria-resistance {
    width: 120px;
    margin: 10px auto;
    box-shadow: -5px 4px 11px 1px rgba(0, 0, 0, 0.4);
    border-radius: 23px;
}
.img-mold-resistance {
    width: 128px;
    margin: 10px auto;
    box-shadow: -5px 4px 11px 1px rgba(0, 0, 0, 0.4);
    border-radius: 23px;
}
.section-validation-ul .validation-description {
    text-align: justify;
    font-weight: bold;
    margin-top: 57px;
    text-transform:uppercase;
}
    .section-validation-ul .validation-description span {
        color: rgb(63, 173, 114);
        font-weight: bold;
        text-transform: uppercase;
    }
@media all and (max-width:992px) {
    .section-validation-ul .validation-description {
        margin-top: 20px;
    }
}


    @media all and (max-width:992px) {
        .topic-home-page {
            padding-left: 0px;
            padding-right: 0px;
        }

            .topic-home-page .image-header {
                margin-bottom: 30px;
            }

        .topic-item {
            margin-top: 30px;
            width: 100%;
        }
        .baner-promotion{
            margin-top: 0px !important;
        }
        .section-slogan{
            padding-top: 0px !important;
        }
    }

    @media all and (max-width:767px) {
        .topic-item {
            width: 100%;
            margin-top: 15px;
            min-height: auto;
        }

            .topic-item p {
                height: auto;
            }

            .topic-item h3 {
                height: auto;
            }

        .section-slogan .slogan-text, .section-slogan .slogan-description {
            display: block;
            text-align: center;
            padding: 15px 10px;
            float: none;
            position: relative;
            z-index: 10;
        }

        .section-slogan .slogan-wrapper {
            display: block;
            width: auto;
        }

        .section-slogan .slogan-text {
            font-size: 14px;
            padding-top: 30px;
        }

        /*.section-slogan .section_slogan_logo_footer {
            width: 200px;
        }*/

        .img-bacteria-resistance, .img-mold-resistance {
            width: 90px;
            border-radius: 17px;
        }
        .section-validation-ul .validation-name{
            font-size: 8.5pt;
        }
        .section-validation-ul .validation-description{
            font-size: 10pt;
        }
        .section-slogan {
            padding-top: 30px !important;
        }
    }

    .section-film .icon-film img {
        width: 100px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .section-film {
        padding: 70px 0px 90px 0px;
        background: #F4F5F7;
    }

        .section-film .title-section {
            padding: 0px 0px 30px 0px;
            font-size: 25px;
            font-weight: bold;
        }

        .section-film iframe {
            display: block;
            margin: auto;
            width: 100%;
        }


    .video-item {
        /*padding: 30px;*/
        /*background: #6E6F71;*/
        box-shadow: 0px 1px 30px rgba(0,0,0,.3);
    }

    .video-left {
        padding-left: 0px;
    }

    .video-right {
        padding-right: 0px;
    }

    @media all and (max-width:992px) {
        .section-film iframe {
            height: 230px;
        }

        /*.video-item {
        padding: 15px;
    }*/
    }

    @media all and (max-width:767px) {
        .section-film .title-section {
            padding-bottom: 15px;
        }

        .video-right, .video-left {
            padding-right: 15px;
            padding-left: 15px;
        }

        .video-item {
            margin-top: 15px;
        }

        .section-film {
            padding: 30px 0px 30px 0px;
        }

            .section-film .icon-film img {
                margin-bottom: 20px;
            }
    }

    .certificate-award {
        box-shadow: 1px -1px 11px rgba(0,0,0,.3);
        padding: 30px 0px 60px 0px;
        text-align: center;
    }

        .certificate-award h2 {
            text-align: center;
            margin-bottom: 30px;
            font-size: 23px;
            text-transform: uppercase;
        }

    .item-certificate {
        min-height: 300px;
        box-shadow: 0px 0px 8px rgba(0,0,0,.3);
        max-width: 500px;
    }

        .item-certificate .certificate-content {
            padding: 20px;
        }

        .item-certificate:hover {
            box-shadow: 0px 1px 30px rgba(0,0,0,.3);
            transition: all 1s;
        }

.certificate-award .slick-prev,
.certificate-award .slick-next,
.baner-promotion .slick-prev,
.baner-promotion .slick-next {
    position: absolute;
    top: calc(50% - 44px);
    width: 48px;
    height: 48px;
    border: 2px solid #eee;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    font-size: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
}

    .item-picture img {
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: table-cell;
        vertical-align: text-top;
        max-height: 100%;
        max-width: 100%;
        height: auto;
    }

    .title.carousel-title {
        margin: 25px auto;
        font-size: 20px;
        display: block;
        text-align: center;
    }

    .slick-carousel.list-wapper .carousel-item {
        width: 300px;
        margin: 15px;
    }

        .slick-carousel.list-wapper .carousel-item .item-info .jcarousel-product-title {
            margin: 15px 50px;
            text-align: center;
        }

.certificate-award .slick-slide {
    outline: none;
    border: none;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    min-height: 330px;
    max-height: 370px;
}

    .certificate-award .slick-slide:hover {
        box-shadow: 0px 1px 15px rgba(0,0,0,0.4);
        transition: all 1s;
        z-index: 600;
    }


    .certificate-content {
        padding: 0px 10px 0px 5px;
        max-width: 400px;
        margin: auto;
        font-weight: bold;
        display: table;
        min-height: 100px;
    }

        .certificate-content p {
            font-size: 14px;
            display: table-cell;
            vertical-align: middle;
        }

    .item-picture {
        min-height: 230px;
        max-height: 240px;
        position: relative;
        margin-top: 10px;
    }

    .item-detail {
        outline: none;
    }

        .item-detail:hover {
            outline: none;
            color: #333;
            outline: none;
            text-decoration: none;
        }

    @media all and (max-width:767px) {
        .certificate-content {
            max-width: 320px;
        }
    }
    /*=====================================================
    
    BIG SCREENS

=====================================================*/
    @media all and (min-width: 1281px) {
        /*{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }*/
        .certificate-award .slick-prev, .certificate-award .slick-next {
            width: 370px !important;
        }

        .certificate-award .slick-prev {
            left: -36px;
        }

            .certificate-award .slick-prev:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0 !important;
                left: 20px;
                height: 53px;
                width: 26px;
                margin: auto;
                background: url(/Themes/Kymdan/Content/image/prev-horizontal-new.png) no-repeat center;
            }

        .certificate-award .slick-next {
            right: 0;
            margin: 0;
        }

        .certificate-award .slick-next {
            right: -36px;
            background: url(/Themes/Kymdan/Content/image/gradient-right.png);
            background-position: right top;
            background-repeat: repeat-y;
        }

            .certificate-award .slick-next:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0 !important;
                right: 20px;
                height: 53px;
                width: 26px;
                margin: auto;
                background: url(/Themes/Kymdan/Content/image/next-horizontal-new.png) no-repeat center;
            }
    }

.certificate-award .slick-prev {
    left: 0;
    background: url(/Themes/Kymdan/Content/image/prev-product-mobile.png) no-repeat center;
}

.certificate-award .slick-next {
    right: 0;
    background: url(/Themes/Kymdan/Content/image/next-product-mobile.png) no-repeat center;
}
    /*=====================================================
    
    DESKTOP

=====================================================*/
    @media all and (min-width: 1001px) {
        .certificate-award .slick-prev:hover, .certificate-award .slick-next:hover {
            opacity: 0.92;
        }

        .certificate-award .slick-prev, .certificate-award .slick-next {
            top: 0;
            width: 350px;
            height: 100%;
            border: none;
            opacity: 1;
            cursor: pointer;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            transition: all .2s ease;
        }

        .certificate-award .slick-prev {
            left: 20px;
            margin-left: -36px;
            background: url(/Themes/Kymdan/Content/image/gradient-left.png);
            background-position: left top;
            background-repeat: repeat-y;
        }

            .certificate-award .slick-prev:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0 !important;
                left: 20px;
                height: 53px;
                width: 26px;
                margin: auto;
                background: url(/Themes/Kymdan/Content/image/prev-horizontal-new.png) no-repeat center;
            }

        .certificate-award .slick-next {
            right: 0;
            margin-right: -36px;
            background: url(/Themes/Kymdan/Content/image/gradient-right.png);
            background-position: right top;
            background-repeat: repeat-y;
        }

            .certificate-award .slick-next:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0 !important;
                right: 40px;
                height: 53px;
                width: 26px;
                margin: auto;
                background: url(/Themes/Kymdan/Content/image/next-horizontal-new.png) no-repeat center;
            }
    }
    /*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

    @media all and (min-width: 769px) {
        .certificate-award .slick-carousel.list-wapper .carousel-item {
            width: 760px;
        }

            .certificate-award .slick-carousel.list-wapper .carousel-item .item-info .jcarousel-product-title {
                width: 700px !important;
            }
    }

    @media all and (min-width: 730px) {
        /*.slick-carousel.list-wapper .carousel-item {
        width: 550px !important;
    }*/

        .certificate-award .slick-carousel.list-wapper .carousel-item .item-info .jcarousel-product-title {
            width: 550px !important;
        }
    }
    /*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

    @media all and (min-width: 481px) {
        .certificate-award .slick-carousel.list-wapper .carousel-item {
            width: 450px;
        }

        .certificate-award .slick-carousel.list-wapper .carousel-item {
            margin: 10px;
        }

            .certificate-award .slick-carousel.list-wapper .carousel-item .item-info .jcarousel-product-title {
                width: 460px !important;
            }
    }

    @media all and (min-width:200px) {
        .certificate-award .slick-carousel.list-wapper .carousel-item .item-info .jcarousel-product-title {
            width: 260px;
            margin: 15px auto;
        }
    }

.certificate-award button.slick-arrow:focus {
    background-color: transparent;
}

    .baner-mindde-mattress {
        /*background: url(/Themes/Kymdan/Content/image/banner-nem-layer-01.png) no-repeat center;*/
        /*background-size: cover;*/
        background: url(/Themes/Kymdan/Content/image/background_section_sologan.jpg) repeat;
        background-position: left;
        height: 450px;
        box-shadow: 0px 1px 15px rgba(0,0,0,0.3);
    }

        .baner-mindde-mattress::before {
            content: " ";
            background: #F8F8F8;
            width: 55%;
            height: 450px;
            position: absolute;
            z-index: 1;
            right: -130px;
            transform: skewx(-30deg);
        }

        .baner-mindde-mattress .row {
            position: relative;
            z-index: 2;
        }

        .baner-mindde-mattress .region-image-primary img {
            height: 300px;
            display: table;
            margin: 0 auto;
        }

    .region-icon-mattress {
        position: absolute;
        top: 10px;
    }

        .region-icon-mattress .icon-image img,
        .region-icon-pillow .icon-image img {
            width: 50px;
            display: table-cell;
            vertical-align: middle;
        }

        .region-icon-mattress .icon-image a span,
        .region-icon-pillow .icon-image a span {
            float: left;
            display: inline-block;
            font-size: 6.5pt;
            width: 100%;
            padding: 0;
        }

        .region-icon-mattress .icon-image span,
        .region-icon-pillow .icon-image span,
        .region-icon-mattress .icon-image a,
        .region-icon-pillow .icon-image a {
            display: table-cell;
            vertical-align: middle;
            padding-left: 5px;
            padding-right: 5px;
            text-align: left;
            text-transform: uppercase;
            font-size: 8pt;
            font-weight: 500;
            width: 200px;
        }

        .region-icon-mattress li .icon-image.col-icon-2 {
            margin-left: 30px;
        }

        .region-icon-mattress li .icon-image.col-icon-3 {
            margin-left: 60px;
        }

        .region-icon-mattress li .icon-image.col-icon-4 {
            margin-left: 90px;
        }

        .region-icon-mattress li .icon-image.col-icon-5 {
            margin-left: 122px;
        }

        .region-icon-mattress li .icon-image.col-icon-6 {
            margin-left: 157px;
        }

        .region-icon-mattress li .icon-image.col-icon-7 {
            margin-left: 189px;
        }

        .region-icon-mattress li .icon-image.col-icon-8 {
            margin-left: 220px;
        }

    .region-icon-pillow li .icon-image.col-icon-2 {
        margin-left: -30px;
    }

    .region-icon-pillow li .icon-image.col-icon-3 {
        margin-left: -60px;
    }

    .region-icon-pillow li .icon-image.col-icon-4 {
        margin-left: -90px;
    }

    .region-icon-pillow li .icon-image.col-icon-5 {
        margin-left: -122px;
    }

    .region-icon-pillow li .icon-image.col-icon-6 {
        margin-left: -157px;
    }

    .region-icon-pillow li .icon-image.col-icon-7 {
        margin-left: -189px;
    }

    .region-icon-pillow li .icon-image.col-icon-8 {
        margin-left: -220px;
    }

    .region-icon-mattress li .icon-image,
    .region-icon-pillow li .icon-image {
        display: table;
        margin: 15px 0;
    }

    .btn-shop-now {
        text-align: center;
    }

        .btn-shop-now a {
            outline: none;
            text-transform: uppercase;
            /*font-size: 14px;*/
            /*border: #fff solid 1px;
        background: #fff;*/
            /*padding: 4px 7px;*/
            font-size: 14px;
            font-weight: bold;
        }

            .btn-shop-now a:focus {
                background: #fff;
            }

            .btn-shop-now a:hover {
                text-decoration: none;
                color: #333;
            }

    .baner-mindde-mattress .icon-logo-15-year img {
        width: 100%;
    }

    .baner-mindde-mattress .icon-logo-15-year {
        width: 110px;
        position: absolute;
        top: 30px;
        left: calc(30% - 35px);
    }

    .baner-mindde-mattress .img-slogan-mattress {
        position: absolute;
        right: -20px;
        bottom: calc(30% - 45px);
        width: 450px;
        display: table;
    }

    .animate-up, .animate-left, .animate-right, .animate-zoom-in {
        visibility: hidden;
    }

        .animate-up.animated, .animate-left.animated, .animate-right.animated, .animate-zoom-in.animated {
            visibility: visible;
        }

    .img-slogan-mattress a {
        right: 275px;
        position: absolute;
        bottom: -60px;
        font-size: 14px;
        font-weight: bold;
    }

    .baner-mindde-mattress .button-shop-now {
        display: block;
        width: 50%;
        float: right;
        text-align: center;
    }
    /*.baner-mindde-mattress .button-shop-now a span {
    font-weight:bold;
}*/

    .img-slogan-mattress a:hover,
    .img-slogan-mattress a:focus,
    .image-logo-pillow a:hover,
    .image-logo-pillow a:focus {
        color: #fff;
    }

    .baner-mindde-pillow {
        /*background-position: left;*/
        height: 450px;
        /*box-shadow: 0px 1px 15px rgba(0,0,0,0.3);*/
        position: relative;
        background-color: #F8F8F8;
    }

        .baner-mindde-pillow .region-image-wrapper {
            height: 450px;
            display: table;
            margin: 0 auto;
        }

        .baner-mindde-pillow .region-image-primary {
            display: table-cell;
            vertical-align: bottom;
        }

            .baner-mindde-pillow .region-image-primary img {
                width: 90%;
                display: table;
            }

        .baner-mindde-pillow .image-logo-pillow {
            position: absolute;
            top: 50px;
            left: 0px;
            width: 500px;
            display: block;
            text-align: center;
        }

            .baner-mindde-pillow .image-logo-pillow img {
                width: 100%;
            }

            .baner-mindde-pillow .image-logo-pillow a {
                margin-top: 20px;
                font-weight: bold;
            }

        .baner-mindde-pillow .row {
            position: relative;
            z-index: 1;
        }

        .baner-mindde-pillow::after {
            background-color: #F8F8F8;
            position: absolute;
            top: 0px;
            width: 55%;
            height: 100%;
            content: " ";
            z-index: 0;
            transform: skewx(-30deg);
        }

        .baner-mindde-pillow::before {
            content: " ";
            background: url(/Themes/Kymdan/Content/image/background_section_sologan.jpg) repeat;
            background-position: left;
            width: 100%;
            height: 450px;
            position: absolute;
            z-index: 0;
            right: -130px;
        }

        .baner-mindde-pillow .region-icon-pillow {
            position: absolute;
            top: 15px;
            right: 0px;
        }


    .list-icon-pillow {
        display: block;
    }

        .list-icon-pillow li {
            display: block;
        }

    .region-icon-mattress .icon-image img, .region-icon-pillow .icon-image img {
        width: 40px;
    }

    .baner-mindde-mattress, .baner-mindde-pillow,
    .baner-mindde-pillow .region-image-wrapper,
    .baner-mindde-mattress::before, .baner-mindde-pillow::before {
        height: 420px;
    }

    .list-icon-mattress::after {
        clear: both;
    }

    .region-image-primary {
        position: relative;
    }

        .region-image-primary .title-product-name {
            position: absolute;
            text-align: center;
            display: block;
            width: 100%;
            font-size: 24px;
            font-weight: bold;
            margin-top: 10px;
        }



    @media all and (max-width:1106px) {
        .baner-mindde-mattress .icon-logo-15-year {
            top: 10px;
            /*background-image: url('../image/background.jpg');*/
            left: calc(30% - 60px);
            width: 100px;
        }

        .baner-mindde-mattress .img-slogan-mattress {
            width: 350px;
            left: calc(70% - 105px);
            bottom: calc(30% - 40px);
        }

        .img-slogan-mattress a {
            left: calc(70% - 105px);
            right: auto;
        }

        .baner-mindde-mattress .button-shop-now a {
            /*left: calc(70% - 105px);
        width: 155px;*/
        }
    }

    @media all and (max-width:992px) {
        .baner-mindde-mattress .region-image-primary img,
        .baner-mindde-pillow .region-image-primary img {
            height: 200px;
            width: auto;
        }

        .region-icon-mattress .icon-image img, .region-icon-pillow .icon-image img {
            width: 35px;
        }

        .baner-mindde-mattress, .baner-mindde-pillow,
        .baner-mindde-pillow .region-image-wrapper,
        .baner-mindde-mattress::before, .baner-mindde-pillow::before {
            height: 350px;
        }

        .region-icon-mattress li .icon-image, .region-icon-pillow li .icon-image {
            margin: 10px 0;
        }

            .region-icon-mattress li .icon-image[class*="col-icon-"],
            .region-icon-pillow li .icon-image[class*="col-icon-"] {
                margin-left: 20px;
            }

        .baner-mindde-mattress .icon-logo-15-year {
            /*top: auto;
        bottom: calc(0 - 25px);
        left: calc(25%)*/
            left: calc(62%);
            top: 0px;
            width: 80px;
        }

        .baner-mindde-mattress::before {
            left: calc(50% + 50px);
            width: 100%;
        }

        .baner-mindde-mattress .img-slogan-mattress {
            width: 270px;
            bottom: 60px;
            left: calc(70% - 70px);
        }

            .baner-mindde-mattress .img-slogan-mattress a {
                left: calc(70% - 70px);
                bottom: -55px
            }

        .baner-mindde-pillow .image-logo-pillow {
            max-width: 300px;
            top: 20px;
            left: 20px;
        }

            .baner-mindde-pillow .image-logo-pillow a,
            .baner-mindde-mattress .image-logo-pillow a {
                /*padding: 5px;*/
                /*margin: 5px 0 5px 0;*/
            }
    }

    @media all and (max-width:695px) {
        .region-icon-mattress,
        .baner-mindde-pillow .region-icon-pillow {
            position: relative;
        }

        .baner-mindde-mattress {
            height: auto;
            background: #F8F8F8;
        }

            .baner-mindde-mattress .region-image-primary img {
                width: 100%;
                height: auto;
            }

            .baner-mindde-mattress::before,
            .baner-mindde-pillow::before,
            .baner-mindde-pillow::after {
                content: none;
            }

            .baner-mindde-mattress .img-slogan-mattress,
            .baner-mindde-mattress .button-shop-now a {
                clear: both;
                position: relative;
                top: 0;
                left: 0;
                right: 0;
            }

            .baner-mindde-mattress .icon-logo-15-year {
                left: 15px;
                top: 110px;
                width: 65px;
            }



        .region-icon-mattress .list-icon-mattress li,
        .region-icon-pillow .list-icon-pillow li {
            width: 50%;
            float: left;
            min-height: 100px;
            display: table;
        }

        .region-icon-pillow .list-icon-pillow::after {
            clear: both;
        }

        .region-icon-mattress .list-icon-mattress li span {
            font-size: 11px;
            text-transform: none;
        }

            .region-icon-mattress .list-icon-mattress li span br,
            .region-icon-pillow .list-icon-pillow li span br {
                display: none;
            }

        .region-icon-mattress li .icon-image[class*="col-icon-"], .region-icon-pillow li .icon-image[class*="col-icon-"] {
            margin-left: 10px;
        }


        .baner-mindde-mattress .button-shop-now {
            clear: both;
            margin: 20px auto;
            text-align: center;
            width: 100%;
        }

        .baner-mindde-mattress .img-slogan-mattress {
            display: block;
            margin: 10px auto;
            padding: 10px 10px 0px 10px;
            clear: both;
        }

        .baner-mindde-pillow {
            background: #fff;
            height: auto;
        }

            .baner-mindde-pillow .region-image-primary img {
                height: auto;
                width: 100%;
            }

            .baner-mindde-pillow .image-logo-pillow {
                position: relative;
                top: 0;
                left: calc(50% - 150px);
                padding: 20px 20px 0 20px;
                width: 300px;
            }

            .baner-mindde-pillow .region-image-wrapper {
                width: 100%;
                height: auto;
                padding: 20px 20px 0px 20px;
            }

        .list-icon-pillow {
            min-height: 200px;
            margin-bottom: 10px;
        }

        .baner-mindde-mattress .img-slogan-mattress a {
            margin: 5px 0 20px 0;
        }
    }

    @media all and (min-width: 1200px) {
        .region-icon-mattress .icon-image a, .region-icon-pillow .icon-image a {
            width: 250px;
        }
    }

    @media all and (max-width: 410px) {
        .region-icon-mattress .list-icon-mattress li:nth-child(n-1),
        .region-icon-mattress .list-icon-mattress li:nth-child(n-2),
        .list-icon-pillow li:nth-child(n - 2), .list-icon-pillow li:nth-child(n - 1) {
            min-height: 150px;
        }
    }

    @media all and (min-width: 76px) and (max-width: 1023px) {
        .baner-mindde-mattress .img-slogan-mattress {
            bottom: 40px;
        }

            .baner-mindde-mattress .img-slogan-mattress img {
                margin-bottom: 10px;
            }

        .baner-mindde-mattress .button-shop-now {
            margin-top: 20px;
        }
    }


    .section-film .video-item video {
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    .topic-home-page .container {
        z-index: 10;
        position: relative;
    }

    .section-slogan, .baner-mindde-mattress, .baner-mindde-pillow, .topic-home-page, .certificate-award {
        position: relative;
        overflow: hidden;
    }

    .banner-mobile-wrapper {
        width: 100%;
        height: calc(100vh - 50px);
        background: url(/Themes/Kymdan/Content/image/home/banner_home.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

        .banner-mobile-wrapper.banner-vn {
            background-image: url(/Themes/Kymdan/Content/image/home/banner_home.png?v=1);
        }

        .banner-mobile-wrapper.banner-en {
            background-image: url(/Themes/Kymdan/Content/image/home/baner_home_en.png?v=2);
        }

    .banner-mobile .banner-mobile-text {
        display: block;
    }

    .banner-mobile-wrapper .banner-mobile .banner-mobile-text img,
    .banner-mobile-wrapper .banner-mobile .banner-mobile-icon img {
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    .banner-mobile .banner-mobile-icon {
        display: block;
    }


    .banner-btn-auto-scroll a {
        position: absolute;
        top: calc(100vh - 150px);
        left: 50%;
        z-index: 9999;
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #fff;
        letter-spacing: .1em;
        text-decoration: none;
        transition: opacity .3s;
    }

        .banner-btn-auto-scroll a span {
            position: absolute;
            top: 0;
            left: 50%;
            width: 46px;
            height: 46px;
            margin-left: -23px;
            border: 1px solid #fff;
            border-radius: 100%;
            box-sizing: border-box;
        }

            .banner-btn-auto-scroll a span::before {
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                content: '';
                width: 44px;
                height: 44px;
                box-shadow: 0 0 0 0 rgba(255,255,255,.1);
                border-radius: 100%;
                opacity: 0;
                -webkit-animation: sdb03 3s infinite;
                animation: sdb03 3s infinite;
                box-sizing: border-box;
            }

            .banner-btn-auto-scroll a span::after {
                position: absolute;
                top: 50%;
                left: 50%;
                content: '';
                width: 16px;
                height: 16px;
                margin: -12px 0 0 -8px;
                border-left: 1px solid #fff;
                border-bottom: 1px solid #fff;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                box-sizing: border-box;
            }

    @-webkit-keyframes sdb03 {
        0% {
            opacity: 0;
        }

        30% {
            opacity: 1;
        }

        60% {
            box-shadow: 0 0 0 60px rgba(255,255,255,.1);
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes sdb03 {
        0% {
            opacity: 0;
        }

        30% {
            opacity: 1;
        }

        60% {
            box-shadow: 0 0 0 60px rgba(255,255,255,.1);
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    .text-baner-home {
        position: absolute;
        top: 15vh;
        left: 2.8vh;
        width: 50%;
        text-align: center;
    }

        .text-baner-home .title {
            font-family: UVFMonthoers;
            font-size: 19pt;
            color: #fff;
        }

        .text-baner-home .wishe-text {
            font-family: UVFFlorenceRegular;
            font-size: 22pt;
            margin-top: 10px;
            color: #fff;
        }
    /*@media all and (max-width: 1366px) and (orientation: portrait) {
    .banner-mobile-wrapper .banner-mobile .banner-mobile-text img {
        width: 30%;
        padding-top: 100px;
    }

    .banner-mobile-wrapper .banner-mobile .banner-mobile-icon img {
        width: 400px;
    }
}*/
    .baner-promotion img {
        width: 100%;
        vertical-align:middle;
    }

    @media (max-width: 767px), (orientation: portrait) {

        .banner-mobile-wrapper.banner-vn {
            background-image: url(/Themes/Kymdan/Content/image/home/banner_home_mobile_vn.png);
        }

        .banner-mobile-wrapper.banner-en {
            background-image: url(/Themes/Kymdan/Content/image/home/banner_home_mobile_en_18Dec.png);
        }

        .banner-mobile-wrapper .banner-mobile .banner-mobile-text img {
            width: 35vh;
            padding-top: 70px;
        }

        .banner-mobile-wrapper .banner-mobile .banner-mobile-icon img {
            width: 300px;
        }

        .text-baner-home .title {
            font-size: 12pt
        }

        .text-baner-home .wishe-text {
            font-size: 14pt;
        }

        .text-baner-home {
            left: 0vh;
        }
    }

    @media all and (max-width: 769px) and (orientation: landscape) {
        .banner-mobile-wrapper.banner-vn {
            background-image: url(/Themes/Kymdan/Content/image/home/banner_home.png);
        }

        .banner-mobile-wrapper.banner-en {
            background-image: url(/Themes/Kymdan/Content/image/home/banner_home_en.png);
        }
        /*.banner-mobile-wrapper .banner-mobile .banner-mobile-text img {
        width: 40%;
        padding-top: 50px;
    }*/

        .banner-mobile-wrapper .banner-mobile .banner-mobile-icon img {
            width: 300px;
        }

        .text-baner-home .title {
            font-size: 16pt
        }

        .text-baner-home {
            width: 40%;
            left: 5vh;
            top: 5vh;
        }
    }



    @media all and (max-width: 769px) and (orientation: landscape) {
        /*.banner-mobile-wrapper .banner-mobile .banner-mobile-text img {
        width: 120px;
        padding-top: 20px;
    }*/

        .banner-mobile-wrapper .banner-mobile .banner-mobile-icon img {
            width: 120px;
        }

        .banner-mobile .banner-btn-auto-scroll a {
            top: calc(100vh - 130px);
        }
    }

    @media all and (max-width: 568px) and (orientation: landscape) {
        /*.banner-mobile-wrapper .banner-mobile .banner-mobile-text img {
        width: 120px;
        padding-top: 10px;
    }*/

        .banner-mobile-wrapper .banner-mobile .banner-mobile-icon img {
            width: 100px;
        }

        .banner-mobile .banner-btn-auto-scroll a {
            top: calc(100vh - 120px);
        }
    }

    @media all and (max-width: 414px) and (orientation: portrait) {
        /*.banner-mobile-wrapper .banner-mobile .banner-mobile-text img {
        width: 40%;
        padding-top: 50px;
    }*/

        .banner-mobile-wrapper .banner-mobile .banner-mobile-icon img {
            width: 160px;
        }
    }

    .list-icon-pillow {
        padding-top: 25px;
    }

    .topic-home-page, .section-film {
        background-color: #D0D2D3;
    }

    @media all and (max-width: 900px) {
        .region-image-primary .title-product-name {
            font-size: 12px;
        }
    }

.certificate-award .slick-carousel.list-wapper.slick-initialized.slick-slider {
    background: #fff;
}

    .certificate-award {
        background: #fff;
    }
.section-validation-ul > a{
    display:block;
}
.section-validation-ul > a:hover{
    color: #000;
}
.baner-promotion {
    z-index: 15;
    position: relative;
    /*margin-top:-40px;*/
}
.section-slogan{
    z-index: 10;
    
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.popup-warning .modal-body, .popup-warning .modal-content {
    padding: 0px;
    background-color: transparent;
    border-radius: 50px;
}
.popup-warning .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 27pt;
    width: 30px;
    height: 30px;
    overflow: hidden;
    opacity: .7;
}

.popup-warning .btn-close::before, .popup-warning .btn-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
    .popup-warning .btn-close::before {
         transform : rotate(45deg);
    }

    .popup-warning .btn-close::after {
        transform: rotate(-45deg);
    }

    .popup-warning .btn-close.thick::before, .popup-warning .btn-close.thick::after {
        height: 3px;
        margin-top: -2px;
    }
    .popup-warning .btn-close:hover {
        opacity: .8;
        width: 32px;
        height: 32px;
    }

    

@media (min-width: 1200px) {
    .modal-dialog {
        width: 850px;
    }

    .popup-warning img{
       width : 100%;
    }
}

@media all and (max-width: 767px){
    .popup-warning .btn-close {
        top: 22px;
        right: 22px;
        font-size: 18px;
        width: 23px;
        height: 23px;
    }
    
    #popup-warning .modal-dialog {
        width: 80%;
    }
}
@media all and (max-width: 812px) {
    #popup-warning .img-popup-warning {
        width: 100%;
    }
    #popup-warning .modal-dialog {
        width: 80%;
    }
}
.baner-promotion .slick-slide {
    max-height: 100%;
    min-height: 100%;
}
.baner-promotion .slick-prev,
.baner-promotion .slick-next {
    border: none;
    background-color: rgba(255,255,255,.4);
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
}

.baner-promotion button.slick-arrow:focus {
    background-color: rgba(255,255,255,.3);
}

.baner-promotion .slick-prev::before,
.baner-promotion .slick-next::before {
    content: " ";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.baner-promotion .slick-prev::before {
    background-image: url(/Themes/Kymdan/Content/image/ic_back_black.svg);
}

.baner-promotion .slick-next::before {
    background-image: url(/Themes/Kymdan/Content/image/ic_right_black.svg);
}
    

@media (min-width: 768px) {

    .baner-promotion .slick-prev{
        left:0;
    }
    .baner-promotion .slick-next {
        right: 0;
    }
    .baner-promotion .slick-prev,
    .baner-promotion .slick-next {
        top: calc(50% - 22px);
        width: 48px;
        height: 48px;
        padding: 10px 5px;
    }
}

@media (min-width: 1002px) {

    .baner-promotion .slick-prev, .baner-promotion .slick-next {
        width: 50px !important;
        height: 120px;
        top: calc(50% - 60px);
        padding: 10px 5px;
    }

    .baner-promotion .slick-prev {
        left: 0px;
        margin-left: auto;
    }

    .baner-promotion .slick-next {
        right: 0px;
        margin-right: auto;
        top: calc(50% - 60px)
    }

    .baner-promotion .slick-prev::before {
        left: 0px;
    }

    .baner-promotion .slick-next::before {
        right: 0px;
    }

    .baner-promotion .slick-prev::before {
        background: url(/Themes/Kymdan/Content/image/ic_back_black.svg) no-repeat center;
        background-position: center;
        background-size: contain;
    }

    .baner-promotion .slick-next::before {
        background: url(/Themes/Kymdan/Content/image/ic_right_black.svg) no-repeat center;
        background-position: center;
        background-size: contain;
    }
}