@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: calc(10/430*100vw);
}

@media screen and (min-width: 969px) {
  html {
    font-size: calc(10/1920*100vw);
  }
}

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

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

body {
  font-family: "Wix Madefor Display", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  color: #000000;
}

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

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

a:hover,
button:hover {
  opacity: .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;
  }
}

.video-sound-btn.unmute {
  background-image: url("/wp-content/uploads/2025/06/icon-unmute.png");
}

.video-sound-btn.mute {
  background-image: url("/wp-content/uploads/2025/06/icon-mute.png");
}

.list-slide-vh {
  /* Khi slide hiện tại (active) */
}

.list-slide-vh .item {
  position: relative;
  /* Đảm bảo slide có thể chứa overlay */
}

.list-slide-vh .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Lớp phủ màu đen, độ mờ 0.5 */
  transition: opacity 0.3s ease-in-out;
  /* Hiệu ứng mờ dần */
  opacity: 1;
  /* Mặc định là lớp phủ tối */
}

.list-slide-vh .slick-current .overlay {
  opacity: 0;
  /* Loại bỏ lớp phủ khi active */
}

.list-slide-news .item {
  transform: scale(0.8);
}

.list-slide-news .item h3 {
  display: none;
}

.list-slide-news .slick-current {
  transform: scale(1);
}

.list-slide-news .slick-current h3 {
  display: block;
}

.list-slide-news .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.5rem;
}

@media (max-width: 768px) {
  .list-slide-news .slick-dots {
    bottom: 7.5rem;
  }
}

.list-slide-news .slick-dots li {
  font-size: 0;
  width: 1rem;
  height: 1rem;
  background: #CFBEB0;
  border-radius: 50%;
  margin: 0 0.5rem;
}

.list-slide-news .slick-dots li.slick-active {
  background: #694531;
}
/*# sourceMappingURL=main.css.map */