:root{
  --primary-bg:         linear-gradient(to right,#1F75B6, #56C1AB);
  --font-primary:       "Playfair Display";
  --font-secondary:     "Karla";

  /* ------ Button ------ */
  --width-btn:       180px;
  --height-btn:      60px;
  --line-height-btn: 60px;
  --radius-btn:      50px;
  /* padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  position: relative; */
  /* --- :hover --- */ 
  /* transform: scale(0.99);
  transition: all 0.3s; */
  /* --- ::before --- */
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF; */

  /* ------ Text color ------  */
  /* background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

/* html[lang="auto"],
html.translated-ltr{
  margin-top: 0 !important;
  padding: 0 !important;
} */

/* ================ Header Menu ================ */
.header_phone-contact .elementor-widget-container>p{
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

#fanpage-vr .phone-vr-img-circle{
  background-color: transparent !important;
}

#fanpage-vr .phone-vr-circle-fill{
  box-shadow: 0 0 0 0 rgb(24 119 242 / 25%) !important;
  background-color: rgb(24 119 242 / 20%) !important;
}

#phone-vr{
  display: none;
  right: -3px;
}

#phone-vr .phone-vr-img-circle{
  width: 35px !important;
  height: 35px !important;
}

#phone-vr .phone-vr-circle-fill{
  
  opacity: 0 !important;
}

.phone-vr-circle-fill{
  width: 55px !important;
  height: 55px !important;
  top: 17px !important;
  left: 18px !important;
  opacity: 0;
}

.elementor.elementor-location-header{
  position: sticky;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
}

.language_choice .gt_switcher-popup span:nth-child(2),
  .language_choice .gt_switcher-popup span:nth-child(3){
  display: none;
}

@media only screen and (max-width: 480px){
  html{
    margin: 0 !important;
    padding: 0 !important;
  }

  .elementor-menu-toggle .elementor-menu-toggle__icon--open,
  .elementor-menu-toggle .elementor-menu-toggle__icon--close{
    fill: #FFF !important;
  }

  .elementor-nav-menu--dropdown a.elementor-item-active{
    background: var(--primary-bg);
  }

  #fanpage-vr{
    width: 82px !important;
    height: 54px !important;
  }

  .language_choice{
    right: 13px !important;
    top: 52px !important;
    z-index: 2 !important;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu__container{
    z-index: 3 !important;
  }

  #phone-vr{
    display: block;
    width: 82px !important;
    height: 82px !important;
  }
}

/* ============================================= */
/* -----------------> Banner Home <----------------- */
.slide_content .elementor-slides-wrapper .swiper-wrapper .swiper-slide>a{
  width: 1176px;
  padding: 0;
}

.slide_content .elementor-slides-wrapper .swiper-wrapper .swiper-slide>a .elementor-slide-heading{
  margin-bottom: 0 !important;
}

.slide_content .elementor-slides-wrapper .swiper-wrapper .swiper-slide>a .elementor-button{
  width: 180px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 50px;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  position: relative;
}

.slide_content .elementor-slides-wrapper .swiper-wrapper .swiper-slide>a .elementor-button:hover{
  transform: scale(0.99);
  transition: all 0.3s;
}

.slide_content .elementor-slides-wrapper .swiper-wrapper .swiper-slide>a .elementor-button::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
}

.slide_content .elementor-slides-wrapper .swiper-pagination span{
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}

.slide_content .elementor-slides-wrapper .swiper-pagination span.swiper-pagination-bullet-active{
  background-color: transparent !important;
  border: 1px solid #56C1AB;
}

