@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&amp;display=swap');
body{
	font-family: 'Roboto Condensed', sans-serif !important;
}
#top-bar li {
	display: flex;
	padding: 5px;
}
#top-bar #google_language_translator {
	display: none;
}
.header-main #logo{
	margin: 0;
	width: 12%;
}
.header-main p.name-cty{
	color: #757575;
	font-size: 18px;
	font-weight: 600;
}
.header-main .header-block i{
	color: #ed1b23;
	margin-right: 5px;
	width: 16px;
}
.header-main .header-block a,
.header-main .header-block strong{
	color: #212121;
}
.header-main .header-block .has-block a{
	color: #ed1b23;
}


.header-bottom {
	background: #252525 !important;
}
.header-bottom .menu-item.active a{
	color: #fff;
}
.header-bottom .menu-item a{
	color: #fff ;
	font-family: 'Roboto Condensed', sans-serif !important;
	display: block;
	padding: 8px 3px;
	text-align: center;
	background-color: transparent;
	font-size: 15px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.header-bottom .menu-item a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width:100%;
	background: #ed1b23;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.header-bottom .menu-item a:hover{
	background-color: #ed1b2378;
	text-decoration: none;
	color: #fff;
}

.header-bottom .menu-item a:hover:before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.header-bottom .menu-item ul.nav-dropdown{
	padding: 0;
	border: 0;
}
.header-bottom .menu-item ul.nav-dropdown a{
	color: #ed1b23;
	text-align: left;
	margin: 0;
	padding: 10px;
}
.header-bottom .menu-item ul.nav-dropdown a:hover{
	color: #fff;
	background: #ed1b23;
}
.header-bottom .menu-item ul.nav-dropdown a:before{
	position:unset;
}



