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


:root {
    --main-color: #0074b1;
    --main-color-rgb: 0, 116, 177;

    --second-color: #52caca;
    --second-color-rgb: 82, 202, 202;
}

.blog-detail .short-desc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.blog-detail .short-desc ul li {
    width: calc(30%);
    font-size: 18px;
    margin: 5px 0;
}

.blog-detail .short-desc ul li:first-child,
.blog-detail .short-desc ul li:nth-child(2),
.blog-detail .short-desc ul li:nth-child(3) {
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-detail .short-desc p {
    font-size: 18px;
    margin-bottom: 20px;
}


.button.primary span {
    background: var(--main-color);
}

.button.primary .fa-arrow-right {
    background: var(--main-color);
}

.section_banner .section-content .banner-bottom__text p {
    color: #000;
}

.block_title .hero-title {
    color: var(--main-color);
}

#number-1, #number-2, #number-3 {
    /* background: var(--main-color); */
    font-size: 64px;
}

.section_about {
    background: var(--main-color);
}

.button-service {
    border-bottom: 1px solid var(--second-color);
}

.button-service .text p {
    color: var(--main-color);
}

.button-service .button .fa-arrow-right {
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

.button-service:hover .button .fa-arrow-right {
    background-color: var(--main-color) !important;
}

.vmission-item {
    background: var(--main-color);
}

.section_copyright {
    background: var(--main-color);
}

.section_contact {
    background: var(--main-color);
}

.section_contact .folder-form h4 {
    color: var(--main-color);
}

.back-to-top {
    background: var(--second-color);
}

.home-blockquote .box-content::before {
    color: var(--second-color);
}

.home-blockquote .box-content::after {
    color: var(--second-color);
}

#footer h3 {
    color: var(--main-color);
}

#footer .footer-info .official-name {
    color: #000;
}

#footer .footer-info .official-infos .official-info  {
    gap: 6px;
}
#footer .footer-info .official-infos .official-info .icon {
    flex-shrink: 0;
}

#footer .footer-info .official-infos .official-info .text {
    padding-left: 0;
}

/* ! FOOTER SOCIALS */
.footer__socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}

@media (max-width: 575.98px) {
    .footer__socials {
        gap: 14px;
    }
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    filter: grayscale(50%);
    transition: translate, filter;
    transition-duration: 0.3s;
}

@media (max-width: 575.98px) {
    .footer__social-link {
        width: 42px;
        height: 42px;
    }
}

.footer__social-link--facebook {
    background: #4863a9;
}

.footer__social-link--youtube {
    background: red;
}

.footer__social-link--tiktok {
    background: #000;
}

.footer__social-link--twitter {
    background: #4999e6;
}

.footer__social-link--linkedin {
    background: #2f71ab;
}

.footer__social-link:hover {
    filter: grayscale(0);
    translate: 0 -3px;
}

.footer__social-icon {
    width: 14px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7482%) hue-rotate(72deg) brightness(99%) contrast(99%);
}

@media (max-width: 575.98px) {
    .footer__social-icon {
        width: 18px;
    }
}


.feedback-item .box-author .author-info p:nth-child(1) {
    font-weight: 700;
    color: #000;
}

.feedback-item .box-comment {
    border-bottom: 1px solid var(--second-color);
}

.blog-item .meta::before {
    background: var(--main-color);
}

.blog-item:hover {
    background: var(--main-color);
}

.blog-item:hover svg g path {
    fill: var(--main-color);
}

.blog-item h4 a {
    color: #000;
    font-size: 20px;
}

.blog-item .seemore {
    color: #000;
}

.about-text--heading p {
    color: #fff !important;
}

.box-title h2 {
    color: var(--main-color);
}

.about-us .vuta-row .title h3 {
    color: #000;
}

.slick-dots li.slick-active button::before {
    background: var(--main-color);
}

.slick-dots li button:hover::before {
    background: var(--second-color);
}

.section_partner {
    background: #fafafa;
}

.about-us .vuta-row .content {
    background: #ccc;
}

.about-us .vuta-row .content p::before {

}

.header-inner .menu-list li:hover a {
    color: var(--main-color);
}

.header-inner .menu-list li {
    position: relative;
}

.header-inner .menu-list .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 1000;
}

.header-inner .menu-list li:hover > .dropdown-menu {
    display: block;
}

.header-inner .menu-list .dropdown-menu > li {
    margin: 0;
}

.header-inner .menu-list .dropdown-menu > li > a {
    display: block;
    padding: 8px 16px;
    line-height: 1.4;
    color: #333;
    white-space: nowrap;
}

.header-inner .menu-list .dropdown-menu > li > a:hover {
    color: var(--main-color);
}

.header-inner .menu-list .dropdown-submenu {
    position: relative;
}

.header-inner .menu-list .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}

.header-inner .menu-list .submenu-icon {
    margin-left: 8px;
    font-size: 12px;
    color: inherit;
}

.blog-detail .top-detail .vuta-row .short-desc {
    background: var(--main-color);
}

.blog-detail .detail-content .social ul li a {
    background: var(--second-color);
}

.pagination a {
    background: #353535;
    color: #fff;
}

.pagination a:hover:not(.active) {
    background-color: #F24E22;
}

.pagination > li.active > a{
    background-color: #F24E22;
}

.gradient-bg .section-bg-overlay {
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(84deg, rgba(var(--main-color-rgb), 0.7) -1.04%, rgba(var(--second-color-rgb), 0) 105.81%);
}

.blog-detail .detail-content article h2 {
    color: var(--main-color);
}

.contact ul li {
    color: var(--main-color);
}

.contact ul li a {
    color: var(--main-color);
}

.captcha-wrapper {
    padding: 0 !important;
}

.captcha-wrapper > .form-group > .text-center {
    display: flex;
    align-items: center;
    gap: 8px;
}
.captcha-wrapper > .form-group > .text-center > input {
    margin-bottom: 0;
}

.mobile-btn #mobile-btn span {
    background: var(--main-color);
}

@media (max-width: 575.98px) {
    #number-1,
    #number-2,
    #number-3 {
        /* background: var(--main-color); */
        font-size: 40px;
        text-align: center;
    }

    .slick-slide {
        margin: 0 5px;
    }

    .feedback-item {
        padding: 16px !important;
    }

    .footer-service {
        display: none;
    }

    .header-logo img { 
        height: 50px;
    }

    .header-main {
        height: 60px;
        min-height:60px;
    }

    #header {
        min-height: 60px;
    }

    .section_contact .section-bg img {
        object-fit: cover;
    }
}


.header-inner .menu-list li.active a {
    color: var(--main-color);
}