@import "../css/bootstrap.min.css";
@import "../css/classys-nav.css";
@import "../css/owl.carousel.min.css";
@import "../css/animate.css";
@import "../css/magnific-popup.css";
@import "../css/font-awesome.min.css";
@import "../css/travel-icon.css";

@font-face {
	/*
    font-family: 'FuturaLT-Book';
    src: url(../../fonts/FuturaLT-Bookd41d.eot?#iefix) format("embedded-opentype"),url(../../fonts/FuturaLT-Book.woff) format("woff"),url(fonts/FuturaLT-Book.ttf) format("truetype"),url(fonts/FuturaLT-Book.svg#FuturaLT-Book) format("svg");
    */
	font-family: 'FuturaLT-Book-Vietnamese';
    src: url('../../fonts/SVN-Futura-Book.woff2') format('woff2'),
         url('../../fonts/SVN-Futura-Book.woff') format('woff'),
         url('../../fonts/SVN-Futura-Book.ttf') format('truetype');
	
	font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

body {
    /*font-family: "FuturaLT-Book";*/
	font-family: 'FuturaLT-Book-Vietnamese', sans-serif;
	
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    color: #363636;
    line-height: 1.3;
    font-weight: 400
}

p {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 2.1;
    font-weight: 400
}

a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #141414;
    font-weight: 400;
    font-size: 14px
}

ul, ol {
    margin: 0
}

    ul li, ol li {
        list-style: none
    }

img {
    height: auto;
    max-width: 100%
}

.pd-left-right {
    padding: 0
}

@media screen and (max-width: 767px) {
    .pd-left-right {
        padding: 10px 30px
    }
}

.mt-15 {
    margin-top: 15px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-50 {
    margin-right: 50px !important
}

.height-400 {
    height: 400px !important
}

.height-500 {
    height: 500px !important
}

.height-600 {
    height: 600px !important
}

.height-700 {
    height: 700px !important
}

.height-800 {
    height: 800px !important
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

    .section-heading .line- {
        width: 90px;
        height: 2px;
        background-color: #1a7868;
        display: block;
        margin-bottom: 40px
    }

    .section-heading h1 {
        font-size: 38px;
		font-weight: bold;
        background: -webkit-gradient(linear,left top, right top,from(#4e968a),color-stop(50%, #419184),to(#1a7b68));
        background: -o-linear-gradient(left,#4e968a 0%,#419184 50%,#1a7b68 100%);
        background: linear-gradient(to right,#4e968a 0%,#419184 50%,#1a7b68 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
	.section-heading h2 {
        font-size: 38px;
		font-weight: bold;
        background: -webkit-gradient(linear,left top, right top,from(#4e968a),color-stop(50%, #419184),to(#1a7b68));
        background: -o-linear-gradient(left,#4e968a 0%,#419184 50%,#1a7b68 100%);
        background: linear-gradient(to right,#4e968a 0%,#419184 50%,#1a7b68 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h1 {
        font-size: 40px
    }
	.section-heading h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h1 {
        font-size: 36px
    }
	.section-heading h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h1 {
        font-size: 38px
    }
	.section-heading h2 {
        font-size: 20px
    }
}

.section-heading p {
    margin-bottom: 0
}

.section-heading.text-center .line- {
    margin: 90px auto 20px;
}

@media only screen and (max-width: 767px) {
    .section-heading.text-center .line- {
        margin: 50px auto 20px;
    }
}

.section-heading.white h2, .section-heading.white p {
    color: #fff
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

    .preloader .cssload-container {
        display: block;
        width: 97px
    }

    .preloader .cssload-loading i {
        width: 19px;
        height: 19px;
        display: inline-block;
        border-radius: 50%;
        background: #1a7868;
    }

        .preloader .cssload-loading i:first-child {
            opacity: 0;
            animation: cssload-loading-ani2 .58s linear infinite;
            -o-animation: cssload-loading-ani2 .58s linear infinite;
            -ms-animation: cssload-loading-ani2 .58s linear infinite;
            -webkit-animation: cssload-loading-ani2 .58s linear infinite;
            -moz-animation: cssload-loading-ani2 .58s linear infinite;
            transform: translate(-19px);
            -o-transform: translate(-19px);
            -ms-transform: translate(-19px);
            -webkit-transform: translate(-19px);
            -moz-transform: translate(-19px)
        }

        .preloader .cssload-loading i:nth-child(2), .preloader .cssload-loading i:nth-child(3) {
            animation: cssload-loading-ani3 .58s linear infinite;
            -o-animation: cssload-loading-ani3 .58s linear infinite;
            -ms-animation: cssload-loading-ani3 .58s linear infinite;
            -webkit-animation: cssload-loading-ani3 .58s linear infinite;
            -moz-animation: cssload-loading-ani3 .58s linear infinite
        }

        .preloader .cssload-loading i:last-child {
            animation: cssload-loading-ani1 .58s linear infinite;
            -o-animation: cssload-loading-ani1 .58s linear infinite;
            -ms-animation: cssload-loading-ani1 .58s linear infinite;
            -webkit-animation: cssload-loading-ani1 .58s linear infinite;
            -moz-animation: cssload-loading-ani1 .58s linear infinite
        }

@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0
    }
}

@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0
    }
}

@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0
    }
}

@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1
    }
}

@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1
    }
}

@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1
    }
}

@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px)
    }
}

@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px)
    }
}

@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px)
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px)
    }
}

@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px)
    }
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-white {
    background-color: #fff !important
}

.bg-dark {
    background-color: #000 !important
}

.bg-transparent {
    background-color: transparent !important
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover
}

    .bg-overlay::after {
        background-color: rgba(0,0,0,0.63);
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ""
    }

.bg-fixed {
    background-attachment: fixed !important
}

#scrollUp {
    background-color: #1a7868;
    border-radius: 0;
    bottom: 50px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

    #scrollUp:hover, #scrollUp:focus {
        background-color: #363636
    }

.palatin-btn {
    background-color: #1a7868;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 123px;
    height: 53px;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    font-size: 16px;
    line-height: 53px;
	font-weight: bold;
    text-transform: capitalize
		
}

    .palatin-btn:hover, .palatin-btn:focus {
        font-size: 16px;
        background-color: #363636;
        color: #fff
    }

    .palatin-btn.btn-2 {
        background-color: #363636;
        color: #fff
    }

        .palatin-btn.btn-2:hover, .palatin-btn.btn-2:focus {
            font-size: 16px;
            background-color: #cb8670;
            color: #fff
        }

    .palatin-btn.btn-3 {
        background-color: #fff;
        color: #cb8670;
        border: 2px solid #cb8670;
        height: 49px;
        line-height: 48px
    }

        .palatin-btn.btn-3:hover, .palatin-btn.btn-3:focus {
            font-size: 16px;
            background-color: #cb8670;
            color: #fff
        }

