/* giới thiệu */

.wrap-gioithieu {
  position: relative;
}

.wrap-gioithieu::before {
  position: absolute;

  content: "";

  background: url(../images/left-gioithieu.png) no-repeat;

  width: 294px;

  height: 685px;

  left: 0px;

  bottom: 0px;
}

.box-main-gioithieu {
  display: flex;

  justify-content: space-between;

  gap: 50px;
}

.left-gioithieu {
  width: calc(100% - 50% - 25px);
}

.title-gioithieu {
  font-family: "SVN-GilroyXBold";

  font-size: 16px;

  color: #4c4d4f;

  background: url(../images/more.png) no-repeat left;

  padding-left: 20px;

  height: 50px;

  line-height: 50px;

  margin-bottom: 18px;
}

.name-gioithieu {
  font-family: "SVN-GilroyXBold";

  font-size: 32px;

  color: #333333;

  text-transform: uppercase;
}

.desc-gioithieu {
  font-family: "SVN-GilroyMedium";

  font-size: 14px;

  color: #898989;

  border-left: 3px solid #21b24b;

  padding-left: 25px;

  line-height: 25px;

  margin: 25px 0px 60px 0px;

  overflow-y: scroll;

  max-height: 250px;
  padding-right: 20px;
}
.desc-gioithieu::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
.desc-gioithieu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.desc-gioithieu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.btn-xemthem {
  background: #21b24b;

  padding: 15px 20px;

  color: white;

  width: fit-content;

  font-family: "SVN-GilroyBold";

  position: relative;

  white-space: nowrap;

  cursor: pointer;
}

.btn-xemthem::before {
  position: absolute;

  content: "";

  height: 51px;

  width: 1px;

  background: #21b24b;

  right: -6px;

  bottom: -15px;
}

.btn-xemthem::after {
  position: absolute;

  content: "";

  height: 1px;

  width: 161px;

  background: #21b24b;

  right: -15px;

  bottom: -6px;
}

.btn-xemthem:hover {
  background: #c3212f;
}

.btn-xemthem:hover::before,
.btn-xemthem:hover::after {
  background: #c3212f;
}

.right-gioithieu {
  width: calc(100% - 50% - 25px);

  position: relative;
}

.mask1 {
  -webkit-mask-image: url(../images/mask.png);

  mask-image: url(../images/mask.png);

  -webkit-mask-size: 100%;

  mask-size: 100%;

  -webkit-mask-repeat: no-repeat;

  mask-repeat: no-repeat;
}

.icon-video {
  display: block;

  width: 132px;

  height: 132px;

  position: absolute;

  left: 3%;

  z-index: 10;

  cursor: pointer;

  top: 30%;

  bottom: 0;
}

.right-gioithieu::before {
  position: absolute;

  content: "";

  background: url(../images/more2.png) no-repeat;

  width: 221px;

  height: 223px;

  bottom: 0px;

  right: 0px;
}

.pic-video-index {
  padding-left: 5px;
}

.pic-video-index a:after {
  content: "";

  position: absolute;

  background: url(../images/mask2.png) no-repeat;

  width: 100%;

  height: 100%;

  left: -5px;

  bottom: -11px;

  z-index: -1;
}

.pic-video-index a {
  position: relative;

  padding-bottom: 11px;

  padding-left: 5px;
}

/* Dịch vụ */

.wrap-dichvu {
  position: relative;

  background: #fafafa;
}

.wrap-dichvu::before {
  position: absolute;

  content: "";

  background: url(../images/bgr_dichvu.png) no-repeat;

  width: 182px;

  height: 705px;

  top: 0px;

  right: 0px;
}

.box-main-dichvu {
  position: relative;
}

.dichvu-item {
  position: relative;

  border-radius: 10px;

  overflow: hidden;
}

.dichvu-info {
  position: absolute;

  bottom: 0;

  width: 100%;

  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.76234243697479) 0%,

    rgb(0 0 0 / 0%) 100%
  );

  pointer-events: none;

  transition: 0.5s;
}

