@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,500,600,700&subset=vietnamese");
/* @import "https://fonts.googleapis.com/css?family=Prompt:400,400i,500,500i,600,600i,700,700i&subset=vietnamese"; */
/* @import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=vietnamese'); */
:root{
    --w-background: #ed1b24;
    --w-background-blue: #3dc1f3;
    --w-background-hover: #b90812;
    --w-color: #fff;
}
body,ul,li{margin: 0;padding: 0;list-style: none;}
body{font: 600 14px/21px 'Nunito Sans', 'sans-serif';background: #fff;line-height: 23px;}
a,a:focus,a:visited,a:active{text-decoration: none;color: #000;}
a:hover{text-decoration: none;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.relative{position: relative}
p{margin-bottom: 10px;}
img{max-width:100%!important}
.btn-custom{
    background: var(--w-background);
    border-color: var(--w-background);
    color: var(--w-color)!important;
}
.btn-custom:hover{
    background: var(--w-background-hover);
    border-color: var(--w-background-hover);
    color: var(--w-color);
}
.color-custom{
    color: var(--w-background)!important;
}
.custom-background {
    background: var(--w-background-hover);
}
.bg-custom{
    background:  var(--w-background)
}
.overflow-hidden{overflow: hidden}
.btn-order{background: #007cff;border-color:#007cff }
.rounded-pill {
    border-radius: 50rem!important;
}
b, strong, th {
    font-weight: 700;
}

/*Header*/
.nav-top .phone .fa{
    font-size: 16px;
}
.nav-top .phone span.text, .nav-top .phone span.text a{
    color: #7c7c7c;
    font-size: 12px;
}
.nav-top .cart{
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}
.nav-top .cart .icon{
    box-shadow: inset 1px 0 3px rgb(0 0 0 / 15%);
    background: rgba(0,0,0,.1);
}
.nav-top .cart .icon i{margin-top: 5px;}
.ow-navigation .nav>li.has-sub>a:after{content: "\f107";font: normal normal normal 14px/1 FontAwesome;margin-left: 7px;}
/*.ow-navigation{padding-top: 12px;background: #ed6b0b}*/
.ow-navigation .nav>li{padding: 7px 19px ;position: relative; }
.ow-navigation .nav>li>a{font-size: 15px;}
.ow-navigation .nav>li a{color: #2a2a2a;font-weight: 600;display: block;}
.ow-navigation .nav>li:hover > a,
.ow-navigation .nav>li.active > a,
.ow-navigation .nav>li>ul li:hover{color: var(--w-background)}
.ow-navigation .nav>li:not(.has-sub){position: relative}
.ow-navigation .nav>li.has-sub:hover{
    background: #007cff;
    border-radius: 5px 5px 0 0;
}
.ow-navigation .nav>li.has-sub:hover>a{color: #fff;}

.ow-navigation .nav>li>ul{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none; 
    min-width: 100%;
    margin:  0 0 0 -1px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 3px solid #007cff;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.175);
    box-shadow: 0 3px 3px rgba(0,0,0,.175);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;

}
.ow-navigation .nav>li:hover>ul{
    /* display: -webkit-box!important; */
    /* display: -ms-flexbox!important; */
    /* display: flex!important; */
    display: block!important;
}
.ow-navigation .nav>li>ul>li {
    min-width: 100%;
    /* display: inline-block; */
    /*background: #f5f5f5;*/
    padding: 10px 15px;
	border-bottom: 1px solid #007cff;
}
.ow-navigation .nav>li>ul>li:last-child{border-bottom:none}
.ow-navigation .nav>li>ul>li>a{
    color: #000;
    /* font-weight: bold; */
    display: block;
    font-size: 15px;
    white-space:nowrap
    /* padding-bottom: 2px; */
    /* margin-bottom: 5px; */

}
.ow-navigation .nav>li>ul>li:hover>a{
    color: var(--w-background)
}
.ow-navigation .nav>li>ul>li>ul>li{
    padding: 5px 0;
    background: #fff;
}
.ow-navigation .nav>li>ul>li>ul>li>a{
    color: #007cff;
    font-weight: 600;
}
.ow-navigation .nav>li>ul>li>ul>li:hover>a{
    color: #044c33;
}
.ow-navigation .nav>li>ul>li>ul>li>ul{
    padding-top: 5px;
}
.ow-navigation .nav>li>ul>li>ul>li>ul>li{
    padding: 5px 0 5px 10px;
}
.ow-navigation .nav>li>ul>li>ul>li>ul>li>a{
    color: #000;
    font-size: 13px;
}
.ow-navigation .nav>li>ul>li>ul>li>ul>li:hover>a{
    color: var(--w-background);
    font-size: 13px;
}
/*.ow-navigation .nav>li>ul>li>ul>li>ul>li>a:before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 7px;
}*/
/*.ow-navigation .nav>li:hover>ul{display: block}*/
/*.ow-navigation .nav>li>ul li{padding: 10px;border-bottom: 1px solid #dcd8d8}
.ow-navigation .nav>li>ul li:last-child{border-bottom: none}
.ow-navigation .nav>li>ul li>a{white-space: nowrap;font-size: 14px;}*/
.ow-navigation .nav>li> a:before{
    content: "";
    height: 3px;
    left: 20%;
    width: 0;
    margin-left: 0;
    bottom: -1px;
    background-color: var(--w-background);
    position: absolute;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.ow-navigation .nav>li:not(.has-sub):hover > a:before{
    width: 60%;
}
/*.ow-navigation .nav>li>ul>li>ul{display: none;left: 100%;top: -1px;padding: 0}
.ow-navigation .nav>li>ul>li.has-sub:after {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}
.ow-navigation .nav ul li:hover>ul{display: block}
.ow-navigation .nav>li>ul li:hover{background: #fff;}
.ow-navigation .nav>li>ul li:hover>a{color: #ed6b0b}*/
/*#header.fixed {
    text-align: center;
    box-shadow: 0px 2px 0 0 rgb(0 0 0 / 20%);
    padding: 5px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 0;
    background: #fff;
    padding-top: 15px;
}*/
.form-seach{position: relative;background: rgba(255,255,255,.9); height: 35px;overflow: hidden;margin-bottom: 0;}
.form-seach .text{width: 100%;position: relative;background: transparent}
/*.form-seach .text:before{content: "";width: 17px;height: 17px;position: absolute;left: 7px;top: 9px;opacity: .5;background: url(../images/ic-search.png) no-repeat center center;}*/
.form-seach .text input{background: none;border: none;box-shadow: none;height: 35px;font-size: 13px}
.form-seach .text input:focus,.form-seach .text input:active,.form-seach .text input:visited{box-shadow: none;outline: none;}
.form-seach .buttom{position: absolute;top: 0;right: 0;}
.form-seach .buttom .btn-search{border: none;background: transparent;color: #fff;line-height: 35px;padding-left: 10px;padding-right: 10px;margin-top: 5px;}
.form-seach .buttom .btn-search img{height: 22px;}
/*Menu*/
/*About*/
.about{
    background: url(../images/1.jpg) no-repeat fixed;
    background-size: cover;
    position: relative;
	background-position: center center;
	padding:20px 0;
}
.about h2,.about h3,.about h4{font-size:16px;}
.about:before{
    content: "";
    background: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.about .row{
    min-height: calc(100vh - 125px);
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: justify;
    line-height: 28px;
    font-size: 15px;
    letter-spacing: 1px;
}
.about .row table *{ color: #fff;}
#about2 .row{height: auto;}
.service-box {
    background: var(--w-background);
    padding: 15px 0;
    color: #fff
}

.service-box .name {
    font-size: 16px
}

.service-box .info {
    font-size: 13px;
    text-align: justify
}
.content h1{font-size:18px;font-weight:bold}
.content h2{font-size:17px;font-weight:bold}
.content h3{font-size:16px;font-weight:bold}
.content h4{font-size:15px;font-weight:bold}
.content li{margin-bottom:10px;}
/*Content*/
.title_main {text-transform: uppercase; color: var(--w-background);position: relative;text-align: center;}
.title_main a{color: var(--w-background);display: inline-block;padding: 0 10px;background: #fff;position: relative;z-index: 2;font-size: 21px;font-weight: bold}
.title_main:before{content: "";width: 80%;height: 2px;top: 50%;left: 10%;position: absolute;background: var(--w-background);z-index: 1;}
.title_menu {
    color: var(--w-background);
    text-transform: uppercase;
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
}
.title_menu:before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #e30613;
    position: absolute;
    left: 0;
    bottom: 0;
}
#navbarLeft>li{
    position: relative;
    width: 100%;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #ddd;
}
#navbarLeft>li>ul{
    left: 100%;
    top: 0;
    max-width: 900px;
    width: 900px;
}
#navbarLeft>li.has-sub>a:after {
    content: "\f105";
    margin-left: 0;
    float: right;
}
#navbarLeft>li.has-sub:hover{
    border-radius: 0;
    background: none;
}
#navbarLeft>li.has-sub:hover>a{
    color: #007cff
}
#navbarLeft>li>ul>li>a{font-size: 14px;}
.overlay-images{overflow: hidden}
.overlay-images .images {
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 100%;
}

.thumbnail:hover .images{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.card .card-name.product-name{line-height: 19px;}
.card .card-name.product-name a{font-size: 14px;color: #2a2a2a;font-weight: 600}
#list-items .card .card-name.product-name a{font-size: 15px;color: #2a2a2a;font-weight: bold}
.card .card-name.product-name a:hover,
#list-items .card:hover .card-name.product-name a{color: #007cff}
.card .box-price{margin-top: 20px;margin-bottom: 5px;}
.card .box-price .old-price{
    /*display: inline-block;*/
    font-size: 13px;
    text-decoration: line-through;
    color: #b6b6b6;
    /*margin-left: 10px;*/
}
.card .box-price .special-price {
    color: red;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    /*display: inline-block;*/
}
.card .sale_off {
    color: #fff;
    background: red;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    z-index: 100;
}
.card .btn-cart{background: #fff;border: 2px solid #333;color: #252525;border-radius: 0;}
.card .btn-cart:hover{
    background: #333;
    color: #fff;
}
.card .thumbnail .action{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 10000;
}
.card .thumbnail .action a{
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    line-height: 44px;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 16px;
    display: block;
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
}
.card .thumbnail:hover .action{
    opacity: 1;
    visibility: visible;
    
}
.card .thumbnail .action a:hover{
    background: #fff;
    color: #000;
}
#list-items .overlay-images:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';z-index:10;-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
                                   transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);}
#list-items .overlay-images:hover:before {webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);}
#list-items .overlay-images .images{padding-top: 70%}
#list-items .info{text-align: justify}
#list-items .view-detail{width: 100%;color: #fff;}
/*Post*/
.card .card-name.post-name{font-size: 15px;color: #252525;font-weight: 700}
.card .card-name.post-name:hover a{color:#007cff}
.card .post-date{color: #898989; font-size: 12px;}
.card .post-overview{font-weight: 600}
.card .post-link{color: var(--w-background); font-size: 14px;text-transform: uppercase;font-weight: 700}
/*Footer*/
.footer{
    background: url(../images/bg-footerWrap.gif) repeat-x var(--w-background);
    color: #fff;
}
.footer .item {font-size: 14px;margin-bottom: 25px;}
.footer .item .title{margin-top: 10px;}
.footer .item li{margin: 5px 0;font-weight: 600;}
.footer .item li a{color: #f5f5f5;}
.footer .item li a:hover{color: #58d0a8}
.footer .info{color: #f5f5f5;}
.footer .info p.name{color: #fff;font-size: 18px;font-weight: bold}
div#icon-footer a {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 3px 3px;
}
div#icon-footer a i:before {
    width: 34px;
    height: 34px;
    text-align: center;
    background:rgba(218, 218, 218, 0.65);
    color: #222;
    border-radius: 50%;
    line-height: 34px;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
    -o-transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
    transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
}
div#icon-footer a i:hover:before {
    background-color:#074d85;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #fff;
}
div#icon-footer {
    margin-top: 30px;
}
.bottom-footer{
    background-color: var(--w-background-hover);
    text-align: center;
    color: #f5f5f5;
    padding: 15px 0;
    font-size: 13px;
}
.widget-area .recent-content {
    position: relative;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.widget-area .item:last-child div.recent-content  {
    border-bottom: none
}

.widget-area .recent-content h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0
}

.widget-area .recent-content a {
    color: #444;
    text-decoration: none;
    font-size: 14px;
    padding-left: 0;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 1s ease 0;
    -moz-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    transition: all 1s ease 0
}

.widget-area .recent-content a:hover {
    color: #0e76bc;
    text-decoration: none
}

.widget-area .recent-content span a {
    color: #d5d5d5;
    font-size: 12px
}

.widget-area .recent-content span a:hover {
    color: #337dc4
}
.news-detail .font-small{font-size: 20px;}
.content-left .page_nav {
    position: relative;
    background: var(--w-background);
    padding: 10px 15px;
    z-index: 100;
    text-align: center;
    color: #fff;
    /*bottom: 0;*/
    /*left: 15px*/
}
.page_nav h1,.page_nav h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    margin: 0
}
.navigation-breadcrumb {
    background: rgba(0,0,0,.2);
    margin-bottom: 20px;
    margin-top: -52px;
    position: relative;
    z-index: 100;
}
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: relative;
    transition: visibility .5s ease 0s;
    width: 80px;
    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,.4);
    border-radius: 100%;
    height: 80px;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 80px
}

.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: 5px;
    position: absolute;
    top: 5px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 70px
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 15px;
    opacity: 1;
    position: absolute;
    top: 15px;
    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: #00aff2;
    opacity: .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: #579c01;
    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(5,140,59,.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: #579c01
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(5,140,59,.9)
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #015e26
}

.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: #015e26
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #3b9b76
}

.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: 0;
    color: #fff
}

.social-button {
    display: inline-grid;
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 45px;
    text-align: center;
    z-index: 9999
}

.social-button-content {
    display: inline-grid
}

.social-button .social-button-content a {
    padding: 6px 0;
    cursor: pointer;
    position: relative
}

.social-button .social-button-content i {
    width: 40px;
    height: 40px;
    background: #3eb104;
    color: #fff;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}

.social-button span {
    display: none
}

.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: #3aac0b;
    opacity: .5
}

.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #30a80c;
    opacity: .4
}

.call-icon:hover>span,.mes:hover>span,.sms:hover>span,.zalo:hover>span {
    display: block
}

.social-button a span {
    border-radius: 2px;
    text-align: center;
    background: #67b634;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 5px;
    left: 60px;
    transition: all .2s ease-in-out 0s;
    -moz-animation: headerAnimation .7s 1;
    -webkit-animation: headerAnimation .7s 1;
    -o-animation: headerAnimation .7s 1;
    animation: headerAnimation .7s 1
}

@-webkit-keyframes "headerAnimation" {
    0% {
        margin-top: -70px
    }

    100% {
        margin-top: 0
    }
}

@keyframes "headerAnimation" {
    0% {
        margin-top: -70px
    }

    100% {
        margin-top: 0
    }
}

.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103,182,52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px
}

div#box-contact {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15px;
    left: 20px;
    z-index: 10040
}

.box-contact-container {
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    min-width: 370px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -o-transition: ease-out .2s all;
    transition: ease-out .2s all;
    transform: translateY(20px)
}

.box-call-container {
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 1000001;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -o-transition: ease-out .2s all;
    transition: ease-out .2s all;
    transform: translateY(20px)
}

.box-contact-container::before {
    position: absolute;
    bottom: -7px;
    left: 25px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: ""
}

.box-contact-container.box-container-left::before {
    left: 25px;
    right: auto
}

.box-contact-container.box-container-right::before {
    left: auto;
    right: 25px
}

.box-call-container::before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: ""
}

