.blog{
    display: flex;
    padding: 0 10%;
}
.blog-content{
    flex: 60%;
    max-width: 60%;
}
.blog-box{
    margin-bottom: 180px;
    position: relative;
}
.blog-box:after{
    content: "";
    width: 70px;
    position: absolute;
    height: 3px;
    background: var(--yellow);
    right: 50%;
    transform: translate(50% , 0 );
    bottom: -64px;
}
.widget-toc{
    line-height: 39px;
    border: 3px solid #ffc316;
    padding: 20px 29px;
    float: none !important;
}

.blog-box .title{
    font-size: 2.8rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
}
.blog-box .title:hover{
    color: var(--yellow);
}
.blog-box .date{
    color: #a1a1a1;
    font-size: 0.9rem;
    margin: 0 0 26px;
    display: block;
}
.blog-box .thumbnails-box{
        height: 400px;
    position: relative;
}
.blog-box .thumbnails-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-box .thumbnails-box .category{
    height: 50px;
    background: var(--yellow);
    position: absolute;
    top: 80px;
    left: -65px;
    transform: rotate(
            90deg
    );
    font-size: 1.4rem;
    padding: 0 25px;
    line-height: 50px;
    font-family: 'explenus-Bold';
    border-radius: 25px 25px 0 0;
}
.blog-box .reading{
    margin: 16px 0 5px;
    color:  var(--yellow);
    font-family: 'explenus-Bold';
}
.blog-box .description{
    font-size: 1.3rem;
    text-align: justify;
    font-family: 'explenus-Medium';
    margin-bottom: 25px;
}
.blog-box .description a{
    color: var(--gray);
    text-decoration: underline;
}
.blog-box .description a:hover{
    color: var(--yellow);
}
.blog-sidebar{
    flex: 35%;
    max-width: 35%;
    padding: 96px 0 0;
    margin-left: 5%;
}
.search-block{
    display: flex;
    border-radius: 50px;
    height: 60px;
    border: 1px solid #999;
    overflow: hidden;
    padding: 3px 17px 2px 23px;
}
.search-block.mobile{
    display: none;
    margin: 0 0 25px;
}
.btn-search{
        border: 0;
    background: inherit;
    font-size: 45px;
}
.input-search{
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
}
.blog-sidebar .description{
    font-size: 1.3rem;
    text-align: justify;
    font-family: 'explenus-Medium';
    margin: 30px 0;
}
.title-category{
    color: var(--yellow);
    font-size: 3rem;
}
.category-list{
    margin-top: 40px;
}
.category-link{
    border-top: 2px solid var(--yellow);
    height: 60px;
    text-align: left;
    font-size: 25px;
    color: #7c7b7b;
    line-height: 60px;
    transition: all 0.5s ease;
}
.category-link a{
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    display: block;
}
.category-link:hover{
    background: var(--yellow);
    transition: all 0.5s ease;
}
.category-link:hover a{
    margin-left: 10px;
    transition: all 0.5s ease;
    color: #000;
}
.category-link:last-child{
    border-bottom: 2px solid var(--yellow);
}

.submit-sidebar button{
    width: 100%;
    margin-top: 40px;
    background: var(--yellow);
    border-color: var(--yellow);
}