.dichvu-main .col-inner{
	padding: 0 15px 30px;
}
.dichvu-main .col-inner .row{
	border: 1px dashed #dcdcdc;
	padding: 10px !important;
	border-radius: 4px;
}
.dichvu-main .col-inner .col{
	padding: 0;
	display: flex;
	align-items: center;
}
.dichvu-main .col-inner .col .col-inner{
	padding: 0;
}
.dichvu-main .col-inner .has-hover img{
	max-width: 60px;
	max-height: 50px;
	object-fit: contain;
}
.dichvu-main .col-inner .col h3{
	text-transform: uppercase;
	font-size: 20px;
	color: #ed1b23;
	font-family: 'Roboto Condensed', sans-serif;
}
.dichvu-main .col-inner .col h3,
.dichvu-main .col-inner .col p{
	margin: 0
}
.pro-main .section-title b{
	background: #ed1b23;
	opacity: 1;
}
.pro-main .section-title .section-title-main{
	position: relative;
	height: 45px;
	background-color: #ed1b23;
	height: auto;
	line-height: 45px;
	padding: 0 20px;
	z-index: 2;
	text-align: center;
	display: inline-block;
	min-width: 280px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.pro-main .section-title .section-title-main:before{
	position: absolute;
	content: "";
	right: -15px;
	border-width: 0;
	bottom: 0;
	border-style: solid;
	border-color: #ed1b23 transparent;
	display: block;
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 15px solid #ed1b23;
}
.pro-main .section-title .section-title-main:after{
	position: absolute;
	content: "";
	left: -15px;
	border-width: 0;
	bottom: 0;
	border-style: solid;
	border-color: #ed1b23 transparent;
	display: block;
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 15px solid #ed1b23;
}



.pro-main .product-category .box-image {
	position: relative;
}
.pro-main .product-category .box-image:before {
	position: absolute;
	top: 0;
	left: -84%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.pro-main .product-category:hover .box-image:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
.pro-main .product-category .box-image img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.pro-main .product-category:hover .box-image img{
	transform: scale(1.25,1.25);
	-webkit-transform: scale(1.25,1.25);
	-moz-transform: scale(1.25,1.25);
	-o-transform: scale(1.25,1.25);
	-ms-transform: scale(1.25,1.25);
}
.pro-main .product-category .box-text h5.header-title{
	color: #ed1b23;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
}
.pro-main .product-category:hover .box-text h5.header-title{
	color: #006837;
}
.pro-main .product-category .box-text p{
	display: none;
}
.giay-cn{
	max-width: 100% !important;
	padding: 40px 150px 0;
	background: #e8e8e8;
}
.giay-cn .section-title-container{
	margin: 0;
}
.giay-cn .section-title .section-title-main{
	padding: 0;
	border: 0;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}


.info-cty .col{
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.info-cty .col-inner{
	line-height: 35px;
}
.info-cty .col-inner .has-hover img{
	width: 300px;
	object-fit: cover;
}
.info-cty .col-inner .has-block strong{
	color: #ed1b23;
	font-size: 26px;
}
.info-cty .col-inner a:hover{
	color: #006837;
}
.info-cty .col-inner i{
	width: 16px;
	margin-right: 5px;
}

.footer-wrapper .footer-widgets {
	background: #252525;
}
.footer-wrapper .footer-widgets .widget-title{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.footer-wrapper .footer-widgets .menu{
	margin-top: 10px
}
.footer-wrapper .footer-widgets .menu-item{
	border: 0;
	list-style: inside;
}
.footer-wrapper .footer-widgets .menu-item a{
	color: #666;
	font-size: 14px;
}
.footer-wrapper .footer-widgets .widget .is-divider.small{
	display: none;
}
.footer-wrapper .footer-widgets .has-block{
	margin-bottom: 10px;
}
.footer-wrapper .footer-widgets .has-block strong{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.footer-wrapper .footer-widgets strong,
.footer-wrapper .footer-widgets a{
	color: #666;
	font-size: 14px;
}
.footer-wrapper .footer-widgets a:hover{
	color: #fff;
}
.footer-wrapper .footer-widgets i{
	width: 16px;
	margin-right: 5px;
}


.absolute-footer.dark{
	background: #000;
	color: #fff !important;
}

/*---------------------------------------------- Danh mục sản phẩm ------------------------------------------*/
.shop-page-title .page-title-inner,
.tax-product_cat #main .row.category-page-row{
	padding-top: 0 ;
}
.tax-product_cat #main{
	background-color: #F5F5F5;
}
.tax-product_cat #main .row.category-page-row .products{
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding:20px 15px;
	margin: 20px ;
}
.row.category-page-row .col.large-3 {
	display: none;
}
.row.category-page-row .col.large-9 {
	padding: 0;
	width: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 100%;
}
.products .product-small .image-tools{
	display: none;
}
.products .product-small.box{
	border: 1px solid #D7D7D7;
	padding: 10px;
}
.products .product-small.box:hover{
	border: 1px solid #006837
}
.products .product-small .box-image {
	position: relative;
}
.products .product-small .box-image::before {
	position: absolute;
	top: 0;
	left: -84%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.products .product-small .box-image:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
.products .product-small .box-image img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.products .product-small:hover .box-image img{
	transform: scale(1.25,1.25);
	-webkit-transform: scale(1.25,1.25);
	-moz-transform: scale(1.25,1.25);
	-o-transform: scale(1.25,1.25);
	-ms-transform: scale(1.25,1.25);
}
.products .product-small .box-text .title-wrapper{
	text-align: center;
}
.products .product-small .box-text .category{
	display: none;
}
.products .product-small .box-text .product-title a{
	font-size: 16px;
}
.products .product-small:hover .box-text .product-title a{
	color:#006837;
}
.products .product-small .box-text .price-wrapper{
	text-align: center;
	margin: 20px 0 0;
}
.products .product-small .box-text .price-wrapper span{
	color: #ed1b23;
	font-size: 15px;
} 
/*------------------------------------------- Chi tiết sản phẩm ---------------------------------------------*/
.single-product #main{
	background-color: #F5F5F5;
}
.single-product .col.large-9{
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 0 15px;
	margin: 20px 0;
}
.single-product .product-footer .product-section{
	border: 0;
}
.single-product .product-footer .product-section h3.product-section-title{
	position: relative;
	width: auto;
	height: 45px;
	background-color: #ed1b23;
	height: auto;
	line-height: 45px;
	padding: 0 20px;
	z-index: 2;
	text-align: center;
	display: inline-block;
	min-width: 280px;
	color: #fff;
	margin-bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Roboto Condensed', sans-serif;
}
.single-product .product-footer .product-section h3.product-section-title:before{
	position: absolute;
	content: "";
	right: -15px;
	border-width: 0;
	bottom: 0;
	border-style: solid;
	border-color: #ed1b23 transparent;
	display: block;
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 15px solid #ed1b23;
}
.single-product .product-footer .product-section h3.product-section-title:after{
	position: absolute;
	content: "";
	left: -15px;
	border-width: 0;
	bottom: 0;
	border-style: solid;
	border-color: #ed1b23 transparent;
	display: block;
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 15px solid #ed1b23;
}



.single-product .product-footer .product-small.box{
	border: 1px solid #D7D7D7;
	padding: 10px;
}
.single-product .product-footer .product-small.box:hover{
	border: 1px solid #006837
}
.single-product .product-footer .product-small .box-image {
	position: relative;
}
.single-product .product-footer .product-small .box-image:before {
	position: absolute;
	top: 0;
	left: -84%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.single-product .product-footer .product-small:hover .box-image:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
.single-product .product-footer .product-small .box-image img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.single-product .product-footer .product-small:hover .box-image img{
	transform: scale(1.25,1.25);
	-webkit-transform: scale(1.25,1.25);
	-moz-transform: scale(1.25,1.25);
	-o-transform: scale(1.25,1.25);
	-ms-transform: scale(1.25,1.25);
}
.single-product .product-footer .product-small .box-text p.name.product-title{
	text-align: center;
}
.single-product .product-footer .product-small .box-text p.name.product-title a{
	font-size: 16px;
}
.single-product .product-footer .product-small:hover p.name.product-title a{
	color: #006837;
}
.single-product .product-footer .product-small .box-image .grid-tools,
.single-product .product-footer .product-small .box-text p.category{
	display: none;
}
.single-product .product-footer .product-small .box-text .price-wrapper {
	text-align: center;
	margin: 20px 0 0;
}
.single-product .product-footer .product-small .box-text .price-wrapper span {
	color: #ed1b23;
	font-size: 15px;
}



#product-sidebar a:hover{
	color: #006837;
}
#product-sidebar .widget-title{
	color: #ed1b23; 
}
#product-sidebar .is-divider.small{
	background: #ed1b23;
}
#product-sidebar .searchform .button{
	background: #006837;
}
#product-sidebar .post-date{
	color: #aaa;
	font-size: 12px;
}
#product-sidebar .next-prev-thumbs {
	margin: 1em 0 3em !important;
}
/*---------------------------------------- Danh mục bài viết ------------------------------------------*/
.category #main{
	background-color: #F5F5F5;
}
.category .archive-page-header{
	display: none;
}
.category .col.large-9{
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding:20px 15px;
}


