﻿/* detail news */

.detail-news {
    background: #fff;
}

    .detail-news .container {
        padding-top: 28px;
    }

.detail-news-title {
    margin: 0;
    font-size: 24px;
    color: #2c2c2c;
    font-weight: 100;
    font-family: 'Taviraj-Medium';
    line-height: 145%;
}

li.p-news-item__type2 .WDateViewRHomeNew span {
    font-size: 14px;
}

.p-news-item__type2:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

li.p-news-item__type2 .WDateViewRHomeNew span svg path {
    fill: #bdbcbc;
}

li.p-news-item__type2 .WDateNewHome {
    margin-right: 15px;
}

.detail-news-bottom {
    overflow: hidden;
    padding-top: 25px;
}

    .detail-news-bottom .my-left {
        width: 63.7%;
        float: left;
    }

    .detail-news-bottom .my-right {
        width: 420px;
        float: right;
        padding: 0 24px;
    }

.detail-news-wrap {
    padding-bottom: 90px;
}

.detail-news-author {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    background: rgba(236, 235, 235, 0.60);
    box-shadow: 0 0 10px 0 #33333340;
}

    .detail-news-author .author-img {
    }

        .detail-news-author .author-img img {
            width: 110px;
        }

    .detail-news-author .author-content {
        padding-left: 12px;
    }

        .detail-news-author .author-content h3 {
            margin: 0;
            color: #212529;
            font-weight: 100;
            font-size: 17px;
            margin-bottom: 1px;
            line-height: 130%;
        }

#qodef-back-to-top .qodef-back-to-top-icon {
}

.detail-news-author .author-content span {
    color: #2c2c2c;
    font-size: 14px;
}

.detail-news-wrap .descript {
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Montserrat-Medium';
    margin-bottom: 15px;
    line-height: 27px;
    text-align: justify;
}

.detail-news-wrap .img {
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

    .detail-news-wrap .img img {
        height: auto !important;
        width: 100% !important;
    }

.detail-news-wrap .p-details {
    font-size: 16px;
    margin-top: 10px;
    color: #333;
    line-height: 25px;
    text-align: justify;
    border-top: 1px solid #d5d5d5;
}

    .detail-news-wrap .p-details h2 {
        font-size: 18px;
    }

    .detail-news-wrap .p-details * {
        font-family: 'Montserrat-Regular' !important;
    }

.detail-news-wrap .social {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #F2F2F2;
    padding-top: 10px;
}

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

.img-menu-item a img {
    display: block;
    width: 100%;
    height: 100%;
}

.img-menu-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.detail-news-wrap .social .item {
    position: relative;
    border: 1px solid #505050;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 10px;
    color: #505050;
    transition: all ease .2s;
    cursor: pointer;
    font-size: 13px;
}

    .detail-news-wrap .social .item .fb-share-button span {
        width: 100% !important;
        height: 100% !important;
    }

    .detail-news-wrap .social .item .fb-share-button iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .detail-news-wrap .social .item .fb-share-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        opacity: 0;
    }

    .detail-news-wrap .social .item a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
    }

.detail-news-wrap .social .popup.show {
    opacity: 1;
    transform: translateY(0);
}

.detail-news-wrap .social .popup {
    position: absolute;
    top: 117%;
    pointer-events: none;
    white-space: nowrap;
    background-color: #2c2c2c17;
    color: #333c;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    padding: 4px 10px;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    transform: translateY(15px);
}

.detail-news-wrap .social .item:hover {
    background-color: #505050;
    color: #fff;
}

.detail-news-wrap .social h3 {
    margin: 0;
    font-size: 13px;
    color: #505050;
    font-weight: 100;
    margin-bottom: 9px;
    margin-top: 4px;
}

.detail-news-wrap .social-list {
    display: flex;
}

.same-cate {
    background-color: #f3f3f3;
    padding-bottom: 155px;
}

.same-cate-title {
    margin: 0;
    font-size: 24px;
    color: var(--default-color-1);
    padding-bottom: 20px;
    font-family: 'Montserrat-Medium';
    font-weight: 100;
    text-transform: uppercase;
}

.detail-news-bottom .my-left .list a:hover {
    background-color: var(--default-color-1);
    color: #fff;
}

.detail-news-bottom .my-left .list-tag {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    border-top: 1px solid #F2F2F2;
    padding-top: 15px;
    margin-top: 15px;
}

    .detail-news-bottom .my-left .list-tag h3 {
        margin: 0;
        font-size: 14px;
        color: #505050;
        font-family: notoM;
        font-weight: normal;
        color: var(--default-color-1);
        font-family: 'Montserrat-Medium';
    }

