@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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
    font-family: "Roboto";
    src: url("../assets/fonts/Roboto/Roboto_Condensed-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-SemiBold";
    src: url("../assets/fonts/Roboto/Roboto_Condensed-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../assets/fonts/Roboto/Roboto_Condensed-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("../assets/fonts/Roboto/Roboto_Condensed-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-ExtraLight";
    src: url("../assets/fonts/Roboto/Roboto_Condensed-ExtraLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Roboto-Medium";
    src: url("../assets/fonts/Roboto/Roboto_Condensed-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


:root {
    --f-body: "Roboto", sans-serif;
    --blue: #67A0A3;
    --white: #fff;
    --gold: #CDB074;
    --main-color: #DBAA5D;
    /* xanh đậm */
    --second-color: #12264A;
    /* xanh nhạt */
    --third-color: #DFD2BF;
    /*Màu ghi sáng bg*/
    --fourth-color: #F5F5F5;
    /* vàng nhạt */
    --fifth-color: #fff;
    --sixth-color: #505050;
    /* ghi đậm */
    --seventh-color: #DBAA5D;
    /* đỏ chữ */
    --eighth-color: #D6D6D6;
    /* border ghi nhạt */
    --gray-color: #E5E5E5;
    /* xám */
    --orange-color: #DBAA5D;
    /* cam */
    --blue-color: #12264A;
    /* xanh */
    --lightgray-color: #E8E8E8;
    --gray1-color: #868686;
    --gray2-color: #555555;
}

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;
}

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

#gioithieu, #vitri, #tienich, #thuvien, #lienhe {
    scroll-margin-top: 7rem;
}

#diemnoibat {
    scroll-margin-top: 2rem;
}

#matbang {
    scroll-margin-top: 19rem;
}

#gioithieu2, #vitri2, #tienich2, #thuvien2, #lienhe {
    scroll-margin-top: 5rem;
}

#matbang2 {
    scroll-margin-top: 8rem;
}

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;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

/* Base hidden checkbox */
.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    gap: 8px;
    margin-top: 15px;
}

/* Custom box */
.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid var(--blue-color);
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

/* Checked state */
.checkbox-wrapper input[type="checkbox"]:checked + .checkmark {
    background-color: var(--white);
    border-color: var(--blue-color);
}

    .checkbox-wrapper input[type="checkbox"]:checked + .checkmark::after {
        content: "";
        position: absolute;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid var(--blue-color);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

/* Disabled state */
.checkbox-wrapper input[type="checkbox"]:disabled + .checkmark {
    background-color: var(--white); 
    border-color: var(--blue-color); 
    cursor: not-allowed;
}

.checkbox-wrapper input[type="checkbox"]:disabled:checked + .checkmark {
    background-color: var(--white); 
    border-color: var(--blue-color);
}

.checkbox-wrapper input[type="checkbox"]:disabled + .checkmark::after {
    border-color: var(--blue-color);
}

.checkbox-wrapper input[type="checkbox"]:disabled ~ span,
.checkbox-wrapper input[type="checkbox"]:disabled ~ label {
    color: var(--blue-color); /* dim text */
    cursor: not-allowed;
}



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: 30%;
    /*right: 1.625rem;*/
    right: 0.9rem;
    z-index: 999;
}

.fixed-btn1 {
    position: fixed;
    top: calc(30% + 325px);
    /*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: 4.5rem;
    height: 4.5rem;
    border-radius: 10rem;
    border: 1px solid var(--white);
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 5rem;
    opacity: 1;
}

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

/*.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;
        margin-top: 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(--third-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: "Roboto" !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: Roboto;
    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: var(--orange-color);
}

header .top {
    background: var(--gray-color);
    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 {
        display: flex;
        align-items: center;
        justify-content: flex-start; /* hoặc space-between nếu muốn giãn hết */
        gap: 1.5rem;
    }

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

header .top .container .wrap .left span {
    color: #565656;
    font-family: Roboto;
    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: Roboto;
    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: #ffffff;
}

@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: Roboto;
    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: 2rem;
}

header .header-desktop .container .header__content .mega-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
    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(--blue-color);
    font-family: Roboto;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

/* 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);
}

/* 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);
}

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(--orange-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(--orange-color);
}

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: Roboto;
    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: Roboto;
    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(--white);
}

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

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 img {
    border: 0;
    background: transparent;
    font-size: 1.3rem;
    color: var(--orange-color);
}

header .header-mobile .mobile-bar .bar-left .open-mobi {
    border: 0;
    background: transparent;
    font-size: 1.3rem;
    color: var(--orange-color);
}

header .header-mobile .sidebar-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    max-width: 24.125rem;
    width: 80%;
    background: var(--white);
    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 {
    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 .mobile-logo {
    flex-shrink: 0;
    width: 12rem;
    border-bottom: 0.0625rem solid var(--orange-color);
    padding-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

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


header .mobile-contact-item {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    font-size: 14px;
}

header .mobile-contact-item .list-phone {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

header .mobile-contact-item .list-phone .item {
    width: 50%;
}

header .mobile-contact-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

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(--orange-color);
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle {
    overflow-x: hidden;
    overflow-y: auto;
    /* border-bottom: 0.0625rem solid var(--orange-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;
    border-bottom: 0.0625rem solid var(--gray-color);
    text-transform: uppercase;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li:last-child {
    display: block;
    border-bottom: none;
    text-transform: uppercase;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li.active {
    display: block;
    border-bottom: 0.0625rem solid var(--orange-color);
    color: var(--orange-color);
    text-transform: uppercase;
}

header .header-mobile .sidebar-menu .menu-inner .menu-middle ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--blue-color);
    font-family: Roboto;
    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: Roboto;
    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: Roboto;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer .footer-wrapper.desktop {
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
    padding-top: 100px;
    padding-bottom: 0;
    background-image: url('../images/bg_footer.png');
    background-size: 100% auto;
    background-position: top center;
}

footer .footer-wrapper.mobile {
    display: none;
}

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

@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: 20rem;
    margin-left: 0rem;
}

@media only screen and (max-width: 991px) {
    footer .footer-wrapper .container .content .col-left .logo-footer {
        margin: unset;
        max-width: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:first-of-type {
        margin-top:1rem;
    }

footer .footer-wrapper .container .content .col-left .list-contact .contact .icon {
    width: 1.7rem;
    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(--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-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: 3rem;
    width:55%;
}

@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(--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 .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(--third-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(--third-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(--fifth-color);
    background: var(--third-color);
    padding: 0.4rem 1rem 0.4rem 1rem;
    width: 8.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(--main-color);
    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: 26rem;
}

@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(--third-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: 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-3-right nav ul li a:hover {
    color: var(--orange-color);
}

footer .footer-wrapper .container .content .col-right .col-3-right nav ul li:hover {
    border-left: 0.125rem solid var(--second-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-top: -3rem;
}

@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(--fifth-color);
    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(--orange-color);
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin: 0 0 0 0;
}

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(--white);
}*/


/*-------Popup Home Start----*/

.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;
    overflow: auto;
    background: white;
}

.pop-up-home .title {
    font-size: 32px;
    padding: 20px 15px 10px 25px;
    text-transform: uppercase;

}

.pop-up-home .subtitle {
    font-size: 20px;
    padding: 20px 15px 10px 25px;
    text-transform: uppercase;
    color: var(--orange-color);
}

.pop-up-home .image {
    padding: 15px;
}

@media screen and (min-width: 1440px) {
    .pop-up-home .background {
        width: 50rem;
        height: 80vh;
        overflow: auto;
        background: white;
    }


}

/* .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: 4.16669rem;
    height: 4.16669rem;
}

@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: Roboto;
    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;
    }
}

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

    .pop-up-home {
        /*width: 70%;
        position: fixed;
        top: 7.875rem;
        left: 44%;
        transform: translateX(-50%);*/
        width: 95%;
        position: fixed;
        top: 7.875rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
    }

        .pop-up-home .background {
            box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.5);
            border-radius: 1rem;
            overflow: auto;
            background: white;
           /* width: 65vw;
            height: 60vh;*/
        }

        .pop-up-home .title {
            font-size: 24px;
            padding: 5px 10px;
            text-transform: uppercase;
        }

        .pop-up-home .subtitle {
            font-size: 16px;
            padding: 5px 10px;
            text-transform: uppercase;
            color: var(--orange-color);
        }

        .pop-up-home .image {
            padding: 10px;
        }
}

/*-------Popup Home End----*/


/*-------Popup Email Start----*/

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

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

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

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

.pop-up-mail .title {
    font-size: 32px;
    padding: 20px 15px 10px 25px;
    text-transform: uppercase;
}

.pop-up-mail .subtitle {
    font-size: 20px;
    padding: 20px 15px 10px 25px;
    text-transform: uppercase;
    color: var(--orange-color);
}

.pop-up-mail .image {
    padding: 15px;
}

@media screen and (min-width: 1440px) {
    .pop-up-mail .background {
        width: 50rem;
        height: 80vh;
        overflow: auto;
        background: white;
    }
}

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

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

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

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

.pop-up-mail .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-mail .more {
        width: 9.5rem;
        height: 2.25rem;
    }
}

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

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

.pop-up-mail iframe {
    width: 100%;
    height: calc(100% - 4px);
}

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

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

    .pop-up-mail {
        width: 95%;
        position: fixed;
        top: 7.875rem;
        left: 52%;
        transform: translateX(-50%);
        z-index: 9999;
    }

        .pop-up-mail .background {
            box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.5);
            border-radius: 1rem;
            overflow: auto;
            background: white;
            width: 90vw;
            height: 70vh;
        }

        .pop-up-mail .title {
            font-size: 24px;
            padding: 5px 10px;
            text-transform: uppercase;
        }

        .pop-up-mail .subtitle {
            font-size: 16px;
            padding: 5px 10px;
            text-transform: uppercase;
            color: var(--orange-color);
        }

        .pop-up-mail .image {
            padding: 10px;
        }
}

/*-------Popup Email End----*/


/*-------Popup Video Start----*/

.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: Roboto;
    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;
    }
}

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

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

}

/*-------Popup Video End----*/


/*-------Popup Adv Start----*/

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

    .pop-up-adv,
    .pop-up-adv:focus,
    .pop-up-adv:active,
    .pop-up-adv .background,
    .pop-up-adv .background:focus {
        outline: none !important;
        box-shadow: none !important;
    }

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

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

.pop-up-adv .background {
    /*box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 1rem;*/
    border: none;
    overflow: auto;
    background: transparent;
}

.pop-up-adv .title {
    font-size: 32px;
    padding: 20px 15px 10px 25px;
    text-transform: uppercase;
}

.pop-up-adv .subtitle {
    font-size: 20px;
    padding: 20px 15px 10px 25px;
    text-transform: uppercase;
    color: var(--orange-color);
}

.pop-up-adv .image {
    padding: 0;
}

@media screen and (min-width: 1440px) {
    .pop-up-adv .background {
        width: 50rem;
        /*height: 80vh;*/
        overflow: auto;        
        /*background: white;*/
    }
}

 .pop-up-adv .background img {
    /*border-radius: 1rem;*/

}

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

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

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

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

.pop-up-adv .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-adv .more {
        width: 9.5rem;
        height: 2.25rem;
    }
}

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

