* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.relative-product-box {
  width: 304px;
}
.community-container-fix {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  margin-top: 150px;
  position: relative;
}
.relative-product-content {
  display: -webkit-box;
  /* width: auto; */
  overflow: scroll;
}

.relative-product-item-time span {
  font-size: 12px;
  color: #000;
}

.relative-product-item-time span:last-child a {
  color: #eb0a1e;
  font-weight: 600;
  padding-left: 20px;
}

.relative-product-item-time span:last-child a:hover {
  color: #eb0a1ec4;
}
a {
  text-decoration: none !important;
  color: var(--text-color);
}

.relative-product-item-excerpt {
  font-size: 14px;
  color: #808080;
}

.relative-product-item-header {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}

.relative-product-item-header:hover a {
  color: #808080;
}

.relative-product-item-header a {
  transition: 0.4s;
}

.relative-product-item-header a {
  color: var(--text-color);
  text-decoration: none;
}

.relative-product-item-img {
  padding-bottom: 20px;
  /* transition: 0.4s; */
}

.relative-product-item-img:hover img {
  transform: scale(1.05);
}

.relative-product-item-img img {
  transition: 0.4s;
}

.relative-product-content {
  /* padding: 0 12px; */
}

.relative-product-item {
  padding: 8px;
}

.relative-product-header {
  font-size: 24px;
  line-height: 34.22px;
  font-weight: 700;
  margin-bottom: 38px;
  padding-left: 15px;
  position: relative;
  margin-left: 8px;
}

.relative-product-header::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #eb0a1e;
  left: 0;
  top: 0;
}

.community-relative-product {
  margin-top: 20px;
  padding: 0 12px;
  margin-bottom: 43px;
}

.community-content-img,
.community-content-title {
  width: 50%;
}
.community-content-title .community-text {
  padding-bottom: 24px;
}

.community-content-img:hover img {
  transform: scale(1.01);
}

.community-content-img img {
  transition: 0.4s;
}

.community-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-content-title {
  padding-left: 80px;
  position: relative;
}

.community-content-title .community-header {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 32px;
}

.community-content-title .community-header:hover a {
  color: #808080;
}

.community-content-title .community-header a {
  transition: 0.4s;
}

.community-content-title .community-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3a3a3a;
}

.community-read-more {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: 22.82px;
  color: #eb0a1e;
}

.community-content-title .community-read-more a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: 22.82px;
  color: #eb0a1e;
  text-transform: uppercase;
}

.community-content-title .community-read-more a i {
  font-size: 16px;
  font-weight: 600;
  text-decoration: 22.82px;
  color: #eb0a1e;
  text-transform: uppercase;
  margin-left: 10px;
}

.community-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.community-list {
  list-style: none;
}

.community-list .community-item {
  padding: 20px;
  margin-bottom: 120px;
}

a + a {
  margin: 0;
  padding: 0;
}

.header-desktop-contain .block-header .social-box .box-search {
  margin-right: 20px;
}

a.btn-login {
  display: block;
  border: 1px solid var(--text-color);
  padding: 4px 10px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  line-height: 17.11px;
  letter-spacing: 12%;
  margin-left: 20px;
}

.navbar-community {
  display: flex;
  align-items: center;
  height: 30px;
  max-height: 30px;
}

ul.navbar-header-menu {
  height: 60px;
  max-height: 60px;
}

.navbar-community {
  display: flex;
  /* flex-direction: row-reverse; */
  /* display: flex; */
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 16px;
  justify-content: flex-end;
}

.navbar-community ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0 10px; */
  margin-bottom: 0;
  padding-right: 20px;
}

.navbar-community-header .navbar-community-item a {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.96px;
  text-decoration: none;
  transition: 0.5s;
}

.navbar-community-header .navbar-community-item:hover a {
  color: #888;
}

.navbar-community ul li {
  padding: 0 10px;
  /* height: 30px; */
  display: flex;
  align-items: center;
}
.header-desktop-contain .block-header {
  height: 90px;
  max-height: 90px;
}
.community-container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  margin-top: 150px;
  position: relative;
  min-height: 50vh;
}
.line-red {
  background: #eb0a1e;
  width: 100%;
  height: 4px;
  display: none;
}
.page-content {
  width: 1240px;
  max-width: 100%;
  margin: 0px auto;
}

.padding-lg {
  padding: 20px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.row {
  padding: 0;
  margin: 0;
}

.community-list
  .community-item:nth-child(even)
  .community-content
  .community-content-img {
  order: 2;
}

.community-list
  .community-item:nth-child(even)
  .community-content
  .community-content-title {
  order: 1;
  padding-left: 0;
  padding-right: 80px;
}
.community-list
  .community-item:nth-child(odd)
  .community-content
  .community-content-img {
  order: 1;
}

.community-list
  .community-item:nth-child(odd)
  .community-content
  .community-content-title {
  order: 2;
  padding-left: 80px;
  padding-right: 0px;
}
img {
}
.community-content-title .community-read-more a:hover i {
  animation: vibrate 0.5s infinite ease-in-out;
}
@keyframes vibrate {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.gray-line {
  background: #ccc;
  height: 1px;
  width: 100%;
}
.page-container {
  max-width: 1440px;
  margin: auto;
  padding: 0;
  width: 1600px;
  max-width: 100%;
  top: 94px;
  position: fixed;
  z-index: 1;
}
.relative-product-content::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.relative-product-content::-webkit-scrollbar-track {
  background: inherit;
}

/* Handle */
.relative-product-content::-webkit-scrollbar-thumb {
  background: inherit;
}

/* Handle on hover */
.relative-product-content::-webkit-scrollbar-thumb:hover {
  background: inherit;
}
.community-banner-detail {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.community-banner-title {
  color: #fff;
  position: relative;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  padding-bottom: 10px;
}

.community-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1053px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 64px 120px;
}

.community-banner-image {
  width: 100%;
  height: 100%;
}

.community-banner-image img {
  max-width: 100%;
  max-height: 600px;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.community-banner {
  height: 600px;
  max-height: 566px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.community-content-bor {
  margin-top: 0px;
}
.u-desktop {
  display: block;
}
.u-tablet-mobile {
  display: none;
}
#message-fixed {
  width: 60px;
  height: 60px;
  border: 1px solid #eb0a1e;
  padding: 2px;
  border-radius: 50%;
  position: fixed;
  bottom: 6px;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
  background: #fff;
}

#message-fixed img {
  width: auto;
  height: auto;
}
@media (max-width: 1080px) {
  #back-to-top {
    bottom: 92px;
    right: 4px;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 12px;
  }
  .community-container {
    margin-top: 60px;
  }
  .page-container {
    top: 60px;
  }
}
@media (max-width: 1160px) {
  .community-container {
    margin-top: 154px;
  }
}
@media (max-width: 1080px) {
  .community-container {
    margin-top: 120px;
  }
}
@media (max-width: 900px) {
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
  #message-fixed {
    display: flex;
  }
  .community-relative-product {
    margin-bottom: 37.5px;
  }
}
.text-no-border {
  border-bottom: none !important;
}
