body {
    background: #000000;
}
.slider-arrow {
    height: 40px;
}
.text-slider {
    padding: 0;
    height: 75px;
}
.ui-social a {
    padding: 14px;
}
.ui-social img {
    height: 16px;
    /*padding: 14px;*/
    width: auto;
    object-fit: cover;
    display: block;
    filter: brightness(0) invert(1);
}
.ui-social .tripadvisor {
    padding: 12px;
}
.ui-social .tripadvisor img {
    height: 20px;
}

.wrap-header .site-logo img {
    filter: none;
}
.envelop-box h1:before,
.page_info_blog h1:before,.child_blog h1:before {
    background: url("../images/icon/starfish.svg") center no-repeat;
    width: 50px;
    height: 50px;
}

.slider-content {
    padding: 30px;
    background: #191919;
    text-align: left;
    height: 320px;
}
.slider-content h2 {
    font-size: 20px;
}
.child_blog {
    /*padding: 30px 0 0;*/
    text-align: center;
}
.title {
    background: var(--light-primary);
}
.roomtitle.owl-theme .owl-nav {
    display: none;
}
.roomtitle .teb-title {
    transition: all .6s;
}
.box-content {
    color: var(--dark);
}
.roomimages img {
    object-position: top;
}
.roomimages img:last-child {
    object-position: center;
}
.other.home {
    margin: 0;
}
.page_info .detail_room {
    margin: 30px 0 15px;
}
.page_info .detail_room ul {
    text-align: center;
}
.page_info .detail_room ul li {
    padding: 0 15px;
    border: 0;

}
.detail_room {
    margin: 0 0 25px;
}
.detail_room ul {
    padding: 0;

}
.detail_room ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}
.detail_room img {
    height: 30px;
    width: auto;
    object-fit: cover;
    vertical-align: middle;
    padding-right: 5px;
}
.position_top {
    object-position: top 12% right 0;
}
.position_bottom {
    object-position: bottom 12% right 0;
}
.image-box {
    height: 300px;
}
.content_child .image-box {
    height: 450px;
}
.offer .slider-content span,
.child_offers .content-info span {
    text-decoration:line-through ;
}
.offer .slider-content label {
    color: var(--color-primary);
}
#maximage {
    z-index: -1;
}
.slide_jacuzzi div.mc-image:nth-child(2),
.slide_accom div.mc-image:nth-child(2),
.slide_gallery .mc-image:nth-child(1),.slide_gallery .mc-image:nth-child(2),.slide_gallery .mc-image:nth-child(3){
    background-position: bottom 20% center;
}
.text-slider p {
    text-transform: capitalize;
}
.t-day, .t-disabled, .t-end, .t-range, .t-start {
    color: #474747;
}
.t-highlighted,.footer a:hover {
    color: var(--color-primary);
}
.description h1, .page_info h1 {
    margin: 0;
}
.envelop-box h1 + h2,
.page_info h1 + h2{
    font-size: 16px;
    margin: 0 0 20px;
}
.slide-envelop2 .image-box {
    height: 400px;
}
footer {
    color: #424242;
    background-image: url('../images/icon/bg_sand.jpg');
    background-size: cover;
}
.footer {
    background: none;
    color: #424242;
}

.footer h4 {
    color: var(--dark);
}
.ui-social a {
    border: 1px solid rgba(0,0,0,0.16);
}
.ui-social img {
    filter: none;
    transition: all .4s;
}
.footer .ui-social a:hover img {
    filter: brightness(0) invert(1);
}
.footer [class*=col-xs-]:nth-child(2),
.footer [class*=col-xs-]:nth-child(3) {
    text-align: center;
}
.footer [class*=col-xs-]:nth-child(4) {
    text-align: right;
}
.copyright {
    border-top: 1px solid #d7d7d7;
}
.box_images {
    overflow: hidden;
}
.box_images img {
    transform: scale(1);
    transition: all .4s;
}
.item:hover .box_images img,
.photo_info:hover .box_images img ,
.content_child [class*=col-xs-]:hover .box_images img {
    transform: scale(1.03);
}
.photo_info:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 1;
}
.text-slider h2 {
    font-size: 36px;
}
.wrap-side h2 + .slide-envelop {
    margin-top: 50px;
}
.menu-mobile {
    background: #000;
}
.menu-container a {
    color: var(--color-body);
}
.ui-icon-plus:before, .ui-icon-plus:after {
    background-color: var(--color-body);
}
.other .owl-carousel .owl-stage {
    margin: auto;
}