@media only screen and (max-width: 480px){
  .slide_content .elementor-slides-wrapper .swiper-wrapper .swiper-slide>a{
    padding: 0 15px;
  }

  .slide_content .elementor-slides-wrapper .swiper-wrapper .swiper-slide>a .elementor-button{
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .slide_content .elementor-slides-wrapper .swiper-wrapper .swiper-slide>a .elementor-button::before{
    width: 110px;
    height: 40px;
  }
}

/* -----------------> About Home <----------------- */
.about_spa .column_content-spa h4{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 28px;
}

.about_spa .column_content-spa .text-hight-light strong{
  color: #1F75B6 !important;
  font-weight: 700;
  font-size: 16px;
}

/* -----------------> Service Home <----------------- */
.service_home-spa .column_ser-text{
  flex-basis: 55% !important;
}

.service_home-spa .column_ser-text .column_ser-text-heading h2{
  width: max-content;
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service_home-spa .column_ser-text .column_ser-text-btn a{
  width: var(--width-btn);
  height: var(--height-btn);
  border-radius: var(--radius-btn);
  padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  position: relative; 
}

.service_home-spa .column_ser-text .column_ser-text-btn a .elementor-button-text{
  line-height: var(--line-height-btn);
}

.service_home-spa .column_ser-text .column_ser-text-btn a:hover{
  transform: scale(0.99);
  transition: all 0.3s;
}

.service_home-spa .column_ser-text .column_ser-text-btn a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
}

.service_home-spa .column_ser-img{
  padding-left: 30px;
}

.service_home-spa .column_ser-img .detail_col-img{
  border: 2px solid #1F75B6;
  border-radius: 10px;
}

.service_home-spa .column_ser-img .detail_col-img .img_ser{
  position: relative;
  top: -30px;
}

.service_home-spa .column_ser-img .detail_col-img .price_ser{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #1F75B6;
}

.service_home-spa .column_ser-img .detail_col-img .price_ser p{
  line-height: 55px;
  color: #FFF;
}

.service_home-spa .column_ser-img .detail_col-img .content_ser{
  padding: 0 25px;
}

@media only screen and (max-width: 480px){
  .service_home-spa .column_ser-img{
    padding: 0 20px;
  }

  .service_home-spa .column_ser-img .detail_col-img .img_ser img{
    width: 150px;
    height: 150px;
  }

  .service_home-spa .column_ser-text .column_ser-text-btn a{
    width: 120px;
    height: 50px;
  }

  .service_home-spa .column_ser-text .column_ser-text-btn a::before{
    width: 110px;
    height: 40px;
  }

  .service_home-spa .column_ser-text .column_ser-text-btn a .elementor-button-text{
    line-height: 50px;
    font-size: 16px;
  }
}

/* -----------------> Nail & Spa Home <----------------- */
.nailSpa-home .col_text-nailspa .col_text-nailspa-p1 p{
  margin-bottom: 0;
}

.nailSpa-home .col_text-nailspa .col_text-nailspa-h1 h2{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nailSpa-home .col_text-nailspa .col_text-nailspa-p2 p{
  margin-bottom: 0;
}

.nailSpa-home .col_text-nailspa .col_text-nailspa-btn a{
  width: var(--width-btn);
  height: var(--height-btn);
  border-radius: var(--radius-btn);
  padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  position: relative; 
}

.nailSpa-home .col_text-nailspa .col_text-nailspa-btn a .elementor-button-text{
  line-height: var(--line-height-btn);
}

.nailSpa-home .col_text-nailspa .col_text-nailspa-btn a:hover{
  transform: scale(0.99);
  transition: all 0.3s;
}

.nailSpa-home .col_text-nailspa .col_text-nailspa-btn a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
}

@media only screen and (max-width: 480px){
  .nailSpa-home .col_text-nailspa .col_text-nailspa-btn a{
    width: 120px;
    height: 50px;
  }

  .nailSpa-home .col_text-nailspa .col_text-nailspa-btn a::before{
    width: 110px;
    height: 40px;
  }

  .nailSpa-home .col_text-nailspa .col_text-nailspa-btn a .elementor-button-text{
    line-height: 50px;
    font-size: 16px;
  }
}

/* -----------------> Nos service Home <----------------- */
.nos_service .nos_service-p1 p{
  margin-bottom: 0;
}

.nos_service .nos_service-h1 h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.nos_service .nos_service-p2{
  margin-bottom: 36px !important;
}

.nos_service .nos_service-slide h1{
  color: #56C1AB;
}

.nos_service .nos_service-slide .swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: rgba(221, 221, 221, 1);
}

.nos_service .nos_service-slide .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid rgba(86, 193, 171, 1);
  background-color: transparent !important;
}

/* -----------------> Info Spa Home <----------------- */
.infoSpa-home .infoSpa-home-p1{
  position: relative;
}

.infoSpa-home .infoSpa-home-p1::before{
  position: absolute;
  top: -22px;
  right: 50px;
  content: "";
  display: block;
  width: 98px;
  height: 73px;
  background: url("../images/bong-hoa-tim.svg");
}

