﻿/*about*/
.images-column .column {
    padding: 0px 1px;
    margin-bottom: 2px;
}
    .images-column .column .gallery_item {
        margin: 0;
    }
ul.time-cloud {
    list-style: none;
    display: inline-flex;
    margin: 30px 0px 0px;
}
    .time-cloud li {
        font-size: 24px;
        margin-right: 50px;
    }
        .time-cloud li i {
            padding-right: 10px;
            color: #f36b21;
            font-size: 25px;
        }
a.theme-btn {
    background: #f36b21;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
}
    a.theme-btn:hover, a.theme-btn:active, a.theme-btn:focus{
        border:2px solid #f36b21;
        background:transparent;
        text-decoration:none;outline:none;
        color:#f36b21;
    }
.btn-a{
    margin:50px 0px;
}
a.btn-style-four {
    background: #ddd;
    color: #333;
}
    a.btn-style-four:hover, a.btn-style-four:active, a.btn-style-four:focus {
        border: 2px solid #333;
        color: #333;
    }
.img-fluid{
    width:100%;
    margin-bottom:30px;
}
.img-fluid1 {
    width: 100%;
}
/*room hotel*/
.uppercase {
    text-transform: uppercase;
}
/*#section-2 {
    margin-top:60px;
}*/
.bgr-acomom {
    background-image: url('../Img/bgr-room.jpg');
}
.rooms-section {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}
.magin{
    margin-bottom:30px;
} 
.rooms-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.26);
}
.bgr-acomom .step-number {
    color: #c6b08e;
}
.bgr-acomom .step-container .step-content {
    visibility: visible;
    color: white;
}
.bgr-acomom .step-container .step-content hr {
    border-color: white;
}

#section-2 .title {
    margin-top: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    font-weight: 600;
}
p.text {
    position:relative;
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
   

}
.title.title-light {
    color:#fff;
}
#owl-demo1 .owl-nav [class*='owl-'] {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin: 0px;
    margin-top: -25px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    background-color: #4a535c;
    border: none;
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align:center;
}
    #owl-demo1 .owl-nav [class*='owl-']:hover {
        background: #f36b21;
    }
#owl-demo1 .owl-nav .owl-prev {
    left: -7.5%;
}
#owl-demo1 .owl-nav .owl-next {
    right:-7.5%;
}
/*thumbnail*/
.owldemo .thumbnail {
    background-color: #f5f5f5;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
	border-radius:0px 0px 4px 4px;
}
.thumbnail .caption {
    text-align:left;
}
.thumbnail .caption a {
    text-decoration:none;
    
}
    .thumbnail .caption a h4 {
        color:#999;
        padding-left:5px;
    }
    .thumbnail .caption a h4 span{
            float: right;
            font-size: 14px;
    }
    .thumbnail .caption a h4:hover, .thumbnail .caption a h4:active {
        color:#c52d2f;
    }
.thumbnail img {
    width:100%;
}
.col .thumbnail .caption {
    padding:0;
}


