/*-----------------------------------------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;
    }

.info-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-content: center;
    margin: 40px 0px 40px 0px;
}

    .info-wrapper .info-item {
        width: 50%;
        height: 80px;
        display: inline-flex;
        align-items: center;
    }


.info-item.slogan-text {
    text-align: right;
    margin-right: 5px;
    font-weight: bold;
    color: white;
    background: #67564b;
    padding: 5px 10px 5px 0;
    justify-content: flex-end;
}

.info-item.slogan-description {
    text-align: left;
    margin-left: 5px;
    background: #41373C;
    color: white;
    padding: 5px 0px 5px 10px;
    justify-content: flex-start;
}

    .info-item.slogan-description b {
        color: white;
    }

.site-info {
    padding: 0px;
}

.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;
}

.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: flex-start;
    justify-content: center;
    display: flex;
    min-height: 120px;
}

.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;*/
    }

    .info-wrapper {
        display: block;
    }

        .info-wrapper .info-item {
            width: 100%;
            height: auto;
            text-align: center;
            padding: 10px 0px 10px;
            margin: 10px 0 5px;
            justify-content: center;
        }
}

.topic-home-page {
    box-shadow: 0px -1px 15px rgba(0,0,0,.3);
    padding: 40px 0px 0px 0px;
}

    .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 .slogan .slogan-shadow {
        height: 90px;
    }

    .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;
    }

    .wrapper-sologan .background-linear-gradient {
        margin: 0 255px;
    }
}

.view-all {
    text-align: center;
    margin-top: 30px
}

.topic-item-image img {
    max-width: 80%;
    display: block;
    margin: auto auto 10px auto;
    box-shadow: 0px -1px 15px rgba(0,0,0,.3);
    border-radius: 50%;
   
}

.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-item .topic-title-wrapper {
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    margin: 5px 0px 5px 0px;
}

.topic-item:hover .topic-item-image img {
    box-shadow: 0px 0px 6px rgba(0,0,0,.3);
    transition: all .5s;
}

.topic-content .view-all {
    background: #94959a;
    padding: 4px 12px;
    border-radius: 16px;
    text-align: center;
    color: white;
}

    .topic-content .view-all:hover {
        box-shadow: 0px 0px 6px rgba(0,0,0,.3);
        transition: all .5s;
    }

.topic-title-wrapper .topic-title {
    text-align: center;
    width: 100%;
    background-color: #d1d2d4;
    padding: 5px;
}

#topic-list .topic-item a {
    display: block;
}

    #topic-list .topic-item a:hover {
        text-decoration: none;
        color: #333;
    }

        #topic-list .topic-item a:hover h4 {
            font-weight: bold;
        }

.topic-item p {
    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 {
    padding: 0;
    max-width: 100%;
    min-height: 480px;
    margin-bottom: 40px;
}

    .topic-item a {
        display: block;
    }

    .topic-item .topic-content {
        padding: 0 15px 15px 15px;
    }

.product-sologan-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.product-sologan-img {
    width: 210px;
    margin: 20px 0px 10px;
}

.product-sologan-text {
    margin: 0px 0px 20px;
    text-align: center;
}

    .product-sologan-text span {
        font-size: 20pt;
    }

.view-all .loading-topic {
    animation: spinner 1s linear infinite;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0px;
}

.region-image-primary {
    background: #f3f3f5;
    border: 1px solid #b8b8b8;
}

.baner-mindde-mattress .btn-shop-now-wrapper,
.baner-mindde-pillow .btn-shop-now-wrapper {
    display: block;
    margin-bottom: -12px;
    z-index: 2;
    position: relative;
    text-align: center;
}

.baner-mindde-pillow .product-sologan-wrapper {
    margin-top: 20px;
}

.btn-shop-now-wrapper .btn-shop-now {
    text-align: center;
    background: white;
    font-size: 12pt;
    padding: 5px 15px;
    border-radius: 19px;
    border: 1px solid #b8b8b8;
    line-height: 12pt;
    font-weight: bold;
}

    .btn-shop-now-wrapper .btn-shop-now:hover {
        box-shadow: 0px 0px 6px rgba(0,0,0,.3);
        transition: all .5s;
        color: black;
        text-decoration: none;
    }

#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 20px;
    box-shadow: -5px 4px 11px 1px rgba(0, 0, 0, 0.4);
    border-radius: 23px;
	height: 100%;
}

.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 {
    display: flex;
    justify-content: flex-end;
}

.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;
    }
    .img-osteopathy-australia {
        margin: 10px auto;
    }
}

.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;
    }

