/*!
Theme Name: Conbix
Theme URI: https://bicweb.vn/
Author: BICweb
Author URI: https://bicweb.vn/
Description: BICWeb.vn có gần 20 năm kinh nghiệm trong lĩnh vực thiết kế website. Chúng tôi có kinh nghiệm với nhiều ngành nghề khác nhau, từ website tập đoàn, doanh nghiệp, website thương mại điện tử, website tin tức, khách sạn nhà hàng, bệnh viện, trường học, trung tâm thương mại, báo điện tử, dược phẩm...
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bicweb
Tags: bicweb, anduc, quanghau 
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/

@import url(assets/css/components/reset.css);
@import url(assets/css/components/grid.css);
@import url(assets/css/components/modal.css);
@import url(assets/css/components/tab.css);


@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Urbanist";
  src: url("./assets/fonts/Urbanist/static/Urbanist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; 
}




::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

:root {
  --content-size: 100%;
  --primary: #ed3237;
  --second: #222;
}
@media (min-width: 576px) {
  :root {
    --content-size: 540px; 
  }
}

@media (min-width: 768px) {
  :root {
    --content-size: 720px; 
  }
}

@media (min-width: 992px) {
  :root {
    --content-size: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --content-size: 1140px; 
  }
}

@media (min-width: 1400px) {
  :root {
    --content-size: 1320px; 
  }
}
@media (min-width:1536px){
  :root {
    --content-size: 132rem;
  }
}
@media (min-width:1921px){
  :root {
    --content-size: 141rem;
  }
}
html{
  scroll-padding-top: 100px;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Montserrat", sans-serif;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif  !important;
  font-weight: 400;
  font-size: 1.6rem;
  color: #212121;
  background: #fff;
  line-height: 1.5;
  overflow: hidden auto;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

a:hover {
  color: var(--primary);
  
}

b, strong{
  font-weight: 600;
}

button,
select,
input,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}

i.fab {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

}

.bg--primary{
  background: #005596;
  color: #fff;

}

.bg--second{
  background: #04477B;
  color: #fff;

}

.c-white{
  color: #fff !important;
}


.container {
 max-width: var(--content-size) !important;
 width: 100%; 
 height: 100%;
 margin: 0 auto;
 padding: 0 15px;
}

/*.container-fluid {
  max-width: 187rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}*/

.open-menu{
  overflow: hidden;
}

/* Buttons */

.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  cursor: pointer;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition-delay: 0s;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  color: #fff;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: none;
  padding: 16px 24px;
  line-height: normal;
}

.fonts {
  font-family:'Montserrat' ;
}

.sc {
  margin-bottom: 10rem;
}

.sc-title {
  position: relative;
  margin-bottom: 3rem;

}

.sc-title h2.title{
  font-size: 4rem;
  color:#212121 !important ;
  font-family:'Montserrat' ;
  margin-bottom: 0;
  font-weight: 500;
  
}

.sc-desc {
  font-size: 2rem;
  color: #212121;
  text-align: justify;
}

.btn--primary {
  background: var(--primary);
}

.btn--second {
  background: var(--second);
}

.btn--border{
  border: 1px solid #fff;
}

.btn>* {
  position: relative;
  line-height: 1;
  z-index: 2;
}

/*.btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 3rem;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: 1;
}*/

.btn svg{
  fill: #fff;
  transition: all .3s;
  margin-left: 10px;
}

.btn:hover {
  color: #fff;
  border: 2px solid var(--primary);
  background: var(--primary) !important;
}

.btn:hover svg {
  margin-left: 15px;
}

.btn:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

.text-center {
  text-align: center;
}

.read-more{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5rem;
}

.read-more.rm-center{
  justify-content: center;
}

