/*--------------------------------------------------------------
## HAZO CSS 

/*--------------------------------------------------------------
## GENERAL CSS
--------------------------------------------------------------*/
.z-99999 {
  z-index: 99999;
  position: relative;
}
.timeline ul {
  gap: 50px;
}
.timeline ul li {
  margin: 0;
}
.timeline ul:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  border-top: 4px solid var(--primary-color);
}
.timeline ul::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -9px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent var(--primary-color);
}
.timeline ul li a {
  background-color: transparent !important;
  color: var(--primary-color) !important;
  font-weight: bold;
  font-size: 20px;
}
.timeline ul li.active a,
.timeline ul li a:hover {
  color: var(--fs-color-secondary) !important;
}
.timeline ul li a::after {
  content: "";
  width: 16px;
  opacity: 1 !important;
  height: 16px;
  border-radius: 50%;
  border: 4px solid var(--primary-color);
  background-color: var(--primary-color);
  position: absolute;
  z-index: 5;
  display: block;
  bottom: -6px;
  left: 15px;
}
.timeline ul li.active a::after,
.timeline ul li a:hover::after {
  border: 4px solid var(--fs-color-secondary);
  background-color: var(--fs-color-secondary);
}
.main-btn:hover {
  animation: shake 0.3s ease-in-out;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}

.ss-our-strength .row-collapse .nd-our-strength {
  padding-right: 50px !important;
}

.ss-our-customers h2,
.ss-chung-chi h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 100%;
}
.ss-chung-chi .box-image {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 4px 35px 0px #0000001a;
}
.ss-chung-chi .box-image img {
  object-fit: contain;
}
.ss-chung-chi .box-text {
  padding: 20px;
}
.ss-chung-chi .box-text p {
  font-size: 14px;
  line-height: 25px;
}
.ss-our h3 {
  font-size: 36px;
}
.ss-our h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.ss-our ul li {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.ss-our .col-logo img {
  border-radius: 20px;
}
.ss-our .col-logo {
  height: 100%;
}
.ss-our .logo-bg {
  position: absolute;
  opacity: 3%;
  width: 65% !important;
}

.ss-our .our-strength .logo-bg {
  top: 55px;
  left: 132px;
}
.ss-our .our-customer .logo-bg {
  top: -90px;
  left: 180px;
}
.ss-our .logo-bg .ss-our ul li::marker {
  color: var(--fs-color-secondary);
}
.img-fixed {
  position: fixed !important;
  top: 0;
  bottom: 0;
  width: auto !important;
  right: 0;
}
.img-fixed img {
  width: revert-layer !important;
}
/*Float right*/
.menu-float-right {
  width: 64px;
  position: fixed;
  top: 35%;
  right: 15px;
  z-index: 99;
}

.menu-float-right ul {
  padding: 0;
}
.animated.tada {
  background-color: var(--fs-color-secondary) !important;
}
.menu-float-right .group-lh ul li {
  background: var(--primary-color);
  position: relative;
  border-radius: 10px;
  border: 1px solid #fff;
  list-style: none;
  margin-bottom: 10px;
}

.menu-float-right .group-lh ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 12px 4px;
  gap: 5px 0;
}
.menu-float-right .group-lh ul li img {
  width: 24px;
}
.menu-float-right .group-lh ul li .mo-ta {
  font-size: 9px;
  text-align: center;
  color: rgb(255, 255, 255);
  width: 100%;
  display: block;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
#du-toan {
  background-color: #131a34;
  height: 420px;
}
#du-toan input.wpcf7-form-control.wpcf7-submit {
  background-color: #e9b976;
  color: #000;
  border-radius: 5px;
  margin-top: 25px;
}
.title-dt {
  color: #e9b976 !important;
}
#du-toan input[type="email"],
#du-toan input[type="number"],
#du-toan input[type="search"],
#du-toan input[type="tel"],
#du-toan input[type="text"],
#du-toan input[type="url"],
#du-toan textarea,
#du-toan select {
  height: 38px;
  border-radius: 10px;
}
.ldp_box_5_bottom_items1 p img {
  margin-top: 22px;
}

/*Add thêm*/
/*Page thietkenha*/
.page-id-17160 .ldp-r-box.ldp-r-box2 .ldp-r-box-item1 p img,
.page-id-17160 .ldp-r-box.ldp-r-box2 .ldp-r-box-item2 {
  margin-top: 50px;
}
.ldp-r-box.ldp-r-box2 .ldp-r-box-item1 p img,
.ldp-r-box .ldp-r-box-item1 p img {
  border-radius: 50px;
}
.ldp-r-box h3 {
  font-size: 28px;
}
.page-id-17160 .ldp-r-title h2 strong {
  display: inline-block;
}
.page-id-17160 .ldp-r-title h2 {
  margin-bottom: 20px;
}
.page-id-17160 .ldp_box_4_items,
.page-id-17175 .ldp_box_4_items,
.page-id-20209 .ldp_box_4_items {
  width: 100%;
}
.page-id-17160 .home_title {
  margin-bottom: 0px;
}
.ldp_box_5_bottom_items1 p {
  text-align: justify;
}
.ldp_box_5_bottom .home_title p {
  text-align: justify;
}
.page-id-20209 .top_banner_text_1 h2 {
  line-height: 64px !important;
}
.tuvan-tkn {
  text-align: center;
  background-color: #e9b976;
  width: 40%;
  padding: 20px;
  border-radius: 10px;
  margin-top: 50px;
}
.tuvan-tkn a {
  color: #161e35;
  font-weight: 600;
  font-size: 20px;
}
.ldp_box_5_bottom {
  margin-top: 40px;
}
.xem-tat-ca-tkn,
.ldp_box_5_top_content.ldp_box_2_content .xem-tat-ca {
  text-align: center;
  background-color: #e9b976;
  padding: 15px;
  width: 20%;
  margin: auto;
  border-radius: 10px;
}
.xem-tat-ca-tkn a,
.ldp_box_5_top_content.ldp_box_2_content .xem-tat-ca a {
  color: #000;
  font-size: 19px;
}
.ldp-r-box.ldp-r-box2 .ldp-r-box-item2 h4:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  text-align: right;
  line-height: 30px;
  content: "+";
  font-size: 25px;
  color: #000;
  font-weight: 500;
}

.nhan-tv-bao-gia {
  list-style: none;
  text-align: center;
}
.ldp_box_2_button ul li a,
.nhan-tv-bao-gia li a,
.postid-21415 .xem-tat-ca,
.post-template-default .xem-tat-ca {
  padding: 15px 50px;
  font-size: 20px;
  color: #272626;
  font-weight: bold;
}
.nhan-tv-bao-gia li a,
.postid-21415 .xem-tat-ca,
.post-template-default .xem-tat-ca {
  background: #e1ba7f;
  border-radius: 20px;
}
.nhan-tv-bao-gia li {
  margin: 50px 0px;
}

.ldp_box_2_button ul li:hover a,
.nhan-tv-bao-gia li:hover a {
  background-color: #000;
  color: #fff;
}

.header-info-2-text img {
  margin-top: 8px;
}
.header-info-content-title {
  padding-top: 9px;
}
.header-info-2-text a {
  color: #fff !important;
}
.header-info-2-text {
  display: flex;
  justify-content: center;
}
.header-info-2-text {
  margin-left: 10px;
  float: left;
  width: 100%;
}
.header-info-2-text .header-info-half.box-hotline .header-info-content-icon {
  border: 1px solid #0194da;
  opacity: 1;
  background-color: #fcf200;
  border-radius: 100%;
  animation: wvnsona 1.3s ease-out 75ms infinite;
}
.header-info-2-text .header-info-half .header-info-content-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #fff;
  left: -20px;
  top: 1px;
  justify-content: center;
  align-items: center;
  display: inline-block;
  border-radius: 100%;
}
.header-info-2-text .header-info-half {
  width: auto;
  margin: 0px 15px;
  padding: 0px 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
}
.header-info-2-text .header-info-half {
  float: left;
}
.header-info-2-text .header-info-half.box-facebook {
  border-color: #0194da;
  background-color: #4270ac;
}
.header-info-2-text .header-info-half.box-youtube {
  border-color: #f00;
  background-color: #f01c1c;
}
.header-info-2-text .header-info-half.box-tiktok {
  border-color: #181c1f;
  background-color: #161515;
}