.pop-up-adv .more a {
    color: var(--main-color);
    font-family: Roboto;
    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-adv .more a {
        font-size: 0.5rem;
    }
}

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

    .pop-up-adv {
      
        width: 95%;
        position: fixed;
        top: 7.875rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
    }

        .pop-up-adv .background {
            /*box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.5);
            border-radius: 1rem;*/
            overflow: auto;
            /*background: white;*/
            width: 95vw !important;
            height: 60vh;
        }

        .pop-up-adv .title {
            font-size: 24px;
            padding: 5px 10px;
            text-transform: uppercase;
        }

        .pop-up-adv .subtitle {
            font-size: 16px;
            padding: 5px 10px;
            text-transform: uppercase;
            color: var(--orange-color);
        }

        .pop-up-adv .image {
            padding: 0px;
        }
}

/*.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;
}

.popup_Modal .modal-content {
    border: none;
    border-radius: 0;
    background: unset;
    box-shadow: unset;
}

.popup_Modal button.close {*/
    /* top: -35px;*/
    /*right: -5px;
    color: #ccc;
}

@media (min-width: 1300px) {
    .popup_Modal .modal-body {
        padding: 0;
    }

    .popup_Modal .modal-content {
        padding: 0;
    }

    .popup_Modal button.close {
        top: -35px;
    }
}*/
/* < 1300px: bỏ width cố định */
/*@media (max-width: 1299px) {
    .popup_Modal .modal-dialog {
        width: auto;*/ /* hoặc 100% nếu bạn muốn full */
        /*max-width: 100%;
    }
}*/

/* ===== Mobile ===== */
/* Dưới 769px → bỏ căn giữa dọc, popup nằm trên cùng */
/*@media (max-width: 768px) {

    .popup_Modal.modal.in {
        display: flex !important;
        justify-content: center;*/ /* căn giữa ngang */
        /*align-items: flex-start;*/ /* 🔥 tránh mất phần đầu */
        /*padding: 0;
    }

    .popup_Modal.modal {
        text-align: left;
        padding: 0 !important;
    }

        .popup_Modal.modal:before {
            display: none;*/ /* 🔥 bỏ căn giữa dọc */
        /*}

    .popup_Modal .modal-dialog {
        margin-top: 60px;*/ /* ✅ đúng chỗ */
        /*margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }

    .popup_Modal .modal-content {
        max-height: calc(100vh - 80px);*/ /* 60px top + 20px bottom */
        /*overflow: hidden;
    }

    .popup_Modal .modal-body {
        max-height: calc(100vh - 120px);*/ /* 60 top + 20 bottom + close */
        /*overflow-y: auto;*/ /* ✅ scroll nội dung */
        /*-webkit-overflow-scrolling: touch;
    }

        .popup_Modal .modal-body img {
            max-width: 100%;
            height: auto;
        }*/