/*hover thumbnail*/
.line-4{
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.item .item-description {
	
    border-radius:0px 0px 4px 4px;
    padding: 20px 20px;
    background-color: #fff;
    overflow: hidden;
}
.item .item-description .item-title {
    color: #f36b21;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.item-description p{
	margin-bottom: 0px;
}
.item .item-description .item-link {
    color: #f36b21;
    text-decoration: none;
    font-size: 16px;
    opacity: 1;
  
}

    .item .item-description .item-link a {
        color: #f36b21;
        /* line-height: 50px; */
        float: right;
        border-bottom: 1px solid #f36b21;
        padding-top: 12px;
    }
.price {
    float:left;color:#333;font-size:35px;
    font-weight:700;
}


   /*our*/
.services-section {
    background-image: url('../Img/Index/services-bg.png');
    position: relative;
    padding: 25px 0px 25px 0px;
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-box i {
    color: #f36b21;
    font-size: 30px;
}
/*gallery*/
.our-gallery {
    position: relative;
    /*background-color: #333d47;*/
}
.gallery-item-two, .inner-box, .image-box {
    margin: 0;
    padding: 0px;
    border: none;
    outline: none;
}
.inner-column .image-box {
    margin: 28px 0 0;
}
    .gallery-item-two .inner-box .image-box:hover .overlay-box {
        opacity: 1;
    }

.gallery-item-two .inner-box .image-box .overlay-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    text-align: center;
    border: 10px solid transparent;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
    .gallery-item-two .inner-box .image-box .overlay-box .inner {
        position: absolute;
        width: 100%;
        height: 100%;
        display: table;
        background-color: rgba(0,0,0,0.65);
    }
        .gallery-item-two .inner-box .image-box .overlay-box .inner .inner-bg {
            display: table-cell;
            vertical-align: middle;
        }
    .gallery-item-two .inner .inner-bg .border-box {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 148px;
        height: 168px;
        margin: 0 auto;
        margin-top: -84px;
        margin-left: -74px;
        border: 1px solid #ffffff;
    }

    .gallery-item-two .inner .inner-bg h3 {
        position: relative;
        color: #ffffff;
        font-size: 24px;
        text-transform: uppercase;
    }
    .gallery-item-two .inner .inner-bg .plus-icon a {
        position: relative;
        color: #ffffff;
        font-size: 26px;
        margin-top: 15px;
        text-align: center;
        display: inline-block;
       

    }
.our-gallery .content-box .text {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8em;
    margin-bottom: 0px;
    margin-top: 40px;
  

}
.sec-title-two h1 {
    color: #ffffff;
}
.our-gallery .owl-carousel .owl-dots.disabled .owl-prev, .our-gallery .owl-carousel .owl-nav.disabled .owl-prev, .our-gallery .owl-carousel .owl-nav.disabled .owl-prev:hover {
    position: relative !important;
    top: 0% !important;
}
.our-gallery .owl-carousel .owl-dots.disabled, .our-gallery .owl-carousel .owl-nav.disabled {
    top: 70% !important;
    right: -22% !important;
}
.our-gallery .owl-theme .owl-nav [class*='owl-'] {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0px;
    margin-right: 6px;
    text-align: center;
    display: inline-block;
    background: none;
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 0px;
}
    .our-gallery .owl-theme .owl-nav [class*='owl-']:hover {
        background-color: #ffffff;
        color: #9eacb8;
    }
.our-gallery .owl-theme .owl-nav {
    position: absolute;
    right: -170px;
    bottom: 55px;
}
.our-gallery .content-box {
    padding: 30px 0px 0px 60px;
    max-width: 550px;
}
/*event*/
.our-gallery {
    margin-bottom: 40px;
	margin-top: 40px;
}
.post-style-one .inner-box .inner-column {
    position: relative;
    padding: 0px;
}
.post-style-one .inner-box .content-box {
    position: relative;
    padding: 20px;
}
.post-style-one .inner-box .content-box .title {
    position: relative;
    color: #132e45;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    
    text-transform: uppercase;
}
.post-style-one .inner-box .content-box .title .date {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #f36b21;
    font-size: 30px;
    font-weight: 400;
    width: 62px;
    line-height: 23px;
    text-align: left;
    text-transform: uppercase;
    padding-right: 15px;
    border-right: 3px solid #e7ebee;
   

}
.post-style-one .inner-box .content-box .title .date span {
    position: relative;
    font-size: 20px;
    font-weight: 700;
}
    .post-style-one .inner-box .content-box .text {
        font-size: 16px;
        color: #333d21;
        font-weight: 300;
        margin: 10px 0px 25px;
        line-height: 1.5em;
      

    }
.text-desc {
    text-align: justify;
    font-size: 15px;
    color: #fff;
    line-height: 1.5em;
}
.color-white{
    color:#fff;
}
#section-1 {
    background-color: #333d47;
    overflow: hidden;
}
h1.title a {
    font-size: 23px;
    color: #f36b21;
    font-weight: 600;
}
    h1.title a:hover, h1.title a:focus{
        outline: none;
        color: #fff;
        text-decoration:none
    }
.post-style-one.left-image .inner-box .content-box:after {
    position: absolute;
    content: '';
    left: -24px;
    top: 50%;
    border-top: 20px solid transparent;
    border-right: 25px solid #ffffff;
    border-bottom: 20px solid transparent;
    margin-top: -20px;
}
.post-style-one.rigth-image .inner-box .content-box:after {
    position: absolute;
    content: '';
    right: -28px;
    top: 50%;
    border-top: 20px solid transparent;
    border-left: 30px solid #ffffff;
    border-bottom: 20px solid transparent;
    margin-top: 0;
}

.event-text a.services-style-two {
    float: right;
    margin-top: -60px;
    background: transparent;
    border: 2px solid #f36b21;
    color: #f36b21;
}
    .event-text a.services-style-two:hover{
        background:#f36b21;
        color:#fff;
    }
.event {
    margin: 40px 0px 0px
}


/*** 

====================================================================
	Feedback Section
====================================================================

***/

.feedback-section {
    position: relative;
    background-color: #333d47;
}

    .feedback-section:before {
        position: absolute;
        content: '';
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        display: block;
        background-color: #f36b21;
    }

    .feedback-section .outer-box {
        position: relative;
    }

        .feedback-section .outer-box .left-column {
            position: relative;
            float: left;
            display: block;
            width: 50%;
        }

            .feedback-section .outer-box .left-column .content-box {
                padding: 20px 80px 20px 15px;
                max-width: 600px;
                width: 100%;
                float: right;
            }

                .feedback-section .outer-box .left-column .content-box .text {
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 400;
                    margin-top: 15px;
                    line-height: 1.8em;
                    margin-bottom: 30px;
                }

        .feedback-section .outer-box .right-column {
            position: relative;
            float: right;
            display: block;
            width: 50%;
            background-color: #f36b21;
        }

            .feedback-section .outer-box .right-column .feedback-detail {
                max-width: 600px;
                float: left;
                width: 100%;
                padding: 20px 15px 20px 80px;
            }

            .feedback-section .outer-box .right-column .content-text {
                position: relative;
				color:#fff;
            }

                .feedback-section .outer-box .right-column .content-text .text {
                    position: relative;
                }

                    .feedback-section .outer-box .right-column .content-text .text p {
                        color: #ffffff;
                        font-size: 18px;
                        font-weight: 400;
                        margin-top: 10px;
                        line-height: 1.8em;
                        margin-bottom: 30px;
                    }
                    
                    .feedback-section .outer-box .right-column .content-text .text h1 {
                        position: relative;
                        color: #ffffff;
                        text-transform: uppercase;
                      

                    }


    .feedback-section .carousel-outer .content-carousel {
        position: relative;
        margin-bottom: 20px;
    }

        .feedback-section .carousel-outer .content-carousel .owl-controls {
            display: none !important;
        }

    .feedback-section .thumbs-carousel {
        position: relative;
        padding: 0px;
    }

        .feedback-section .thumbs-carousel li {
            display: block;
            border-radius: 50%;
            cursor: pointer;
            opacity: 1;
        }

            .feedback-section .thumbs-carousel li img {
                display: block;
                max-width:100%;
            }

        .feedback-section .thumbs-carousel .owl-controls,
        .feedback-section .thumbs-carousel .owl-nav {
            margin: 0px;
        }


    .feedback-section .owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0px;
        margin: -15px 0px 0px;
        font-size: 36px;
        background: none !important;
    }

    .feedback-section .thumbs-carousel .owl-prev {
        left: 0px;
    }

    .feedback-section .thumbs-carousel .owl-next {
        right: 0px;
    }
    .feedback-section .content-carousel .owl-dots.disabled, .feedback-section .content-carousel .owl-nav.disabled {
        display: none !important;
    }

