.banner {
  margin-top: 100px;
  margin-bottom: 80px;
}
.banner .title-banner {
  font-size: 3rem;
  line-height: 1.2em;
  color: #2790CF;
  margin-bottom: 45px;
}
.banner .title-banner span {
  color: #102E9E;
}
.banner .sale {
  gap: 20px;
  margin-bottom: 50px;
}
.banner .sale > p {
  font-size: 1.125rem;
  padding: 12px 24px;
  clip-path: polygon(8% 0%, 100% 0, 100% 70%, 92% 100%, 0 100%, 0% 30%);
  background: #CF2144;
}
.banner .sale > div p {
  font-family: "SVN-A-Love";
}
.banner .sale > div p:nth-child(1) {
  color: #2790CF;
}
.banner .sale > div p:nth-child(2) {
  color: #CF2144;
  font-size: 30px;
}
.banner .slogan-content {
  left: 62px;
  top: 39px;
  line-height: 1.4;
}
.banner .contact {
  gap: 2rem;
}
.banner .contact a {
  color: var(--color-main);
}
.banner .button-banner {
  bottom: 70px;
}

.contact_box {
  padding: 40px 0;
  background: var(--color-main);
}
.contact_box #formRegister {
  background-color: #fff;
  color: var(--color-main);
}
.contact_box #formRegister .row {
  margin: 0 -6px;
}
.contact_box #formRegister .row .col-md-6, .contact_box #formRegister .row .col-md-12 {
  padding: 0 6px;
  margin-bottom: 12px;
}

.title-box {
  font-size: 2rem;
}

.animation-button {
  animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.box_list {
  padding: 40px 0;
}
.box_list .title-box span {
  color: var(--color-main) !important;
}
.box_list .summary {
  max-width: 800px;
  margin-bottom: 40px;
}

.box_list .list_landing {
  margin: 0 -20px;
  margin-bottom: 40px;
}
.box_list .list_landing .col-md-4 {
  padding: 0 20px;
}
.box_list .list_landing .item_landing {
  box-shadow: rgba(207, 33, 68, 0.45) 0px 25px 20px -20px;
}
.box_list .list_landing .item_landing .header_item {
  padding: 11px;
  background: #CF2144;
}
.box_list .list_landing .item_landing .header_item .check {
  padding: 8px 10px;
  background: #FFE600;
  color: #CF2144;
}
.box_list .list_landing .item_landing .header_item .title-item {
  font-size: 22px;
  line-height: 30px;
}
.box_list .list_landing .img {
  height: 174px;
}
.box_list .list_landing .body_item {
  background: #FAF0F1;
  color: var(--text-color);
}
.box_list .list_landing .body_item .summary {
  font-size: 15px;
  line-height: 18px;
  height: 54px;
  -webkit-line-clamp: 3;
}
.box_list .list_landing .body_item .bottom_item .price {
  color: #CF2144;
}

.box_video {
  padding: 40px 0;
}
.box_video .item_new {
  border-bottom: none !important;
}
.box_video .title-box span {
  color: var(--color-main) !important;
}
.box_video .title_new {
  height: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.box_video .summary-item {
  font-size: 15px;
  line-height: 18px;
  height: 54px;
  -webkit-line-clamp: 3;
}
.box_video .bo_img {
  border-radius: 10px;
  height: 152px;
}
.box_video .bo_img:after {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../../../images/icon/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.fancybox__thumbs {
  display: none;
}

.box_kol {
  padding: 40px 0;
  background: var(--color-main);
}

.devices {
  padding: 40px 0;
}
.devices .list_devices {
  margin: 0 -12px;
}
.devices .list_devices .slick-list {
  margin: 0 -12px;
  padding: 10px 0 40px 0;
}
.devices .list_devices .item_device {
  margin: 0 12px;
  background: #F1F8FC;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.devices .list_devices .item_device .img {
  height: 240px;
  padding: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 85%);
  background: #fff;
}
.devices .list_devices .item_device .body_device {
  padding: 20px;
  color: var(--text-color);
}
.devices .list_devices .item_device .body_device .title_device {
  font-size: 18px !important;
  line-height: 20px;
  height: 60px;
  -webkit-line-clamp: 3;
}
.devices .list_devices .item_device .body_device .summary_device {
  line-height: 18px;
  height: 54px;
  -webkit-line-clamp: 3;
}
.devices .slick-dots li {
  background: rgba(40, 107, 166, 0.24);
}
.devices .slick-dots li.slick-active {
  background: var(--color-main);
}

.about {
  padding: 40px 0;
}
.about .title-box span {
  color: var(--color-main) !important;
}

.master {
  padding: 40px 0;
  background: var(--color-main);
}
.master .list_master {
  margin: 0 -12px;
}
.master .list_master .item_master {
  margin: 0 12px;
  background: linear-gradient(0deg, rgb(82, 166, 217) 30%, rgb(82, 166, 217) 100%);
}
.master .list_master .item_master:hover .img img {
  transform: scale(1.1);
}
.master .list_master .item_master .img {
  padding: 30px 15px 0 15px;
  height: 300px;
  background: #E9F4FA;
}
.master .list_master .item_master .img img {
  transition: all 0.35s;
}
.master .list_master .item_master .body_master .summary_master {
  line-height: 24px;
  height: 48px;
  -webkit-line-clamp: 2;
}

.news {
  padding: 40px 0;
}
.news .title-box span {
  color: var(--color-main) !important;
}
.news .listNews .slick-list {
  margin: 0 -12px;
}
.news .listNews .slick-list .item__new {
  padding: 0 12px;
}
.news .listNews .slick-list .item__new .img {
  height: 231px;
}
.news .listNews .slick-list .item__new .img img {
  transition: all 0.35s;
}
.news .listNews .slick-list .item__new .item__title {
  font-size: 18px !important;
  line-height: 20px;
  height: 40px;
  -webkit-line-clamp: 2;
}
.news .listNews .slick-list .item__new .date {
  color: var(--text-color);
}
.news .listNews .slick-list .item__new .color_a {
  color: var(--color-main);
}
.news .listNews .slick-list .item__new:hover .img img {
  transform: scale(1.1);
}
.news .listNews .slick-arrow {
  top: 35%;
}

@media (max-width: 767px) {
  .contenttt {
    overflow-x: hidden;
  }
  .box_list .list_landing .item_landing {
    margin-bottom: 15px;
  }
  .box_list .list_landing .item_landing .header_item .title-item {
    font-size: 18px;
    line-height: 30px;
  }
  .box_list .list_landing .img {
    height: auto;
  }
  .box_video .item_new {
    border-bottom: 1px solid #E5E5E5 !important;
  }
  .box_video .item_new:last-child {
    border-bottom: none !important;
  }
  .box_video .item_new .title_new {
    font-size: 16px !important;
  }
  .box_kol .item_video {
    grid-gap: 15px;
  }
  .box_kol .item_video .content_banner {
    padding: 0 15px 15px;
  }
  .box_kol .item_video .content_banner .title-video {
    text-align: center;
    line-height: 1.4;
  }
  .about .img_box {
    position: unset !important;
    transform: unset !important;
  }
  .about .div-11 {
    gap: 10px;
    margin-bottom: 10px;
  }
  .about .div-11 .box-1, .about .div-11 .box-2 {
    width: 50% !important;
  }
  .about .div-12 {
    gap: 10px;
    padding: 0 !important;
  }
  .about .div-12 .box-3, .about .div-12 .box-4 {
    width: 50% !important;
  }
}

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