.detail-news-bottom .my-left .list {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

    .detail-news-bottom .my-left .list a {
        font-size: 14px;
        color: #505050;
        background-color: #f2f2f2;
        padding: 6px 16px;
        border-radius: 55px;
        display: block;
        margin: 5px;
        transition: all linear .2s;
    }

.my-side-news .side-news-item {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    background: #f3f3f3;
    box-shadow: 0 0 10px 0 #33333340;
}

.detail-news-list-child .p-news-list__type2.rs {
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}

.p-news-content__type2.decorPdCateTitle {
    padding-left: 0;
    padding-bottom: 0;
}

.cate-child-career.decorPdCate {
    padding-left: 0;
    padding-bottom: 8px;
    padding-right: 12px;
    color: #2B99FF;
    font-family: 'MontserratR';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.7%;
    text-transform: capitalize;
}

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

.listNewsChildRight.side-news-item .p-news-list__type2 {
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 0;
    row-gap: 0;
}

.my-side-news .side-news-item > h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 168px);
    width: 58px;
    height: 2px;
    background: var(--default-color-1);
    z-index: 1;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.my-side-news .side-news-item > h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 168px);
    width: 329px;
    height: 2px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(252, 255, 122, 0.20) 0%, rgba(252, 255, 122, 0.00) 32.71%), #EDE7E5;
}

.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-item.download {
}

    .side-news-item.download img {
        width: 22px;
    }

    .side-news-item.download a {
        align-items: center;
        padding: 18px 0 !important;
    }

        .side-news-item.download a:hover h3 {
            text-decoration: underline;
        }

        .side-news-item.download a h3 {
            color: var(--default-color-1);
            margin-left: 5px;
            padding: 0;
            transform: translateX(0) !important;
        }

.side-news-link.down {
    flex-direction: column;
    user-select: none;
    padding: 12px 0;
}

    .side-news-link.down h3 {
        padding: 0;
        color: #2c2c2c !important;
    }

    .side-news-link.down a {
    }

    .side-news-link.down .bot-options {
        display: flex;
        align-items: center;
        margin-top: 6px;
    }

    .side-news-link.down .options-item:first-child {
        margin-left: 0;
    }

    .side-news-link.down .options-item:hover {
        text-decoration: underline;
    }

    .side-news-link.down .options-item {
        cursor: pointer;
        font-size: 14px;
        color: var(--default-color-1);
        margin: 0 5px;
    }

/*RS*/
@media(max-width:1023px) {
    .detail-news-wrap .p-details h2 {
        font-size: inherit;
    }

    .listNewsChildRight.side-news-item .p-news-list__type2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }
}

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

@media(max-width:739px) {
    .detail-news-title {
        font-size: 18px !important;
    }

    .my-side-news .side-news-item .title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .my-side-news .side-news-item > h3.title {
        font-size: 16px;
    }
}

.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;
    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: 25px;
}

.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;
    display: none;
}

.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: var(--default-color-1);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    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: var(--default-color-1);
    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: var(--default-color-1);
        }

.WContentItemNewRHome:hover .WTitleRNewHome h5 {
    color: var(--default-color-1);
}

.WDateViewRHomeNew span {
    color: var(--default-color-1);
    font-family: 'Taviraj-Medium';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

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

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

.WDesNewHomeR {
    margin-top: 3.46px;
}

    .WDesNewHomeR span {
        color: #1F1917;
        font-family: 'Taviraj-Regular';
        text-align: justify;
        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 {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.WRTitleDesRNewHome {
    margin-top: 13px;
}

.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;
    }

    .list-img-menu {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        column-gap: 16px;
        row-gap: 16px;
    }

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

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

    .WHomeNews {
        padding-bottom: 40px;
    }

    .WRightHomeNews {
        margin: 0;
        margin-bottom: 30px;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 16px;
    }

    .same-cate {
        padding-bottom: 25px;
    }

    .WRTitleDesNewHome {
        width: 100%;
    }

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

.item-service-child-img a {
    display: block;
    width: 100%;
    height: 100%;
}

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

    .detail-news-wrap .p-details h3 {
        font-size: 16px;
    }

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

    .detail-news-bottom .my-left .list a {
        font-size: 12px;
    }

    .detail-news-bottom .my-left .list-tag {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: unset;
        border-top: 1px solid #dcdcdc;
        padding-top: 15px;
        margin-top: 15px;
    }

    .detail-news-wrap .social {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #dcdcdc;
    }

    .WImgNewRHome img {
        height: 150px;
    }

    .WDateViewRHomeNew span {
        font-size: 13px;
    }

    .view-new-item span svg {
        display: flex;
        align-items: center;
        width: 18px;
        height: auto;
    }

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

    li.ItemNewsHome {
        padding: 15px 0;
    }

    .WTopHomeNews:before {
        left: 0;
    }

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