div,
a,
p {
  font-size: 14px;
  color: #666666;
}

.header-nav-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-left: 3px;
}

.header-nav-link:hover {
  color: #1d7ec3;
}

.dropdown-menu:hover{
    display: block;
}

.navbar-nav .dropdown-menu{
    margin-top: -20px;
}

.dropdown-menu {
  min-width: 100%;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  /* display: block; */
  border-bottom: 5px solid #1d7ec3;
}

.header-down-box {
  background: #f8f8f8;
}

.header-down-img {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #ffffff; */
  margin-bottom: 10px;
}

.header-down-img img {
  max-width: 100%;
  max-height: 100%;
}

.flex-1 {
  flex: 1;
}

.nav-block:hover .dropdown-menu {
  display: block;
}

.mt-frist {
  margin-top: 94px;
}

.carousel-control-prev,
.carousel-control-next {
  border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  padding: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-size: 50%;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.carousel-item img {
  height: calc(600 / 1920 * 100vw);
  min-height: 180px;
  object-fit: cover;
}

.home-screen .screen-title-box {
  margin-bottom: 20px;
}

.home-screen img {
  width: 220px;
  /* height: 110px; */
  height: 220px;
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  object-fit: contain;
}

.home-screen .title-img {
  width: 162px;
  height: 62px;
  mix-blend-mode: multiply;
}

.home-screen .dashed-line {
  margin: 0 10px;
  background: url(../images/backgrounds/bg-line.png) no-repeat bottom;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.home-screen .process-btn {
  height: 32px;
  border-color: #005f9c;
  padding: 0 22px;
  color: #005f9c;
  font-size: 14px;
  line-height: 32px;
  border: solid 1px #005f9c;
  font-weight: bold;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.home-screen .process-btn .bi-chevron-right {
  margin-top: -2px;
  font-size: 12px;
}

.home-screen .product-card {
  width: 222px;
  max-width: 100%;
  min-height: 222px;
  border-radius: 2px;
  position: relative;
}

.home-screen .product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-screen .product-card p {
  position: relative;
  font-weight: bold;
  bottom: 0;
  font-size: 18px;
  color: #333;
}

@media (max-width: 767.98px) {
  .navbar-dark .offcanvas-collapse {
    background-color: #fff;
  }

  .mt-frist {
    margin-top: 0;
  }
}

.product-update-list {
  background-color: #fff;
  overflow-x: auto;
}

.product-update-list::-webkit-scrollbar-thumb {
  background: #437cbe !important;
  /* border-radius: 10px; */
}

.product-update-wrap
  .product-update-list
  .product-update-card.product-update-card {
  border-left: solid 1px #eeeeee;
}

.product-update-wrap .product-update-list .product-update-card {
  min-width: 240px;
  max-width: 240px;
  height: 280px;
  margin: 50px 0;
  padding: 0 20px;
}

.product-update-wrap .product-update-list .product-update-card img {
  width: 110px;
  /* height: 123px; */
  height: 110px;
}

.product-update-wrap .product-update-list .product-update-card p {
  margin-top: 60px;
}

.font-size-16 {
  font-size: 16px;
}

.bg-eee {
  background: #eeeeee;
}

.footer-top-warp .ft-box {
  margin-bottom: 0;
  margin-right: 30px;
}

@media (max-width: 1280px) {
  .footer-top-warp .ft-box {
    margin-bottom: 15px;
  }
}

.footer-top-warp .icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.footer-top-warp .text {
  font-size: 16px;
  color: #666666;
  transition: all 0.3s;
}

.footer-warp {
  background: #333333;
}

.pt-4d5 {
  padding-top: 2rem !important;
}

.footer-warp div,
.footer-warp p,
.footer-warp a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-link-box {
  width: 158px;
}

.footer-warp .footer-link {
  padding-left: 14px;
  margin-bottom: 7px;
  transition: all 0.3s;
}

.footer-warp .footer-link.footer-link-big {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

.footer-warp .footer-link.footer-link-big:before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #3a8dc7;
  position: absolute;
  top: 5px;
  left: 0;
}

.footer-warp .code-box {
  width: 88px;
}

@media (min-width: 990px) {
  .d-xl-flex {
    justify-content: space-between;
  }
}

.footer-warp .border-top {
  border-color: #484848 !important;
  border-width: 1px !important;
}

.navbar-nav .active .header-nav-link {
  color: #005f9c !important;
}
