@charset "utf-8";
/* CSS Document */
/* LG : Large Devices, Wide Screens */
.h100 {
    height: 100vh;
}
/*.scrollinview {
	position:relative;
	opacity:0;
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	-ms-transition:all 0.6s ease-out;
	-o-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
	padding-top:20px;
	border:0;
	top:10px;
	z-index:99;
}
.scrollinview.showview{
	visibility:visible;
	opacity:1;
	padding-top:0px;
	top:0px;
}*/

/* cnt1 */
#cnt1 {
    position: relative;
    background: #E8EDEE;
    display: flex;
}

.btnOwl {
    position: absolute;
    height: 100%;
    z-index: 3;
}

    .btnOwl.nextBtn {
        right: 7%;
    }

    .btnOwl.prevBtn {
        left: 7%;
    }

#cnt1 .owl-theme, #cnt1 .owl-controls {
    position: relative;
    margin: 0;
    z-index: 2;
}

#cnt1 .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

#teaserOwl.owl-carousel.owl-loaded {
    display: inline-block; /*!!!!!!!!*/
}

.teaser_cnt {
    width: 100%;
    height: 100%;
}

.teasercontent {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .teasercontent .txt_b {
        font-size: 75px;
        font-size: 7.5rem;
        line-height: 1.0em;
    }

    .teasercontent .txt_s {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2em;
        padding: 2% 0;
    }

    .teasercontent .teaser-button {
        margin: 0 auto;
        width: 250px;
    }
/* cnt2 */
#cnt2 {
    height: auto !important;
}

    #cnt2 .fp-tableCell {
        height: auto !important;
    }

#feeldivPc {
}

/*Mirum CSS Edit 2016-02-09 */
.annoucementdiv {
    background: #E8EDEE;
    padding: 20px 0;
}

    .annoucementdiv .boxL {
        padding: 5%;
        height: 100%;
        background: #13A99E;
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 1.0em;
        text-align: center;
    }

        .annoucementdiv .boxL img {
            max-width: 218px;
        }

    .annoucementdiv .boxR {
        background: #E8EDEE;
        padding: 0 5%;
    }

        .annoucementdiv .boxR .ttl {
            /*font-family: 'db_futhaira_headdemibdrounded';*/
            font-size: 30px;
            font-size: 3.0rem;
            line-height: 1.2em;
            color: #00665E;
        }
        /* Mirum Edit CSS 2016-02 -10 */
        .annoucementdiv .boxR .desc {
            margin: 10px 0 15px 0;
            /*font-family: 'db_futhaira_body_xmed';*/
            font-size: 13px;
            font-size: 1.6rem;
            max-height: 3.6em;
            overflow: hidden;
            line-height: 1.2;
        }
    /* End Mirum Edit CSS 2016-02 -10  */
    .annoucementdiv .button a {
        margin: 3% auto 0 auto;
    }

.feeldiv {
    position: relative;
    background: url(/images/framework-2016/homepage/img/feel-bg-1.jpg) center no-repeat;
    background-size: cover;
    color: #00665E;
}

.feel-item {
    height: 50vh;
    overflow: hidden;
}

    .feel-item > div {
        height: 100%;
    }

    .feel-item .feeldesc {
        padding: 5% 0;
        min-height: 250px;
        /*font-family: 'db_futhaira_headdemibdrounded';*/
    }

        .feel-item .feeldesc div {
            width: 80%;
            margin: 0 auto;
        }

.feeldesc .ttl {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2em;
    font-weight: bold;
}

.feeldesc .desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2em;
    padding: 3% 0;
    font-family: 'db_futhaira_body_xmed';
}

.feeldesc div.desc {
    margin: 0 0 0 10%;
}

.feeldesc .nm {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2em;
    font-weight: bold;
}

.feel-item-all {
    position: relative;
    cursor: pointer;
    background: #E9F1F3;
    height: 33.33vh;
    overflow: hidden;
}

    .feel-item-all .detail {
        width: 100%;
        padding: 3%;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.2em;
        background-color: rgba(255,255,255,0.7);
        position: absolute;
        bottom: 0;
        display: none;
    }

    .feel-item-all .detail-see-all {
        /*opacity: 0.7;*/
        width: 90%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 15%;
        left: 5%;
    }

        .feel-item-all .detail-see-all .ttl {
            font-size: 35px;
            font-size: 2.5rem;
            line-height: 1.2em;
        }

        .feel-item-all .detail-see-all .dt {
            font-size: 20px;
            font-size: 2.0rem;
            line-height: 1.2em;
            padding: 4% 0 5% 0;
        }

        .feel-item-all .detail-see-all .button {
            max-width: 250px;
            width: 100%;
            margin: 0 auto;
        }


