body {
    line-height: 1.4;
    font-size: 14px;
    color: #272727;
    overflow-x: hidden;
    background: #fff;
    position: initial !important;
}
h1,h2,h3,h4,h5,h6 {color:#272727;margin:0 0 13px 0;font-weight:500;line-height:1.2;}
h1 { font-size: 36px; }
h2 { font-size: 28px;}   
h3 { font-size: 24px;}
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
p{ margin: 0 0 10px 0; line-height: 21px }
a {color:#272727;text-decoration: none; outline: none; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover,a:focus{color:#e6ac73;text-decoration: none; outline: none;}    
a:active { outline: none; }
a{transition: opacity 150ms linear, color 150ms linear, background 150ms linear;}
ul {
    padding: 0;
    list-style-type: none;
}
img {
    max-width: 100%;
}
.container {
    margin: auto;
    position: relative;
}
@media (min-width: 1200px){
.container {
    width: 1200px;
}}
.main-body {
    position: relative;
    right: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top {
    background-color: #f4f4f4;
    color: #262626;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}
.txt_top {
    padding: 6px 0;
    width: 100%;
    text-align: left;
}


.main-header.border {
    border-bottom: 1px solid #d0d0d0;
}
.main-header--logo h1, .main-header--logo a {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 500;
    color: #4267b2;
}

#search {
    height: 42px;
    position: absolute;
    border: 2px solid #0068ff;
    border-right-width: 66px;
    top:40px;
    border-radius: 5px;
    background-color: #fff;
    background-image: -moz-linear-gradient(center top , #fff, #eee);
    background-image: -webkit-linear-gradient(top,#fff,#eee);
}
input[type=text] {color: #000}
input[type=text].text-search{height: 38px;width: 430px;padding: 0 0 0 20px;border:none;background:none;border-radius:15px;outline:none;font-size: 15px;}
#submit-search{height: 38px;width: 60px;outline:none;border:none;background-color: #0068ff;color: #fff;background-position: -42px -60px;position:absolute;right: -63px;top:0;border-radius: 5px;cursor:pointer;}
#submit-search i{font-size: 22px;}
.icon_hotline {
    display: block;
    width: 220px;
    height: 50px;
    position: absolute;
    right: 105px;
    top: 35px;
    right: 0;
}

.main-header--menu {
    text-align: left;
}
.main-header--logo{padding:25px 0;}
.header {
    color: #fff;
    position: relative;
    z-index: 110;
    width: 100%;

}
.header p{margin-bottom: 4px;color: #000}
.header p:first-child{padding-top: 10px}
.header .desk-menu {position: relative;}
.header .desk-menu >ul>li {display: inline-block;height: 100%;padding: 0;z-index: 5;margin-right: 30px;}
.header .desk-menu >ul>li:last-child {margin-right: 0;}
.header .desk-menu > ul>li>a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0;
    line-height: 50px;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 15px;
}
.header .desk-menu > ul>li>a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-bottom: 2px solid #fff;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header .desk-menu > ul>li>a:hover:before, 
.header .desk-menu > ul>li.active>a:before {
    opacity:1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.header .desk-menu >ul>li.active>a{color: #0068ff;}
.header .desk-menu ul li a {color:#0068ff;}
.header .desk-menu ul li a:hover {color:#0068ff;}
.header .desk-menu ul { padding-left: 0;margin:0;}
.header .desk-menu ul>li a i {display: inline-block;vertical-align: middle;font-size: 9px;margin-left: -2px;margin-bottom: 3px;}
.header .desk-menu .sub_menu {
    background: #f4f4f4;
    position: absolute;
    z-index:999;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-transform: rotate3d(1,0,0,-90deg);
    -moz-transform: rotate3d(1,0,0,-90deg);
    -o-transform: rotate3d(1,0,0,-90deg);
    -ms-transform: rotate3d(1,0,0,-90deg);
    transform: rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header .desk-menu ul>li>ul {top: 97%;border-top:2px solid #fff;}
.header .desk-menu li:hover>.sub_menu {
    -webkit-transform: rotate3d(0,0,0,0deg);
    -moz-transform: rotate3d(0,0,0,0deg);
    -o-transform: rotate3d(0,0,0,0deg);
    -ms-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg);
}
.header .desk-menu .sub_menu a {padding: 6px 18px;white-space: nowrap;text-align: left;display: block;font-size: 14px; color: #262626}
.header .desk-menu .sub_menu .sub_menu {
    left: 100%;
    top: -2px;
    margin-left: 1px;
    margin-top: 0;
    -webkit-transform: rotate3d(0,1,0,90deg);
    -moz-transform: rotate3d(0,1,0,90deg);
    -o-transform: rotate3d(0,1,0,90deg);
    -ms-transform: rotate3d(0,1,0,90deg);
    transform: rotate3d(0,1,0,90deg)
}
.header .desk-menu .sub_menu li:not(:first-child) { border-top: 1px dashed #ffd9dd}
.header .desk-menu ul>li i {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}
.header .desk-menu ul>li:hover>a i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom:0;
}
.header .desk-menu ul li .sub_menu li{position: relative}
@media only screen and (min-width: 1024px) {
    .fixed .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index:100;
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -webkit-animation: sticky_header_animation .3s;
        -moz-animation: sticky_header_animation .3s;
        -ms-animation: sticky_header_animation .3s;
        -o-animation: sticky_header_animation .3s;
        animation: sticky_header_animation .3s;
    }
}
.main-menu {
    background: #fff;
    border: 1px solid#d0d0d0;
    width: 100%
}

.main-index {
    margin: 0px;
}
.carousel-inner img {
    width: 100%;
}
.carousel-control{width: 5%}

.promontion{padding:20px 0;}
/* EFFECT IMG */
.img{
	overflow:hidden;
}
.img img{

	position:relative;
	z-index:20;	
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.img:hover img{
	-webkit-transform: scale(1.1) ;
	-moz-transform: scale(1.1) ;
	-ms-transform: scale(1.1)  ;
	-o-transform: scale(1.1);
	transform: scale(1.1) ;		
}
/* EFFECT IMG */
.wp-collection{
	position: relative;
	width: 100%;
	padding:5px;
}

.nb-left {
    background: #0068ff;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px;
    margin-top:10px;
    position: relative;
}
.nb-left--menu{
	text-align: center;
}
.nb-top{
    margin-top: -50px;
}
.list-collections {
    padding: 0 20px 10px 20px;
}
.list-items {
    padding: 10px 0;
    display: inline-block;
}
.list-items img {
    float: left;
    margin: 0 15px 8px 0;
    height: 130px;
    border-radius: 6px;
    width: auto;
}
.list-items span{font-size:16px;color: #fff}
.price{color: #e6ac73}

.btn-buy {
    background: #e51f28;
    color: #fff;
    margin-bottom: 20px;
}
.btn-buy.add {
    padding: 8px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;
    display: inline-block !important;
}
.btn-buy.add:hover{color:#fff;box-shadow:0 0 10px #999;}
.ad img{width: 100%; padding-bottom:10px;}


/* EFFECT COLOR */
.color-dog h2{background: #423585;}
.color-dog{
	position: relative;
	border-bottom: 2px solid#423585
}
.color-cat h2{background: #f5882d;}
.color-cat{
	position: relative;
	border-bottom: 2px solid#f5882d
}
.color-support h2{background: #3eba22;}
.color-support{
	position: relative;
	border-bottom: 2px solid#3eba22
}
.color-news h2{background: #4d96ff;}
.color-news{
	position: relative;
	border-bottom: 2px solid#4d96ff
}
/* EFFECT COLOR */



.title_top_menu h2 {
    margin: 0;
    padding: 10px 28px 10px 28px;
    font-size: 18px;
    line-height: 24px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 700;    
    text-transform: uppercase;
    display: inline-block;
}
.title_top_menu h2 a {
    color: #fff;
}
.title_top_menu ul {
    float: right;
    margin-top: 6px;
}
.title_top_menu ul li {
    float: none;
    display: inline-block;
}
.title_top_menu ul li a {
    font-size: 14px;
    padding: 5px 8px;
    display: block;
}
.list-pro{
	width: 100%;
	margin: 20px 0;
}
.list-pro .col-item{padding:0;}
.item-pro{ 
	position: relative;
    text-align: center;    
    font-size: 16px;
	padding:15px;
}
.item-pro:hover{color:#fff;box-shadow:0 0 4px #999; border-radius: 6px}
.pro-name {
    line-height: 18px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    height:50px;
}
.item-pro .price{padding-bottom: 8px}
.list-news{padding: 10px 0;}
.item-news .title-news{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.item-news {
    padding: 10px 0;
    display: inline-block;
}
.item-news img {
    float: left;
    margin: 0 15px 8px 0;
    height: 200px;
    border-radius: 6px;
    width: auto;
}
@media (max-width: 992px){
	.item-news img {height: 130px}
	.txt_top{ text-align: center; padding:5px 30px; font-size: 13px}
}

.item-news p{padding-top:10px}
.list-news-link{
	margin-left:15px;
	font-weight: bold;
}
.list-news-link li{
	line-height:30px;
	list-style-type: disc;
}

.block-services {
    padding: 20px 0;
}
.block-services {
    overflow: hidden;
    margin-top: 45px;
}
.partner button.slick-prev{display: none;}



.footer{
    background: #0068ff;
}
.footer .footer_top {
    padding: 40px 0;
}
.footer .copyright {
    background: #005ce1;
    color: #cccccc;
    font-size: 15px;
    padding: 20px 0;
    font-weight: 300;
}

@media (min-width: 992px){
.col-md-5 {
    width: 41.66667%;
}}

.footer_right-info {
   /* max-width: 345px; */
}
.footer .title-type-2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer_right-info p {
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}
.list-vertical, .contact-info {
    padding-left: 0;
    list-style: none;
}

.list-vertical li {
    margin-bottom: 15px;
    overflow: hidden;
    list-style: none;
    margin-bottom: 10px;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.list-vertical li:hover, .list-vertical li:focus, .list-vertical li:active {
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.list-vertical li:last-child {
  margin-bottom: 0;
}
.list-vertical a {
  color: #fff;
  font-weight: 300;
}
.list-vertical a i {
  font-size: 17px;
  margin-right: 10px;
}
.list-vertical a:hover, .list-vertical a:focus {
  color: #e6ac73;
  text-decoration: none;
}
.contact-info li{
    color: #cccccc;
    font-size:14px;    
    font-weight: 300;
    margin-bottom: 10px;
}

.social-list {
    margin: 15px 0;
}
.social-list a {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #0068ff;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    text-decoration: none !important;
}
.social-list a:hover {color: #000000;}
.social-list a:after {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #000000;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
	filter: alpha(opacity=0);
}
.social-list a:hover:after {
	opacity: 0.31;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}





.list-mn{padding-top:10px;}
.list-collections li.menu_lv1 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    color: #555;
}
.list-collections li.menu_lv1 > a {
    background: #005ce1;
    display: block;
    text-align: left;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    line-height: 40px;
    border-radius: 4px;    
    text-transform: uppercase;
}
.left-menu h1{  
    background:#339967;;
    width: 100%;
    padding-left: 20px;
    font-size: 15px;
    line-height: 44px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-left: 5px solid #e51837;
    margin: 0;
}
.left-menu h2{	
	background: url(img/icon-nav.jpg) no-repeat scroll 0 0 #339967;;
	width: 100%;
	padding-left: 55px;
	font-size: 15px;
	line-height: 44px;
	font-weight: 400;
	color: #fff;
    text-transform: uppercase;
	margin: 0;
}

.list-collections li.menu_lv1 ul{display: block;}
.list-collections li.menu_lv1 ul li {    
    position: relative;
    width: 100%;
    line-height: 40px;
    color: #000;
    border-bottom: 1px dashed#569afc;
}
.menu_lv1 ul>li>a{
	text-align: left;
    position: relative;
	width: 100%;
	color: #fff;
	padding-left: 20px;
	font-size: 14px;
    font-weight: 400;
}
.menu_lv1 ul>li>a:hover{color: #e6ac73;}
.menu_lv1 ul>li>a.fa {
    position: absolute;
    right: 20px;
}
.menu_lv1 ul>li>a>i{
	font-size: 9px;
    padding-top: 15px;
    float: right;
}

.pagination>li>a, .pagination>li>span{color:#0068ff }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #0068ff;
}

.tinkhac{
	color: #0068ff;
	border-top: 1px dashed#569afc;
	padding-top: 10px;
	font-size: 18px; font-weight: bold
}

.item-pd{
    width:100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}
.pr-detail {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}
.pr-detail h1 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.price-pro {
    color: red;
}
.box-brand {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    border-width: 2px;
    border-style: dashed;
    border-color: #0068ff;
    border-image: initial;
}

.search-submit {
    position: absolute;
    right: 0;
    top: 0px;
    width: 60px;
    height: 38px;
    background: #0068ff;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 42px;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(/img/iconsearch.png);
}


.search-m{
    background: #0068ff;
    position: relative;
    padding:15px;
}

.search-m form {
    position: relative;
    width: auto;
    vertical-align: middle;
    margin-bottom: 0px;
    padding: 0;
}
.search-m .text-search1 {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    border: 1px solid #333;
    background: #f5f5f5;
    outline: none;
    transition: .3s linear;
    border-radius: 5px;
    margin: 0px;
}
.search-m .search-submit1 {
    font-size: 20px;
    background: none;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/iconsearch1.png);
}
#submit-search1{height: 38px;width: 38px;outline:none;border:none;top:17px;border-radius: 5px;cursor:pointer; position:absolute; right:24px; background:none;}

.small-img .thumbnail {
    display:inline-block;
    border:none;
    max-width: 80px;    
    cursor: pointer;
}
@media (max-width: 768px){
.thumbnail {
    display:inline-block;
    max-width: 80px;    
    cursor: pointer;
}
}

.phonering-alo-phone{position:fixed;visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:200000!important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;right:150px;left:-30px;bottom:-30px;display:block}.phonering-alo-phone.phonering-alo-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.phonering-alo-ph-circle,.phonering-alo-ph-circle-fill{border-radius:100%!important;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;position:absolute}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.phonering-alo-phone.phonering-alo-static{opacity:.6}.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover{opacity:1}.phonering-alo-ph-circle{width:160px;height:160px;top:20px;left:20px;background-color:transparent;border:2px solid #bfebfc;opacity:.1;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transform-origin:50% 50%}.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle{-webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important}.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle{-webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important}.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle{border-color:#00aff2;opacity:.5}.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle{border-color:#baf5a7;opacity:.5}.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle{border-color:#bfebfc;opacity:.5}.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle{border-color:#ccc;opacity:.5}.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle{border-color:#75eb50;opacity:.5}.phonering-alo-ph-circle-fill{width:100px;height:100px;top:50px;left:50px;background-color:#000;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transform-origin:50% 50%}.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill{-webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important}.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill{-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill{background-color:#00aff2 9;opacity:.75!important}.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill{background-color:#baf5a7 9;opacity:.75!important}.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill{background-color:red}.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill{background-color:#ccc 9;opacity:.75!important}.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}.phonering-alo-ph-img-circle{width:60px;height:60px;top:70px;left:70px;position:absolute;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) center center no-repeat rgba(30,30,30,.1);border-radius:100%!important;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle{-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important}.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle{-webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important}.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle{background-color:#00aff2}.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle{background-color:#75eb50 9}.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle{background-color:red}.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle{background-color:#ccc}.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle{background-color:#75eb50}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%,100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}}@-webkit-keyframes phonering-alo-circle-img-anim{0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%,100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.2}}@keyframes phonering-alo-circle-fill-anim{0%,100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);opacity:.2}}@-webkit-keyframes phonering-alo-circle-img-anim{0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}}@keyframes phonering-alo-circle-img-anim{0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}}
@media screen and (max-width: 980px) {
    .phonering-alo-ph-circle{width:100px;height:100px;}
}