/* =================================================================
   OPTIMIZED COLOR VARIABLES FOR DANAFF
   ================================================================= */
:root {
  /* Primary Colors */
  --primary-orange: #F5914A;
  --primary-orange-light: #FF9F5C;
  --primary-orange-dark: #E87D35;
  --primary-navy: rgb(9, 11, 30);
  --primary-navy-light: rgb(15, 18, 45);

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #F5914A 0%, #E87D35 100%);
  --gradient-secondary: linear-gradient(135deg, rgb(9, 11, 30) 0%, rgb(15, 18, 45) 100%);
  --gradient-sunset: linear-gradient(135deg, #F5914A 0%, rgb(9, 11, 30) 100%);
  --gradient-elegant: linear-gradient(90deg, rgb(9, 11, 30) 0%, #F5914A 50%, rgb(9, 11, 30) 100%);
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.page-loader img {
  max-width: 200px;
  height: auto;
  animation: pulse 2s infinite;
  /* Thêm các thuộc tính để làm mượt animation */
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  50% {
    transform: scale3d(1.05, 1.05, 1);
    opacity: 0.8;
  }

  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

/* Ẩn scroll khi đang load */
body.loading {
  overflow: hidden;
}

.border-shape-top-left::after {
  width: 130px;
  height: 113%;
  bottom: 0;
  left: 68px;
}

header {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;


}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

header ul {
  list-style-type: none;
  margin: 0;
}

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-left p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;

}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-top-right ul {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-top-right .language-switcher li .lang-link {

  cursor: pointer;
  font-size: 14px;
  color: #fff;
}

.header-top-right .language-switcher li span.switcher-separator {
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
}

.header-top-right .logo-doi-tac::before {
  content: '';
  width: 1px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 30px;

}

.header-top-right .language-switcher li .lang-link:hover {
  color: #f5914a;
  font-weight: 600;
}

.header-top-right .language-switcher li .lang-link.active {
  color: #f5914a;
  font-weight: 600;
}

.section-home-1 {
  background-color: #535353;
}

.cea-vertical-tab .cea-tabs {
  width: 27%;
}

.image-grid-1 {
  max-height: 150px;
  margin-bottom: 30px;
}

.cea-vertical-tab .cea-tab-content {
  width: 73%;
}

.elementor-36315 .elementor-element.elementor-element-c3a950f .post-title-head .post-title {
  line-height: 25px !important;
}

.insta-footer-wrap .sub-title {
  color: #f5914a;
}

.title-section h4.title {
  color: #fff;
  font-family: Marcellus;
  font-size: 25px;
  line-height: 35px;
}

.entry-content ul li {
  margin-bottom: 5px;
}

.ban-giam-khao .owl-carousel .owl-stage-outer,
.nha-tai-tro .owl-carousel.owl-loaded {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nha-tai-tro .owl-carousel .owl-stage-outer {
  height: 200px;
}

.elementor-36315 .elementor-element.elementor-element-a7fd4b7>.elementor-container>.elementor-column>.elementor-widget-wrap {
  z-index: 10;
}

.contact-dannaff .border-shape-top-left::after {
  width: 190px;
  height: 500px;
  left: -93px;
  right: auto;
  transform: rotate(-29deg);
}

.nha-tai-tro .border-shape-top-left::after {
  height: 150%;
}

.elementor-36315 .elementor-element.elementor-element-2f63453 .team-designation .post-designation-head {
  line-height: 25px;
}

.elementor-36315 .elementor-element.elementor-element-3be534a2 {
  z-index: 20 !important;
}

.list-news-hone .swiper-wrapper {
  padding-bottom: 90px;
}

.list-news-hone .swiper-pagination {

  bottom: 0px !important;
}

.list-news-hone .swiper-pagination-bullet {
  background-color: #f5914a;
  width: 10px;
  height: 10px;
  margin-right: 10px !important;
  opacity: .8;
  border-radius: 4px 0 4px 0;
  transition: all 0.4s ease;
}

.section-home-2 {
  padding: 100px 0;
  background-color: #535353;
}

.swiper-pagination-bullet-active {
  background-color: #f5914a;
  transform: scale(1.5);
}

.list-news-hone .item-new-home .img-news {
  padding: 0;
}

.list-news-hone .item-new-home .img-news img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}


.event-chau-a img {
  height: 320px;
  object-fit: cover;

}

.event-chau-a .post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#site-content {
  background-color: #535353 !important;
}

.elementor-36315 .elementor-element.elementor-element-3122989b:not(.elementor-motion-effects-element-type-background),
.elementor-36315 .elementor-element.elementor-element-3122989b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #535353 !important;
}

.elementor-36315 .elementor-element.elementor-element-4820b760:not(.elementor-motion-effects-element-type-background),
.elementor-36315 .elementor-element.elementor-element-4820b760>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: none !important;
  background-color: #535353 !important;
}

.elementor-36315 .elementor-element.elementor-element-52a16548>.elementor-background-overlay {
  background-color: #535353 !important;
  opacity: 0;
}

.elementor-36315 .elementor-element.elementor-element-2558b82:not(.elementor-motion-effects-element-type-background),
.elementor-36315 .elementor-element.elementor-element-2558b82>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #535353 !important;
}

.post-title-su-kien {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-inner-su-kien img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}



.elementor-36315 .elementor-element.elementor-element-fa60604 .section-title-wrapper .section-title {
  color: #fff !important;
}



.img-our-team {
  height: 200px !important;
  object-fit: cover;
}

.elementor-36315 .elementor-element.elementor-element-2f63453 .post-title-head .post-title {
  line-height: 25px;
}

.elementor-36315 .elementor-element.elementor-element-2f63453 .team-wrapper .team-inner {
  height: 410px;
}

.banner-home {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.banner-home img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
}


.title-banner-home-1 {
  touch-action: manipulation;
  font-family: Marcellus;
  font-size: 48px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  line-height: 56px;
  text-align: left;
  white-space: normal;
  padding: 0px 0px 6px;
  border-radius: 0px;
  vertical-align: top;
  transform-origin: 50% 50%;
  width: 1218px;
  height: 61px;
  display: block;
  visibility: visible;
  background: transparent;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0px);
  pointer-events: auto;
}

.link-banner-home-1 {
  font-family: "DM Sans";
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  padding: 18px 30px 18px 87px;
  border-radius: 15px 0px;
  vertical-align: top;
  transform-origin: 50% 50%;
  width: 20%;
  height: auto;
  display: block;
  visibility: visible;
  background: rgb(237, 138, 0);
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0px);
  pointer-events: auto;
}

.link-banner-home-1:hover {
  text-decoration: none;
  color: #fff;
}

.link-banner-home-1 span {
  font-size: 23px !important;
  vertical-align: middle !important;
  position: absolute;
  top: -1px;
  left: -7px;
  padding: 0 15px;
  transition: all 0.4s ease;
  line-height: 54px;
  background-color: #ffffff;
  border-radius: 25px 0 0 0 !important;
  color: #09172e;
}

.link-banner-home-1 span i {
  transition: all 0.4s ease;
}

/* Sửa từ .bi-plus::before thành .bi-plus */


/* HOẶC nếu muốn dùng ::before, cần thêm !important */
.link-banner-home-1:hover .bi-plus::before {
  transform: rotate(90deg) !important;
}

/* HOẶC sử dụng cách an toàn nhất */

.title-banner-home-2 {
  touch-action: manipulation;
  font-family: "Roboto Slab";
  font-size: 30px;
  font-weight: 800;
  color: rgb(237, 138, 0);
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: left;
  white-space: normal;
  padding: 0px 0px 0px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: rgba(245, 145, 74, 0.74);
  vertical-align: top;
  transform-origin: 50% 50%;
  height: auto;
  display: block;
  visibility: visible;
  background: transparent;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0px);
  pointer-events: auto;
}

/* User Info Dropdown Menu Styles */
.user-info {
  position: relative !important;
  display: inline-block;
}

