@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

.feature .feature-box {
    min-height: 300px;
    margin: 15px;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px rgba(81, 94, 125, 0.082);
    box-shadow: 0px 0px 15px rgba(81, 94, 125, 0.082);
    padding: 40px 50px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-top: 3px solid #F4F7FA;
    border-bottom: 3px solid #F4F7FA;
}

.feature .feature-box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-top-color: #7c0a02;
    border-bottom-color: #7c0a02;
    box-shadow: none;
}

video {
    max-width: 100%;
}

.col-md-4.text-center.mb-4.pt-3,
.col-md-4.text-center.mb-4.pt-md-3 {
    animation: dichuyen 3s;
}

.col-md-12.text-center.mb-2.pt-5 {
    animation: dichuyen2 3s;
}

.col-md-12.text-center.mb-2 {
    animation: dichuyen2 3s;
}

.col-12.pt-2.pb-1.text-danger {
    animation: dichuyen2 3s;
}

@keyframes dichuyen {
    from {
        opacity: 0.3;
        transform: translateX(-50%)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes dichuyen2 {
    from {
        opacity: 0.3;
        transform: translateY(-60%)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}

div.row.row2 {
    /* position: absolute; */
    /* position: absolute; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #ffffff;
    font-weight: bold;
    /* font-size: 30px; */
}

h5.post-title.is-large {
    padding-top: 27px;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
    padding-bottom: 20px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 16px;
}

p,
span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
    border-radius: 10px;
}

img.footer-logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.row.row2 img#c1 {
    padding-top: 61px;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #7C0A02;
}

.collapse-btn:focus {
    color: #FFF;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    text-align: center;
    margin-bottom: 22px;
}

.section-title span {
    font-size: 14px;
    color: #7C0A02;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title h2 {
    font-size: 44px;
    color: #19191a;
    line-height: 58px;
    margin-top: 10px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

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

.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}


/* buttons */

a:hover {
    color: #7C0A02;
}

a.admin {
    font-weight: 400;
    color: #ffffff;
}

a.admin:hover {
    text-decoration: underline;
}

a.admin:hover {
    color: #FFF;
}

.collapse-btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #19191a;
    letter-spacing: 2px;
    background: #7C0A02;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block;
    width: 100%
}

.collapse-btn:hover {
    color: #ffffff;
}

.primary-btn {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}

.primary-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #7C0A02;
    content: "";
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.is-sticky {
    -webkit-animation: 0.4s ease-in-out 0 normal both 1 running fadeInDown;
    animation: 0.4s ease-in-out 0 normal both 1 running fadeInDown;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #bdbdbd;
    left: 0;
    position: fixed;
    top: 0;
    transition: box-shadow 0.5s ease-in-out 0;
    width: 100%;
    z-index: 99;
}

.bk-btn a {
    font-weight: 100;
    color: #ffffff;
}

a#scrollUp {
    background: #7C0A02;
    color: #fff;
    bottom: 25px;
    right: 25px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
    box-shadow: 0 3px 5px 1px #323232;
    box-shadow: 0 3px 5px 1px rgba(50, 50, 50, 0.2);
    transition: 0.3s;
}

a#scrollUp:hover {
    background: #fff;
    color: #7C0A02;
}

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    -webkit-animation: loader 0.8s linear infinite;
    animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*---------------------
  Header
-----------------------*/

.header-section {
    z-index: 11;
}

.header-section .container {
    position: relative;
}

.header-section .vitus-logo {
    position: absolute;
    top: 99px;
    width: 25%;
}

.header-section.is-sticky .vitus-logo {
    height: 54px;
    transition: transform 4.4s;
}

.header-section.header-normal .menu-item {
    -webkit-box-shadow: 0 12px 15px #240b0c;
    -webkit-box-shadow: 0 12px 15px rgba(36, 11, 12, 0.05);
    box-shadow: 0 12px 15px #240b0c;
    box-shadow: 0 12px 15px rgba(36, 11, 12, 0.05);
}

.header-section a {
    color: #a31511;
    text-transform: uppercase;
}

.header-section a:hover {
    color: #F31511;
}

