/**
 * 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 */
.header {
    background: var(--bg);
    position: relative;
    /* background: var(--second); */
    z-index: 999;
    /* top: 0;
    left: 0; */
    width: 100%
}

.vuta-header.active {
    background: #fff;
}

.contact {
    padding-top: 100px;
}

.contact .box-title p {
    font-size: 14px;
    text-align: center;
    max-width: 767px;
    margin: 0 auto;
}

.contact .box-title {
    margin-bottom: 50px;
}

.contact .box-title h2 {
    text-align: center;
    font-size: 55px;
    margin-bottom: 35px;
}

.contact form {
    max-width: 767px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 12px;
}

.contact form label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact form .gr-input {
    margin-bottom: 20px;
}

.contact form textarea {
    min-height: 100px;
}

.contact .box-btn {
    margin-top: 10px;
}

.contact .box-btn .primary-btn {
    background: var(--primary);
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
}

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

.about {
    padding: 100px 0;
}

.home-4 {
    margin-top: -8%;
}

.about .home-4 {
    margin-top: -5%;
}

    .sub-menu {
        margin-top: 20px;
        margin-left: 20px;
    }

@media (max-width:996px) {
    .vuta-header {
        padding: 10px 15px;
    }

    .about .home-4 {
        margin-top: 0;
    }

    .home-1 .wrapper .box-content h2 {
        font-size: 40px;
        text-align: right;
    }

    .banner-slider .box-img {
        height: 350px;
    }

    .home-1 .wrapper .box-content {
        margin-right: 15px !important;
        margin-top: -80px !important;
        transform: unset !important;
    }

    .home-2 .box-content {
        padding-top: 20px;
    }

    [class^="home-"] .box-content {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

    [class^="home-"] .box-content h3 {
        text-transform: uppercase;
        font-size: 18px;
    }

    [class^="home-"] .box-content p {
        font-size: 16px;
        text-align: justify;
    }

    .home-2 {
        padding-bottom: 20px;
    }

    .home-3 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }

    .home-3 .wrapper {
        flex-direction: column;
    }

    .home-3 .wrapper .left {
        width: 100%;
    }

    [class^="home-"] .box-content h2 {
        font-size: 24px;
        text-transform: uppercase;
    }

    [class^="home-"] .box-title h2 {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .typical-project .box-title h2 {
        font-size: 24px;
        text-transform: uppercase;
    }

    .blog-slider .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .header .logo {
        margin: 0 auto;
    }

    .home-3 .wrapper .right {
        width: 100%;
        padding-top: 0;
    }

    .home-4 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
    }

    .home-4 .wrapper {
        flex-direction: column;
    }

    .home-4 .wrapper .left {
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .home-4 .wrapper .right {
        order: 1;
        padding-top: 15px;
    }

    .home-5 {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-5 .wrapper {
        flex-direction: column;
    }

    .home-5 .wrapper .left {
        width: 100%;
    }

    .home-5 .wrapper .right {
        width: 100%;
    }

    .vuta-footer {
        padding: 30px 15px 10px;
    }

    .vuta-footer .wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .vuta-footer .wrapper>div {
        width: 100%;
        text-align: center;
    }

    .vuta-footer .wrapper .social ul {
        justify-content: center;
        margin-bottom: 30px;

    }

    .vuta-footer .wrapper ul li {
        font-size: 16px;
    }

    .vuta-footer .wrapper .mid ul li {
        font-size: 14px;
    }

    .vuta-footer .wrapper br {
        display: none;
    }

    .vuta-footer .wrapper .mid img {
        margin-bottom: 20px;
        height: 50px;
    }

    .vuta-footer .wrapper .coppyright {
        text-align: center;
        margin-bottom: 0;
        font-size: 12px;
    }

    .contact {
        padding-top: 120px;
    }

    .contact .box-title h2 {
        font-size: 24px;
        text-transform: uppercase;
    }

    .contact .box-title p {
        font-size: 14px;
        text-align: justify;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .contact .box-title {
        margin-bottom: 15px;
    }

    .projects {
        padding-top: 120px;
    }

    .projects .box-title {
        margin-bottom: 15px;
    }

    .projects .box-title h2 {
        font-size: 24px;
        text-transform: uppercase;
    }

    .projects .box-title p {
        font-size: 14px;
        max-width: 100%;
        text-align: justify;
    }

    .projects .list-cat {
        margin: 20px 0;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        justify-content: left;
    }

    .projects .box-title h1 {
        font-size: 24px;
    }

    .projects .list-cat li a {
        font-size: 16px;
    }

    .list-blog .blog-item {
        margin-top: 20px;
        flex-direction: column;
    }

    .list-blog .blog-item .box-content {
        width: 100%;
        margin-right: 0;
    }

    .list-blog .blog-item .box-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .list-blog .blog-item .box-content h4 a {
        font-size: 20px;
    }

    .list-blog .blog-item .box-content .date {
        margin-bottom: 10px;
    }

    .list-blog .blog-item .box-content .short-desc {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .list-blog .blog-item:nth-child(2n) .box-item:last-child {
        order: 2;
    }

    .blog-detail .wrapper h1 {
        font-size: 24px;
        text-align: center;
    }

    .pc-menu {
        top: 70px;
    }

    .pc-menu .accordion li.active a{
        color: var(--primary);
    }


}

.header {
    background: var(--bg);
    position: relative;
    /* background: var(--second); */
    z-index: 999;
    /* top: 0;
    left: 0; */
    width: 100%
}

@media screen and (max-width:996px) {
    .header {
        position: unset;
        padding: 3px 0
    }

    .about-item {
        margin-bottom: 15px;
    }

    .about-item .content {
        padding: 10px;
    }

    .header-top {
        display: none;
    }
}

.header.fixed-top {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    width: 100%;
    position: fixed;
    background: var(--bg);
    top: 0;
    left: 0;
    z-index: 999
}

.header .vuta-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .vuta-container .logo img {
    width: 90px
}

@media screen and (max-width:996px) {
    .header .vuta-container .logo img {
        width: 100px
    }
}

.mobile-btn {
    display: none;
}

@media screen and (max-width:1200px) {
    .header .vuta-container .header-menu {
        display: none
    }

    .mobile-btn {
        display: block;
    }
}

.header .vuta-container .header-menu .accordion {
    display: flex;
    gap: 40px
}

.header-top {
    border-bottom: 1px solid #ccc;
}

.header .vuta-container .header-menu .accordion .link>a {
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    height: 85px;
    text-transform: uppercase
}

.header .vuta-container .header-menu .accordion>li.active .link a,
.header .vuta-container .header-menu .accordion>li:hover .link a {
    color: var(--primary)
}

.header .vuta-container .header-menu .accordion .dropdown {
    position: relative
}

.header .vuta-container .header-menu .accordion .dropdown .link>a {
    position: relative
}

.header .vuta-container .header-menu .accordion .dropdown .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    min-width: 230px;
    background: #fff;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.header .vuta-container .header-menu .accordion .dropdown .sub-menu li {
    border-bottom: 1px solid #282525
}

.header .vuta-container .header-menu .accordion .dropdown .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    white-space: nowrap;
}

.header .vuta-container .header-menu .accordion .dropdown .sub-menu li a:hover {
    color: var(--second)
}

.header .vuta-container .header-menu .accordion .dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header .vuta-container .header-right ul {
    display: flex;
    gap: 30px
}

.header .vuta-container .header-right ul li i {
    margin-right: 5px
}

.header .vuta-container .header-right ul li a {
    color: #000;
    font-weight: 600
}

.header .vuta-container .header-right ul li:hover a {
    color: #ffc000
}

.header.fixed-top .header-top {
    display: none;
}

.header.fixed-top .vuta-container .logo img {
    width: 50px;
}

.header .vuta-container .header-menu .accordion .link>a {
    height: 50px;
}

#mobile-btn {
    display: none
}

@media screen and (max-width:1200px) {
    #mobile-btn {
        display: block
    }

    #mobile-btn span {
        margin-bottom: 5px;
        background: var(--primary)
    }

    #mobile-btn span:last-child {
        margin-bottom: 0
    }
}

