@charset "UTF-8";
/* Thành Tựu */
#achieve-blog .section-achieve_stories {
  background: #2f5300;
  padding: 70px 0;
}
@media (min-width: 992px) {
  #achieve-blog .section-achieve_stories .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider.owl-carousel
  .owl-stage {
  display: flex;
  gap: 65px;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item {
  height: 100%;
  background: #4d8f14;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item
  .story-row {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}
@media (min-width: 992px) {
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item
  .story-row
  .story-img
  .block-image {
  height: 100%;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item
  .story-row
  .story-img
  .block-image
  img {
  height: 100%;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item
  .story-row
  .story-detail {
  padding: 20px 40px 30px 40px;
  background: var(--Legacy-Red);
}
@media (min-width: 992px) {
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-detail {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item
  .story-row
  .story-detail
  .block-detail {
  font-family: var(--title-font);
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #f3f1ee;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item
  .story-row
  .story-detail
  .block-detail
  p {
  font-size: 14px;
  margin: 0;
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 102px;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item
  .story-row
  .story-detail
  .block-detail
  p.date {
  font-size: 120px;
  line-height: 128px;
  height: auto;
  color: #f3f1ee;
  font-weight: 300;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-slider
  .achieve-storie-item
  .story-row
  .story-detail
  .block-detail
  h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  color: #f3f1ee;
  margin: 0;
  white-space: initial;
  overflow: hidden;
  margin-bottom: 20px;
}
#achieve-blog .section-achieve_stories .achieve-stories-thumb-slider {
  padding: 65px 0 0;
  display: flex;
  justify-content: center;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage {
  margin-left: 40px;
  display: flex;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item {
  cursor: pointer;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item
  .achieve-storie-item {
  width: 256px;
  padding: 0 0 0 10px;
  position: relative;
  height: 60px;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item
  .achieve-storie-item:before {
  content: "";
  width: 220px;
  height: 1px;
  opacity: 0.2;
  background: #f3f1ee;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 35px;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item
  .achieve-storie-item
  .achieve-storie-dot {
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0.2;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item
  .achieve-storie-item
  .achieve-storie-dot
  span:first-child {
  color: #f3f1ee;
  font-size: 24px;
  line-height: 28.6px;
  margin: 0 0 0 -18px;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item
  .achieve-storie-item
  .achieve-storie-dot
  span:last-child {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 8px;
  background: #f3f1ee;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item:last-child
  .achieve-storie-item:before {
  content: unset;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item.current
  .achieve-storie-item
  .achieve-storie-dot {
  opacity: 1;
  gap: 0px;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item.current
  .achieve-storie-item
  .achieve-storie-dot
  span:first-child {
  font-size: 24px;
}
#achieve-blog
  .section-achieve_stories
  .achieve-stories-thumb-slider.owl-carousel
  .owl-stage
  .owl-item.current
  .achieve-storie-item
  .achieve-storie-dot
  span:last-child {
  width: 16px;
  height: 16px;
  position: relative;
  top: 10px;
}
.section-achieve_banner img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-detail {
    padding: 20px;
  }
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider.owl-carousel
    .owl-stage {
    gap: 30px;
  }
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-detail
    .block-detail
    p.date {
    font-size: 60px;
    line-height: 68px;
  }
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-detail
    .block-detail
    h3 {
    font-size: 18px;
    line-height: 26px;
    /*-webkit-line-clamp: 3;*/
  }
}
@media (max-width: 767.98px) {
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider.owl-carousel
    .owl-stage {
    gap: 30px;
  }
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-detail {
    padding: 20px;
  }
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-detail
    .block-detail
    p.date {
    font-size: 60px;
    line-height: 68px;
  }
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-detail
    .block-detail
    h3 {
    font-size: 24px;
    line-height: 32px;
  }
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #achieve-blog
    .section-achieve_stories
    .achieve-stories-slider
    .achieve-storie-item
    .story-row
    .story-img
    .block-image
    img {
    height: 350px;
    object-fit: cover;
    width: 100%;
  }
}
.wrapper-contentBlogs {
  margin-bottom: 40px;
}
.wrapper-contentBlogs .title-blog {
  padding: 30px 0 60px;
  font-size: 40px;
}
.wrapper-contentBlogs .title-blog span {
  padding-bottom: 8px;
  border-bottom: 2px solid #73c22f;
}
.listsBlog-achieve {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
}
.article-loop .article-inner {
  background: #fff;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article-loop .article-image {
  position: relative;
  overflow: hidden;
}
.article-loop .article-image img {
  width: 100%;
  transition: opacity 0.2s ease-in-out,
    transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s ease-in-out,
    transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.2s ease-in-out,
    transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  aspect-ratio: 16/9;
  object-fit: cover;
}
.article-loop .article-detail {
  padding: 15px 0px;
}
.article-loop .article-detail-date {
  margin-bottom: 8px;
  font-size: 16px;
  color: #b8b8b8;
}
.article-loop .article-title .post-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.article-loop .article-title .post-title a {
  color: #4d8f14;
}
.article-loop .article-detail .entry-content {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
.article-loop .article-post-meta {
  font-size: 14px;
  margin: 0 0 5px;
}
.article-loop .article-post-meta a svg {
  width: 14px;
  height: 14px;
  fill: #253846;
}
#pagination {
  margin: 30px 0;
}
#pagination .pagination {
  margin: 0;
  padding: 0;
  justify-content: center;
  -webkit-justify-content: center;
}
#pagination .pagination > li {
  display: inline-block;
  vertical-align: middle;
}
#pagination .pagination > li > span,
#pagination .pagination > li a {
  position: relative;
  float: left;
  line-height: 38px;
  text-decoration: none;
  color: #333e48;
  background-color: #fff;
  border: 1px solid #4d8f14;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
#pagination .pagination > li > span.current,
#pagination .pagination > li a.current {
  background-color: #4d8f14;
  border-color: #4d8f14;
  color: #fff;
}
#pagination .pagination > li:not(:last-child) {
  margin-right: 8px;
}
#pagination .pagination > li > a:hover,
#pagination .pagination > li > a:focus,
#pagination .pagination > li > span:hover,
#pagination .pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #4d8f14;
  border-color: #4d8f14;
}
#pagination .pagination > li > a:hover svg,
#pagination .pagination > li > a:focus svg {
  fill: #fff;
}
.next_page {
  width: 11px;
  height: 11px;
}
.prev_page {
  width: 11px;
  height: 11px;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.list-notify .article-item__detail .art-title,
.product-loop .proloop-detail h3 a,
.combo-info .combo-item--title,
.article-loop .article-title .post-title a,
.article-loop .article-detail .entry-content,
.list-blogs-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media (max-width: 1024px) {
  .listsBlog-achieve {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owlStyle .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  outline: none;
  box-shadow: none;
  border: none;
}
.owlStyle .owl-carousel .owl-nav button svg {
  width: 14px;
  height: 14px;
  fill: #000;
}
.owlStyle .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.owlStyle .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.owlStyle .owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}
.owlStyle .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.owlStyle .owl-carousel .owl-dots button {
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px;
  outline: none;
  box-shadow: none;
  border: none;
}
.owlStyle .owl-carousel .owl-dots button.active {
  width: 8px;
  height: 8px;
}