.blog-wrapper #post-list .entry-header .entry-category,
.blog-wrapper #post-list .entry-header .entry-divider,
.blog-wrapper #post-list .entry-header .entry-meta{
	display: none;
}
.blog-wrapper #post-list .entry-header .entry-title a{
	color: #ed1b23;
	font-size: 23px;
	font-family: 'Roboto Condensed', sans-serif;
}
.blog-wrapper #post-list .entry-content p{
	font-size: 15px;
	color: #212121;
}
.blog-wrapper #post-list .entry-content a{
	color: #ed1b23;
}
.blog-wrapper #post-list .entry-content a:hover{
	background: #006837;
	color: #fff;
}


.blog-wrapper a:hover{
	color: #006837;
}
.blog-wrapper .widget-title{
	color: #ed1b23; 
}
.blog-wrapper .is-divider.small{
	background: #ed1b23;
}
.blog-wrapper .searchform .button{
	background: #006837;
}
.blog-wrapper .post-date{
	color: #aaa;
	font-size: 12px;
}
/*---------------------------------------------- Chi tiết bài viết -------------------------------------------*/
.single-post #main{
	background-color: #F5F5F5;
}
.single-post .col.large-9{
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding:20px 15px;
}

.single-post .blog-wrapper .entry-header .entry-category,
.single-post .blog-wrapper .entry-header .entry-divider,
.single-post .blog-wrapper .entry-header .entry-meta{
	display: none;
}
.single-post .blog-wrapper .entry-header h1.entry-title{
	color: #ed1b23;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
}


/*--------------------------------------- Giới thiệu - Liên hệ ---------------------------------------------*/
.page-template-default #main{
	background-color: #F5F5F5;
}
.page-template-default .row-main .col.medium-9{
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding:20px 15px;
}


.row-main .col-inner .has-block{
	margin: 25px 0 15px;
}
.row-main .col-inner .has-block strong{
	font-size: 27px;
	color: #ed1b23;
}
.row-main .col-inner i{
	width: 16px;
	margin-right: 5px;
}
.row-main .col-inner a:hover{
	color: #006837;
}
.sidebar-wrapper .widget-title{
	color: #ed1b23; 
}
.sidebar-wrapper .is-divider.small{
	background: #ed1b23;
}
.sidebar-wrapper .searchform .button{
	background: #006837;
}
.sidebar-wrapper .post-date{
	color: #aaa;
	font-size: 12px;
}
.block_widget h5.dm-cty{
	font-size: 15px;
	color: #ed1b23;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.block_widget .nd-cty p{
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}
.block_widget .nd-cty p.hotline{
	font-size: 30px;
	color: #006837;
	font-weight: bold;
}
.block_widget .click-baogia {
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: normal;
	border: 1px solid #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	overflow: hidden;
	flex: none;
	width: 100%;

}

