.search-menu{
    background: #1e73be;
    border: 1px solid #1e73be;
}
.search-menu:hover{
    color: #1e73be;
    border: 1px solid #1e73be;
}
.header nav.menu ul li:hover > a{ 
    color: #1e73be;
}
.header nav.menu li.menu-dropdown ul li:hover > a{
    color: #1e73be;
}
.mean-container .mean-nav ul li a:hover{
    background: #1e73be;
}
.sticky-header.is-sticky:not(.header-sidemenu){
    background: #1e73be none repeat scroll 0 0;
}
.mobile-menu-wrapper{
    background: #1e73be;
}
.product-tab-list > a.active h4{
    color: #1e73be;
}
.offer-tag > span{
    background: #1e73be none repeat scroll 0 0;
}
.footer-area.subscribe-footer-bottom{
    background-color: #f7f4ed;
}
.cr-pagination ul li a:hover{
    background: #1e73be;
}

#zalo-btn{
    position: fixed;
    width: 40px;
    height: 40px; 
    z-index: 9999999;
    bottom: 160px;
    right: 30px;
}
#zalo-btn span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1182FC;
  position: relative;
} 

#telephone-btn{
    position: fixed;
    width: 40px;
    height: 40px; 
    z-index: 9999999;
    bottom: 90px;
    right: 30px;
}
#telephone-btn span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ed1e25;
  position: relative;
  color: #fff;
  display: flex;
  align-item: center;
  justify-content: center;
} 

@keyframes zoomIn_zalo {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn_zalo {
  animation-name: zoomIn_zalo;
}

.animated_zalo {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated_zalo.infinite {
  animation-iteration-count: infinite;
}

.cmoz-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(17, 130, 252, .8);
  opacity: .1;
  border-color: #1182FC;
  opacity: .5;
}

.cmoz-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: .75;
  right: -10px;
}

@-webkit-keyframes pulse_zalo {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

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

@keyframes pulse_zalo {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

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

.pulse_zalo {
  -webkit-animation-name: pulse_zalo;
  animation-name: pulse_zalo;
}
.mobile-menu a.mobile-logo{
    display: inline-block;
    position: absolute;
    z-index: 9999;
    left: 40px;
    top: 0;
    height: 66px;
    line-height: 66px;
}
.mean-container a.meanmenu-reveal{
    left: 0px !important;
    right: auto !important; 
}