.top-nav {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.top-nav .tn-left>li,
.top-nav .tn-right2>li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #19191a;
    font-weight: 500;
    padding: 14px 0 12px;
    margin-right: 64px;
    position: relative;
}

.top-nav .tn-left>li:after,
.top-nav .tn-right2>li:after {
    position: absolute;
    right: -32px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    content: "";
}

.top-nav .tn-left li:last-child,
.top-nav .tn-right2 li:last-child {
    margin-right: 0;
}

.top-nav .tn-left li:last-child:after,
.top-nav .tn-right2 li:last-child:after {
    display: none;
}

.top-nav li i {
    color: #7C0A02;
    margin-right: 4px;
}

.top-nav .tn-right2 {
    text-align: right;
}

.top-nav .tn-right .top-social {
    display: inline-block;
    margin-right: 35px;
    padding: 13px 0;
}

.top-nav .tn-right .top-social a {
    display: inline-block;
    font-size: 16px;
    color: #19191a;
    margin-left: 15px;
}

.top-nav .tn-right .bk-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #7C0A02;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
}

.top-nav .tn-right .language-option {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    padding: 13px 0 11px;
    position: relative;
}

.top-nav .tn-right .language-option:hover .flag-dropdown {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.top-nav .tn-right .language-option img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 10px;
}

.top-nav .tn-right .language-option span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
}

.top-nav .tn-right .language-option .flag-dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100px;
    background: #ffffff;
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: 0 9px 10px #19191a;
    -webkit-box-shadow: 0 9px 10px rgba(25, 25, 26, 0.2);
    box-shadow: 0 9px 10px #19191a;
    box-shadow: 0 9px 10px rgba(25, 25, 26, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.top-nav .tn-right .language-option .flag-dropdown ul li {
    list-style: none;
    text-align: left;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #19191a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
    color: #7C0A02;
}

a.logo {
    font-weight: bold;
    color: #7c0a02;
}

.menu-item {
    position: relative;
    z-index: 9;
}

.menu-item .logo {
    padding: 25px 0;
}

.menu-item .logo a {
    display: inline-block;
}

.menu-item .nav-menu {
    text-align: right;
}

.menu-item .nav-menu .mainmenu {
    display: inline-block;
}

.menu-item .nav-menu .mainmenu li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.menu-item .nav-menu .mainmenu li.active a:after {
    opacity: 1;
}

.menu-item .nav-menu .mainmenu li:hover>a:after {
    opacity: 1;
}

.menu-item .nav-menu .mainmenu li:hover .dropdown {
    top: 77px;
    opacity: 1;
    visibility: visible;
}

.menu-item .nav-menu .mainmenu li a {
    font-size: 16px;
    color: #19191a;
    margin-right: 42px;
    font-weight: 500;
    display: inline-block;
    padding: 27px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item .nav-menu .mainmenu li a:after {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    height: 2px;
    background: #7C0A02;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item .nav-menu .mainmenu li .dropdown {
    position: absolute;
    left: 0;
    top: 97px;
    width: 260px;
    background: #ffffff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 9px 15px #19191a;
    -webkit-box-shadow: 0 9px 15px rgba(25, 25, 26, 0.05);
    box-shadow: 0 9px 15px #19191a;
    box-shadow: 0 9px 15px rgba(25, 25, 26, 0.05);
}

.menu-item .nav-menu .mainmenu li .dropdown li {
    list-style: none;
    display: block;
}

.menu-item .nav-menu .mainmenu li .dropdown li a {
    font-size: 16px;
    color: #19191a;
    display: block;
    text-align: left;
    padding: 8px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
    color: #7C0A02;
}

.menu-item .nav-menu .mainmenu li .dropdown li a:after {
    display: none;
}

.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 43px;
    padding: 27px 0;
}

.menu-item .nav-menu .nav-right i {
    font-size: 16px;
    color: #19191a;
    cursor: pointer;
}

.canvas-open {
    display: none;
}

.offcanvas-menu-wrapper {
    display: none;
}


/*---------------------
  Hero
-----------------------*/

.hero-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}

.hero-section .container {
    margin-top: 25px;
    padding-top: 66px;
    position: relative;
    z-index: 5;
    background: transparent url("/img/vitus-logo-back.png") no-repeat top center;
}

