/*Phân trang*/
.wp_page {
    width: 100%;
    text-align: center;
    padding: 10px 0
}
.page_pagination {
    width: 100%
}
.page_pagination a {
    font-size: 13px;
    border: 1px solid #ff0602;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 700;
    color: #ff5722;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 2.5em
}
.page_pagination a:hover {
    background: #ff0602;
    color: #fff;
    font-weight: 700
}
.page_pagination a.active {
    color: #fff;
    font-weight: 700;
    background: #ff0602
}
/*Phân trang*/

/*CSS CART*/
.cart {
    overflow: hidden;
    background-color: #FFF;
    padding: 0 0 10px;
}
#shopping-cart-table {
    border: none;
    float: left;
    width: 100%;
    background-color: #FFF;
    text-align: left;
    border-spacing: 0;
}
.form-list {
    margin: 0;
    padding: 0;
    list-style: none
}
.form-list li {
    margin: 0 0 10px;
    position: relative
}
.form-list li.comment {
    margin-bottom: 10px
}
.form-list li.comment p {
    margin-bottom: 0
}
.form-list li.fields {
    margin-bottom: 0
}
.form-list li.control,
.form-list li.has-pretty-child {
    margin-bottom: 10px
}
.form-list label {
    position: relative;
    z-index: 0;
    font-weight: 400;
    color: #333;
    display: inline
}
.form-list label.required em {
    font-style: normal
}
.form-list li.control label,
.form-list li.has-pretty-child label {
    float: none;
    vertical-align: top;
    line-height: 1
}
.form-list li.control input.radio,
.form-list li.control input.checkbox,
.form-list li.has-pretty-child input.radio,
.form-list li.has-pretty-child input.checkbox {
    margin-right: 6px;
    margin-top: -2px
}
.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto
}
.form-list .input-box {
    display: block;
    clear: both;
    margin-bottom: 0
}
.form-list .field {
    position: relative;
    margin-bottom: 25px
}
.form-list input.input-text {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 80%;
    margin-top: 5px;
    outline: none
}
.form-list input.input-text:focus {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    width: 80%;
    margin-top: 5px;
    outline: none
}
.form-list textarea {
    height: 10em;
    margin-bottom: 0;
    outline: none
}
.form-list select {
    margin: 5px 0 2px;
    width: 360px;
    outline: none
}
.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0
}
.form-list .input-range input.input-text {
    outline: none
}
input.radio {
    margin: 0 5px;
    display: inline-block
}
.details-product .custom-btn-number #soluongsp{
    border: 1px solid #EAEAEA;
}
input.qty {
    color: #333
}
input.qty:focus {
    color: #333
}
.data-table thead th,
.data-table thead td,
.data-table tfoot th,
.data-table tfoot td,
.cart .totals table th,
.cart .totals table td {
    color: #333;
    border: none;
    border-bottom: 1px solid #E5E5E5;
}
.data-table tbody th,
.data-table tbody td {
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 10px 6px
}
.cart-table tbody th,
.cart-table tbody td {
    border: none;
    border-bottom: 1px solid #eaeaea;
    vertical-align: middle;
}
.data-table tbody th.last,
.data-table tbody td.last {
    border-right: 0 solid #eaeaea
}
.data-table tbody tr.last th,
.data-table tbody tr.last td {
    border-bottom: 1px solid #eaeaea
}
.data-table .price {
    font-size: 13px;
    font-weight: 700
}
.data-table .total-price .price,
.cart .totals table tfoot td .price,
.compare-table .price {
    color: #333
}
.data-table {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-spacing: 0;
    text-align: left;
}
.data-table th {
    line-height: 20px;
    padding: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.data-table td {
    line-height: 20px;
    padding: 10px;
    vertical-align: top
}
.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: 400
}
.data-table td.label,
.data-table th.label {
    font-weight: 400;
    background: #f8f8f8
}
.data-table input,
.data-table select,
.data-table textarea {
    margin: 3px
}
.data-table p {
    margin: 10px 0
}
.data-table .description {
    margin: 10px 0
}
.cart-collaterals {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 0
}
.cart-collaterals .col2-set {
    float: left;
    margin: 0;
    padding: 0
}
.totals h3 {
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 14px;
    text-transform: uppercase;
    display: none
}
.cart-collaterals .col2-set .col-2 {
    width: 320px
}
.totals .inner {
    padding: 4px 15px 15px;
    background-color: #f8f8f8;
    margin-top: 15px
}
.cart .crosssell li.item {
    margin: 8px 0;
    list-style: none;
    float: left
}
.crosssel {
    float: left;
    background-color: #FFF;
    margin-top: 15px;
    margin-bottom: 35px
}
.crosssel h2 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 7px
}
.box_contact {
    width: 100%;
}
.box_contact.inner {
    margin-top: 15px;
}
.title_tt {
    color: #ff0602;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.content-box_contact {
    width: 100%;
}
.text-input {
    width: 30%;
    float: left;
    font-size: 14px;
    text-align: right;
    padding-right: 15px;
    margin-top: 8px
}
.input {
    width: 60%;
    float: left
}
.clsip {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc
}
.clsipa {
    padding: 7px;
    width: 100%;
    height: 150px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.clsipxn {
    padding: 7px;
    width: 50%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc
}
.ipmaxn {
    width: 55%
}
.img-reload {
    float: left;
    margin: 5px;
    font-weight: 700
}
.btn-reload {
    width: 32px;
    height: 30px;
    border: 0;
    margin-left: 15px;
    cursor: pointer
}
.divbtn-gui {
    float: left
}
.btn-gui {
    border: 0;
    padding: 3px 30px;
    margin-left: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #8A0000;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}
input.btn-gui {
    margin: 15px 0 0;
    padding: 10px 25px;
    width: auto;
    background: #333
}
.bdnone {
    border: none
}
.btnclass {
    margin: 0
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-info {
    color: #333;
    background-color: #FED500;
    border-color: #FED500
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.map60pt {
    width: 60%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.info_coty {
    margin: 15px 0
}
.map60pt>iframe {
    width: 100%;
    min-height: 300px
}
.width40pt {
    width: 40%;
    float: right
}
.content-box_contact.width40pt>.row {
    margin: 0;
    margin-bottom: 10px
}
.content-box_contact.width40pt>.row>.input {
    width: 100%
}
input.btn-gui {
    margin-top: 0
}
.totals .inner {
    padding: 4px 15px 15px;
    background-color: #f8f8f8;
    margin-top: 15px;
}
.totals h3 {
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 14px;
    text-transform: uppercase;
    display: none;
}
.cart_empty {
    width: 100%;
    margin: 0 auto
}
.cart_empty_in {
    padding: 10px
}
.cs_left {
    width: 30%;
    float: left;
    font-size: 170px;
    color: #C3BFBF
}
.cs_left_in {
    padding: 0 10px;
    text-align: center
}
.cs_right {
    width: 70%;
    float: left;
    padding-top: 60px;
    line-height: 1.5em
}
.cs_title {
    font-size: 25px;
    font-weight: 700
}
.back_home {
    margin: 10px 0
}
.cs_home {
    padding: 5px 20px;
    background: #ff0602;
    text-decoration: none;
    color: #fff
}
.cs_home:hover{color: #fff}
#shopping-cart-table {
    border: none;
    float: left;
    width: 100%;
    background-color: #FFF;
    text-align: left
}
.product-name a:hover {
    text-decoration: none
}
#shopping-cart-table input.qty {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #EAEAEA;
    font-size: 15px;
    font-weight: 400;
    margin: 0!important;
    outline: medium none;
    padding: 4px 5px 5px 15px;
    width: 45px;
    float: left;
    margin-right: 3px!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}
#shopping-cart-table a.remove-item {
    background-color: #CA1111;
    background-image: none;
    color: #FFF;
    cursor: pointer;
    height: 32px;
    line-height: 24px;
    padding: 4px 10px;
    width: 32px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    border-radius: 50%;
}
.btn-info{
    border-radius: 50%;
    padding: 0 10px;
    height: 34px;
    line-height: 35px;
}
#shopping-cart-table a.remove-item:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 16px
}
#shopping-cart-table .remove-item span span {
    display: none
}
#shopping-cart-table tfoot tr td.last {
    border-top: none
}
#shopping-cart-table dl {
    margin: 0;
    padding: 0
}
#shopping-cart-table .item-options dd {
    color: #CCC;
    margin: 0
}
#shopping-cart-table h4 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase
}
#shipping-zip-form .form-list label {
    display: block
}
#shopping-cart-table .cart-price .price {
    font-size: 13px
}
#shopping-cart-table .product-name {
    margin: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}