/* End Mirum CSS Edit 2016-02-09 */

#cnt2 .owl-theme, #cnt2 .owl-controls {
    position: relative;
    margin: 0;
}

#cnt2 .owl-dots {
    margin-top: -40px;
    position: absolute;
    width: 100%;
    top: 0;
}

#cnt2 .btnOwl.nextBtn {
    right: 7%;
    bottom: 0;
    height: 100%;
}

#cnt2 .btnOwl.prevBtn {
    left: 7%;
    bottom: 0;
    height: 100%;
}
/* cnt3 */
#cnt3 {
    height: auto !important;
    background: #E8EDEE;
}

    #cnt3 .fp-tableCell {
        height: auto !important;
    }

.aboutus-txt {
    padding: 70px 0 40px 0;
}

    .aboutus-txt .ttl {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 1.2em;
        padding-bottom: 10px;
    }

.HYAM .aboutus-txt .ttl {
    line-height: initial;
    padding: 2px;
}

.aboutus-txt .dt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
    width: 90%;
    margin: 0 auto;
}

.aboutusbtn {
    margin: 40px auto 40px auto;
    text-align: center;
    width: 520px;
}

    .aboutusbtn a.btnGreen {
        display: inline-block;
        margin-bottom: 15px;
    }

#cnt3 .btnOwl {
    position: absolute;
    /*height: 50%;*/
    height: inherit;
    z-index: 5;
}

.THTH #cnt3 .btnOwl {
    position: absolute;
    top: 50px;
    z-index: 5;
}

#cnt3 .btnOwl.nextBtn {
    right: 7%;
}

#cnt3 .btnOwl.prevBtn {
    left: 7%;
}

#cnt3 .previousImage, #cnt5 .nextImage {
    margin-top: 45px;
    width: 35px;
}

#cnt3 .owl-theme, #cnt3 .owl-controls {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

#cnt3 .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 90px;
}
/* cnt4 */
#cnt4 {
    position: relative;
    min-height: 370px;
    background: url(/images/framework-2016/homepage/img/cost.jpg) center no-repeat;
    background-size: cover;
}

.cost-div {
    padding-top: 5%;
    margin: auto 0;
}
    /* Mirum Edit CSS 2016-02-09 */
    .cost-div .ttl {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 1.2em;
        /*font-family: 'db_futhaira_body_xmed';*/
    }
    /* End Mirum Edit CSS 2016-02-09 */
    .cost-div .dt {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.2em;
        padding: 20px 0;
    }

    .cost-div .button {
        width: 250px;
        text-align: center;
        margin: 0 auto;
    }
/* cnt5 */
#cnt5 {
}

.vistis-div {
}

.vistis-box1 {
    padding: 60px 0;
    width: 85%;
    margin: 0 auto;
}

    .vistis-box1 .nm {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 1.2em;
    }

    .vistis-box1 .ads {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1.2em;
        padding: 15px 0 20px 0;
        width: 70%;
    }

.HYAM .vistis-box1 .ads {
    line-height: initial;
}

.vistis-box1 .button {
    width: 94%;
}

    .vistis-box1 .button .btnGreen {
        width: 48%;
        display: inline-block;
    }

.vistis-box1 .office {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2em;
    padding: 20px 0 0 0;
}

#googleMap {
    height: 400px;
    background: url(/images/framework-2016/homepage/img/map.jpg) center no-repeat;
    background-size: cover;
}

.vistis-box2 {
    background: url(/images/framework-2016/homepage/img/visit.jpg) center center no-repeat #BADCFF;
    background-size: cover;
    min-height: 450px;
    position: relative;
}

    .vistis-box2 .vistis {
        position: absolute;
        top: 4%;
        left: 5%;
        width: 90%;
        text-align: center;
    }

    .vistis-box2 .ttl {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 1.2em;
    }

.HYAM .vistis-box2 .ttl {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: initial;
}

.vistis-box2 .dt {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.2em;
    padding: 2% 0;
}

.HYAM .vistis-box2 .dt {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: initial;
    padding: 2% 0;
}

