

@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=vietnamese");



* {

  box-sizing: border-box;

}



body {

  color: #333;

  overflow-x: hidden;

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

  font-weight: 400;

  font-size: 13px;

  letter-spacing: normal;

  background-color: #fff;

}



a {

  color: #001f3f

}



ul {

  list-style: none outside;

  padding: 0;

  margin: 0;

}



li {

  display: list-item;

  text-align: -webkit-match-parent;

}

.owl-prev,

.owl-next {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  display: flex;

  align-items: center;

  justify-content: center;

  width: 35px;

  height: 35px;

  background: #0000004f;

}



.owl-next {

  right: 0;

}



.owl-prev {

  left: 0;

}

#page.on {

  left: 250px;

}

#page.on .overlay-wrap {

  left: 250px;

  visibility: visible;

  opacity: 1;

  cursor: pointer;

}

#page.on .navbar {

  left: 250px;

  box-shadow: 0 0 0 0 #333;

}

#page.on .navbar-list-wrap {

  left: 0;

  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);

}

.header-scroll.header-sticky{

  top: 0;

    position: fixed;

    width: 100%;

    z-index: 999999;

    transition: 1.0s ease;

    background: #fff;

    border-bottom: 1px solid rgba(173, 171, 171, 0.35);

}

.navbar-icon-inner::before, .navbar-icon-inner::after{

  content: '';

  position: absolute;

  width: 30px;

  height: 4px;

  border-radius: 3px;

  background-color: #34abff;

  transition: transform, 0.15s ease, -webkit-transform;

}

.navbar-icon-inner::before{

  top: -10px;

}

.navbar-icon-inner::after{

  top: 10px;

}

.navbar-list-wrap li:hover a{

  text-shadow: 0 0 0px #34abff;

}

.main-nav .open .dropdown-menu{

  border: 0;

    border-top: 2px solid #34abff;

    display: block;

    min-width: 0;

    position: static;

    width: 100%;

    margin-top: 0;

    background-color: transparent;

    box-shadow: none;

}

.main-nav .open .dropdown-menu li a{

  padding: 5px 15px 5px 25px;

}

@media(min-width:992px){

  .main-nav .open .dropdown-menu{

    position: absolute;

    top: 57px;

    left: 50%;

    background: #fff;

    width: auto;

    transform: translateX(-50%);

    min-width: 200px;

  }

  .main-nav .open .dropdown-menu::before{

    content: "\f107";

      position: absolute;

      top: -30px;

      left: 50%;

      font-family: "FontAwesome";

      color: #34abff;

      font-size: 20px;

      display: inline-block;

      padding: 0px 50px;

      transform: translateX(-50%);

  }

  .main-nav .open .dropdown-menu li{

    border-bottom: 1px dotted #ccc;

    margin: 0 20px;

  }

  .main-nav .open .dropdown-menu li a{

    padding: 5px 20px 5px 0px;

    font-size: 13px;

  }

}

.dropdown-menu li:hover a{

  color: #34abff;

}



.iradio_square-green:hover {

  background-position: -144px 0 !important;

}

.iradio_square-green.checked {

  background-position: -168px 0 !important;

}

#owl-news > ul > li {

  list-style: none;

  padding: 0 0 20px !important;

}

.footer-title {

  color: #fff;

  font-size: 17px;

  font-weight: 600;

  padding-top: 10px;

  margin-bottom: 20px;

  text-transform: uppercase;

  position: relative;

}

.footer-title:after {

  content: "";

  position: absolute;

  bottom: -10px;

  width: 50px;

  height: 2px;

  background: #fff;

  left: 0;

}

footer iframe{

  border: none;

  visibility: visible;

    width: 100% !important;

    height: 150px;

    max-width: 255px;

}

.pagination{

  display: flex;

  padding: 0 15px 20px;

}

.pagination .page-link{

  padding: 5px 10px;

  background: #34abff;

  border-right: 1px solid #fff;

  color: #fff;

}

.pagination .active .page-link {

  color: #000;

}

.contact-map iframe{

  width: 100%;

  height: 350px;

}

.scrollUp{

  color: #fff;

  background: #34abff;

  text-align: center;

  border-radius: 6px;

  width: 35px;

  height: 35px;

  position: fixed;

  right: 25px;

  bottom: 15px;

  z-index: 99;

  border: 1px solid #fff;

  display: flex;

  align-items: center;

  justify-content: center;

}

@media(max-width:575px){

  .scrollUp{

    width: 25px;

    height: 25px;

    line-height: 25px;

    font-size: 13px;

    right: 20px;

    bottom: 10px;



  }

}

.bg-modal-cart{

  position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

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

    z-index: 9999999;

    overflow: hidden;

    visibility: hidden;

    opacity: 0;

  transition: all 0.5s ease-in;

}

