.home-1 {
  padding: 100px 0 150px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-1 .section-title {
  max-width: 400px;
  margin: 0 auto 40px;
}
.home-1 .item {
  max-width: 250px;
}
.home-1 .item.uk-grid-margin {
  margin-top: 3.125rem;
}
.home-1 .item p {
  margin: 0;
}
.home-1 .item .icon {
  margin-bottom: 1.5rem;
}
.home-1 .item .text .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.home-1 .item .text .content {
  font-size: 14px;
  line-height: 21px;
}
.home-1 .list-item {
  position: relative;
}
.home-1 .list-item .middle-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .home-1 .col-left .item:nth-of-type(2n-1) {
    margin-left: auto;
  }
  .home-1 .col-right .item {
    text-align: right;
  }
  .home-1 .col-right .item:nth-of-type(2n) {
    margin-left: auto;
  }
}

@media screen and (max-width: 1025px) {
  .home-1 .wrapper-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .home-1 .wrapper-2 {
    order: 1;
    margin: 0 auto;
  }
  .home-1 .wrapper-3 {
    order: 3;
  }
  .home-1 .list-item .middle-image {
    position: static;
    transform: none;
    text-align: center;
  }
  .home-1 .item {
    max-width: none;
    text-align: center;
  }
  .home-1 .item.uk-grid-margin {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .home-1 {
    padding: 80px 0 !important;
  }
  .home-1 .item .icon {
    margin-bottom: 15px;
  }
  .home-1 .item .text {
    max-width: 220px;
    margin: 0 auto;
  }

  .home-1 .item.uk-grid-margin {
    margin-top: 30px;
  }

  .home-1 .wrapper-3 {
    margin-top: 30px;
  }
}

/* Home2 */
.home-2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.home-2 .section-title {
  margin-bottom: 0;
}
.home-2 .heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.home-2 .tab-switcher ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.home-2 .tab-switcher ul li + li {
  margin-left: 9px;
}
.home-2 .tab-switcher ul li a {
  min-width: 165.5px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 22.5px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  transition: 0.3s all;
}
.home-2 .tab-switcher ul li.uk-active a {
  background: #ee382b;
  color: #fff;
}

.home-2 .uk-slider li {
  margin: 0;
}

.home-2 .item {
  border-radius: 8px;
  overflow: hidden;
}
.home-2 .item .img {
  display: block;
  position: relative;
  padding-top: 70%;
}

.home-2 .item .img img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-2 .item .img .view-more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 13px;
  color: #e60012;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.home-2 .item .img .view-more em {
  margin-left: 5px;
}

.home-2 .item .content {
  background: #fff;
  padding: 4rem 4.25rem 2.1875rem 3.4375rem;
  height: 100%;
}
.home-2 .item .content p {
  margin: 0;
}
.home-2 .item .content .title {
  margin-bottom: 25px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 2.1875rem;
}
.home-2 .item .content .brief {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.home-2 .item .content .fullcontent ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: -20px;
}
.home-2 .item .content .fullcontent ul li {
  width: 50%;
  margin: 0;
  margin-bottom: 20px;
}
.home-2 .item .content .fullcontent ul li.uk-margin-small-top {
  padding-top: 20px;
  border-top: 1px solid #dadada;
  margin-top: 0 !important;
}
.home-2 .item .content .fullcontent ul li .small-text {
  display: block;
  font-size: 14px;
}
.home-2 .item .content .fullcontent ul li .number {
  font-size: 20px;
  font-weight: 800;
}
.home-2 .item .content .fullcontent ul li .number small {
  font-size: 60%;
}
.home-2 .item .content .fullcontent ul li .number.red {
  color: /* $main-color */ #e60012;
}
.home-2 .item .content .fullcontent ul li p {
  font-weight: 700;
}
.home-2 .item .content .btn-view-more {
  margin-top: 30px;
}

/* Responsive */
@media (min-width: 1024px) {
  .home-2 .item .img {
    /* +img-scale(420 / 600 *100%) */
  }
}