.header-area {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000
}

    .header-area .palatin-main-menu {
        position: relative;
        width: 100%;
        background-color: rgba(0,0,0,0.63);
        border-bottom: 2px solid #1a7868;
    }

        .header-area .palatin-main-menu .classy-nav-container {
            background-color: transparent
        }

        .header-area .palatin-main-menu .classy-navbar {
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
            background-color: transparent;
            height: 90px;
            padding: 0
        }

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar {
        height: 70px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .nav-brand {
        max-width: 140px
    }
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .nav-brand {
        max-width: 140px
    }
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    background-color: transparent;
    font-family: serif;
}

    .header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover {
        background-color: transparent;
        background: linear-gradient(to right,#1a7868 0%,#1a7868 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
			text-transform: capitalize;
			font-size: 18px;
		font-family: serif;
    }

    .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
        color: #fff;
        background-color: #fcd826;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        background-color: #0a9cae
    }
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        background-color: #0a9cae
    }
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
    color: #fff
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after, .header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #fff
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
    color: #363636
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        padding: 0 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #fff
    }
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #fff
    }
}

.header-area .palatin-main-menu .classy-navbar .menu-btn {
    margin-left: 80px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 10px;
        border: 2px solid #fff;
        margin-top: 30px;
        display: inline-block
    }
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 10px;
        border: 2px solid #fff;
        margin-top: 30px;
        display: inline-block
    }
}

.header-area .palatin-main-menu .classy-navbar .menu-btn a {
    color: #fff;
    font-size: 16px
}
@media screen and (max-width: 1199px) and (min-width: 992px){
	.header-area .palatin-main-menu .classy-navbar .menu-btn a {
		font-size: 14px
	}
}
.header-area .is-sticky .palatin-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    box-shadow: 0 5px 50px 15px rgba(0,0,0,0.2)
}

    .header-area .is-sticky .palatin-main-menu .classy-navbar {
        height: 90px
    }

@media only screen and (max-width: 767px) {
    .header-area .is-sticky .palatin-main-menu .classy-navbar {
        height: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #0a9cae
    }
}

@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #0a9cae
    }
}

.classy-menu ul li a img{
	width: 32px;
	height: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-menu ul li a img{
		width: 27px;
		height: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0
    }
}

.classycloseIcon .cross-wrap span {
    background: #fff
}

.hero-slides {
    position: relative;
    z-index: 1
}

    .hero-slides .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: none;
        position: absolute;
        bottom: 30px;
        left: 4%
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .owl-dots {
        left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-dots {
        bottom: 10px
    }
}

.hero-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border: 2px solid transparent;
    background-color: transparent;
    display: block;
    padding: 3px 5px;
    color: #fff;
    font-size: 14px
}

    .hero-slides .owl-dots .owl-dot.active, .hero-slides .owl-dots .owl-dot:hover, .hero-slides .owl-dots .owl-dot:focus {
        color: #fff;
        background-color: #0a9cae;
        border: 2px solid #06888b;
        box-shadow: none
    }

.area .single-hero-slide {
    height: 500px
}

.area .hero-slides .owl-dots {
    left: 1%;
    display: flex;
    justify-content: center
}

.single-hero-slide {
    width: 100%;
    height: 150vh;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 100vh
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 102vh
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 118vh
    }
}

.single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.single-hero-slide .hero-slides-content {
    display: block;
    padding: 30px 25px;
    text-align: center
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .hero-slides-content {
        padding: 40px 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content {
        padding: 30px 20px
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content {
        padding: 0
    }
}

.single-hero-slide .hero-slides-content .line {
    width: 90px;
    height: 2px;
    background-color: #0a9cae;
    margin: 0 auto 15px
}

.single-hero-slide .hero-slides-content h2 {
    position: relative;
    z-index: 1;
    font-size: 65px;
    color: #fff;
    margin-bottom: 10px;
    display: block
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 30px
    }
}

.single-hero-slide .hero-slides-content p {
    font-size: 14px;
    color: #fff
}

.hero-slides .owl-item.active .single-hero-slide .slide-img {
    -webkit-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.book-now-area {
    position: relative;
    z-index: 100
}

.book-now-form {
    position: relative;
    z-index: 1;
    top: -88px
}

    .book-now-form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

        .book-now-form form .form-group, .book-now-form form button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -ms-grid-row-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
            width: 20%;
            height: 174px;
            background-color: #363636;
            border-left: 2px solid #06888b;
            border-top: 2px solid #06888b;
            border-bottom: 2px solid #06888b;
            margin-bottom: 0;
            padding: 0 30px
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .book-now-form form .form-group, .book-now-form form button {
        padding: 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .book-now-form form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 50%;
        width: 100%;
        height: 70px;
        border-bottom: 0 solid transparent;
        border-right: 2px solid #06888b
    }

    .book-now-form form button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 70px;
        border-bottom: 0 solid transparent;
        border-right: 2px solid #06888b
    }
}

.book-now-form form .form-group label {
    color: #1a7868;
    display: block;
    font-size: 14px;
    width: 100%
}

.book-now-form form button {
    border-bottom: 2px solid #06888b;
    border-right: 2px solid #06888b;
    font-size: 16px;
    background: linear-gradient(to left,#7cbdd3 0%,#0a9cae 50%,#06898c 100%);
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    padding: 0
}

.book-now-form form a:hover, .book-now-form form a:focus {
    outline: none;
    background-color: #363636
}

.book-now-form form .form-control:focus {
    box-shadow: none
}

.book-now-form .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    color: #fff
}

    .book-now-form .nice-select::after {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        height: 10px;
        margin-top: -4px;
        width: 10px
    }

    .book-now-form .nice-select .list {
        background-color: #fff;
        border-radius: 0;
        margin-top: 2px;
        box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
        width: 100%
    }

    .book-now-form .nice-select .current {
        font-size: 24px;
        line-height: 1
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .book-now-form .nice-select .current {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .book-now-form .nice-select .current {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .book-now-form .nice-select .current {
        font-size: 18px
    }
}

.book-now-form .nice-select .option {
    font-size: 20px;
    color: #363636;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .book-now-form .nice-select .option {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .book-now-form .nice-select .option {
        font-size: 13px
    }
}

@media only screen and (max-width: 767px) {
    .book-now-form .nice-select .option {
        font-size: 16px
    }
}

.about-thumbnail {
    position: relative;
    z-index: 1
}

    .about-thumbnail.homepage .first-img {
        position: relative;
        width: 50%;
        margin-left: auto;
        box-shadow: 0 8px 30px 0 rgba(0,0,0,0.60)
    }

    .about-thumbnail.homepage .second-img {
        position: relative;
        z-index: 1;
        width: 55%;
        margin-top: -60%;
        box-shadow: 0 8px 30px 0 rgba(0,0,0,0.15)
    }

    .about-thumbnail.homepage .third-img {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        width: 45%;
        margin-top: -48%;
        box-shadow: 0 8px 30px 0 rgba(0,0,0,0.15)
    }

.about-key-text {
    position: relative;
    z-index: 1;
    margin-top: 35px
}

    .about-key-text h6 {
        text-align: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        margin-bottom: 20px;
        font-size: 16px
    }

        .about-key-text h6 span {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
            flex: 0 0 30px;
            max-width: 30px;
            width: 30px;
            margin-right: 15px;
            height: 30px;
            text-align: center;
            font-size: 12px;
            background-color: #0a9cae;
            border-radius: 50%;
            line-height: 30px;
            color: #fff
        }

.pool-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 70px 50px;
    border: 2px solid #cb8670;
    background-color: rgba(0,0,0,0.63)
}

@media only screen and (max-width: 767px) {
    .pool-content {
        padding: 50px 20px
    }
}

.pool-content .pool-feature {
    position: relative;
    z-index: 1;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .pool-content .pool-feature {
        margin-top: 30px
    }
}

