@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.m-logo {
  width: 100%;
  max-width: 9rem;
}

.img-lang {
  max-width: 1.8rem;
  border-radius: 3px;
}

.top-menu .col-auto {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

.m-video {
  position: relative;
  background: whitesmoke;
}

.overlap-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(33, 33, 33, 0.41);
}

.bor-lr {
  border-left: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.top-menu {
  position: relative;
  color: white;
  font-weight: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  font-size: 0.8rem;
}

.lang {
  letter-spacing: 0.3rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.menu-address {
  max-width: 36%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.col-right {
  margin-left: auto;
}

.top-menu i {
  margin-right: 0.5rem;
}

.top-menu a {
  color: white;
}

.nav-dark {
  background-color: rgba(33, 33, 33, 0.41);
}

.top-x, .top-3, .top-2, .top-1 {
  background: #212456;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  color: white;
  font-size: 0.8rem;
}

.top-1 {
  padding-left: 1rem;
}

.top-3 a {
  float: right;
  padding-right: 0.5em;
  color: white;
  margin-right: 0.5rem;
}

.s-1 {
  border-color: #212456;
}

.btn-pri {
  background-color: #212456;
  color: white;
}

.btn-pri:hover {
  background-color: #0c0d1f;
}

.m-branch {
  background-color: #212456;
  color: white;
}

.m-cate {
  color: #212456;
}

.m-cate::after {
  display: none;
}

.m-drop-menu {
  right: 0;
  left: unset !important;
}

.m-drop .dropdown-item:hover {
  padding-left: 2rem;
  transition: all 0.3s ease;
  color: #212456;
}

.m-drop .dropdown-item {
  transition: all 0.4s ease;
}

.overlay-menu {
  padding-top: 24%;
  padding-bottom: 4%;
  background-image: url(../imgs/img09.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  margin-top: -20%;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 #484eb9;
}

.navbar-toggler {
  border-color: transparent;
  color: #484eb9;
}

.me-cart {
  color: #BDBDBD;
}

.my-menu {
  z-index: 1;
  align-items: center;
  flex-wrap: wrap;
}

.my-menu .nav-link {
  text-align: center;
  color: white !important;
  margin-right: 1rem;
  font-weight: 400;
}

/* Style cho submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

/* Hiển thị submenu khi hover vào mục level 1 */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.no-caret::after {
  display: none;
}

@media (max-width: 767px) {
  .bre-title {
    font-size: 1rem;
  }
  .my-collap-expand {
    background: #0c0d1f;
    padding: 1rem;
  }
  .top-menu {
    background: #0c0d1f;
  }
  .menu-address {
    max-width: 100%;
  }
}
/* net */
.video-title {
  font-weight: 900;
  font-size: 5rem;
}

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
}

/* Text centered over the video */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: white;
  background-color: rgba(24, 22, 71, 0.368627451);
  text-align: center;
}

/* Logo styling (left corner) */
.logo {
  position: absolute;
  top: 1rem;
  left: 3rem;
  z-index: 3;
  max-height: 5rem; /* Adjust size as needed */
  max-width: 14rem;
}

.snd-logo {
  max-width: 11rem;
  max-height: 2rem;
}

/* Menu button styling (right corner, fixed) */
.menu-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1046;
  background-color: #d03a37;
  color: white;
  border: none;
  padding: 1rem;
  /* font-size: 16px; */
  /* border-radius: 5px; */
  cursor: pointer;
}

.menu-button:hover {
  background-color: #212456; /* Darker shade on hover */
}

.m-offcan .m-item {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  border-bottom: 1px solid #e5e5e5;
}

.m-offcan .list-group-item {
  border-color: white;
  padding: 0px;
}

.m-offcan {
  padding-left: 17%;
  padding-right: 12%;
  padding-top: 18%;
}

.sub-offcan a {
  font-size: 1rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4em 0;
  font-weight: 700;
  color: #000;
  font-family: Roboto, sans-serif;
  line-height: 1.8;
}

.m-accor .accordion-button:not(.collapsed) {
  background-color: white;
}

.m-accor .accordion-button:focus {
  box-shadow: none;
}

.social-icons {
  padding-bottom: 2em;
  font-size: 1.3em;
  padding-top: 0.3rem;
}

.social-icons a {
  opacity: 0.7;
  color: #585858;
  margin-right: 0.5em;
}

.social-icons a:hover {
  opacity: 1;
  color: #585858;
}

.footer {
  padding-bottom: 8%;
  background-image: url("../imgs/f-bg.jpg");
  padding-top: 7%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
}

.b-19 {
  color: white;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.b-20 {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.b-20 li {
  position: relative;
  padding: 9px 0 10px 20px;
  border-bottom: 1px solid #a2b4c6;
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0.6rem;
}

#footer-address {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
  line-height: 2;
}

ul#footer-address li {
  padding-left: 1.3em;
}

.feature-list li > span:first-child {
  min-width: 40%;
  display: inline-block;
}

.b-20 li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fefefe;
  position: absolute;
  left: 0;
  top: 10px;
}

