@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');

body{

  font-family: 'Roboto', sans-serif;

    font-size: 15px;

    line-height: 23px;

}

.container-fluid {

    padding-right: 30px;

    padding-left: 30px;

    width: 100%;

}


header.is-sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
}


.owl-prev{

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    }

 .owl-next{



    position: absolute;

        

    top: 50%;

    right: 0;

        

    transform: translateY(-50%);

    }

    .slider-home  .owl-prev{

      left: 20px;

    }

    .slider-home  .owl-next{

      right: 20px;

    }

 .owl-nav >div{

  background-color: #fff;

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  color: #333;

  font-size: 15px;

  border-radius: 50%;

  border: 1px solid #1e3d37;



  padding: 0;

    }

   

    img {

        -webkit-transition: all 0.7s ease;

        transition: all 0.7s ease;

    }

    .support-online {

        position: fixed;

        z-index: 999;

        left: 15px;

        bottom: 30px;

        top: auto !important

      }



      .support-online a {

        position: relative;

        margin: 20px 10px;

        text-align: left;

        width: 40px;

        height: 40px

      }



      .support-online i {

        width: 40px;

        height: 40px;

        background: #43a1f3;

        color: #fff;

        border-radius: 100%;

        font-size: 20px;

        text-align: center;

        line-height: 1.9;

        position: relative;

        z-index: 999

      }



      .support-online a {

        display: block

      }



      .support-online a span {

        border-radius: 2px;

        text-align: center;

        background: #fb2644;

        padding: 9px;

        display: none;

        width: 180px;

        margin-left: 10px;

        position: absolute;

        color: #ffffff;

        z-index: 999;

        top: 0px;

        left: 40px;

        transition: all 0.2s ease-in-out 0s;

        -moz-animation: headerAnimation 0.7s 1;

        -webkit-animation: headerAnimation 0.7s 1;

        -o-animation: headerAnimation 0.7s 1;

        animation: headerAnimation 0.7s 1

      }



      .support-online a:hover span {

        display: block

      }



      .support-online a span::before {

        content: "";

        width: 0;

        height: 0;

        border-style: solid;

        border-width: 10px 10px 10px 0;

        border-color: transparent #fb2644 transparent transparent;

        position: absolute;

        left: -10px;

        top: 10px

      }



      .kenit-alo-circle-fill {

        width: 60px;

        height: 60px;

        top: -10px;

        position: absolute;

        -webkit-transition: all 0.1s ease-in-out;

        -moz-transition: all 0.1s ease-in-out;

        -ms-transition: all 0.1s ease-in-out;

        -o-transition: all 0.1s ease-in-out;

        transition: all 0.1s ease-in-out;

        -webkit-border-radius: 100%;

        -moz-border-radius: 100%;

        border-radius: 100%;

        border: 2px solid transparent;

        -webkit-transition: all .1s;

        -moz-transition: all .1s;

        -o-transition: all .1s;

        transition: all .1s;

        background-color: rgba(0, 175, 242, 0.5);

        opacity: .75;

        right: -10px

      }



      .kenit-alo-circle {

        width: 50px;

        height: 50px;

        top: -5px;

        right: -5px;

        position: absolute;

        background-color: transparent;

        -webkit-border-radius: 100%;

        -moz-border-radius: 100%;

        border-radius: 100%;

        border: 2px solid rgba(30, 30, 30, 0.4);

        opacity: .1;

        border-color: #0089B9;

        opacity: .5

      }



      .support-online .btn-support {

        cursor: pointer

      }



      @-webkit-keyframes pulse {

        0% {

          -webkit-transform: scale(1.1);

          transform: scale(1.1)

        }



        50% {

          -webkit-transform: scale(0.8);

          transform: scale(0.8)

        }



        100% {

          -webkit-transform: scale(1.1);

          transform: scale(1.1)

        }

      }



      @keyframes pulse {

        0% {

          -webkit-transform: scale(1.1);

          -ms-transform: scale(1.1);

          transform: scale(1.1)

        }



        50% {

          -webkit-transform: scale(0.8);

          -ms-transform: scale(0.8);

          transform: scale(0.8)

        }



        100% {

          -webkit-transform: scale(1.1);

          -ms-transform: scale(1.1);

          transform: scale(1.1)

        }

      }

      #scrollUp {

        background: #fff;

        color: #333;

        border: 1px solid #333;

        bottom: 40px;

        right: 40px;

        border-radius: 100px;

        height: 47px;

        width: 47px;

        font-size: 18px;

        text-align: center;

        line-height: 45px;

        box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);

        transition: 0.3s;

        display: inline-block;

        position: fixed;

        bottom: 62px;

        right: 10px;

        cursor: pointer;

        z-index: 99999;

      }

      #scrollUp:hover {

        background-color: #333;

        color: #fff;

      }







  .btn-active-view {

    background-image: linear-gradient(to right,#85b348,#92cc2e,#85b348);

    color: #fff;

    padding: 7px 20px;

    border-radius: 20px;

}

.hover-zoom:hover img{

  transform: scale(1.05);

}

.hover-zoom{

  overflow: hidden;

}

.item-product  .img img{

  height: 270px;

  object-fit: cover;

}



/* css review */

.add-review textarea{

  width: 100%;

  height: 150px;

  font-size: 15px;

  margin-top: 10px;

  border:1px solid #ddd;

  margin-bottom: 10px;

}

.add-review  input[type=text]{

  width: 100%;

  height: 50px;

  border: 1px solid #ddd;

  font-size: 15px;

}

.add-review .write-review__button {

  padding: 0;

  padding: 0 36px;



}

.aside-category ul li::before{

  content: '';

  position: absolute;

  top:8px;

  left: 0;

  width: 6px;

  height: 6px;

  background: #8d3e20;

}

aside .section-title{

  padding: 10px 4px;

  background-size: 60% 100%;

}

.map iframe{

  width: 100%;

  height: 500px;

}

.section-title{

  background-size: 35% 54%;

}







header .nav-item form input[type=text]{

  border: 1px solid #249045;

}

header .nav-item form input[type=text]::-webkit-input-placeholder { /* Edge */

  color:#249045;

}



header .nav-item form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #249045;

}



