.box-article-list {
  padding-bottom: 323px;
}
.box-article-list .content-left {
  width: calc(100% - 520px);
}
.box-article-list .content-left .title-page {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 56px;
  text-transform: uppercase;
  color: #303030;
}
.box-article-list .content-left .article-list {
  width: 100%;
  margin-bottom: 32px;
}
.box-article-list .content-left .item-article-first {
  width: 100%;
  margin-bottom: 48px;
}
.box-article-list .content-left .item-article-first .img {
  width: 100%;
  margin-bottom: 24px;
}
.box-article-list .content-left .item-article-first .img img {
  width: 100%;
}
.box-article-list .content-left .item-article-first .info {
  width: 100%;
}
.box-article-list .content-left .item-article-first .info .info-left {
  width: calc(100% - 312px);
  display: flex;
  flex-direction: column;
}
.box-article-list .content-left .item-article-first .info .info-left .name {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 8px;
  width: 100%;
  color: #303030;
  font-weight: 700;
}
.box-article-list .content-left .item-article-first:hover .info .info-left .name {
  color: #828282;
}
.box-article-list .content-left .item-article-first .info .info-left .time-post {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.box-article-list .content-left .item-article-first .info .info-left .time-post span {
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  width: auto;
}
.box-article-list .content-left .item-article-first .info .info-left .time-post span.chia {
  margin: 0px 6px;
}
.box-article-list .content-left .item-article-first .info .info-right {
  width: 288px;
}
.box-article-list .content-left .item-article-first .info .info-right p {
  width: 100%;
  margin: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-article-list .content-left .item-article-first:hover .info .info-right p {
  color: #828282;
}
.box-article-list .content-left .item-article {
  width: 100%;
  margin-bottom: 24px;
}
.box-article-list .content-left .item-article .img {
  width: 288px;
  height: 288px;
  overflow: hidden;
  border-radius: 16px;
}
.box-article-list .content-left .item-article .img img {
  width: 288px;
  height: 288px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-article-list .content-left .item-article .info {
  width: calc(100% - 312px);
}
.box-article-list .content-left .item-article .info .name {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 24px;
}
.box-article-list .content-left .item-article:hover .img {
  box-shadow: 0px 8px 16px 0px rgba(43, 53, 116, 0.3);
}
.box-article-list .content-left .item-article:hover .info .name {
  color: #828282;
}

.box-article-list .content-left .item-article .info p {
  width: 100%;
  margin: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #303030;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}
.box-article-list .content-left .item-article:hover .info p {
  color: #828282;
}
.box-article-list .content-left .item-article .info .time-post {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.box-article-list .content-left .item-article .info .time-post span {
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  width: auto;
}
.box-article-list .content-left .item-article .info .time-post span.chia {
  margin: 0px 6px;
}
.box-article-list .content-right {
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-article-list .content-right .title-sidebar {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 8px;
  text-transform: uppercase;
  border-bottom: solid 1px #828282;
  margin-bottom: 46px;
}

.view-more-all {
  min-width: 135px;
  padding: 0px 10px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
}
.view-more-all svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  margin-left: 6px;
}
.view-more-all:hover {
  background: #32782C;
}

.box-category-list {
  margin-bottom: 80px;
  width: 100%;
}
.box-category-list .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-category-list .list a {
  width: 100%;
  padding: 16px 24px;
  border-radius: 16px;
  background: rgba(238, 238, 238, 0.3);
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #303030;
  font-family: "Aptos", sans-serif;
  margin-bottom: 16px;
}
.box-category-list .list a:last-child {
  margin-bottom: 0px;
}
.box-category-list .list a:hover {
  background: rgba(217, 237, 191, 0.5);
  color: #79B559;
}
.box-category-list .list a.current {
  background: rgba(217, 237, 191, 0.5);
  color: #79B559;
}

.box-article-top-view {
  width: 100%;
}
.box-article-top-view .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-article-top-view .list .item-article {
  width: 100%;
  margin-bottom: 24px;
}
.box-article-top-view .list .item-article:last-child {
  margin-bottom: 0px;
}

.item-article-same .img {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 16px;
}
.item-article-same .img img {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0px auto;
  border-radius: 8px;
  overflow: hidden;
}
.item-article-same .name {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 8px;
  line-height: 28px;
}
.item-article-same .name:hover {
  color: #828282;
}
.item-article-same .time-post {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.item-article-same .time-post span {
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  width: auto;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.item-article-same .time-post span svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.item-article-same .time-post span.old-time {
  margin-left: 36px;
}
.item-article-same .time-post.st2 span.chia {
  margin: 0px 6px;
}
.item-article-same .time-post.st2 span.old-time {
  margin-left: 0px;
}

.relay-article {
  padding: 120px 0px;
  background: rgba(255, 152, 0, 0.07);
}
.relay-article .title {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 56px;
  text-transform: uppercase;
  color: #303030;
}
.relay-article .content .item-article {
  width: calc(25% - 18px);
  margin-right: 24px;
}
.relay-article .content .item-article:nth-child(4n) {
  margin-right: 0px;
}
.relay-article .content .item-article .img {
  padding-top: 100%;
}
.relay-article .content .item-article .img img {
  max-width: 100%;
}

.box-article-detail {
  padding-bottom: 160px;
}
.box-article-detail .content-left {
  width: calc(100% - 520px);
}
.box-article-detail .content-left .title-page {
  font-size: 38px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #303030;
}
.box-article-detail .content-left .author-date {
  font-size: 14px;
  color: #98A1B3;
  margin-bottom: 40px;
}
.box-article-detail .content-left .author-date .chia {
  margin: 0px 6px;
}
.box-article-detail .content-left .img-article-detail {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
}
.box-article-detail .content-left .article-detail-content {
  margin-bottom: 48px;
  color: #303030;
}
.box-article-detail .content-left .rating {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
  color: #17181A;
}
.box-article-detail .content-left .rating span {
  margin-right: 8px;
}
.box-article-detail .content-left .share-social {
  display: flex;
  margin-bottom: 80px;
}
.box-article-detail .content-right {
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-article-detail .content-right .title-sidebar {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 8px;
  text-transform: uppercase;
  border-bottom: solid 1px #828282;
  margin-bottom: 46px;
}

.social-share {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.social-share span.txt {
  margin-right: 8px;
  color: #17181A;
}
.social-share .list-social-share {
  display: flex;
  align-items: center;
}
.social-share .list-social-share a {
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: 50%;
  background: #EEEEEE;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.social-share .list-social-share a:last-child {
  margin-right: 0px;
}
.social-share .list-social-share a svg {
  width: 24px;
  height: 24px;
}
.social-share .list-social-share a.linkedin svg {
  width: 18px;
  height: 18px;
}
.social-share .list-social-share a:hover {
  background: #79B559;
}



.social-share .list-social-share a:hover svg path {
  stroke: #32782C;;
}

.box-review {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-review .title-box-review {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 32px;
}
.box-review .list-review {
  align-items: flex-start;
}
.box-review .item-review {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 24px 16px;
  border: solid 1px #EEEEEE;
  border-radius: 32px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.box-review .item-review .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.box-review .item-review .avatar img {
  width: 100%;
}
.box-review .item-review .content-item-review {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-review .item-review .content-item-review .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
.box-review .item-review .content-item-review .top .author {
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  display: flex;
  align-items: center;
}
.box-review .item-review .content-item-review .top .is_bought {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  color: #32782C;
  margin-left: 16px;
}
.box-review .item-review .content-item-review .top .is_bought svg {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.box-review .item-review .content-item-review .top .rating {
  width: 126px;
  height: 20px;
  background: url(../images/icons/icon-post-rating-cus.png) no-repeat;
  background-size: 100% auto;
  background-position: 0 -96px;
}
.box-review .item-review .content-item-review .top .rating.rating_5 {
  background-position: 0 0;
}
.box-review .item-review .content-item-review .top .rating.rating_4 {
  background-position: 0 -20px;
}
.box-review .item-review .content-item-review .top .rating.rating_3 {
  background-position: 0 -39px;
}
.box-review .item-review .content-item-review .top .rating.rating_2 {
  background-position: 0 -58px;
}
.box-review .item-review .content-item-review .top .rating.rating_1 {
  background-position: 0 -77px;
}
.box-review .item-review .content-item-review .top .rating.rating_0 {
  background-position: 0 -96px;
}
.box-review .item-review .content-item-review .content-comment {
  width: 100%;
  margin-bottom: 16px;
  font-weight: 300;
}
.box-review .item-review .content-item-review .bot {
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  display: flex;
  align-items: center;
}
.box-review .item-review .content-item-review .bot .like {
  margin-right: 24px;
  cursor: pointer;
}
.box-review .form-comment {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 24px 16px;
  border: solid 1px #EEEEEE;
  border-radius: 32px;
  margin-bottom: 32px;
  justify-content: space-between;
}
.box-review .form-comment .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
}
.box-review .form-comment .avatar img {
  width: 100%;
}
.box-review .form-comment .content-form-comment {
  width: calc(100% - 68px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-review .form-comment .content-form-comment .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.box-review .form-comment .content-form-comment .item label {
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  margin-bottom: 8px;
  padding-left: 20px;
}
.box-review .form-comment .content-form-comment .item label.error {
  font-size: 14px;
  color: #FF2E00;
  font-weight: 300;
}
.box-review .form-comment .content-form-comment .item input {
  width: 100%;
  background: #ffffff;
  height: 48px;
  border: solid 1px #EEEEEE;
  border-radius: 24px;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
  font-family: "Lexend", sans-serif;
}
.box-review .form-comment .content-form-comment .item textarea {
  width: 100%;
  background: #ffffff;
  height: 136px;
  border: solid 1px #EEEEEE;
  border-radius: 24px;
  padding: 18px 16px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 6px;
  font-family: "Lexend", sans-serif;
}
.box-review .form-comment .content-form-comment .item .check-form {
  width: 100%;
  font-size: 14px;
  color: #FF2E00;
  font-weight: 300;
}
.box-review .form-comment .content-form-comment .item-2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box-review .form-comment .content-form-comment .item-2 .item {
  width: calc(50% - 8px);
}
.box-review .form-comment .content-form-comment .bot-form-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-review .form-comment .content-form-comment .your-rating {
  display: flex;
  align-items: center;
}
.box-review .form-comment .content-form-comment .your-rating .txt {
  font-size: 16px;
  font-weight: 300;
  color: #303030;
}
.box-review .form-comment .content-form-comment .your-rating .rating-comment {
  margin-left: 15px;
}
.box-review .form-comment .content-form-comment .your-rating .rating-input {
  float: right;
  width: 21px;
  height: 19px;
  padding: 0;
  margin: 0 0 0 -20px;
  opacity: 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-star:hover {
  background-position: 0 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-star {
  position: relative;
  float: right;
  display: block;
  width: 21px;
  height: 19px;
  background: url("../images/icons/star_rating.png") 0 -24px;
  margin: 0 3px;
  cursor: pointer;
}
.box-review .form-comment .content-form-comment .your-rating .rating-star:hover, .box-review .form-comment .content-form-comment .your-rating .rating-star:hover ~ .rating-star {
  background-position: 0 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-input:checked ~ .rating-star, .box-review .form-comment .content-form-comment .your-rating .rating-star:hover, .box-review .form-comment .content-form-comment .your-rating .rating-star:hover ~ .rating-star {
  background-position: 0 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-input:checked ~ .rating-star, .box-review .form-comment .content-form-comment .your-rating .rating:hover .rating-star:hover, .box-review .form-comment .content-form-comment .your-rating .rating:hover .rating-star:hover ~ .rating-star {
  background-position: 0 -24px;
}
.box-review .form-comment .content-form-comment .your-rating .rating-comment:hover .rating-star, .box-review .form-comment .content-form-comment .your-rating .rating-star {
  position: relative;
  float: right;
  display: block;
  background: url("../images/icons/star_rating.png") 0 0;
}
.box-review .form-comment .content-form-comment .your-rating .rating-comment:hover .rating-star:hover, .box-review .form-comment .content-form-comment .your-rating .rating-comment:hover .rating-star:hover ~ .rating-star {
  background-position: 0 -24px !important;
}
.box-review .form-comment .content-form-comment .send-comment-post {
  padding: 0px 20px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
}
.box-review .form-comment .content-form-comment .send-comment-post.bg-error {
  background: #FF2E00;
}
.box-review .form-comment .content-form-comment .send-comment-post svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 6px;
}
.box-review .form-comment .content-form-comment .send-comment-post:hover {
  background: #32782C;
}

.popup-notice {
  width: 809px;
  max-width: 100%;
  min-height: 432px;
  float: left;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.popup-notice.active {
  display: flex;
}
.popup-notice .content-popup {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-notice .content-popup .icons-popup {
  margin-bottom: 40px;
}
.popup-notice .content-popup .icons-popup svg {
  width: 72px;
  height: 72px;
  fill: #79B559;
}
.popup-notice .content-popup .icons-popup.error-popup-icon svg {
  fill: red;
}
.popup-notice .content-popup .title-popup {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #3D3D3D;
}
.popup-notice .content-popup p.txt {
  font-size: 18px;
  font-weight: 300;
  color: #949494;
  margin: 0px;
  margin-bottom: 32px;
  text-align: center;
}
.popup-notice .content-popup .btn-popup-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-notice .content-popup .btn-popup-all .btn-popup {
  padding: 0px 20px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  margin-left: 12px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  margin-left: 6px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup.btn-popup-prev {
  background: #FF9800;
  margin-left: 0px;
  margin-right: 12px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup.btn-popup-prev svg {
  margin-left: 0px;
  margin-right: 6px;
}
.popup-notice .content-popup .btn-popup-all .btn-popup:hover {
  background: #32782C;
}

.bg-comment-popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99998;
  left: 0px;
  top: 0px;
  display: none;
}
.bg-comment-popup.active {
  display: block;
}

@media (max-width: 1300px) {
  .box-article-list .content-right, .box-article-detail .content-right {
    width: 300px;
  }
  .box-article-list .content-left, .box-article-detail .content-left {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1100px) {
  .box-article-list .content, .box-article-detail .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .box-article-list .content-left, .box-article-detail .content-left {
    width: 100%;
    margin-bottom: 0px;
  }
  .box-article-list .content-right, .box-article-detail .content-right {
    width: 100%;
    display: none;
  }
  .relay-article .content {
    flex-wrap: wrap;
  }
  .relay-article .content .item-article {
    width: calc(50% - 12px);
    margin-bottom: 30px;
  }
  .relay-article .content .item-article:nth-child(2n) {
    margin-right: 0px;
  }
  .box-article-detail .content-left .title-page {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .popup-notice {
    width: 500px;
    min-height: initial;
    max-height: 90vh;
  }
  .popup-notice .content-popup p.txt br {
    display: none;
  }
}
@media (max-width: 720px) {
  .box-article-list {
    padding-bottom: 60px;
  }
  .relay-article {
    padding: 60px 0px;
  }
}
@media (max-width: 640px) {
  .box-article-list .content-left .title-page {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 46px;
  }
  .box-article-list .content-left .item-article-first .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .box-article-list .content-left .item-article-first .info .info-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-article-list .content-left .item-article-first .info .info-right {
    width: 100%;
  }
  .box-article-list .content-left .item-article {
    flex-direction: column;
    align-items: center;
  }
  .box-article-list .content-left .item-article .img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .box-article-list .content-left .item-article .img img {
    width: 100%;
    height: auto;
  }
  .box-article-list .content-left .item-article .info {
    width: 100%;
  }
  .relay-article .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 46px;
  }
  .box-article-detail .content-left .img-article-detail img {
    width: 100%;
  }
  .box-review .form-comment .content-form-comment .item-2 {
    flex-direction: column;
  }
  .box-review .form-comment .content-form-comment .item-2 .item {
    width: 100%;
  }
  .box-review .form-comment .content-form-comment .bot-form-comment {
    flex-direction: column;
  }
  .box-review .form-comment .content-form-comment .your-rating {
    margin-bottom: 16px;
  }
  .popup-notice {
    width: 90%;
  }
  .popup-notice .content-popup .btn-popup-all .btn-popup {
    padding: 0px 10px;
  }
}
@media (max-width: 480px) {
  .box-review .item-review .content-item-review .top {
    flex-direction: column;
  }
  .box-review .item-review .content-item-review .top .author {
    margin-bottom: 5px;
  }
  .box-review .item-review {
    flex-direction: column;
    align-items: center;
  }
  .box-review .item-review .content-item-review {
    width: 100%;
    margin-top: 12px;
  }
  .relay-article .item-article-same .time-post {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .relay-article .item-article-same .time-post .chia {
    display: none;
  }
  .item-article-same .name {
    font-size: 18px;
  }
  .box-review .form-comment {
    flex-direction: column;
    align-items: center;
  }
  .box-review .form-comment .content-form-comment {
    width: 100%;
  }
  .box-review .form-comment .content-form-comment .your-rating {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .box-review .form-comment .content-form-comment .your-rating .rating-comment {
    margin-left: 0px;
    margin-top: 6px;
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=style-article.css.map */