.block_slideshow #owl-slideshow {
  position: relative;
}

.block_slideshow #owl-slideshow .owl-nav {
  display: none;
}

.block_slideshow #owl-slideshow::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 140px;
  background: url("../images/Subtract.png") bottom no-repeat;
  z-index: 01;
  background-size: cover;
}

.block_slideshow .box-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D0EDF7;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block_slideshow .box-news::after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../images/Subtract (1).png") bottom no-repeat #fff;
  z-index: 01;
  background-size: cover;
}

.block_slideshow .box-news .left img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.block_slideshow .box-news #owl-new {
  padding-top: 15px;
  padding-left: 20px;
  width: 70%;
}

.block_slideshow .box-news #owl-new .item {
  width: 83%;
}

.block_slideshow .box-news #owl-new .item .title {
  color: #0055A5;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.block_slideshow .box-news #owl-new .item .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.block_slideshow .owl-carousel .owl-prev,
.block_slideshow .owl-carousel .owl-next {
  position: absolute;
  width: 35px;
  height: 35px;
}

.block_slideshow .owl-carousel .owl-prev {
  top: 39%;
}

.block_slideshow .owl-carousel .owl-next {
  top: 41%;
}

.block_slideshow .owl-carousel .owl-prev {
  background: url("../images/icon-prev.png") no-repeat scroll center center;
  right: 65px;
}

.block_slideshow .owl-carousel .owl-next {
  background: url("../images/icon-next.png") no-repeat scroll center center;
  right: 25px;
}

.block_slideshow .owl-carousel .titleslide {
  width: 80%;
  position: absolute;
  top: 38%;
  left: 10%;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block_slideshow .owl-carousel .hot-corner_title {
  background: url("../images/bg-corner_title.png") no-repeat scroll bottom center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 25px;
  line-height: 50px;
}

.block_slideshow .owl-carousel .hot-corner_name {
  color: #fff;
  font-size: 72px;
  font-family: "UTMDinhTran";
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 100;
}

.block_slideshow .owl-carousel .owl-dots.disabled,
.block_slideshow .owl-carousel .owl-nav.disabled {
  display: block;
}

.block_slideshow .owl-carousel .owl-dots {
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 62px;
}

.block_slideshow .owl-carousel .owl-dots .owl-dot {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  display: inline-block;
  opacity: 0.5;
}

.block_slideshow .owl-carousel .owl-dots .owl-dot.active {
  background: none;
  border: 2px solid #fff;
  opacity: 1;
}

.block_slideshow .owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border-radius: 10px;
  width: 5px;
  height: 5px;
  display: block;
  margin: 3px auto;
}

@media screen and (max-width: 1024px) {
  .block_slideshow .owl-carousel .titleslide {
    width: 70%;
  }
}

@media screen and (max-width: 966px) {
  .block_slideshow .owl-carousel .titleslide {
    top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .block_slideshow .owl-carousel .owl-prev,
  .block_slideshow .owl-carousel .owl-next {
    top: 40%;
  }
  .block_slideshow .hot-corner_view {
    display: none;
  }
  #header .header-left,
  #header .header-right {
    display: none;
  }
  .block_slideshow .box-news .left img {
    max-width: 50px;
  }
  .block_slideshow .owl-carousel .owl-next {
    display: none;
  }
  .block_slideshow .owl-carousel .owl-prev {
    display: none;
  }
  .block_slideshow .box-news #owl-new {
    padding: 10px 0 10px 15px;
  }
  .block_slideshow .box-news #owl-new .item .summary {
    padding-top: 5px;
  }
  .block_slideshow .box-news #owl-new .item .title {
    font-size: 15px;
  }
  .block_slideshow .box-news::after {
    display: none;
  }
  .block_fields_cat .list-item {
    padding-left: 10px;
    padding-right: 10px;
    grid-gap: 10px !important;
  }
  .fields_cat-default .list-item .frame-inner:first-child {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  .fields_cat-default .list-item .frame-inner:first-child .frame-hover .inner .hh {
    opacity: 1;
    visibility: visible;
    height: 80px;
  }
  .fields_cat-default .list-item .frame-inner .frame-hover .summary {
    height: unset !important;
    margin-bottom: 20px !important;
  }
  .fields_cat-default .list-item .frame-inner .frame-hover {
    background-color: #0000008c !important;
  }
}

@media screen and (max-width: 668px) {
  .block_slideshow .owl-carousel .owl-dots {
    display: none;
  }
  .block_slideshow .owl-carousel .bgbottom {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .block_slideshow .owl-carousel .titleslide {
    display: none;
  }
}
/*# sourceMappingURL=home.css.map */