.vistis-box2 .button {
    width: 550px;
    text-align: center;
    margin: 0 auto;
}
/* cnt6 */
#cnt6 {
    /*margin: 0 0 50px 0;*/
    background: #E8EDEE;
    padding-bottom: 20px;
}

.article-item {
    cursor: pointer;
}

    .article-item .detail {
        width: 100%;
        padding: 20px 2.5%;
        /*border-right: 1px solid #EDF1EE;*/
    }

    .article-item:nth-child(5n+1) .detail, .article-item:nth-child(5n+3) .detail {
        /*border-left: 1px solid #EDF1EE;*/
    }
    /* Mirum Edit CSS 2016-02 -10 */
    .article-item .title {
        font-size: 30px;
        font-size: 2.4rem;
        line-height: 1.0em;
        margin: 0 0 10px 0;
        height: 1em;
        overflow: hidden;
    }

    .article-item .title2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.0em;
        margin: 0 0 10px 0;
        height: 2em;
        overflow: hidden;
    }

    .article-item .desc {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.0em;
        height: 3em;
        overflow: hidden;
    }
/* End Mirum Edit CSS 2016-02 -10  */
.viewall-tab {
    background: #F5F5F5;
    height: 60px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 60px;
    width: 100%;
    display: block;
}
/* cnt7 */
#cnt7 {
    background: #E7F6EF;
}

.center-div {
}

.center-box1 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 0.95em;
    padding: 40px 0 20px 0;
}

    .center-box1 img {
        margin: 20px 0;
    }

.center-box2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.0em;
    padding: 40px 0 20px 0;
}



    .center-box2 .heart {
        width: 85%;
        margin: 0 auto;
    }

        .center-box2 .heart .ttl {
        }

        .center-box2 .heart .dt {
            font-size: 13px;
            font-size: 1.6rem;
            line-height: 1.2em;
            margin: 15px 0;
            /*font-family: db_futhaira_body_xmed;*/
        }

.HYAM .center-box2 .heart .dt {
    line-height: initial;
}

.center-box2 .heart .button {
    margin: 0;
    width: 250px;
}

/* Mirum Edit CSS 2016-02 -10 */
.THTH .teasercontent .txt_b {
    font-size: 80px;
    font-size: 8.0rem;
    line-height: 1.0em;
}

.THTH .teasercontent .txt_s {
    padding: 0% 0;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2em;
}

.teasercontent .padbt {
    padding-bottom: 1.5%;
}

.THTH .aboutus-txt .ttl {
    font-size: 50px;
    font-size: 5.0rem;
    line-height: 1.2em;
}

.THTH .cost-div .ttl {
    font-size: 60px;
    font-size: 6.0rem;
    line-height: 0.85em;
    /*font-family: 'db_futhaira_body_xmed';*/
}

.THTH .cost-div .dt {
    padding-top: 0;
}

.THTH .article-item .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0em;
    margin: 0 0 10px 0;
    height: 1em;
    overflow: hidden;
}

.THTH .article-item .title2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0em;
    margin: 0 0 10px 0;
    height: 2em;
    overflow: hidden;
}

.THTH .article-item .desc {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2em;
    height: 4em;
    overflow: visible;
}

.THTH .center-box2 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.0em;
    padding: 40px 0 20px 0;
}

    .THTH .center-box2 .heart .dt {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2em;
        margin: 15px 0;
        max-width: 500px;
    }

.package-txt {
    padding: 5% 0;
}

    .package-txt .ttl {
        font-size: 50px;
        font-size: 5.0rem;
        line-height: 1.2em;
    }

    .package-txt .dt {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.2em;
        width: 85%;
        margin: 0 auto;
    }

.packagediv .button a {
    margin: 0 auto;
}

#packageOwl {
    padding: 30px 0 0 0;
}

.package-item {
    margin: 0 2%;
}

    .package-item .photo {
        position: relative;
        margin-bottom: 30px;
    }

    .package-item .ttl {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
        background: url(/images/framework-2016/share/img/bg-while.png) center repeat;
        padding: 2% 5%;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.2em;
    }

        .package-item .ttl a:link, .package-item .ttl a:visited {
            color: #00665E;
            text-decoration: none;
        }

        .package-item .ttl a:active, .package-item .ttl a:hover {
            color: #00665E;
            text-decoration: underline;
        }

.packagelist {
    padding-bottom: 30px;
}

    .packagelist .list {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.4em;
        margin: 0 2%;
    }