/* Swiper Slide*/

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-control-btn {
  border-radius: 100%;
  background: transparent;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.swiper-control-btn.swiper-button-disabled {
  cursor: default;
  opacity: .2 !important;
}

.swiper-control.anduc .swiper-control-btn {

  position: absolute;
  top: 40%;
  transform: translateY(0, -50%);
  -webkit-transform: translateY(0, -50%);
  -moz-transform: translateY(0, -50%);
  -o-transform: translateY(0, -50%);
}

.swiper-control.anduc .swiper-next {
  right: -6rem;
}

.swiper-control.anduc .swiper-prev{
  left: -6rem;
}
.swiper-pagination.anduc {
  position: absolute;
  z-index: 21;
  text-align: center;
  left: 25%;
  bottom: 20px;
  transform: translateX(-50%);
}

.swiper-pagination.anduc .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  opacity: 1;
  transition: all 0.3s;
}

.swiper-pagination.anduc .swiper-pagination-bullet-active {
  background: var(--primary);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}

.swiper-control.anduc.rel .swiper-control-btn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
}

.swiper-control.anduc.rel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  gap: 10px;
}

.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.wp-pagenavi span {
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  margin: 0 .75rem;
  border-radius: 100%;
  color: #959595;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.extend {
  border: none;
  width: auto;
  color: #999;
}

.wp-pagenavi span.current {
  border: 1px solid var(--primary);
  border-color: var(--primary) !important;
  background-color: var(--primary);
  color: #fff;
}
/*.swiper-pagination {
  display:none;
}*/
@media only screen and (max-width: 1199px) and (min-width: 1025px){

  .sc-title h2.title{
    font-size: 3rem !important;
  }
  .swiper-control-btn .img-full{
    width: 60%;
    height: 60%;
  }
  .swiper-control.anduc .swiper-next{
    right: 1.5rem;
  }
  .swiper-control.anduc .swiper-prev{
    left: 1.5rem;
  }
}
@media screen and (max-device-width: 1600px) and (min-device-width: 1440px) {
 .swiper-control.anduc .swiper-next{
  right: -5rem;
}
.swiper-control.anduc .swiper-prev{
  left: -5rem;
}
.sc-title h2.title {
  font-size: 3rem;
  color: #000;
  font-family: 'Montserrat';
  margin-bottom: 0;
  font-weight: 500;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1440px){
  .sc {
    margin-bottom: 6rem;
  }
  .sc-title h2.title{
    font-size: 2.4rem !important;
  }
  .swiper-control.anduc .swiper-next{
    right: -5rem;
  }
  .swiper-control.anduc .swiper-prev{
    left: -5rem;
  }
}
@media (max-width:576px){
  .sc{
    margin: 3rem 0;
  }

}
@media (min-width: 320px) and (max-width: 480px) {
 .swiper-pagination.anduc{
  left: 50%;
}
.body {
  font-size: 1.6rem;
}
.wp-pagenavi span {
  width: 4rem;
  height: 4rem;
}

.sc-title h2.title{
  font-size: 2.6rem;
  line-height: 3rem !important;
}
.sc-title {
  margin-bottom: 2rem;
}
.swiper-control.anduc .swiper-prev{
  left: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid var(--second);
  background: #fff;
}
.swiper-control.anduc .swiper-next{
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid var(--second);
  background: #fff;
}
/*  .swiper-control {
    display: none;
  }*/
  .swiper-pagination {
    display:block;
  }

  .swiper-pagination-bullet-active {
    background:var(--primary)
  }
  .swiper-control.anduc .img-full{
    height: 70% !important;
    width: 70% !important;
  }
}

.wp-pagenavi a {
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  margin: 0 5px  !important  ;
  border-radius: 100%;
  color: #959595;

}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
  width: auto;
  border: none;

}

.wp-pagenavi a.last:hover,
.wp-pagenavi a.first:hover {
  border: none;
  background: none;
  color: var(--primary);
  font-weight: 400;
}

.wp-pagenavi a:hover {
  border: 1px solid var(--primary);
  font-weight: 400;
  border-color: var(--primary) !important;
  background-color: var(--primary);
  color: #fff;
}

/* Section */

.bic-box-title{
  position: relative;
  margin-bottom: 5rem;
}

.bic-box-title .title{
  font-size: 5rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 3rem;
}