/*** 

====================================================================
	News Section
====================================================================

***/
.news-section .two-item-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.news-section {
    position: relative;
    padding: 60px 0px 60px 0px;
}

    .news-section .owl-controls {
        display: none !important;
    }

    .news-section .sec-title {
        margin-bottom: 55px;
    }

    .news-section .title-box {
        margin-bottom: 55px;
    }

        .news-section .title-box .text {
            position: relative;
            color: #56616b;
            font-size: 20px;
            font-weight: 400;
           

        }

        .news-section .title-box .see-events {
            margin-top: -15px;
        }

    .news-section .sec-title .btn-style-five {
        float: right;
        margin-top: -40px;
    }

.news-block {
    position: relative;
    margin-bottom: 40px;
}

    .news-block .inner-box {
        position: relative;
       
    }
        .news-block .inner-box h3 {
            margin: 0;
        } 
.news-block .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}
.text{
    text-align:justify;
} 
.news-block .inner-box h3 a {
    font-weight: 700;
    font-size: 26px;
    color: #1d3a53;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

            .news-block .inner-box h3 a:hover {
                color: #f36b21;
            }

        .news-block .inner-box h4 {
            position: relative;
            margin-top: -4px;
            font-size: 28px;
            color: #1d3a53;
            font-weight: 300;
          

        }

        .news-block .inner-box .author {
            position: relative;
            margin-top: 20px;
        }

            .news-block .inner-box .author li {
                position: relative;
                color: #1d3a53;
                margin-right: 15px;
                font-size: 16px;
                font-weight: 500;
                display: inline-block;
              

            }

                .news-block .inner-box .author li:after {
                    content: '-';
                    position: absolute;
                    right: -12px;
                }

                .news-block .inner-box .author li:last-child:after {
                    display: none;
                }

                .news-block .inner-box .author li span {
                    color: #f36b21;
                    font-weight: 600;
                }

        .news-block .inner-box .text {
            color: #333d21;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.5em;
            margin-top: 15px;
            
        }
/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
    position: relative;
    text-align: center;
    padding: 90px 0px 90px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../Img/bgr-footer.jpg');
}

    .newsletter-section:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.60);
    }

    .newsletter-section h2 {
        position: relative;
        color: #ffffff;
        line-height: 1.4em;
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 18px;
    }

    .newsletter-section .text {
        position: relative;
        font-size: 22px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 40px;
       
    }

    .newsletter-section .btn-style-two {
        padding: 18px 42px;
        position:relative;
    }