@media (max-width: 1025px) {
  .home-2 .heading {
    flex-direction: column;
    text-align: center;
  }
  .home-2 .section-title {
    margin-bottom: 15px;
  }
  .home-2 .uk-slidenav.uk-position-center-left,
  .home-2 .uk-slidenav.uk-position-center-right {
    transform: translateY(-50%);
  }
}

@media (max-width: 400px) {
  .home-2 .item .content {
    padding: 30px;
  }
  .home-2 .item .content .fullcontent ul {
    margin-bottom: -10px;
  }
  .home-2 .item .content .fullcontent ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-2 .item .content .fullcontent ul li.uk-margin-small-top {
    padding-top: 10px;
  }
}

.home-3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 !important;
}

.home-3 .tab-switcher {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #959595;
}

.home-3 .tab-switcher ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.home-3 .tab-switcher ul li {
  margin: 0;
}

.home-3 .tab-switcher ul li + li {
  margin-left: 30px;
}

.home-3 .tab-switcher ul li a {
  display: block;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  max-width: 170px;
  color: inherit;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none;
}

.home-3 .tab-switcher ul li a img {
  margin-bottom: 10px;
}

.home-3 .tab-switcher ul li a span {
  display: block;
}

.home-3 .tab-switcher ul li.uk-active a {
  font-weight: 700;
  position: relative;
}

.home-3 .tab-switcher ul li.uk-active a:before {
  position: absolute;
  bottom: -2.5px;
  left: 0;
  background: #9c1519;
  width: 100%;
  height: 5px;
  content: "";
}

.home-3 .product-tabs-container {
  padding-top: 100px;
}

.home-3 .product-tabs-container .uk-grid {
  margin-left: -2px;
}

.home-3 .product-tabs-container .uk-grid > * {
  padding-left: 2px;
}

.home-3 .product-item {
  background: transparent;
  padding: 0;
}

.home-3 .product-item .img {
  margin-bottom: -100px;
  height: 290px;
}

.home-3 .product-item .img img {
  height: 100%;
}

.home-3 .product-item .caption {
  background: #fff;
  padding-top: 130px;
  padding-bottom: 30px;
  border-radius: 8px;
  transition: 0.3s all;
}

.home-3 .product-item:hover .caption {
  background: #9c1519;
  color: #fff;
}

.home-3 .product-item:hover .caption .name {
  color: #fff;
}

.home-3 .product-item:hover .caption .view-more {
  background: transparent;
  color: #fff;
  border: 1px solid #959595;
}

.home-3 .uk-slidenav {
  top: auto;
  bottom: 131px;
}

.home-3 .btn-view-all {
  margin-top: 50px;
}

.home-3 .section-title {
  margin-bottom: 2.5rem;
}

/* Media query */
@media screen and (max-width: 768px) {
  .home-3 .product-tabs-container {
    padding-top: 50px;
  }

  .home-3 .uk-slidenav {
    bottom: 50%;
    background: #3c86c8;
    color: #fff;
  }

  .home-3 .uk-slidenav.uk-position-center-left {
    left: 0;
  }

  .home-3 .uk-slidenav.uk-position-center-right {
    right: 0;
  }

  .home-3 .btn-view-all {
    margin-top: 30px;
  }
}

.home-4 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 !important;
}

.home-4 .item {
  display: flex;
}

.home-4 .item .caption {
  padding-left: 36px;
  color: #fff;
}

.home-4 .item .caption span {
  display: block;
}

.home-4 .item .caption .number {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.home-4 .item .caption .text {
  font-size: 14px;
  text-transform: uppercase;
}

.home-4 .item:hover .bevel-corner .bevel {
  border-color: #752b8a;
}

.home-4 .item:hover .bevel-corner .bevel-content {
  background: #752b8a;
}

.home-4 .item:hover .icon img {
  filter: brightness(0) invert(100%);
}

.home-4 .item .icon img {
  max-width: 33px;
  transition: 0.3s all;
}

.home-4 .bevel-corner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: relative;
  transform: rotate(45deg);
}

.home-4 .bevel-corner .bevel {
  border-width: 10px;
  border-color: #fff;
  border-style: solid;
  height: 0;
  transition: 0.3s all;
}

.home-4 .bevel-corner .bevel.tr,
.home-4 .bevel-corner .bevel.tl {
  border-top: 0;
}

