@charset "UTF-8";
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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  font-size: 2.2727272727vw;
}
@media screen and (min-width: 969px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Mansory", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a,
button {
  text-decoration: none;
  color: #0066C5;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

ul {
  list-style: none;
}

.d-flex {
  display: flex;
}

@media screen and (min-width: 969px) {
  .h-pc {
    display: none;
  }
}

@media screen and (max-width: 968px) {
  .h-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .break-pc {
    display: block;
  }
}

@media (max-width: 968px) {
  .break-sp {
    display: block;
  }
}

.banner_full {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 969px) {
  .banner_full {
    height: 74rem;
  }
}

.banner_slick {
  animation: scaleLarge;
  animation-duration: 4s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.banner_slick .slick-slide {
  border: none;
}
.banner_slick .slick-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  max-height: 20rem;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 1.5rem;
  z-index: 999;
}
@media screen and (min-width: 969px) {
  .banner_slick .slick-dots {
    right: 8rem;
  }
}
.banner_slick .slick-dots li {
  position: relative;
  padding: 0;
  margin: 1rem 0;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.banner_slick .slick-dots li.slick-active {
  margin-bottom: 6.5rem;
}
@media screen and (min-width: 969px) {
  .banner_slick .slick-dots li.slick-active {
    margin-bottom: 9.5rem;
  }
}
.banner_slick .slick-dots li.slick-active button:before {
  background: #F0F0D4;
}
.banner_slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 0.6rem;
  height: 0.6rem;
}
@media screen and (min-width: 969px) {
  .banner_slick .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.banner_slick .slick-dots li button::before {
  content: "";
  font-family: "slick";
  font-size: 0.6rem;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 0.6rem;
  height: 0.6rem;
  border: 0.1rem solid #F0F0D4;
  transform: rotate(45deg);
  color: transparent;
  background-color: #F0F0D4;
}
@media screen and (min-width: 969px) {
  .banner_slick .slick-dots li button::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.banner_slick .slick-dots .slick-active {
  position: relative;
  transition: all ease-in-out 0.5s;
}
.banner_slick .slick-dots .slick-active::after {
  content: "";
  width: 0.2rem;
  height: 6rem;
  position: absolute;
  top: calc(100% + 1rem);
  left: 45%;
  transform: translateX(-50%);
  background: #F0F0D4;
  transition: all 500ms ease-in-out;
  animation: buttonhight 500ms linear;
  z-index: 0;
}
@media screen and (min-width: 969px) {
  .banner_slick .slick-dots .slick-active::after {
    height: 7.5rem;
  }
}
.banner_slick .slick-dots .slick-active::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
  background-color: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  border-width: 0.2rem;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: #F0F0D4;
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (min-width: 969px) {
  .banner_slick .slick-dots .slick-active::before {
    width: 2rem;
    height: 2rem;
    top: -0.4rem;
    left: -0.4rem;
  }
}

.residence_slick .slick-dots {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: flex-start;
}
@media screen and (min-width: 969px) {
  .residence_slick .slick-dots {
    bottom: 7rem;
    left: 50rem;
    transform: initial;
  }
}
.residence_slick li {
  margin: 0 1rem;
  background: #fff;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  cursor: pointer;
}
.residence_slick li.slick-active {
  background-color: #D0A750;
}
.residence_slick button {
  font-size: 0;
}
@media screen and (max-width: 968px) {
  .residence_slick button {
    display: none !important;
  }
}

.private_slick .slick-arrow {
  font-size: 0;
  width: 6rem;
  border: 1px solid #8E6B4C;
  border-radius: 5rem;
  padding: 1.4rem 4rem;
  position: absolute;
  top: calc(100% + 12rem);
  transform: translateX(-50%);
}
@media screen and (min-width: 969px) {
  .private_slick .slick-arrow {
    width: 12rem;
    padding: 2.4rem 4rem;
    top: calc(100% + 2rem);
    transform: initial;
  }
}
.private_slick .slick-arrow.slick-prev {
  left: calc(50% - 5rem);
  position: absolute;
}
@media screen and (min-width: 969px) {
  .private_slick .slick-arrow.slick-prev {
    left: 6rem;
  }
}
.private_slick .slick-arrow.slick-prev:hover {
  background-color: #8E6B4C;
}
.private_slick .slick-arrow.slick-prev:hover::before {
  background-image: url("../images/common/arr_prev_hover.png");
}
.private_slick .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 1rem;
  background-image: url("../images/common/arr_prev.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 969px) {
  .private_slick .slick-arrow.slick-prev::before {
    background-size: cover;
    width: 4rem;
    height: 1.4rem;
  }
}
.private_slick .slick-arrow.slick-next {
  left: calc(50% + 5rem);
  position: absolute;
}
@media screen and (min-width: 969px) {
  .private_slick .slick-arrow.slick-next {
    left: 20rem;
  }
}
.private_slick .slick-arrow.slick-next:hover {
  background-color: #8E6B4C;
}
.private_slick .slick-arrow.slick-next:hover::before {
  background-image: url("../images/common/arr_next_hover.png");
}
.private_slick .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 1rem;
  background-image: url("../images/common/arr_next.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 969px) {
  .private_slick .slick-arrow.slick-next::before {
    background-size: cover;
    width: 4rem;
    height: 1.4rem;
  }
}

.buy_slick .slick-arrow {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 17rem;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 969px) {
  .buy_slick .slick-arrow {
    width: 5.8rem;
    height: 5.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.buy_slick .slick-arrow.slick-prev {
  left: 2.4rem;
  background-image: url("../images/top/arrow_left_sp.png");
}
@media screen and (min-width: 969px) {
  .buy_slick .slick-arrow.slick-prev {
    left: 10.5rem;
    background-image: url("../images/top/arrow_left.png");
  }
}
.buy_slick .slick-arrow.slick-next {
  right: 2.4rem;
  background-image: url("../images/top/arrow_right_sp.png");
}
@media screen and (min-width: 969px) {
  .buy_slick .slick-arrow.slick-next {
    right: 10.5rem;
    background-image: url("../images/top/arrow_right.png");
  }
}

.interior_slick .slick-arrow {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: calc(100% + 2rem);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 969px) {
  .interior_slick .slick-arrow {
    width: 5.8rem;
    height: 5.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.interior_slick .slick-arrow.slick-prev {
  left: 18rem;
  background-image: url("../images/top/arrow_right01.png");
}
@media screen and (min-width: 969px) {
  .interior_slick .slick-arrow.slick-prev {
    left: 17.5rem;
  }
}
.interior_slick .slick-arrow.slick-next {
  right: 18rem;
  background-image: url("../images/top/arrow_right02.png");
}
@media screen and (min-width: 969px) {
  .interior_slick .slick-arrow.slick-next {
    right: 17.5rem;
  }
}

.car_slick {
  position: relative;
}
.car_slick::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 2.2rem;
  z-index: 999;
}
@media screen and (min-width: 969px) {
  .car_slick::after {
    left: 15.5rem;
  }
}
.car_slick-item {
  border: none !important;
}
.car_slick .slick-dots {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (min-width: 969px) {
  .car_slick .slick-dots {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 15rem;
    bottom: initial;
  }
}
.car_slick .slick-dots li {
  margin: 0 1.5rem;
  background-color: #fff;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 969px) {
  .car_slick .slick-dots li {
    margin: 4rem 0;
  }
}
.car_slick .slick-dots li.slick-active {
  background: linear-gradient(45deg, #ffdea4 0%, #b28958 20%, #edca92 40%, #b8905d 60%, #ffdea4 80%, #b78e5b 100%);
  position: relative;
  transition: all ease-in-out 0.5s;
  animation: dotFadeIn 0.5s ease-in-out;
}
.car_slick .slick-dots li.slick-active::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  animation: dotBorderPulse 0.8s ease-in-out infinite;
}
@media screen and (min-width: 969px) {
  .car_slick .slick-dots li.slick-active::after {
    top: 50%;
    left: 50%;
  }
}
.car_slick .slick-dots button {
  font-size: 0;
}

.peak_slick .slick-arrow {
  font-size: 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: calc(100% + 4rem);
  transform: translateY(-50%);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 969px) {
  .peak_slick .slick-arrow {
    width: 5.2rem;
    height: 5.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.peak_slick .slick-arrow:hover.slick-next {
  background-image: url("../images/sanpham/next_01.png");
}
@media screen and (min-width: 969px) {
  .peak_slick .slick-arrow:hover.slick-next {
    background-image: url("../images/sanpham/arr_brown-next.png");
  }
}
.peak_slick .slick-arrow:hover.slick-prev {
  background-image: url("../images/sanpham/prev_01.png");
}
@media screen and (min-width: 969px) {
  .peak_slick .slick-arrow:hover.slick-prev {
    background-image: url("../images/sanpham/arr_brown-prev.png");
  }
}
.peak_slick .slick-arrow.slick-next {
  right: 15rem;
  background-image: url("../images/sanpham/arr_white-next.png");
}
@media screen and (min-width: 969px) {
  .peak_slick .slick-arrow.slick-next {
    right: -9rem;
  }
}
.peak_slick .slick-arrow.slick-prev {
  left: 15rem;
  background-image: url("../images/sanpham/arr_white-prev.png");
}
@media screen and (min-width: 969px) {
  .peak_slick .slick-arrow.slick-prev {
    left: -9rem;
  }
}

.docban_slick .slick-arrow {
  font-size: 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: calc(100% + 6rem);
  transform: translateY(-50%);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 969px) {
  .docban_slick .slick-arrow {
    width: 5.2rem;
    height: 5.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.docban_slick .slick-arrow:hover.slick-next {
  background-image: url("../images/sanpham/ico_white-next.png");
}
.docban_slick .slick-arrow:hover.slick-prev {
  background-image: url("../images/sanpham/ico_white-prev.png");
}
.docban_slick .slick-arrow.slick-next {
  right: 15rem;
  background-image: url("../images/sanpham/ico_brown-next.png");
}
@media screen and (min-width: 969px) {
  .docban_slick .slick-arrow.slick-next {
    right: -9rem;
  }
}
.docban_slick .slick-arrow.slick-prev {
  left: 15rem;
  background-image: url("../images/sanpham/ico_brown-prev.png");
}
@media screen and (min-width: 969px) {
  .docban_slick .slick-arrow.slick-prev {
    left: -9rem;
  }
}

.tuvan_slick {
  position: relative;
}
.tuvan_slick:hover .slick-arrow {
  opacity: 1;
}
.tuvan_slick-item {
  position: relative;
}
.tuvan_slick-item::after, .tuvan_slick-item::before {
  content: "";
  width: 18.3rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}
.tuvan_slick-item::after {
  right: 0;
  background-image: url("../images/sanpham/opa_next.png");
}
.tuvan_slick-item::before {
  left: 0;
  background-image: url("../images/sanpham/opa_prev.png");
}
.tuvan_slick .slick-arrow {
  opacity: 0;
  font-size: 0;
  width: 2rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all ease-in-out 0.5s;
}
@media screen and (min-width: 969px) {
  .tuvan_slick .slick-arrow {
    width: 3rem;
    height: 9.1rem;
  }
}
.tuvan_slick .slick-arrow.slick-next {
  right: 1rem;
  background-image: url("../images/sanpham/triangle_next.png");
}
@media screen and (min-width: 969px) {
  .tuvan_slick .slick-arrow.slick-next {
    right: 2rem;
  }
}
.tuvan_slick .slick-arrow.slick-prev {
  left: 1rem;
  background-image: url("../images/sanpham/triangle_prev.png");
}
@media screen and (min-width: 969px) {
  .tuvan_slick .slick-arrow.slick-prev {
    left: 2rem;
  }
}

@media screen and (max-width: 968px) {
  .list-resort .slick-arrow {
    font-size: 0;
    width: 6rem;
    border: 1px solid #8E6B4C;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5rem;
    padding: 1.4rem 4rem;
    position: absolute;
    z-index: 999;
    bottom: 2rem;
    z-index: 999;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 968px) and (min-width: 969px) {
  .list-resort .slick-arrow {
    width: 12rem;
    padding: 2.4rem 4rem;
    top: calc(100% + 2rem);
    transform: initial;
  }
}
@media screen and (max-width: 968px) {
  .list-resort .slick-arrow.slick-prev {
    left: calc(50% - 5rem);
    position: absolute;
  }
}
@media screen and (max-width: 968px) and (min-width: 969px) {
  .list-resort .slick-arrow.slick-prev {
    left: 6rem;
  }
}
@media screen and (max-width: 968px) {
  .list-resort .slick-arrow.slick-prev:hover {
    background-color: #8E6B4C;
  }
  .list-resort .slick-arrow.slick-prev:hover::before {
    background-image: url("../images/common/arr_prev_hover.png");
  }
  .list-resort .slick-arrow.slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.4rem;
    height: 1rem;
    background-image: url("../images/common/arr_prev.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 968px) and (min-width: 969px) {
  .list-resort .slick-arrow.slick-prev::before {
    background-size: cover;
    width: 4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 968px) {
  .list-resort .slick-arrow.slick-next {
    left: calc(50% + 5rem);
    position: absolute;
  }
}
@media screen and (max-width: 968px) and (min-width: 969px) {
  .list-resort .slick-arrow.slick-next {
    left: 20rem;
  }
}
@media screen and (max-width: 968px) {
  .list-resort .slick-arrow.slick-next:hover {
    background-color: #8E6B4C;
  }
  .list-resort .slick-arrow.slick-next:hover::before {
    background-image: url("../images/common/arr_next_hover.png");
  }
  .list-resort .slick-arrow.slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.4rem;
    height: 1rem;
    background-image: url("../images/common/arr_next.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 968px) and (min-width: 969px) {
  .list-resort .slick-arrow.slick-next::before {
    background-size: cover;
    width: 4rem;
    height: 1.4rem;
  }
}

.tieuchuan_slick .slick-arrow {
  font-size: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: -4rem;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 969px) {
  .tieuchuan_slick .slick-arrow {
    width: 5.8rem;
    height: 5.8rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
  }
}
.tieuchuan_slick .slick-arrow.slick-prev {
  left: calc(50% - 4rem);
  background-image: url("../images/top/arrow_left_sp.png");
}
@media screen and (min-width: 969px) {
  .tieuchuan_slick .slick-arrow.slick-prev {
    left: 10.5rem;
    background-image: url("../images/top/arrow_left.png");
  }
}
.tieuchuan_slick .slick-arrow.slick-prev:hover {
  background-image: url("../images/top/arr_left_hover.png");
}
.tieuchuan_slick .slick-arrow.slick-next {
  right: calc(50% - 4rem);
  background-image: url("../images/top/arrow_right_sp.png");
}
@media screen and (min-width: 969px) {
  .tieuchuan_slick .slick-arrow.slick-next {
    right: 10.5rem;
    background-image: url("../images/top/arrow_right.png");
  }
}
.tieuchuan_slick .slick-arrow.slick-next:hover {
  background-image: url("../images/top/arr_right_hover.png");
}

/************ Common ********/
/* line */
.cs_line {
  position: relative;
}
.cs_line::before {
  content: "";
  width: 10.5rem;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* border_bottom */
@media screen and (max-width: 968px) {
  .bd_bottom-gray {
    border-bottom: 1px solid #c4c4c4;
  }
}

.list-feature .item:last-of-type .bd_bottom-gray {
  border-bottom: 0;
}

/** word **/
.word-spacing-half {
  word-spacing: 0.5rem;
}

/* button */
.cpn_button01 {
  border: 0.2rem solid;
  -o-border-image: linear-gradient(69.06deg, #FFDEA4 -6.11%, #B28958 9.7%, #EDCA92 44.27%, #B8905D 73.3%, #FFDEA4 89.51%, #B78E5B 94.84%) 10;
     border-image: linear-gradient(69.06deg, #FFDEA4 -6.11%, #B28958 9.7%, #EDCA92 44.27%, #B8905D 73.3%, #FFDEA4 89.51%, #B78E5B 94.84%) 10;
  background: linear-gradient(331.96deg, #043649 35.11%, #176E80 102.41%);
}
.cpn_button01 img {
  animation: iconVideo 1s infinite;
}
.cpn_button01:hover {
  opacity: 1;
}

.cpn_button {
  border: 0.1rem solid #fff;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cpn_button img {
  animation: iconVideo 1s infinite;
}
.cpn_button:hover {
  -o-border-image: linear-gradient(69.06deg, #FFDEA4 -6.11%, #B28958 9.7%, #EDCA92 44.27%, #B8905D 73.3%, #FFDEA4 89.51%, #B78E5B 94.84%) 10;
     border-image: linear-gradient(69.06deg, #FFDEA4 -6.11%, #B28958 9.7%, #EDCA92 44.27%, #B8905D 73.3%, #FFDEA4 89.51%, #B78E5B 94.84%) 10;
  background: linear-gradient(331.96deg, #043649 35.11%, #176E80 102.41%);
  background-color: #17576D;
  opacity: 1;
}

/* text */
.text-shadow {
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.25);
}

/* background */
.bg_size-full {
  background-size: 100% 100%;
}

/* effect */
.effect_gradient {
  position: relative;
}
.effect_gradient::after {
  content: "";
  width: 16.6rem;
  height: 8.4rem;
  background: linear-gradient(90deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%);
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: -1;
}
@media screen and (min-width: 969px) {
  .effect_gradient::after {
    width: 47.1rem;
    height: 23.8rem;
    top: -1rem;
    right: -1rem;
  }
}
.effect_gradient::before {
  content: "";
  width: 16.6rem;
  height: 8.4rem;
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  z-index: -1;
  background: linear-gradient(150deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%);
}
@media screen and (min-width: 969px) {
  .effect_gradient::before {
    width: 47.1rem;
    height: 23.8rem;
    bottom: -1rem;
    left: -1rem;
  }
}

.effect_gradient01 {
  position: relative;
}
.effect_gradient01::after {
  content: "";
  width: 13.8rem;
  height: 7rem;
  background: linear-gradient(90deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%);
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  z-index: -1;
}
@media screen and (min-width: 969px) {
  .effect_gradient01::after {
    width: 47.1rem;
    height: 23.8rem;
    top: -1rem;
    left: -1rem;
  }
}
.effect_gradient01::before {
  content: "";
  width: 13.8rem;
  height: 7rem;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  z-index: -1;
  background: linear-gradient(150deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%);
}
@media screen and (min-width: 969px) {
  .effect_gradient01::before {
    width: 47.1rem;
    height: 23.8rem;
    bottom: -1rem;
    right: -1rem;
  }
}

.effect_gradient-top-left {
  position: relative;
}
.effect_gradient-top-left::after {
  content: "";
  width: 36.6rem;
  height: 18.1rem;
  background: linear-gradient(320deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%);
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: -1;
}
@media screen and (min-width: 969px) {
  .effect_gradient-top-left::after {
    width: 98.9rem;
    height: 47.3rem;
  }
}

/* loader */
/* no-scroll body */
.iframe_banner {
  width: 100%;
  height: 73.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.iframe_map {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
}
@media screen and (min-width: 969px) {
  .iframe_map {
    height: 74.5rem;
  }
}

/* pagination */
.pagination {
  margin-top: 6rem;
}
@media screen and (min-width: 969px) {
  .pagination {
    margin-top: 9rem;
  }
}
.pagination-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.pagination-inner .page-numbers {
  display: inline-block;
  padding: 1rem 1.5rem;
  border: 1px solid rgb(175, 175, 175);
  background-color: transparent;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #8E6B4C;
}
@media screen and (min-width: 969px) {
  .pagination-inner .page-numbers {
    font-size: 1.5rem;
    margin-right: 2rem;
  }
}
.pagination-inner .page-numbers:hover {
  color: #fff;
  background-color: #8E6B4C;
  border: 1px solid #8E6B4C;
}
.pagination-inner .page-numbers.current {
  color: #fff;
  background-color: #8E6B4C;
  border: 1px solid #8E6B4C;
}

/* popup video */
#modal-container {
  position: fixed;
  display: table;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 2.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgb(0, 0, 0);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  display: inline-block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  border: 0.5rem solid;
  -o-border-image: linear-gradient(236deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%) 10;
     border-image: linear-gradient(236deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%) 10;
}
@media screen and (min-width: 969px) {
  #modal-container .modal-background .modal {
    width: 70%;
    border: 1rem solid;
    -o-border-image: linear-gradient(236deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%) 10;
       border-image: linear-gradient(236deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%) 10;
  }
}

/* section fixed_qr */
.fixed_qr_show {
  position: fixed;
  bottom: 2rem;
  left: 1rem;
  z-index: 3;
  transition: all ease-in-out 0.8s;
}
@media screen and (min-width: 969px) {
  .fixed_qr_show {
    bottom: 3.2rem;
    left: 2rem;
  }
}
.fixed_qr_show.none {
  bottom: 2rem;
  left: -15rem;
}
@media screen and (min-width: 969px) {
  .fixed_qr_show.none {
    bottom: 3.2rem;
    left: -20rem;
  }
}
.fixed_qr_show .img_fixed {
  width: 11.5rem;
  border-radius: 1rem;
}
@media screen and (min-width: 969px) {
  .fixed_qr_show .img_fixed {
    width: 12.5rem;
  }
}
.fixed_qr_show .img_close {
  position: absolute;
  top: 0.7rem;
  right: 0.6rem;
  z-index: 2;
  width: 0.8rem;
  height: 0.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media screen and (min-width: 969px) {
  .fixed_qr_show .img_close {
    top: 1rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
  }
}

.fixed_qr_hidden {
  position: fixed;
  bottom: 2rem;
  left: -6rem;
  z-index: 3;
  transition: all ease-in-out 0.6s;
}
@media screen and (min-width: 969px) {
  .fixed_qr_hidden {
    bottom: 3.2rem;
    left: -6rem;
  }
}
.fixed_qr_hidden.show {
  bottom: 2rem;
  left: 1rem;
}
@media screen and (min-width: 969px) {
  .fixed_qr_hidden.show {
    bottom: 3.2rem;
    left: 2rem;
  }
}
.fixed_qr_hidden .img_qr_hidden {
  width: 3.2rem;
  cursor: pointer;
}
@media screen and (min-width: 969px) {
  .fixed_qr_hidden .img_qr_hidden {
    width: 4rem;
  }
}

/* aniamtion & effect */
.fade-up {
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
}

.pulse:hover,
.pulse:focus {
  animation: pulse 1.2s;
  box-shadow: 0 0 0 1.5rem transparent;
}

.arrow-icon {
  animation: shakeSmooth 1.5s ease-in-out infinite; /* Thêm easing nhẹ nhàng */
}

/* keyframes */
@keyframes buttonhight {
  0% {
    height: 0;
  }
  100% {
    height: 6rem;
    @media screen and (min-width: 969px) {
      height: 7.5rem;
    }
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleLarge {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes iconVideo {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.3rem);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 222, 164);
  }
}
/* keyframes popupVideo */
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* endkeyframes popupVideo */
/* keyframe cho dots car-slick */
/* Keyframes cho hiệu ứng mở rộng và thu nhỏ dot */
@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* Phóng to dot */
  }
}
/* Keyframes cho hiệu ứng viền mờ dần */
@keyframes dotBorderPulse {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.2); /* Phóng to viền */
  }
}
/* Animation fade-in khi dot chuyển active */
@keyframes dotFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* endkeyframe cho dots car-slick */
/* Định nghĩa hoạt ảnh mượt mà */
@keyframes shakeSmooth {
  0%, 100% {
    transform: translateX(0); /* Vị trí ban đầu */
  }
  25% {
    transform: translateX(-2px); /* Di chuyển sang trái 2px */
  }
  50% {
    transform: translateX(2px); /* Di chuyển sang phải 2px */
  }
  75% {
    transform: translateX(-1px); /* Di chuyển sang trái 1px */
  }
}
.section_banner .img_sound {
  display: none;
}

.section_motbuoc {
  position: relative;
}
.section_motbuoc .large-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 64rem;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .large-image-container {
    height: 80rem;
  }
}
.section_motbuoc .image_ellipse {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .image_ellipse {
    left: 16rem;
  }
}
.section_motbuoc .image_ellipse-01 {
  width: 11rem;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .image_ellipse-01 {
    width: 48rem;
    left: 16rem;
  }
}
.section_motbuoc .image_ellipse-02 {
  width: 23.5rem;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .image_ellipse-02 {
    width: 94.7rem;
  }
}
.section_motbuoc .image_ellipse-03 {
  width: 36.6rem;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .image_ellipse-03 {
    width: 144rem;
  }
}
.section_motbuoc .large-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.29, 0.73, 0.45, 1);
  opacity: 0;
}
.section_motbuoc .large-image.active {
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}
.section_motbuoc .large-image.previous {
  z-index: 1;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.section_motbuoc .thumbnail-container {
  position: relative;
  z-index: 3;
  margin-top: -4rem;
}
.section_motbuoc .thumbnail-container .thumbnail {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.5s ease-out;
  cursor: pointer;
  background: linear-gradient(68.07deg, #FFDEA4 44.98%, #B28958 64.16%, #EDCA92 106.08%, #B8905D 141.27%, #FFDEA4 160.92%, #B78E5B 167.38%) border-box;
  border: 0.1rem solid transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .thumbnail-container .thumbnail {
    width: 12.4rem;
    height: 12.4rem;
    border: 0.2rem solid transparent;
  }
}
.section_motbuoc .thumbnail-container .thumbnail_01 {
  position: absolute;
  top: 0;
  left: 7rem;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .thumbnail-container .thumbnail_01 {
    left: 30%;
  }
}
.section_motbuoc .thumbnail-container .thumbnail_01.active {
  transform: scale(1.5);
}
@media screen and (min-width: 969px) {
  .section_motbuoc .thumbnail-container .thumbnail_01.active {
    transform: scale(1.7);
  }
}
.section_motbuoc .thumbnail-container .thumbnail_01.active .thumb_text {
  z-index: 1;
}
.section_motbuoc .thumbnail-container .thumbnail_02 {
  position: absolute;
  top: 0;
  left: 22rem;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .thumbnail-container .thumbnail_02 {
    left: 55%;
  }
}
.section_motbuoc .thumbnail-container .thumbnail_02.active {
  transform: scale(1.5);
}
@media screen and (min-width: 969px) {
  .section_motbuoc .thumbnail-container .thumbnail_02.active {
    transform: scale(1.7);
  }
}
.section_motbuoc .thumbnail-container .thumbnail_03 {
  position: absolute;
  top: 0;
  left: 36rem;
}
@media screen and (min-width: 969px) {
  .section_motbuoc .thumbnail-container .thumbnail_03 {
    left: 81%;
  }
}
.section_motbuoc .thumbnail-container .thumbnail_03.active {
  transform: scale(1.5);
}
@media screen and (min-width: 969px) {
  .section_motbuoc .thumbnail-container .thumbnail_03.active {
    transform: scale(1.7);
  }
}
.section_motbuoc .thumbnail-container .thumbnail_03.active .thumb_text {
  z-index: 1;
}
.section_motbuoc .thumbnail-container .thumbnail .img-small {
  transition: transform 0.5s ease-out;
}
.section_motbuoc .thumbnail-container .thumbnail:hover .img-small {
  transform: scale(1.2);
}

.section_tudinh {
  position: relative;
}

.section_vitri .video_map {
  border: 0.5rem solid;
  -o-border-image: linear-gradient(236deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%) 10;
     border-image: linear-gradient(236deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%) 10;
}
@media screen and (min-width: 969px) {
  .section_vitri .video_map {
    border: 1rem solid;
    -o-border-image: linear-gradient(236deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%) 10;
       border-image: linear-gradient(236deg, rgb(255, 222, 164) 3%, rgb(178, 137, 88) 18%, rgb(237, 202, 146) 51%, rgb(184, 144, 93) 79%, rgb(255, 222, 164) 95%, rgb(183, 142, 91) 100%) 10;
  }
}
.section_vitri .img_sound {
  display: none;
}

.section_riengtu .effect_gradient::before {
  left: 0;
}
.section_riengtu .effect_gradient::after {
  right: 0;
}

.section_muasam .effect_gradient::after {
  content: inherit;
}
.section_muasam .effect_gradient::before {
  z-index: 1;
}

.section_sieuxe .h3_line {
  position: relative;
}
.section_sieuxe .h3_line::after {
  content: "";
  width: 15rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 0;
}
.section_sieuxe .img_sound {
  display: none;
}

@media screen and (min-width: 969px) {
  .tinhhoa_slick .slick-slide {
    position: relative;
  }
  .tinhhoa_slick .slick-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2025/11/bg_after.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    transform: scale(0.9);
  }
}
.tinhhoa_slick .slick-slide img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 969px) {
  .tinhhoa_slick .slick-slide img {
    transform: scale(0.9);
  }
}
.tinhhoa_slick .slick-slide.slick-current::after {
  display: none;
}
@media screen and (min-width: 969px) {
  .tinhhoa_slick .slick-slide.slick-current img {
    opacity: 1;
    transform: scale(1.05);
  }
}
.tinhhoa_slick .slick-slide.slick-active {
  opacity: 1;
}
.tinhhoa_slick button {
  font-size: 0;
}
.tinhhoa_slick button.slick-arrow {
  width: 3.3rem;
  height: 2.3rem;
  position: absolute;
  background-size: cover !important;
  z-index: 9;
  bottom: -6rem;
}
@media screen and (min-width: 969px) {
  .tinhhoa_slick button.slick-arrow {
    width: 6.5rem;
    height: 4.55rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
  }
}
.tinhhoa_slick button.slick-prev {
  background: url("/wp-content/uploads/2025/11/arr_left.png");
  left: calc(50% - 5rem);
}
@media screen and (min-width: 969px) {
  .tinhhoa_slick button.slick-prev {
    left: 28rem;
  }
}
.tinhhoa_slick button.slick-next {
  background: url("/wp-content/uploads/2025/11/arr_right.png");
  right: calc(50% - 5rem);
}
@media screen and (min-width: 969px) {
  .tinhhoa_slick button.slick-next {
    right: 28rem;
  }
}

.section_banner .box_atlantis, .section_banner .box_emirates {
  opacity: 0;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.section_banner .box_atlantis.active, .section_banner .box_emirates.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 968px) {
  .section_docban .tabs {
    overflow: scroll;
  }
}
.section_docban .tabs .list_tabs {
  width: 70rem;
  list-style-type: none;
  padding: 0;
  display: flex;
  padding-left: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 969px) {
  .section_docban .tabs .list_tabs {
    width: 100%;
    padding-left: 0;
  }
}
.section_docban .tabs .list_tabs::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #B0B0B0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (min-width: 969px) {
  .section_docban .tabs .list_tabs::after {
    width: 100vw;
  }
}
.section_docban .tabs .list_tabs-item {
  margin-right: 0.5rem;
}
.section_docban .tab-link {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4rem 3rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-decoration: none;
  background-color: #f1f1f1;
  color: #B0B0B0;
  border: 0.1rem solid #B0B0B0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 969px) {
  .section_docban .tab-link {
    font-size: 1.8rem;
    padding: 0.4rem 3.6rem;
  }
}
.section_docban .tab-link.active {
  background-color: #17576D;
  border: 0.1rem solid transparent;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 969px) {
  .section_docban .tab-link.active {
    opacity: 1;
  }
}
.section_docban .tab-link:hover {
  background-color: #17576D;
  color: #fff;
}
.section_docban .tab-content {
  position: relative;
  padding: 0 2rem;
}
@media screen and (min-width: 969px) {
  .section_docban .tab-content {
    padding: 0;
  }
}
.section_docban .content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section_docban .content.active {
  display: block;
  opacity: 1;
}

.section_tuvan .tabs {
  width: 100%;
}
@media screen and (min-width: 969px) {
  .section_tuvan .tabs {
    width: 34rem;
    padding-right: 6rem;
  }
}
.section_tuvan .tabs .list_tabs {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 969px) {
  .section_tuvan .tabs .list_tabs {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 968px) {
  .section_tuvan .tabs .list_tabs-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 16%;
  }
}
.section_tuvan .tab-content {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  padding: 0 0.5rem;
}
@media screen and (min-width: 969px) {
  .section_tuvan .tab-content {
    width: calc(100% - 34rem);
    flex: 1;
    padding: 0;
    margin-bottom: 0;
  }
}
.section_tuvan .tab-link {
  display: inline-block;
  font-family: "VLCARENTRO", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #D4D4D4;
  text-decoration: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 969px) {
  .section_tuvan .tab-link {
    font-size: 7rem;
    margin-left: 1rem;
  }
}
.section_tuvan .tab-link.active {
  padding-bottom: 5rem;
  color: #8E6B4C;
  position: relative;
  opacity: 1;
}
@media screen and (min-width: 969px) {
  .section_tuvan .tab-link.active {
    padding-bottom: 6rem;
    opacity: 0.7;
  }
}
.section_tuvan .tab-link.active::before {
  content: "";
  background-image: url("../images/sanpham/ico_triangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.4rem;
  height: 3.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.section_tuvan .list_tabs-item:nth-child(2) .tab-link {
  padding-right: 2rem;
  padding-left: 1rem;
  border-left: 1px solid #B0B0B0;
  border-right: 1px solid #B0B0B0;
}
.section_tuvan .list_tabs-item:last-of-type .tab-link {
  padding-right: 3rem;
}
@media screen and (min-width: 969px) {
  .section_tuvan .list_tabs-item:last-of-type .tab-link {
    padding-right: 1rem;
  }
}
.section_tuvan .content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section_tuvan .content.active {
  display: block;
  opacity: 1;
}
.section_tuvan .effect_gradient01::after {
  right: -0.5rem;
  left: initial;
}
@media screen and (min-width: 969px) {
  .section_tuvan .effect_gradient01::after {
    right: -1rem;
  }
}
.section_tuvan .effect_gradient01::before {
  left: -0.5rem;
  right: initial;
  z-index: 0;
}
@media screen and (min-width: 969px) {
  .section_tuvan .effect_gradient01::before {
    left: -1rem;
  }
}

/* single post */
@media screen and (min-width: 969px) {
  .content-post h1 {
    font-size: 10rem;
  }
}
.content-post h2 {
  font-size: 4rem;
}
@media screen and (min-width: 969px) {
  .content-post h2 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 969px) {
  .content-post h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 969px) {
  .content-post h4 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.content-post p {
  color: #333333;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 969px) {
  .content-post p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.content-post img {
  width: 100%;
}/*# sourceMappingURL=main.css.map */