.theme-title-1 {
  color: #1e2831;
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}

.theme-title-2 {
  color: #1e2831;
  font-size: 57px;
  line-height: 57px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .theme-title-2 {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 768px) {
  .theme-title-2 {
    font-size: 27px !important;
    line-height: 35px;
  }
}

.theme-desc-1 {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
}

.theme-btn-1 {
  background-color: #cc0001;
  color: white;
  padding: 20px 40px;
  display: inline-block;
}

.theme-container {
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .theme-container {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .theme-container {
    padding-bottom: 54px;
  }
}

.theme-link-1 {
  color: #cc0001;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.theme-link-1 i {
  margin-left: 5px;
  font-weight: 600;
  color: #cc0001;
}

.pd-30 {
  padding: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mg-12 {
  margin: 12px;
}

.mb-22 {
  margin-bottom: 22px;
}

.pd-12 {
  padding: 12px;
}

.flex-all-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dn {
  display: none;
}

.text-ellipsis, .product-container .sk-index-product-box .item h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.our-service .title-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-service .title-info div {
  text-align: center;
}
.our-service .box-row {
  margin-top: 35px;
}
.our-service .box {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4dade;
}
.our-service .box img {
  width: 100%;
}
.our-service .box .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}
.our-service .box .info-box .title {
  color: #1e2831;
  font-size: 24px;
  padding: 1px 0;
  transition: all .8s;
}

.our-service .box .info-box .icon {
  border: 1px solid #dadfe3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.our-service .box .info-box:hover .title{ color: #2494ea; }
@media screen and (max-width: 550px) {
  .our-service .box-row {
    margin-top: 0px !important;
  }
  .our-service .box {
    margin-top: 20px;
  }
  .our-service .box:first-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .news-container .theme-title-2 {
    font-size: 46px;
  }
  .news-container .new-box .info .title h4 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 550px) {
  .news-container .new-box .info .title h4 {
    font-size: 20px !important;
  }
}
.news-container .desc-box .theme-desc-1 {
  margin-top: 25px;
}
.news-container .new-box {
  margin-top: 70px;
}
.news-container .new-box img {
  width: 100%;
}
.news-container .new-box .info {
  margin-top: 31px;
  padding: 0 50px;
  position: relative;
}
.news-container .new-box .info .date::before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 35px;
  height: 2px;
  content: "";
  display: block;
  background-color: #1e2831;
}
.news-container .new-box .info .title {
  margin-top: 12px;
}
.news-container .new-box .info .title h4 {
  font-size: 35px;
}

.about-us img {
  width: 100%;
}
.about-us .theme-title-1 {
  margin-bottom: 12px;
}
.about-us .theme-title-2 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 48px;
}
.about-us .theme-desc-1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .about-us .theme-title-1 {
    margin-bottom: 0px !important;
  }
  .about-us .theme-title-2 {
    margin-bottom: 12px !important;
  }
  .about-us .theme-desc-1 {
    margin-bottom: 20px;
  }
}

.product-container {
  background-color: #f4f8fa;
  padding: 90px 0;
}
.product-container .sk-index-product-box {
  gap: 60px 0;
}
.product-container .sk-index-product-box .item {
  overflow: hidden;
}
.product-container .sk-index-product-box .item .sk-product-img.sk-animation-img {
  margin-bottom: 20px;
}
.product-container .sk-index-product-box .item img {
  width: 100%;
}
.product-container .sk-index-product-box .item h3 {
  font-size: 19px;
}
.product-container .sk-product-item:hover .sk-product-img {
  border: 0px;
}
.product-container .info > div {
  text-align: center;
}
.product-container .theme-title-1 {
  margin-bottom: 12px;
}
.product-container .theme-title-2 {
  margin-bottom: 35px;
}

.service-map .info div {
  text-align: center;
}
.service-map .info div .theme-title-2 {
  margin-bottom: 35px;
  display: inline-block;
}
.service-map .grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "left left r1 r2" "left left r3 r4";
  gap: 30px;
}
.service-map .grid-box > div {
  display: inline-grid;
  position: relative;
  overflow: hidden;
}
.service-map .grid-box > div:first-child {
  grid-area: left;
}
.service-map .grid-box > div:nth-child(2) {
  grid-area: r1;
}
.service-map .grid-box > div:nth-child(3) {
  grid-area: r2;
}
.service-map .grid-box > div:nth-child(4) {
  grid-area: r3;
}
.service-map .grid-box > div:nth-child(5) {
  grid-area: r4;
}
.service-map .grid-box > div .title {
  font-size: 22px;
  line-height: 22px;
  font-size: 500;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.service-map .grid-box img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 425px) {
  .service-map .grid-box {
    display: flex;
    flex-direction: column;
  }
}

.contact-us {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us .box {
  min-height: 775px;
}
.contact-us .box .form-box {
  background-color: white;
  width: 100%;
  padding: 48px;
}
@media screen and (max-width: 425px) {
  .contact-us {
    padding: 20px 0;
  }
}

.sk-index-product-box {
  margin-top: 35px;
}

.sk-bbt {
  width: auto;
  text-transform: uppercase;
  transition: all 0.8s;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 3px;
  line-height: 42px;
  letter-spacing: 2px;
  font-family: var(--fonts-tow);
  font-weight: 600;
}
.sk-bbt:hover{ background-color: var(--orange); border-color: var(--orange); color: var(--white); }

.sk-footer-copyright .sk-follow-box {
  display: flex;
  justify-content: end !important;
}
@media screen and (max-width: 698px) {
  .sk-footer-copyright .sk-follow-box {
    justify-content: start !important;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .theme-title-2{ font-size: 38px; }
  .contact-us .box .form-box{ padding: 25px; }
  .theme-container{ padding-bottom: 80px; }
}
@media screen and (max-width: 1200px) {
  .about-us .theme-title-1{ margin-top: 30px; }
  .theme-container{ padding-bottom: 60px; }
  .service-map .grid-box{ gap: 15px; }
}
@media screen and (max-width: 768px) {
  .our-service .box{ margin-bottom: 20px; }
  .about-us .theme-title-2{ line-height: 42px; }
  .news-container .new-box .info{ padding: 0 10px 0 50px; }
}
/*# sourceMappingURL=kinfai.css.map */