/* Text Hide */

.text-split {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 3 !important;
}

.text-split-1 {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 1 !important;
}

.text-split-2 {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 2 !important;
}

.text-split-3 {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 3 !important;
}

.text-split-4 {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 4 !important;
}

.text-split-5 {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 5 !important;
}

.text-split-6 {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 6 !important;
}

.text-split-7 {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 7 !important;
}

.text-split-10 {
  overflow: hidden !important;

  text-overflow: ellipsis !important;

  white-space: normal !important;

  -webkit-box-orient: vertical !important;

  display: -webkit-box !important;

  -webkit-line-clamp: 10 !important;
}

/* header */

.menu .wrap-content {
  display: flex;

  position: relative;

  justify-content: space-between;

  align-items: center;

  padding: 15px 0px;
}

.head-top {
  padding: 7px 0px;

  background: rgb(7, 207, 243);

  background: radial-gradient(
    circle,
    rgba(7, 207, 243, 1) 0%,

    rgba(53, 160, 232, 1) 76%
  );
}

.social-head ul {
  margin: 0px 10px;

  color: white;
}

.address-head {
  gap: 5px;

  font-size: 15px;
}

.address-head i {
  color: white;
}

.hotline-head {
  gap: 5px;

  font-size: 15px;
}

.hotline-head i {
  color: white;
}

.info-head {
  margin-bottom: 0;

  color: white;

  font-family: "font1";

  font-size: 15px;
}

.hotline-head span {
  color: #d40000;

  display: block;

  font-family: "font6";

  font-weight: normal;

  font-size: 30px;

  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    2px 2px 3px #000;
}

.number-hotline {
  color: #ff0b00;

  font-size: 20px;

  font-weight: 500;
}

/* sản phẩm mới */

.wrap-product-new {
  padding: 50px 0px;

  /*background: url(../imgs/bgr_product-new.png) no-repeat;*/

  background-size: 100% 100%;
}

.wrap-product-new .title-product {
  color: #df5425;

  font-size: 30px;

  border-left: 2px solid #df5425;

  padding-left: 20px;

  text-transform: uppercase;

  font-weight: bold;
}

.item-product-new {
  display: flex !important;

  align-items: center;

  gap: 10px;

  background: white;

  margin: 10px 0px;

  padding: 5px;
}

.img-product-new {
  width: 40%;
}

.info-product-new {
  width: calc(100% - 40%);
}

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

  color: #0a4ca2;
}

.desc-product-new {
  margin-bottom: 0.5rem;

  color: #000;
}

.location-product-new {
  display: flex;

  gap: 10px;

  margin-bottom: 4px;

  color: black;
}

.group-price-acreage-product {
  display: flex;

  justify-content: space-between;
}

.price-product-new {
  display: flex;

  gap: 10px;

  margin-bottom: 4px;

  color: #000;
}

.price-product-new img {
  width: 20px;

  height: 20px;
}

.acreage-product-new {
  display: flex;

  gap: 10px;

  color: black;
}

.acreage-product-new img {
  width: 20px;

  height: 20px;
}

.location-product-new img {
  width: 20px;

  height: 20px;
}

.tags-product-new {
  display: flex;

  gap: 5px;
}

.tags-product-new p {
  border-radius: 5px;

  background: #fa7244;

  color: white;

  padding: 5px 10px;

  margin: 0px;
}

.slick-product-new .slick-slide {
  margin: 0px 10px;
}

.slick-product-new .slick-prev {
  width: 40px;

  height: 40px;

  left: -50px;
}

.slick-product-new .slick-prev svg {
  transform: scaleX(-1);
}

.slick-product-new .slick-prev:before {
  display: none;
}

.slick-product-new .slick-next {
  width: 40px;

  height: 40px;

  right: -50px;
}

.slick-product-new .slick-next:before {
  display: none;
}

/* sản phẩm */

.box-main-grid {
  display: grid;

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

  /* gap: 20px; */
}

.grid-product {
  display: grid;

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

  gap: 20px;
}

.left-product .title-product {
  color: #df5425;

  font-size: 30px;

  border-left: 2px solid #df5425;

  padding-left: 20px;

  text-transform: uppercase;

  font-weight: bold;
}

.title-search-product {
  display: flex;

  background: #df5425;

  border-radius: 10px;

  padding: 10px;

  justify-content: center;

  align-items: center;

  gap: 10px;
}

.group-search-product {
  background: url(../imgs/bgr_search_product.png) no-repeat;

  background-size: 100% 100%;

  border: 10px 10px 0px 0px;
}

