/**
 * @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;
    --second-color: #52caca;
}

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

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