.pool-content .pool-feature i {
    font-size: 70px;
    color: #cb8670;
    margin-bottom: 15px;
    display: block
}

.pool-content .pool-feature p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.single-rooms-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 425px;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

    .single-rooms-area .bg-thumbnail {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10
    }

    .single-rooms-area .price-from {
        height: 40px;
        position: absolute;
        z-index: 20;
        top: -19px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 10px 15px;
        background-color: #0a9cae;
        border: 2px solid #06888b;
        display: inline-block;
        margin-bottom: 0;
        line-height: 1;
        color: #fff;
        font-size: 13px
    }

    .single-rooms-area .rooms-text {
        position: absolute;
        z-index: 30;
        background-color: rgba(0,0,0,0.3);
        padding: 15px 15px 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        border: 2px solid #1a7868;
        text-align: center;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms
    }

        .single-rooms-area .rooms-text .line {
            width: 90px;
            height: 2px;
            background-color: #1a7868;
            display: block;
            margin: 0 auto 20px
        }

        .single-rooms-area .rooms-text h4 {
			font-size: 20px;
            color: #fff
        }

@media only screen and (max-width: 767px) {
    .single-rooms-area .rooms-text h4 {
        font-size: 20px
    }

    .single-rooms-area {
        height: 254px
    }
}

.single-rooms-area .rooms-text p {
    color: #fff;
    margin-bottom: 0
}

.single-rooms-area .book-room-btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50
}

.single-rooms-area:hover .rooms-text, .single-rooms-area:focus .rooms-text {
    background-color: #000
}

.pagination {
    margin-bottom: 15px
}

.pagination-area {
    position: relative;
    z-index: 1;
    text-align: center
}

    .pagination-area .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .pagination-area .pagination .page-item .page-link {
            border: 2px solid transparent;
            background-color: transparent;
            display: block;
            padding: 5px;
            margin-right: 10px;
            color: #181818;
            font-size: 14px
        }

            .pagination-area .pagination .page-item .page-link:hover, .pagination-area .pagination .page-item .page-link:focus {
                color: #fff;
                background-color: #616161;
                border: 2px solid #cb8670;
                box-shadow: none
            }

        .pagination-area .pagination .page-item:first-child .page-link {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .pagination-area .pagination .page-item:last-child .page-link {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .pagination-area .pagination .page-item.active .page-link {
            color: #fff;
            background-color: #0a9cae;
            border: 2px solid #06888b
        }

.services-intro {
    position: relative;
    z-index: 1
}

    .services-intro .single-cool-fact {
        width: 100%
    }

.core-features-area {
    position: relative;
    z-index: 10
}

    .core-features-area .single-core-feature {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 514px
    }

        .core-features-area .single-core-feature .bg-thumbnail {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 5
        }

        .core-features-area .single-core-feature .feature-content {
            width: 70%;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 50;
            background-color: rgba(255,255,255,0.85);
            border: 2px solid #cb8670;
            padding: 30px;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

@media only screen and (max-width: 767px) {
    .core-features-area .single-core-feature .feature-content {
        width: 85%
    }
}

.core-features-area .single-core-feature .feature-content i {
    font-size: 60px;
    color: #cb8670;
    margin-bottom: 30px;
    display: block
}

.core-features-area .single-core-feature .feature-content h3 {
    font-size: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px
    }
}

.core-features-area .single-core-feature .feature-content p {
    margin-bottom: 0
}

.single-service-area {
    position: relative;
    z-index: 1
}

    .single-service-area i {
        display: block;
        margin-bottom: 30px;
        color: #cb8670;
        font-size: 60px
    }

    .single-service-area h4 {
        font-size: 30px;
        margin-bottom: 25px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms
    }

@media only screen and (max-width: 767px) {
    .single-service-area h4 {
        font-size: 24px
    }
}

.single-service-area p {
    margin-bottom: 0
}

.our-milestones {
    position: relative;
    z-index: 1
}

    .our-milestones .single-cool-fact {
        background-color: rgba(0,0,0,0.63)
    }

.single-hotel-info {
    position: relative;
    z-index: 1
}

    .single-hotel-info .hotel-info-text {
        position: relative;
        z-index: 1;
        margin-bottom: 45px
    }

        .single-hotel-info .hotel-info-text h6 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -ms-grid-row-align: center;
            align-items: center;
            margin-bottom: 15px;
            font-size: 16px
        }

            .single-hotel-info .hotel-info-text h6 span {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 30px;
                flex: 0 0 30px;
                max-width: 30px;
                width: 30px;
                margin-right: 15px;
                height: 30px;
                text-align: center;
                font-size: 12px;
                background-color: #cb8670;
                border-radius: 50%;
                line-height: 30px;
                color: #fff
            }

.testimonial-content {
    position: relative;
    z-index: 1;
    border: 2px solid #cb8670;
    background-color: #fff;
    padding: 100px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .testimonial-content {
        padding: 30px
    }
}

.testimonial-content .single-testimonial {
    position: relative;
    z-index: 1;
    text-align: center
}

    .testimonial-content .single-testimonial p {
        font-size: 16px;
        color: #7d7d7d;
        font-style: italic
    }

@media only screen and (max-width: 767px) {
    .testimonial-content .single-testimonial p {
        font-size: 14px
    }
}

.testimonial-content .single-testimonial h6 {
    margin-top: 55px;
    margin-bottom: 60px
}

    .testimonial-content .single-testimonial h6 span {
        color: #cb8670
    }

@media only screen and (max-width: 767px) {
    .testimonial-content .single-testimonial h6 {
        margin-top: 25px;
        margin-bottom: 30px
    }
}

.testimonial-content .single-testimonial img {
    width: auto !important;
    margin: 0 auto
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #363636;
    padding-bottom: 40px
}

    .footer-area .footer-widget-area p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 15px
    }
		.footer-area .footer-widget-area p a {
			color: #fff;
			font-size: 16px;
			margin-bottom: 15px
		}
		.footer-area .footer-widget-area p a:hover {
			color: #1a7868;
		}
    .footer-area .footer-widget-area .fa {
        margin-right: 5px
    }

    .footer-area .footer-widget-area .widget-title {
        padding-top: 15px;
        color: #1a7868;
        font-weight: 700
    }

    .footer-area .footer-widget-area .subscribe-form {
        position: relative;
        z-index: 1
    }

        .footer-area .footer-widget-area .subscribe-form input {
            width: 100%;
            height: 46px;
            background-color: transparent;
            border: 2px solid #cb8670;
            padding: 0 15px;
            color: #fff
        }

        .footer-area .footer-widget-area .subscribe-form button {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
            height: 46px;
            border: none;
            font-size: 16px;
            margin-top: 15px;
            color: #fff;
            cursor: pointer;
            background-color: #cb8670
        }

        .footer-area .footer-widget-area .subscribe-form a:hover, .footer-area .footer-widget-area .subscribe-form a:focus {
            background-color: #363636
        }

    .footer-area .copywrite-text {
        position: relative;
        text-align: center;
        z-index: 1
    }

        .footer-area .copywrite-text p {
            margin-bottom: 0;
            line-height: 1.5;
            font-size: 12px;
            color: rgba(204,204,204,0.4)
        }

            .footer-area .copywrite-text p a {
                font-size: 12px;
                color: rgba(204,204,204,0.4)
            }

                .footer-area .copywrite-text p a:hover {
                    color: #fff
                }