/*-------Popup Adv End----*/

    .section-1-homepage {
        background: var(--fourth-color);
        padding-top: 7rem;
    }

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

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



                .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(--fifth-color);
    }

    .section-1-homepage .content .background .swiper-container .swiper-button-next {
        right: 18.75%;
        padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
        width: 2.5rem;
        height: 3rem;
        background: rgba(9, 22, 37, 0.5);
    }

    @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(--blue);
        opacity: unset;
    }

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

    .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: 3rem;
    }

    @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: 1.5rem;
        }
    }

    .section-1-homepage .content .background .swiper-container .swiper-button-next {
        right: 18.75%;
        padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
        width: 2.5rem;
        height: 3rem;
        background: rgba(9, 22, 37, 0.5);
    }

    @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: rgba(9, 22, 37, 0.5);
        padding: 0.5625rem 0.875rem 0.4375rem 0.7919rem;
        width: 2.5rem;
        height: 3rem;
        left: 18.75%;
    }

    @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: Roboto;
                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: Roboto;
        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: Roboto;
        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;
        padding-bottom: 100px;
    }

        .section-2-homepage .container {
            padding-top: 5.75rem;
            padding-bottom: 5.87rem;
        }

    @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: Roboto;
        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;
        height: 1000px;
    }

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

    .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: Roboto;
        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: Roboto;
                            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;
        height: 660px;
        background: var(--white);
    }

        .section-4-homepage .container {
            padding-top: 4.8125rem;
            padding-bottom: 7.5625rem;
            translate: 0 -250px;
        }

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

    .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: Roboto;
        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: 3.25rem;
        padding-bottom: 4.875rem;
        position: relative;
        margin-top: 100px;
    }
        /*
@media only screen and (max-width: 991px) {
    .section-5-homepage {
        padding-top: 0rem;
        padding-bottom: 3.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-5-homepage {
        padding-top: 0rem;
        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: Roboto;
        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: Roboto;
        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: Roboto;
        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: Roboto;
        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: Roboto;
        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: Roboto;
            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-82-homepage {
        background-color: var(--lightgray-color);
        background-image: url('../images/BG_Contact_1876x333.png');
        background-repeat: no-repeat;
        background-position: left bottom 1rem;
        background-size: auto; /* hoặc chỉnh kích thước cụ thể */
        height: 788px;
    }

        .section-82-homepage .container {
            padding-top: 4.69rem;
            padding-bottom: 10.5rem;
            color: var(--second-color);
        }

        .section-82-homepage h2 {
            text-transform: uppercase;
            line-height: 3rem;
            font-size: 3rem;
            font-weight: normal;
            margin-top: 2rem;
            margin-bottom: 1.2rem;
            color: var(--second-color);
        }


        .section-82-homepage .button-send {
            border: solid 1px var(--orange-color);
            background-color: #fff;
            color: var(--second-color);
            border-radius: 20px;
            /*width: 169px;
        height: 40px;*/
            padding: 10px 30px;
            font-size: 14px;
            text-transform: uppercase;
        }

            .section-82-homepage .button-send img.more-next {
                width: 18px;
                height: 14px;
                margin-right: 5px;
            }

        .section-82-homepage .title {
            color: var(--main-color);
        }

        .section-82-homepage .description {
            color: var(--gray1-color);
            font-style: italic;
        }

        .section-82-homepage .form-check > div {
            display: flex;
            align-items: center;
        }

        .section-82-homepage .form-check-input {
            margin-top: 0;
            margin-right: 8px;
        }

            .section-82-homepage .form-check-input:checked {
                background-color: var(--main-color);
                border-color: var(--main-color);
            }

        .section-82-homepage input[type=text] {
            background-color: var(--lightgray-color);
            border: none;
            border-bottom: 1px solid var(--main-color);
            outline: none;
            width: 100%;
            margin-top: 30px;
        }

        .section-82-homepage input::placeholder {
            color: var(--gray1-color);
            opacity: 1;
        }

        .section-82-homepage input.error {
            border-color: var(--orange-color);
        }

        .section-82-homepage label.error {
            color: var(--orange-color);
            margin-top: 5px;
            display: block;
        }

        .section-82-homepage #error-sanpham label.error {
            color: var(--orange-color);
            margin-top: 10px;
            display: block;
        }

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

    @media only screen and (max-width: 767px) {
        .section-82-homepage {
            background-image: url('../images/BG_Contact_Mobile_375x112.png');
            background-repeat: no-repeat;
            background-position: right top 6.5rem;
            background-size: auto;
            height: unset;
        }

            .section-82-homepage h2 {
                text-transform: uppercase;
                line-height: 2rem;
                font-size: 2rem;
                margin-top: 1rem;
                margin-bottom: 5rem;
            }
    }

    .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: Roboto;
        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: Roboto;
        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: Roboto;
            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: Roboto;
            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: Roboto;
        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: Roboto;
        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: Roboto;
        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: Roboto;
            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: Roboto;
            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: Roboto;
        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: Roboto;
            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: Roboto;
            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: Roboto;
            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: Roboto;
            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: Roboto;
            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: Roboto;
            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;
            min-height: 100vh;
        }
    }

    @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 .top .title-section h3 {
        color: var(--main-color);
        /*font-family: "Playfair Display";*/
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    @media only screen and (max-width: 767px) {
        .section-1-faci-detail .container .top .title-section h3 {
            font-size: 1.5rem;
        }
    }

    .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 {
            border-radius: 0.75rem;
        }

    @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;
        }

    /*đường border phía trên*/
    .section-1-faci-detail .container .middle::before {
        content: "";
    }

    @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: 0rem;
    }

        .section-1-faci-detail .container .booking-form .title-form h3 {
            color: #667085;
            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: 0.5rem;
            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,
    .section-1-faci-detail .container .booking-form form .row-2 .child select,
    .section-1-faci-detail .container .booking-form form .row-3 .child select,
    .section-1-faci-detail .container .booking-form form .row-4 .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,
        .section-1-faci-detail .container .booking-form form .row-2 .child select:focus + .red-select,
        .section-1-faci-detail .container .booking-form form .row-3 .child select:focus + .red-select,
        .section-1-faci-detail .container .booking-form form .row-4 .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,
    .section-1-faci-detail .container .booking-form form .row-2 .child .red-select,
    .section-1-faci-detail .container .booking-form form .row-3 .child .red-select,
    .section-1-faci-detail .container .booking-form form .row-4 .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,
        .section-1-faci-detail .container .booking-form form .row-2 .child .red-select,
        .section-1-faci-detail .container .booking-form form .row-3 .child .red-select,
        .section-1-faci-detail .container .booking-form form .row-4 .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 {
        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 {
        margin-top: 1.5rem;
    }

        .section-1-faci-detail .container .booking-form form .row-3 .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;
        }


            .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 {
        margin-top: 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;
    }

    @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 .lbInfor {
        font-family: "roboto", sans-serif;
        gap: 0.625rem;
        font-size: 1.115rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2.75rem;
        color: var(--orange-color);
        border-bottom: 2px solid var(--orange-color);
        display: block; /* Only needed if applying to inline elements like <span> */
    }

    .section-1-faci-detail .container .booking-form form .lbAllright {
        font-family: "roboto", sans-serif;
        gap: 0.625rem;
        font-size: 0.915rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.75rem;
        color: #667085;
    }

    .section-1-faci-detail .container .booking-form form button.bt1 {
        width: 23.725rem;
        padding: 0.375rem 2rem;
        gap: 0.625rem;
        border-radius: 0.5rem;
        background: #fff;
        border: 0.01rem solid var(--orange-color);
        color: var(--orange-color);
        font-family: "roboto", 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;*/
    }

    .section-1-faci-detail .container .booking-form form a.bt1 {
        width: 23.725rem;
        padding: 0.375rem 2rem;
        gap: 0.625rem;
        border-radius: 0.5rem;
        background: #fff;
        border: 0.01rem solid var(--orange-color);
        color: var(--orange-color);
        font-family: "roboto", sans-serif;
        font-size: 0.915rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.75rem;
        text-align: center;
        display: inline-block;
    }

    .section-1-faci-detail .container .booking-form form button.bt2 {
        width: 23.725rem;
        padding: 0.375rem 2rem;
        gap: 0.625rem;
        border-radius: 0.5rem;
        background: #2B5192;
        color: #fff;
        font-family: "roboto", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.75rem;
        position: absolute;
        right: 0%;
        /*bottom: 0rem;*/
    }

    .section-1-faci-detail .form-check-input:checked {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    @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-faci-detail .container .booking-form form a.bt1 {
            width: 100%;
            margin-top: 10px;
            padding: 0.375rem 2rem;
            gap: 0.625rem;
            border-radius: 0.5rem;
            background: #fff;
            border: 0.01rem solid var(--orange-color);
            color: var(--orange-color);
            font-family: "roboto", sans-serif;
            font-size: 0.915rem;
            font-style: normal;
            font-weight: 500;
            text-align: center;
            display: inline-block;
        }

        .section-1-faci-detail .container .booking-form form button.bt2 {
            width: 100%;
            padding: 0.375rem 2rem;
            gap: 0.625rem;
            border-radius: 0.5rem;
            background: #2B5192;
            color: #fff;
            font-family: "roboto", sans-serif;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 500;
            position: unset;
            right: unset;
        }
    }

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

        .section-1-faci-detail .container .booking-form form a.bt1 {
            width: 100%;
            margin-top: 10px;
            padding: 0.375rem 2rem;
            gap: 0.625rem;
            border-radius: 0.5rem;
            /* background: #fff;
        border: 0.01rem solid black;
        color: black;*/
            font-family: "Roboto", sans-serif;
            font-size: 0.915rem;
            font-style: normal;
            font-weight: 500;
            text-align: center;
            display: inline-block;
        }

        .section-1-faci-detail .container .booking-form form button.bt2 {
            width: 100%;
            padding: 0.375rem 2rem;
            gap: 0.625rem;
            border-radius: 0.5rem;
            /* background: var(--main-color);
        color: #fff;*/
            font-family: "Roboto", sans-serif;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 500;
            position: unset;
            right: unset;
            margin: 10px 0 0 0;
        }

        .section-1-faci-detail .container .booking-form form .lbAllright {
            font-family: "Roboto", sans-serif;
            gap: 0.625rem;
            font-size: 0.915rem;
            font-style: normal;
            font-weight: 500;
            line-height: 1rem;
            width: 93%;
            margin: 15px 0 15px 0;
        }
    }


    .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: Roboto;
            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: Roboto;
            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: "roboto", 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: Roboto;
            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 .policy nav ul li a:hover {
        color: var(--second-color);
    }

    .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: Roboto;
            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: Roboto;
                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: Roboto;
                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: Roboto;
            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: Roboto;
            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: Roboto;
            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: Roboto;
                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: Roboto;
                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: Roboto;
            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: Roboto;
                    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: Roboto;
        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: Roboto;
            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: #ffffff;
    }

    .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---------------------- */


    /*----------CAPITAL SQUARE---------------------- */
    @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;
            position: relative;
        }

        #backtop {
            width: 50px;
            height: 50px;
            position: absolute;
            right: 0;
            top: -90px;
            cursor: pointer;
        }

        .section-1-left {
            background-image: url('../images/section-1-1.png');
            height: 310px;
            width: 50%;
            overflow: hidden;
        }

            .section-1-left img {
                width: 50px;
                height: 50px;
                margin: 40px 40px 0 0;
            }

            .section-1-left .top {
                display: flex;
                justify-content: space-between;
            }

            .section-1-left .bottom {
                margin-top: 70px;
            }


        .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: 'Roboto-Light'
        }

        .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: 'Roboto-Bold';
        }

        .section-1-left-text-3 {
            color: var(--white);
            text-transform: uppercase;
            width: 80%;
            text-align: right;
            translate: 16% -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: 'Roboto-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: 'Roboto-Light'
        }

        .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: 'Roboto-Bold';
        }

        .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;
            background-size: 100%;
            border-top-right-radius: 10% 20%;
        }

        .section-2-bg-2 {
            background-image: url(../images/section-2-2.png);
            width: 100%;
            height: 1000px;
            top: 0;
            position: absolute;
            top: 150px;
            background-size: cover;
            ;
        }

        .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;
            position: relative;
            background-size: cover;
        }

            .section-2-bg-3 .text {
                position: absolute;
                bottom: 30px;
                font-size: 16px;
                text-transform: uppercase;
                color: var(--white);
                padding: 15px 15px;
                width: calc(100% - 40px);
                margin-left: 20px;
                background-color: rgba(0, 0, 0, 0.5);
                border-radius: 20px;
                display: flex;
                justify-content: space-between;
            }

                .section-2-bg-3 .text .icons {
                    display: flex;
                    gap: 10px;
                }

                .section-2-bg-3 .text .icon {
                    width: 40px;
                }



        .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: #ffffff26;
            width: 360px;
            min-height: 380px;
            border-top-right-radius: 20%;
            margin: 5% 0 0 25%;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
        }

        .section-2-box-text-1 {
            text-transform: uppercase;
            color: var(--blue-color);
            font-size: 1rem;
            width: 345px;
            padding: 10% 0 0 10%;
            font-weight: 700;
            font-family: 'Roboto-SemiBold';
        }

        .section-2-box-text-2 {
            color: var(--blue-color);
            font-size: 1.0rem;
            font-size: 1rem;
            padding: 0 10% 0 10%;
            margin: 50px 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(--blue-color);
            padding: 80px;
            font-size: 1.2rem;
            text-decoration: underline;
            text-underline-offset: 4px;
            cursor: pointer;
            display: flex;
        }

            .link-ban-do .icon {
                width: 25px;
            }

        .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: 'Roboto-ExtraLight';
        }

        .section-2-textbox-2 {
            color: var(--orange-color);
            font-size: 2.5rem;
            font-weight: 700;
            text-align: right;
            font-family: 'Roboto-Medium';
            margin: 135px 0 80px 0;
            text-transform: uppercase;
        }

        .section-2-textbox-3 {
            font-size: 16px;
            margin-top: 20px;
            text-align: right;
        }

        .section-2-textbox-4 {
            font-size: 1.2rem;
            margin-top: 40px;
        }

            .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: 'Roboto-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%;
            background-size: cover;
        }

        .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: 'Roboto-Light';
            width: 260px;
        }

        .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: 'Roboto-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%;
            width: 50%;
        }

        .section-3-homepage .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
            background: var(--white);
        }

            .section-3-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: var(--orange-color) !important;
            }

        .section-3-homepage .swiper-button-prev {
            color: var(--blue-color);
            background: var(--orange-color);
            width: 40px;
            height: 50px;
            font-size: 13px;
        }

        .section-3-homepage .swiper-button-next {
            color: var(--blue-color);
            background: var(--orange-color);
            width: 40px;
            height: 50px;
            font-size: 13px;
        }

        .section-3-homepage .swiper-slide {
            position: relative;
        }

            .section-3-homepage .swiper-slide .text {
                position: absolute;
                bottom: 60px;
                font-size: 32px;
                left: 40px;
                color: var(--white);
                text-transform: uppercase;
                font-family: 'Roboto-Light';
            }

        .section-4-homepage .left {
            width: 37%;
            background: url('../images/section-4-2-bg.png');
            padding: 70px 16% 0 2%;
        }





        .section-4-homepage .right {
            width: 63%;
            padding: 0 0 0 20%;
        }

        .section-4-homepage .text-1 {
            color: var(--orange-color);
            text-transform: uppercase;
            font-size: 52px;
            text-align: right;
            font-family: 'Roboto-Bold';
            margin: 00px 0 20px 0;
        }

        .section-4-homepage .text-2 {
            font-size: 14px;
            color: var(--white);
            text-align: right;
            margin: 10px 0 20px 0;
            width: 310px;
            float: right;
        }
    }

    .section-4-homepage .text-3 {
        color: var(--orange-color);
        text-transform: uppercase;
        font-size: 32px;
        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;
    }

    #mb-more1 {
        display: flex;
    }

    .dknt img.more-next {
        width: 18px;
        height: 14px;
        margin-right: 5px;
    }

    #mb-more1 img.more-next {
        width: 18px;
        height: 14px;
        margin-right: 5px;
    }

    img.icon-gal {
        width: 24px;
        height: 24px;
    }

    .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-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;
        background: #0000007a;
        padding: 10px;
        border-radius: 20px;
        height: 54px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    footer .top-part .col-left {
        width: 45%;
    }

    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 .top-part .col-right .col-1 img.icon-download {
            width: 2rem;
            height: 2rem;
            margin: 0 0 0 0px;
        }


        footer .top-part .col-right .col-1 .items-1 {
            margin-top: 3rem;
            margin-bottom: 20px;
            font-weight: 700;
            border-left: 3px solid var(--orange-color);
            padding: 0 0 0 10px;
        }

        footer .top-part .col-right .col-1 .items-2 {
            margin-bottom: 20px;
        }

        footer .top-part .col-right .col-1 .soci {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 0px; /* khoảng cách giữa 2 icon */
        }

        footer .top-part .col-right .col-1 .icon {
            width: 26px;
            height: 25px;
            cursor: pointer;
            margin-left: 10px;
        }



    footer .top-part .col-right .col-1 {
        color: var(--white);
        margin-left: 0rem;
        padding-left: 2rem;
        /*width: 60%;*/
    }

        footer .top-part .col-right .col-1 nav {
            margin-top: 3.5rem;
            display: flex;
            gap: 3rem;
        }

    @media only screen and (max-width: 767px) {
        footer .top-part .col-right .col-1 nav {
            flex-direction: column;
            gap: 6rem;
        }
    }

    footer .top-part .col-right .col-1 nav ul {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

        footer .top-part .col-right .col-1 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 .top-part .col-right .col-1 nav ul li a:hover {
                /*color: var(--fifth-color);*/
                font-weight: 600;
            }

        footer .top-part .col-right .col-1 nav ul li:hover {
            border-left: 0.125rem solid var(--orange-color);
            padding-left: 0.69rem;
        }

    footer .top-part .col-right .col-1 nav .col-right {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: -3rem;
    }

    @media only screen and (max-width: 767px) {
        footer .top-part .col-right .col-1 nav .col-right {
            gap: 2rem;
        }
    }

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

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

    footer .top-part .col-right .col-1 nav .col-right .list-socials .title-social {
        display: flex;
        gap: 0.4375rem;
        align-items: center;
    }

        footer .top-part .col-right .col-1 nav .col-right .list-socials .title-social span {
            color: var(--fifth-color);
            font-family: var(--f-body);
            font-size: 14px;
            font-style: italic;
            font-weight: 500;
            line-height: normal;
        }

        footer .top-part .col-right .col-1 nav .col-right .list-socials .title-social img {
            width: 1.5rem;
            height: 1.5rem;
        }

    footer .top-part .col-right .col-1 nav .col-right .list-socials .logo {
        display: flex;
        gap: 0.67rem;
    }

        footer .top-part .col-right .col-1 nav .col-right .list-socials .logo img {
            width: auto;
            height: auto;
        }


    footer .top-part .col-right .col-2 {
        display: flex;
    }

        footer .top-part .col-right .col-2 .icon {
            width: 26px;
            height: 25px;
            cursor: pointer;
            margin-left: 10px;
        }


    footer .top-part .col-right .constr {
        margin-top: 2rem;
        color: var(--white);
    }

        footer .top-part .col-right .constr .items {
            margin-top: 1rem;
            margin-bottom: 0;
            padding: 0 0 0 0px;
        }

        footer .top-part .col-right .constr .img1 {
            width: 85px;
            margin-top: 0.5rem;
        }

            footer .top-part .col-right .constr .img1 img {
                width: 85px;
                margin-top: 0.5rem;
            }

        footer .top-part .col-right .constr .img {
            width: 180px;
            padding: 0 0 0 0px;
        }

            footer .top-part .col-right .constr .img img {
                width: 180px;
                margin-top: 0.5rem;
            }

    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: 10px;
        margin-bottom: 10px;
        padding: 0 0 0 20px;
    }

    footer .bottom-part .col-right .col-2 .img1 {
        width: 85px;
    }

    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;
    }

        .section-4-main .logo {
            position: absolute;
            width: 300px;
            height: 300px;
            left: 150px;
            bottom: -80px;
            z-index: 2;
        }

    /*----------CAPITAL SQUARE---------------------- */
    @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;
            position: relative;
        }

        #backtop {
            width: 50px;
            height: 50px;
            position: absolute;
            right: 0;
            top: -120px;
            cursor: pointer;
        }

        .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 40px 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: 'Roboto-Light'
        }

        .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: 'Roboto-Bold';
        }

        .section-1-left-text-3 {
            color: var(--white);
            text-transform: uppercase;
            width: 75%;
            text-align: right;
            translate: 22% -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: 'Roboto-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: 'Roboto-Light'
        }

        .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: 'Roboto-Bold';
        }

        .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;
            background-size: 100%;
            border-top-right-radius: 10% 20%;
        }

        .section-2-bg-2 {
            background-image: url(../images/section-2-2.png);
            width: 100%;
            height: 1000px;
            top: 0;
            position: absolute;
            top: 150px;
            background-size: cover;
        }

        .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;
            position: relative;
            background-size: cover;
        }

            .section-2-bg-3 .text {
                position: absolute;
                bottom: 30px;
                font-size: 16px;
                text-transform: uppercase;
                color: var(--white);
                padding: 15px 15px;
                width: calc(100% - 40px);
                margin-left: 20px;
                background-color: rgba(0, 0, 0, 0.5);
                border-radius: 20px;
                display: flex;
                justify-content: space-between;
            }

                .section-2-bg-3 .text .icons {
                    display: flex;
                    gap: 10px;
                }

                .section-2-bg-3 .text .icon {
                    width: 40px;
                }


        .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: #ffffff26;
            width: 360px;
            height: 380px;
            border-top-right-radius: 20%;
            margin: 5% 0 0 25%;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
        }

        .section-2-box-text-1 {
            text-transform: uppercase;
            color: var(--blue-color);
            font-size: 1rem;
            width: 345px;
            padding: 10% 0 0 10%;
            font-weight: 700;
            font-family: 'Roboto-SemiBold';
        }

        .section-2-box-text-2 {
            color: var(--blue-color);
            font-size: 1.0rem;
            font-size: 1rem;
            padding: 0 10% 0 10%;
            margin: 50px 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;
            display: flex;
        }

            .link-ban-do .icon {
                width: 25px;
            }

        .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: 'Roboto-ExtraLight';
        }

        .section-2-textbox-2 {
            color: var(--orange-color);
            font-size: 2.5rem;
            font-weight: 700;
            text-align: right;
            font-family: 'Roboto-Medium';
        }

        .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: 'Roboto-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%;
            background-size: cover;
        }

        .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: 'Roboto-Light';
            width: 260px;
        }

        .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: 'Roboto-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%;
        width: 50%
    }*/

        .section-3-homepage .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
            background: var(--white);
        }

            .section-3-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: var(--orange-color) !important;
            }

        .section-3-homepage .swiper-button-prev {
            color: var(--blue-color);
            background: var(--orange-color);
            width: 40px;
            height: 50px;
            font-size: 13px;
        }

        .section-3-homepage .swiper-button-next {
            color: var(--blue-color);
            background: var(--orange-color);
            width: 40px;
            height: 50px;
            font-size: 13px;
        }

        .section-3-homepage .swiper-slide {
            position: relative;
        }

            .section-3-homepage .swiper-slide .text {
                position: absolute;
                bottom: 60px;
                font-size: 32px;
                left: 40px;
                color: var(--white);
                text-transform: uppercase;
                font-family: 'Roboto-Light';
            }

        .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-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;
            height: 54px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        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%;
            display: flex;
        }

        footer .top-part .col-right .col-2 {
            display: flex;
        }

            footer .top-part .col-right .col-2 .icon {
                width: 26px;
                height: 25px;
                cursor: pointer;
                margin-left: 10px;
                ;
            }



        footer .top-part .col-right .col-1 img.icon-download {
            /*width: 18px;*/
            margin: 0 0 0 10px;
        }

        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: 85px;
        }

        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 .logo {
            position: absolute;
            width: 300px;
            height: 300px;
            left: 150px;
            bottom: -80px;
            z-index: 2;
        }
    }

    /*----------CAPITAL SQUARE---------------------- */


    #menu-lien-he {
        position: relative;
    }

        #menu-lien-he img {
            width: 40px;
            height: 40px;
            position: absolute;
            left: -14px;
            bottom: 15px;
        }

    .swiper-galery.swiper-container {
        width: 90%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .swiper-galery .swiper-slide {
        width: 60%;
    }

        .swiper-galery .swiper-slide img {
            width: 100%;
        }

    .section-1-homepage.mobile {
        display: none;
    }

    .section-2-homepage.mobile {
        display: none;
    }

    .section-3-homepage.mobile {
        display: none;
    }

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


    .section-8-homepage.mobile {
        display: none;
    }


    .section-3-homepage.desktop .section-3-1 .slider img {
        width: 95%;
        height: 60vh;
        border-top-right-radius: 170px;
        display: block;
        /* Làm hình ảnh thành phần tử block */
        margin-left: auto;
        /* Căn lề trái tự động */
        margin-right: auto;
        /* Căn lề phải tự động */
    }


    .section-4-homepage .right img {
        height: 76vh;
        border-top-left-radius: 200px;
    }


    .section-5-homepage.desktop .swiper img {
        border-radius: 30px;
    }

    .section-6-homepage .swiper img {
        height: 350px;
        border-radius: 10px;
    }


    /* ----- TIN TUC -----*/
    .section-2-tintuc .breadcrumb {
        display: flex;
        gap: 10px;
        margin: 30px 0;
    }

        .section-2-tintuc .breadcrumb .icon {
            width: 30px;
            height: 30px;
        }

        .section-2-tintuc .breadcrumb .title {
            font-size: 32px;
            font-family: 'Roboto';
            text-transform: uppercase;
        }


    .section-2-tintuc .slide .body-slide-container {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

        .section-2-tintuc .slide .body-slide-container .post-content {
            width: 35%;
            position: relative;
        }

        .section-2-tintuc .slide .body-slide-container .post-image {
            width: 65%;
            height: 45vh;
        }

        .section-2-tintuc .slide .body-slide-container .post-content .post-time {
            font-family: 'Roboto-SemiBold';
            font-size: 14px;
            color: var(--gray1-color);
        }

    .section-2-tintuc .slide .swiper-pagination {
        text-align: left !important;
    }

        .section-2-tintuc .slide .swiper-pagination .swiper-pagination-bullet {
            width: 25px;
            height: 5px;
            border-radius: 4px;
            background-color: var(--lightgray-color);
        }

            .section-2-tintuc .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: var(--orange-color) !important;
            }

    .section-2-tintuc .slide .body-slide-container .post-content .post-title {
        font-family: 'Roboto-SemiBold';
        font-size: 24px;
        margin-top: 20px;
        height: 55px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .section-2-tintuc .slide .body-slide-container .post-content .post-subtitle {
        font-family: 'Roboto';
        font-size: 14px;
        color: var(--gray2-color);
        margin-top: 20px;
        height: 150px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }

    .section-2-tintuc .slide .body-slide-container .post-content .btn.btn-detail {
        border-radius: 30px;
        border: solid 1px var(--orange-color);
        text-transform: uppercase;
        padding: 10px 15px;
        font-size: 14px;
        position: absolute;
        bottom: 70px;
        left: 10px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    }

        .section-2-tintuc .slide .body-slide-container .post-content .btn.btn-detail img {
            width: 18px;
            margin: 0 10px 0 0;
        }


    .section-2-tintuc .slide .body-slide-container .post-image img {
        border-radius: 10px;
        object-fit: cover;
    }

    .section-2-tintuc .list-tintuc {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .section-2-tintuc .list-tintuc .item-tintuc {
            width: calc(33.33% - 20px);
            position: relative;
            margin-bottom: 30px;
            border-radius: 10px;
            height: 580px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }

            .section-2-tintuc .list-tintuc .item-tintuc .item-img {
                height: 250px;
            }

            .section-2-tintuc .list-tintuc .item-tintuc .post-title {
                font-size: 20px;
                height: 60px;
                font-family: 'Roboto-SemiBold';
                margin-top: 30px;
                margin-bottom: 30px;
                padding: 0 45px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .section-2-tintuc .list-tintuc .item-tintuc .post-subtitle {
                font-size: 14px;
                margin-top: 15px;
                color: var(--gray2-color);
                padding: 0 45px;
                text-align: justify;
                display: -webkit-box;
                -webkit-line-clamp: 8;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }


            .section-2-tintuc .list-tintuc .item-tintuc .box-bottom {
                display: flex;
                justify-content: space-between;
                align-items: center;
                position: absolute;
                bottom: 15px;
                width: 100%;
                padding: 0 45px;
            }

                .section-2-tintuc .list-tintuc .item-tintuc .box-bottom .post-time {
                    font-family: 'Roboto-SemiBold';
                    font-size: 14px;
                    color: var(--gray1-color);
                    align-items: center;
                    display: flex;
                }

            .section-2-tintuc .list-tintuc .item-tintuc .btn.btn-detail {
                border-radius: 30px;
                border: solid 1px var(--orange-color);
                text-transform: uppercase;
                padding: 10px 15px;
                font-size: 14px;
                box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            }


                .section-2-tintuc .list-tintuc .item-tintuc .btn.btn-detail img {
                    width: 20px;
                    margin: 0 10px 0 0;
                    object-fit: contain;
                }


    .section-2-tintuc hr {
        margin: 35px 0;
    }

    .section-2-tintuc .breadcrumb .delimiter {
        font-size: 28px;
    }

    /*.section-2-tintuc.desktop.mobile {
    display: none
}*/

    /* CHI TIET */
    .section-2-tintuc-detail {
        margin-bottom: 25px;
    }

        .section-2-tintuc-detail .breadcrumb {
            display: flex;
            gap: 10px;
            margin: 30px 0;
        }

            .section-2-tintuc-detail .breadcrumb .icon {
                width: 30px;
                height: 30px;
            }

            .section-2-tintuc-detail .breadcrumb .title {
                font-size: 32px;
                font-family: 'Roboto';
                text-transform: uppercase;
            }

            .section-2-tintuc-detail .breadcrumb .delimiter {
                font-size: 28px;
            }

        .section-2-tintuc-detail .post-div {
            display: flex;
            gap: 20px;
            justify-content: space-between;
        }

            .section-2-tintuc-detail .post-div .post-content {
                width: 70%;
            }

            .section-2-tintuc-detail .post-div .post-relative {
                width: 30%;
                padding: 0 10px;
            }

                .section-2-tintuc-detail .post-div .post-relative .post-relative-title {
                    font-size: 30px;
                    text-align: right;
                    font-family: 'Roboto-SemiBold';
                    margin: 0 0px 20px 0;
                    text-transform: uppercase;
                }



        .section-2-tintuc-detail .list-tintuc {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .section-2-tintuc-detail .list-tintuc .item-tintuc {
                width: calc(100%);
                position: relative;
                margin-bottom: 30px;
                border-radius: 10px;
                height: 500px;
                box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
                overflow: hidden;
            }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .item-img {
                    height: 200px;
                }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .post-title {
                    font-size: 20px;
                    font-family: 'Roboto-SemiBold';
                    margin-top: 15px;
                    padding: 0 20px;
                    height: 75px;
                    max-height: 75px;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .post-subtitle {
                    font-size: 14px;
                    margin-top: 15px;
                    color: var(--gray2-color);
                    padding: 0 20px;
                    height: 120px;
                    max-height: 120px;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 7;
                    -webkit-box-orient: vertical;
                }


                .section-2-tintuc-detail .list-tintuc .item-tintuc .box-bottom {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    position: absolute;
                    bottom: 20px;
                    width: 100%;
                    padding: 0 20px;
                }

                    .section-2-tintuc-detail .list-tintuc .item-tintuc .box-bottom .post-time {
                        font-family: 'Roboto-SemiBold';
                        font-size: 14px;
                        color: var(--gray1-color);
                        align-items: center;
                        display: flex;
                    }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .btn.btn-detail {
                    border-radius: 30px;
                    border: solid 1px var(--orange-color);
                    text-transform: uppercase;
                    padding: 10px 15px;
                    font-size: 14px;
                }


                    .section-2-tintuc-detail .list-tintuc .item-tintuc .btn.btn-detail img {
                        width: 20px;
                        margin: 0 10px 0 0;
                        object-fit: contain;
                    }


        .section-2-tintuc-detail .tags {
            display: flex;
            margin: 30px 0;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: end;
        }



            .section-2-tintuc-detail .tags .tag {
                border: solid 1px;
                border-radius: 5px;
                padding: 5px 10px;
            }



        .section-2-tintuc-detail .post-content .post-time {
            font-size: 14px;
            font-family: 'Roboto-SemiBold';
            color: var(--gray1-color);
        }

        .section-2-tintuc-detail .post-content .post-title {
            font-size: 30px;
            font-family: 'Roboto-SemiBold';
            margin: 10px 0 10px 0;
        }

        .section-2-tintuc-detail .post-content .post-subtitle {
            font-size: 14px;
            margin: 15px 0 25px 0;
            font-style: italic;
            line-height: 1.5;
        }

        .section-2-tintuc-detail .post-content .post-main p {
            font-size: 14px;
            line-height: 1.5;
            margin: 10px 0;
        }

        .section-2-tintuc-detail .post-content .post-main .img {
            padding: 10px 40px;
        }

        .section-2-tintuc-detail .post-content .post-main .img-title {
            font-size: 14px;
            margin: 10px 0;
            font-style: italic;
            text-align: center;
        }

        .section-2-tintuc-detail .post-content .paginator {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            font-family: 'Roboto-SemiBold';
        }

            .section-2-tintuc-detail .post-content .paginator img {
                width: 38px;
            }


    .section-1-homepage .title-tt {
        color: white;
        position: absolute;
        bottom: 40px;
        left: calc(20% + 10px);
        font-size: 70px;
        font-family: 'Roboto';
        text-transform: uppercase;
    }


    .list-tintuc.desktop.mobile {
        display: none;
    }



    /* --- TIN TUC HOMEPAGE */
    .section-7-homepage .header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

        .section-7-homepage .header .col-left {
            width: 55%;
            font-size: 3rem;
            color: var(--blue-color);
            text-transform: uppercase;
        }


        .section-7-homepage .header .col-right {
            position: relative;
            width: 45%;
            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;
                position: absolute;
                right: 0;
                top: -30px;
                box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
                background-color: white;
            }

                .section-7-homepage .header .col-right .btn img {
                    object-fit: cover;
                    width: 18px;
                }

    .section-7-homepage .section-main {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

        .section-7-homepage .section-main .col-left {
            width: 50%;
        }

        .section-7-homepage .section-main .col-right {
            width: 50%;
        }



        .section-7-homepage .section-main .main-item {
            position: relative;
            margin-bottom: 30px;
            border-radius: 10px;
            height: 420px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }


            .section-7-homepage .section-main .main-item .img {
                height: 300px;
                object-fit: cover;
            }


        .section-7-homepage .section-main .btn-post-detail {
            border: solid 1px var(--orange-color);
            border-radius: 30px;
            font-size: 1rem;
            padding: 10px 20px;
            position: absolute;
            right: 10px;
            bottom: 30px;
            box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
            text-transform: uppercase;
            background-color: white;
        }

        .section-7-homepage .section-main .list-item-container {
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            padding: 20px;
            border-radius: 10px;
        }

        .section-7-homepage .section-main .btn-post-detail img {
            object-fit: cover;
            width: 18px;
        }

        .section-7-homepage .section-main .item-content {
            padding: 15px 25px;
        }

        .section-7-homepage .section-main .post-time {
            font-family: 'Roboto-SemiBold';
            font-size: 14px;
            color: var(--gray1-color);
        }

        .section-7-homepage .section-main .post-title {
            font-family: 'Roboto-SemiBold';
            font-size: 18px;
            margin-top: 20px;
            /* color: var(--gray-color); */
        }


        .section-7-homepage .section-main .main-item .post-title {
            width: 80%;
        }

        .section-7-homepage .section-main .col-right .item {
            display: flex;
            gap: 10px;
            height: 105px;
        }

            .section-7-homepage .section-main .col-right .item .col-left {
                width: 70%;
            }

            .section-7-homepage .section-main .col-right .item .col-right {
                width: 30%;
            }

                .section-7-homepage .section-main .col-right .item .col-right img {
                    object-fit: cover;
                    height: 100px;
                    border-radius: 5px;
                }

    .section-7-homepage-mobile {
        display: none;
    }

    .list-tintuc.mobile {
        display: none;
    }

    /*.section-2-tintuc.mobile {
    display: none;
}*/


    .section-7-homepage {
        position: relative;
    }

        .section-7-homepage .border-bottom-bg {
            position: absolute;
        }

        .section-7-homepage .section-main {
            margin-top: 90px;
            right: 0;
        }


    footer .border-bottom-bg {
        position: absolute;
        left: 5.5rem;
        top: 9rem;
    }

    footer .border-left-bg {
        position: absolute;
        left: 10%;
        top: 0px;
        width: 33px;
    }

    .footer-wrapper.desktop {
        position: relative;
    }

        .footer-wrapper.desktop .container {
            padding-bottom: 40px;
        }

    /* .section-7-homepage {
    background-image: url('../images/section-7-bg.png');
    background-size: cover;
} */


    .top.top-cs img {
        object-fit: contain;
    }

    #home-video3,
    #home-video4 {
        cursor: pointer;
    }

    .section-1-homepage.desktop .section-1-border {
        position: absolute;
        width: 45px;
        top: 110px;
        z-index: 3;
        left: 10%;
    }


    .section-1-homepage.desktop .section-1-logo {
        position: absolute;
        width: 330px;
        top: 700px;
        z-index: 2;
        left: calc(10% - 45px);
    }



    .section-2-homepage.desktop .section-2-border {
        position: absolute;
        width: 45px;
        z-index: 3;
        left: 10%;
        top: -180px
    }


    .section-2-homepage.desktop .section-2-border-2 {
        position: absolute;
        width: 45px;
        z-index: 3;
        left: 10%;
        bottom: 410px;
    }

    .section-2-homepage.desktop .section-2-border-3 {
        position: absolute;
        width: 100%;
        z-index: 0;
        /* left: 10%; */
        bottom: 20px;
    }


    .section-4-main .border-div {
        width: 35px;
        position: absolute;
        left: 10%;
        top: 150px;
    }



    .section-2-tintuc-detail .border-div {
        display: none;
    }


    .pdf-container {
        position: relative;
        width: 100%;
        /* Giữ tỷ lệ 1.5 (chiều cao = 150% chiều rộng) */
        padding-top: 150%;
    }

        .pdf-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

    .post-title2 {
        text-align: center;
        margin-top: 15px;
        font-size: 20px;
    }

    .section-2-tintuc .showmore {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 20px 0 80px 0;
    }

        .section-2-tintuc .showmore .btn.btn-detail {
            border-radius: 10px;
            background: var(--main-color);
            padding: 10px 50px;
            margin: 0px 20px 0px 20px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
        }

    .section-2-tintuc #pageInfo {
        width: 100%;
        display: flex;
        justify-content: right;
        margin-top: 1rem;
    }

    .mobi {
        display: none !important;
    }

    @media only screen and (max-width: 1199px) {
        .desk {
            display: none !important;
        }

        .mobi {
            display: block !important;
        }

        footer .top-part {
            /*border-top: solid 2px var(--orange-color);
        border-bottom: solid 2px var(--orange-color);*/
            padding-bottom: 14px;
        }

        .section-1-left {
            background-image: url('../images/section-1-1.png');
            height: 272px;
            width: 100%;
            padding: 10px;
            border-top-right-radius: 20% 30%;
        }

            .section-1-left img {
                width: 50px;
                height: 50px;
                margin: 40px 40px 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: 272px;
            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: 1rem;
            padding: 20px 0 0 25px;
        }

        .section-1-left-text-2 {
            color: var(--orange-color);
            font-size: 1.1rem;
            font-weight: 700;
            padding: 10px 0 0 25px;
            line-height: 1.5;
        }

        .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: 12px;
        }

        .section-1-homepage .content .background-text {
            height: 5rem;
            flex-shrink: 0;
            border-radius: 0.75rem;
            position: absolute;
            left: 20%;
            top: 3%;
            z-index: 2;
            /*width: 100%;*/
        }

            .section-1-homepage .content .background-text .text-bg-sec1-1 {
                color: var(--orange-color);
                font-size: 1.5rem;
                font-weight: 800;
                margin-left: -3%;
            }

            .section-1-homepage .content .background-text .text-bg-sec1-2 {
                color: var(--white);
                font-size: 1.5rem;
                margin-left: 8%;
                margin-top: 2px;
            }

        .section-1-left-right-1 {
            position: absolute;
            bottom: 20px;
            right: 20px;
            color: var(--white);
            text-decoration: underline;
            text-transform: uppercase;
            font-size: 12px;
        }

        .flex-row {
            display: flex;
        }

        .section-2-left {
            width: 100%
        }

        .section-2-right {
            width: 100%
        }

        .section-2-text-1 {
            color: var(--orange-color);
            font-size: 1.6rem;
            width: 100%;
            line-height: 1.5;
            padding: 0 0 0 0%;
        }

        .section-2-text-2 {
            color: var(--blue-color);
            font-size: 1.8rem;
            width: 100%;
            line-height: 1.2;
            padding: 0 0 0 0%;
            text-transform: uppercase;
            font-weight: 700;
        }

        .section-2-text-3 {
            color: var(--black);
            font-size: 14px;
            /*width: 96%;*/
            line-height: 1.5;
            padding: 0 4% 0 0%;
            margin-top: 20px;
            text-align: justify;
            /* display: none;*/
        }

        .section-2-text-4 {
            color: var(--blue-color);
            font-size: 1.8rem;
            width: 100%;
            line-height: 1.5;
            text-transform: uppercase;
            margin-top: 30px;
        }

        .section-2-text-5 {
            color: var(--black);
            font-size: 14px;
            /*width: 96%;*/
            line-height: 1.5;
            padding: 0 4% 0 0;
            text-align: justify;
            margin-top: 30px;
        }

        .section-2-table {
            border-collapse: collapse;
            margin-top: 50px;
        }

            .section-2-table th,
            .section-2-table td {
                padding: 5px 5px;
                text-align: left;
                border: none;
                font-size: 14px;
            }

        .section-2-table-col-1 {
            width: 40%;
            color: var(--orange-color);
            font-weight: 700;
        }

        /*.section-2-table-col-2 {
    font-weight: 700;
}*/
        .section-2-bg-1 {
            width: 100%;
            height: 570px;
            background-size: 100% 1000px;
            /* background-position: -100px 0px; */
            background-repeat: no-repeat;
            padding: 10px 0 0 0;
        }

        .section-2-bg-2 {
            /* background-image: url(../images/section-2-2.png);
        width: 100%;
        height: 1000px;
        top: 0;
        position: absolute;
        top: 150px;*/
            display: none;
        }

        .section-2-3 {
            /*  position: absolute;
        top: 850px;*/
            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: 100vw;
            height: 100vw;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

            .section-2-bg-3 .text {
                position: absolute;
                bottom: 20px;
                font-size: 14px;
                text-transform: uppercase;
                color: var(--white);
                padding: 10px 10px;
                width: calc(100% - 40px);
                margin-left: 20px;
                background-color: rgba(0, 0, 0, 0.5);
                border-radius: 20px;
                display: flex;
                justify-content: space-between;
            }

                .section-2-bg-3 .text .icons {
                    display: flex;
                    gap: 10px;
                }

                .section-2-bg-3 .text .icon {
                    width: 28px;
                }


        .img-part .content {
            position: relative;
            height: 1700px;
        }

        .section-2-logo {
            position: absolute;
            top: 50px;
            right: 15px;
        }

            .section-2-logo img {
                width: 40px;
            }

        .section-2-box-text {
            background: var(--orange-color);
            width: 280px;
            min-height: 340px;
            border-top-right-radius: 20%;
            margin: 220px 0 0 0;
        }

        .section-2-box-text-1 {
            text-transform: uppercase;
            color: var(--blue-color);
            font-size: 16px;
            width: 270px;
            padding: 8% 0 0 5%;
            font-weight: 700;
        }

        .section-2-box-text-2 {
            color: var(--white);
            font-size: 14px;
            padding: 0 10% 0 5%;
            margin: 35px 0 0 0;
            line-height: 1.5;
        }

        .section-2-box-text-3 {
            color: var(--white);
            font-size: 0.8rem;
            text-transform: uppercase;
            padding: 5% 0 0 5%;
            width: 80%;
            line-height: 1.5;
        }

        .link-ban-do {
            color: var(--black);
            padding: 44px 10px;
            font-size: 0.8rem;
            text-decoration: underline;
            text-underline-offset: 4px;
            cursor: pointer;
            display: flex;
        }

            .link-ban-do .icon {
                width: 20px;
            }

        .section-2-textbox {
            width: 100%;
            padding: 5% 10% 5% 5%;
            background: var(--lightgray-color);
        }

        .section-2-textbox-1 {
            color: var(--blue-color);
            font-size: 32px;
            margin-top: 30px;
        }

        .section-2-textbox-2 {
            color: var(--orange-color);
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 40px;
            margin-bottom: 20px;
            width: 100%;
        }

        .section-2-textbox-3 {
            font-size: 16px;
            margin-top: 20px;
        }

        .section-2-textbox-4 {
            font-size: 1.2rem;
            margin-top: 20px;
        }

            .section-2-textbox-4 .div-text-left,
            .div-text-right {
                width: 50%;
            }

            .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;
            }

            .section-2-textbox-4 .text-content {
                text-transform: uppercase;
                font-size: 1rem;
            }

        .section-3-1 {
            background: var(--lightgray-color);
            /* background-image: url(../images/section-3-1-mob.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        width: 100%;
        min-height: 880px;*/
        }

        .section-3-bg-1 {
            /*background: unset;
        height: auto;*/ /* tránh fix cứng */
            /*width: 100%;*/
            background-image: url(../images/section-3-1-mob.png);
            background-size: cover;
            background-position: left top;
            background-repeat: no-repeat;
            width: 100%;
            min-height: 1000px;
            padding: 10% 0 0 5%;
            /* background-size: 690px 600px; */
            /* background-position: -30px -10px; */
        }

        .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: 32px;
            text-transform: uppercase;
            width: 260px;
        }

        .section-3-bg-1 .text-2 {
            color: var(--orange-color);
            font-size: 30px;
            text-transform: uppercase;
            margin: 15px 0 0 0;
            width: 280px;
        }

        .section-3-bg-1 .text-3 {
            color: var(--white);
            font-size: 14px;
            margin-top: 25px;
            width: 300px;
            line-height: 1.5;
        }


        .relative {
            position: relative;
        }

        .section-3-2 {
            position: absolute;
            top: 760px;
            margin: 100px 20%;
            width: 80%;
            display: none;
        }

        .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-4-homepage-mobile .left {
            background: url(../images/section-4-mob.png);
            padding: 10% 15% 10% 10%;
            height: 560px;
            position: relative;
            background-size: cover;
            background-position: bottom;
        }


            .section-4-homepage-mobile .left .logo {
                position: absolute;
                top: 60px;
                right: 50px;
                width: 50px;
                height: 50px;
            }

        .section-4-homepage-mobile .text-1 {
            color: var(--white);
            text-transform: uppercase;
            font-size: 1.5rem;
        }

        .section-4-homepage-mobile .text-2 {
            color: var(--white);
            margin: 25px 0 0 0;
            font-size: 1rem;
        }

        .section-4-homepage-mobile .text-3 {
            color: var(--orange-color);
            text-transform: uppercase;
            font-size: 1.5rem;
            margin: 15px 0 0 0;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .section-4-homepage-mobile .left .btn {
            border: solid 1px var(--orange-color);
            border-radius: 30px;
            font-size: 0.8rem;
            margin: 30px 0 0 0;
            text-transform: uppercase;
            padding: 5px 10px;
            background: var(--white);
        }

            .section-4-homepage-mobile .left .btn img {
                width: 16px;
                height: 10px;
            }

            .section-4-homepage-mobile .left .btn .text {
                color: var(--blue-color);
            }

        .section-4-homepage-mobile .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: var(--white);
        }

            .section-4-homepage-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: var(--orange-color) !important;
            }

        .section-4-homepage-mobile .swiper-button-prev {
            color: var(--blue-color);
            background: var(--orange-color);
            width: 40px;
            height: 50px;
            font-size: 13px;
        }

        .section-4-homepage-mobile .swiper-button-next {
            color: var(--blue-color);
            background: var(--orange-color);
            width: 40px;
            height: 50px;
            font-size: 13px;
        }

        .section-4-homepage-mobile .right img {
            height: 76vh;
            border-top-right-radius: 200px;
        }

        .section-5-homepage {
            margin-top: 1rem;
            padding-top: 0rem;
            padding-bottom: 3.5rem;
        }

            .section-5-homepage .header {
                justify-content: space-between;
                margin-bottom: 30px;
            }

                .section-5-homepage .header .col-left {
                    width: 55%;
                    font-size: 2rem;
                    color: var(--blue-color);
                    text-transform: uppercase;
                    margin-top: 50px;
                    margin-left: 50px;
                }

                .section-5-homepage .header .col-right {
                    width: 75%;
                    justify-content: end;
                    font-size: 0.8rem;
                    color: var(--blue-color);
                    text-transform: uppercase;
                    margin: 12px 0;
                }



                    .section-5-homepage .header .col-right .col-1 {
                        width: 50%;
                    }

                    .section-5-homepage .header .col-right .col-2 {
                        width: 70%;
                        margin: 50px 0 0 20px;
                    }

                    .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: 12px;
                height: 12px;
                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: 45px;
            left: 20px;
            color: var(--white);
            text-transform: uppercase;
            width: calc(100% - 60px);
            font-size: 20px;
            background: #0000007a;
            padding: 10px;
            border-radius: 20px;
        }

        footer .footer-wrapper .container .content .col-left .list-contact {
            margin-top: 1rem;
        }

        footer .top-part .col-left {
            margin-top: 1.925rem;
            width: unset;
        }

        footer .footer-wrapper .container .content .col-right {
            width: 100%;
        }

        footer .bottom-part .col-left {
            width: unset;
        }

        footer .bottom-part .col-right {
            margin-top: 37px;
            font-size: 14px;
        }

        footer .top-part .col-right .col-1 nav {
            margin-top: 1.5rem;
        }


            footer .top-part .col-right .col-1 nav ul li {
                border-left: 0.125rem solid var(--orange-color);
                padding-left: 0.69rem;
            }

        footer .top-part .col-right .col-1 .row:first-of-type {
            border-top: solid 2px var(--orange-color);
            border-bottom: solid 2px var(--orange-color);
            padding: 1rem 0 1rem 0;
            margin-right: 1rem;
        }

        footer .top-part .col-right .col-1 .items-1 {
            margin-top: 2rem;
        }

        footer .top-part .col-right .constr {
            margin-top: 1rem;
        }

        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: 20px;
        font-size: 1rem;
        padding: 5px 5px;
        width: 150px;
        color: var(--blue-color);
        background: var(--white);
        font-size: 12px;*/
            width: 40px;
            height: 40px;
            border-radius: 2rem;
            padding: 8px 10px 0px 16px;
        }

        .fixed-btn1 .text {
            display: none;
        }

        .fixed-btn1 .btn-li {
            margin-left: 20px;
        }

        .fixed-btn1 {
            top: calc(18% + 190px);
            margin-right: 0px;
        }

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

        .fixed-btn .btn-li {
            margin-left: 20px;
        }

        .fixed-btn {
            top: 18%;
        }

        .section-1-homepage .content .find-room {
            position: unset;
            transform: unset;
            /* margin: 2rem auto 0; */
            width: 100%;
            margin: 0;
        }

            .section-1-homepage .content .find-room .content {
                padding: 0;
            }

        .mobile-nflex {
            display: unset;
        }

        .section-2-homepage {
            margin-top: 0px;
            height: 2390px;
        }

        .section-3-homepage {
            min-height: 950px;
            height: 950px;
            padding-top: 0px;
        }

        .section-4-homepage {
            height: unset;
        }

            .section-4-homepage .flex-row {
                display: flex;
                flex-direction: column !important;
            }


            .section-4-homepage .right {
                width: 100%
            }

                .section-4-homepage .right img {
                    height: 76vh;
                    border-top-left-radius: 0;
                    border-top-right-radius: 120px;
                }


            /* .section-4-homepage .left {
            background: url('../images/section-4-2-bg.png');
            padding: 70px 16% 0 2%;
        }*/

            .section-4-homepage .left {
                background: url(../images/section-4-mob.png);
                background-size: cover;
                background-position: bottom right;
                padding: 10% 15% 0% 10%;
                width: 100%;
                min-height: 520px;
                position: relative;
            }


                .section-4-homepage .left .logo {
                    position: absolute;
                    top: 60px;
                    right: 50px;
                    left: unset;
                    width: 50px;
                    height: 50px;
                }

            .section-4-homepage .text-1 {
                color: var(--white);
                text-transform: uppercase;
                font-size: 1.5rem;
            }

            .section-4-homepage .text-2 {
                color: var(--white);
                margin: 25px 0 0 0;
                font-size: 1rem;
            }

            .section-4-homepage .text-3 {
                color: var(--orange-color);
                text-transform: uppercase;
                font-size: 1.5rem;
                margin: 15px 0 0 0;
                font-weight: 700;
                margin-bottom: 10px;
                text-align: left;
            }

            .section-4-homepage .left .btn {
                border: solid 1px var(--orange-color);
                border-radius: 30px;
                font-size: 0.8rem;
                margin: 30px 0 0 0;
                text-transform: uppercase;
                padding: 5px 10px;
                background: var(--white);
                float: left;
            }

                .section-4-homepage .left .btn img {
                    width: 16px;
                    height: 10px;
                }

                .section-4-homepage .left .btn .text {
                    color: var(--blue-color);
                }

            .section-4-homepage .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                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-4-homepage .text-1 {
            color: var(--orange-color);
            text-transform: uppercase;
            font-size: 52px;
            text-align: right;
            font-family: 'Roboto-Bold';
            margin: 0px 0 20px 0;
        }

        .section-4-homepage .text-2 {
            font-size: 14px;
            color: var(--white);
            text-align: right;
            margin: 10px 0 20px 0;
            width: 310px;
            float: right;
        }

        .section-4-homepage .text-3 {
            color: var(--orange-color);
            text-transform: uppercase;
            font-size: 32px;
            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;
        }

    #mb-more1 {
        display: flex;
    }

        #mb-more1 img.more-next {
            width: 18px;
            height: 14px;
            margin-right: 5px;
        }

    img.icon-gal {
        width: 24px;
        height: 24px;
    }

    .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-4-main {
            translate: 0 -50px;
        }

        .section-6-homepage {
            background-size: 700px 400px;
            background-position: -154px -35px;
            background-repeat: no-repeat;
            padding-top: 137px;
            height: 195vw;
        }

            .section-6-homepage .container .list-slider {
                margin-top: 10px;
                width: 95%;
            }



        .section-7-homepage {
            padding: 20px 0;
        }

        .footer-wrapper .top-part {
            /*display: none;*/
        }

        .footer-wrapper .bottom-part {
            /*display: none;*/
        }

        footer .footer-wrapper {
            padding-top: 10px !important;
            /*height: 215px;*/
        }

        .logo-footer {
            display: flex;
            justify-content: center;
        }

            .logo-footer img {
                width: 250px
            }

        footer .icon {
            width: 30px;
        }

        .list-contact {
            font-size: 14px;
        }

        .list-contact-2 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
            color: var(--white);
            border-bottom: solid 2px var(--orange-color);
            font-size: 14px;
            padding: 5px 0 15px 0;
        }



            .list-contact-2 .left {
                margin-left: 45px;
            }

            .list-contact-2 .right {
                gap: 10px;
            }

        footer .list-contact .icon img {
            width: 24px;
            height: 24px;
        }

        .list-contact-3 {
            font-size: 14px;
            color: var(--white);
            margin-top: 25px;
        }

            .list-contact-3 .items {
                margin-top: 10px;
                margin-left: 45px;
                border-left: solid 2px var(--orange-color);
                padding: 0 0 0 10px;
            }

        .list-contact-4 {
            font-size: 14px;
            color: var(--white);
            margin-top: 25px;
            margin-left: 45px;
        }


            .list-contact-4 .img1 {
                width: 30%;
                margin-top: 10px;
            }

            .list-contact-4 .img2 {
                width: 60%;
                margin-top: 10px;
            }

            .list-contact-4 .items {
                margin-top: 10px;
            }

        footer .contact .text {
            margin-left: 10px;
            padding: 3px 6px;
            line-height: 1.5;
        }

        footer .footer-wrapper .container .content {
            /*display: block;*/
            flex-direction: column;
            gap: 2rem;
        }

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

            footer .footer-wrapper .container .content .col-left .list-contact .contact {
                gap: 0;
            }

        .mobile-footer {
            padding: 15px 20px;
        }

        .contact {
            display: flex;
            color: var(--white);
            font-size: 12px;
        }

        .list-contact {
            margin: 10px 0 0 0;
            /* border-bottom: solid 2px var(--orange-color);*/
            padding: 10px 0;
        }

            .list-contact .items-1 {
                color: var(--white);
                font-size: 12px;
                margin: 5px 0 0 0;
            }

            .list-contact .items-2 {
                color: var(--white);
                font-size: 12px;
                margin: 5px 0 0 0;
            }

            .list-contact .left {
                width: 70%
            }

        footer .img1 {
            width: 60px
        }



        footer .right .img {
            margin: 0px 0 0 10px;
            width: 70px;
        }

        .list-contact .right {
            width: 30%
        }

        /* footer .footer-wrapper.desktop {
        display: none;
    }*/

        footer .footer-wrapper.mobile {
            box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
            padding-top: 4.19rem;
            background-image: url(../images/bg_footer_mob.png);
            background-size: cover;
            background-position: top center;
            display: block;
            height: 100%;
            position: relative;
        }

        .logo-footer-mob {
            position: absolute;
            right: 1.5rem;
            bottom: 7rem;
            width: 135px;
        }

        .top.top-cs {
            display: none;
        }

        .section-1-homepage {
            padding-top: 5rem;
        }

            .section-1-homepage.mobile {
                background: var(--fourth-color);
                padding-top: 5rem;
                display: block;
            }

        /*.section-1-homepage.desktop {
        display: none;
    }*/



        footer .footer-wrapper.desktop {
            padding-top: 0;
            padding-bottom: 0;
            background-image: url('../images/bg_footer.png');
            background-repeat: no-repeat; /* không lặp */
            background-size: cover; /* phủ toàn bộ */
            background-position: left top; /* ưu tiên bên trái */
        }


        .section-2-homepage.mobile {
            display: block;
            position: relative;
        }

            .section-2-homepage.mobile .logo-bg-div {
                position: absolute;
                top: 120px;
                left: -55px;
                scale: 1.65;
                opacity: 0.4;
            }

            .section-2-homepage.mobile .img-part .section-2-bg-1 {
                background-image: url(../images/section-2-bg-mob.png);
                height: 670px;
            }

        .section-2-homepage.desktop {
            /* display: none;*/
        }


        .section-2-homepage.desktop {
            display: block;
            position: relative;
        }

            .section-2-homepage.desktop .logo-bg-div {
                position: absolute;
                top: 120px;
                left: -55px;
                scale: 1.65;
                opacity: 0.4;
            }

            .section-2-homepage.desktop .img-part .section-2-bg-1 {
                background-image: url(../images/section-2-bg-mob.png);
                height: 670px;
            }

        .section-3-homepage.mobile {
            display: block;
        }

        .section-3-homepage.desktop {
            /* display: none;*/
        }

            /* .section-3-homepage .slider {
        position: relative;
        top: 10px;
        left: 0%;
        width: 50%;
        z-index:100;
    }*/


            .section-3-homepage.desktop .slider {
                /*margin-top: 50px;*/
                position: absolute;
                top: 40%;
                left: 0rem;
                width: 100%;
            }


            .section-3-homepage.desktop .swiper-slide {
                position: relative;
            }

                .section-3-homepage.desktop .swiper-slide .text {
                    position: absolute;
                    bottom: 30px;
                    left: 30px;
                    color: var(--white);
                    text-transform: uppercase;
                }

            .section-3-homepage.desktop .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background: var(--white);
            }

            .section-3-homepage.desktop .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background: var(--white);
            }

                .section-3-homepage.desktop .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background: var(--orange-color) !important;
                }

            .section-3-homepage.desktop .swiper-button-prev {
                color: var(--blue-color);
                background: var(--orange-color);
                width: 30px;
                height: 40px;
                font-size: 12px;
            }

            .section-3-homepage.desktop .swiper-button-next {
                color: var(--blue-color);
                background: var(--orange-color);
                width: 30px;
                height: 40px;
                font-size: 12px;
            }


            .section-3-homepage.desktop .swiper-horizontal > .swiper-pagination-bullets,
            .section-3-homepage.desktop .swiper-pagination-bullets.swiper-pagination-horizontal,
            .section-3-homepage.desktop .swiper-pagination-custom,
            .section-3-homepage.desktop .swiper-pagination-fraction {
                bottom: 0px;
            }

            .section-3-homepage.desktop .section-3-1 .slider img {
                width: 95%;
                height: 40vh;
                border-top-right-radius: 120px;
                display: block;
                /* Làm hình ảnh thành phần tử block */
                margin-left: auto;
                /* Căn lề trái tự động */
                margin-right: auto;
                /* Căn lề phải tự động */
            }


        .section-5-homepage.mobile {
            display: block;
            padding-top: 0;
            margin-top: 0px;
            position: relative;
        }

            .section-5-homepage.mobile .img-bg {
                position: absolute;
                width: 40px;
                right: 70px;
            }

            .section-5-homepage.mobile .img-bg2 {
                position: absolute;
                width: 35px;
                bottom: 0;
                left: 40px;
            }

            .section-5-homepage.mobile .swiper-galery.swiper-container {
                padding-top: 0;
                width: 100%;
            }

        .section-5-homepage.desktop {
            /* display: none;*/
        }

        .section-8-homepage.mobile {
            display: block;
        }

        .section-8-homepage.desktop {
            display: none;
        }

        .section-6-homepage {
            padding-top: 270px;
            /* padding-bottom: 3.3rem; */
            /* background: var(--main-color); */
            background-image: url(../images/section-6-bg-mob.png);
            background-size: cover;
            background-position: top center;
            /*height: 195vw;*/
            height: unset;
        }


        .section-5-homepage.desktop .container {
            max-width: 100%;
            padding: 0;
        }

        .section-5-homepage.desktop .swiper img {
            border-radius: 0;
        }


        .section-5-homepage .col-right.flex-row {
            display: none;
        }

        .section-5-homepage.desktop .swiper-galery.swiper-container {
            padding-top: 0;
            width: 100%;
        }

        .section-3-homepage.mobile .swiper-slide {
            position: relative;
        }


        .section-3-homepage.mobile .slider {
            margin-top: 50px;
        }

        .section-3-homepage.mobile .swiper-slide .text {
            position: absolute;
            bottom: 30px;
            left: 30px;
            color: var(--white);
            text-transform: uppercase;
        }

        .section-3-homepage.mobile .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: var(--white);
        }

        .section-3-homepage.mobile .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: var(--white);
        }

            .section-3-homepage.mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: var(--orange-color) !important;
            }

        .section-3-homepage.mobile .swiper-button-prev {
            color: var(--blue-color);
            background: var(--orange-color);
            width: 30px;
            height: 40px;
            font-size: 12px;
        }

        .section-3-homepage.mobile .swiper-button-next {
            color: var(--blue-color);
            background: var(--orange-color);
            width: 30px;
            height: 40px;
            font-size: 12px;
        }


        .section-3-homepage.mobile .swiper-horizontal > .swiper-pagination-bullets,
        .section-3-homepage.mobile .swiper-pagination-bullets.swiper-pagination-horizontal,
        .section-3-homepage.mobile .swiper-pagination-custom,
        .section-3-homepage.mobile .swiper-pagination-fraction {
            bottom: 0px;
        }

        .section-6-homepage .container .list-slider .swiper-pagination-6-home {
            left: calc(50% - 45px);
            bottom: 70px;
            width: 30%;
            position: absolute;
        }


        .section-3-homepage.mobile .section-3-1 .slider img {
            width: 95%;
            height: 40vh;
            border-top-right-radius: 120px;
            display: block;
            /* Làm hình ảnh thành phần tử block */
            margin-left: auto;
            /* Căn lề trái tự động */
            margin-right: auto;
            /* Căn lề phải tự động */
        }

        .section-6-homepage .swiper img {
            height: 450px;
            border-radius: 10px;
        }



        /* ----- TIN TUC -----*/
        .section-2-tintuc .breadcrumb {
            display: flex;
            gap: 10px;
            margin: 20px 0;
        }


            .section-2-tintuc .breadcrumb .delimiter {
                font-size: 20px;
            }


            .section-2-tintuc .breadcrumb .icon {
                width: 20px;
                height: 20px;
            }

            .section-2-tintuc .breadcrumb .title {
                font-size: 24px;
                font-family: 'Roboto';
                text-transform: uppercase;
            }


        .section-2-tintuc .slide .body-slide-container {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }

            .section-2-tintuc .slide .body-slide-container .post-content {
                width: 100%;
                position: relative;
                order: 1;
                height: 250px;
            }

            .section-2-tintuc .slide .body-slide-container .post-image {
                width: 100%;
                height: 30vh;
            }

            .section-2-tintuc .slide .body-slide-container .post-content .post-time {
                font-family: 'Roboto-SemiBold';
                font-size: 12px;
                color: var(--gray1-color);
            }

        .section-2-tintuc .slide .swiper-pagination {
            text-align: center !important;
        }

            .section-2-tintuc .slide .swiper-pagination .swiper-pagination-bullet {
                width: 20px;
                height: 5px;
                border-radius: 4px;
                background-color: var(--lightgray-color);
            }

                .section-2-tintuc .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background-color: var(--orange-color) !important;
                }

        .section-2-tintuc .slide .body-slide-container .post-content .post-title {
            font-family: 'Roboto-SemiBold';
            font-size: 18px;
            margin-top: 15px;
            height: 45px;
        }


        .section-2-tintuc .slide .body-slide-container .post-content .post-subtitle {
            font-family: 'Roboto';
            font-size: 12px;
            color: var(--gray2-color);
            margin-top: 20px;
        }

        .section-2-tintuc .slide .body-slide-container .post-content .btn.btn-detail {
            border-radius: 20px;
            border: solid 1px var(--orange-color);
            text-transform: uppercase;
            padding: 8px 10px;
            font-size: 12px;
            position: relative;
            bottom: 0;
            left: 0;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            background-color: white;
            margin-top: 20px;
        }

            .section-2-tintuc .slide .body-slide-container .post-content .btn.btn-detail img {
                width: 18px;
                margin: 0 10px 0 0;
            }


        .section-2-tintuc .slide .body-slide-container .post-image img {
            border-radius: 10px;
            object-fit: cover;
        }

        .section-2-tintuc .list-tintuc {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .section-2-tintuc .list-tintuc .item-tintuc {
                width: calc(100% - 10px);
                position: relative;
                margin-bottom: 20px;
                border-radius: 10px;
                height: 380px;
                box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
                overflow: hidden;
            }


                .section-2-tintuc .list-tintuc .item-tintuc .box-bottom {
                    padding: 0;
                }

                .section-2-tintuc .list-tintuc .item-tintuc .item-img {
                    height: 200px;
                }

                .section-2-tintuc .list-tintuc .item-tintuc .post-title {
                    font-size: 18px;
                    height: 50px;
                    font-family: 'Roboto-SemiBold';
                    margin-top: 5px;
                    padding: 0 10px;
                }

                .section-2-tintuc .list-tintuc .item-tintuc .post-subtitle {
                    display: none !important;
                }


                .section-2-tintuc .list-tintuc .item-tintuc .post-time {
                    font-family: 'Roboto-SemiBold';
                    font-size: 12px;
                    color: var(--gray1-color);
                    padding: 10px;
                }

                .section-2-tintuc .list-tintuc .item-tintuc .btn.btn-detail {
                    border-radius: 20px;
                    border: solid 1px var(--orange-color);
                    text-transform: uppercase;
                    padding: 8px 10px;
                    font-size: 12px;
                    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
                    margin: 0 0 5px 10px;
                }


                    .section-2-tintuc .list-tintuc .item-tintuc .btn.btn-detail img {
                        width: 20px;
                        margin: 0 10px 0 0;
                        object-fit: contain;
                    }


        .section-2-tintuc hr {
            margin: 35px 0;
        }

        /*   .section-2-tintuc.desktop {
        display: none
    }*/


        /*.section-2-tintuc.mobile {
        display: block;
        position: relative;
    }*/


        /* CHI TIET */
        .section-2-tintuc-detail .breadcrumb {
            display: flex;
            gap: 10px;
            margin: 20px 0;
        }

            .section-2-tintuc-detail .breadcrumb .icon {
                width: 20px;
                height: 20px;
            }

            .section-2-tintuc-detail .breadcrumb .title {
                font-size: 24px;
                font-family: 'Roboto';
                text-transform: uppercase;
            }

            .section-2-tintuc-detail .breadcrumb .delimiter {
                font-size: 20px;
            }

        .section-2-tintuc-detail .post-div {
            display: flex;
            gap: 20px;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .section-2-tintuc-detail .post-div .post-content {
                width: 100%;
            }

            .section-2-tintuc-detail .post-div .post-relative {
                width: 100%;
                padding: 0 10px;
            }

                .section-2-tintuc-detail .post-div .post-relative .post-relative-title {
                    font-size: 24px;
                    text-align: left;
                    font-family: 'Roboto-SemiBold';
                    margin: 0 20px 20px 0;
                    text-transform: uppercase;
                }



        .section-2-tintuc-detail .list-tintuc {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .section-2-tintuc-detail .list-tintuc .item-tintuc {
                width: calc(100% - 20px);
                position: relative;
                margin-bottom: 30px;
                border-radius: 10px;
                height: 350px;
                box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
                overflow: hidden;
            }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .item-img {
                    height: 200px;
                }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .post-title {
                    font-size: 16px;
                    font-family: 'Roboto-SemiBold';
                    margin-top: 0px;
                    padding: 0 10px;
                    overflow: unset;
                    -webkit-line-clamp: unset;
                }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .post-subtitle {
                    display: none;
                }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .box-bottom {
                    padding: 0;
                }


                .section-2-tintuc-detail .list-tintuc .item-tintuc .post-time {
                    font-family: 'Roboto-SemiBold';
                    font-size: 14px;
                    color: var(--gray1-color);
                    align-items: center;
                    padding: 10px;
                }

                .section-2-tintuc-detail .list-tintuc .item-tintuc .btn.btn-detail {
                    border-radius: 30px;
                    border: solid 1px var(--orange-color);
                    text-transform: uppercase;
                    padding: 8px 10px;
                    font-size: 14px;
                    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
                    background-color: white;
                    margin: 0 0 0px 10px;
                }


                    .section-2-tintuc-detail .list-tintuc .item-tintuc .btn.btn-detail img {
                        width: 20px;
                        margin: 0 10px 0 0;
                        object-fit: contain;
                    }


        .section-2-tintuc-detail .tags {
            display: flex;
            margin: 20px 0;
            gap: 8px;
            flex-wrap: wrap;
            justify-content: start;
        }



            .section-2-tintuc-detail .tags .tag {
                border: solid 1px;
                border-radius: 5px;
                padding: 5px 10px;
            }



        .section-2-tintuc-detail .post-content .post-time {
            font-size: 14px;
            font-family: 'Roboto-SemiBold';
            color: var(--gray1-color);
        }

        .section-2-tintuc-detail .post-content .post-title {
            font-size: 30px;
            font-family: 'Roboto-SemiBold';
            margin: 10px 0 10px 0;
        }

        .section-2-tintuc-detail .post-content .post-subtitle {
            font-size: 14px;
            margin: 15px 0 25px 0;
            font-style: italic;
        }

        .section-2-tintuc-detail .post-content .post-main p {
            font-size: 14px;
            line-height: 1.5;
            margin: 10px 0;
        }

        .section-2-tintuc-detail .post-content .post-main .img {
            padding: 10px 40px;
        }

        .section-2-tintuc-detail .post-content .post-main .img-title {
            font-size: 14px;
            margin: 10px 0;
            font-style: italic;
            text-align: center;
        }

        .section-2-tintuc-detail .post-content .paginator {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            font-family: 'Roboto-SemiBold';
        }

            .section-2-tintuc-detail .post-content .paginator img {
                width: 38px;
            }


        .list-tintuc.desktop {
            display: none;
        }

            .list-tintuc.desktop.mobile {
                display: block;
            }



        .section-1-homepage .title-tt {
            color: white;
            position: absolute;
            bottom: 40px;
            left: calc(20% + 10px);
            font-size: 70px;
            font-family: 'Roboto';
            text-transform: uppercase;
        }


        .section-7-homepage {
            /* display: none;*/
        }

            .section-7-homepage .section-main {
                display: flex;
                flex-direction: column;
            }

                .section-7-homepage .section-main .btn-post-detail {
                    position: relative;
                    right: unset;
                    bottom: unset;
                    border-radius: 30px;
                    font-size: 0.8rem;
                    padding: 8px 15px;
                    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
                    text-transform: uppercase;
                    background-color: white;
                    width: 100px;
                    margin: 1rem 0 1rem 0rem;
                }

                .section-7-homepage .section-main .main-item {
                    margin-bottom: 1rem;
                    min-height: 460px;
                    height: unset;
                }

                    .section-7-homepage .section-main .main-item .post-title {
                        width: 100%;
                    }

                .section-7-homepage .section-main .col-left {
                    width: 100% !important;
                }

                .section-7-homepage .section-main .col-right {
                    width: 100% !important;
                    margin-bottom: 1rem;
                }

                    .section-7-homepage .section-main .col-right .item {
                        height: unset;
                    }

        .section-7-homepage-mobile {
            display: block;
            margin-top: 50px;
            margin-bottom: 20px;
        }

            /* --- TIN TUC HOMEPAGE */
            .section-7-homepage-mobile .header {
                display: flex;
                justify-content: space-between;
            }

                .section-7-homepage-mobile .header .col-left {
                    width: 35%;
                    font-size: 2rem;
                    color: var(--blue-color);
                    text-transform: uppercase;
                }


                .section-7-homepage-mobile .header .col-right {
                    position: relative;
                    width: 65%;
                    font-size: 1rem;
                    margin: 30px 0;
                }


                    .section-7-homepage-mobile .header .col-right .btn {
                        border: solid 1px var(--orange-color);
                        border-radius: 30px;
                        font-size: 0.8rem;
                        padding: 8px 15px;
                        position: absolute;
                        left: 0;
                        top: -36px;
                        box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
                        background-color: white;
                        text-transform: uppercase;
                    }

                        .section-7-homepage-mobile .header .col-right .btn img {
                            object-fit: cover;
                            width: 18px;
                        }

            .section-7-homepage-mobile .section-main {
                margin-top: 15px;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

                .section-7-homepage-mobile .section-main .col-left {
                    width: 100%;
                }

                .section-7-homepage-mobile .section-main .col-right {
                    width: 100%;
                }



                .section-7-homepage-mobile .section-main .main-item {
                    position: relative;
                    margin-bottom: 30px;
                    border-radius: 10px;
                    height: 400px;
                    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
                    overflow: hidden;
                }


                    .section-7-homepage-mobile .section-main .main-item .img {
                        height: 260px;
                        object-fit: cover;
                    }


                .section-7-homepage-mobile .section-main .btn-post-detail {
                    border: solid 1px var(--orange-color);
                    border-radius: 30px;
                    font-size: 0.8rem;
                    padding: 8px 15px;
                    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
                    text-transform: uppercase;
                    background-color: white;
                    width: 100px;
                    margin: 10px 0 0 0;
                }

                .section-7-homepage-mobile .section-main .list-item-container {
                    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
                    padding: 20px;
                    border-radius: 10px;
                }

                .section-7-homepage-mobile .section-main .btn-post-detail img {
                    object-fit: cover;
                    width: 18px;
                }

                .section-7-homepage-mobile .section-main .item-content {
                    padding: 15px 25px;
                }

                .section-7-homepage-mobile .section-main .post-time {
                    font-family: 'Roboto-SemiBold';
                    font-size: 12px;
                    color: var(--gray1-color);
                }

                .section-7-homepage-mobile .section-main .post-title {
                    font-family: 'Roboto-SemiBold';
                    font-size: 16px;
                    margin-top: 15px;
                    /* color: var(--gray-color); */
                }


                .section-7-homepage-mobile .section-main .main-item .post-title {
                    width: 100%;
                }

                .section-7-homepage-mobile .section-main .col-right .item {
                    display: flex;
                    gap: 10px;
                }

                    .section-7-homepage-mobile .section-main .col-right .item .col-left {
                        width: 100%;
                    }

                    .section-7-homepage-mobile .section-main .col-right .item .col-right {
                        width: 100%;
                    }

                        .section-7-homepage-mobile .section-main .col-right .item .col-right img {
                            object-fit: cover;
                            height: 100px;
                            border-radius: 5px;
                        }


        .mobile-footer {
            display: block;
        }

        .section-5-homepage .col-right.flex-row {
            display: block;
        }

        .section-2-tintuc.mobile .border-div {
            position: absolute;
            top: 30px;
            right: 0;
        }

        .section-2-tintuc.mobile .slide {
            margin-top: 40px;
        }

        .section-2-tintuc-detail .border-div {
            display: block;
        }


        .post-title2 {
            text-align: center;
            margin-top: 15px;
            font-size: 16px;
        }
    }