.dia-chi-xd {
  margin-top: -10px;
}
.img-fix {
  float: left;
}
.home_box3_content .right-item {
  background-color: #00000096;
  border-radius: 0px;
}
.duan_tt ul li {
  font-size: 15px;
}
.img-banner {
  margin-bottom: 35px;
}
.duan_tuvan,
.single-duan-slider {
  background: #eee;
}
.duan_tt ul li.duan_tt_pt:before {
  background: url(https://phuochungfuniture.myhazo.net/wp-content/uploads/stairs2.png)
    no-repeat;
}
.related-post-list h2,
.main_content_duan_text h1,
.duan_tongquan h3 {
  font-size: 23px;
}
.duan_tuvan {
  top: 55px !important;
}
.duan_tongquan ul {
  background-color: #eee;
  padding: 15px 10px;
  border-radius: 10px;
}
.duan_tongquan ul li {
  font-size: 14px;
}
.ldp_box_5_bottom_content ul li {
  width: auto;
}
.ldp_box_5_bottom_content ul li p {
  text-align: left;
}
.chu-ky {
  float: right;
}
.anh-cam-ket {
  margin-top: 70px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #e9b976;
  padding-left: 10px !important;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}
.autocomplete-suggestions {
  background-color: #fff;
}
.yeu-cau-tu-van .form-tu-van textarea {
  font-size: 15px;
  min-height: 100px !important;
  border-radius: 8px;
}
.page-id-7 .yeu-cau-tu-van .form-tu-van textarea {
  min-height: 190px !important;
}
.yctv-right {
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 5px;
}
.yctv-right input.wpcf7-form-control.wpcf7-submit {
  background-color: var(--fs-color-secondary);
  border-radius: 5px;
  color: #000;
}
.p-author a {
  display: none;
}
.post-quick-info .entry-categories a {
  margin-left: -20px;
}
.yctv-right h5,
.yctv-right p a {
  color: var(--fs-color-secondary) !important;
}
.yctv-right h5,
.yctv-right p {
  text-align: center;
}
.yctv-right h5 {
  padding-top: 10px;
}
.yctv-right p {
  padding-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .form-button-show .form-dk-show {
    width: 180px !important;
    margin-top: 45px !important;
    margin-left: -100px !important;
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) {
  .header-ldp-content .container {
    margin-top: 20px;
  }
  .site-header.scroll {
    height: 13%;
  }
}
.archive .site-header.scroll,
.page-template .site-header.scroll,
.du-an-template-default .site-header.scroll,
.page-template .site-header.scroll,
.post-template-default .site-header.scroll,
.page-template-default .site-header.scroll {
  height: auto !important;
}
.post-template-default .home_box {
  padding: 0px;
  margin-bottom: 30px;
}
.post-template-default .ldp_box_10_content {
  margin-bottom: 30px;
}
.about_box_2_items:nth-child(2) {
  background: #f5f5f5;
  padding: 30px 25px;
  border-radius: 40px;
}
.about_box_2_items h4 {
  font-size: 22px;
}
.close-form {
  background: url(https://phuochungfuniture.myhazo.net/wp-content/uploads/icon-x.png)
    center center no-repeat;
}
.page-template-ldp-template .home_title h3 {
  text-align: center;
}
.page-template-ldp-template .header-logo img {
  margin-top: -30px !important;
}
.top-banner-slider-ldp .ldp-banner-link {
  background-color: #c0994b;
}
.top-banner-slider-ldp h5 {
  line-height: 50px;
}
.page-template-home-template .top-menu #menu-page-menu li.menu-item a {
  font-size: 12px;
}
.pop-up-tu-van .yeu-cau-tu-van .wpcf7-submit,
.popup-tai-bao-gia .yeu-cau-tu-van .wpcf7-submit {
  background-color: #f5970a !important;
  min-height: 60px !important;
}
.popup-tai-bao-gia .yeu-cau-tu-van p {
  text-align: center;
  color: #fff;
}
.mfp-content #tu-van,
.mfp-content #tai-bao-gia {
  background-color: #131d34;
}
.top-menu ul li ul {
  border-radius: 5px !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #edb46f;
}
.woocommerce-invalid input,
input.wpcf7-not-valid {
  border-color: #e9b976;
}
.header-search-box {
  width: 330px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #161e32 !important;
}
.home_box3_content .xem-tat-ca,
.home_box.ldp_box_2 .xem-tat-ca {
  text-align: center;
  background-color: #e9b976;
  margin: auto;
  width: 20%;
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
}
.home_box3_content .xem-tat-ca a,
.home_box.ldp_box_2 .xem-tat-ca {
  color: #000;
}

.home_box.ldp_box_2 .xem-tat-ca {
  margin-bottom: 20px;
}
.form-content-popup {
  margin-bottom: -15px;
}
.home_box3_content ul .owl-stage-outer .owl-stage .owl-item {
  width: 532px;
}
.home_box4_content .owl-carousel .owl-item .img-fea {
  width: 100% !important;
}
.home_box3_content .right-item .item-title a {
  font-size: 19px;
}
.home_box3 .home_title h3 {
  text-align: center;
}
.home_box4_content ul li p {
  font-size: 14px;
}
.top_banner_text_1 {
  margin-top: -15px;
}
.top-menu .menu {
  margin-top: 15px !important;
}
.search-icon-mobile {
  margin-top: 33px !important;
}
.page-id-16631 .top-menu #menu-page-menu li.page_item,
.page-id-16631 .top-menu #menu-page-menu li.menu-item {
  margin: 0 20px 0 0;
}
.top_banner_text_1 h4 {
  color: #e1ba7f;
}
.page-id-16631 .top-menu .menu li:hover a {
  padding: 5px 15px !important;
  border-radius: 10px !important;
  margin-top: 15px;
}
.sub-menu li a {
  margin-top: 5px !important;
}
.top_banner_text_1 p a:hover {
  background-color: #e1ba7f;
  font-weight: bold;
}
.top_banner_text_1 p {
  text-align: justify;
  font-size: 13px !important;
}
.home_box1_bottom ul li:hover {
  background-color: #e1ba7f;
}
.home_box2_items ul li h3 {
  margin-bottom: 8px !important;
  font-size: 18px !important;
}
.ldp_box_9_content_text h2,
.ldp_box_9_content_text ul,
.ldp_box_9_content_text ul li {
  color: #fff !important;
}
.ldp_box_9_content_xem a {
  margin-top: 46px;
}
.widget .widget-title,
.bx-phong-thuy .bx-form button,
.phongthuy-mausac .form-line input,
.yeu-cau-tu-van .wpcf7-submit {
  background: var(--primary-color) !important;
}
.widget .widget-title {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.bx-du-toan .frm-du-toan h2 {
  font-weight: 600;
  text-align: center;
}

.header-inner {
  max-width: 1220px;
}
#metaslider_16633 ul {
  padding-top: 30px !important;
}
.icon-box-img svg,
.icon-box-img img {
  padding-top: 0;
}
.page_title h1,
.home_title h3,
.home_box1_items h3 {
  font-size: 23px;
}
.page_title_box .container h1 {
  margin: 15px 0px 45px 0px !important;
}
#menu-item-16950 a {
  background-color: #e1ba7f;
  padding: 5px 10px !important;
  margin-top: 15px !important;
  border-radius: 10px !important;
  color: #000 !important;
}
.about_box_2_items ul li ul li img {
  margin: 10px 40px;
}
.home_box1_items ul li {
  text-align: justify;
  font-size: 15px;
}
.sub-menu > li > a:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-radius: 100%;
  display: inline-block;
  left: 0;
  vertical-align: middle;
  margin-right: 7px;
}
.sub-menu li:hover > a:before {
  background-color: #131a34;
}
.section-title-container {
  margin-bottom: 0.5em;
}
.section-title a {
  display: block;
  padding-left: 15px;
  margin-left: auto;
  font-size: 15px;
  font-weight: normal;
  color: gray;
}