.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 475px
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 340px
    }
}

.breadcumb-area .bradcumbContent {
    margin-top: 70px
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        margin-top: 0
    }
}

.breadcumb-area .bradcumbContent h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 30px;
    border: 2px solid #1a7868;
    background-color: rgba(0,0,0,0.63)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 30px
    }
}

.single-blog-post {
    position: relative;
    z-index: 10
}

    .single-blog-post .blog-post-thumb {
        position: relative;
        z-index: 1
    }

    .single-blog-post .post-content {
        position: relative;
        z-index: 1;
        width: 80%;
        border: 2px solid #cb8670;
        padding: 50px 40px 30px;
        left: 10%;
        text-align: center;
        margin-top: -145px;
        background-color: #fff
    }

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content {
        width: 90%;
        left: 5%;
        margin-top: -25px;
        padding: 40px 30px 20px
    }
}

.single-blog-post .post-content .post-date {
    position: absolute;
    left: 50%;
    top: -26.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-blog-post .post-content .post-title {
    font-size: 30px;
    display: block;
    margin-bottom: 10px
}

    .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:focus {
        color: #cb8670
    }

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-title {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

    .single-blog-post .post-content .post-meta a {
        font-size: 12px;
        color: #363636;
        position: relative;
        z-index: 2
    }

        .single-blog-post .post-content .post-meta a:first-child {
            margin-right: 30px
        }

            .single-blog-post .post-content .post-meta a:first-child::after {
                position: absolute;
                top: -2px;
                right: -18px;
                content: '|';
                z-index: 10
            }

.contact-area {
    position: relative;
    z-index: 1
}

    .contact-area p {
        color: #000;
        font-size: 18px
    }

    .contact-area .fa {
        margin-right: 10px
    }

    .contact-area .home-map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        height: 685px
    }

@media only screen and (max-width: 767px) {
    .contact-area .home-map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 450px
    }
}

.contact-area .home-map-area iframe {
    width: 100%;
    height: 100%;
    border: none
}

.contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 8%
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 30px
    }
}

.contact-area .contact-info h4, .contact-area .contact-info h5 {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .contact-info h4, .contact-area .contact-info h5 {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-info h4, .contact-area .contact-info h5 {
        font-size: 16px
    }
}

.contact-area .contact-info .social-info a {
    display: inline-block;
    margin-right: 15px;
    color: #ccc
}

    .contact-area .contact-info .social-info a:hover, .contact-area .contact-info .social-info a:focus {
        color: #fff
    }

.social-info {
    line-height: 30px
}

    .social-info a {
        color: #fff
    }

        .social-info a:hover {
            color: #fcd826;
        }

        .social-info a .fa {
            margin-right: 10px
        }

.social-info-room {
    width: 15%;
    display: flex;
    justify-content: space-between
}

    .social-info-room a {
        color: #000
    }

@media screen and (max-width: 767px) {
    .social-info-room a {
        margin-right: 12px
    }
}

.single-contact-information {
    position: relative;
    z-index: 1
}

    .single-contact-information .section-text {
        position: relative;
        z-index: 1;
        margin-bottom: 40px
    }

        .single-contact-information .section-text h3 {
            font-weight: 400;
            font-size: 30px;
            margin-bottom: 10px
        }

        .single-contact-information .section-text p {
            margin-bottom: 0
        }

    .single-contact-information .contact-content {
        position: relative;
        z-index: 1;
        margin-bottom: 20px
    }

        .single-contact-information .contact-content:last-child {
            margin-bottom: 0
        }

        .single-contact-information .contact-content p {
            font-size: 15px;
            color: #7d7d7d;
            margin-bottom: 0
        }

            .single-contact-information .contact-content p:first-child {
                font-size: 18px;
                color: #cb8670;
                margin-bottom: 0;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 90px;
                flex: 0 0 90px;
                max-width: 90px;
                width: 90px
            }

.map-area {
    position: relative;
    z-index: 2
}

    .map-area iframe {
        width: 100%;
        height: 515px;
        border: none;
        margin-bottom: 0
    }

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 300px
    }
}

.contact-form-area {
    position: relative;
    z-index: 1
}

    .contact-form-area form {
        position: relative;
        z-index: 1
    }

        .contact-form-area form input, .contact-form-area form textarea {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            border: none;
            border-bottom: 2px solid #c9c9c9;
            margin-bottom: 30px;
            font-size: 12px;
            font-style: italic;
            color: #7d7d7d;
            border-radius: 0;
            width: 100%;
            height: 52px
        }

            .contact-form-area form input:focus, .contact-form-area form textarea:focus {
                border-color: #cb8670;
                box-shadow: none
            }

        .contact-form-area form textarea {
            height: 180px
        }

.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center
}

    .single-skils-area .circle {
        position: relative;
        z-index: 10;
        margin-bottom: 15px
    }

    .single-skils-area .skills-text {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .single-skils-area .skills-text span {
            font-size: 48px;
            color: #232323
        }

        .single-skils-area .skills-text p {
            margin-bottom: 0;
            line-height: 1;
            font-size: 14px;
            color: #232323
        }

.elements-title h2 {
    font-size: 48px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .elements-title h2 {
        font-size: 24px
    }
}

.single-icon {
    position: relative;
    z-index: 1;
    padding: 50px 30px;
    border: 2px solid #cb8670;
    text-align: center
}

    .single-icon i {
        color: #cb8670;
        font-size: 70px;
        display: block;
        margin-bottom: 30px
    }

    .single-icon span {
        font-size: 16px
    }

.single-cool-fact {
    position: relative;
    z-index: 1;
    width: 200px;
    padding: 35px 15px;
    border: 2px solid #cb8670;
    text-align: center;
    background-color: #363636;
    margin: 0 auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

    .single-cool-fact .scf-text i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        display: block;
        font-size: 70px;
        margin-bottom: 10px;
        color: #cb8670
    }

    .single-cool-fact .scf-text h2 {
        font-size: 48px;
        margin-bottom: 5px;
        color: #fff
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 30px
    }
}

.single-cool-fact .scf-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1
}

.single-cool-fact:hover, .single-cool-fact:focus {
    background-color: #cb8670
}

    .single-cool-fact:hover .scf-text i, .single-cool-fact:focus .scf-text i {
        color: #fff
    }

.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px
}

.single-accordion:last-of-type {
    margin-bottom: 0
}

.single-accordion h6 {
    margin-bottom: 0
}

    .single-accordion h6 a {
        background-color: #cb8670;
        border-radius: 0;
        border: 2px solid #cb8670;
        color: #fff;
        display: block;
        margin: 0;
        padding: 20px 70px 20px 30px;
        position: relative;
        font-size: 14px;
        text-transform: capitalize
    }

        .single-accordion h6 a span {
            background: transparent;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-size: 10px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 58px;
            height: 100%;
            color: #fff;
            line-height: 58px
        }

            .single-accordion h6 a span.accor-open {
                opacity: 0
            }

        .single-accordion h6 a.collapsed {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            background-color: #fff;
            color: #7d7d7d;
            border: 2px solid #cb8670
        }

            .single-accordion h6 a.collapsed span {
                color: #7d7d7d
            }

                .single-accordion h6 a.collapsed span.accor-close {
                    opacity: 0
                }

                .single-accordion h6 a.collapsed span.accor-open {
                    opacity: 1
                }

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
    padding: 30px 15px 5px
}

    .single-accordion .accordion-content p {
        margin-bottom: 0
    }

