﻿/*news*/

.my-news {
    background: linear-gradient(180deg, rgba(252, 255, 122, 0.20) 0%, rgba(252, 255, 122, 0.00) 32.71%), #EDE7E5;
    padding-bottom: 100px;
}

.my-news-bottom .p-side-right {
    padding-top: 10px;
}

.my-news .container {
    padding: 30px 0;
    padding-bottom: 0;
}

.my-news h1 {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    font-family: 'ITALIANNO-REGULAR';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1F1917;
    text-transform: capitalize;
}

.my-news h2 {
    display: block;
    margin: auto;
    color: #d26e4b;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}

.my-news-top {
    display: flex;
    margin-top: 46px;
    flex-direction: row-reverse;
}

    .my-news-top .top-left {
        width: 50%;
    }

        .my-news-top .top-left .item:hover img {
            transform: scale(1.04);
        }

        .my-news-top .top-left .item {
            height: 402px;
            display: block;
            position: relative;
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
        }

            .my-news-top .top-left .item:hover .title {
                opacity: .9;
            }

            .my-news-top .top-left .item::before {
                content: '';
                width: 100%;
                height: 100%;
                z-index: 3;
                background: linear-gradient(180deg,rgba(44,44,44,0) 0,#2c2c2c 100%);
                position: absolute;
                top: 0;
            }

        .my-news-top .top-left img {
            transition: all linear .2s;
        }

        .my-news-top .top-left .content {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 30px;
            z-index: 3;
        }

        .my-news-top .top-left .date-cate {
            font-size: 14px;
            color: #f2f2f2;
        }

        .my-news-top .top-left .date {
            color: #f2f2f2;
            font-size: 14px;
            padding: 0;
            background-image: unset;
        }

        .my-news-top .top-left .cate {
            position: relative;
            margin-left: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .my-news-top .top-left .cate::before {
                content: '';
                position: absolute;
                width: 2px;
                height: 2px;
                background-color: #f2f2f2;
                border-radius: 50%;
                left: -7px;
            }

        .my-news-top .top-left .title {
            color: #fff;
            margin: 0;
            font-size: 24px;
            line-height: 145%;
            font-weight: 100;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-top: 10px;
            margin-bottom: 13px;
            transition: all linear .2s;
        }

        .my-news-top .top-left .descript {
            color: #fff;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            line-height: 23px;
        }

    .my-news-top .top-right {
        flex: 1;
        padding-right: 24px;
    }

        .my-news-top .top-right .item:first-child {
            margin-top: 5px;
        }

        .my-news-top .top-right .item {
            border-bottom: 1px solid #cdcdcd;
            padding-bottom: 9px;
            margin-top: 12px;
            display: flex;
        }

        .my-news-top .top-right img {
            width: 200px;
            height: 180px;
            border-radius: 8px;
        }

        .my-news-top .top-right .contnet {
        }

        .my-news-top .top-right .date-cate {
            font-size: 13px !important;
            color: #424242;
        }

        .my-news-top .top-right .date {
        }

        .my-news-top .top-right .cate {
            margin-left: 8px;
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .my-news-top .top-right .cate::before {
                content: '';
                position: absolute;
                width: 2px;
                height: 2px;
                background-color: #999;
                border-radius: 50%;
                left: -5px;
            }

        .my-news-top .top-right .item:hover .title {
            color: var(--default-color-1);
        }

        .my-news-top .top-right .item .content {
            flex: 1 1 0;
            margin-left: 15px;
        }

            .my-news-top .top-right .item .content span.descript {
                margin-top: 5px;
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
            }

        .my-news-top .top-right .title {
            color: #1F1917;
            font-family: 'Taviraj-Medium';
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-top: 6px;
            transition: all linear .2s;
        }

.my-news-bottom {
    overflow: hidden;
    margin-top: 25px;
}

.WRightHomeNews {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 23px;
    row-gap: 41px;
}

.my-news-bottom .bottom-left {
}

.news-add-more {
    color: var(--default-color-3);
    border: 1px solid var(--default-color-3);
    border-radius: 8px;
    padding: 8px 18px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 28px;
    transition: all ease .2s;
}

    .news-add-more:hover {
        background-color: var(--default-color-3);
        color: #fff;
    }

.my-news-bottom .bottom-right {
    float: right;
    width: 37%;
    padding-left: 25px;
}

.my-side-news {
}

    .my-side-news .side-news-item {
        padding: 15px;
        margin-bottom: 30px;
        border: 1px solid #F2F2F2;
        border-radius: 10px;
    }

        .my-side-news .side-news-item > h3 {
            margin: 0;
            font-family: 'MontserratSB';
            font-weight: 100;
            font-size: 18px;
            color: var(--default-color-1);
            padding-bottom: 15px;
            border-bottom: 1px solid #F2F2F2;
        }

.p-news-link__type2 .title {
    margin: 0;
    font-weight: 100;
    font-family: 'MontserratSB';
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 150%;
    /* margin-top: 7px; */
    margin-bottom: 8px;
    transition: all linear .2s;
}

.side-news-link:first-child {
}

.side-news-link:hover h3 {
    color: var(--default-color-1);
}

.side-news-link {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #F2F2F2;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
}

    .side-news-link:hover {
    }

        .side-news-link:hover span {
            transform: translateX(6px);
        }

        .side-news-link:hover h3 {
            transform: translateX(6px);
        }

    .side-news-link img {
        width: 20px;
    }

    .side-news-link .index {
        background-color: var(--default-color-1);
        height: fit-content;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #fff;
        font-size: 13px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    }

    .side-news-link:last-child {
        border: none;
        padding-bottom: 0;
    }

    .side-news-link h3 {
        margin: 0;
        font-size: 14px;
        flex: 1;
        color: #2c2c2c;
        font-weight: 100;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 11px;
        line-height: 24px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    }

.side-news-bds {
    display: flex;
    align-items: center;
}

    .side-news-bds:hover h3 {
        opacity: .8;
    }

    .side-news-bds .img {
        width: 100px;
        height: 70px;
        background-color: #33333330;
        display: block;
        margin: 12px 0;
        border-radius: 10px;
        overflow: hidden;
    }

        .side-news-bds .img img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .side-news-bds .content {
        flex: 1;
    }

        .side-news-bds .content h3 {
            margin: 0;
            margin-left: 10px;
            color: #2c2c2c;
            font-size: 17px;
            font-weight: 100;
        }
/*RS*/
@media(max-width:1023px) {
    .my-news {
        padding-bottom: 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .my-news h1 {
        font-size: 40px;
    }

    .my-news h2 {
        font-size: 14px;
        width: 100%;
        margin-top: 12px;
    }

    .my-news-top {
        flex-direction: column;
    }

        .my-news-top .top-left {
            width: 100%;
        }

            .my-news-top .top-left .item {
                height: 300px;
            }

        .my-news-top .top-right {
            flex: unset;
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

            .my-news-top .top-right .WDateViewRHomeNew {
                display: none;
            }

            .my-news-top .top-right .item .content {
                margin-left: 12px;
            }

            .my-news-top .top-right .title {
                font-size: 16px;
                -webkit-line-clamp: 2;
                line-height: 150%;
            }

            .my-news-top .top-right .item .content span.descript {
                font-size: 14px;
            }

            .my-news-top .top-right img {
                width: 172px;
                height: 140px;
            }

        .my-news-top .top-left .content {
            padding: 15px;
        }

        .my-news-top .top-left .date {
            font-size: 12px;
        }

        .my-news-top .top-left .title {
            font-size: 20px;
            line-height: 120%;
        }

        .my-news-top .top-left .descript {
            font-size: 15px;
        }
}

.WTopHomeNews h4 {
    margin: 0;
    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;
    text-transform: capitalize;
    margin: auto;
    color: #97AE54;
    font-family: 'TAVIRAJ-MEDIUM';
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.WBottomHomeNews {
    padding-top: 47px;
}

.WHomeNews {
    padding-bottom: 239px;
    padding-top: 69px;
    background: linear-gradient(180deg, rgba(252, 255, 122, 0.20) 0%, rgba(252, 255, 122, 0.00) 32.71%), #EDE7E5;
}

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

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

.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-family: 'Taviraj-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    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 svg path {
            fill: #d26e4b;
        }

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

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

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

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

        .WDateViewRHomeNew span svg path {
            fill: #9b9b9b
        }

.WDesNewHomeR {
    margin-top: 3.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: 28px;
    }
}

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

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

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

    .WHomeNews {
        padding-bottom: 40px;
    }

    .WRightHomeNews {
        margin: 0;
        margin-bottom: 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 12px;
    }

    .WRTitleDesNewHome {
        width: 100%;
    }

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

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

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

    .WImgNewRHome img {
        height: 150px;
    }

    .view-new-item span svg {
        width: 18px;
        height: auto;
        position: unset;
    }

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

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

    li.ItemNewsHome {
        padding: 15px 0;
    }

    .WTopHomeNews:before {
        left: 0;
    }

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

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