.section-content .alignnone {
  margin: auto;
  opacity: 1;
  transition: opacity 1s;
  text-align: center;
  display: block;
}

.du-an-filter {
  display: none;
}

.hello-term a {
  border: 1px solid #efb87c;
  padding-top: 5px !important;
}

.tagcloud a {
  font-size: 11pt !important;
}

.tagcloud a:hover {
  border-color: #dd9933;
  background-color: transparent !important;
}

.page-description .col-inner p a {
  color: white !important;
}

.page-description .col-inner {
  padding-top: 15px !important;
}

.page-description .col-inner p a:hover {
  color: #efb87c !important;
}

.hello-term {
  display: none;
}

.home_box3 {
  background: #161e32;
}

.ldp_box_7 {
  background: #161e32;
}

.ldp_box_9 {
  background: #161e32;
}

.header-top-container {
  background: #e3e3e3;
}

.header-toplinks-box ul li a {
  color: #161e32;
}
.top-banner-slider-ldp .top_banner_text_1 h2,
.top-banner-slider-ldp h2 {
  margin-bottom: 40px;
}
.top-banner-slider-ldp .top_banner_text_1 h2,
.top-banner-slider-ldp h2 {
  line-height: 36px;
}
.top-banner-slider-ldp h5 {
  font-weight: 600;
  text-transform: inherit;
}

.about_box_2_items_new h3 {
  font-size: 36px;
  line-height: 53px;
  text-transform: inherit;
}
.about_box_2_items_new p {
  width: 100%;
}
.about_box_2_items:nth-child(2) ul li .left-item {
  width: 98px;
}
.about_box_2_items:nth-child(2) ul li .item-title a {
  font-size: 16px;
}
.left-item p a img {
  border-radius: 10px;
}

.home_box1_items ul li:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://phuochungfuniture.myhazo.net/wp-content/uploads/icon_box1.png)
    no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
}
.header-logo img {
  max-height: 138px !important;
}
.page-id-16631 .header-logo img {
  margin-top: -25px;
}
.header-top-content {
  max-height: 100px !important;
}
.archive.category
  .header-top-content
  .header-top-content_items
  .header-logo
  a
  img {
  margin-top: 0px !important;
}
.wpcf7-response-output {
  padding: 10px !important;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  top: 0px !important;
}
.page-id-164 .entry-header {
  display: none;
}
.result-calc th,
.result-calc td {
  text-align: center;
}
.result-calc .text-right {
  background: #f2f2f2;
}
.result-calc .tong-dutoan {
  font-size: 15px !important;
  font-weight: 600;
  background-color: var(--fs-color-primary);
  color: var(--fs-color-secondary);
}
.bx-du-toan .frm-du-toan h2,
.bx-du-toan .frm-du-toan .main-frm .ctn-frm .group-btn button {
  background: var(--primary-color);
}
.bx-du-toan .frm-du-toan .main-frm .ctn-frm .group-btn button {
  width: 25%;
  height: 45px;
}
.top-banner-slider-ldp .top-banner_text {
  width: 60%;
}
.top-banner-slider-ldp h5 {
  color: #e9b976;
}
.du-an-filter {
  display: inline-flex;
  width: 100%;
}
form.du-an-filter-form ul li {
  width: 188px;
}
.input-submit {
  width: 100%;
  background-color: #161e34;
  margin-top: 5px;
}
form.du-an-filter-form {
  display: flex;
  width: 100%;
}
.input-submit button svg {
  margin-right: 20px;
}
.row.post-da-wp .blog-post-inner .post-title {
  font-size: 1.6rem;
  text-align: left;
}
.row.post-da-wp p {
  text-align: left;
  font-size: 16px;
}
.count-up.active {
  color: #e9b976;
  font-weight: 600;
}
.content-block.content-default .rating {
  margin-bottom: 20px;
}
.btn-scoll-top.backgroud-border-gr {
  position: absolute;
  right: 0px;
  top: 300px;
  background-color: var(--fs-color-primary);
  padding: 10px;
  border-radius: 8px;
  border: none;
  width: 62px;
  height: 62px;
  line-height: 42px;
  text-align: center;
}
.btn-scoll-top.backgroud-border-gr i {
  font-size: 20px;
  color: #fff;
}
.ldp_box_10_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ldp_box_10_content ul li {
  background: #fff;
  border: 1px solid #e1ba7f;
  border-radius: 20px;
  padding: 15px;
  width: 32%;
  margin: 10px 0;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}
.ldp_box_10_content ul li p {
  font-size: 14px;
  line-height: 25px;
  color: #000;
}
.ldp_box_10_content ul li h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
}
.ldp_box_10_content ul li h3 strong {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #e1ba7f;
  margin-right: 10px;
}
.ldp-r-box.ldp-r-box2 .ldp-r-box-item2 p img,
.ldp-r-box .ldp-r-box-item2 p img {
  border-radius: 50px;
}
#bao-hanh .ldp-r-title h2 {
  text-align: center !important;
  margin-bottom: 35px;
  font-size: 30px;
}
.code-schema-events {
  color: #545454;
  margin-top: 10px;
  line-height: 2;
}
.postid-21415 h2 {
  margin-top: 30px;
}
.post-template-default .ldp_box_6_content ul li {
  width: 30%;
}
.post-template-default .ldp_box_4_items ul li:nth-child(1) {
  margin: auto;
}
.logo-footrt .col-inner .chung-nhan-ft {
  display: none !important;
}
.home_box3_content .item-image a img {
  height: 455px;
}
.home_box7_content .item-image a img {
  height: 195px;
}
.home_box7_content .item-content p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.home_box7_content .item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.taxonomy-description h3 {
  font-family: "Be Vietnam Pro" !important;
}
.home_box7_content .item-image a img {
  min-width: 300px !important;
}
.ays_score.animated.tada {
  background-color: #e9b976 !important;
  padding: 10px;
}
#ays-quiz-container-1 .ays-progress-value {
  color: #fff !important;
}
#ays-quiz-container-1 input[type="button"],
#ays-quiz-container-1 input[type="submit"] {
  color: #fff !important;
}
#theh1 {
  display: none;
}

@media (max-width: 849px) {
  .ss-our .logo-bg {
    top: 0 !important;
    width: 50% !important;
  }
  body #wrapper {
    margin-bottom: 62px;
  }
  .menu-float-right {
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
  }

  .btn-scoll-top.backgroud-border-gr {
    display: none;
  }

  .menu-float-right .animated.tada {
    background-color: #161e32 !important ;
    animation: none;
  }

  .menu-float-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .menu-float-right .group-lh ul li {
    background: #161e32;
    position: relative;
    border-radius: 0;
    border: none;
    list-style: none;
    margin-bottom: 0;
    flex: 1;
  }
  .menu-float-right .group-lh ul li:hover {
    background: #1b243d;
  }
}
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s,
    -moz-transform 0.3s, -o-transform 0.3s;
}

.html.header-button-2 {
  display: none;
}

body.page-template-page-transparent-header-light {
  font-size: 18px !important;
  font-family: Nunito, sans-serif !important;
}

body.page-template-page-transparent-header-light .html.header-button-2 {
  display: block;
}

body.page-template-page-transparent-header-light .header-search {
  display: none;
}

body > * :not(i) {
  font-family: Nunito, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .heading-font,
body .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: Manrope, sans-serif !important;
}

body h1 *,
body h2 *,
body h3 *,
body h4 *,
body h5 *,
body h6 * {
  font-family: Manrope, sans-serif !important;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  background-color: #fff !important;
}