.THTH #cnt2 .owl-dots {
    margin-top: -15px;
}

.THTH #cnt2 .btnOwl.nextBtn {
    right: 2%;
}

.THTH #cnt2 .btnOwl.prevBtn {
    left: 2%;
}

.relativediv {
    position: relative;
}
/* End Mirum Edit CSS 2016-02 -10  */

#healthfair2016 {
    background: url(/images/framework-2016/homepage/img/healthfair2016.jpg) center no-repeat;
    background-size: cover;
}

.THTH #healthfair2016 {
    background: url(/images/framework-2016/homepage/img/healthfair2016-thai.jpg) center no-repeat;
    background-size: cover;
}

    .THTH #healthfair2016 .txt_b {
        margin-top: -150px;
    }

#branding {
    background: url(/images/framework-2016/homepage/img/branding.jpg) center no-repeat;
    background-size: cover;
}

    #branding .txt_s {
        padding-top: 0%;
        padding-bottom: 1%;
    }

#songkran {
    background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/songkran-eng.jpg) center no-repeat;
    background-size: cover;
}

    #songkran .txt_b {
        margin-top: -350px;
    }

    #songkran .txt_s {
        font-size: 5.0rem;
    }

.THTH #songkran {
    background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/songkran-thai.jpg) center no-repeat;
    background-size: cover;
}

    .THTH #songkran .txt_b {
        margin-top: -350px;
    }

#king {
    background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/king-eng.jpg) center no-repeat;
    background-size: cover;
}

.THTH #king {
    background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/king-thai.jpg) center no-repeat;
    background-size: cover;
}

#queen {
    background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/queen-eng.jpg) center no-repeat;
    background-size: cover;
}

.THTH #queen {
    background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/queen-thai.jpg) center no-repeat;
    background-size: cover;
}


#heart {
    background: url(/images/framework-2016/homepage/img/heart-center-desktop.jpg) center no-repeat;
    background-size: cover;
}

#arrhythmia {
    background: url(/images/framework-2016/homepage/img/arrhythmia-center-desktop.jpg) center no-repeat;
    background-size: cover;
}

#neuroscience {
    background: url(/images/framework-2016/homepage/img/neuroscience.jpg) center no-repeat;
    background-size: cover;
}

#digestive {
    background: url(/images/framework-2016/homepage/img/digestive-center-desktop.jpg) center no-repeat;
    background-size: cover;
}

#ortho {
    background: url(/images/framework-2016/homepage/img/ortho.jpg) center no-repeat;
    background-size: cover;
}

#joint {
    background: url(/images/framework-2016/homepage/img/joint-replacement-desktop.jpg) center no-repeat;
    background-size: cover;
}

#women {
    background: url(/images/framework-2016/homepage/img/women-center-desktop.jpg) center no-repeat;
    background-size: cover;
}

#spine {
    background: url(/images/framework-2016/homepage/img/spine-desktop.jpg) center no-repeat;
    background-size: cover;
}

.HYAM a.btnGreen:link, a.btnGreen:visited {
    font-size: 17px;
    font-size: 1.7rem;
}

/* Arabic Edition */
.AR #teaserOwl.owl-carousel.owl-loaded {
    direction: ltr;
}

.AR .vistis-box2 {
    background: url(/images/framework-2016/homepage/img/visit-ar.jpg) center no-repeat #BADCFF;
    background-size: cover;
}

    .AR .vistis-box2 .button {
        width: 30%;
    }

.AR #inquiry {
    background: url(/images/framework-2016/homepage/img/ar/inquiry.jpg) center no-repeat;
    background-size: cover;
}

.AR #horizon {
    background: url(/images/framework-2016/homepage/img/ar/horizon.jpg) center no-repeat;
    background-size: cover;
}

    .AR #horizon .txt_b {
        margin-top: -280px;
    }

.AR #women {
    background: url(/images/framework-2016/homepage/img/ar/women-s.jpg) center no-repeat;
    background-size: cover;
}

.AR #spine {
    background: url(/images/framework-2016/homepage/img/ar/spine.jpg) center no-repeat;
    background-size: cover;
}

.btn-default {
    background: transparent;
    border: 1px solid #00665E;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #FFF;
        background-color: #00665E;
        border-color: #FFF;
        text-shadow: none;
    }