.block_widget .click-baogia:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	background-color: #006837;
	bottom: 0;
	transform: scale(1, 1);
	transform-origin: left center;
	z-index: -1;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.block_widget .click-baogia:hover {
	color: #006837;
	border-color: #006837;
}

.block_widget .click-baogia:hover:before {
	transform: scale(0, 1);
	transform-origin: right center;
}



#form-baogia {
	position: fixed;
	top: 50%;
	left: 50%;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	z-index: 100;
	transform: translate(-50%,-50%);
	display: none !important;
	height: 500px;
}
#form-baogia.active{
	display: flex !important;
}
#form-baogia .dauX{
	position: absolute;
	top: 5px;
	right: 20px;
	text-align: right;
	z-index: 1;
}
#form-baogia .col{
	padding: 0 !important;
}
#form-baogia .img-inner img{
	height: 500px;
	object-fit: cover;
}
#form-baogia .large-8{
	padding: 20px !important;
}
#form-baogia .col-inner h3{
	color: #ed1b23;
	font-size: 25px;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
#form-baogia .col-inner p{
	font-size:14px ;
}
#form-baogia .col-inner p input,
#form-baogia .col-inner p select{
	margin-bottom: 10px;
	height: 30px
}
#form-baogia .col-inner textarea {
	width: 100% !important;
	max-height: 150px;
}
#form-baogia .col-inner p input.button {
	background: #006837;
	padding: 0 40px;
	font-size: 14px;
}
#form-baogia .col-inner p input.button {
	background: #006837;
	padding: 0 40px;
	font-size: 14px;
	border: 1px #006837 solid;
}
#form-baogia .col-inner p input.button:hover {
	background: #fff;
	color: #006837;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}



/*hotline make by Huân*/
.mobile-only {display: none;}
@media (max-width: 767px) {
	.mobile-only {display: block;}
	.pc-only {display: none;}
}
.suntory-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 160px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 120px;
	z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-phone-0 {left: 0; bottom: 0;}
.suntory-alo-phone.suntory-alo-phone-1 {right: 0px; bottom: 0px;}
.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: 160px;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.1;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
}
.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%;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 30px;
	top: 30px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
}
.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%;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50px;
	top: 50px;
	opacity: 1;
	transform-origin: 50% 50% 0;
	z-index: 1;
}
.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: #608727;
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: #e6140f69;
	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: #608727;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill { background-color: #e6140f;} /* màu đỏ */

.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: #608727;} /* màu xanh lá */
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle { 
	text-align: center;
	background-color: #e6140f;
} /* màu đỏ */
@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.6) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(0.7) 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!important;
	line-height: 58px!important;
	color: #fff;
}
.phone-pc {
	background: #e6140f; /* màu đỏ */
	color: #fff;
	padding: 5px;
	font-size: 16px;
	top: 65px;
	left: 98px;
	position: relative;
	width: 250px;
	text-align: center;
	border-radius: 0 10px 10px 0;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;

}
.suntory-alo-phone:hover .phone-pc { background: #608727;}
.show-phone {
	visibility: visible;
	opacity: 1;
	width: 200px;
}
@-ms-keyframes shine {
	100% {
		left: 125%; } }
@-moz-keyframes shine {
	100% {
		left: 125%; } }
@-webkit-keyframes shine {
	100% {
		left: 125%; } }




/*----------------------------------------------------------------------------------------------------------*/
@media (max-width:768px){
	#top-bar.header-top {
		background-color: #006837!important;
	}
	.giay-cn {
		padding: 40px 20px 0;
	}
	.page-template-default #main,
	.single-product #main,
	.category #main,
	.single-post #main{
		padding: 0 20px;
	}
	.category #main .post-sidebar.large-3.col ,
	.single-post #main .post-sidebar.large-3.col{
		display: none;
	}
	.block_widget .nd-cty p.hotline {
		font-size: 26px;
	}
	.block_widget .click-baogia {
		font-size: 12px;
		margin: 0;
	}
	#form-baogia .col-inner textarea {
		height: 120px !important;
	}
}
@media (max-width:480px){
	.pro-main .section-title .section-title-main,
	.single-product .product-footer .product-section h3.product-section-title{
		min-width: 150px;
	}
	.dichvu-main .row {
		width: 90% !important;
		margin: auto !important;
	}
	.info-cty {
		padding: 0 20px;
	}
	.page-template-default #main .col.medium-9 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.page-template-default #main .col.medium-3{
		display: none;
	}
	.single-product .product-footer .product-section h3.product-section-title:before{
		border-left: 16px solid #ed1b23;
	}
	.single-product .product-footer .product-section h3.product-section-title:after{
		border-right: 16px solid #ed1b23;
	}
	.row-main .col-inner .has-block strong {
		font-size: 20px;
	}
}