/*
Theme Name: luat24h
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1111111111111111
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --main-color: #9b1a21;
    --sub-color: #f6d512;
}
.h1, .h2, .h3, .h4, .h5, .h6{
    color: #9b1a21;
    font-weight: 700;
}
strong{
    font-weight: bold;
}
.wp-block-image{
    text-align: center;
}
.header-search .icon{
    background-color: var(--sub-color) !important;
}
.header-main .container{
    max-width: 1350px;
    background: #014282;
}
.header-bottom .nav > li a:not(.circle){
    padding: 15px 10px;
}
.nav-dropdown-default li>a:hover{
    background: var(--main-color);
    color: #ffffff !important;
}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a{
    margin: 0;
    padding: 15px;
}
.nav-dropdown-default {
    padding: 0;
}
.footer-1{
    font-size: 14px;
    color: #ccc;
    border-top: 1px solid var(--sub-color);
}
.footer-1 .widget-title {
    font-weight: 500;
    font-size: 16px;
}
.footer-1 .widget .is-divider{
    background-color: var(--sub-color);
}
.footer-1 .widget a,
.absolute-footer a{
    color: var(--sub-color);
}
.footer-1 .widget ul li {
    list-style: none;
    border-bottom: 1px solid #555;
    margin-bottom: 5px;
    line-height: 30px;
}
.footer-1 .widget ul li:last-child {
    border-bottom: none;
}
.absolute-footer{
    border-top: 1px solid #444;
    color: #ccc !important;
}
.back-to-top{
    background-color: #fbae17 !important;
    color: #fff !important;
}
.block-bg {
    background: rgba(241,243,245,.5);
}
.px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#ftwp-trigger{
    display: none !important;
}
/*breadcrumbs*/
.titlebar-wrapper{
    background-color: #232323;
    background-image: url(assets/img/banner-ngang-blog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position:relative;
    margin-bottom: 30px;
    margin-top: -30px;
}
.titlebar-wrapper:before{
    content:"";
    background:#000;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0.5;
}
.archive .titlebar-wrapper{
    background-image: url(assets/img/banner-ngang-blog.jpg);
}
.titlebar-wrapper .container{
    position: relative;
}
.titlebar-wrapper .container-block{
    padding-top: 160px;
    padding-bottom: 160px;
}
.titlebar-wrapper h1.entry-title{
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}
.titlebar-wrapper h1,
.titlebar-wrapper a,
.breadcrumb_last,
.bcrumb-first-text{
    color: #fff;
}
.titlebar-wrapper a:hover{
    color: var(--sub-color);
}
.bcrumb-first-text {
    font-family: Lora;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
}
.bcrumb-first-text:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: var(--main-color);
}
.titlebar-wrapper + .site-content{
    padding-top: 20px;
}
.titlebar-wrapper + .site-content .container-block:first-child{
    padding-top: 0;
}
.titlebar-wrapper #breadcrumbs{
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    margin-top: 14px;
    padding: 17px 30px 14px 40px;
    background-color: rgba(0,0,0,.54);
    color: var(--main-color);;
}
/*end breadcrums*/
/*dich vu*/
.service{
    border: 1px solid #dddddd;
    background: #f1f1f1;
}
.service h4{
    text-transform: uppercase;
}
.service .icon-box-img img{
    padding-top: 0 !important;
}
/*end dich vu*/
/*elementor*/
.elementor-heading{
    color: var(--main-color);
    font-size: 30px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}