/* Link */
a.btnGreen:link, a.btnGreen:visited {
    text-decoration: none;
    line-height: 43px;
    height: 43px;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    width: 100%;
    max-width: 250px;
    border: 1px solid #00665E;
    background: none;
    color: #00665E;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}


.a.btnGreen.active, a.btnGreen:hover {
    border: 1px solid #00665E;
    background: #00665E;
    color: #FFF;
    text-decoration: none;
}

.ConsentButtons .btn-default {
    color: #00665e;
}

.ConsentButtons .btn-default:hover {
    color: #fff;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) { /* MD : Landscape Tablets */
    .btnOwl {
        display: none;
    }
    /* cnt5 */
    .vistis-box1 .ads {
        width: 85%;
    }
}

@media only screen and (max-width : 1024px) { /* Medium Devices, Desktops-BU Custom */
    .btnOwl {
        display: none;
    }
    /* cnt2 */
    .feel-item-all .detail-see-all {
        width: 84%;
        left: 8%;
    }

        .feel-item-all .detail-see-all .dt {
            padding: 4% 0 5% 0;
        }
    /* cnt4 */
    .cost-div {
        padding-top: 10%;
        background-position: left center;
    }
    /* cnt5 */
    .vistis-box1 .ads {
        width: 85%;
    }

    #googleMap {
        height: 320px;
    }

    .vistis-box2 {
        background: url(/images/framework-2016/homepage/img/visit.jpg) bottom center no-repeat #BADCFF;
        background-size: contain;
        min-height: 600px;
    }

        .vistis-box2 .vistis {
            top: 10%;
        }

        .vistis-box2 .dt {
            padding: 5% 0;
            width: 60%;
            margin: 0 auto;
        }
}

@media (min-width: 768px) and (max-width: 991px) { /* SM : Portrait Tablets , Small Desktops */
    /*Mirum CSS Edit 2016-02-09 */
    .feel-item {
        height: 35vh;
    }

    .feel-item-all {
        height: 23.33vh;
    }
    /* End Mirum CSS Edit 2016-02-09 */

    /* cnt5 */
    #googleMap {
        height: 250px;
    }
    /* cnt6 */
    #cnt6 {
        margin: 0;
    }
}