.center{
    text-align:center;
   
}
.content-carousel .owl-prev {
    left: -10%;
    color: #fff;
}
.content-carousel .owl-next {
    right: -10%;
    color: #fff;
}
.text-desc ul {
    padding: 0 0px;
    font-size: 14px;
}
.icon-box h3 {
    display: inline-block;
    margin-left: 10px;
}

/*menu*/
/*************************
*******Header******
**************************/
.bgr-img::before {
    background: #222d35;
    background: linear-gradient(#222d35, rgba(34, 45, 53, 0.89),rgba(51, 61, 71, 0.46), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0));
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
}
#header {
   
    color: #ffffff;
    /*padding: 8px 0;*/
    position: absolute;
    z-index: 99;
    width: 100%;
   
}

.navbar-nav, .navbar-nav {
    list-style:none;
    padding:0;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar.navbar-inverse {
  border-radius: 0;
  margin-bottom: 0;
  border:none;
  background:transparent;
}



.navbar-inverse .navbar-nav > li > a {
    padding: 6px 12px;
    margin: 0;
   
    color: #010313;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
  
    font-size: 13px;

}


    .navbar-inverse .navbar-nav > li > a:hover {
        color: #24420a;
    }

.navbar-inverse {
    border: none;
}

    .navbar-inverse .navbar-brand {
        font-size: 36px;
        line-height: 50px;
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #c52d2f;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(0,0,0,0.8);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        border: 0;
        padding: 0;
        /*margin-top: 5px;*/
        border-top: 0;
        border-radius: 0;
        left: 10px;
        min-width: 220px;
    }

        .navbar-inverse .navbar-nav .dropdown-menu:before {
            position: absolute;
            top: 0;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li > a {
            padding: 8px 15px;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            /*border-top:1px solid #ddd;*/
        }
#header .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
            /*background-color: #f78400;
  color: #f78400;*/
            text-decoration: underline;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
            border-radius: 0 0 3px 3px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
            background-color: transparent;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        /*border-top: 0;*/
        padding-bottom: 0;
    }
.logo a.blogo {
    margin: 0 auto;
    /* height: 101px; */
    max-width: 180px;
    position: relative;
    display: block;
    background: #333d47;
    box-shadow: 1px 1px 1px 1px #252d34;
}
.blogo img {
    margin-top: 50px;
    margin-left: 8px;
    width: 90%;
    margin-bottom: 10px;
}
.navbar-right .book {
    float: right;
    clear: both;
    margin-top: 20px;
}
.book a.btn-booking {
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color:#333d47  /*#e47f49*/;
    box-shadow: 2px 2px 2px 0 #333d47;
    font-weight:600;
}
    .book a.btn-booking:hover {
        text-decoration: none;
        color: #fff;
        outline:none;
    }
.navbar-nav .navbar-right {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}
.navbar.navbar-inverse {
    top:50px;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.navbar-nav {
    border-bottom: 0.3px solid rgba(255, 255, 255, 0.42);
}
/*end menu*/
/*datatime*/
.rule {
    margin: 10px 0;
    border: none;
    height: 1.5px;
    background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}
figure {
    margin: 0;
    padding: 0;
}

/* ===== Select Box ===== */
.sel {
    /*font-size: 1rem;*/
    display: inline-block;
    padding:5px 0;
    width: 100px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

    .sel::before {
        position: absolute;
        /*content: '\f063';*/
        font-family: 'FontAwesome';
        font-size: 2em;
        color: #FFF;
        right: 20px;
        top: calc(50% - 0.5em);
    }

    .sel.active::before {
        transform: rotateX(-180deg);
    }

.sel__placeholder {
    display: block;
    font-weight: 600;
    font-size: 1.4em;
    color: #fff !important;
    padding: 0.2em 0.5em;
    text-align: center;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.sel.active .sel__placeholder {
    visibility: hidden;
}

.sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
}

.sel.active .sel__placeholder::before {
    visibility: visible;
}

.sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.sel__box__options {
    display: list-item;
  
    font-size: 15px;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
}

    .sel__box__options::after {
        content: '\f00c';
        font-family: 'FontAwesome';
        font-size: 0.5em;
        margin-left: 5px;
        display: none;
    }

    .sel__box__options.selected::after {
        display: inline;
    }

    .sel__box__options:hover {
        background-color: #ebedef;
    }

/* ----- Select Box Black Panther ----- */
/*.sel {
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}*/

.sel--black-panther {
    z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
    /*   display: none; */
    z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*mạng xã hội*/

.social-content a {
    padding: 5px;
    background: transparent;
    border: 1px solid #fff;
    margin-right: 10px;
    color: #ff0000;
}
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
    .hvr-radial-in:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e1e1e1;
        border-radius: 100%;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
.social-content .hvr-radial-in:before {
    background: #333d47;
}
.social-content i.fa {
    padding: 5px 6px;
    font-size: 17px;
    color: #ddd;
}
.social-content .face {
    padding: 5px 9px !important;
}
.ft-post {
    margin-top: 40px;
}
.social-content{
    margin-top:20px;
}
.slide__other__room .owl-nav{
	display: none;
}
.owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    display: inline-block;
    font-size:20px;
    color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
#owl-demo .owl-nav .owl-prev {
    right: 55px;
    top: 10px;
}
#owl-demo .owl-nav .owl-next {
    right: 10px;
    top: 10px;
}
#owl-post2 .owl-nav .owl-prev {
    left: 10px;
    bottom: 10px;
}

#owl-post2 .owl-nav .owl-next {
    left: 55px;
    bottom: 10px;
}
#owl-post1 .owl-nav .owl-prev {
    right: 55px;
    bottom: 10px;
}

