/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
body,
html {
    font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

a,
a:focus {
    outline: none;
}

.section-nav {
    background: #ffc33a;
    /* margin-top: 90px; */
}

#menublog .navbar-default {
    background: transparent;
    border: none;
}

#menublog .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #fff !important;
    display: inline-block;
    padding: 18px 12px 14px;
    font-weight: 500;
}

#menublog .navbar-default .navbar-nav>li.current>a {
    color: #fdff35 !important;
}

#menublog .navbar-default .navbar-nav>li:first-child>a {
    padding-left: 0;
}

#menu-blog-default {
    border: none;
}

.section-header {
    background-color: #fff;
}

/* section-banner-blog */
.section-banner-blog {
    background: url('../images/banner-blog-home-1.jpg');
    background-size: cover;
}

.section-banner-blog h2 {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    padding: 45px 20px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.price span {
    color: #fff;
}
.theme .price .discounts_money {
    font-size: 12px;
}

.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;
    margin-bottom: 5px;
    border-bottom: 3px solid #FFEB3B;
}

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

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

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

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

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

.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;
}

/* blog-detail */
.detail-blog {
    background: #fff;
    padding-bottom: 40px;
}

.detail-blog .featured-info {
    height: 350px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 35px;
}

.detail-blog .featured-info .detail-blog-breadcrumb {
    display: flex;
    justify-content: center;
}

.detail-blog .featured-info .breadcrumbs-wrap {
    z-index: 2;
    position: absolute;
    background: transparent;
    padding: 0;
    top: 40px;
}

.detail-blog .featured-info .breadcrumbs-wrap li a {
    color: #fff;
}

.detail-blog .featured-info::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    display: block;
    position: absolute;
    z-index: 1;
}

.detail-blog .featured-info .featured-image {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.detail-blog .featured-info .blog-header-info {
    z-index: 3;
    top: 50%;
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
}

.detail-blog .featured-info .blog-header-info hr {
    width: 40%;
    text-align: left;
    margin-left: 0px;
    border-top: 1px solid #FFEB3B;
}

.detail-blog .featured-info .blog-header-info h1.title-blog {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
}

.detail-blog .featured-info .blog-header-info .box-meta-info {
    display: flex;
    color: #fff;
    gap: 30px;
    font-size: 13px;
    letter-spacing: .5px;
}

.box-meta-info>div>em {
    margin-right: 5px;
}

.detail-blog .detail-body-content {
    display: flex;
    justify-content: center;
}

.detail-blog .detail-body-content .hometext {
    font-weight: normal;
    line-height: 32px;
}



.detail-blog .detail-body-content .detail-body{
    padding: 0 45px 45px;
    max-width: min(755px,100%);
    margin: 0 auto;
}
@media (max-width:1200px) {
    .wraper-blog >.vuta-container >.wraper {
        display: none !important;
    } 
    .detail-blog {
        background: #fff;
        padding-bottom: 0px;
    }
}
@media (max-width:992px) {
    .detail-blog {
        margin-top: 0;
    }
    .detail-blog .featured-info .blog-header-info {
        padding: 0 15px;
    }
    .detail-blog .detail-body-content .hometext {
        font-weight: normal;
        line-height: 32px;
        margin-top: 10px;
      }
      .blog-item-grid .meta-info {
        font-size: 12px;
      }
      .blog-item-grid h3 {
        font-size: 16px;
      }
      .blog-item-grid h3 > a {
        font-size: 16px;
        margin-bottom: 0;
        min-height: unset;
      }
}
@media (max-width:767px) {
    .detail-blog .detail-body-content .detail-body{
       padding: 0;
    }
}
.box-share-vote {
    display: flex;
    align-items: center;
}

.box-share-vote .box-share .box-share-content {
    background: url('../images/bg-social.png') no-repeat 0;
    padding-top: 20px;
    padding-left: 275px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.box-share-vote .box-share .box-share-content .fb-like {
    margin-right: 0;
}

.box-share-vote .box-share .box-share-content .twitter-share-button {
    margin-bottom: 10px;
}

.box-share-vote .box-vote {
    margin-left: auto;
}

.box-share-vote .box-vote .box-vote-content {
    font-size: 12px;
}

.keywords-content {
    display: block;
    margin-bottom: 20px;
}

.keywords-content a {
    border: 1px solid #dfdfdf;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 15px;
    margin-left: 8px;
    color: #555;
    transition: all .3s;
    display: inline-block;
    margin-bottom: 8px;
}

.keywords-content a:hover {
    border-color: #ff9800;
    color: #ff9800;
}

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;
}

.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: 6px 12px;
    color: #fff;
    font-size: 14px;
}

