:root {
    --white: #fff;
    --black: #000;
    --primary: #faaa3f;
    --second: #ffddb3;
    --body: #140f08
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

a,
button,
i,
img {
    transition: all ease .4s
}

.box-title {
    margin-bottom: 30px
}

@media screen and (max-width:996px) {
    .box-title {
        margin-bottom: 15px !important
    }
}

.box-title h2 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase
}

@media screen and (max-width:996px) {
    .box-title h2 {
        font-size: 24px
    }
}

.box-title p {
    color: #888;
    max-width: 720px;
    margin: 0 auto;
    font-style: italic
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width:996px) {
    .fadeindown {
        animation: none
    }
}

.fourth .item .box-content p,
.line-3,
.sevent .box-item .box-content p,
.third .products-item .box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.banner .box-img {
    max-height: 720px
}

.banner .box-img img {
    height: 100%;
    object-fit: cover;
    max-height: 720px;
    min-height: 300px
}

.banner .banner-item {
    position: relative
}

.banner .banner-item .box-content {
    position: absolute;
    left: 50%;
    padding: 20px;
    display: inline-block;

    background: rgba(0, 0, 0, .5);
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.banner .banner-item .box-content h2 {
    font-size: 60px;
    color: var(--primary)
}

@media screen and (max-width:996px) {
    .banner .banner-item .box-content h2 {
        font-size: 24px
    }
}

.banner .banner-item .box-content h2 span {
    display: block;
    font-style: italic;
    color: #fff;
    font-size: 20px
}

@media screen and (max-width:996px) {
    .banner .banner-item .box-content h2 span {
        margin-top: 10px
    }
}

.first {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .first {
        padding: 20px 0
    }
}

@media screen and (max-width:996px) {
    .first .box-content {
        padding-top: 20px
    }
}

.first .box-content h4 {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary);
    font-style: italic;
    margin-bottom: 20px
}

.first .box-content h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.banner-slider.banner-slider-pc {
    display: block;
}

.banner-slider.banner-slider-mobile {
    display: none;
}

@media (max-width:996px) {
    .banner-slider.banner-slider-pc {
        display: none;
    }

    .banner-slider.banner-slider-mobile {
        display: block;
    }

    .banner-slider.banner-slider-mobile .box-content {
        display: none;
    }
}