.view-all-wrapper {
    margin-top: 10px;
}

    @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: flex;
            margin-top: 30px;
        }

        .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: 0px 0px 40px 0px;
    background: #fff;
}

    .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 {
    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, .baner-mindde-pillow {
    background: #b2a69a;
    z-index: 1;
    position: relative;
}

    .baner-mindde-mattress .container,
    .baner-mindde-pillow .container {
        background-color: white;
    }

    .baner-mindde-mattress .region-image-primary img,
    .baner-mindde-pillow .region-image-primary img {
        width: 70%;
    }

.product-info-wrapper {
    position: relative;
    margin: 10px 15px;
}

    .product-info-wrapper .product-feature-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
        top: 0;
    }

.product-feature {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.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;
        }

.product-feature-wrapper .icon-logo-15-year {
    width: 80px;
}

.product-feature-col-15-years {
    display: inline-flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.product-feature-ic a, .product-feature-ic span {
    font-weight: bold;
    font-size: 8.5pt;
    margin-left: 10px;
}

    .product-feature-ic a span {
        font-weight: bold;
        font-size: 8.5pt;
    }

.product-feature-wrapper .product-feature-ic img {
    width: 100%;
    box-shadow: 0px -1px 15px rgba(0,0,0,.3);
    border-radius: 50%;
    max-width:35px;
}

.product-feature-col {
    width: 240px;
    padding: 5px 10px;
}

.product-feature-ic {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 8px 0px;
}

.baner-mindde-pillow .product-info-wrapper {
    margin-bottom: 30px;
}


.section-film .container {
    border: 1px solid #6D5c50;
    padding: 40px 30px 40px;
}
.section-film-title-wrapper {
    background: #b2a69a;
}

    .section-film-title-wrapper .container.title-video-wrapper {
        background: #6D5c50;
    }


.section-film  {
    padding: 0px;
    border-bottom: none;
}

.title-video-wrapper .title-video {
    text-align: center;
    color: white;
    padding: 10px;
}
/*.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;
}





@media all and (max-width:1106px) {
}

@media all and (max-width:992px) {
}

@media all and (max-width:695px) {
}

@media all and (min-width: 1200px) {
}

@media all and (max-width: 410px) {
}

@media all and (min-width: 76px) and (max-width: 1023px) {
}


.section-film .video-item video {
    width: 100%;
    display: table;
    margin: 0 auto;
}

.topic-home-page .container {
    z-index: 10;
    position: relative;
}

.section-slogan, .topic-home-page {
    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 {
    background: rgb(193,178,166);
    background: linear-gradient(180deg, rgba(193,178,166,1) 0%, rgba(223,214,207,1) 4%, rgba(235,232,227,1) 8%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
}

@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-bottom: -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-dialog {
    margin-top: 50px;
}

.popup-warning .modal-body, .popup-warning .modal-content {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
}

.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: 23px;
        height: 23px;
    }

    

/*@media (min-width: 1200px) {
    .modal-dialog {
        width: 850px;
    }
}*/

@media all and (max-width: 769px) {
    .popup-warning .btn-close {
        top: 10px;
        right: 10px;
        font-size: 18px;
        width: 23px;
        height: 23px;
    }

    #popup-warning .modal-dialog {
        width: 80%;
    }

    .product-info-wrapper .product-feature-wrapper {
        position: relative;
        margin-top: 10px;
        justify-content: center;
    }
    .product-feature-col.product-feature-col-15-years {
        position: absolute;
        display: block;
        width: auto;
        justify-content: center;
        top: -110px;
        left: 0px;
    }
    .product-feature-col{
        width:50%;
    }
    .product-feature-ic a, .product-feature-ic span{
        margin-left: 10px;
    }
}

@media (max-width: 420px) {
    .product-feature {
        flex-direction: column;
    }
    .product-feature-col {
        width: 100%;
    }
    .product-feature-wrapper .icon-logo-15-year{
        width: 50px;
    }
    .product-feature-col.product-feature-col-15-years {
        top: -100px;
    }
    .product-sologan-text span {
        font-size: 16pt;
    }

    .topic-item .topic-title-wrapper {
        height: auto;
        margin: 20px 0px 10px 0px;
    }
    .topic-title-wrapper .topic-title {
        background-color: transparent;
    }

    .view-all-wrapper {
        display: block;
        text-align: center;
        padding: 15px 0px;
    }
}

@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);
}


.baner-promotion .slick-next {
    right: 0;
}

.img-popup-warning {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .baner-promotion .slick-prev {
        left: 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;
    }
}

.baner-promotion .container-fluid {
    padding: 0px;
}