.infoSpa-home .infoSpa-home-p1 p{
  margin-bottom: 0;
}

.infoSpa-home .infoSpa-home-h1 h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.infoSpa-home .infoSpa-home-p2{
  margin-bottom: 46px !important;
}

.infoSpa-home .infoSpa-home-p2 p{
  color: #4C4C4C !important;
}

.infoSpa-home .infoSpa-home-col-text:nth-child(3) .e-con-inner{
  margin-left: 45px;
}

@media only screen and (max-width: 480px){
  .infoSpa-home .infoSpa-home-col-text:nth-child(1) .e-con-inner{
    margin-left: 10px;
  }

  .infoSpa-home .infoSpa-home-col-text:nth-child(3) .e-con-inner{
    margin-left: 0px;
  }
}

/* -----------------> Price Spa Home <----------------- */
.priceSpa-home-col-1 .priceSpa-home-btn a{
  width: var(--width-btn);
  height: var(--height-btn);
  border-radius: var(--radius-btn);
  padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  position: relative; 
}

.priceSpa-home .priceSpa-home-btn a .elementor-button-text{
  line-height: var(--line-height-btn);
}

.priceSpa-home .priceSpa-home-btn a:hover{
  transform: scale(0.99);
  transition: all 0.3s;
}

.priceSpa-home .priceSpa-home-btn a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
}

.priceSpa-home .priceSpa-home-col-2>.e-con-inner{
  align-items: center !important;
  justify-content: center !important;
  /* border: 2px solid rgba(31, 117, 182, 1); */
  /* border-radius: 30px; */
  /* padding: 20px 10px; */
}

.priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider .text-price .elementor-widget-container{
  display: flex;
  align-items: center;
  gap: 6px;
}

.priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider .text-price .elementor-widget-container>p{
  margin-bottom: 0;
  width: max-content;
  word-break: auto-phrase;
}

.priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider .text-price .elementor-widget-container>hr{
  width: 100%;
  border: 1px solid rgba(86, 193, 171, 1);
}

.priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider .text-price .elementor-widget-container>p:nth-child(3){
  display: none;
}

.priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider .swiper-pagination{
  bottom: 45px !important;
}

.priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider .swiper-pagination span{
  background-color: #FFF;
  width: 12px;
  height: 12px;
}

.priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider .swiper-pagination span.swiper-pagination-bullet-active{
  border: 1px solid rgba(86, 193, 171, 1);
  background-color: transparent !important;
}

@media only screen and (max-width: 480px){
  .priceSpa-home-col-1 .priceSpa-home-btn a{
    width: 120px;
    height: 50px;
  }

  .priceSpa-home .priceSpa-home-btn a::before{
    width: 110px;
    height: 40px;
  }

  .priceSpa-home .priceSpa-home-btn a .elementor-button-text{
    line-height: 50px;
    font-size: 16px;
  }

  .priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider-mobile .swiper-pagination{
    bottom: 15px !important;
  }

  .priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider-mobile .swiper-pagination span{
    background-color: #FFF;
    width: 12px;
    height: 12px;
  }

  .priceSpa-home .priceSpa-home-col-2 .priceSpa-home-slider-mobile .swiper-pagination span.swiper-pagination-bullet-active{
    border: 1px solid rgba(86, 193, 171, 1);
    background-color: transparent !important;
  }
}

/* -----------------> Nail Weekend Home <----------------- */
.nailWeek-home .nailWeek-home-col-2 .nailWeek-home-head1 h2{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nailWeek-home .nailWeek-home-col-2 .nailWeek-home-btn a{
  width: var(--width-btn);
  height: var(--height-btn);
  border-radius: var(--radius-btn);
  padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  position: relative; 
}

.nailWeek-home .nailWeek-home-col-2 .nailWeek-home-btn a .elementor-button-text{
  line-height: var(--line-height-btn);
}

.nailWeek-home .nailWeek-home-col-2 .nailWeek-home-btn a:hover{
  transform: scale(0.99);
  transition: all 0.3s;
}

.nailWeek-home .nailWeek-home-col-2 .nailWeek-home-btn a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
}