.palatin-tabs-content {
    position: relative;
    z-index: 1
}

    .palatin-tabs-content .nav-tabs {
        border-bottom: none;
        margin-bottom: 30px
    }

        .palatin-tabs-content .nav-tabs .nav-link {
            background-color: #fff;
            border: 2px solid #cb8670;
            padding: 0 20px;
            height: 58px;
            line-height: 58px;
            color: #7d7d7d;
            margin: 0 2px;
            border-radius: 0
        }

.nav-link {
    border: 1px solid #0a9cae;
    padding: .5rem 1rem
}

.nav-bar a:hover {
    color: #fff;
    background-color: #0a9cae;
    border: 2px solid #06888b;
    box-shadow: none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 12px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px
    }
}

.palatin-tabs-content .nav-tabs .nav-link.active {
    background-color: #cb8670;
    color: #fff
}

.palatin-tabs-content .palatin-tab-text p {
    margin-bottom: 0
}

.palatin-tabs-content .tab-content h6 {
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .mt-50 {
        margin: 0 !important
    }
}

.thim-list-in-room {
    background: #f2f4f8;
    padding: 15px 25px 25px
}

    .thim-list-in-room ul li {
        line-height: 30px
    }

.card {
    position: relative;
    border: none
}

    .card a img {
        width: 100%;
        height: 36vh
    }

    .card a:hover {
        opacity: .7
    }