#menu-mobile .mobile-logo {
    text-align: center;
    margin-bottom: 20px
}

#menu-mobile .mobile-logo img {
    width: 75px
}

#menu-mobile .close-mobile-menu {
    color: #000;
    cursor: pointer
}

.header-menu {
    margin-left: auto;
    margin-right: 20px;
}

.home-about {
    padding: 50px 0 80px;
    background: #f3f3f3
}

@media screen and (max-width:996px) {
    .home-about {
        padding: 20px 0
    }
}

.home-about .box-content h2 {
    color: var(--primary);
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width:996px) {
    .home-about .box-content h2 {
        padding-top: 0;
        font-size: 20px !important;
        line-height: 1.5;
    }

    .home-about .box-img {
        margin-bottom: 15px;
    }
}

.home-about .box-content p {
    margin-bottom: 1rem;
    color: #2f2f2f;
    text-align: justify;
}

.home-about h3 {
    color: var(--third);
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.primary-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    gap: 15px;
    font-size: 14px
}

.primary-btn:hover {
    background: var(--second)
}

.primary-btn img {
    width: 12px;
    height: 12px
}

.home-projects .vuta-row {
    margin: 0
}

.home-projects [class^=vuta-col-] {
    padding: 0
}

.home-projects .content {
    margin-right: 25px;
    padding-top: 20px;
    border-top: 2px solid var(--second)
}