header .nav-item form input[type=text]::placeholder {

  color: #249045;

}

.why-section .item .img img{

  border-radius: 50%;

}

.oder-home select{

  width: 100%;

  height: 40px;

  padding: 0;

  font-size: 15px;

  padding-left: 10px;

  margin-bottom: 10px;

  border:1px solid #ddd;

}

.oder-home p{

  width: 100%;

}

.sort-1 {

  float: right;

}

.sort-1 select{



    width: 250px;

    height: 40px;

    font-size: 15px;

    border: 1px solid #249045;

  background: none;

    margin-left: 10px;

    appearance: auto!important;

}

.category-home .text  span{

  background: #f1ec3c;

  border: 1px solid #249045;

  color: #249045;

  font-weight: bold;

}

.item-product  .box-pro-buy {

  z-index: 9;

  position: relative;

  width: 80%;

  margin: 10px auto 0;

}

.item-product  .box-pro-buy .btn {

  text-transform: none;

  font-size: 14px;

  background: #1E3D37;

  border-color: #1E3D37;

  border-radius: 40px;

  padding: 7px 10px;

  cursor: pointer;

  border-width: 1px;

  font-weight: 500;

  -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);

  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);

  box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);

  overflow: hidden;

  position: relative;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  transition: all 0.3s ease;

  width: 100%;

}