.hero-text {
    padding-top: 5px;
    text-align: center;
}

.hero-text h1 {
    text-transform: uppercase;
}

.hero-text h1 {
    margin-top: 18px;
    color: #e4a865;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

.hero-text p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 35px;
}

.booking-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
}

.booking-form h3 {
    color: #19191a;
    margin-bottom: 16px;
}

.booking-form form .check-date {
    position: relative;
    margin-bottom: 15px;
}

.booking-form form .check-date label {
    font-size: 14px;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
}

.booking-form form .check-date input {
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 16px;
    color: #19191a;
    font-weight: 500;
    padding-left: 10px;
}

.booking-form form .check-date i {
    color: #7C0A02;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.booking-form form .select-option {
    margin-bottom: 15px;
}

.booking-form form .select-option label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.booking-form form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding-left: 10px;
    width: 100%;
    float: none;
}

.booking-form form .select-option .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 10px;
    margin-top: 0;
    right: 10px;
    width: 10px;
    top: 9px;
}

.booking-form form .select-option .nice-select span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
}

.booking-form form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%;
}

.booking-form form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #7C0A02;
    border-radius: 2px;
    color: #FFF;
    font-weight: 500;
    background: rgba(124, 10, 2, .75);
    width: 100%;
    height: 46px;
    margin-top: 30px;
}

.booking-form form button:hover {
    background: rgba(124, 10, 2, 1);
}

.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-slider .owl-wrapper,
.hero-slider .owl-wrapper-outer {
    height: 100%;
}

.hero-slider .owl-wrapper,
.hero-slider .owl-item,
.hero-slider .hs-item {
    width: 100% !important;
}

.hero-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    text-align: center;
}

.hero-slider.owl-carousel .owl-dots button {
    height: 6px;
    width: 6px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-slider.owl-carousel .owl-dots button.active {
    width: 30px;
    border-radius: 50px;
    opacity: 1;
}

.hero-slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
    background-position: top center;
    height: 100%;
}


/*---------------------
  About US
-----------------------*/

.about-text {
    text-align: center;
    padding: 0 35px;
}

.about-text p {
    color: #595960;
    font-weight: 500;
}

.about-text p.f-para {
    margin-bottom: 10px;
}

.about-text p.s-para {
    margin-bottom: 35px;
}

.about-text .about-btn {
    color: #19191a;
}

.about-pic img {
    min-width: 100%;
}


/*---------------------
  Service Section
-----------------------*/

.services-section {
    padding-bottom: 60px;
    border-top: 1px solid #e5e5e5;
}

.services-section .section-title {
    margin-bottom: 36px;
}

