/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

body.fixed-menu {
    padding-top: 85px;
}

.h5,
h5 {
    font-size: 13px;
}

.navbar-brand h1,
.navbar-brand h2,
.navbar-brand .site_name,
.navbar-brand .site_description {
    display: none;
}

#preloader {
    display: none !important;
}

/* Breadcrumbs */

.breadcrumbs-wrap {
    padding: 0;
}

.breadcrumbs-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs-wrap ul li::after {
    content: "/";
    color: #e1e1e1;
    padding: 0 10px;
}

.breadcrumbs-wrap ul li:last-child:after {
    display: none;
}

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


.breadcrumbs-search {
    background-color: #f6f6f6;
    border-radius: 6px;
    padding: 5px 8px 5px 15px;
    margin-bottom: 15px;
    min-height: 31px;
}

.breadcrumbs-search>.row {
    display: flex;
    align-items: center;
}

.container.main-right {
    margin-top: 20px;
}

#button-contact-vr {
    position: fixed;
    bottom: 75px;
    z-index: 999;
    right: 5px;
}

/*phone*/
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.phone-bar a {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 50px 7px 15px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

#mess-vr .phone-vr-circle-fill,
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#mess-vr .phone-vr-img-circle,
#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

#mess-vr .phone-vr .phone-vr-img-circle img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

h1>span {
    color: #0d6efd;
    position: relative;
    display: inline-block;
}

h1>span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-color: var(--color-blue5);
    opacity: 8%;
}

/* content-wrap */
.content-wrap {
    max-width: 868px;
    margin: 0 auto;
}

.content-middle,
.content-begin {
    margin-top: 35px;
    margin-bottom: 45px;
}

.content-middle h2,
.content-begin h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.content-middle h3,
.content-begin h3 {
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.content-middle p,
.content-begin p {
    font-size: 16px;
    margin-bottom: 10px;
}

/* mod-page-content */
.mod-page-content {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.5;
}

.mod-page-content h1.title {
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 32px;
}

.mod-page-content #page-bodyhtml h3 {
    margin-bottom: 8px;
    margin-top: 20px;
    font-size: 24px;
}

.mod-page-content #page-bodyhtml p {
    font-size: 16px;
}

.content-detail-blog h1.title {
    margin-bottom: 20px;
    line-height: 1.35;
}

#news-bodyhtml p {
    font-size: 16px;
}

#news-bodyhtml ul {
    list-style: disc;
    padding-left: 20px;
}

#news-bodyhtml h2,
#news-bodyhtml h3,
#news-bodyhtml h4 {
    margin-top: 18px;
    margin-bottom: 5px;
}

#news-bodyhtml h2,
#news-bodyhtml .h2 {
    font-size: 1.5rem;
}

#news-bodyhtml h3,
#news-bodyhtml .h3 {
    font-size: 1.35rem;
}

.keyword-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.keyword-list .keyword-item {
    background: #8cd9ff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 13px;
    color: #222;
}


.post-detail {
    font-size: 13px;
    padding: 0;
    list-style: outside none none;
    color: #888;
}

.post-detail>li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 15px;
}

.post-detail>li a {
    color: #888;
}

.post-detail>li a:hover {
    color: var(--color-main);
}

.post-detail>li i {
    display: inline-block;
    font-size: 11px;
    margin-right: 5px;
    text-align: center;
    border-radius: 100px;
    color: var(--color-main);
}

.view-content-focus {
    padding: 0 45px 45px;
    max-width: min(755px, 100%);
    margin: 0 auto;
}

.blog-item-grid {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #e6e5e5;
    position: relative;
    height: 100%;
}

.blog-item-grid figure {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.blog-item-grid figure img {
    width: 100%;
}

.blog-item-grid .post-info {
    padding: 10px 15px;
}

.blog-item-grid .blog-item-cate {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: #1736f5;
    border-radius: 4px;
    padding: 3px 12px 1px;
}

.blog-item-grid .blog-item-cate>a {
    color: #fff;
    font-size: 14px;
}

.blog-item-grid .meta-info {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.blog-item-grid .meta-info .total-hits {
    margin-left: auto;
}

.blog-item-grid h3>a {
    font-size: 20px;
    font-weight: 700;
    color: #3e3d3c;
    margin-bottom: 20px;
    min-height: 56px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-bottom: 8px;
}

.blog-item-grid p.post-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
}


h3.title-other-related {
    font-size: 22px;
    margin-bottom: 10px;
}

.other-related-posts .post-item {
    margin-bottom: 20px;
}

.other-related-posts .post-item figure {
    border-radius: 6px;
    overflow: hidden;
    margin: 0;
    float: unset;
    padding: 0;
    position: relative;
}

.other-related-posts .post-item figure img {
    width: 100%;
}

.other-related-posts .post-item figure span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 75%);
    text-align: left;
    padding: 4px 12px;
    color: #fff;
    font-size: 13px;
}

.other-related-posts .post-item figure span em {
    color: #ffc709;
    margin-right: 5px;
}

.other-related-posts .post-item h4 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3e3d3c;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card {
    border-radius: 12px;
}

@media screen and (max-width: 991px) {
    footer.style-1 .foot {
        flex-wrap: wrap;
        margin-top: 0 !important;
    }

    footer.style-1 .foot>div:last-child {
        margin-left: unset;
        text-align: center;
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .breadcrumbs-search {
        height: 0;
        padding: 0;
        min-height: unset;
    }

    .breadcrumbs-wrap {
        display: none;
    }

    .view-content-focus {
        padding: 0;
    }

    .hide-sm {
        display: none;
    }

    .top-navbar.style-1 {
        margin-bottom: 0;
    }

    .navbar.style-1 {
        padding: 0;
    }
}

.dmca-badge {
    display: block;
    text-align: center;
    margin-top: 20px;
}