.mfp-content .icon-angle-down {
  color: currentColor !important;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  padding-left: 20px;
  color: var(--fs-color-primary);
  text-transform: inherit;
  font-size: 16px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical lia {
  color: var(--fs-color-primary);
  text-transform: inherit;
  font-size: 16px;
}

body.page-template-page-transparent-header-light .slider [data-animate],
body.page-template-page-transparent-header-light [data-animate] {
  transition: filter 1s, transform 1.2s, opacity 0.5s ease-in;
  will-change: filter, transform, opacity;
}

span.count-up.active {
  color: inherit;
  font-weight: 600;
}

.max-content {
  width: max-content !important;
  display: inline-flex !important;
}

.check-list ul {
  margin: 0;
  list-style: none;
}

.check-list ul li {
  position: relative;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
  margin-left: 0 !important;
}
.check-list ul li:last-child {
  margin-bottom: 0;
}

.check-list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--fs-color-secondary);
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 4px;
  left: 0;
}

.border-primary {
  border-radius: 40px;
  overflow: hidden;
}

.icon-box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-template-page-transparent-header-light #header #top-bar {
  display: none;
}

.page-template-page-transparent-header-light #header.transparent .header-inner {
  max-width: 100%;
  padding: 6px 80px;
}
.page-template-page-transparent-header-light #header #masthead {
  height: auto;
  border-bottom: 1px solid #ffffff20;
}

#header.transparent {
  padding: 0 40px;
  margin-top: 40px;
}

#header.transparent.header-full-width .header-inner {
  padding: 0 80px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.page-template-page-transparent-header-light #main .page-header-wrapper {
  padding: 40px 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}
.page-template-page-transparent-header-light
  #main
  .page-header-wrapper
  .featured-title {
  border-radius: 40px;
}
.page-template-page-transparent-header-light
  #header
  #masthead
  .header-nav-main {
  justify-content: center;
}

.page-template-page-transparent-header-light
  #header
  .nav-size-xlarge
  > .menu-item
  > a {
  font-size: 18px;
  padding: 16px;
  background: transparent;
  color: #fff !important;
}

.page-template-page-transparent-header-light
  #header
  .header-nav-main
  > .menu-item
  > a:hover {
  background-color: transparent;
  color: var(--fs-color-secondary) !important;
}

.page-template-page-transparent-header-light #header .sub-menu > li > a:before {
  content: unset;
}

.page-template-page-transparent-header-light #header .nav-dropdown {
  padding: 8px 0;
}

.page-template-page-transparent-header-light #header .nav-dropdown > li a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
  border: none;
  background-color: transparent;
  padding: 8px 20px;
}

.page-template-page-transparent-header-light
  #header
  .nav-dropdown
  > li
  a:hover {
  padding-left: 25px;
  color: var(--fs-color-secondary) !important;
}

.page-template-page-transparent-header-light
  #header
  .nav-dropdown
  .current-menu-item
  > a {
  color: var(--fs-color-secondary) !important;
}

.page-template-page-transparent-header-light
  #header
  .header-button
  .button.is-large {
  font-size: 18px;
  padding: 5px 20px;
  min-width: 160px;
}

.page-header-wrapper h1.entry-title {
  font-size: 58px;
  font-weight: 800;
}

.page-header-wrapper .dark .breadcrumbs .separator {
  color: #fff !important;
  opacity: 1;
}

.page-header-wrapper .dark .breadcrumbs a {
  color: #fff !important;
}

.page-header-wrapper .dark .breadcrumbs span {
  color: var(--fs-color-secondary) !important;
}

.page-header-wrapper .breadcrumbs span,
.page-header-wrapper .breadcrumbs a {
  font-size: 24px;
  font-weight: 700;
  text-transform: initial;
}

#footer .footer-block-title {
  font-size: 24px;
  margin-bottom: 30px;
}

#footer .ux-menu-link__link {
  background: url(/wp-content/uploads/arrow-yellow.svg) no-repeat left center /
    24px auto;
  padding: 16px 10px 16px 36px;
}

.social-icons a {
  opacity: 1 !important;
  color: var(--fs-color-primary);
  font-size: 105%;
  margin: 0 5px 10px 5px !important;
}

.social-icons a:first-child {
  margin-left: 0 !important;
}

.social-icons a i {
  top: 0;
}

.color-secondary.social-icons a {
  color: var(--fs-color-secondary) !important;
  border-color: var(--fs-color-secondary) !important;
}

.color-secondary.social-icons a i {
  top: 0;
}

#footer .social-row {
  padding: 20px 0 0 0;
  border-top: 1px solid #ffffff20;
  border-bottom: 1px solid #ffffff20;
  margin-top: 30px;
}

#footer .social-row a {
  margin-bottom: 0 !important;
}

#footer .dark .ux-menu-link__link {
  color: #fff;
}

#footer .dark .ux-menu-link__link:hover {
  color: var(--fs-color-secondary) !important;
}

.main-btn {
  font-size: 18px !important;
  padding: 8px 60px 8px 29px !important;
  color: #fff !important;
  border-radius: 12px !important;
  text-transform: capitalize !important;
  border: 1px solid var(--fs-color-secondary) !important;
  background-color: var(--primary-color) !important;
  position: relative !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: all 0.3s !important;
}

.main-btn.has-border {
  border: 2px solid transparent;
  padding: 6px 60px 6px 30px;
}

.main-btn.white {
  background-color: transparent !important;
  border: 2px solid #fff;
  color: #fff !important;
}

.main-btn.white:hover {
  border-color: var(--fs-color-secondary) !important;
}

.main-btn.white:before {
  background-color: var(--fs-color-secondary) !important;
}

.main-btn span {
  z-index: 10;
  position: relative;
}

.main-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 100%;
  background-color: var(--fs-color-secondary);
  transition: all 0.3s ease-in !important;
}

.main-btn.has-border:hover {
  border-color: #fff;
}

.main-btn:hover:before {
  right: 0;
}

.main-btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/wp-content/uploads/arrow-right.svg) no-repeat center / 24px
    auto !important;
  top: 50%;
  right: 30px;
  width: 24px;
  height: 24px;
  z-index: 100;
  transform: translateY(-50%);
}

.section-heading-title h2 {
  font-size: 56px;
}

.section-heading-title h3 {
  font-size: 48px;
}

.accordion .accordion-title.active {
  background-color: transparent;
  color: var(--fs-color-secondary) !important;
}

.accordion.border-white .accordion-item {
  border-color: #fff;
}

.main-border-radius.img {
  border-radius: 40px;
  overflow: hidden;
}

.main-border-radius img {
  border-radius: 40px;
  overflow: hidden;
}

.on-top {
  z-index: 100;
}

.accordion .accordion-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.accordion .accordion-item a {
  font-size: 24px;
  border: none;
  color: var(--fs-color-primary);
  padding: 10px 40px 10px 10px;
}

.accordion .accordion-title .toggle {
  right: 0;
  left: auto;
  background: url(/wp-content/uploads/long-arrow.svg) no-repeat center / contain;
  width: 32px;
  height: 32px;
  line-height: 1;
  min-height: 32px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none !important;
}

