@font-face {
  font-family: 'Tomorrow';
  src: url("/static/font/Tomorrow-Bold.ttf");
  font-style: normal;
  font-weight: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #1d1d1d;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.contact-us-us {
  margin-top: 140px;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, #1D1D1D 100%), url("/static/img/about-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-us-top {
  width: 1400px;
  margin: 0 auto;
}

.nav-detail {
  padding-top: 20px;
}

.contact-us-us-title {
  margin: 50px 0 40px;
  font-family: 'Tomorrow';
  font-size: 43px;
  color: #FFFFFF;
  text-align: center;
}

.contact-us-abstract {
  margin: 0 auto;
  width: 880px;
  text-align: center;
  font-family: 'Tomorrow', sans-serif;
  font-size: 18px;
}

.blog-contant {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}

.blog-itms {
  cursor: pointer;
  width: calc(100% / 4 - 15px);
  height: 400px;
  border-bottom: 1px solid #FFFFFF33;
  margin-bottom: 20px;
}

.blog-img {
  width: 100%;
  height: 210px;
  border-radius: 10px;
}

.blog-itms-name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.blog-subhead {
  font-size: 14px;
  margin-top: 10px;
  color: #FFFFFFB2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 80px;
}

.time-box {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.go-detail-img {
  display: none;
  cursor: pointer;
}

.blog-itms:hover .go-detail-img {
  display: block;
}

.blog-itms:hover .blog-img {
  box-shadow: 0px 0px 20px 0px #EA651980;
}

.blog-itms:hover {
  border-bottom: 1px solid #EA651980;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 15px 0;
  margin-bottom: 100px;
}

.pagination button {
  width: 36px;
  height: 36px;
  background: #2A2A2A;
  color: #EA6519;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background-image: url("/static/img/prev-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-numbers button.active {
  color: #fff;
  background-image: url("/static/img/prev-active.png");
}

.page-numbers,
.page-numbers-trustpilot {
  gap: 10px;
  display: flex;
}

.ellipsis {
  width: 36px;
  height: 36px;
  background: #2A2A2A;
  color: #EA6519;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background-image: url("/static/img/prev-img.png");
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #1d1d1d;
  }
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .contact-us-us {
    margin-top: 160px;
    width: 100%;
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, #1D1D1D 100%), url("../img/about-bg-mb.png") no-repeat;
  }
  .contact-us-top {
    width: 92%;
    margin: 0 auto;
  }
  .nav-detail {
    width: 100vw;
    padding: 160px 15px 0;
    box-sizing: border-box;
    font-size: 12px;
  }
  .nav-detail {
    padding-top: 10px;
  }
  .contact-us-us-title {
    margin: 20px 0 18px;
    font-family: 'Tomorrow';
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
  }
  .contact-us-abstract {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .blog-contant {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
  }
  .blog-itms {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #FFFFFF33;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .blog-img {
    width: 100%;
    height: 224px;
    border-radius: 10px;
  }
  .blog-itms-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
  }
  .blog-subhead {
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
    color: #FFFFFFB2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
  }
  .time-box {
    margin-top: 20px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  .time-box > div {
    color: #EA6519;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .go-detail-img {
    display: none;
    cursor: pointer;
  }
  .blog-itms:hover .go-detail-img {
    display: none;
  }
  .blog-itms:hover .blog-img {
    box-shadow: 0px 0px 20px 0px #EA651980;
  }
  .blog-itms:hover {
    border-bottom: 1px solid #EA651980;
  }
  .pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 34px;
    padding: 15px 0;
    margin-bottom: 74px;
  }
  .pagination button, .trustpilot-pagination button {
    width: 32px;
    height: 32px;
    background: #2A2A2A;
    color: #EA6519;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background-image: url("/static/img/prev-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .page-numbers button.active, .page-numbers-trustpilot button.active {
    color: #fff;
    background-image: url("/static/img/prev-active.png");
  }
  .page-numbers, .page-numbers-trustpilot {
    gap: 10px;
    display: flex;
  }
  .page-first, .page-last {
    background: #2A2A2A;
    border: 1px solid #3A3A3A;
    color: #EAEAEA;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
  }
  .ellipsis {
    width: 32px;
    height: 32px;
    background: #2A2A2A;
    color: #EA6519;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    background-image: url("/static/img/prev-img.png");
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 32px;
  }
}