@media screen and (max-width: 767px) {
    .card a img {
        height: 300px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .card a img {
        height: 18vh
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
    .card a img {
        height: 22vh
    }
}

.card-content {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

    .card-content p, .card-content h2 {
        color: #fff;
        margin-bottom: 0
    }

.about-text p {
    text-align: justify
}
.about-text:before {
    background: url(/media/1359/la.png) no-repeat 0px 0px;
    background-size: contain;
    display: none;
    width: 36%;
    height: 100%;
    position: absolute;
    left: 15px;
    content: '';
    top:-20px;
}
@media screen and (max-width: 767px){
	.about-text:before {
		top: 0px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	.about-text:before {
		top: 0px;
	}
}
.rooms-area .line-:after{
	background: url(/media/1359/la.png) no-repeat 0px 0px;
    background-size: contain;
    display: none;
    width: 70px;
    height: 100%;
    position: absolute;
    content: '';
    top: 0px;
}
.sale-off {
    z-index: 1;
    padding: 0;
    position: absolute;
    top: 110px;
    left: 20px;
    border: 1px solid #0a9cae;
    text-align: center
}

    .sale-off h5 {
        background: #ff0;
        margin: 0;
        padding: 5px 0;
        border-bottom: 2px solid #0a9cae
    }

.sale-off__date {
    margin-bottom: 10px;
    padding-top: 20px
}

    .sale-off__date input {
        margin: 5px 0
    }

    .sale-off__date a {
        margin-top: 10px;
        margin-bottom: 10px
    }

.btn-sale {
    background-color: #0a9cae;
    color: #fff;
    padding: 5px 10px
}

.group-sale {
    background: rgba(0,0,0,0.63);
    height: 180px
}

    .group-sale a:hover {
        color: #fff;
        background: rgba(0,0,0,0.63)
    }

@media screen and (max-width: 767px) {
    .sale-off {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .sale-off__date input {
        width: 80%
    }
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px
}

.owl-carousel .owl-nav i {
    font-size: 30px;
    color: #fff
}

.description p {
    font-weight: 700
}

.description span {
    color: red
}

.roberto-about-area {
    position: relative;
    z-index: 1;
}

    .roberto-about-area .hotel-search-form-area {
        position: absolute;
        width: 100%;
        z-index: 100;
        top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 10%;
        padding-right: 10%;
    }

.hotel-search-form-area .hotel-search-form {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
}

    .hotel-search-form-area .hotel-search-form label {
        font-weight: 500;
        color: #351C0F;
    }

    .hotel-search-form-area .hotel-search-form .form-control {
        width: 80%;
    }

.input-group-addon {
    border-top-right-radius: 2px;
    background: #0a9cae;
    width: 13%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 2px;
}

@media screen and (max-width: 767px) {
    .input-group-addon {
        width: unset;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .input-group-addon {
        width: 20%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .input-group-addon {
        width: unset;
    }
}

.fa-calendar {
    color: white;
    padding: 4px;
    margin: auto;
    font-size: 26px;
    display: block;
}

.roberto-btn {
    position: relative;
    z-index: 1;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    background-color: #0a9cae;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media screen and (max-width: 767px) {
    .roberto-btn {
        margin-top: 20px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .roberto-btn {
        padding: 0;
        font-size: 14px;
    }
}

.datepicker {
    padding: 15px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

table {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .datepicker {
        padding: 15px;
        -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    }
}

.datepicker.dropdown-menu {
    font-size: 14px;
    color: #636a76;
    font-weight: 400;
}

label {
    color: #1a7868;
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 17px;
}
sup{
	color: red;
    font-size: 15px;
    font-weight: bold;
}
.title-box {
	text-align: center;
}
.title-box h2{
	font-weight: bold;
}
.title-box h2, .title-box h3  {
	color: #1a7868;
}
.sersingle img{
	height: 260px;
}
@media screen and (max-width: 767px){
	.sersingle img{
		height: auto;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.sersingle img{
		height: auto;
	}
}
.sersingle p{
	color: black;
    font-size: 16px;
    font-family: sans-serif;
	margin-bottom: 0;
}

/* --- ĐIỀU CHỈNH GIÃN ĐỀU CÁC MỤC (Thêm class này vào div cha chứa 3 mục) --- */
.services-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.services-wrapper > div {
    flex: 1;
    margin: 0 10px;
}

.about-key-text {
    position: relative;
    z-index: 1;
    margin-top: 35px
}

    .about-key-text h6 {
        text-align: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        margin-bottom: 20px;
        font-size: 16px
    }

        .about-key-text h6 span {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
            flex: 0 0 30px;
            max-width: 30px;
            width: 30px;
            margin-right: 15px;
            height: 30px;
            text-align: center;
            font-size: 12px;
            background-color: #0a9cae;
            border-radius: 50%;
            line-height: 30px;
            color: #fff
        }

.pool-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 70px 50px;
    border: 2px solid #cb8670;
    background-color: rgba(0,0,0,0.63)
}

@media only screen and (max-width: 767px) {
    .pool-content {
        padding: 50px 20px
    }
}

.pool-content .pool-feature {
    position: relative;
    z-index: 1;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .pool-content .pool-feature {
        margin-top: 30px
    }
}

.pool-content .pool-feature i {
    font-size: 70px;
    color: #cb8670;
    margin-bottom: 15px;
    display: block
}

.pool-content .pool-feature p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.single-rooms-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 425px;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

    .single-rooms-area .bg-thumbnail {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10
    }

    .single-rooms-area .price-from {
        height: 40px;
        position: absolute;
        z-index: 20;
        top: -19px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 10px 15px;
        background-color: #0a9cae;
        border: 2px solid #06888b;
        display: inline-block;
        margin-bottom: 0;
        line-height: 1;
        color: #fff;
        font-size: 13px
    }

    .single-rooms-area .rooms-text {
        position: absolute;
        z-index: 30;
        background-color: rgba(0,0,0,0.3);
        padding: 15px 15px 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        border: 2px solid #1a7868;
        text-align: center;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms
    }

        .single-rooms-area .rooms-text .line {
            width: 90px;
            height: 2px;
            background-color: #1a7868;
            display: block;
            margin: 0 auto 20px
        }

        .single-rooms-area .rooms-text h4 {
			font-size: 20px;
            color: #fff
        }

@media only screen and (max-width: 767px) {
    .single-rooms-area .rooms-text h4 {
        font-size: 20px
    }

    .single-rooms-area {
        height: 254px
    }
}

.single-rooms-area .rooms-text p {
    color: #fff;
    margin-bottom: 0
}

.single-rooms-area .book-room-btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50
}

.single-rooms-area:hover .rooms-text, .single-rooms-area:focus .rooms-text {
    background-color: #000
}

.pagination {
    margin-bottom: 15px
}

.pagination-area {
    position: relative;
    z-index: 1;
    text-align: center
}

    .pagination-area .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .pagination-area .pagination .page-item .page-link {
            border: 2px solid transparent;
            background-color: transparent;
            display: block;
            padding: 5px;
            margin-right: 10px;
            color: #181818;
            font-size: 14px
        }

            .pagination-area .pagination .page-item .page-link:hover, .pagination-area .pagination .page-item .page-link:focus {
                color: #fff;
                background-color: #616161;
                border: 2px solid #cb8670;
                box-shadow: none
            }

        .pagination-area .pagination .page-item:first-child .page-link {
            margin-left: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .pagination-area .pagination .page-item:last-child .page-link {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .pagination-area .pagination .page-item.active .page-link {
            color: #fff;
            background-color: #0a9cae;
            border: 2px solid #06888b
        }

.services-intro {
    position: relative;
    z-index: 1
}

    .services-intro .single-cool-fact {
        width: 100%
    }

.core-features-area {
    position: relative;
    z-index: 10
}

    .core-features-area .single-core-feature {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 514px
    }

        .core-features-area .single-core-feature .bg-thumbnail {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 5
        }

        .core-features-area .single-core-feature .feature-content {
            width: 70%;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 50;
            background-color: rgba(255,255,255,0.85);
            border: 2px solid #cb8670;
            padding: 30px;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

@media only screen and (max-width: 767px) {
    .core-features-area .single-core-feature .feature-content {
        width: 85%
    }
}

.core-features-area .single-core-feature .feature-content i {
    font-size: 60px;
    color: #cb8670;
    margin-bottom: 30px;
    display: block
}

.core-features-area .single-core-feature .feature-content h3 {
    font-size: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px
    }
}

.core-features-area .single-core-feature .feature-content p {
    margin-bottom: 0
}

.single-service-area {
    position: relative;
    z-index: 1
}

    .single-service-area i {
        display: block;
        margin-bottom: 30px;
        color: #cb8670;
        font-size: 60px
    }

    .single-service-area h4 {
        font-size: 30px;
        margin-bottom: 25px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms
    }

@media only screen and (max-width: 767px) {
    .single-service-area h4 {
        font-size: 24px
    }
}

.single-service-area p {
    margin-bottom: 0
}

.our-milestones {
    position: relative;
    z-index: 1
}

    .our-milestones .single-cool-fact {
        background-color: rgba(0,0,0,0.63)
    }

.single-hotel-info {
    position: relative;
    z-index: 1
}

    .single-hotel-info .hotel-info-text {
        position: relative;
        z-index: 1;
        margin-bottom: 45px
    }

        .single-hotel-info .hotel-info-text h6 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -ms-grid-row-align: center;
            align-items: center;
            margin-bottom: 15px;
            font-size: 16px
        }

            .single-hotel-info .hotel-info-text h6 span {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 30px;
                flex: 0 0 30px;
                max-width: 30px;
                width: 30px;
                margin-right: 15px;
                height: 30px;
                text-align: center;
                font-size: 12px;
                background-color: #cb8670;
                border-radius: 50%;
                line-height: 30px;
                color: #fff
            }

.testimonial-content {
    position: relative;
    z-index: 1;
    border: 2px solid #cb8670;
    background-color: #fff;
    padding: 100px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .testimonial-content {
        padding: 30px
    }
}

.testimonial-content .single-testimonial {
    position: relative;
    z-index: 1;
    text-align: center
}

    .testimonial-content .single-testimonial p {
        font-size: 16px;
        color: #7d7d7d;
        font-style: italic
    }

@media only screen and (max-width: 767px) {
    .testimonial-content .single-testimonial p {
        font-size: 14px
    }
}

.testimonial-content .single-testimonial h6 {
    margin-top: 55px;
    margin-bottom: 60px
}

    .testimonial-content .single-testimonial h6 span {
        color: #cb8670
    }

@media only screen and (max-width: 767px) {
    .testimonial-content .single-testimonial h6 {
        margin-top: 25px;
        margin-bottom: 30px
    }
}

.testimonial-content .single-testimonial img {
    width: auto !important;
    margin: 0 auto
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #363636;
    padding-bottom: 40px
}

    .footer-area .footer-widget-area p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 15px
    }
		.footer-area .footer-widget-area p a {
			color: #fff;
			font-size: 16px;
			margin-bottom: 15px
		}
		.footer-area .footer-widget-area p a:hover {
			color: #1a7868;
		}
    .footer-area .footer-widget-area .fa {
        margin-right: 5px
    }

    .footer-area .footer-widget-area .widget-title {
        padding-top: 15px;
        color: #1a7868;
        font-weight: 700
    }

    .footer-area .footer-widget-area .subscribe-form {
        position: relative;
        z-index: 1
    }

        .footer-area .footer-widget-area .subscribe-form input {
            width: 100%;
            height: 46px;
            background-color: transparent;
            border: 2px solid #cb8670;
            padding: 0 15px;
            color: #fff
        }

        .footer-area .footer-widget-area .subscribe-form button {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
            height: 46px;
            border: none;
            font-size: 16px;
            margin-top: 15px;
            color: #fff;
            cursor: pointer;
            background-color: #cb8670
        }

        .footer-area .footer-widget-area .subscribe-form a:hover, .footer-area .footer-widget-area .subscribe-form a:focus {
            background-color: #363636
        }

    .footer-area .copywrite-text {
        position: relative;
        text-align: center;
        z-index: 1
    }

        .footer-area .copywrite-text p {
            margin-bottom: 0;
            line-height: 1.5;
            font-size: 12px;
            color: rgba(204,204,204,0.4)
        }

            .footer-area .copywrite-text p a {
                font-size: 12px;
                color: rgba(204,204,204,0.4)
            }

                .footer-area .copywrite-text p a:hover {
                    color: #fff
                }

.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 475px
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 340px
    }
}

.breadcumb-area .bradcumbContent {
    margin-top: 70px
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        margin-top: 0
    }
}

.breadcumb-area .bradcumbContent h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 30px;
    border: 2px solid #1a7868;
    background-color: rgba(0,0,0,0.63)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 30px
    }
}

.single-blog-post {
    position: relative;
    z-index: 10
}

    .single-blog-post .blog-post-thumb {
        position: relative;
        z-index: 1
    }

    .single-blog-post .post-content {
        position: relative;
        z-index: 1;
        width: 80%;
        border: 2px solid #cb8670;
        padding: 50px 40px 30px;
        left: 10%;
        text-align: center;
        margin-top: -145px;
        background-color: #fff
    }

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content {
        width: 90%;
        left: 5%;
        margin-top: -25px;
        padding: 40px 30px 20px
    }
}

.single-blog-post .post-content .post-date {
    position: absolute;
    left: 50%;
    top: -26.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-blog-post .post-content .post-title {
    font-size: 30px;
    display: block;
    margin-bottom: 10px
}

    .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:focus {
        color: #cb8670
    }

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-title {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

    .single-blog-post .post-content .post-meta a {
        font-size: 12px;
        color: #363636;
        position: relative;
        z-index: 2
    }

        .single-blog-post .post-content .post-meta a:first-child {
            margin-right: 30px
        }

            .single-blog-post .post-content .post-meta a:first-child::after {
                position: absolute;
                top: -2px;
                right: -18px;
                content: '|';
                z-index: 10
            }

.contact-area {
    position: relative;
    z-index: 1
}

    .contact-area p {
        color: #000;
        font-size: 18px
    }

    .contact-area .fa {
        margin-right: 10px
    }

    .contact-area .home-map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        height: 685px
    }

@media only screen and (max-width: 767px) {
    .contact-area .home-map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 450px
    }
}

.contact-area .home-map-area iframe {
    width: 100%;
    height: 100%;
    border: none
}

.contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 8%
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 30px
    }
}

