
/* Padding below the footer and lighter body text */

body {
  padding-top: 114px;
  color: #5a5a5a;
  font-family: 'supermarketregular', sans-serif !important;
}

.logo {
  width: 110px;
}

nav {
  background-color: #ff9900;
}

.nav-item.active .menuOVER::after {
  border-bottom: 4px solid #ff9900;
}

.nav-link:hover .menuOVER::after {
  border-bottom: 4px solid #ff9900;
}
.navbar-dark .navbar-nav .nav-link{
  display: flex;
  align-items: center;
}
.nav-link .menuOVER {
  position: relative;
}

.nav-link .menuOVER::after {
  content: "";
  -webkit-transition: border 0.1s;
  -moz-transition: border 0.1s;
  transition: border 0.1s;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.product_item::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ccc;
  position: absolute;
  left: 0;
  top: 40px;
}
.media .media-body{
  width: auto;
  display: inline-block;
  flex: 1.5;
}
.menubar {
  width: 100%;
  height: 90px;
}

.menucontact {
  width: 100%;
  background-color: transparent;
  height: 45%;
}

.menucontact .topbar_wrap {
  display: flex;
  align-items: center;
  color: white;
  margin: 0 1rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.topbar_wrap img {
  height: 30px;
  margin-right: .5rem;
}

.topbar_wrap h5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.topbar .circleIcon {
  width: 30px;
  height: 30px;
  margin: 0 .2rem;
  background-color: #2b2523;
  display: flex;
}

.search {
  margin-top: 1px;
  margin-right: 1.5rem;
  position: relative;
}
.search  select{
  width: 100%;
  margin-right: .2rem;
}
.search .selectProductCat{
  position: absolute;
  left: 0;
  width: 100%;
  top: 35px;
  display: none;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition:  all .2s;
  transition:  all .2s;
  justify-content: center;
  align-items: center;
}


.search .selectProductCat.active{
  display: flex;
  opacity: 1;
}
.search input {
  height: 32px;
  border: none;
}

.search button {
  height: 32px;
  border: none;
  cursor: pointer;
}
.productMenu{

  width: 100%;
  top: 114px;
  height: auto;
  max-height: 73vh;
  position: fixed;
  z-index: 9999;
  background-color: #ccc;
  display: none;
}

.productMenu .row{
  padding: 2rem 17rem;
}

.productMenu .col-4{
  margin: .5rem 0;
}

.productMenu a{
  color: #6a6a6a;
  flex-flow: column;
  width: 100%;
}

.productMenu a:hover{
  text-decoration: none;
}

.media img{
  height:  160px;
  margin-bottom: 10px;

}
.menu {
  width: 100%;
  background-color: #2b2523;
  height: 55%;
  padding: 0 .6rem;
}

.menu .nav-item {
  font-size: 21px;
  padding: 0 1vw;
}

.menu .collapse {
  height: 100%;
}

.flag {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 5px;
}

.flag img {
  width: 22px;
  margin-top: 2px;
}

.flag h5 {

  margin: 0 8px;
  margin-top: .3rem;
}

.lineVer {
  height: 25px;
  width: 1px;
  background-color: white;
}

.svg *{
  fill: black;
  }

.mail:hover{
  background-color: #00c1b6;
}

.line:hover{
  background-color: #05c100;
}

.facebook:hover{
  background-color: #3b5998;
}

.map:hover{
  background-color: #c10e00;
}


.footerIcon:hover .svg *{
  fill: white;
}




/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */


/* Carousel base class */

.carousel {
  margin-bottom: 2rem;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}


/* Declare heights because of positioning of img element */

.carousel-item {
  height: 40rem;
  background-color: #777;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/* MARKETING CONTENT
  -------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
  ------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.head_topic {
  text-align: center;
  margin-bottom: 2rem;
}

.head_topic h1 {
  display: inline-block;
  font-size: 3.5rem;
  border-bottom: 2px solid black;
}

.card.cardsetting {
  border: none;
  overflow: hidden;
}

.bannerHead .bannerGradient {
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerTitle {
  text-align: center;
  color: white;
  padding: 0 15vw;
}

.bannerTitle h1 {
  font-size: 64px;
}

.bannerTitle p {
  font-size: 32px;
}

.mainBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: left;
  z-index: 1;
  padding: 20px 10px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
  pointer-events: none;
}
.marketing .squareBox.card img{
  -webkit-transition: All 0.3s;
  /* Safari */
  transition: All 0.3s;
  object-fit: cover;
height: 100%;
}

.card:hover .mainBox ,.card.hover .mainBox{
  opacity: 1;
  pointer-events: auto;
}
.marketing .btn{
  -webkit-transition: All 0.2s;
  /* Safari */
  transition: All 0.2s;
}
.marketing .btn:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}

.m-row-contact .m-contact-box:nth-child(1) img{
  content:url("../images/our-images/contact-office.png");
}

.m-row-contact .m-contact-box:nth-child(2) img{
    content:url("../images/our-images/contact-mobile.png");
}

.m-row-contact .m-contact-box:nth-child(3) img{
   content:url("../images/our-images/contact-line.png");
}

.m-row-contact .m-contact-box:nth-child(4) img{
    content:url("../images/our-images/contact-ggMap.png");
}


.m-row-contact .m-contact-box:nth-child(1):hover img,.m-row-contact .m-contact-box:nth-child(1).hover img{
  content:url("../images/our-images/contact-office_hover.png");
}

.m-row-contact .m-contact-box:nth-child(2):hover img,.m-row-contact .m-contact-box:nth-child(2).hover img{
    content:url("../images/our-images/contact-mobile_hover.png");
}

.m-row-contact .m-contact-box:nth-child(3):hover img,.m-row-contact .m-contact-box:nth-child(3).hover img{
   content:url("../images/our-images/contact-line_hover.png");
}

.m-row-contact .m-contact-box:nth-child(4):hover img,.m-row-contact .m-contact-box:nth-child(4).hover img{
    content:url("../images/our-images/contact-ggMap_hover.png");
}


.product .card:hover img,.product .card.hover img{
  transform: scale(1.2);
}

.mainBox p {
  font-size: 21px;
}

.mainBox button {
  float: right;
  background-color: #ff7e00;
  border-radius: 8px;
  color: white;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  margin-right: 5px;
  padding-top: .3rem;
}

.titlebox {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: right;
  padding: 10px 1.25rem;
  z-index: 2;
}

.gradientBox {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+40,000000+100&0+40,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.banner_contact {
  margin-top: 2rem;
  height: 600px;
  background-image: url('../images/banner_contact.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.bannerGradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.banner_contact .container {
  position: relative;
  bottom: 0;
  text-align: right;
}

.banner_contact .container h1,
.banner_contact .container p {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.85), -1px -1px 0 rgba(0, 0, 0, 0.45), 1px -1px 0 rgba(0, 0, 0, 0.45), -1px 1px 0 rgba(0, 0, 0, 0.45), 1px 1px 0 rgba(0, 0, 0, 0.45);
}

.banner_contact .container h1 {
  color: #ffa200;
}

.banner_contact .container p {
  color: white;
  font-size: 38px;
}



.head_topic_box {
  background-color: #c1c1c1;
  padding: .5rem 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.head_topic_box h3 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  margin-top: 5px;
  margin-bottom: 0;
}

.card_detail .card_details_img {
  width: 40%;
}

.card_detail .detail {
  width: 60%;
  padding-left: 10px;
}

.card_detail .detail .btn {
  background-color: #ff7e00;
  border-radius: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .7rem;
}

.feedback .carousel-inner {
  background-color: #ffa203;
}

.feedback .carousel-inner .carousel-item {
  background-color: #FFA202;
  display: flex;
  align-items: center;
  height: auto !important;
  padding: 3rem 0;
}

.feedback .card {
  background-color: transparent;
  border: none;
}

.feedback .card-body img {
  width: 40%;
  margin-right: 1rem;
}

.feedback .card-body p {
  width: 60%;
}

.feedback .card-body {
  display: flex;
  padding: 1rem;
  align-items: center;
}

.banner_service {

  height: auto;
  background-image: url('../images/banner_service.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner_service .container {
  position: relative;
  bottom: 0;
  text-align: left;
}

.banner_service h2 {
  color: #ff6600;
  font-size: 46px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.banner_service p {
  font-size: 24px;
}

.banner_service .bannerOpacity {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}

.titleLoveclients {
  text-align: center;
  margin-bottom: 2.5rem;
}

.clients {
  margin-bottom: 4rem;
}

.jumbotron.newoffice {
  position: relative;
  margin-bottom: 1rem;
}

.overflowDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}

.overflowDiv .detail {
  padding: 2rem;
}

.overflowDiv .detail img {
  margin-bottom: 1rem;
}

.jumbotron.service_box {
  text-align: center;
  background-color: #cccccc;
  margin-bottom: 0;
}

.service_box .row {
  width: 100%;
}

.service_box img {
  margin-bottom: 1rem;
}

.service_box h4 {
  font-size: 1.7vw;
}

.service_box p {
  font-size: 1.1vw;
}

footer.jumbotron {
  background-color: #363636;
  margin-bottom: 0;
}

footer li {
  color: white;
  font-size: 24px;
}

footer h1 {
  color: white;
  border-bottom: 2px solid white;
  display: inline-block;
}

footer p {
  font-size: 24px;
  color: white;
}

footer .row.icon_circle {
  padding-left: 25px;
}

.qrCode {
  margin-top: 1rem;
  width: 80%;
}

footer .row.icon_circle .col-lg-2 {
  padding: 0 5px;
}

.circleIcon {
  width: 100%;
  background-color: white;
  display: flex;
}
.feedbackMobile{
  display: none;
}

.feedback_desktop{
  display: block;
}

.mobileMenu li{
  text-align: center;
  font-size: 19px;
  border-bottom: 2px solid #525252;
}

.mobileMenu li:last-child {
  border-bottom: none;
}

.mobileMenu .dropdown-menu {
  width: 100%;
}

.footerMobile{
  display: none;
}


.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;
}
.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

.slick-track{
  display: flex !important; 
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
	col-sm-2-5 {
		width: 40%;
		float: left;
	}
	col-sm-3-5 {
		width: 60%;
		float: left;
	}
	col-sm-4-5 {
		width: 80%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.col-md-2-5 {
		width: 40%;
		float: left;
	}
	.col-md-3-5 {
		width: 60%;
		float: left;
	}
	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
	.col-lg-2-5 {
		width: 40%;
		float: left;
	}
	.col-lg-3-5 {
		width: 60%;
		float: left;
	}
	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

.wrap_cotactMe{
  display: flex;
  align-items: center;
}

.wrap_cotactMe .btn{
  background-color: #ffa203;
  color: white;
  font-size: 21px;
}

.wrap_cotactMe .btn.emailBtn{
  background-color: white;
  color: black;
}

.service_slide .slick-slide {
text-align: center;

}

.service_box_mobile{
  display: none;
}

.service_box_mobile_wrap{
  background-color: #cccccc;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header{
  transition: all .5s;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  transition-timing-function: ease-out;
}

.search_bar{
  position: fixed;
  top: 66px;
  width: 100%;
  z-index: 100;
  display: none;
  background-color: white;
}
.search_bar input{
  border:  1px solid rgb(235, 235, 235);
}

.search_bar .selectProductCat{
  display: flex;
  align-items: center;
}

.lang{
  display: none;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

.btn-toTop{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.hideLang{
  display: none;
}
.callAction{
  display: none;
}
.callAction .wrapCall{
  display: block;
  height: 10vw;
}
.callAction .wrapCall a{
  width: auto;
  overflow:hidden;
  color: white;
}
.callAction .wrapCall img{
  height: 100%;
  margin-right: 1rem;
}
.callAction .wrapCall div{
  height: 100%;
}
/* RESPONSIVE CSS
  -------------------------------------------------- */
  @media (max-width: 1258px) {
.menu .nav-item{
      padding: 0 .2rem;
    }
  }

  @media (max-width: 1199px) {
    .banner_service h2{
        font-size: 36px;
        }

        .wrap_cotactMe .btn{
          font-size: 16px;
        }
      }


  @media (max-width: 1165px) {
    .menu .nav-item{
         font-size: 1.45vw;
        }

        .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0 .2rem !important;
      }
      }
@media (max-width: 991px) {
  /* Bump up size of carousel content */
.hideLang{
  display: block;
}
  body {
    padding-top: 66px;
  }
  .bannerHead .carousel-item {
    max-height: 50vw;
  }
  .lang{
    display: block;
    z-index: 999;
  }
  .imgMobile {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
  }
  .carousel {

    margin-top: 3rem;
  }
  .search_bar{
    display: block;
  }
  .bannerHead img {
    display: none;
  }
  .bannerTitle h1 {
    font-size: 8vw;
  }
  .bannerTitle {
    padding: 0 2rem;
  }
  .bannerTitle p {
    font-size: 3vw;
  }
  .menubar {
    display: none;
  }
  .logo {
    width: 50px;
  }
  .head_topic{
    margin-bottom: 1rem;
  }

  .head_topic h1{
   font-size: 36px;
  }
   .mainBox p{
    font-size: 32px;
  }
  .mainBox button{
    font-size: 21px;
  }
  .titlebox h4{
    font-size: 26px;
  }

  .product .col-6 .mainBox p{
    font-size: 21px;
  }
  .head_topic_box {
    margin-bottom: 1rem;
  }
  .head_topic_box h3 {
    font-size: 4vw;
  }
  .feedbackMobile{
    display: block;
  }

  .feedback_desktop{
    display: none;
  }

  .service_box p{
    font-size: 1.8vw;
  }

  .service_box h4{
    font-size: 2.5vw;
  }

  .service_box .col-md-2{
    max-width: 20%;
    padding: 0 .2rem;
  }

  .service_box  .row{
    margin: 0;
  }

  .service_box  img{
    width: 50%;
  }

  .banner_contact .container{
    margin: 0 1rem;
    width: 100%;
    max-width: 100%;
  }

  .banner_contact h1{
    font-size: 6.8vw;
  }

  .banner_contact .container p {
    font-size: 5vw;
  }


  .banner_contact{
    height: 65vw;
  }

  .footerDesktop{
    display: none;
  }

  .footerMobile{
    display: flex;
  }
.footerMobile .row{
  width: 100%;
  margin: 0;
}

.footerMobile .col-12{
  display: flex;
  align-items: center;
  justify-content: center;
}
  .footerMobile .circleIcon{
    width: 60px;
    height: 60px;
    margin: 0 .5rem;
    margin-bottom: 1rem;
  }
  .footerMobile .col-12 h1{

    font-size: 5.6vw;
  }
  .footerMobile .detail p{
    text-align: center;
    font-size: 2.6vw;
  }


}
@media (max-width: 767px) {
  .service_box {
    display: none;
  }
  .service_box_mobile{
    display: block;
  }
  .product .col-6 .mainBox p{
    font-size: 14px;
  }
 .product .col-6 .mainBox button{
    font-size: 18px;
  }
  .product .col-6 .titlebox h4{
    font-size: 16px;
  }
  .overflowDiv .detail{
    padding: 1rem;
  }
  .overflowDiv .detail  img{
    width: 50px;
    margin-bottom: 10px;
  }


  .slide_wrap .card  h4{
    font-size :3vw;
  }
  .overflowDiv h3{
    color: white;
    font-size: 18px;
    text-shadow: 1px 1px 2px black;
  }

  .slide_wrap .card img{
    width: 30%;
  }


}
@media (max-width: 550px) {
  .slide_wrap .card  h4{
    font-size :4.5vw;
  }
  .mainBox p{
    font-size: 24px;
  }
  .card_details .detail h4{
      font-size: 4.5vw;
      margin-bottom: .25rem;
      }

      .card_details .detail p{
        font-size: 3vw;
        margin-bottom: .25rem;
      }

      .card_details .detail .btn{
        font-size: 3.5vw;
        padding-top: .3rem;
        padding-bottom: .3rem;
      }
      .product p{
        font-size: 5.5vw;
      }
      .product .col-6 .mainBox{
        padding: .5rem;
      }
      .product .col-6 .mainBox p{
        font-size: 3.6vw;
        margin: 0;
        margin-bottom: .5rem;
      }

      .product .col-6 .titlebox h4{
        font-size: 4vw;
        margin-bottom: 0;
      }
      .product .col-6 .mainBox button{
        font-size: 3vw;
      }

      .banner_service  h2{
        font-size: 7vw;
      }

      .banner_service  p{
        font-size: 4.5vw;
      }

      .footerMobile .detail p{
        text-align: center;
        font-size: 3.2vw;
      }
      .footerMobile .col-12 h1{

          font-size: 6vw;
        }

        .footerMobile .circleIcon{
          width: 40px;
          height: 40px;
          margin: 0 .2rem;
          margin-bottom: .5rem;
        }

        .overflowDiv .detail{
          padding: 1rem;
        }
        .overflowDiv .detail  img{
          width: 50px;
          margin-bottom: 10px;
        }
        .overflowDiv h3{
          color: white;
          font-size: 18px;
          text-shadow: 1px 1px 2px black;
        }



}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.modalSetting{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  margin: 0 auto;
}

.modalSetting .modal-body{
  text-align: center;
}
.nounderline,.nounderline:hover{
  text-decoration: none;
}

a button{
  cursor: pointer;
}

.slide_wrap{
width: 100%;
padding: .5rem 0;
background-color: #ff9900;
}

.slide_wrap .card{
  background-color: transparent;
  border: none;
}

.slide_wrap .card .card-body{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}


.responsive  .slick-slide img{
  margin: 0 auto;
}
.slide_wrap  .card img{
  margin-right: 1.5rem;
}

.responsive  .slick-slide img{
  padding: 1rem;
}

.btnConntact{
  background-color: #fa9f03;
  font-size: 18px;
  color: white;
}

@media only screen and (max-device-width: 1024px) {
  .banner_contact,.banner_service {
      background-attachment: scroll;
  }

  .callAction{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
.lang{
  bottom: 3rem;
}
  .btn-toTop{
    bottom: 3rem;
    display: none;
    z-index: 999;
  }
}