.bic-box-title .sc-desc p:last-child{
  margin-bottom: 0;
}

.sc{
  position: relative;
}

.pd-20{
  padding: 20px 0;
}
.pd-25{
  padding: 25px 0;
}
.pd-30{
  padding: 30px 0;
}
.pd-35{
  padding: 35px 0;
}
.pd-40{
  padding: 40px 0;
}
.pd-45{
  padding: 45px 0;
}
.pd-50{
  padding: 50px 0;
}
.pd-55{
  padding: 55px 0;
}
.pd-60{
  padding: 60px 0;
}
.pd-70{
  padding: 70px 0;
}
.pd-80{
  padding: 80px 0;
}
.pd-90{
  padding: 90px 0;
}
.pd-100{
  padding: 100px 0;
}

.mg-20{
  margin: 20px 0;
}
.mg-25{
  margin: 25px 0;
}
.mg-30{
  margin: 30px 0;
}
.mg-35{
  margin: 35px 0;
}
.mg-40{
  margin: 40px 0;
}
.mg-45{
  margin: 45px 0;
}
.mg-50{
  margin: 50px 0;
}
.mg-55{
  margin: 55px 0;
}
.mg-60{
  margin: 60px 0;
}
.mg-70{
  margin: 70px 0;
}
.mg-80{
  margin: 80px 0;
}
.mg-90{
  margin: 90px 0;
}
.mg-100{
  margin: 100px 0;
}

.pb-0{
  padding-bottom: 0 !important;
}

.pt-0{
  padding-top: 0 !important;
}

.mb-0{
  margin-bottom: 0 !important;
}

.mt-0{
  margin-top: 0 !important;
}

.mw-910{
  max-width: 910px;
  margin:0 auto
}

.mw-1200{
  max-width: 1200px;
  margin:0 auto;
}

.sec-bg{
  position: absolute;
  z-index: -1;
}

.single-contentBody .gallery{
  display: grid;
  gap: 2rem;
  margin-bottom: 30px;
}

.single-contentBody .gallery:last-child{
  margin-bottom: 0;
}

.single-contentBody .gallery.gallery-columns-1{
  grid-template-columns: repeat(1, 1fr);
}

.single-contentBody .gallery.gallery-columns-2{
  grid-template-columns: repeat(2, 1fr);
}

.single-contentBody .gallery.gallery-columns-3{
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 320px) and (max-width: 480px) {
  .single-contentBody .gallery.gallery-columns-3{
    grid-template-columns: repeat(2, 1fr);
  }
}

.single-contentBody .gallery .gallery-item a{
  display: block;
  padding-top: calc((70 / 100) * 100%);
  position: relative;
  overflow: hidden;
}

