#boder {
  box-shadow: 2px 3px 4px 1px #ccc;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 768px) {
  h1 {
    text-align: center;
    font-size: 22px;
  }
}

.box_body {
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .box_body {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .box_body .row_new {
    width: 960px;
    margin: 0 auto;
  }
}
.box_body .content1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: justify;
}
.box_body .content2 {
  text-align: justify;
}
.box_body .content2 iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: 100% !important;
}
.box_body .content2 ul {
  list-style: none !important;
  padding-left: 0px;
}
.box_body .content2 ul li {
  margin-left: 0 !important;
  margin-bottom: 10px;
}
.box_body .content2 img {
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
}
.box_body .tag {
  gap: 10px;
}
.box_body .tag .item-tag {
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: var(--text-color);
}

.form-group .link_view {
  color: var(--color-main);
}
.form-group:hover .link_view {
  color: #B57B31;
}
.form-group:hover img {
  transform: scale(1.1, 1.1);
}
.form-group a {
  text-decoration: none;
  color: #222222;
}
.form-group a img {
  transition: all 0.35s;
}
.form-group a h3 {
  padding-top: 20px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.form-group a h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.form-group a h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.form-group a h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
}
.form-group a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.form-group p {
  margin: 0;
}
.form-group .form-group_day-watch p {
  padding: 10px 20px 10px 10px;
}
.form-group .form-group_content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.form-group:hover h5 {
  color: #BE202F;
}

.summary {
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slick-arrow {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url("../../../../images/icon/prev.svg") no-repeat center !important;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover {
  background: url("../../../../images/icon/prev.svg") no-repeat center;
}

.slick-next {
  background: url("../../../../images/icon/next.svg") no-repeat center !important;
}
.slick-next:hover {
  background: url("../../../../images/icon/next.svg") no-repeat center;
}

.list_services .slick-list {
  margin: 0 -12px;
}
.list_services .slick-list .slick-slide {
  padding: 0 12px;
}

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