.cart-table button {
    display: inline-block;
    padding: 2px;
    border: 1px solid #fff;
    cursor: pointer!important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    background: none;
    background: #ff0602;
}
.cart-table .btn-continue {
    float: left;
}
.cart-table  button span {
    display: block;
    padding: 0 10px;
    border: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.btn-proceed-checkout {
    display: inline-block;
    padding: 0;
    border: 2px solid #ff0602;
    cursor: pointer!important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    background: none;
    margin-bottom: 15px;
}
.btn-proceed-checkout span {
    display: block;
    padding: 0 57px;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ff0602;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.checkout {
    color: #666;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
input.clsipxn {
    width: 50%;
    float: left;
    margin-right: 10px;
}
.ipmaxn{line-height: 3;}
.cart-table button.btn-info {
    padding: 0 10px;
}
.cart-table button.btn-info i{color: #fff}
.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service p.title{font-weight: bold;font-size:13px;line-height:22px;margin:0px;padding:0px;text-transform:uppercase;color:#fe9614}
.product-more-info{
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 40px;
}
.product-more-info p{margin-bottom: 5px}
.desc-cate-product{margin-top: 10px;clear: both;padding-top: 10px;border-top: 1px solid #ccc}
.desc-cate-product a{color: #0072bc}
.desc-cate-product h3,.product-tab .tab-content .rte h3,.article-main .article-content .rte h3{font-size: 16px}
.desc-cate-product h2,.product-tab .tab-content .rte h2,.article-main .article-content .rte h2{font-size: 18px}
.desc-cate-product h4,.product-tab .tab-content .rte h4,.article-main .article-content .rte h4{font-size: 14px}
@media (max-width: 920px) {
    #shopping-cart-table {
        text-align: left;
    }
    #shopping-cart-table.data-table th {
        padding: 3px;
    }
    .cart-table .a-right button {
        float: left;
    }
    #shopping-cart-table.data-table tbody th, #shopping-cart-table.data-table tbody td {
        padding: 5px;
    }
    .cart .info_cart {
        margin-left: 0px;
        width: 100%;
        float: left;
    }
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}
/*CSS CART*/
.color_red {
    color: red;
}

.color_blue {
    color: blue;
}


.title_blog {
    color: #2A3E55;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

/*call*/
.call-zalo {
    position: fixed;
    bottom: 25px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #0168FF;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    z-index: 9999;
}
.call-zalo a {
    width: 100%;
}
.call-zalo a img {
    max-width: 100%;
}
/*call*/
/*hotline*/
.phonering-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 200000 !important;
    right: 45px;
    bottom: 12px;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
}
.phonering-alo-phone.phonering-alo-show {
    visibility: visible;
}
.phonering-alo-phone.phonering-alo-static {
    opacity: 0.6;
}
.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
    opacity: 1;
}
.phonering-alo-ph-circle {
    width: 120px;
    height: 120px;
    top: -18px;
    left: 7px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    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: 0.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: #ec1d25;
    opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.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: 0.5;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #75eb50;
    opacity: 0.5;
}
.phonering-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 3px;
    left: 28px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    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;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    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: rgba(39, 45, 107, 0.5);
    opacity: 0.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: rgba(39, 45, 107, 0.5);
    opacity: 0.75 !important;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
}
.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: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.phonering-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 18px;
    left: 44px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1)
    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==)
    no-repeat center center;
    border-radius: 100%;
    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%;
    background-size: 70%;
}
.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: #990b14;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #e60f1e;
}
.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(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}
/*hotline*/