.wrapper-row {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .wrapbox-heading-page, .box-heading-contact {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        border-right: 1px solid #ededed;
        height: 100vh;
        padding: 0;
    }
    .wrapbox-heading-page .header-page {
        padding-bottom: 70px;
    }
}

.wrapbox-heading-page {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.hide {
    display: none !important;
}
@media (min-width: 1200px) {
    .wrapbox-heading-page .header-page {
        width: 60%;
    }
}
.wrapbox-heading-page .header-page {
    position: relative;
}
.wrapbox-heading-page .header-page h1 {
    font-size: 54px;
    font-weight: 700;
    margin: 0;
    line-height: initial;
}
.header-page h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    white-space: normal;
    vertical-align: middle;
}
#blog .section-blog {
    margin-bottom: 40px;
}

#blog .bg-blog-title {
    margin: 15px 0 50px;
}

.bg-blog-title {
    width: 100%;
    background: url(//theme.hstatic.net/200000000131/1000466964/14/bg-title.png?v=1033) no-repeat;
    background-position: center;
    display: inline-block;
    text-align: center;
    margin: 35px 0 25px;
}
.bg-blog-title h2, .bg-blog-title h1 {
    text-transform: uppercase;
    padding: 0 45px;
    line-height: 65px;
    height: 65px;
    font-size: 24px;
    color: #4f4f4f;
    position: relative;
    border: 0;
    margin: 0;
}
#blog .blog-item {
    margin-bottom: 17px;
}
#blog .blog-col-left .blog-item .blog-img {
    border: 1px solid rgba(224,224,224,.2);
}
#blog .blog-item img {
    width: 100%;
}
#blog .blog-col-left .blog-item .blog-detail {
    padding: 10px;
    background: rgba(224,224,224,.3);
}
#blog .blog-col-left .blog-item .blog-detail h3 {
    line-height: 20px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    margin: 10px 0;
}
#blog .blog-col-left .blog-item .blog-detail h3 a {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    white-space: nowrap;
}

#blog .blog-col-right .blog-item .blog-img {
    float: left;
    width: 30%;
    margin-right: 15px;
    overflow: hidden;
}
#blog .blog-col-right .blog-item .blog-detail {
    float: left;
    width: calc(100% - 35%);
    margin: auto;
}
#blog .blog-col-right .blog-item .blog-detail h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
#blog .section-blog {
    margin-bottom: 40px;
}
#blog .section-blog .title {
    margin: 0 0 40px;
    text-align: center;
    line-height: 24px;
    position: relative;
}
#blog .section-blog .title:before {
    background: #000;
    top: 15px;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 12px;
}
#blog .section-blog .title h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000 !important;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    position: relative;
    top: 0;
}
#blog .news-list-style .col-md-6:nth-of-type(2n+1) {
    clear: both;
}
#blog .news-item {
    padding-bottom: 20px;
}
#blog .news-item .news-img {
    width: 43.66%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
#blog .news-item .news-img img, #blog .blog-col-right .blog-item img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#blog .news-item .news-detail {
    width: 55.34%;
    float: left;
    position: relative;
    background: transparent;
    left: 0;
    overflow: hidden;
    padding: 0 10px;
}
#blog .news-item .news-title {
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    position: relative;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
#blog .news-item .news-meta {
    margin-bottom: 15px;
}
#blog .news-item .news-meta ul li {
    display: inline-block;
    color: #666;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
}
#blog .news-item .news-content {
    font-style: italic;
}
#blog #pagination {
    text-align: center;
}

#pagination {
    margin-bottom: 15px;
    text-align: right;
}
.paginator .totalPages, .paginator .labelPages, .paginator .titlePages {
    display: none;
}

.paginator a, .paginator span {
    display: inline-block;
    margin: 15px 5px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    opacity: .4;
}
.paginator .totalPages, .paginator .labelPages, .paginator .titlePages {
    display: none;
}
.paginator a, .paginator span {
    display: inline-block;
    margin: 15px 5px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    opacity: .4;
}
#pagination .paginator a, #pagination .paginator span.currentPage {
    color: #000 !important;
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none;
    }
}

/*---------------------------------------news/view----------------------------------------*/
.wrapper-row {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .article-body {
        padding: 0 50px;
    }
}

.article-title {
    text-align: center;
    padding: 20px 0;
}

.article-title h1 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    white-space: normal;
    vertical-align: middle;
    margin: 0;
}

.article-title .meta-info {
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    color: #666;
}

.article-title .meta-info:before {
    right: calc(100% + 10px);
}

.article-title .meta-info:after, .article-title .meta-info:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    top: 12px;
}

.article-title .meta-info:after {
    left: calc(100% + 10px);
}

.article-title .meta-info:after, .article-title .meta-info:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    top: 12px;
}

.article-img {
    margin-bottom: 20px;
    text-align: center;
}

.article-pages, .meta-tags, .article-comment .comment_form, .post-navigation {
    margin-bottom: 40px;
}

.article-tags {
    font-size: 14px;
}

.sidebar-fix {
    overflow-y: auto;
}

.news-latest {
    padding: 30px 30px 20px;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(234 234 234 / 50%);
    -moz-box-shadow: 0px 1px 0px 0px rgba(234, 234, 234, .5);
    box-shadow: 0px 1px 0px 0px rgb(234 234 234 / 50%);
}

.news-latest .sidebarblog-title {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.news-latest h2 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.item-article {
    margin-bottom: 10px;
}

.item-article .post-image {
    overflow: hidden;
}

.item-article .post-image img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item-article .post-content h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin: 5px 0;
    font-style: normal;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item-article .post-content span {
    color: #666;
    font-size: 12px;
}
.tp_title {
    text-align: center;
}
.sidebarblog-title {
    padding: 20px 0 20px 0;
}