.bg-modal-cart.active{

  visibility: visible;

    opacity: 1;

}

.bg-click-modal{

  position: absolute;

  top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    z-index: 88888888;

}

.modal-cart{

  margin: 0;

    width: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    transition: transform .3s ease-out,-webkit-transform .3s ease-out;

    background-color: #fff;

    border-radius: 0.3rem;

    z-index: 99999999;

}

.close{

  float: right;

    font-size: 1.5rem;

    font-weight: 700;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    opacity: .5;

    padding: 0;

    background-color: transparent;

    border: 0;

}

.panel-head{

  padding-right: 15px;

    margin-bottom: 20px;

    /* float: left; */

}

.panel-head .heading{

  position: relative;

    cursor: pointer;

    padding-left: 40px;

    line-height: 0;

    margin: 0;

}

.list-cart-heading{

  width: 100%;

    background: #f7f7f7;

    font-size: 12px;

    margin-bottom: 16px;

    display: inline-block;

}

.list-cart-heading .item{

  float: left;

    padding: 10px 15px;

    text-transform: none;

    font-weight: bold;

}

.list-cart-heading .item+.item {

  border-left: 1px solid #fff;

}

.model-title-product:hover{

  color: #34abff !important;

}

.cart-continue{

  font-size: 13px;

    color: #0388cd;

    background-color: #f8f8f8;

    border: 1px solid #e8e8e8;

    line-height: 30px;

    padding: 0 10px;

    border-radius: 2px;

    cursor: pointer;

}

.purchase11{

  display: block;

    position: relative;

    padding: 8px 20px;

    background: #d60c0c;

    color: #fff;

    border: none;

    font-size: 13px;

    line-height: 20px;

    font-weight: 700;

    cursor: pointer;

    border-radius: 4px;

}

@media(max-width:767px){

  .list-cart-heading,.cart-mobile-hidden{

    display: none;

  }

  .cart-mobile-product{

    width: 100% !important;

  }

  .quantity-total-moblie{

    display: flex !important;

    align-items: center;

    justify-content: space-between;



  }

}

.call-btn {

  position: fixed;

  margin: 0;

  padding: 0;

  left: 0;

  bottom: 90px;

  background: #fff;

  background-color: transparent;

  cursor: pointer;

  font-size: 0;

  width: 110px;

  height: 110px;

  z-index: 1000;

}

.call-btn.zalo {

  bottom: 180px;

}
.call-btn.phone-green{
  bottom: 0;
}
.call-btn .zoomIn {

  width: 80px;

  height: 80px;

  border: 2px solid #db0005;

  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;

}

.call-btn.zalo .zoomIn {

  border-color: #0084ff;

}
.call-btn.phone-green .zoomIn{
  border-color: #248b24;
}
.call-btn .tada {

  background: #db0005;

  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;

}

.call-btn.zalo .tada {

  background: #0084ff;

}
.call-btn.phone-green .tada {

  background: #248b24;

}

.call-btn.zalo a svg {

  height: 30px;

  width: 30px;

  display: inline-block;

  position: relative;

  top: 5px;

  left: 5px;

}

.call-btn .tada a:before {

  content: "\f095";

  font-size: 20px;

  font-family: FontAwesome;

  text-decoration: none;

  color: #fff;

  margin-left: 10px;

  position: absolute;

  top: 30%;

  margin-top: -7px;

}

.call-btn .tel {

  position: absolute;

  top: 50%;

  left: 45px;

  color: #fff;

  font-size: 17px;

  width: 170px;

  text-align: center;

  padding-left: 30px;

  -webkit-transform: translate(0,-50%);

  -ms-transform: translate(0,-50%);

  -o-transform: translate(0,-50%);

  transform: translate(0,-50%);

  line-height: 36px;

  border: 1px solid #fb0309;

  border-radius: 20px;

  background: #fb0309;

  z-index: -1;

  font-weight: 700;

  font-family: Arial;

  text-shadow: 1px 1px 2px #5f5f5f;

}



.call-btn .pulse {

  width: 60px;

  height: 60px;

  background: rgba(219,0,5,0.6);

  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;

}

.call-btn.zalo .pulse {

  background: #0084ff94;

} 
.call-btn.phone-green .pulse {

  background: #248b247a;

}
.call-btn.phone-green .tel{
  background: #248b24;
  border: 1px solid #248b24;
} 


.category-product1{
  margin-bottom: 20px;
}

.category-product1 .item img.item-image{
  height: 200px;
  object-fit: cover;
}

@media(min-width:768px) and (max-width:991px){
  .category-product1 .w-1\/4{
    width: 33.3333%;
  }
}

@media(max-width:575px){
  .category-product1 .w-1\/4{
    width: 100%;
  }

  .category-product1 .item img.item-image{
    height: auto;
  }
}