.contact-area .contact-info h4, .contact-area .contact-info h5 {
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .contact-info h4, .contact-area .contact-info h5 {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-info h4, .contact-area .contact-info h5 {
        font-size: 16px
    }
}

.contact-area .contact-info .social-info a {
    display: inline-block;
    margin-right: 15px;
    color: #ccc
}

    .contact-area .contact-info .social-info a:hover, .contact-area .contact-info .social-info a:focus {
        color: #fff
    }

.social-info {
    line-height: 30px
}

    .social-info a {
        color: #fff
    }

        .social-info a:hover {
            color: #fcd826;
        }

        .social-info a .fa {
            margin-right: 10px
        }

.social-info-room {
    width: 15%;
    display: flex;
    justify-content: space-between
}

    .social-info-room a {
        color: #000
    }

@media screen and (max-width: 767px) {
    .social-info-room a {
        margin-right: 12px
    }
}

.single-contact-information {
    position: relative;
    z-index: 1
}

    .single-contact-information .section-text {
        position: relative;
        z-index: 1;
        margin-bottom: 40px
    }

        .single-contact-information .section-text h3 {
            font-weight: 400;
            font-size: 30px;
            margin-bottom: 10px
        }

        .single-contact-information .section-text p {
            margin-bottom: 0
        }

    .single-contact-information .contact-content {
        position: relative;
        z-index: 1;
        margin-bottom: 20px
    }

        .single-contact-information .contact-content:last-child {
            margin-bottom: 0
        }

        .single-contact-information .contact-content p {
            font-size: 15px;
            color: #7d7d7d;
            margin-bottom: 0
        }

            .single-contact-information .contact-content p:first-child {
                font-size: 18px;
                color: #cb8670;
                margin-bottom: 0;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 90px;
                flex: 0 0 90px;
                max-width: 90px;
                width: 90px
            }

.map-area {
    position: relative;
    z-index: 2
}

    .map-area iframe {
        width: 100%;
        height: 515px;
        border: none;
        margin-bottom: 0
    }

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 300px
    }
}

.contact-form-area {
    position: relative;
    z-index: 1
}

    .contact-form-area form {
        position: relative;
        z-index: 1
    }

        .contact-form-area form input, .contact-form-area form textarea {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            border: none;
            border-bottom: 2px solid #c9c9c9;
            margin-bottom: 30px;
            font-size: 12px;
            font-style: italic;
            color: #7d7d7d;
            border-radius: 0;
            width: 100%;
            height: 52px
        }

            .contact-form-area form input:focus, .contact-form-area form textarea:focus {
                border-color: #cb8670;
                box-shadow: none
            }

        .contact-form-area form textarea {
            height: 180px
        }

.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center
}

    .single-skils-area .circle {
        position: relative;
        z-index: 10;
        margin-bottom: 15px
    }

    .single-skils-area .skills-text {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .single-skils-area .skills-text span {
            font-size: 48px;
            color: #232323
        }

        .single-skils-area .skills-text p {
            margin-bottom: 0;
            line-height: 1;
            font-size: 14px;
            color: #232323
        }

.elements-title h2 {
    font-size: 48px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .elements-title h2 {
        font-size: 24px
    }
}

.single-icon {
    position: relative;
    z-index: 1;
    padding: 50px 30px;
    border: 2px solid #cb8670;
    text-align: center
}

    .single-icon i {
        color: #cb8670;
        font-size: 70px;
        display: block;
        margin-bottom: 30px
    }

    .single-icon span {
        font-size: 16px
    }

.single-cool-fact {
    position: relative;
    z-index: 1;
    width: 200px;
    padding: 35px 15px;
    border: 2px solid #cb8670;
    text-align: center;
    background-color: #363636;
    margin: 0 auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

    .single-cool-fact .scf-text i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        display: block;
        font-size: 70px;
        margin-bottom: 10px;
        color: #cb8670
    }

    .single-cool-fact .scf-text h2 {
        font-size: 48px;
        margin-bottom: 5px;
        color: #fff
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 30px
    }
}

.single-cool-fact .scf-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1
}

.single-cool-fact:hover, .single-cool-fact:focus {
    background-color: #cb8670
}

    .single-cool-fact:hover .scf-text i, .single-cool-fact:focus .scf-text i {
        color: #fff
    }

.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px
}

.single-accordion:last-of-type {
    margin-bottom: 0
}

.single-accordion h6 {
    margin-bottom: 0
}

    .single-accordion h6 a {
        background-color: #cb8670;
        border-radius: 0;
        border: 2px solid #cb8670;
        color: #fff;
        display: block;
        margin: 0;
        padding: 20px 70px 20px 30px;
        position: relative;
        font-size: 14px;
        text-transform: capitalize
    }

        .single-accordion h6 a span {
            background: transparent;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            font-size: 10px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 58px;
            height: 100%;
            color: #fff;
            line-height: 58px
        }

            .single-accordion h6 a span.accor-open {
                opacity: 0
            }

        .single-accordion h6 a.collapsed {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            background-color: #fff;
            color: #7d7d7d;
            border: 2px solid #cb8670
        }

            .single-accordion h6 a.collapsed span {
                color: #7d7d7d
            }

                .single-accordion h6 a.collapsed span.accor-close {
                    opacity: 0
                }

                .single-accordion h6 a.collapsed span.accor-open {
                    opacity: 1
                }

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
    padding: 30px 15px 5px
}

    .single-accordion .accordion-content p {
        margin-bottom: 0
    }