.user-info>.user-info-toggle {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  background: none;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.user-info>.user-info-toggle:hover {
  background-color: #f8f9fa;
  color: #F5914A;
}

.user-info>.user-info-toggle i {
  margin-right: 6px;
  font-size: 16px;
}

/* Dropdown Menu */
.user-info .sub-menu {
  position: absolute;
  top: 100%;
  display: block !important;
  right: -5%;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

.user-info:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-info .sub-menu li {
  list-style: none;
  margin: 0;
}

.user-info .sub-menu li a {
  display: block;
  padding: 12px 20px;
  color: #495057;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.5s ease;
  border-radius: 0;
}

.user-info .sub-menu li a:hover {
  background-color: #f8f9fa;
  color: #F5914A;
  padding-left: 30px;
}

/* Separators between menu items */
.user-info .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #f1f3f4;
}

/* Special styling for logout link */
.user-info .sub-menu li:last-child a {
  color: #dc3545;

}

.user-info .sub-menu li:last-child a:hover {
  background-color: #f8d7da;
  color: #721c24;
}

/* Arrow indicator */
.user-info>.user-info-toggle::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.user-info:hover>a::after {
  transform: rotate(180deg);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .user-info .sub-menu {
    right: -10px;
    left: -10px;
    min-width: auto;
    border-radius: 6px;
  }

  .user-info .sub-menu li a {
    padding: 14px 16px;
    font-size: 15px;
  }
}

/* Animation for menu items */
.user-info .sub-menu li {
  transform: translateX(10px);
  opacity: 0;
  transition: all 0.3s ease;
}

.user-info:hover .sub-menu li {
  transform: translateX(0);
  opacity: 1;
}

.user-info:hover .sub-menu li:nth-child(1) {
  transition-delay: 0.1s;
}

.user-info:hover .sub-menu li:nth-child(2) {
  transition-delay: 0.15s;
}

.user-info:hover .sub-menu li:nth-child(3) {
  transition-delay: 0.2s;
}

/* Focus states for accessibility */
.user-info>.user-info-toggle:focus,
.user-info .sub-menu li a:focus {
  outline: 2px solid #F5914A;
  outline-offset: 2px;
}

.user-info.active>.user-info-toggle {
  background-color: #f8f9fa;
  color: #F5914A;
}

.user-info .sub-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.user-info .sub-menu.show li {
  transform: translateX(0) !important;
  opacity: 1 !important;

}

.user-info.active>.user-info-toggle::after,
.user-info:hover>.user-info-toggle::after {
  transform: rotate(180deg);
}

/* Ensure proper stacking */
.header-topbar {
  position: relative;
  z-index: 999;
}

.user-info {
  z-index: 1001;
}

/* Alternative style for logged out state */
.user-info a[href="/dang-nhap"] {

  color: white;

}

.user-info a[href="/dang-nhap"]:hover {
  background-color: #e67e3c;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(245, 145, 74, 0.3);
}

/* Loading state */
.user-info.loading>a {
  pointer-events: none;
  opacity: 0.7;
}

.user-info.loading>a::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #F5914A;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .user-info .sub-menu {
    background: #2d3748;
    border-color: #4a5568;
    color: #e2e8f0;
  }

  .user-info .sub-menu li a {
    color: #e2e8f0;
  }

  .user-info .sub-menu li a:hover {
    background-color: #4a5568;
    color: #F5914A;
  }

  .user-info .sub-menu li:not(:last-child) {
    border-bottom-color: #4a5568;
  }
}

.rotateCircle {
  display: none;
}

