.section-news {
    padding-top: 50px;
    padding-bottom: 50px;
}

.grid-gallery {
    margin: 0 -20px;
    overflow: hidden;
}

.section-news .section-title {
    margin-bottom: 50px;
}

.title-laste-detail {
    height: 50px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: inherit;
}

.grid-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid li {
    width: calc(100% / 3);
    /*
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
*/
    float: left;
    cursor: pointer;
}

.item-news {
    margin-bottom: 35px;
}

.item-news a {
    display: block;
}

.col-inner {
    overflow: hidden;
    margin: 0 20px 0;
}

.grid li:nth-child(1n+1) {
    border-right: 0;
}

.grid li:nth-child(3n+1) {
    border-left: 0;
}

.title-laste-detail {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    font-size: 25px;
}

.item-news-detail {
    padding: 22px 0 40px;
    position: relative;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #FFF;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .3s ease;
    border-bottom: 4px solid #c40030;
}

.item-news:hover .item-news-detail {
    transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    padding: 22px 0 70px;
}

.item-news-img img {
    width: 100%;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.item-news:hover .item-news-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.laste-share {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url(../img/bg-share.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
}

.item-news:hover .laste-share {
    height: 55px;
    visibility: visible;
    opacity: 1;
}

.laste-share i {
    font-size: 17px;
}

.open-share i {
    color: #fff;
}

.section-highlight-news {
    background-color: #f2f4f5;
    position: relative;
    height: 100%;
    overflow: hidden;
}

svg.svg-banner {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 101%;
}

.banner-image > img {
    width: 100%;
}


/* detail */

.section-entry > div {
    margin-top: 50px;
    position: relative;
}

.entry-title {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    line-height: 1;
}

.entry-heading {
    padding-bottom: 20px;
    position: relative;
}

.entry-content h1,
.entry-content .h1,
.entry-content h2,
.entry-content .h2,
.entry-content h3,
.entry-content .h3,
.entry-content h4,
.entry-content .h4 {
    font-family: 'DBHelvethaicaXBdv', Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.entry-content img {
    margin: 20px 0 40px;
}

.entry-content {
    font-size: 16px;
    line-height: 1.7;
}

.entry-bottom {
    padding: 20px 0 70px;
    border-bottom: 1px solid #eeeeee;
}

.entry-bottom p.contact-position {
    color: #999;
}

.entry-bottom strong {
    font-weight: 600;
    color: #222;
}

.entry-bottom a {
    color: #777;
}

.entry-bottom a i {
    margin-right: 5px;
}

.contect-n {
    margin-bottom: 5px;
}

.section-related {
    padding: 80px 0;
}

.section-related .section-title {
    text-align: left;
    padding: 0 10px;
}

.section-related .col-md-6 {
    margin: 20px 0;
}

.section-related .item-news .col-inner {
    margin: 0 10px;
}

.section-related .col-sm-4:nth-child(2) {
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.entry-content p {
    margin-bottom: 15px;
    /*    text-align: justify*/
}

.entry-content p strong,
.entry-content li strong {
    font-weight: 600;
}

.entry-content ol {
    list-style-position: outside;
    margin: 0;
    padding-left: 20px;
}

.entry-content ul {
    padding-left: 25px;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 15px;
}

.entry-content ul li,
.entry-content ol ul li {
    list-style-type: disc;
}

.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin-top: 10px;
    margin-bottom: 15px;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: 5px;
    text-align: left;
    padding-left: 5px;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ol li > p,
.entry-content ul li > p {
    margin-bottom: 6px;
}



.entry-content table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.entry-content table td {
    padding: 5px;
    border: 1px solid #ccc;
}

.sc-share {
    right: -40px;
    top: 10px;
    position: absolute;
    text-align: center;
}

.sc-share.fixto-fixed {
    padding-top: 90px;
}

.sc-share h4 {
    font-size: 24px;
    color: #999;
}

.sc-share a {
    margin: 20px auto;
    display: block;
}

.sc-share a i {
    font-size: 20px;
}

.sc-share-mobile {
    display: none;
}

.news-more {
    text-align: center;
    margin: 50px auto 20px;
}

.news-more .btn-more:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 14px;
}

p.date {
    color: #999999;
    font-size: 18px;
    font-family: 'DBHelvethaicaXMedv';
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .sc-share {
        display: none;
    }

    .entry-heading {
        padding-bottom: 70px;
    }

    .sc-share-mobile {
        position: absolute;
        bottom: 35px;
        left: 0;
        display: inline-block;
    }

    .sc-share-mobile a {
        margin: 0 10px 0 0;
        display: inline-block;
    }

    .sc-share-mobile a i {
        font-size: 20px;
    }

    svg.svg-banner {
        height: 60px;
    }

    .section-entry > div {
        margin-top: 20px;
    }

    .grid li {
        width: calc(100% / 2);
    }

    .entry-bottom {
        padding: 20px 0 40px;
    }

    .section-related {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .section-related .col-sm-4:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }

    .grid li {
        width: 100%;
    }

    .section-related {
        padding: 20px 0 40px;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .section-related .section-title {
        margin-bottom: 10px;
    }

    .entry-title {
        line-height: .9;
        margin: 5px 0;
    }

    .section-news .section-title {
        margin-bottom: 30px;
        margin-top: 0;
    }
}