.title-search-product img {
  width: 30px;

  height: 30px;
}

.title-search-product h3 {
  color: white;

  text-transform: uppercase;

  font-size: 20px;

  margin: 0px;

  font-weight: bold;
}

.box-search-product {
  margin: 5px 0px;
}

.box-search-product select {
  border: 1px solid #ebebeb;

  width: 100%;

  height: 40px;

  padding: 10px;
}

.btn-search {
  text-align: right;

  padding: 0px 10px;
}

.btn-search input.timkiem {
  border: none;

  border-radius: 5px;

  background: #df5425;

  color: white;

  margin: 20px 0px;

  text-align: right;

  padding: 7px 30px;
}

.main-search-product {
  padding: 10px 10px;
}

.wrap-product {
  padding: 50px 0px;
}

.wrap-product2 {
  padding: 50px 0px;

  background: url(../imgs/bgr_product-new.png) no-repeat;

  background-size: 100% 100%;
}

.slick-product2 .slick-slide {
  margin: 0px 10px;
}

.slick-product2 .slick-prev {
  width: 40px;

  height: 40px;

  left: -50px;
}

.slick-product2 .slick-next {
  width: 40px;

  height: 40px;

  right: -50px;
}

.slick-product2 .slick-prev:before {
  display: none;
}

.slick-product2 .slick-next:before {
  display: none;
}

.slick-product2 .slick-prev svg {
  transform: scaleX(-1);
}

.slick-product2 .slick-slide .box-product {
  margin: 10px 0px;
}

.wrap-product3 {
  padding: 50px 0px;
}

.box-main-product {
  display: flex;

  gap: 20px;
}

.left-product {
  width: 75%;
}

.right-product {
  width: 25%;
}

.product-info {
  padding: 7px;

  background: white;
}

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

  color: #0a4ca2;

  margin-bottom: 10px;

  font-weight: 600;

  transition: 0.7s;

  height: 58px;
}

.desc-product {
  color: black;

  margin: 0px;
}

.product-price {
  border-top: 1px solid #ebebeb;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 5px 15px;

  background: white;
}

.product-price span {
  color: #df5425;

  font-weight: 600;

  font-size: 16px;
}

.box-slick-product {
  display: flex;

  gap: 10px;
}

.img-slick-product {
  width: 50%;
}

.info-slick-product {
  width: calc(100% - 50%);

  color: #0a4ca2;
}

.info-slick-product .name-slick-product {
  font-size: 14px;

  color: #0a4ca2;

  margin: 0px;
}

.slick-product .slick-slide {
  margin: 5px 0px;
}

.slick-product {
  margin-top: 20px;

  background: #f7f7f7;

  padding: 5px 10px;
}

/* vị trí */

.wrap-location {
  padding: 50px 0px;

  background: url(../imgs/bgr_location.png) no-repeat;

  background-size: 100% 100%;
}

.box-main-location {
  display: flex;

  justify-content: space-between;
}

.col-location h3 {
  color: #fa7244;

  font-size: 18px;

  text-transform: uppercase;

  font-family: "font1";

  font-weight: bold;
}

.col-location ul li {
  color: white;

  font-size: 15px;

  font-family: "font1";
}

/* tin tức */

.wrap-tintuc {
  padding: 50px 0px;

  position: relative;
}

.wrap-tintuc::before {
  background: url(../imgs/diacau.png) no-repeat;

  background-size: 100% 100%;

  position: absolute;

  content: "";

  top: 50%;

  right: 15%;

  transform: translateY(-50%);

  width: 600px;

  height: 412px;
}

.wrap-tintuc .title-product {
  color: #df5425;

  font-size: 30px;

  border-left: 2px solid #df5425;

  padding-left: 20px;

  text-transform: uppercase;

  font-weight: bold;

  margin-bottom: 20px;
}

.box-main-tintuc {
  display: flex;

  gap: 20px;

  justify-content: space-between;
}

.group-tintuc-main {
  width: 75%;

  position: relative;

  height: fit-content;
}

.item-tintuc {
  display: flex;

  gap: 20px;
}

.tintuc-img {
  width: 40%;
}

.tintuc-info {
  width: calc(100% - 40%);
}

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

  color: #0a4ca2;
}

.desc-tintuc {
  color: black;
}

.slider-for-tintuc {
  margin-top: 20px;
}

.slider-for-tintuc .slick-slide {
  margin: 0px 20px 0px 0px;
}