.accordion .accordion-title.active .toggle {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion .accordion-title .toggle i {
  display: none;
}

.accordion .accordion-item .accordion-inner {
  padding: 10px;
}

.contact-section .contact-row form {
  margin-bottom: 0;
}

.contact-section .contact-row form input {
  min-height: 55px;
}
.contact-section .contact-row form input,
.contact-section .contact-row form textarea {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact-section .contact-row form .button {
  margin: 30px 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  text-wrap: auto;
}

h3 {
  font-size: 1.5em;
}

.contact-section img {
  transition: all 0.3s;
}

.contact-section img:hover {
  filter: grayscale(100%);
}

.contact-section h2 {
  font-size: 48px;
}
.qua-trinh .section-content {
  padding: 160px 0;
}
.qua-trinh .list {
  counter-reset: item; /* reset bộ đếm */
}

.qua-trinh .list .it {
  counter-increment: item; /* tăng đếm */
  position: relative;
}
.qua-trinh .list .it:before {
  content: counter(item); /* ví dụ: 1> 2> 3> */
  position: absolute;
  color: #a59483;
  opacity: 0.2;
  transition: all 1s;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -0.025em;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  line-height: 1;
}
.qua-trinh .name {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}
.line_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.line_bg.line1 {
  background-image: url(/wp-content/uploads/line1.png);
  background-position: top left;
}
.line_bg.line2 {
  background-image: url(/wp-content/uploads/line2.png);
  background-position: bottom right;
}
.ggmap ul.nav {
  display: none;
}
.ggmap .tab-panels {
  padding: 0;
}
.ggmap .box {
  position: absolute;
  font-size: 16px;
  left: 7px;
  top: 7px;
  width: 310px;
  min-height: 120px;
  background-color: #ffff;
  box-shadow: 0px 12px 16px -4px rgba(17, 24, 39, 0.1),
    0px 4px 6px -2px rgba(17, 24, 39, 0.05);
  border-radius: 8px;
  padding: 24px;
}
.ggmap .box p {
  color: var(--primary-color);
}
.title-tab h3 {
  color: #fffaf5;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.title-tab .col-inner {
  cursor: pointer;
}
.title-tab .col.active .col-inner {
  background-color: var(--fs-color-secondary);
}
.teams-row > .col > .col-inner {
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
}

.teams-row .box .box-text {
  padding: 30px;
}

.teams-row .box .box-text .person-name {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: capitalize;
}

.teams-row .box .box-text .person-name + br {
  display: none;
}

.teams-row .box .box-text .person-title {
  opacity: 1;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 10px;
}

.teams-row .box .box-text .social-icons {
  margin-top: 15px;
}

.image-glow {
  overflow: hidden;
}

pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
  margin-bottom: 20px;
}

.image-glow:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-glow:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.image-glow img {
  filter: brightness(1) !important;
}

.image-grayscale.image-glow:hover img {
  filter: brightness(1) grayscale(100%) !important;
}

/*--------------------------------------------------------------
## FAQs PAGE
--------------------------------------------------------------*/

.col-child-left .is-sticky-column__inner > .col-inner,
.col-child-left > .col-inner {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.col-child-center > .col-inner {
  margin-right: auto !important;
  margin-left: auto !important;
}

.col-child-right > .col-inner {
  margin-right: 0 !important;
  margin-left: auto !important ;
}

.faqs-menu .ux-menu-link__link {
  background: url(/wp-content/uploads/arrow-yellow.svg) no-repeat left center /
    24px auto;
  padding: 16px 10px 16px 36px;
}

.ux-menu .ux-menu-link__link:hover {
  color: var(--fs-color-secondary);
}
a:focus {
  color: currentColor !important;
}

/*--------------------------------------------------------------
## END FAQs PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## ABOUT PAGE
--------------------------------------------------------------*/
.company-experience {
  position: absolute;
  width: 100%;
  max-width: 225px;
  text-align: center;
  bottom: 20%;
  right: 0;
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
  animation: expmoveobject 3s infinite linear alternate;
}

.company-experience h3 {
  font-size: 56px;
  margin-bottom: 10px;
}

.company-experience p {
  margin-bottom: 0;
}

@keyframes expmoveobject {
  50% {
    right: 50px;
  }
}

.video-section .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.button.open-video {
  position: relative;
  background-color: #fff !important;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--fs-color-secondary) !important;
  border: none !important;
  margin-bottom: 0;
}

.banner {
  container-type: inline-size;
  container-name: bannerVideoButton;
}

@container bannerVideoButton (max-width: 549px) {
  .banner .button.open-video {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }

  .banner .button.open-video:before,
  .banner .button.open-video:after {
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    border: 40px solid #fff;
  }
}

.button.open-video i {
  top: 0 !important;
}

.button.open-video:before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid #fff;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
}

.button.open-video:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid #fff;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
  animation-delay: 0.3s;
}

@keyframes border-zooming {
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.what-we-do-section .what-we-do-row h3 {
  font-size: 56px;
  margin-bottom: 15px;
  color: #fff;
}

.what-we-do-section .what-we-do-row h3 span {
  color: #fff;
}

.what-we-do-section .what-we-do-row p {
  margin-bottom: 0;
}

.cta-section {
  position: relative;
  background: var(--fs-color-primary) url(/wp-content/uploads/cta-box-bg.png)
    no-repeat right bottom / auto !important;
}

/*--------------------------------------------------------------
## END ABOUT PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## PROJECTS PAGE
--------------------------------------------------------------*/
.project-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.project-image {
  overflow: hidden;
  border-radius: 40px;
}

.project-image a {
  position: relative;
  display: block;
}

.project-item .project-image a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(217, 217, 217, 0) 13.02%,
    rgba(0, 0, 0, 0.51) 42.5%,
    rgba(0, 0, 0, 0.63) 70%,
    #000000 100%
  );
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.project-image img {
  width: 100%;
  border-radius: 40px;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.project-item .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-item:hover .service-image img {
  transform: scale(1.1);
}

.project-body {
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: 40px;
  text-align: left;
  z-index: 2;
  transform: translateY(75%);
  transition: all 0.5s ease-in-out;
}

.project-item:hover .project-body {
  transform: translateY(0%);
  bottom: 20px;
}

.project-body-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-content {
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.project-item:hover .project-content {
  opacity: 1;
}

.project-content p {
  color: #fff;
}

.box .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	z-index:1;
	position:relative;
}
.custom-sp img{
	object-fit:contain !important;
}
.project-content-footer .readmore-btn {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding-right: 30px;
  transition: 0.4s ease-in-out;
  color: var(--fs-color-secondary);
}

.project-content-footer .readmore-btn:hover {
  color: #fff;
}

.project-content-footer .readmore-btn::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/uploads/arrow-yellow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  transition: 0.4s ease-in-out;
}

.project-content-footer .readmore-btn:hover::after {
  filter: brightness(0) invert(1);
  right: -4px;
}

.project-footer-btn {
  text-align: center;
  margin-top: 30px;
}

.archive .content-row {
  padding: 100px 0 40px;
}

.project-info-box {
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 30px;
}

.project-info-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.project-info-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.project-info-item .icon-box {
  margin-right: 10px;
  max-width: 40px;
}

.project-info-item .icon-box svg,
.project-info-item .icon-box img {
  width: 100%;
  height: auto;
  color: var(--fs-color-secondary);
  fill: var(--fs-color-secondary);
}

.project-info-content {
  width: calc(100% - 50px);
}

.project-info-content p {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.project-info-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: capitalize;
  margin-bottom: 0;
}

.single .content-row {
  padding: 100px 0 30px;
}

.single .content-row .feature-image-wrapper img {
  border-radius: 40px;
}

.single .content-row .content-wrapper {
  margin: 30px 0;
}

.project-gallery-wrapper img {
  border-radius: 40px;
  border: 1px solid #ccc;
}

#projects-tabs .nav {
  border: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: start;
  scrollbar-width: thin;
  padding-bottom: 15px;
}

#projects-tabs .nav li {
  flex: 1;
}

#projects-tabs .nav li a {
  font-size: 16px;
  border: none;
  background-color: #f5f5f5;
  color: #333;
  padding: 20px;
  width: 100%;
  text-align: center;
  display: block;
  white-space: nowrap;
  border-radius: 30px;
}

#projects-tabs .nav li:hover a {
  background-color: var(--fs-color-secondary);
  color: #fff !important;
}

#projects-tabs .nav li.active a {
  background-color: var(--fs-color-primary);
  color: #fff !important;
}

#projects-tabs .tab-panels {
  padding: 20px 0;
  border: none;
}

/*--------------------------------------------------------------
## END PROJECTS PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## BLOGS PAGE
--------------------------------------------------------------*/
.archive .post-item > .col-inner {
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
}

.archive .post-item .box-blog-post .box-text {
  padding: 30px;
}