.pd-dichvu {
  border-top: 1px solid white;

  margin: 25px 20px;

  padding: 20px 0px 0px 0px;
}

.dichvu-img .hover_sang2 {
  border-radius: 10px;
}

.dichvu-name {
  font-size: 24px;

  color: white;

  font-family: "SVN-GilroyBold";

  text-transform: uppercase;

  margin: 0px;

  line-height: 33px;
}

.dichvu-item:hover .dichvu-info {
  transition: 0.5s;

  padding-bottom: 40%;
}

.control-dichvu.control-owl {
  position: relative;

  bottom: 0px;

  height: 90px;
}

.control-dichvu.control-owl button.owl-prev {
  background: url(../images/prev.png) no-repeat;

  background-size: 100% 100%;

  width: 45px;

  height: 45px;

  left: auto;

  right: 55px;

  top: 45px;
}

.control-dichvu.control-owl button.owl-next {
  background: url(../images/next.png) no-repeat;

  background-size: 100% 100%;

  width: 45px;

  height: 45px;

  right: 0px;

  top: 45px;
}

.control-dichvu.control-owl button.owl-prev svg,
.control-dichvu.control-owl button.owl-next svg {
  display: none;
}

.box-main-dichvu .owl-dots {
  position: absolute;

  width: 80%;

  line-height: 45px;

  margin-top: 45px;
}

.box-main-dichvu .owl-theme .owl-dots .owl-dot span {
  width: 200px;

  height: 2px;

  margin: 0px;

  border-radius: 0px;
}

.box-main-dichvu .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #21b24b;
}

/* Quy trình */

.wrap-quytrinh {
  position: relative;
}

.wrap-quytrinh::before {
  position: absolute;

  content: "";

  background: url(../images/bgr_quytrinh.png) no-repeat;

  width: 408px;

  height: 595px;

  top: 0px;

  right: 0px;

  z-index: -2;
}

.box-main-quytrinh {
  display: flex;

  gap: 70px;
}

.left-quytrinh {
  width: 40%;
}

.quytrinh-item {
  display: flex;

  gap: 18px;
}

.quytrinh-item:hover .quytrinh-img {
  transform: rotateY(180deg);

  transition: 0.7s;
}

.quytrinh-item.reverse {
  padding-left: 75px;
}

.quytrinh-img {
  width: 75px;

  transition: 0.7s;
}

.quytrinh-name {
  font-size: 20px;

  font-family: "SVN-GilroyBold";

  text-transform: uppercase;
}

.quytrinh-name:hover {
  color: #c3212f;
}

.quytrinh-desc {
  font-family: "SVN-GilroyMedium";

  color: #898989;

  margin: 0px;
}

.slick-quytrinh .slick-slide {
  margin-bottom: 50px;
}

.quytrinh-content {
  width: calc(100% - 75px - 18px);
}

.right-quytrinh {
  width: calc(100% - 40% - 70px);
}

/* Tại sao chọn chúng tôi */

.wrap-why {
  position: relative;
}

.wrap-why::before {
  position: absolute;

  content: "";

  background: url(../images/bgr_why.png) no-repeat;

  background-size: 100% 100%;

  height: 437px;

  width: 223px;

  top: 0px;

  left: 0px;
}

.box-main-why {
  display: flex;

  gap: 60px;
}

.left-why {
  width: 40%;
}

.why-desc {
  font-family: "SVN-GilroyMedium";

  color: #898989;

  margin-bottom: 65px;
}