.item-product  .box-pro-buy .btn span {

  margin-left: -20px;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.item-product  .box-pro-buy .btn .icon {

  position: absolute;

  top: 0;

  right: 0;

  width: 35px;

  bottom: 0;

  background: #fff;

  border-radius: 50%;

  color: #1E3D37;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  transition: all 0.3s ease;

  line-height: 38px;

}

.item-product  .box-pro-buy .btn:hover {

  background: #2f5f56;

  border-color: #2f5f56;

}

.item-product  .box-pro-buy .btn:hover .icon {

  background: #2f5f56;

  color: #fff;

}

.item-product  .box-pro-buy .btn:hover span {

  margin-left: -10px;

}

.btn {

  border-radius: 0px;

  text-transform: uppercase;

  background: #1E3D37;

  border-color: #1E3D37;

  color: #fff;

  display: inline-block;

  font-weight: 500;

  position: relative;

  overflow: hidden; }

  .btn:hover {

    color: #fff;

    background: #0d1b18;

    border-color: #0d1b18; }

    .btn:hover:after {

      -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);

      animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1); }

  .btn:after {

    content: '';

    position: absolute;

    top: 0;

    left: 150%;

    width: 200%;

    height: 100%;

    -webkit-transform: skewX(-20deg);

    transform: skewX(-20deg);

    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent); }

    .tab-detail button.active{

      background-color: #1e3d37;

      color: #fff;

    }

    .main-new .content-new  .item  .img img{

      height: 270px;

    }

    .service-internet  .slider-internet   .owl-prev{

      left: -52px;

  }

  .service-internet  .slider-internet   .owl-next{

      right: -52px;

  }

  .service-internet  .slider-internet   .owl-nav >div{

      width: 40px;

      height: 40px;

      line-height: 40px;

  }

  .content-data-package  p{

    margin-bottom: 10px;

  }

  .main-data-detail .slider-services  .owl-prev{

    left: 0px;

}

.main-data-detail .slider-services  .owl-next{

    right: 0px;

}

.main-data-detail .slider-services  .owl-nav >div{

    width: 40px;

    height: 40px;

    line-height: 40px;

}

.high-package   .slider-high-package    .owl-prev{

  left: -52px;

}

.high-package   .slider-high-package    .owl-next{

  right: -52px;

}

.high-package   .slider-high-package    .owl-nav >div{

  width: 40px;

  height: 40px;

  line-height: 40px;

}

.list-internet {

  position: relative;

}

.list-internet::before{

  background: url('../img/bg-combo-it-1.png') 0 0 no-repeat;

  background-size: cover;

  content: "";

  height: 535px;

  left: 0;

  position: absolute;

  top: 0;

  width: 412px;

}

.list-internet:after {

  background: url('../img/bg-combo-it-2.png') 0 0 no-repeat;

  background-size: cover;

  content: "";

  height: 535px;

  position: absolute;

  right: 0;

  top: 0;

  width: 338px;

}

.list-internet   .slider-high-package     .owl-prev{

  left: -52px;

}

.list-internet   .slider-high-package    .owl-next{

  right: -52px;

}

.list-internet   .slider-high-package    .owl-nav >div{

  width: 40px;

  height: 40px;

  line-height: 40px;

}

.main-internet-detail   .slider-services  .owl-prev{

  left: 0;

}

.main-internet-detail .slider-services  .owl-next{

  right: 0;

}

.main-internet-detail   .slider-services  .owl-nav >div{

  width: 40px;

  height: 40px;

  line-height: 40px;

}

.slider-high-package-2   .owl-prev{

  left: -52px;

}

.slider-high-package-2    .owl-next{

  right: -52px;

}

.slider-high-package-2    .owl-nav >div{

  width: 40px;

  height: 40px;

  line-height: 40px;

}

.content-question  ul.tabs li{

  padding: 10px 20px;

}

/* Accordion

================================================== */

.acc__card {

  position: relative;

}

.acc p{

  margin-bottom: 10px;

}

.acc__title {

  background: #fff;

  color: #212121;

  cursor: pointer;

  display: block;

  padding: 12px 0;

  position: relative;

  text-align: left;

}

.acc__title::after {

  width: 8px;

  height: 8px;

  border-right: 1px solid #4a6e78;

  border-bottom: 1px solid #4a6e78;

  position: absolute;

  right: 10px;

  content: " ";

  top: 22px;

  transform: rotate(-45deg);

  transition: all 0.2s ease-in-out;

}

.acc__title.active::after {

  transform: rotate(45deg);

  transition: all 0.2s ease-in-out;

}

.acc__panel {

  margin: 0;

  display: none;

  text-align: left;

  border-top: 0;

}

.content-content p{

  margin-bottom: 10px;

}

#primary-nav.mobile li a{

  padding:10px!important;

}

