/**
 * 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 */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
.blog-item.products-item {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--primary);
    transition: all ease 0.4s;
}

.blog-item.products-item:hover {
    box-shadow: 0 0 5px #1b4f09 !important;
    -webkit-box-shadow: 0 0 5px #1b4f09 !important;
    -moz-box-shadow: 0 0 5px #1b4f09 !important;
}

.blog-item.products-item .box-content {
    position: unset;
    box-shadow: none;
    background: none;
}

.blog-item.products-item .box-img {
    height: auto;
}

.blog-item.products-item h4 {
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
}

.blog-item.products-item h4 a {
    color: var(--primary);
}

.blog-item.products-item .box-content p {
    text-align: justify;
    font-size: 16px;
}

.blog-item.products-item .box-content a {
    font-size: 14px;
    width: 100%;
    height: 38px;
    align-items: center;
    font-weight: 500;
}

.box-title p {
    font-style: italic;
    font-size: 18px;
    text-align: justify;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.banner-slider {
    position: relative;
}

.banner-slider .box-content {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner-slider .box-content h2 {
    font-size: 60px;
    padding: 15px;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.home-banner .box-number {
    max-width: 1000px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    margin-top: -30px;
}

.home-banner .box-number .wraper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.header .header-bottom .header-logo img {
    width: auto;
    height: 70px;
}

.home-banner .box-number .wraper .number-item {
    display: flex;
    align-items: center;
    width: calc(25% - 12px);
    position: relative;
    flex-shrink: 0;
    background: #fff;
    transition: all ease 0.4s;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .25);
}

.home-banner .box-number .wraper .number-item a {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.home-banner .box-number .wraper .number-item .number {
    display: flex;
    height: 70px;
    width: 60px;
    font-size: 40px;
    font-weight: 400;
    background: var(--primary);
    color: #fff;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.home-banner .box-number .wraper .number-item .content {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20%);
}

.home-banner .box-number .wraper .number-item:hover {
    background: var(--second);
}

.home-banner .box-number .wraper .number-item .content h4 {
    font-size: 18px;
    white-space: normal;
    word-wrap: break-word;
    font-family: var(--font-2);
    transition: all ease 0.4s;
    text-align: center;
}

.home-banner .box-number .wraper .number-item:hover h4 {
    color: #fff;
}

.home-banner .box-img {
    /*max-height: 720px;*/
}

.home-banner .box-img img {
    object-fit: cover;
}

.home-projects {
    padding: 60px 0 20px;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 10px 0;
    background-image: linear-gradient(180deg, #333 0, rgba(0, 0, 0, 0) 100%);
}

.header .header-bottom {
    background: transparent;
}

.header .header-top {
    background: transparent;
}

.header .header-bottom.fixed-top {
    background: var(--primary);
}

.home-about {
    padding: 60px 0;
    background: #f5f5f5;
}

.home-banner {
    background: #f5f5f5;
}

.home-about .box-title h2 {
    text-align: center;
}

[class^="home-"] .box-title h2 {
    font-size: 60px;
}

.home-about .box-content p {
    text-align: justify;
}

.home-blog .left .blog-item .box-content h4 {
    font-family: var(--font-2);
}

.home-blog .left .blog-item .box-content h4 a {
    font-family: var(--font-2);
    line-height: 1.5;
}

.home-blog .aside .flex-item .box-content h4 {
    font-family: var(--font-2);
    overflow: hidden;
    line-height: 1.5;
}

.home-break {
    padding: 60px 0;
    background-image: url(/themes/vutasv1/assets/images/vuon-uom-cay-cong-trinh.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
}

.home-break::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.home-break .box-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 40px;
    border: 3px solid #fff;
    font-size: 16px;
    line-height: 1.6;
}

.home-break .box-content p {
    margin-bottom: 0;
    color: #fff;
    font-style: italic;
}

.home-break .box-content::before {
    content: "";
    position: absolute;
    bottom: -3px;
    /* trùng với border */
    left: -3px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* chiều cao tam giác */
    border-left: 50px solid #fff;
    /* màu trắng = khoảng cách */
    z-index: 1;
}

.home-break .box-content::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    /* nhỏ hơn tam giác trắng */
    border-left: 45px solid var(--second);
    /* màu xanh */
    z-index: 2;
}

.home-break .box-content .label {
    position: absolute;
    right: 0px;
    bottom: -10px;
    background: transparent;
    padding: 5px 10px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-family: var(--font-1);
}

.home-break .box-content .label span {
    color: var(--second);
}

.footer-top .logo {
    margin-bottom: 10px;
}

.footer-top .list-info span {
    color: #fff;
}

.footer-top h3 {
    font-family: var(--font-2);
}

.footer-top .fanpage .box-img {
    margin-bottom: 10px;
}

.home-projects .blog-item .box-content h4,
.home-service .blog-item .box-content h4,
.home-products .wraper .blog-item .box-content h4 {
    font-family: var(--font-2);
}

.home-projects .blog-item .box-content h4 a,
.home-service .blog-item .box-content h4 a,
.home-products .wraper .blog-item .box-content h4 a {
    font-family: var(--font-2);
}

.packages h1 {
    font-size: 40px;
}

.packages h2 {
    font-size: 24px;
    font-family: var(--font-2);
}

.packages .aside h3,
.blog-detail .aside h3,
.blog .aside h3 {
    font-family: var(--font-2);
}

.blog .blog-item h4,
.blog .blog-item h4 a {
    font-family: var(--font-2);
}

.main {
    padding-top: 120px;
}

.header.header-page {
    position: unset;
    background: var(--primary);
    padding-top: 0;
    padding-bottom: 0;
}

.header.header-page .header-top {
    padding: 5px 0;
    background: var(--second);
}

.contact .list-contact h5 {
    font-family: var(--font-2);
}

.blog .blog-item {
    border-radius: 4px;
}

.blog .box-title h2 {
    font-size: 40px;
}

.blog .blog-item .box-content {
    text-align: left;
}

.blog .blog-item .box-content h4 {
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#menu-mobile .list-mobile-menu ul li a {
    color: var(--second);
}

.blog-detail h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 1.5rem;
}

@media (max-width:1200px) {
    .header .header-top {
        display: none;
    }
    .header {
        padding: 0;
        background-image: linear-gradient(180deg, var(--primary) 0, rgba(0, 0, 0, 0) 100%);
    }
    .header .header-bottom .header-logo img {
        height: 40px;
    }
    .banner-slider .box-content h2 {
        font-size: 30px;
    }
    #mobile-btn span {
        color: #fff;
        background: #fff;
    }
}

@media (max-width:996px) {
    .home-banner .box-img {
        height: 300px;
    }
    #menu-mobile .mobile-logo img {
        height: 70px;
        width: auto;
        max-width: 100% !important;
    }
    .home-banner .box-number {
        width: 90%;
    }
    .home-about .box-img img {
        height: 70px;
        width: auto;
    }
    .home-about .box-img {
        text-align: center;
        margin-bottom: 10px;
    }
    .home-banner .box-number {
        width: calc(100% - 10px);
    }
    .home-banner .box-number .wraper {
        gap: 10px;
    }
    .home-banner .box-number .wraper .number-item {
        width: calc(50% - 5px);
        min-width: auto !important;
    }
    .footer .footer-top .logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer .footer-top .logo img {
        height: 70px;
        width: auto;
    }
    .home-banner .box-number .wraper .number-item {
        min-width: 200px;
    }
    .home-banner .box-number .wraper .number-item .number {
        height: 60px;
        font-size: 20px;
        width: 60px;
    }
    .home-banner .box-number .wraper .number-item .content {
        font-size: 16px;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .home-banner .box-number .wraper .number-item .content h4 {
        font-size: 17px;
        padding-top: 5px;
    }
    [class^="home-"] .box-title h2 {
        font-size: 40px;
    }
    .home-about .box-btn a {
        width: 100%;
        text-align: center;
    }
    .home-projects {
        padding-top: 20px !important;
    }
    .home-projects .box-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-projects .projects-slider .item .blog-item {
        height: 300px;
    }
    .home-break .box-content {
        width: 90%;
    }
    .home-blog {
        padding-top: 20px !important;
    }
    #vuta-copyright {
        font-size: 14px;
    }
}