.first .box-img {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.first .box-img img {
    width: calc(50% - 10px);
    aspect-ratio: 6/5;
    object-fit: cover;
    border-radius: 0 40px;
}

.red {
    color: #ff0000 !important;
}

.first .box-content h2 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.first .box-content h2::before {
    position: absolute;
    background: var(--primary);
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 48px
}

.first .box-content p {
    margin-bottom: 5px;
    text-align: justify
}

.first .box-content ul {
    padding-left: 15px
}

.first .box-content ul li {
    list-style: disc;
    font-size: 14px
}

.second {
    padding: 60px 0;
    background-image: url(../room/le-tan-ryan-hotel.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative
}

@media screen and (max-width:996px) {
    .second {
        padding: 30px 0
    }
}

.second::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    inset: 0
}

.second .vuta-container {
    position: relative;
    z-index: 1
}

.second .vuta-container .box-content {
    padding-right: 150px;
    padding-top: 50px
}

@media screen and (max-width:996px) {
    .second .vuta-container .box-content {
        padding-right: 0;
        padding-top: 0
    }
}

.second .vuta-container .box-content h2 {
    font-size: 40px;
    text-align: left;
    color: #fff;
    text-transform: uppercase
}

.second .vuta-container .box-content p {
    color: rgba(255, 255, 255, .7)
}

.second .contact-form {
    padding: 30px;
    width: 80%;
    margin-left: auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

@media screen and (max-width:996px) {
    .second .contact-form {
        width: 100%
    }
}

.second .contact-form .vuta-input {
    margin-bottom: 20px;
    height: 40px
}

.second .contact-form textarea {
    min-height: 100px
}

.third {
    padding: 60px 0 0
}

@media screen and (max-width:996px) {
    .third {
        padding: 30px 0
    }
}

.third .box-title {
    text-align: center;
    margin-bottom: 40px
}

.third .box-title p {
    color: #888;
    max-width: 720px;
    margin: 0 auto;
    font-style: italic
}

@media screen and (max-width:996px) {
    .third .products-item {
        margin-bottom: 15px
    }
}

.third .products-item .box-img {
    aspect-ratio: 3/2;
    margin-bottom: 10px
}

.third .products-item .box-img img {
    height: 100%
}

.third .products-item .box-content h4 {
    font-size: 18px
}

.fourth {
    padding: 20px 0 60px
}

@media screen and (max-width:996px) {
    .fourth {
        padding-top: 0;
        padding-bottom: 20px
    }
}

.fourth .main-item .box-title h2 {
    font-size: 24px;
    color: var(--primary);
    text-align: left
}

.fourth .main-item {
    margin-bottom: 15px;
}

.fourth .content .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fourth .content .list li {
    font-weight: 600;
    width: calc(50% - 10px);
}

.fourth .content .list li span {
    display: block;
    font-weight: 400;
    color: var(--primary);
}

.fourth .main-item .vuta-row {
    margin-bottom: 20px;
}

.slick-next::before,
.slick-prev::before {
    font-family: fontawesome !important;
    font-size: 17px !important;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before {
    content: "\f104" !important;
}

.slick-next::before {
    content: "\f105" !important;
}

.slick-prev {
    background: rgba(0, 0, 0, .5) !important;
    left: 0 !important;
}

.slick-next {
    background: rgba(0, 0, 0, .5) !important;
    right: 0 !important;
}

.slick-arrow {
    height: 30px !important;
    width: 35px !important;
    display: flex !important;
    align-items: center;
    border-radius: 0 !important;
    justify-content: center;
}

.fourth .main-item .box-content .box-btn {
    margin-top: 20px;
}

.sevent .box-item .box-content p {
    -webkit-line-clamp: 5;
    text-align: justify;
}

@media screen and (max-width:996px) {
    .fourth .main-item [class^=vuta-col-]:nth-child(1) {
        order: 2
    }

    .fourth .main-item .box-img {
        margin-bottom: 10px
    }
}

.fourth .main-item .content h4 {
    font-size: 18px
}

.fourth .main-item .vuta-row:nth-child(2) [class^="vuta-col-"]:nth-child(1) {
    order: 2;
}

@media screen and (max-width:996px) {
    .fourth .item {
        margin-bottom: 15px
    }

    fourth .main-item .vuta-row:nth-child(2) [class^="vuta-col-"]:nth-child(1) {
        order: 1;
    }
}

.fourth .item .box-img {
    aspect-ratio: 3/2;
    margin-bottom: 10px
}

.fourth .item .box-img img {
    height: 100%
}

.fourth .item .box-content h4 {
    font-size: 20px
}

.whyus {
    padding: 60px 0;
    position: relative
}

@media screen and (max-width:996px) {
    .whyus {
        padding: 20px 0
    }
}

.whyus::before {
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 70%;
    content: "";
    background: #f59e1e
}

.whyus .vuta-container {
    position: relative;
    z-index: 2
}

.whyus .box-title {
    margin-bottom: 30px
}

.whyus .box-title h2 {
    color: #fff
}

.whyus .wraper {
    display: flex;
    gap: 20px;
    text-align: center;
    align-items: stretch
}

@media screen and (max-width:1200px) {
    .whyus .wraper {
        overflow-y: scroll
    }
}

.whyus .wraper .whyus-item {
    width: calc(25% - 10px);
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    margin-bottom: 10px
}

.whyus .wraper .whyus-item h4 {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width:996px) {
    .whyus .wraper .whyus-item {
        min-width: 300px
    }
}

.whyus .wraper .whyus-item p {
    text-align: left
}

.whyus .wraper .whyus-item .icon {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.whyus .wraper .whyus-item .icon i {
    font-size: 40px;
    color: var(--primary)
}

.feedback {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .feedback {
        padding: 20px 0
    }
}

.feedback .box-title {
    margin-bottom: 50px
}

.feedback .feedback-slider {
    margin: 0 -10px
}

.feedback .feedback-item {
    margin: 10px
}

.feedback .feedback-item .top {
    display: flex;
    gap: 20px;
    margin-bottom: 10px
}

.feedback .feedback-item .top .avatar {
    aspect-ratio: 1/1;
    height: 100px;
    flex-shrink: 0;
    width: 100px
}

.feedback .feedback-item .top .avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 50%
}

.feedback .feedback-item .info {
    display: flex;
    gap: 5px
}

.feedback .feedback-item .info h4 {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 0
}

.feedback .feedback-item .info p {
    color: #888
}

.sevent {
    padding: 60px 0;
    background: #f5f5f5
}

@media screen and (max-width:996px) {
    .sevent {
        padding: 20px 0
    }
}

.sevent .box-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.sevent .box-item .box-img {
    aspect-ratio: 3/2;
    margin-bottom: 10px;
    width: 50%;
    flex-shrink: 0
}

.sevent .box-item .box-img img {
    height: 100%
}

.sevent .box-item .box-content h4 {
    font-size: 20px
}

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
    right: 0
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -15px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom2 1.3s infinite;
    animation: zoom2 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom2 {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a:hover {
    opacity: .8;
    color: #fff
}

#mess img {
    border-radius: 50%
}

#mess .phone-vr-circle-fill,
#zalo-vr .phone-vr-circle-fill {
    box-shadow: none;
    background-color: transparent
}

#mess,
#zalo-vr {
    text-align: center;
    margin-bottom: 20px
}

#mess img,
#zalo-vr img {
    height: 40px !important;
    width: 40px !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.back-to-top #to-top {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: var(--primary);
    right: 20px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 999
}

