
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
    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;
    margin-bottom: 35%;
}
.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: #056839;
    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: #056839;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #056839;
    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: #056839;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgb(51, 122, 183);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #056839;
}
.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: #056839;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #337ab7;
    position: relative;
}
@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;
    position: relative;
    top: 1px;
    left: 3px;
}

/*=================== 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);
}
}


@media(max-width: 768px){
 .suntory-alo-phone{
  display: block;
  
 }
 
 html.mm-opened .suntory-alo-phone{
  display: none;
 }
}
.rj_btn_right_fixed{
	position:fixed;
	z-index: 9999999999;
    right: 0;
    top: 43%;
}

.rj_btn_right_fixed ul.fx_right {
	list-style:none;
}
.rj_btn_right_fixed ul.fx_right  li{
	list-style:none;
	margin-top:5px;
}
.rj_btn_right_fixed ul.fx_right li img{
	border-radius: 5px 0 0 5px;
}
div#livechat-compact-container {
		margin-bottom: 65px;
	}
.mobi_btn {
	display:none;
}
@media only screen and (max-width:767px){
	.mobi_btn {
	  width: 100%;
	  height: 40px;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  z-index: 99;
	  display: block;
	  text-align: center;
	  z-index:444;
	}
	.mobi_btn ul {
	  list-style: none;
	  text-align: center;
	  padding-left: 0;
	}
	.mobi_btn ul li {
	  height: 40px;
	  width: 100%;
	  line-height: 40px;
	  text-align: center;
	  list-style: none;
	  display: inline-block;
	  background:#e8e8e8;
	}
	.mobi_btn ul li a:first-child {
	    color: #337ab7;
		text-decoration: none;
		font-size: 12pt;
		display: block;
		width: 66%;
		text-align: left;
		padding-left: 20px;
		float: left;
		font-weight: bold;
	}
	.mobi_btn ul li a:first-child img {
	  height: 20px;
	}
	.mobi_btn ul li a{
		width: 33%;
		float:right;
		color:#fff;
	}
	.mobi_btn ul li a span{
		background: #056839;
		padding: 10px 13px;
		font-weight: bold;
	}
}
@media only screen and (max-width:767px){
	 div#chat-widget-container {
	 	margin-bottom:40px;
	 }
	.rj_btn_right_fixed{
		display:none;
		bottom: 0;
		top: auto;
		left: 23%;
	}
	.rj_btn_right_fixed ul.fx_right  li{
		float:left;
		padding-left:10px;
	}
	.rj_btn_right_fixed ul.fx_right li img{
		border-radius: 5px 5px 0 0;	
	}
}
#header_fixed_2 {
  background-color: #ffffff00;
}
.fixed{
        transition: all ease 0.8s;
}
.fade{
        transition: all ease 0.5s;
        opacity: 1;
}
.fixed:hover{
    transition: all ease 0.8s;
}
@media only screen and (min-width:767px){
    .fixed{
    	position:fixed;
    	top: 0;
        z-index: 99999;
        width: 100%;
        background-color: rgba(52, 103, 147, 0.8);

        border-bottom: 1px solid #ffffff85;
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
        
    }
    .fixed:hover{
        background-color: #286090;
        transition: all ease 0.8s;
    }
    .fixed_2{
        top: 0;
        z-index: 99999;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .trang_chu{
        color: #DBF44B;
    }
    .tieude_22{
        color: #fff;
    }
    .icon_22{
        color: #fff;
    }
}
@media only screen and (max-width:767px){
    .fixed{
        position:fixed;
        top: 0;
        z-index: 99999;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    .fixed:hover{
        background-color: #fff;
        transition: all ease 0.8s;
    }
    .fixed_2{
        top: 0;
        z-index: 99999;
        width: 100%;
        background-color: #fff;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.navbar-default .navbar-nav > .open > a:hover{
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:focus{
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a {
    background-color: transparent;
}
@media only screen and (min-width:767px){
    .modal{
        position: relative;

    }
    .modal-backdrop{
        position: relative;

    }
    .modal-open{
        overflow: overlay;
    }
    .ipopcontainer{
        display: none;
    }
}

