﻿.WTopHomeNews h4 {
    margin: 0;
    /* 155.556% */
    font-family: 'ITALIANNO-REGULAR';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1F1917;
}

.WTopHomeNews {
    text-align: center;
    position: relative;
}

.iccon-new-home img {
    margin: auto;
}

.iccon-new-home {
    margin-top: 10px;
}

.WTopHomeNews span {
    display: block;
    color: #d26e4b;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    width: 900px;
    margin: auto;
    line-height: 150%;
}

.WBottomHomeNews {
    padding-top: 47px;
}

.WHomeNews {
    padding-bottom: 130px;
    padding-top: 45px;
    background: #EDE7E5;
}

.logo-new-home img {
    margin: auto;
    width: 14%;
}

.logo-new-home {
    margin-bottom: -26px;
}

.WImgNewHome img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
}

li.ItemNewsHome:hover .WImgNewHome img {
    transform: scale(1.1);
}

li.ItemNewsHome:nth-child(2) {
    border-top: 1px dashed #ABABAB;
    border-bottom: 1px dashed #ABABAB;
}

.WContentItemNewHome {
    display: flex;
}

.WRTitleDesNewHome {
    width: 401px;
    margin-left: 14px;
}

.WViewNewHome {
    margin-left: 30px;
}

.WDateViewHomeNew span svg {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.WImgNewRHome img {
    display: block;
    width: 100%;
    height: 291px;
    object-fit: cover;
    border-radius: 5px;
    transition: all .3s;
    overflow: hidden;
}

.WContentItemNewRHome:hover .WImgNewRHome img {
    transform: scale(1.1);
}

.WTitleRNewHome h5 {
    color: #1F1917;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    transition: all ease .2s;
}

.view-new-item span {
    display: flex;
    align-items: center;
    color: #d26e4b;
    font-family: 'Taviraj-Medium';
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.view-new-item {
    margin-top: 12px;
}

    .view-new-item span svg {
        margin-left: 11px;
        position: relative;
        top: -1px;
    }

    .view-new-item span path {
        fill: #d26e4b;
    }

.WContentItemNewRHome:hover .WTitleRNewHome h5 {
    color: #d26e4b;
}

.WDateViewRHomeNew span {
    display: block;
    color: #d26e4b;
    font-family: 'Taviraj-Medium';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.WDateViewRHomeNew {
    display: flex;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 8px;
}

    .WDateViewRHomeNew span svg {
        display: inline-block;
        margin-right: 4px;
        position: relative;
        top: 1px;
    }

.WDesNewHomeR {
    margin-top: 10.46px;
}

    .WDesNewHomeR span {
        color: #1F1917;
        font-family: 'Taviraj-Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.WRightHomeNews {
    overflow: hidden;
}

.WRTitleDesRNewHome {
    margin-top: 21px;
}

.WImgNewRHome {
    overflow: hidden;
    border-radius: 5px;
}

.WContentItemNewRHome .WImgNewRHome {
    position: relative;
}

    .WContentItemNewRHome .WImgNewRHome:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, .2);
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -khtml-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.WContentItemNewRHome:hover .WImgNewRHome:before {
    -webkit-animation: img_circle .75s;
    -khtml-animation: img_circle .75s;
    -moz-animation: img_circle .75s;
    -ms-animation: img_circle .75s;
    -o-animation: img_circle .75s;
    animation: img_circle 0.95s;
}

@-webkit-keyframes img_circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes img_circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes full_circle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes full_circle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*RS*/
@media(max-width:1200px) {
    .WTopHomeNews h4 {
        font-size: 32px;
    }
}

@media(max-width:1023px) {
    .WBottomHomeNews {
        display: block;
        padding-top: 25px;
    }

    .logo-new-home {
        margin-bottom: -12px;
    }

        .logo-new-home img {
            width: 20%;
        }

    .WTopHomeNews span {
        width: auto;
        font-size: 13px;
    }

    .WBottomHomeAlbum {
        margin-top: 25px;
    }

    .WDesNewHomeR span {
        font-size: 14px;
    }

    .WHomeNews {
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .WRightHomeNews {
        margin: 0;
        margin-bottom: 30px;
    }

    .WRTitleDesNewHome {
        width: 100%;
    }

    .ListInfoCompaFooter.footer-address h6 {
        font-size: 20px;
    }
}

@media(max-width:739px) {
    .WTitleRNewHome h5 {
        font-size: 16px;
        -webkit-line-clamp: 2;
        line-height: 125%;
    }

    .WDateViewRHomeNew {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .WRTitleDesRNewHome {
        margin-top: 10px;
    }

    .view-new-item span {
        font-size: 12px;
    }

    .WImgNewRHome img {
        height: 150px;
    }

    .WDateViewRHomeNew span {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

        .WDateViewRHomeNew span svg {
            width: 13px;
            height: auto;
            display: flex;
            align-items: center;
            top: -1px;
        }

    .WTopHomeNews:after {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    li.ItemNewsHome {
        padding: 15px 0;
    }

    .WTopHomeNews:before {
        left: 0;
    }

    .WDateViewHomeNew {
        margin-top: 8px;
    }
}