.back-to-top #to-top i {
    color: #fff
}

.back-to-top.active #to-top {
    bottom: 40px
}

.vuta-header {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    top: 0
}

.vuta-header.fixed-top {
    background: #000;
    position: fixed;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.vuta-header .vuta-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#mess-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #7c72ec;
    background-color: rgba(8, 147, 230, 0.7);
}

#mess-vr .phone-vr-img-circle {
    background-color: #4308e6;
}

@media screen and (max-width:996px) {
    .vuta-header .vuta-container .header-logo {
        margin-left: 30px
    }
}

.vuta-header .vuta-container .header-logo img {
    width: 150px
}

@media screen and (max-width:996px) {
    .vuta-header .vuta-container .header-logo img {
        width: 80px
    }
}

.vuta-header .vuta-container .header-menu {
    margin-left: auto;
    margin-right: 40px
}

.vuta-header .vuta-container .header-menu .accordion {
    display: flex;
    gap: 10px;
    align-items: center
}

@media screen and (max-width:1200px) {
    .vuta-header .vuta-container .header-menu .accordion {
        display: none
    }
}

.vuta-header .vuta-container .header-menu .accordion li a {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff
}

.vuta-header .vuta-container .header-menu .accordion li a:hover {
    color: #fff
}

.vuta-header .mobile-btn {
    display: none
}

.vuta-header .mobile-btn #mobile-btn span {
    margin-bottom: 5px;
    background: var(--primary)
}

@media screen and (max-width:996px) {
    .vuta-header .mobile-btn {
        display: block
    }
}

.mobile-logo {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px
}

.primary-btn {
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 10px;
    background: var(--primary);
    color: #fff;
    border-radius: 4px
}

.vuta-footer .footer-top {
    background-image: url(../room/le-tan-ryan-hotel.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative
}

.vuta-footer .footer-top::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    inset: 0
}

.vuta-footer .footer-top .vuta-container {
    position: relative;
    z-index: 2
}

.vuta-footer .footer-top .vuta-container ul li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .7)
}

.vuta-footer .footer-top .vuta-container ul li a {
    color: rgba(255, 255, 255, .7)
}

.vuta-footer .footer-top .vuta-container h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px
}

.footer-copyright {
    padding: 5px 0;
    background: #000
}

.footer-copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px
}

.footer-copyright p a {
    font-weight: 600;
    color: #fff
}

.footer-top .logo {
    text-align: center;
    margin-bottom: 10px;
}

.footer-top .logo img {
    height: 100px;
}