.group-tintuc-extra {
  width: 25%;
}

.group-tintuc {
  width: 50%;
}

.tintuc-item-extra {
  display: flex;

  gap: 10px;
}

.tintuc-info-extra {
  width: calc(100% - 10px - 10px);
}

.tintuc-square {
  height: 10px;

  width: 10px;

  background: #df5425;
}

.tintuc-name-extra {
  font-size: 15px;

  color: #0a4ca2;

  margin: 0px 0px 5px 0px;
}

.slick_tintuc .slick-slide {
  margin-bottom: 20px;
}

/* footer */

.footer {
  position: relative;
}

.footer-news .title-main .name-footer {
  position: relative;
}

.footer-news .title-main {
  text-align: left;
}

.social {
  margin: 20px 0px;
}

.footer-copyright a {
  color: white;
}

.image-footer {
  position: relative;

  top: 0;

  animation: moveLeftRight 3s ease-in-out infinite alternate;
}

/* liên hệ chúng tôi */

.wrap-contact {
  background: #c0031b;

  padding: 15px 0px;

  color: white;
}

/*  */

.logo {
  position: relative;
}

.logo::before {
  content: "";

  position: absolute;

  background: url(../imgs/map.png) no-repeat;

  bottom: -50px;

  left: 0px;

  height: 138px;

  width: 125px;
}

.slick-youtube {
  width: 60%;

  z-index: 2;

  left: -100px;
}

.operation {
  width: 50%;

  height: 170px;

  display: flex;

  background: #c0031b;

  position: absolute;

  right: 0px;

  top: 50%;

  transform: translateY(-50%);

  z-index: 1;

  padding-left: 80px;
}

.operation .title-video {
  font-size: 50px;

  color: white;

  font-weight: bold;

  padding: 0px 20px;
}

.slick-youtube .slick-prev:before {
  display: none;
}

.slick-youtube .slick-next:before {
  display: none;
}

.slick-youtube .slick-prev {
  right: -34%;

  top: 60%;

  left: unset;

  width: 50px;

  height: 50px;
}

.slick-youtube .slick-prev img {
  width: 50px;

  height: 50px;
}

.slick-youtube .slick-next {
  right: -40%;

  top: 60%;

  left: unset;

  width: 50px;

  height: 50px;
}

.slick-youtube .slick-next img {
  width: 50px;

  height: 50px;
}

/*  */

.quick_contact {
  position: fixed;

  bottom: 50px;

  left: 60px;

  z-index: 20;
}

.quick_contact a {
  display: block;

  position: relative;

  font-size: 18px;

  color: #fff;

  padding: 0 20px 0 35px;

  height: 44px;

  line-height: 44px;

  text-decoration: none;

  border-radius: 0 40px 40px 0;
}

.quick_contact a span {
  display: flex;

  width: 45px;

  height: 45px;

  line-height: 40px;

  border-radius: 50%;

  text-align: center;

  position: absolute;

  left: -25px;

  /* color: #2E8B57; */

  top: -2.5px;

  border: solid 5px #fc0;

  align-items: center;

  justify-content: center;
}

