.tagBox {
  padding: 3px 6px;
  background: #000;
  color: #fff;
  font-size: 10px !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
  text-decoration: none;
  cursor: pointer;
}
.featuredContents {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}
.featuredContents img,
.homeContents1 img,
.homeContents2 img,
.homeContents3 img,
.indusContentImage img {
  transition: ease-in-out 0.4s;
}
.featuredContentImage {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.featuredContentImage a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.featuredContent {
  position: relative;
  padding: 0 10px 15px;
}
.featuredContent span{
  font-size: 13px;
}
.homeContents .titleContent{
  font-weight: 400;
  margin-bottom: 0;
}
.titleContent {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.titleContent a {
  color: #333;
  text-decoration: none;
}
.subText {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1;
}
.titleIndex {
  margin-bottom: 20px;
  font-size: 24px;
}
.titleIndex span {
  border-bottom: 3px solid #cb2128;
}
.headerNav {
  transition: ease-in-out 0.4s;
  background-color: #fff;
}
.headerNav.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: ease-in-out 0.4s;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.headerNav .navbarMenu .logoImage,
.headerNav.fixed .headerContent {
  display: none;
}
.headerNav.fixed .navbarMenu .logoImage {
  display: inline;
}
.headerNav.fixed .navbarMenu {
  justify-content: space-between;
}
.headerNav.fixed .searchIconMobile,
.headerNav.fixed .logoImage {
  width: auto;
}
.headerNav.fixed .logoImage a {
  width: 220px;
}
.headerContent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.logoImage {
  width: 25%;
}
.logoImage a {
  width: 230px;
  display: inline-block;
}
.headerImage {
  width: 50%;
  max-height: 100px;
}
.navbarMenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbarContent .nav-link {
  font-weight: 700;
  margin-right: 40px;
  position: relative;
  padding: 0;
  font-size: 16px;
}
#navbarContent .nav-link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background: #cb2128;
  transition: ease-in-out 0.3s;
}
#navbarContent .active .nav-link:after {
  width: 100% !important;
}
#modalSearch {
  --bs-modal-width: 1200px;
}
.formSearch {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}
.formSearch i {
  font-size: 20px;
  color: #666;
  padding-right: 25px;
  cursor: pointer;
}
.formSearch input {
  width: calc(100% - 60px);
  font-size: 20px;
  border: none;
}
.popularContent {
  margin-bottom: 20px;
  text-align: center;
}
.popularTitle {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-align: left;
  transition: ease-in-out 0.2s;
}
.popularTag {
  padding: 2px 7px;
  color: #fff;
  background: #666;
  font-size: 10px;
  border-radius: 20px;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  transition: ease-in-out 0.2s;
}
.searchIconMobile {
  width: 27%;
  text-align: right;
}
.searchIconMobile a {
  font-size: 20px;
  color: #666;
  text-decoration: none;
  display: inline-block;
}
.homeContents {
  position: relative;
  overflow: hidden;
}
.homeContents a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homeContents img {
  filter: brightness(0.8);
}
.homeContents1 {
  height: 482px;
}
.homeContents2,
.homeContents3 {
  height: 240px;
}
.homeContents2{
  margin-bottom: .25rem;
}
.homeContent {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 0px 15px 15px;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0));
  width: 100%;
}
.exploreTitle {
  padding: 5px 20px;
  background: #cb2128;
  color: #fff;
  font-size: 14px;
}
.exploreTitle span {
  display: inline-block;
  padding-right: 20px;
}
.exploreTitle a {
  color: #fff;
}
.g3ModuleContent {
  max-height: 400px;
  overflow: hidden;
}
.showMore .g3ModuleContent {
  max-height: 100%;
}
.g3ModuleSection .featuredContents {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
}
.g3ModuleContent .featuredContents {
  min-height: 400px;
}
.indusContent {
  border: 1px solid #ddd;
}
#modalSearch .featuredContentImage,
.industriesSection .featuredContentImage {
  margin-bottom: 0;
}
.cateContent a {
  display: block;
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
}
.myVideo {
  position: relative;
  margin-right: -12px;
  margin-left: -12px;
}
.myVideo .featuredContents{
  padding-right: 12px;
  padding-left: 12px;
}
.myVideo .featuredContents:hover {
  box-shadow: none;
}
.myVideo .featuredContent {
  padding: 0;
}
.slickArrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 40px;
  cursor: pointer;
  z-index: 2;
}
.slickPrev {
  left: -20px;
}
.slickNext {
  right: -20px;
}
.stayTunedPage {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
.stayTunedPage h2{
  font-size: 24px;
}
.stayTunedPage form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 550px;
  margin: 0 auto;
}
.stayTunedPage form input,
.stayTunedPage form input:focus {
  background: transparent;
  color: #fff;
  margin-right: 20px;
}
.stayTunedPage form input::placeholder {
  color: #fff;
}
.footer {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
  font-size: 15px;
}
.footer h3{
  font-size: 24px;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.tesContent a {
  padding-right: 10px;
}
/* Contact Button Styles */
.contact-btn {
  position: fixed;
  right: 20px;
  bottom: 10%;
  background-color: #cb2128;
  color: #fff;
  padding: 15px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(248, 1, 13, 0.1);
  z-index: 1000;
  text-align: center;
}
.popup {
  position: fixed;
  right: 130px;
  bottom: 10%;
  width: 320px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px;
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
/* Popup Content Styles */

.popup-title-call {
  font-size: 14px;
  margin-bottom: 5px;
}
.popup-subtext {
  font-size: 12px;
}
/* Contact Item Styles */
.contact-item {
  align-items: center;
  text-align: center;
  padding: 20px;
}
.contact-item h2{
  font-size: 24px;
}
.contact-item i {
  font-size: 40px;
}
.contact-item-link {
  text-decoration: none;
  color: #000000;
}
/* Phone Number Styles */
.phone-number {
  color: #e74c3c;
  font-weight: bold;
  text-decoration: underline;
  font-size: 22px;
}
/* Icon Styles */
.comment-icon {
  font-size: 30px;
}
#menuMobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  padding-top: 50px;
  transition: ease-in-out 0.4s;
  opacity: 0;
}
#menuMobile.showMenu {
  width: 100%;
  opacity: 1;
}
#menuMobile i {
  position: absolute;
  font-size: 30px;
  color: #cb2128;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#menuMobile ul {
  list-style: none;
  padding-left: 0;
}
#menuMobile li {
  margin-bottom: 15px;
}
#menuMobile a {
  font-size: 24px;
  text-decoration: none;
  color: #333;
}
#menuMobile .active a {
  color: #cb2128;
}
.logoFooterImage {
  width: 200px;
}
.featuredPosts{
  border: 1px solid #ccc;
}
.dateIndexContent{
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 1025px) {
  .logoImage {
    width: 30%;
  }
  .headerImage {
    width: 70%;
  }
}
.detailsErpService {
  display: none;
}
@media only screen and (max-width: 991px) {
  .headerContent,
  .headerImage,
  .navbarMenu .navbar {
    display: none;
  }
  .headerNav .navbarMenu .logoImage {
    display: inline;
  }
  .headerNav .navbarMenu {
    justify-content: space-between;
    padding: 10px 0;
  }
  .searchIconMobile,
  .logoImage {
    width: auto;
  }
  .headerNav.fixed .logoImage a,
  .logoImage a {
    width: 200px;
  }

  #navbarContent .nav-link:after {
    content: none;
  }
  #navbarContent .nav-link {
    margin: 0;
    padding-top: 10px;
  }
  .pr-0 {
    padding-right: auto;
  }
  .homeContents1,
  .homeContents2,
  .homeContents3 {
    height: auto;
  }
  .homeContents1,
  .homeContents2{
    margin-bottom: 1rem;
  }
  .homeContent {
    padding: 0 10px 10px;
  }
  .featuredContent {
    padding: 0 0 15px;
  }
  .g3ModuleSection .featuredContent {
    padding: 0 10px 15px;
  }
  .slickArrow {
    font-size: 30px;
  }
  .slickPrev {
    left: 20px;
  }
  .slickNext {
    right: 20px;
  }
  #modalSearch .featuredContentImage,
  .industriesSection .featuredContentImage {
    margin-bottom: 15px;
  }
  .featuredPosts .featuredContent,
  .indusContent .featuredContent {
    padding: 0 10px 15px;
  }
}
@media only screen and (max-width: 600px) {
  .headerNav.fixed .logoImage a,
  .logoImage a {
    width: 180px;
  }
  .stayTunedPage form {
    width: 100%;
  }
  .exploreTitle {
    text-align: center;
  }
  .exploreTitle a {
    display: block;
  }
  
  .contact-btn {
    right: 25px;
    padding: 8px 8px;
    font-size: 14px;
  }
  .contact-btn p {
    display: none;
  }
  .comment-icon {
    font-size: 35px;
  }
  .popup {
    right: 25px;
    bottom: 20%;
  }
  .contact-item {
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .itemMenu {
    display: none !important;
  }
  .featuredContentHeight {
    height: 400px;
  }
  .featuredContents:hover img,
  .homeContents1:hover img,
  .homeContents2:hover img,
  .homeContents3:hover img,
  .indusContentImage:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  .hotTopicsSection .featuredContents:hover img,
  .myVideo .featuredContents:hover img,
  .g3ModuleSection .featuredContents:hover img {
    -webkit-transform: none;
    transform: none;
  }

  .tagBox:hover {
    background: #cb2128;
  }
  .featuredContents:hover {
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.3);
  }
  .hotTopicsSection .featuredContents:hover {
    box-shadow: none;
  }
  .popularTitle:hover,
  .titleContent a:hover,
  .footer a:hover {
    color: #cb2128;
  }
  #navbarContent .nav-link:hover:after {
    width: 100%;
  }
  .popularTag:hover {
    background: #00bfff;
  }
  .cateContent a:hover {
    color: #cb2128;
  }
  .pr-0 {
    padding-right: 0;
  }
  .pl-5 {
    padding-left: 5px;
  }
  .popup-subtext:hover {
    color: #cb2128;
  }
  .phone-number:hover {
    color: #000000;
  }
  .close-btn:hover {
    color: #e74c3c;
  }
  .contact-btn:hover {
    background-color: #c0392b;
  }
  .homeContents:hover img,
  .indusContentImage:hover img {
    filter: brightness(0.5);
  }
  .featuredContentImage:hover + .featuredContent .titleContent a {
    color: #cb2128;
  }
  .titleContent1 {
    font-size: 36px;
  }
  .titleContent2 {
    font-size: 24px;
  }
  .titleContent3 {
    font-size: 28px;
  }
  .g3ModuleContent .featuredContents:hover .featuredContent {
    margin-top: -90px;
    transition: ease-in-out 0.4s;
    padding-top: 20px;
  }
  .g3ModuleContent .featuredContents:hover {
    box-shadow: none;
  }
  .g3ModuleContent .featuredContents:hover .featuredContentImage {
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 70%);
  }
  .g3ModuleContent .featuredContents:hover .detailsErpService {
    display: block;
  }
  .detailsErpService {
    display: none;
  }
  .h-400{
    height: 400px;
  }
  .indusContent .featuredContent{
    padding-left: 0;
    padding-bottom: 0;
  }
}

.aspect-ratio-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.aspect-ratio-16-9 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aspect-ratio-16-9 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Điều chỉnh các style liên quan */
.featuredContentImage {
    position: relative;
    width: 100%;
}

.homeContents {
    position: relative;
}

.homeContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    pointer-events: none;
}
.homeContent .tagBox{
  pointer-events: all;
}