.search-lop select {
    border: 1px solid #ddd;
}

.search-lop select:focus {
    border-color: red;
}

.tab-item {
    width: 100%;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 10px 20px 5px;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    border-bottom: 2px solid transparent;
    position: relative;
    z-index: 11;
    pointer-events: auto !important;
}
.tab-panel {
    display: none;
}

.tab-panel.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

.tabs-header .tab-item.active {
    background-color: var(--fs-color-primary);
    color: #ffffff;
}
.vl-divider span {
    font-size: 13px;
}
.tabs-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
    border-radius: 0 20px 20px 20px;
    background-color: #ffffff;
}
.vl-hint{
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.vl-hint span {
    font-size: 13px;
    color: #ff2b2b;
}

.section.search-home {
    margin-top: 0px !important;
    z-index: 99;
}

.tab-panel select {
    height: fit-content;
    width: 49%;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 8px;
    line-height: 30px;
    margin-bottom: 10px;
}

.tab-panel button {
    color: white;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    background-color: #d4161c;
    display: block;
    height: fit-content;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 8px;
    line-height: 30px;
    margin-bottom: 10px;
}

.search-lop.tabs-ui {
    box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 16px 0px;
    border-radius: 20px;
}
.tabs-header {
    display: flex;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-bottom: 0;
    border: none;
}

.tabs-content .tab-panel .select-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    font-size: 15px !important;
}

.tabs-content .tab-panel .select-item h4 {
    width: 100%;
}

.vl-divider {
  position: relative;
  text-align: center;
}

.vl-divider span {
    position: relative;
    z-index: 2;
    padding: 6px 14px;
    font-size: 12px;
}

/* line trái + phải */
.vl-divider::before, .vl-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #00000012;
}

.vl-divider::before {
  left: 0;
}

.vl-divider::after {
  right: 0;
/*  background: linear-gradient(
    to left,
    transparent,
    rgba(0,0,0,0.2)
  );*/
}
@media (min-width: 1024px) {
/*CSS HomePage vl-search ngang*/
    .home .tab-panel select {
        height: fit-content;
        width: 38%;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 8px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .home .tab-panel button {
        width: 20%;
        margin: 0;
        border: 1px red solid;
        display: block;
        height: fit-content;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 8px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .home .tabs-header .tab-item {
        /*background-color: #363636;*/
        border-radius: 10px 10px 0 0;
        text-align: center;
        /*margin-right: 3px;*/
        /*color: white;*/
    }
    .home .tabs-header .tab-item {
        width: 300px;
        padding: 15px 30px 10px;
    }
    .home .vl-search-wrapper {
      margin-top: -80px;
    }
    /*.vl-divider {
        position: relative;
        width: 60px;
        display: flex;
        align-items: center;
    }*/
    .home .vl-divider {
        position: relative;
        width: 60px;
        display: flex;
        align-items: center;
    }
    .home .tabs-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 35px;
        border-radius: 0 20px 20px 20px;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 16px 0px;
    }
    .home .tab-panel.active {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        gap: 35px;
    }
    .home .vl-divider span {
        background: #ffffff;
        padding: 5px 10px;
        font-size: 13px;
    }
    .home .vl-divider::before, .home .vl-divider::after {
        content: "";
        position: absolute;
        left: 50%;
        width: 1px;
        background: #00000030;
    }
    .home .vl-divider::before {
        top: 0;
        height: 40%;
    }
    .home .vl-divider::after {
        bottom: 0;
        height: 40%;
        top: auto;
    }
    .home .vl-hint {
        margin-top: 10px;
        font-size: 13px;
        color: #aaa;
        margin-bottom: 0;
    }
    .home .vl-hint span {
      color: #ff2b2b;
    }
    .home .tab-item.active {
        color: #ffffff;
        border-bottom: 2px solid #e60023;
    }
    .home .vl-policy {
        display: none;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

