﻿.page-warranty ul, .page-why-kymdan ul {
    padding-left: 30px;
    margin-bottom: 10px;
}
.page-warranty li, .page-why-kymdan li {
    padding-left: 10px;
}
.page-warranty ol, .page-warranty ul, .page-why-kymdan ol, .page-why-kymdan ul {
    list-style: disc;
}
.page-warranty a, .page-warranty a:hover, .page-why-kymdan a, .page-why-kymdan a:hover {
    color: #009688;
    font-weight: bold;
}
.page-warranty p, .page-why-kymdan p{
    font-weight: 400;
}
.certificates-and-awards .header-certificates {
    background: url("/Themes/Kymdan/Content/image/background_section_sologan.jpg") repeat;
    height: 100px;
    overflow: hidden;
    text-align: center;
    z-index: -1;
}

    .certificates-and-awards .header-certificates .image-header {
        width: 250px;
        margin-top: 37px;
    }

.certificates-and-awards .certificate-content {
    box-shadow: 0px -1px 15px rgba(0,0,0,0.3);
    padding-bottom: 45px;
    overflow: hidden;
    position: relative;
}

    .certificates-and-awards .certificate-content .certificate-title {
        position: relative;
        padding-top: 10px;
    }

        .certificates-and-awards .certificate-content .certificate-title p {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .certificates-and-awards .certificate-content .certificate-title .and {
            font-size: 25px;
            text-transform: uppercase;
            font-weight: bold;
            color: rgba(0,0,0,0.4);
        }

    .certificates-and-awards .certificate-content::before {
        content: " ";
        background: -webkit-linear-gradient(180deg, rgba(235, 235, 235, 0.5) 10%, rgba(246, 246, 248, 0.5), rgba(255,255,255,1)); /* Safari 5.1-6.0 */
        background: -o-linear-gradient(180deg, rgba(235, 235, 235, 0.5) 10%, rgba(246, 246, 248, 0.5), rgba(255,255,255,1)); /* Opera 11.1-12.0 */
        background: -moz-linear-gradient(180deg, rgba(235, 235, 235, 0.5) 10%, rgba(246, 246, 248, 0.5), rgba(255,255,255,1)); /* Firefox 3.6-15 */
        /* Standard syntax */
        background: linear-gradient(180deg, rgba(235, 235, 235, 0.5) 10%, rgba(246, 246, 248, 0.5), rgba(255,255,255,1));
        width: calc(50%);
        height: 180px;
        position: absolute;
        left: -50px;
        top: 0px;
        transform: skew(30deg)
    }

    .certificates-and-awards .certificate-content::after {
        content: " ";
        background: -webkit-linear-gradient(180deg, rgba(235, 235, 235, 0.5) 10%, rgba(246, 246, 248, 0.5), rgba(255,255,255,1)); /* Safari 5.1-6.0 */
        background: -o-linear-gradient(180deg, rgba(235, 235, 235, 0.5) 10%, rgba(246, 246, 248, 0.5), rgba(255,255,255,1)); /* Opera 11.1-12.0 */
        background: -moz-linear-gradient(180deg, rgba(235, 235, 235, 0.5) 10%, rgba(246, 246, 248, 0.5), rgba(255,255,255,1)); /* Firefox 3.6-15 */
        /* Standard syntax */
        background: linear-gradient(180deg, rgba(235, 235, 235, 0.5) 10%, rgba(246, 246, 248, 0.5), rgba(255,255,255,1));
        width: calc(50%);
        height: 180px;
        position: absolute;
        right: -50px;
        top: 0px;
        transform: skew(-30deg);
    }

    .certificates-and-awards .certificate-content .certificates {
        margin-top: 15px;
        position: relative;
        z-index: 10;
    }

        .certificates-and-awards .certificate-content .certificates .grs-certificate {
            text-align: right;
            width: 350px;
            float: right;
            padding-bottom: 30px;
        }

        .certificates-and-awards .certificate-content .certificates .furniture-certificate {
            padding-bottom: 30px;
        }

        .certificates-and-awards .certificate-content .certificates .cer-image {
            max-height: 250px;
        }

        .certificates-and-awards .certificate-content .certificates .description {
            color: #000;
            font-weight: bold;
            margin-left: 15px;
        }

.border-cer-image {
    border: 2px solid rgb(130, 130, 132);
}

.border-cer {
    border-left: 1px solid #000;
    margin-right: 20px;
}

.certificates-and-awards .certificate-content .certificates .border-cer .cer-image {
    height: 250px;
    max-width: 100%;
    margin-left: 30px;
}

.certificates-and-awards .certificate-content .certificates .border-cer .description {
    color: #000;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 15px;
}

.certificates-and-awards .certificate-content .dca-certificate {
    float: right;
    text-align: right;
}

    .certificates-and-awards .certificate-content .dca-certificate .description,
    .certificates-and-awards .certificate-content .cer_wipo-certificate .description {
        max-width: 450px;
    }
.certificates-and-awards .certificate-content .my-col{
    padding-left: 0px;
    padding-right: 30px;
}

@media all and (max-width : 1001px) {
    .certificates-and-awards .certificate-content .certificates .cer-image {
        height: 160px !important;
    }
}

@media all and (max-width : 767px) {
    .border-cer {
        border-left: none;
    }

    .certificates-and-awards .certificate-content .certificates {
        width: 300px;
        text-align: center;
        margin: 0 auto;
    }

        .certificates-and-awards .certificate-content .certificates img{
            height: 160px;
            width: auto !important;
        }

        .certificates-and-awards .certificate-content .certificates .grs-certificate,
        .certificates-and-awards .certificate-content .certificates .dca-certificate,
        .certificates-and-awards .certificate-content .certificates .furniture-certificate,
        .certificates-and-awards .certificate-content .certificates .border-cer {
            width: 100%;
            padding-bottom: 20px;
            text-align: center;
            padding-left: 0 !important;
        }

            .certificates-and-awards .certificate-content .certificates .border-cer .cer-image {
                margin-left: 0;
                min-width: 300px;
            }

        .certificates-and-awards .certificate-content .certificates > * {
            margin-left: 0;
            text-align: center
        }

        .certificates-and-awards .certificate-content .certificates img,
        .certificates-and-awards .certificate-content .certificates .border-cer .description {
            width: 300px;
            padding-left: 0;
            margin-left: 0;
        }

    .certificates .col-sm-6 {
        padding-left: 0px;
    }
}

.feature-latex .header-feature {
    background: url("/Themes/Kymdan/Content/image/background_section_sologan.jpg") repeat;
    height: 120px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: -999;
    width: 100%;
    top: -20px;
}

    .feature-latex .header-feature h2 {
        margin-top: 70px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        z-index: 999;
    }

    .feature-latex .header-feature::before {
        content: " ";
        background: -webkit-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0)); /* Safari 5.1-6.0 */
        background: -o-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0)); /* Opera 11.1-12.0 */
        background: -moz-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0)); /* Firefox 3.6-15 */
        /* Standard syntax */
        background: linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        width: calc(35%);
        height: 180px;
        position: absolute;
        left: -50px;
        bottom: 0;
        transform: skew(30deg);
        z-index: -1;
    }

    .feature-latex .header-feature::after {
        content: " ";
        background: -webkit-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0)); /* Safari 5.1-6.0 */
        background: -o-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0)); /* Opera 11.1-12.0 */
        background: -moz-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0)); /* Firefox 3.6-15 */
        /* Standard syntax */
        background: linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        width: calc(35%);
        height: 180px;
        position: absolute;
        right: -30px;
        top: 0px;
        transform: skew(-30deg);
        z-index: -1;
    }