.title-primary::after{

  content: '';

  position: absolute;

  background: #ed1b24;

  width: 70px;

  height: 3px;

  left: 50%;

  bottom: 0;

  transform: translateX(-50%);

}

.footer-area1 {

  padding: 100px 0;

  position: relative;

  margin-top: 30px;

  color: #fff;

}

.footer-area1::before{
  content: "";
  background: #000000b3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer iframe{

  width: 100%;

  height: 285px;

}

.footer-logo img{

  width: 100px;

}

.banner-child::before{

  content: '';

  background-color: rgba(0, 0, 0, 0.6);

  position: absolute;

  top:0;

  left: 0;

  width: 100%;

  height: 100%;

}

.main-info .top-info p{

  margin-bottom: 10px;

}

.owl-dots .owl-dot{

  width: 8px;

  height: 8px;

  background: #ddd;

  margin:3px;

  display: inline-block;

  float: left;

  border-radius: 50%;

}

.owl-dots .owl-dot.active{

  background: #ed1b24;

}

.owl-dots{

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

}

ul.tabs{

  margin: 0px;

  padding: 0px;

  list-style: none;

}

ul.tabs li{

  background: none;

  color: #000;

  display: inline-block;

  padding: 10px 15px;

  cursor: pointer;

  font-size: 16px;

  text-transform: uppercase;

}

ul.tabs li.current{

border-bottom: 1px solid #ed1b24;
color: #ed1b24;

}

.tab-content{

  display: none;

  padding: 15px;

  border: 1px solid #eee;

}

.tab-content.current{

  display: inherit;

}

.header-top{
  position: relative;
  z-index: 2;
  background: #cb1939;
}

.box-social-language{
  justify-content: flex-end;
  gap: 30px;
}

.header-top .header-social li a{
  color: #fff;
  font-size: 20px;
}

=========================================================================*/

/*------------------- 4.1 Footer Menu -------------------*/

.footer-area1 {

  padding: 100px 0;

  background-color: #fff;

  background-repeat: no-repeat;

  position: relative;

}



@media only screen and (max-width: 1439px) {

  .footer-area1 {

    padding: 50px 0 50px 0;

  }

}

@media only screen and (max-width: 1199px) {

  .footer-area1 {

    padding: 50px 0 15px 0;

  }

}

.footer-area1 .footer-bottom-img {

  position: absolute;

  bottom: 0;

  left: 0;

}

@media only screen and (max-width: 1439px) {

  .footer-area1 .footer-bottom-img {

    display: none;

  }

}

.footer-area1 .footer-top-img {

  position: absolute;

  top: 0;

  right: 0;

}

@media only screen and (max-width: 1439px) {

  .footer-area1 .footer-top-img {

    display: none;

  }

}

.footer-left {

  position: relative;

}

@media only screen and (max-width: 575px) {

  .footer-left {

    margin-bottom: 30px;

  }

}

/*.footer-left:after {

  content: "";

  height: 229px;

  width: 1px;

  background-color: #e1e1e1;

  position: absolute;

  top: 0;

  right: 15px;

}*/

@media only screen and (max-width: 1199px) {

  .footer-left:after {

    display: none;

  }

}

.footer-left .footer-logo {

  margin-bottom: 25px;

}

.footer-left p {

  margin-bottom: 30px;

  padding-right: 30px;

}

@media only screen and (max-width: 991px) {

  .footer-left p {

    padding-right: 0;

    margin-bottom: 20px;

  }

}

.footer-left .footer-social ul li {

  display: inline-block;

  margin-left: 0;

}

.footer-left .footer-social ul li a {

  color: #646464;

  font-size: 20px;

  background-color: #efefef;

  border: none;

  border-radius: 4px;

  padding: 9px 14px;

  transition: all 0.3s ease-in-out;

}

@media only screen and (max-width: 991px) {

  .footer-left .footer-social ul li a {

    font-size: 16px;

    padding: 7px 10px;

  }

  .footer-right.footer-map{
    margin-top: 30px;
  }

}

.footer-left .footer-social ul li a:hover {

  background-color: #ed1b24;

  border-color: #ed1b24;

  color: #fff;

}