.box-contact-button {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.box-button-border {
    width: 64px;
    height: 64px
}

.box-button-border {
    width: 84px;
    height: 84px;
    background-color: #f005e;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: box-pulse 2s infinite;
    animation: box-pulse 2s infinite
}

.box-button-border:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.box-button-icon {
    position: absolute;
    top: 25%;
    left: 25%;
    margin: 0 0 0 -2px;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: boxRotate 1s;
    animation: boxRotate 1s
}

.box-button-group-icon {
    transition: .4s
}

.box-button-icon-animation {
    opacity: 1
}

.box-close-button-icon {
    color: #fff;
    opacity: 0;
    visibility: visible;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all
}

.box-close-button-icon.isShowCloseButton {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.box-call-main .box-close-button-icon {
    display: none
}

.box-call-button-close-icon {
    color: #fff;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all
}

.box-call-button-close-icon.isShowCloseButton {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

svg.box-call-button-icon-child {
    position: absolute;
    top: 25%;
    left: 25%;
    margin: 0 0 0 -2px;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: boxRotate 2s;
    animation: boxRotate 2s
}

.box-call-for-price {
    padding: 5px 0 0
}

.box-call-for-price-numner-phone {
    font-weight: 500;
    text-decoration: none!important
}

.box-contact-header {
    padding: 17px 10px;
    color: #fff;
    border-radius: 7px 7px 0 0;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    text-align: center;
    line-height: 1.4
}

.box-call-header {
    padding: 17px 15px;
    color: #fff;
    background: #f26364;
    border-radius: 7px 7px 0 0;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    text-align: center;
    line-height: 1.4
}

.box-header-title {
    text-align: left
}

.box-contact-header-close,.box-header-close {
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0;
    margin: 0;
    border: 0 none;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: .4s
}

.box-contact-header-close:hover,.box-header-close:hover {
    background: #f26364;
    transition: .4s;
    box-shadow: 0 0 40px rgb(0 0 0 / 27%)
}

.box-contact-header-close img,.box-header-close img {
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px
}

.box-contact-header-close span svg,.box-header-close span svg {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    display: block;
    position: absolute
}

.box-btt svg#Capa_1 {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px
}

.box-contact-container ul {
    margin: 0 0 10px 0;
    padding: 0
}

.box-contact-container ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.box-contact-container ul li:hover {
    background: #33312
}

.box-call-item,.box-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 12px 8px 12px;
    box-sizing: border-box;
    position: relative;
    min-height: 54px;
    text-decoration: none
}

.box-contact-icon {
    width: 36px
}

.box-contact-item .box-contact-child {
    width: calc(100% - 36px);
    text-overflow: ellipsis;
    overflow: hidden
}

.box-contact-icon img {
    width: 100%;
    height: 100%
}

.box-contact-child {
    padding: 0 10px;
    text-align: left
}

.box-contact-child-title {
    color: #323232d9
}

.isButtonShow {
    opacity: 1;
    visibility: visible;
    transition: .4s;
    -ms-transform: scale(1);
    transform: translateY(0)
}

.box-contact-greeting {
    display: inline;
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 1000;
    transform: scale(1);
    color: #787878;
    font-size: 16px;
    line-height: 18px;
    max-width: 250px;
    width: 400px;
    height: auto;
    bottom: 0;
    right: 80px;
    padding: 14px 20px 14px;
    opacity: 1;
    visibility: visible;
    transition: .4s
}

.box-contact-greeting::before {
    position: absolute;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    bottom: 16px;
    right: -15px;
    content: ""
}

.box-contact-close-greeting {
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0;
    margin: 0;
    border: 0 none;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    background: #ed6162;
    border-radius: 50%;
    text-align: center;
    transition: .4s
}

.box-contact-close-greeting span svg {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -6px 0 0 -6px
}

.box-contact-greeting:hover .box-contact-close-greeting {
    opacity: 1;
    visibility: visible;
    transition: .4s
}
/*Loading*/
#loading{position:fixed;background: rgba(255,255,255,.7);background-attachment:fixed;top:0;left:0;bottom:0;right:0;z-index:99999}
.loading{position:absolute;left:50%;top:50%;margin-top:-31px;margin-left:-31px;border-bottom:2px solid rgba(0,0,0,0.1);border-left:2px solid rgba(0,0,0,0.1);border-right:2px solid rgba(0,0,0,0.1);border-top:2px solid red;border-radius:100%;height:50px;width:50px;animation:rot .6s infinite linear}
#goTop {position: fixed;bottom: 20px;right: 10px;cursor: pointer;display: none;z-index: 10000;font-size: 25px;background: rgba(0,0,0,.2);border-radius: 50%;padding: 5px 10px}
/*Amination*/
@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)
    }
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0deg) scale(.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }

    100% {
        opacity: .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: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }

    50% {
        opacity: .2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }
}

@keyframes rot {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes rot {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@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)
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-500px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes box-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}