.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 120px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.suntory-alo-ph-img-circle {
  border: 2px solid transparent;
  border-radius: 100%;
  height: 50px;
  left: 25px;
  opacity: 0.7;
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 50px;
  text-align: center;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: #EB278D;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #bfebfc;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
  background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
  background-color: #00aff2;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
  background-color: #EB278D;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
  background-color: #00aff2;
}
@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
@keyframes suntory-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

/**/
.header-main .logo img{
	max-height: 54px;
}
ul.links > li {
    margin-bottom: 10px;
}
.blog-item-link{
    position: relative;
    height: 70px;
}
.blog-item-link .blog-item-link-img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 60px;
	text-align: center;
}
.blog-item-link .blog-item-link-img img{
	height: 60px;
	object-fit: scale-down;
}
.blog-item-link .blog-item-link-info{
    position: absolute;
    top: 0px;
    left: 90px;
	width: calc(100% - 90px);
}
.hotline-cart{
	margin-top: 15px;
    font-size: 16px;
	color: #333;
}
.hotline-cart a{
	color: red;
}
.hotline-cart a:hover{
	color: red;
}
nav {
    background: #006cb7;
}
.social-icons ul li a {
    background: #0393d7;
}
.social-icons ul li a:hover {
    background: #0393d7;
}
.mini-cart .cartCount{
	background-color: #0393d7;    
	color: white;
}
.mini-cart .wrap_button .actions a,
.content-inner a,
.new_title h2:before,
#productIndex .info h3,
.productIndex .btn.btn-nav.prev, 
.productIndex .btn.btn-nav.next,
.trichdan,
.button a,
.buttons-set > button,
.quote-request,
.form-subcribe form button,
.menu_sub li a:hover,
.actions button,
.availability.in-stock,
.search-main .zz form button{
    background: #0393d7;
}
.module1 .item h5 a,
.numberIndex .titleNumber h2,
.numberIndex .counter,
.post_content a,
.collapsed > i,
.author-info p,
.col4-footer i,
.breadcrumbs ul li strong,
.active.view-mode-button,
.blog-item-content .more,
.bnt-comment,
.article-info span,
.contact-info ul li i{
    color: #0393d7;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #0393d7 !important;
    border-color: #0393d7 !important;
}
.bnt-comment:hover{
	color: white;
}
.catalog .blog-title h2, .product-mini-title h2, .block-tags .block-title, .blog-related .blog-title h2, .mtblock h2, .blog-tag h2{
	border-color: #006cb7 ;
}
#product-detail-tab>li.active>a, #product-detail-tab>li.active>a:hover, #product-detail-tab>li.active>a:focus {
    border-top: 3px solid #006cb7 !important;
}
.breadcrumbs ul li strong {
    color: #006cb7 !important;
}
.catalog ul li a:hover {
    border-color: #006cb7;
}
.numberIndex .item .inner {
    border: 1px solid #0393d7;
}
#back-to-top {
    background: #21a0dc;
    border: solid 1px #0393d7;
}
#productIndex .product-image {
    text-align: center;
}
#productIndex .product-image img {
    width: unset;
}
.productIndex .product_name a{
	color: white;
}
@media only screen and (min-width: 1200px) {
	.thongtin ul li {
		min-width: 300px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_middle .col-fot{
		min-height: 250px;
	}
	.col3-footer, .col2-footer {
		margin-top: 15px;
	}
	.col4-footer {
		margin-top: 0px;
	}
} 
@media only screen and (max-width: 767px) {
}