/*****
* Primary: #183B4F;
* PrimaryRed: #D01C1F;
* TextPrimary: #1F1F1F;
* BorderLink: #E1E1E1;
* FontSize: 40px; 30px; 25px; 20px; 15px; 13px;
*****/

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

@-moz-document url-prefix() {
    body {
        font-weight: 400 !important;
    }
}

body {
    background: #FFF;
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #1F1F1F;
}

/* Header */
header {
    padding: 10px 0;
    background-color: #183B4F;
    z-index: 10001;
}

header.sticky {
    border-bottom: none;
}

b {
    font-weight: 500;
    text-decoration: underline;
}

#logo img {
    height: 30px;
    margin: 6px 0 0;
}

.main-menu a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.main-menu ul li {
    outline: none;
}

.main-menu ul li a {
    padding: 10px 15px;
}

.main-menu > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
}

.main-menu ul li a:hover,
.main-menu ul li.submenu a:hover,
.main-menu > ul > li:hover > a {
    color: #D01C1F;
}

@media only screen and (min-width: 992px) {
    .main-menu ul ul, .main-menu ul .menu-wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .main-menu ul ul li:hover > a {
        background-color: inherit;
        color: #D01C1F;
    }

    .main-menu ul ul li a {
        border-bottom: 1px solid #E1E1E1;
        color: inherit;
    }

    .main-menu ul li:hover > ul, .main-menu ul li:hover > .menu-wrapper {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}

/* Footer */
.da-footer {
    padding: 15px 0;
    background-color: #183B4F;
}

.da-footer .da-footer-left {
    padding-right: 40px;
}

.da-footer .da-footer-left .dfl-logo {
    width: 100px;
}

.da-footer .da-footer-right .dfr-name {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.da-footer .da-footer-right .dfr-contact {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
}

/* Main Title */
h1.main_title em, h2.main_title em {
    background-color: #FFF;
    width: 100px;
}

h1.main_title, h2.main_title {
    font-size: 40px;
    color: #FFF;
}

h1.main_title span, h2.main_title span {
    margin-top: 10px;
    font-size: 23px;
    color: #D01C1F;
}

p.lead.styled {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.5;
}

/* Index */
.padding60_primary {
    padding: 60px 0;
    background-color: #183B4F;
}

.padding60_white {
    padding: 60px 0;
}

.index-promo-text {
    font-weight: 500;
    color: #FFF;
    text-align: center;
}

.index-promo-em {
    display: block;
    height: 3px;
    margin: 45px auto;
    border-radius: 4px;
    background-color: #FFF;
    width: 450px;
}

.room_pic {
    position: relative;
    margin-bottom: 0;
}

.room_pic img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.room_pic .block-price {
    position: absolute;
    top: 50%;
    right: -50px;
    width: 100px;
    height: 120px;
    margin-top: -55px;
    padding: 20px 0 0;

    background-color: #D01C1F;
    color: #FFF;
    text-align: center;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.room_pic .block-price.left {
    left: -50px;
}

.room_pic .block-price .baht {
    margin-bottom: -5px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

.room_pic .block-price .price {
    font-size: 25px;
    font-weight: 500;
}

.room_pic .block-price .subtext {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
}

.block-index-room .bir-left {
    flex: 0 0 60%;
    padding-right: 150px;
}

.block-index-room .bir-right {
    flex: 0 0 40%;
}

@media (max-width: 991.98px) {
    .block-index-room {
        flex-direction: column !important;
    }

    .block-index-room .bir-left,
    .block-index-room .bir-right {
        flex: 0 0 100%;
    }

    .block-index-room .bir-left {
        padding-right: 0;
    }
}

@media(max-width: 360.98px) {
    .block-index-room .list-icon-index-room {
        display: none !important;
    }
}

.index-list li {
    display: block !important;
    margin: 0 0 10px !important;
    font-size: 15px !important;
}

.index-list li .il-title {
    text-transform: uppercase;
    font-weight: 500;
}

.index-list li .il-title.white {
    color: #FFF;
}

.index-list li .il-subtext {
    color: #4F4F4F;
}

.index-list li .il-subtext.white {
    color: #CFCFCF;
}

.room_desc_home .rdh-header {
    margin-bottom: 15px;
    font-size: 25px;
    color: #D01C1F;
}

.room_desc_home .rdh-header-price {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.room_desc_home .rdh-header.white {
    color: #FFF;
}

.room_desc_home .rdh-header-price.white {
    color: #FFF;
}

.room_desc_home .rdh-subtext {
    color: #FFF;
}

.room_desc_home ul,
.room_list_desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.carousel_testimonials .block-comment {
    background-color: rgba(0, 0, 0, .85);
    padding: 25px;
    text-align: left;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.carousel_testimonials .block-comment .bc-left {
    flex: 1 1 155px;
}

.carousel_testimonials .block-comment .bc-left .avatar {
    width: 100px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.carousel_testimonials .block-comment .bc-right {
    flex: 1 1 100%;
}

/* Room */
.owl-carousel .owl-item img {
    object-fit: cover;
}

.carousel_in img {
    height: 450px;
}

h1.main_title_in {
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 15px 20px;
}

#single_room_feat ul {
    margin: 25px 0;
    border-bottom: none;
}

#room_detail_desc h3 {
    margin: 0;
    font-size: 20px;
    color: #D01C1F;
}

#room_detail_desc h4 {
    margin: 0 0 15px;
    font-size: 20px;
    color: #D01C1F;
}

ul.list_ok {
    line-height: 35px;
}

.table td, .table th {
    border-top: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #E1E1E1;
}

ul#policies {
    margin: 0;
}

ul#policies li {
    padding: 10px 0 10px 60px;
}

ul#policies li i {
    top: 0;
    left: -5px;
    color: #D01C1F;
}

ul#policies li h5 {
    margin: 0 0 15px;
}