.feature-latex .feature-content .imag-1,
.feature-latex .feature-content .imag-2,
.feature-latex .feature-content .imag-3 {
    width: 100%;
    margin-bottom: 10px;
}

.feature-latex .feature-content {
    margin-top: 10px;
    color: #000;
    margin-bottom: 30px;
}

    .feature-latex .feature-content .feature-description {
       
    }

        .feature-latex .feature-content .feature-description p,
        .feature-latex .feature-content .feature-description li {
            text-align: justify;
        }

        .feature-latex .feature-content .feature-description .compare-mattress p {
            margin-bottom: 10px;
        }

        .feature-latex .feature-content .feature-description table,
        .feature-latex .feature-content .feature-description td,
        .feature-latex .feature-content .feature-description th {
            border: 2px solid #C9CACC;
            text-align: center;
            font-weight: normal;
        }

        .feature-latex .feature-content .feature-description h4 {
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 5px;
           text-align:justify;
        }

        .feature-latex .feature-content .feature-description table {
            border-collapse: collapse;
            width: 100%;
            margin-bottom: 20px;
        }

        .feature-latex .feature-content .feature-description th,
        .feature-latex .feature-content .feature-description td {
            padding: 5px
        }

        .feature-latex .feature-content .feature-description .type-feature {
            width: 100px;
        }

        .feature-latex .feature-content .feature-description .middle-cell {
            vertical-align: middle;
        }

        .feature-latex .feature-content .feature-description .lst-point-style li {
            list-style: disc;
            margin-left: 30px;
        }

        .feature-latex .feature-content .feature-description .lst-circel-style li {
            list-style: circle;
            margin-left: 50px;
        }