.box-blog-post .post-title a {
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.box-blog-post .post-title.is-xlarge a {
  font-size: 24px;
}

.box-blog-post .box-text .button {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding-right: 30px;
  transition: 0.3s ease-in-out;
  margin: 0;
  color: var(--fs-color-secondary) !important;
}

.box-blog-post .box-text .button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/arrow-yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  transition: 0.3s ease-in-out;
}

.box-blog-post .box-text .button:hover::after {
  right: -3px;
}

/*--------------------------------------------------------------
## END BLOGS PAGE
--------------------------------------------------------------*/
.single.single-post .content-row .content-wrapper {
  max-width: 1100px;
  margin: 30px auto;
}

footer.entry-meta {
  max-width: 1100px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  border-bottom: 0;
  padding-top: 40px !important;
  border-bottom: 0 !important;
}

footer.entry-meta .tag-list-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer.entry-meta .tag-list-wrapper span {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  display: inline-block;
}
footer.entry-meta .tag-list-wrapper a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: var(--fs-color-primary);
  color: #fff;
  border-radius: 10px;
  padding: 8px 20px;
  margin-left: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

footer.entry-meta .tag-list-wrapper a:hover {
  background-color: var(--fs-color-secondary);
}

footer.entry-meta .share-wrapper a {
  background-color: var(--fs-color-primary);
  color: #fff;
  border-color: var(--fs-color-primary);
  font-size: 130%;
  margin-bottom: 0 !important;
}

footer.entry-meta .share-wrapper .social-icons a:hover {
  background-color: var(--fs-color-secondary) !important;
  border-color: var(--fs-color-secondary) !important;
}

/*--------------------------------------------------------------
## HOME PAGE
--------------------------------------------------------------*/

.box-border .box-image {
  border-radius: 40px;
  overflow: hidden;
}
.box .box-text h4 {
  text-transform: capitalize;
  margin: 0 0 15px !important;
}

.box .box-text.is-large h4 {
  font-size: 24px;
  margin: 20px 0 5px !important;
	    z-index: 1;
    position: relative;
}

.box .box-text.is-large {
  font-size: 18px;
}

.button.secondary.is-link {
}

.button.secondary.is-link .icon-angle-right {
  width: 24px;
  height: 24px;
}

.button.secondary.is-link .icon-angle-right {
  margin-left: 4px;
}

.button.secondary.is-link:hover .icon-angle-right::after {
  filter: brightness(0) invert(1);
  right: -4px;
}

.button.secondary.is-link .icon-angle-right::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/arrow-yellow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  transition: 0.4s ease-in-out;
}

.button.secondary.is-link .icon-angle-right:before {
  content: unset;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 1em;
}

.box.box-overlay .overlay{
	background-color:transparent;
}

.box.box-overlay .box-text{
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(217, 217, 217, 0) 6.02%,
    rgba(0, 0, 0, 0.51) 45.5%,
    rgba(0, 0, 0, 0.63) 70%,
    #000000 100%
  );
}

.hero-section {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 80px);
  border-radius: 40px;
  overflow: hidden;
}

.services-section {
  background: #e9f7fe url(/wp-content/uploads/our-service-bg.png) no-repeat
    right top / auto;
}

.services-section .box {
  border-radius: 40px;
  overflow: hidden !important;
  overflow: hidden !important;
}

.box .box-text .button {
  margin-bottom: 0;
}
.why-us-section .why-us-row > .col {
}

.why-us-section .why-us-row > .col .img,
.why-us-section .why-us-row > .col .img .img-inner {
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
}

.why-us-section .why-us-row .text.counter {
  font-size: 56px;
  color: var(--fs-color-primary);
  font-weight: bold;
  line-height: 1.25;
}

.why-us-section .icon-box .icon-box-img,
.why-us-section .icon-box h3 {
  margin-bottom: 30px;
}

.why-us-section .why-us-row .text.counter p {
  margin-bottom: 0;
}

.why-us-section .why-us-row .count-up.active {
  font-weight: 700;
  color: var(--fs-color-primary);
}

.projects-section {
  background: #e9f7fe url(/wp-content/uploads/our-projects-bg.png) no-repeat
    bottom left / auto;
}

.box-text.hover-bounce {
  top: calc(100% - 10rem);
  bottom: auto !important;
}

.box-text.hover-bounce h2,
.box-text.hover-bounce h3,
.box-text.hover-bounce h4,
.box-text.hover-bounce h5 {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
}

.box:hover .box-text.hover-bounce {
  transform: translateY(calc(-100% + 11rem)) !important;
}

.box.box-overlay {
  overflow: hidden;
	    border-radius: 40px;

}

.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: var(--fs-color-secondary) !important;
  border-color: var(--fs-color-secondary) !important;
  opacity: 1;
}

.slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary) !important;
  opacity: 1;
}

.testimonials-section .testimonials-row .slider {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 5rem;
}

.testimonials-section .testimonials-row .flickity-viewport {
  min-height: var(--minHeight) !important;
}

.testimonials-section .testimonials-row .flickity-slider > .row {
  opacity: 1 !important;
  padding: 15px;
}

.testimonials-section .testimonials-row .flickity-slider > .row > .col {
  height: 100%;
}

.testimonials-section
  .testimonials-row
  .flickity-slider
  > .row
  .col
  > .col-inner {
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 30px;
  overflow: hidden;
  height: 100%;
}

.testimonials-section
  .testimonials-row
  .flickity-slider
  > .row
  .testimonial-box {
  position: relative;
}

.testimonial-box .icon-box-img {
  position: absolute !important;
  left: 0;
  bottom: 0;
  max-width: 65px !important;
  height: 65px !important;
  margin: 0;
  overflow: hidden;
}

.testimonial-box .icon-box-img img {
  width: 100%;
  height: 100%;
}

.testimonial-box .icon-box-text {
  padding-left: 0 !important;
}

.testimonial-box .icon-box-text .testimonial-text {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-style: normal !important;
}

.testimonial-box .icon-box-text .testimonial-meta {
  min-height: 65px;
  padding-left: 80px;
  padding-top: 0;
}

.testimonial-box .star-rating {
  font-size: 120%;
  margin-bottom: 30px;
  letter-spacing: 5px;
  width: 100%;
}

.testimonial-box .testimonial-name {
  display: block;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: var(--fs-color-primary);
  margin: 0;
}

.testimonial-box .testimonial-name-divider {
  display: none;
}

.testimonial-box .testimonial-company {
  display: block;
}

.faqs-section {
  background: #e9f7fe url(/wp-content/uploads/our-faqs-bg.png) no-repeat bottom
    right / auto;
}

/*--------------------------------------------------------------
## END HOME PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Service PAGE
--------------------------------------------------------------*/

.service-sidebar .widget {
  border: 1px solid #ececec;
  border-radius: 40px;
  overflow: hidden;
  padding: 30px;
}

.service-sidebar .widget .widget-title {
  font-size: 24px;
  background: transparent !important;
  color: var(--fs-color-primary);
}

.service-sidebar #custom_html-5 .widget-title {
  text-align: left;
}

.service-sidebar .widget_text .textwidget {
  background: transparent;
  padding: 0;
}

.service-sidebar #custom_html-6 {
  background: var(--primary-color)
    url(/wp-content/uploads/service-sidebar-cta-bg.png) no-repeat top right /
    auto;
  padding: 30px;
  text-align: center;
}

.service-sidebar #custom_html-6 .widget-title,
.service-sidebar #custom_html-6 .cta-content {
  color: #fff;
}

.cta-contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
}

.cta-contact-info .cta-contact-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px 12px;
  border-radius: 99px;
  margin-bottom: 20px;
}

.cta-contact-info .cta-contact-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  min-width: 37px;
  background: var(--fs-color-secondary);
  border-radius: 50%;
  margin-right: 10px;
}

.cta-contact-info .cta-contact-item .cta-contact-content {
  width: calc(100% - 47px);
  text-align: left;
  line-height: 1.25;
}

.cta-contact-info .cta-contact-item .cta-contact-content p {
  margin: 0;
}

.slider-nav-light .flickity-prev-next-button {
  color: #fff;
  height: max-content;
  border: none;
  background: transparent;
  box-shadow: none;
}

