@media (min-width: 1200px) {
  .container {
    width: 1260px;
  }
}
.no-image {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #333;
  position: relative;
}
.no-image:before {
  content: "No image";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skiptranslate, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
}

body {
  top: 0 !important;
}

@keyframes ldio-c4d59ljt0jh {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomInBN {
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 1;
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 0;
  }
}
@keyframes zoomInBT {
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 1;
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 0;
  }
}
.ldio-c4d59ljt0jh div {
  left: 47px;
  top: 15px;
  position: absolute;
  animation: ldio-c4d59ljt0jh linear 1s infinite;
  background: #fe718d;
  width: 6px;
  height: 12px;
  border-radius: 3px/6px;
  transform-origin: 3px 35px;
}

.ldio-c4d59ljt0jh div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666667s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666667s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666667s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.1666666667s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.0833333333s;
  background: #fe718d;
}

.ldio-c4d59ljt0jh div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #fe718d;
}

.loadingio-spinner-spinner-uzlublexfob {
  width: 48px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  margin: auto;
}

.ldio-c4d59ljt0jh {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.48);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-c4d59ljt0jh div {
  box-sizing: content-box;
}

/* map link bar */
#map-link-bar {
  padding: 15px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  border-left: 0;
  border-right: 0;
}
#map-link-bar ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
#map-link-bar ul li {
  float: left;
  color: #3d3d3d;
  position: relative;
  display: flex;
  gap: 7px;
  align-items: center;
}
#map-link-bar ul li a {
  color: #3d3d3d;
}
#map-link-bar ul li a:hover {
  color: #056631;
}
#map-link-bar ul li span {
  color: #056631;
}
#map-link-bar ul li:last-child a {
  color: #056631;
}

h1,
h2,
h3 {
  line-height: 24px;
}