.service-item {
    text-align: center;
    padding: 30px 35px 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item:hover {
    background: #7C0A02;
}

.service-item:hover i {
    color: #ffffff;
}

.service-item:hover h4 {
    color: #ffffff;
}

.service-item:hover p {
    color: #ffffff;
}

.service-item i {
    display: inline-block;
    color: #7C0A02;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item h4 {
    color: #19191a;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item p {
    color: #707079;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*------------------------
  Home Page Room Section 
-------------------------*/

.hp-room-items {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.hp-room-items .hp-room-item {
    height: 600px;
    margin-right: -15px;
    position: relative;
    overflow: hidden;
}

.hp-room-items .hp-room-item:hover .hr-text {
    bottom: 135px;
}

.hp-room-items .hp-room-item:hover .hr-text h2 {
    margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text {
    position: absolute;
    left: 45px;
    right: 25px;
    bottom: -250px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hp-room-items .hp-room-item .hr-text h3 {
    color: #ffffff;
    margin-bottom: 15px;
}

.hp-room-items .hp-room-item .hr-text h2 {
    color: #7C0A02;
    font-weight: 700;
    margin-bottom: 50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.hp-room-items .hp-room-item .hr-text h2 span {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.hp-room-items .hp-room-item .hr-text table {
    margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
    white-space: nowrap;
}

.hp-room-items .hp-room-item .hr-text .primary-btn:after {
    background: #ffffff;
}


/*---------------------
  Footer Section
-----------------------*/

.footer-section {
    background-image: linear-gradient(#bc0605e6, black, black, black);
}

.footer-section .footer-text {
    padding: 80px 0 30px;
}

.footer-section .footer-text .ft-about {
    margin-bottom: 30px;
    text-align: left;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-about .logo a {
    display: inline-block;
}

.footer-section .footer-text .ft-about p {
    color: #aaaab3;
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-about .fa-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #5A4D48;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 7px;
}

.footer-section .footer-text .ft-about .fa-social a:hover {
    background: #7C0A02;
    border-color: #7C0A02;
}

.footer-section .footer-text .ft-contact {
    margin-bottom: 30px;
}

.footer-section .footer-text .ft-contact h6,
.footer-section .footer-text .ft-about h6,
.footer-section .footer-text .ft-about h6 a {
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-contact ul li {
    font-size: 16px;
    color: #aaaab3;
    line-height: 32px;
    list-style: none;
}

.footer-section .footer-text .ft-newslatter h6 {
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-newslatter p {
    color: #aaaab3;
    margin-bottom: 20px;
}

.footer-section .footer-text .ft-newslatter .fn-form {
    position: relative;
}

.footer-section .footer-text .ft-newslatter .fn-form input {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: #393D4A;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    color: #707079;
}

.footer-section .footer-text .ft-newslatter .fn-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    background: #7C0A02;
    color: #ffffff;
    padding: 0 16px;
    height: 50px;
    border: none;
    border-radius: 0 2px 2px 0;
}

.footer-section .copyright-option {
    background: #10141f;
    background: rgba(16, 20, 31, 0.2);
    padding: 20px 0;
}

.footer-section .copyright-option ul li {
    list-style: none;
    display: inline-block;
    margin-right: 34px;
}

.footer-section .copyright-option ul li:last-child {
    margin-right: 0;
}

.footer-section .copyright-option ul li a {
    font-size: 16px;
    color: #aaaab3;
}

.footer-section .copyright-option .co-text {
    font-size: 16px;
    color: #707079;
    text-align: right;
}


/* --------------------------------- Other Pages Styles ----------------------------------- */


/*---------------------
  Breadcrumb Section
-----------------------*/

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

.breadcrumb-text {
    text-align: center;
}

.breadcrumb-text h2 {
    font-size: 44px;
    color: #19191a;
    margin-bottom: 12px;
}

.breadcrumb-text .bt-option a {
    display: inline-block;
    font-size: 18px;
    color: #19191a;
    margin-right: 20px;
    position: relative;
    font-weight: 500;
}

.breadcrumb-text .bt-option a:after {
    position: absolute;
    right: -13px;
    top: 1px;
    content: "ï„…";
    font-size: 18px;
    font-family: "FontAwesome";
    color: #aaaab3;
}

.breadcrumb-text .bt-option span {
    display: inline-block;
    font-size: 18px;
    color: #aaaab3;
}

.gallery-section {
    padding-bottom: 80px;
}

.gallery-section .section-title {
    margin-bottom: 38px;
}

.gallery-item {
    position: relative;
    height: 279px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.gallery-item:hover:after {
    opacity: 1;
}

.gallery-item:hover .gi-text {
    opacity: 1;
}

.gallery-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #19191a;
    background: rgba(25, 25, 26, 0.3);
    content: "";
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.gallery-item.large-item {
    height: 576px;
}

.gallery-item .gi-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.gallery-item .gi-text h3 {
    color: #ffffff;
}


/*---------------------
  Room Section
-----------------------*/

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

.room-item {
    margin-bottom: 30px;
}

.room-item img {
    min-width: 100%;
}

.room-item .ri-text {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 24px 24px 30px 28px;
}

.room-item .ri-text h4 {
    color: #19191a;
    margin-bottom: 17px;
}

.room-item .ri-text h3 {
    color: #7C0A02;
    font-weight: 700;
    margin-bottom: 14px;
}

.room-item .ri-text h3 span {
    font-size: 14px;
    font-weight: 400;
    color: #19191a;
}

.room-item .ri-text table {
    margin-bottom: 18px;
}

.room-item .ri-text table tbody tr td {
    font-size: 16px;
    color: #707079;
    line-height: 36px;
}

.room-item .ri-text table tbody tr td.r-o {
    white-space: nowrap;
}

.room-item .ri-text .primary-btn {
    color: #19191a;
}

.room-pagination {
    text-align: center;
    padding-top: 20px;
}

.room-pagination a {
    font-size: 16px;
    color: #707079;
    border: 1px solid #EFD4B9;
    border-radius: 2px;
    padding: 7px 13px 5px;
    margin-right: 7px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.room-pagination a:last-child {
    margin-right: 0;
}

.room-pagination a:hover {
    background: #7C0A02;
    color: #ffffff;
}


/*-----------------------
  Details Section
-------------------------*/

.room-details-section {
    background: #000000 url("./img/hero/hero-0.jpg") no-repeat top center;
}

.room-details-section .p-3.rounded {
    color: #000;
    padding: 0 50px;
}

.room-details-section .page h1 {
    color: #7c0a02;
}

.room-details-section h2,
.room-details-section h3,
.room-details-section h4 {
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.user-info h4,
.user-info div {
    color: #FFF;
}

.review-add h4 {
    color: #19191a;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.review-add .ra-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    margin-bottom: 25px;
}

.review-add .ra-form input::-webkit-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form input::-moz-placeholder {
    color: #aaaab3;
}

.review-add .ra-form input:-ms-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form input::-ms-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form input::placeholder {
    color: #aaaab3;
}

.review-add .ra-form h5 {
    font-size: 20px;
    color: #19191a;
    margin-bottom: 24px;
    float: left;
    margin-right: 10px;
}

.review-add .ra-form .rating {
    padding-top: 3px;
    display: inline-block;
}

.review-add .ra-form .rating i {
    color: #f5b917;
    font-size: 16px;
}

.review-add .ra-form textarea {
    width: 100%;
    height: 132px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    padding-top: 12px;
    margin-bottom: 24px;
    resize: none;
}

.review-add .ra-form textarea::-webkit-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form textarea::-moz-placeholder {
    color: #aaaab3;
}

.review-add .ra-form textarea:-ms-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form textarea::-ms-input-placeholder {
    color: #aaaab3;
}

.review-add .ra-form textarea::placeholder {
    color: #aaaab3;
}

.review-add .ra-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: #7C0A02;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block;
}

.room-booking {
    padding: 30px;
}

.room-booking h3 {
    color: #19191a;
    margin-bottom: 30px;
}

.room-booking form .check-date {
    position: relative;
    margin-bottom: 15px;
}

.room-booking form .check-date label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.room-booking form .check-date input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}

.room-booking form .check-date i {
    color: #7C0A02;
    position: absolute;
    right: 18px;
    bottom: 17px;
}

.room-booking form .select-option {
    margin-bottom: 15px;
}

.room-booking form .select-option label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.room-booking form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    float: none;
}

.room-booking form .select-option .nice-select:after {
    border-bottom: 2px solid #7C0A02;
    border-right: 2px solid #7C0A02;
    height: 10px;
    margin-top: 0;
    right: 20px;
    width: 10px;
    top: 36%;
}

.room-booking form .select-option .nice-select span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
}

.room-booking form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%;
}

.room-booking form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #7C0A02;
    border-radius: 2px;
    color: #7C0A02;
    font-weight: 500;
    background: transparent;
    width: 100%;
    height: 46px;
    margin-top: 30px;
}


/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
    .hp-room-items .hp-room-item .hr-text {
        bottom: -200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .hp-room-items .hp-room-item .hr-text {
        bottom: -288px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -150px;
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -150px;
    }
    .hp-room-items .hp-room-item .hr-text {
        bottom: -322px;
    }
    .hp-room-items .hp-room-item:hover .hr-text {
        bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-text {
        padding-top: 0;
    }
    .hero-text h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .hero-text p {
        font-size: 16px;
        text-align: justify;
    }
    .top-nav {
        display: none;
    }
    .menu-item .nav-menu {
        display: none;
    }
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: #000000;
        background: rgba(0, 0, 0, 0.7);
        z-index: 98;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }
    .canvas-open {
        position: absolute;
        right: 25px;
        top: 25px;
        font-size: 22px;
        width: calc(100% - 50px);
        height: 30px;
        line-height: 33px;
        z-index: 100;
        display: block;
    }
    .canvas-open .bar-right {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .canvas-open i {
        right: 0px;
        top: 0px;
        font-size: 22px;
        width: 30px;
        height: 30px;
        color: #7C0A02;
        border: 1px solid #7C0A02;
        border-radius: 2px;
        line-height: 33px;
        text-align: center;
        display: block;
        cursor: pointer;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, .75);
    }
    .canvas-open .logo {
        position: absolute;
        left: 0px;
        top: -15px;
        font-size: 22px;
        width: 60px;
        height: 60px;
    }
    .canvas-open[style='position: fixed;'] .logo {
        display: none;
        visibility: hidden;
    }
    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #ffffff;
        text-align: center;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 80px 30px 30px 30px;
        display: block;
    }
    .offcanvas-menu-wrapper .canvas-close {
        height: 30px;
        width: 30px;
        border: 1px solid #19191a;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px;
        padding-right: 1px;
    }
    .offcanvas-menu-wrapper .search-icon {
        color: #19191a;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area {
        margin-bottom: 30px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option {
        display: inline-block;
        cursor: pointer;
        padding: 13px 0;
        position: relative;
        margin-bottom: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
        top: 40px;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option img {
        height: 26px;
        width: 26px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option span {
        font-size: 16px;
        color: #19191a;
        text-transform: uppercase;
        font-weight: 500;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100px;
        background: #ffffff;
        display: block;
        padding: 10px 15px;
        -webkit-box-shadow: 0 9px 10px #19191a;
        -webkit-box-shadow: 0 9px 10px rgba(25, 25, 26, 0.2);
        box-shadow: 0 9px 10px #19191a;
        box-shadow: 0 9px 10px rgba(25, 25, 26, 0.2);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 99;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
        list-style: none;
        text-align: left;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #19191a;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
        color: #7C0A02;
    }
    .offcanvas-menu-wrapper .header-configure-area .bk-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        padding: 16px 28px 15px;
        background: #7C0A02;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .offcanvas-menu-wrapper .mainmenu {
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
        float: none;
        margin: 0 0 10px 0;
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
        display: block !important;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
        margin: 0;
        text-align: left;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
        padding-left: 20px;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
        margin: 0;
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        color: #19191a;
        border-bottom: 1px solid #e5e5e5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
        border-radius: 0;
        background: transparent;
        color: #7C0A02;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
        border-bottom: 0;
        padding-left: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
        color: #19191a;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
        color: #7C0A02;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
        color: #7C0A02;
    }
    .offcanvas-menu-wrapper .top-social {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .offcanvas-menu-wrapper .top-social a {
        display: inline-block;
        font-size: 16px;
        color: #19191a;
        margin-right: 20px;
    }
    .offcanvas-menu-wrapper .top-social a:last-child {
        margin-right: 0;
    }
    .offcanvas-menu-wrapper .top-widget li {
        list-style: none;
        font-size: 16px;
        color: #19191a;
        font-weight: 500;
        line-height: 28px;
    }
    .offcanvas-menu-wrapper .top-widget li i {
        color: #7C0A02;
        margin-right: 4px;
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .about-text {
        margin-bottom: 30px;
    }
    .footer-section .copyright-option ul {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-section .copyright-option .co-text {
        text-align: center;
    }
    .about-pic img {
        margin-bottom: 20px;
    }
    .room-booking {
        padding: 0;
        margin-top: 40px;
    }
    .contact-form {
        padding-top: 30px;
    }
    .hero-text {
        margin-bottom: 40px;
    }
    .cs-block a p {
        margin-top: 15px;
    }
}


/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -30px;
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
    .hp-room-items {
        margin: 0;
    }
    .hp-room-item {
        margin-bottom: 15px;
    }
    .hero-text {
        padding-top: 0;
    }
    .cs-block a p {
        margin-top: 10px;
    }
}


/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
    .testimonial-slider.owl-carousel .owl-nav {
        display: none;
    }
    .room-details-item .rd-text .rd-title {
        margin-bottom: 25px;
    }
    .room-details-item .rd-text .rd-title h3 {
        float: none;
        margin-bottom: 30px;
    }
    .room-details-item .rd-text .rd-title .rdt-right {
        float: none;
        text-align: left;
    }
    .footer-section .copyright-option ul li {
        margin-right: 25px;
    }
    .blog-details-text .tag-share .tags {
        float: none;
        margin-bottom: 20px;
    }
    .blog-details-text .tag-share .social-share {
        float: none;
    }
    .about-text .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .hp-room-items {
        margin: 0 -5px;
    }
    .hp-room-item {
        margin-bottom: 10px;
    }
    .hero-text {
        padding-top: 0;
    }
    .cs-block a p {
        margin-top: 5px;
    }
}


/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
    .footer-section .copyright-option ul li {
        margin-bottom: 5px;
    }
    .video-section {
        padding-top: 80px;
    }
    .rd-reviews .review-item .ri-pic,
    .blog-details-text .comment-option .single-comment-item .sc-author {
        float: none;
        margin-bottom: 30px;
    }
    .rd-reviews .review-item .ri-text .rating {
        position: relative;
    }
    .rd-reviews .review-item .ri-text,
    .blog-details-text .comment-option .single-comment-item.second-comment .sc-text,
    .blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
        padding-left: 0;
    }
    .blog-details-text .comment-option .single-comment-item.reply-comment {
        padding-left: 30px;
    }
    .rd-reviews .review-item .ri-text:before,
    .blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before,
    .blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
        display: none;
    }
    .blog-details-hero {
        padding-top: 70px;
    }
    .blog-details-text .bd-pic .bp-item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-details-text .tag-share .tags a {
        margin-bottom: 6px;
    }
    .blog-details-text .comment-option .single-comment-item .sc-text a {
        margin-bottom: 10px;
    }
    .hero-text {
        padding-top: 0;
    }
}

.vitus-button {
    width: 212px;
    height: 83px;
    background: transparent url("../img/services/btn-bg.png") no-repeat center center;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    -ms-opacity: .9;
    opacity: .9;
    /* margin-top: 15px; */
}

.vitus-button span {
    color: #FFF;
    text-transform: uppercase;
    margin-top: 19px;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.vitus-button:hover {
    -ms-opacity: 1;
    opacity: 1;
}

.vitus-button:hover span {
    color: #FFE;
    font-weight: bold;
}

.vitus-button-center {
    width: 396px;
    height: 114px;
    background: transparent url("/img/btn-bg-large.png") no-repeat center center;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    -ms-opacity: .9;
    opacity: .9;
    margin-top: 15px;
}

.vitus-button-center span {
    color: #a31511;
    text-transform: uppercase;
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.vitus-button-center:hover {
    -ms-opacity: 1;
    opacity: 1;
}

.vitus-button-center:hover span {
    color: #f33531;
}

.box-vista {
    border: 4px solid #fff;
    background: #ffffff url("") top left;
    background: rgba(255, 0255, 255, .8) url("") top left;
}

.booking-form {
    border-radius: 20px;
    border: 4px solid #ffffff;
    border: 4px solid rgba(255, 255, 255, .25);
    background: #000 url("/img/box-bg.png") no-repeat top left;
    background: rgba(255, 0255, 255, .05) url("/img/box-bg.png") no-repeat top left;
}

.booking-form table i,
.booking-form .dataTables_info,
.booking-form table,
.booking-form h3,
.booking-form label,
.booking-form input {
    color: #FFF;
}

.booking-form input,
.booking-form select {
    border-color: #FFF;
}

.btn-service-box {
    display: block;
    width: 275px;
    height: 268px;
    padding: 200px 0 0 0;
    text-align: center;
}

.btn-service-box.cuatoi {
    background: transparent url("/img/service-01.png") no-repeat top left;
}

.btn-service-box.canhan {
    background: transparent url("/img/service-ca-nhan.png") no-repeat top left;
}

.btn-service-box.hangnam {
    background: transparent url("/img/service-hangnam.png") no-repeat top left;
}

.btn-service-box.xucxac {
    background: transparent url("/img/service-xucxac.png") no-repeat top left;
}

.btn-service-box p {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}