.button_gradient {
  background-image: linear-gradient(90deg, #2e8b57 0%, #2e8b57 100%);

  border: 2px #fff solid;
}

.contact-phone {
  float: left;

  width: 100%;

  text-align: center;

  color: white;

  font-size: 20px;

  line-height: 1.2;

  font-family: "font1";

  line-height: 45px;

  animation-duration: 800ms;

  animation-name: chopchop;

  animation-iteration-count: infinite;

  animation-direction: alternate;

  line-height: 40px;
}

.quick_contact a span:before {
  content: "";

  position: absolute;

  top: -30px;

  left: -27px;

  width: 95px;

  height: 95px;

  background: url(../imgs/contact_rotate.png) center no-repeat;

  animation: rotate 3s linear infinite;
}

.quick_contact2 {
  position: fixed;

  bottom: 150px;

  left: 60px;

  z-index: 20;
}

.quick_contact2 a {
  display: block;

  position: relative;

  font-size: 18px;

  color: #fff;

  padding: 0 20px 0 35px;

  height: 44px;

  line-height: 44px;

  text-decoration: none;

  border-radius: 0 40px 40px 0;
}

.quick_contact2 a span {
  display: flex;

  width: 45px;

  height: 45px;

  line-height: 40px;

  border-radius: 50%;

  text-align: center;

  position: absolute;

  left: -25px;

  /* color: #2E8B57; */

  top: -2.5px;

  border: solid 5px #fc0;

  align-items: center;

  justify-content: center;
}

.quick_contact2 a span:before {
  content: "";

  position: absolute;

  top: -30px;

  left: -27px;

  width: 95px;

  height: 95px;

  background: url(../imgs/contact_rotate.png) center no-repeat;

  animation: rotate 3s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes chopchop {
  0% {
    transform: scale(1);

    color: #fff;
  }

  50% {
    transform: scale(1.1);

    color: #ec2d3f;
  }

  100% {
    transform: scale(1);

    color: #fc0;
  }
}

/* liên hệ chúng tôi */

.group-contact {
  display: flex;

  align-items: center;

  gap: 20px;
}

.info-contact h3 {
  font-size: 30px;

  margin: 0px;

  font-family: "font4";
}

.info-contact p {
  margin: 0px;

  font-family: "font1";
}

.name-product:hover {
  color: #fc0;

  transition: 0.7s;
}

/* From Uiverse.io by xetrov47 */

.search {
  display: flex;

  align-items: center;

  text-align: center;

  border-radius: 30px;
}

.search__input {
  font-family: inherit;

  font-size: inherit;

  border: 1px solid #767676;

  color: #767676;

  padding: 5px 10px;

  border-radius: 4px;

  margin-right: -1.5rem;

  height: 30px;

  width: 15rem;
}

.search__input::-webkit-input-placeholder {
  font-weight: 400;

  color: #767676;

  font-size: 14px;
}

.search__button {
  border: none;

  background-color: #fff;

  margin-top: 0.1em;
}

.search__button:hover {
  cursor: pointer;
}

.search input:focus {
  outline: none;
}

.line {
  background: url(../imgs/line3.png) no-repeat;

  width: 184px;

  height: 14px;

  margin: 15px auto;
}

/*  */

.box-album:after {
  content: "";

  position: absolute;

  z-index: 2;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  /* cursor: pointer; */

  pointer-events: none;

  /* background: rgba(0, 0, 0, .5); */
}

.slider {
  position: relative;

  z-index: 200;

  padding: 0 0px;

  margin: 5rem auto;

  max-width: 800px;

  width: 100%;
}

.box-album .slick-arrow {
  position: absolute;

  top: 50%;

  width: 40px;

  height: 50px;

  line-height: 50px;

  margin-top: -25px;

  border: none;

  background: transparent;

  color: #fff;

  font-family: monospace;

  font-size: 5rem;

  z-index: 300;

  outline: none;
}

.box-album .slick-prev {
  left: -50px;

  text-align: left;

  display: none;
}

.box-album .slick-next {
  right: -50px;

  text-align: right;

  display: none;
}

.box-album .item.slick-slide {
  width: 400px;

  height: 400px !important;

  transition: transform 0.5s ease;

  position: relative;
}

.box-album .slick-slide:after {
  content: "";

  position: absolute;

  z-index: 2;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.5);

  transition: transform 0.4s;
}

.box-album .item.slick-slide {
  transform: scale(0.7) translate(640px);
}

.box-album .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);

  z-index: 10;
}

.box-album .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7) translate(-640px);

  z-index: 5;
}

.box-album .item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.box-album .item.slick-slide.slick-center {
  /* margin: 0 -10%; */

  transform: scale(1);

  z-index: 30;
}

.box-album .slick-center:after {
  opacity: 0;

  margin: 10px;

  padding: 10px;

  /* border: 10px solid white; */
}

.box-album .slick-center {
  border: 10px solid white;
}

/* map */

.footer_map_tab {
  position: relative;
}

.flex_mapaa {
  display: flex;
}

.wrap_map {
  position: absolute;

  top: 0px;

  transform: translateX(-50%);

  left: 50%;
}

.map_frame iframe {
  width: 100%;
}

.map_items {
  background: white;

  width: 200px;

  height: auto;
}

.map_items.active {
  background: #007e06;

  color: white;
}

.txt-white {
  color: white !important;
}

.bgr-white {
  background: white !important;
}

.pagination-home {
  margin: 20px 0px;
}
.top-header {
  background: #0a4ca2;
}
.top-header ul li {
  padding: 0px;
  height: fit-content;
}
.top-header .wrap-content {
  align-items: center;
  height: 40px;
  justify-content: flex-end;
}
.wrap-content .social {
  display: flex;
  height: 30px;
}
.wrap-content .social li a {
  height: fit-content;
  line-height: 30px;
}
