/*=================== Start phone ring ===============*/
.coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    z-index: 200000 !important;
}
.coccoc-alo-phone.coccoc-alo-show {
    visibility: visible;
}
.coccoc-alo-phone.coccoc-alo-hover, .coccoc-alo-phone:hover {
    opacity: 1;
}
.coccoc-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 80px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
}
.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim !important;
}
.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running coccoc-alo-circle-anim !important;
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #bfebfc;
    opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: rgb(68, 190, 199);
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: rgb(68, 190, 199);
}
@keyframes coccoc-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 coccoc-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 coccoc-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);
}
}
.coccoc-alo-ph-img-circle a img {
    padding: 4px 0 0 3px;
}
.phone-action-header {
	font-size: 20px;
	margin-bottom: 20px;
}
.phone-action-left {
	float: left;
	width: 30%;
}
.phone-action-right {
	float: left;
	width: 70%;
}
.phone-action-row {
	margin-top: 5px;
	margin-bottom: 5px;
}
.phone-action-right input[type=text], .phone-action-right textarea {
	width: 80%;
}
.clearfix {
	clear: both;
}
.r-box {
	position: fixed;
	display: none;
	background: #80b6b0;
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px 15px;
}
.call-phone {
    padding: 8px;
}
.call-phone .input {
    padding: 10px;
    width: 100%;
    margin: 2px 0 4px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc;
}
.bt-send {
    padding: 9px;
    border: 0;
    color: #fff !important;
    background: #f37021;
    width: 90px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.message-bg-wrapper.visible {
    opacity: 1;
    z-index: 999;
    display: block;
}
.message-bg-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    display: none;
}
.message-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
  left: 0;
  top: 0;
  -webkit-transition: background-color 1s ease-in;
  transition: background-color 1s ease-in;
}
.messaged {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 300px;
    background: white;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    font-weight: 300;
    color: #2c2928 !important;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.2s ease-in-out;
    z-index: 999;
}
.comein {
    top: 200px;
    opacity: 1;
}
.messaged .check {
    line-height: 90px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(4);
    width: 120px;
    height: 120px;
    background: #99d6d8;
    color: white !important;
    font-size: 3.8rem;
    padding-top: 10px;
    border-radius: 50%;
    opacity: 0;
    transition: transform 0.2s 0.25s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.1s 0.25s ease-in-out;
}
.messaged .scaledown {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.messaged p {
    font-size: 12px;
    color: #000 !important;
    margin: 25px 0px;
    padding: 0;
}
.messaged p:nth-child(2) {
    font-size: 2.3rem;
    margin: 40px 0px 0px 0px;
}
.messaged #ok {
    position: relative;
    color: white !important;
    border: 0;
    background: #99d6d8;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    font-size: 1.2rem;
    transition: background 0.2s ease;
    outline: none;
}
#fountainG{
  	position: absolute;
  	top: 0px;
  	width: 168px;
  	height: 20px;
  	margin: 0 auto;
}
.fountainG{
position:absolute;
top:0;
background-color:rgba(0,0,0,0);
width:20px;
height:20px;
animation-name:bounce_fountainG;
-o-animation-name:bounce_fountainG;
-ms-animation-name:bounce_fountainG;
-webkit-animation-name:bounce_fountainG;
-moz-animation-name:bounce_fountainG;
animation-duration:1.3s;
-o-animation-duration:1.3s;
-ms-animation-duration:1.3s;
-webkit-animation-duration:1.3s;
-moz-animation-duration:1.3s;
animation-iteration-count:infinite;
-o-animation-iteration-count:infinite;
-ms-animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
animation-direction:normal;
-o-animation-direction:normal;
-ms-animation-direction:normal;
-webkit-animation-direction:normal;
-moz-animation-direction:normal;
transform:scale(.3);
-o-transform:scale(.3);
-ms-transform:scale(.3);
-webkit-transform:scale(.3);
-moz-transform:scale(.3);
border-radius:13px;
-o-border-radius:13px;
-ms-border-radius:13px;
-webkit-border-radius:13px;
-moz-border-radius:13px;
}

#fountainG_1{
left:0;
animation-delay:0.52s;
-o-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-moz-animation-delay:0.52s;
}

#fountainG_2{
left:21px;
animation-delay:0.65s;
-o-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-moz-animation-delay:0.65s;
}

#fountainG_3{
left:42px;
animation-delay:0.78s;
-o-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-moz-animation-delay:0.78s;
}

#fountainG_4{
left:63px;
animation-delay:0.91s;
-o-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-moz-animation-delay:0.91s;
}

#fountainG_5{
left:84px;
animation-delay:1.04s;
-o-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-moz-animation-delay:1.04s;
}

#fountainG_6{
left:105px;
animation-delay:1.17s;
-o-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-moz-animation-delay:1.17s;
}

#fountainG_7{
left:126px;
animation-delay:1.3s;
-o-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-moz-animation-delay:1.3s;
}

#fountainG_8{
left:147px;
animation-delay:1.43s;
-o-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-moz-animation-delay:1.43s;
}
@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#000000;
}

100%{
transform:scale(.3);
background-color:rgba(0,0,0,0.33);
}
}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#000000;
}