.box-blog-detail h3{
   font-size: 20px; 
}


.box-blog-detail h1,
.box-blog-detail h2,
.box-blog-detail h3,
.box-blog-detail h4,
.box-blog-detail h5,
.box-blog-detail h6{
    font-family: var(--font-2) !important;
}

.packages p img{
  width: 100% !important;
  height: auto !important;
}

.vuta-container .box-blog-detail .box-desc figure.image {
    padding: 8px 8px 0;
    background-color: var(--primary);
    margin-bottom: 20px;
}

.vuta-container .box-blog-detail .box-desc  figure.image figcaption{
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #fff;
}

.vuta-container .box-blog-detail blockquote {
    border-left: 3px solid var(--primary);
    margin: 0 0 20px 20px;
}

.box-blog-detail table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0
}

.box-blog-detail table tr {
    border: 1px solid #ddd;
    padding: 5px
}

.box-blog-detail table td,
.box-blog-detail table th {
    padding: 10px;
    border: 1px solid #ddd
}

.box-blog-detail table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

@media screen and (max-width:600px) {
    .box-blog-detail table {
        border: 0
    }
    .box-blog-detail table thead {
        display: none
    }
    .box-blog-detail table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #ddd
    }
    .box-blog-detail table td,
    .box-blog-detail table th {
        padding: 10px;
        border: 0
    }
    .box-blog-detail table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc
    }
    .box-blog-detail table td:last-child {
        border-bottom: 0
    }
    .box-blog-detail table td:before {
        content: attr(data-th);
        float: left;
        text-transform: uppercase;
        font-weight: 700
    }
}