@media all and (max-width : 767px) {
    .feature-latex .header-feature h2 {
        font-size: 18px;
    }

    .feature-latex .feature-content .feature-description {
        border-left: none;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .feature-latex .feature-content .latex-images {
        display: none;
    }

    .feature-latex .feature-content .imag-1,
    .feature-latex .feature-content .imag-2,
    .feature-latex .feature-content .imag-3 {
        margin-top: 10px;
    }
}

.company-intro .header-intro {
    background: url("/Themes/Kymdan/Content/image/background_section_sologan.jpg") repeat;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: -1;
    width: 100%;
    top: -20px;
}

    .company-intro .header-intro p {
        text-transform: uppercase;
        color: #A8A9AB;
        font-weight: bold;
        font-size: 50px;
        font-family: Arial;
        margin-top: 25px;
    }

.company-intro .body-intro {
    box-shadow: 0px -30px 70px rgba(0,0,0,0.1);
    margin: 0 auto;
    padding-bottom: 30px;
    top: -20px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: -20px;
    overflow: hidden;
}
.company-intro .body-intro::before {
    content: " ";
    background: -webkit-linear-gradient(180deg, rgba(214, 214, 217, 0.35) 2%, rgba(255,255,255,0)); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(180deg, rgba(214, 214, 217, 0.35) 2%, rgba(255,255,255,0)); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(180deg, rgba(214, 214, 217, 0.35) 2%, rgba(255,255,255,0)); /* Firefox 3.6-15 */
    /* Standard syntax */
    background: linear-gradient(180deg, rgba(214, 214, 217, 0.35) 2%, rgba(255,255,255,0));
    width: calc(45%);
    left: -50px;
    height: 75%;
    z-index: -1;
    position: absolute;
    transform: skew(30deg);
}

    .company-intro .body-intro::after {
        content: " ";
        background: -webkit-linear-gradient(180deg, rgba(214, 214, 217, 0.35) 2%, rgba(255,255,255,0)); /* Safari 5.1-6.0 */
        background: -o-linear-gradient(180deg, rgba(214, 214, 217, 0.35) 2%, rgba(255,255,255,0)); /* Opera 11.1-12.0 */
        background: -moz-linear-gradient(180deg, rgba(214, 214, 217, 0.35) 2%, rgba(255,255,255,0)); /* Firefox 3.6-15 */
        /* Standard syntax */
        background: linear-gradient(180deg, rgba(214, 214, 217, 0.35) 2%, rgba(255,255,255,0));
        width: calc(45%);
        right: -50px;
        height: 75%;
        position: absolute;
        top: 0;
        transform: skew(-30deg);
        z-index: -1;
    }

.company-intro .body-intro .factory {
    margin-top: 30px;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

    .company-intro .body-intro .factory img {
        width: 100%;
        border: 1px solid #E6E6E8;
    }

.company-intro .body-intro .info-description {
    position: relative;
}

    .company-intro .body-intro .info-description h2 {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

.company-intro .body-intro .info-description {
    color: #000;
    text-align: justify;
}

@media all and (max-width : 767px) {
    .company-intro .body-intro .factory p {
        z-index: 400;
        top: -10px;
        margin-left: 10px;
        position: absolute;
        font-size: 12px;
    }
    .company-intro .body-intro::before,
    .company-intro .body-intro::after {
        height: 10%;
    }
}

.page-why-kymdan .top-header {
    height: 200px;
    background: url('/Themes/Kymdan/Content/image/why_kymdan/why_KYMDANxf-01.png') repeat scroll;
}

.page-why-kymdan .hot-girl {
    background: url('/Themes/Kymdan/Content/image/why_KYMDAN/bsi_khuyen_dung_xf-06.png') repeat;
    height: 200px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-size: contain;
    background-position: center;
}

.page-why-kymdan .top-header .title-header {
    z-index: 2;
    position: relative;
    width: 750px;
    margin: 0 auto;
}

.page-why-kymdan .hot-girl img {
    height: 200px;
    z-index: 3;
    position: relative;
}

.page-why-kymdan .top-header .title-header label {
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    display: block;
    font-size: 20px;
    color: #25AAE2;
    padding-top: 40px;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-text-fill-color: #25AAE2; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 0.4pt;
    -webkit-text-stroke-color: white;
    z-index: 3;
}

.button-wrapper {
    position: relative;
    z-index: 1;
    float: right;
    margin-right: -25px;
    width: 230px;
    height: 230px;
    background: url('/Themes/Kymdan/Content/image/why_KYMDAN/why_KYMDANxf-04.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
}

    .button-wrapper.active {
        background: url('/Themes/Kymdan/Content/image/why_KYMDAN/why_KYMDANxf-05.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

        .button-wrapper.active .content {
            color: #fff;
        }

    .button-wrapper:hover + .content {
        color: #fff;
    }

    .button-wrapper .content {
        z-index: 10;
        /*margin-top: 47px;*/
        margin-left: 59px;
        color: #000;
        width: 140px;
    }

    .button-wrapper:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition-duration: 0.7s;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        z-index: 2;
        background: url('/Themes/Kymdan/Content/image/why_KYMDAN/why_KYMDANxf-05.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
    }

    .button-wrapper .content .number {
        text-align: center;
        font-size: 16px;
        display: block;
        /*font-weight: 500;*/
    }

    .button-wrapper .content .title {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0 auto;
        max-width: 140px;
    }

    .button-wrapper .description {
        text-align: center;
        font-size: 13px;
        display: block;
        font-weight: 400;
        max-width: 140px;
        margin: 5px auto;
        padding-top: 5px;
        border-top: 1px solid #fff;
    }

    .button-wrapper .title-wrapper {
        min-height: 55px;
        text-align: center;
        line-height: 55px;
    }

    .button-wrapper .title-full {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

.body-content-why-kymdan {
    padding: 90px 15px 30px 15px;
    text-align: justify;
    color: #000;
    font-weight: 400;
}

    .body-content-why-kymdan .icon {
        border: 2px solid #CBEAFC;
    }

    .body-content-why-kymdan .image-wrapper {
        padding-top: 10px;
    }

    .body-content-why-kymdan img {
        /*width: 100%;*/
    }

    .body-content-why-kymdan .image-wrapper {
        display: block;
        padding: 5px;
        color: #000;
        font-weight: 400;
    }

.border-bottom {
    border-bottom: 2px solid #D4D4D6;
    padding-bottom: 15px;
    padding: 0 0 15px;
    margin: 0 15px;
}

.why-kymdan-item {
    padding-bottom: 10px;
    padding-top:10px;
}

.why-kymdan-content-wrapper, .warranty-content-wrapper {
    box-shadow: 0px -1px 15px rgba(0,0,0,.3);
    background: linear-gradient(rgba(215,238,252,0.4), #FFFFFF);
}

.buttons-lst {
    position: absolute;
    right: 10%;
    top: 120px;
}

    .buttons-lst.pinned {
        right: 0px;
        top: 100px !important;
    }

.page-warranty .top-header {
    height: 200px;
    background: url('/Themes/Kymdan/Content/image/background_section_sologan.jpg') repeat scroll;
}

    .page-warranty .top-header .title-header {
    }

        .page-warranty .top-header .title-header label {
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            display: block;
            font-size: 20px;
            color: #25AAE2;
            padding-top: 40px;
            text-shadow: 0 0 8px rgba(0,0,0,0.3);
            -webkit-text-fill-color: #25AAE2; /* Will override color (regardless of order) */
            -webkit-text-stroke-width: 0.4pt;
            -webkit-text-stroke-color: white;
        }

.warranty-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-doctor-recommended .top-header {
    height: 200px;
    background: url('/Themes/Kymdan/Content/image/background_section_sologan.jpg') repeat scroll;
}

    .page-doctor-recommended .top-header .title-header label {
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-size: 20px;
        color: #25AAE2;
        padding-top: 40px;
        text-shadow: 0 0 8px rgba(0,0,0,0.3);
        -webkit-text-fill-color: #25AAE2; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 0.4pt;
        -webkit-text-stroke-color: white;
    }

.doctor-recommended-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .doctor-recommended-wrapper .border-right {
        border-right: 2px solid #D4D4D6;
    }

.doctor-recommended-wrapper {
    box-shadow: 0px -1px 15px rgba(0,0,0,.3);
    background: linear-gradient(rgba(215,238,252,0.4), #FFFFFF, #FFFFFF, rgba(215,238,252,0.6));
}

.why-kymdan-content-wrapper .icon {
    float: left;
    margin-right: 15px;
    width: 90px;
}

.button-wrapper .title.title-2 {
    margin-top: 40px;
    font-size: 16px;
}

.button-wrapper .title-1 {
    margin-top: 62px;
    /*font-size: 20pt;*/
}

.button-wrapper .title.title-full {
    margin-top: 68px;
    font-size: 18px;
}

.page-why-kymdan .header-warranty {
    /*height: 200px;*/
    position: relative;
}

.page-why-kymdan .button-center .button-wrapper {
    float: none;
    margin: 0 auto;
}

.page-why-kymdan .body-content-warranty {
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.page-why-kymdan .body-content-doctor-recommended {
    padding: 30px 0 60px;
    position: relative;
    z-index: 2;
}

.page-why-kymdan .background-header {
    position: absolute;
    z-index: 0;
    top: 110px;
}

.page-why-kymdan .button-center {
    position: relative;
    z-index: 2;
}

.why-kymdan-item .table.table-bordered {
    margin-top: 60px;
}

@media all and (max-width: 986px) {
    .page-why-kymdan .top-header,
    .page-why-kymdan .hot-girl,
    .page-why-kymdan .hot-girl img {
        height: 150px;
    }

        .page-why-kymdan .top-header .title-header {
            width: 100%;
        }

            .page-why-kymdan .top-header .title-header label {
                padding-right: 40px;
            }

    .button-wrapper {
        width: 150px;
        height: 150px;
        margin-right: -21px;
    }

        .button-wrapper .content {
            width: 100px;
            margin-left: 33px;
        }

        .button-wrapper .title-1 {
            margin-top: 31px;
            font-size: 20pt;
        }

        .button-wrapper .content .number {
            font-size: 9px;
        }

        .button-wrapper .content .title {
            font-size: 10px;
            font-weight: bold;
        }

        .button-wrapper .description {
            font-size: 10px;
            margin: 1px auto;
            padding-top: 1px;
            width: 90px;
        }

            .button-wrapper .description br {
                display: none;
            }

        .button-wrapper .title.title-2 {
            margin-top: 24px;
        }

        .button-wrapper .title.title-full {
            margin-top: 55px;
        }

    .why-kymdan-item .table.table-bordered {
        margin-top: 8px;
    }

    .page-why-kymdan .background-header {
        top: 70px;
    }

    .page-why-kymdan .body-content-warranty {
        padding: 0px;
    }
}

@media all and (max-width: 736px) {
    .page-why-kymdan .top-header .title-header label {
        font-size: 19px;
        padding-right: 20px;
    }
}

@media all and (max-width: 666px) {
    .page-why-kymdan .top-header,
    .page-why-kymdan .hot-girl,
    .page-why-kymdan .hot-girl img {
        height: 100px;
    }

        .page-why-kymdan .top-header .title-header {
            width: 190px;
            margin-right: 10px;
        }

            .page-why-kymdan .top-header .title-header label {
                padding-right: 0px;
                -webkit-text-stroke-width: 0pt;
                text-shadow: none;
                font-size: 12px;
                padding-top: 22px;
            }

    .buttons-lst {
        position: absolute;
    }

    .button-wrapper {
        width: 90px;
        height: 90px;
        margin-right: -11px;
    }

        .button-wrapper .content {
            width: 70px;
            margin-left: 15px;
        }

        .button-wrapper .description {
            display: none;
        }

        .button-wrapper .title-1 {
            margin-top: 35px;
            font-size: 9px;
        }

        .button-wrapper .content .title {
            font-size: 9px;
        }

        .button-wrapper .title.title-full {
            margin-top: 23px;
        }

    .page-why-kymdan .background-header {
        top: 44px;
    }

    .page-why-kymdan .body-content-warranty {
        padding-top: 30px;
    }

    .body-content-why-kymdan {
        padding-top: 75px;
    }

    .image-wrapper img {
        width: 80%;
        display: table;
        margin: 0 auto;
    }
}

.body-content-outstanding-features {
    padding: 90px 15px 90px 15px;
    text-align: justify;
    color: #000;
    font-weight: 400;
}

    .body-content-outstanding-features .icon {
        border: 2px solid #CBEAFC;
    }

/* doctor recommended */
.page-doctor-recommended .top-header {
    height: 280px;
    background: url(/Themes/Kymdan/Content/image/why_kymdan/why_KYMDANxf-01.png) repeat scroll;
}

    .page-doctor-recommended .top-header .doctor-image {
        height: 280px;
        position: absolute;
        z-index: 1;
    }

        .page-doctor-recommended .top-header .doctor-image img {
            height: 280px;
            z-index: 3;
            position: relative;
        }

    .page-doctor-recommended .top-header .doctor-recommended-title-wrapper {
        position: relative;
        z-index: 10;
        margin: auto;
        display: table;
        height: 180px;
    }

    .page-doctor-recommended .top-header .doctor-recommended-title {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }

        .page-doctor-recommended .top-header .doctor-recommended-title img {
            width: 500px;
            display: table;
            margin: auto 100px auto auto;
        }

.page-doctor-recommended .button-center {
    position: relative;
    z-index: 2;
}

    .page-doctor-recommended .button-center .button-wrapper {
        float: none;
        margin: 0 auto;
    }

.body-doctor-recommended-wrapper {
    background: linear-gradient(rgba(215,238,252,0.4), #FFFFFF, rgba(215,238,252,0.4));
    box-shadow: 0px -1px 15px rgba(0,0,0,.3);
}

.body-doctor-recommended {
    margin: 100px 0px;
}

.body-doctor-recommended-wrapper .border-right {
    border-right: 2px solid #D4D4D6;
}

.page-doctor-recommended .top-header .container {
    background: url(/Themes/Kymdan/Content/image/why_KYMDAN/bsi_khuyen_dung_xf-06.png) no-repeat;
    height: 280px;
    z-index: 1;
    background-size: cover;
    background-position: bottom;
}

@media all and (max-width:991px) {
    .body-doctor-recommended-wrapper .border-right {
        border-right: none;
    }
}

@media (min-width: 768px) {
    .doctor-recommended-title-wrapper {
        width: 750px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .doctor-recommended-title-wrapper {
        width: 970px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .doctor-recommended-title-wrapper {
        width: 1170px;
        margin: 0 auto;
    }
}

@media all and (max-width:991px) {
    .page-doctor-recommended .top-header .doctor-image {
        height: 220px;
    }

        .page-doctor-recommended .top-header .doctor-image img {
            height: 180px;
            position: absolute;
            bottom: 0px;
            z-index: 9;
        }

    .page-doctor-recommended .top-header {
        height: 220px;
    }

        .page-doctor-recommended .top-header .doctor-recommended-title-wrapper {
            margin: auto 0 auto auto;
            height: 150px;
        }

        .page-doctor-recommended .top-header .doctor-recommended-title img {
            width: 350px;
            margin: auto 50px auto auto;
        }

        .page-doctor-recommended .top-header .container {
            height: 220px;
        }
    .body-doctor-recommended {
        margin: 60px 0px;
    }
}


@media all and (max-width: 666px) {
    .page-doctor-recommended .top-header {
        height: 140px;
    }

        .page-doctor-recommended .top-header .doctor-image {
            height: 140px;
        }

        .page-doctor-recommended .top-header .doctor-recommended-title img {
            margin: auto 0 auto auto;
            width: 190px;
        }

    .page-doctor-recommended .button-center {
        margin-top: 0px;
    }

    .page-doctor-recommended .top-header .doctor-image img {
        height: 130px;
    }

    .page-doctor-recommended .top-header .doctor-recommended-title-wrapper {
        height: 100px;
    }

    .body-doctor-recommended {
        margin: 40px 0px;
    }

    .page-doctor-recommended .top-header .container {
        height: 130px;
    }
}

@media all and (max-width: 374px) {
    .page-doctor-recommended .top-header {
        height: 100px;
    }

        .page-doctor-recommended .top-header .doctor-image {
            height: 100px;
        }

        .page-doctor-recommended .top-header .doctor-recommended-title img {
            margin: auto 0 auto auto;
            width: 190px;
        }

    .page-doctor-recommended .button-center {
        margin-top: 0px;
    }

    .page-doctor-recommended .top-header .doctor-image img {
        height: 90px;
    }

    .page-doctor-recommended .top-header .doctor-recommended-title-wrapper {
        height: 60px;
    }

    .body-doctor-recommended {
        margin: 40px 0px;
    }

    .page-doctor-recommended .top-header .container {
        height: 100px;
    }
}
/*   warranty */
.page-warranty .warranty-title-wrapper .warranty-title label {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #25AAE2;
    padding-top: 40px;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-text-fill-color: #25AAE2;
    -webkit-text-stroke-width: 0.4pt;
    -webkit-text-stroke-color: white;
    z-index: 3;
}

.page-warranty .top-header {
    height: 180px;
    background: url(/Themes/Kymdan/Content/image/why_kymdan/why_KYMDANxf-01.png) repeat scroll;
}

    .page-warranty .top-header .container {
        background: url(/Themes/Kymdan/Content/image/why_KYMDAN/bsi_khuyen_dung_xf-06.png) no-repeat;
        height: 180px;
        z-index: 1;
        background-size: cover;
        background-position: bottom;
    }

.page-warranty .button-center {
    position: relative;
    z-index: 2;
}

    .page-warranty .button-center .button-wrapper {
        float: none;
        margin: 0 auto;
    }

.body-warranty-wrapper {
    background: linear-gradient(rgba(215,238,252,0.4), #FFFFFF, rgba(215,238,252,0.4));
    box-shadow: 0px -1px 15px rgba(0,0,0,.3);
}

    .body-warranty-wrapper .body-warranty {
        margin: 100px 0;
    }

@media all and (max-width:991px) {
    .page-warranty .button-center {
        margin: 40px auto;
    }

    .body-warranty-wrapper .body-warranty {
        margin: 80px 0;
    }
}

@media all and (max-width: 666px) {
    .page-warranty .top-header {
        height: 100px;
    }

        .page-warranty .top-header .container {
            height: 100px;
        }

    .page-warranty .warranty-title-wrapper .warranty-title label {
        padding-top: 20px;
        font-size: 17px;
    }

    .page-warranty .button-center {
        margin: 0px 0;
    }

    .body-warranty-wrapper .body-warranty {
        margin: 60px 0;
    }
}
.topic-header {
    text-align: center;
    text-transform: uppercase;
    background: url(/Themes/Kymdan/Content/image/background_section_sologan.jpg) repeat;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: -999;
    width: 100%;
    top: -20px;
    display: table;
}

.topic-header::before {
    content: " ";
    background: -webkit-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
    background: -o-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
    background: -moz-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
    background: linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
    width: calc(35%);
    height: 180px;
    position: absolute;
    left: -50px;
    bottom: 0;
    transform: skew(30deg);
    z-index: -1;
}
    .topic-header::after {
        content: " ";
        background: -webkit-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: -o-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: -moz-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        width: calc(35%);
        height: 180px;
        position: absolute;
        right: -30px;
        top: 0px;
        transform: skew(-30deg);
        z-index: -1;
    }

    .topic-header h3 {
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }

.trading-rules .trading-rules-body,
.shipping-handling .shipping-handling-body {
    margin-top: 30px;
    margin-bottom: 30px;
}

.rule {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .trading-rules .trading-rules-body li,
    .trading-rules .trading-rules-body span,
    .trading-rules .trading-rules-body p,
    .trading-rules .trading-rules-body a {
        color: black;
        font-size: 14px !important;
    }

.trading-rules h3,
.trading-rules h4 a {
    text-transform: uppercase;
    font-weight: bold;
}

.numbering {
    list-style-type: decimal;
    margin-left: 10px;
    margin-top: 10px;
}

.lower-alpha-style {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

.trading-rules .trading-rules-body .rule-content {
    margin-top: 10px;
}

    .trading-rules .trading-rules-body .rule-content li {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: justify;
    }

.trading-rules .trading-rules-body .bold-intalic {
    font-weight: bold;
    font-style: italic;
}

.trading-rules .trading-rules-body .lower-roman-style {
    counter-reset: list;
    margin-left: 10px;
}

    .trading-rules .trading-rules-body .lower-roman-style > li:before {
        content: "(" counter(list, lower-roman) ") ";
        counter-increment: list;
    }

.trading-rules .trading-rules-body .rule-6 ol {
    counter-reset: item;
}

.trading-rules .trading-rules-body .rule-6 .numbering > li {
    display: block;
}

    .trading-rules .trading-rules-body .rule-6 .numbering > li:before {
        content: counter(item) ". ";
        counter-increment: item;
        font-weight: bold;
        font-size: 14px;
    }

.lower-alpha-bold-style {
    counter-reset: item;
}

.lower-alpha-bold-style > li {
    display: block;
}

    .lower-alpha-bold-style > li:before {
        content: counter(item, lower-alpha) ". ";
        counter-increment: item;
        font-weight: bold;
        font-size: 14px;
    }

.trading-rules .trading-rules-body .rule-6 .title {
    font-weight: bold;
}

.trading-rules .trading-rules-body .wrap,
.faqs-topic .faqs-topic-body .wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.trading-rules .trading-rules-body a:focus,
.trading-rules .trading-rules-body a:hover,
.trading-rules .trading-rules-body a:active,
.faqs-topic .faqs-topic-body a:focus,
.faqs-topic .faqs-topic-body a:hover,
.faqs-topic .faqs-topic-body a:active {
    outline: 0;
    text-decoration: none;
    color: red;
}

.trading-rules .trading-rules-body .panel,
.faqs-topic .faqs-topic-body .panel{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    /*background: none;
    box-shadow: none;*/
}

    .trading-rules .trading-rules-body .panel:last-child,
    .faqs-topic .faqs-topic-body .panel:last-child {
        border-bottom: none;
    }

.trading-rules .trading-rules-body .panel-group > .panel:first-child .panel-heading,
.faqs-topic .faqs-topic-body .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.trading-rules .trading-rules-body .panel-group .panel,
.faqs-topic .faqs-topic-body .panel-group .panel {
    border-radius: 0;
}

    .trading-rules .trading-rules-body .panel-group .panel + .panel,
    .faqs-topic .faqs-topic-body .panel-group .panel + .panel {
        margin-top: 0;
    }

.trading-rules .trading-rules-body .panel-heading,
.faqs-topic .faqs-topic-body .panel-heading {
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.trading-rules .trading-rules-body .panel-title a,
.faqs-topic .faqs-topic-body .panel-title a {
    display: block;
    padding: 15px;
    position: relative;
}

.trading-rules .trading-rules-body .panel:last-child .panel-body,
.faqs-topic .faqs-topic-body .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.trading-rules .trading-rules-body .panel:last-child .panel-heading,
.faqs-topic .faqs-topic-body .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

    .trading-rules .trading-rules-body .panel:last-child .panel-heading.active,
    .faqs-topic .faqs-topic-body .panel:last-child .panel-heading.active {
        border-radius: 0;
        transition: border-radius linear 0s;
    }
/* #bs-collapse icon scale option */

.trading-rules .trading-rules-body .panel-heading a:before,
.faqs-topic .faqs-topic-body .panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

.trading-rules .trading-rules-body .panel-heading.active a:before,
.faqs-topic .faqs-topic-body .panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

.trading-rules .trading-rules-body .panel-heading a:after,
.faqs-topic .faqs-topic-body .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

.panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

.trading-rules .trading-rules-body #accordion .panel-heading a:before,
.faqs-topic .faqs-topic-body #accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

.trading-rules .trading-rules-body #accordion .panel-heading.active a:before,
.faqs-topic .faqs-topic-body #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.topic-header {
    text-align: center;
    text-transform: uppercase;
}

    .topic-header h3 {
        font-weight: bold;
    }

.shipping-handling .shipping-handling-body * {
    font-size: 14px;
    text-align: justify;
    color: black;
}

.shipping-handling .shipping-handling-body .mark-rule {
    color: red;
}

.shipping-handling .shipping-handling-body .rule {
    margin-top: 10px;
    margin-bottom: 10px;
}

.warranty-policy .warranty-policy-body {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .warranty-policy .warranty-policy-body * {
        text-align: justify;
        font-size: 14px;
    }

.bold-style {
    font-weight: bold;
}

.disc-style {
    list-style-type: disc;
}

.level-1 {
    margin-left: 20px;
}

.level-2 {
    margin-left: 35px;
}

.square-style {
    list-style-type: square;
}

.warranty-policy .warranty-policy-body .outsile-vn {
    background-color: yellow;
}

.numbering-bold-style {
    counter-reset: no;
}

.numbering-bold-style > li {
    display: block;
}

.numbering-bold-style > li:before {
    content: counter(no) ". ";
    counter-increment: no;
    font-weight: bold;
    font-size: 14px;
}

.product-return-policy .product-return-policy-body {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-return-policy .product-return-policy-body * {
    font-size: 14px;
    color: black;
    text-align: justify;
}

.product-return-policy .product-return-policy-body .mark-rule {
    color: red;
}

.privacy-policy .privacy-policy-body ol, .privacy-policy .privacy-policy-body ul {
    list-style: unset;
}

.privacy-policy .privacy-policy-body ul {
    padding: inherit;
    margin: unset;
}

.privacy-policy a, .general-policy a, .warranty-policy-body a, .payment-methods-topic a {
    color: #009688;
    font-weight: bold;
    cursor: pointer;
}
.privacy-policy .privacy-policy-body {
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}
.general-policy li {
    font-weight:bold;
} 
.trading-rules .trading-rules-body .active h4 a {
    color: red !important;
}

.general-policy .general-policy-body {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .general-policy .general-policy-body .number {
        width: 30px;
        height: 30px;
        background: #009688;
        color: #fff;
        border-radius: 50%;
        line-height: 28px;
    }

    .general-policy .general-policy-body .title {
        margin-top: 2px;
        font-size: 18px;
        width: auto;
        text-align: left;
    }

    .general-policy .general-policy-body .item:hover {
        transform: scale(1.05);
        -webkit-transition: 0.6s; /* For Safari 3.1 to 6.0 */
        transition: 0.6s;
        color: black;
    }

.general-policy .general-policy-body a:hover {
    text-decoration: none;
}

@media all and (max-width:767px) {
    .general-policy .general-policy-body .title {
        font-size: 12px;
        margin-top: 5px;
    }
    .topic-header h3 {
        font-size: 16px;
    }
}

@media all and (max-width:413px) {
    .general-policy .general-policy-body .title {
        font-size: 9px;
        margin-top: 5px;
    }
    .general-policy .general-policy-body .number {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 19px;
        margin-right: 3px;
    }
    .general-policy .general-policy-body a {
        padding-right: 0px;
    }
}

.payment-methods-topic .payment-methods-topic-body {
    margin-top: 30px;
    margin-bottom: 30px
}

    .payment-methods-topic .payment-methods-topic-body * {
        font-size: 14px;
    }

    .payment-methods-topic .payment-methods-topic-body .payment-methods-title {
        font-weight: bold;
        text-transform: uppercase;
    }
.faqs-topic .faqs-topic-body {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .faqs-topic .faqs-topic-body * {
        font-size: 14px;
        color: black;
    }

    .faqs-topic .faqs-topic-body .panel-title a {
        font-weight: bold;
        padding-right:30px;
    }

    .faqs-topic .faqs-topic-body .answer-content * {
        text-align: justify;
    }

.italic-style {
    font-style: italic;
}

.right-align-style {
    text-align: right !important;
}
@media all and (max-width: 768px){
    .privacy-policy .text-right {
        min-height: 300px !important;
    }
}
.float-button-list, .float-button-list  li{
    margin: 0;
    padding: 0;
}
.float-button-wrapper ul{
    margin:0;
    padding:0;
}

.terms-and-conditions ol, .terms-and-conditions ul,
.payment-methods-topic-body ol, .payment-methods-topic-body ul,
.warranty-policy-body ol, .warranty-policy-body ul {
    list-style-type: decimal;
    /*font-weight: bold;*/
    margin: auto;
    padding-left: 30px;
    padding-bottom: 10px;
}
.terms-and-conditions ol,
.payment-methods-topic-body ol, .warranty-policy-body ol {
    font-weight: bold;
    font-size: 12pt;
}
.terms-and-conditions li span,
.warranty-policy-body li span {
    font-weight: normal;
}
.terms-and-conditions,
.warranty-policy-body {
    /*padding-bottom: 30px;*/
    text-align: justify;
}
    .terms-and-conditions p span,
    .warranty-policy-body p span {
        font-weight: normal;
    }

.topic-body-normal p, .topic-body-normal td, .topic-body-normal li, .topic-body-normal span, .topic-body-normal em, .topic-body-normal strong {
    font-size: 11pt;
    font-weight:normal;
}

.topic-body-normal strong{
    font-weight: bold;
}

.topic-body-normal ol {
    list-style-type: decimal
    /*display: block;
    padding-left: 40px;
    margin-bottom: 10px;
    list-style-type: disc;*/
}
@media (max-width: 767px){
    .icon_environmental{
        width: 40%;
    }
}
.terms-and-conditions-body p {
    font-size: 11pt;
    font-weight: normal;
}
.terms-and-conditions-body ul li {
    font-weight: normal;
    font-size: 11pt;
}

.terms-and-conditions-body ul{
    padding-left: 45px;
}
.topic-body-normal .breadcrumb-wrapper.topic-header h3 strong{
    font-size: 18pt;
}
.text-thanks{
    font-weight:bold;
    margin-top: 20px;
    margin-bottom: 30px;
}