.elementor-heading span{
    color: var(--sub-color);
}
.elementor-heading:after {
    content: "";
    background: url(../../../../new.vanphongluatsuhuynhle.com.vn/wp-content/themes/luat24h/assets/img/headline.html) no-repeat;
    height: 27px;
    width: 140px;
    display: block;
    margin: 0 auto;
}
.elementor-why{
    text-align: center;
}
.elementor-why .why-title{
    font-size: 20px;
    font-weight: bold;
    color: #fbae17;
    margin: 10px 0;
}
/*end elementor*/
/*welcome*/
.welcome-block{
    padding-top: 20px;
    padding-bottom: 110px !important;
    position: relative;
}
.welcome-block .about {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(1,1,1,.19);
    -moz-box-shadow: 0 0 20px rgba(1,1,1,.19);
    box-shadow: 0 0 20px rgba(1,1,1,.19);
    padding: 50px;
    z-index: 2;
    position: relative;
    border: 1px solid #eee;
    display: inline-block;
    margin-left: 10px;
}
.welcome-block .elementor-heading span{
    display: block;
}
.welcome-block p {
    font-size: 14px;
    line-height: 28px;
    color: #014282;
    text-align: justify;
}
.welcome-img {
    position: absolute;
    top: 84px;
    right: 0;
    width: 50% !important;
}
.welcome-img .img-inner {
    display: inline-block;
    position: relative;
}
.welcome-img .img-inner:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}
@media screen and (max-width: 990px) {
    .welcome-block .col{
        padding-bottom: 0 !important;
    }
    .welcome-block .about {
        margin: auto;
        margin-bottom: 40px;
    }
    .welcome-img {
        position: static;
        width: 100% !important;
        text-align: center;
    }
}
.readmore {
    margin-top: 5px;
}
.readmore a {
    background: var(--main-color);
    font-size: 14px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 0 0 2em #fff inset;
    transition: 0.4s ease-in;
}
.readmore a:hover {
    background: var(--main-color);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 0 0 var(--main-color) inset;
}
.readmore i {
    padding-left: 10px;
}
/*end welcome*/
/*doi ngu luat su*/
.team-carousel .team-title{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-family: Roboto,serif;
    color: #2d2d2d;
    text-transform: none !important;
}
.team-carousel .team-position {
    color: #838383;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto,serif;
}
.team-carousel .team-short-desc{
    padding-top: 10px;
}
.team-carousel .team-phone{
    font-size: 15px;
}
.team-carousel .skincolor{
    color: #fed700;
    font-weight: bold;
}
.team-carousel .team-email a,
.team-carousel .team-phone a{
    color: #2d2d2d;
}
.team-carousel .team-email a:hover,
.team-carousel .team-phone a:hover{
    color: #fed700;
}
.team-carousel{
    background-color: #f3f3f3;
    padding-bottom: 10px;
}
.team-carousel .team-image{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.team-carousel .team-data-inner{
    position: absolute;
    padding: 10px;
    background-color: rgb(1 66 130 / 60%);
    width: 100%;
    top: 0;
    height: 0;
    opacity: 0;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-size: 15px;
}
.team-carousel:hover .team-data-inner {
    opacity: 1;
}
.team-carousel .skincolor,
.team-carousel .team-phone a,
.team-carousel .team-email a,
.team-carousel .team-social-links ul li a{
    color: #fff;
}
.team-carousel .team-social-links ul li a{
    background-color: transparent;
    border: 1px solid #fff;
}
.team-carousel ul.experts{
    border-top: 1px solid #cecece;
    padding: 8px 5px 5px 5px;
    background: var(--main-color);
    margin: 0;
    text-align: center;
}
.team-carousel ul.experts li {
    position: relative;
    display: inline-block;
    width: 22%;
    font-size: 16px;
    line-height: 30px;
}
.team-carousel ul.experts li a {
    color: #fff;
    font-size: 18px;
}
/*end doi ngu luat su*/
/*linh-vuc-hoat-dong*/
.linh-vuc-hoat-dong{
    background-color: #014282;
    text-align: center;
}
.linh-vuc-hoat-dong a{
    display: block;
    padding: 30px;
    border-right: 1px solid rgba(252,252,252,.2);
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.linh-vuc-hoat-dong h4{
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.3rem;
    color: var(--sub-color);
}
.linh-vuc-hoat-dong img{
    width: 90px;
    height: 90px;
}
.linh-vuc-hoat-dong-hover{
    position: absolute;
    padding: 10px;
    background-color: #888;
    width: 100%;
    bottom: 0;
    height: 0;
    opacity: 0;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-size: 17px;
    margin: 0;
    text-align: center;
    left: 0;
}
@media screen and (min-width: 600px) {
    .linh-vuc-hoat-dong-item:hover .linh-vuc-hoat-dong-hover {
        height: 100%;
        opacity: 1;
    }

    .linh-vuc-hoat-dong-hover .fa {
        display: block;
        margin-top: 15px;
    }
}
@media screen and (max-width: 520px) {
    .linh-vuc-hoat-dong h4{
        height: 44px;
    }
}
/*end linh-vuc-hoat-dong*/
/*contact*/
.contact-heading-wrapper {
    margin-bottom: 50px;
    border-left: 6px solid #fed700;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.contact-heading-wrapper h1,
.contact-heading-wrapper h2,
.contact-heading-wrapper h3{
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    color: #3c2415;
    margin: 0;
}
.contact-heading-wrapper h1,
.contact-heading-wrapper h2 {
    line-height: 28px;
    font-size: 26px;
}
.contact-heading-wrapper h3 {
    line-height: 26px;
    font-size: 17px;
}
.contact-heading-wrapper h4 {
    font-family: Lora;
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
    color: #838383;
    font-size: 19px;
    margin: 0 0 10px 0;
}
.contact-icon-ctn{
    width: 100%;
    margin-bottom: 35px;
    display: table;
}
.contact-icon-ctn:last-child{
    margin-bottom: 0;
}
.contact-icon-ctn .contact-icon-box{
    width: 65px;
    height: 65px;
    border: 2px solid #fed700;
    background-color: transparent;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    transition: all .3s ease;
}
.contact-icon-ctn .contact-icon-box .fa{
    font-size: 35px;
    line-height: 65px;
    color: #fed700;
}
.contact-icon-ctn .contact-icon-box .fa-mobile-phone{
    font-size: 40px;
}
.contact-icon-ctn .contact-icon-content{
    padding-left: 2em;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.contact-icon-ctn .contact-icon-content h2 {
    font-size: 18px;
    letter-spacing: .5px;
    margin-bottom: 6px;
    line-height: 22px;
    margin-top: 0;
    font-weight: 700;
    font-style: normal;
    color: #3c2415;
}
.contact-icon-ctn .contact-icon-content p {
    margin: 0 0 10px;
}
.contact-icon-ctn .contact-icon-box.hover-icon{
    background: #fed700;
}
.contact-icon-ctn .contact-icon-box.hover-icon .fa{
    color: #fff;
}
.contact-icon-ctn .contact-icon-box.hover-icon:hover{
    background: #fff;
}
.contact-icon-ctn .contact-icon-box.hover-icon:hover .fa{
    color: #fed700;
}
.contact-form fieldset{
    padding: 0;
    border: none;
}
.contact-form .input-group {
    position: relative;
    background-color: transparent;
}
.contact-form .input-group .input-group-addon{
    position: absolute;
    left: 18px;
    top: 13px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
.contact-form .input-group .input-group-addon .fa-mobile-phone{
    font-size: 25px;
}
.contact-form .form-control{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    width: 100%;
    padding: 13px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    color: #8c8c8c;
    padding-left: 45px;
    height: auto;
}
.contact-form .form-control:focus{
    border-color: #e9e9e9;
}
.contact-form textarea.form-control{
    resize: vertical;
    height: 100px;
}
.contact-form input[type="submit"]{
    width: 100%;
}
.contact-call-block{
    color: #fff;
    text-align: center;
}
.contact-call-ctn{
    position: relative;
}
.contact-call-head{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
}
.contact-call-text{
    font-size: 30px;
    line-height: 30px;
    font-family:Lora;
    font-weight:400;
    font-style:italic;
}
/*end contact*/
/*post*/
.top-info-single-post {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.top-info-single-post ul {
    margin: 0;
}
.top-info-single-post ul li {
    display: inline-block;
    margin-bottom: 0 !important;
}
.top-info-single-post ul li, .top-info-single-post ul li a {
    line-height: 1 !important;
}
.top-info-single-post ul li img {
    position: relative;
}
.top-info-single-post .right-info {
    float: right;
}
.top-info-single-post .right-info i {
    margin: 0;
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.top-info-single-post .left-info {
    display: flex;
    flex-direction: row;
}
.top-info-single-post .left-info .item-meta {
    margin-right: 10px;
}
.top-info-single-post .left-info .item-meta, .top-info-single-post .left-info .item-meta a {
    font-size: 15px !important;
}
.top-info-single-post .left-info .item-meta i {
    margin-right: 5px;
}
.top-info-single-post .left-info .cat-post {
    display: inline-block;
}
.top-info-single-post .left-info .cat-post > a:not(:last-child)::after {
    content: ',';
    margin-right: 3px;
}
.top-info-single-post {
    justify-content: start;
}
.top-info-single-post .left-info {
    flex: 1;
}
.top-info-single-post .font-adj {
    display: inline-flex;
    align-items: end;
    padding: 0 10px;
}
.top-info-single-post .font-adj li {
    padding: 0 5px;
}
@media screen and (max-width: 768px) {
    .top-info-single-post {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        font-weight: 600;
    }
    .top-info-single-post .right-info {
        float: none;
    }
}
@media screen and (max-width: 425px) {
    .top-info-single-post .left-info .item-meta {
        font-size: 15px;
    }
    .top-info-single-post .left-info .item-meta:nth-child(3),
    .top-info-single-post .left-info .item-meta:nth-child(4),
    .font-adj{
        display: none !important;
    }
}
@media screen and (max-width: 375px) {
    .top-info-single-post {
        flex-direction: column;
        align-items: flex-start;
    }
}
/*end post*/
/*author*/
.box-author-post {
    margin: 20px 0 0;
}
.box-author-post > h5 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #58351f;
}
.author-profile-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 0 20px;
}
.author-profile-card .author-photo {
    border: 1px solid #ebebeb;
    padding: 3px;
    background-color: #fff;
    display: flex;
}
.author-profile-card .author-photo img {
    max-width: 150px;
    max-height: 150px;
}
.author-profile-card .author-info {
    padding-left: 20px;
}
.author-profile-card .author-info h2,
.author-profile-card .author-info h1 {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    color: #58351f;
}
.author-profile-card .author-info p {
    margin: 0;
    color: #000;
}
.author-profile-card .author-info i {
    margin-right: 5px;
    min-width: 18px;
    color: #ff9400;
    text-align: center;
}
.box-author-post .author-profile-card .author-photo img {
    max-width: 100px;
    max-height: 100px;
}
.box-author-post .author-profile-card .author-info {
    padding-left: 15px;
}
.box-author-post .author-info p, .box-author-post .author-info span {
    font-size: 14.4px !important;
}
.related-by-tags .list-posts {
    margin: 0;
}
.related-by-tags .loadmore {
    border-top: 0;
    cursor: pointer;
}
.related-by-tags .btn-loadmore {
    color: #683e24;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
}
.related-by-tags .get-values {
    height: 10px;
}
.related-by-tags .loadmore:hover .btn-loadmore {
    color: #fa9919;
}
.related-by-tags .loading {
    display: none;
    text-align: center;
    padding-top: 10px;
}
.related-by-tags a {
    color: #1e88e5;
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
    text-align: justify
}
.related-by-tags a:hover {
    opacity: 0.85;
}
.related-by-tags p {
    margin: 0 0 5px;
    font-size: 18px;
    color: #000;
    font-weight: bold !important;
}
.related-by-tags i {
    font-size: 18px;
}
.related-by-tags i::before {
    content: "\f054";
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -2px;
}
@media screen and (max-width: 759px) {
    .related-by-tags a {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 425px) {
    .box-author-post > h5 {
        text-align: center;
        line-height: 1.3;
        font-size: 20px !important;
    }
    /* Author page */
    .author-profile-card {
        flex-direction: column !important;
        align-items: center !important;
    }
    .author-profile-card .author-photo {
        margin: 0 0 10px;
    }
    .author-profile-card .author-info {
        padding: 0 10px !important;
        width: 100%;
    }
    .author-profile-card .author-info h2,
    .author-profile-card .author-info h1 {
        text-align: center;
    }
}
/*end author*/
/*post info*/
.contain_post_info span {
    color: #fff !important;
    font-size: 14px !important;
}
.contain_post_info {
    background: #f2f2f2;
    margin-bottom: 20px;
}
.contain_post_info .comment_here {
    display: inline-block;
    cursor: pointer;
}
.comment_here:hover {
    opacity: 0.8;
}
.contain_post_info .post_info {
    float: right;
}
.contain_post_info .post_info span {
    color: #3a3a3a;
    display: inline-block;
    padding: 15px 0 10px 30px;
}
.contain_post_info .unit_cost {
    background: #1e88e5;
}
.contain_post_info .booking_appointment {
    background: #4CAF50;
}
.contain_post_info {
    display: flex;
}
.contain_post_info>div span, .contain_post_info .comment_here span {
    display: inline-block;
    background: url('../chuyentuvanluat/assets/icon/question.png') no-repeat 0;
    color: #ffffff;
    padding: 10px 0;
    padding-left: 50px;
    text-transform: uppercase;
    font-size: 14px;
}
.contain_post_info>div {
    background: #ff9400;
    display: inline-block;
    width: 33%;
    cursor: pointer;
}
.contain_post_info a {
    display: block;
    padding: 5px;
}
.contain_post_info>div:hover {
    opacity: 0.8;
}
.contain_post_info .call_now {
    background: red;
}
.contain_post_info .call_now span {
    background: url('../chuyentuvanluat/assets/icon/phone-contact.png') no-repeat 0;
}
.contain_post_info .unit_cost span {
    background: url('../chuyentuvanluat/assets/icon/libra.png') no-repeat 0;
}
.contain_post_info .booking_appointment span {
    background: url('../chuyentuvanluat/assets/icon/form.png') no-repeat 0;
}
.contain_post_info .unit_cost, .contain_post_info .comment_here {
    margin-right: 3px;
}
@media screen and (max-width: 1024px) {
    .contain_post_info > div span, .contain_post_info .comment_here span {
        font-size: 12px;
        padding: 11px 5px;
        padding-left: 50px;
    }
}
@media screen and (max-width: 768px) {
    .contain_post_info>div {
        width: 100%;
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 759px) {
    .contain_post_info span {
        font-size: 18px !important;
    }
    .contain_post_info .post_info, .contain_post_info .comment_here {
        display: block;
        width: 100%;
        float: none;
    }
    .contain_post_info .post_info span.author {
        padding-right: 0;
    }
    .contain_post_info .post_info {
        padding-left: 10px;
    }
    .contain_post_info {
        display: block;
    }
}
@media (min-width: 550px) {
    [data-show="show-for-small"],.show-for-small {display: none !important}
}
@media (max-width: 549px) {
    [data-show="hide-for-small"],.hide-for-small {display: none !important}
}
@media (min-width: 850px){
    [data-show="show-for-medium"],.show-for-medium{display:none !important}
}
@media (max-width: 849px){
    [data-show="hide-for-medium"],.hide-for-medium{display:none !important}
}
/*end post info*/
/*cta*/
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f00;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    background-color: #f00;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #f00;
}
.tel {
    background-color: #eee;
}

.fone {
    font-size: 20px;
    color: #f00;
    line-height: 36px;
    font-weight: bold;
    padding-left: 40px;
    margin: 0;
}
.fix_tel {position:fixed;bottom: 30px/*calc(100vh/2 - 40px)*/;right:auto;left: 15px;z-index:999999;}
.fix_tel a {text-decoration: none;display:block;font-size: 17px;color: #333;}
.fix_tel a span {font-weight: bold;color: #f00;font-size: 23px;}
.tel {background: #eee;width: 290px;height:40px;position:relative;overflow:hidden;background-size:40px;border-radius:28px;border:solid 1px #ccc;}
.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
    visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
    opacity: 1;
}
.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 6px;
    opacity: 0.1;
    position: absolute;
    top: 16px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}
.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 26px;
    opacity: 0.1;
    position: absolute;
    top: 36px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 26px;
    opacity: 1;
    position: absolute;
    top: 36px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #f00;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #f00;
}
@keyframes ring-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 ring-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 ring-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);
    }
}
.ring-alo-ph-img-circle a img {
    width: 22px;
    position: relative;
    top: -2px;
    left: 2px;
}
@media (max-width: 1099px) {
    .fix_tel .tel{
        display: none;
    }
}
/*end cta*/
/*sm_widget_recent_entries*/
.sm_widget_recent_entries li{
    padding-top: 15px;
    line-height: 1.5em;
    font-size: 15px;
}
.sm_widget_recent_entries li:first-child {
    padding-top: 0;
}
.sm_widget_recent_entries li img {
    float: left;
    width: 55px;
    height: 55px;
    margin-right: 15px;
}
.sm_widget_recent_entries li .post-date {
    color: #727272;
    font-family: Lora,sans-serif;
    font-style: italic;
    display: inline-block;
    margin-top: 3px;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 15px;
}
.sm_widget_recent_entries li .post-date:before {
    font-family: "FontAwesome";
    content: '\f073';
    position: absolute;
    left: 0;
    font-style: normal;
}
.sm_widget_recent_entries li a {
    display: block;
    display: block !important;
    padding: 0 !important;
}
/*end sm_widget_recent_entries*/
.post-meta, .entry-header, .comments-area, #we_schema_rating, .post-date {
    display: none !important;
}

.officeGroup li {
    border-bottom: none !important;
    list-style-type: disclosure-closed !important;
    margin-left: 20px;
}

.text-center{
    color: #014282;
}