@import url(./fonts/fontawesome/css/all.min.css);
@import url(./fonts/typography.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400..900;1,400..900&display=swap");


@font-face {
    font-family: "Bickham";
    src: url("../assets/fonts/BickhamScriptPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


:root {
    --f-body: "Montserrat";
    --blue: #67A0A3;
    --white: #fff;
    --black: #000;
    --gold: #CDB074;
    --main-color: #E1BD7C; /* Vàng nhạt BG menu */
    --second-color: #CCA05A; /* vàng đậm BG nút */
    --third-color: #E1BD7C; /* vàng đậm chữ */
    --fourth-color: #202D5D; /* xanh chữ và BG */
    --fifth-color: #fff;
    --sixth-color: #1C1C1C; /* ghi chữ */
    --seventh-color: #A92231; /* đỏ chữ */
    --eighth-color: #D6D6D6; /* border ghi nhạt */

    --gray-color: #E5E5E5; /* xám */
    --orange-color: #F47920; /* cam */
    --blue-color: #2B5192; /* xanh */
    --lightgray-color: #E8E8E8; /* xanh */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: var(--f-body);
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section {
    padding-top: 40px;
}

body,
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input,
button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

*:before,
*:after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Text-level semantic
 */
:active {
    outline: none;
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

/**
 * Embedded content
 */
img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
input[type=submit] {
    padding: 0;
    overflow: visible;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
}

input::placeholder,
textarea::placeholder {
    color: inherit;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/**
 * Tables
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


a {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

input,
textarea,
select {
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

figure {
    margin: 0;
}

.bgGold {
    background-color: var(--fourth-color) !important;
}

.bgWhite {
    background-color: var(--fifth-color) !important;
}


.bgGreen {
    background-color: var(--main-color) !important;
}

.bgGreen-About {
    background-color: var(--main-color) !important;
    background-image: url('../images/bg_room_and_suites.png') !important;
    background-size: cover;
    background-position: top center;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1224px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.row-0 {
    margin-left: 0;
    margin-right: 0;
}

.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.p-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.loading {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--fifth-color);
    opacity: 0.9;
    text-align: center;
}

.loading::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #ccc;
    border-top-color: #333;
    animation: spin 1s linear infinite;
    margin-top: 20%;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 29, 27, 0.7);
}

.fixed-btn {
    position: fixed;
    top: 60%;
    /*right: 1.625rem;*/
    right: 0.9rem;
    z-index: 999;
}

.fixed-btn1 {
    position: fixed;
    top: calc(30% + 400px);
    /*right: 1.625rem;*/
    right: 0.9rem;
    z-index: 999;
    margin-right: 120px;
}

@media only screen and (max-width: 480px) {
    .fixed-btn {
        top: 25%;
    }
}

.fixed-btn ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fixed-btn ul li {
    width: 4.5rem;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
}

.fixed-btn1 ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fixed-btn1 ul li {
    width: 4.5rem;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
}



@media only screen and (max-width: 991px) {
    .fixed-btn ul li {
        width: 3.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .fixed-btn ul li {
        width: 2.5rem;
    }
}

.fixed-btn ul li:last-child .scroll-to-top {
    width: 3.5rem;
    height: 3.5rem;
    /*display: none !important;*/
    border-radius: 10rem;
    border: 1px solid var(--third-color);
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: -10px;
    opacity: 0.8;
}

.fixed-btn ul li:last-child .scroll-to-top:hover {
    border: none;
    background: var(--third-color);
}

@media only screen and (max-width: 991px) {
    .fixed-btn ul li:last-child .scroll-to-top {
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .fixed-btn ul li:last-child .scroll-to-top {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.fixed-btn ul li:last-child .scroll-to-top i {
    color: var(--fourth-color);
}

.fixed-btn ul li:last-child .scroll-to-top:hover i {
    color: var(--sixth-color);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes fade {
    from {
        transform: translateY(-2rem);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.swiper-pagination-bullet {
    opacity: unset !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--second-color) !important;
}

.swiper-button-next,
.swiper-button-prev {
    border-radius: 0.25rem;
}

.ui-timepicker-am,
.ui-timepicker-pm {
    font-family: "Montserrat" !important;
}

.breadcrumbs {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.breadcrumbs .container {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
}

.breadcrumbs .container .logo-group {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.375rem;
}

@media only screen and (max-width: 667px) {
    .breadcrumbs .container .logo-group {
        width: auto;
        height: auto;
    }
}

.breadcrumbs .container .logo-group.wrap-2 {
    margin-bottom: 4.5rem;
}

.breadcrumbs .container .logo-group.wrap {
    margin-bottom: 2.2rem;
}

.breadcrumbs .container ul {
    display: flex;
    gap: 1rem;
}

@media only screen and (max-width: 767px) {
    .breadcrumbs .container ul {
        flex-wrap: wrap;
    }
}

.breadcrumbs .container ul li {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.breadcrumbs .container ul li a {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumbs .container ul li i {
    color: var(--sixth-color);
}

.lineSeparate {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    display: inline-block;
}

.error {
    color: red;
}

header .top {
    background: var(--white);
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
    height: 2rem;
    top: 0;
    position: fixed;
    height: 2rem;
    z-index: 101;
    width: 100%;
}

header .top .container .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.25rem;
}

header .top .container .wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem;
}

header .top .container .wrap .left figure {
    width: 1.5rem;
    height: 1.5rem;
}

header .top .container .wrap .left span {
    color: #565656;
    font-family: Montserrat;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media only screen and (max-width: 767px) {
    header .top .container .wrap .left {
        display: none !important;
    }

    header .top .container .wrap .right {
        display: none !important;
    }

    header .top .container .wrap .mobi {
        font-size: 0.7rem;
    }
}

@media only screen and (min-width: 767px) {
    header .top .container .wrap .mobi {
        display: none;
    }

}

header .top .container .wrap .right {
    display: flex;
    gap: 2.8125rem;
}

header .top .container .wrap .right figure {
    width: 1.5rem;
    height: 1.5rem;
}

header .top .container .wrap .right span {
    color: #565656;
    font-family: Montserrat;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media only screen and (max-width: 767px) {
    header .top .container .wrap .right .child {
        display: none;
    }

    header .top .container .wrap .right .child:first-child {
        display: block;
    }
}

header .header-desktop {
    position: fixed;
    top: 2rem;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 101;
    background-size: cover;
    background-position: top center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--main-color);
}

@media only screen and (max-width: 1199px) {
    header .header-desktop {
        display: none;
    }
}

header .header-desktop .container .header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .header-desktop .container .header__content .back-to {
    display: flex;
    align-items: center;
    gap: 4px;
}

header .header-desktop .container .header__content .back-to .back-to__text {
    color: var(--blue-color);
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

header .header-desktop .container .header__content .mega-menu {
    display: flex;
    gap: 2.5rem;
    padding-left: 0rem;
}

header .header-desktop .container .header__content .mega-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    height: 5rem;
}

header .header-desktop .container .header__content .mega-menu ul li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

header .header-desktop .container .header__content .mega-menu ul li .icon-dropdown {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
}

header .header-desktop .container .header__content .mega-menu ul li a {
    color: var(--fourth-color);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;

}

/* gạch chân text active menu */
header .header-desktop .container .header__content .mega-menu ul li::after {
    /*content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background: var(--second-color);
  bottom: 1.4375rem;*/
}

header .header-desktop .container .header__content .mega-menu ul li a.active {
    /*color: var(--second-color);*/
    text-decoration:underline;
}

/* gạch chân text active menu */
header .header-desktop .container .header__content .mega-menu ul li.active::after {
    /*content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background: var(--second-color);
  bottom: 1.4375rem;*/
}

    header .header-desktop .container .header__content .mega-menu ul li.active a {
        /*color: var(--second-color);*/
        text-decoration: underline;
    }

header .header-desktop .container .header__content .mega-menu ul li .dropdown {
    display: none;
    position: absolute;
    width: 15rem;
    padding: 1rem 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    border-radius: 0rem 0rem 0.75rem 0.75rem;
    border: 1px solid #bdbdbd;
    background: var(--fourth-color);
    top: 5rem;
    z-index: 99;
}

header .header-desktop .container .header__content .mega-menu ul li .dropdown ul {
    display: flex;
    flex-direction: column;
    height: unset;
    gap: 0.5rem;
    width: 100%;
    align-items: unset;
}

header .header-desktop .container .header__content .mega-menu ul li .dropdown ul li {
    border-bottom: 1px solid var(--second-color);
    padding: 0.375rem 0.5rem;
    min-height: 2.5rem;
}

header .header-desktop .container .header__content .mega-menu ul li .dropdown ul li a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    text-transform: unset;
}

header .header-desktop .container .header__content .mega-menu ul li .dropdown ul li a.active {
    color: var(--second-color);
}

header .header-desktop .container .header__content .mega-menu ul li .dropdown ul li::after {
    background: none;
}

header .header-desktop .container .header__content .mega-menu ul li .dropdown ul li:hover {
    width: 100%;
    padding: 0.375rem 0.5rem;
    border-radius: 0.5rem;
    background: var(--main-color);
    min-height: 2.5rem;
}

header .header-desktop .container .header__content .mega-menu ul li .dropdown ul li:hover a {
    color: var(--second-color);
    font-weight: 700;
    line-height: 1.25rem;
}

header .header-desktop .container .header__content .mega-menu ul li:hover .dropdown {
    display: flex;
    transition: all 0.3s;
}

    header .header-desktop .container .header__content .mega-menu ul li:hover a {
        /*color: var(--second-color);*/
        text-decoration: underline;
    }

header .header-desktop .container .header__content .language {
    cursor: pointer;
}

header .header-desktop .container .header__content .language .language-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

header .header-desktop .container .header__content .language .language-toggle span {
    color: var(--fifth-color);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

header .header-desktop .container .header__content .language .language-toggle img {
    width: 35px;
    margin-left: 0px;
}

header .header-desktop .container .header__content .language .language-other {
    display: none;
}

header .header-desktop .container .header__content .language .language-other.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 3.5rem;
    right: 0;
    background: var(--fifth-color);
    border-radius: 0.75rem;
    z-index: 999;
}

header .header-desktop .container .header__content .language .language-other.active a {
    color: var(--main-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0.5rem 1rem;
    text-align: center;
}

header .header-desktop .container .header__content .language .language-other.active a:hover {
    background: var(--second-color);
    border-radius: 0.75rem;
    color: var(--fifth-color);
}

header .header-desktop .container .header__content .logo-header {
    width: 18rem;
    max-height: 64px;
    margin: 10px auto;
}

header .header-desktop .container .header__content .logo-header img {
    -o-object-fit: contain;
    object-fit: contain;
}

header .header-mobile {
    display: none;
    position: fixed;
    top: 2rem;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 105;
}

@media only screen and (max-width: 1199px) {
    header .header-mobile {
        display: block;
    }
}

header .header-mobile .mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    /*background: var(--main-color);
    background-image: url('../images/menu_top_bg_1920x80.png');*/
    background-size: cover;
    background-position: top center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: var(--main-color);
}

header .header-mobile .mobile-bar .mobile-logo {
    flex-shrink: 0;
    width: 16.4125rem;
}

header .header-mobile .mobile-bar .mobile-logo a {
    display: block;
    width: 100%;
}

header .header-mobile .mobile-bar .mobile-logo a figure img {
    width: 100%;
}

header .header-mobile .mobile-bar .bar-right .open-mobi {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    color: var(--fourth-color);
}

header .header-mobile .sidebar-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    max-width: 24.125rem;
    width: 100%;
    background: var(--main-color);
    padding: 1.5625rem;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.4s all ease-in-out;
}

header .header-mobile .sidebar-menu.showmenu {
    transform: translateX(0);
}

header .header-mobile .sidebar-menu .menu-inner {
    height: 100%;
}

header .header-mobile .sidebar-menu .menu-inner .menu-top {
    border-bottom: 0.0625rem solid var(--fourth-color);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .mobile-logo {
    flex-shrink: 0;
    width: 11.15rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .mobile-logo a {
    display: block;
    width: 100%;
}

header .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .mobile-logo a figure {
    padding-top: 40.650406504%;
}

header .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .mobile-logo a figure img {
    width: 100%;
}

header .header-mobile .sidebar-menu .menu-inner .menu-top .top-bar .close-mobi {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    color: var(--fourth-color);
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle {
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 0.0625rem solid var(--fourth-color);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li {
    display: block;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--fourth-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0.9375rem 0.625rem;
    transition: all 0.3s linear;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li a i.i-up:before {
    content: "\f0de";
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li img {
    width: 1.5rem;
    height: 1.5rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul {
    display: none;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul li a {
    padding: 0.625rem 1.25rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul li ul {
    display: none;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul li ul li a {
    padding: 0.625rem 1.875rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-bottom .info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-bottom .info .child a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-bottom .info .child a figure {
    width: 1.5rem;
    height: 1.5rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-bottom .info .child a span {
    color: var(--fifth-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

header .header-mobile .sidebar-menu .menu-inner .menu-bottom .back-to {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

header .header-mobile .sidebar-menu .menu-inner .menu-bottom .back-to .back-to__text {
    color: var(--second-color);
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer .footer-wrapper {
    /*background: var(--main-color);*/
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
    padding-top: 4.19rem;
    padding-bottom: 0;
    background-image: url('../images/bg_footer_1920x488.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat:no-repeat;
    
    min-height: 488px;
}

footer .footer-wrapper .container .content {
    /*align-items: center;*/
    display: flex;
    gap: 5.31rem;
    margin-top: 90px;
}

@media only screen and (max-width: 767px) {
    footer .footer-wrapper .container .content {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media only screen and (max-width: 991px) {
    footer .footer-wrapper .container .content {
        flex-direction: column;
        gap: 2rem;
    }
}

footer .footer-wrapper .container .content .col-left .logo-footer {
    max-width: 30rem;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    footer .footer-wrapper .container .content .col-left .logo-footer {
        margin: unset;
    }
}

@media only screen and (max-width: 480px) {
    footer .footer-wrapper .container .content .col-left .logo-footer {
        margin: 0 auto;
    }
}

footer .footer-wrapper .container .content .col-left .list-contact {
    display: flex;
    flex-direction: column;
    gap: 0.94rem;
    margin-top: 2.58rem;
}

footer .footer-wrapper .container .content .col-left .list-contact .contact {
    display: flex;
    gap: 1.44rem;
}

footer .footer-wrapper .container .content .col-left .list-contact .contact .icon {
    width: 1.5rem;
    height: 1.5rem;
}

footer .footer-wrapper .container .content .col-left .list-contact .contact .text {
    max-width: 15.3rem;
}

footer .footer-wrapper .container .content .col-left .list-contact .contact .text a {
    color: var(--black);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-wrapper .container .content .col-left .logo-group {
    position: relative;
    max-width: 13.21794rem;
    margin-top: 3.44rem;
}

footer .footer-wrapper .container .content .col-left .logo-group::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 0.03125rem;
    background: #bfbfbf;
    top: -1.56rem;
    left: 3rem;
}

footer .footer-wrapper .container .content .col-left .logo-group span {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.6875rem;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: -0.25rem;
    left: 3.125rem;
}

footer .footer-wrapper .container .content .col-right {
    display: flex;
    gap: 2rem;
}

@media only screen and (max-width: 767px) {
    footer .footer-wrapper .container .content .col-right {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 667px) {
    footer .footer-wrapper .container .content .col-right {
        flex-wrap: wrap;
        gap: 2rem;
    }
}

footer .footer-wrapper .container .content .col-right .menu-f .title {
    max-width: 11.0625rem;
}

footer .footer-wrapper .container .content .col-right .menu-f .title h3 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

footer .footer-wrapper .container .content .col-right .menu-f nav {
    margin-top: 1.37rem;
}

footer .footer-wrapper .container .content .col-right .menu-f nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

footer .footer-wrapper .container .content .col-right .menu-f nav ul li a {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-wrapper .container .content .col-right .menu-f nav ul li a:hover {
    color: var(--second-color);
}

footer .footer-wrapper .container .content .col-right .menu-f nav ul li.active {
    border-left: 0.125rem solid var(--third-color);
    padding-left: 0.69rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .policy .title h3 {
    color: var(--fourth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer .footer-wrapper .container .content .col-right .col-2-right .policy nav {
    margin-top: 1.38rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .policy nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .policy nav ul li.active {
    border-left: 0.125rem solid var(--third-color);
    padding-left: 0.69rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .policy nav ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-wrapper .container .content .col-right .col-2-right .profile {
    margin-top: 2.5rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .profile .title h3 {
    color: var(--fourth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    footer .footer-wrapper .container .content .col-right .col-2-right .profile .download {
        margin-top: 0.5rem;
        border-radius: 0.5rem;
        border: 1px solid var(--sixth-color);
        background: var(--fourth-color);
        padding: 0.4rem 1rem 0.4rem 1rem;
        width: 9.1rem;
        height: 2.75rem;
    }

@media only screen and (max-width: 1199px) {
    footer .footer-wrapper .container .content .col-right .col-2-right .profile .download {
        padding: 0.4rem 0.5rem 0.4rem 0.5rem;
    }
}

footer .footer-wrapper .container .content .col-right .col-2-right .profile .download a {
    color: var(--white);
    text-align: center;
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-wrapper .container .content .col-right .col-2-right .profile .download img {
    width: 2rem;
    height: 2rem;
    margin-left: 2px;
}

footer .footer-wrapper .container .content .col-right .col-2-right .payment {
    margin-top: 1.25rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .payment .title h3 {
    color: var(--third-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

footer .footer-wrapper .container .content .col-right .col-2-right .payment .list-logo {
    display: flex;
    gap: 0.74rem;
    margin-top: 1.19rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .payment .list-logo img:first-child {
    width: auto;
    height: 1.5rem;
    margin-top: 8px;
}

footer .footer-wrapper .container .content .col-right .col-2-right .payment .list-logo img:nth-child(2) {
    width: auto;
    height: 2rem;
}

footer .footer-wrapper .container .content .col-right .col-3-right {
    min-width: 34rem;
}

@media only screen and (max-width: 667px) {
    footer .footer-wrapper .container .content .col-right .col-3-right {
        min-width: unset;
    }
}

footer .footer-wrapper .container .content .col-right .col-3-right .title h3 {
    max-width: 12rem;
    color: var(--fourth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}

footer .footer-wrapper .container .content .col-right .col-3-right nav {
    margin-top: 1.38rem;
    display: flex;
    gap: 3rem;
}

@media only screen and (max-width: 767px) {
    footer .footer-wrapper .container .content .col-right .col-3-right nav {
        flex-direction: column;
        gap: 6rem;
    }
}

footer .footer-wrapper .container .content .col-right .col-3-right nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

footer .footer-wrapper .container .content .col-right .col-3-right nav ul li a {
    color: var(--black);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .footer-wrapper .container .content .col-right .col-3-right nav ul li a:hover {
    color: var(--black);
    font-weight: 600
}

footer .footer-wrapper .container .content .col-right .col-3-right nav ul li:hover {
    border-left: 0.125rem solid var(--main-color);
    padding-left: 0.69rem;
}

footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: 90px;
}

@media only screen and (max-width: 767px) {
    footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right {
        gap: 2rem;
    }
}

footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right .list-socials {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    top: -23%;
}

@media only screen and (max-width: 767px) {
    footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right .list-socials {
        top: unset;
    }
}

footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right .list-socials .title-social {
    display: flex;
    gap: 0.4375rem;
    align-items: center;
}

footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right .list-socials .title-social span {
    color: var(--black);
    font-family: var(--f-body);
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right .list-socials .title-social img {
    width: 1.5rem;
    height: 1.5rem;
}

footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right .list-socials .logo {
    display: flex;
    gap: 0.67rem;
}

footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right .list-socials .logo img {
    width: auto;
    height: auto;
}

footer .footer-wrapper .container .content .col-right .col-3-right .verifed {
    width: 9.0625rem;
    height: 3.625rem;
    margin-top: 1.14rem;
    float: right;
}

@media only screen and (max-width: 767px) {
    footer .footer-wrapper .container .content .col-right .col-3-right .verifed {
        float: unset;
    }
}

footer .copy-right {
    background: var(--fourth-color);
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

footer .copy-right p {
    color: var(--white);
    font-family: var(--f-body);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .fixed-btn .scroll-to-top {
    position: fixed;
    bottom: 50%;
    right: 13%;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    border: 1px solid var(--second-color);
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 998;
}

@media only screen and (max-width: 667px) {
    footer .fixed-btn .scroll-to-top {
        right: 22%;
    }
}

footer .fixed-btn .scroll-to-top i {
    color: var(--second-color);
}

.pop-up-home {
    display: none;
    position: fixed;
    top: 9.875rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

@media only screen and (max-width: 1199px) {
    .pop-up-home {
        width: 80%;
    }
}

.pop-up-home.active {
    display: block;
    animation: opacity 0.3s;
}

.pop-up-home .background {
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    background-color: white;
    overflow: auto;
    height: 75vh;
}

@media screen and (min-width: 1440px) {
    .pop-up-home .background {
        width: 48rem;
        height: 40rem;
    }
}

.pop-up-home .background img {
    border-radius: 1rem;
}

.pop-up-home .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

@media only screen and (max-width: 667px) {
    .pop-up-home .close {
        top: -0.75rem;
    }
}

.pop-up-home .close svg {
    width: 2rem;
    height: 2rem;
}

@media only screen and (max-width: 667px) {
    .pop-up-home .close svg {
        width: 2rem;
        height: 2rem;
    }
}

.pop-up-home .more {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    bottom: 7%;
    right: 18%;
    width: 13.5rem;
    height: 3.25rem;
    flex-shrink: 0;
    border-radius: 6.25rem;
    border: 2px solid #347880;
    background: var(--fifth-color);
}

@media only screen and (max-width: 1380px) {
    .pop-up-home .more {
        width: 9.5rem;
        height: 2.25rem;
    }
}

@media only screen and (max-width: 667px) {
    .pop-up-home .more {
        width: 7.5rem;
        height: 1.25rem;
        bottom: 7%;
        right: 7%;
    }
}

.pop-up-home .more a {
    color: var(--main-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media only screen and (max-width: 667px) {
    .pop-up-home .more a {
        font-size: 0.5rem;
    }
}


.pop-up-home-policy {
    display: none;
    position: fixed;
    top: 9.875rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

@media only screen and (max-width: 1199px) {
    .pop-up-home-policy {
        width: 80%;
    }
}

.pop-up-home-policy.active {
    display: block;
    animation: opacity 0.3s;
}

.pop-up-home-policy .background {
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    background-color: white;
    padding: 10px;
}

@media screen and (min-width: 1440px) {
    .pop-up-home-policy .background {
        width: 48rem;
        height: 28rem;
        padding: 20px;
    }
}

.pop-up-home-policy .background img {
    border-radius: 1rem;
}

.pop-up-home-policy .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

@media only screen and (max-width: 667px) {
    .pop-up-home-policy .close {
        top: -0.75rem;
    }
}

.pop-up-home-policy .close svg {
    width: 2rem;
    height: 2rem;
}

@media only screen and (max-width: 667px) {
    .pop-up-home-policy .close svg {
        width: 2rem;
        height: 2rem;
    }
}

.pop-up-home-policy .more {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    bottom: 7%;
    right: 18%;
    width: 13.5rem;
    height: 3.25rem;
    flex-shrink: 0;
    border-radius: 6.25rem;
    border: 2px solid #347880;
    background: var(--fifth-color);
}

@media only screen and (max-width: 1380px) {
    .pop-up-home-policy .more {
        width: 9.5rem;
        height: 2.25rem;
    }
}

@media only screen and (max-width: 667px) {
    .pop-up-home-policy .more {
        width: 7.5rem;
        height: 1.25rem;
        bottom: 7%;
        right: 7%;
    }
}

.pop-up-home-policy .more a {
    color: var(--main-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media only screen and (max-width: 667px) {
    .pop-up-home-policy .more a {
        font-size: 0.5rem;
    }
}


.pop-up-home-video {
    display: none;
    position: fixed;
    top: 9.875rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

@media only screen and (max-width: 1199px) {
    .pop-up-home-video {
        width: 80%;
    }
}

.pop-up-home-video.active {
    display: block;
    animation: opacity 0.3s;
}

.pop-up-home-video .background {
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
}

@media screen and (min-width: 1440px) {
    .pop-up-home-video .background {
        width: 53.5rem;
        height: 500px;
    }
}

.pop-up-home-video .background img {
    border-radius: 1rem;
}

.pop-up-home-video .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

@media only screen and (max-width: 667px) {
    .pop-up-home-video .close {
        top: -0.75rem;
    }
}

.pop-up-home-video .close svg {
    width: 4.16669rem;
    height: 4.16669rem;
}

@media only screen and (max-width: 667px) {
    .pop-up-home-video .close svg {
        width: 2rem;
        height: 2rem;
    }
}

.pop-up-home-video .more {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    bottom: 7%;
    right: 18%;
    width: 13.5rem;
    height: 3.25rem;
    flex-shrink: 0;
    border-radius: 6.25rem;
    border: 2px solid #347880;
    background: var(--fifth-color);
}

@media only screen and (max-width: 1380px) {
    .pop-up-home-video .more {
        width: 9.5rem;
        height: 2.25rem;
    }
}

@media only screen and (max-width: 667px) {
    .pop-up-home-video .more {
        width: 7.5rem;
        height: 1.25rem;
        bottom: 7%;
        right: 7%;
    }
}

.pop-up-home-video .more a {
    color: var(--main-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media only screen and (max-width: 667px) {
    .pop-up-home-video .more a {
        font-size: 0.5rem;
    }
}

.section-1-homepage {
    /*margin-top: 100px;*/
    padding-top:7rem;

}

.section-1-homepage .content {
    position: relative;
}

.section-1-homepage .content .background {
    position: relative;
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background {
        height: 20rem;
    }
}

.section-1-homepage .content .background img {
    max-height: 60rem;
}

.section-1-homepage .content .background .swiper-container .swiper-slide img {
    height: 43.625rem;
}

@media screen and (min-width: 1440px) and (max-width: 1601px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide img {
        height: 35rem;
    }
}

@media only screen and (max-width: 1199px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide img {
        height: 30rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide img {
        height: 25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide img {
        height: 20rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide {
        height: 20rem;
    }
}

.section-1-homepage .content .background .swiper-container .swiper-slide .text {
    position: absolute;
    top: 22.92%;
    left: 50%;
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text {
        top: 45%;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text {
        top: 50%;
    }
}

.section-1-homepage .content .background .swiper-container .swiper-slide .text h2 {
    color: var(--fifth-color);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: var(--f-body);
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 1199px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text h2 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text h2 {
        font-size: 1rem;
    }
}

.section-1-homepage .content .background .swiper-container .swiper-slide .text p {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-left: 14rem;
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text p {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 1199px) {
    .section-1-homepage .content .background .swiper-container .swiper-slide .text p {
        margin-left: unset;
    }
}

.section-1-homepage .content .background .swiper-container .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(9, 22, 37, 0.2) 100%);
    pointer-events: none;
}

.section-1-homepage .content .background .swiper-container .swiper-button-next,
.section-1-homepage .content .background .swiper-container .swiper-button-prev {
    color: var(--fourth-color);
}

.section-1-homepage .content .background .swiper-container .swiper-button-next {
    right: 15%;
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    background: var(--second-color);
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .swiper-container .swiper-button-next {
        right: 1rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .swiper-container .swiper-button-next {
        width: 1.5rem;
        height: 2rem;
    }
}

.section-1-homepage .content .background .swiper-container .swiper-button-next::after {
    font-size: 1.5625rem;
}

.section-1-homepage .content .background .swiper-container .swiper-pagination-bullet-active {
    background: var(--second-color);
    opacity: unset;
}

.section-1-homepage .content .background .swiper-container .swiper-pagination-bullet {
    background: var(--fifth-color);
    width: 12px;
    height: 12px;
}

.section-1-homepage .content .background .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.section-1-homepage .content .background .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.section-1-homepage .content .background .swiper-container .swiper-pagination-custom,
.section-1-homepage .content .background .swiper-container .swiper-pagination-fraction {
    bottom: 1rem;
}

@media only screen and (max-width: 991px) {

    .section-1-homepage .content .background .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
    .section-1-homepage .content .background .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
    .section-1-homepage .content .background .swiper-container .swiper-pagination-custom,
    .section-1-homepage .content .background .swiper-container .swiper-pagination-fraction {
        bottom: 0.5rem;
    }
}

.section-1-homepage .content .background .swiper-container .swiper-button-next {
    right: 15%;
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    background: var(--second-color);
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .swiper-container .swiper-button-next {
        right: 1rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .swiper-container .swiper-button-next {
        width: 1.5rem;
        height: 2rem;
    }
}

.section-1-homepage .content .background .swiper-container .swiper-button-next::after {
    font-size: 1.5625rem;
}

.section-1-homepage .content .background .swiper-container .swiper-button-prev {
    background: var(--second-color);
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    left: 15%;
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .swiper-container .swiper-button-prev {
        width: 1.5rem;
        height: 2rem;
    }
}

.section-1-homepage .content .background .swiper-container .swiper-button-prev::after {
    font-size: 1.5625rem;
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .swiper-container .swiper-button-prev {
        left: 1rem;
    }
}

.section-1-homepage .content .background .book-now {
    display: none;
    width: 4.49981rem;
    height: 4.358rem;
    position: absolute;
    top: 2.63rem;
    right: 1.38rem;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .book-now {
        width: 3.125rem;
        height: 3.358rem;
        top: 4rem;
        right: 4.38rem;
        z-index: 2;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .book-now {
        width: 2.125rem;
        height: 2.358rem;
        top: 0.5rem;
        right: 6rem;
    }
}

.section-1-homepage .content .background .extended {
    display: none;
    width: 9.5rem;
    height: 2.5rem;
    position: absolute;
    z-index: 2;
    top: 10.25rem;
    right: 1.38rem;
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .extended {
        width: 7rem;
        height: 2.5rem;
        top: 1rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .extended {
        width: 5.375rem;
        height: 2rem;
        top: 0.5rem;
        right: 0;
    }
}

.section-1-homepage .content .background .text-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 28rem;
}

.section-1-homepage .content .background .text-mid .title {
    color: rgba(255, 255, 255, 0.95);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    /* 142.857% */
    letter-spacing: 0.04375rem;
}

.section-1-homepage .content .background .text-mid .desc {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--f-body);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    /* 138.462% */
    letter-spacing: 0.04063rem;
}

.section-1-homepage .content .background .text {
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.section-1-homepage .content .background .text .title {
    color: var(--fifth-color);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: var(--f-body);
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .text .title {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .text .title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-homepage .content .background .text .title {
        font-size: 1rem;
    }
}

.section-1-homepage .content .background .text .desc {
    margin-left: 10rem;
}

@media only screen and (max-width: 1199px) {
    .section-1-homepage .content .background .text .desc {
        margin-left: unset;
    }
}

.section-1-homepage .content .background .text .desc p {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .background .text .desc p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .background .text .desc p {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-homepage .content .background .text .desc p {
        font-size: 0.875rem;
    }
}

.section-1-homepage .content .find-room {
    width: 68.375rem;
    height: 5rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    /* background: var(--second-color);*/
    /*box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.5);*/
    position: absolute;
    transform: translate(-50%, -200%);
    left: 50%;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .section-1-homepage .content .find-room {
        width: 61rem;
        height: unset;
    }
}

@media only screen and (max-width: 1199px) {
    .section-1-homepage .content .find-room {
        width: 37rem;
        bottom: -23%;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .find-room {
        width: 37rem;
        bottom: unset;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .find-room {
        width: 27rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-homepage .content .find-room {
        width: 20rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .find-room {
        position: unset;
        transform: unset;
        margin: 2rem auto 0;
    }
}

.section-1-homepage .content .find-room .content {
    padding: 1rem 0 1rem 0;
    position: relative;
    display: flex;
}

.section-1-homepage .content .find-room .content form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.section-1-homepage .content .find-room .content form .child {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--second-color);
    padding: 0.88rem 0.62rem 0.55rem 0.94rem;
    color: var(--fifth-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.section-1-homepage .content .find-room .content form .child img {
    width: 1.5rem;
    height: 1.57969rem;
}

.section-1-homepage .content .find-room .content form .location {
    width: 16.125rem;
}

@media only screen and (max-width: 1199px) {
    .section-1-homepage .content .find-room .content form .location {
        width: 16.125rem;
    }
}

.section-1-homepage .content .find-room .content form .location select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

.section-1-homepage .content .find-room .content form .start-date,
.section-1-homepage .content .find-room .content form .end-date {
    display: flex;
    width: 10.5rem;
}

@media only screen and (max-width: 1199px) {

    .section-1-homepage .content .find-room .content form .start-date,
    .section-1-homepage .content .find-room .content form .end-date {
        width: 8.5rem;
    }
}

.section-1-homepage .content .find-room .content form .start-date input,
.section-1-homepage .content .find-room .content form .end-date input {
    border: none;
    background: none;
    width: 100%;
    color: var(--fifth-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-1-homepage .content .find-room .content form .start-date input::-webkit-calendar-picker-indicator,
.section-1-homepage .content .find-room .content form .end-date input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.section-1-homepage .content .find-room .content form .guests {
    width: 14.9375rem;
    position: relative;
}

.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests {
    position: absolute;
    padding: 2rem 1.5rem 2rem 1.5rem;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    left: -9rem;
    top: 3.5rem;
    width: 22rem;
    border-radius: 0.5rem;
    z-index: 200;
}

@media only screen and (max-width: 991px) {
    .section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests {
        left: -5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests {
        left: -11rem;
        width: 26rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests {
        left: -4rem;
        width: 21rem;
    }
}

.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests .adults,
.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests .children {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    color: var(--main-color);
}

.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests .adults .quantity,
.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests .children .quantity {
    padding: 0.5rem 1rem;
    border: 1px solid #bdbdbd;
    width: 50%;
}

.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests .adults .quantity .number,
.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests .children .quantity .number {
    padding: 2rem;
}

.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests .children {
    margin-top: 2rem;
}

.section-1-homepage .content .find-room .content form .guests #nonSubmitButton .pop-up-guests a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--second-color);
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    width: 100%;
}

.section-1-homepage .content .find-room .content form .btn-book-now button {
    width: 10.5rem;
    height: 3rem;
    border-radius: 0.75rem;
    border: 1px solid var(--fifth-color);
    background: var(--third-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

.section-1-homepage .content .find-room.active {
    animation: blink 1s;
    animation-iteration-count: 1;
}

@keyframes blink {
    50% {
        border: 3px solid var(--second-color);
    }
}

/*.section-2-homepage {*/
/*background: var(--fourth-color);*/
/*margin-top: 180px;
        position: relative;
    }*/

.section-2-homepage .container {
    padding-top: 4.75rem;
    padding-bottom: 3.75rem;
}

@media only screen and (max-width: 991px) {
    .section-2-homepage .container {
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }
}

.section-2-homepage .container .content {
    display: flex;
    flex-direction: column;
}

.section-2-homepage .container .content .name h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .section-2-homepage .container .content .name h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-homepage .container .content .name h2 {
        font-size: 2.5rem;
    }
}


@media only screen and (max-width: 480px) {
    .section-2-homepage .container .content .name h2 {
        font-size: 2.5rem;
    }
}

.section-2-homepage .container .content .location {
    margin-top: 0.6875rem;
    display: none;
}

.section-2-homepage .container .content .location span {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

.section-2-homepage .container .content .wrap {
    display: flex;
    gap: 1.69rem;
    margin-top: 3rem;
    /*align-items: center;*/
}

@media only screen and (max-width: 1199px) {
    .section-2-homepage .container .content .wrap {
        gap: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-2-homepage .container .content .wrap {
        flex-direction: column-reverse;
        gap: 2rem;
    }
}

.section-2-homepage .container .content .wrap .left {
    max-width: 30.125rem;
    width: 100%;
    border-radius: 0.75rem;
    background: var(--fourth-color);
    /* box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
        padding: 2.56rem 2.25rem 1.94rem 3.25rem;*/
    padding: 0;
}

@media only screen and (max-width: 1199px) {
    .section-2-homepage .container .content .wrap .left {
        max-width: 28.125rem;
        padding: 2.56rem 1.25rem 1.94rem 2.25rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-2-homepage .container .content .wrap .left {
        max-width: 100%;
        padding: 1.56rem 1.25rem 0.94rem 2.25rem;
    }
}

.section-2-homepage .container .content .wrap .left .desc {
    max-width: 26.5rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-homepage .container .content .wrap .left .desc {
        max-width: 24.5rem;
        margin-top: unset;
    }
}

@media only screen and (max-width: 991px) {
    .section-2-homepage .container .content .wrap .left .desc {
        max-width: 100%;
    }
}

.section-2-homepage .container .content .wrap .left .desc p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 157.143% */

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    /*tối đa 15 dòng*/
    -webkit-box-orient: vertical;
}

.section-2-homepage .container .content .wrap .left .desc p:nth-child(2) {
    margin-top: 1rem;
}

.section-2-homepage .container .content .wrap .left .see-more {
    margin-top: 3rem;
    border: 1px solid var(--main-color);
    border-radius: 0.75rem;
    background: var(--fifth-color);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 13.5rem;
    height: 3.25rem;
}

.section-2-homepage .container .content .wrap .left .see-more:hover {
    border: none;
    background: var(--third-color);
}

@media only screen and (max-width: 991px) {
    .section-2-homepage .container .content .wrap .left .see-more {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-homepage .container .content .wrap .left .see-more {
        max-width: 10rem;
    }
}

.section-2-homepage .container .content .wrap .left .see-more a {
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-2-homepage .container .content .wrap .right {
    position: relative;
    max-width: 43.125rem;
    border-radius: 0.75rem;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1440px) {
    /*.section-2-homepage .container .content .wrap .right {
    height: 26.375rem;
  }*/
}

@media only screen and (max-width: 991px) {
    .section-2-homepage .container .content .wrap .right {
        max-width: 100%;
    }
}

/* .section-2-homepage .container .content .wrap .right .video {
        height: 100%;
    }*/

.section-2-homepage .container .content .wrap .right img {
    border-radius: 0.75rem;
    width: 43.125rem;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .section-2-homepage .container .content .wrap .right img {
        width: 100%;
    }
}

.section-2-homepage .container .content .wrap .right::before {
    content: "";
    position: absolute;
    background-image: url("../images/icon-play.png");
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.section-2-homepage .container .content .wrap .right::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.section-3-homepage {
    /*background-color: #f5f3ef;*/
    /* padding-top: 3.25rem;
    padding-bottom: 9.5rem;*/
    position: relative;
    max-height: 924px;
    height:924px;
    background-image: url('../images/section-3-bg_1920x924.png');
    background-repeat:no-repeat;
}


.section-3-homepage .container .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 667px) {
    .section-3-homepage .container .title-section {
        flex-direction: column;
        gap: 1.5rem;
        justify-content: flex-start;
        align-items: unset;
    }
}

.section-3-homepage .container .title-section .left h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-3-homepage .container .title-section .left h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-3-homepage .container .title-section .left h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-3-homepage .container .title-section .left h2 {
        font-size: 1.5rem;
    }
}

.section-3-homepage .container .title-section .left p {
    max-width: 43.125rem;
    margin-top: 0.5rem;
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

@media only screen and (max-width: 991px) {
    .section-3-homepage .container .title-section .left p {
        max-width: 25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-3-homepage .container .title-section .left p {
        max-width: 100%;
    }
}

.section-3-homepage .container .title-section .right a {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    padding: 1.13rem 2.44rem 1.06rem 2.81rem;
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .section-3-homepage .container .title-section .right a {
        padding: 1.13rem 1.5rem 1.06rem 1.5rem;
    }
}

.section-3-homepage .container .absolute {
    max-width: 1500px;
    width: 80vw;
}

@media only screen and (max-width: 1480px) {
    .section-3-homepage .container .absolute {
        width: 90vw;
    }
}

@media only screen and (max-width: 480px) {
    .section-3-homepage .container .absolute {
        width: 95vw;
    }
}

.section-3-homepage .container .absolute .list-slide-3-home {
    padding-top: 2.88rem;
    overflow: hidden;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper {
    padding-bottom: 0.625rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide {
    height: 38rem;
    position: relative;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
    opacity: 0.7;
    border-radius: 0.5rem;
    pointer-events: none;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #000000 0%, rgba(0, 0, 0, 0) 90%);
    opacity: 0.6;
    border-radius: 0.5rem;
    pointer-events: none;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .text {
    position: absolute;
    bottom: 15%;
    left: 3rem;
    width: 88%;
    padding-bottom: 0.875rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .text .name-room h3 {
    color: var(--fifth-color);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    font-family: var(--f-body);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .text .list-info {
    display: none;
    margin-top: 1.5rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .text .list-info .child {
    display: flex;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .text .list-info .child .left {
    flex: 0.35;
    text-align: left;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .text .list-info .child .left span {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .text .list-info .child .right {
    flex: 0.7;
    text-align: left;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .text .list-info .child .right span {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 2rem;
    left: 3rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .check,
.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .detail {
    border-radius: 0.75rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .check a,
.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .detail a {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .check {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: var(--second-color);
    padding: 0.81rem 2.75rem 0.87rem 2.06rem;
}

@media screen and (min-width: 1500px) and (max-width: 1740px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .check {
        padding: 0.81rem 1.75rem 0.87rem 1.06rem;
    }
}

@media screen and (min-width: 1481px) and (max-width: 1560px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .check {
        padding: 0.81rem 1rem 0.87rem 1.06rem;
    }
}

@media only screen and (max-width: 1480px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .check {
        padding: 0.81rem 1rem 0.87rem 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .check {
        padding: 0.81rem 0.5rem 0.87rem 0.5rem;
    }
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .detail {
    padding: 0.81rem 3.19rem 0.87rem 3.31rem;
    border: 1px solid var(--fifth-color);
    background: var(--fifth-color);
}

@media screen and (min-width: 1500px) and (max-width: 1740px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .detail {
        padding: 0.81rem 2.19rem 0.87rem 2.31rem;
    }
}

@media screen and (min-width: 1481px) and (max-width: 1560px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .detail {
        padding: 0.81rem 1.5rem 0.87rem 2.31rem;
    }
}

@media only screen and (max-width: 1480px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .detail {
        padding: 0.81rem 2rem 0.87rem 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide .action .detail {
        padding: 0.81rem 1rem 0.87rem 1.5rem;
    }
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide figure {
    overflow: hidden;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide figure img {
    border-radius: 0.5rem;
    height: 38rem;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide:hover {
    cursor: pointer;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide:hover .list-info {
    display: block;
    animation: fadeIn 0.8s ease-in-out forwards;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-3-home .swiper-wrapper .swiper-slide:hover .text {
    padding-bottom: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-pagination-custom {
    position: absolute;
    left: 48.5%;
    bottom: 9%;
    width: 20%;
}

@media only screen and (max-width: 991px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-pagination-custom {
        left: 46.5%;
        bottom: 4%;
    }
}

@media only screen and (max-width: 667px) {
    .section-3-homepage .container .absolute .list-slide-3-home .swiper-pagination-custom {
        left: 42.5%;
    }
}

.section-3-homepage .container .absolute .list-slide-3-home .swiper-pagination-custom .swiper-pagination-bullet {
    background: var(--fifth-color);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}


.section-4-homepage {
    position: relative;
    min-height: 720px;
    background-image: url('../images/section-2-bg.png');
}

.section-4-homepage .container {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
}

@media only screen and (max-width: 991px) {
    .section-4-homepage .container {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
}

.section-4-homepage .container .content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section-4-homepage .container .content .name h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-4-homepage .container .content .name h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-4-homepage .container .content .name h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-4-homepage .container .content .name h2 {
        font-size: 1.5rem;
    }
}

.section-4-homepage .container .content .wrap {
    display: flex;
    gap: 1.69rem;
    margin-top: 1.81rem;
}

@media only screen and (max-width: 1199px) {
    .section-4-homepage .container .content .wrap {
        gap: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-4-homepage .container .content .wrap {
        flex-direction: column-reverse;
        gap: 2rem;
    }
}

.section-4-homepage .container .content .wrap .left {
    max-width: 30.125rem;
    width: 100%;
    border-radius: 0.75rem;
    background: var(--fifth-color);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 2.56rem 2.25rem 1.94rem 3.25rem;
    height: 26.375rem;
}

@media only screen and (max-width: 1199px) {
    .section-4-homepage .container .content .wrap .left {
        max-width: 28.125rem;
        padding: 2.56rem 1.25rem 1.94rem 2.25rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-4-homepage .container .content .wrap .left {
        max-width: 100%;
        padding: 2.56rem 1.25rem 1.94rem 2.25rem;
    }
}

.section-4-homepage .container .content .wrap .left .desc {
    max-width: 25.5rem;
}

@media only screen and (max-width: 1199px) {
    .section-4-homepage .container .content .wrap .left .desc {
        max-width: 24.5rem;
        margin-top: unset;
    }
}

@media only screen and (max-width: 991px) {
    .section-4-homepage .container .content .wrap .left .desc {
        max-width: 100%;
    }
}

.section-4-homepage .container .content .wrap .left .desc p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 157.143% */
}

.section-4-homepage .container .content .wrap .left .see-more {
    margin-top: 1.875rem;
    border-radius: 0.75rem;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 13.5rem;
    height: 3.25rem;
}

@media only screen and (max-width: 991px) {
    .section-4-homepage .container .content .wrap .left .see-more {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-4-homepage .container .content .wrap .left .see-more {
        max-width: 10.5rem;
    }
}

.section-4-homepage .container .content .wrap .left .see-more a {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-4-homepage .container .content .wrap .right {
    position: relative;
    width: 100%;
    max-width: 43.125rem;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.5));
}

@media only screen and (max-width: 1199px) {
    .section-4-homepage .container .content .wrap .right {
        max-width: 35rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-4-homepage .container .content .wrap .right {
        max-width: 100%;
    }
}

.section-4-homepage .container .content .wrap .right img {
    height: 26.375rem;
    width: 100%;
    border-radius: 0.75rem;
}

.section-4-homepage .container .content .wrap .right .swiper-pagination-4-home {
    width: 10%;
    margin: 1.5rem auto 0;
}

@media only screen and (max-width: 1199px) {
    .section-4-homepage .container .content .wrap .right .swiper-pagination-4-home {
        width: 13%;
        margin: 1rem auto 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-4-homepage .container .content .wrap .right .swiper-pagination-4-home {
        width: 25%;
    }
}

.section-4-homepage .container .content .wrap .right .swiper-pagination-4-home .swiper-pagination-bullet {
    background: #e1e1e1;
}

.section-5-homepage {
    padding-top: 6.75rem;
    padding-bottom: 4.875rem;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .section-5-homepage {
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-5-homepage {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
}

.section-5-homepage .container .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 667px) {
    .section-5-homepage .container .title-section {
        flex-direction: column;
        gap: 1.5rem;
        justify-content: flex-start;
        align-items: unset;
    }
}

.section-5-homepage .container .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

/*.section-5-homepage .container .title-section .left h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}*/
@media only screen and (max-width: 991px) {
    .section-5-homepage .container .title-section h2 {
        font-size: 3rem;
    }

    /*.section-5-homepage .container .title-section .left h2 {
    font-size: 3rem;
  }*/
}

@media only screen and (max-width: 667px) {
    .section-5-homepage .container .title-section h2 {
        font-size: 2.5rem;
    }

    /*.section-5-homepage .container .title-section .left h2 {
    font-size: 2.5rem;
  }*/
}

.section-5-homepage .container .title-section .left p {
    max-width: 55rem;
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .container .title-section .left p {
        max-width: 25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-5-homepage .container .title-section .left p {
        max-width: 100%;
    }
}

.section-5-homepage .container .title-section .right a {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    padding: 0.875rem 2.8rem;
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 11.25rem;
    height: 3.25rem;
}

.section-5-homepage .container .title-section .right a:hover {
    border: none;
    background: var(--third-color);
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .container .title-section .right a {
        padding: 1.13rem 1.5rem 1.06rem 1.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .container .title-section .right a {
        width: 40%;
        height: 54px;
    }
}

.section-5-homepage .container .list-faci {
    display: flex;
    gap: 2.7919rem 3rem;
    margin-top: 3.125rem;
    flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
    .section-5-homepage .container .list-faci {
        gap: 2rem;
        margin-top: 2rem;
    }
}

.section-5-homepage .container .list-faci .child {
    display: flex;
    flex-direction: column;
}

.section-5-homepage .container .list-faci .child figure {
    width: 10rem;
    height: 8.125rem;
}

@media only screen and (max-width: 1380px) {
    .section-5-homepage .container .list-faci .child figure {
        width: 9rem;
        height: 7.25rem;
    }
}

@media only screen and (max-width: 1199px) {
    .section-5-homepage .container .list-faci .child figure {
        width: 7rem;
        height: 6rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-5-homepage .container .list-faci .child figure {
        width: 10rem;
        height: 8.125rem;
    }
}

.section-5-homepage .container .list-faci .child .text {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-5-homepage .container .list-faci .child .text strong {
    font-weight: 700;
}

.section-5-homepage .content {
    /*padding-left: 15.1875rem;
  padding-right: 15.1875rem;*/
    padding-top: 2.875rem;
}

@media only screen and (max-width: 1480px) {
    .section-5-homepage .content {
        padding-left: 0;
        padding-right: 0;
    }
}

.section-5-homepage .content .list-boxs {
    width: 100%;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .content .list-boxs {
        flex-wrap: wrap;
    }
}

.section-5-homepage .content .list-boxs .box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30%;
    height: 32.1819rem;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 0.8s;
}

@media screen and (min-width: 1440px) and (max-width: 1601px) {
    .section-5-homepage .content .list-boxs .box {
        height: 29rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .content .list-boxs .box:first-child {
        width: 50%;
    }

    .section-5-homepage .content .list-boxs .box:nth-child(2) {
        width: 50%;
    }

    .section-5-homepage .content .list-boxs .box:nth-child(3) {
        width: 100%;
    }
}

@media only screen and (max-width: 667px) {
    .section-5-homepage .content .list-boxs .box:first-child {
        width: 100%;
    }

    .section-5-homepage .content .list-boxs .box:nth-child(2) {
        width: 100%;
    }

    .section-5-homepage .content .list-boxs .box:nth-child(3) {
        width: 100%;
    }
}

.section-5-homepage .content .list-boxs .box .title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section-5-homepage .content .list-boxs .box .title h4 {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-5-homepage .content .list-boxs .box .title-show {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-style: normal;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.2rem;
    background: rgba(0, 0, 0, 0.6);
}

.section-5-homepage .content .list-boxs .box .title-show h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.section-5-homepage .content .list-boxs .box .title-show p {
    margin-top: 0.5625rem;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: justify;
}

.section-5-homepage .content .list-boxs .box::after {
    content: "";
    position: absolute;
    background-color: rgba(1, 1, 2, 0.5);
    inset: 0;
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .content .list-boxs .box::after {
        content: none;
    }
}

.section-5-homepage .content .list-boxs .box:last-child {
    width: 10% !important;
    background: var(--second-color);
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .content .list-boxs .box:last-child {
        width: 100% !important;
        height: 4rem;
    }
}

.section-5-homepage .content .list-boxs .box:last-child .title h4 {
    color: var(--fifth-color);
    text-align: center;
    font-family: var(--f-body);
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25rem;
    /* 35.714% */
}

.section-5-homepage .content .list-boxs .box:last-child .title-show {
    top: 14rem;
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .content .list-boxs .box:last-child .title-show {
        top: 0;
        text-align: center;
    }
}

.section-5-homepage .content .list-boxs .box.show {
    width: 41.25rem !important;
}

.section-5-homepage .content .list-boxs .box.show .title {
    display: none;
}

.section-5-homepage .content .list-boxs .box.show .title-show {
    visibility: visible;
    max-height: 100%;
    animation: fadeIn 0.6s ease-in-out forwards;
}

.section-5-homepage .content .list-boxs .box.show::after {
    display: none;
}

@media only screen and (max-width: 991px) {
    .section-5-homepage .content .list-boxs .box .title {
        display: none;
    }

    .section-5-homepage .content .list-boxs .box .title-show {
        visibility: visible;
        max-height: 100%;
    }
}

.section-5-homepage .content .list-boxs-mobile {
    display: none;
}

@media only screen and (max-width: 667px) {
    .section-5-homepage .content .list-boxs {
        display: none;
    }

    .section-5-homepage .content .list-boxs-mobile {
        display: block;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .section-5-homepage .content .list-boxs-mobile .swiper-slide {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .section-5-homepage .content .list-boxs-mobile .box {
        width: 100%;
        height: 32.1819rem;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        border-radius: 0.5rem;
    }

    .section-5-homepage .content .list-boxs-mobile .box .title-show {
        color: var(--fifth-color);
        font-family: var(--f-body);
        font-style: normal;
        line-height: normal;
        max-height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2rem 1.69rem 7rem 2.38rem;
        min-height: 13rem;
        background: rgba(0, 0, 0, 0.6);
    }

    .section-5-homepage .content .list-boxs-mobile .box .title-show h4 {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .section-5-homepage .content .list-boxs-mobile .box .title-show p {
        margin-top: 0.5625rem;
        font-size: 0.875rem;
        font-weight: 400;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }

    .section-5-homepage .content .list-boxs-mobile .swiper-pagination-5-home-mob {
        width: 20%;
        margin: 1.5rem auto 0;
    }

    .section-5-homepage .content .list-boxs-mobile .swiper-pagination-5-home-mob .swiper-pagination-bullet {
        background: #e1e1e1;
    }
}

.section-6-homepage {
    padding-top: 3.3125rem;
    padding-bottom: 3.3rem;
    /*background: var(--main-color);*/
    background-image: url('../images/section-6-bg.png');
    background-size: cover;
    background-position: top center;
}

@media only screen and (max-width: 991px) {
    .section-6-homepage {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
}

.section-6-homepage .container .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 667px) {
    .section-6-homepage .container .title-section {
        flex-direction: column;
        gap: 1.5rem;
        justify-content: flex-start;
        align-items: unset;
    }
}

.section-6-homepage .container .title-section h2 {
    color: var(--fourth-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

/*.section-6-homepage .container .title-section .left h2 {
  color: var(--main-color);
  font-family: "Playfair Display";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}*/
@media only screen and (max-width: 991px) {
    .section-6-homepage .container .title-section h2 {
        font-size: 3rem;
    }

    /*.section-6-homepage .container .title-section .left h2 {
    font-size: 3rem;
  }*/
}

@media only screen and (max-width: 667px) {
    .section-6-homepage .container .title-section h2 {
        font-size: 2.5rem;
    }

    /*.section-6-homepage .container .title-section .left h2 {
    font-size: 2.5rem;
  }*/
}

.section-6-homepage .container .title-section .left p {
    margin-top: 0.75rem;
    max-width: 55rem;
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

@media only screen and (max-width: 991px) {
    .section-6-homepage .container .title-section .left p {
        max-width: 25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-6-homepage .container .title-section .left p {
        max-width: 100%;
    }
}

.section-6-homepage .container .title-section .right a {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    padding: 1.13rem 2.44rem 1.06rem 2.81rem;
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-6-homepage .container .title-section .right a:hover {
    background: var(--third-color);
}

@media only screen and (max-width: 991px) {
    .section-6-homepage .container .title-section .right a {
        padding: 1.13rem 1.5rem 1.06rem 1.5rem;
    }
}

.section-6-homepage .container .list-slider {
    margin-top: 450px;
    padding-bottom: 4rem;
}

.section-6-homepage .container .list-slider .item .content-wrapper {
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
    background: var(--fourth-color);
}

.section-6-homepage .container .list-slider .item .content-wrapper figure {
    position: relative;
    display: block;
    width: 100%;
    height: 255px;
    padding-top: 0;
    overflow: hidden;
}

.section-6-homepage .container .list-slider .item .content-wrapper figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(32, 75, 89, 0.05) 0%, rgba(13, 26, 52, 0.05) 100%);
}

.section-6-homepage .container .list-slider .item .content-wrapper figure img {
    position: absolute;
    inset: 0;
}

.section-6-homepage .container .list-slider .item .content-wrapper figure img:hover {
    cursor: pointer;
    scale: 1.1;
    transition: all 0.5s;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text {
    padding: 1.3381rem 1.9375rem 1.9375rem 2.125rem;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .title {
    margin-bottom: 1.94rem;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .title a {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .list-info {
    margin-bottom: 1.62rem;
    display: flex;
    flex-direction: column;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .list-info .info .left {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .list-info .info .right {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .bot {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1380px) {
    .section-6-homepage .container .list-slider .item .content-wrapper .text .bot {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .left .price span {
    text-decoration: line-through;
    color: #9a8f8f;
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .left .price-sale span {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375rem;
    /* 64.706% */
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .left .price-sale .time {
    font-size: 1rem;
    font-weight: 400;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1380px) {
    .section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right {
        width: 40%;
    }
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right::after,
.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 12px;
    background: var(--third-color);
    z-index: -1;
}

/*.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right::after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 350ms ease;
}
.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right::before {
  transform: translateX(-100%);
  z-index: 1;
}*/
.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right:hover {
    border: none;
}

/*.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right:hover::after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms 360ms ease;
}
.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right:hover::before {
  transform: translateX(0);
  transition: transform 350ms ease;
}*/
.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right a {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.75rem;
    height: 2.5rem;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text .bot .right a:hover {
    background: var(--third-color);
}

.section-6-homepage .container .list-slider .swiper-pagination-6-home {
    left: 50%;
    width: 30%;
    /*width:100%;
  display:flex;
  justify-content:center;*/
    position: absolute;
}

@media only screen and (max-width: 991px) {
    .section-6-homepage .container .list-slider .swiper-pagination-6-home {
        left: 46%;
    }
}

.section-6-homepage .container .list-slider .swiper-pagination-6-home .swiper-pagination-bullet {
    background: var(--fifth-color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.section-6-homepage .container .list-slider .swiper-button-next,
.section-6-homepage .container .list-slider .swiper-button-prev {
    color: var(--fifth-color);
}

.section-6-homepage .container .list-slider .swiper-button-next {
    top: 39%;
    right: 1.55%;
    position: absolute;
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    background: rgba(9, 22, 37, 0.5);
}

.section-6-homepage .container .list-slider .swiper-button-next::after {
    font-size: 1.5625rem;
}

.section-6-homepage .container .list-slider .swiper-button-prev {
    background: rgba(9, 22, 37, 0.5);
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    top: 39%;
    left: 1.55%;
}

.section-6-homepage .container .list-slider .swiper-button-prev::after {
    font-size: 1.5625rem;
}

/*.section-6-homepage .container .swiper {
    overflow: unset;
}

.section-6-homepage .container .swiper-wrapper .swiper-slide.swiper-slide-duplicate, .section-6-homepage .container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev, .section-6-homepage .container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next, .section-6-homepage .container .swiper-wrapper .swiper-slide.swiper-slide-prev {
    visibility: hidden;
}

    .section-6-homepage .container .swiper-wrapper .swiper-slide.swiper-slide-active, .section-6-homepage .container .swiper-wrapper .swiper-slide.swiper-slide-next {
        visibility: visible;
    }*/

.section-7-homepage {
    padding-top: 3.5625rem;
    padding-bottom: 5rem;
    /*background-color: var(--fourth-color);*/
}

@media only screen and (max-width: 667px) {
    .section-7-homepage {
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }
}

.section-7-homepage .container .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 667px) {
    .section-7-homepage .container .title-section {
        flex-direction: column;
        gap: 1.5rem;
        justify-content: flex-start;
        align-items: unset;
    }
}

.section-7-homepage .container .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .section-7-homepage .container .title-section h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-7-homepage .container .title-section h2 {
        font-size: 2.5rem;
    }
}

.section-7-homepage .container .title-section .left p {
    margin-top: 1.75rem;
    max-width: 55rem;
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

@media only screen and (max-width: 991px) {
    .section-7-homepage .container .title-section .left p {
        max-width: 25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-7-homepage .container .title-section .left p {
        max-width: 100%;
    }
}

.section-7-homepage .container .title-section .right a {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    padding: 1.13rem 2.44rem 1.06rem 2.81rem;
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-7-homepage .container .title-section .right a:hover {
    border: none;
    background: var(--third-color);
}

@media only screen and (max-width: 991px) {
    .section-7-homepage .container .title-section .right a {
        padding: 1.13rem 0.8rem 1.06rem 0.8rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-7-homepage .container .title-section .right a {
        font-size: 0.75rem;
    }
}


.section-7-homepage .content {
    width: 100%;
    height: 100%;
}

.section-7-homepage .content .gallery-top {
    display: flex;
    justify-content: space-between;
    margin-top: 2.6875rem;
}

@media only screen and (max-width: 991px) {
    .section-7-homepage .content .gallery-top {
        justify-content: unset;
        flex-wrap: wrap;
        gap: 1rem 1rem;
        margin-left: 1.25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-7-homepage .content .gallery-top {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.section-7-homepage .content .gallery-top .child {
    overflow: hidden;
    position: relative;
}

.section-7-homepage .content .gallery-top .child::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(39, 77, 154, 0.02) 0%, rgba(13, 26, 52, 0.1) 100%);
    inset: 0;
    z-index: 1;
}

.section-7-homepage .content .gallery-top .child .overlay-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.section-7-homepage .content .gallery-top .child .overlay-gallery img {
    width: 2.75rem;
    height: 2.75rem;
}

.section-7-homepage .content .gallery-top .child:hover .overlay-gallery {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    z-index: 2;
}

.section-7-homepage .content .gallery-top .child img {
    height: 19.6875rem;
}

.section-7-homepage .content .gallery-top .child:first-child {
    width: 34%;
}

.section-7-homepage .content .gallery-top .child:nth-child(2) {
    width: 15%;
}

.section-7-homepage .content .gallery-top .child:nth-child(3) {
    width: 25%;
}

.section-7-homepage .content .gallery-top .child:last-child {
    width: 24%;
}

@media only screen and (max-width: 991px) {
    .section-7-homepage .content .gallery-top .child:hover .overlay-gallery {
        display: none;
    }

    .section-7-homepage .content .gallery-top .child:first-child {
        width: 48%;
    }

    .section-7-homepage .content .gallery-top .child:nth-child(2) {
        width: 48%;
    }

    .section-7-homepage .content .gallery-top .child:nth-child(3) {
        width: 48%;
    }

    .section-7-homepage .content .gallery-top .child:last-child {
        width: 48%;
    }
}

@media only screen and (max-width: 667px) {
    .section-7-homepage .content .gallery-top .child {
        width: 100% !important;
    }
}

.section-7-homepage .content .gallery-bot {
    margin-top: 1.33rem;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.6fr 0.6fr;
    grid-template-rows: 9.8125rem 9.8125rem;
    grid-gap: 0.75rem 0.6875rem;
}

@media only screen and (max-width: 991px) {
    .section-7-homepage .content .gallery-bot {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 1rem;
        margin-left: 1.25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-7-homepage .content .gallery-bot {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.section-7-homepage .content .gallery-bot .child {
    position: relative;
    overflow: hidden;
}

.section-7-homepage .content .gallery-bot .child::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(39, 77, 154, 0.02) 0%, rgba(13, 26, 52, 0.1) 100%);
    /* inset: 0; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 1;
}

.section-7-homepage .content .gallery-bot .child .overlay-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.section-7-homepage .content .gallery-bot .child .overlay-gallery img {
    width: 2.75rem;
    height: 2.75rem;
}

.section-7-homepage .content .gallery-bot .child:hover .overlay-gallery {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    z-index: 2;
}

.section-7-homepage .content .gallery-bot .child img {
    height: 19.6875rem;
}

.section-7-homepage .content .gallery-bot .child:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
}

.section-7-homepage .content .gallery-bot .child:nth-child(2),
.section-7-homepage .content .gallery-bot .child:nth-child(3) {
    grid-column: 2/3;
}

.section-7-homepage .content .gallery-bot .child:nth-child(2) img,
.section-7-homepage .content .gallery-bot .child:nth-child(3) img {
    height: 9.125rem;
}

.section-7-homepage .content .gallery-bot .child:nth-child(2) .overlay-gallery,
.section-7-homepage .content .gallery-bot .child:nth-child(3) .overlay-gallery {
    height: 93%;
}

.section-7-homepage .content .gallery-bot .child:nth-child(2) .overlay-gallery img,
.section-7-homepage .content .gallery-bot .child:nth-child(3) .overlay-gallery img {
    width: 2.75rem;
    height: 2.75rem;
}

.section-7-homepage .content .gallery-bot .child:nth-child(4) {
    grid-row: 1/3;
    grid-column: 3/4;
}

.section-7-homepage .content .gallery-bot .child:nth-child(5) {
    grid-column: 4/5;
    grid-row: 1/3;
}

@media only screen and (max-width: 991px) {
    .section-7-homepage .content .gallery-bot .child:hover .overlay-gallery {
        display: none;
    }

    .section-7-homepage .content .gallery-bot .child:first-child {
        width: 48%;
    }

    .section-7-homepage .content .gallery-bot .child:nth-child(2) {
        width: 48%;
    }

    .section-7-homepage .content .gallery-bot .child:nth-child(2) img {
        height: 19.6875rem;
    }

    .section-7-homepage .content .gallery-bot .child:nth-child(3) {
        width: 48%;
    }

    .section-7-homepage .content .gallery-bot .child:nth-child(3) img {
        height: 19.6875rem;
    }

    .section-7-homepage .content .gallery-bot .child:nth-child(4) {
        width: 48%;
    }

    .section-7-homepage .content .gallery-bot .child:nth-child(4) img {
        height: 19.6875rem;
    }

    .section-7-homepage .content .gallery-bot .child:last-child {
        width: 100%;
        margin-right: 1.25rem;
    }
}

@media only screen and (max-width: 991px) and (max-width: 667px) {
    .section-7-homepage .content .gallery-bot .child:last-child {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-7-homepage .content .gallery-bot .child:last-child img {
        height: 19.6875rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-7-homepage .content .gallery-bot .child {
        width: 100% !important;
    }
}

.section-8-homepage {
    background: #f5f3ef;
}

.section-8-homepage .container {
    padding-top: 4.69rem;
    padding-bottom: 10.5rem;
}

@media only screen and (max-width: 991px) {
    .section-8-homepage .container {
        padding-top: 3rem;
        padding-bottom: 4.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-8-homepage .container {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
}

.section-8-homepage .container .text h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-8-homepage .container .text h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-8-homepage .container .text h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-8-homepage .container .text h2 {
        font-size: 1.5rem;
    }
}

.section-8-homepage .container .text p {
    margin-top: 0.94rem;
    max-width: 42.75rem;
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-8-homepage .container .list-guest {
    margin-top: 5rem;
}

@media only screen and (max-width: 991px) {
    .section-8-homepage .container .list-guest {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-8-homepage .container .list-guest {
        margin-top: 2rem;
        gap: 2rem;
    }
}

.section-8-homepage .container .list-guest .logo {
    width: 6rem;
    height: 5rem;
}

.section-8-homepage .container .list-guest .logo img {
    width: unset;
    height: unset;
}

.section-8-homepage .container .list-guest .star-and-name {
    margin-top: 2.25rem;
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .section-8-homepage .container .list-guest .star-and-name {
        margin-top: 1.5rem;
    }
}

.section-8-homepage .container .list-guest .star-and-name .fa-star {
    color: rgb(245, 185, 23);
}

.section-8-homepage .container .list-guest .star-and-name .name h3 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
}

.section-8-homepage .container .list-guest .desc {
    margin-top: 0.75rem;
    max-width: 21.625rem;
}

@media only screen and (max-width: 480px) {
    .section-8-homepage .container .list-guest .desc {
        max-width: 100%;
    }
}

.section-8-homepage .container .list-guest .desc p {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    /* 171.429% */
}

.section-8-homepage .container .list-guest .action {
    cursor: pointer;
    margin-top: 2.1875rem;
}

.section-8-homepage .container .list-guest .action a {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-8-homepage .container .list-guest .action a i {
    margin-left: 6px;
}

.section-8-homepage .container .list-guest .action:hover a {
    text-decoration: underline;
}


.section-9-homepage {
    padding-top: 3.3125rem;
    padding-bottom: 3.3rem;
    background: var(--main-color);
    background-image: url('../images/bg_room_and_suites.png');
    background-size: cover;
    background-position: top center;
}

@media only screen and (max-width: 991px) {
    .section-9-homepage {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
}

.section-9-homepage .container .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 667px) {
    .section-9-homepage .container .title-section {
        flex-direction: column;
        gap: 1.5rem;
        justify-content: flex-start;
        align-items: unset;
    }
}

.section-9-homepage .container .title-section h2 {
    color: var(--fourth-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .section-9-homepage .container .title-section h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-9-homepage .container .title-section h2 {
        font-size: 2.5rem;
    }
}

.section-9-homepage .container .title-section .left p {
    margin-top: 0.75rem;
    max-width: 55rem;
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

@media only screen and (max-width: 991px) {
    .section-9-homepage .container .title-section .left p {
        max-width: 25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-9-homepage .container .title-section .left p {
        max-width: 100%;
    }
}

.section-9-homepage .container .title-section .right a {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    padding: 1.13rem 2.44rem 1.06rem 2.81rem;
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-9-homepage .container .title-section .right a:hover {
    background: var(--third-color);
}

@media only screen and (max-width: 991px) {
    .section-9-homepage .container .title-section .right a {
        padding: 1.13rem 1.5rem 1.06rem 1.5rem;
    }
}

.section-9-homepage .container .list-slider {
    margin-top: 2.75rem;
    padding-bottom: 4rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper {
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    background: var(--fourth-color);
}

.section-9-homepage .container .list-slider .item .content-wrapper figure {
    position: relative;
    display: block;
    width: 100%;
    height: 446px;
    padding-top: 0;
    overflow: hidden;
}

.section-9-homepage .container .list-slider .item .content-wrapper figure::after {
    content: "";
    position: absolute;
    /*inset: 0;*/
    background: linear-gradient(180deg, rgba(32, 75, 89, 0.05) 0%, rgba(13, 26, 52, 0.05) 100%);
}

.section-9-homepage .container .list-slider .item .content-wrapper figure img {
    position: absolute;
    inset: 0;
    z-index: 50;
}

.section-9-homepage .container .list-slider .item .content-wrapper figure img:hover {
    cursor: pointer;
    /*scale: 1.1;
                    transition: all 0.5s;*/
}

.section-9-homepage .container .list-slider .item .content-wrapper figure .available {
    position: absolute;
    top: 60px;
    right: 0;
    width: 340px;
    height: 50px;
    text-align: left;
    background: var(--fourth-color);
    color: var(--sixth-color);
    border-radius: 25px 0 0 25px;
    padding: 15px 0 0px 40px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.section-9-homepage .container .list-slider .item .content-wrapper figure .available span {
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper figure .available .price {
    color: var(--seventh-color);
    font-size: 1.5rem;
    font-weight: 500;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text {
    padding: 1.3381rem 1.9375rem 1.9375rem 2.125rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .title {
    margin-bottom: 1.94rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .title a {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .list-info {
    margin-bottom: 1.62rem;
    display: flex;
    flex-direction: column;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .list-info .info .left {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .list-info .info .right {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1380px) {
    .section-9-homepage .container .list-slider .item .content-wrapper .text .bot {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .left .price span {
    text-decoration: line-through;
    color: #9a8f8f;
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .left .price-sale span {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375rem;
    /* 64.706% */
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .left .price-sale .time {
    font-size: 1rem;
    font-weight: 400;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .right {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1380px) {
    .section-9-homepage .container .list-slider .item .content-wrapper .text .bot .right {
        width: 40%;
    }
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .right::after,
.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .right::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 12px;
    background: var(--third-color);
    z-index: -1;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .right:hover {
    border: none;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .right a {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.75rem;
    height: 2.5rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .text .bot .right a:hover {
    background: var(--third-color);
}

.section-9-homepage .container .list-slider .swiper-pagination-9-home {
    /*justify-content:center;
    display:flex;
    width: 100%;*/
    left: 50%;
    width: 30%;
    position: absolute;
}

@media only screen and (max-width: 991px) {
    .section-9-homepage .container .list-slider .swiper-pagination-9-home {
        left: 46%;
    }
}

.section-9-homepage .container .list-slider .swiper-pagination-9-home .swiper-pagination-bullet {
    background: var(--fifth-color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*.section-9-homepage .container .list-slider .swiper-pagination-9-home .swiper-pagination-bullet {
    padding: 15px 10px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.section-9-homepage .container .list-slider .swiper-pagination-9-home .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}*/

.section-9-homepage .container .list-slider .swiper-button-next,
.section-9-homepage .container .list-slider .swiper-button-prev {
    color: var(--fifth-color);
}

.section-9-homepage .container .list-slider .swiper-button-next {
    top: 42%;
    right: -4.75%;
    position: absolute;
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    background: rgba(9, 22, 37, 0.5);
}

.section-9-homepage .container .list-slider .swiper-button-next::after {
    font-size: 1.5625rem;
}

.section-9-homepage .container .list-slider .swiper-button-prev {
    background: rgba(9, 22, 37, 0.5);
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    top: 42%;
    left: -4.75%;
}

.section-9-homepage .container .list-slider .swiper-button-prev::after {
    font-size: 1.5625rem;
}


.section-9-homepage .container .list-slider .item .content-wrapper .text {
    min-height: 19rem;
}


.section-9-homepage .container .list-slider .item .content-wrapper .list-info {
    position: relative;
    max-width: 32.9375rem;
    padding-top: 2.8rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 2rem;
}

@media only screen and (max-width: 991px) {
    .section-9-homepage .container .list-slider .item .content-wrapper .list-info {
        max-width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .name-room h3 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-9-homepage .container .list-slider .item .content-wrapper .list-info .name-room h3 {
        font-size: 1.5rem;
    }
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .available {
    margin-top: 0.81rem;
    color: var(--sixth-color);
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .available span {
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .available .price {
    color: var(--seventh-color);
    font-size: 1.5rem;
    font-weight: 500;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .line {
    width: 100%;
    height: 0.0625rem;
    background: var(--eighth-color);
    margin-top: 2.12rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .desc {
    margin-top: 1.35rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .desc p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 142.857% */
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities {
    margin-top: 2rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.38rem 1rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .content .child {
    display: flex;
    width: 48%;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .content .child .icon img {
    width: auto;
    height: auto;
    padding-right: 0.5rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .content .child .text-container {
    width: 90%;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .content .child .text-container .bold {
    color: #505050;
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .content .child .text-container span {
    color: #505050;
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

@media only screen and (max-width: 667px) {
    .section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .content .child {
        width: 100%;
    }
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .more {
    width: 89%;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .list-facilities .more a {
    float: inline-end;
    color: var(--seventh-color);
    font-family: var(--f-body);
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.25rem;
    /* 166.667% */
    text-decoration-line: underline;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .action {
    display: flex;
    justify-content: space-between;
    margin-top: 1.75rem;
}

@media only screen and (max-width: 991px) {
    .section-9-homepage .container .list-slider .item .content-wrapper .list-info .action {
        justify-content: unset;
        gap: 2rem;
    }
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .action .booking {
    width: 11.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: unset;
    background: var(--third-color);
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .action .booking a {
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .action .booking:hover {
    /*background:var(--fifth-color);*/
    border: 1px solid var(--fifth-color);
}

@media only screen and (max-width: 480px) {
    .section-9-homepage .container .list-slider .item .content-wrapper .list-info .action .booking a {
        font-size: 0.75rem;
    }
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .action .more {
    width: 11.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .action .more:hover {
    border: unset;
    background: var(--third-color);
    border: 1px solid var(--fifth-color);
}

.section-9-homepage .container .list-slider .item .content-wrapper .list-info .action .more a {
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    .section-9-homepage .container .list-slider .item .content-wrapper .list-info .action .more a {
        font-size: 0.75rem;
    }
}

.section-9-homepage .container .swiper {
    overflow: unset;
}

.section-9-homepage .container .swiper-wrapper .swiper-slide {
    visibility: hidden;
}

.section-9-homepage .container .swiper-wrapper .swiper-slide.swiper-slide-active {
    visibility: visible;
}

@media only screen and (max-width: 991px) {
    .section-9-homepage .container .swiper {
        overflow: hidden;
    }

    .section-9-homepage .container .list-slider .swiper-button-next {
        right: 1.75%;
    }

    .section-9-homepage .container .list-slider .swiper-button-prev {
        left: 1.75%;
    }
}

.section-9-homepage .container .list-faci {
    display: flex;
    gap: 3rem;
    justify-content: left;
    width: 95%;
    margin: 3.125rem 0 0.5rem 1.5rem;
    /*flex-wrap: wrap;*/
    padding-bottom: 1.5rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

@media only screen and (max-width: 480px) {
    .section-9-homepage .container .list-faci {
        gap: 2rem;
        margin-top: 2rem;
    }
}

.section-9-homepage .container .list-faci .child {
    display: flex;
    flex-direction: column;
}

.section-9-homepage .container .list-faci .child figure {
    width: 10rem;
    height: 8.125rem;
}

@media only screen and (max-width: 1380px) {
    .section-9-homepage .container .list-faci .child figure {
        width: 9rem;
        height: 7.25rem;
    }
}

@media only screen and (max-width: 1199px) {
    .section-9-homepage .container .list-faci .child figure {
        width: 7rem;
        height: 6rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-9-homepage .container .list-faci .child figure {
        width: 10rem;
        height: 8.125rem;
    }
}

.section-9-homepage .container .list-faci .child .text {
    color: var(--fourth-color);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

.section-9-homepage .container .list-faci .child .text.current {
    color: var(--third-color);
}

.section-9-homepage .container .list-faci .child .text strong {
    font-weight: 700;
}

.section-9-homepage .container .list-faci .child .text .big {
    font-size: 20px;
    padding-top: 8px;
}

.section-9-homepage .container .list-faci .child .text.current .big {
    text-decoration: underline;
}

.section-10-homepage {
    padding-top: 1.3125rem;
    padding-bottom: 3.3rem;
    background: var(--fourth-color);
}

@media only screen and (max-width: 991px) {
    .section-10-homepage {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
}

.section-10-homepage .container .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 667px) {
    .section-10-homepage .container .title-section {
        flex-direction: column;
        gap: 1.5rem;
        justify-content: flex-start;
        align-items: unset;
    }
}

.section-10-homepage .container .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .section-10-homepage .container .title-section h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-10-homepage .container .title-section h2 {
        font-size: 2.5rem;
    }
}

.section-10-homepage .container .title-section .left p {
    margin-top: 0.75rem;
    max-width: 55rem;
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

@media only screen and (max-width: 991px) {
    .section-10-homepage .container .title-section .left p {
        max-width: 25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-10-homepage .container .title-section .left p {
        max-width: 100%;
    }
}

.section-10-homepage .container .title-section .right a {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    padding: 1.13rem 2.44rem 1.06rem 2.81rem;
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-10-homepage .container .title-section .right a:hover {
    background: var(--third-color);
}

@media only screen and (max-width: 991px) {
    .section-10-homepage .container .title-section .right a {
        padding: 1.13rem 1.5rem 1.06rem 1.5rem;
    }
}

.section-10-homepage .container .list-slider {
    margin-top: 2.75rem;
    padding-bottom: 4rem;
}

.section-10-homepage .container .list-slider .item .content-wrapper {
    overflow: hidden;
    /*border-radius: 0.75rem;*/
    /*box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);*/
    /*background: var(--third-color);*/
}

.section-10-homepage .container .list-slider .item .content-wrapper figure {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    padding-top: 0;
    overflow: hidden;
}

.section-10-homepage .container .list-slider .item .content-wrapper figure::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(180deg, rgba(32, 75, 89, 0.05) 0%, rgba(13, 26, 52, 0.05) 100%);*/
}

.section-10-homepage .container .list-slider .item .content-wrapper figure img {
    position: absolute;
    width: auto;
    height: 100%;
}

/*.section-10-homepage .container .list-slider .item .content-wrapper figure img:hover {
                    cursor: pointer;
                    scale: 1.1;
                    transition: all 0.5s;
                }*/

.section-10-homepage .container .list-slider .item .content-wrapper .text {
    min-height: 15rem;
    padding-right: 1rem;
}

/*.section-10-homepage .container .list-slider .item .content-wrapper .text:last-child {
            padding-right: 0;
        }*/

.section-10-homepage .container .list-slider .item .content-wrapper .text .title {
    margin-top: 1.15rem;
    margin-bottom: 1.35rem;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .title img {
    width: 80px;
    height: 24px;
    margin-right: 5px;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .title a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .list-info {
    margin-bottom: 1.62rem;
    display: flex;
    flex-direction: column;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .list-info .info .left {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .list-info .info .right {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1380px) {
    .section-10-homepage .container .list-slider .item .content-wrapper .text .bot {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .left a {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .left a:hover {
    text-decoration: underline;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .left a img {
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .right {
    border-radius: 0.75rem;
    /*border: 1px solid var(--main-color);
    background: var(--fifth-color);*/
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1380px) {
    .section-10-homepage .container .list-slider .item .content-wrapper .text .bot .right {
        width: 40%;
    }
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .right::after,
.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .right::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 12px;
    background: var(--third-color);
    z-index: -1;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .right:hover {
    border: none;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .right a {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.75rem;
    height: 2.5rem;
}

.section-10-homepage .container .list-slider .item .content-wrapper .text .bot .right a:hover {
    background: var(--third-color);
}

.section-10-homepage .container .list-slider .swiper-pagination-10-home {
    left: 50%;
    width: 30%;
    position: absolute;
}

@media only screen and (max-width: 991px) {
    .section-10-homepage .container .list-slider .swiper-pagination-10-home {
        left: 46%;
    }
}

.section-10-homepage .container .list-slider .swiper-pagination-10-home .swiper-pagination-bullet {
    background: var(--fifth-color);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.section-10-homepage .container .list-slider .swiper-button-next,
.section-10-homepage .container .list-slider .swiper-button-prev {
    color: var(--fifth-color);
}

.section-10-homepage .container .list-slider .swiper-button-next {
    top: 85%;
    right: 1.75%;
    position: absolute;
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    background: rgba(9, 22, 37, 0.5);
}

.section-10-homepage .container .list-slider .swiper-button-next::after {
    font-size: 1.5625rem;
}

.section-10-homepage .container .list-slider .swiper-button-prev {
    background: rgba(9, 22, 37, 0.5);
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    top: 85%;
    left: 1.75%;
}

.section-10-homepage .container .list-slider .swiper-button-prev::after {
    font-size: 1.5625rem;
}


.section-2-about .container {
    padding-top: 1.69rem;
    padding-bottom: 5rem;
}

.section-2-about .container .top {
    position: relative;
    display: flex;
    flex-direction: column;
}

.section-2-about .container .top .name {
    /*max-width: 29.9375rem;*/
}

.section-2-about .container .top .name h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .section-2-about .container .top .name h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-about .container .top .name h2 {
        font-size: 2.5rem;
    }
}

.section-2-about .container .top .wrap {
    display: flex;
    gap: 1.69rem;
    margin-top: 3rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .top .wrap {
        flex-direction: column-reverse;
    }
}

.section-2-about .container .top .wrap .left {
    display: flex;
    position: relative;
    border-radius: 0.75rem;
    /* background: #86d2da;
            box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);*/
    /*padding: 2.63rem 1.94rem 1.31rem 2.69rem;*/
    padding: 0;
    width: 100%;
    max-width: 30.125rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .top .wrap .left {
        max-width: unset;
    }
}

.section-2-about .container .top .wrap .left .location span {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

.section-2-about .container .top .wrap .left .desc {
    max-width: 26.5rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .top .wrap .left .desc {
        max-width: 100%;
        min-height: unset;
    }
}

.section-2-about .container .top .wrap .left .desc p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /*margin-bottom: 1.5rem;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 25;
    -webkit-box-orient: vertical;
}

.section-2-about .container .top .wrap .left .desc p:last-child {
    margin-bottom: 0;
}

.section-2-about .container .top .wrap .left .desc strong {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}

.section-2-about .container .top .wrap .left .see-more {
    margin-top: 1.88rem;
    border-radius: 0.75rem;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 13.5rem;
    height: 3.25rem;
}

.section-2-about .container .top .wrap .left .see-more a {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.section-2-about .container .top .wrap .right {
    max-width: 43.125rem;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .top .wrap .right {
        max-width: 100%;
        margin-top: 0;
        height: 30rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-about .container .top .wrap .right {
        height: 20rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-2-about .container .top .wrap .right {
        height: 15rem;
    }
}

.section-2-about .container .top .wrap .right .video {
    height: 100%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
}

.section-2-about .container .top .wrap .right .video img {
    border-radius: 0.75rem;
}

.section-2-about .container .top .wrap .right::before {
    content: "";
    position: absolute;
    background-image: url("../images/icon-play.png");
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.section-2-about .container .top .wrap .right::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
}


.section-2-about .container .middle {
    margin-top: 5.125rem;
    display: flex;
    gap: 1.5625rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .middle {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }
}

.section-2-about .container .middle .left {
    width: 30.125rem;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .middle .left {
        width: 100%;
        margin-top: 0;
    }
}

.section-2-about .container .middle .left .desc {
    max-width: 26.5rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .middle .left .desc {
        max-width: 100%;
        min-height: unset;
    }
}

.section-2-about .container .middle .left .desc p {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /*margin-bottom: 1.5rem;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 25;
    -webkit-box-orient: vertical;
}

.section-2-about .container .middle .left .desc p:last-child {
    margin-bottom: 0;
}

.section-2-about .container .middle .left .desc strong {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}

.section-2-about .container .middle .left .see-more {
    margin-top: 1.88rem;
    border-radius: 0.75rem;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 13.5rem;
    height: 3.25rem;
}

.section-2-about .container .middle .left .see-more a {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.section-2-about .container .middle .right {
    width: 43.125rem;
    /*padding: 2.69rem 1.94rem 1.31rem 2.69rem;*/
    padding: 0;
    border-radius: 0.75rem;
    /*display: flex;
    align-items: center;*/
    /*background: #f9f9f9;*/
    /*box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);*/
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .middle .right {
        max-width: 100%;
        width: 100%;
    }
}

.section-2-about .container .middle .right p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
}

.section-2-about .container .middle .right p:last-child {
    margin-bottom: 0;
}

.section-2-about .container .middle .right strong {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}



.section-2-about .container .middle .right .video {
    height: 100%;
    border-radius: 0.75rem;
}

.section-2-about .container .middle .right .video img {
    border-radius: 0.75rem;
    max-height: 446px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}


.section-2-about .container .bottom {
    margin-top: 4rem;
    padding: 0;
    /*background: #f9f9f9;
    padding: 2.81rem 0 2rem 2.69rem;
    border-radius: 0.5rem;
    border: 1px solid #d9d9d9;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);*/
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 667px) {
    .section-2-about .container .bottom {
        padding: 1.81rem 1rem 1rem 1.69rem;
    }
}

.section-2-about .container .bottom .title h3 {
    color: var(--main-color);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-2-about .container .bottom .title h3 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-about .container .bottom .title h3 {
        font-size: 2rem;
    }
}

.section-2-about .container .bottom .wrap {
    display: flex;
    flex-direction: column;
}

.section-2-about .container .bottom .wrap .wrap-child {
    display: flex;
    margin-top: 2.75rem;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .bottom .wrap .wrap-child {
        flex-direction: column;
        gap: 1.5rem;
    }
}

.section-2-about .container .bottom .wrap .wrap-child .left .desc {
    max-width: 24.375rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .bottom .wrap .wrap-child .left .desc {
        max-width: 100%;
    }
}

.section-2-about .container .bottom .wrap .wrap-child .left .desc p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
}

.section-2-about .container .bottom .wrap .wrap-child .left .desc p:last-child {
    margin-bottom: 0;
}

.section-2-about .container .bottom .wrap .wrap-child .right .content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 39rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .bottom .wrap .wrap-child .right .content {
        width: 100%;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-about .container .bottom .wrap .wrap-child .right .content {
        gap: 1.5rem;
    }
}

.section-2-about .container .bottom .wrap .wrap-child .right .content .child {
    min-width: 4.9287rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.26rem;
}

.section-2-about .container .bottom .wrap .wrap-child .right .content .child img {
    width: auto;
    height: 1.5rem;
}

.section-2-about .container .bottom .wrap .wrap-child .right .content .child span {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    /* 142.857% */
}

.section-2-about .container .bottom .wrap .wrap-child.full {
    justify-content: unset;
}

.section-2-about .container .bottom .wrap .wrap-child.full .right {
    max-width: 100%;
}

.section-2-about .container .bottom .wrap .wrap-child.full .right .content {
    width: 100%;
}

.section-2-about .container .bottom .wrap .see-more {
    /*border-radius: 0.75rem;*/
    /*background: var(--second-color);*/
    /*display: flex;
        align-items: center;
        justify-content: center;*/
    /*max-width: 13.5rem;
        height: 3.25rem;
        margin-top: 0.5rem;*/
}

@media only screen and (max-width: 1199px) {
    .section-2-about .container .bottom .wrap .see-more {
        margin-top: 2rem;
    }
}

.section-2-about .container .bottom .wrap .see-more a {
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    padding: 1.13rem 2.44rem 1.06rem 2.81rem;
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-2-about .container .bottom .wrap .see-more a:hover {
    border: none;
    background: var(--third-color);
}

.section-1-room {
    padding-top: 3.69rem;
    padding-bottom: 5.75rem;
    /*margin-bottom: 5rem;*/
    position: relative;
    background: var(--main-color);
    background-image: url('../images/bg_subpage_rooms_and_suites.png');
    background-size: cover;
    background-position: top center;
}

@media only screen and (max-width: 667px) {
    .section-1-room {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
}

/*.section-1-room .container .swiper {
    overflow: unset;
}

.section-1-room .container .swiper-wrapper .swiper-slide {
    visibility: hidden;
}

    .section-1-room .container .swiper-wrapper .swiper-slide.swiper-slide-active {
        visibility: visible;
    }*/

@media only screen and (max-width: 991px) {
    /*.section-1-room .container .swiper {
            overflow: hidden;
        }*/

    /*.section-1-room .container .list-slider .swiper-button-next {
            right: 1.75%;
        }

        .section-1-room .container .list-slider .swiper-button-prev {
            left: 1.75%;
        }*/
}


.section-1-room .container .list-faci {
    display: flex;
    gap: 3rem;
    justify-content: left;
    width: 95%;
    margin: 3.125rem 0 0.5rem 1.5rem;
    /*flex-wrap: wrap;*/

    padding-bottom: 1.5rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

@media only screen and (max-width: 480px) {
    .section-1-room .container .list-faci {
        gap: 2rem;
        margin-top: 2rem;
    }
}

.section-1-room .container .list-faci .child {
    display: flex;
    flex-direction: column;
}

.section-1-room .container .list-faci .child figure {
    width: 10rem;
    height: 8.125rem;
}

@media only screen and (max-width: 1380px) {
    .section-1-room .container .list-faci .child figure {
        width: 9rem;
        height: 7.25rem;
    }
}

@media only screen and (max-width: 1199px) {
    .section-1-room .container .list-faci .child figure {
        width: 7rem;
        height: 6rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-room .container .list-faci .child figure {
        width: 10rem;
        height: 8.125rem;
    }
}

.section-1-room .container .list-faci .child .text {
    color: var(--fourth-color);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

.section-1-room .container .list-faci .child .text.current {
    color: var(--third-color);
}

.section-1-room .container .list-faci .child .text strong {
    font-weight: 700;
}

.section-1-room .container .list-faci .child .text .big {
    font-size: 20px;
    padding-top: 8px;
}

.section-1-room .container .list-faci .child .text.current .big {
    text-decoration: underline;
}


.section-1-room .container .top {
    display: flex;
    justify-content: center;
    max-width: 100%;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .section-1-room .container .top {
        flex-direction: column-reverse;
        gap: 1.5rem;
        /*align-items: unset;*/
    }
}

.section-1-room .container .top .title-section h2 {
    color: var(--fourth-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-1-room .container .top .title-section h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-room .container .top .title-section h2 {
        font-size: 2rem;
    }
}

.section-1-room .container .top .action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

@media only screen and (max-width: 667px) {
    .section-1-room .container .top .action {
        display: block;
    }
}

.section-1-room .container .top .action .action__left {
    width: 9.5rem;
    height: 2.5rem;
    background: var(--second-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.5019607843);
}

.section-1-room .container .top .action .action__left select {
    border: none;
    background: none;
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-1-room .container .top .action .action__right {
    width: 9.5rem;
    height: 2.5rem;
    background: var(--second-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.5019607843);
}

.section-1-room .container .top .action .action__right a {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-1-room .container .list-rooms .room {
    display: flex;
    gap: 3.8rem;
    min-height: 446px;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    background: var(--fourth-color);
}

@media only screen and (max-width: 991px) {
    .section-1-room .container .list-rooms .room {
        flex-direction: column;
    }
}

.section-1-room .container .list-rooms .room .background {
    position: absolute;
    background: #f5f3ef;
    width: 65.625rem;
    height: 42rem;
}

@media only screen and (max-width: 1480px) {
    .section-1-room .container .list-rooms .room .background {
        width: 50.625rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-room .container .list-rooms .room .background {
        display: none;
    }
}

.section-1-room .container .list-rooms .room .list-info {
    position: relative;
    max-width: 32.9375rem;
    padding-top: 2.8rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 2rem;
}


@media only screen and (max-width: 991px) {
    .section-1-room .container .list-rooms .room .list-info {
        max-width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.section-1-room .container .list-rooms .room .list-info .name-room h3 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-1-room .container .list-rooms .room .list-info .name-room h3 {
        font-size: 1.5rem;
    }
}

.section-1-room .container .list-rooms .room .list-info .available {
    margin-top: 0.31rem;
    color: var(--sixth-color);
}

.section-1-room .container .list-rooms .room .list-info .available span {
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-1-room .container .list-rooms .room .list-info .available .price {
    color: var(--seventh-color);
    font-size: 1.5rem;
    font-weight: 500;
}



.section-1-room .container .list-rooms .room .list-info .old-available {
    margin-top: 0.81rem;
    color: var(--sixth-color);
}

.section-1-room .container .list-rooms .room .list-info .old-available span {
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-1-room .container .list-rooms .room .list-info .old-available .old-price {
    color: var(--eighth-color);
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: line-through;
}

.section-1-room .container .list-rooms .room .list-info .line {
    width: 100%;
    height: 0.0625rem;
    background: var(--eighth-color);
    margin-top: 2.12rem;
}

.section-1-room .container .list-rooms .room .list-info .desc {
    margin-top: 1.125rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-1-room .container .list-rooms .room .list-info .desc p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 142.857% */
}

.section-1-room .container .list-rooms .room .list-info .list-facilities {
    margin-top: 2rem;
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.38rem 1rem;
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .content .child {
    display: flex;
    width: 48%;
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .content .child .icon img {
    width: auto;
    height: auto;
    padding-right: 0.5rem;
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .content .child .text-container {
    width: 90%;
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .content .child .text-container .bold {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .content .child .text-container span {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}

@media only screen and (max-width: 667px) {
    .section-1-room .container .list-rooms .room .list-info .list-facilities .content .child {
        width: 100%;
    }
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .more {
    width: 89%;
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .more a {
    float: inline-end;
    color: var(--seventh-color);
    font-family: var(--f-body);
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.25rem;
    /* 166.667% */
    text-decoration-line: underline;
}

.section-1-room .container .list-rooms .room .list-info .action {
    display: flex;
    justify-content: space-between;
    margin-top: 1.75rem;
}

@media only screen and (max-width: 991px) {
    .section-1-room .container .list-rooms .room .list-info .action {
        justify-content: unset;
        gap: 2rem;
    }
}

.section-1-room .container .list-rooms .room .list-info .action .booking {
    width: 11.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: unset;
    background: var(--third-color);
}

.section-1-room .container .list-rooms .room .list-info .action .booking a {
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-room .container .list-rooms .room .list-info .action .booking:hover {
    /*background:var(--fifth-color);*/
    border: 1px solid var(--fifth-color);
}

@media only screen and (max-width: 480px) {
    .section-1-room .container .list-rooms .room .list-info .action .booking a {
        font-size: 0.75rem;
    }
}

.section-1-room .container .list-rooms .room .list-info .action .more {
    width: 11.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
}

.section-1-room .container .list-rooms .room .list-info .action .more:hover {
    border: unset;
    background: var(--third-color);
    border: 1px solid var(--fifth-color);
}

.section-1-room .container .list-rooms .room .list-info .action .more a {
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    .section-1-room .container .list-rooms .room .list-info .action .more a {
        font-size: 0.75rem;
    }
}


.section-1-room .container .list-rooms .room .right {
    width: 43.125rem;
    /*margin-top: 7.75rem;*/
}

@media only screen and (max-width: 1199px) {
    .section-1-room .container .list-rooms .room .right {
        width: 32rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-room .container .list-rooms .room .right {
        width: 100%;
        margin-top: 0;
    }
}

.section-1-room .container .list-rooms .room .right .swiper-slide {
    position: relative;
}

.section-1-room .container .list-rooms .room .right .swiper-slide img {
    width: 100%;
    height: 446px;
    /*border-radius:0.75rem;*/
    z-index: 80;
}

.section-1-room .container .list-rooms .room .right .swiper-slide img::after {
    /*box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);*/
}

.section-1-room .container .list-rooms .room .right .swiper-slide::after {
    content: "";
    position: absolute;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);*/
    inset: 0;
}

.section-1-room .container .list-rooms .room .right .swiper-slide .available {
    position: absolute;
    top: 60px;
    right: 0;
    width: 340px;
    height: 50px;
    text-align: left;
    background: var(--fourth-color);
    color: var(--sixth-color);
    border-radius: 25px 0 0 25px;
    padding: 15px 0 0px 40px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.section-1-room .container .list-rooms .room .right .swiper-slide .available span {
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}

.section-1-room .container .list-rooms .room .right .swiper-slide .available .price {
    color: var(--seventh-color);
    font-size: 1.5rem;
    font-weight: 500;
}

.section-1-room .container .list-rooms .room .right .swiper-pagination-room {
    margin: 2.5rem auto 0;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    width: 100%;
    z-index: 90;
    bottom: 20px;
    position: absolute;
}

@media only screen and (max-width: 667px) {
    /*.section-1-room .container .list-rooms .room .right .swiper-pagination-room {
    width: 20%;
  }*/
}

.section-1-room .container .list-rooms .room .right .swiper-pagination-room .swiper-pagination-bullet {
    background: #e1e1e1;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.section-1-room .container .list-rooms .room .right .swiper-button-next,
.section-1-room .container .list-rooms .room .right .swiper-button-prev {
    color: var(--fifth-color);
}

.section-1-room .container .list-rooms .room .right .swiper-button-next {
    top: 42%;
    right: 4.75%;
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    background: rgba(9, 22, 37, 0.5);
}

.section-1-room .container .list-rooms .room .right .swiper-button-next::after {
    font-size: 1.5625rem;
}

.section-1-room .container .list-rooms .room .right .swiper-button-prev {
    background: rgba(9, 22, 37, 0.5);
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    top: 42%;
    left: 4.75%;
}

.section-1-room .container .list-rooms .room .right .swiper-button-prev::after {
    font-size: 1.5625rem;
}

.section-1-room .container .list-rooms .room:nth-child(odd) {
    margin-top: 2.56rem;
}

@media only screen and (max-width: 667px) {
    .section-1-room .container .list-rooms .room:nth-child(odd) {
        margin-top: 1.5rem;
    }
}

.section-1-room .container .list-rooms .room:nth-child(odd) .background {
    left: 0;
    border-radius: 0rem 1rem 1rem 0rem;
}

.section-1-room .container .list-rooms .room:nth-child(even) {
    margin-top: 3rem;
}

@media only screen and (max-width: 667px) {
    .section-1-room .container .list-rooms .room:nth-child(even) {
        margin-top: 1.5rem;
    }
}

.section-1-room .container .list-rooms .room:nth-child(even) .background {
    right: 0;
    border-radius: 1rem 0rem 0rem 1rem;
}

.section-1-room .container .list-rooms .room:nth-child(even) .list-info {
    order: 2;
    padding-left: 2rem;
    padding-right: 3.5rem;
}



@media only screen and (max-width: 991px) {
    .section-1-room .container .list-rooms .room:nth-child(even) .list-info {
        order: unset;
    }
}

.section-1-room-detail {
    padding-top: 1.69rem;
    padding-bottom: 4.62rem;
    background: var(--fourth-color);
}

.section-1-room-detail .container .list-rooms .room .list-info .desc {
    margin-top: 1.125rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.section-1-room-detail .container .top .title-section h2 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-1-room-detail .container .top .title-section h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-room-detail .container .top .title-section h2 {
        font-size: 2rem;
    }
}

.section-1-room-detail .container .list-rooms .room {
    min-height: unset;
    border-radius: unset;
    box-shadow: unset;
}

.section-1-room-detail .container .list-rooms .room .list-info {
    padding: 0 2rem 1.5rem 0.725rem;
}

/*.section-1-room-detail .container .list-rooms .room .list-info .available {
                margin-top: 1rem;
            }*/

.section-1-room-detail .container .list-rooms .room:nth-child(odd) {
    margin-top: unset;
}

.section-1-room-detail .container .list-rooms .room .right {
    /* margin-top: 1.75rem;*/
}

.section-1-room-detail .container .list-rooms .room .right img {
    /*height: 28.375rem;*/
    border-radius: 0.75rem;
    /* box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);*/
}

.section-2-room-detail {
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    overflow: hidden;
    background: var(--main-color);
    background-image: url('../images/bg_rooms_and_suites_detail.png');
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

.section-2-room-detail::before {
    /*content: "";
  position: absolute;
  background-image: url("../images/back-room-detail-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32%;
  height: 56%;
  top: 44%;
  left: 63%;
  z-index: -1;*/
}

.section-2-room-detail .top .title h3 {
    color: var(--second-color);
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-2-room-detail .top .title h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-room-detail .top .title h3 {
        font-size: 1.25rem;
    }
}

.section-2-room-detail .top .list-desc {
    display: flex;
    justify-content: space-between;
    margin-top: 1.75rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-room-detail .top .list-desc {
        justify-content: unset;
        gap: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .section-2-room-detail .top .list-desc {
        flex-direction: column;
        gap: 1.5rem;
    }
}

.section-2-room-detail .top .list-desc .desc-1 {
    max-width: 24rem;
    /*padding-bottom: 2.5rem;*/
    position: relative;
}

.section-2-room-detail .top .list-desc .desc-1 ul {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .section-2-room-detail .top .list-desc .desc-1 {
        max-width: 100%;
    }
}

.section-2-room-detail .top .list-desc .desc-1 p {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-2-room-detail .top .list-desc .desc-1 li {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-2-room-detail .top .list-desc .desc-1::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: -22%;
    left: 0;
}

.section-2-room-detail .top .list-desc .desc-1 li {
    list-style: outside;
}

@media only screen and (max-width: 480px) {
    .section-2-room-detail .top .list-desc .desc-1::after {
        bottom: 0;
    }
}

.section-2-room-detail .top .list-desc .desc-2 {
    max-width: 43.125rem;
    position: relative;
}

.section-2-room-detail .top .list-desc .desc-2 ul {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .section-2-room-detail .top .list-desc .desc-2 {
        max-width: 100%;
    }
}

.section-2-room-detail .top .list-desc .desc-2 p {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 142.857% */
}

.section-2-room-detail .top .list-desc .desc-2 li {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 142.857% */
}

.section-2-room-detail .top .list-desc .desc-2::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: -22%;
    left: 0;
}

.section-2-room-detail .top .list-desc .desc-2 li {
    list-style: outside;
}

.section-2-room-detail .bot {
    margin-top: 4.62rem;
}

.section-2-room-detail .bot .title h3 {
    color: var(--second-color);
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-2-room-detail .bot .title h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-room-detail .bot .title h3 {
        font-size: 1.25rem;
    }
}

.section-2-room-detail .bot .list-amenities {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 1199px) {
    .section-2-room-detail .bot .list-amenities {
        justify-content: unset;
        gap: 6rem;
    }
}

@media only screen and (max-width: 767px) {
    .section-2-room-detail .bot .list-amenities {
        flex-wrap: wrap;
        gap: 3rem;
    }
}

.section-2-room-detail .bot .list-amenities .col {
    flex: unset;
}

@media only screen and (max-width: 480px) {
    .section-2-room-detail .bot .list-amenities .col {
        margin-left: 0.75rem;
    }
}

.section-2-room-detail .bot .list-amenities .col p {
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-2-room-detail .bot .list-amenities .col ul li {
    list-style: outside;
    color: var(--fifth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    /* 200% */
}

.section-2-room-detail .bot .list-amenities .col:nth-child(1),
.section-2-room-detail .bot .list-amenities .col:nth-child(3) {
    max-width: 24rem;
}

@media only screen and (max-width: 767px) {

    .section-2-room-detail .bot .list-amenities .col:nth-child(1),
    .section-2-room-detail .bot .list-amenities .col:nth-child(3) {
        max-width: unset;
    }
}

.section-2-room-detail .bot .list-amenities .col:nth-child(2) {
    max-width: 12.4375rem;
}

@media only screen and (max-width: 767px) {
    .section-2-room-detail .bot .list-amenities .col:nth-child(2) {
        max-width: unset;
    }
}

.section-2-room-detail .bot .list-amenities .col:nth-child(2) {
    max-width: 20rem;
}

.section-2-room-detail .bot .list-amenities ul {
    margin-left: 15px;
}

.section-3-room-detail {
    background: unset;
    background-color: var(--second-color);
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.section-3-room-detail .container .title-section h2 {
    font-size: 3rem;
    margin-bottom: 0px;
}

.section-3-room-detail .container .list-slider .swiper-pagination-9-home .swiper-pagination-bullet-active {
    background: var(--main-color) !important;
}

@media only screen and (max-width: 667px) {
    .section-3-room-detail {
        padding-bottom: 4.5rem;
    }

    .section-3-room-detail .container .title-section h2 {
        font-size: 2.5rem;
    }
}

.section-1-offers-detail {
    background: var(--fifth-color);
    padding-bottom: 0;
}

.section-1-offers-detail .container .list-rooms .room {
    background: var(--fifth-color);
}

.section-1-offers-detail .container .lineContainer {
    height: 0.0625rem;
    background: var(--sixth-color);
    margin-top: 3rem;
    /*position: absolute;
        bottom: 20%;
        left: 0;*/
    /*content: "";
        position: absolute;
        background: var(--eighth-color);
        width: 100%;
        height: 0.0625rem;
        bottom: -22%;
        left: 0;*/
}

.section-2-offers-detail {
    background: unset;
}

.section-2-offers-detail .top .title h3 {
    color: var(--sixth-color);
}

.section-2-offers-detail .bot .title h3 {
    color: var(--sixth-color);
}

.section-2-offers-detail .top .list-desc .desc-1 p {
    color: var(--sixth-color);
}

.section-2-offers-detail .top .list-desc .desc-1 li {
    color: var(--sixth-color);
}

.section-2-offers-detail .top .list-desc .desc-2 p {
    color: var(--sixth-color);
}

.section-2-offers-detail .top .list-desc .desc-2 li {
    color: var(--sixth-color);
}

.section-2-offers-detail .bot .list-amenities .col p {
    color: var(--sixth-color);
}

.section-2-offers-detail .bot .list-amenities .col ul li {
    color: var(--sixth-color);
}


.section-1-faci {
    /*padding-bottom: 0;*/
    padding-top: 1.69rem;
    padding-bottom: 6.5625rem;
    background: unset;
}

@media only screen and (max-width: 991px) {
    .section-1-faci {
        padding-top: 0.69rem;
        padding-bottom: 3rem;
    }
}

/* @media only screen and (max-width: 667px) {
        .section-1-faci {
            padding-bottom: 0;
        }
    }*/

.section-1-faci .container .category {
    display: flex;
    gap: 2.5rem;
    position: relative;
    margin: 3.125rem 0 3rem 0;
    white-space: nowrap;
    padding-bottom: 2.5rem;
    overflow-x: auto;
    overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
    .section-1-faci .container .category {
        gap: 2rem;
        white-space: nowrap;
        padding-bottom: 2.5rem;
        margin-bottom: 3rem;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .section-1-faci .container .category::-webkit-scrollbar {
        height: 2px;
    }

    .section-1-faci .container .category::-webkit-scrollbar-thumb {
        background: var(--second-color);
        border-radius: 0.25rem;
    }

    .section-1-faci .container .category::-webkit-scrollbar-track {
        background: var(--eighth-color);
    }
}

.section-1-faci .container .category .child {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.section-1-faci .container .category .child a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

@media only screen and (max-width: 991px) {
    .section-1-faci .container .category .child a {
        font-size: 1.25rem;
    }
}

.section-1-faci .container .category .child.forward-to {
    right: 0;
    gap: 8px;
    /*position:relative;*/
    position: absolute;
}

@media only screen and (max-width: 1199px) {
    .section-1-faci .container .category .child.forward-to {
        right: unset;
        position: unset;
    }
}

.section-1-faci .container .category .child.forward-to a {
    color: var(--main-color);
    font-weight: 600;
}

.section-1-faci .container .category .child.forward-to a:nth-child(2) img {
    vertical-align: middle;
}

.section-1-faci .container .category .child.forward-to a:nth-child(3) img {
    vertical-align: middle;
}

.section-1-faci .container .category .child.active a {
    color: var(--main-color);
    font-weight: 800;
}

.section-1-faci .container .category .child.active::after {
    content: "";
    position: absolute;
    background: var(--main-color);
    width: 100%;
    height: 0.25rem;
    bottom: -1.4rem;
    left: 0;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    /*.section-1-faci .container .category .child.active::after {
            content: none;
        }*/
}

.section-1-faci .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: 1.225rem;
    left: 0;
    z-index: 1;
}

.section-1-faci .container .top .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 667px) {
    .section-1-faci .container .top .title-section h2 {
        font-size: 2.5rem;
    }
}

.section-1-faci .container .list-rooms .room .list-info .desc {
    margin-top: 1.125rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}


.section-1-faci .container .list-rooms .see-more {
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 4.5rem;
    cursor: pointer;
    text-align: center;
}

.section-1-faci .container .list-rooms .see-more span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-faci .container .list-rooms .see-more:hover {
    border: none;
    background: var(--third-color);
}

.section-1-faci .container .list-rooms .see-more span i {
    color: var(--sixth-color);
}

.section-1-faci .container .list-rooms .see-less {
    text-align: center;
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 4.5rem;
    cursor: pointer;
}

.section-1-faci .container .list-rooms .see-less span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-faci .container .list-rooms .see-less:hover {
    border: none;
    background: var(--third-color);
}

.section-1-faci .container .list-rooms .see-less span i {
    color: var(--sixth-color);
}


.section-1-faci-detail {
    padding-top: 1.69rem;
    padding-bottom: 6.5625rem;
    background: var(--fourth-color);
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail {
        padding-bottom: 4.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-faci-detail {
        padding-bottom: 2rem;
    }
}

.section-1-faci-detail .container .top .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-1-faci-detail .container .category {
    display: flex;
    gap: 3rem;
    position: relative;
    margin-top: 3.125rem;
}

@media only screen and (max-width: 767px) {
    .section-1-faci-detail .container .category {
        gap: 2rem;
        white-space: nowrap;
        padding-bottom: 1.5rem;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .section-1-faci-detail .container .category::-webkit-scrollbar {
        height: 2px;
    }

    .section-1-faci-detail .container .category::-webkit-scrollbar-thumb {
        background: var(--second-color);
        border-radius: 0.25rem;
    }

    .section-1-faci-detai .container .category::-webkit-scrollbar-track {
        background: var(--eighth-color);
    }
}

.section-1-faci-detail .container .category .child {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-1-faci-detail .container .category .child a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

.section-1-faci-detail .container .category .child.forward-to {
    right: 0;
    gap: 8px;
    position: absolute;
}

@media only screen and (max-width: 1199px) {
    .section-1-faci-detail .container .category .child.forward-to {
        right: unset;
        position: unset;
    }
}

.section-1-faci-detail .container .category .child.forward-to a {
    color: var(--main-color);
    font-weight: 600;
}

.section-1-faci-detail .container .category .child.active a {
    color: var(--main-color);
    font-weight: 800;
}

.section-1-faci-detail .container .category .child.active::after {
    content: "";
    position: absolute;
    background: var(--main-color);
    width: 100%;
    height: 0.25rem;
    bottom: -1.4rem;
    left: 0;
    z-index: 2;
}


@media only screen and (max-width: 767px) {
    .section-1-faci-detail .container .category .child.active::after {
        content: none;
    }
}


.section-1-faci-detail .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: -1.31rem;
    left: 0;
    z-index: 1;
}

.section-1-faci-detail .container .list-rooms .room {
    min-height: unset;
    border-radius: unset;
}

.section-1-faci-detail .container .list-rooms .room:first-child {
    margin-top: 4.38rem;
    padding-top: 5rem;
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .list-rooms .room:first-child {
        margin-top: 2rem;
    }
}

.section-1-faci-detail .container .list-rooms .room:nth-child(odd),
.section-1-faci-detail .container .list-rooms .room:nth-child(even) {
    margin-top: 3.75rem;
}

@media only screen and (max-width: 991px) {

    .section-1-faci-detail .container .list-rooms .room:nth-child(odd),
    .section-1-faci-detail .container .list-rooms .room:nth-child(even) {
        margin-top: 2rem;
    }
}

.section-1-faci-detail .container .list-rooms .room .background {
    left: 0;
    top: 15rem;
    position: absolute;
    width: 100%;
    height: 39rem;
    border-radius: unset !important;
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .list-rooms .room .background {
        display: unset;
    }
}

.section-1-faci-detail .container .list-rooms .room .list-info {
    /*padding-top: 1.375rem;*/
    padding: 0 2rem 1.5rem 0.725rem;
}

.section-1-faci-detail .container .list-rooms .room .list-info .name-room h3 {
    font-size: 3rem;
    color: var(--fourth-color);
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .list-rooms .room .list-info .name-room h3 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-faci-detail .container .list-rooms .room .list-info .name-room h3 {
        font-size: 2rem;
    }
}

.section-1-faci-detail .container .list-rooms .room .list-info .desc {
    margin-top: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.section-1-faci-detail .container .list-rooms .room .list-info .desc p {
    color: var(--fifth-color);
}

.section-1-faci-detail .container .list-rooms .room .list-info .action {
    margin-top: 3rem;
    justify-content: unset;
    align-items: center;
    gap: 2rem;
}

@media only screen and (max-width: 667px) {
    .section-1-faci-detail .container .list-rooms .room .list-info .action {
        flex-direction: column-reverse;
        align-items: unset;
    }
}

.section-1-faci-detail .container .list-rooms .room .list-info .action .contact {
    display: flex;
    flex-direction: column;
    gap: 0.87rem;
}

.section-1-faci-detail .container .list-rooms .room .list-info .action .contact .child {
    display: flex;
    align-items: center;
    gap: 0.94rem;
    height: 1rem;
}

.section-1-faci-detail .container .list-rooms .room .list-info .action .contact .child a {
    color: var(--fifth-color);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-1-faci-detail .container .list-rooms .room .list-info .action .contact .child img {
    width: 1.5rem;
    height: 1.5rem;
}

.section-1-faci-detail .container .list-rooms .room .list-info .action .booking {
    background: var(--fifth-color);
    border-radius: 0.75rem;
    border: 1px solid var(--main-color);
    height: 2.6875rem;
}

.section-1-faci-detail .container .list-rooms .room .list-info .action .booking:hover {
    border: unset;
    background: var(--third-color);
    border: 1px solid var(--fifth-color);
}

.section-1-faci-detail .container .list-rooms .room .list-info .action .booking a {
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-faci-detail .container .list-rooms .room .list-info .d-flex .download {
    display: flex;
    justify-content: center;
    width: 11.7rem;
    margin-top: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: var(--second-color);
    padding: 0.4rem 1rem 0.4rem 1rem;
}

@media only screen and (max-width: 1199px) {
    .section-1-faci-detail .container .list-rooms .room .list-info .d-flex .download {
        padding: 0.4rem 0.5rem 0.4rem 0.5rem;
    }
}

.section-1-faci-detail .container .list-rooms .room .list-info .d-flex .download a {
    color: var(--main-color);
    text-align: center;
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-1-faci-detail .container .list-rooms .room .list-info .d-flex .download img {
    width: 2rem;
    height: 2rem;
}

.section-1-faci-detail .container .list-rooms .room .right {
    /*margin-top: 1.5rem;*/
}

.section-1-faci-detail .container .list-rooms .room .right img {
    /*height: 28.375rem;*/
    border-radius: 0.75rem;
    /*box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);*/
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .list-rooms .room .right {
        margin-top: 0;
    }
}

.section-1-faci-detail .container .middle {
    position: relative;
    margin-top: 11.25rem;
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .middle {
        margin-top: 5rem;
    }
}

.section-1-faci-detail .container .middle .content {
    display: flex;
    gap: 2.3rem;
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .middle .content {
        flex-direction: column;
        gap: 1.5rem;
    }
}

.section-1-faci-detail .container .middle .content .left {
    max-width: 27.9375rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-1-faci-detail .container .middle .content .left .child {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    /* 125% */
}

.section-1-faci-detail .container .middle .content .left .child span {
    font-weight: 400;
}

.section-1-faci-detail .container .middle .content .left .desc p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 142.857% */
}

.section-1-faci-detail .container .middle .content .right {
    width: 100%;
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.section-1-faci-detail .container .middle .content .right .tb-text {
    overflow-x: auto;
}

.section-1-faci-detail .container .middle .content .right table {
    width: 100%;
    border-collapse: collapse;
}

.section-1-faci-detail .container .middle .content .right table,
th,
td {
    border: 1px solid #ccc;
}

.section-1-faci-detail .container .middle .content .right th,
td {
    padding: 10px;
    text-align: left;
}

.section-1-faci-detail .container .middle .content .right th {
    background-color: #f2f2f2;
}

.section-1-faci-detail .container .middle .content .right table tbody tr td {
    vertical-align: middle;
}

.section-1-faci-detail .container .middle .content .right table tbody tr:first-child td {
    /* border: none;*/
    /*font-weight: bold;*/
    /* text-align: center;
            font-size: 1rem;*/
}

/*đường border phía trên*/
.section-1-faci-detail .container .middle::before {
    content: "";
    /*position: absolute;
        height: 0.0625rem;
        width: 100%;
        background: var(--eighth-color);
        top: -20%;*/
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .middle::before {
        top: -10%;
    }
}

.section-1-faci-detail .container .middle::after {
    content: "";
    position: absolute;
    height: 0.0625rem;
    width: 100%;
    background: var(--eighth-color);
    bottom: -20%;
}

.section-1-faci-detail .container .booking-form {
    margin-top: 6.78rem;
}

.section-1-faci-detail .container .booking-form .title-form h3 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-1-faci-detail .container .booking-form form {
    margin-top: 2.12rem;
    position: relative;
}

@media only screen and (max-width: 667px) {
    .section-1-faci-detail .container .booking-form form .row {
        --bs-gutter-x: unset !important;
    }
}

.section-1-faci-detail .container .booking-form form .row-1 {
    /*gap: 1.5rem;*/
}

.section-1-faci-detail .container .booking-form form .row-1 p {
    width: 100%;
}

.section-1-faci-detail .container .booking-form form .row-1 .child {
    display: flex;
    padding: 0.5rem 1.5625rem 0.5rem 1rem;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid var(--eighth-color);
    background: var(--fifth-color);
    position: relative;
    height: 2.5rem;
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form .row-1 .child {
        flex: none;
    }
}

.section-1-faci-detail .container .booking-form form .row-1 .child select {
    border: none;
    width: 100%;
    color: var(--sixth-color);
    background: var(--fifth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-1-faci-detail .container .booking-form form .row-1 .child select:focus+.red-select {
    display: none;
}

.section-1-faci-detail .container .booking-form form .row-1 .child .required {
    top: 0.5rem;
    position: absolute;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    pointer-events: none;
    background: var(--fifth-color);
    display: flex;
}

.section-1-faci-detail .container .booking-form form .row-1 .child .required .red {
    font-size: 1.875rem;
    color: var(--seventh-color);
    display: block;
    height: 2px;
    width: 2px;
    padding-top: 0.375rem;
}

.section-1-faci-detail .container .booking-form form .row-1 .child .red-select {
    position: absolute;
    left: 46%;
    font-size: 2rem;
    color: var(--seventh-color);
    top: 18%;
}

.section-1-faci-detail .container .booking-form form .row-1 .child .red-select.en {
    left: 54%;
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form .row-1 .child .red-select.en {
        left: 40%;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-faci-detail .container .booking-form form .row-1 .child .red-select.en {
        left: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form .row-1 .child .red-select {
        left: 16%;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form .row-1 .child p {
        width: 100%;
    }
}

.section-1-faci-detail .container .booking-form form .row-1 .child p span input {
    width: 100%;
    height: 1.5rem;
    border: none;
}

.section-1-faci-detail .container .booking-form form .row-1 .child p span input:focus+.required {
    top: -28%;
    animation: 0.2s ease 0s 1 normal none running fadeIn;
    background-color: var(--fifth-color);
}

.section-1-faci-detail .container .booking-form form .row-1 .child p span input:focus+.required .red {
    display: none;
}

.section-1-faci-detail .container .booking-form form .row-1 .child p span input[name=khoangThoiGian] {
    font-family: "Montserrat";
}

.section-1-faci-detail .container .booking-form form .row-1 .child p.active .required {
    top: -28%;
    animation: 0.2s ease 0s 1 normal none running fadeIn;
    background-color: var(--fifth-color);
}

.section-1-faci-detail .container .booking-form form .row-1 .child p.active .required .red {
    display: none;
}

.section-1-faci-detail .container .booking-form form .row-2 {
    /*gap: 1.5rem;*/
    margin-top: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form .row-2 {
        flex-direction: column-reverse;
    }
}

.section-1-faci-detail .container .booking-form form .row-2 .child {
    display: flex;
    padding: 0.5rem 1rem 0.5rem 1rem;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid var(--eighth-color);
    background: var(--fifth-color);
    position: relative;
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form .row-2 .child {
        flex: none;
    }

    .section-1-faci-detail .container .booking-form form .row {
        margin-top: unset !important;
    }

    .section-1-faci-detail .container .booking-form form .row .child {
        margin-top: 1rem;
    }
}

.section-1-faci-detail .container .booking-form form .row-2 .child select {
    border: none;
    width: 100%;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-1-faci-detail .container .booking-form form .row-2 .child .required {
    position: absolute;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    top: 22%;
    display: flex;
}

.section-1-faci-detail .container .booking-form form .row-2 .child .required .red {
    font-size: 1.875rem;
    color: var(--seventh-color);
    display: block;
    height: 2px;
    width: 2px;
    padding-top: 6px;
}

.section-1-faci-detail .container .booking-form form .row-2 .child .placeholder {
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: all 0.2s;
}

.section-1-faci-detail .container .booking-form form .row-2 .child .placeholder .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-1-faci-detail .container .booking-form form .row-2 .child .red-select {
    position: absolute;
    left: 57%;
    font-size: 1.25rem;
    color: var(--seventh-color);
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form .row-2 .child p {
        width: 100%;
    }
}

.section-1-faci-detail .container .booking-form form .row-2 .child p span input {
    width: 100%;
    height: 1.5rem;
    border: none;
}

.section-1-faci-detail .container .booking-form form .row-2 .child p.active .required {
    top: -10px;
    animation: 0.2s ease 0s 1 normal none running fadeIn;
    background-color: var(--fifth-color);
}

.section-1-faci-detail .container .booking-form form .row-2 .child p.active .required .red {
    display: none;
}

.section-1-faci-detail .container .booking-form form .row-2 .child p.active .placeholder {
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--sixth-color);
    background: var(--fifth-color);
}

.section-1-faci-detail .container .booking-form form .row-2 .child p.active .placeholder .red {
    display: none;
}

.section-1-faci-detail .container .booking-form form .row-3 {
    /*gap: 1.5rem;*/
    margin-top: 1.5rem;
    /*--bs-gutter-x: 1.5rem;*/
}

.section-1-faci-detail .container .booking-form form .row-3 .child {
    /* border-radius: 0.5rem;
            border: 1px solid var(--Grey-30, var(--eighth-color));
            background: var(--fifth-color);
            padding: 0.5rem 1rem 0.5rem 1rem;
            position: relative;*/

    display: flex;
    padding: 0.5rem 1rem 0.5rem 1rem;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid var(--eighth-color);
    background: var(--fifth-color);
    position: relative;
}

/*.section-1-faci-detail .container .booking-form form .row-3 .child:first-child {
                flex: 1 0 0;
                align-self: stretch;
            }*/

@media screen and (min-width: 1400px) {
    /*.section-1-faci-detail .container .booking-form form .row-3 .child {
            width: 24rem;
            flex: none;
        }*/

    /*.section-1-faci-detail .container .booking-form form .row-3 .child:first-child {
                width: 49.5rem;
                flex: none;
            }*/
}

.section-1-faci-detail .container .booking-form form .row-3 .child select {
    border: none;
    width: 100%;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-1-faci-detail .container .booking-form form .row-3 .child .required {
    position: absolute;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-1-faci-detail .container .booking-form form .row-3 .child .required .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-1-faci-detail .container .booking-form form .row-3 .child .placeholder {
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: all 0.2s;
}

.section-1-faci-detail .container .booking-form form .row-3 .child .placeholder .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-1-faci-detail .container .booking-form form .row-3 .child .red-select {
    position: absolute;
    left: 57%;
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-1-faci-detail .container .booking-form form .row-3 .child p span input {
    width: 100%;
    height: 1.5rem;
    border: none;
}

.section-1-faci-detail .container .booking-form form .row-3 .child p.active {
    outline: none;
}

.section-1-faci-detail .container .booking-form form .row-3 .child p.active .placeholder {
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--sixth-color);
    background: var(--fifth-color);
}

.section-1-faci-detail .container .booking-form form .row-3 .child p.active .placeholder .red {
    display: none;
}

.section-1-faci-detail .container .booking-form form .row-4 {
    /*gap: 1.5rem;*/
    margin-top: 1.5rem;
    /*--bs-gutter-x: 1.5rem;*/
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form .row-4 {
        flex-direction: column-reverse;
    }
}

.section-1-faci-detail .container .booking-form form .row-4 .child {
    border-radius: 0.5rem;
    border: 1px solid var(--Grey-30, var(--eighth-color));
    background: var(--fifth-color);
    padding: 0.5rem 1rem 0.5rem 1rem;
    position: relative;
}

/*.section-1-faci-detail .container .booking-form form .row-4 .child:first-child {
            flex: 1 0 0;
            align-self: stretch;
        }

        .section-1-faci-detail .container .booking-form form .row-4 .child:nth-child(2) {
            height: 2.5rem;
        }*/

@media screen and (min-width: 1400px) {
    /*.section-1-faci-detail .container .booking-form form .row-4 .child {
            width: 24rem;
            flex: none;
        }

            .section-1-faci-detail .container .booking-form form .row-4 .child:first-child {
                width: 49.5rem;
                flex: none;
            }*/
}

.section-1-faci-detail .container .booking-form form .row-4 .child textarea {
    border: none;
    width: 100%;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-1-faci-detail .container .booking-form form .row-4 .child .required {
    position: absolute;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-1-faci-detail .container .booking-form form .row-4 .child .required .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-1-faci-detail .container .booking-form form .row-4 .child .red-select {
    position: absolute;
    left: 57%;
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-1-faci-detail .container .booking-form form .row-4 .child .placeholder {
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: all 0.3s;
}

.section-1-faci-detail .container .booking-form form .row-4 .child .placeholder .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-1-faci-detail .container .booking-form form .row-4 .child p span input {
    width: 100%;
    height: 1.5rem;
    border: none;
}

.section-1-faci-detail .container .booking-form form .row-4 .child p.active {
    outline: none;
}

.section-1-faci-detail .container .booking-form form .row-4 .child p.active .placeholder {
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--sixth-color);
    background: var(--fifth-color);
}

.section-1-faci-detail .container .booking-form form .row-4 .child p.active .placeholder .red {
    display: none;
}

.section-1-faci-detail .container .booking-form form button {
    width: 23.725rem;
    padding: 0.375rem 2rem;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background: var(--main-color);
    color: var(--fifth-color);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    position: absolute;
    right: 0%;
    bottom: 0rem;
}

@media only screen and (max-width: 1199px) {
    .section-1-faci-detail .container .booking-form form button {
        width: 33.3333%;
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-faci-detail .container .booking-form form button {
        width: 100%;
        position: unset;
        margin-top: 2rem;
    }
}

.section-1-special .container .category {
    display: flex;
    gap: 3rem;
    position: relative;
    margin-top: 2rem;
    white-space: nowrap;
    padding-bottom: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
}

.section-1-special .container .category::-webkit-scrollbar {
    height: 2px;
}

.section-1-special .container .category::-webkit-scrollbar-thumb {
    background: var(--second-color);
    border-radius: 0.25rem;
}

.section-1-special .container .category::-webkit-scrollbar-track {
    background: var(--eighth-color);
}

.section-1-special .container .category .child {
    position: relative;
}

.section-1-special .container .category .child a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

.section-1-special .container .category .child.active a {
    color: var(--second-color);
    font-weight: 800;
}

.section-1-special .container .category .child.active::after {
    content: "";
    position: absolute;
    background: var(--second-color);
    width: 100%;
    height: 0.25rem;
    bottom: -1.4rem;
    left: 0;
    z-index: 2;
}

.section-1-special .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: -1.31rem;
    left: 0;
    z-index: 1;
}

.section-1-special .container .list-rooms .room {
    min-height: 34rem;
    gap: 4.375rem;
}

.section-1-special .container .list-rooms .room:first-child {
    margin-top: 4.38rem;
}

@media only screen and (max-width: 991px) {
    .section-1-special .container .list-rooms .room:first-child {
        margin-top: 2rem;
    }
}

.section-1-special .container .list-rooms .room:nth-child(odd),
.section-1-special .container .list-rooms .room:nth-child(even) {
    margin-top: 3.75rem;
}

@media only screen and (max-width: 991px) {

    .section-1-special .container .list-rooms .room:nth-child(odd),
    .section-1-special .container .list-rooms .room:nth-child(even) {
        margin-top: 2rem;
    }
}

.section-1-special .container .list-rooms .room .background {
    height: 33.625rem;
}

@media screen and (min-width: 1100px) and (max-width: 1399px) {
    .section-1-special .container .list-rooms .room .list-info .name-room {
        width: 26rem;
    }
}

.section-1-special .container .list-rooms .room .list-info .list-price {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.81rem;
}

.section-1-special .container .list-rooms .room .list-info .list-price .price {
    color: #9a8f8f;
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    text-decoration: line-through;
}

@media only screen and (max-width: 991px) {
    .section-1-special .container .list-rooms .room .list-info .list-price .price {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-special .container .list-rooms .room .list-info .list-price .price {
        font-size: 1rem;
    }
}

.section-1-special .container .list-rooms .room .list-info .list-price .price-sale {
    color: var(--seventh-color);
    font-family: var(--f-body);
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375rem;
    /* 64.706% */
}

@media only screen and (max-width: 991px) {
    .section-1-special .container .list-rooms .room .list-info .list-price .price-sale {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-special .container .list-rooms .room .list-info .list-price .price-sale {
        font-size: 1.25rem;
    }
}

.section-1-special .container .list-rooms .room .list-info .list-price .price-sale .night {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

.section-1-special .container .list-rooms .room .list-info .desc {
    margin-top: 2rem;
}

.section-1-special .container .list-rooms .room .right {
    margin-top: 3.5rem;
}

@media only screen and (max-width: 991px) {
    .section-1-special .container .list-rooms .room .right {
        margin-top: 0;
    }
}

.section-1-special-detail {
    padding-bottom: 4rem;
}

@media only screen and (max-width: 991px) {
    .section-1-special-detail {
        padding-bottom: 2rem;
    }
}

.section-1-special-detail .container .category {
    display: flex;
    gap: 3rem;
    position: relative;
    margin-top: 2rem;
}

.section-1-special-detail .container .category .child {
    position: relative;
}

.section-1-special-detail .container .category .child a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

.section-1-special-detail .container .category .child.active a {
    color: var(--second-color);
    font-weight: 800;
}

.section-1-special-detail .container .category .child.active::after {
    content: "";
    position: absolute;
    background: var(--second-color);
    width: 100%;
    height: 0.25rem;
    bottom: -1.4rem;
    left: 0;
    z-index: 2;
}

.section-1-special-detail .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: -1.31rem;
    left: 0;
    z-index: 1;
}

.section-1-special-detail .container .list-rooms .room {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    gap: 1rem;
}

.section-1-special-detail .container .list-rooms .room:first-child {
    margin-top: 4.375rem;
}

.section-1-special-detail .container .list-rooms .room .background {
    background: unset;
}

.section-1-special-detail .container .list-rooms .room .list-info {
    width: 45%;
    max-width: unset;
    padding-bottom: unset;
    padding-top: 0;
}

@media only screen and (max-width: 991px) {
    .section-1-special-detail .container .list-rooms .room .list-info {
        width: 100%;
    }
}

.section-1-special-detail .container .list-rooms .room .list-info .name-room h3 {
    font-size: 3rem;
}

@media only screen and (max-width: 991px) {
    .section-1-special-detail .container .list-rooms .room .list-info .name-room {
        width: 100%;
    }

    .section-1-special-detail .container .list-rooms .room .list-info .name-room h3 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-special-detail .container .list-rooms .room .list-info .name-room h3 {
        font-size: 2rem;
    }
}

.section-1-special-detail .container .list-rooms .room .list-info .list-price {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.81rem;
}

.section-1-special-detail .container .list-rooms .room .list-info .list-price .price {
    color: #9a8f8f;
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    text-decoration: line-through;
}

@media only screen and (max-width: 991px) {
    .section-1-special-detail .container .list-rooms .room .list-info .list-price .price {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-special-detail .container .list-rooms .room .list-info .list-price .price {
        font-size: 1rem;
    }
}

.section-1-special-detail .container .list-rooms .room .list-info .list-price .price-sale {
    color: var(--seventh-color);
    font-family: var(--f-body);
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375rem;
    /* 64.706% */
}

@media only screen and (max-width: 991px) {
    .section-1-special-detail .container .list-rooms .room .list-info .list-price .price-sale {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-special-detail .container .list-rooms .room .list-info .list-price .price-sale {
        font-size: 1.25rem;
    }
}

.section-1-special-detail .container .list-rooms .room .list-info .list-price .price-sale .night {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

.section-1-special-detail .container .list-rooms .room .list-info .desc {
    margin-top: 2rem;
    max-width: 27.9375rem;
}

@media only screen and (max-width: 991px) {
    .section-1-special-detail .container .list-rooms .room .list-info .desc {
        max-width: 100%;
    }
}

.section-1-special-detail .container .list-rooms .room .right {
    margin-top: 0;
    width: 55%;
}

.section-1-special-detail .container .list-rooms .room .right .swiper-pagination-room {
    width: 12%;
}

@media only screen and (max-width: 1199px) {
    .section-1-special-detail .container .list-rooms .room .right .swiper-pagination-room {
        width: 13%;
    }
}

@media only screen and (max-width: 480px) {
    .section-1-special-detail .container .list-rooms .room .right .swiper-pagination-room {
        width: 18%;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-special-detail .container .list-rooms .room .right {
        width: 100%;
        margin-top: 1.5rem;
    }
}

.space {
    padding-top: 6.75rem;
}

@media only screen and (max-width: 991px) {
    .space {
        padding-top: 4.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .space {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 480px) {
    .space {
        padding-top: 1.5rem;
    }
}

.section-1-gallery {
    padding-top: 1.69rem;
    padding-bottom: 5rem;
}

@media only screen and (max-width: 991px) {
    .section-1-gallery {
        padding-bottom: 4.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-gallery {
        padding-bottom: 2rem;
    }
}

.section-1-gallery .container .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .section-1-gallery .container .title-section h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-gallery .container .title-section h2 {
        font-size: 2.5rem;
    }
}

.section-1-gallery .container .category {
    display: flex;
    gap: 3rem;
    position: relative;
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.section-1-gallery .container .category::-webkit-scrollbar {
    height: 2px;
}

.section-1-gallery .container .category::-webkit-scrollbar-thumb {
    background: var(--second-color);
    border-radius: 0.25rem;
}

.section-1-gallery .container .category::-webkit-scrollbar-track {
    background: var(--eighth-color);
}

@media only screen and (max-width: 767px) {
    .section-1-gallery .container .category {
        gap: 2rem;
    }
}

.section-1-gallery .container .category .child {
    position: relative;
}

.section-1-gallery .container .category .child a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

.section-1-gallery .container .category .child.active a {
    color: var(--main-color);
    font-weight: 800;
}

.section-1-gallery .container .category .child.active::after {
    content: "";
    position: absolute;
    background: var(--main-color);
    width: 100%;
    height: 0.25rem;
    bottom: -1.4rem;
    left: 0;
    z-index: 2;
}

.section-1-gallery .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: 1.225rem;
    left: 0;
    z-index: 1;
}

.section-1-gallery .container .list-gallery {
    display: none;
}

.section-1-gallery .container .list-gallery.active {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-grow: 1;
    margin-top: 4.37rem;
    animation: opacity 1s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .section-1-gallery .container .list-gallery.active {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-gallery .container .list-gallery.active {
        margin-top: 1.5rem;
    }
}

.section-1-gallery .container .list-gallery .child {
    position: relative;
    width: 31.9%;
}

@media only screen and (max-width: 1199px) {
    .section-1-gallery .container .list-gallery .child {
        width: 31%;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-gallery .container .list-gallery .child {
        width: 47%;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-gallery .container .list-gallery .child {
        width: 100%;
    }
}

.section-1-gallery .container .list-gallery .child .overlay-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.section-1-gallery .container .list-gallery .child .overlay-gallery img {
    width: 2.75rem;
    height: 2.75rem;
}

.section-1-gallery .container .list-gallery .child::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(39, 77, 154, 0.02) 0%, rgba(13, 26, 52, 0.1) 100%);
    inset: 0;
    z-index: 1;
}

.section-1-gallery .container .list-gallery .child:hover .overlay-gallery {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    z-index: 2;
}

.section-1-gallery .container .list-gallery .child img {
    width: 100%;
    height: 15.9375rem;
}

.section-1-gallery .container .list-gallery .dvSeemore {
    width: 100%;
}

.section-1-gallery .container .list-gallery .see-more {
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 2.5rem;
    cursor: pointer;
    text-align: center;
}

.section-1-gallery .container .list-gallery .see-more span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-gallery .container .list-gallery .see-more:hover {
    border: none;
    background: var(--third-color);
}

.section-1-gallery .container .list-gallery .see-more span i {
    color: var(--sixth-color);
}

.section-1-gallery .container .list-gallery .see-less {
    text-align: center;
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 2.5rem;
    cursor: pointer;
}

.section-1-gallery .container .list-gallery .see-less span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-gallery .container .list-gallery .see-less:hover {
    border: none;
    background: var(--third-color);
}

.section-1-gallery .container .list-gallery .see-less span i {
    color: var(--sixth-color);
}



.section-1-contact {
    padding-top: 2rem;
    padding-bottom: 3.69rem;
    position: relative;
    background: var(--main-color);
    background-image: url('../images/bg_contact.png');
    background-size: cover;
    background-position: top center;
}

.section-1-contact .breadcrumbs {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}

.section-1-contact .breadcrumbs .container ul li a {
    color: var(--fourth-color);
}

.section-1-contact .breadcrumbs .container ul li i {
    color: var(--fourth-color);
}

.section-1-contact .container .title-section h2 {
    color: var(--fourth-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .section-1-contact .container .title-section h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-contact .container .title-section h2 {
        font-size: 2rem;
    }
}

.section-1-contact .container .content {
    margin-top: 2rem;
    display: flex;
    max-height: 31.875rem;
    border-radius: 0.75rem;
    background-color: var(--fourth-color);
}

@media only screen and (max-width: 991px) {
    .section-1-contact .container .content {
        flex-direction: column-reverse;
        max-height: unset;
    }
}

.section-1-contact .container .content .map {
    width: 60.7%;
    height: 31.875rem;
}

.section-1-contact .container .content .map iframe {
    width: 100%;
    border-radius: 0.75rem 0 0 0.75rem;
}

@media only screen and (max-width: 991px) {
    .section-1-contact .container .content .map {
        width: 100%;
        height: unset;
    }

    .section-1-contact .container .content .map iframe {
        border-radius: 0 0 0.75rem 0.75rem;
    }
}

.section-1-contact .container .content .contact-info {
    width: 39.3%;
    /*background-color: var(--fourth-color);*/
    padding: 3.0625rem 2.125rem 3rem 2.6875rem;
}

@media only screen and (max-width: 991px) {
    .section-1-contact .container .content .contact-info {
        width: 100%;
        padding: 2rem 1.5rem 2rem 1.5rem;
    }
}

.section-1-contact .container .content .contact-info .logo {
    max-width: 10.125rem;
    margin-left: 3rem;
}

.section-1-contact .container .content .contact-info .list-contact {
    margin-top: 3.0844rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.section-1-contact .container .content .contact-info .list-contact .child {
    display: flex;
    gap: 1.4375rem;
}

.section-1-contact .container .content .contact-info .list-contact .child .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -5px;
}

.section-1-contact .container .content .contact-info .list-contact .child .text p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-1-contact .container .content .contact-info .list-contact::before {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    height: 0.0625rem;
    width: 80%;
    bottom: -1.125rem;
    left: 2.875rem;
}

.section-1-contact .container .content .contact-info .list-social {
    display: flex;
    gap: 0.67rem;
    margin-top: 2.56rem;
    margin-left: 3rem;
}

.section-1-contact .container .content .contact-info .list-social img {
    width: auto;
    height: 2rem;
}

.section-1-contact .container .content .contact-info .logo-group {
    position: relative;
    max-width: 13.21794rem;
    margin-top: 4.19rem;
}

.section-1-contact .container .content .contact-info .logo-group span {
    color: #5b8f93;
    font-family: var(--f-body);
    font-size: 0.6875rem;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: -0.25rem;
    left: 3.125rem;
}

.section-2-contact {
    background: #f5f3ef;
}

.section-2-contact .container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

@media only screen and (max-width: 991px) {
    .section-2-contact .container {
        padding-bottom: 4.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-contact .container {
        padding-bottom: 2rem;
    }
}

.section-2-contact .container .title-section h2 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-2-contact .container form {
    margin-top: 2rem;
    position: relative;
}

/* .section-2-contact .container form .row {
            --bs-gutter-x: unset;
        }*/

.section-2-contact .container form .row-1,
.section-2-contact .container form .row-2,
.section-2-contact .container form .row-3 {
    /*gap: 1.5rem;*/
    margin-top: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .section-2-contact .container form .row-2 {
        flex-direction: column-reverse;
    }

    .section-2-contact .container form .row .child {
        margin-top: 1rem;
    }

    .section-2-contact .container form .row {
        margin-top: unset !important;
    }
}

.section-2-contact .container form .row-1 .child,
.section-2-contact .container form .row-2 .child,
.section-2-contact .container form .row-3 .child {
    border-radius: 0.5rem;
    border: 1px solid var(--Grey-30, var(--eighth-color));
    background: var(--fifth-color);
    padding: 0.5rem 1rem 0.5rem 1rem;
    position: relative;
}

.section-2-contact .container form .row-1 .child:first-child,
.section-2-contact .container form .row-2 .child:first-child,
.section-2-contact .container form .row-3 .child:first-child {
    flex: 1 0 0;
    align-self: stretch;
}

.section-2-contact .container form .row-1 .child select,
.section-2-contact .container form .row-2 .child select,
.section-2-contact .container form .row-3 .child select {
    border: none;
    width: 100%;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-2-contact .container form .row-1 .child .required,
.section-2-contact .container form .row-2 .child .required,
.section-2-contact .container form .row-3 .child .required {
    position: absolute;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-2-contact .container form .row-1 .child .required .red,
.section-2-contact .container form .row-2 .child .required .red,
.section-2-contact .container form .row-3 .child .required .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-2-contact .container form .row-1 .child .red-select,
.section-2-contact .container form .row-2 .child .red-select,
.section-2-contact .container form .row-3 .child .red-select {
    position: absolute;
    left: 57%;
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-2-contact .container form .row-1 .child .placeholder,
.section-2-contact .container form .row-2 .child .placeholder,
.section-2-contact .container form .row-3 .child .placeholder {
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: all 0.3s;
}

.section-2-contact .container form .row-1 .child .placeholder .red,
.section-2-contact .container form .row-2 .child .placeholder .red,
.section-2-contact .container form .row-3 .child .placeholder .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-2-contact .container form .row-1 .child .placeholder .ext,
.section-2-contact .container form .row-2 .child .placeholder .ext,
.section-2-contact .container form .row-3 .child .placeholder .ext {
    font-size: 0.825rem;
    color: var(--sixth-color);
}

.section-2-contact .container form .row-1 .child p span input,
.section-2-contact .container form .row-2 .child p span input,
.section-2-contact .container form .row-3 .child p span input {
    width: 100%;
    height: 1.5rem;
    border: none;
}

.section-2-contact .container form .row-1 .child p span input:focus+.placeholder,
.section-2-contact .container form .row-2 .child p span input:focus+.placeholder,
.section-2-contact .container form .row-3 .child p span input:focus+.placeholder {
    top: -10px;
    left: 10px;
    font-size: 0.875rem;
    color: var(--sixth-color);
}

.section-2-contact .container form .row-1 .child p.active .placeholder,
.section-2-contact .container form .row-2 .child p.active .placeholder,
.section-2-contact .container form .row-3 .child p.active .placeholder {
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--sixth-color);
    background: var(--fifth-color);
}

.section-2-contact .container form .child p.active .placeholder .red,
.section-2-contact .container form .child p.active .placeholder .ext {
    display: none;
}

.section-2-contact .container form .row-3 .child textarea {
    border: none;
    width: 100%;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-2-contact .container form button {
    width: 23.725rem;
    padding: 0.375rem 2rem;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background: var(--main-color);
    color: var(--fifth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    right: 0%;
    bottom: 0;
}

@media only screen and (max-width: 1380px) {
    .section-2-contact .container form button {
        width: 23rem;
        right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .section-2-contact .container form button {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 991px) {
    .section-2-contact .container form button {
        width: 100%;
        position: unset;
        margin-top: 2rem;
    }
}




.section-3-extend .container {
    padding-bottom: 12.25rem;
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container {
        padding-bottom: 4.25rem;
    }
}

.section-3-extend .container .booking-form .title-form h3 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-3-extend .container .booking-form form {
    margin-top: 2.12rem;
    position: relative;
}

.section-3-extend .container .booking-form form input {
    border: none;
    outline: none;
    width: 100%;
}

.section-3-extend .container .booking-form form .row {
    --bs-gutter-x: unset;
}

.section-3-extend .container .booking-form form .row-1 {
    gap: 1.5rem;
}

.section-3-extend .container .booking-form form .row-1 .child {
    display: flex;
    padding: 0.5rem 1.5625rem 0.5rem 1rem;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    align-self: stretch;
    width: 24rem;
    border: 1px solid var(--eighth-color);
    background: var(--fifth-color);
    position: relative;
}

@media only screen and (max-width: 1380px) {
    .section-3-extend .container .booking-form form .row-1 .child {
        width: 22rem;
    }
}

@media only screen and (max-width: 1199px) {
    .section-3-extend .container .booking-form form .row-1 .child {
        width: 18rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container .booking-form form .row-1 .child {
        width: 100%;
        flex: none;
    }
}

.section-3-extend .container .booking-form form .row-1 .child .required {
    top: 0.5rem;
    position: absolute;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    pointer-events: none;
    background: var(--fifth-color);
}

.section-3-extend .container .booking-form form .row-1 .child .required .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container .booking-form form .row-1 .child p {
        width: 100%;
    }
}

.section-3-extend .container .booking-form form .row-1 .child p span input {
    width: 100%;
    height: 1.5rem;
    border: none;
}

.section-3-extend .container .booking-form form .row-1 .child p span input:focus+.required {
    top: -28%;
    animation: 0.2s ease 0s 1 normal none running fadeIn;
    background-color: var(--fifth-color);
}

.section-3-extend .container .booking-form form .row-1 .child p span input:focus+.required .red {
    display: none;
}

.section-3-extend .container .booking-form form .row-1 .child p.active .required {
    top: -28%;
    animation: 0.2s ease 0s 1 normal none running fadeIn;
    background-color: var(--fifth-color);
}

.section-3-extend .container .booking-form form .row-1 .child p.active .required .red {
    display: none;
}

.section-3-extend .container .booking-form form .row-2 {
    gap: 1.5rem;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container .booking-form form .row-2 {
        flex-direction: column-reverse;
    }
}

.section-3-extend .container .booking-form form .row-2 .child {
    display: flex;
    padding: 0.5rem 1rem 0.5rem 1rem;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    width: 24rem;
    align-self: stretch;
    border: 1px solid var(--eighth-color);
    background: var(--fifth-color);
    position: relative;
}

@media only screen and (max-width: 1380px) {
    .section-3-extend .container .booking-form form .row-2 .child {
        width: 22rem;
    }
}

@media only screen and (max-width: 1199px) {
    .section-3-extend .container .booking-form form .row-2 .child {
        width: 27.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container .booking-form form .row-2 .child {
        width: 100%;
        flex: none;
    }
}

.section-3-extend .container .booking-form form .row-2 .child select {
    border: none;
    width: 100%;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-3-extend .container .booking-form form .row-2 .child .required {
    position: absolute;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    top: 22%;
}

.section-3-extend .container .booking-form form .row-2 .child .required .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-3-extend .container .booking-form form .row-2 .child .placeholder {
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: all 0.2s;
}

.section-3-extend .container .booking-form form .row-2 .child .red-select {
    position: absolute;
    left: 57%;
    font-size: 1.25rem;
    color: var(--seventh-color);
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container .booking-form form .row-2 .child p {
        width: 100%;
    }
}

.section-3-extend .container .booking-form form .row-2 .child p span input {
    width: 100%;
    height: 1.5rem;
    border: none;
}

.section-3-extend .container .booking-form form .row-2 .child p.active .required {
    top: -10px;
    animation: 0.2s ease 0s 1 normal none running fadeIn;
    background-color: var(--fifth-color);
}

.section-3-extend .container .booking-form form .row-2 .child p.active .required .red {
    display: none;
}

.section-3-extend .container .booking-form form .row-2 .child p.active .placeholder {
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--sixth-color);
    background: var(--fifth-color);
}

.section-3-extend .container .booking-form form .row-3 {
    gap: 1.5rem;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container .booking-form form .row-3 {
        flex-direction: column-reverse;
    }
}

.section-3-extend .container .booking-form form .row-3 .child {
    border-radius: 0.5rem;
    border: 1px solid var(--Grey-30, var(--eighth-color));
    background: var(--fifth-color);
    padding: 0.5rem 1rem 0.5rem 1rem;
    position: relative;
    flex: 1 0 0;
    align-self: stretch;
}

@media screen and (min-width: 1400px) {
    .section-3-extend .container .booking-form form .row-3 .child {
        width: 24rem;
        flex: none;
    }

    .section-3-extend .container .booking-form form .row-3 .child:first-child {
        width: 49.5rem;
        flex: none;
    }
}

@media only screen and (max-width: 1380px) {
    .section-3-extend .container .booking-form form .row-3 .child {
        width: 45.5rem;
        flex: none;
    }
}

@media only screen and (max-width: 1199px) {
    .section-3-extend .container .booking-form form .row-3 .child {
        width: 37.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container .booking-form form .row-3 .child {
        width: 100%;
        flex: none;
    }
}

.section-3-extend .container .booking-form form .row-3 .child textarea {
    border: none;
    width: 100%;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-3-extend .container .booking-form form .row-3 .child .required {
    position: absolute;
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-3-extend .container .booking-form form .row-3 .child .required .red {
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-3-extend .container .booking-form form .row-3 .child .red-select {
    position: absolute;
    left: 57%;
    font-size: 1.25rem;
    color: var(--seventh-color);
}

.section-3-extend .container .booking-form form .row-3 .child .placeholder {
    color: var(--sixth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: all 0.3s;
}

.section-3-extend .container .booking-form form .row-3 .child p span input {
    width: 100%;
    height: 1.5rem;
    border: none;
}

.section-3-extend .container .booking-form form .row-3 .child p.active {
    outline: none;
}

.section-3-extend .container .booking-form form .row-3 .child p.active .placeholder {
    top: -10px;
    left: 10px;
    font-size: 0.75rem;
    color: var(--sixth-color);
    background: var(--fifth-color);
}

.section-3-extend .container .booking-form form button {
    width: 24rem;
    padding: 0.375rem 2rem;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background: #00466b;
    color: var(--fifth-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    position: absolute;
    right: 0.5%;
    bottom: 0;
}

@media only screen and (max-width: 1380px) {
    .section-3-extend .container .booking-form form button {
        width: 22rem;
        right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .section-3-extend .container .booking-form form button {
        width: 33.3333%;
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-3-extend .container .booking-form form button {
        width: 100%;
        position: unset;
        margin-top: 2rem;
    }
}

.section-1-extend .swiper-pagination-bullet {
    background-color: #e1e1e1;
}

.section-1-extend .container {
    padding-top: 2.75rem;
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .section-1-extend .container {
        padding-bottom: 2.25rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-extend .container {
        padding-bottom: 0;
    }
}

.section-1-extend .container .top {
    position: relative;
    display: flex;
    flex-direction: column;
}

.section-1-extend .container .top .name {
    max-width: 29.9375rem;
}

.section-1-extend .container .top .name h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-1-extend .container .top .name h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-extend .container .top .name h2 {
        font-size: 2rem;
    }
}

.section-1-extend .container .top .wrap {
    display: flex;
    gap: 1.4375rem;
    margin-top: 1.375rem;
}

@media only screen and (max-width: 1199px) {
    .section-1-extend .container .top .wrap {
        flex-direction: column;
    }
}

.section-1-extend .container .top .wrap .left {
    position: relative;
    border-radius: 0.75rem;
    background: #f5f3ef !important;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
    padding: 2.63rem 1.94rem 1.31rem 2.69rem;
    width: 100%;
    max-width: 30.125rem;
    max-height: 29rem;
}

@media only screen and (max-width: 1199px) {
    .section-1-extend .container .top .wrap .left {
        max-width: unset;
    }
}

@media only screen and (max-width: 991px) {
    .section-1-extend .container .top .wrap .left {
        max-height: 35rem;
    }
}

.section-1-extend .container .top .wrap .left .location span {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    /* 137.5% */
}

.section-1-extend .container .top .wrap .left .desc {
    max-width: 30.375rem;
}

@media only screen and (max-width: 1199px) {
    .section-1-extend .container .top .wrap .left .desc {
        max-width: 100%;
        min-height: unset;
    }
}

.section-1-extend .container .top .wrap .left .desc p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 157.143% */
    margin-bottom: 1.5rem;
}

.section-1-extend .container .top .wrap .left .desc p:last-child {
    margin-bottom: 0;
}

.section-1-extend .container .top .wrap .left .desc strong {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}

.section-1-extend .container .top .wrap .left .see-more {
    margin-top: 1.88rem;
    border-radius: 0.75rem;
    background: var(--blue-2);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 13.5rem;
    height: 3.25rem;
}

.section-1-extend .container .top .wrap .left .see-more a {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-extend .container .top .wrap .right {
    max-width: 43.125rem;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .section-1-extend .container .top .wrap .right {
        max-width: 100%;
        margin-top: 0;
    }
}

.section-1-extend .container .top .wrap .right .swiper-button-next,
.section-1-extend .container .top .wrap .right .swiper-button-prev {
    color: var(--blue-2);
}

.section-1-extend .container .top .wrap .right .swiper-pagination-room {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.section-1-extend .container .top .wrap .right .swiper-button-next {
    top: 42%;
    right: 4.75%;
    padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
    width: 2.5rem;
    height: 3rem;
    background: rgba(9, 22, 37, 0.5);
    color: var(--fifth-color);
}

.section-1-extend .container .top .wrap .right .swiper-button-next::after {
    font-size: 1.5625rem;
}

.section-1-extend .container .top .wrap .right .swiper-button-prev {
    top: 42%;
    left: 4.75%;
    padding: 0.5625rem 0.7919rem 0.4375rem 0.875rem;
    width: 2.5rem;
    height: 3rem;
    background: rgba(9, 22, 37, 0.5);
    color: var(--fifth-color);
}

.section-1-extend .container .top .wrap .right .swiper-button-prev::after {
    font-size: 1.5625rem;
}

.section-1-extend .container .top .wrap .right img {
    border-radius: 0.75rem;
    min-height: 29rem;
    max-height: 29rem;
}

@media only screen and (max-width: 1199px) {
    .section-1-extend .container .top .wrap .right img {
        min-height: 20rem;
        max-height: 20rem;
    }
}

.section-1-extend .container .top .wrap .right .video {
    height: 100%;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0.75rem;
}

.section-1-extend .container .top .wrap .right::before {
    content: unset;
}

.section-1-extend .container .top .wrap .right {
    border-radius: 0.75rem;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
}

.section-1-extend .container .top .wrap .right img {
    border-radius: 0.75rem;
}

@media only screen and (max-width: 667px) {
    .section-1-extend .container {
        padding-bottom: 0;
    }
}

.section-1-policy {
    position: relative;
    padding-top: 1.69rem;
    padding-bottom: 6.5625rem;
    background-color: var(--fourth-color);
}

@media only screen and (max-width: 991px) {
    .section-1-policy {
        padding-top: 0.69rem;
        padding-bottom: 3rem;
    }
}

/*.section-1-policy::before {
            content: "";
            position: absolute;
            background-image: url(../images/back-room-detail-2.svg);
            background-size: contain;
            background-repeat: no-repeat;
            width: 31.4375rem;
            height: 24.6875rem;
            bottom: 0;
            left: 60%;
            z-index: 2;
        }*/

/* @media only screen and (max-width: 1380px) {
        .section-1-policy::before {
            width: 33%;
            height: 18rem;
        }
    }

    @media only screen and (max-width: 480px) {
        .section-1-policy::before {
            height: 6rem;
        }
    }*/

.section-1-policy .container {
    padding-bottom: 6rem;
}

@media only screen and (max-width: 991px) {
    .section-1-policy .container {
        padding-bottom: 3.75rem;
    }
}

.section-1-policy .container .category {
    display: flex;
    gap: 3rem;
    position: relative;
    margin: 3.125rem 0 3rem 0;
    white-space: nowrap;
    padding-bottom: 2.5rem;
    overflow-x: auto;
    overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
    .section-1-policy .container .category {
        gap: 2rem;
        white-space: nowrap;
        padding-bottom: 2.5rem;
        margin-bottom: 3rem;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .section-1-policy .container .category::-webkit-scrollbar {
        height: 2px;
    }

    .section-1-policy .container .category::-webkit-scrollbar-thumb {
        background: var(--second-color);
        border-radius: 0.25rem;
    }

    .section-1-policy .container .category::-webkit-scrollbar-track {
        background: var(--eighth-color);
    }
}

.section-1-policy .container .category .child {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-1-policy .container .category .child a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

@media only screen and (max-width: 991px) {
    .section-1-policy .container .category .child a {
        font-size: 1.25rem;
    }
}

.section-1-policy .container .category .child.forward-to {
    right: 0;
    gap: 8px;
    /*position:relative;*/
    position: absolute;
}

@media only screen and (max-width: 1199px) {
    .section-1-policy .container .category .child.forward-to {
        right: unset;
        position: unset;
    }
}

.section-1-policy .container .category .child.forward-to a {
    color: var(--main-color);
    font-weight: 600;
}

.section-1-policy .container .category .child.active a {
    color: var(--main-color);
    font-weight: 800;
}

.section-1-policy .container .category .child.active::after {
    content: "";
    position: absolute;
    background: var(--main-color);
    width: 100%;
    height: 0.25rem;
    bottom: -1.4rem;
    left: 0;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    /*.section-1-policy .container .category .child.active::after {
            content: none;
        }*/
}

.section-1-policy .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: 1.225rem;
    left: 0;
    z-index: 1;
}

.section-1-policy .container .top .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media only screen and (max-width: 667px) {
    .section-1-policy .container .top .title-section h2 {
        font-size: 2.5rem;
    }
}

.section-1-policy .container .content {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    gap: 3.625rem 0;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .section-1-policy .container .content {
        margin-top: 3.5rem;
    }
}

.section-1-policy .container .content .child {
    width: 32.625rem;
    border-bottom: 1px solid var(--eighth-color);
    padding-bottom: 1.4375rem;
}

.section-1-policy .container .content .child .text h2 {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-1-policy .container .content .child .text p {
    max-width: 30.375rem;
    margin-top: 2rem;
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.section-1-room .container .list-rooms .room .list-info .list-facilities .content .child .icon img {
    width: 2.0625rem;
    height: auto;
}

.section-4-homepage .container .content .wrap {
    align-items: center;
}

.section-4-homepage .container .content .wrap .left {
    min-height: 28.375rem;
}

.section-6-homepage .container .list-slider .item .content-wrapper .text {
    min-height: 19rem;
}

.hbe-bws {
    padding-top: 6rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right {
    margin-left: 0rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .policy nav ul li a:hover {
    color: var(--black);
    text-decoration:underline;
}

.section-banner .content .background img {
    max-height: 29.75rem;
}

.section-banner .background {
    position: relative;
}

.section-banner .background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(9, 22, 37, 0.2) 100%);
    pointer-events: none;
}

.swiper-pagination-bullet {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1) !important;
}

.section-1-contact .container .content .map iframe {
    height: 100%;
}

header .header-desktop .container .header__content .language .language-other.active {
    right: 2%;
}

header .header-desktop .container .header__content .language .language-active.active {
    right: 2%;
}

@media screen and (min-width: 1200px) {
    .section-banner .content .background img {
        height: 29.75rem;
    }
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul {
    background: var(--fourth-color);
    border-radius: 1rem;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li ul li a {
    color: #000;
}


.section-1-policy-new .container {
    padding-top: 2.25rem;
    padding-bottom: 11.4375rem;
}

@media only screen and (max-width: 991px) {
    .section-1-policy-new .container {
        padding-bottom: 3.75rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-policy-new .container {
        padding-bottom: 2rem;
    }
}

.section-1-policy-new .container .content {
    position: relative;
    z-index: 1;
}

.section-1-policy-new .container .content ul {
    margin-top: 0.75rem;
}

.section-1-policy-new .container .content ul li {
    padding-left: 1rem;
    list-style: inside;
    color: var(--sixth-color);
    font-family: Raleway;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.section-1-policy-new .container .content strong {
    color: var(--sixth-color);
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
}

.section-1-policy-new .container .content p,
.section-1-policy-new .container .content span {
    margin-top: 1.5rem;
    color: var(--sixth-color);
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.section-1-policy-new .container .content p strong,
.section-1-policy-new .container .content span strong {
    font-weight: 700;
}

.section-1-policy-new .container .content::after {
    z-index: -1;
    content: "";
    position: absolute;
    background: url(../images/back-policy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 34.375rem;
    height: 34.375rem;
    bottom: -5%;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 991px) {
    .section-1-policy-new .container .content::after {
        width: 25.375rem;
        height: 25.375rem;
        bottom: 0;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-policy-new .container .content::after {
        width: 15rem;
        height: 15rem;
    }
}

.section-2-extend .container .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .section-2-extend .container .title-section h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-2-extend .container .title-section h2 {
        font-size: 2rem;
    }
}

.section-2-extend .container .category .child.active a {
    color: var(--seventh-color);
}

.section-2-extend .container .category .child.active::after {
    background-color: var(--seventh-color);
}

.section-2-extend .container .location {
    margin-top: 1.1875rem;
    gap: 0.25rem;
    display: flex;
    align-items: center;
}

.section-2-extend .container .location span {
    color: #7e7e7e;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-2-extend .container .list-rooms {
    display: none;
}

.section-2-extend .container .list-rooms.show {
    display: block;
}

.section-2-extend .container .list-rooms .action {
    gap: 2rem;
}

.section-2-extend .container .list-rooms .room .list-info .desc p {
    /*margin-top: 0.9rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;*/
}

.section-2-extend .container .list-rooms .see-more {
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 4.5rem;
    cursor: pointer;
    text-align: center;
}

.section-2-extend .container .list-rooms .see-more span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-2-extend .container .list-rooms .see-more:hover {
    border: none;
    background: var(--third-color);
}

.section-2-extend .container .list-rooms .see-more span i {
    color: var(--sixth-color);
}

.section-2-extend .container .list-rooms .see-less {
    text-align: center;
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 4.5rem;
    cursor: pointer;
}

.section-2-extend .container .list-rooms .see-less span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-2-extend .container .list-rooms .see-less:hover {
    border: none;
    background: var(--third-color);
}

.section-2-extend .container .list-rooms .see-less span i {
    color: var(--sixth-color);
}


.section-2-extend .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: 0.125rem;
    left: 0;
    z-index: 1;
}


.section-4-extend {
    padding-top: 1.69rem;
    padding-bottom: 6rem;
    background: var(--fourth-color);
}

@media only screen and (max-width: 991px) {
    .section-4-extend {
        padding-top: 0.69rem;
        padding-bottom: 3rem;
    }
}

.section-4-extend .container .category {
    display: flex;
    gap: 3rem;
    position: relative;
    margin: 3.125rem 0 3rem 0;
    white-space: nowrap;
    padding-bottom: 2.5rem;
    overflow-x: auto;
    overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
    .section-4-extend .container .category {
        gap: 2rem;
        white-space: nowrap;
        padding-bottom: 2.5rem;
        margin-bottom: 3rem;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .section-4-extend .container .category::-webkit-scrollbar {
        height: 2px;
    }

    .section-4-extend .container .category::-webkit-scrollbar-thumb {
        background: var(--second-color);
        border-radius: 0.25rem;
    }

    .section-4-extend .container .category::-webkit-scrollbar-track {
        background: var(--eighth-color);
    }
}

.section-4-extend .container .category .child {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-4-extend .container .category .child a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

@media only screen and (max-width: 991px) {
    .section-4-extend .container .category .child a {
        font-size: 1.25rem;
    }
}

.section-4-extend .container .category .child.forward-to {
    right: 0;
    gap: 8px;
    position: absolute;
}

@media only screen and (max-width: 1199px) {
    .section-4-extend .container .category .child.forward-to {
        right: unset;
        position: unset;
    }
}

.section-4-extend .container .category .child.forward-to a {
    color: var(--main-color);
    font-weight: 600;
}

.section-4-extend .container .category .child.active a {
    color: var(--main-color);
    font-weight: 800;
}

.section-4-extend .container .category .child.active::after {
    content: "";
    position: absolute;
    background: var(--main-color);
    width: 100%;
    height: 0.25rem;
    bottom: -1.4rem;
    left: 0;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    /*.section-4-extend .container .category .child.active::after {
            content: none;
        }*/
}

.section-4-extend .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: 1.225rem;
    left: 0;
    z-index: 1;
}

.section-4-extend .container .top .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 667px) {
    .section-4-extend .container .top .title-section h2 {
        font-size: 2.5rem;
    }
}

.section-4-extend .container .list-rooms .room {
    min-height: unset;
    border-radius: unset;
    box-shadow: unset;
}

.section-4-extend .container .list-rooms .room .list-info {
    padding: 0 2rem 1.5rem 0.725rem;
}

/* .section-4-extend .container .list-rooms .room:nth-child(odd) {
        margin-top: unset;
    }*/

.section-4-extend .container .list-rooms .room:nth-child(even) .list-info {
    padding: 0 0 1.5rem 4rem;
}

.section-4-extend .container .list-rooms .room .list-info .desc {
    /*margin-top: 1.125rem;*/
    max-width: 26.5rem;
    margin-top: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
    .section-4-extend .container .list-rooms .room .list-info .desc {
        max-width: unset;
        overflow: unset;
        -webkit-line-clamp: unset;
    }

    .section-4-extend .container .list-rooms .room .list-info {
        padding: 1rem 1rem 1rem 1rem;
    }

    .section-4-extend .container .list-rooms .room:nth-child(even) .list-info {
        padding: 1rem 1rem 1rem 1rem;
    }
}

.section-4-extend .container .list-rooms .room .right {
    /* margin-top: 1.75rem;*/
}

.section-4-extend .container .list-rooms .room .right img {
    /*height: 28.375rem;*/
    border-radius: 0.75rem;
    /* box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);*/
}



.section-4-extend .container .list-rooms .see-more {
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 4.5rem;
    cursor: pointer;
    text-align: center;
}

.section-4-extend .container .list-rooms .see-more span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-4-extend .container .list-rooms .see-more:hover {
    border: none;
    background: var(--third-color);
}

.section-4-extend .container .list-rooms .see-more span i {
    color: var(--sixth-color);
}

.section-4-extend .container .list-rooms .see-less {
    text-align: center;
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 4.5rem;
    cursor: pointer;
}

.section-4-extend .container .list-rooms .see-less span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-4-extend .container .list-rooms .see-less:hover {
    border: none;
    background: var(--third-color);
}

.section-4-extend .container .list-rooms .see-less span i {
    color: var(--sixth-color);
}

.section-5-extend .container .list-slider .item .content-wrapper .list-info .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


.section-1-news {
    padding-top: 1.69rem;
    padding-bottom: 6.5625rem;
    background: var(--fourth-color);
}

@media only screen and (max-width: 991px) {
    .section-1-news {
        padding-top: 0.69rem;
        padding-bottom: 3rem;
    }
}

.section-1-news .container .title-section h2 {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .section-1-news .container .title-section h2 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 667px) {
    .section-1-news .container .title-section h2 {
        font-size: 2rem;
    }
}

.section-1-news .container .category .child.active a {
    color: var(--seventh-color);
}

.section-1-news .container .category .child.active::after {
    background-color: var(--seventh-color);
}

.section-1-news .container .location {
    margin-top: 1.1875rem;
    gap: 0.25rem;
    display: flex;
    align-items: center;
}

.section-1-news .container .location span {
    color: #7e7e7e;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-1-news .container .list-rooms {
    display: none;
}

.section-1-news .container .list-rooms.show {
    display: block;
}

.section-1-news .container .list-rooms .action {
    gap: 2rem;
}

.section-1-news .container .list-rooms .room .list-info .desc p {
    margin-top: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.section-1-news .container .list-rooms .see-more {
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 4.5rem;
    cursor: pointer;
    text-align: center;
}

.section-1-news .container .list-rooms .see-more span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-news .container .list-rooms .see-more:hover {
    border: none;
    background: var(--third-color);
}

.section-1-news .container .list-rooms .see-more span i {
    color: var(--sixth-color);
}

.section-1-news .container .list-rooms .see-less {
    text-align: center;
    width: 308px;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
    display: block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 4.5rem;
    cursor: pointer;
}

.section-1-news .container .list-rooms .see-less span {
    color: var(--sixth-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-1-news .container .list-rooms .see-less:hover {
    border: none;
    background: var(--third-color);
}

.section-1-news .container .list-rooms .see-less span i {
    color: var(--sixth-color);
}


.section-1-news .container .category::after {
    content: "";
    position: absolute;
    background: var(--eighth-color);
    width: 100%;
    height: 0.0625rem;
    bottom: 0.125rem;
    left: 0;
    z-index: 1;
}


.section-post-news .container .content-wrap {
    display: flex;
    margin-top: 0.75rem;
    gap: 4.375rem;
}

@media only screen and (max-width: 1199px) {
    .section-post-news .container .content-wrap {
        gap: 3rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-post-news .container .content-wrap {
        flex-direction: column;
        gap: 2.75rem;
    }
}

.section-post-news .container .content-wrap .col-left-post {
    flex: 1;
}

.section-post-news .container .content-wrap .col-left-post .date-post span {
    color: #7e7e7e;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-post-news .container .content-wrap .col-left-post .title-post {
    margin-top: 0.5625rem;
}

.section-post-news .container .content-wrap .col-left-post .title-post h1 {
    color: var(--sixth-color);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--f-body);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-post-news .container .content-wrap .col-left-post .content-detail-post {
    margin-top: 0.6875rem;
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.section-post-news .container .content-wrap .col-left-post .content-detail-post ul,
.section-post-news .container .content-wrap .col-left-post .content-detail-post ol {
    list-style: inside;
}

.section-post-news .container .content-wrap .col-left-post .content-detail-post img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-post-news .container .content-wrap .col-left-post .nagivation-post {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.section-post-news .container .content-wrap .col-left-post .nagivation-post .text-link a {
    color: #868686;
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-post-news .container .content-wrap .col-left-post .nagivation-post .nav-icon {
    cursor: pointer;
    width: 40px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--eighth-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-post-news .container .content-wrap .col-left-post .nagivation-post .nav-icon i {
    color: var(--fifth-color);
}

.section-post-news .container .content-wrap .col-left-post .nagivation-post .nav-icon:hover {
    background: var(--main-color);
}

.section-post-news .container .content-wrap .col-left-post .nagivation-post .nav-icon:hover i {
    /*color: var(--main-color);*/
}

.section-post-news .container .content-wrap .col-left-post .nagivation-post .prev-post,
.section-post-news .container .content-wrap .col-left-post .nagivation-post .next-post {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-post-news .container .content-wrap .col-right-post {
    margin-top: 1.375rem;
    width: 24rem;
}

@media only screen and (max-width: 1199px) {
    .section-post-news .container .content-wrap .col-right-post {
        width: 21rem;
    }
}

@media only screen and (max-width: 991px) {
    .section-post-news .container .content-wrap .col-right-post {
        width: 100%;
    }
}

.section-post-news .container .content-wrap .col-right-post .title-post {
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 991px) {
    .section-post-news .container .content-wrap .col-right-post .title-post {
        justify-content: start;
    }
}

.section-post-news .container .content-wrap .col-right-post .title-post h3 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post {
    margin-top: 2.3125rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media only screen and (max-width: 991px) {
    .section-post-news .container .content-wrap .col-right-post .list-related-post {
        gap: 1rem;
        flex-direction: row;
    }
}

@media only screen and (max-width: 767px) {
    .section-post-news .container .content-wrap .col-right-post .list-related-post {
        flex-wrap: wrap;
    }
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper {
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
    background: var(--fifth-color);
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper figure {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 72.5%;
    overflow: hidden;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper figure img {
    position: absolute;
    inset: 0;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper figure img:hover {
    cursor: pointer;
    scale: 1.1;
    transition: all 0.5s;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text {
    padding: 1.3381rem 1.9375rem 1.9375rem 2.125rem;
    min-height: 17rem;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text {
    min-height: unset;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .title {
    margin-bottom: 0.5rem;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .title a {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .list-info {
    margin-bottom: 1.62rem;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .list-info p {
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    /* 142.857% */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .left .date {
    color: #7e7e7e;
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right {
    border-radius: 0.75rem;
    border: 1px solid #204b59;
    background: var(--fifth-color);
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 2.5rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 9.3125rem;
}

@media only screen and (max-width: 1380px) {
    .section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right {
        width: 40%;
    }
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right::after,
.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 12px;
    background: var(--third-color);
    z-index: -1;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right::after {
    z-index: 0;
    transform: translateX(105%);
    transition: none;
    transition: transform 350ms ease;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right::before {
    transform: translateX(-105%);
    z-index: 1;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right:hover {
    border: none;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right:hover::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right:hover::before {
    transform: translateX(0);
    transition: transform 350ms ease;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right a {
    color: var(--sixth-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.section-post-news .container .content-wrap .col-right-post .list-related-post .item .content-wrapper .text .bot .right a:hover {
    /*color: var(--fifth-color);*/
    background: var(--third-color);
}

.section-post-news .container .content-wrap .col-right-post .list-tag {
    margin-top: 4.375rem;
}

.section-post-news .container .content-wrap .col-right-post .list-tag .title {
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 991px) {
    .section-post-news .container .content-wrap .col-right-post .list-tag .title {
        justify-content: start;
    }
}

.section-post-news .container .content-wrap .col-right-post .list-tag .title h3 {
    color: var(--main-color);
    font-family: var(--f-body);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-post-news .container .content-wrap .col-right-post .list-tag .content-tag {
    margin-top: 1.1875rem;
    display: flex;
    gap: 0.625rem 0.75rem;
    flex-wrap: wrap;
}

.section-post-news .container .content-wrap .col-right-post .list-tag .content-tag button {
    color: var(--main-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.75rem 2rem;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: var(--fifth-color);
}

/*# sourceMappingURL=diamon.css.map */


/*Merge qa code start*/
@media screen and (min-width: 1500px) {
    .section-3-homepage .list-slide-3-home .swiper-3-home .swiper-slide .text .name-room h3 {
        font-size: 1.5rem;
    }
}

.hbe-bws {
    padding-top: 8rem;
}

footer .footer-wrapper .container .content .col-right .col-2-right .policy nav ul li a {
    color: var(--black);
}

.section-2-about .container .top-2 .wrap .right::before {
    content: none;
}

/*.section-1-room .container .list-rooms .room .right .swiper-pagination-room {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    width: 100%;
}*/

header .header-desktop .container .header__content .language {
    padding-left: 3rem;
}

header .header-desktop .container .header__content {
    justify-content: center;
}

@media only screen and (max-width: 667px) {
    .breadcrumbs .container .logo-group {
        width: 2rem;
        height: 2rem;
    }
}

.section-1-policy::before,
.section-2-room-detail::before {
    background-image: url(../logoNotext/logo.png);
    opacity: 0.2;
    pointer-events: none;
}

.section-post-news .container .content-wrap .col-right-post .list-tag .content-tag {
    justify-content: end;
}

.section-post-news .container .content-wrap .col-right-post .title-post h3,
.section-post-news .container .content-wrap .col-right-post .list-tag .title h3 {
    text-transform: uppercase;
}



.section-post-news .container .content-wrap .col-left-post .content-detail-post p {
    margin-top: 0.6875rem;
    color: var(--sixth-color);
    font-family: var(--f-body);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/*Merge qa code end*/

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    font-weight: normal;
    color: var(--fifth-color);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--third-color);
    background: var(--third-color);
    color: var(--fifth-color);
}


/*-----------------------------------------style polo golf Start---------------------------------------------*/

.comment_FB_Modal .modal-content {
    position: relative;
    padding: 0;
    color: var(--sixth-color);
    overflow: hidden;
    z-index: 1020;
}

@media (min-width: 992px) {
    .comment_FB_Modal .modal-lg {
        width: 800px;
    }
}

.comment_FB_Modal .modal-FB div {
    display: none;
}

.comment_FB_Modal .modal-FB p {
    line-height: 28px;
    font-size: 14px;
}

.comment_FB_Modal .modal-FB p.title {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0px 10px 0;
}

.comment_FB_Modal .modal-FB p.image {
    text-align: center;
    padding: 0 0px 10px 0;
}

.comment_FB_Modal .modal-FB p.image img.small {
    text-align: center;
    width: 100px;
}

.comment_FB_Modal .modal-FB p.image img {
    text-align: center;
    max-height: 600px;
}

.comment_FB_Modal .modal-FB p.content {
    font-size: 14px;
    padding: 0 10px 0 10px;
    text-align: justify;
}


.comment_FB_Modal button.close {
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    font-size: 40px;
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
    z-index: 1040;
}

.comment_FB_Modal button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

.modal-dialog {
    pointer-events: unset;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: unset;
    }
}

@media only screen and (max-width: 667px) {
    .modal-lg {
        width: 300px;
    }

    .modal-sm {
        width: 300px;
    }
}

/*-----------------------------------------style polo golf End---------------------------------------------*/

/*---------- RATER PLUGIN START---------------------- */
.ui-rater {
    margin: 0 8px 0 0;
    padding: 0 0 0 0;
}

.ui-rater>span {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.ui-rater-rating {
    margin: 16px 0 1px 0;
    padding: 16px 0 0 0;
}

.ui-rater-starsOff,
.ui-rater-starsOn {
    display: inline-block;
    height: 16px;
    width: 80px;
    cursor: pointer;
    background: url(../images/star.gif) repeat-x 0 0px;
}

.ui-rater-starsOn {
    display: block;
    max-width: 80px;
    top: 0;
    background-position: 0 -32px;
    cursor: pointer;
}

.ui-rater-starsHover {
    background-position: 0 -16px !important;
}

/*---------- RATER PLUGIN END---------------------- */


/*----------Legend Golf Festival---------------------- */
@media only screen and (min-width: 1200px) {


    .section-4-homepage-mobile {
        display: none;
    }

    footer .top-part {
        border-bottom: solid 2px var(--orange-color);
        padding-bottom: 14px;
    }

    .section-1-left {
        background-image: url('../images/section-1-1.png');
        height: 310px;
        width: 50%;
    }

    .section-1-left img {
        width: 50px;
        height: 50px;
        margin: 40px 50px 0 0;
    }

    .section-1-left .top {
        display: flex;
        justify-content: space-between;
    }

    .section-1-left .bottom {
        margin-top: 40px;
    }


    .section-1-right {
        background-image: url('../images/section-1-2.png');
        height: 310px;
        width: 50%;
        translate: -5px;
        border-top-right-radius: 25%;
        position: relative;
        cursor: pointer;
    }

    .icon-play {
        width: 80px;
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }

    .section-1-left-text-1 {
        color: var(--white);
        font-size: 1.5rem;
        padding: 40px 0 0 35px;
        font-family: 'Montserrat'
    }

    .section-1-left-text-2 {
        color: var(--orange-color);
        font-size: 1.6rem;
        font-weight: 700;
        padding: 10px 0 0 35px;
        line-height: 1.5;
        font-family: 'Montserrat';
    }

    .section-1-left-text-3 {
        color: var(--white);
        text-transform: uppercase;
        width: 71%;
        text-align: right;
        translate: 28% -12%;
        line-height: 1.5;
        font-size: 14px;
    }

    .section-1-homepage .content .background-text {
        height: 5rem;
        flex-shrink: 0;
        border-radius: 0.75rem;
        position: absolute;
        left: 24%;
        top: 7%;
        z-index: 2;
        width: 100%;
    }

    .section-1-homepage .content .background-text .text-bg-sec1-1 {
        color: var(--orange-color);
        font-size: 4rem;
        font-weight: 800;
        margin-left: -5%;
        font-family: 'Montserrat-SemiBold'
    }

    .section-1-homepage .content .background-text .text-bg-sec1-2 {
        color: var(--white);
        font-size: 4rem;
        margin-left: 10%;
        margin-top: 10px;
    }

    .section-1-left-right-1 {
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: var(--white);
        text-decoration: underline;
        text-transform: uppercase;
    }

    .flex-row {
        display: flex;
    }

    .section-2-left {
        width: 50%
    }

    .section-2-right {
        width: 50%
    }

    .section-2-text-1 {
        color: var(--orange-color);
        font-size: 2rem;
        width: 40%;
        line-height: 1.5;
        padding: 0 0 0 10%;
        font-family: 'Montserrat'
    }

    .section-2-text-2 {
        color: var(--blue-color);
        font-size: 3rem;
        width: 60%;
        /*line-height: 1.5;*/
        padding: 0 0 0 10%;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat';
    }

    .section-2-text-3 {
        color: var(--blue-color);
        font-size: 1rem;
        width: 86%;
        line-height: 1.5;
        padding: 0 10% 0 10%;
        margin-top: 50px;
        text-align: justify;
    }

    .section-2-text-4 {
        color: var(--blue-color);
        font-size: 2rem;
        width: 100%;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .section-2-text-5 {
        font-size: 1rem;
        width: 100%;
        line-height: 1.5;
        padding: 0 4% 0 0;
        text-align: justify;
    }

    .section-2-table {
        margin-top: 40px;
        border-collapse: collapse;
    }

    .section-2-table th,
    .section-2-table td {
        padding: 5px 0px;
        text-align: left;
        border: none;
        font-size: 1rem;
    }

    .section-2-table-col-1 {
        width: 24%;
        color: var(--orange-color);
        font-weight: 700;
    }

    /*.section-2-table-col-2 {
    font-weight: 700;
}*/

    .section-2-bg-1 {
        background-image: url(../images/section-2-1.png);
        width: 85%;
        height: 855px;
        position: absolute;
        top: 0px;
    }

    .section-2-bg-2 {
        background-image: url(../images/section-2-2.png);
        width: 100%;
        height: 1000px;
        top: 0;
        position: absolute;
        top: 150px;
    }

    .section-2-3 {
        position: absolute;
        top: 850px;
        margin: 100px 20%;
        background-color: var(--lightgray-color);
        width: 80%;
        border-top-right-radius: 20%;
    }

    .section-2-bg-3 {
        background-image: url(../images/section-2-3.png);
        width: 690px;
        height: 690px;
    }


    .img-part .content {
        position: relative;
        height: 1700px;
    }

    .section-2-logo {
        position: absolute;
        top: 80px;
        right: 0;
    }

    .section-2-logo img {
        width: 100px;
    }

    .section-2-box-text {
        background: var(--orange-color);
        width: 400px;
        height: 450px;
        border-top-right-radius: 20%;
        margin: 10% 0 0 25%;
    }

    .section-2-box-text-1 {
        text-transform: uppercase;
        color: var(--blue-color);
        font-size: 2.5rem;
        width: 275px;
        padding: 10% 0 0 10%;
        font-weight: 700;
        font-family: 'Montserrat-SemiBold'
    }

    .section-2-box-text-2 {
        color: var(--white);
        font-size: 1.0rem;
        font-size: 1rem;
        padding: 0 10% 0 10%;
        margin: 60px 0 0 0;
        line-height: 1.5;
    }

    .section-2-box-text-3 {
        color: var(--white);
        font-size: 1rem;
        text-transform: uppercase;
        padding: 0 0 0 25%;
        width: 800px;
        margin: 80px 50px;
        line-height: 1.5;
    }

    .link-ban-do {
        color: var(--white);
        padding: 80px;
        font-size: 1.2rem;
        text-decoration: underline;
        text-underline-offset: 4px;
        cursor: pointer;
    }

    .section-2-textbox {
        width: 50%;
        padding: 0 15% 0 6%;
    }

    .section-2-textbox-1 {
        color: var(--blue-color);
        font-size: 2.5rem;
        margin-top: 30px;
        text-align: right;
        font-family: 'Montserrat';
    }

    .section-2-textbox-2 {
        color: var(--orange-color);
        font-size: 2.5rem;
        font-weight: 700;
        text-align: right;
        font-family: 'Montserrat';
    }

    .section-2-textbox-3 {
        font-size: 16px;
        margin-top: 20px;
        text-align: right;
    }

    .section-2-textbox-4 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .section-2-textbox-4 .div-text-left,
    .div-text-right {
        width: 50%;
        text-align: right;
    }

    .section-2-textbox-4 .text-title {
        color: var(--orange-color);
        text-decoration: underline;
        text-underline-offset: 4px;
        text-transform: uppercase;
        margin: 20px 0 10px 0;
        font-weight: 700;
        font-family: 'Montserrat-Bold';
    }

    .section-2-textbox-4 .text-content {
        text-transform: uppercase;
        font-size: 1rem;
    }

    .section-3-1 {
        background: var(--lightgray-color);
    }

    .section-3-bg-1 {
        background-image: url(../images/section-3-1.png);
        width: 56%;
        height: 1000px;
        padding: 140px 0 0 20%;
    }

    .section-3-bg-2 {
        background-image: url(../images/section-3-2.png);
        width: 45%;
        height: 690px;
    }

    .section-3-bg-1 .text-1 {
        color: var(--white);
        font-size: 3.5rem;
        text-transform: uppercase;
        font-family: 'Montserrat';
    }

    .section-3-bg-1 .text-2 {
        color: var(--orange-color);
        font-size: 45px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 50px 0 0 0;
        width: 300px;
        font-family: 'Montserrat-Bold';
    }

    .section-3-bg-1 .text-3 {
        color: var(--white);
        font-size: 1rem;
        margin: 50px 0 0 0;
        width: 285px;
        line-height: 1.5;
    }


    .relative {
        position: relative;
    }

    .section-3-2 {
        position: absolute;
        top: 760px;
        margin: 100px 20%;
        width: 80%;
    }

    .section-3-textbox {
        background-color: var(--blue-color);
        width: 55%;
        padding: 80px 20% 0 5%;
        text-align: right;
    }

    .section-3-textbox-1 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 3rem;
    }

    .section-3-textbox-2 {
        font-size: 3rem;
        color: var(--orange-color);
        text-transform: uppercase;
        margin: 10px 0 45px 0;
    }

    .section-3-textbox-parent {
        color: var(--white);
        text-transform: uppercase;
        font-size: 1.2rem;
        margin: 25px 0 0 0;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-textbox-parent:hover {
        color: var(--orange-color);
    }

    .section-3-textbox-parent.active {
        color: var(--orange-color);
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-textbox-child {
        color: var(--white);
        font-size: 1rem;
        margin: 10px 0 0 0;
        cursor: pointer;
    }

    .section-3-textbox-child .div-text {
        margin: 10px 0 0 0;
    }

    .section-3-textbox-child .div-text.active {
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-2-div-text {
        width: 100%;
        position: absolute;
        bottom: 50px;
        padding: 0 30px;
        border-radius: 10%;
    }

    .section-3-2-div-text .text {
        background: var(--orange-color);
        border-radius: 30px;
        padding: 15px 20px;
        text-transform: uppercase;
    }

    .section-3-homepage .slider {
        position: absolute;
        top: 150px;
        left: 40%;
    }

    .section-4-homepage .left {
        width: 37%;
        background: var(--blue-color);
        padding: 70px 13% 0 2%;
    }



    .section-4-homepage .right {
        width: 63%;
        padding: 0 0 0 20%;
    }

    .section-4-homepage .text-1 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 3.5rem;
        text-align: right;
        font-family: 'Montserrat';
    }

    .section-4-homepage .text-2 {
        margin: 25px 0 0 0;
        font-size: 1.2rem;
        color: var(--white);
        text-align: right;
    }

    .section-4-homepage .text-3 {
        color: var(--orange-color);
        text-transform: uppercase;
        font-size: 3.2rem;
        margin: 45px 0 0 0;
        font-weight: 700;
        text-align: right;
        font-family: 'Montserrat-SemiBold';
    }

    .section-4-homepage .left .btn {
        border: solid 1px var(--orange-color);
        border-radius: 30px;
        font-size: 1rem;
        margin: 30px 0 0 0;
        text-transform: uppercase;
        padding: 10px 20px;
        background-color: var(--white);
        float: right;
    }

    .section-4-homepage .left .btn .text {
        color: var(--blue-color);
    }

    .section-4-homepage .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: var(--white);
    }

    .section-4-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--orange-color) !important;
    }

    .section-4-homepage .swiper-button-prev {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-4-homepage .swiper-button-next {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-5-homepage .header {
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .section-5-homepage .header .col-left {
        width: 55%;
        font-size: 3rem;
        color: var(--blue-color);
        text-transform: uppercase;
    }

    .section-5-homepage .header .col-right {
        width: 45%;
        justify-content: end;
        font-size: 1.2rem;
        color: var(--blue-color);
        text-transform: uppercase;
        margin: 30px 0;
    }



    .section-5-homepage .header .col-right .col-1 {
        width: 50%;
    }

    .section-5-homepage .header .col-right .col-2 {
        width: 50%;
    }

    .section-5-homepage .header .col-right .col-1:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 700;
    }

    .section-5-homepage .header .col-right .col-2:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 700;
    }

    .section-5-homepage .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: var(--lightgray-color);
    }

    .section-5-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--orange-color) !important;
    }

    .section-5-homepage .swiper-button-prev {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-5-homepage .swiper-button-next {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
    }

    .section-7-homepage .header {
        justify-content: space-between;
        margin-bottom: 30px;
        border-bottom: solid 1px var(--lightgray-color);
    }

    .section-7-homepage .header .col-left {
        width: 55%;
        font-size: 3rem;
        color: var(--orange-color);
        text-transform: uppercase;
    }

    .section-7-homepage .header .col-right {
        width: 45%;
        justify-content: end;
        font-size: 1.2rem;
        margin: 30px 0;
    }

    .section-7-homepage .header .col-right .btn {
        border: solid 1px var(--orange-color);
        border-radius: 30px;
        font-size: 1rem;
        padding: 10px 20px;
    }

    section-6-homepage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        background: var(--lightgray-color);
    }

    .section-6-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--orange-color) !important;
    }

    .section-6-homepage .swiper-button-prev {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-6-homepage .swiper-button-next {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
    }

    .section-6-homepage .swiper-slide .title {
        position: absolute;
        bottom: 40px;
        left: 15px;
        color: var(--white);
        text-transform: uppercase;
        width: 225px;
    }

    footer .top-part .col-left {
        width: 30%;
    }

    footer .bottom-part .col-left {
        width: 30%;
    }

    footer .bottom-part .col-right {
        margin-top: 37px;
        font-size: 14px;
    }

    footer .top-part .col-right .col-1 {
        color: var(--white);
        margin-left: 180px;
        width: 100%;
    }

    footer .bottom-part .col-right .col-1 {
        color: var(--white);
        margin-left: 180px;
        width: 78%
    }

    footer .bottom-part .col-right .col-1 .items-1 {
        margin-bottom: 20px;
        font-weight: 700;
        border-left: 3px solid var(--orange-color);
        padding: 0 0 0 10px;
    }


    footer .bottom-part .col-right .col-1 .items-2 {
        margin-bottom: 20px;
    }

    footer .bottom-part .col-right .col-2 .items {
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 0 0 0 20px;
    }

    footer .bottom-part .col-right .col-2 .img1 {
        width: 100px;
    }

    footer .bottom-part .col-right .col-2 .img {
        width: 180px;
        padding: 0 0 0 20px;
    }


    footer .bottom-part .col-right .col-2 {
        color: var(--white);
        width: 100%
    }

    footer .contact .flex-row {
        justify-content: space-between;
        color: var(--white);
        width: 100%;
        font-size: 14px;
    }

    .fixed-btn1 .btn.dknt {
        border: solid 1px var(--orange-color);
        border-radius: 30px;
        font-size: 1rem;
        padding: 10px 20px;
        width: 200px;
        color: var(--blue-color);
        background: var(--white);
        margin-right: 50px;
    }

    .fixed-btn .btn-li {
        margin-left: 120px;
    }

    .fixed-btn1 .btn-li {
        margin-left: 120px;
    }

    .mobile-footer {
        display: none;
    }

    .section-4-main {
        translate: 0 -150px;
    }
}

/*----------Legend Golf Festival---------------------- */
@media only screen and (min-width: 767px) and (max-width: 1200px) {

    .section-4-homepage-mobile {
        display: none;
    }

    footer .top-part {
        border-bottom: solid 2px var(--orange-color);
        padding-bottom: 14px;
    }

    .section-1-left {
        background-image: url('../images/section-1-1.png');
        height: 310px;
        width: 50%;
    }

    .section-1-left img {
        width: 50px;
        height: 50px;
        margin: 40px 50px 0 0;
    }

    .section-1-left .top {
        display: flex;
        justify-content: space-between;
    }

    .section-1-left .bottom {
        margin-top: 40px;
    }


    .section-1-right {
        background-image: url('../images/section-1-2.png');
        height: 310px;
        width: 50%;
        translate: -5px;
        border-top-right-radius: 25%;
        position: relative;
        cursor: pointer;
    }

    .icon-play {
        width: 80px;
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }

    .section-1-left-text-1 {
        color: var(--white);
        font-size: 1.5rem;
        padding: 40px 0 0 35px;
        font-family: 'Montserrat'
    }

    .section-1-left-text-2 {
        color: var(--orange-color);
        font-size: 1.6rem;
        font-weight: 700;
        padding: 10px 0 0 35px;
        line-height: 1.5;
        font-family: 'Montserrat';
    }

    .section-1-left-text-3 {
        color: var(--white);
        text-transform: uppercase;
        width: 71%;
        text-align: right;
        translate: 28% -12%;
        line-height: 1.5;
        font-size: 14px;
    }

    .section-1-homepage .content .background-text {
        height: 5rem;
        flex-shrink: 0;
        border-radius: 0.75rem;
        position: absolute;
        left: 24%;
        top: 7%;
        z-index: 2;
        width: 100%;
    }

    .section-1-homepage .content .background-text .text-bg-sec1-1 {
        color: var(--orange-color);
        font-size: 2rem;
        font-weight: 800;
        margin-left: -5%;
        font-family: 'Montserrat-SemiBold'
    }

    .section-1-homepage .content .background-text .text-bg-sec1-2 {
        color: var(--white);
        font-size: 2rem;
        margin-left: 10%;
        margin-top: 10px;
    }

    .section-1-left-right-1 {
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: var(--white);
        text-decoration: underline;
        text-transform: uppercase;
    }

    .flex-row {
        display: flex;
    }

    .section-2-left {
        width: 50%
    }

    .section-2-right {
        width: 50%
    }

    .section-2-text-1 {
        color: var(--orange-color);
        font-size: 2rem;
        width: 40%;
        line-height: 1.5;
        padding: 0 0 0 10%;
        font-family: 'Montserrat'
    }

    .section-2-text-2 {
        color: var(--blue-color);
        font-size: 3rem;
        width: 60%;
        /*line-height: 1.5;*/
        padding: 0 0 0 10%;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat';
    }

    .section-2-text-3 {
        color: var(--blue-color);
        font-size: 1rem;
        width: 86%;
        line-height: 1.5;
        padding: 0 10% 0 10%;
        margin-top: 50px;
        text-align: justify;
    }

    .section-2-text-4 {
        color: var(--blue-color);
        font-size: 2rem;
        width: 100%;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .section-2-text-5 {
        font-size: 1rem;
        width: 100%;
        line-height: 1.5;
        padding: 0 4% 0 0;
        text-align: justify;
    }

    .section-2-table {
        margin-top: 40px;
        border-collapse: collapse;
    }

    .section-2-table th,
    .section-2-table td {
        padding: 5px 0px;
        text-align: left;
        border: none;
        font-size: 1rem;
    }

    .section-2-table-col-1 {
        width: 24%;
        color: var(--orange-color);
        font-weight: 700;
    }

    /*.section-2-table-col-2 {
    font-weight: 700;
}*/

    .section-2-bg-1 {
        background-image: url(../images/section-2-1.png);
        width: 85%;
        height: 855px;
        position: absolute;
        top: 0px;
    }

    .section-2-bg-2 {
        background-image: url(../images/section-2-2.png);
        width: 100%;
        height: 1000px;
        top: 0;
        position: absolute;
        top: 150px;
    }

    .section-2-3 {
        position: absolute;
        top: 850px;
        margin: 100px 20%;
        background-color: var(--lightgray-color);
        width: 80%;
        border-top-right-radius: 20%;
    }

    .section-2-bg-3 {
        background-image: url(../images/section-2-3.png);
        width: 690px;
        height: 690px;
    }


    .img-part .content {
        position: relative;
        height: 1700px;
    }

    .section-2-logo {
        position: absolute;
        top: 80px;
        right: 0;
    }

    .section-2-logo img {
        width: 100px;
    }

    .section-2-box-text {
        background: var(--orange-color);
        width: 400px;
        height: 450px;
        border-top-right-radius: 20%;
        margin: 10% 0 0 25%;
    }

    .section-2-box-text-1 {
        text-transform: uppercase;
        color: var(--blue-color);
        font-size: 2.5rem;
        width: 275px;
        padding: 10% 0 0 10%;
        font-weight: 700;
        font-family: 'Montserrat'
    }

    .section-2-box-text-2 {
        color: var(--white);
        font-size: 1.0rem;
        font-size: 1rem;
        padding: 0 10% 0 10%;
        margin: 60px 0 0 0;
        line-height: 1.5;
    }

    .section-2-box-text-3 {
        color: var(--white);
        font-size: 1rem;
        text-transform: uppercase;
        padding: 0 0 0 25%;
        width: 800px;
        margin: 80px 50px;
        line-height: 1.5;
    }

    .link-ban-do {
        color: var(--white);
        padding: 80px;
        font-size: 1.2rem;
        text-decoration: underline;
        text-underline-offset: 4px;
        cursor: pointer;
    }

    .section-2-textbox {
        width: 50%;
        padding: 0 15% 0 6%;
    }

    .section-2-textbox-1 {
        color: var(--blue-color);
        font-size: 2.5rem;
        margin-top: 30px;
        text-align: right;
        font-family: 'Montserrat';
    }

    .section-2-textbox-2 {
        color: var(--orange-color);
        font-size: 2.5rem;
        font-weight: 700;
        text-align: right;
        font-family: 'Montserrat';
    }

    .section-2-textbox-3 {
        font-size: 16px;
        margin-top: 20px;
        text-align: right;
    }

    .section-2-textbox-4 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .section-2-textbox-4 .div-text-left,
    .div-text-right {
        width: 50%;
        text-align: right;
    }

    .section-2-textbox-4 .text-title {
        color: var(--orange-color);
        text-decoration: underline;
        text-underline-offset: 4px;
        text-transform: uppercase;
        margin: 20px 0 10px 0;
        font-weight: 700;
        font-family: 'Montserrat';
    }

    .section-2-textbox-4 .text-content {
        text-transform: uppercase;
        font-size: 1rem;
    }

    .section-3-1 {
        background: var(--lightgray-color);
    }

    .section-3-bg-1 {
        background-image: url(../images/section-3-1.png);
        width: 56%;
        height: 1000px;
        padding: 140px 0 0 20%;
    }

    .section-3-bg-2 {
        background-image: url(../images/section-3-2.png);
        width: 45%;
        height: 690px;
    }

    .section-3-bg-1 .text-1 {
        color: var(--white);
        font-size: 3.5rem;
        text-transform: uppercase;
        font-family: 'Montserrat';
    }

    .section-3-bg-1 .text-2 {
        color: var(--orange-color);
        font-size: 39px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 50px 0 0 0;
        width: 300px;
        font-family: 'Montserrat';
    }

    .section-3-bg-1 .text-3 {
        color: var(--white);
        font-size: 1rem;
        margin: 50px 0 0 0;
        width: 285px;
        line-height: 1.5;
    }


    .relative {
        position: relative;
    }

    .section-3-2 {
        position: absolute;
        top: 760px;
        margin: 100px 20%;
        width: 80%;
    }

    .section-3-textbox {
        background-color: var(--blue-color);
        width: 55%;
        padding: 80px 20% 0 5%;
        text-align: right;
    }

    .section-3-textbox-1 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 3rem;
    }

    .section-3-textbox-2 {
        font-size: 3rem;
        color: var(--orange-color);
        text-transform: uppercase;
        margin: 10px 0 45px 0;
    }

    .section-3-textbox-parent {
        color: var(--white);
        text-transform: uppercase;
        font-size: 1.2rem;
        margin: 25px 0 0 0;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-textbox-parent:hover {
        color: var(--orange-color);
    }

    .section-3-textbox-parent.active {
        color: var(--orange-color);
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-textbox-child {
        color: var(--white);
        font-size: 1rem;
        margin: 10px 0 0 0;
        cursor: pointer;
    }

    .section-3-textbox-child .div-text {
        margin: 10px 0 0 0;
    }

    .section-3-textbox-child .div-text.active {
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-2-div-text {
        width: 100%;
        position: absolute;
        bottom: 50px;
        padding: 0 30px;
        border-radius: 10%;
    }

    .section-3-2-div-text .text {
        background: var(--orange-color);
        border-radius: 30px;
        padding: 15px 20px;
        text-transform: uppercase;
    }

    .section-3-homepage .slider {
        position: absolute;
        top: 150px;
        left: 40%;
    }

    .section-4-homepage .left {
        width: 37%;
        background: var(--blue-color);
        padding: 70px 13% 0 2%;
    }

    .section-4-homepage .right {
        width: 68%
    }

    .section-4-homepage .text-1 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 3.5rem;
        text-align: right;
        font-family: 'Montserrat';
    }

    .section-4-homepage .text-2 {
        margin: 25px 0 0 0;
        font-size: 1.2rem;
        color: var(--white);
        text-align: right;
    }

    .section-4-homepage .text-3 {
        color: var(--orange-color);
        text-transform: uppercase;
        font-size: 3.2rem;
        margin: 45px 0 0 0;
        font-weight: 700;
        text-align: right;
        font-family: 'Roboto-SemiBold';
    }

    .section-4-homepage .left .btn {
        border: solid 1px var(--orange-color);
        border-radius: 30px;
        font-size: 1rem;
        margin: 30px 0 0 0;
        text-transform: uppercase;
        padding: 10px 20px;
        background-color: var(--white);
        float: right;
    }

    .section-4-homepage .left .btn .text {
        color: var(--blue-color);
    }

    .section-4-homepage .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: var(--white);
    }

    .section-4-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--orange-color) !important;
    }

    .section-4-homepage .swiper-button-prev {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-4-homepage .swiper-button-next {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-5-homepage .header {
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .section-5-homepage .header .col-left {
        width: 55%;
        font-size: 3rem;
        color: var(--blue-color);
        text-transform: uppercase;
    }

    .section-5-homepage .header .col-right {
        width: 45%;
        justify-content: end;
        font-size: 1.2rem;
        color: var(--blue-color);
        text-transform: uppercase;
        margin: 30px 0;
    }



    .section-5-homepage .header .col-right .col-1 {
        width: 50%;
    }

    .section-5-homepage .header .col-right .col-2 {
        width: 50%;
    }

    .section-5-homepage .header .col-right .col-1:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 700;
    }

    .section-5-homepage .header .col-right .col-2:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 700;
    }

    .section-5-homepage .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: var(--lightgray-color);
    }

    .section-5-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--orange-color) !important;
    }

    .section-5-homepage .swiper-button-prev {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-5-homepage .swiper-button-next {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
    }

    .section-7-homepage .header {
        justify-content: space-between;
        margin-bottom: 30px;
        border-bottom: solid 1px var(--lightgray-color);
    }

    .section-7-homepage .header .col-left {
        width: 55%;
        font-size: 3rem;
        color: var(--orange-color);
        text-transform: uppercase;
    }

    .section-7-homepage .header .col-right {
        width: 45%;
        justify-content: end;
        font-size: 1.2rem;
        margin: 30px 0;
    }

    .section-7-homepage .header .col-right .btn {
        border: solid 1px var(--orange-color);
        border-radius: 30px;
        font-size: 1rem;
        padding: 10px 20px;
    }

    section-6-homepage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        background: var(--lightgray-color);
    }

    .section-6-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--orange-color) !important;
    }

    .section-6-homepage .swiper-button-prev {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-6-homepage .swiper-button-next {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
    }

    .section-6-homepage .swiper-slide .title {
        position: absolute;
        bottom: 40px;
        left: 15px;
        color: var(--white);
        text-transform: uppercase;
        width: 225px;
    }

    footer .top-part .col-left {
        width: 30%;
    }

    footer .bottom-part .col-left {
        width: 30%;
    }

    footer .bottom-part .col-right {
        margin-top: 37px;
        font-size: 14px;
    }

    footer .top-part .col-right .col-1 {
        color: var(--white);
        margin-left: 180px;
        width: 100%;
    }

    footer .bottom-part .col-right .col-1 {
        color: var(--white);
        margin-left: 180px;
        width: 78%
    }

    footer .bottom-part .col-right .col-1 .items-1 {
        margin-bottom: 20px;
        font-weight: 700;
        border-left: 3px solid var(--orange-color);
        padding: 0 0 0 10px;
    }


    footer .bottom-part .col-right .col-1 .items-2 {
        margin-bottom: 20px;
    }

    footer .bottom-part .col-right .col-2 .items {
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 0 0 0 20px;
    }

    footer .bottom-part .col-right .col-2 .img1 {
        width: 100px;
    }

    footer .bottom-part .col-right .col-2 .img {
        width: 180px;
        padding: 0 0 0 20px;
    }


    footer .bottom-part .col-right .col-2 {
        color: var(--white);
        width: 100%
    }

    footer .contact .flex-row {
        justify-content: space-between;
        color: var(--white);
        width: 100%;
        font-size: 14px;
    }

    .fixed-btn1 .btn.dknt {
        border: solid 1px var(--orange-color);
        border-radius: 30px;
        font-size: 1rem;
        padding: 10px 20px;
        width: 200px;
        color: var(--blue-color);
        background: var(--white);
        margin-right: 50px;
    }

    .fixed-btn .btn-li {
        margin-left: 120px;
    }

    .fixed-btn1 .btn-li {
        margin-left: 120px;
    }

    .mobile-footer {
        display: none;
    }

    .section-4-main {
        translate: 0 -150px;
    }
}

/*----------Legend Golf Festival---------------------- */



.brochure {
    display: flex;
    align-items: center;
    gap: 0px;
}

    .brochure::after {
        content: "";
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-image: url('../images/download-white.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 2px;
        vertical-align: middle;
    }

    .brochure:hover::after {
        content: "";
        display: inline-block;
        width: 2rem;
        height: 2rem;
        /*background-image: url('../images/download-gold.png');*/
    }

.change-language {
    display: flex;
    align-items: center;
    gap: 0px;
}

    .change-language::before {
        content: "";
        display: inline-block;
        width: 1.25rem;
        height: 1.25rem;
        background-image: url('../images/lang.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 6px;
        vertical-align: middle;
    }




.swiper-.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-galery .swiper-slide {

    width: 60%;
}

.swiper-galery .swiper-slide img {
    width: 100%;
}

.section-2-homepage .container .item {
    flex: 0 1 33%;
}

.text-intro {
    font-size: 48px;
    font-weight: 700;
    color:var(--fourth-color);
}

.fs13 {
    font-size: 13px;
    text-align: justify;
}

.section-2-homepage .container .paragraph-2 {
    margin-top: 20px;
}

.section-2-homepage .container .flex-row.gap {
    display: flex;
    gap: 30px;
}

.section-2-homepage .img-1 {
    margin-top: 10px;
}

.section-2-homepage .part2 {
    margin-top: 20px;
}


.section-2-homepage .part2 .item2 {
    margin-top: 20px;
    flex: 0 1 66%;
    padding: 15px 15px 0 15px;
}

.section-2-homepage .part2 .item {
    flex: 0 1 33%;
    width: 33%;
}

.section-2-homepage .part2 .item2 img {
    border-radius: 20px;
}


.section-2-homepage .part2 .div-logo {
    width: 175px;
    margin: 115px 0 0 0px;
    height: 140px;
}

.section-2-homepage .part2 .div-btn {
    margin: 100px 0 25px 0;
}

.thumbnail-nav-btn.prev {
    margin-right: 10px;
}

    .thumbnail-nav-btn.prev::after {
        content: "";
        display: inline-block;
        width: 56px;
        height: 56px;
        background-image: url('../images/Layer_3_w_prev.png');
        background-size: contain;
        background-repeat: no-repeat;
        /*margin-left: 2px;*/
        vertical-align: middle;
    }

    .thumbnail-nav-btn.prev:hover::after {
        content: "";
        display: inline-block;
        width: 56px;
        height: 56px;
        background-image: url('../images/Layer_3_prev.png');
    }

.thumbnail-nav-btn.next {
}
    .thumbnail-nav-btn.next::after {
        content: "";
        display: inline-block;
        width: 56px;
        height: 56px;
        background-image: url('../images/Layer_3_w_next.png');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .thumbnail-nav-btn.next:hover::after {
        content: "";
        display: inline-block;
        width: 56px;
        height: 56px;
        background-image: url('../images/Layer_3_next.png');
    }

img#s2logo {
    width: auto;
    object-fit: contain;
}

.section-2-homepage {
    background-image: url('../images/section-2-bg.png');
}

/*.section-4-homepage {
    background-image: url('../images/section-2-bg.png');
}*/

.section-3-homepage {
    padding-top: 120px;
}


.section-3-homepage .container .text-intro {
    line-height: 0.9;
    width: 320px;
}

.section-3-homepage .container .item {
    flex: 0 1 35%;
}

/* .section-3-homepage .container .div-middle {
    flex: 0 1 20%;

} */

.section-3-homepage .container .card-area {
    display: flex;
    /*gap: 30px;
    width: 70%;*/
}

.section-3-homepage .container .card-area .card {
    flex: 0 1 100%;
    border-radius: 5%;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2)
}

.section-3-homepage .container .card-area .card .card-header {
    background-color: var(--fourth-color);
    color: var(--white);
    font-size: 24px;
    text-transform:uppercase;
    font-weight: 700;
    padding: 30px 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.section-3-homepage .container .card-area .card .price-inf {
    border-bottom: solid 1px #E7ECF5;
    padding-bottom: 10px;
    padding-top:10px;
    justify-content: space-between;
}

.section-3-homepage .container .card-area .card .card-content {
    padding: 10px 0 20px 0;
}

.section-3-homepage .container .card-area .card .card-content .price-label {
    font-size: 13px;
    color: var(--fourth-color);
    font-weight: 600;
    padding: 0 20px;

}

.section-3-homepage .container .card-area .card .card-content .price-label-2 {
    font-size: 13px;
    padding: 0 20px;
}

.section-3-homepage .container .card-area .card .card-content .price {
    font-size: 24px;
    color: var(--seventh-color);
    font-weight: 700;
    display: flex;
    justify-content: start start;
    padding: 0 20px;
    margin-top: 10px;
}

.section-3-homepage .container .card-area .card .card-content .text-curency {
    font-size: 14px;
    margin-left: 4px;
}

    .section-3-homepage .container .card-area .card .card-content .register-btn {
        background-color: var(--third-color);
        color: var(--fourth-color);
        font-size: 14px;
        padding: 10px 17px;
        border-radius: 30px;
        text-transform: uppercase;
        display: flex;
        margin: 20px 0px 0 0px;
        height: 40px;
        min-width:140px;
        cursor: pointer;
        border:2px solid var(--fourth-color);
        font-weight:600;
    }

.section-3-homepage .container .card-area .card .card-content .register-btn img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    display:flex;
    align-items:center;
}

.section-3-homepage .container .card-area .card .benefit {
    padding: 0 20px;
}

.section-3-homepage .container .card-area .card .benefit .benefit-label {
    font-weight: 700;
    font-size: 13px;
    margin-top: 20px;
}

.section-3-homepage .container .card-area .card .benefit .benefit-content {
    display: flex;
}

/*.section-3-homepage .container .card-area .card .benefit .benefit-item {
    font-size: 13px;
    padding: 10px 0 0 15px;
}
*/

    .section-3-homepage .container .card-area .card .benefit .benefit-list {

    }

    .section-3-homepage .container .card-area .card .benefit .benefit-list ul {
        list-style-type: disc;
        font-size: 13px;
        padding: 10px 0px;
    }
        .section-3-homepage .container .card-area .card .benefit .benefit-list ul li {
            padding: 10px 0 0 15px;
        }

        .section-3-homepage .container .card-area .card .benefit .benefit-list.special {
        }

            .section-3-homepage .container .card-area .card .benefit .benefit-list.special ul {
                list-style-type: none !important;
                font-size: 13px;
                font-style: italic;
                padding: 10px 0px;
            }

                .section-3-homepage .container .card-area .card .benefit .benefit-list.special ul li {
                    padding: 10px 0 0 15px;
                }
/*
.section-3-homepage .container .card-area .card .benefit .benefit-item.special {
    font-style: italic;
}

.section-3-homepage .container .card-area .card .benefit ul {
    list-style-type: none !important;
}

.section-3-homepage .container .card-area .card .benefit li {
    position: relative;
}*/

.section-3-homepage .container .card-area .card .benefit li::before {
    content: '.';
    font-size: 25px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 10px;
    transform: translateY(-50%);
}

/*.section-3-homepage .container .card-area .card .benefit li.special::before {
    content: '';
    font-size: 14px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 15px;
    top: 20px;
    transform: translateY(-50%);
}*/

/*.section-4-homepage {
    padding-top: 120px;
}*/

table.table-agenda {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 25px;
    overflow: hidden;
    border: 0px 0px 0px 0px solid #ccc;

    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

th.th-agenda {
    background: var(--fourth-color);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 25px;
    text-transform:uppercase;
}

table.table-agenda .col-day {
    border-right: none;
    border-top: none;
}

table.table-agenda td.col-day {
    text-align: center;
    vertical-align: middle;
    color: var(--fourth-color);
    background:var(--main-color);
    font-weight: 700;
    font-size: 20px;
}

table.table-agenda .col-time {
    border-right: none;
    border-top: none;
}

table.table-agenda td.col-time {
    text-align: center;
    vertical-align: middle;

    font-weight: 700;
    font-size: 13px;
}

table.table-agenda .col-agenda {
    border-top: none;
}

table.table-agenda td.col-agenda {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.section-5-homepage {
    /*padding-top: 120px;*/
}



.section-5-homepage .div-img {
    gap: 10px;
}


    .section-5-homepage .part1 .item1 {
        flex: 0 1 66%;
        position: relative;
        padding: 15px 15px 15px 0;
    }

.section-5-homepage .part1 .active-img {
    border-radius: 20px;
    height: 510px;
}

.section-5-homepage .part2 .active-img {
    border-radius: 20px;
    height: 510px;
}

.section-5-homepage .part3 .active-img {
    border-radius: 20px;
    height: 510px;
}

.section-5-homepage .part4 .active-img {
    border-radius: 20px;
    height: 510px;
}

.section-5-homepage .part2 .active-img {
    border-radius: 20px;
}


.section-5-homepage .part3 .active-img {
    border-radius: 20px;
}



.section-5-homepage .part1 .item1 .img-title {
    position: absolute;
    top: 15%;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--fourth-color);
    padding: 0px 40px 0px 30px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: var(--main-color);
    font-size: 24px;
}

.section-5-homepage .part1 .item1 .img-title .p1 {
    font-weight: bold;
}

.section-5-homepage .part1 .item1 .img-title .p2 {
    font-weight: 500;
    font-family: 'Bickham';
    margin-left: 25px;
    scale: 2.5;
    padding: 0 20px 0 20px;
}

.section-5-homepage .part1 .item2 {
    flex: 0 1 33%;
    width: 33%;
}

.section-5-homepage .part1 .item2 .div-logo {
    width: 135px;
    height: 80px;
    margin: 20px 0 0 0;
}

.section-5-homepage .part1 .item2 .div-logo img {
    object-fit: contain;
}

.section-5-homepage .part1 .webite-link {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 15px;
}

.section-5-homepage .part1 .title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
}

    .section-5-homepage .part1 .title2 {
        font-size: 13px;
        margin-bottom: 15px;
        height: 175px;
        max-height: 175px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
    }

.section-5-homepage .part2 .item1 {
    flex: 0 1 66%;
    position: relative;
}

.section-5-homepage .part2 .item1 .img-title {
    position: absolute;
    top: 15%;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    padding: 0px 40px 0px 30px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: var(--main-color);
    font-size: 24px;
}

.section-5-homepage .part2 .item1 .img-title .p1 {
    font-weight: bold;
}

.section-5-homepage .part2 .item1 .img-title .p2 {
    font-weight: 500;
    font-family: 'Bickham';
    margin-left: 25px;
    scale: 2.5;
    padding: 0 20px 0 20px;
}

.section-5-homepage .part2 .item2 {
    flex: 0 1 33%;
}

.section-5-homepage .part2 .item2 .div-logo {
    width: 195px;
}

.section-5-homepage .part2 .webite-link {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 55px;
}

.section-5-homepage .part2 .title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
}

.section-5-homepage .part2 .title2 {
    font-size: 13px;
    margin-bottom: 15px;
}


.section-5-homepage .part3 .item1 {
    flex: 0 1 33%;
    width: 33%;
}

.section-5-homepage .part3 .item2 {
    flex: 0 1 66%;
    position: relative;
    padding: 15px 0 15px 15px;
}

.section-5-homepage .part3 .item1 .div-logo {
    width: 135px;
    height: 80px;
    margin: 20px 0 0 0;
}

.section-5-homepage .part3 .item1 .div-logo img {
    object-fit: contain;
}

.section-5-homepage .part3 .item2 .img-title {
    position: absolute;
    top: 15%;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--fourth-color);
    padding: 0px 40px 0px 30px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: var(--main-color);
    font-size: 24px;
}

.section-5-homepage .part3 .item2 .img-title .p1 {
    font-weight: bold;
    padding:10px;
}

.section-5-homepage .part3 .item2 .img-title .p2 {
    font-weight: 500;
    font-family: 'Bickham';
    margin-left: 25px;
    scale: 2.5;
    padding: 0 20px 0 20px;
}

.section-5-homepage .part3 .webite-link {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 15px;
}

.section-5-homepage .part3 .title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
}

    .section-5-homepage .part3 .title2 {
        font-size: 13px;
        margin-bottom: 15px;
        height: 175px;
        max-height: 175px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
    }




/* 

.section-5-homepage .part4 .item2 {
    flex: 0 1 66%;
    position: relative;
    padding: 15px;
}

.section-5-homepage .part4 .item2 .img-title {
    position: absolute;
    top: 15%;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    padding: 10px 40px 10px 30px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: var(--main-color);
    font-size: 24px;
}

.section-5-homepage .part4 .item2 .img-title .p1 {
    font-weight: bold;
}

.section-5-homepage .part4 .item2 .img-title .p2 {
    font-weight: 500;
    font-family: 'Bickham';
    margin-left: 25px;
    scale: 2.5;
    padding: 0 20px 0 20px;
}

.section-5-homepage .part4 .item1 .div-logo {
    width: 145px;
}

.section-5-homepage .part4 .webite-link {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 55px;
}

.section-5-homepage .part4 .title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
}

.section-5-homepage .part4 .title2 {
    font-size: 13px;
    margin-bottom: 15px;
} */



.section-5-homepage .part4 {
    position: relative;
}

.section-5-homepage .part4 .item1 {
    flex: 0 1 66%;
    width: 66%;
    padding: 15px 15px 15px 0;
}

.section-5-homepage .part4 .item1 .img-title {
    position: absolute;
    top: 15%;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--fourth-color);
    padding: 0px 40px 0px 30px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: var(--main-color);
    font-size: 24px;
}

.section-5-homepage .part4 .item1 .img-title .p1 {
    font-weight: bold;
    padding: 10px;
}

.section-5-homepage .part4 .item1 .img-title .p2 {
    font-weight: 500;
    font-family: 'Bickham';
    margin-left: 25px;
    scale: 2.5;
    padding: 0 20px 0 20px;
}

.section-5-homepage .part4 .item2 {
    flex: 0 1 33%;
    width: 33%;
}

.section-5-homepage .part4 .item2 .div-logo {
    width: 135px;
    height: 80px;
    margin: 20px 0 0 0;
}

.section-5-homepage .part4 .item2 .div-logo img {
    object-fit: contain;
}


.section-5-homepage .part4 .webite-link {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 15px;
}

.section-5-homepage .part4 .title {
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
}

    .section-5-homepage .part4 .title2 {
        font-size: 13px;
        margin-bottom: 15px;
        height: 175px;
        max-height: 175px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
    }


.section-5-homepage .part3 .div-btn {
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 25px;
}


.section-5-homepage .part1 .div-btn {
    margin-top: 25px;
    margin-bottom: 25px;
}


.section-5-homepage .part2 .div-btn {
    margin-top: 45px;
    margin-bottom: 10px;
}





.section-5-homepage .part4 .div-btn {
    margin-top: 25px;
    margin-bottom: 25px;

}

.section-5-homepage .thumbnail {

    width: 40%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* opacity: 0.6; */
    border: 3px solid transparent;
    flex-shrink: 0;
    position: relative;
}


.section-5-homepage .thumbnail.partial {
    width: 10%;
    overflow: hidden;
}

.section-5-homepage .thumbnail.partial.right img {
    width: 100%;
    object-position: left center;
}


.section-5-homepage .thumbnail.partial.left img {
    width: 100%;
    object-position: right center;
}

.section-5-homepage .thumbnail.partial.right {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}


.section-5-homepage .thumbnail.partial.left {
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
}


.section-2-homepage .thumbnail {

    width: 45%;
    height: auto;
    border-radius: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* opacity: 0.6; */
    border: 3px solid transparent;
    flex-shrink: 0;
    position: relative;
}


.section-2-homepage .thumbnail.partial {
    width: 10%;
    overflow: hidden;
}

.section-2-homepage .thumbnail.partial.right img {
    width: 100%;
    object-position: left center;
}


.section-2-homepage .thumbnail.partial.left img {
    width: 100%;
    object-position: right center;
}

.section-2-homepage .thumbnail.partial.right {
    border-top-left-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 0;
}


.section-2-homepage .thumbnail.partial.left {
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 040px;
}


.logo-bct {
    margin-top: 50px;
}

.thumbnail-swiper .swiper-slide img {
    border-radius: 20px;
    height: 105px;
    /*width:175px;*/
}

.pop-up-home iframe {
    width: 100%;
    height: calc(100% - 4px);
}

.div-logo.mobile {
    display: none;
}

.title-popup {
    font-size: 24px;
}

.content-popup {
    margin: 15px 0 0 0;
}

span.policy-item-title {
    font-weight: 700;
}

li.policy-item {
    padding-bottom: 15px;
}

.policy-item-detail {
    position: relative;
    margin-left: 15px;
    padding-left: 20px;
    padding-top: 10px;
}

li.policy-item-detail:before {
    content: '-';
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 20px;
    transform: translateY(-50%);
}