a:hover {
  color: #E57630;
  transition: all 0.3s ease-in-out;
}

.hover-before-bg-gradient-primary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #E57630;
  z-index: -1;
  transition: all 0.3s;
}

.hover-before-bg-gradient-primary:hover::before {
  width: 100%;
}


.hover_item_product::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--cl-main);
  z-index: -1;
  transition: all 0.3s;
}

.hover_item_product:hover::before {
  width: 100%;
}



.swiper-detail-pro-gallery .swiper-slide {
  opacity: 0.4;
}

.swiper-detail-pro-gallery .swiper-slide-thumb-active {
  opacity: 1;
}

.tab-content.active {
  display: block;
}

.module-tabs .tab_pro.tab-link.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: var(--cl-main);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
}

.module-tabs .tab_about.tab-link.active {
  color: var(--cl-main);
  border: 1px solid var(--cl-main);
}

#map iframe {
  width: 100%;
  height: 700px;
}

.footer_bg {
  -webkit-mask-image: url('../images/bg_footer.svg');
  -webkit-mask-size: cover;
  mask-image: url('../images/bg_footer.svg');
  mask-size: cover;
  overflow: hidden;
}

/* .footer_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: red;
  z-index: -1;

  -webkit-mask-image: url('../../../template/svgs/bg_footer.svg');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;

  mask-image: url('../../../template/svgs/bg_footer.svg');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: top center;
  transform: scale(1.02);
} */
.gradient-text {
  background: linear-gradient(182.67deg, #2D2E82 2.23%, #CD2A2A 89.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu_footer ul li a {
  display: block;
  color: var(--cl-s1);
}

.menu_footer ul li:not(:last-child) a {
  margin-bottom: 16px;
}

.menu_footer ul li a:hover {
  color: #E57630;
}

.scrollbar-pro-hot::-webkit-scrollbar {
  height: 5px;
}

.scrollbar-pro-hot::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 999px;
}

.scrollbar-pro-hot::-webkit-scrollbar-thumb {
  background: #ACACAC;
  /* màu của thanh kéo */
  border-radius: 999px;
  max-width: 336px;
}

.scrollbar-pro-hot::-webkit-scrollbar-thumb:hover {
  background: #ACACAC;
}



.thumb_video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 49px;
  height: 34px;
  background: url('../images/logos_youtube-icon.png') no-repeat center;
  z-index: 2;
}

.thumb_video::before:hover {
  transform: scale(1.1) translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.bg_form_home {
  background-image: url('../images/k_form2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.header_bottom {
  transition: box-shadow 0.3s ease;
}

.header_bottom.fixed {
  transition: box-shadow 0.3s ease;
  
}
.modal-search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.modal-search.active {
  visibility: visible;
  opacity: 1;
}

.modal-search form {
  transform: translateY(-3rem);
  transition: all 0.3s;
}

.modal-search.active form {
  transform: translateY(0);
}




/* Mobile Menu Styles */
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background-color: white;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.menu-mobile.is-active {
  transform: translateX(0);
}

.over-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.over-mobile.is-active {
  opacity: 1;
  visibility: visible;
}

.menu-mobile-content ul {
  display: block;
  width: 100%;
  /* padding: 0 16px; */
}
.menu-mobile-content > ul {
  /* display: block;
  width: 100%; */
  padding: 0 16px;
}
.menu-mobile-content ul li {
  position: relative;
  width: 100%;

}
.menu-mobile-content ul li:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.menu-mobile-content ul li a {
  display: block;
  padding: 12px 0px;
  color: var(--cl-s1);
  font-size: 16px;
  text-align: left;
  border-right: none !important;
}

.menu-mobile-content ul li ul {
  display: none;
  background-color: #f5f5f5;
}

.menu-mobile-content ul li ul li a {
  padding-left: 20px;
}

.btn-menu-sub {
  position: absolute;
  top: 0;
  right: 0;
  /* width: 50px; */
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.btn-menu-sub.active svg {
  transform: rotate(180deg);
}

.menu-mobile-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.thumb_video_about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  background: url('../images/play_video.png') no-repeat center;
  z-index: 2;
}

.menu-lang ul {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(1rem);
}
.menu-lang ul li a {
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
}
.menu-lang ul li:hover a {
  background-color: var(--cl-1);
  color: #fff;
}
.menu-lang ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.menu-lang label:has(input:checked) ~ ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.breakrumb_page .breadcrumb{
  color: #fff;
}
.breakrumb_view .breadcrumb{
  color: var(--cl-main);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb li {
  word-break: break-all;
}

.breadcrumb li:not(:first-child)::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 0.5rem;
}

/* .breadcrumb li:last-child {
  color: var(--cl-1);
} */
 .pagination{
  display: flex;
  align-items: center;
  gap: 1rem;
 }
.pagination strong{
  color: #0F2B90;
}
.pagination strong:first-child{
  width: 24px;
  height: 24px;
  background: #EFEFEF;
  color: #0F2B90;
  display: inline-block;
  text-align: center;
   border-radius: 999px;
}
.pagination a:last-child{
  width: 24px;
  height: 24px;
  background: #EFEFEF;
  color: #0F2B90;
  display: inline-block;
  text-align: center;
  border-radius: 999px;
}
.pagination a:last-child:hover{
  background: var(--cl-main);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.toc_list{
  margin-left: 0px !important;
  margin-top: 8px;
  margin-bottom: 0px !important;
}
.toc_list,
.toc_list ul {
  list-style: none !important;
  margin-bottom: 0px !important;
}
.toc_list > li > a{
  font-weight: 600;
  color: #474747;
}
.toc_list > li > a > strong,
.toc_list strong,
.toc_list a{
  font-weight: 600 !important;
  color: #474747;
}
.toc_list ul li a:hover{
  color: #E57630 !important;
  transition: all 0.3s ease-in-out;
}
.toc_list li:not(:last-child){
  margin-bottom: 8px;
}
.toc_list li:last-child{
  margin-bottom: 0px;
}
.text-nowrap{
  white-space: nowrap !important;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;  /* IE và Edge */
  scrollbar-width: none;     /* Firefox */
}

.list_contact a:hover {
    background-color: #fff;
    color: #015080;
    transition: all .3s
}

.list_contact a {
    animation: ring 2s infinite;
    position: relative
}

.list_contact a:before {
    content: "";
    position: absolute;
    border: 2px solid #015080;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: ripple 1.5s linear infinite
}

@keyframes ring {
    0% {
        transform: rotate(0deg)
    }

    5% {
        transform: rotate(15deg)
    }

    10% {
        transform: rotate(-15deg)
    }

    15% {
        transform: rotate(15deg)
    }

    20% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}
@media screen and (min-width: 1280px) {
 .bg_home_hot {
  -webkit-mask-image: url('../images/khung_spnb.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain; /* hoặc 100% 100% */
  mask-image: url('../images/khung_spnb.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain; /* hoặc 100% 100% */
  overflow: hidden;
}

}