.single-contentBody .gallery .gallery-item img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.single-contentBody h1,.single-contentBody h2, .single-contentBody h3, .single-contentBody h4, .single-contentBody h5, .single-contentBody h6{
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.single-contentBody h1{
  font-size: 28px;
}

.single-contentBody h2{
  font-size: 24px;
}

.single-contentBody h3{
  font-size: 22px;
}

.single-contentBody h4{
  font-size: 20px;
}

.single-contentBody p{
  margin-bottom: 30px;
}

.single-contentBody ul{
  margin-bottom: 30px;
}

.single-contentBody ul, .single-contentBody ol{
  padding-left: 3rem;
  list-style: disc;
}

.wpcf7-spinner{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.wpcf7 form .wpcf7-response-output{
  margin:0;
  border: none;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #f5c6cb;
  color: #721c24;
}

.wpcf7 form.sent .wpcf7-response-output{
  background: #46b450;
  color: #fff;
}

.bic-loading{
  display: none;
  width: 100vw;
  height: 100vh;
  background: #ffffff7d;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100000000000;
  overflow: hidden;
}

.bic-loading img{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 100%;
}

.search-box{
  position: absolute;
  right: 15px;
  top: 14rem;
  padding: 15px 20px;
  background-color: #f0f0f0;
  z-index: 99991;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box.show{
  top: 5.7rem;
  right: -30rem;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px){
  .search-box.show{
    top: 8rem;
  }
}

.header.sticky .search-box{
  top: 5.7rem;
}

.search-box .seach-input{
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.search-box .seach-input .search-submit{
  background: var(--primary);
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  transition: all .3s;
}

.search-box .seach-input .search-submit:hover{
  background: var(--second);
}

.search-box .seach-input .search-field{
  border: none;
  background: transparent;
}

@media (max-width: 576px){
  .single-post .hero-title.pos--center .title, .single-product .hero-title.pos--center .title {
    font-size: 1.6rem !important;
    margin: 0;
  }
  .search-box{
    width: 100%;
    right: 0;
    padding: 15px;
  }
  .search-box .seach-input .search-submit{
    width: 4rem;
    height: 4rem;
  }
  .search-box .seach-input .search-field{
    width: calc(100% - 4rem);
  }
  .blog-column.swiper.slider{
    position: relative;
  }
  .swiper-control.anduc{
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 2;
  }
  

}

.post-item.no-results{
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;

}

.blog-column[data-layout="grid"][data-column="3"] .post-item.no-results{
  grid-column: 1/4;
}

.blog-column[data-layout="grid"][data-column="2"] .post-item.no-results{
  grid-column: 1/3;
}



@media (min-width: 1537px) and (max-width: 1700px){
  .bic-box-title .title{
    font-size: 4rem !important;
  }
  :root{
    --content-size: 117rem;
  }

  .container{
    max-width: 120rem;
  }

  .hero-title.pos--center .title{
    font-size: 4rem !important;
    margin: 0;
  }
}


@media (min-width: 1401px) and (max-width: 1536px){
  :root{
    --content-size: 126rem;
  }

  .container{
    max-width: 129rem;
  }

  /*.header-logo{
    width: 20rem !important;
  }*/

  .bic-box-title .title{
    font-size: 3.6rem !important;
  }

  .hero-title.pos--center .title{
    font-size: 3rem !important;
    margin: 0;
  }


}

@media (min-width: 1280px) and (max-width: 1440px){

  :root{
    --content-size: 116rem;
  }

  .container{
    max-width: 119rem;
  }

  .bic-box-title .title{
    font-size: 3.2rem !important;
  }
  .hero-title.pos--center .title{
    font-size: 3rem !important;
    margin: 0;
  }
}

/* Tablet */
@media (max-width: 992px) and (min-width: 768px) {
  :root {
    --content-size: 76rem; 
  }

  .container {
    max-width: 80rem; 
  }
}
@media (min-width:1024px) and (max-width:1199px){

  .single-post .hero-title.pos--center .title, .single-product .hero-title.pos--center .title {
    font-size: 1.6rem !important;
    margin: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1199px){
  .single-post .hero-title.pos--center .title, .single-product .hero-title.pos--center .title {
    font-size: 1.6rem !important;
    margin: 0;
  }
  .sc {
    margin-bottom: 6rem;
  }
  .swiper-control.anduc .swiper-prev {
    left: -5.5rem !important;
  }
  .swiper-control.anduc .swiper-next{
    right: -5.5rem !important;
  }
  .sc-title h2.title{
    font-size: 2.6rem !important;
  }
  .swiper-control.anduc .swiper-control-btn{
    top: 35%;
  }

  .hero-title.pos--center .title{
    font-size: 3rem !important;
    margin: 0;
  }


}
@media (min-width: 1025px) and (max-width: 1200px) {
  :root {
    --content-size: 96rem;
  }
  .container{
    max-width: 100rem;
  }
  .bic-box-title .title{
    font-size: 3rem !important;
  }
  .pd-90,.pd-80,.pd-100{
    padding: 60px 0;
  }

  .hero-title.pos--center .title{
    font-size: 3rem ;
    margin: 0;
  }


}
@media (min-width: 1200px) and (max-width: 1280px) {

  :root {
    --content-size: 100rem;
  }
  .container{
    max-width: 103rem !important;
  }
  .bic-box-title .title{
    font-size: 3rem !important;
  }
  .pd-90,.pd-80,.pd-100{
    padding: 60px 0;
  }

  .hero-title.pos--center .title{
    font-size: 3rem ;
    margin: 0;
  }
  

}
@media (min-width: 993px) {

}
@media (min-width: 768px) and (max-width: 1024px) {
 .breadcrumb-title-ls-point, .breadcrumb-title-ls{
  display: none;
}
.swiper-pagination.anduc{
  left: 50%;
}
.sc {
  margin-bottom: 3rem;
}
.bic-box-title .title{
  font-size: 2.8rem !important;
}
.pd-90,.pd-80,.pd-100{
  padding: 60px 0;
}
.mg-60,.mg-50,.mg-80{
  margin: 40px 0;
}

.swiper-control.anduc .swiper-next {
  right: 1rem !important;
}

.swiper-control.anduc .swiper-prev{
  left: 1rem !important;
}
.sc-desc{
  font-size: 1.6rem;

}
.sc-desc b {
  font-size: 1.8rem;
  font-weight: 500;

}

.sc-title h2.title{
  font-size: 2.6rem !important;
}

.hero-title.pos--center .title{
  font-size: 2.2rem !important  ;
  margin: 0;
}
.detail-product .title,
.detail-post .title,
.single-post .hero-title.pos--center .title, .single-product .hero-title.pos--center .title {
  font-size: 1.6rem !important  ;
  margin: 0;
}

}
@media  (max-width: 767px) {
  html{
    overflow: hidden auto;
    scroll-padding-top: 0;
  }

  .hero-title.pos--center .title{
    font-size: 2rem !important  ;
    margin: 0;
  }
  .detail-product .title,
  .detail-post .title,
  .single-post .hero-title.pos--center .title, .single-product .hero-title.pos--center .title {
    font-size: 1.6rem !important  ;
    margin: 0;
  }
  .breadcrumb-title-ls-point, .breadcrumb-title-ls{
    display: none;
  }

}
@media (min-width: 481px) and (max-width: 767px) {

  .bic-box-title{
    margin-bottom: 30px !important;
  }

  .bic-box-title .title{
    font-size: 2.6rem !important;
    margin-bottom: 3rem;
  }

  .pd-90,.pd-60,.pd-100,.pd-80{
    padding: 50px 0;
  }

  .mg-60,.mg-50,.mg-80{
    margin: 30px 0;
  }

  .btn{
    padding: 14px 18px;
  }

}
@media (min-width: 320px) and (max-width: 480px) {

  .bic-box-title .title{
    font-size: 2.2rem !important;
    margin-bottom: 2rem;
  }

  .bic-box-title{
    margin-bottom: 30px !important;
  }

  .pd-90,.pd-60,.pd-80,.pd-100{
    padding: 0;
  }

  .mg-60,.mg-50,.mg-80{
    margin: 30px 0;
  }

  .btn{
    padding: 12px 16px;
  }

  .read-more{
    margin-top: 3rem;
  }



  .single-contentBody h1, .single-contentBody h2, .single-contentBody h3, .single-contentBody h4, .single-contentBody h5, .single-contentBody h6{
    margin-bottom: 16px;
  }

  .single-contentBody p{
    margin-bottom: 16px;
  }
  .pagination {

    padding-bottom: 4rem;
  }
  
}

/*WMPL*/

.wpml-ls-legacy-list-horizontal a{
  padding: 0;
}


.swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  border-radius: 0;
  width: 30px;
  height: 2px;
  background: #555;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--primary);
}

.hero-banner{
  position: relative;
  display: flex;
}
.hero-title.pos--center {
  position: absolute;
  top: 50%;
  left:calc((100vw - var(--content-size)) / 2);
  transform: translateY(-50%);
}
#breadcrumbs a, #breadcrumbs span, .hero-title.pos--center h1 {
  color: #fff;
}
.hero-title.pos--center .title {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: normal;
}

.pagination a {
  color: #555;
}
.pagination {
  text-align: center;
  padding-top: 4rem;
}
.page-numbers.current {
  border-color: var(--primary);
  padding: 5px 1rem;
  color: #fff;
  background-color: var(--primary);
}
.page-numbers{
  border: 1px solid #555;
  padding: 5px 1rem;
  color: #fff;
  background:transparent;
}
.next.page-numbers, .prev.page-numbers{
  border: none;
  color: #555;
}


/*.main.home-page, .main {
  overflow: hidden;
}
*/


/*btn-control*/
.bn {
  width: 6rem;
  height: 6rem;
  background: #FFF;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bn:hover{
  background-color:#ED3237;
  cursor: pointer;
}

.bn:hover svg path,
.bn:hover svg circle,
.bn:hover svg rect {
  fill: #fff;
}

.button-ctrl {
  padding: 17px 40px;
  border: 1px solid var(--primary);
  border-radius: 30px;
}
.button-ctrl{
  display: inline-flex;
  gap: 5px;
}
.button-ctrl span{

  color: var(--primary);
  display: flex !important;
  align-items: center  !important;

  
}
#tuvan span{
  display: flex;
  align-items: center;
}
.button-ctrl svg path{
  fill: var(--primary);
}

.button-ctrl:hover {
  background-color: var(--primary);
}

.button-ctrl:hover span {
  color: #fff;
}

.button-ctrl:hover svg path {
  fill: #fff;
}

.box-title .title{
  font-size: 3.6rem;
  font-weight: 600;
  line-height: normal;
}


@media (min-width:576px){

  .service-left .related_service .scroll-box {
    position: sticky;
    top: 120px;
  }
  h1.title-single-post {
    font-size: 2.6rem !important;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin-bottom: 1.2rem;
  }
  .single-contentHead {
    padding-bottom: 1rem;
  }
}
.__see_more img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: cover;
}
.__see_more a {
  display: inline-flex;
  position: relative;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 22px;
  border: 1px solid #CCC;
  overflow: hidden;
  color: #131313;
  background: transparent;
  text-decoration: none;
  z-index: 1;
}
.__see_more span {
  color: #131313;
  font-family: Montserrat;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.__see_more a:hover {
  color: #fff;
  border-color: var(--primary);
  z-index: 1;
  background-color: var(--primary);
}
.meta-item.pauthor {
  display: flex;
  align-items: center;
  gap: 5px;
}



/*responsive*/
@media (max-width:576px){
  .box-title .title {
    font-size: 1.8rem;
  }
  .archive-page, .single-page{
    padding: 5rem 0 !important;
  }
  .title-single-post {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .bn {
    width: 4.5rem;
    height: 4.5rem;
  }
  .__see_more a{
    padding: 5px 15px !important;
  }
  .button-ctrl span, .__see_more span{

    font-size: 1.4rem !important;

  }

}
@media (max-width:1024px) and (min-width:577px){
  .archive-page, .single-page{
    padding: 6rem 0 !important;
  }
  .box-title .title{
    font-size: 1.8rem;
  }
  .bn {
    width: 4.5rem;
    height: 4.5rem;
  }
  .button-ctrl span, .__see_more span, .box-cat span{
    font-size: 1.4rem !important;
  }
  .__see_more a,.button-ctrl{
    padding: 5px 15px !important;
  }
}

@media (min-width:1280px) and (max-width:1600px){
  .box-title .title {
    font-size: 2rem;
  }
  .bn {
    width: 4.5rem;
    height: 4.5rem;
  }
  .button-ctrl span, .__see_more span, .box-cat span, .__see-more a, .__see-more span{
    font-size: 1.4rem !important;
  }
  .button-ctrl, .__see_more a {
    padding: 5px 15px !important;
  }



}

@media (max-width:1600px){
  .single-page.page-single-service .service-right p,
  .meta-item.pauthor span, .meta-item.pauthor, 
  .box-content-project,
  .single-project .box-info-project .__item_project .__name_project,
  .__item_project span {
    font-size: 1.4rem !important;
  }
}



@media (max-width:576px){
  .wp-pagenavi a.last, .wp-pagenavi a.first {
    display: none;
  }
}