/* Gallery */
.da-gallery {
    margin-top: 62px;
    padding: 60px 0;
}

.da-gallery .gg-box .gg-element img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* About */
.da-about .block-title {
    margin-bottom: 35px;
}

.da-about .block-title .text {
    color: #1F1F1F;
    text-align: center;
}

.da-about .about {
    padding: 25px 0;
}

.da-about .about .title {
    margin-bottom: 15px;
    font-size: 25px;
    color: #D01C1F;
}

.da-about .about .images {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box_feat {
    border: none;
    border-radius: 4px;
}

.box_feat.last {
    margin-bottom: 0;
}

.box_feat i {
    margin: 0 0 20px;
    background-color: #D01C1F;
}

.box_feat .title {
    font-size: 20px;
    margin-bottom: 15px;
}

/* Others */
.da-main-title {
    margin-bottom: 30px;
}

.da-main-title .dmt-title {
    margin: 0 0 5px;
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
}

.da-main-title .dmt-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
}

.da-main-title .dmt-title.second {
    color: #D01C1F;
}

.da-main-title .dmt-subtitle.second {
    color: #1F1F1F;
}

.tooltip-item .gray {
    font-size: 30px;
    color: #6F6F6F;
}

.tooltip-item .white {
    font-size: 30px;
    color: #FFF;
}

.divider {
    margin: 30px 0;
    height: 2px;
}

hr {
    margin: 2rem 0;
    border-top: 1px solid #E1E1E1;
}

/* Grid Gallery */
#gg-screen {
    background: rgba(255, 255, 255, 0.9);
    z-index: 10002;
}

.gg-prev, .gg-nxt {
    bottom: 45%;
}

.gg-bt {
    width: 50px;
    height: 50px;
    line-height: 47px;
    background: #183B4F;
    color: #FFF;
}

.gg-bt:hover {
    background: #183B4F;
    color: #FFF;
    border: none;
}

.block-google-maps {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.block-google-maps .bgm-header {
    margin-bottom: 25px;
    color: #D01C1F;
}

.block-google-maps .gm-image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    #logo img {
        margin: 6px 0;
    }

    .cmn-toggle-switch {
        top: 10px;
    }

    #header_menu {
        padding: 15px 0 15px 20px;
        background-color: #183B4F !important;
    }

    /* index */
    .room_pic img {
        width: 100%;
    }

    .room_desc_home {
        padding-top: 25px;
    }

    .room_desc_home .rdh-header {
        margin-bottom: 5px;
    }

    /* Rooms */
    #room_detail_desc h3 {
        margin: 0 0 15px !important;
    }

    .da-room-table-price {
        margin-bottom: 25px;
    }
}

@media(max-width: 767.98px) {
    .da-footer .da-footer-left {
        padding-right: 0;
    }

    .da-footer .da-footer-right .dfr-contact {
        margin-top: 15px;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cmn-toggle-switch {
        top: -32px !important;
    }
}

@media (max-width: 575.98px) {
    #logo img {
        margin: 6px 0;
    }

    .cmn-toggle-switch {
        top: -32px !important;
    }

    .index-promo-em {
        width: 200px;
        margin: 35px auto;
    }

    #header_menu {
        background-color: #183B4F !important;
    }

    /* index */
    .room_desc_home {
        padding-top: 25px;
    }

    .room_desc_home .rdh-header {
        margin-bottom: 5px;
    }

    .padding60_primary,
    .padding60_white {
        padding: 30px 0;
    }

    /* Rooms */
    .carousel_in img {
        max-height: 300px;
    }

    h1.main_title_in {
        font-size: 25px;
    }

    #single_room_feat {
        margin-bottom: 20px;
    }

    #room_detail_desc h3 {
        margin: 0 0 15px !important;
    }

    .da-room-table-price {
        margin-bottom: 25px;
    }

    ul#policies li {
        padding: 0 0 15px;
    }
}