.rotateBorder {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px dashed rgb(184, 150, 126);
  border-radius: 50%;
  animation: spin 35s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotateCircle .text {
  -webkit-text-stroke: 1px rgb(184, 150, 126);
  font-family: Marcellus;
  font-size: 50px;
  color: rgba(184, 150, 126, 0);
}

.sub-title {
  margin-bottom: 15px;
}

.sub-title span {
  color: #F5914A;

  font-size: 15px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
}

.sub-title span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  height: 13px;
  width: 20px;
  transition: 0.4s;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background: linear-gradient(to right, #f5914a, rgb(184 151 128 / 6%));
}

.sub-title span::after {
  content: '';
  background: linear-gradient(to left, #f5914a, rgb(184 151 128 / 6%));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -29px;
  height: 13px;
  width: 20px;
  transition: 0.4s;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.text-2-dong {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-new-home {
  background: #fff;
  box-shadow: 0px 12px 10px rgb(238 239 240 / 25%);
  border-radius: 6px;
  border: 1px solid #F2F5FA;
}

.item-new-home .content-new-home {
  display: flex;
  align-items: center;

}

.item-new-home .content-new-home .title {
  text-decoration: none;
  color: #151515;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;

}

.item-new-home .content-new-home .title:hover {
  color: #f5914a;
}

.text-3-dong {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section-home-2 .title-section {
  text-align: center;
}

.header-navbar {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.header-navbar .navbar-brand::before {
  content: "";
  width: 1px;
  height: 70px;
}

.header-navbar .navbar-brand img {
  max-width: 90%;
  width: 100px;
  background-color: #fff;
}

.header-navbar .screen-reader-text {
  display: none;
}

.header-navbar .search-submit {
  display: none;
}

.navbar-nav ul .sub .section-home-2 .title-section .title {
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 25px;
  color: #fff;
  font-family: Marcellus;

}

.navbar-nav {
  position: relative;
}

.navbar-nav .nav-link,
.navbar-nav .menu-item>a {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}



.navbar-nav .menu-item>a:hover::before {
  left: 0;
}

.navbar-nav .menu-item>a:hover {
  color: #f5914a !important;
  text-shadow: 0 0 8px rgba(245, 145, 74, 0.5);
}

/* Menu Item Styles */
.navbar-nav .menu-item {
  position: relative;
  display: inline-block;
}

.navbar-nav .menu-item-has-children>a::after {
  content: '\f107';
  font-family: Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.4s ease;
}

.navbar-nav .menu-item-has-children:hover>a::after {
  transform: rotate(180deg);
}

/* Sub Menu Styles */
.navbar-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 280px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  padding: 10px 0;
  margin: 25px 0 0 0;
}

.navbar-nav .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-nav .sub-menu .menu-item {
  display: block;
  width: 100%;
}

.navbar-nav .sub-menu .menu-item>a {
  color: #262626 !important;
  padding: 12px 20px;
  display: block;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.navbar-nav .sub-menu .menu-item:last-child>a {
  border-bottom: none;
}

.navbar-nav .sub-menu .menu-item>a:hover {
  color: #f5914a !important;
  padding-left: 35px;
}

/* Sub Sub Menu (Level 3) - Sửa lại */
.navbar-nav .sub-menu .menu-item-has-children {
  position: relative;
}

.navbar-nav .sub-menu .menu-item-has-children>a::after {
  content: '\f105';
  font-family: Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  margin-left: 0;
  margin-top: 2px;
}

/* Submenu cấp 3 - Ẩn mặc định */
.navbar-nav .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  background: #fff;
  backdrop-filter: blur(10px);
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

/* Chỉ hiển thị submenu cấp 3 khi hover vào menu cha cấp 2 */
.navbar-nav .sub-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Đảm bảo submenu cấp 3 không hiển thị khi không hover */
.navbar-nav .sub-menu .menu-item:not(:hover) .sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
}

/* Style cho các item trong submenu cấp 3 */
.navbar-nav .sub-menu .sub-menu .menu-item>a {
  color: #262626 !important;
  padding: 12px 20px;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  background: #fff;
}

.navbar-nav .sub-menu .sub-menu .menu-item:last-child>a {
  border-bottom: none;
}

.navbar-nav .sub-menu .sub-menu .menu-item>a:hover {

  color: #F5914A !important;
  padding-left: 35px;
}

/* Đảm bảo submenu cha vẫn hiển thị khi hover vào submenu con */
.navbar-nav .menu-item:hover>.sub-menu,
.navbar-nav .sub-menu .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding: 20px 0;
}

.navbar-nav .sub-menu .menu-item-has-children:hover>.sub-menu {
  transform: translateX(0);
}

.search-box {
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
}

.search-box:hover {
  color: #f5914a;
}

.full-bar-search-wrap.active {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.full-bar-search-wrap {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  left: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  right: 0px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.full-bar-search-wrap .search-form {
  width: 80%;
  padding: 0 30px;
}

.full-bar-search-wrap .search-field {
  width: 100%;
  border: none;
  height: 50px;
  font-size: 18px;
}

.close.full-bar-search-toggle {
  z-index: 99;
  background: #f5914a;
  opacity: 1;
  font-size: 17px;
  top: 50%;
  right: 30px;
  padding: 6px 10px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;

}

/* Mobile Menu Responsive - Cập nhật */
@media (max-width: 991.98px) {
  .navbar-nav .sub-menu {
    position: static;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-left: 20px;
    border-left: 2px solid #f0c040;
  }

  .navbar-nav .sub-menu .sub-menu {
    position: static;
    margin-left: 40px;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav .menu-item-has-children>a::after {
    content: '\f067';
  }

  .navbar-nav .menu-item-has-children.open>a::after {
    content: '\f068';
  }
}

/* Navbar Brand Logo */
.navbar-brand img {
  max-height: 60px;
  width: auto;
}

.divider {
  padding: 25px 0;
}

.divider .divider-separator {
  display: inline-block;
  /* để căn theo chiều ngang chữ */
  border-bottom: 3px solid;
  /* độ dày của gạch */
  border-image: linear-gradient(to right, #f5914a, rgb(58 123 213 / 0));
  border-image-slice: 1;
  width: 15%;
  /* chiều dài gạch */
  margin-top: 10px;
  /* khoảng cách với text */
}

.schedule-container {
  display: flex;
  background: #F5914A;
  /* nền tổng thể khung */
  padding: 20px;
}

/* Cột trái - ngày */
.schedule-days {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.day-btn {
  background: #E96102;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  outline: none;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  word-spacing: 4px;
  transition: background 0.3s;
}

.day-btn.active {
  background: #b84800;
  /* khi chọn ngày */
}

/* Cột phải - nội dung */
.schedule-content {
  flex: 1;
  color: #FFFFFF;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}

.schedule-content h4 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content ul {
  padding-left: 20px;
}

.tab-content ul li {
  line-height: 30px;
}

.day-btn:last-child {
  margin-bottom: 0;
}

.section-home-3 {
  background-color: #09172E;
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
}

.title-section h2 {
  color: rgb(245, 145, 74);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  padding: 40px 0;
}

.list-films {
  z-index: 10 !important;
  margin: 30px 0;
}

.duong-cheo-phai {
  background: linear-gradient(to bottom, #f5914a -24%, rgb(58 123 213 / 0));
  content: "";
  position: absolute;
  height: 72%;
  width: 100px;
  right: 26px;
  top: 0;
  right: 22%;
  opacity: 1;
  transform: skew(30deg, 0);
}

.duong-cheo-trai {
  background: linear-gradient(to top, #f5914a 0, rgb(58 123 213 / 0));
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  left: 25%;
  transform: skew(30deg, 0);
}

.list-films .item-films a .img-phim {
  height: 100% !important;
  width: 100%;
  transition: all 1s;
  object-fit: cover;
  overflow: hidden;
}

.list-films .item-films a {
  display: block;
  overflow: hidden;
}

.list-films .item-films a .img-phim:hover {
  transform: scale(1.16);
}

.list-films .swiper-wrapper {
  padding-bottom: 60px;
}

.list-films .swiper-pagination {
  margin-bottom: 10px;
}

.button-custom {
  background: linear-gradient(180deg, #F5914A 0%, #F5914A 100%);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  margin-bottom: none;
}

.group-btn-phim {
  padding-bottom: 10px;
}

.section-home-4 {
  padding: 150px 0;
  background-color: #535353;

}

.section-home-4 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section-home-4 .img img {
  max-width: 80%;
  border-radius: 100px 0px 100px 0px;
}

.section-home-4 .text-content {
  margin-top: 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.section-home-4 .text-content p {
  margin-left: 20px;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 30px;
}

.gioi-thieu-danaff .sub-title span {
  font-size: 18px;

}

.gioi-thieu-danaff .sub-title {
  margin-left: 25px;
}

.gioi-thieu-danaff .title h4 {
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.5px;
  color: #fff;
  font-family: Marcellus;
}

.gioi-thieu-danaff .title p {
  color: #fff;
  line-height: 30px;
}

.gioi-thieu-danaff .divider {
  padding: 15px 0;
}

.gioi-thieu-danaff .img-gioi-thieu .content {
  background-color: #FFFFFF;
  margin: -92px 30px 0px 30px;
  padding: 35px 35px 38px 35px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFEF;
  border-radius: 50px 0px 40px 0px;
  display: inline-block;
  z-index: 10;
  text-align: center;
}

.gioi-thieu-danaff .img-gioi-thieu .content .title h4 {
  color: #09172E;
  padding: 0px 20px 0px 20px;
  margin-bottom: 28px;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.5px;
}

.gioi-thieu-danaff .img-gioi-thieu .content .link-gioi-thieu {
  display: inline-block;
  background-color: #0b162d;
  color: #fff;
  border-radius: 15px 0 15px 0;
  transition: all .5s;
  cursor: pointer;
  text-decoration: none !important;
}

.gioi-thieu-danaff .img-gioi-thieu .content .link-gioi-thieu .view {
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;

  padding: 14px 25px;
  font-size: 15px;
  transition: all .5s;
}

.gioi-thieu-danaff .img-gioi-thieu .content .link-gioi-thieu .text {
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 0 0 15px 0;
  background-color: #f5914a;
  transition: all .5s;
}

.gioi-thieu-danaff .img-gioi-thieu .content .link-gioi-thieu:hover {
  background-color: #f5914a;
  transition: all .5s;
}

.gioi-thieu-danaff .img-gioi-thieu .content .link-gioi-thieu:hover .text {
  background-color: #0b162d;
  border-radius: 15px 0 15px 0;
  transition: all .5s;
}

.list-doi-tac .item-doi-tac {
  margin: 25px 0;
}



.list-doi-tac .item-doi-tac a img {
  width: 100%;
}

.section-home-6 .sub-title {
  text-align: center;
}

.list-phim-du-thi .name-cate-phim {
  text-align: center;
  margin-bottom: 30px;

}

.list-phim-du-thi .name-cate-phim h4,
.section-home-7 .title-section .title {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Marcellus;
}

.list-phim-du-thi .item-phim-du-thi {
  position: relative;
}

.list-phim-du-thi .item-phim-du-thi .wrapper::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  right: 12px;
  border-radius: 0 27px;
  cursor: pointer;
  bottom: 14px;
  opacity: 0;
  background: #000000b8;
  transition: all .3s;
}

.list-phim-du-thi .item-phim-du-thi .wrapper:hover.wrapper::before {
  opacity: 1;
}

.list-phim-du-thi .item-phim-du-thi .wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 0 27px;
}

.section-home-7 .divider .divider-separator {
  width: 53%;
}

.list-event-home .item-event-home {
  margin-bottom: 15px;
}

.list-event-home .item-event-home a {
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.list-event-home .item-event-home .img-event {
  width: 100%;
  height: 450px;
  object-fit: cover;

}

.list-event-home .item-event-home p {
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 20px;
}

.list-jury-home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.list-jury-home .item-jury-home {
  height: 410px;
  -webkit-box-shadow: 0px 12px 20px 6px rgb(0 0 0 / 3%);
  padding: 40px 30px;
  border-radius: 40px 0 40px 0;
  background-color: #fff;
}

.list-jury-home .item-jury-home .content-jury {
  text-align: center;
  padding: 15px 0px;

  font-family: Marcellus;
}

.list-jury-home .item-jury-home .image-jury img {
  height: 200px;
  object-fit: cover;
}

.list-jury-home .item-jury-home .content-jury .name-jury a {
  font-size: 20px;
  line-height: 30px;
  color: #151515;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.list-jury-home .item-jury-home .content-jury .name-jury a:hover {
  color: #f5914a;
}

.list-jury-home .item-jury-home .content-jury .position-jury {
  line-height: 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
  color: #797979;
}

.title-cate-jury {
  text-align: center;
  margin: 0.7em 0;
}

.title-cate-jury h2 {
  font-size: 42px;
  color: #F5914A;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;

  letter-spacing: 0.5px;
}

.list-jury-home .swiper-wrapper {
  padding: 30px 0;

}

.section-home-9 {
  width: 100%;
  overflow: hidden;
  background-color: #09172E;

}

.section-home-9 .image {
  position: relative;
}

.section-home-9 .image img {
  height: 400px;
  width: 600px;
  position: inherit;
  z-index: 2;
  object-fit: cover;
}

.section-home-9 .image::before {
  content: "";
  position: absolute;
  height: 72%;
  background: linear-gradient(to bottom, #f5914a -24%, rgb(58 123 213 / 0));
  width: 100px;
  right: 0px;
  top: 0;
  left: auto;
  opacity: 1;
  z-index: 1;
  transform: skew(30deg, 0);
}

.section-home-9 .image::after {
  content: "";
  background: linear-gradient(to top, #f5914a 0, rgb(58 123 213 / 0));
  position: absolute;
  top: -16px;
  bottom: 0;
  z-index: 9;
  width: 190px;
  height: 500px;
  left: -85px;
  opacity: .7;
  right: auto;
  transform: rotate(-29deg);
}

.section-home-9 .text-contact {
  position: relative;
  background:
    linear-gradient(rgba(9, 23, 46, 0.62), rgba(9, 23, 46, 0.62)),
    url(https://danaff.com.vn/assets-danaff/wp-content/uploads/2023/07/leaf-bg-img-1.png) center center/cover no-repeat;
  display: flex;
  /* opacity: 0.62;  XÓA DÒNG NÀY */
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-home-9 .text-contact .content {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  text-align: center;
}

.section-home-9 .text-contact .title {
  color: #FFFFFF;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0.5px
}

.section-home-9 .text-contact .group-button {
  display: inline-block;
  background-color: #fff;
  color: #fff;
  border-radius: 15px 0 15px 0;
  transition: all .5s;
  text-transform: uppercase;
  font-family: "Tahoma", Sans-serif;
  cursor: pointer;
  text-decoration: none !important;
}

.section-home-9 .sub-title span {
  text-transform: none;
}

.section-home-9 .text-contact .group-button .icon {
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 25px;
  font-size: 15px;
  color: #0b162d;
  transition: all .5s;
}

.section-home-9 .text-contact .group-button .text {
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 0 0 15px 0;
  background-color: #f5914a;
  transition: all .5s;
}

.section-home-9 .text-contact .group-button .icon i {
  transition: transform .5s;
}

.section-home-9 .text-contact .group-button:hover {
  background-color: #2f3748;
}

.section-home-9 .text-contact .group-button:hover .icon {

  color: #fff;
}

.section-home-9 .text-contact .group-button:hover .icon i {

  color: #fff;
  transform: rotate(90deg);
}

.section-home-9 .text-contact .group-button:hover .text {
  background-color: #fff;
  color: #000;
}

.section-home-10 {
  padding: 100px 0;
  background: #535353;
}

.tab-latest-news {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-latest-news .item-tab-news {

  font-family: "Tahoma", Sans-serif;
  padding: 15px 35px;
  color: #fff;
  cursor: pointer;
  background: #A5A5A5;
  background-color: transparent;
  background-image: linear-gradient(180deg, #A5A5A5 0%, #B1AEAE 100%);
  transition: all 0.2s;
}

.tab-latest-news .item-tab-news span {
  display: flex;
  align-items: center;

}

.tab-latest-news .item-tab-news span i {
  padding: 2.5px;
  border: 2px solid #fff;
  border-radius: 50%;

  font-size: 8px;
  margin-right: 8px;
}

.tab-latest-news .item-tab-news:hover {
  background: #f1f2f3;
  color: #000;
}

.tab-latest-news .active {
  background: #F5914A;
  background-image: linear-gradient(180deg, #F5914A 0%, #F5914A 100%);
}

.tab-latest-news .item-tab-news:hover i {

  border-color: #000;
}

.latest-news .item-latest-news {
  margin: 15px 0;
}

.latest-news .item-latest-news .img-news {
  height: auto;
  object-fit: cover;
}

.latest-news .item-latest-news .title-news {
  text-align: center;
  padding: 10px 0;
}

.latest-news .item-latest-news .title-news a {
  color: #fff;
  font-family: Marcellus;
  font-weight: 400;
  text-decoration: none;
  font-size: 25px;
  line-height: 35px;
}

.section-home-8 .title-section .title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: Marcellus;
}

.section-home-10 .title-section .title {
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 42px;
  color: #fff;
  font-family: Marcellus;

}

.mobile-menu-floating {
  position: fixed;
  background: #fff;
  z-index: 999999;
  padding-bottom: 50px;
  height: 100%;
  width: 100%;
  padding: 20px 15px;
  left: -100%;
  top: 0;
  transition: all ease-in-out 0.5s;
}

img.mobile-logo {
  max-width: 90px;
}

li.menu-item.menu-item-has-children {
  position: relative;
}

ul.mobile-menu li {
  display: block;
}

.mobile-menu-wrapper ul.mobile-menu li>a {
  line-height: 25px;
}

.mobile-menu-wrapper ul.mobile-menu li>a {
  padding: 15px 0;
  line-height: 1;
  display: block;
}

ul.mobile-menu li.menu-item-has-children ul.sub-menu {
  padding-left: 15px;
}

.mobile-menu li>ul.sub-menu {
  display: none;
}

ul.mobile-menu li.menu-item-has-children>span {
  position: absolute;
  right: 15px;
  z-index: 999;
  top: 0;
  color: #333;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  text-align: center;
}

ul.mobile-menu li.menu-item-has-children>span.up-arrow:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid;
}

.language-switcher .lang-link {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  color: inherit;
}

.language-switcher .switcher-separator {
  margin: 0 5px;
}

.language-switcher .lang-link.active {
  font-weight: bold;
  color: #F5914A;
}

.mobile-menu {
  margin-left: 15px;
  padding: 0;
}

.mobile-menu-toggle {
  font-weight: 700;
  color: #f5914a !important;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.sticky-outer .header-sticky.sticky-head {
  transition: all 0.5s ease-in-out;
  -webkit-animation: slide-down 0.55s;
  -moz-animation: slide-down 0.55s;
  animation: slide-down 0.55s;
  z-index: 10;
}

.sticky-outer .header-sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}

.sticky-head.header-sticky .header-navbar {
  background-color: #fff;
  color: #000 !important;
}

.sticky-head.header-sticky .navbar-nav .menu-item>a {
  color: #000 !important;
}

.sticky-head.header-sticky .search-box {
  color: #000;
}

.mobile-menu-floating.active {
  left: 0;
}

.insta-footer-wrap {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.insta-footer-wrap {
  padding-top: 70px;
  padding-right: 48px;
  padding-bottom: 70px;
  padding-left: 48px;

  position: relative;
  overflow: hidden;
}

.widget {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}

aside.footer-insta-widget.col-12 .insta-footer-content {
  max-width: 65%;
  text-align: left;
}

.insta-footer-wrap {
  background-color: rgb(9, 11, 30);
  background-image: url(https://wordpress.zozothemes.com/igual/wp-content/uploads/sites/6/2023/07/overlay-g-1.png);
  background-repeat: no-repeat;
  background-position: left center;
}

aside.footer-insta-widget.col-12 .insta-footer-content h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1.4;
  padding-right: 124px;
}

#menu-social-menu {
  list-style-type: none;
  padding: 0;
}

.footer-widget.contact-widget {
  padding: 24px 19px;
  width: 31%;
  position: relative;
  text-align: center;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.footer-widget.contact-widget:before {
  content: '';
  background: linear-gradient(to right, #f5914a 0, rgb(184 151 128 / 6%));
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.insta-footer-wrap a.phone {
  font-size: 37px;
  line-height: 1.5;
  font-family: 'Marcellus';
  margin-bottom: 3px;
  position: inherit;
  z-index: 2;
  display: inline-block;
  color: #fff;
  transition: all .3s;
}

.footer-widget .title {
  color: #fff;
  font-size: 15px;
  position: inherit;
  z-index: 2;
  font-weight: 500;
}

figure {
  margin: 0 0 1rem;
}

.wp-block-gallery.wp-block-gallery-1 {
  gap: 0.5em;
}

.footer-widgets-wrap {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.footer-widgets-wrap {
  padding-top: 97px;
  padding-bottom: 90px;
}

.footer-widgets-wrap {
  background-color: rgb(9, 11, 30);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: inherit;
}

.footer-widgets-wrap {
  background: rgb(9, 11, 30);
  color: #e0e0e0;
  font-size: 16px;
  line-height: 33px;
}

.widget .widgettitle {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.widget .widgettitle::before {
  content: "";
  height: 2px;
  background: linear-gradient(to right, #f5914a, rgb(184 151 128 / 0));
  width: 50px;
  border-radius: 80px;
  position: absolute;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
}

.widget-content-bx a {
  display: inline-block;
  margin-bottom: 4px;
  color: #e0e0e0;
}

.widget-content-bx a i {
  margin-right: 8px;
  color: #f5914a;
  vertical-align: middle;
}

.mailchimp-wrapper .input-group {
  height: 52px;
  line-height: 52px;
}


.banner-top-title {

  background-image: url('/assets-danaff/wp-content/uploads/2025/05/Ba-Na-ve-dem-tac-gia-Ngoc-Thanh-11-scaled.jpg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;

  position: relative;

}

.banner-top-title::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Màu navy với độ trong suốt 90% */
  /* Hoặc bạn có thể dùng màu khác: */
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* Màu đen với độ trong suốt 50% */
  /* background-color: rgba(245, 145, 74, 0.4); */
  /* Màu cam với độ trong suốt 40% */
  z-index: 1;
}

/* Đảm bảo nội dung bên trong hiển thị trên overlay */
.banner-top-title .title {
  position: relative;
  text-align: center;
  height: 100%;
  padding-top: 223px;
  padding-bottom: 95px;
  z-index: 2;
}

.banner-top-title .title h1 {
  position: relative;
  font-family: Marcellus;
  font-size: 56px;
  line-height: 62px;
  text-transform: uppercase;
  color: #fff;
  z-index: 1000;
}

.banner-top-title .title ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1000;
  flex-wrap: wrap;
  font-size: 16px;
}

.banner-top-title .title ul li {
  color: #fff;
}

.banner-top-title .title ul li i {
  color: #F5914A;
  margin: 0 10px;
}

.banner-top-title .title ul li i.breadcrumb-delimiter::after {
  font-style: normal;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 4px 0 4px 0;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  transform: translateY(0px);
  background: #F5914A;
  opacity: 0.5;
}

.banner-top-title .title ul li a {
  color: #fff;
}

.jury {
  padding: 30px 0;
}

.list-jury .title-category h2 {
  font-family: 'Roboto', sans-serif;
  color: #F5914A;
  margin: 50px 0;
  font-size: 42px;
  font-weight: 600;
}

.list-jury .list-item-jury .item-jury {
  padding: 85px 0px 85px 0px;
  z-index: 2;

  cursor: pointer;
}

.list-jury .list-item-jury .item-jury:hover img {
  transform: scale(0.95);
  transition: all 0.8s;
}

.list-jury .list-item-jury .item-jury:hover .name {
  color: #F5914A;
  transition: all 0.8s;
}

.list-jury .list-item-jury .item-jury::before {

  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0 20px 10px 20px;
  height: 50%;
  background: rgb(249, 247, 245);
  border-radius: 0% 0px 50% 50%;
  z-index: 1;
}

.list-jury .list-item-jury .item-jury::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0 20px 10px 20px;
  height: 50%;
  background: linear-gradient(rgba(245, 145, 74, 0.3), rgba(58, 123, 213, 0));
  border-radius: 50% 50% 0% 0%;
  z-index: 1;
}

.list-jury .list-item-jury .item-jury .title-item {
  text-align: center;
  position: relative;
  z-index: 2;
}

.list-jury .list-item-jury .item-jury .title-item h3 {
  color: #262626;
  text-transform: capitalize;
  font-family: Marcellus;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.25px;
  transition: all 0.8s;
}

.list-jury .list-item-jury .item-jury .title-item p {
  margin: 25px 0;
  padding: 0 25px;
  color: #b8967e;
}

.list-jury .list-item-jury .item-jury .avatar {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-jury .list-item-jury .item-jury .avatar img {
  width: 240px;
  height: 240px;
  border: 2px solid #F5914A;
  padding: 10px;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.8s;
  margin-bottom: 25px;
}

.list-jury .list-item-jury .item-jury .list-link {
  position: relative;
  z-index: 3;
}

.list-jury .list-item-jury .item-jury .list-link ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}

.list-jury .list-item-jury .item-jury .list-link ul .social-fb:hover {
  background-color: #0866ff;
}

.list-jury .list-item-jury .item-jury .list-link ul .social-twitter:hover {
  background-color: #000;
}

.list-jury .list-item-jury .item-jury .list-link ul .social-youtube:hover {
  background-color: #ff0033
}

.list-jury .list-item-jury .item-jury .list-link ul a {
  border-radius: 0px 10px 0px 10px;
  box-shadow: none;
  margin-right: 10px;
  background: transparent;
  border: solid 2px #fff;
  height: 45px;
  background-color: #f5914a;
  width: 45px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  line-height: 45px;
  font-size: 15px;
}

.list-jury .list-item-jury .item-jury .list-link ul a img {
  transform: scale(1.1);
}

.detail-jury .info-jury {
  background-color: #f5914a;
  padding: 0 20px;
  border-radius: 40px 0 40px 0;
  margin: 40px 0;
}

.detail-jury .info-jury .avarta img {
  border-radius: 40px 0 40px 0;
  height: 500px;
  object-fit: cover;
  width: 100%;

}

.detail-jury .info-jury .wrapper .position {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.detail-jury .info-jury .wrapper .profile {
  border-bottom: 1px solid #ffffff2e;
}

.detail-jury .info-jury .wrapper .profile .profile-detail {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-left: 0;

}

.detail-jury .info-jury .wrapper .profile .profile-detail i {

  border-radius: 15px 0 15px 0;
  color: #f5914a;
  padding: 16px;
  font-size: 16px;
  background-color: #fff;
  margin-right: 15px;
}

.detail-jury .info-jury .wrapper .profile .profile-detail span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.detail-jury .info-jury .wrapper .social {
  margin: 20px 0;
}

.detail-jury .info-jury .wrapper .social ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  justify-content: left;
  align-items: center;
}

.detail-jury .info-jury .wrapper .social ul li {
  margin-right: 15px;

}

.detail-jury .info-jury .wrapper .social ul li a {
  width: 45px;
  height: 45px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border: solid 2px #fff;
  background-color: #f5914a;
  font-size: 16px;
  border-radius: 0px 10px 0px 10px;
}

.detail-jury .description-jury {
  margin: 50px 0;
}

.detail-jury .description-jury .title {
  font-size: 38px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 20px;
  font-family: Marcellus;
}

.custom-post-nav {
  margin-top: 60px;
  border-radius: 30px 0 30px 0;
  box-shadow: none;
  border: none;
  background: #f9f6f4;
  padding: 30px;
  display: inline-block;

  width: 100%;
}

.custom-post-nav .ti-arrow-left:before,
.custom-post-nav .ti-arrow-right:before {
  font-family: 'bootstrap-icons';
  font-size: 18px;
  vertical-align: -3px;
}

.custom-post-nav .ti-arrow-left:before {
  content: "\f13f";
}

.custom-post-nav .ti-arrow-right:before {
  content: "\f144";
}

.custom-post-nav .prev-nav-link>a,
.custom-post-nav .next-nav-link>a {
  border-radius: 0;
  position: relative;
}

.custom-post-nav a:last-child {
  float: right;
}

.custom-post-nav .nav-link {
  line-height: 1;
  font-size: 10px;
  color: #fff;


  display: inline-block;
}

.custom-post-nav .nav-link a {
  color: #fff;
  display: flex;
  background-color: #000;
  align-items: center;
}

.custom-post-nav .nav-link a i {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  height: 100%;
}

.custom-post-nav .nav-link h5 {
  margin: 0;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 15px 25px;
  max-width: 1000px;
  background-color: #f5914a;
}

.custom-post-nav .next-nav-link {
  float: right;
}

.project-market {
  padding: 120px 0;
}

.project-market .introduction-project-market .image img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 0px 40px 0px 0px;
}

.project-market .introduction-project-market .content .title h2,
.project-market .teacher-introduction .title h2,
.project-market .list-project-market .title h2 {
  margin-top: 20px;
  font-family: Marcellus;
  font-size: 42px;
  font-weight: 500;
}

.project-market .introduction-project-market .content .description p,
.teacher-introduction .content p {
  color: #777777;
  margin-bottom: 30px;
  line-height: 30px;
}

.project-market .introduction-project-market .content .description,
.teacher-introduction .content {
  max-width: 850px;
}

.project-market .introduction-project-market .content .name-title {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}

.project-market .introduction-project-market .content .name-title img {
  margin-right: 25px;

}

.project-market .introduction-project-market .content .name-title p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.project-market .list-teacher {
  padding: 20px 0;
}

.project-market .list-teacher .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 700px;
}

.project-market .list-teacher .name {
  text-align: center;
  margin: 15px 0;
}

.project-market .list-teacher .name h3 {
  color: #262626;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  transition: all .5s;
}

.project-market .list-teacher .item-teacher:hover h3 {
  color: #F5914A;
  transition: all .5s;
}

.project-market .list-project-market .list-item .total-item {
  color: #777777;
  margin-bottom: 10px;
}

.project-market .list-project-market .list-item .project-market-item {
  margin: 15px 0;
}

.project-market .list-project-market .list-item .project-market-item:hover h3.title {
  color: #f5914a;
  transition: all .6s;
}

.project-market .list-project-market .list-item .project-market-item .name-project {
  text-align: center;
  background: linear-gradient(to bottom, rgba(245, 145, 74, 0.30), rgb(58 123 213 / 0));
  padding: 15px 0;
}

.project-market .list-project-market .list-item .project-market-item .name-project .title {
  color: #262626;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  transition: all .6s;
  margin-bottom: 5px;
}

.project-market .list-project-market .list-item .project-market-item .name-project .director {
  color: #777777;
  margin-bottom: 5px;
}

.detail-project-market {
  padding: 60px 0;
}

.detail-project-market .item-detail img {
  width: 100%;
  border-radius: 40px 0 0px 0;
  height: auto;
  object-fit: cover;
}

.detail-project-market .item-detail {
  background: #f5914a;
  width: 100%;
  border-radius: 40px 0 40px 0;
  position: relative;
}

.detail-project-market .item-detail:before {
  content: "";
  width: 100px;
  background-image: url(/assets-danaff/wp-content/themes/igual/assets/images/lawyer-ties.png);
  height: 100px;
  background-size: cover;
  position: absolute;
  top: 40px;
  z-index: 1;
  right: 40px;
  opacity: 0.3;


}

.pagination-single {
  position: relative;
  margin-top: 0px;
  padding: 35px 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 4px;
  background: #f9f6f4;
  display: inline-block;
  width: 100%;
}

.pagination-single-inner>h6>a {
  position: relative;
  line-height: 1.5;
}

.pagination-single-inner>h6>a span.arrow {
  display: inline-block;
  background: #000;
  color: #fff;
  height: 45px;
  width: 45px;
  background-color: #f5914a;
  line-height: 45px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 10px 0 10px 0;
  font-size: 18px;
  transition: all .3s;
}

.pagination-single-inner>h6>a span.title {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  color: #262626;
  transition: all .3s;
}

.pagination-single-inner h6 {
  font-size: 20px;
  word-break: break-word;
}

.pagination-single-inner>* {
  width: 50%;
}

.pagination-single-inner {
  display: flex;
  gap: 35px;
}

.pagination-single-inner>h6.pagination-next {
  margin-left: auto;
  text-align: right;
}

.list-danh-sach-phim-du-thi {
  padding: 80px 0;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .image img {
  transition: all 0.8s linear;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .image {
  overflow: hidden;


  transform: scale(1.1);
}

.list-danh-sach-phim-du-thi .item-phim .wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 40px 0 40px 0;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .image:hover img {
  transition: all 0.8s linear;
  transform: scale(1.1);
  transition: 0.8s linear;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper:hover::before {
  opacity: 1;
  right: -140px;
  -webkit-transition: .8s cubic-bezier(.165, .84, .44, 1) .2s;
  -moz-transition: .8s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: .8s cubic-bezier(.165, .84, .44, 1) .2s;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 50px;
  right: -200px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 9;
  transition: all 0.8s linear;
  background-color: #f5914a;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .overlay-content {


  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  color: #fff;


}

.list-danh-sach-phim-du-thi .item-phim {
  margin: 15px 0;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .overlay-content .content {
  position: absolute;
  bottom: -40%;
  padding: 30px 30px 30px 30px;
  z-index: 2;
  width: 100%;
  transition: all 0.8s linear;
  left: 0%;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper:hover .overlay-content {

  background-color: #0D0F21ED;
  transition: all 0.8s linear;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper:hover .content {
  bottom: 0%;
  transition: all 0.8s linear;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .content h3 {
  font-family: Marcellus;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .content h3 a {
  color: #fff;
  transition: all 0.8s linear;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .content h4 {

  font-family: Marcellus;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper .content h4 a {
  color: #fff;
  transition: all 0.8s linear;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper:hover .content h4 a:hover {
  color: #f5914a;
  transition: all 0.8s linear;
}

.list-danh-sach-phim-du-thi .item-phim .wrapper:hover .content h3 a:hover {
  color: #f5914a;
  transition: all 0.8s linear;
}

.list-danh-sach-phim-du-thi .title-cate-phim {
  padding: 30px 0;
}

.list-danh-sach-phim-du-thi .title-cate-phim h2 {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 42px;
  text-transform: uppercase;
  color: #f5914a;
}

.list-index-event {
  padding: 60px 0;
}

.list-index-event .title h2 {
  font-family: "roboto", sans-serif;
  font-weight: 600;
  font-size: 42px;
  text-transform: uppercase;
  color: #f5914a;
}

.list-index-event .item-event {
  margin: 25px 0;
  box-shadow: 0px 12px 10px rgb(238 239 240 / 25%);
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #F2F5FA;
}

.list-index-event .item-event .event-igmage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-index-event .item-event .event-content {
  display: flex;
  align-items: center;
}

.list-index-event .item-event .event-content .event-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.list-index-event .item-event .event-content .event-title a {
  color: #262626;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  transition: all 0.6s linear;
}

.list-index-event .item-event .event-content {
  padding: 25px;
}

.list-index-event .item-event .event-content .event-title a:hover {
  color: #f5914a;
  transition: all 0.6s linear;
}

.list-index-event .item-event .event-content .event-date {
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #888;
}

.detail-news-event {
  padding: 80px 0;
}

.detail-news-event .content-detail .image-detail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-news-event .content-detail .image-detail img {
  width: 100%;
  height: 100%;
  max-height: 850px;
  object-fit: contain;
}

.detail-news-event .content-detail .image-detail .date {
  color: #fff;
  position: absolute;
  right: 15%;
  bottom: 0;
  display: inline-block;
  text-align: center;
  padding: 12px 17px 9px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all .3s;
  border-radius: 20px 0 20px 0;
  background: #f5914a;
}

.detail-news-event .content-detail .content .author {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.detail-news-event .content-detail .content .author i {
  color: #f5914a;
  font-size: 18px;
  margin-right: 20px;
}

.detail-news-event .content-detail .content {

  margin: 30px 0;
}

.detail-news-event .content-detail .content .body_content {
  padding: 25px 0;
  color: #797979;
}
.detail-news-event .content-detail .content .body_content img{
  width: 100%;
  height: auto;
  padding: 20px 0;
  max-height: 800px;
  object-fit: contain;
}
.item-sidebar-detail {
  margin-bottom: 40px;
  padding: 30px;
  background: rgb(250, 250, 250);
}

#form-search-sidebar {
  display: flex;
}

#form-search-sidebar input {
  min-height: 52px;
  border-radius: 0;
  border: 1px solid #eaeaea;
  width: 75%;
  padding: 0 12px;
  background: #fff;
}

#form-search-sidebar button {
  width: 25%;
  color: rgb(255, 255, 255);
  background-color: rgb(245, 145, 74);
  font-family: "Tahoma", Sans-serif;
  min-height: 52px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-width: 4px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

#form-search-sidebar button:hover {
  background-color: #09172e;
}

.item-sidebar-detail .title h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
}

.item-sidebar-detail .title h3 {
  position: relative;
}

.list-bai-viet ul {
  margin-left: 0px;
  padding-left: 15px;
}

.list-bai-viet ul li {
  padding: 5px 0;
  margin-bottom: 0;
}

.list-bai-viet ul li a {
  outline: none;
  cursor: pointer;
  color: #151515;
  transition: all 0.3s;

}

.list-bai-viet ul li:hover a {
  color: #f5914a;
  transition: all 0.3s;
}

.danh-muc-sidebar .list-bai-viet ul {
  list-style-type: none;
  padding-left: 0;
}

.danh-muc-sidebar .list-bai-viet ul li a {
  font-weight: 600;
}

.danh-muc-sidebar .list-bai-viet ul li a i {
  margin-right: 5px;
  color: #f5914a;
}

.list_item_seach .news-item:hover .news-title {
  color: #f5914a;
  transition: all 0.3s;
}

.list_item_seach .news-item {
  margin: 15px 0;
  display: flex;
  cursor: pointer;
}

.list_item_seach .news-item img {
  height: 80px;
  width: 30%;
  background-color: #f2f2f2;
  float: left;
  object-fit: cover;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 4px;
}

.list_item_seach .news-item .news-title {
  font-size: 14px;
  width: 70%;
  font-weight: 500;
  transition: all 0.3s;
  color: #262626;
}

.list_item_seach {
  display: block !important;
}

.hot-news .image-news-hot .image a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hot-news .image-news-hot .image img:hover {
  transform: scale(1.1);
  transition: all 0.4s linear;
}

.hot-news .image-news-hot .image img {
  width: 85%;
  height: 100%;
  max-height: 800px;
  object-fit: contain;

  transition: all 0.4s linear;
}

.hot-news .image-news-hot .title {
  text-align: center;
  padding: 15px 50px;
}

.hot-news .image-news-hot .title h3 a {
  color: #262626;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 40px;
  transition: all 0.4s linear;
}

.hot-news .image-news-hot .title h3 a:hover {
  color: #f5914a;
  transition: all 0.4s linear;
}

.hot-news .category-news ul {
  list-style-type: none;
  padding-left: 0;
}

.hot-news .category-news ul li {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  cursor: pointer;
  color: #54595F;
  transition: all 0.5s;
  padding-bottom: 10px;
}

.hot-news .category-news ul li.category-item {
  border-top: 2px solid #ddd;
  padding-top: 10px;

}

.hot-news .category-news ul li.category-item a i {
  margin-right: 8px;
  color: #f5914a;
}

.hot-news .category-news ul li.category-item a {
  color: #262626;
}

.hot-news .category-news ul li:hover {
  color: #FF5A00;
  transition: all 0.5s;
}

.hot-news .category-news ul li:hover a {
  color: #f5914a;
  transition: all 0.5s;
}

.list-hot-news {
  padding: 50px 0;
}

.list-hot-news .item-hot-news {
  margin: 15px 0;
  cursor: pointer;
}

.list-hot-news .item-hot-news .wrapper:hover .title p {
  color: #f5914a;
  transition: all 0.3s linear;
}

.list-hot-news .item-hot-news .wrapper .image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.list-hot-news .item-hot-news .wrapper .title {
  text-align: center;
  padding: 15px 0;
}

.list-hot-news .item-hot-news .wrapper .title p {
  color: #262626;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 25px;
}

.list-all-news {
  padding: 20px;
}

.list-all-news .item {
  cursor: pointer;

}

.list-all-news .item .wrapper .image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s linear;
}

.list-all-news .item:hover .wrapper img {
  transform: scale(1.085);
  overflow: hidden;
  border-radius: 30px 0 0 0;
  transition: all 0.3s linear;
}

.list-all-news .item .wrapper {
  margin: 15px 0;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px 0px;
  /* border: 1px solid #F2F5FA; */
  box-shadow: 0px 0px 0px 1px #EAEAEA;

}

.list-all-news .item .wrapper .image {
  overflow: hidden;
}

.list-all-news .item .wrapper .image img {
  border-radius: 30px 0 0 0;
  overflow: hidden;
}

.list-all-news .item .wrapper .content {
  padding: 30px 30px 25px;
  color: rgb(38, 38, 38);

}

.list-all-news .item .wrapper .content .title a {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 34px;
  font-family: Marcellus;
  color: #000;
}

.list-all-news .item .wrapper .content .date {
  color: #797979;
  font-size: 15px;
}

.list-all-news .item .wrapper .content .description {
  line-height: 27px;
  margin-bottom: 15px;
  color: #797979;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;

}

.list-all-news .item .wrapper .content .read-more {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  fill: #F5914A;
  font-weight: 600;
  color: #F5914A;
  font-family: "Tahoma", Sans-serif;
  background-color: #6D00E700;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  line-height: 12px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}

.list-all-news .item:hover .wrapper .content .title a {
  transition: all 0.3s linear;

}

.list-all-news .item:hover .wrapper .content .date {
  color: #F5914A;
  transition: all 0.3s linear;
}

.list-all-news .item:hover .wrapper .content .title a {
  color: #F5914A;
  transition: all 0.3s linear;
}

.list-all-news .item .wrapper .content .read-more span {
  transition: all 0.3s linear;
}

.list-all-news .item .wrapper .content .read-more i {
  margin-left: 5px;
  font-size: 13px;
  transition: all 0.3s linear;
}

.list-all-news .item .wrapper .content .read-more:hover span {
  color: #000;
  transition: all 0.3s linear;
}

.list-all-news .item .wrapper .content .read-more:hover i {
  transform: rotate(90deg);
  color: #000;
  transition: all 0.3s linear;
}

.detail-phim-du-thi {
  padding: 50px 0;
}

.detail-phim-du-thi .image-phim {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;


}

.detail-phim-du-thi .image-phim img {
  width: auto;
  height: 100%;
  max-height: 800px;
  object-fit: contain;
}

.portfolio-content {
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.portfolio-content .film-info {
  margin-bottom: 30px;
}

.portfolio-content .film-info p {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}

.portfolio-content .film-info .label {
  min-width: 200px;
  color: #333;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
}

.portfolio-content .film-info .value {
  text-align: right;
  color: #666;
  flex: 1;
}

.portfolio-content .film-info .label i {
  margin-right: 10px;
  width: 20px;
  color: #f5914a;
}

.portfolio-content .section-title {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 20px;
  color: rgb(245, 145, 74);
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.portfolio-content .synopsis,
.portfolio-content .director-bio {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-us .content .title {
  font-size: 42px;
  line-height: 45px;
}

.about-us .introduction-project-market .image img {
  max-height: 800px;
}

.timeline-container {

  width: 100%;
  position: relative;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #ff9a56, #ff7043);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
  position: relative;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 45%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.timeline-item:nth-child(odd) .timeline-content {
  margin-right: auto;
}

.timeline-item:nth-child(even) .timeline-content {
  margin-left: auto;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.9);
}

.timeline-dot svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.timeline-year {
  position: absolute;
  left: 50%;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  background: white;
  padding: 8px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.timeline-item:nth-child(odd) .timeline-year {
  transform: translateX(80px);
}

.timeline-item:nth-child(even) .timeline-year {
  transform: translateX(-100%);
  margin-left: -80px;
}

.timeline-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.timeline-content p {
  color: #7f8c8d;
  font-size: 16px;
  line-height: 1.6;
}

.year-bg {
  position: absolute;
  font-size: 180px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.02);
  z-index: 0;
  pointer-events: none;
}

.timeline-item:nth-child(1) .year-bg {
  left: -50px;
  top: -40px;
}

.timeline-item:nth-child(2) .year-bg {
  right: -50px;
  top: -40px;
}

.timeline-item:nth-child(3) .year-bg {
  left: -50px;
  top: -40px;
}

.timeline-item:nth-child(4) .year-bg {
  right: -50px;
  top: -40px;
}

@media (max-width: 1024px) {
  .timeline-content {
    width: 42%;
    padding: 25px;
  }

  .timeline-content h2 {
    font-size: 24px;
  }

  .timeline-content p {
    font-size: 15px;
  }

  .timeline-year {
    font-size: 28px;
    padding: 6px 16px;
  }

  .year-bg {
    font-size: 140px;
  }
}

@media (max-width: 768px) {


  .timeline-line {
    left: 50%;
    transform: translateX(-50%);
  }

  .timeline-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .timeline-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
    padding: 30px;
    order: 3;
  }

  .timeline-content h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .timeline-content p {
    font-size: 15px;
  }

  .timeline-dot {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 0 transparent;
    order: 1;
    margin-bottom: 20px;
  }

  .timeline-dot svg {
    width: 35px;
    height: 35px;
  }

  .timeline-year {
    position: static;
    transform: none !important;
    margin: 20px 0 30px 0;
    display: block;
    text-align: center;
    font-size: 36px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    order: 2;
  }

  .year-bg {
    display: none;
  }

  .timeline-item:nth-child(odd) .timeline-year,
  .timeline-item:nth-child(even) .timeline-year {
    transform: none;
    margin-left: -200px;
  }
}

@media (max-width: 480px) {

  .timeline-content {
    max-width: 100%;
    padding: 25px 20px;
    border-radius: 12px;
  }

  .timeline-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .timeline-content p {
    font-size: 14px;
  }

  .timeline-dot {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .timeline-dot svg {
    width: 30px;
    height: 30px;
  }

  .timeline-year {
    margin: 15px 0 25px 0;
    font-size: 32px;
  }
}

@media (max-width: 360px) {
  .timeline-content {
    padding: 20px 15px;
  }

  .timeline-content h2 {
    font-size: 22px;
  }

  .timeline-content p {
    font-size: 13px;
  }

  .timeline-dot {
    width: 60px;
    height: 60px;
  }

  .timeline-dot svg {
    width: 26px;
    height: 26px;
  }

  .timeline-year {
    font-size: 28px;
    margin: 12px 0 20px 0;
  }
}

.list-all-awards{
  padding: 60px 0;
}
.list-all-awards .list-item .item{
  cursor: pointer;
}
.list-all-awards .list-item .item .image{
  position: relative;
  overflow: hidden;
  border-radius: 0px 27px;
  
}
.list-all-awards .list-item .item .image a .overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 27px;
  opacity: 0;
  transition: all 0.3s ease;
}
.list-all-awards .list-item .item .image img{
  width: 100%;
  height: 100%;
  border-radius: 0px 27px;
  object-fit: cover;
}
.list-all-awards .list-item .item .title{
  text-align: center;
  padding: 15px 0;
}
.list-all-awards .list-item .item .title h3{
  
    font-family: Marcellus;
    font-weight: 400;
    font-size: 35px;
    line-height: 50px;
}
.list-all-awards .list-item .item .title h3 a{
  transition: all 0.3s linear;
  color: #262626;
}
.list-all-awards .list-item .item:hover .image a .overlay{
  opacity: 1;
  transition: all 0.3s ease;
}
.list-all-awards .list-item .item:hover .title h3 a{
  color: #f5914a;
  transition: all 0.3s linear;
}
.detail-awards{
  padding: 80px 0;
}
.detail-awards .image{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-awards .image img{
  width: 500px;
  height: auto;
  object-fit: cover;
}

.detail-awards .content .title h3{
  font-family: Marcellus;
  font-weight: 400;
  font-size: 38px;
  line-height: 55px;
  margin: 25px 0;

}
.detail-awards .content  .description{
  line-height: 28px;
  color: #666;
  font-size: 16px;
}
.detail-contact .info-contact .info .contact {
  cursor: pointer;
  margin: 15px 0;
  padding: 0;
}
.detail-contact .info-contact .info .contact .wrapper{
  padding: 25px;
  border-radius: 20px 0px 20px 0px;
  margin: 0 15px;
  border: 1px solid #EAEAEA;
}

.detail-contact .info-contact .info .contact .wrapper .icon i{
  padding: 25px;
  font-size: 25px;
  color: #f5914a;
  background-color: #54595f;
  border-radius: 50%;
  border: 1px solid #f5914a;
  margin: 15px 0;
  transition: all 0.5s ;
}

.detail-contact .info-contact .info .contact:hover .icon i{
  background-color: #000;
  color: #fff;
  border-color: #000;
  transform: rotateY(360deg);
  transition: all 0.5s ;
}
.detail-contact .info-contact .info .contact:hover .wrapper{
  border-color: #f5914a;
  transition: all 0.5s ;
}
.detail-contact .info-contact .info .contact .wrapper .title{
  color: #252525;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 17px;
  line-height: 35px;
}
.detail-contact .info-contact .info .contact .wrapper .text{
    color: #797979;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s linear;
}
.detail-contact .info-contact .info .contact .wrapper a.text:hover{
  color: #f5914a;
  transition: all 0.3s linear;
}
.detail-contact  .form-contact {
  background-color: #FAFAFA;
  padding: 20px 55px 20px 55px;
}
#formContact input, #formContact textarea{
  border: none;
  background-color: #FAFAFA;
  border-radius: 0px;
  padding-left: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
#formContact button{
  background-color: #f5914a;
  color: #fff;
  border-radius: 15px 0 15px 0;
  font-family: "Tahoma", Sans-serif;
  padding: 10px 30px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s linear;
  border: 1px solid #f5914a;
}
#formContact button:hover{
  background-color: #000;
  border-color: #000;
  color: #fff;
  transition: all 0.3s linear;
}
#formContact input:focus, #formContact textarea:focus{
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #f5914a;
}
#formContact .close{
  padding: 10px;
}
























footer .mailchimp-wrapper .input-group input#zozo-mc-email {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  color: #fff;
  border-radius: 0;
  padding: 0 0px;
}

footer button.input-group-addon.zozo-mc.btn.btn-default {
  min-width: 48px;
  border-radius: 0 !important;
  margin-left: 7px !important;
  padding-right: 0;
  position: absolute;
  right: 0;
  color: #f5914a;
  top: -5px;
  bottom: 3px;
  z-index: 5;
  height: 47px;
  background-color: transparent;
}

.footer-bottom-wrap {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer-bottom-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-bottom-wrap {
  background-color: rgba(10, 10, 10, 0);
}

.footer-bottom-wrap {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 30px;
}

.footer-bottom-wrap {
  padding: 20px 0;
  background: rgb(9, 11, 30);

}

.footer-bottom-wrap a {
  color: #f5914a;
}

.back-to-top {
  display: none;
  background: #f5914a;
  color: #fff;
  position: fixed;
  right: 25px;

  bottom: 17px;
  text-align: center;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 9;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 12px 11px 14px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.back-to-top i {
  font-size: 17px;
  line-height: 1;
  margin-top: 0;
  display: block;
  animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -webkit-animation: blinker 1s linear infinite;
}

.back-to-top:hover {
  color: #fff;
}

.back-to-top:focus {
  color: #fff;
}

.back-to-top:hover i {
  transition: all .3s;
}

.widget.widget_nav_menu li a:before {
  content: "\f285";
  color: #f5914a;
  margin-right: 9px;
  font-family: 'bootstrap-icons';
  padding-left: 0;
  font-size: 13px;
  position: relative;
  top: 0;
}

.footer-widgets-wrap li a {
  line-height: 23px;
}

.footer-widgets-wrap a {
  color: #e0e0e0;
}