@media only screen and (max-width: 480px){
  .nailWeek-home .nailWeek-home-col-2 .nailWeek-home-btn a{
    width: 120px;
    height: 50px;
  }

  .nailWeek-home .nailWeek-home-col-2 .nailWeek-home-btn a::before{
    width: 110px;
    height: 40px;
  }

  .nailWeek-home .nailWeek-home-col-2 .nailWeek-home-btn a .elementor-button-text{
    line-height: 50px;
    font-size: 16px;
  }
}

/* -----------------> Nail Weekend Home <----------------- */
.sec_review-per .sec_review-per-p1{
  position: relative;
}

.sec_review-per .sec_review-per-p1::before{
  position: absolute;
  top: -30px;
  left: 12px;
  content: "";
  display: block;
  width: 98px;
  height: 73px;
  background: url("../images/bong-hoa-xanh.svg");
  background-repeat: no-repeat;
  background-size: auto;
}

.sec_review-per .sec_review-per-h1 h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec_review-per .sec_review-per-post .elementor-testimonial{
  position: relative;
}

.sec_review-per .sec_review-per-post .elementor-testimonial cite{
  position: absolute;
  left: 225px;
  top: 155px;
}

.sec_review-per .sec_review-per-post .elementor-testimonial .elementor-testimonial__content{
  position: absolute;
  top: 65px;
  left: 220px;
}

.sec_review-per .sec_review-per-post .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec_review-per .sec_review-per-post .elementor-testimonial .elementor-testimonial__content::before{
  position: absolute;
  top: -30px;
  left: 90px;
  content: "";
  display: block;
  width: 110px;
  height: 76px;
  background: url("../images/dau-ngoac-kep.svg");
  background-size: auto;
  background-repeat: no-repeat;
}

.sec_review-per .sec_review-per-post .swiper-slide,
.sec_review-per .sec_review-per-post .swiper-slide .elementor-testimonial__header{
  border: none;
}

.sec_review-per .sec_review-per-post .elementor-main-swiper{
  padding-top: 50px;
}

.sec_review-per .sec_review-per-post .swiper-slide-active{
  top: -60px;
}

.sec_review-per .sec_review-per-post .swiper-pagination{
  bottom: -30px !important;
}

.sec_review-per .sec_review-per-post .swiper-pagination span{
  background-color: #1F75B6;
}

.sec_review-per .sec_review-per-post .swiper-pagination span.swiper-pagination-bullet-active{
  background-color: transparent !important;
  border: 1px solid #56C1AB;
}

@media only screen and (max-width: 480px){
  .sec_review-per-post-mobile .swiper-slide{
    border: 1px solid #1F75B6 !important;
  }

  .sec_review-per-post-mobile .swiper-slide .elementor-testimonial__header{
    border-block-end: 1px solid #1F75B6 !important;
  }

  .sec_review-per-post-mobile .swiper-pagination span{
    background-color: #1F75B6;
  }

  .sec_review-per-post-mobile .swiper-pagination span.swiper-pagination-bullet-active{
    background-color: transparent !important;
    border: 1px solid #56C1AB;
  }
}

/* -----------------> Blog Spa Home <----------------- */
.blogSpa-home .blogSpa-home-col-1 .blogSpa-home-p1 p{
  margin-bottom: 0;
}

.blogSpa-home .blogSpa-home-col-1 .blogSpa-home-h1 h2{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blogSpa-home .blogSpa-home-col-1 .blogSpa-home-btn a{
  width: var(--width-btn);
  height: var(--height-btn);
  border-radius: var(--radius-btn);
  padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  position: relative; 
}

.blogSpa-home .blogSpa-home-col-1 .blogSpa-home-btn a .elementor-button-text{
  line-height: var(--line-height-btn);
}

.blogSpa-home .blogSpa-home-col-1 .blogSpa-home-btn a:hover{
  transform: scale(0.99);
  transition: all 0.3s;
}

.blogSpa-home .blogSpa-home-col-1 .blogSpa-home-btn a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
}