100%{
-o-transform:scale(.3);
background-color:rgba(0,0,0,0.33);
}
}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#000000;
}

100%{
-ms-transform:scale(.3);
background-color:rgba(0,0,0,0.33);
}
}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#000000;
}

100%{
-webkit-transform:scale(.3);
background-color:rgba(0,0,0,0.33);
}
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#000000;
}

100%{
-moz-transform:scale(.3);
background-color:rgba(0,0,0,0.33);
}
}
.r-box .header {
	text-align: center;
	text-transform: uppercase;
	color: #009bff !important;
	border-bottom: 1px dashed #ccc;
}
.r-box .call {
	text-align: center;
	margin-top: 10px;
	color: #000 !important;
}
.r-box-content {
	color: #000 !important;
}
.dloadding {
	position: relative;
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	height: 25px;
}
.noted {
	background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.coccoc-alo-ph-img-circle img {
    padding: 4px 0 0 3px;
    width: 45px;
    height: 45px;
}
.zalo-icon,
.facebook-icon, .lienhe-icon {
    position: fixed;
    z-index: 9999;
}

@media (max-width: 767px) {
	.r-box {
	    bottom: 0px;
	    left: 5px;
	}
    .coccoc-alo-ph-img-circle img {
        width: 30px;
        height: 30px
    }
    .coccoc-alo-ph-img-circle {
        height: 40px;
        width: 40px;
        left: 47px;
    }
    .coccoc-alo-ph-circle-fill {
        height: 55px;
        width: 55px;
    }
    .coccoc-alo-ph-circle {
        height: 90px;
        width: 90px;
    }
    .coccoc-alo-phone {
        height: 100px;
        width: 115px;
        left: unset !important;
        right: 0;
        bottom: 80px !important;
    }
    .coccoc-alo-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim;
        background-color: #000;
        border: 2px solid transparent;
        border-radius: 100%;
        left: 40px;
        opacity: 0.1;
        position: absolute;
        top: 40px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
    }
    .coccoc-alo-ph-img-circle {
        animation: 1s ease-in-out 0s normal none infinite running coccoc-alo-circle-img-anim;
        border: 2px solid transparent;
        border-radius: 100%;
        /*opacity: 0.7;*/
        position: absolute;
        top: 48px;
        transform-origin: 50% 50% 0;
    }
    .zalo-icon {
        right: 25px;
        bottom: 145px;
        z-index: 200001 !important;
    }
    .facebook-icon {
        right: 25px;
        bottom: 25px;
        z-index: 200001 !important;
    }
    .zalo-icon img,
    .facebook-icon img {
        width: 45px;
        height: 45px;
    }
}
@media (min-width: 768px) {
	.r-box {
		bottom: 50px;
        right: 130px;
	}
    .coccoc-alo-ph-img-circle {
        height: 50px;
        width: 50px;
        left: 75px;
    }
    .coccoc-alo-ph-circle-fill {
        height: 65px;
        width: 65px;
    }
    .coccoc-alo-ph-circle {
        height: 160px;
        width: 160px;
    }
    .coccoc-alo-phone {
        /*height: 200px;*/
        width: 160px;
        left: unset !important;
        right: 0;
        bottom: 95px !important
    }
    .coccoc-alo-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running coccoc-alo-circle-fill-anim;
        background-color: #000;
        border: 2px solid transparent;
        border-radius: 100%;
        right: 30px;
        opacity: 0.1;
        position: absolute;
        top: 218px;
        transform-origin: 50% 50% 0;
        transition: all 0.5s ease 0s;
    }
    .coccoc-alo-ph-img-circle {
        border: 2px solid transparent;
        border-radius: 100%;
        /*opacity: 0.7;*/
        position: absolute;
        bottom: 70px;
        transform-origin: 50% 50% 0;
    }
    .zalo-icon {
        right: 30px;
        bottom: 230px;
    }
    .facebook-icon {
        right: 30px;
        bottom: 100px;
    }
    .lienhe-icon {
        right: 30px;
        bottom: 30px;
        animation: 1s ease-in-out 0s normal none infinite running coccoc-alo-circle-img-anim;
    }
    .zalo-icon img,
    .facebook-icon img, .lienhe-icon img {
        width: 54px;
        height: 54px;
    }
    #amlab_button_lienhe {
        z-index: 99999999 !important;
    }
    .show_btn_lienhe {
        display: none;
        background-color: white;
        width: 70px;
        height: 200px;
        position: fixed;
        right: 23px;
        bottom: 90px;
        border-radius: 999px;
        box-shadow: rgba(0, 0, 0, 0.25) 2px -4px 10px;
        z-index: 9999999;
    }
    .amlab_to_top {
        opacity: 1 !important;
        right: 30px !important;
        bottom: 100px;
        z-index: 99999999 !important;
        width: 54px;
        height: 54px;
        border-radius: 99999px;
        position: fixed;
        background-color: #44BEC7;
        color: white;
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .amlab_to_top.active {
        bottom: 300px;
        display: none;
    }
}
@media (min-width: 1025px) {
    .coccoc-alo-ph-img-circle a img {
        /* width: 27px; */
    }
}