@media (max-width: 767px) { /* XS : Landscape phone, Portrait Tablets */
    #cnt1 {
        margin-top: -150px;
    }

    .teaserdiv {
        padding-top: 150px;
    }

    .teasercontent .txt_b {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.0em;
    }

    .HYAM .teasercontent .txt_b {
        line-height: initial;
    }


    .teasercontent .txt_s {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.2em;
        padding: 3% 0;
    }


    /* cnt2 */
    .annoucementdiv .boxL {
        padding: 14% 5%;
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.0em;
    }

    .annoucementdiv .boxR .ttl {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.2em;
    }
    /* Mirum Edit CSS 2016-02 -10 */
    .annoucementdiv .boxR .desc {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2em;
        max-height: 3.6em;
    }
    /* End Mirum Edit CSS 2016-02 -10  */
    .feel-item {
        height: auto;
        overflow: visible;
    }

    .feeldesc .ttl {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2em;
    }

    .feeldesc .desc {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2em;
    }

    .feeldiv .vertical-align {
        display: block !important;
    }

    .feel-item .feeldesc {
        padding: 10% 0;
    }

        .feel-item .feeldesc div {
            width: 90%;
            margin: 0 auto;
        }

    .feeldesc div.desc {
        /*font-family: 'db_futhaira_body_xmed';*/
        width: 90%;
        margin: 0 auto;
    }
    /* cnt3 */
    .aboutus-txt {
        padding: 8% 0 5% 0;
    }

        .aboutus-txt .ttl {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 1.2em;
            padding-bottom: 10px;
        }

        .aboutus-txt .dt {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 1.2em;
        }

    .HYAM .aboutus-txt .dt {
        line-height: initial;
    }

    #cnt3 .previousImage, #cnt5 .nextImage {
        margin-top: 155px;
        width: 25px;
    }

    .aboutusbtn {
        width: 260px;
    }

    .aboutusbtn {
        margin: 15px auto 30px auto;
    }

    #cnt3 .btnOwl {
        position: absolute;
        height: 75%;
        z-index: 5;
    }

    #cnt3 .owl-dots {
        top: 125px;
    }
    /* cnt4 */
    #cnt4 {
        min-height: 600px;
        background: url(/images/framework-2016/homepage/img/cost-mb.jpg) center no-repeat;
        background-size: cover;
    }

    .cost-div {
        padding-top: 15%;
    }

        .cost-div .ttl {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 1.2em;
        }

        .cost-div .dt {
            padding: 0 0 5% 0;
            width: 85%;
            max-width: 200px;
            margin: 0 auto;
        }
    /* cnt5 */
    .vistis-box1 {
        padding: 30px 0;
        width: 85%;
        margin: 0 auto;
    }

        .vistis-box1 .ttl {
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 1.2em;
        }

    .HYAM .vistis-box1 .ttl {
        line-height: initial;
    }

    .vistis-box1 .nm {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2em;
    }

    .HYAM .vistis-box1 .nm {
        line-height: initial;
    }

    .vistis-box1 .ads {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.2em;
        padding: 15px 0 20px 0;
        width: 80%;
    }

    .vistis-box1 .button {
        width: 94%;
    }

    .vistis-box1 .office {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2em;
        padding: 20px 0 0 0;
    }

    .vistis-box2 {
        background: url(/images/framework-2016/homepage/img/visit.jpg) center center no-repeat #BADCFF;
        background-size: cover;
        min-height: 700px;
    }

        .vistis-box2 .vistis {
            top: 6%;
            left: 2%;
            width: 96%;
        }

        .vistis-box2 .ttl {
            font-size: 35px;
            font-size: 3.5rem;
            line-height: 1.2em;
        }

    .HYAM .vistis-box2 .ttl {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .vistis-box2 .dt {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1.4em;
        padding: 4% 0;
        width: 60%;
        margin: 0 auto;
    }

    .HYAM .vistis-box2 .dt {
        font-size: 20px;
        font-size: 2.0rem;
    }

    /* cnt6 */
    #cnt6 {
        margin: 0;
    }

    .article-item .title2, .col-xs-6.article-item .title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.0em;
        margin: 0 0 10px 0;
        height: 3em;
        overflow: visible;
    }

    .col-xs-6.article-item .desc {
        display: none;
    }

    .article-item:nth-child(5n+3) .detail {
        border-left: none;
    }

    .article-item:nth-child(5n+1) .detail, .article-item:nth-child(5n+2) .detail, .article-item:nth-child(5n+4) .detail {
        border-left: 1px solid #EDF1EE;
    }
    /* cnt7 */
    .center-div {
        padding: 20px 0;
    }

    .center-box1 {
        border-right: none;
        padding: 3% 0 0 0;
    }

    .center-box2 {
        padding: 2% 0;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.0em;
    }

        .center-box2 .heart {
            width: 85%;
            max-width: 320px;
            margin: 0 auto;
        }

            .center-box2 .heart .dt {
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1.2em;
            }

            .center-box2 .heart .button {
                margin: 0 auto;
            }
    /* Mirum Edit CSS 2016-02 -10 */
    .teasercontent .padbt {
        padding-bottom: 5%;
    }

    .article-item .desc {
        display: none;
    }

    .THTH .teasercontent .txt_b {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.0em;
    }

    .THTH .teasercontent .txt_s {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.2em;
        padding: 3% 0;
    }

    .THTH .annoucementdiv .boxR .ttl {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1.2em;
    }

    .THTH .cost-div .ttl {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 1.2em;
    }

    .THTH .aboutus-txt .ttl {
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 1.2em;
        padding-bottom: 10px;
        height: 1.2em;
    }

    .THTH .article-item .title {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.0em;
        margin: 0 0 5px 0;
        height: 2.0em;
        overflow: hidden;
    }

    .THTH .article-item .title2, .THTH .col-xs-6.article-item .title {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1.0em;
        margin: 0 0 5px 0;
        height: 2.0em;
        overflow: visible;
    }

    .THTH .col-xs-6.article-item .desc {
        display: none;
    }

    .THTH .article-item .desc {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.2em;
        height: 2.4em;
        overflow: hidden;
        display: none;
    }

    .THTH .center-box2 {
        padding: 2% 0;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.0em;
    }

        .THTH .center-box2 .heart .dt {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.2em;
        }

    .package-txt .ttl {
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 1.2em;
    }

    .package-txt .dt {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.2em;
    }

    #packageOwl {
        padding: 30px 0 20px 0;
    }

    .package-item {
        margin: 0;
    }

        .package-item .ttl {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.2em;
        }

    .packagelist .list {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.4em;
        margin: 0;
    }
    /* End Mirum Edit CSS 2016-02 -10  */
    #healthfair2016 {
        background: url(/images/framework-2016/homepage/img/healthfair2016-mb.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #healthfair2016 {
        background: url(/images/framework-2016/homepage/img/healthfair2016-thai-mb.jpg) center no-repeat;
        background-size: cover;
    }

        .THTH #healthfair2016 .txt_b {
            margin-top: 30px;
        }


    #branding {
        background: url(/images/framework-2016/homepage/img/branding-mb.jpg) center no-repeat;
        background-size: cover;
    }

        #branding .txt_s {
            margin-top: 30%;
        }

    #songkran {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/songkran-eng-mb.jpg) center no-repeat;
        background-size: cover;
    }

        #songkran .txt_b {
            margin-top: -100px;
        }

        #songkran .txt_s {
            font-size: 2.8rem;
        }

    .THTH #songkran {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/songkran-thai-mb.jpg) center no-repeat;
        background-size: cover;
    }

        .THTH #songkran .txt_b {
            margin-top: -100px;
        }

    #king {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/king-eng-mb.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #king {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/king-thai-mb.jpg) center no-repeat;
        background-size: cover;
    }

    #queen {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/queen-eng-mb.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #queen {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/queen-thai-mb.jpg) center no-repeat;
        background-size: cover;
    }

    #heart {
        background: url(/images/framework-2016/homepage/img/heart-center-mobile.jpg) center no-repeat;
        background-size: cover;
        background-position-y: 90px;
    }

    #arrhythmia {
        background: url(/images/framework-2016/homepage/img/arrhythmia-center-mobile.jpg) center no-repeat;
        background-size: cover;
        background-position-y: 150px;
    }

    #neuroscience {
        background: url(/images/framework-2016/homepage/img/neuroscience-mb.jpg) center no-repeat;
        background-size: cover;
    }

    #digestive {
        background: url(/images/framework-2016/homepage/img/digestive-center-mobile.jpg) center no-repeat;
        background-size: cover;
        background-position-y: 90px;
    }

    #ortho {
        background: url(/images/framework-2016/homepage/img/ortho-mb.jpg) center no-repeat;
        background-size: cover;
    }

    #joint {
        background: url(/images/framework-2016/homepage/img/joint-replacement-mobile.jpg) center no-repeat;
        background-size: cover;
    }

    #women {
        background: url(/images/framework-2016/homepage/img/women-center-mobile.jpg) center no-repeat;
        background-size: cover;
    }

    #spine {
        background: url(/images/framework-2016/homepage/img/spine-mobile.jpg) center no-repeat;
        background-size: cover;
        background-position-y: 150px;
    }

    .vistis-box2 .button {
        width: 250px;
    }

    /* Arabic Edtion */
    .AR .vistis-box2 .button {
        width: 50%;
    }

    .AR #inquiry {
        background: url(/images/framework-2016/homepage/img/ar/inquiry-mb.jpg) center no-repeat;
        background-size: cover;
    }

    .AR #horizon {
        background: url(/images/framework-2016/homepage/img/ar/horizon-mb.jpg) center no-repeat;
        background-size: cover;
        background-position-y: 30px;
    }

        .AR #horizon .txt_b {
            margin-top: 0px;
        }

    .AR #spine {
        background: url(/images/framework-2016/homepage/img/ar/spine-mb.jpg) center no-repeat;
        background-size: cover;
    }

    .AR #women {
        background: url(/images/framework-2016/homepage/img/ar/women-s-mb.jpg) center no-repeat;
        background-size: cover;
        background-position-y: 60px;
    }
}

