* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.reponsive-pc{
  display:block;
}
.reponsive-mobile{
  display:none;
}
.page-navbar-container {
    position: fixed;
    width: 1440px;
    top: 94px;
    max-width: 100%;
    z-index: 5;
}



.relative-product-box {
  width: 304px;
}

.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-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;
  z-index: -1;
}

.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;
}

.community-list {
  list-style: none;
}

.community-list .community-item {
  padding: 20px;
  margin-bottom: 120px;
}

a+a {
  margin: 0;
  padding: 0;
}

#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;
}

.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;
}
.mobileMenu{
  /* z-index: 10; */
}

.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: 90px;
}

.line-red {
  background: #EB0A1E;
  width: 100%;
  height: 4px;
}

.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;
}

.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;
  margin-top: 0px;
}

.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;
  margin-bottom:0;
}

.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: 80%;
  max-height: 90%;
  background: rgba(0, 0, 0, 0.5);
  padding: 64px 120px;
  
}

.community-banner-image {
  width: 100%;
  height: 100%;
}

.community-banner-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.community-banner {
  height: 600px;
  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;
}

.post-list-item .post-list-maker {
  width: 5px;
  height: 5px;
  background: #EB0A1E;
  display: inline-block;
  /* height: 100%; */
}
img.banner-sm{
  margin-bottom:-4px;
}

@media (max-width:1200px) {
  .header-desktop-contain .block-header .navbar-header {
    width: 71%
  }
}

@media (max-width:900px) {
  .header-desktop-contain .block-header .navbar-header {
    width: 75%
  }
}

@media (max-width:768px) {
  .header-desktop-contain .block-header .navbar-header {
    width: 75%
  }
}

.community-relative-product {
  margin-bottom: 37.5px;
}


li.post-list-item {
  height: 100%;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 400;
  position: relative;
}



.post-list-parent,
.post-list-child {
  /* list-style-type: square; */
  list-style-position: inside;
  list-style: none;
  height: 100%;
  /* list-style-image: url('/images/localization-and-export/list-parent.png'); */
}

.post-list-parent li,
.post-list-child li {
  background: url(/images/localization-and-export/list-parent.png) no-repeat 0px 11px transparent;
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 16px 21px;
  vertical-align: middle;
}

.post-list-child li {
  background: url(/images/localization-and-export/list-child.png) no-repeat 0px 11px transparent;
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 0px 24px;
  vertical-align: middle;
  /* list-style-image: url(/images/localization-and-export/list-child.png); */
  margin: 8px 0px 0px 0px;
}

.post-list-child li:last-child {
  margin: 8px 0px 14px 0px;
}




.post-list-child {
  padding-left: 40px;
}

.post-list-child {
  list-style-position: inside;
}

.lae-contact-image {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  height: 100%;
}

.lae-contact {
  /* height: 100px; */
  background: #f5f5f5;
  margin-bottom: 60.67px;
}

.lae-contact img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.lae-contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  max-width: 100%;
  padding: 39px 29px 38px 29px;
}

.social-list-menu-title h2 {
  color: var(--text-color);
}

.social-list-menu-title:hover h2 {
  color: var(--text-color);
}

.social-list-menu-title h2 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}

.social-list-menu-img {
  margin-bottom: 40px;
}

.social-list-menu-item {
  height: 270px;
  border: 1px solid #080808;
  padding: 55px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.4s;
  justify-content: center;
}

.social-list-menu-item:hover {
  box-shadow: 0 0 32px 4px #ccc;
  border: 1px solid #ccc;
}

.social-list-menu {
  margin-top: 100px;
}



.community-read-more-out-li {
  order: 3;
}

.community-read-more-out-li a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: 22.82px;
  color: #EB0A1E;
  text-transform: uppercase;
}

.community-read-more-out-li:hover a i {
  animation: vibrate 0.5s infinite ease-in-out;
}

.community-content-img {
  padding-bottom: 24px;
}