.over {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.over.show {
  opacity: 1;
  pointer-events: all;
  display: flex !important;
}

.alrt-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 111;
  top: 0;
  left: 0;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.alrt-popup.show {
  opacity: 1;
  pointer-events: all;
  display: flex !important;
}
.alrt-popup .wapper {
  background: #fff;
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.alrt-popup .wapper .main {
  padding: 15px;
  text-align: center;
}
.alrt-popup .wapper .title {
  background: #bf2929;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 15px 10px;
  margin-bottom: 0;
}
.alrt-popup .wapper .close-alrt {
  text-align: center;
  margin: 0 auto 10px auto;
  border: 2px solid #bf2929;
  padding: 5px 15px;
  cursor: pointer;
  width: 205px;
  height: 38px;
  border-radius: 20px;
  color: #bf2929;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alrt-popup.success .wapper .title {
  background: #09e493;
}
.alrt-popup.success .wapper .close-alrt {
  display: none;
}

body {
  font-family: "Inter", sans-serif;
}
body.nonescroll {
  overflow: hidden;
}

.adv-banner {
  text-align: center;
  position: relative;
}
.adv-banner a {
  display: block;
}
.adv-banner img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.close-banner {
  width: 35px;
  height: 35px;
  z-index: 100;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background linear 0.5s;
  cursor: pointer;
}
.close-banner i {
  color: #fff;
  margin-bottom: 0;
}
.close-banner:hover {
  background: rgba(255, 255, 255, 0.5);
}

header {
  z-index: 1000 !important;
  background-color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
}
header .header-top .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
header .header-top .header-wrap .logo {
  display: inline-flex;
  align-items: center;
}
header .header-top .header-wrap .logo a {
  display: block;
  max-height: 100%;
}
header .header-top .header-wrap .logo a:first-child {
  width: 60px;
  padding: 5px 0;
  aspect-ratio: 210/90;
}
header .header-top .header-wrap .logo a:last-child {
  width: calc(100% - 90px);
}
@media (max-width: 767px) {
  header .header-top .header-wrap .logo a:last-child {
    width: initial;
    display: flex;
    align-items: center;
  }
}
header .header-top .header-wrap .logo img {
  max-width: 100%;
  max-height: 100%;
}
header .header-top .header-wrap .action-desc {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .header-top .header-wrap .action-desc .lang {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-top .header-wrap .action-desc .lang .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .header-top .header-wrap .action span {
  color: #505050;
  display: inline-block;
}
header .header-top .header-wrap .action .form-search {
  position: relative;
}
header .header-top .header-wrap .action .form-search input {
  border: 1px solid #bdd3c9;
  border-radius: 6px;
  width: 300px;
  height: 36px;
  padding: 5px 48px 5px 12px;
}
header .header-top .header-wrap .action .form-search .btn-search {
  border: 0;
  background-color: #056631;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  right: 2px;
}
@media (max-width: 767px) {
  header .header-top .header-wrap .lang {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 23px;
    right: 45px;
  }
  header .header-top .header-wrap .lang .item {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}
header .header-top .header-wrap #touch-menu {
  display: none;
}
header .menu {
  border-top: 2px solid #056631;
  border-bottom: 1px solid #cacaca;
}
header .menu-lst > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
}
header .menu-lst > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .menu-lst > ul > li > i {
  margin-left: 5px;
}
header .menu-lst > ul > li > a {
  display: flex;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
header .menu-lst > ul > li > a:hover {
  color: #056631;
}
header .menu-lst > ul > li.active > a {
  color: #056631;
}
header .menu-lst > ul > li > ul {
  position: absolute;
  z-index: 100;
  left: 0;
  border: 1px solid #dadada;
  background-color: #f2f2f2;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  top: calc(100% + 15px);
  min-width: 250px;
  opacity: 0;
  pointer-events: none;
  transition: top 0.3s ease, opacity 0.3s ease;
}
header .menu-lst > ul > li > ul > li {
  padding: 3px 12px;
}
header .menu-lst > ul > li > ul > li.active > a {
  color: #056631;
}
header .menu-lst > ul > li > ul > li a {
  color: #333;
  white-space: nowrap;
}
header .menu-lst > ul > li > ul > li a:hover {
  color: #056631;
}
header .menu-lst > ul > li:last-child > ul {
  left: initial;
  right: 0;
}

.module-newest {
  margin-top: 30px;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
.module-newest-item {
  width: calc(44.4% + 40px);
}
.module-newest-item:not(:first-child) {
  border-left: 1px solid #dedede;
  padding-left: 20px;
  margin-left: 20px;
  width: 27.8%;
}
.module-newest-item .item-big-img .img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.module-newest-item .item-big-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.module-newest-item .item-big-img:hover img {
  transform: scale(1.05);
}
.module-newest-item .item-big-img h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.module-newest-item .item-big-img h3 a {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #056631;
  display: inline-block;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.module-newest-item .item-big-img h3 a:hover {
  color: #fdb924;
}
.module-newest-item .item-big-img .desc {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.module-newest-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module-newest-item .item-lst-img .img {
  width: 110px;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.module-newest-item .item-lst-img .img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.module-newest-item .item-lst-img li {
  display: flex;
}
.module-newest-item .item-lst-img li:not(:first-child) {
  margin-top: 20px;
}
.module-newest-item .item-lst-img li:hover img {
  transform: scale(1.05);
}
.module-newest-item .item-lst-img .info {
  width: calc(100% - 110px);
  padding-left: 15px;
}
.module-newest-item .item-lst-img .info h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.module-newest-item .item-lst-img .info h3 a {
  color: #333;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.module-newest-item .item-lst-img .info h3 a:hover {
  color: #056631;
}
.module-newest-item .tlt-mini {
  text-transform: uppercase;
  margin: 0;
  color: #018845;
  font-weight: 600;
  font-size: 16px;
}
.module-newest-item .item-lst li {
  padding: 11px 0;
}
.module-newest-item .item-lst li:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
.module-newest-item .item-lst li a {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
}
.module-newest-item .item-lst li a:hover {
  color: #056631;
}
.module-newest-item .item-lst li .date {
  margin-bottom: 0;
}

.module-newest-item-qc a {
  display: block;
  aspect-ratio: 300/210;
  overflow: hidden;
}
@media (max-width: 767px) {
  .module-newest-item-qc a {
    aspect-ratio: 400/280;
  }
}
.module-newest-item-qc a img {
  width: 100%;
  height: initial;
}

.tlt-common {
  color: #056631;
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.tlt-common.tlt-videoKhac {
  margin-top: 28px;
}
.tlt-common a {
  line-height: 1.5;
  color: #056631;
}

.lSAction, .action-slide {
  position: absolute;
  right: 0;
  top: -50px;
  height: 32px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lSAction > a, .lSAction .prev, .lSAction .next, .action-slide > a, .action-slide .prev, .action-slide .next {
  opacity: 1;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
  margin-top: 0;
  cursor: pointer;
}
.lSAction > a.lSPrev, .lSAction .prev.lSPrev, .lSAction .next.lSPrev, .action-slide > a.lSPrev, .action-slide .prev.lSPrev, .action-slide .next.lSPrev {
  left: 0;
}

.module-event-problem {
  aspect-ratio: 1230/400;
  overflow: hidden;
}
@media (max-width: 767px) {
  .module-event-problem {
    aspect-ratio: 400/355;
  }
}

.slider-views-problem {
  aspect-ratio: 910/229;
}

.slider-event-problem,
.slider-views-problem {
  position: relative;
  margin-bottom: 50px;
}
.slider-event-problem ul,
.slider-views-problem ul {
  list-style: none;
}
.slider-event-problem ul .item-img,
.slider-views-problem ul .item-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.slider-event-problem ul .item-img img,
.slider-views-problem ul .item-img img {
  max-width: 100%;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.slider-event-problem ul .item-img:hover img,
.slider-views-problem ul .item-img:hover img {
  transform: scale(1.05);
}
.slider-event-problem ul .item h3,
.slider-views-problem ul .item h3 {
  font-weight: 400;
  font-size: 15px;
  margin: 20px 0 5px 0;
}
.slider-event-problem ul .item h3 a,
.slider-views-problem ul .item h3 a {
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slider-event-problem ul .item h3 a:hover,
.slider-views-problem ul .item h3 a:hover {
  color: #056631;
}

.bg-grey {
  background: #f3f3f3;
}

.specialized-newsletter {
  padding: 15px 0 30px;
}
.specialized-newsletter .grid-specialized {
  display: flex;
  gap: 20px;
}
.specialized-newsletter .grid-specialized .left {
  width: calc(75.6% - 20px);
}
.specialized-newsletter .grid-specialized .right {
  width: 24.4%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .specialized-newsletter .grid-specialized {
    gap: 15px;
    flex-direction: column;
  }
  .specialized-newsletter .grid-specialized .left, .specialized-newsletter .grid-specialized .right {
    width: 100%;
  }
}
.specialized-newsletter .video {
  width: 68%;
  display: inline-block;
  vertical-align: top;
}
.specialized-newsletter .video .img {
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
.specialized-newsletter .video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialized-newsletter .video h3 {
  margin: 15px 0 10px 0;
}
.specialized-newsletter .video h3 a {
  color: #056631;
  font-size: 18px;
  display: inline-block;
  line-height: 20px;
  font-weight: 600;
}
.specialized-newsletter .video h3 a:hover {
  color: #fdb924;
}
.specialized-newsletter .lst-new {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.specialized-newsletter .lst-new .img {
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
.specialized-newsletter .lst-new .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialized-newsletter .lst-new h3 {
  margin: 10px 0 5px;
}
.specialized-newsletter .lst-new h3 a {
  color: #333;
  font-size: 15px;
  display: inline-block;
  line-height: 20px;
  font-weight: 400;
}
.specialized-newsletter .lst-new h3 a:hover {
  color: #056631;
}

.box-ad,
.bannerduoivideochuyennganh {
  display: flex;
  gap: 15px;
  margin: 20px 0 30px;
}
.box-ad a,
.bannerduoivideochuyennganh a {
  display: block;
  width: 33.3333333333%;
}
.box-ad img,
.bannerduoivideochuyennganh img {
  width: 100%;
}

.box-ad a {
  aspect-ratio: 400/115;
  overflow: hidden;
}
.box-ad a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-spec {
  display: block;
}
.banner-spec img {
  width: 100%;
  height: initial;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.ornamental-creatures {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ornamental-creatures {
    aspect-ratio: 1230/131;
  }
}
@media (max-width: 767px) {
  .ornamental-creatures {
    aspect-ratio: 400/108;
  }
}
.ornamental-creatures .item {
  aspect-ratio: 234/131;
  overflow: hidden;
  position: relative;
}
.ornamental-creatures .item .img {
  position: relative;
  z-index: 9;
  display: block;
}
.ornamental-creatures .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ornamental-creatures .item h3 {
  z-index: 10;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.5s ease;
}
.ornamental-creatures .item h3:hover {
  background: rgba(0, 0, 0, 0.3);
}
.ornamental-creatures .item h3 a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.box-common-news {
  display: flex;
  margin-bottom: 35px;
}
.box-common-news .item-active {
  width: 63%;
  padding-right: 18px;
}
.box-common-news .item-active a {
  display: block;
}
.box-common-news .item-active .img {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.box-common-news .item-active .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.box-common-news .item-active .img:hover img {
  transform: scale(1.05);
}
.box-common-news .item-active h3 {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 18px;
}
.box-common-news .item-active h3 a {
  color: #056631;
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.box-common-news .item-active h3 a:hover {
  color: #fdb924;
}
.box-common-news ul {
  width: 37%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.box-common-news ul li {
  padding-bottom: 15px;
  display: flex;
}
.box-common-news ul li:not(:first-child) {
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.box-common-news ul li .img {
  width: 160px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.box-common-news ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.box-common-news ul li .img:hover img {
  transform: scale(1.05);
}
.box-common-news ul li .desc {
  width: calc(100% - 160px);
  padding-left: 15px;
}
.box-common-news ul li .desc h3 {
  margin: 0 0 5px;
  line-height: 1.5;
  font-size: 15px;
}
.box-common-news ul li .desc a {
  color: #333;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.box-common-news ul li .desc a:hover {
  color: #056631;
}
.box-common-news ul li .desc > a {
  color: #056631;
}

.grid-category-index {
  display: flex;
  gap: 20px;
}
.grid-category-index .left {
  width: calc(75.6% - 20px);
}
.grid-category-index .right {
  width: 24.4%;
}
@media (max-width: 767px) {
  .grid-category-index {
    flex-direction: column;
    gap: 15px;
  }
  .grid-category-index .left, .grid-category-index .right {
    width: 100%;
  }
}

.tlt-qc {
  position: relative;
  margin: 30px 0 1px;
}
.tlt-qc span {
  font-size: 12px;
  display: inline-block;
  line-height: 36px;
  background: #fff;
  padding-right: 10px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.tlt-qc:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  right: 0;
  top: 18px;
}

.lst-qc {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lst-qc .item {
  margin-bottom: 15px;
  display: block;
}
.lst-qc .item img {
  width: 100%;
  height: initial;
}

.banner-ads {
  margin-bottom: 15px;
  display: block;
  aspect-ratio: 919/90;
  overflow: hidden;
}
.banner-ads img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-footer {
  background-color: #018746;
}
.menu-footer .menu-lst ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
}
.menu-footer .menu-lst ul li a {
  display: flex;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.menu-footer .menu-lst ul li a:hover {
  color: #fff200;
}

.copy-right {
  font-size: 14px;
  line-height: 36px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #dedede;
}

.footer-lst {
  margin: 30px 0;
  display: flex;
}
.footer-lst-item {
  padding-right: 20px;
}
.footer-lst-item:nth-child(1) {
  width: 20%;
}
.footer-lst-item:nth-child(2) {
  width: 34%;
}
.footer-lst-item:nth-child(3) {
  width: 25%;
}
.footer-lst-item:nth-child(4) {
  width: 24%;
}
.footer-lst-item:not(:first-child) {
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
}
.footer-lst-item .socical-lst {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-lst-item .socical-lst li {
  padding: 0 3px;
}
.footer-lst-item .socical-lst li a {
  display: inline-flex;
  width: 27px;
  height: 27px;
  border: 1px solid #056631;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-lst-item .tlt-ft {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.footer-lst-item p {
  margin-bottom: 5px;
  line-height: 1.5;
}
.footer-lst-item p b {
  color: #056631;
}
.footer-lst-item p.icon {
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
}
.footer-lst-item p.icon img, .footer-lst-item p.icon svg {
  position: absolute;
  top: 6px;
  left: 0;
}

.hotline {
  width: 208px;
  max-width: 100%;
  border-radius: 15px;
  background-color: #B01212;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  padding: 4px 12px;
}

.tlt-detail {
  color: #018845;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
}

.time {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #999999;
  font-size: 15px;
}

.detail-content {
  padding-top: 15px;
}
.detail-content h2,
.detail-content h3,
.detail-content h4 {
  font-weight: 600;
}
.detail-content h2 {
  font-size: 18px;
}
.detail-content h3 {
  font-size: 16px;
}
.detail-content h4 {
  font-size: 15px;
}
.detail-content p {
  font-size: 15px;
  line-height: 1.5;
}
.detail-content ul,
.detail-content ol {
  padding-left: 25px;
}
.detail-content ul li,
.detail-content ol li {
  font-size: 15px;
  line-height: 1.5;
}
.detail-content ul li::marker,
.detail-content ol li::marker {
  color: #056631;
}
.detail-content .image-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.detail-content .image-center figcaption {
  background: #f1f1f1;
  padding: 5px 0;
  font-style: italic;
}
.detail-content .image-right {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
}
.detail-content .image-right figcaption {
  background: #f1f1f1;
  padding: 5px 0;
  font-style: italic;
}
.detail-content .image-left {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.detail-content .image-left figcaption {
  background: #f1f1f1;
  padding: 5px 0;
  font-style: italic;
}
.detail-content a {
  text-decoration: underline;
}
.detail-content a:hover {
  color: #056631;
}
.detail-content img {
  max-width: 100%;
  height: initial !important;
}
.detail-content table {
  margin-bottom: 10px;
}
.detail-content table tr th,
.detail-content table tr td {
  font-size: 15px;
  line-height: 1.5;
  padding: 5px;
}
.detail-content table.table td,
.detail-content table.table th {
  border: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  .detail-content iframe, .detail-content video {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
.detail-content .iframe_video {
  aspect-ratio: 16/9;
}
.detail-content .iframe_video iframe,
.detail-content .iframe_video video {
  width: 100%;
  height: 100%;
  display: block;
}

.lst-orher {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.lst-orher-video {
  overflow-y: auto;
}
.lst-orher .item-news {
  width: calc((100% - 40px) / 3);
}
.lst-orher .item-news .img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.lst-orher .item-news .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.lst-orher .item-news .img:hover img {
  transform: scale(1.05);
}
.lst-orher .item-news h3 {
  margin: 20px 0 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.lst-orher .item-news h3 a {
  color: #333;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lst-orher .item-news h3 a:hover {
  color: #056631;
}

#slide-album {
  position: relative;
}
#slide-album .lSAction {
  position: initial;
  height: 0;
}
#slide-album .lSAction > a {
  top: 40%;
  width: 20px;
  height: 37px;
  border-radius: 0 3px 3px 0;
  background: url(../img/icon/chevron-left-w.png) center no-repeat rgba(1, 136, 70, 0.8) !important;
}
#slide-album .img {
  display: block;
  overflow: hidden;
}
#slide-album .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#slide-album .img:hover img {
  transform: scale(1.05);
}
#slide-album h3 {
  margin: 0;
  padding: 15px;
  background-color: #f4f4f4;
  line-height: 18px;
}
#slide-album h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
#slide-album h3 a:hover {
  color: #056631;
}

.media {
  margin-bottom: 15px;
}
.media:last-child {
  margin-bottom: 0;
}
.media .img {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.media .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.media .img:hover img {
  transform: scale(1.05);
}
.media .img i.fa-youtube-play, .media .img .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: red;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media .img i.fa-youtube-play svg, .media .img .play svg {
  fill: #ff0000;
}
.media h3 {
  margin: 0;
  padding: 15px;
  background-color: #f4f4f4;
  line-height: 18px;
}
.media h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.media h3 a:hover {
  color: #056631;
}

.tlt-sidebar {
  font-size: 24px;
  line-height: 32px;
  color: #018845;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #018746;
  text-transform: uppercase;
}

.sidebar-link {
  margin-bottom: 10px;
}
.sidebar-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-link ul li:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}
.sidebar-link ul li.active a {
  color: #018846;
}
.sidebar-link ul li a {
  display: block;
  padding: 6px 16px;
  line-height: 24px;
  color: #333;
  position: relative;
  font-weight: 600;
}
.sidebar-link ul li a svg {
  position: absolute;
  top: 14px;
  left: 0;
}
.sidebar-link ul li a:hover {
  color: #018846;
}

.tlt-box {
  margin-bottom: 20px;
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}
.tlt-box .tlt-common {
  margin: 0;
}

.box-news {
  margin-bottom: 15px;
}
.box-news .item-active {
  display: flex;
}
.box-news .item-active .img {
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.box-news .item-active .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.box-news .item-active .img:hover img {
  transform: scale(1.05);
}
.box-news .item-active .desc {
  width: 50%;
  padding-left: 20px;
}
.box-news .item-active .desc .description {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify;
}
.box-news .item-active .desc h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 15px;
}
.box-news .item-active .desc h3 a {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #333;
}
.box-news .item-active .desc h3 a:hover {
  color: #056631;
}
.box-news .item-active .desc .time {
  margin-bottom: 10px;
}
.box-news .item-active .desc p {
  font-size: 15px;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.box-news ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: grid;
  grid-template-columns: calc(33.33% - 16.66px) calc(33.33% - 16.66px) calc(33.33% - 16.66px);
  gap: 25px;
}
.box-news ul .img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.box-news ul .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.box-news ul .img:hover img {
  transform: scale(1.05);
}
.box-news ul h3 {
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0 5px;
}
.box-news ul h3 a {
  color: #333;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box-news ul h3 a:hover {
  color: #056631;
}

.banner-right {
  margin-bottom: 15px;
}

.grid-module-news {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.grid-module-news .left {
  width: calc(75.6% - 20px);
}
.grid-module-news .right {
  width: 24.4%;
}
@media (max-width: 767px) {
  .grid-module-news {
    flex-direction: column;
  }
  .grid-module-news .left, .grid-module-news .right {
    width: 100%;
  }
}

.box-lst-new .item-news {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.box-lst-new .item-news:first-child {
  padding-top: 0;
}
.box-lst-new .item-news:first-child .img {
  width: 50%;
}
.box-lst-new .item-news:first-child .desc {
  width: 50%;
}
.box-lst-new .item-news .img {
  width: 35%;
  overflow: hidden;
  display: block;
  aspect-ratio: 16/9;
}
.box-lst-new .item-news .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.box-lst-new .item-news .img:hover img {
  transform: scale(1.05);
}
.box-lst-new .item-news .desc {
  width: 65%;
  padding-left: 20px;
}
.box-lst-new .item-news .desc h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.box-lst-new .item-news .desc h3 a {
  color: #056631;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.box-lst-new .item-news .desc h3 a:hover {
  color: #fdb924;
}
.box-lst-new .item-news .desc .time {
  margin-bottom: 10px;
}
.box-lst-new .item-news .desc ._desc {
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.box-lst-new .item-news .desc p {
  font-size: 15px;
}

.tab-filter {
  display: flex;
  margin: 0 0 30px;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.tab-filter li {
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
}
.tab-filter li:not(:first-child) {
  border-left: 1px solid #dedede;
}
.tab-filter li a {
  color: #333;
}
.tab-filter li.active a, .tab-filter li:hover a {
  color: #018845;
}

.lst-album {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lst-album {
    gap: 15px;
  }
}
.lst-album.other {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.lst-album .item-media {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .lst-album .item-media {
    width: 100%;
  }
}
.lst-album .item-media .img {
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 16/9;
}
.lst-album .item-media .img i.fa-youtube-play, .lst-album .item-media .img .play {
  position: absolute;
  font-size: 55px;
  color: #ff0000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lst-album .item-media .img i.fa-youtube-play svg, .lst-album .item-media .img .play svg {
  fill: #ff0000;
}
.lst-album .item-media .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.lst-album .item-media .img:hover img {
  transform: scale(1.05);
}
.lst-album h3 {
  margin: 15px 0 15px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}
.lst-album h3 a {
  color: #333;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lst-album h3 a:hover {
  color: #056631;
}
.lst-album .date {
  margin-bottom: 10px;
}
.lst-album ._desc {
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lst-album p {
  margin: 0;
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.grid-gallery a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
}
.grid-gallery img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  filter: invert(25%);
}
.grid-gallery.zoom img {
  transition: all 0.3s ease-in-out;
}
.grid-gallery.zoom figure:hover img {
  transform: scale(1.05);
}
.grid-gallery figure {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.grid-gallery figure.wide {
  grid-column: 1/3;
}
.grid-gallery figure .more-gallery {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 60px;
  line-height: 1;
}
.grid-gallery figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: end;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding-left: 2rem;
  transform: translate3d(0, 1rem, 0);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.grid-gallery figure h3 {
  margin: 0;
  font-size: 21px;
}
.grid-gallery figure p {
  font-size: 14px;
  margin-bottom: 2rem;
}
.grid-gallery figure:hover img {
  filter: none;
}
.grid-gallery figure:hover figcaption {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.result-search .iten {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
}
.result-search .iten > p {
  margin-bottom: 5px;
  line-height: 1.5;
  color: #337ab7;
}
.result-search .iten h3 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 600;
}
.result-search .iten h3 a {
  font-size: 16px;
  color: #056631;
}
.result-search .iten h3 a:hover {
  color: #fdb924;
}
.result-search .iten .time {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 5px;
}
.result-search .iten ._desc {
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.result-search .iten ._desc p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.result-search .iten ._desc p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .menu .menu-lst ul li:hover > ul {
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
}
@media (max-width: 1199px) {
  header .menu-lst > ul > li > a,
.menu-footer .menu-lst ul li a,
.module-newest-item .item-lst-img h3 a {
    font-size: 12px;
  }
  .hotline {
    font-size: 13px;
  }
  .module-newest-item .item-lst li a,
.slider-event-problem ul .item h3 a,
.slider-views-problem ul .item h3 a,
.specialized-newsletter .lst-new h3 a,
.box-common-news ul li .desc h3,
.lst-orher ul li h3,
.box-news .item-active .desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .box-common-news .item-active h3,
.specialized-newsletter .video h3 a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #slide-album .img img,
.media .img img {
    width: 100%;
  }
  .module-newest {
    margin-top: 15px;
    padding-bottom: 15px;
    display: block;
  }
  .module-newest-item-qc a {
    display: block;
  }
  .module-newest-item-qc img {
    width: 100%;
  }
  .module-newest-item {
    width: 100%;
    border-bottom: 1px solid #dedede;
  }
  .module-newest-item .item-big-img {
    margin-bottom: 15px;
  }
  .module-newest-item .item-big-img h3 {
    margin-top: 15px;
  }
  .module-newest-item .item-big-img img {
    width: 100%;
  }
  .module-newest-item:not(:first-child) {
    width: calc(50% - 12px);
    margin: 15px 0 0;
    display: inline-block;
    vertical-align: top;
    border-left: 0;
    padding-left: 0;
    border-bottom: 0;
  }
  .module-newest-item:last-child {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #dedede;
  }
  .module-newest-item .item-lst-img li:not(:first-child) {
    margin-top: 15px;
  }
  .banner-spec,
.lst-qc {
    text-align: center;
  }
  .box-ad .item {
    margin-bottom: 20px;
  }
  .box-common-news ul li .img {
    width: 120px;
  }
  .box-common-news ul li .desc {
    width: calc(100% - 120px);
  }
  .footer-lst {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
  }
  .footer-lst-item {
    width: 100% !important;
  }
  .menu-footer .menu-lst ul {
    display: block;
    text-align: center;
    height: auto;
  }
  .menu-footer .menu-lst ul li {
    display: inline-block;
    padding: 5px 20px;
  }
  header {
    border-bottom: 1px solid #cdcdcd;
  }
  header .menu {
    border-top: 1px solid #056631;
  }
  header .header-top .header-wrap {
    position: relative;
  }
  header .header-top .header-wrap .logo {
    height: 60px;
  }
  header .header-top .header-wrap .logo img {
    max-height: 100%;
  }
  header .header-top .header-wrap .action-desc {
    display: block;
    text-align: right;
  }
  header .header-top .header-wrap .action-desc span {
    margin: 0 0 5px;
  }
  header .header-top .header-wrap .action-desc .form-search {
    display: inline-block;
  }
  header .header-top .header-wrap .logo a img {
    height: 50px;
  }
  header .header-top .header-wrap .action {
    margin-right: 70px;
  }
  header .header-top .header-wrap .action-desc {
    padding-top: 15px;
  }
  header .header-top .header-wrap .action-desc span {
    font-size: 12px;
    display: block;
    margin-top: -20px;
  }
  .close-menu {
    position: absolute;
    top: 35px;
    left: 5px;
    width: 44px;
    height: 44px;
    z-index: 100;
  }
  .close-menu::before, .close-menu:after {
    content: "";
    width: 28px;
    height: 4px;
    top: 20px;
    left: 10px;
    background: #056631;
    border-radius: 2px;
    transform: rotate(-135deg);
    position: absolute;
  }
  .close-menu:after {
    transform: rotate(135deg);
  }
  .menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100vw;
    left: -101vw;
    height: 100vh;
    overflow-y: auto;
    transition: left 0.35s ease-in-out;
  }
  .menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .menu.active {
    left: 0;
  }
  .menu .container {
    padding: 0;
    position: absolute;
    width: 100%;
    background: #fff;
  }
  .menu .menu-lst {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .menu .menu-lst .logo {
    max-width: 200px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 10px;
  }
  .menu .menu-lst .form-search {
    display: flex;
    width: calc(100% - 30px);
    margin: auto;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .menu .menu-lst .form-search input {
    height: 40px;
    width: calc(100% - 40px);
    padding: 5px 10px;
  }
  .menu .menu-lst .form-search button {
    width: 40px;
    height: 40px;
    background-color: #cdcdcd;
  }
  .menu .menu-lst > ul {
    display: block;
    height: auto;
  }
  .menu .menu-lst > ul > li {
    border-bottom: 1px solid #dedede;
    display: block;
    position: relative;
  }
  .menu .menu-lst > ul > li > i {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .menu .menu-lst > ul > li a {
    padding: 10px 15px;
    display: inline-block;
  }
  .menu .menu-lst > ul > li > ul {
    padding: 0;
    display: none;
    position: relative;
    pointer-events: all;
    opacity: 1;
    top: 0;
    border: none;
  }
  .menu .menu-lst > ul > li > ul li {
    display: block;
    padding: 0;
  }
  .menu .menu-lst > ul > li > ul li:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
  header .header-top .header-wrap #touch-menu {
    display: block;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 35px;
    right: 0;
    transform: rotate(0deg);
    cursor: pointer;
    background: none;
    outline: none;
    border: 0;
  }
}
@media (max-width: 991px) and (max-width: 520px) {
  header .header-top .header-wrap #touch-menu {
    top: 26px;
  }
}
@media (max-width: 991px) {
  header .header-top .header-wrap #touch-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #056631;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .header-top .header-wrap #touch-menu span:nth-child(1) {
    top: 0px;
  }
  header .header-top .header-wrap #touch-menu span:nth-child(2) {
    top: 10px;
  }
  header .header-top .header-wrap #touch-menu span:nth-child(3) {
    top: 20px;
  }
}
@media (max-width: 991px) {
  header .header-top .header-wrap #touch-menu.active span:nth-child(1) {
    top: 14px;
    transform: rotate(135deg);
  }
  header .header-top .header-wrap #touch-menu.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  header .header-top .header-wrap #touch-menu.active span:nth-child(3) {
    top: 14px;
    transform: rotate(-135deg);
  }
}
@media (max-width: 991px) {
  .lst-album ul {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .slider-event-problem {
    margin-bottom: 15px;
  }
  .slider-event-problem ul .item h3 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .specialized-newsletter {
    padding: 0 0 15px 0;
  }
  .specialized-newsletter .video {
    width: 100%;
    margin-bottom: 15px;
  }
  .specialized-newsletter .lst-new {
    width: 100%;
    padding-left: 0;
    display: flex;
    gap: 15px;
  }
  .specialized-newsletter .lst-new h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .box-ad {
    margin: 15px 0 0 0;
  }
  .box-ad .item {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ornamental-creatures {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .box-common-news {
    margin-bottom: 15px;
  }
  .box-common-news .item-active {
    width: 59%;
  }
  .box-common-news .item-active h3 {
    margin-top: 15px;
  }
  .box-common-news ul {
    width: 41%;
  }
  .box-common-news:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .slider-views-problem {
    margin-bottom: 15px !important;
  }
  .slider-views-problem ul .item h3 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .tlt-qc {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .tlt-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .box-lst-new .item-news {
    padding: 15px 0;
  }
  .box-lst-new .item-news .desc p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .box-news .item-active .desc {
    padding-left: 15px;
  }
  .box-news ul {
    margin-top: 15px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .lst-orher ul {
    gap: 15px;
  }
  .lst-orher ul li h3 {
    margin: 15px 0 10px;
  }
}
@media (max-width: 991px) {
  .tlt-common.title-gallery {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .tab-filter {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .pagination {
    margin: 15px auto 0;
  }
}
@media (max-width: 991px) {
  .box-ad,
.bannerduoivideochuyennganh {
    margin: 15px 0 15px;
  }
}
@media (max-width: 991px) {
  .grid-gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
  }
}
@media (max-width: 991px) {
  .lst-orher-video {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .lst-orher-video .media {
    width: calc((100% - 15px) / 2);
  }
  .lst-orher-video .media h3 {
    min-height: 75px;
  }
  .lst-orher-video .media h3 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
@media (max-width: 991px) {
  .tlt-common.tlt-videoKhac {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .banner-spec.banner-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu .menu-lst {
    min-height: calc(100vh - 2px);
  }
  .lst-orher-video .media {
    width: 100%;
  }
  .lst-orher-video .media h3 {
    padding: 10px;
    min-height: unset;
  }
  .lst-orher-video .media h3 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .menu-lst-mb {
    background: #fff;
    display: grid;
    z-index: 100 !important;
    grid-template-columns: auto auto;
    padding: 0 15px;
    border-bottom: 1px solid #cdcdcd;
    position: sticky;
    top: 66px;
  }
  .menu-lst-mb .home {
    padding: 10px 5px;
    display: flex;
    width: 40px;
    align-items: center;
  }
  .menu-lst-mb ul {
    overflow-x: auto;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .menu-lst-mb ul::-webkit-scrollbar {
    height: 0;
  }
  .menu-lst-mb ul li {
    list-style: none;
    white-space: nowrap;
    margin-right: 15px;
  }
  .menu-lst-mb ul li:last-child {
    margin-right: 0;
  }
  .menu-lst-mb ul li a {
    color: #333;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
  }
  .menu-lst-mb ul li a img {
    width: 20px;
  }
  .banner-spec.banner-right {
    display: block;
  }
  header .header-top .header-wrap .logo {
    padding-right: 30px;
    height: 65px;
  }
  header .header-top .header-wrap .logo a img {
    height: initial;
  }
  header .header-top .header-wrap .action-desc {
    padding-top: 0;
  }
  header .header-top .header-wrap .action-desc span {
    text-align: center;
  }
  header .header-top .header-wrap #touch-menu {
    top: 21px;
  }
  .is-sticky header .header-top .header-wrap .logo {
    display: none;
  }
  .is-sticky header .header-top .header-wrap .action-desc span {
    text-align: center;
  }
  .is-sticky header .header-top .header-wrap .action-desc .form-search {
    width: calc(100% - 50px);
  }
  .is-sticky header .header-top .header-wrap #touch-menu {
    top: 33px;
  }
  .tab-filter {
    text-align: center;
    margin-bottom: 15px;
    justify-content: start;
    overflow-x: auto;
  }
  .tab-filter li {
    padding: 5px 10px;
  }
  .tab-filter li:first-child {
    padding-left: 0;
  }
  .tab-filter li a {
    display: inline-block;
    white-space: nowrap;
  }
  .box-ad a,
.bannerduoivideochuyennganh a {
    width: 100%;
  }
  .lst-album ul {
    padding: 0;
    display: block;
  }
  .lst-album ul li {
    margin-bottom: 15px;
  }
  .lst-album ul li h3 {
    line-height: 1.5;
  }
  .lst-album ul li h3 a {
    font-size: 14px;
    text-transform: initial;
  }
  header .header-top .header-wrap {
    display: block;
    height: auto;
  }
  header .header-top .header-wrap .action {
    margin: 0;
  }
  header .header-top .header-wrap .action-desc {
    text-align: left;
  }
  header .header-top .header-wrap .action-desc span {
    margin: 0 0 5px;
  }
  header .header-top .header-wrap .action-desc .form-search {
    width: 100%;
    margin-bottom: 5px;
  }
  header .header-top .header-wrap .action-desc .form-search input {
    width: 100%;
  }
  .module-newest-item:not(:first-child) {
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #dedede;
    border-left: 0;
    padding: 20px 0;
  }
  .specialized-newsletter .video {
    width: 100%;
  }
  .specialized-newsletter .lst-new {
    display: flex;
    padding: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .specialized-newsletter .lst-new li {
    width: calc(50% - 10px);
  }
  .specialized-newsletter .lst-new li:last-child {
    margin-left: 0;
  }
  .box-common-news {
    display: block;
    margin-bottom: 15px;
  }
  .box-common-news .item-active {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .box-common-news .item-active h3 {
    margin-top: 15px;
  }
  .box-common-news ul {
    width: 100%;
  }
  .box-common-news ul li:last-child {
    padding-bottom: 0;
  }
  .box-common-news ul li .img {
    width: 110px;
  }
  .box-common-news ul li .desc {
    width: calc(100% - 110px);
  }
  .footer-lst {
    display: block;
    margin: 0;
  }
  .footer-lst-item {
    border-left: 0 !important;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
  }
  .footer-lst-item .logo {
    display: none;
  }
  .footer-lst-item .socical-lst {
    margin-top: 15px;
  }
  .footer-lst-item:first-child {
    text-align: center;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .footer-lst-item:not(:first-child) {
    border-top: 1px solid #e0e0e0;
    padding-left: 0;
  }
  .copy-right {
    line-height: 24px;
    padding: 10px;
    height: auto;
  }
  .lst-orher {
    margin-bottom: 20px;
  }
  .lst-orher ul {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }
  .box-news .item-active {
    display: block;
  }
  .box-news .item-active .desc {
    width: 100%;
    padding-top: 10px;
  }
  .box-news ul {
    display: block;
  }
  .box-news ul li {
    display: flex;
    margin-top: 20px;
  }
  .box-news ul li .img {
    width: 35%;
  }
  .box-news ul li .desc {
    width: 65%;
    padding-left: 15px;
  }
  .box-news ul li .desc h3 {
    margin-top: 0;
  }
  .box-lst-new .item-news {
    display: block;
    padding: 15px 0;
  }
  .box-lst-new .item-news .img {
    width: 100% !important;
    padding: 0;
  }
  .box-lst-new .item-news .img img {
    width: 100%;
  }
  .box-lst-new .item-news .desc {
    margin-top: 15px;
    width: 100% !important;
    padding-left: 0;
  }
  .box-lst-new .item-news .desc .time {
    font-size: 14px;
  }
  .box-lst-new .item-news .desc h3 {
    font-size: 16px;
  }
  .box-lst-new .item-news .desc h3 a {
    line-height: 1.5;
  }
  .box-lst-new .item-news .desc ._desc p {
    font-size: 13px;
  }
  .tlt-sidebar {
    margin-top: 20px;
  }
  .grid-gallery {
    display: block;
  }
  .grid-gallery figure {
    margin-bottom: 15px;
  }
  .grid-gallery figure:last-child {
    margin-bottom: 0;
  }
  .grid-gallery figure figcaption {
    padding-left: 15px;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .grid-gallery figure figcaption h3 {
    font-size: 16px;
  }
  .grid-gallery figure figcaption p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .module-newest {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .module-newest-item {
    margin-bottom: 0;
  }
  .module-newest-item:not(:first-child) {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .module-newest-item:last-child {
    padding-bottom: 0;
  }
  .module-newest-item .item-big-img {
    margin-bottom: 15px;
  }
  .module-newest-item .item-big-img h3 {
    margin-top: 15px;
  }
  .module-newest-item .item-big-img h3 a {
    font-size: 16px;
  }
  .module-newest-item .item-lst-img li:not(:first-child) {
    margin-top: 15px;
  }
  .module-newest-item .item-lst li a {
    line-height: 1.5;
  }
  .module-newest-item .tlt-mini {
    font-size: 20px;
  }
  .tlt-common {
    font-size: 20px;
    font-weight: 500;
  }
  .tlt-common.title-gallery {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .tlt-common.tlt-videoKhac {
    margin-top: 0;
  }
  .lSAction {
    top: -45px;
  }
  .slider-event-problem,
.slider-views-problem {
    margin-bottom: 15px !important;
  }
  .slider-event-problem ul .item h3,
.slider-views-problem ul .item h3 {
    margin-top: 15px;
  }
  .specialized-newsletter {
    padding: 0 0 15px 0;
  }
  .box-ad,
.bannerduoivideochuyennganh {
    padding-top: 15px;
    display: block;
    margin: 0;
  }
  .box-ad .item,
.bannerduoivideochuyennganh .item {
    margin-bottom: 15px;
  }
  .box-ad .item:last-child,
.bannerduoivideochuyennganh .item:last-child {
    margin-bottom: 0;
  }
  .bannerduoivideochuyennganh {
    padding-top: 0;
  }
  .bannerduoivideochuyennganh img {
    margin-bottom: 15px;
  }
  .ornamental-creatures {
    margin-bottom: 0;
  }
  .tlt-qc {
    margin-top: 15px;
  }
  .lst-qc {
    margin-bottom: 15px;
    display: block;
    gap: 0;
    flex-wrap: wrap;
  }
  .lst-qc li {
    width: 100%;
    margin-bottom: 0;
  }
  .lst-qc img {
    width: 100%;
  }
  .menu-footer .menu-lst ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
  .menu-footer .menu-lst ul li {
    padding: 5px 10px 5px 0;
  }
  .tlt-box {
    margin-bottom: 15px;
  }
  .box-news {
    margin-bottom: 15px;
  }
  .box-news .item-active .img {
    width: 100%;
    display: block;
  }
  .box-news .item-active .desc {
    width: 100%;
    margin-top: 15px;
    padding-top: 0;
    padding-left: 0px;
  }
  .box-news .item-active .desc h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
  .box-news .item-active .desc h3 a {
    color: #333;
  }
  .box-news .item-active .desc .time {
    font-size: 14px;
  }
  .box-news .item-active .desc p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .box-news ul {
    margin-top: 15px;
  }
  .box-news ul li {
    margin-top: 15px;
  }
  .box-news ul li .img {
    width: 110px;
  }
  .box-news ul li .desc {
    width: calc(100% - 110px);
  }
  .box-news ul li .desc h3 a {
    font-size: 14px;
  }
  .box-news ul li .desc .time {
    font-size: 14px;
    line-height: 1;
  }
}
.frm-comment {
  width: 100%;
  margin-top: 15px;
}
.frm-comment .frms {
  position: relative;
}
.frm-comment textarea {
  border: 1px solid #dedede;
  height: 200px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 8px;
  border-radius: 5px;
}
.frm-comment textarea.error {
  border: 1px solid red;
}
.frm-comment textarea:focus {
  outline: none;
}
.frm-comment .action {
  position: absolute;
  bottom: 30px;
  left: 15px;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  width: calc(100% - 30px);
  background: #fff;
}
.frm-comment .action.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.frm-comment .action .img, .frm-comment .action .input {
  display: flex;
  border-collapse: collapse;
  padding: 0;
}
.frm-comment .action .img {
  padding: 7.5px;
}
.frm-comment .action .input {
  justify-content: flex-end;
  gap: 10px;
}
.frm-comment .action .img {
  width: 110px;
  border-right: 0;
  height: 45px;
  display: flex;
  align-items: center;
  border-right: none;
}
.frm-comment .action .img img {
  display: block;
}
.frm-comment .action .img input {
  display: none;
}
.frm-comment .action .img label {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
  color: #cdcdcd;
  display: flex;
  align-items: center;
}
.frm-comment .action .img label span {
  width: 27px;
  height: 20px;
  display: block;
  margin-right: 10px;
  background-image: url(../img/ic-camera.jpg);
  background-repeat: no-repeat;
  float: left;
}
.frm-comment label.error {
  display: none !important;
}
.frm-comment .input {
  text-align: right;
  width: calc(100% - 110px);
}
.frm-comment .input .processing {
  display: none;
  line-height: 1;
  float: right;
}
.frm-comment .input .processing.show {
  display: initial;
}
.frm-comment .input input {
  height: 45px;
  border: 1px solid #dedede;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 5px;
  color: #000;
  width: 250px;
}
.frm-comment .input input:focus {
  background: #dbffec;
}
.frm-comment .input input::placeholder {
  color: #cdcdcd;
}
.frm-comment .input input:focus {
  outline: none;
}
.frm-comment .input input:read-only {
  border: 0;
  color: gray;
}
.frm-comment .input button {
  background: #056631;
  line-height: 45px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  padding: 0 20px;
  border: none;
  height: 45px;
  width: 100px;
  cursor: pointer;
}
.frm-comment input.error {
  border: 1px solid red !important;
}

.insert-img,
.insert-img_Reply,
.insert-img-rate,
.insert-img-rate_Reply {
  width: auto;
  margin-top: 10px;
  position: relative;
  display: flex;
  margin-right: 5px;
  align-items: center;
}
.insert-img img,
.insert-img_Reply img,
.insert-img-rate img,
.insert-img-rate_Reply img {
  max-width: 100px;
}
.insert-img i,
.insert-img_Reply i,
.insert-img-rate i,
.insert-img-rate_Reply i {
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(125, 125, 125, 0.38);
  font-size: 11px;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.insert-img i:before,
.insert-img_Reply i:before,
.insert-img-rate i:before,
.insert-img-rate_Reply i:before {
  font-size: 22px;
  position: absolute;
  width: 35px;
  height: 20px;
  color: #f43636;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "\f00d";
  border: 0;
}

.list-c-d-detail-rate {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #cdcdcd;
}
.list-c-d-detail-rate .action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list-c-d-detail-rate .item {
  padding: 15px 0;
  margin-bottom: 0;
  border-top: 1px solid #cdcdcd;
  display: flex;
}
.list-c-d-detail-rate .item:first-child {
  padding-top: 0;
}
.list-c-d-detail-rate .item:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}
.list-c-d-detail-rate .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.list-c-d-detail-rate .item .info p {
  display: block;
  margin: 0 0 10px;
  clear: both;
}
.list-c-d-detail-rate .lst-repply-rate .item .info p {
  clear: both;
}

.list-c-d-detail .item .info, .list-c-d-detail-rate .item .info {
  width: calc(100% - 38px);
  float: left;
  overflow: hidden;
  display: block;
}
.list-c-d-detail .item .info p, .list-c-d-detail-rate .item .info p {
  font-size: 14px;
  margin-bottom: 5px;
}
.list-c-d-detail .item .info p a, .list-c-d-detail-rate .item .info p a {
  color: #006abf;
}
.list-c-d-detail .item .info span, .list-c-d-detail-rate .item .info span {
  font-size: 13px;
  color: gray;
  transition: all 0.3s linear;
}
.list-c-d-detail .item .info span.by small, .list-c-d-detail-rate .item .info span.by small {
  background: #056631;
  font-weight: 400;
  font-size: 11px;
  font-weight: 400;
  line-height: 9px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  margin-left: 5px;
  color: #fff;
}
.list-c-d-detail .item .info span:hover, .list-c-d-detail-rate .item .info span:hover {
  color: #ddac3a;
}
.list-c-d-detail .item .info span:first-child, .list-c-d-detail-rate .item .info span:first-child {
  padding-left: 0;
}
.list-c-d-detail .item .info .actionspan, .list-c-d-detail-rate .item .info .actionspan {
  color: #006abf;
  font-size: 13px;
  padding: 0 7px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.list-c-d-detail .item .info .actionspan img, .list-c-d-detail-rate .item .info .actionspan img {
  margin-right: 5px;
}
.list-c-d-detail .item .info .time-span, .list-c-d-detail-rate .item .info .time-span {
  font-size: 12px;
  margin-left: 0;
  color: gray !important;
  font-weight: 400;
}
.list-c-d-detail .item .avt label, .list-c-d-detail-rate .item .avt label {
  font-weight: 400;
  margin-bottom: 0;
  background: #056631;
  border-radius: 5px;
  overflow: hidden;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-c-d-detail {
  margin-bottom: 20px;
}
.list-c-d-detail .item {
  display: flex;
  padding: 5px 0;
}
.list-c-d-detail .item .info .action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.list-c-d-detail .item .info .action span {
  position: relative;
}
.list-c-d-detail .item .info .action span:first-child:after {
  display: none;
}
.list-c-d-detail .item .info .action .replycmt + span:after {
  right: -2px;
}
.list-c-d-detail .item .info .actionspan:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #b9b9b7;
  bottom: 5px;
  left: 1px;
}
.list-c-d-detail .item .info .action ._like {
  margin: 0 10px;
  font-size: 12px;
  cursor: pointer;
}
.list-c-d-detail .item .info .action ._like span {
  font-size: 12px;
}
.list-c-d-detail .item .info .action ._unlike {
  margin-right: 10px;
  font-size: 12px;
  cursor: pointer;
}
.list-c-d-detail .item .info .action ._unlike span {
  font-size: 12px;
}
.list-c-d-detail .item .infop {
  margin-bottom: 5px;
}
.list-c-d-detail .item .info span.by {
  font-weight: 600;
  color: gray;
  font-size: 14px;
}
.list-c-d-detail .item .info span._reply {
  font-size: 14px;
  cursor: pointer;
  color: #788ad6;
}
.list-c-d-detail .item .info span._show-reply {
  cursor: pointer;
  color: #788ad6;
  font-size: 13px;
  cursor: pointer;
}
.list-c-d-detail .item .avt {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: #056631;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 3px;
  justify-content: center;
}
.list-c-d-detail .item .avt.short {
  border: 0;
  background: #056631;
  padding: 0;
  border-radius: 5px;
  color: #fff;
}
.list-c-d-detail .item .avt img {
  max-width: 100%;
  max-height: 100%;
}
.list-c-d-detail .itemp {
  margin-bottom: 5px;
}

.list-c-d-detail-rate .item .info span.by {
  font-weight: 700;
  font-size: 14px;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
}
.list-c-d-detail-rate .item .info span.bought {
  color: #2ea036;
  font-size: 13px;
  line-height: 1;
}
.list-c-d-detail-rate .item .info span.bought i {
  margin-right: 5px;
}
.list-c-d-detail-rate .item .info span._replay-rate {
  font-size: 14px;
  cursor: pointer;
  color: #788ad6;
}
.list-c-d-detail-rate .item .info span._show-reply-rate {
  cursor: pointer;
  color: #788ad6;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.list-c-d-detail-rate .item .info span .time-span:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #e9e9e9;
  left: 0;
  position: absolute;
}
.list-c-d-detail-rate .item .info .action ._like {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}
.list-c-d-detail-rate .item .info .action ._like span {
  font-size: 12px;
}
.list-c-d-detail-rate .item .info .action ._like img {
  margin-right: 2.5px;
  margin-top: -2px;
}
.list-c-d-detail-rate .item .info .action .input-file span:after {
  display: none;
}
.list-c-d-detail-rate .item .info .prRating {
  margin-bottom: 0;
}
.list-c-d-detail-rate .item .info .prRating i.active {
  color: #fdb924;
}
.list-c-d-detail-rate .item .infop {
  font-size: 13px;
}
.list-c-d-detail-rate .item .lst-repply-rate .item {
  background: #ffffff;
  border: none;
  border-radius: 0;
  margin: 0 15px;
  border-bottom: var(--main-boder);
  display: flex;
}
.list-c-d-detail-rate .item .lst-repply-rate .item:first-child {
  padding-top: 15px;
}
.list-c-d-detail-rate .item .lst-repply-rate .item:last-child {
  border-bottom: none;
}
.list-c-d-detail-rate .item .lst-repply-rate .info .time-span:before {
  display: none;
}
.list-c-d-detail-rate .item .avt {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  background: #fdb924;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 3px;
  justify-content: center;
}
.list-c-d-detail-rate .item .avt img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.list-c-d-detail-rate .item .avt.short {
  background: #cccccc;
}

.page-comment {
  margin-bottom: 15px;
}

.page-comment ul li.hidden, .page-comment ul li.disabled, .pagi-reply ul li.hidden, .pagi-reply ul li.disabled, .page-rate ul li.hidden, .page-rate ul li.disabled, .pagi-reply-rate ul li.hidden, .pagi-reply-rate ul li.disabled {
  display: none !important;
}
.page-comment ul li a, .pagi-reply ul li a, .page-rate ul li a, .pagi-reply-rate ul li a {
  width: 24px;
  height: 24px;
  border-radius: 16px;
  background: #eaeaea;
  color: var(--black-color);
  display: block;
  text-align: center;
  line-height: 24px;
  margin-right: 5px;
  text-decoration: none;
  font-size: 12px;
}
.page-comment ul li a.active, .pagi-reply ul li a.active, .page-rate ul li a.active, .pagi-reply-rate ul li a.active {
  color: #fff;
  background: #da2032;
}

.page-reply, .page-reply-rate {
  font-size: 13px;
  color: #006abf;
  padding-top: 10px;
  cursor: pointer;
}
.page-reply i, .page-reply-rate i {
  margin-right: 5px;
}

.lst-repply.lst-repply {
  position: relative;
  background-color: #f8f8f8;
  padding: 15px;
  margin-top: 20px;
  display: table;
  width: 100%;
}
.lst-repply.hiden {
  display: none;
}
.lst-repply:before {
  content: " ";
  position: absolute;
  top: -15px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #f8f8f8;
}
.lst-repply span {
  cursor: pointer;
}
.lst-repply span.replycmt {
  color: #788ad6 !important;
}

.alrt-comment {
  background: #ff7d7d;
  padding: 5px 20px;
  margin-top: 15px;
  border-radius: 4px;
  display: inline-block;
}
.alrt-comment.alrt-success {
  background: #07ca43;
  color: #fff;
}

.frm-reply {
  margin-top: 10px;
  margin-bottom: 0;
}
.frm-reply .item {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}
.frm-reply .item:first-child {
  padding-top: 0;
  display: flex;
}
.frm-reply .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.main-comment {
  margin-top: 15px;
}

.count-cmt {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
  color: #6d6d6d;
}

.bannerdautrang {
  aspect-ratio: 1906/319;
  overflow: hidden;
}

.most-view .item-views {
  display: flex;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.most-view .item-views:first-child {
  padding-top: 0;
}
.most-view .item-views:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.most-view .item-views .img {
  width: 100px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.most-view .item-views .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.most-view .item-views .desc {
  width: calc(100% - 110px);
}
.most-view .item-views .desc h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #333;
  line-height: 1.4;
}
.most-view .item-views .desc h3 a {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.clrindexknh {
  display: none;
  background: #f4f4f4;
  border: 1px solid #e7e8e8;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.mucluc {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mucluc svg {
  fill: #056631;
}

.faq-idxknh {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.table-of-content h5 a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.date {
  display: flex;
  gap: 5px;
  align-items: center;
}