.palatin-tabs-content {
    position: relative;
    z-index: 1
}

    .palatin-tabs-content .nav-tabs {
        border-bottom: none;
        margin-bottom: 30px
    }

        .palatin-tabs-content .nav-tabs .nav-link {
            background-color: #fff;
            border: 2px solid #cb8670;
            padding: 0 20px;
            height: 58px;
            line-height: 58px;
            color: #7d7d7d;
            margin: 0 2px;
            border-radius: 0
        }

.nav-link {
    border: 1px solid #0a9cae;
    padding: .5rem 1rem
}

.nav-bar a:hover {
    color: #fff;
    background-color: #0a9cae;
    border: 2px solid #06888b;
    box-shadow: none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 12px;
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px
    }
}

.palatin-tabs-content .nav-tabs .nav-link.active {
    background-color: #cb8670;
    color: #fff
}

.palatin-tabs-content .palatin-tab-text p {
    margin-bottom: 0
}

.palatin-tabs-content .tab-content h6 {
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .mt-50 {
        margin: 0 !important
    }
}

.thim-list-in-room {
    background: #f2f4f8;
    padding: 15px 25px 25px
}

    .thim-list-in-room ul li {
        line-height: 30px
    }

.card {
    position: relative;
    border: none
}

    .card a img {
        width: 100%;
        height: 36vh
    }

    .card a:hover {
        opacity: .7
    }

@media screen and (max-width: 767px) {
    .card a img {
        height: 300px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .card a img {
        height: 18vh
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
    .card a img {
        height: 22vh
    }
}

.card-content {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

    .card-content p, .card-content h2 {
        color: #fff;
        margin-bottom: 0
    }

.about-text p {
    text-align: justify
}

.sale-off {
    z-index: 1;
    padding: 0;
    position: absolute;
    top: 110px;
    left: 20px;
    border: 1px solid #0a9cae;
    text-align: center
}

    .sale-off h5 {
        background: #ff0;
        margin: 0;
        padding: 5px 0;
        border-bottom: 2px solid #0a9cae
    }

.sale-off__date {
    margin-bottom: 10px;
    padding-top: 20px
}

    .sale-off__date input {
        margin: 5px 0
    }

    .sale-off__date a {
        margin-top: 10px;
        margin-bottom: 10px
    }

.btn-sale {
    background-color: #0a9cae;
    color: #fff;
    padding: 5px 10px
}

.group-sale {
    background: rgba(0,0,0,0.63);
    height: 180px
}

    .group-sale a:hover {
        color: #fff;
        background: rgba(0,0,0,0.63)
    }

@media screen and (max-width: 767px) {
    .sale-off {
        display: none
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .sale-off__date input {
        width: 80%
    }
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px
}

.owl-carousel .owl-nav i {
    font-size: 30px;
    color: #fff
}

.description p {
    font-weight: 700
}

.description span {
    color: red
}

.roberto-about-area {
    position: relative;
    z-index: 1;
}

    .roberto-about-area .hotel-search-form-area {
        position: absolute;
        width: 100%;
        z-index: 100;
        top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 10%;
        padding-right: 10%;
    }

.hotel-search-form-area .hotel-search-form {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
}

    .hotel-search-form-area .hotel-search-form label {
        font-weight: 500;
        color: #351C0F;
    }

    .hotel-search-form-area .hotel-search-form .form-control {
        width: 80%;
    }

.input-group-addon {
    border-top-right-radius: 2px;
    background: #0a9cae;
    width: 13%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 2px;
}

@media screen and (max-width: 767px) {
    .input-group-addon {
        width: unset;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .input-group-addon {
        width: 20%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .input-group-addon {
        width: unset;
    }
}

.fa-calendar {
    color: white;
    padding: 4px;
    margin: auto;
    font-size: 26px;
    display: block;
}

.roberto-btn {
    position: relative;
    z-index: 1;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    background-color: #0a9cae;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media screen and (max-width: 767px) {
    .roberto-btn {
        margin-top: 20px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .roberto-btn {
        padding: 0;
        font-size: 14px;
    }
}

.datepicker {
    padding: 15px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

table {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .datepicker {
        padding: 15px;
        -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    }
}

.datepicker.dropdown-menu {
    font-size: 14px;
    color: #636a76;
    font-weight: 400;
}

label {
    color: #1a7868;
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 17px;
}
sup{
	color: red;
    font-size: 15px;
    font-weight: bold;
}
.title-box {
	text-align: center;
}
.title-box h2{
	font-weight: bold;
}
.title-box h2, .title-box h3  {
	color: #1a7868;
}
.sersingle img{
	height: 260px;
}
@media screen and (max-width: 767px){
	.sersingle img{
		height: auto;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.sersingle img{
		height: auto;
	}
}
.sersingle p{
	color: black;
    font-size: 16px;
    font-family: sans-serif;
	margin-bottom: 0;
}

/* 2. Dàn đều 3 mục dịch vụ và khử khoảng trắng thừa */
/* Chúng ta nhắm vào container của Grid */
.services-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 3. Xử lý khoảng trắng thừa của các section */
section.services-area
section.about-us-area, 
section.rooms-area {
    padding-top: 30px !important;    /* Giảm padding trên xuống còn 30px */
    padding-bottom: 30px !important; /* Giảm padding dưới xuống còn 30px */
}
/* Chỉ thu gọn khoảng trắng trên trang chủ */
.homepage-grid .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.homepage-grid .grid-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/* Ép 3 mục dàn hàng ngang và loại bỏ khoảng trắng thừa */
.services-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Ép các cột con phải sát nhau */
.services-wrapper .col-md-4, 
.services-wrapper .col-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/* Loại bỏ padding thừa của Grid Editor */
.services-wrapper .row {
    margin: 0 !important;
}
/* Ép 3 cột vào cùng một hàng và sát nhau */
.my-custom-services-layout .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.my-custom-services-layout .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 10px !important; /* Điều chỉnh khoảng cách giữa 3 mục */
}

/* Loại bỏ padding thừa của theme cũ */
.my-custom-services-layout {
    padding: 20px 0 !important;
}
/* Nhắm vào vùng bao ngoài của toàn bộ khối nội dung nhà hàng */
.sersingle p, 
.sersingle div,
.sersingle {
    font-family: "FuturaLT-Book", sans-serif !important;
	font-size: 16px !important; 
    color: #363636 !important;  
    line-height: 1.8 !important;
}
/* Đảm bảo khung cha luôn giữ vị trí chuẩn để lớp overlay bám vào */
.single-rooms-area {
    position: relative !important;
    overflow: hidden !important;
}

/* Khung thuộc tính đè lên toàn bộ block phòng */


    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.15) !important; /* Tăng độ tối nền để chữ nổi lên */
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Trạng thái ẩn ban đầu */
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease-in-out !important;
    z-index: 999 !important; /* Đẩy lên trên cùng, chấp cả nút Book Room */
    padding: 20px !important;
    box-sizing: border-box !important;
}

/* Định dạng danh sách text */
.room-properties-overlay .property-info ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.room-properties-overlay .property-info ul li {
    margin-bottom: 12px !important;
    font-size: 15px !important;
    color: #ffffff !important;
}

.room-properties-overlay .property-info ul li strong {
    color: #cb8670 !important; /* Màu vàng cam thương hiệu */
    display: inline-block !important;
    width: 110px !important;
}

/* HIỆU ỨNG HOVER */
.single-rooms-area:hover .room-properties-overlay {
    opacity: 1 !important;
    visibility: visible !important;
}


    }
}