﻿.PA .newsBox .itemBox:hover .khungAnh .icon {
    opacity: 0;
    /*transform: translate(300%, -50%) rotate(80deg);*/
}

.PA .newsBox .itemBox:hover .khungAnh .icon .quick-alo-ph-circle {
    -webkit-animation-name: myanimate;
    animation-name: myanimate;
}

.PA  .newsBox .itemBox:hover .khungAnh .inner {
    opacity: 1;
    left: 0;
}



.PA .newsDS .title a {
    color: #56a546 !important;
}
    .PA .newsDS .title a:hover {
        color: #ffa51e !important;
    }

.PA .newsBox .itemBox:hover a.name {
    color: #56a546 !important;
}




.PA .itemBox .khungAnh .icon {
    position: absolute;
    width: 47px;
    height: 47px;
    top: calc(50% - 23.5px);
    left: calc(50% - 23.5px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;
    transition: 0.5s;
}

.PA .itemBox:hover .khungAnh .icon .quick-alo-ph-circle {
    -webkit-animation-name: myanimate;
    animation-name: myanimate;
}

.PA .itemBox .khungAnh .icon .quick-alo-ph-circle {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    height: 47px;
    border: solid 1px #fff;
    border-radius: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    padding-right: 0;
}



.PA .newsDS .itemBox .khungAnh .icon i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background: #56a546 url(images/icon/iconAnh.png) center center no-repeat;
    font-size: 0;
    position: absolute;
}

/*.newsDS .itemBox .khungAnh:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5) url(images/icon/plus.png) no-repeat center center;
    transform: scaleY(0);
    transition: 0.4s;
    pointer-events: none;
    visibility: unset;
}
*/

.PA .newsDS .itemBox:hover .khungAnh {
    border: 1px solid #56a546;
}

    .PA .newsDS .itemBox:hover .khungAnh .inner {
        opacity: 1;
        left: 0;
    }

    .PA .newsDS .itemBox:hover .khungAnh:after {
        transform: scaleY(1);
       
    }

    .PA .newsDS .itemBox:hover .khungAnh .icon .quick-alo-ph-circle {
        -webkit-animation-name: myanimate;
        animation-name: myanimate;
    }









.PA .listAnh {
    margin: 0 -7px;
}

    .PA .listAnh .item {
        width: 33.33%;
        float: left;
        padding: 0 7px;
        margin-bottom: 15px;
    }

        .PA .listAnh .item:hover .khungAnh:after {
            transform: scaleY(1);
        }

        .PA .listAnh .item .khungAnh {
            border: solid 1px #f1ece6;
        }

            .PA .listAnh .item .khungAnh:before {
                padding-bottom: 66.67%;
            }

            .PA .listAnh .item .khungAnh:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                background: rgba(0, 0, 0, 0.5) url(images/icon/plus.png) no-repeat center center;
                transform: scaleY(0);
                transition: 0.4s;
                pointer-events: none;
                visibility: unset;
            }
