@font-face {
  font-family: "SVN-Arial";
  src: url(http://ketsatminhhai.com/font/SVN-Arial\ 2.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "SVN-Arial ";
  src: url(http://ketsatminhhai.com/font/SVN-Arial\ 3\ bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "BeautiqueDisplay";
  src: url(../font/BeautiqueDisplay-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "BeautiqueDisplay";
  src: url(../font/BeautiqueDisplay-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url(../font/HelveticaNeue-CondensedBold.otf);
  font-weight: 700;
}
.mb-detect {
  display: none !important;
}

.padding-main {
  padding: 50px 0 !important;
}

.wrap-content {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

.wrap-header {
  background: url(http://ketsatminhhai.com/images/TempImages/bg-header_01.jpg) no-repeat center/cover;
}
.wrap-header .header .box_search {
  background-color: #004cae;
  padding: 10px;
  border-radius: 10px;
}
.wrap-header .header .box_search .bg-box {
  border-radius: 10px;
  background-color: white;
}
.wrap-header .header .box_search .bg-box input,
.wrap-header .header .box_search .bg-box button {
  background-color: transparent;
  border: unset;
  box-shadow: unset;
}
.wrap-header .header .box_search .bg-box input:focus,
.wrap-header .header .box_search .bg-box button:focus {
  outline: unset;
}
.wrap-header .header .box_search .bg-box input {
  min-height: 35px;
  min-width: 265px;
  text-indent: 20px;
}
.wrap-header .header-hotline {
  text-wrap: nowrap;
  background: url(http://ketsatminhhai.com/images/TempImages/bg-hotline_03.png) no-repeat center/100% 100%;
  color: white;
  padding: 15px 20px 16px 75px;
}
.wrap-header .header-hotline p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}
.wrap-header .header-hotline span {
  font-size: 26px;
  font-family: "HelveticaNeue";
  font-weight: 700;
}

/* Pro special */
.special-product {
  border-radius: 10px;
  overflow: hidden;
}
.special-product .special-product-title h2 {
  text-align: center;
  font-family: "BeautiqueDisplay";
  font-size: 36px;
  font-weight: 700;
  color: white;
  padding: 13px 0;
  margin: 0 !important;
  background: url(http://ketsatminhhai.com/images/TempImages/bg-pro-special_03.jpg) no-repeat center/cover;
}

.special-product .special-product-cover {
  background-color: #ed1b24;
  padding: 30px 20px;
}

.product-box .size {
  color: #585858;
  font-size: 16px;
  font-family: "RobotoCondensedRegular";
  margin: 0px 15px;
  padding-bottom: 0px;
}
.special-product .size {
  color: white;
}
.product-box.box-white .img {
  border: unset !important;
  box-shadow: unset !important;
}
.product-box.box-white a {
  color: white;
}
.owl-nav button {
  opacity: 0.2;
  transition: all 0.4s linear;
}
.owl-nav button:hover {
  opacity: 1;
}
.product-box.box-white .product-price .price-new {
  color: #ffd600;
}
.product-box.box-white .product-price .price-old {
  color: #e6d99e;
}
.product-box .img {
  background-color: white;
  padding: 10px;
  border: 1px solid #e3d8d0;
  box-shadow: 0px 0px 6px #ccc;
}
.product-box .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product-box .product-price .price-new {
  font-weight: 700;
  color: #c90710;
}
.product-box .product-price .price-old {
  color: #666666;
  font-size: 13px;
}
.product-box .product-info {
  padding: 10px 0;
}
.product-box .product-info .name a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* Product list  */
.product-list-main-title {
  margin-bottom: 30px;
}
.product-list-main-title h2 {
  text-align: center;
  font-family: "BeautiqueDisplay";
  font-size: 36px;
  font-weight: 700;
  color: black;
  margin: 0 !important;
}
.product-list-main-title .desc {
  margin-bottom: 10px;
}
.product-list-main-title.title-white h2 {
  color: white;
}
.product-list-main-title.title-white .desc {
  color: white;
}

.title-main {
  text-align: center;
  font-family: "BeautiqueDisplay";
  font-weight: 700;
  color: black;
  margin: 0 !important;
  margin-bottom: 30px;
}
.title-main h2 {
  text-align: center;
  font-family: "BeautiqueDisplay";
  font-size: 36px;
  font-weight: 700;
  color: black;
  margin: 0 !important;
}
.title-main .desc {
  margin-bottom: 10px;
}
.title-main.title-white h2 {
  color: white;
}
.title-main.title-white .desc {
  color: white;
}

.wrap-product-list.odd {
  background-color: #fdf2ea;
}

.product-list-load .right {
  width: 70%;
}

.ml-4 {
  margin-left: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.text-split-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.text-split-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.text-split-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.text-split-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.text-split-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
}

.text-split-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
}

/* About-us */
.wrap-about {
  background: url(http://ketsatminhhai.com/images/TempImages/bg-aboutus_02.jpg) no-repeat center/cover;
}
.wrap-about .about-left {
  color: white;
}
.wrap-about .about-left .sub-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.wrap-about .about-left .title {
  font-family: "BeautiqueDisplay";
  font-size: 36px;
  font-weight: 400;
}
.wrap-about .about-left .desc {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.wrap-about .about-left .criteria-title {
  font-family: "BeautiqueDisplay";
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
.wrap-about .about-us-img {
  border-radius: 30px;
  overflow: hidden;
  margin-left: 30px;
}
.wrap-about .about-us-img img {
  width: 100%;
}
.wrap-about .about-us-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 30px;
  background: url(http://ketsatminhhai.com/images/TempImages/decor-ab.png) no-repeat center/100% 100%;
}
.wrap-about .about-us-btn a {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.wrap-about .cri-list {
  width: 70%;
}

/* Service */
.wrap-service {
  background: url(http://ketsatminhhai.com/images/TempImages/bg-service_02.jpg) no-repeat center/cover;
}

.service-item {
  position: relative;
}
.service-item .decor-service {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(http://ketsatminhhai.com/images/TempImages/bg-decor-sv_03.png) no-repeat center/cover;
}
.service-item .service-name {
  margin: 15px 0 5px 0;
  font-size: 24px;
  font-family: "BeautiqueDisplay";
  font-weight: 400;
}
.service-item .service-item-img {
  border: 2px solid #c90710;
  border-radius: 50%;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px;
  background: white;
}
.service-item .service-item-img img {
  border-radius: 50%;
  overflow: hidden;
}
.service-item .service-desc {
  font-size: 16px;
}

/* Album */
.wrap-album {
  background: url(http://ketsatminhhai.com/images/TempImages/bg-galelry_02.jpg) no-repeat center/cover;
}

.album-conten {
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-slide {
  border: 3px solid white;
  width: 606px !important;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* Why choose */
.wrap-why-choose {
  padding: 50px 0 !important;
  background: url(http://ketsatminhhai.com/images/TempImages/b-visao-chon_02.jpg) no-repeat center/cover;
}
.wrap-why-choose .why-choose-item {
  margin: -1px;
  width: 200px;
  height: 234px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  background: url(http://ketsatminhhai.com/images/TempImages/bg-why-choose_03.png) no-repeat center/100% 100%;
}
.wrap-why-choose .why-choose-item .why-choose-img {
  width: 190px;
  justify-content: center;
  height: 113px;
  background: url(http://ketsatminhhai.com/images/TempImages/bg-img-why-choose_03.png) no-repeat 100% 100% / cover;
  padding-top: 15px;
  text-align: center;
}
.wrap-why-choose .why-choose-item .why-choose-img img {
  max-width: 65px;
}
.wrap-why-choose .why-choose-title {
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 700;
}

.mt-5 {
  margin-top: 30px;
}

.why-choose-titlw-box {
  text-align: center;
  color: white;
}
.why-choose-titlw-box p {
  font-size: 25px;
  font-family: "BeautiqueDisplay";
  font-weight: 400;
  text-decoration: underline;
}
.why-choose-titlw-box span {
  font-size: 36px;
  font-family: "BeautiqueDisplay";
  font-weight: 400;
}

/* news home */
.box-title-news {
  text-align: end;
  margin-bottom: 30px;
}
.box-title-news p {
  font-size: 39px;
  color: #c90710;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "BeautiqueDisplay";
}
.box-title-news span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
}

.newsHome-item {
  padding-left: 30px;
}
.newsHome-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #c90710;
  height: 80%;
  width: 3px;
}
.newsHome-item .newsHome-numb {
  font-size: 60px;
  font-family: "BeautiqueDisplay";
  font-weight: 700;
  color: white;
  text-shadow:
    2px 0 #c90710,
    -2px 0 #c90710,
    0 2px #c90710,
    0 -2px #c90710,
    1px 1px #c90710,
    -1px -1px #c90710,
    1px -1px #c90710,
    -1px 1px #c90710;
  margin-bottom: 15px;
  line-height: 100%;
}
.newsHome-item .newsHome-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.newsHome-item .newsHome-desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #666666;
}

.newsHome .owl-item.second.active {
  top: -50px;
  transition: 0.4s;
}
.newsHome .owl-item.first.active {
  top: -100px;
  transition: 0.4s;
}
.newsHome .owl-item {
  margin-top: 100px;
}

/* Feedback */
.thietke {
  padding: 35px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 5px #e6e6e6;
}
.thietke .top {
  margin-bottom: 20px;
}
.thietke .top .box-img {
  padding: 15px;
  margin-right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  background: url(http://ketsatminhhai.com/images/TempImages/bg-feeedback_03.png) no-repeat center/100% 100%;
}
.thietke .top .box-img img {
  border-radius: 50%;
}
.thietke .top .box-info .box-info-title {
  color: #c90710;
  font-size: 15px;
  font-weight: 700;
}
.thietke .top .box-info .box-info-desc {
  color: #666666;
}
.thietke .top .content {
  font-size: 15px;
  color: black;
  font-weight: 500;
}

/* Footer */
.footer {
  background: url(http://ketsatminhhai.com/images/TempImages/bg-footrer_02.jpg) no-repeat center/cover;
  color: white;
}
.footer .footer-content {
  background: url(http://ketsatminhhai.com/images/TempImages/bg-footer-info_03.png) no-repeat center/100% 100%;
  padding: 50px 85px 70px 50px;
  margin-right: 50px;
}
.footer a {
  color: white;
}
.footer .footer-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer ul {
  list-style-position: inside;
  color: #c90710;
  padding: 0 !important;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  font-size: 14px;
  color: white;
}
.footer .footer-social .iconhead a {
  margin: 0 2px;
}
.footer .footer-fanpage .fb-page {
  border-radius: 15px;
  overflow: hidden;
}

.footer-copyright {
  padding: 15px 0;
  text-align: center;
  color: white;
  background-color: black;
}

.footer-map iframe {
  width: 100%;
  height: 300px;
}

.box_content {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}

.why-choose-item {
  transition: all linear 0.3s;
}
.why-choose-item:hover img {
  transform: rotateY(180deg);
  transition: all linear 0.3s;
}
.product-sp-list {
  position: relative;
}

.product-list-load {
  .right {
    .owl-nav {
    }
  }
  .right .owl-nav .owl-prev {
    top: 43% !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
    left: 20px !important;
  }

  .right .owl-nav .owl-next {
    top: 43% !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
    right: 20px !important;
  }
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

.btn-zalo {
  bottom: 315px;
}

.btn-phone {
  bottom: 230px;
}
.btn-mess
{
  bottom: 145px;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}