footer a {
  color: inherit;
}

.footer-logo {
  max-width: 75%;
}

ul#footer-address li#map-icon:before {
  content: "\f041";
}

ul#footer-address li:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.7em;
  color: #fefefe;
}

ul#footer-address li#phone-icon:before {
  content: "\f095";
}

ul#footer-address li#envelope-icon:before {
  content: "\f303";
}

.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  line-height: 2;
  margin-top: 2rem;
}

.copy {
  background-color: #212456;
  color: #fefefe;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.copy a {
  color: white;
}

.partner {
  margin-left: 1rem;
  margin-right: 1rem;
}

.f-time {
  color: gray;
}

.f-tbk {
  border-top: 1px solid #ececec;
  padding: 0.7rem 0rem;
}

.er404 {
  text-align: center;
  margin-top: 3%;
}

.erlogo {
  height: 3rem;
}

a {
  text-decoration: none;
  color: #484eb9;
}

a:hover {
  color: #d03a37;
}

.floating {
  position: fixed;
  right: 3rem;
  cursor: pointer;
  z-index: 99;
  bottom: 2rem;
  width: 2rem;
}

.hotline img {
  max-width: 100%;
}

#goToTopBtn {
  display: none;
  bottom: 4rem;
  width: 100%;
  height: auto;
  background-color: #212456;
  color: #fff;
  border: none;
  font-size: 19px;
  transition: background-color 0.5s ease-in-out;
  border-radius: 7px;
  padding: 0.3rem;
}

#goToTopBtn:hover {
  background-color: #0c0d1f;
  transition: background-color 0.5s ease-in-out;
}

.form-check-label {
  cursor: pointer;
}

.facebook {
  color: #1b74e4;
}

.facebook:hover {
  color: #1b74e4;
}

.twitter:hover {
  color: #1DA1F2;
}

.linkedin:hover {
  color: #0077B5;
}

.youtube:hover {
  color: #FF0000;
}

.messenger {
  color: #006AFF;
}

.pl-0 {
  padding-left: 0px;
}

.alert {
  border: none;
}

.wraptxt {
  word-wrap: break-word;
}

.mt-8 {
  margin-top: 8%;
}

.form-control {
  border-radius: 0px;
}

.btn {
  border-radius: 0px;
}

.gray {
  color: #bdbdbd;
}

.btn-brand {
  color: white;
  border-color: #212456;
  background-color: #212456;
}

.btn-outline-brand {
  color: #212456;
  border-color: #212456;
}

.btn-outline-brand:hover {
  color: white;
  background-color: #212456;
}

.btn-brand:hover {
  color: #212456;
  background-color: white;
}

.breadcrumb {
  margin-bottom: 0px;
}

.m-breadcrumb {
  padding: 0.7rem 0rem;
  background: #EEEEEE;
}

.txt-gray {
  color: #505e6b;
}

.decor-1 .container-xl {
  overflow: hidden; /* Đảm bảo hình ảnh không tràn ra ngoài khi di chuyển */
}

.decor-1 .img-fluid {
  transition: transform 0.3s ease; /* Tạo hiệu ứng chuyển động mượt mà */
}

.bre-title {
  text-transform: uppercase;
}

.br-subtxt {
  text-transform: uppercase;
  transition: transform 0.3s ease;
}

.br-subtxt {
  font-weight: 300;
  color: #212456;
}

/* Khi hover vào toàn bộ block, áp dụng hiệu ứng dịch chuyển cho thẻ h7 */
.b-break:hover .br-subtxt {
  transform: translateX(1rem);
}

.contact-top .card {
  border: none;
  text-align: center;
}

.contact-top .card-text {
  font-weight: 300;
}