.blogSpa-home .blogSpa-home-col-2 .e-con-inner,
.blogSpa-home .blogSpa-home-col-3 .e-con-inner{
  background: linear-gradient(to right,#1F75B6, #56C1AB);
  padding: 2px;
  border-radius: 20px;
}

.blogSpa-home .blogSpa-home-col-2 .e-con-inner .elementor-element,
.blogSpa-home .blogSpa-home-col-3 .e-con-inner .elementor-element{
  padding: 28px;
  height: 100%;
  border-radius: 20px;
  background-color: #000;
}

.blogSpa-home .blogSpa-home-col-2 .e-con-inner article>a .elementor-post__thumbnail,
.blogSpa-home .blogSpa-home-col-3 .e-con-inner article>a .elementor-post__thumbnail{
  border-radius: 20px;
}

.blogSpa-home .blogSpa-home-col-2 .e-con-inner article .elementor-post__text h4 a,
.blogSpa-home .blogSpa-home-col-3 .e-con-inner article .elementor-post__text h4 a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogSpa-home .blogSpa-home-col-2 .e-con-inner article .elementor-post__text,
.blogSpa-home .blogSpa-home-col-3 .e-con-inner article .elementor-post__text{
  display: flex;
  flex-direction: column-reverse;
}

.blogSpa-home .blogSpa-home-col-2 .e-con-inner article .elementor-post__text .elementor-post__meta-data,
.blogSpa-home .blogSpa-home-col-3 .e-con-inner article .elementor-post__text .elementor-post__meta-data{
  margin-bottom: 5px;
}

.blogSpa-home .blogSpa-home-col-2 .e-con-inner article .elementor-post__text .elementor-post__meta-data span,
.blogSpa-home .blogSpa-home-col-3 .e-con-inner article .elementor-post__text .elementor-post__meta-data span{
  font-size: 16px;
  font-weight: 400;
  color: rgba(86, 193, 171, 1);
  font-family: "Karla", Sans-serif;
  display: flex;
  align-items: center;
  line-height: 19px;
  flex-direction: row-reverse;
  width: max-content;
  gap: 5px;
}

@media only screen and (max-width: 480px){
  .blogSpa-home .blogSpa-home-col-1 .blogSpa-home-btn a{
    width: 120px;
    height: 50px;
  }

  .blogSpa-home .blogSpa-home-col-1 .blogSpa-home-btn a::before{
    width: 110px;
    height: 40px;
  }

  .blogSpa-home .blogSpa-home-col-1 .blogSpa-home-btn a .elementor-button-text{
    line-height: 50px;
    font-size: 16px;
  }
}

/* ======================================================= */
/* -----------------> Page service <----------------- */
.banner_page-slide .swiper-slide-inner{
  width: 1176px;
  padding: 0 !important;
}

.banner_page-slide .swiper-slide-inner .elementor-slide-heading,
.banner_page-slide-mobile .swiper-slide-inner .elementor-slide-heading{
  width: max-content;
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_page-slide .swiper-pagination span,
.banner_page-slide-mobile .swiper-pagination span{
  width: 12px;
  height: 12px;
  background-color: #FFF;
}

.banner_page-slide .swiper-pagination span.swiper-pagination-bullet-active,
.banner_page-slide-mobile .swiper-pagination span.swiper-pagination-bullet-active{
  border: 1px solid rgba(86, 193, 171, 1);
  background-color: transparent !important;
}

.service_page .service_page-h1 h2{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service_page .service_page-post article{
  gap: 15px;
}

.service_page .service_page-post article>a>.elementor-post__thumbnail{
  border: 2px solid #1F75B6;
  border-radius: 28px;
}

.service_page .service_page-post article .elementor-post__text h3{
  margin-bottom: 15px;
}

.service_page .service_page-post .elementor-button-wrapper a{
  width: var(--width-btn);
  height: var(--height-btn);
  border-radius: var(--radius-btn);
  padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  position: relative;
}

.service_page .service_page-post .elementor-button-wrapper a .elementor-button-text{
  line-height: var(--line-height-btn);
}

.service_page .service_page-post .elementor-button-wrapper a:hover{
  transform: scale(0.99);
  transition: all 0.3s;
}

.service_page .service_page-post .elementor-button-wrapper a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
}

@media only screen and (max-width: 480px){
  .banner_page-slide .swiper-slide-inner{
    padding: 0 15px !important;
  }
}

/* ======================================================= */

/* ======================================================= */
/* -----------------> Page tin tuc <----------------- */
.sec_blog-list .list-post-page article{
  padding: 30px;
  border: 1px solid #56C1AB;
  border-radius: 20px;
  background-color: #F9FCFF;
  position: relative;
}

.sec_blog-list .list-post-page article::before{
  position: absolute;
  bottom: -15px;
  right: -15px;
  content: "";
  display: block;
  width: 92px;
  height: 93px;
  background: url("../images/bong-hoa-tim-2.svg");
  background-size: auto;
  background-repeat: no-repeat;
}

.sec_blog-list .list-post-page article a .elementor-post__thumbnail{
  border-radius: 20px;
}

.sec_blog-list .list-post-page article .elementor-post__text{
  display: flex;
  flex-direction: column-reverse;
}

.sec_blog-list .list-post-page article .elementor-post__text .elementor-post__meta-data{
  display: flex;
  gap: 5px;
  align-items: center;
}

.sec_blog-list .list-post-page article .elementor-post__text .elementor-post__meta-data span{
  line-height: 17px;
}

.sec_blog-list .list-post-page .elementor-pagination .page-numbers{
  color: #000;
  font-family: "Karla", Sans-serif;
  font-size: 18px;
}

.sec_blog-list .list-post-page .elementor-pagination .page-numbers.current{
  color: #1F75B6;
}

@media only screen and (max-width: 480px){
  .sec_blog-list .list-post-page .elementor-posts{
    padding: 0 10px;
    grid-column-gap: 16px !important;
    grid-row-gap: 16px !important;
  }

  .sec_blog-list .list-post-page article{
    padding: 10px;
  }

  .sec_blog-list .list-post-page article .elementor-post__text h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sec_blog-list .list-post-page article .elementor-post__text h3 a{
    font-size: 16px !important;
  }
}
/* ======================================================= */


/* ======================================================= */
/* -----------------> Page promotion <----------------- */
.pro_price .pro_price-p1{
  position: relative;
}

.pro_price .pro_price-p1::before{
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 98px;
  height: 73px;
  background: url("../images/bong-hoa-tim.svg");
  background-repeat: no-repeat;
  background-size: auto;
}

.pro_price .pro_price-p1 p{
  margin-bottom: 0;
}

.pro_price .pro_price-h1 h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro_price .pro_price-card-detail .elementor-widget-container{
  border-color: #1F75B6 !important;
  padding: 70px 40px 30px;
  background-color: #FFF;
  position: relative;
}

.pro_price .pro_price-card-detail .elementor-widget-container::before{
  position: absolute;
  top: 0;
  right: -28px;
  content: "";
  display: block;
  width: 90px;
  height: 93px;
  background: url("../images/bong-hoa-trang.svg");
  background-repeat: no-repeat;
  background-size: auto;
}

.pro_price .pro_price-card-detail .elementor-widget-container ul .elementor-price-table__feature-inner{
  margin-left: 0 !important;
}

.pro_price .pro_price-card-detail .elementor-widget-container ul{
  margin-top: 25px;
}

.pro_price .pro_price-card-detail .elementor-widget-container ul li{
  margin-bottom: 20px;
}

.pro_price .pro_price-card-detail .elementor-widget-container .elementor-price-table__price{
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}

.pro_price .pro_price-card-detail .elementor-widget-container .elementor-price-table__price .elementor-price-table__after-price{
  margin-left: 5px;
}

.pro_price .pro_price-card-detail .elementor-widget-container .elementor-price-table__footer{
  padding: 10px 0 !important;
}

.pro_price .pro_price-card-detail .elementor-widget-container .elementor-price-table__footer a{
  width: var(--width-btn);
  height: var(--height-btn);
  border-radius: var(--radius-btn);
  padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  line-height: var(--line-height-btn);
  position: relative;
}

.pro_price .pro_price-card-detail .elementor-widget-container .elementor-price-table__footer a:hover{
  transform: scale(0.99);
  transition: all 0.3s;
}

.pro_price .pro_price-card-detail .elementor-widget-container .elementor-price-table__footer a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 170px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #FFF;
}
/* ======================================================= */

/* ======================================================= */
/* -----------------> Page contact <----------------- */
.info_contact .info_contact-h1 h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec_contact .sec_contact-form .sec_contact-form-h1 h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec_contact .sec_contact-form form .input-required{
  display: flex;
  gap: 20px;
}

.sec_contact .sec_contact-form form .input-required .input-required-name input{
  height: 50px;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 12px;
  outline: none;
  color: #FFF;
}

.sec_contact .sec_contact-form form .input-required .input-required-email input{
  height: 50px;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 12px;
  outline: none;
  color: #FFF;
}

.sec_contact .sec_contact-form form .input-required input::placeholder{
  color: #FFF;
}

.sec_contact .sec_contact-form form .input-area textarea{
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 12px;
  outline: none;
  color: #FFF;
}

.sec_contact .sec_contact-form form .input-area textarea::placeholder{
  color: #FFF;
}

.sec_contact .sec_contact-form form .input-btn{
  width: var(--width-btn);
  height: var(--height-btn);
  border-radius: var(--radius-btn);
  padding: 0;
  border: none !important;
  color: #FFF !important;
  background: var(--primary-bg);
  line-height: var(--line-height-btn);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_contact .sec_contact-form form .input-btn p{
  width: 170px;
  height: 50px;
  border: 1px solid #FFF;
  border-radius: var(--radius-btn);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_contact .sec_contact-form form .input-btn p input{
  border: none;
  outline: none;
  width: 180px;
  background-color: transparent;
  height: 60px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}

.sec_contact .sec_contact-form form .input-btn p input:hover{

}

.sec_contact .sec_contact-form form .input-btn .wpcf7-spinner{
  position: absolute;
}

.sec_contact .sec_contact-form form .wpcf7-response-output{
  color: #FFF;
}

@media only screen and (max-width: 480px){
  .sec_contact .sec_contact-form form .input-btn{
    width: 120px;
    height: 50px;
  }

  .sec_contact .sec_contact-form form .input-btn p{
    width: 110px;
    height: 40px;
  }

  .sec_contact .sec_contact-form form .input-btn p input{
    width: 120px;
    height: 50px;
    font-size: 16px;
  }
}
/* ======================================================= */


/* ======================= Single post ======================= */
.sec_single-post .sec_single-post-h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

.sec_single-post .sec_single-post-p p{
  word-wrap: break-word;
}

.sec_blog-list .sec_blog-list-h1 h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* -----------------> Footer <----------------- */
#footer-default .footer_h1 h1{
  background: -webkit-linear-gradient(45deg,#1F75B6, #56C1AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer-default .form-home-cf7 form .input-form{
  display: flex;
  height: 60px;
  background: var(--primary-bg);
  border-radius: 50px;
  position: relative;
}

#footer-default .form-home-cf7 form .input-form::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 98%;
  height: 81%;
  border-radius: 50px;
  border: 1px solid #FFF;

}

#footer-default .form-home-cf7 form .input-form .input-form-email>p,
#footer-default .form-home-cf7 form .input-form .input-form-submit>p{
  height: 60px;
}

#footer-default .form-home-cf7 form .input-form .input-form-email .wpcf7-not-valid-tip{
  visibility: hidden;
}