.home-4 .bevel-corner .bevel.br,
.home-4 .bevel-corner .bevel.bl {
  border-bottom: 0;
}

.home-4 .bevel-corner .bevel.tr,
.home-4 .bevel-corner .bevel.br {
  border-right-color: transparent !important;
}

.home-4 .bevel-corner .bevel.tl,
.home-4 .bevel-corner .bevel.bl {
  border-left-color: transparent !important;
}

.home-4 .bevel-corner .bevel-content {
  width: 74.75px;
  height: 55px;
  background: #fff;
  margin: -1px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.home-4 .bevel-corner .content {
  transform: rotate(-45deg);
}

/* Media query */
@media screen and (max-width: 576px) {
  .home-4 .item {
    padding: 0 15px;
  }
}

.home-5 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px !important;
  padding-bottom: 215px !important;
}

.home-5 .partner-slider {
  padding: 60px 30px;
  background: #fff;
  box-shadow: -1.928px 2.298px 91.08px 0.92px rgba(0, 0, 0, 0.19);
  border-radius: 8px;
}

.home-5 .partner-slider .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 107px;
}

.home-5 .partner-slider .img img {
  max-height: 90%;
  width: auto;
}

.home-5 .partner-slider .uk-slider-items .uk-active + .uk-active {
  border-left: 1px solid #d7d7d7;
}

.home-5 .partner-slider .uk-slider-items .uk-active + .uk-active:last-child {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.home-5 .partner-slider .uk-slidenav {
  transform: translateY(-50%);
  box-shadow: none;
  background: transparent;
  font-size: 24px;
  color: #cdcdcd;
}

.home-5 .partner-slider .uk-slidenav.uk-position-center-left {
  left: 0;
}

.home-5 .partner-slider .uk-slidenav.uk-position-center-right {
  right: 0;
}

/* Media query */
@media screen and (max-width: 576px) {
  .home-5 .partner-slider {
    padding: 30px;
  }

  .home-5 .partner-slider .img img {
    max-width: 70px;
  }
}

.home-6 {
  margin-top: -100px;
}

/* Section title */
.home-6 .section-title {
  margin-bottom: 0;
}

.home-6 .heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.home-6 .heading-right {
  display: flex;
  align-items: center;
}

.home-6 .heading-right .btn-view-all {
  margin-left: 9px;
  border: 1px solid #0e599d;
  background: #fff;
  min-width: 165.5px;
  color: #0e599d !important;
  font-size: 14px;
}

/* Tab switcher */
.home-6 .tab-switcher ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}

.home-6 .tab-switcher ul li {
  margin: 0;
}

.home-6 .tab-switcher ul li + li {
  margin-left: 9px;
}

.home-6 .tab-switcher ul li a {
  min-width: 165.5px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 22.5px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: var(--xanh-1);
  text-transform: uppercase;
  border: 1px solid var(--xanh-1);
}

.home-6 .tab-switcher ul li.uk-active a {
  background: #752b8a;
  color: #fff;
  border: 1px solid transparent;
}

/* Projects switcher */
.home-6 .projects-switcher .uk-grid {
  margin-left: -15px;
}

.home-6 .projects-switcher .uk-grid > * {
  padding-left: 15px;
}

.home-6 .projects-switcher .project .img {
  display: block;
  position: relative;
  padding-top: 66.66667%;
}

.home-6 .projects-switcher .project .img img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slider navigation */
.home-6 .projects-switcher .uk-slidenav {
  background: transparent;
  box-shadow: none;
  color: #aaaaa2;
  font-size: 60px;
  z-index: 7;
  width: 6rem;
}

.home-6 .projects-switcher .uk-slidenav.uk-position-center-left,
.home-6 .projects-switcher .uk-slidenav.uk-position-center-right {
  transform: translateY(-50%);
}

/* Slider items */
.home-6 .projects-switcher .uk-slider-items li .project {
  position: relative;
}

.home-6 .projects-switcher .uk-slider-items li .project .caption {
  width: 100%;
  max-width: 397px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #fff;
  padding: 40px 40px 60px 40px;
  border-radius: 8px;
  box-shadow: -1.928px 2.298px 91.08px 0.92px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  opacity: 0;
  z-index: 6;
}