.community-content-img {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.social-list-menu {
  margin-top: 100px;
  margin-bottom: 161px;
}

.community-list {
  padding: 20px 0;
  margin-bottom: 21px;
}

.social-list-menu-img {
  padding-right: 56px;
}

.post-header-danger {
  font-size: 24px;
  color: #EB0A1E;
  font-weight: 700;
  margin-bottom: 20px;
}

.lae-contact-title {
  font-size: 16px;
  text-align: start;
}
.banner-sm{
  display: none;
}
.banner-lg{
  display:block;
}
.community-banner-detail{
  font-size: 16px;
}
.community-banner-title{
  font-size:40px
}
.community-banner-detail{
  line-height:24px
}
@media (max-width: 1080px) {
  .reponsive-pc{
    display: none!important;
  }
  .reponsive-mobile{
    display:block;
  }
  #back-to-top {
    bottom: 92px;
    right: 4px;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 12px;
  }
  .community-container{
    margin-top: 60px;
  }
  .page-navbar-container {
    top: 60px;
    
  }
  .community-post {
    margin-top: 188px;
}
}
@media (max-width: 840px) {
  .community-banner-title{
    font-size:36px
  }
  .community-banner-detail{
    font-size: 15px;
  }
  .community-banner {
    height: 700px;
  }

  .community-content-img {
    margin-bottom: 0px;
    padding-bottom: 24px;
  }

  .u-desktop {
    display: none;
  }

  .u-tablet-mobile {
    display: block;
  }

  .community-content-img,
  .community-content-title {
    width: 100%;
  }

  .community-content-title {
    padding-left: 0;
  }

  .community-list .community-item:nth-child(odd) .community-content .community-content-img {

    order: 2;
  }

  .community-list .community-item:nth-child(odd) .community-content .community-content-title {
    order: 1;
    padding-left: 0px;
    padding-right: 0px;
  }

  .community-list .community-item:nth-child(even) .community-content .community-content-title {

    padding-right: 0px;
  }

  .community-content-bor {
    margin-top: 72px;
  }

  .community-list .community-item {
    margin-bottom: 80px;

  }

  .social-list-menu {
    margin-top: 70px;
    margin-bottom: 86px;
  }

  .community-list {
    margin-bottom: 11px;
  }

  .community-banner-content {
    padding: 30px 60px;
  }

  .social-list-menu {
    margin-top: 80px;
    margin-bottom: 140px;
  }

  .lae-contact-title {
    font-size: 15px;
  }

  .lae-contact img {
    width: 17.97px;
    height: 17.97px;
    margin-right: 10.66px;
    display: inline-block;
  }

  .lae-contact {

    padding: 34px 27px 34px 30.37px;
    margin-bottom: 50px;
  }

  .post-list-parent li {
    font-size: 15px;
  }

  
}

@media (max-width: 576px) {
  
  #message-fixed {
    display: flex;
  }
  .community-banner-detail{
    line-height:21px
  }
  .community-banner-title{
    margin-bottom: 30px;
    font-size:32px;
    line-height: 38.4px;
  }
  .community-banner-detail{
    font-size: 14px;
  }
  .banner-sm{
    display: block;
  }
  .banner-lg{
    display:none;
  }
  .social-list-menu-img {
    padding-right: 0px;
  }

  .social-list-menu-item {
    flex-direction: column;
  }

  .community-banner {
    height: 787px;
  }

  .community-banner-content {
    max-height: 100%;
    width: 330px;
    max-width: 90%;
    padding: 48px 15px 41px 16px;
  }

  .community-content-img,
  .community-content-title {
    width: 100%;
  }

  .community-content-title {
    padding-left: 0;
  }

  .padding-lg {
    padding: 8px;
  }

  .page-content {
    padding: 0 8px;
  }

  .social-list-menu-item {
    height: 183px;
    padding: 0
  }

  .social-list-menu-img img {
    width: 40px;
    height: 40px;
  }

  .social-list-menu-title h2 {
    font-size: 14px;
    line-height: 21px;
  }

  .social-list-menu-img {
    margin-bottom: 20px;
  }

  .community-list .community-item {
    padding: 0 8px;
  }

  .community-content-title .community-header {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
  }

  .social-list-menu {
    margin-top: 53px;
    margin-bottom: 66px;
  }

  .community-list {
    margin-bottom: 20px;
  }

  .social-list-menu-item {
    border: 1px solid #ccc;
  }

  .social-list-menu {
    margin-top: 60px;
    margin-bottom: 120px;
  }

  .lae-contact-title {
    font-size: 14px;
  }

  .lae-contact {
    padding: 29px 27px 29px 30.37px;
    margin-bottom: 40px;
  }

  .post-list-parent li {
    font-size: 14px;
  }

  .community-relative-product {
    padding: 0;
  }

  #message-fixed {
    display: flex;
  }

  .community-relative-product{
    padding:0 0px;
  }
  
}
.post-image img {
  margin: 0px 0px 16px 0px;
  width: 100%;
  height: 100%;
}


@media (max-width: 376px){
  .lae-contact{
    padding: 29px 15px;
    margin-bottom: 40px;
}
}
img{
  object-fit:cover;
  object-position: center;
}