.why-img {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.right-why {
  width: calc(100% - 40% - 60px);

  position: relative;
}

.group-icon-why {
  display: grid;

  grid-template-columns: repeat(5, 1fr);
}

.icon-why {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.icon-why:nth-child(1) {
  grid-column: 3/4;

  grid-row: 1/2;
}

.icon-why:nth-child(2) {
  grid-column: 1/2;

  grid-row: 2/3;
}

.icon-why:nth-child(3) {
  grid-column: 5/6;

  grid-row: 2/3;
}

.icon-why:nth-child(4) {
  grid-column: 2/3;

  grid-row: 3/4;
}

.icon-why:nth-child(5) {
  grid-column: 4/5;

  grid-row: 3/4;
}

.icon-info h3 {
  font-size: 20px;

  font-family: "SVN-GilroyBold";

  text-transform: uppercase;

  text-align: center;
}

.icon-img {
  background: url(../images/bgr-icon.png) no-repeat;

  background-size: 100% 100%;

  width: 133px;

  height: 161px;

  padding: 25px 25px 0px 25px;

  margin-bottom: 15px;
}

.icon-img:hover img {
  transform: rotateY(180deg);

  transition: 0.7s;
}

.icon-img img {
  transition: 0.7s !important;
}

/* Tin tức và hình ảnh */

.wrap-group .wrap-content {
  display: flex;

  justify-content: space-between;

  gap: 50px;
}

.wrap-tintuc {
  width: calc(100% - 53% - 25px);
}

.wrap-hinhanh {
  width: calc(100% - 47% - 25px);
}

/* Tin tức */

.tintuc-item a {
  display: flex;

  gap: 25px;
}

.tintuc-item.reverse a {
  flex-direction: row-reverse;
}

.tintuc-img {
  width: 205px;
}

.tintuc-info {
  width: calc(100% - 205px - 25px);
}

.tintuc-name {
  font-size: 20px;

  font-family: "SVN-GilroySemiBold";

  color: #333333;

  text-transform: capitalize;

  margin-bottom: 15px;
}

.tintuc-name:hover {
  color: #c3212f;
}

.tintuc-desc {
  font-size: 14px;
  color: #898989;
  margin: 15px 0px 0px 0px;
}
.group-time {
  display: flex;

  gap: 30px;
}

.group-time span {
  display: flex;

  align-items: center;

  gap: 5px;

  color: #898989;

  font-family: "SVN-GilroySemiBold";
}

.slick-tintuc .slick-slide {
  margin: 25px 0px 0px 0px;

  border-bottom: 1px solid #d9d9d9;

  padding-bottom: 25px;
}

/* Hình ảnh */

.box-main-hinhanh {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 7px;
}

.box-hinhanh-0 {
  grid-column: 1/2;
}

.box-hinhanh-1 {
  grid-column: 2/4;
}

.box-hinhanh-2 {
  grid-column: 1/3;
}

.box-hinhanh-3 {
  grid-column: 3/4;
}

.box-hinhanh-4 {
  grid-column: 1/2;
}

.box-hinhanh-5 {
  grid-column: 2/3;
}

.box-hinhanh-6 {
  grid-column: 3/4;
}

.box-hinhanh-7 {
  grid-column: 1/3;
}

.box-hinhanh-8 {
  grid-column: 3/4;

  border: 1.5px solid #d9d9d9;
}

.box-hinhanh-8 a {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  height: 100%;

  gap: 20px;
}

.box-hinhanh-8 a p {
  color: #333333;

  font-family: "SVN-GilroySemiBold";

  margin: 0px;
}

.box-hinhanh {
  position: relative;

  cursor: pointer;
}

.hinhanh-name {
  position: absolute;

  height: auto;

  padding: 10px;

  text-align: center;

  top: 50%;

  transform: translateY(-50%);

  color: #fff;

  background: #000000ab;

  text-transform: uppercase;

  font-size: 16px;

  font-family: "SVN-GilroySemiBold";

  opacity: 0;

  transition: 0.2s all;

  width: 100%;
}

.box-hinhanh:hover .hinhanh-name {
  opacity: 1;
}

/* đăng ký */

.wrap-newsletter .wrap-content {
  display: flex;

  gap: 60px;
}

.left-newsletter {
  width: calc(100% - 590px - 60px);

  border-radius: 5px;
}

.right-newsletter {
  width: 590px;
}

.right-newsletter .scale-img {
  border-radius: 10px;
}

.title-newsletter {
  margin-bottom: 30px;

  z-index: 10;

  position: relative;
}

.title-newsletter h3 {
  font-size: 32px;

  font-family: "SVN-PoppinsBold";

  color: #333333;

  text-transform: uppercase;
}

.title-newsletter p.slogan {
  font-size: 16px;

  color: #898989;

  margin-top: 10px;

  text-transform: uppercase;

  font-family: "gilroy-semibold";
}

.group-newsletter {
  display: flex;

  gap: 13px;

  flex-direction: column;
}

.input-col-group {
  display: flex;

  gap: 16px;
}

.input-group,
.input-group1,
.input-group2,
.input-group3 {
  background: white;

  position: relative;

  width: 100%;

  border-radius: 10px;

  border: 1px solid #d9d9d9;
}

.input-group input,
.input-group1 input,
.input-group2 input,
.input-group3 input {
  width: 100%;

  height: 70px;

  padding: 10px 60px 10px 25px;

  background: transparent;

  border: none;

  font-size: 14px;

  color: #898989;
}

.input-group textarea {
  width: 100%;

  height: 195px;

  padding: 10px 25px 10px 25px;

  background: transparent;

  border: none;

  font-size: 14px;

  color: #898989;

  font-style: normal;
}

.input-group textarea.input::placeholder {
  color: #898989;

  font-style: normal;
}

.input-group input::placeholder,
.input-group1 input::placeholder,
.input-group2 input::placeholder,
.input-group3 input::placeholder {
  color: #898989;
}

.input-group1::before {
  position: absolute;

  content: "";

  background: url(../images/dk-icon-user.png) no-repeat;

  width: 15px;

  height: 16px;

  right: 20px;

  top: calc(50% - 16px / 2);
}

.input-group2::before {
  position: absolute;

  content: "";

  background: url(../images/dk-icon-mail.png) no-repeat;

  width: 20px;

  height: 16px;

  right: 20px;

  top: calc(50% - 16px / 2);
}

.input-group3::before {
  position: absolute;

  content: "";

  background: url(../images/dk-icon-phone.png) no-repeat;

  width: 16px;

  height: 16px;

  right: 20px;

  top: calc(50% - 16px / 2);
}

.input-group-btn {
  position: relative;

  background: #193682;

  text-align: center;

  height: 70px;

  border-radius: 10px;

  width: 250px;
}

.input-group-btn input[type="submit"] {
  display: inline-block;

  color: white;

  font-size: 18px;

  text-transform: uppercase;

  height: 70px;

  border: none;

  font-family: "SVN-PoppinsSemiBold";

  width: 250px;

  margin: auto;

  padding: 10px 0px;

  background: transparent;

  padding-right: 25px;
}

.input-group-btn input[type="submit"]:hover {
  background: #ffcb0d;

  border-radius: 10px;
}

.input-group-btn i {
  content: "";

  position: absolute;

  background-size: 100% 100%;

  left: 65%;

  top: 50%;

  transform: translate(-65%, -50%);

  pointer-events: none;

  color: #f1d08e;
}

.input-group-btn img.send-img {
  content: "";

  position: absolute;

  background-size: 100% 100%;

  left: 80%;

  top: 50%;

  transform: translate(-80%, -50%);

  pointer-events: none;

  color: #f1d08e;
}

/* product */

.list-product {
  display: flex;

  justify-content: space-between;

  border-bottom: 1px solid #c5cde0;

  padding-bottom: 15px;
}

.list-product .left-list-product span {
  position: relative;

  font-size: 20px;

  color: #898989;

  font-family: "SVN-PoppinsMedium";

  padding: 0px 30px;

  text-transform: uppercase;

  cursor: pointer;
}

.list-product .right-list-product span {
  position: relative;

  font-size: 16px;

  color: #193682;

  padding-left: 30px;

  font-family: "SVN-PoppinsMedium";

  text-transform: uppercase;
}

.list-product span::before {
  position: absolute;

  content: "";

  width: 5px;

  height: 5px;

  left: 14px;

  top: 10px;

  border-radius: 50%;

  overflow: hidden;

  background: #193682;
}

.grid-product {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 25px;
}
.grid-dichvu {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 35px;
}

.product-item {
  border: 1px solid #d9d9d9;
}

.product-name {
  font-size: 16px;

  font-family: "gilroy-bold";

  line-height: 23px;

  color: #333333;

  text-align: center;

  text-transform: capitalize;
}

.product-info {
  margin-top: 10px;
}

.product-price {
  color: #333333;

  text-align: center;
}

/* ẩn gg dịch */

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

body > .skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

.footer_map_tab {
  width: 100%;

  height: 385px;

  clear: both;

  position: relative;

  margin-top: 0;
}

.wrap_map {
  width: 100%;

  position: absolute;

  text-align: right;
}

.map_items {
  border: 1px #000;

  background-color: white;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  color: black;

  line-height: 2;

  min-width: 150px;

  border-radius: 10px;
}

.map_items.active {
  background: #e5322d;

  color: white;
}

.map_frame {
  width: 100%;

  height: 100%;
}

.map_frame iframe {
  width: 100%;

  height: 100%;
}

.pagination-home {
  margin: 20px 0px;
}

/* dự án */

.choose_list {
  display: flex;

  gap: 15px;

  margin: 0px auto 50px;
}

.choose_list_between {
  margin: 0px 0px 50px 0px;
}

.choose_list span {
  border: 1.5px solid #d9d9d9;

  border-radius: 5px;

  padding: 15px 25px;

  color: #898989;

  font-size: 16px;

  font-family: "SVN-GilroySemiBold";

  position: relative;

  cursor: pointer;
}

.choose_list span.choosed {
  border: 1.5px solid #21b24b;

  background: #21b24b;

  color: white;
}

.choose_list span.choosed::after {
  position: absolute;

  content: "";

  background: url(../images/choose-muiten.png) no-repeat;

  background-size: 100% 100%;

  width: 16px;

  height: 10px;

  bottom: -10px;

  left: 50%;

  transform: translateX(-50%);
}

/* box dự án */

.show_padding {
  position: relative;
}

.box-product {
  position: relative;

  overflow: hidden;

  border-radius: 10px;
}

.box-product:hover:after {
  display: none;
}

.box-product:after {
  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  right: 0;

  top: 0;

  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 56.64%, #222 100%),
    transparent;

  pointer-events: none;
}

.box-product:hover .name_pro {
  transition: all 1s;

  opacity: 0;
}

.name_pro {
  transition: all 1s;

  position: absolute;

  bottom: 0;

  left: 35px;

  right: 35px;

  z-index: 1;

  color: #fff;

  text-align: center;

  font-size: 16px;

  border-top: solid 2px rgb(255 255 255 / 42%);

  font-weight: 500;

  padding: 15px 0;
}

.name_pro span {
  -webkit-line-clamp: 2;

  max-height: 52px;

  line-height: 26px;

  display: block;

  font-family: "SVN-GilroySemiBold";

  font-size: 16px;

  text-transform: uppercase;
}

.hover {
  position: relative;

  perspective: 400px;
}

.hover .info_pro {
  transform: translate3d(0, -100%, 0);

  animation-duration: 0.6s;

  animation-fill-mode: forwards;

  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hover.mouseenter.top {
  perspective-origin: center top;
}

.hover.mouseenter.top .info_pro {
  animation-name: swing--enter-top;

  transform-origin: center top;
}

.hover.mouseenter.right {
  perspective-origin: right center;
}

.hover.mouseenter.right .info_pro {
  animation-name: swing--enter-right;

  transform-origin: right center;
}

.hover.mouseenter.bottom {
  perspective-origin: center bottom;
}

.hover.mouseenter.bottom .info_pro {
  animation-name: swing--enter-bottom;

  transform-origin: center bottom;
}

.hover.mouseenter.left {
  perspective-origin: left center;
}

.hover.mouseenter.left .info_pro {
  animation-name: swing--enter-left;

  transform-origin: left center;
}

.hover.mouseleave.top {
  perspective-origin: center top;
}

.hover.mouseleave.top .info_pro {
  animation-name: swing--leave-top;

  transform-origin: center top;
}

.hover.mouseleave.right {
  perspective-origin: right center;
}

.hover.mouseleave.right .info_pro {
  animation-name: swing--leave-right;

  transform-origin: right center;
}

.hover.mouseleave.bottom {
  perspective-origin: center bottom;
}

.hover.mouseleave.bottom .info_pro {
  animation-name: swing--leave-bottom;

  transform-origin: center bottom;
}

.hover.mouseleave.left {
  perspective-origin: left center;
}

.hover.mouseleave.left .info_pro {
  animation-name: swing--leave-left;

  transform-origin: left center;
}

@keyframes swing--enter-top {
  0% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }

  100% {
    transform: none;
  }
}

@keyframes swing--enter-right {
  0% {
    transform: rotate3d(0, -1, 0, 90deg);
  }

  100% {
    transform: none;
  }
}

@keyframes swing--enter-bottom {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
  }

  100% {
    transform: none;
  }
}

@keyframes swing--enter-left {
  0% {
    transform: rotate3d(0, 1, 0, 90deg);
  }

  100% {
    transform: none;
  }
}

@keyframes swing--leave-top {
  0% {
    transform: none;
  }

  100% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}

@keyframes swing--leave-right {
  0% {
    transform: none;
  }

  100% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}

@keyframes swing--leave-bottom {
  0% {
    transform: none;
  }

  100% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}

@keyframes swing--leave-left {
  0% {
    transform: none;
  }

  100% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}

.info_pro {
  display: flex;

  position: absolute;

  top: 0;

  height: 100%;

  width: 100%;

  text-align: left;

  border-radius: 10px;

  background: linear-gradient(180deg, rgb(0 102 0 / 62%) 0%, #060 100%);

  color: #fff;

  padding: 20px;

  flex-flow: column;

  justify-content: center;

  pointer-events: none;
}

.info_pro ul {
  list-style: none;

  padding: 0;

  margin-bottom: 0;
}

.info_pro ul li {
  margin: 10px 0;

  font-size: 16px;
}

.info_pro ul li img {
  margin-right: 10px;
}

.pic-product {
  background: #ffffff;

  position: relative;

  margin-bottom: 0;

  aspect-ratio: 285/360;
}

.pic-product img {
  width: 100%;
}

.d-flex.flex-ct {
  display: flex;

  align-items: center;

  margin-bottom: 25px;
}

.name-ct {
  font-family: "Bai Jamjuree";

  font-weight: 500;

  font-size: 18px;

  padding-left: 25px;

  position: relative;
}

.name-ct::after {
  content: "";

  position: absolute;

  left: 0;

  height: 100%;

  width: 1px;

  top: 0;

  background: #21b24b;
}

.name-ct::before {
  content: "";

  position: absolute;

  left: 5px;

  height: 100%;

  width: 1px;

  top: 0;

  background: #21b24b;
}

.name-product1 {
  font-size: 17px;

  font-family: "Bai Jamjuree";

  font-weight: 600;

  color: black;

  text-align: center;

  position: relative;

  padding-bottom: 15px;

  margin-bottom: 15px;

  margin-top: 15px;
}

.name-product1::after {
  content: "";

  position: absolute;

  background: var(--background-static);

  width: 100px;

  height: 2px;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;
}

.name-product1:hover {
  color: var(--background-static);
}

.desc-product.text-split {
  font-size: 15px;

  font-family: "Bai Jamjuree";

  -webkit-line-clamp: 2;
}

.info-product {
  padding: 0 25px;

  padding-bottom: 15px;
}

.box-product1 {
  margin-bottom: 20px;

  box-shadow: 0px 0px 6px #0000001c;
}
/*  */
.control-duan.control-owl {
  position: relative !important;
  bottom: 75px;
  left: auto;
  top: auto;
}
.control-duan.control-owl button.owl-prev {
  background: url(../images/prev.png) no-repeat;
  background-size: 100% 100%;
  width: 45px;
  height: 45px;
  left: auto;
  right: 55px;
  top: 45px;
}
.control-duan.control-owl button.owl-next {
  background: url(../images/next.png) no-repeat;
  background-size: 100% 100%;
  width: 45px;
  height: 45px;
  right: 0px;
  top: 45px;
}
.control-duan.control-owl button.owl-prev svg,
.control-duan.control-owl button.owl-next svg {
  display: none;
}
.show_padding .owl-dots {
  position: relative;
  width: 80%;
  text-align: left;
  margin-top: 50px;
}
.show_padding .owl-theme .owl-dots .owl-dot span {
  width: 200px;
  height: 2px;
  margin: 0px;
  border-radius: 0px;
}
.show_padding .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #21b24b;
}
/*  */

.control-duan.control-owl {
  position: relative !important;

  bottom: 75px;

  left: auto;

  top: auto;
}

.control-duan.control-owl button.owl-prev {
  background: url(../images/prev.png) no-repeat;

  background-size: 100% 100%;

  width: 45px;

  height: 45px;

  left: auto;

  right: 55px;

  top: 45px;
}

.control-duan.control-owl button.owl-next {
  background: url(../images/next.png) no-repeat;

  background-size: 100% 100%;

  width: 45px;

  height: 45px;

  right: 0px;

  top: 45px;
}

.control-duan.control-owl button.owl-prev svg,
.control-duan.control-owl button.owl-next svg {
  display: none;
}

.show_padding2 .owl-dots {
  position: relative;

  width: 80%;

  text-align: left;

  margin-top: 50px;
}

.show_padding2 .owl-theme .owl-dots .owl-dot span {
  width: 200px;

  height: 2px;

  margin: 0px;

  border-radius: 0px;
}

.show_padding2 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #21b24b;
}

