body{
  font-family: 'Roboto', sans-serif;
}
a img{
  max-width: 100%;
  transition: all 0.5s;
}
/* img:hover{
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
} */
a{
  color:#1B2C4C;
}
a:hover{
  text-decoration: none;
  color: #1B2C4C;
}
/* .container{
  width: 1320px
} */
.col-md-3{
  padding-bottom: 0px;
}
/* header */
.header-top{
  margin: 5px 0px;
}
.header-top p{
  display: inline-block;
  margin: 0px;
}
.header-top .header-top-title{
  margin-right: 10px;
  border-right: 1px solid #333;
  padding-right: 10px;
  font-weight: 600;
}
.header-main{
  background-color: #1B2C4C;
  color: #fff;
  padding: 20px 0px;
}
.header-main .logo{
  height: 60px;
  max-width: 125px;
  margin: 8px 0px;
}
.header-main p.logo-title{
  display: inline-block;
  vertical-align: middle;
  margin:0px;
  margin-left: 20px;
}
.header-main p.logo-title span:first-child{
  font-family: 'Pattaya', sans-serif;
}
.header-main p.logo-title span:last-child{
  font-weight: 600;
  font-size: 16px;
}
.header-search{
  float: left;
  width: 100%;
  padding-top: 35px;
}
.input-search{
  position: relative;
  border-radius: 15px;
  border:none;
  height: 30px;
  padding-right: 35px;
}
.header-search-left{
  position: relative;
}
.header-search-left i{
  position: absolute;
  color: #333;
  right: 10px;
  top: 5px;
  font-size: 18px;
}
.header-search-left{
  width: calc(100% - 75px);
  float: left;
}
.header-search-right{
  float: left;
}
.header-search-right .btn-search{
  background: none;
  border:none;
  font-weight: 600;
  height: 30px;
  width: 75px;
}
.header-search-right .btn-search:focus{
  border:none;
}
.header-contact{
  float: right;
}
.header-contact-left{
  float: left;
  text-align: right;
  vertical-align: middle;
  margin-right: 15px;
}
.header-contact-left p{
  margin: 0px;
  margin-bottom: 3px;
}
.header-contact-left p:first-child{
  font-size: 12px;
}
.header-contact-left .contact-phone{
  font-weight: 600;
  font-size: 18px;
}
.header-contact-right{
  float: left;
}
.header-contact-right img{
  height: 76px;
  width: auto;
}
#infoPage{
  display: none;
}
.header-bottom .menu-title{
  font-size: 16px;
  position: relative;
  padding: 9px 15px;
  font-weight: 600;
  background: #413b49;
  color: #fff;
}
.header-bottom .menu-title:hover{
  cursor: pointer;
}
.header-bottom .list-menu{
  position: absolute;
  z-index: 99999;
  display: none;
  width: 100%;
  left: 0px;
  background: rgba(81,75,88,.8);
}
.header-menu:hover .list-menu{
  display: block!important;
}
.page-home .header-bottom .list-menu{
  display: block;
}
.nav>li>a{
  padding: 9.5px 12px;
  color: #fff;
}
.nav>li.active{
  background: #413b49;
}
.nav>li>a:focus, .nav>li>a:hover{
  background: #413b49;
}
.nav{
  position: relative;
}
.nav>li{
  position: initial;
}
.menu-mega{
  position: absolute;
  border-top: 1px solid gray;
  left: 100%;
  padding: 10px;
  width: 205%;
  height: 320px;
  top: 0px;
  background: #fff;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: none;
  z-index: 9999;
}
.menu-mega .col-sm-3{
  height: 100%;
  overflow: hidden;
}
.menu-mega .col-sm-3:nth-of-type(2n){
  background: #fbfbfb;
}
.menu-mega h3{
  font-weight: 600;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 15px;
}
.menu-mega h3.has-grand{
  margin-bottom: 5px;
}
.nav-child>li>a{
  position: relative;
  display: block;
  padding: 5px 12px;
  color: #333;
}
.nav-child>li>a:after{
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  left: 0px;
  top: 4px;
}
.nav-child>li>a:focus, .nav-child>li>a:hover{
  color: #333;
  background: none;
}
.list-menu>ul.nav>li:hover .menu-mega{
  display: block;
}
.nav-bar>li>a:after{
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
}
/* mm-menu */
.header-mm-menu{
  position: relative;
  font-size: 16px;
  padding: 10px 0px;
}
.mm-listitem:after{
  left: 0px;
}
.tu-van{
  top: 2px;
  height: 320px;
  background: rgba(255,255,255,0.7);
  z-index: 9;
  display: none;
}
.page-home .tu-van{
  display: block;
}
.tu-van-title{
  background: #1B2C4C;
  color: #fff;
  font-size: 18px;
  padding: 5px 0px;
  text-align: center;
}
.tu-van-detail{
  padding: 15px;
}
.tu-van-detail img{
  float: left;
  margin-right:10px;
}
.tu-van-detail p{
  display: inline;
  font-size: 11px;
}
.tu-van-detail p span{
  display: block;
}
/* end header */
/* main */
main{
  background: #F4F2F2;
  padding-bottom: 30px;
  padding-top: 15px;
}
.page-home main{
  padding-top: 0;
}
/* slider */
.slider img{
  width: 100%;
  height: 320px;
}
.bg-white{
  background: #fff;
}
.gifts{
  margin-bottom: 30px;
}
.gift-title{
  padding: 15px 0px 15px 10px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.gift-title:before{
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  left: 0px;
  background: #E64550;
}
/* .gift-title:after{
  position: absolute;
  content: "\f105";
  font-family: fontawesome;
  width: 20px;
  height: 20px;
  border:1px solid #333;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  right: 15px;
} */
.gift-list .col-md-4{
  padding-bottom: 30px;
}
.gift-list img{
  width: 100%;
  max-height: 117px;
}
.gift-list-title{
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}
.gift-list-des{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: initial;
}
.gifts-1 .gift-title:before,.gifts-2 .gift-title:before,.gifts-3 .gift-title:before,.customer .gift-title:before,.news .gift-title:before{
  content: none;
}
.gifts-2 .bg-white,.gifts-3 .bg-white,.customer .bg-white,.news .bg-white{
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.gifts img{
  width: 100%;
}
.gifts-img-detail{
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.gifts-img-detail img:hover{
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gifts-img-detail .gifts-img-detail-child{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.gifts-img-detail:hover .gifts-img-detail-child{
  transform: scale(1.2);
}
.gifts-1 .gifts-img-1,.gifts-2 .gifts-img-1,.gifts-3 .gifts-img-1{
  height: 235px;
  margin-bottom: 15px;
  
}
.gifts-1 .gifts-img-2{
  height: 350px;
}
.gifts-1 .gifts-img-3{
  height: 185px;
  margin-bottom: 15px;
}
.gifts-1 .gifts-img-4,.gifts-2 .gifts-img-4{
  height: 150px;
}
.gifts-1 .col-md-6:first-child,.gifts-2 .col-md-6:first-child,.gifts-3 .col-md-6:first-child{
  padding-right: 7.5px;
}
.gifts-1 .col-md-6:last-child,.gifts-2 .col-md-6:last-child,.gifts-3 .col-md-6:last-child{
  padding-left: 7.5px;
}
.gifts-2 .gifts-img-4{
  margin-top: 15px;
}
.gifts-2 .gifts-img-2,.gifts-2 .gifts-img-3{
  height: 185px;
}
.gifts-3 .gifts-img-2{
  height: 185px;
  margin-bottom: 15px;
}
.gifts-3 .gifts-img-3{
  height: 150px;
}
.gifts-3 .gifts-img-4{
  height: 350px;
}
/* customer news */
.customer .gift-title{
  border-bottom: 1px solid #dbd5d6;
}
.regular-customer{
  text-align: center;
  margin-top: 15px;
}
.regular-customer img{
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
}
.slick-dots li button:before{
  font-size: 14px;
}
.news img{
  width: 100%;
}
.news p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: initial;
}
/* end main */
/* footer */
footer{
  background: #1B2C4C;
  color: #fff;
}
footer a{
  color: #fff;
}
.footer-top{
  padding: 30px 0px;
  color: #fff;
  border-bottom: 1px solid #dbd5d6;
}
.footer-top .footer-title{
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 16px;
  margin-top: 10px;
}
.footer-top p,.footer-bottom p{
  margin-bottom: 5px;
}
.footer-bottom{
  padding:10px 0px;
}
/* end footer */
/* sidebar */
.sidebar ul{
  padding: 0px;
  list-style: none;
}
.sidebar ul li{
  padding: 5px 0px;
  border-bottom: 1px solid #fff;
  padding: 7px 0px;
}
.sidebar ul li a{
  display: block;
  padding-left: 15px;
}
.sidebar-title{
  color: #1B2C4C;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.sidebar-title::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0px;
  bottom: -5px;
}
.sidebar-title::after{
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #1B2C4C;
  left: 0px;
  bottom: -5px;
}
.product-list-img{
  overflow: hidden;
  transition: all 0.5s;
}
.product-list-img:hover img{
  transform: scale(1.1)
}
.product-list-title-h3{
  margin: 10px 0px;
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: initial;
  height: 20px;
}
/* end product */
/* responsive */
.header-mm-menu{
  display: none;
}
.bread-crumd{
  background-color: #f5f5f5;
  height: 36px;
}
.marquee-home{
  height: 30px;
}
.marquee-home marquee{
  padding: 5px 0 0 0;
  font-size: 16px;
  font-weight: 600;
}
.product-list-content .product-price {
  margin-top: 17px;
  margin-bottom: 0px;
}
.product-list-content .product-price .last-price {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.product-list-content .product-price .line {
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #ebebeb;
  margin: 0 10px;
}
.product-list-content .product-price .first-price {
  font-size: 12px;
  color: #b2b2b2;
  text-decoration: line-through;
}
.product-list {
  text-align: center;
}
footer a:hover{
  color: #337ab7
}
.moduleship {
  margin: 20px 0;
}
.re-ship-phone .item {
  padding: 15px 0 15px 65px;
  background: #fff;
  overflow: hidden;
  border-radius: 46px 0 0 46px;
  color: #444;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.re-ship-phone .item .icon.icon1 i{
  font-size: 25px;
  padding: 12px;
  color: #fff;
}
.re-ship-phone .item .icon.icon2 i{
  font-size: 25px;
  padding: 12px 0 0 10px;
  color: #fff;
}
.re-ship-phone .item .icon.icon3 i{
  font-size: 25px;
  padding: 13px 0 0 14px;
  color: #fff;
}
.re-ship-phone .item .icon.icon4 i {
  font-size: 25px;
  padding: 12px;
  color: #fff;
}
.re-ship-phone .item .icon {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #666;
}
.re-ship-phone .item .des {
  margin: 0;
  line-height: 21px;
}
.re-ship-phone .item .des span {
  color: #f48549;
}
.news-title{
  font-size: 16px;
  font-weight: 600;
}
.gifts-title{
  position: absolute;
  bottom: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: initial;
  overflow: hidden;
  height: 30px;
  padding: 5px;
  font-size: 16px;
  color: #fff;
  background: #7d7c7c;
  width: 100%;
}
.sidebar-pro-hot{
  padding-top: 20px;
}
.sidebar-pro-hot .sidebar-list ul li{
  float: left;
  width: 100%;
}
.sidebar-pro-hot .sidebar-list ul li .price-pro span{
  color: #1B2C4C;
  font-weight: 600;
}
.sidebar-pro-hot .sidebar-list ul li .title-pro{
  color: #1B2C4C;
  font-weight: 600;
}
.thumbnail{
  margin-bottom: 20px;
}
.thumbnail a>img{
  width: 100%;
  height: 282px;
}
.detail-title-pro{
  font-size: 20px;
  font-weight: 600;
  color: #1B2C4C;
  margin-bottom: 20px;
}
.detail-price-pro{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.detail-price-pro .new-price{
  color: #e84848;
}
.detail-price-pro .old-price{
  font-size: 13px;
  text-decoration: line-through;
}
.panel-body{
  border: 0;
}
.panel-title{
  color: #1B2C4C;
  font-size: 18px;
  font-weight: 600;
}
.footer-bottom p{
  float: right;
}
.blog-container .blog-main {
  border-top: 1px solid #ebebeb;
}
.blog-container .blog-main .blog-title {
  font-size: 10px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.blog-container .blog-main .blog-items {
  margin-top: 10px;
}
.blog-container .blog-main .blog-items .item {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.blog-container .blog-main .blog-items .item .image {
  float: left;
  width: 200px;
}
.blog-container .blog-main .blog-items .item .content {
  float: left;
  width: calc(100% - 200px);
  padding-left: 10px;
}
.blog-container .blog-main .blog-items .item .content .title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}
.blog-container .blog-main .blog-items .item .content .desc {
  margin-top: 5px;
  text-align: justify;
}
.blog-container .blog-main .blog-items .item .content .meta {
  color: #999;
  margin-top: 5px;
}
.tu-van-detail img{
  width: auto;
  margin-bottom: 10px;
  height: auto;
}
.category-home{
  border-top: 1px solid #ffffff;
}
.banner-left {
  position: fixed;
  top: 29.5%;
  left: 0;
  z-index: 99999;
}
.banner-right {
  position: fixed;
  top: 29.5%;
  right: 0;
  z-index: 99999;
}
.close-left {
  position: absolute;
  background: #333;
  left: 95%;
  top: -15px;
  width: 20px;
  cursor: pointer;
}
.close-right {
  position: absolute;
  background: #333;
  right: 95%;
  top: -15px;
  width: 20px;
  cursor: pointer;
}
.banner-left .banner-fixed{
  width: 90px;
  height: 322px;
}
.banner-right .banner-fixed{
  width: 88px;
  height: 322px;
}
.post-title{
  margin-top: 0;
}
.menu-top{
  float: left;
  padding-left: 0;
  margin-bottom: 0;
}
.menu-top li{
  float: left;
  list-style: none;
  padding: 6px 6px 10px 6px;
}
.menu-top li a::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #3e3b3ba1;
  right: -7px;
  top: 0;
}
.menu-top li a{
  font-size: 17px;
  font-weight: 600;
  padding: 0 10px 0 10px;
  position: relative;
}
.slider-home{
  padding-left: 0;
  padding-right: 0;
}
.slider .container .row .col-md-3{
  padding-left: 0;
  padding-right: 0;
}
.header-bottom{
  height: 40px;
}
.slick-prev:before, .slick-next:before{
  color: #1B2C4C;
}
.detail-tuvan-pro .tu-van{
  display: block;
  margin-top: 20px;
  height: 235px;
}
.detail-tuvan-pro .tu-van-detail{
  padding: 10px 15px;
}
.detail-pro .slider img{
  height: auto;
}
.detail-pro .slider-nav img{
  padding: 5px;
  cursor: pointer;
}
.title-mm-menu{
  font-weight: 600;
}
.regular-slider-mobile{
  display: none;
}
.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 {
	/* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
	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;
}

.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: #3d5b94;
	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: #3d5b94;
	opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: #3d5b94;
	opacity: 1;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
	background-color: #3d5b94;
}

.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: #3d5b94;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
	background-color: #3d5b94;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
	background-color: #3d5b94;
}

.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: #3d5b94;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
	background-color: #3d5b94;
}

@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;
	padding-left: 10px;
	color: #fff;
}


/*=================== End phone ring ===============*/

@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);
	}
}
.contact-social a img{
  width: 25px;
}
.list-products-new-home{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.list-products-new-home .product-new-home{
  margin-bottom: 15px;
  background: #fff;
} 
.list-products-new-home .product-new-home .product-new-home-title{
  position: relative;
  font-family: Arial,Helvetica\ Neue\ bold,Helvetica,sans-serif!important;
  font-size: 15px;
  font-weight: 700;
  color: #3f3f3f;
  text-transform: uppercase;
  padding: 10px;
  align-items: baseline;
} 
.list-products-new-home .product-new-home .product-new-home-price{
  padding: 0 10px 10px 10px;
} 
.list-products-new-home .product-new-home .product-new-home-img{
  overflow: hidden;
}
.list-products-new-home .product-new-home .product-new-home-img:hover img{
  transform: scale(1.1);
} 
@media only screen and (max-width: 991px){
  .header-mm-menu{
    display: block;
  }
  .slider img{
    height: auto;
  }
  body{
    overflow-x: hidden;
  }
  .container{
    width: calc(100% - 30px);
  }
  .header-menu-desktop{
    display: none;
  }
}
@media(max-width: 768px) {
	.suntory-alo-phone {
		display: block;
	}
}
@media only screen and (max-width: 768px){
  .header-top .header-top-title{
    border-right: none;
  }
  .header-top p:last-child{
    display: none;
  }
  .regular-slider-mobile{
    display: block;
  }
  .thumbnail a>img{
    height: auto;
  }
}
@media only screen and (max-width: 650px){
  .header-main p.logo-title,.header-contact-left{
    display: none;
  }
}
@media only screen and (max-width: 600px){
  .col-12{
    width: 100%;
  }
}
@media only screen and (max-width: 480px){
  .slider .container .row{
    margin-left: -30px;
    margin-right: -30px;
  }
}