@charset "UTF-8";
@font-face {
  font-family: "NotoSerif-Regular";
  src: url("../font/NotoSerif-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerif-Bold";
  src: url("../font/NotoSerif-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFD-Bold";
  src: url("../font/SFD-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Effra-Regular";
  src: url("../font/SVN-Effra-Regular.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Effra-SemiBold";
  src: url("../font/SVN-Effra-SemiBold.otf") format("woff2");
  font-weight: bold;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.65;
  position: relative;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Noto Serif";
  background: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body label,
body ul,
body li,
body .card,
body a {
  text-decoration: none !important;
  outline: none !important;
}

main {
  margin-top: 44px;
}

.emag-center {
  text-align: center;
}

.credit-emg {
  max-width: 660px;
  margin: 0 auto;
}

.adm-emag {
  position: relative;
  overflow-x: hidden;
  background: #FFF;
  text-align: justify;
}
.adm-emag img {
  max-width: 100% !important;
  width: 100vw;
  display: block;
}

.text-center {
  text-align: center;
}

.cover-emag {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
.cover-emag .avr-cover img {
  width: 100%;
}

.video-emag {
  width: 65vw;
  margin: 0 auto;
  margin-bottom: 20px;
}
.video-emag video {
  width: 100%;
  height: auto;
}

.sapo-desc {
  margin-bottom: 100px;
}

.title-emag {
  margin-bottom: 45px;
}

.text-emag {
  max-width: 1024px;
  margin: 0 auto 45px auto;
}
.text-emag p {
  font-family: "NotoSerif-Regular";
  margin-bottom: 20px;
  color: #333333;
}
.text-emag p:last-child {
  margin-bottom: 0;
}

.detail-emag {
  margin: 0 auto 45px auto;
  position: relative;
  line-height: 1.3;
}

.credit-emg {
  max-width: 660px;
  margin: 0 auto;
  color: #333;
  font-family: "NotoSerif-Regular";
}
.credit-emg ul {
  list-style: none;
  line-height: 1;
  border-left: 5px solid #ff6a03;
  padding-left: 20px;
  font-weight: 600;
}
.credit-emg ul li {
  margin-bottom: 10px;
}
.credit-emg ul li:last-child {
  margin-bottom: 0;
}

.link-inline-content {
  color: #102047 !important;
  text-decoration: none !important;
  font-size: 17px !important;
}

.csv-csr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.csv-csr .img-c {
  max-height: 300px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.csv-csr p {
  text-align: left;
  margin: 0px;
}
.csv-csr .title-big {
  font-family: "SVN-Effra-SemiBold";
  color: #0000FF;
  font-size: 35px;
  line-height: 40px;
}
.csv-csr .title-small {
  font-family: "SVN-Effra-SemiBold";
  color: #0000FF;
  font-size: 28px;
  margin-top: 20px;
}
.csv-csr .des-big {
  font-family: "SVN-Effra-Regular";
  color: #000;
  font-size: 23px;
}
.csv-csr .des-small {
  font-family: "SVN-Effra-SemiBold";
  color: #000;
  font-size: 17px;
}

.image-zoom-wrap {
  display: flex;
  height: 80vh;
  overflow: hidden;
}

/* item */
.image-zoom-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  cursor: pointer;
}

/* ảnh */
.image-zoom-item img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 5s ease-out;
  /* CHẬM */
}

/* hover item */
.image-zoom-item:hover {
  flex: 12;
}

/* item khác mờ đi */
.image-zoom-wrap:hover .image-zoom-item:not(:hover) {
  opacity: 0;
  pointer-events: none;
  flex: 0;
}

.csv-csr {
  position: relative;
}

.content-csv {
  padding-left: 50px;
  padding-top: 10px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  gap: 5px;
}

/* ITEM */
.item {
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  z-index: 1;
}

/* HOVER PHÓNG TO ITEM */
.editorial-grid:hover .item {
  opacity: 1;
}

.item:not(:first-child):hover {
  z-index: 5;
  opacity: 1;
  transform: scale(1.7);
  /* CHỈ scale container, không scale ảnh */
}

/* RATIO BOX (KHÔNG DÙNG aspect-ratio) */
.ratio-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* TỶ LỆ */
.ratio-16-9 {
  padding-top: 56.25%;
}

.ratio-4-3 {
  padding-top: 75%;
}

.ratio-1-1 {
  padding-top: 100%;
}

/* IMG */
.ratio-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* GRID SPAN */
.row-1 {
  grid-column: span 20;
}

.row-2 {
  grid-column: span 5;
}

.row-3 {
  grid-column: span 4;
}

.slide-nego {
  width: 70vw;
}

.swiper-pagination-bullet-active {
  background-color: #FFF !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.swiper-slide-img {
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  pointer-events: none;
  border-radius: 20px;
}

.swiper-button-next, .swiper-button-prev {
  top: 43% !important;
}

.img-des {
  width: 100%;
  font-family: "SVN-Effra-Regular";
  color: #000;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

.csv-csr {
  list-style: none;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.csv-csr li {
  padding: 0 15px;
}

.item-card {
  position: relative;
  animation: zoomCTA 2s linear infinite;
  border: 1px solid #82c2fd;
  border-radius: 10px;
  background-color: #edf6ff;
  padding: 60px 0px;
  cursor: pointer;
}

@keyframes zoomCTA {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.item-card .avar-front {
  transition: 0.4s all !important;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.content-front {
  padding: 10px 20px;
}

.content-back {
  padding: 50px 20px;
}

.item-card .avr-back {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}

.item-card:hover .avar-front {
  opacity: 0;
  pointer-events: none;
}

.item-card:hover .avr-back {
  opacity: 1;
  pointer-events: auto;
}

.img-front {
  max-height: 350px;
  height: 300px;
  display: flex;
  align-items: end;
}
.img-front img {
  -o-object-fit: contain;
     object-fit: contain;
}

.txt-card {
  position: absolute;
  top: 20%;
  padding: 0 20px;
  font-weight: bold;
  text-align: initial;
  font-family: arial;
}/*# sourceMappingURL=style.css.map */