/* DIGIDIVERSE */
html, body {
  background-color: #fff;
  font-family: "Inter";
  color: #002236;
  height: 100%;
  scroll-behavior: smooth;
}
html .container, body .container {
  max-width: 1500px;
}
html .container-1100, body .container-1100 {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
html img, body img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
html a, body a {
  text-decoration: none;
}

body.flex {
  display: flex;
  flex-direction: column;
}

/* Header */
.dv-navbar {
  position: relative;
}
.dv-navbar .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(43, 43, 43, 0.1);
}
@media (max-width: 1200px) {
  .dv-navbar .flex {
    padding: 20px 0;
    gap: 20px;
  }
}
.dv-navbar .flex .flex-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
}
.dv-navbar .flex .flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.dv-navbar .logo {
  width: 210px;
  min-width: 210px;
  position: relative;
}
@media (max-width: 1200px) {
  .dv-navbar .logo {
    width: auto;
    min-width: auto;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .dv-navbar .logo {
    padding-right: 40px;
  }
  .dv-navbar .logo::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: rgba(43, 43, 43, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.dv-navbar .list-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1400px) {
  .dv-navbar .list-nav {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .dv-navbar .list-nav {
    display: flex !important;
  }
}
@media (max-width: 1200px) {
  .dv-navbar .list-nav {
    display: none;
    background-color: #fff;
    padding: 20px;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    z-index: 9999;
    overflow-y: auto;
  }
}
.dv-navbar .list-nav .link-nav {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002236;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .dv-navbar .list-nav .link-nav {
    color: #002236 !important;
    height: 50px;
  }
}
.dv-navbar .list-nav .link-nav:hover {
  color: #0066A1;
}
.dv-navbar .list-nav .dv-navbar-dropdown-menu {
  background-color: #fff;
  padding: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 1520px;
  max-width: 100%;
  display: none;
  z-index: 9998;
}
@media (max-width: 1200px) {
  .dv-navbar .list-nav .dv-navbar-dropdown-menu {
    position: static;
    transform: inherit;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
  }
}
.dv-navbar .list-nav .dv-navbar-dropdown-menu .dv-ndi-link-main {
  font-size: 18px;
  font-weight: 500;
  color: #002236;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.2s;
}
.dv-navbar .list-nav .dv-navbar-dropdown-menu .dv-ndi-link-main:hover {
  color: #0066A1;
}
.dv-navbar .list-nav .dv-navbar-dropdown-menu .list li a {
  color: #002236;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 6px;
  transition: 0.2s;
}
.dv-navbar .list-nav .dv-navbar-dropdown-menu .list li a:hover {
  color: #0066A1;
}
.dv-navbar .search-form {
  position: relative;
  width: 300px;
  min-width: 300px;
  height: 48px;
  border: 1px solid rgba(43, 43, 43, 0.1);
  border-radius: 100px;
  padding: 0 16px 0 20px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .dv-navbar .search-form {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .dv-navbar .search-form {
    width: 48px;
    min-width: 48px;
    padding: 0;
    justify-content: center;
  }
}
.dv-navbar .search-form .search-form-text {
  color: rgba(0, 34, 54, 0.75);
  font-size: 15px;
}
@media (max-width: 768px) {
  .dv-navbar .search-form .search-form-text {
    display: none;
  }
}
.dv-navbar .search-form i {
  font-size: 24px;
}
.dv-navbar .search-form:hover {
  opacity: 0.7;
  cursor: text;
}
.dv-navbar .dropdown-language .btn-language {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px 0 14px;
  border-radius: 100px;
  transition: 0.2s;
  border: 1px solid rgba(43, 43, 43, 0.1);
}
.dv-navbar .dropdown-language .btn-language .img-flag {
  height: 20px;
  width: 20px;
  min-width: 20px;
}
.dv-navbar .dropdown-language .btn-language:hover, .dv-navbar .dropdown-language .btn-language:focus {
  opacity: 0.7;
}
.dv-navbar .dropdown-language .dropdown-menu {
  width: 100px;
  min-width: 100px;
  padding: 0;
}
.dv-navbar .dropdown-language .dropdown-menu .img-flag {
  height: 20px;
  width: 20px;
  min-width: 20px;
}
.dv-navbar .dropdown-language .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.dv-navbar .dropdown-language .dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid #f0f0f0;
}
.dv-navbar .dv-mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 100px;
  border: 1px solid rgba(43, 43, 43, 0.1);
  font-size: 24px;
  color: #002236;
}
@media (min-width: 1200px) {
  .dv-navbar .dv-mobile-menu-toggle {
    display: none;
  }
}
.dv-navbar.dark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.dv-navbar.dark .dv-mobile-menu-toggle {
  color: #fff;
}
.dv-navbar.dark .flex, .dv-navbar.dark .search-form, .dv-navbar.dark .btn-language, .dv-navbar.dark .dv-mobile-menu-toggle {
  border-color: rgba(255, 255, 255, 0.1);
}
.dv-navbar.dark .logo::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.dv-navbar.dark .link-nav {
  color: rgba(255, 255, 255, 0.8);
}
.dv-navbar.dark .search-form-text {
  color: rgba(255, 255, 255, 0.75);
}
.dv-navbar.dark .ri-search-line {
  color: rgba(255, 255, 255, 0.8);
}
.dv-navbar.dark .btn-language {
  color: #fff;
}

/* Home */
.dv-main {
  flex: auto;
}

.dv-main.home {
  height: 100%;
}

.dv-slider-home, .dv-swiper-home, .dv-swiper-home-item {
  height: 100%;
  min-height: 900px;
}

.dv-slider-home {
  position: relative;
}

.dv-swiper-home-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.dv-swiper-home-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(#002033 0%, rgba(0, 25, 39, 0.49) 100%);
}
.dv-swiper-home-item .container {
  position: relative;
  z-index: 2;
}
.dv-swiper-home-item .content {
  max-width: 850px;
  padding-right: 40px;
}
.dv-swiper-home-item .content .title {
  font-size: 80px;
  line-height: 85px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .dv-swiper-home-item .content .title {
    font-size: 40px;
    line-height: 42px;
  }
}
.dv-swiper-home-item .content .desc {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-width: 730px;
  border-left: 3px solid #ACE0FF;
  padding-left: 25px;
}
.dv-swiper-home-item .content .link {
  padding: 0 40px;
  color: #fff;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  display: inline-flex;
  margin-top: 24px;
  transition: 0.2s;
}
.dv-swiper-home-item .content .link:hover {
  background-color: #fff;
  color: #002236;
}

.dv-slider-sm-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
}

.dv-slider-social-media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.dv-slider-social-media a {
  transition: 0.2s;
}
.dv-slider-social-media a:hover {
  opacity: 0.7;
}
.dv-slider-social-media a i {
  font-size: 24px;
  color: #fff;
}

.dv-slider-home-actions {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  z-index: 9998;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.dv-slider-home-actions .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .dv-slider-home-actions .buttons {
    display: none;
  }
}
.dv-slider-home-actions .buttons .dv-swiper-home-btn {
  background-color: #0066A1;
  color: #fff;
  height: 70px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.dv-slider-home-actions .buttons .dv-swiper-home-btn.dv-swiper-home-next {
  background-color: #0076BA;
}
.dv-slider-home-actions .dv-swiper-home-number {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .dv-slider-home-actions .dv-swiper-home-number {
    font-size: 40px;
  }
}
.dv-slider-home-actions .dv-swiper-home-number .swiper-pagination-total {
  font-size: 50px;
  font-weight: 300;
  position: relative;
  bottom: 12px;
}
@media (max-width: 768px) {
  .dv-slider-home-actions .dv-swiper-home-number .swiper-pagination-total {
    font-size: 20px;
    bottom: 8px;
  }
}

.dv-mouse {
  width: 28px;
  min-width: 28px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 11px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.dv-mouse .dv-mouse-effect {
  background-color: rgba(255, 255, 255, 0.75);
  height: 8px;
  width: 3px;
  top: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  animation: dvMouseEffectAnimation 2.5s infinite ease-in-out;
}

@keyframes dvMouseEffectAnimation {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(7px);
    opacity: 0;
  }
}
.dv-swiper-categories-thumb {
  margin-bottom: 12px;
}

.swiper-slide-thumb-active .dv-sct-item {
  border-bottom: 4px solid #0066A1;
  opacity: 1;
}

.dv-sct-item {
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
  cursor: pointer;
  opacity: 0.5;
}
.dv-sct-item .img {
  height: 55px;
  margin-bottom: 15px;
}
.dv-sct-item .title {
  font-size: 20px;
  font-weight: 500;
}

.dv-product-item {
  margin-bottom: 24px;
}
.dv-product-item .img {
  border: 1px solid #f0f0f0;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.dv-product-item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dv-product-item .img .btn-animate {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  bottom: 12px;
  transform: translateY(65px) translateX(-50%);
  transition: 0.3s;
}
.dv-product-item .content {
  text-align: center;
  color: #002236;
}
.dv-product-item .content .product-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.dv-product-item .content .product-id {
  font-size: 13px;
  color: #6c757d;
}
.dv-product-item:hover .btn-animate {
  transform: translateY(0) translateX(-50%);
}

.dv-categories-home-card {
  padding: 24px 24px 0 24px;
  border: 1px solid #f0f0f0;
}
.dv-categories-home-card .link-more {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
  padding: 16px 24px 20px 24px;
  font-size: 18px;
  font-weight: 500;
  color: #002236;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.dv-categories-home-card .link-more i {
  margin-right: 4px;
  font-size: 20px;
}

.dv-sct-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-sct-btn i {
  font-size: 60px;
  color: #0066A1;
}
.dv-sct-btn.dv-sct-btn-prev {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.dv-sct-btn.dv-sct-btn-next {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.dv-two-area-item {
  background-color: #0066A1;
  padding: 80px;
  color: #fff;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .dv-two-area-item {
    padding: 30px;
  }
}
.dv-two-area-item.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
@media (max-width: 768px) {
  .dv-two-area-item.grid {
    display: block;
  }
}

.dv-two-area-item.grid::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.dv-two-area-item .content {
  position: relative;
  z-index: 3;
}
.dv-two-area-item .content .title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
}
.dv-two-area-item .content p {
  margin-bottom: 0;
}
.dv-two-area-item .img {
  position: relative;
  z-index: 3;
  width: 260px;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .dv-two-area-item .img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .dv-two-area-item .img {
    display: none;
  }
}
.dv-two-area-item .img::before {
  content: "";
  display: block;
  width: 1px;
  height: 170px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}
.dv-two-area-item .link {
  padding: 0 25px;
  color: #fff;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  display: inline-flex;
  margin-top: 20px;
  transition: 0.2s;
}
.dv-two-area-item .link:hover {
  background-color: #fff;
  color: #002236;
}
.dv-two-area-item .icon-top-right {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -40px;
  right: 0;
}
.dv-two-area-item .mw-345 {
  max-width: 345px;
}

.dv-section-home.brands .dv-section-head {
  position: sticky;
  top: 20px;
}

.dv-brands {
  display: grid;
  border: 1px solid #f0f0f0;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (max-width: 1400px) {
  .dv-brands {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .dv-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.dv-brands.references {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1400px) {
  .dv-brands.references {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .dv-brands.references {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dv-brands .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  height: 150px;
}
@media (max-width: 768px) {
  .dv-brands .item {
    padding: 0 10px;
  }
}

.dv-blog-item {
  margin-bottom: 32px;
}
.dv-blog-item .img {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}
.dv-blog-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.dv-blog-item:hover .img img {
  transform: scale(1.05);
}
.dv-blog-item .content {
  padding-top: 14px;
  color: #002236;
}
.dv-blog-item .content .title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}
.dv-blog-item .content .date {
  font-size: 14px;
  color: #6c757d;
}

.dv-section-form .dv-sf-form {
  background-color: #002236;
  padding: 80px;
  color: #fff;
}
@media (max-width: 768px) {
  .dv-section-form .dv-sf-form {
    padding: 30px;
  }
}
.dv-section-form .dv-sf-form .dv-input label {
  color: #fff;
}
.dv-section-form .dv-sf-form .dv-input .form-control {
  background-color: #002236;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.dv-section-form .dv-sf-form .btn {
  height: 55px;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
}
.dv-section-form .dv-sf-form form .row {
  --bs-gutter-x: 15px;
}
.dv-section-form .dv-sf-form.light {
  background-color: #fff;
  padding: 80px 100px 80px 0;
  color: #002236;
}
@media (max-width: 992px) {
  .dv-section-form .dv-sf-form.light {
    padding: 30px;
  }
}
.dv-section-form .dv-sf-form.light .dv-input label {
  color: #002236;
}
.dv-section-form .dv-sf-form.light .dv-input .form-control {
  background-color: #fff;
  border-color: #e3e3e3;
  color: #002236;
}
.dv-section-form .dv-sf-info {
  background-color: #00283E;
  height: 100%;
  padding: 20px 80px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .dv-section-form .dv-sf-info {
    padding: 20px 30px;
  }
}
.dv-section-form .dv-sf-info img {
  height: 70px;
  margin-bottom: 24px;
}
.dv-section-form .dv-sf-info .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.dv-section-form .dv-sf-info .item {
  margin-bottom: 20px;
}
.dv-section-form .dv-sf-info .item .item-key {
  color: #B4E3FF;
  margin-bottom: 12px;
}
.dv-section-form .dv-sf-info .item p, .dv-section-form .dv-sf-info .item a {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

.dv-section-cat-page .dv-sct-item {
  opacity: 1 !important;
  padding: 30px 0;
  margin-bottom: 24px;
  transition: 0.2s;
}
.dv-section-cat-page .dv-sct-item:hover {
  color: #0066A1;
}

/* Product Detail */
.dv-product-detail .img-area {
  padding-bottom: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .dv-product-detail .img-area {
    margin-bottom: 24px;
  }
}
.dv-product-detail .img-area .img-product {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
}
.dv-product-detail .content-area {
  position: sticky;
  top: 20px;
}
.dv-product-detail .content-area .product-id {
  font-size: 18px;
  font-weight: 500;
  color: #6c757d;
}
.dv-product-detail .content-area .product-name {
  font-size: 30px;
  font-weight: 600;
}
.dv-product-detail .content-area .product-price {
  font-size: 20px;
  font-weight: 500;
  color: #0066A1;
  margin-bottom: 20px;
}
.dv-product-detail .content-area .show-all-area {
  position: relative;
  margin-bottom: 40px;
}
.dv-product-detail .content-area .show-all-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  max-height: 100%;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dv-product-detail .content-area .show-all-area .link-show-all {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 2;
  color: #727272;
  font-weight: 500;
}
.dv-product-detail .content-area .show-all-area .link-show-all i {
  font-size: 24px;
  position: relative;
  top: 2px;
}
.dv-product-detail .content-area .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.dv-product-detail .content-area .grid-2 .btn {
  height: 60px;
  font-weight: 600;
}

.dv-product-detail-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #fafafa;
  margin-bottom: 12px;
}
.dv-product-detail-box .dv-pdb-left {
  font-weight: 500;
}

.badge-opacity {
  height: 36px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: #E5F1F8;
  color: #0066A1;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.dv-product-detail-tabs {
  padding: 70px 0 40px 0;
  border-bottom: 1px solid #f0f0f0;
}

/* Products Page */
.dv-filter-area {
  position: relative;
  padding-bottom: 24px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .dv-filter-area {
    display: none;
    padding-right: 0;
  }
}
.dv-filter-area .btn-main {
  position: sticky;
  bottom: 10px;
}

.dv-filter-toggle-area {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  height: 42px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 992px) {
  .dv-filter-toggle-area {
    display: none;
  }
}
.dv-filter-toggle-area i {
  font-size: 18px;
}

.dv-filter-card {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.dv-filter-card .dv-filter-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.dv-filter-card .dv-filter-items {
  max-height: 225px;
  overflow-y: auto;
}
.dv-filter-card .dv-filter-items .form-check {
  margin-bottom: 5px;
}
.dv-filter-card .dv-filter-items .category-link {
  color: #002236;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.dv-filter-card .dv-filter-items .category-link:hover {
  text-decoration: underline;
}
.dv-filter-card .dv-filter-items::-webkit-scrollbar {
  width: 7px;
  background-color: #f0f0f0;
}
.dv-filter-card .dv-filter-items::-webkit-scrollbar-thumb {
  background-color: #0066A1;
  border-radius: 50px;
  width: 5px;
}
.dv-filter-card .form-label {
  font-size: 13px;
  color: #6c757d;
}

.dv-category-description {
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 24px;
}
.dv-category-description img {
  margin-bottom: 20px;
}
.dv-category-description h1, .dv-category-description h2, .dv-category-description h3, .dv-category-description h4, .dv-category-description h5, .dv-category-description h6 {
  font-weight: 600;
}

.dv-pagination {
  text-align: center;
  margin-top: 20px;
}
.dv-pagination li {
  display: inline-block;
}
.dv-pagination .link {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  border-radius: 60px;
  color: #002236;
  font-weight: 500;
  font-size: 15px;
  transition: 0.2s;
}
.dv-pagination .link.active, .dv-pagination .link:hover {
  background-color: #0066A1;
  border-color: #0066A1;
  color: #fff;
}

/* Blog */
.dv-blog-detail-img {
  margin-bottom: 20px;
}
.dv-blog-detail-img img {
  width: 100%;
  border-radius: 12px;
}

.dv-blog-detail-content p {
  font-size: 18px;
  line-height: 30px;
}

.dv-blog-detail-products {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f0f0f0;
}

/* Footer */
.dv-footer {
  background-color: #001D2E;
  color: #fff;
  padding-top: 70px;
}
.dv-footer .footer-top {
  padding-bottom: 70px;
}
.dv-footer .footer-top .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 12px;
}
@media (max-width: 992px) {
  .dv-footer .footer-top .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dv-footer .footer-top .footer-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
}
.dv-footer .footer-top .list li a {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.2s;
}
.dv-footer .footer-top .list li a:hover {
  opacity: 0.7;
}
.dv-footer .footer-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0;
}
@media (max-width: 768px) {
  .dv-footer .footer-mid {
    flex-direction: column;
    gap: 20px;
  }
}
.dv-footer .footer-mid .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .dv-footer .footer-mid .left {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.dv-footer .footer-mid .left .img-logo {
  height: 57px;
}
.dv-footer .footer-mid .left .text-address {
  line-height: 26px;
  font-weight: 500;
}
.dv-footer .footer-mid .right .link-tel {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.dv-footer .footer-mid .right .link-tel img {
  height: 42px;
  width: 42px;
  margin-right: 20px;
}
.dv-footer .footer-mid .right .link-tel .key {
  color: #B4E3FF;
  margin-bottom: 6px;
}
.dv-footer .footer-mid .right .link-tel .value {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.dv-footer .text-copyright {
  padding: 35px 0;
  font-size: 15px;
  text-align: center;
}

/* General */
/* Section */
.dv-section-home {
  padding: 80px 0;
}

.dv-section-head {
  margin-bottom: 40px;
}
.dv-section-head .subtitle-digidiverse {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px;
}
.dv-section-head .subtitle-digidiverse span {
  font-weight: 600;
}
.dv-section-head .title {
  font-size: 42px;
}

.dv-input {
  position: relative;
  margin-bottom: 16px;
}
.dv-input label {
  position: absolute;
  top: 6px;
  left: 12px;
  pointer-events: none;
  color: #1D1D1D;
  font-size: 14px;
  opacity: 0.8;
  font-weight: 300;
}
.dv-input .form-control {
  min-height: 55px;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  border-radius: 0;
  padding-top: 22px;
}

.dv-tabs-border {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0;
}
.dv-tabs-border li .dv-tab-link {
  text-align: center;
  height: 60px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 34, 54, 0.7);
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: 0.2s;
}
.dv-tabs-border li .dv-tab-link.active, .dv-tabs-border li .dv-tab-link:hover {
  border-bottom: 2px solid #0066A1;
  color: #002236;
}

.dv-tab-item:not(.active) {
  display: none;
}

/* Search Area */
.dv-search-area {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.dv-search-area .dv-search-input {
  position: relative;
}
.dv-search-area .dv-search-input .form-control {
  height: 100px;
  font-size: 32px;
  border-radius: 0;
  padding: 0 130px 0 30px;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}
.dv-search-area .dv-search-input .form-control::placeholder {
  font-size: 32px;
}
.dv-search-area .dv-search-input .ri-search-line {
  font-size: 34px;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  pointer-events: none;
}
.dv-search-area .dv-search-input .dv-search-close {
  font-size: 42px;
  opacity: 0.35;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--text-color);
  z-index: 3;
}
.dv-search-area .dv-search-results {
  background-color: #fff;
  padding: 20px;
}
.dv-search-area .dv-search-results .item-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dv-products-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 45px;
}
.dv-products-page-head .right-area {
  text-align: right;
}
.dv-products-page-head .form-sort {
  width: 120px;
  margin-left: auto;
}
.dv-products-page-head .total-products-text {
  margin-top: 12px;
}

.dv-breadcrumb .dv-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.dv-breadcrumb .dv-breadcrumb-item:not(:last-child)::after {
  content: "\ea6e";
  font-family: "remixicon";
  margin: 0 2px;
  display: inline-block;
  font-size: 18px;
  color: #0066A1;
}
.dv-breadcrumb .dv-breadcrumb-item .dv-breadcrumb-link {
  font-size: 14px;
  color: #002236;
}

/* General */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.btn {
  box-shadow: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 50px;
  font-size: 16px;
  padding: 4px 24px;
}
.btn .icon-left {
  margin-right: 6px;
}
.btn img.icon-left {
  height: 18px;
  margin-right: 8px;
}
.btn.btn-icon {
  width: 42px;
  min-width: 42px;
  padding: 0;
  text-align: center;
}
.btn.btn-sm {
  height: 34px;
  padding: 2px 12px;
  border-radius: 6px !important;
}
.btn.btn-main {
  background-color: #0066A1;
  color: #fff;
}
.btn.btn-main:hover, .btn.btn-main:focus {
  background-color: #01598c;
  color: #fff;
  border-color: #01598c;
}
.btn.btn-opacity-main {
  background-color: #E5F1F8;
  color: #0066A1;
}
.btn.btn-opacity-main:hover, .btn.btn-opacity-main:focus {
  background-color: #E5F1F8;
  color: #0066A1;
  border-color: #E5F1F8;
}
.btn.btn-border-gray {
  background-color: #F7F7F7;
  border: 1px solid #f0f0f0;
}
.btn.btn-border-gray:hover, .btn.btn-border-gray:focus {
  border-color: #D3D2D2;
}
.btn.btn-border {
  background-color: #fff;
  color: #002236;
  border: 1px solid #f0f0f0;
}
.btn.btn-border:hover {
  background-color: #f9f9f9;
  color: #002236;
  border: 1px solid #f0f0f0;
}
.btn.btn-border:focus {
  border: 1px solid #e0e0e0;
  color: #002236;
  border: 1px solid #f0f0f0;
}
.btn.btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  gap: 5px;
}
.btn.btn-whatsapp i {
  font-size: 28px;
  font-weight: 500;
}

.form-control, .form-select {
  box-shadow: none !important;
  border-color: #e2e2e2;
  height: 50px;
  font-size: 15px;
}
.form-control:hover, .form-control:focus, .form-select:hover, .form-select:focus {
  border-color: rgba(0, 102, 161, 0.4);
}
.form-control::placeholder, .form-select::placeholder {
  color: rgba(0, 34, 54, 0.5);
  font-size: 14px;
}

.form-select {
  box-shadow: none !important;
  cursor: pointer;
}

textarea.form-control {
  height: auto;
}

.form-check-input {
  height: 18px;
  width: 18px;
  border-color: #e2e2e2;
  border-radius: 4px;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #0066A1;
  border-color: #0066A1;
}

.form-check-label {
  margin-left: 2px;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.dropdown-menu .dropdown-item:focus {
  background-color: #0066A1;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.text-main {
  color: #0066A1;
}

.pagination {
  --bs-pagination-active-bg: $main;
  --bs-pagination-active-border-color: $main;
  --bs-pagination-focus-color: $main;
  --bs-pagination-color: $main;
  --bs-pagination-hover-color: $main;
}

.dropdown-menu {
  border-color: #f0f0f0;
}
.dropdown-menu .dropdown-item {
  font-size: 15px;
}

.table-responsive.p-1p {
  padding: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: transparent !important;
  --bs-table-accent-bg: transparent;
  color: #585858;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #FAFAFA !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.list-group-item.active {
  background-color: #0066A1;
  border-color: #0066A1;
}


@media (min-width: 1200px) {
  .col-xl-15 {
    flex: 0 0 auto;
    width: 20%;
  }
}



.dv-campaign-sidebar .head-area {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dv-campaign-sidebar .head-area .title {
  font-weight: 500;
  margin-bottom: 0;
}

.dv-campaign-sidebar .head-area .dv-campaign-btn {
  font-size: 32px;
  color: var(--bs-dark);
}


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