#home_blog.blog .item img{
    max-width: 350px;
    max-height: 243px;
}

#detail_blog.blog .item img{
    max-width: 350px;
    height: 496px;
}

html {
    scroll-behavior: auto;
}
.blog2-sidebar .widget .recent .thum{
    max-height: 62.5px;
}
.blog2-sidebar .widget .recent a, .blog .item .con h5, .blog .item .con h5 a{
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.blog2 .post-cont h5 a{
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
}

.blog2 .post-cont p{
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.blog2 .post-img img{
    max-width: 730px;
    max-height: 506.94px;
}

.wrap-post-detail.section-padding, .blog2.section-padding {
    padding: 60px 0;
}

.wrap-navbar-auth {
    height: 24.5px !important;
}

.wrap-navbar-auth.navbar-header a.text, .wrap-navbar-auth.navbar-header .is_login {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.wrap-navbar-auth.navbar-header .dropdown-menu .is_login {
    color: #0f2454;
}

.wrap-navbar-auth .dropdown .dropdown-menu {
    display: none;
}

.wrap-navbar-auth .dropdown.show .dropdown-menu {
    display: block;
}

.wrap-post-detail .post-content ul.tags li {
    list-style: none;
}

.wrap-post-detail.section-padding h6 {
    line-height: 28px;
}

@media (max-width: 768px) {
    .wrap-navbar-auth.navbar-header {
        justify-content: flex-start;
    }
    .wrap-form-comment {
        margin-bottom: 30px;
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 5px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}