.other-related-posts .post-item figure span em {
    color: #ffeb3b;
    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;
}

/* TOC */

#toc_container li,
#toc_container ul {
    margin: 0;
    padding: 0;
    line-height: 32px;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none
}

#toc_container.have_bullets li {
    padding-left: 12px
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container {
    background: #dff4ff;
    border-radius: 5px;
    margin-bottom: 1em;
    width: 100%;
    display: table;
    position: relative;
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 900;
    margin: 0;
    padding: 10px 0 8px;
    text-transform: uppercase;
    background: #f4f5f8;
    border-radius: 5px 5px 0 0;
}

#toc_container.toc_black p.toc_title {
    color: #aaa
}

#toc_container p.toc_title+ul.toc_list {
    padding: 10px 30px;
    overflow: hidden;
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
    color: #009ded;
    font-size: 15px;
    line-height: 15px;
}

#toc_container a:hover {
    color: #007bff;
}

.vuta_toc_readmore {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.vuta_toc_readmore:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.vuta_toc_readmore a {
    color: #222 !important;
    display: block;
    font-size: 13px !important;
    font-weight: 700;
}

.vuta_toc_readmore a:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.vuta_toc_expand {
    text-align: center;
}

.vuta_toc_expand a {
    position: relative;
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 700;
}

.vuta_toc_expand a:after {
    content: "";
    width: 0;
    right: 0;
    border-bottom: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

/* FOOTER */
figure.logo--footer {
    float: unset;
}

.customer-items .box__item--item > .box--img {
    position: unset;
}
.customer-items .box__item--item .avatar {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1/1;
}
.customer-items .box__item--item .avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px #ffc300 dashed;
    position: unset;
    transform: unset;
    padding: 2px;
}
.products-banner {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}
@media (max-width:767px) {
    .detail-blog .featured-info {
        height: 280px;
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 5px;
    }
    .detail-blog .featured-info .blog-header-info h1.title-blog {
        font-size: 22px;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 30px;
    }
    .detail-blog .featured-info .blog-header-info .box-meta-info {
       display: block;
    }
    .detail-blog .featured-info .blog-header-info .box-meta-info div {
      margin-bottom: 0;
    }
    .box-share-vote .box-share .box-share-content {
        background: unset;
        padding-left: 0;
        padding-top: 0;
    }
    .box-share-vote .box-vote {
        margin-left: 5px;
    }
    .box-share-vote {
        margin-bottom: 10px;
    }
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  transform: scale(1, 0);
}

.search-popup.active {
  transform-origin: top center;
  transform: scale(1, 1);
  transform-origin: bottom center;
  transition: transform 0.7s ease;
}

.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: none;
}
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  transform: scale(1);
  visibility: visible;
}
.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  visibility: visible;
}
.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-popup__form {
  position: relative;
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}
.search-popup__form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  line-height: 30px;
  padding: 15px 30px;
  color: #272727;
  font-size: 16px;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.search-popup__form button[type="submit"] {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: var(--third);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.cursor-follower.active {
    opacity: 0.7;
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    transform: rotate(45deg);
}

.search-popup__form button[type="submit"]:hover {
  background: var(--black);
}

.hidden{
    display:none;
}

#frm_detail_du_an {
    max-width: 545px;
    margin: 0 auto;
} 