.home-6 .projects-switcher .uk-slider-items li .project .caption .name {
  margin-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 20px;
  color: #9c1519;
  font-size: 1.5625rem;
  font-weight: 800;
  line-height: 1.25rem;
}

.home-6 .projects-switcher .uk-slider-items li .project .caption .content {
  font-size: 14px;
  max-height: 190px;
  overflow: auto;
}

.home-6
  .projects-switcher
  .uk-slider-items
  li
  .project
  .caption
  .content::-webkit-scrollbar {
  width: 4px;
  background: #cdcdcd;
}

.home-6
  .projects-switcher
  .uk-slider-items
  li
  .project
  .caption
  .content::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

.home-6 .projects-switcher .uk-slider-items li .project .caption .content p {
  margin: 0;
}

.home-6 .projects-switcher .uk-slider-items li .project:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 5;
}

.home-6 .projects-switcher .uk-slider-items li.uk-active .project .caption {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.home-6 .projects-switcher .uk-slider-items li.uk-active .project:before {
  opacity: 0;
}

/* Media Queries */
@media screen and (max-width: 1025px) {
  .home-6 .heading {
    flex-direction: column;
  }

  .home-6 .section-title {
    margin-bottom: 15px;
    text-align: center;
  }

  .home-6 .heading-right {
    overflow-x: auto;
    max-width: 100%;
  }

  .home-6 .projects-switcher .uk-slider-items li .project {
    display: flex;
    flex-wrap: wrap;
  }

  .home-6 .projects-switcher .uk-slider-items li .project > * {
    width: 100%;
  }

  .home-6 .projects-switcher .uk-slider-items li .project:before {
    z-index: 8;
  }

  .home-6 .projects-switcher .uk-slider-items li .project .caption {
    position: relative !important;
    transform: none !important;
    max-width: 100%;
    border-radius: 0;
    padding: 30px 30px 50px 30px;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 576px) {
  .home-6 {
    margin-top: -140px;
  }

  .home-6 .projects-switcher {
    padding: 0 15px;
  }

  .home-6 .projects-switcher .uk-slidenav {
    width: 2.5rem;
    font-size: 40px;
  }
}

.home-7 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.home-7 .section-title {
  margin-bottom: 10px;
}

.home-7 .page-desc {
  margin-bottom: 30px;
}

.home-7 .page-desc p {
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
}

.home-7 .icon-slider {
  padding: 0 60px 20px;
  position: relative;
}

.home-7 .icon-slider .swiper-container {
  padding-bottom: 40px;
}

.home-7 .icon-slider .line {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #752b8a;
  bottom: 40px;
  left: 0;
}

.home-7 .icon-slider .item {
  max-width: 210px;
  position: relative;
  cursor: pointer;
}

.home-7 .icon-slider .item .content {
  display: flex;
  align-items: center;
  height: 69px;
}

.home-7 .icon-slider .item .content .text {
  font-weight: 800;
  padding-left: 20px;
  max-width: 120px;
  font-size: 17px;
}

.home-7 .icon-slider .item .content .icon img {
  filter: grayscale(100%);
  opacity: 0.4;
  transition: 0.3s all;
}

.home-7 .icon-slider .item .dot {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 50%);
  transition: 0.3s all;
  z-index: 5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.home-7 .icon-slider .item .dot .circle {
  width: 11px;
  height: 11px;
  background: #752b8a;
  border-radius: 50%;
}

.home-7 .swiper-slide-thumb-active .item .icon img {
  filter: none;
  opacity: 1;
}

.home-7 .swiper-slide-thumb-active .item .dot {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #752b8a;
}

.home-7 .swiper-slide-thumb-active .item .dot .circle {
  width: 16px;
  height: 16px;
}

.home-7 .process-slider {
  margin-top: 20px;
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.home-7 .process-slider .img {
  border-radius: 8px;
  overflow: hidden;
  /* +img-scale(400 / 1196 * 100%) cần thay bằng CSS thực tế nếu muốn */
}

.home-7 .process-slider .caption {
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  max-width: 430px;
  padding-left: 80px;
}

.home-7 .process-slider .caption p {
  margin: 0;
}

.home-7 .process-slider .caption .number {
  display: block;
  margin-bottom: 10px;
  color: #9c1519;
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 1;
}

.home-7 .process-slider .caption .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25rem;
}

.home-7 .process-slider .caption .content > * + * {
  margin-top: 10px;
}

.home-7 .process-slider .uk-slidenav {
  z-index: 15;
}

.home-7 .process-slider .caption .content {
  font-size: 14px;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .home-7 .icon-slider {
    padding: 0 0 20px;
  }

  .home-7 .icon-slider .item {
    max-width: none;
  }

  .home-7 .icon-slider .item .content {
    justify-content: center;
  }

  .home-7 .process-slider .img {
    border-radius: 0;
  }

  .home-7 .process-slider .caption {
    position: static !important;
    transform: none;
    padding: 30px;
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .home-7 .icon-slider .item .content .text {
    padding-left: 8px;
    font-size: 14px;
  }
}

.home-8 {
  background: #efefef;
  padding: 100px 0 !important;
}

/* Big news */
.home-8 .news-list .big-news {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.home-8 .news-list .big-news .btn-skew {
  text-decoration: none;
  color: #fff;
}

.home-8 .news-list .big-news .img a {
  display: block;
  position: relative;
  padding-top: 100%;
}

.home-8 .news-list .big-news .img a img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-8 .news-list .big-news .caption-wrapper {
  padding: 0 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.home-8 .news-list .big-news .caption-wrapper .caption p {
  margin: 0;
}

.home-8 .news-list .big-news .caption-wrapper .caption .title {
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 10px;
}

.home-8 .news-list .big-news .caption-wrapper .caption .title a {
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-8 .news-list .big-news .caption-wrapper .caption time {
  font-size: 14px;
  line-height: 20px;
}

.home-8 .news-list .big-news .caption-wrapper .caption .brief {
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 20px;
  border-top: 1px solid #959595;
  padding-top: 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  text-overflow: ellipsis;
}

/* Side news list */
.home-8 .news-list .side-news-list-wrapper .uk-grid-margin {
  margin-top: 10px;
}

.home-8 .news-list .side-news-list-wrapper .side-news-title {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 8px 103px 0px rgba(0, 0, 0, 0.13);
  margin-bottom: 10px;
}

.home-8 .news-list .side-news-list-wrapper h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
}

.home-8 .news-list .side-news-list-wrapper .btn-view-all {
  background: #fff;
  border: 1px solid #0e599d;
  color: #0e599d !important;
  font-size: 13px;

  height: 36px;
  margin-left: auto;
  max-width: 126px;
  width: 100%;
}

.home-8 .news-list .side-news-list-wrapper .btn-view-all:hover {
  background: #0e599d;
  color: #fff !important;
}

.home-8 .news-list .side-news-list-wrapper .side-news {
  display: flex;
  text-decoration: none;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
  align-items: center;
  transition: 0.3s all;
  max-height: 71px;
}

.home-8 .news-list .side-news-list-wrapper .side-news .date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(156, 21, 25, 0.5);
  padding-right: 20px;
  color: #9c1519;
  text-align: center;
}

.home-8 .news-list .side-news-list-wrapper .side-news .date .day {
  display: block;
  font-size: 2.1875rem;
  font-weight: 800;
  line-height: 1;
}

.home-8 .news-list .side-news-list-wrapper .side-news .date .month {
  font-size: 12px;
  white-space: nowrap;
  line-height: 17px;
}

.home-8 .news-list .side-news-list-wrapper .side-news .title {
  padding-left: 20px;
}

.home-8 .news-list .side-news-list-wrapper .side-news .title p {
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}

.home-8 .news-list .side-news-list-wrapper .side-news:hover {
  background: #0e599d;
}

.home-8 .news-list .side-news-list-wrapper .side-news:hover .date {
  color: #fff;
}

.home-8 .news-list .side-news-list-wrapper .side-news:hover .title {
  color: #fff;
}

/* Media query */
@media screen and (max-width: 1025px) {
  .home-8 .news-list .big-news .caption-wrapper {
    padding: 30px 30px 60px 30px;
  }
}