@media only screen and (max-width : 480px) { /* XS : Portrait Phones, Smaller */

    /* cnt4 */
    #cnt4 {
        min-height: 500px;
    }
    /* cnt5 */
    .vistis-box1 {
        width: 92%;
    }

        .vistis-box1 .ads {
            width: 100%;
        }

        .vistis-box1 .button {
            width: 100%;
        }

    .vistis-box2 {
        background: url(/images/framework-2016/homepage/img/visit.jpg) bottom center no-repeat #BADCFF;
        background-size: contain;
        min-height: 550px;
    }
}

@media only screen and (max-width : 736px) and (orientation: landscape) { /* HI-End Smartphone Landscape */

    .vistis-box2 .button {
        width: 550px;
    }

    #healthfair2016 {
        background: url(/images/framework-2016/homepage/img/healthfair2016-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #healthfair2016 {
        background: url(/images/framework-2016/homepage/img/healthfair2016-thai-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    #branding {
        background: url(/images/framework-2016/homepage/img/branding-mbl.jpg) center no-repeat;
        background-size: cover;
    }

        #branding .txt_s {
            margin-top: 15%;
        }

    #songkran {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/songkran-eng-mbl.jpg) center no-repeat;
        background-size: cover;
    }

        #songkran .txt_b {
            margin-top: -100px;
        }

        #songkran .txt_s {
            font-size: 2.8rem;
        }

    .THTH #songkran {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/songkran-thai-mbl.jpg) center no-repeat;
        background-size: cover;
    }

        .THTH #songkran .txt_b {
            margin-top: -100px;
        }

    #king {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/king-eng-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #king {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/king-thai-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    #queen {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/queen-eng-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #queen {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/queen-thai-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    #heart {
        background: url(/images/framework-2016/homepage/img/heart-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    #arrhythmia {
        background: url(/images/framework-2016/homepage/img/arrhythmia-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    #neuroscience {
        background: url(/images/framework-2016/homepage/img/neuroscience-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    #digestive {
        background: url(/images/framework-2016/homepage/img/digestive-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    #ortho {
        background: url(/images/framework-2016/homepage/img/ortho-mbl.jpg) center no-repeat;
        background-size: cover;
    }

    #joint {
        background: url(/images/framework-2016/homepage/img/joint-mbl.jpg) center no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) /* iPad Portrait */
{
    #healthfair2016 {
        background: url(/images/framework-2016/homepage/img/healthfair2016-thai-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #healthfair2016 {
        background: url(/images/framework-2016/homepage/img/healthfair2016-thai-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #branding {
        background: url(/images/framework-2016/homepage/img/branding-ipad.jpg) center no-repeat;
        background-size: cover;
    }

        #branding .txt_s {
            margin-top: 20%;
        }

    #songkran {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/songkran-eng-ipad.jpg) center no-repeat;
        background-size: cover;
    }

        #songkran .txt_b {
            margin-top: -300px;
        }

        #songkran .txt_s {
            font-size: 2.8rem;
        }

    .THTH #songkran {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/songkran-thai-ipad.jpg) center no-repeat;
        background-size: cover;
    }

        .THTH #songkran .txt_b {
            margin-top: -300px;
        }

    #king {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/king-eng-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #king {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/king-thai-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #queen {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/queen-eng-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    .THTH #queen {
        background: url(https://www.bumrungrad.com/images/framework-2016/homepage/img/queen-thai-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #heart {
        background: url(/images/framework-2016/homepage/img/heart-center-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #arrhythmia {
        background: url(/images/framework-2016/homepage/img/arrhythmia-center-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #neuroscience {
        background: url(/images/framework-2016/homepage/img/neuroscience-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #digestive {
        background: url(/images/framework-2016/homepage/img/digestive-center-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #ortho {
        background: url(/images/framework-2016/homepage/img/ortho-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #joint {
        background: url(/images/framework-2016/homepage/img/joint-replacement-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #women {
        background: url(/images/framework-2016/homepage/img/women-center-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    #spine {
        background: url(/images/framework-2016/homepage/img/spine-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    /* Arabic Edition*/
    .AR #inquiry {
        background: url(/images/framework-2016/homepage/img/ar/inquiry-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    .AR #horizon {
        background: url(/images/framework-2016/homepage/img/ar/horizon-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    .AR #women {
        background: url(/images/framework-2016/homepage/img/ar/women-s-ipad.jpg) center no-repeat;
        background-size: cover;
    }

    .AR #spine {
        background: url(/images/framework-2016/homepage/img/ar/spine-ipad.jpg) center no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #songkran .txt_b {
        margin-top: -250px;
    }

    .THTH #songkran .txt_b {
        margin-top: -250px;
    }

    .THTH #healthfair2016 .txt_b {
        margin-top: -100px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    /* MacBook-Retina-specific stuff here */
    #songkran .txt_b {
        margin-top: -250px;
    }

    .THTH #songkran .txt_b {
        margin-top: -250px;
    }

    .THTH #healthfair2016 .txt_b {
        margin-top: -90px;
    }
}

@media only screen and (max-width : 320px) { /* XS : Smaller */

}

.cd-cart-container::before {
    content: '';
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s,visibility .4s;
    transition: opacity .4s,visibility .4s;
}