.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow {
  padding: 30%;
}

.service-sidebar .widget ul li {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 0 0 15px 25px;
  margin-left: 0;
  border-top: none;
}

.service-sidebar .widget ul li a {
  padding: 0;
}

.service-sidebar .widget ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: none;
}

.service-sidebar .widget ul li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: url(/wp-content/uploads/arrow-yellow.svg) no-repeat center center;
  width: 20px;
  height: 20px;
}

.service-sidebar .widget_nav_menu .widget-title {
  text-align: left;
  padding-left: 0;
}

.service-detail-section .slider .img {
  border-radius: 40px;
  overflow: hidden;
}

.service-detail-section .check-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 3rem;
}

.service-detail-section h2 {
  font-size: 24px;
}

.service-detail-section .slider-nav-circle .flickity-prev-next-button {
  top: 45%;
}

.service-detail-section .slider-nav-circle .flickity-prev-next-button svg,
.service-detail-section .slider-nav-circle .flickity-prev-next-button .arrow {
  border: 1px solid #fff;
  background: transparent;
  fill: white;
}
/*--------------------------------------------------------------
## END Service PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## END PROJECT PAGE
--------------------------------------------------------------*/
.project-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 360px;
  background: #fff;
  height: 100vh;
  z-index: 10000;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}

.logged-in .project-sidebar-inner {
  padding-top: 32px;
  height: 100%;
}

.project-sidebar-top {
  text-align: right;
}

.project-sidebar-top .close-project-sidebar {
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}

.project-sidebar-bottom {
  height: calc(100% - 40px);
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 10px 15px;
}

.project-sidebar a {
  color: #333;
}

.project-sidebar ul.menu > li > a {
  padding: 12px 0;
}

.project-sidebar ul.menu > li.current-menu-item > a {
  color: var(--fs-color-secondary) !important;
  font-weight: bold;
}

.project-sidebar-top .close-project-sidebar:hover {
  background: #f5f5f5;
}

.project-sidebar.show {
  transform: translateX(0%);
}

#project-sidebar a {
  color: #333;
}

#project-sidebar ul.menu > li > a {
  padding: 12px 0;
}

#project-sidebar ul.menu > li.current-menu-item > a {
  color: var(--fs-color-secondary) !important;
  font-weight: bold;
}

#project-sidebar .widget .widget-title {
  font-size: 24px;
}

.toggle-project-sidebar {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 8px 28px 8px 28px !important;
}

.toggle-project-sidebar span {
  text-transform: uppercase;
}

.toggle-project-sidebar:after {
  content: unset;
}

.line-wrapper {
  margin-right: 6px;
}

button .line {
  border-radius: 10rem;
  height: 0.3rem;
  width: 2.4rem;
  display: block;
  background-color: #fff;
  margin: 4px auto !important;
  transition: 0.3s;
}

.active .line1 {
  transform: translate(0, 6px) rotate(-45deg);
}

.active .line2 {
  opacity: 0;
}

.active .line3 {
  transform: translate(0, -8px) rotate(45deg);
}

.procedure-row .flickity-slider > .row {
  opacity: 1 !important;
  min-width: 21.5rem !important;
  max-width: 21.5rem !important;
}

/*.procedure-row .flickity-slider > .row > .col:after {*/
/*    content: '';*/
/*    width: .2rem;*/
/*    height: 21rem;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 4.5rem;*/
/*    right: -0.1rem;*/
/*    background-color: var(--fs-color-secondary);*/

/*}*/

/*.procedure-row .flickity-slider > .row  > .col:before {*/
/*    content: '';*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 4rem;*/
/*    left: calc(50% - 6rem);*/
/*    background-color: var(--fs-color-secondary);*/
/*    clip-path: polygon(100% 50%, 0 0, 0 100%);*/
/*}*/

/*.procedure-row .flickity-slider > .row:first-child > .col:before,*/
/*.procedure-row .flickity-slider > .row:first-child > .col > .col-inner:before,*/
/*.procedure-row .flickity-slider > .row:last-child > .col:after, */
/*.procedure-row .flickity-slider > .row:last-child > .col > .col-inner:after{*/
/*  content: unset;*/

/*}*/

/*.procedure-row .flickity-slider > .row:nth-child(even) > .col:before {*/
/*    top: 25rem;*/
/*}*/

/*.procedure-row .flickity-slider > .row > .col > .col-inner:before {*/
/*    content: '';*/
/*    width: calc(50% - 6rem);*/
/*    height: .2rem;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0rem;*/
/*    top: 4.5rem;*/
/*    background-color: var(--fs-color-secondary);*/
/*    transform: none;*/
/*}*/

/*.procedure-row .flickity-slider > .row > .col  > .col-inner:after {*/
/*    content: '';*/
/*    width: calc(50% - 4.5rem);*/
/*    height: .2rem;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 4.5rem;*/
/*    background-color: var(--fs-color-secondary);*/
/*    transform: none;*/
/*    right: 0rem;*/
/*}*/

/*.procedure-row  .flickity-slider > .row:nth-child(even)   > .col> .col-inner:before {*/
/*    bottom: 4.4rem;*/
/*    top:auto;*/
/*}*/

/*.procedure-row  .flickity-slider > .row:nth-child(even)  > .col   > .col-inner:after {*/
/*    bottom: 4.4rem;*/
/*    top:auto*/
/*}*/

.procedure-row .flickity-slider > .row:first-child > .col:before,
.procedure-row .flickity-slider > .row:last-child > .col:after {
  content: unset !important;
}

.procedure-row .flickity-slider > .row > .col:before {
  content: "";
  position: absolute;
  background-color: var(--fs-color-secondary);
  width: 12rem;
  height: 0.2rem;
  top: 11rem;
  transform: rotate(-45deg);
  right: 11rem;
  z-index: -1;
}

.procedure-row .flickity-slider > .row > .col:after {
  content: "";
  position: absolute;
  background-color: var(--fs-color-secondary);
  width: 12rem;
  height: 0.2rem;
  top: 11rem;
  transform: rotate(45deg);
  left: 11rem;
  z-index: -1;
}

.procedure-row .flickity-slider > .row:nth-child(even) > .col:before {
  content: "";
  position: absolute;
  background-color: var(--fs-color-secondary);
  display: block;
  width: 12rem;
  top: 19rem;
  transform: rotate(45deg);
  height: 0.2rem;
  right: 12rem;
}

.procedure-row .flickity-slider > .row:nth-child(even) > .col:after {
  content: "";
  position: absolute;
  background-color: var(--fs-color-secondary);
  display: block;
  width: 12rem;
  top: 19rem;
  transform: rotate(-45deg);
  height: 0.2rem;
  left: 12rem;
}

.procedure-row
  .flickity-slider
  > .row:nth-child(even)
  > .col
  .icon-box
  .icon-box-img {
  margin-bottom: 0rem;
  margin-top: 3rem;
}

.procedure-row
  .flickity-slider
  > .row:nth-child(even)
  > .col
  .icon-box
  .icon-box-text {
  align-self: start;
}

.procedure-row
  .flickity-slider
  > .row:nth-child(even)
  > .col
  .icon-box
  .icon-box-img {
  align-self: end;
  order: 2;
}

.procedure-row .icon-box .icon-box-img {
  width: 12rem !important;
  height: 12rem;
  margin-bottom: 3rem;
  position: relative;
}

.procedure-row .icon-box .icon-box-img:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 20rem;
  border-left: 1px dashed var(--fs-color-secondary);
  position: absolute;
  left: 5.5rem;
  bottom: 0;
  transform: translateY(100%);
}

.procedure-row
  .flickity-slider
  > .row:nth-child(even)
  > .col
  .icon-box
  .icon-box-img:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 20rem;
  border-left: 1px dashed var(--fs-color-secondary);
  position: absolute;
  left: 5.5rem;
  top: 0;
  transform: translateY(-100%);
}

.procedure-row .icon-box {
  height: 30rem;
  display: flex;
  flex-wrap: wrap;
}

