
.mypage-alo-phone .mypage-alo-ph-img-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
}
.mypage-alo-phone {
    position: fixed;
    left: 0px;
    bottom: 12px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/uploads/plugin/custom_img/2019-06-20/1560998816-921742015-custom.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #00aff2;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0,175,242,0.5);
    opacity: .75 !important;
}
.mypage-alo-ph-circle{
    width: 110px;
    height: 110px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: rgba(0,175,242,0.5);
    opacity: .5;
}
.mypage-alo-phone:hover .mypage-alo-ph-img-circle{
    background-color: #75eb50;
}
.mypage-alo-phone:hover .mypage-alo-ph-circle{
    border-color: #ccc;
}
.mypage-alo-phone:hover .mypage-alo-ph-circle-fill{
    background-color: #ccc;
}
.call .text-call {
    position: fixed;
    bottom: 30px;
    left: 125px;
    z-index: 2000;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: rgba(51, 51, 51, 0.75);
    color:yellow;
    font-weight: 700;
    font-size: 20px;
}
.zalo {
    position: fixed;
    right: 17px;
    bottom: 15px;
    visibility: visible;
    background-color: transparent;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 200000 !important;
}
.cate_pd {
    padding-right: 15px;
    padding-left: 15px;
}
.img_cate img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img_cate {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.wrap-list .item-blogs.clearfix {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    padding-bottom: 0;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.wrap-list .item-blogs.clearfix .info {
    padding: 0 10px 10px;
}
.nh-row.bg-slider .col-sm-9.col-xs-12 {
    padding: 0;
}
.banner-pro .item img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.banner-pro .item{
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}
.hotline {
    margin-bottom: 0;
    background: #fff0;
    margin: 3px 0;
}


@media (min-width: 576px){
    .bottom-bar.visible-phone.footer-toolbar-sp {
        display: none;
    }	
}
	
	
@media (max-width: 576px){
    .call, .zalo  {
        display: none !important;
    }	
    .bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        max-width: 640px;
        margin: 0 auto;
        background: #fff;
        padding: 7px 0 4px;
        z-index: 999;
        box-shadow: 0 -4px 8px 0 rgba(0,0,0,0.2);
    }
    .bottom-bar-ul {
    	margin-bottom: 0px;
        padding: 0;
        display: -moz-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
    	
    .bottom-bar-ul li {
        width: 20vw;
    }
    .bottom-bar-ul li a {
        display: block;
        color: #696969;
        font-size: 12px;
        text-align: center;
        position: relative;
        font-weight: 100;
    }
    	
    .bottom-bar-ul li a i {
        font-size: 25px;
        font-weight: 500;
        color: #696969;
        width: 25px;
        height: 25px;
    }
    .bottom-bar-ul li {
        margin: 0;
        padding: 2px 0;
        text-indent: 0;
        list-style: none;
    }	
	.bottom-bar-ul li i.fa.fa-home {
        color: #e01222;
    }
    
    .bottom-bar-ul li i.fa.fa-commenting {
        color: #1593e2;
    }
    
    .bottom-bar-ul li i.fa.fa-phone {
        color: #4CAF50;
    }
    
    .bottom-bar-ul li i.fa.fa-map-marker {
        color: #9c0000;
    }
    
    .bottom-bar-ul li i.fa.fa-arrow-up {
        color: #0e63b4;
    }
    li.bottom_fixed_item img {
        width: 15px;
        margin-bottom: 2px;
    }
    img.img_zalo {
        width: 24px !important;
    }
}