#owl-post1 .owl-nav .owl-next {
    right: 22px;
    bottom: 10px;
}
#owl-post3 .owl-nav .owl-prev {
    left: 10px;
    bottom: 10px;
}

#owl-post3 .owl-nav .owl-next {
    left: 55px;
    bottom: 10px;
}
.owl-item figure.bgr-garit::before {
    background: #333d47;
    background: linear-gradient(rgba(51, 61, 71, 0.11), rgba(51, 61, 71, 0.99));
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.owl-item figure.bgr-garit1::before {
    /*background: #1d3a53;
    background: linear-gradient(to left,rgba(255, 255, 255, 0.03), rgba(51, 61, 71, 0.99));*/
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
#col3 .product_list_widget a, #ft-menu1 li {
    color: #c1c4c8;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    padding-right: 58px;
}
.owl-nav span.mgr-r {
    border: 1px solid #fff;
    margin-left: 11px;
}
#owl-demo .owl-nav span.mgr-r {
    position: relative;
    top: -28px;
    right: -20px;
}
.post-titel {
    position: absolute;
    top: 45%;
    margin: 0 auto;
    width: 100%;
}
    .post-titel .book {
        display: table;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .post-titel .book a{
        color:#f36b21;
        font-weight:600;
    }

.info-desk{
		display: block;
	}
	
	.info-mobile{
		display: none;
	}

.call{
	float: right;
	padding: 6px 15px;
	background-color: #e47f49;
	border: 1px solid #e47f49;
	color: #fff !important;
	font-weight: 500;
	transition: all .3s;
}
.call:hover{
	background-color: #fff;
	color: #e47f49 !important;
	transition: all .3s;
}
.item-article:nth-child(2n + 1) .call{
	float: left;
}
.pd-1-5{
	padding: 1rem 5rem !important;
}
@media screen and (max-width: 991px) {
	.info-desk{
		display: none;
	}
	
	.info-mobile{
		display: block;
		padding-right: 15px;
    padding-left: 15px;
	}
}

@media screen and (min-width: 768px)  {
    .navbar .navbar-nav {
       
        margin: 0;
        width: 100%;
    }
    .navbar-left {
        float: left !important;
        width: 43.5%;
        margin-left: -15px;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        width: 43.2%;
    }
	
}
#header .navbar-inverse .navbar-nav > li > a:hover, #header .navbar-inverse .navbar-nav > li > a:focus {
    color: #f36b21;
    text-decoration:none;
    outline:none;
}
@media screen and (max-width: 700px) {
    .logo .blogo img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-collapse.collapse {
        background-color: rgb(51, 61, 71);
        width:100%;
    }

    li .top-bar {
        position: relative;
    }

    .navbar-right .book {
        margin-bottom: 20px;
        float: none;
    }

        .navbar-right .book a.btn-booking {
            padding: 10px;
        }
	
	.pd-1-5{
		padding: 0 15px !important;
	}
	
	.des__content table tr{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.des__content table tr td{
		width: calc(100%/2) !important;
		padding: 10px;
	}
	.item-article .row{
		display: flex;
		flex-wrap: wrap;
		
	}
	.item-article:nth-child(2n) .row{
		flex-direction: column-reverse;
	}
}
.wrapper{
    margin-top:10px;
}
.top-bar {
    position: absolute;
    right: 0px;
}
@media screen and (max-width: 1100px) {

    .navbar-collapse .navbar-right {
        text-align: center;
    }
    .navbar-collapse .navbar-left {
        text-align: center;
    }
}
.titel-hotel {
    font-size: 20px;
    font-weight: 600;
}
.widget .widgettitle {
    font-weight: 600;
    font-size:1em;
}
.des-text{
    font-size:17px;
}
#col4 .widgettitle {
    text-align: right;
    padding-right: 43px;
}
