/* -----------------------------------------------------------
	font-face
----------------------------------------------------------- */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.news-page-wrapper {
  min-width: 1030px;
  max-width: 1030px;
  padding: 24px 0px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .news-page-wrapper {
    padding: 8px 12px;
    min-width: 100%;
    max-width: 100%;
  }
}
.news-page-wrapper .title {
  display: none;
}
@media only screen and (max-width: 991px) {
  .news-page-wrapper .title {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .news-page-wrapper .button-common {
    display: none;
  }
}

.slider-list-news-wrapper {
  position: relative;
}

.slider-list-news {
  max-width: 1000px;
  position: relative;
  padding-bottom: 24px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  .slider-list-news {
    max-width: 100vw;
  }
}
.slider-list-news .news-slider-item {
  min-width: 240px;
  max-width: 240px;
  height: auto;
  margin-right: 12px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500 !important;
}
.slider-list-news .news-slider-item:hover {
  text-decoration: none;
}
.slider-list-news .news-slider-item img {
  display: block;
  min-width: 240px;
  max-width: 240px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}
.slider-list-news .news-slider-item .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  color: #FFFFFF;
  margin: 8px 0px;
  font-weight: 500 !important;
}
.slider-list-news .news-slider-item .time {
  font-style: normal;
  font-size: 11px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.btn-slide {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #444;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .btn-slide {
    display: none;
  }
}
.btn-slide:focus {
  outline: none;
}

.btn-prev {
  top: 20%;
  left: -10px;
}

.btn-next {
  top: 20%;
  right: -10px;
}

.list-new-by-category-wrapper {
  padding: 24px 0px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.list-new-by-category-wrapper:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .list-new-by-category-wrapper {
    padding: 16px 0px;
  }
}
.list-new-by-category-wrapper .block-news-title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .list-new-by-category-wrapper .block-news-title {
    margin-bottom: 12px;
  }
}

.page-news-detail-wrapper .right-main-layout {
  padding-top: 0 !important;
}
.page-news-detail-wrapper .center-main-layout {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 32px;
  min-width: 765px;
}
@media only screen and (max-width: 991px) {
  .page-news-detail-wrapper .center-main-layout {
    padding: 16px 12px;
    min-width: 100%;
  }
}
.page-news-detail-wrapper .center-main-layout .news-detail-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */
  color: #009a5f;
}
@media only screen and (max-width: 991px) {
  .page-news-detail-wrapper .center-main-layout .news-detail-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
}
.page-news-detail-wrapper .center-main-layout .time {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height */
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin: 8px 0px 16px;
}
.page-news-detail-wrapper .center-main-layout .news-detail-image {
  min-width: 100%;
  max-width: 100%;
  max-height: 390px;
  min-height: 390px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .page-news-detail-wrapper .center-main-layout .news-detail-image {
    max-height: 196px;
    min-height: 196px;
  }
}
.page-news-detail-wrapper .center-main-layout .news-description-short {
  width: 100%;
  text-align: center;
  margin: 16px 0px 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}
@media only screen and (max-width: 991px) {
  .page-news-detail-wrapper .center-main-layout .news-description-short {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    margin: 8px 0px 24px;
  }
}
.page-news-detail-wrapper .list-content {
  display: flex;
  flex-direction: column;
}
.page-news-detail-wrapper .list-content .news-line {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
}

.list-contact {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .list-contact {
    display: none;
  }
}
.list-contact li {
  margin-right: 16px;
}
.list-contact li a {
  text-decoration: none;
  display: block;
}
.list-contact li a img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.il {
  border-bottom: 1px solid #222;
  color: #fdfdfd;
  font-size: 11px;
  margin-top: 12px;
  text-transform: uppercase;
  padding: 15px 12px;
  margin: 0;
}

.list-tags {
  padding: 12px;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  display: flex;
  align-items: center;
}
.list-tags li {
  margin-right: 10px;
}
.list-tags li a {
  display: inline-block;
  background: #181818;
  color: #aaa;
  font-size: 11px;
  border-radius: 20px;
  padding: 7px 10px;
  text-decoration: none;
}
.list-tags li:last-of-type {
  margin-right: 0;
}

/*# sourceMappingURL=news.css.map */