.procedure-row .icon-box .icon-box-text {
  max-height: 18rem;
  overflow-y: auto;
  scrollbar-width: thin;
  background: #fff;
  z-index: 100;
  align-self: end;
  position: relative;
  padding: 1rem 1rem 4rem;
  display: flex;
  align-items: start;
  justify-content: start;
  width: calc(100% - 0.4rem);
  text-align: left;
  gap: 1rem;
}

.procedure-row
  .flickity-slider
  > .row:nth-child(even)
  .icon-box
  .icon-box-text {
  padding: 4rem 1rem 1rem;
}

.procedure-row .icon-box .icon-box-text .num {
  color: var(--fs-color-primary);
  font-size: 2.4rem;
}

.procedure-row .icon-box .icon-box-text .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.procedure-row .icon-box .icon {
  padding: 5px;
  border: 3px solid var(--fs-color-secondary);
  border-radius: 50%;
  background-color: #fff;
}

.procedure-row .icon-box .icon-inner {
  height: 10.4rem;
  color: var(--fs-color-primary);
  background-color: var(--fs-color-secondary);
  border-radius: 50%;
  padding: 20%;
}

/*--------------------------------------------------------------
## END PROJECT PAGE
--------------------------------------------------------------*/

@media (max-width: 1360px) {
  .page-template-page-transparent-header-light #main .page-header-wrapper {
    padding: 6px 30px;
  }
}

@media (max-width: 1080px) {

		.page-template-page-transparent-header-light #main .page-header-wrapper .featured-title {
    border-radius: 0;
}
	.page-template-page-transparent-header-light #main .page-header-wrapper{
		 padding: 0;
	}

  .page-template-page-transparent-header-light #header .show-for-medium {
    display: block !important;
  }

  .page-template-page-transparent-header-light #header .hide-for-medium {
    display: none;
  }

  .page-template-page-transparent-header-light #main .page-header-wrapper {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
  }

  #header.transparent {
    padding: 0;
    margin-top: 0;
  }

  .hero-section {
    margin-top: 0;
    max-width: 100%;
    border-radius: 0;
    overflow: hidden;
  }

  .testimonials-section .testimonials-row .flickity-slider > .row {
    max-width: 50% !important;
  }
}

@media (max-width: 850px) {



  .select-resize-ghost,
  .select2-container .select2-choice,
  .select2-container .select2-selection,
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    font-size: 16px !important;
  }
  body.page-template-page-transparent-header-light {
    font-size: 16px !important;
  }
  #footer .social-row > .col > .col-inner {
    text-align: center !important;
  }

  .section-heading-title h2 {
    font-size: 40px;
  }

  .section-heading-title h3 {
    font-size: 32px;
  }

  .archive .content-row {
    padding: 50px 0 0px;
  }

  .main-btn {
    font-size: 16px !important;
    padding: 5px 45px 5px 20px !important;
  }

  .main-btn:after {
    background: url(/wp-content/uploads/arrow-right.svg) no-repeat center / 20px
      auto !important;
    top: 50%;
    right: 18px;
    width: 20px;
    height: 20px;
  }

  .button.open-video {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }

  .button.open-video:before,
  .button.open-video:after {
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    border: 40px solid #fff;
  }

  .check-list ul li {
    font-size: 16px;
    padding-left: 24px;
    margin-bottom: 10px;
  }

  .check-list ul li:before {
    font-size: 16px;
  }

  .icon-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .box .box-text.is-large h4 {
    font-size: 20px;
  }

  .box-text.hover-bounce h2,
  .box-text.hover-bounce h3,
  .box-text.hover-bounce h4,
  .box-text.hover-bounce h5 {
    font-size: 20px;
    height: 60px;
  }

  .box-text.hover-bounce {
    top: calc(100% - 8rem);
  }

  .box:hover .box-text.hover-bounce {
    transform: translateY(calc(-100% + 10rem)) !important;
  }

  .box .box-text.is-large {
    font-size: 16px;
  }

  .why-us-section .why-us-row .text.counter {
    font-size: 40px;
  }

  .testimonials-section .testimonials-row .flickity-slider > .row {
    max-width: 100% !important;
  }

  .accordion .accordion-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .accordion .accordion-item a {
    font-size: 18px;
    padding: 10px 35px 10px 0px;
  }
  .accordion .accordion-item .accordion-inner {
    padding: 10px 0;
  }

  .archive .post-item .box-blog-post .box-text {
    padding: 30px 20px;
  }

  .box-blog-post .post-title.is-xlarge a {
    font-size: 20px;
  }
  .box-blog-post .box-text .button {
    font-size: 16px;
    padding-right: 26px;
  }

  .box-blog-post .box-text .button::after {
    width: 20px;
    height: 20px;
  }

  .page-header-wrapper h1.entry-title {
    font-size: 48px;
  }

  .page-header-wrapper .breadcrumbs span,
  .page-header-wrapper .breadcrumbs a {
    font-size: 20px;
  }
  .title-breadcrumb {
    padding: 0;
  }

  .what-we-do-section .what-we-do-row h3 {
    font-size: 40px;
  }

  .teams-row .box .box-text .person-name {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .teams-row .box .box-text .person-title {
    font-size: 16px;
  }

  .teams-row .box .box-text .social-icons {
    margin-top: 0;
    font-size: 80%;
  }

  .teams-row .box .box-text {
    padding: 30px 20px;
  }

  .service-sidebar .widget {
    padding: 20px;
  }

  .single .content-row {
    padding: 50px 0;
  }

  .project-info-box {
    padding: 20px;
  }

  .title-breadcrumbs {
    padding: 0 !important;
  }

  .company-experience h3 {
    font-size: 40px;
    margin-bottom: 0px;
  }
  footer.entry-meta .tag-list-wrapper span {
    font-size: 20px;
  }

  footer.entry-meta .tag-list-wrapper a {
    font-size: 16px;
    padding: 4px 12px;
  }

  .services-section,
  .projects-section,
  .faqs-section {
    background-size: 50% auto;
  }

  .video-section .img .img-inner {
    padding-top: 40% !important;
  }
}

@media (max-width: 549px) {
  .ss-our .logo-bg {
    width: 100% !important;
    left: 0 !important;
    top: 10% !important;
  }
  .ss-our-strength .row-collapse .nd-our-strength {
    padding-right: 0 !important;
  }
  .nd-our-strength h2 {
    position: unset;
  }
  .contact-section h2 {
    font-size: 30px;
  }
  .section-heading-title h2 {
    font-size: 28px;
  }

  .section-heading-title h3 {
    font-size: 20px;
  }

  footer.entry-meta .tag-list-wrapper span {
    font-size: 18px;
  }

  footer.entry-meta .tag-list-wrapper a {
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 6px;
    margin-bottom: 6px;
  }

  .page-header-wrapper h1.entry-title {
    font-size: 36px;
  }

  .page-header-wrapper .breadcrumbs span,
  .page-header-wrapper .breadcrumbs a {
    font-size: 16px;
  }
  .button.open-video {
    width: 40px;
    height: 40px;
  }

  .button.open-video:before,
  .button.open-video:after {
    border: 28px solid #fff;
  }
  .what-we-do-section .what-we-do-row h3 {
    font-size: 36px;
  }
  .teams-row .box .box-text {
    padding: 20px;
  }

  .company-experience h3 {
    font-size: 28px;
    margin-bottom: 0px;
  }

  .company-experience {
    max-width: 150px;
    padding: 20px;
    right: 10%;
    bottom: 0;
    animation-name: expmoveobjectMobile;
  }

  .video-section .img .img-inner {
    padding-top: 55% !important;
  }

  .service-detail-section .check-list ul {
    grid-template-columns: 1fr;
    margin-bottom: 2.4rem;
  }
  #projects-tabs .nav li a {
    font-size: 14px;
    padding: 12px;
  }
}

@keyframes expmoveobjectMobile {
  50% {
    right: calc(10% + 50px);
  }
}
