/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.product-home-slider {
  margin: 0 -15px;
}

.product-home-slider .item {
  margin: 0 15px;
  background: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}

.product-home-slider .item:hover {
  color: #1e8de8;
}

.product-home-slider .item .category {
  font-size: 14px;
  text-transform: inherit;
  margin-top: 10px;
}

.product-home-slider .item .slide-title {
  font-weight: 500;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 10px;
  padding-right: 10px;
}

.product-home-slider .item .slide-title a {
  color: #252a2b;
  transition: all ease 0.4s;
}

.product-home-slider .item .price {
  font-weight: 700;
  color: #1e8de8;
}

.product-home-slider .item .box-btn {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-home-slider .item .detail-btn {
  background: #201e1e;
  width: 48%;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  font-size: 14px;
  transition: all ease 0.4s;
  border-radius: 4px;
}

.product-home-slider .item .detail-btn:hover {
  background: red;
}

.product-home-slider .item .cart-btn {
  width: 48%;
  background: #1e8de8;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 600;
  padding: 5px;
  transition: all ease 0.4s;
}

.product-home-slider .item .cart-btn:hover {
  background: red;
}

.cart .gr-btn button {
  padding: 10px 20px;
  margin-right: 20px;
  border: 2px solid #222;
  color: #222;
  background: #fff;
  transition: all ease 0.4s;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-select-footer {
  position: relative;
  border-radius: 4px;
  border: 1px solid #666;
}

.custom-select-footer select {
  display: none;
}

.form-booking form .custom-select-footer,
.form-booking form input {
  width: 100%;
  border: solid 1px #ececec;
  border-radius: 7px;
  padding: 8px 13px;
}

.form-booking form .custom-select-footer:focus,
.form-booking form input:focus {
  outline: none;
  box-shadow: 0 0 5px #ccc;
}

@media screen and (max-width: 996px) {
  .form-booking form .custom-select-footer,
  .form-booking form input {
    margin-bottom: 15px;
  }
}

.footer-main h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding-top: 20px !important;
  color: #fff !important;
  text-transform: inherit !important;
  margin-bottom: 16px !important;
}
@media (max-width:575px) {
  .footer-main h3 {
    font-size: 14px !important;
  }
}

.viewcat-blog {
  margin: 0 -15px;
}

.viewcat-blog .item {
  margin: 10px 15px;
  border-radius: 10px;
  overflow: hidden;
}

.viewcat-blog .item .box-content {
  background-color: #f9f9f9;
  padding: 20px 20px 20px 20px;
}

.viewcat-blog .item .home-blog-title {
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  font-weight: 700;
  color: #252a2b;
  line-height: 24px;
}

.viewcat-blog .item p {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #252a2b;
}

.viewcat-blog .item span {
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.price-page span {
  font-size: 20px !important;
}

.banner.banner-service {
  min-height: 280px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner.banner-service::before {
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 50%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .item {
  position: unset;
}

.banner.banner-service .box-title {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: unset;
  text-align: center;
  width: 100%;
}

.banner.banner-service .box-title h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 62px;
}
.home-about .slogan-title {
  font-size: 24px;
}
#blog-result .box-img img {
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.products-item .box-img img {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.item .box-img img {
  width: 100%;
  overflow: hidden;
}
.footer-main .footer-logo {
  width: 100%;
  margin-bottom: 30px;
}

#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
/*phone*/
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}
.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
#viber-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1fd744;
  background-color: rgb(35 217 72 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background: #1cd741;
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
  transition: 1.3s all;
  -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}
#all-in-one-vr .phone-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  color: #fff;
  padding: 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left: -64px;
  width: max-content;
  cursor: pointer;
}

.back-to-top {
  position: fixed !important;
  bottom: 95px;
  right: 15px;
  display: none;
  width: 50px;
  height: 50px;
  background: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  color: #333;
  font-size: 17px;
  border: 1px solid #ddd;
  z-index: 3;
  transition: all ease 0.5s;
}

.footer-fixed {
  z-index: 1;
}

.form-booking .input-area {
  display: flex;
  flex-wrap: wrap;
}
.form-booking .input-area .input-item {
  width: 25%;
  padding: 0 5px;
}
.form-booking .input-area .input-item:first-child {
  width: 100%;
  margin-bottom: 10px;
}
.form-booking .box-btn {
  margin-bottom: -55px;
  text-align: center;
  margin-top: 25px;
  width: 100%;
}
.form-booking .submit-btn {
  transition: all ease 0.4s;
}
.form-booking .submit-btn:hover {
  background: #5b5b5b;
}
.form-booking form {
  background: #fff;
  padding: 30px 20px 35px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 3px;
}

.footer-fixed .input-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-fixed .input-area .input-item {
  width: calc(100% / 6);
  padding: 0 5px;
}

.blog .row .right .detail-btn,
.home-blog-slide .item span,
.blog-slide .item span {
  text-transform: unset;
}

.home-sv .sv-item {
  border: 1px solid #03a9f4;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
}
.sub-menu-min ul {
  display: block;
  padding-left: 10px;
  border-left: 2px solid #cfcfcf;
  margin-left: 15px;
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.sub-menu-min li:hover ul {
  height: 5rem;
}
.tablle-price {
    margin-top: 30px;
}
.table-service {
  margin-bottom: 30px;
  border-radius: 10px;
}

.table-service table {
  border: 3px #0184ec solid !important;
  border-radius: 10px;
}

.table-service tr:nth-child(2n) td {
  background: #fff;
  color: #333;
}

.table-service tr th {
  text-transform: uppercase;
  background: #0184ec;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .table-service tr th {
    padding: 3px;
    font-size: 13px;
  }
}

.table-service tr th img {
  width: 50%;
  margin-left: 8px;
}

.table-service tr td {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background: #113d8e;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .table-service tr td {
    font-size: 12px;
    padding: 3px;
  }
}

.table-service tr td span {
  display: block;
  text-transform: unset;
  font-weight: 400;
  font-size: 12px;
}

.bg-blue {
  background: #0184ec !important;
  color: #fff !important;
}

.white {
  background: #fff !important;
  color: #333 !important;
}

.service-slider .item .box-img {
  aspect-ratio: 560/316;
}
.service-slider .item .img {
  height: 100% !important;
  max-height:unset;
  width: 100%;
}
.slick-track .item .box-img img {
  height: 100% !important;
}

.seo-content img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.seo-content .image-center  {
 text-align: center;
}

@media screen and (max-width: 996px) {
    .footer {
      padding-bottom: 0;
    }
    .footer .footer-top .accordion {
      display: none;
    }
  }