.submit-sidebar button:hover{
    background: #fff;

}
.older-post{
   text-align: center;
    display: inline-block;
    max-width: 100px;
    min-width: 100%;
}
.older{
    width: 180px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    color: #9d9d9d;
    background: #fff;
    font-family: explenus-Medium;
}
.older:hover{
    color: #000;
}
.label-blog{
    display: flex;
    height: 50px;
    background: #e1e1e1;
    margin-top: 60px;
}
.label-link{
    padding: 0 20px;
    line-height: 50px;
    font-size: 1.2rem;
    color: #999;
    transition: all 0.5s ease;
}
.label-link:hover{
    color: #000;
    transition: all 0.5s ease;
}
.action-blog{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.social-media{
    display: flex;
}
.social-media i{
    font-size: 16px;
}
.social-media i:before{
    color: #fff;
}
.social-media a{
    width: 33px;
    height: 33px;
    display: block;
    background: #e1e1e1;
    border-radius: 50px;
    padding:8px 5px;
    text-align: center;
    margin: 0 6px;
}
.social-media a:hover{
    background: var(--yellow);
}
.like{
    user-select: none;
}
.like i{
    font-size: 30px;
    cursor: pointer;
    user-select: none;
}
.like i:before{
    color: #d3d3d3;
}
.like .liked:before{
    color: var(--yellow);
}
.like span{
    position: relative;
    font-size: 20px;
    color: #999;
    top: -7px;
    left: 6px;
    font-family: 'explenus-Medium';
}
.rating-widget {
    margin: 0 20px 0 0 !important;
    padding: 0;
    display: inline-block;
}
.fa-fw {
    width: auto;
}
.rate-text{
    font-size: 18px;
    color: #8e8e8e;
}
.rating-stars ul {
    list-style-type:none;
    padding:0;
    direction: ltr;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;

}
.rating-widget{
    padding: 0;
    display: inline-block;
    margin: 0 30px;
}
.rating-stars ul > li.star > i.fa {
    font-size: 25px;
    color:#ccc;
}

.rating-stars ul > li.star.hover > i.fa {
    color:#ffc316;
}

.rating-stars ul > li.star.selected > i.fa {
    color:#ffc316;
}
.comments{
    margin-top: 60px;
}
.comment-title{
    margin-bottom: 35px;
}
.comment-title p{
    color: var(--yellow);
    font-size: 2rem;
}
.comment-title p span{
    color: #999;
    font-size: 1.4rem;
    margin-left: 10px;
}
.comment-form .form-modal label{
    color: #999;
    font-size: 1.5rem;
}
.comment-form .form-modal label b {
    color: var(--yellow);
}
.comment-form .form-modal input {
    height: 55px;
    border: 1px solid #000;
    background: #fff;
}
textarea{
    border: 1px solid #000;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    font-size: 25px;
}

textarea::-webkit-input-placeholder , textarea:-ms-input-placeholder ,textarea::placeholder{
    color: #999;
    font-size: 25px!important;
}
.submit-comment{
    width: 400px!important;
    background: var(--yellow) !important;
    border-color: var(--yellow) !important;
}
.submit-comment:hover{
    background: #fff !important;
    border-color: #000  !important;
}
.related{
    margin: 50px 0;
}
.related-title{
    color: var(--yellow);
    font-size: 2rem;
    text-align: left;
    margin-bottom: 35px;
}
.owl-carousel .owl-item p{
    color: #919191;
    margin-top: 14px;
    font-size: 1.2rem;
    display: block;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-post{
    flex: 22%;
    max-width: 22%;
}

.result-number{
    display: flex;
    height: 50px;
    font-size: 1.5rem;
    text-align: left;
    color: #999;
    padding: 8px 0;
    margin: 0 10% 19px;
}
.comment-main {
    display: inline-block;
    width: 100%;
}
.comment-main h4 {
    font-size: 20px;
    color: var(--yellow);
    border-bottom: 1px solid #ccc;
    height: 55px;
    line-height: 40px;
    text-align: left;
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .comment-main h4 {
        font-size: 24px;
    }
}
.comment-main .comment-box, .comment-main .comment-list {
    display: inline-block;
    width: 100%;
}

.header-comment {
    position: relative;
}
@media (min-width: 768px) {
    .header-comment {
        display: flex;
    }
}

.header-comment .info {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .header-comment .info {
        flex-direction: row;
    }
}

.header-comment .info .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100px;
    margin-left: 10px;
}

.header-comment .info .name {
    font-size: 15px;
    line-height: 50px;
    margin: 0 21px;
    font-weight: bold;
    color: #b3b3b3;
}

.header-comment .info .times {
    display: flex;
}

.header-comment .info .times img {
    width: 20px;
}

.header-comment .info .times .time {
    line-height: 40px;
    margin: 0 10px;
    font-size: 15px;
    color: #b3b3b3;
}

.reply {
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 768px) {
    .reply {
        position: static;
        float: left;
    }
}

.reply-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0 11px;
    background: inherit;
    border: 0;
    float: left;
    transition: all 300ms;
}

.reply-btn:hover {
    transition: all 300ms;
    transform: scale(1.2);
}
.reply-btn img{
    position: relative;
    transform: rotate(180deg);
}
.reply-btn:visited , .reply-btn:active , .reply-btn:focus{
    outline: none;
    border: 0;
}
.body-comment {
    margin: 10px 0;
    text-align: justify;
    font-size: 14px;
    color: var(--gray);
    line-height: 34px;
}
@media (min-width: 768px) {
    .body-comment {
        padding-left: 80px;
        font-size: 16px;
    }
}

.reply-comment {
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100% !important;
    margin-bottom: 20px;
    background: #cccccc42;
    padding: 23px 30px;
    float: left;
}
@media (min-width: 768px) {
    .reply-comment {
        padding: 23px 0 0;
        width: 92% !important;
    }
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-transform: translate3d(0px, 0, 0);
    margin: 0 30px;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 145px;
    margin: 0 auto 16px;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl .owl-item {
    float: left;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 11px;
    margin: 5px;
    padding: 0 39px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-item .item{
    padding: 0 10px;
    transition: all 300ms;
}
.item-img:hover p{
    transition: all 300ms;
    color: var(--yellow)
}
.item-img img{
    object-fit: cover;
    width: 100%;
}
.title-pro{
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: block;
    color: #ffffff;
    font-weight: normal;
    background: #afafaf;
    font-size: 13px;
    transition: all 300ms;
}
.owl-nav .owl-prev , .owl-nav .owl-next{
    background: inherit!important;
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
}
.owl-nav .owl-prev{
    right: -50px
}
.owl-nav .owl-next{
    left: -50px
}