.footer-middle {

  position: relative;

}



/*.footer-middle:after {

  content: "";

  height: 229px;

  width: 1px;

  background-color: #e1e1e1;

  position: absolute;

  top: 0;

  right: 0;

}*/

@media only screen and (max-width: 1199px) {

  .footer-middle:after {

    display: none;

  }

}

.footer-middle .footer-list li {

  margin-bottom: 5px;

}

.footer-middle .footer-list li:last-child {

  margin-bottom: 0;

}

.footer-middle .footer-list li a {

  color: #fff;

  font-size: 16px;

  transition: all 0.3s ease-in-out;

}

.footer-middle .footer-list li a:hover {

  color: #ed1b24;

  padding-left: 5px;

}

.footer-middle .footer-list li i {

  margin-right: 7px;

  color: #696969;

}

.footer-middle .footer-list2 li {

  margin-bottom: 5px;

}

.footer-middle .footer-list2 li:last-child {

  margin-bottom: 0;

}

.footer-middle .footer-list2 li a {

  color: #444444;

  font-size: 16px;

  transition: all 0.3s ease-in-out;

}

.footer-middle .footer-list2 li a:hover {

  color: #ed1b24;

  padding-left: 5px;

}

.footer-middle .footer-list2 li i {

  margin-right: 7px;

  color: #696969;

}

footer .footer-title {

  position: relative;

  color: #fff;

  font-size: 22px;

  font-weight: 700;

  padding-bottom: 10px;

  line-height: 28px;

  text-transform: uppercase;

}

/*.footer-right .footer-title:before {

  content: "";

  height: 4px;

  width: 15px;

  background-color: #21d706;

  position: absolute;

  bottom: 0;

  left: 0;

  border-radius: 10px;

  border: none;

}

.footer-right .footer-title:after {

  content: "";

  height: 4px;

  width: 34px;

  background-color: #ed1b24;

  position: absolute;

  bottom: 0;

  left: 21px;

  border-radius: 10px;

  border: none;

}*/

.footer-right .input-group .form-control {

  height: 54px;

  border: 1px solid #e8e8e8;

  color: #000;

}

.footer-right .input-group .form-control:focus {

  outline: none;

  box-shadow: none;

}

.footer-right .input-group .input-group-append button {

  color: #fff;

  background-color: #ed1b24;

  font-size: 16px;

  padding: 14px 20px 10px 25px;

  text-align: center;

  border: none;

  border-radius: 0 4px 4px 0;

  transition: all 0.3s ease-in-out;

}

.footer-right .input-group .input-group-append button:focus {

  outline: none !important;

  box-shadow: none !important;

}

.footer-right .input-group .input-group-append button:hover {

  background-color: #ffa996;

  color: #ed1b24;

}

.footer-bottom {

  padding: 15px 0;

  background: #cb1939;

  color: #fff;

}




@media only screen and (max-width: 1199px) {

  .footer-bottom {

    padding: 45px 0 0 0;

  }

}

.footer-bottom .copyright-area {

  position: relative;

}

.map-f iframe{

  width: 100%;

  height: 220px;

}

footer .box-social-footer ul li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  border-radius: 999px;
  border: 1px solid;
  color: #fff;
}

footer .box-social-footer ul li a i{
  font-size: 16px;
}

footer .box-social-footer ul li a:hover{
  color: #fff;
  background: #cb1939;
}


.information-product .box-btn-tab li{
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #f3f4f6;
  margin-bottom: -1px;
  cursor: pointer;
  transition: all 0.3s;
}

.information-product .box-btn-tab li + li{
  margin-left: 4px;
}

.information-product .box-btn-tab li.active{
  color: #fff;
  background: #ed1b24;
  border-color: #f3f4f6;
}


@media only screen and (max-width: 1199px) {

  .footer-bottom .copyright-area:before {

    width: 247px;

  }

}

@media only screen and (max-width: 991px) {

  .footer-bottom .copyright-area:before {

    width: 120px;

  }

}

@media only screen and (max-width: 767px) {

  .footer-bottom .copyright-area:before {

    width: 50px;

  }

}

