.news-recent-item + .news-recent-item {
  margin-top: 20px;
}
.news-recent-item .image a {
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.news-recent-item .image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in-out all;
}
.news-recent-item .title {
  margin-top: 5px;
  font-size: 14px;
  color: #e65a41;
  font-weight: 400;
}
.news-recent-item:hover .image img {
  transform: translate(-50%, -50%) scale(1.1);
}

.news-full-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-full-item + .news-full-item {
  margin-top: 30px;
}
.news-full-item .title {
  font-size: 24px;
  color: #e65a41;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-full-item .date {
  font-size: 14px;
  color: #666666;
}
.news-full-item .image {
  width: 100%;
  max-width: 340px;
}
.news-full-item .image a {
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.news-full-item .image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in-out all;
}
.news-full-item .brief {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-full-item .link-view-detail {
  font-size: 14px;
  color: #e65a41;
  line-height: 1.5;
}
.news-full-item:hover .image img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 992px) {
  .news-full-item + .news-full-item {
    margin-top: 50px;
  }
  .news-full-item .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .news-full-item + .news-full-item {
    margin-top: 60px;
  }
  .news-full-item .title {
    font-size: 30px;
  }
}

.box-news-left {
  max-width: 285px;
}
.box-news-left + .box-news-left {
  margin-top: 30px;
}
.box-news-left .box-title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.box-news-left .box-head {
  margin-bottom: 10px;
}
.box-news-left .categories a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  padding: 10px 0;
}
.box-news-left .categories a:hover {
  color: #e65a41;
}
.box-news-left .categories li {
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .box-news-left + .box-news-left {
    margin-top: 40px;
  }
  .box-news-left .box-title {
    font-size: 24px;
  }
  .box-news-left .box-head {
    margin-bottom: 20px;
  }
}

.news-list-section {
  padding: 40px 0;
}
.news-list-section .row-custom {
  flex-direction: column-reverse;
}
.news-list-section .page-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-list-section .row-custom {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .news-list-section {
    padding: 50px;
  }
  .news-list-section .col-xl-3-custom {
    max-width: 330px;
    width: 100%;
    flex: 0 0 330px;
    padding-right: 30px;
  }
  .news-list-section .col-xl-9-custom {
    max-width: calc(100% - 330px);
    width: 100%;
    flex: 0 0 calc(100% - 330px);
  }
  .news-list-section .page-title {
    font-size: 24px;
  }
}

header .tool .topmenu .button-search {
  font-size: 24px;
  color: #e65a41;
  line-height: 1;
}
@media (min-width: 1200px) {
  header .tool .topmenu {
    padding-top: 8px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
    margin-right: 20px;
  }
  header .tool .topmenu .user-wrapper {
    display: flex !important;
    align-items: center;
    gap: 5px;
  }
}

.mobile-menu-list {
  display: flex;
}
.mobile-menu-list .user-wrapper {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.mobile-menu-list .mobile-menu-item {
  height: 50px;
  padding: 3px 30px;
  display: flex;
  align-items: center;
  background: #e65a41;
  color: white;
  font-size: 16px;
  font-weight: 400;
  width: -moz-max-content;
  width: max-content;
  border-radius: 1px solid white;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mobile-menu-list .mobile-menu-item.user-info {
  background: #ebebeb;
  color: #333333;
}
@media (min-width: 1200px) {
  .mobile-menu-list {
    display: none !important;
  }
}

.user-wrapper .logout {
  color: #333333;
}

.news-list-section .flex {
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  .news-list-section .flex {
    flex-direction: column-reverse;
  }
}
.news-list-section .box-left {
  width: 100%;
}
@media (min-width: 1024px) {
  .news-list-section .box-left {
    width: 17%;
    padding-right: 2%;
  }
}
.news-list-section .box-right {
  width: 100%;
}
@media (min-width: 1024px) {
  .news-list-section .box-right {
    width: 83%;
  }
}

.product-custom .zone-description {
  color: #FF0000;
}/*# sourceMappingURL=custom.css.map */