@charset "UTF-8";
.sc-dmd-s1 {
  padding: 200px 0;
  margin-top: -200px;
  padding-top: 400px;
}
.sc-dmd-s1 .container {
  position: relative;
}
.sc-dmd-s1 .col-image-1,
.sc-dmd-s1 .col-image-2 {
  position: relative;
}
.sc-dmd-s1 .arrow-1 {
  position: absolute;
  top: -120px;
  left: 50%;
  margin-left: 0px;
}
.sc-dmd-s1 .arrow-2 {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  margin-left: -100px;
  margin-bottom: -150px;
}
.sc-dmd-s1 .img-col-1,
.sc-dmd-s1 .img-col-2 {
  display: block;
  margin: 0 auto;
}

.s-title {
  font-weight: 700;
  color: #3d2411;
  font-family: "Taviraj", serif;
  text-transform: uppercase;
  text-align: center;
}

.sc-dmd-s2 .text-content {
  border-radius: 30px 30px 0 0;
  background: #ffffff;
  box-shadow: 0 -20px 34px 0 rgba(61, 36, 17, 0.1);
  padding: 100px 80px 50px 80px;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.sc-dmd-s2 .text-content::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background: url(../images/showcase/dmd/icon-bc.svg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
}

.bg-1 {
  background-color: #fdfaf5;
}

.sc-dmd-s3 {
  background: #fff;
  padding: 100px 0;
  margin-top: 100px;
  z-index: 1;
}
.sc-dmd-s3 .icon {
  display: block;
  margin: -100px auto 30px auto;
  width: 110px;
  height: 110px;
}
.sc-dmd-s3 .s-title {
  margin-bottom: 30px;
}
.sc-dmd-s3 .inner {
  border-radius: 30px;
  padding: 15px;
  box-shadow: 0 0 14px 0 rgba(61, 36, 17, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.sc-dmd-s3 .inner img {
  border-radius: 15px;
}
.sc-dmd-s3 .inner .sub-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0;
  text-transform: uppercase;
}
.sc-dmd-s3 .inner p {
  font-size: 18px;
  text-align: center;
  min-height: 105px;
}

.sc-dmd-s4 {
  background-color: #fdfaf5;
  padding: 100px 0;
  position: relative;
  margin-top: -200px;
  padding-top: 300px;
  z-index: 1;
}
.sc-dmd-s4::before {
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  background: url(../images/showcase/dmd/icon-quote.svg);
  background-size: 100% auto;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -38px;
  z-index: 2;
}
.sc-dmd-s4 .text-content {
  position: relative;
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
}
.sc-dmd-s4 .text-content p {
  font-weight: 700;
  font-size: 22px;
}

.sc-dmd-s5 {
  padding: 100px 0;
}
.sc-dmd-s5 .s-title {
  text-align: left;
  margin-top: 15px;
}
.sc-dmd-s5 .sub-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.sc-dmd-s5 .img-image-mask {
  background-image: url(../images/showcase/dmd/su-kien-2.jpg) !important;
  background: center/cover;
  width: 560px;
  height: 530px;
  background: center/cover;
  /* Mask từ file SVG */
  -webkit-mask-image: url("../images/showcase/dmd/su-kien-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../images/showcase/dmd/su-kien-mask.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.sc-dmd-s5 .item {
  position: relative;
  display: flex;
  font-size: 18px;
  margin-bottom: 30px;
}
.sc-dmd-s5 .item .icon {
  margin-right: 15px;
  margin-top: 5px;
}
.sc-dmd-s5 .item strong {
  color: #d7a444;
  font-size: 18px;
}
.sc-dmd-s5 .img-event {
  margin-top: -100px;
  border-radius: 40px;
}
.sc-dmd-s5 .inner-content-text {
  margin-left: 50px;
  margin-top: 30px;
}
.sc-dmd-s5 .inner-content-text p {
  font-size: 18px;
}
.sc-dmd-s5 .d-flex .icon {
  margin-right: 15px;
  margin-bottom: 15px;
}
.sc-dmd-s5 .d-flex h4.sub-title {
  color: #d7a444;
}

.sc-dmd-s6 {
  background-color: #fdfaf5;
  padding: 100px 0 0 0;
  position: relative;
}
.sc-dmd-s6::before {
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  background: url(../images/showcase/dmd/icon-message.svg);
  background-size: 100% auto;
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -38px;
  z-index: 2;
}
.sc-dmd-s6 .img-quote {
  display: block;
  margin: 0 auto;
}
.sc-dmd-s6 .timeline-item .inner-item {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.sc-dmd-s6 .time-header {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom: 1px solid #d7a444;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  color: #d7a444;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.sc-dmd-s6 .inner-content {
  padding-bottom: 30px;
}
.sc-dmd-s6 .inner-content ul {
  list-style: none;
  border-left: 1px solid #d7a444;
  padding: 30px 50px 0px 50px;
  margin: 0 50px;
}
.sc-dmd-s6 .inner-content li {
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
}
.sc-dmd-s6 .inner-content li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #d7a444;
  border-radius: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: -57px;
}

.sc-gallery {
  padding: 100px 0;
}
.sc-gallery img {
  border-radius: 20px;
  display: block;
}

.sc-dmd-s8 .icon {
  width: 130px;
  display: block;
  margin: 0 auto 30px auto;
}
.sc-dmd-s8 .sub-content-title {
  text-align: center;
  max-width: 50%;
  margin: 0 auto 30px auto;
  font-size: 18px;
}
.sc-dmd-s8 ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
.sc-dmd-s8 ul li {
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
}
.sc-dmd-s8 ul li:last-child {
  margin-bottom: 0;
}
.sc-dmd-s8 .col-left {
  text-align: right;
  padding-right: 80px;
  background: linear-gradient(270deg, rgba(215, 164, 68, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 30px;
  padding-bottom: 30px;
}
.sc-dmd-s8 .col-left li {
  padding-right: 25px;
}
.sc-dmd-s8 .col-left li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #3d2411;
  position: absolute;
  right: 0px;
  top: 10px;
}
.sc-dmd-s8 .col-right {
  text-align: left;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(215, 164, 68, 0.4) 100%);
  padding-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: -60px;
  margin-top: -50px;
}
.sc-dmd-s8 .col-right li {
  padding-left: 25px;
}
.sc-dmd-s8 .col-right li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #3d2411;
  position: absolute;
  left: 0px;
  top: 10px;
}
.sc-dmd-s8 .col-center {
  margin-right: 0px;
  margin-left: 0px;
}
.sc-dmd-s8 .col-center img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.sc-dmd-s8 .head-title {
  color: #3d2411;
  font-size: 30px;
  font-weight: 700;
}

.content-bottom .inner {
  font-size: 18px;
  display: flex;
  border-radius: 40px;
  padding: 50px;
  background: linear-gradient(270deg, rgba(215, 164, 68, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.content-bottom .content-image {
  margin-right: 15px;
  min-width: 225px;
}

.col-content-1 .inner {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(215, 164, 68, 0.4) 100%);
}

.sc-dmd-s9 {
  padding: 100px 0;
}
.sc-dmd-s9 .icon {
  width: 130px;
  display: block;
  margin: 0 auto 30px auto;
}
.sc-dmd-s9 .sub-content-title {
  text-align: center;
  max-width: 50%;
  margin: 0 auto 30px auto;
  font-size: 18px;
}

.sc-dmd-s9 .head-section {
  margin: 50px 0px 30px 0;
  margin-bottom: 30px;
}
.sc-dmd-s9 .head-section span {
  background-color: #d7a444;
  color: #fff;
  padding: 10px 35px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-weight: 700;
  display: inline-block;
}

.social-chanel {
  padding: 30px 0;
  border-bottom: 1px dotted #d7a444;
}
.social-chanel .head-social-title {
  font-weight: 700;
  color: #d7a444;
  font-size: 30px;
}
.social-chanel span {
  display: block;
}
.social-chanel .label,
.social-chanel .result {
  font-size: 20px;
}
.social-chanel .count {
  font-weight: 700;
  font-size: 40px;
}

.social-chanel-row .icon-social {
  display: block;
  margin: 15px auto;
  text-align: center;
}
.social-chanel-row .col-1 {
  padding-top: 20px;
}
.social-chanel-row:last-child .social-chanel {
  border-bottom: none;
}

.livestream-inner {
  position: relative;
  display: flex;
}
.livestream-inner .icon {
  width: auto;
  margin: 0 30px 0 0;
}
.livestream-inner .inner-text {
  font-size: 30px;
  font-weight: 700;
}
.livestream-inner .inner-text span {
  display: block;
  color: #d7a444;
}
.livestream-inner .inner-text .live-count {
  font-size: 40px;
  color: #3d2411;
}

.list-logo-news .inner {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(215, 164, 68, 0.2);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 105px;
  margin-bottom: 30px;
}
.list-logo-news .inner img {
  display: block;
  margin: 0 auto;
}

.news-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  display: block;
}

.sc-dmd-s10 {
  padding: 50px 0;
}
.sc-dmd-s10 .sub-title {
  text-align: center;
  font-size: 18px;
}
.sc-dmd-s10 .icon {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.sc-dmd-s10 .number {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  color: #d7a444;
  border: 1px solid #d7a444;
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.sc-dmd-s10 .head-title {
  color: #d7a444;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.sec-9-img-1,
.sec-9-img-2,
.sec-9-img-3 {
  border-radius: 50px;
  display: block;
}

.sec-9-img-1 {
  width: 560px;
  height: 610px;
  z-index: 2;
  position: relative;
}

.sec-9-img-2 {
  margin-top: -250px;
  position: relative;
  z-index: 3;
}

.sec-9-img-3 {
  margin-top: -150px;
  z-index: 1;
  margin-left: 100px;
  max-width: calc(100% - 100px);
}

.sec-9-img-4,
.sec-9-img-5,
.sec-9-img-6 {
  border-radius: 50px;
  display: block;
}

.sec-9-img-6 {
  margin-top: 200px;
}

.vision-item p {
  font-size: 20px;
}

.row-vision-2 .vision-item {
  margin-top: 200px;
}

.row-vision-3 {
  position: relative;
  padding-top: 100px;
  margin-top: 100px;
}
.row-vision-3::before {
  content: "";
  width: 100%;
  height: 490px;
  position: absolute;
  top: 0;
  left: 0;
  background: #d7a444;
}
.row-vision-3 .vision-item {
  position: relative;
  color: #fff;
  margin-top: 100px;
}
.row-vision-3 .head-title {
  color: #fff;
}
.row-vision-3 .number {
  color: #fff;
  border-color: #fff;
}

.sec-9-img-7 {
  position: relative;
}

.quote-bold {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-top: 120px;
}

.sec-11-img-1 {
  border-radius: 50px;
  display: block;
}

.sc-dmd-s11 .col-right {
  text-align: center;
}
.sc-dmd-s11 .sec-title {
  color: #3d2411;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sc-dmd-s11 .text-content {
  color: #3d2411;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 575px) {
  .sc-dmd-s1 {
    padding-top: 250px;
    padding-bottom: 50px;
  }
  .sc-dmd-s1 .arrow-1,
  .sc-dmd-s1 .arrow-2 {
    display: none;
  }
  .sc-dmd-s1 .col-image-1 {
    margin-bottom: 30px;
  }
  .sc-dmd-s2 .text-content {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sc-dmd-s3 .inner {
    margin-bottom: 30px;
  }
  .sc-dmd-s4 {
    margin-top: -200px;
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .sc-dmd-s4:before {
    top: 100px;
  }
  .sc-dmd-s4 .text-content {
    max-width: 100%;
  }
  .sc-dmd-s5 {
    padding-top: 50px;
  }
  .sc-dmd-s5 .icon {
    margin: 15px auto;
    text-align: center;
    display: block;
  }
  .sc-dmd-s5 .s-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .sc-dmd-s5 .img-image-mask {
    width: 100%;
    margin-bottom: 30px;
    height: 385px;
  }
  .sc-dmd-s5 .inner-content-text {
    margin: 0;
    text-align: left;
  }
  .sc-dmd-s5 .d-flex {
    justify-items: flex-start;
    justify-content: flex-start;
  }
  .sc-dmd-s5 .icon {
    margin: 0;
  }
  .sc-dmd-s5 .img-event {
    margin-top: 30px;
  }
  .sc-dmd-s6 .time-header {
    font-size: 24px;
    margin-top: 30px;
  }
  .sc-dmd-s6 .inner-content ul {
    margin-right: 0;
  }
  .social-chanel .count {
    font-size: 25px;
  }
}
/* Keyframes cho hiệu ứng marquee chạy từ phải sang trái */
@keyframes marquee-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Keyframes cho hiệu ứng marquee chạy từ trái sang phải */
@keyframes marquee-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* Container chứa hiệu ứng, ẩn nội dung tràn ra ngoài */
.marquee-container {
  overflow: hidden;
  width: 100%;
}

/* Nội dung của hàng ảnh, sử dụng animation */
.marquee-content {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: marquee-left 60s linear infinite;
}

/* Hàng đầu tiên được căn chỉnh theo phía dưới */
.marquee-container:nth-of-type(1) .marquee-content {
  align-items: flex-end;
}

/* Hàng thứ hai chạy ngược chiều và được căn theo phía trên */
.marquee-content.reverse {
  animation: marquee-right 60s linear infinite;
  align-items: flex-start;
}

/* Thêm hiệu ứng tạm dừng khi di chuột vào */
.marquee-content:hover {
  animation-play-state: paused;
}

/* Kiểu dáng cho mỗi item trong marquee */
.marquee-item {
  flex-shrink: 0;
  margin: 0 10px;
  border-radius: 12px;
  overflow: hidden;
  /* Loại bỏ chiều cao cố định để cho phép ảnh có kích thước khác nhau */
}

.marquee-item img {
  /* Hình ảnh tự điều chỉnh kích thước để giữ nguyên tỷ lệ khung hình ban đầu */
  height: auto;
  width: auto;
  transition: transform 0.3s ease;
}

.marquee-item img:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=showcase-1.css.map */