@media only screen and (max-width: 575px) {

  .footer-bottom .copyright-area:before {

    display: none;

  }

}

@media only screen and (max-width: 1199px) {

  .footer-bottom .copyright-area:after {

    width: 247px;

  }

}

@media only screen and (max-width: 991px) {

  .footer-bottom .copyright-area:after {

    width: 120px;

  }

}

@media only screen and (max-width: 767px) {

  .footer-bottom .copyright-area:after {

    width: 50px;

  }

}

@media only screen and (max-width: 575px) {

  .footer-bottom .copyright-area:after {

    display: none;

  }

}

.footer-bottom .copyright-area p {

  text-align: center;

  margin-bottom: 0;

}

@media only screen and (max-width: 575px) {

  .footer-bottom .copyright-area p {

    text-align: left;

  }

}

.footer-bottom .copyright-area .copyright-img1 {

  position: absolute;

  bottom: 1px;

  left: 340px;

}

@media only screen and (max-width: 1199px) {

  .footer-bottom .copyright-area .copyright-img1 {

    left: 240px;

  }

}

@media only screen and (max-width: 991px) {

  .footer-bottom .copyright-area .copyright-img1 {

    left: 115px;

  }

}

@media only screen and (max-width: 767px) {

  .footer-bottom .copyright-area .copyright-img1 {

    left: 30px;

  }

}

@media only screen and (max-width: 575px) {

  .footer-bottom .copyright-area .copyright-img1 {

    display: none;

  }

}

.footer-bottom .copyright-area .copyright-img2 {

  position: absolute;

  bottom: 1px;

  right: 340px;

}

@media only screen and (max-width: 1199px) {

  .footer-bottom .copyright-area .copyright-img2 {

    right: 240px;

  }

}

@media only screen and (max-width: 991px) {

  .footer-bottom .copyright-area .copyright-img2 {

    right: 115px;

  }

}

@media only screen and (max-width: 767px) {

  .footer-bottom .copyright-area .copyright-img2 {

    right: 30px;

  }

}

@media only screen and (max-width: 575px) {

  .footer-bottom .copyright-area .copyright-img2 {

    display: none;

  }

}

.footer-area2 {

  position: relative;

}

@media only screen and (max-width: 1439px) {

  .footer-area2 {

    padding: 40px 0 44px 0;

  }

}

.background-shape68 {

  position: absolute;

  bottom: 0;

  left: 0;

  opacity: 35%;

  z-index: -10;

}

@media only screen and (max-width: 1199px) {

  .background-shape68 {

    display: none;

  }

}

.background-footer {

  background-color: #fff;

  padding: 60px 0 55px;

  box-shadow: 0 25px 27px 0 rgba(154, 154, 154, 0.34);

  margin-top: -185px;

  margin-left: calc((100% - 1140px) / 2 - 85px);

  margin-right: calc((100% - 1140px) / 2 - 85px);

}







  @media only screen and (max-width: 1024px) {

    .service-mobile .slider-services .owl-prev {

      left: 0px;

  }

  .service-mobile .slider-services .owl-next {

      right: 0px;

  }

  .service-internet .slider-internet .owl-next {

    right: 0px;

    }

    .service-internet .slider-internet .owl-prev {

      left: 0px;

    }

    #main{

      width: 100%;

      overflow: hidden;

    }

    .main-leadership-team .content-leadership-team  .item .img img{

      width: 200px!important;

      height: 200px!important;

    }

  }

@media only screen and (max-width: 768px){

  .header-top{
    display: none;
  }

  .item-product .img img{

    height: 200px;

  }

  .main-logo img{

    width: 80px!important;

  }

  .banner{

    margin-bottom: 0;

  }

  .customer-support .item  .img img{

    height: 195px!important;

  }

  header{

    display: none!important;

  }

  header.header-mobile{

    display: block!important;

  }

 

  .header-mobile .logo img {

    width: 77px;

}

.sidebar .item-sidebar .img  img{

  height: 150px!important;

}

.content-product-right .item  .img img{

  height: 150px!important;

}

  

}

