@import 'font.css';
body,
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Poppins !important;
}
:root {
  font-size: 16px;
}
.no-underline,
a {
  text-decoration: none;
}
form {
  margin: 0;
}
.line2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumb-wrap {
  margin-bottom: 3.75rem;
}
.breadcrumb-wrap .item {
  color: #999;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  cursor: pointer;
}
.breadcrumb-wrap .item::after {
  content: '/';
  margin: 0 0.5rem;
}
.breadcrumb-wrap .item:last-child::after {
  content: '';
  margin: 0;
}
.breadcrumb-wrap .item:first-child {
  color: #333333;
}
.join-box {
  background: #f7f7f7;
  width: 100%;
  padding-top: 7.5rem;
}
.join-box .title {
  font-size: 2.5rem;
  line-height: 2.9375rem;
  color: #333333;
  font-weight: bold;
}
.join-box .desc {
  color: #000000;
  line-height: 1.4375rem;
  font-size: 1.25rem;
  margin: 0.9375rem 0 1.875rem;
}
.join-box .input-box {
  position: relative;
  width: 18.75rem;
}
.join-box .input-box .input-control {
  border: 1px solid #fe7c0f;
  border-radius: 2.3125rem;
  padding: 0.5rem 1.875rem 0.5rem 0.9375rem;
  width: 100%;
  background: none;
}
.join-box .input-box .input-control:focus {
  outline: none;
  box-shadow: 0px 0px 3px 2px #ffd6c4;
}
.join-box .input-box .send {
  position: absolute;
  cursor: pointer;
  right: 0;
  width: 2.625rem;
  height: 2.625rem;
}
.join-box .pic {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.625rem;
}
@media (max-width: 768px) {
  .breadcrumb-wrap {
    margin-bottom: 1.875rem;
  }
  .join-box {
    padding-top: 1.875rem;
  }
  .join-box .container {
    padding: 0 0.9375rem;
  }
  .join-box .title {
    font-size: 1.25rem;
  }
  .join-box .desc {
    font-size: 0.9375rem;
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
  }
  .join-box .input-box {
    width: 100%;
  }
  .join-box .input-box .input-control {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem;
  }
  .join-box .input-box .send {
    width: 2.5rem;
    height: 2.5rem;
  }
  .join-box .pic {
    width: 15.3125rem;
    height: 7.625rem;
    margin-top: 10rem;
  }
}
.see-the-more .sm-see-more,
.see-the-more .see-more {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #fff;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(90deg, #fe7c0f 0%, #fe570f 100%);
  box-shadow: 0px 4px 12px 0px rgba(255, 92, 16, 0.25);
  border-radius: 26px 26px 26px 26px;
  text-align: center;
  cursor: pointer;
}
.see-the-more .title-box {
  margin: 7.5rem 0 1.875rem 0;
}
.see-the-more .title-box .title {
  color: #333333;
  font-size: 2.125rem;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .see-the-more .see-more {
    display: none;
  }
  .see-the-more .title-box {
    margin-top: 5.625rem;
  }
  .see-the-more .sm-see-more {
    display: block;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0;
    margin: 1.875rem auto 0;
    width: 7.5rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .see-the-more .title {
    font-size: 1.5625rem !important;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .see-the-more .see {
    display: block;
  }
  .see-the-more .sm-see-more {
    display: none;
  }
}
.like-card {
  margin-right: 3.125rem;
}
.like-card:last-child {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .like-card {
    margin-right: 0 !important;
  }
}
.like-card-box {
  cursor: pointer;
  width: 17.3125rem;
}
.like-card-box .list-img-bg {
  width: 100%;
  height: 17.3125rem;
  background: #f7f7f7;
  padding: 1.25rem;
}
.like-card-box .list-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.like-card-box .desc {
  color: #333333;
  line-height: 1.3125rem;
  font-size: 1.125rem;
  margin-top: 0.9375rem;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .like-card-box .desc {
    font-size: 0.875rem;
  }
}
@media (max-width: 1400px) {
  .like-card-box {
    margin-right: 1.875rem !important;
  }
}
@media (max-width: 768px) {
  .like-card-box {
    width: 8.75rem !important;
    margin-right: 0.9375rem !important;
  }
  .like-card-box .list-img-bg {
    height: 8.75rem !important;
    padding: 0.625rem !important;
  }
}
.interested-box {
  margin-bottom: 6.875rem;
}
.interested-box .col {
  padding: 0 0.9375rem;
}
@media (max-width: 768px) {
  .interested-box .col {
    padding: 0 0.4688rem;
  }
}
.interested-box .interested-card-box {
  min-width: 280px;
  margin-bottom: 0.625rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
.interested-box .interested-card-box .list-img {
  width: 100%;
  height: 17.125rem;
}
.interested-box .interested-card-box .list-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.interested-box .interested-card-box .info {
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0px 0px 6px 3px rgba(107, 107, 107, 0.08);
}
.interested-box .interested-card-box .info:hover {
  box-shadow: 0px 0px 16px 6px rgba(107, 107, 107, 0.1);
  transition: all 0.3s;
}
.interested-box .interested-card-box .info .date {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
}
.interested-box .interested-card-box .info .date img {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.3125rem;
}
.interested-box .interested-card-box .info .title {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3rem;
}
@media (max-width: 768px) {
  .interested-box .interested-card-box .info .title {
    font-size: 0.9375rem !important;
  }
}
.interested-box .interested-card-box .info .see {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.9375rem;
  color: #666;
  line-height: 1.1875rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .interested-box .interested-card-box .info .see {
    font-size: 0.875rem !important;
  }
}
.interested-box .interested-card-box .info .see .icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.4375rem;
  background-image: url('../images/interested-more-icon.webp');
  background-size: 100% 100%;
}
.interested-box .interested-card-box:hover .see {
  color: #fe7c0f;
}
.interested-box .interested-card-box:hover .see .icon {
  background-image: url('../images/see-left-icon.webp');
}
.interested-box .interested-card-box .icon {
  transition: background-image 0.3s ease;
}
.spinner-border {
  color: #fe7c0f !important;
  margin: 50px auto;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
.my-card-body .youtube-video {
  width: 100%;
  height: 23.0625rem;
}