.page_info .detail_room img {
    filter: brightness(0) invert(1);
}
.remark {
    color: var(--color-primary);
}
.slide-envelop  .uk-icon svg:not(:root) {
    vertical-align: bottom;
    color: #fff;
}
.roomtitle .owl-nav svg{
    color: var(--color-primary);
}
.background-white  {
    color: var(--dark);
}
.amenities {
    margin-top: 30px;
}
.icon-camera {
    width: 45px;
    height: 45px;
    padding: 8px;

}
.camera p {
    margin: 0;
    font-family: var(--font-family);
}
.lg-sub-html h4 {
    font-family: var(--font-family);
    text-transform: capitalize;
}
.other .owl-prev.disabled ,.other .owl-next.disabled ,
.slide-envelop .owl-next.disabled,.slide-envelop .owl-prev.disabled {
    display: none;
}
.page_info h4 {
    font-family: var(--font-family);
    color: var(--color-primary);
    text-align: left;
}
.page_info ul {
    text-align: left;
    margin: 0;
}
.page_info ul li {
    list-style: url("../images/icon/starfish.svg");

    padding: 3px 5px;
    border-bottom: 1px solid #292929;
}
.child_offers .content-info h2 + h3 {
    font-size: 16px;
    font-family: var(--font-family);
    color: var(--color-primary);
}
.lg-outer .lg-thumb-outer {
    padding: 0 15px;
}
.image-blog {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.row_blog {
    padding: 30px 0 0;
    margin-right: -20px;
    margin-left: -20px;
}
.row_blog [class*=col-xs-] {
    padding: 20px;

}
.album-gallery  {
    background: rgba(228,122,38,0.88);
}
.sitemap li > a, .sub-sitemap ul li > a{
    color: var(--color-body) !important;
}
.sitemap li {
    padding: 5px 0;
}
.wrap-scroll .info_detail {
    top: 43px;
}
.page_info_blog {
    text-align: center;
}
.page_info_blog .content_info {
    padding: 30px 0 0;
    text-align: left;
}
.page_info_blog .content_info h2 {
    font-size: 24px;
}
.page_info_blog .content_info h2 + p {
    margin: 0 0 15px;
}

.page_info_blog .content_info p + h3 {
    margin: 30px 0 0;
}
.page_info_blog .content_info > div {
    text-align: center;
    margin-bottom: 50px;
}
.page_info_blog .content_info > div:last-child {
    margin-bottom: 30px;
}

.page_info_blog .content_info.align_left > div {
    text-align: left;
}
.page_info_blog h3 {
    margin: 30px 0 0;
    text-align: center;
}

.page_info_blog h4 + ul {
    margin: 0 0 30px;
}
.imag_blog {
    width: 90%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.row_images_blog {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}
.row_images_blog [class*=col-xs-]{
    padding: 0;
}
.row_images_blog [class*=col-xs-].right,.row_images_blog [class*=col-xs-].right img{
    float: right;
}

.one_images {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto 25px;
}
.one_images.height_auto {
    height: auto;
}
.content_images {
    height: 300px;
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.content_images p:last-child {
    margin: 8px 0 0;
}

.child_blog .btn-main{
    position: absolute;
    bottom: 25px;
    margin: 0;
}
.content_info ul{
    margin: 0 0 25px;
}
b {
    color: var(--color-primary);
}
.child_blog .position_top img {
    object-position: top right;
}
.information a:hover {
    color: var(--color-primary);
}
.information ul {
    margin: 0 !important;
}
.information p {
    margin: 0;
}
.page_info_blog .container div.information {
    margin-bottom: 25px;
}
.blog_promotion {
    position: relative;
    width: 100%;
}
.page_info_blog .content_info .blog_promotion h2 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 5px;
}
.page_info_blog .content_info .blog_promotion h2 + p {
    text-align: center;
}
.blog_promotion h3 {
    text-align: left;
    font-size: 24px;
    margin: 0 0 5px;
}
.blog_promotion h3 + p {
    margin: 0;
    font-size: 18px;
    color: var(--color-primary);
}
.blog_promotion.promotion_en h3 + p {
    font-size: 16px;
    margin: 0 0 15px;
    color: var(--color-body);
}
.color_text {
    font-size: 18px;
    margin: 0;
    color: var(--color-primary);
}


.blog_promotion ul {
    margin: 0 0 18px;
}
.blog_promotion span {
    color: #d6925c;
}

.underline {
    text-decoration: underline;
    margin: 15px 0 0;
}
.italic {
    font-style: italic;
}
.page_info h1 + .one_images {
    margin: 25px auto;
}