.btn-outline-primary {
  color: #0c0d1f;
  border-color: #212456;
  font-weight: 500;
  font-size: 0.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.q-5 {
  font-weight: 800;
  color: #212456;
}

.txt-brand {
  color: #d03a37;
}

.contact-quote {
  background-color: #212456;
}

.b-23 {
  overflow: hidden;
  position: relative;
}

.b-24 {
  width: auto;
  position: absolute;
  right: 0;
  max-height: 130%;
}

.b-22 {
  margin-top: 10%;
  margin-bottom: 9%;
}

.b-21 {
  font-size: 2.9rem;
  font-weight: 900;
  color: #d03a37;
}

.q-22 {
  letter-spacing: 0.45rem;
  font-weight: 500;
  margin-top: 1rem;
  position: relative;
}

.form-my {
  background-color: white;
  border-radius: 0px;
  padding: 1rem;
}

.btn-my-dark {
  background-color: #1a1a1a;
  color: white;
  text-transform: uppercase;
  border-radius: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.9rem;
}

.btn-my-light {
  background-color: #484eb9;
  color: #0c0d1f;
  text-transform: uppercase;
  border-radius: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.9rem;
}

.block6 {
  background-color: #1d1f25;
  padding-top: 8%;
  padding-bottom: 6%;
  background-image: url(../imgs/img09.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.b-3 {
  color: white;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.b-12 {
  color: #212456;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0px;
  line-height: 2rem;
}

.b-17, .b-18 {
  background-color: white;
  border: none;
  border-radius: 0px;
  line-height: 2.3rem;
}

.b-18 {
  color: #303849;
}

.cont-top {
  padding-top: 26%;
  padding-bottom: 2%;
  background-image: url(../imgs/contact-bg.jpg);
  background-size: 100% auto;
  background-position: top;
  background-attachment: fixed;
  color: white;
  margin-top: -20%;
}

.c-quote {
  padding: 3rem;
}

.camp-in {
  background: #FAFAFA;
  padding: 2rem 0rem;
}

.v1 {
  background-image: url(../imgs/pin-map.png);
}

.v2 {
  background-image: url("../imgs/telephone.png");
}

.v3 {
  background-image: url("../imgs/mail.png");
}

.v4 {
  background-image: url("../imgs/clock.png");
}

.c-info {
  background: white;
  padding: 1rem;
  border-radius: 0px;
  margin: 2rem 0rem;
}

.c-info ul {
  list-style: none;
}

.c-info ul li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 15px;
  line-height: 1.8rem;
  color: #888888;
  background-repeat: no-repeat;
  background-size: 1.3rem auto;
  background-position: top 2px left;
}

.c-head {
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .c-quote {
    padding: 1.5rem;
  }
  .b-21 {
    font-size: 2.2rem;
  }
  .b-22 {
    margin-top: 0px;
  }
  .b-12 {
    font-size: 2.2rem;
  }
  .b-3 {
    font-size: 1.5rem;
  }
}
.article .headline {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  border-left: 5px solid #d03a37;
  padding-left: 0.5rem;
  font-weight: 600;
}

.art-top, .solutionlist, .projectlist, .bloglist {
  padding-top: 26%;
  padding-bottom: 2%;
  background-image: url(../imgs/bl-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  margin-top: -20%;
}

.suggest {
  margin-bottom: 5%;
}

.q-8 {
  font-weight: 300;
}

.dcate {
  color: gray;
  font-weight: 200;
}

.bloglist {
  background-image: url(../imgs/bl-list-bg.jpg);
}

.projectlist {
  background-image: url(../imgs/pro-bg.jpg);
}

.solutionlist {
  background-image: url(../imgs/solu-bg.jpg);
}

.q-7 {
  font-weight: 100;
}

.art-content {
  max-width: 100%;
  word-break: break-word;
}

.b-cale {
  color: white;
  background: #212456;
  padding: 5px;
  text-align: center;
  width: 3.4rem;
  height: 3.4rem;
}

.b-title, .b-title-p {
  /* font-size: 1.1rem; */
  font-weight: 500;
  color: #212456;
}

.b-title-p {
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: black;
}

.cal-dat {
  font-size: 0.6rem;
}

.b-body {
  margin-top: 1rem;
}

.fa-star-half-stroke, .fa-star {
  color: #FDDB01;
}

.thumbnail-img {
  cursor: pointer;
  max-width: 5rem;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pr-thum {
  border: 1px solid #bdbdbd;
}

.pr-thum:hover {
  border-color: #484eb9;
}

.thumbnail-img:hover {
  transform: rotate(30deg) scale(1.5);
  filter: grayscale(100%);
}

.thumbnail-img:last-child {
  margin-right: 0;
}

.p-brand {
  color: gray;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.headline {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.font-300 {
  font-weight: 300;
}

.pr-price, .p-or-price {
  color: #707070;
  font-size: 0.7rem;
  text-decoration: line-through;
}

.pr-finaprice {
  font-weight: 700;
  color: #484eb9;
}

.pr-detail-finprice {
  font-size: 1.6rem;
  color: #212456;
  font-weight: 700;
}

.p-or-price {
  font-size: 0.9rem;
}

.fa-star {
  color: #FDDB01;
}

.pr-title {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  color: #0c0d1f;
}

.pr-title:hover {
  color: #0c0d1f;
}

.pr-rating, .rating-num {
  color: #B1B1B1;
}

.pr-card {
  border: none;
  border-radius: 0px;
  text-align: center;
}

.card-overlay {
  position: relative;
  transition: transform 0.5s;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.pd-card-overlay {
  overflow: hidden;
  height: 5.2rem;
}

.pr-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pd-main-img {
  height: 30rem;
  overflow: hidden;
  background-color: #8f95ff;
}

.pr-var {
  font-size: small;
  color: gray;
}

.label {
  font-size: 0.8rem;
  color: #0c0d1f;
  text-transform: uppercase;
  font-weight: 300;
}

.rating {
  font-size: 0.85rem;
}

.btn-zalo {
  background-color: #2196f3;
  color: white;
}

.btn-zalo:hover {
  background-color: #5ac8fa;
  color: white;
}

.btn-outline-mysec {
  color: #212456;
  border-color: #484eb9;
}

.btn-outline-mysec:hover {
  color: #fff;
  background-color: #0c0d1f;
  border-color: #484eb9;
}

.mybtn-pri {
  color: #fff;
  background-color: #212456;
  border-color: #484eb9;
}

.mybtn-pri:hover {
  color: #0c0d1f;
  background-color: #8f95ff;
  border-color: #212456;
}

.pr-detail {
  font-size: 1.1rem;
  color: #0c0d1f;
  border-bottom: 1px dashed;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  margin-top: 1rem;
  font-weight: 500;
}

.priece {
  margin-top: 1rem;
}

.prolist {
  padding-top: 26%;
  padding-bottom: 2%;
  background-image: url(../imgs/prolist-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  margin-top: -20%;
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.loc-icon {
  margin-left: -3px;
}

.btn-var {
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.var-name {
  font-size: 0.8rem;
}

.pr-outst {
  margin-bottom: 0px;
  padding: 0.6rem 1rem;
}

.cart-animation {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #d03a37;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: opacity 0.1s;
}

.cart-animation.show {
  animation: jump 1s ease forwards;
}

.quantity-input {
  border-color: #484eb9;
}

@keyframes jump {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -500px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
}
.p-lf-cate {
  padding-left: 5%;
}

.p-cate {
  text-transform: uppercase;
  line-height: 2.5;
  font-size: 0.85rem;
  transition: all 0.3s;
  color: #0c0d1f;
}

.p-cate:hover {
  padding-left: 0.3rem;
  transition: all 0.3s;
  color: #212456;
}

.p-cate-ti {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 2.3rem;
}

.p-tag {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #212456;
}

.p-tag:after {
  content: "";
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 11px;
  height: 1px;
  top: -1px;
  vertical-align: middle;
  background-color: currentColor;
  color: #000;
}

.p-bar {
  font-size: 1.3rem;
  padding: 1rem 0rem;
  border-bottom: 1px solid #484eb9;
  color: #212456;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.c-thumbnail {
  width: 5rem;
}

.ve-al-mid {
  vertical-align: middle;
  font-weight: 300;
}

.my-table thead {
  text-transform: uppercase;
}

.my-table th {
  font-weight: 600;
}

.c-quantity {
  width: 5rem;
  border: 1px solid #ececec;
  height: 3rem;
  text-align: center;
}

.c-quantity:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.c-del {
  width: 3rem;
}

.c-del a {
  color: #bdbdbd;
}

.c-variant {
  color: #bdbdbd;
  margin-top: 0.4rem;
  font-size: 0.85rem;
}

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

.c-quan {
  text-align: center;
  width: 11rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.v-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.7rem;
  background: #f4511e;
}

.v-cont {
  background: white;
  padding: 0.7rem;
}

.v-body {
  padding: 0.6rem;
}

.v-title {
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}

.v-text {
  font-size: 0.6rem;
}

.v-card {
  border-radius: 0px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #0c0d1f;
}

.feather {
  width: 21px;
  height: 21px;
  stroke-width: 2;
  padding-bottom: 0.2rem;
}

.cate {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.certs {
  text-align: center;
}

.item-card {
  border: 1px solid #ececec;
  transition: transform 0.5s, border-color 0.5s;
}

.item-card:hover {
  border-color: #484eb9;
}

.bre-title {
  font-weight: 800;
  text-align: right;
  border-right: 1px solid #ececec;
  padding-right: 1.2rem;
  color: #212456;
}

.b-date {
  color: #212456;
  margin-bottom: 0.5rem;
}

.b-dec {
  color: gray;
  margin-top: 1rem;
}

.b-card {
  border: none;
}

.b-read {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  margin-right: 1rem;
  letter-spacing: 0.1rem;
}

.b-img {
  width: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-in-out;
}

.cate-card-overlay {
  position: relative;
  transition: transform 0.5s;
  overflow: hidden;
}

.card-overlay:hover .item-img, .cate-card-overlay:hover .item-img, .card-overlay:hover .pr-image, .card-overlay:hover .b-img {
  transition: transform 0.5s;
  transform: scale(1.2);
}

.item-img, .pr-image, .b-img {
  transition: transform 0.5s;
}

.card-overlay:hover .overlay, .cate-card-overlay:hover .overlay {
  background-color: rgba(34, 36, 86, 0.5098039216);
}

.der-2 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.titleHome {
  background: #f5f5f5;
  padding: 1rem 0px;
}

.titleHome h2:before {
  content: attr(data-title);
  position: absolute;
  left: 100%;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.3rem;
  line-height: 70px;
  pointer-events: none;
  color: #EEEEEE;
  white-space: nowrap;
  font-weight: bold;
}

.titleHome h2:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  border-bottom: solid 2px #ffc917;
  width: 45px;
  z-index: 1;
}

.titleHome h2 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: normal;
  padding-right: 1rem;
  position: relative;
  margin-bottom: 0;
  color: #212456;
}

.ct-card {
  overflow: hidden;
  text-align: center;
  border: none;
  border-radius: 0px;
}

.ct-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.ct-image:hover {
  transform: scale(1.2);
}

.gt-1 .ads {
  position: relative;
}

.gt-1 .ads .tend {
  /* padding-bottom: 5px; */
  border-bottom: solid 1px #8f95ff;
  margin-bottom: 5px;
}

.gt-1 .numberCount .count {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
}

.gt-1 .numberCount .plus {
  color: #8f95ff;
  position: relative;
  top: -10px;
  font-size: 24px;
  z-index: 2;
  display: inline-block;
  font-weight: 500;
}

.gt-title {
  font-weight: 300;
  margin-top: 3rem;
}

.gt-name {
  text-transform: uppercase;
  color: #212456;
  font-size: xx-large;
}

.sec-title {
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.sec-subtitle {
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.thr-line {
  font-weight: 500;
}

.cert .item {
  margin: 0 1rem; /* Thêm khoảng cách đều ở cả hai bên trái và phải */
}

.client .item {
  margin: 0 0.5rem;
}

.cert {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cate .cate-card-overlay {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #ececec;
  margin: 0 0.5rem;
  background: white;
}

.partner .item {
  border: 1px solid #ececec;
}

.v-all {
  position: relative;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.v-all:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: solid 1px #ececec;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}

.btn-outline-gray {
  color: #212456;
  border-color: #ececec;
  background: white;
  padding: 0.8rem;
  width: 19%;
  font-weight: 300;
}

.btn-outline-gray:hover, .btn-outline-gray:active {
  background: white !important;
  border-color: #212456;
  color: #212456;
}

.v-all:hover:before {
  border-color: #212456;
}

.b-break {
  overflow: hidden;
}

.so-body {
  position: absolute;
  bottom: -30%;
  background: white;
  width: 85%;
  padding: 2.3rem 1rem;
  text-align: center;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.so-card {
  border-radius: 0px;
  border: none;
}

.so-card .card-img-top {
  border-radius: 0px;
}

.s-solution {
  margin-top: 2rem;
}

.card-title {
  color: #212456;
}

#solutions .item {
  height: 30rem; /* Đặt chiều cao tùy ý */
  overflow: hidden; /* Đảm bảo phần dữ liệu không bị cắt */
}

.h-about {
  border-left: 5px solid #d03a37;
  padding: 5rem;
}

.h-location, .h-cert {
  border-left: 5px solid #bdbdbd;
  background: #f8f8f8;
  padding: 5rem;
}

.h-client {
  border-left: 5px solid #bdbdbd;
  background: #f8f8f8;
  padding: 2rem;
}

.h-product {
  border-left: 5px solid #212456;
  padding: 5rem;
}

.h-cert .item {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .btn-outline-gray {
    width: 50%;
  }
  .footer-logo {
    width: 45%;
  }
}

/*# sourceMappingURL=home.css.map */