@media screen and (max-width:996px) {
    .home-projects .content {
        padding: 20px 0;
        margin: 0
    }
}

.home-projects .content p {
    text-align: justify;
    color: #111
}

.home-projects .projects-slider {
    margin: -5px
}

@media screen and (max-width:996px) {
    .home-projects .projects-slider {
        margin: 0
    }
}

.home-projects .projects-slider .item .projects-slider-item {
    position: relative;
    margin: 5px;
    border: 2px solid #fff
}

@media screen and (max-width:996px) {
    .home-projects .projects-slider .item .projects-slider-item {
        margin: 0
    }
}

.home-projects .projects-slider .item .projects-slider-item .box-img {
    aspect-ratio: 1/1
}

.home-projects .projects-slider .item .projects-slider-item .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(72, 202, 228, .8);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    padding: 15px
}

.home-projects .projects-slider .item .projects-slider-item .box-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 600
}

.home-projects .projects-slider .item .projects-slider-item .box-content h4 a {
    color: #fff
}

.home-projects .projects-slider .item .projects-slider-item .box-content p {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

@media screen and (max-width:996px) {
    .home-projects .projects-slider .item .projects-slider-item .box-content p {
        display: none
    }
}

.home-projects .projects-slider .item .projects-slider-item .box-content .box-btn {
    position: absolute;
    bottom: 15px;
    display: flex
}

.home-projects .projects-slider .item .projects-slider-item .box-content .box-btn a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    font-size: 12px;
    gap: 10px;
    align-items: center
}

.home-projects .projects-slider .item .projects-slider-item .box-content .box-btn img {
    height: 12px;
    width: 12px
}