/*  */

.floating-support {
  position: fixed;

  bottom: 5rem;

  right: 1.125em;

  z-index: 99;

  width: 60px;
}

.floating-support__item {
  margin-bottom: 10px;

  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

  border-radius: 50px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -ms-flex-line-pack: center;

  align-content: center;

  white-space: nowrap;

  background: #fff;

  padding: 10px 15px 10px 15px;

  line-height: 1;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  width: 170px;

  -webkit-transform: translateX(-108px);

  transform: translateX(-108px);

  overflow: hidden;

  text-decoration: none !important;
}

.floating-support__item__icon {
  width: 32px;

  height: 32px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -ms-flex-line-pack: center;

  align-content: center;

  -webkit-box-flex: 0;

  -ms-flex-positive: 0;

  flex-grow: 0;

  -ms-flex-negative: 0;

  flex-shrink: 0;
}

.floating-support__item__icon img {
  max-width: 100%;
}

.floating-support__item__content {
  margin-left: 10px;

  -webkit-transition: 0.3s;

  transition: 0.3s;
}

.floating-support__item__content p {
  font-size: 14px;

  color: #000;

  margin: 0;

  font-weight: bold;
}

.floating-support__item__content span {
  margin-top: 5px;

  display: block;

  color: #8f8f8f;

  font-size: 12px;
}

.floating-support__item:hover {
  background: #fffceb;

  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);

  -webkit-transform: translateX(-108px);

  transform: translateX(-108px);

  width: 170px;
}
.bannernews {
}