#footer-default .form-home-cf7 form .input-form .input-form-email input{
  height: 60px;
  border: none !important;
  background-color: transparent;
  outline: none;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  padding-left: 32px !important;
}

#footer-default .form-home-cf7 form .input-form .input-form-email input::placeholder{
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}

#footer-default .form-home-cf7 form .input-form .input-form-submit{
  position: absolute;
  top: 50%;
  right: 12px;
  height: 40px;
  width: 78px;
  transform: translateY(-50%);
}

#footer-default .form-home-cf7 form .input-form .input-form-submit input{
  height: 40px;
  width: 78px;
  border: none;
  color: rgba(31, 117, 182, 1);
  background-color: #FFF;
  border-radius: 50px;
  outline: none;
}

#footer-default .form-home-cf7 form .input-form .input-form-submit .wpcf7-spinner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0.4;
}

#footer-default .form-home-cf7 form .wpcf7-response-output{
  margin-top: 10px;
  border-radius: 50px;
}

.copy_right .copy_right-p p{
  margin-bottom: 0;
}

.footer_col-map .elementor-widget-container{
  width: 325px;
}

@media only screen and (max-width: 480px){
  .footer_col-map .elementor-widget-container,
  .footer_col-map .elementor-widget-container iframe{
    width: 100% !important;
  }
}