/*
Theme Name: VinHomes
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/


.BlockSlider .banner .banner-bg.fill::before {
    content: '';
    background-color: #fff0;
    background-image: linear-gradient(180deg,var(--primary-color) 0%,#F2295B00 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.BlockSlider .banner .banner-layers{
    z-index: 3;
}



.vinhomes-footer {
    background-color: #0b3a82;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
}

.vinhomes-footer h3, 
.vinhomes-footer h4, 
.vinhomes-footer a, 
.vinhomes-footer p, 
.vinhomes-footer span {
    color: #ffffff;
}

.vinhomes-company-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.vinhomes-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vinhomes-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.vinhomes-contact-list i {
    margin-top: 4px;
}

.vinhomes-col-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.vinhomes-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vinhomes-nav-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.vinhomes-nav-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.vinhomes-form input[type="text"],
.vinhomes-form input[type="tel"],
.vinhomes-form textarea {
    width: 100%;
    background-color: #ffffff !important;
    border: none !important;
    color: #333333 !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.vinhomes-form input::placeholder,
.vinhomes-form textarea::placeholder {
    color: #999999 !important;
}

.vinhomes-form input[type="submit"] {
    width: 100%;
    background-color: #e60000 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 15px !important;
    border-radius: 0 !important;
    cursor: pointer;
    box-shadow: none !important;
}

.vinhomes-form input[type="submit"]:hover {
    background-color: #cc0000 !important;
}

.vinhomes-form span.wpcf7-not-valid-tip {
    color: #ffcccc;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}


.vinhomes-bottom-contact {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vinhomes-hotline-text {
    color: #ffffff;
    margin-bottom: 20px;
}

.vinhomes-hotline-pill {
    display: inline-block;
    background-color: #e21812;
    color: #ffffff !important;
    font-weight: 700;
    padding: 12px 50px;
    border: 3px solid #ffffff;
    border-radius: 50px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.vinhomes-hotline-pill:hover {
    background-color: #c4150f;
    transform: translateY(-2px);
}

.vinhomes-social-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.vinhomes-social-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #ffffff !important;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.vinhomes-social-group a:hover {
    opacity: 0.8;
}

.vh-fb { background-color: #3b5998; }
.vh-tw { background-color: #1da1f2; }
.vh-yt { background-color: #cd201f; }
.vh-pi { background-color: #bd081c; }
.vh-tk { background-color: #717171; }



.vinhomes-reason-section .col-inner{
    padding: 20px;
        border: 1px solid transparent;
}
.vinhomes-reason-section .col-inner:hover{
    border-color: #ccc;
    border-radius: 4px;
}
.vinhomes-reason-section .icon-box-img .icon-inner {
    border: 4px solid white;
    border-radius: 50%;
    padding: 14px;
    height: 100px;
}

.nen_xanh::before , .nen_xanh::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.nen_xanh::before {
    height: 100px;
    width: 100px;
    background: white;
    bottom: -120px;
    border-radius: 50%;
    z-index: 0;
}
.nen_xanh::after {
    bottom: -60px;
    width: 94%;
    background: var(--primary-color);
    height: 100px;
    z-index: -1;
}


.bo_tron_hieu_ung , .bo_tron_hieu_ung .img-inner{
        border-radius: 16px 16px 16px 16px;
    box-shadow: 0 15px 20px -15px #000;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}