.home-projects .projects-slider .item .projects-slider-item:hover .box-content {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.home-projects .box-home-projects {
    padding-bottom: 40px
}

@media screen and (max-width:996px) {
    .home-projects .box-home-projects {
        padding-bottom: 20px
    }
}

.home-projects .box-home-projects:nth-child(2) .vuta-row [class^=vuta-col-]:nth-child(2) {
    order: 1
}

@media screen and (max-width:996px) {
    .home-projects .box-home-projects:nth-child(2) .vuta-row [class^=vuta-col-]:nth-child(2) {
        order: 2
    }
}

.home-projects .box-home-projects:nth-child(2) .vuta-row [class^=vuta-col-]:nth-child(1) {
    order: 2
}

@media screen and (max-width:996px) {
    .home-projects .box-home-projects:nth-child(2) .vuta-row [class^=vuta-col-]:nth-child(1) {
        order: 1
    }
}

.home-projects .box-home-projects:nth-child(2) .slick-arrow.slick-prev {
    left: 10px
}

.home-projects .box-home-projects:nth-child(2) .content {
    padding-left: 0;
    margin-left: 25px;
    margin-right: 0
}

@media screen and (max-width:996px) {
    .home-projects .box-home-projects:nth-child(2) .content {
        padding: 20px 0;
        margin: 0
    }
}


.home-blog .blog-item {
    margin-bottom: 20px;
    height: 100%
}

.home-blogblog-item .box-img {
    aspect-ratio: 3/2;
    overflow: hidden
}

.home-blog.blog-item .box-img img {
    transition: all ease .7s
}

.home-blog.blog-item:hover .box-img img {
    transform: scale(1.1)
}

.home-blog.blog-item .box-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: var(--bg)
}

.home-blog.blog-item .box-content h4 {
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    line-height: 24px;
}

.home-blog.blog-item .box-content h4 a {
    color: var(--second)
}

.home-blog.blog-item .box-content h4 a:hover {
    color: var(--primary)
}

.home-blog.blog-item .box-content p {
    color: #2f2f2f;
    margin-bottom: 16px;
    min-height: 48px;
    text-align: justify;
}

.home-blog.blog-item.flex-item {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.home-blog.blog-item.flex-item:last-child {
    padding: 0;
    margin: 0;
    border: 0
}

.home-blog.blog-item.flex-item .box-img {
    /* height: 90px; */
    width: 120px;
    flex-shrink: 0
}

.home-blog.blog-item.flex-item .box-content {
    width: 100%
}

.home-blog.blog-item.flex-item .box-content p {
    margin-bottom: 0
}

.home-blog.blog-item.flex-item h4 {
    font-size: 16px;
    line-height: 24px;
    min-height: unset
}

.home-blog {
    padding: 40px 0;
    background: #f3f3f3;
}

.home-blog .slick-dots {
    bottom: -10px;
}

@media screen and (max-width:996px) {
    .home-blog {
        padding: 20px 0
    }

    .home-blog .slick-dots {
        bottom: 10px;
    }

    .box-desc-banner .box-title h4 {
        font-size: 15px;
    }
}

.home-blog .box-title,
.typical-project .box-title {
    margin-bottom: 20px;
}

.home-blog .box-title h2,
.typical-project .box-title h2 {
    text-align: center;
}

.home-blog .blog-item .box-img {
    aspect-ratio: 3/2
}

.home-blog .blog-item .box-content {
    padding: 15px;
    background: #fff
}

.home-blog .blog-item .box-content h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px
}

.home-blog .blog-item .box-content h4 a {
    color: var(--primary)
}

.home-blog .blog-item .box-content p {
    color: #2f2f2f
}

.home-blog .blog-item.flex-item .box-content p,
.home-blog .blog-item.flex-item h4 a,
.home-blog .blog-item.flex-item .box-content p,
.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.home-blog .blog-item .box-content h4,
.home-blog .blog-item .box-content p,
.home-blog .blog-item .box-content h4,
.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.box-home-projects p,
.home-blog .blog-item .box-content p,
.line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.blog-slider .item {
    margin: 10px;
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-projects {
    margin-top: 50px;
}

.header-top {
    background: var(--bg);
    padding: 3px 0;
}

.header-top span,
.header-top a {
    color: #333;
    font-size: 14px !important;
}


.home-about .slogan {
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    font-style: italic;
}

.img-hover img {
    width: 100%;
}

.home-about .box-img {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    overflow: hidden;
    border-radius: 60px 0 60px 0;
}

.language a{
	font-size:12px;
	font-weight: bold;
	color:#000;
}

.language a:first-child{
	margin-right:7px;
}

.blog-detail ul li{
	list-style:disc;
	margin-bottom: 5px;
}

.blog-detail ul{
    padding-left:20px
}