@media only screen and (max-width: 736px){

  .sitemap{

    margin-top: 0;

  }

 

  .section-title{

    padding:13px 7px;

  }

  .banner {

    margin-bottom: 0px;

}

.banner  .container-fluid{

  padding-left: 0;

  padding-right: 0;

}

.sort-1 select{

  width: 100%;

  margin-top: 10px;

}

.sort-1 select{

  margin-left: 0;

}

.sort-1{

  float: none;

}

.item-product .img img{

  height: 160px;

}

.item-product .box-pro-buy{

  width: 100%;

}

.item-product .nav-img {

  width: 100%;

 padding:5px;

 margin-top: 10px;

}

.owl-next{

  right: 0;

}

.owl-prev{

  left: 0;

}

ul.tabs li{

  padding: 4px 5px;


}

ul.tabs{

  margin-top: 10px;
  overflow-x: auto;
  white-space: nowrap;

}



.new-home-section .item .img img{

  height: 220px;

}

.social-footer {

  margin-bottom: 15px;

}

.acc__card{

  margin-left: 0;

  margin-right: 0;

}

.main-video .tabs {

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  overflow: auto;



  display: flex;

}

.main-video .tabs  li{

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 160px;

  -ms-flex: 0 0 160px;

  flex: 0 0 133px;

  width: 160px;



}

.top-content-new  .item-1 img{

  height: auto!important;

}



}



@media only screen and (max-width: 676px){

  .sidebar .item-sidebar .img img {

    height: 80px!important;

}

.slider-raleted-product  .item .img img{

  height: 150px!important;

}

}

header.is-sticky .main-menu a{
  color: #ed1b24;
}

header.is-sticky .main-menu a:hover, .texte2b{
  color: #cb1939;
}

header.is-sticky .main-menu .submenu a:hover{
  background: #fff;
  color: #cb1939;
}

.box-pc-search input{
  border: 1px solid #00000017;
  background: #00000008;
  border-radius: 99px;
  padding-right: 40px;
}

.box-pc-search button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.text-green, .hover\:text-green:hover, header.is-sticky .main-menu a, ul.tabs li.current{
  color: #0086c4;
}

.border-green, .hover\:border-green:hover, ul.tabs li.current{
  border-color: #0086c4;
}

.hover\:bg-green:hover, .bg-green, .header-top, .title-primary::after, .footer-bottom, .owl-dots .owl-dot.active ,.contact-btottom .box-info .bg-gray-300,
nav .pagination .page-item.active .page-link{
  background: #0086c4 !important;
}

/*.contact-btottom .box-info .bg-gray-300{
  background: #cb1939;
}*/

.contact-btottom .box-info i{
  color: #fff;
}


.box-video-home iframe{
  width: 100%;
  height: 300px;
}

.box-video-home .video-right iframe{
  height: 100px;
}

@media(min-width:1024px){
  .lg\:w-1\/2{
    width: 50%;
  }
}

.box-support-fixed{
  position: fixed;
  margin: 0;
  padding: 0;
  left: 0;
  background-color: transparent;
  width: 110px;
  display: inline-block;
  z-index: 1000;
  bottom: 0;
}


.support-btn{
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  width: 110px;
  height: 100px;
  position: relative;
  
}

.zoomIn{
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
.zoomZalo {
  border: 2px solid #0789cd;
}
.zoomCall{
  border: 2px solid #ed1b24cc;
}
.pluse{
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  animation-name: pulse;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.pluZalo {
  background: #0789cd;
  opacity: .75;
}

.pluCall {
  background: #ed1b2499;
}

.tada{
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation-name: tadaa;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.tadaZalo{
  background: #0789cd;
}

.tadaCall{
  background: #ed1b24;
}

.tadaCall a::before{
  content: "\f095";
  font-size: 18px;
  font-family: FontAwesome;
  text-decoration: none;
  color: #fff;
  margin-left: 11px;
  position: absolute;
  margin-top: 9px;
}

.support-btn .text-phone{
  position: absolute;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
  font-size: 17px;
  text-align: center;
  border-radius: 20px;
  width: 170px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  padding-left: 30px;
  background: #ed1b24cc;
}

