﻿/*.w-container.body-wrapper {
    width: unset
}*/
header.hidden + .w-container.body-wrapper #id-ss-series-menu {
    top: 0;
    z-index: 9
}

.box-containter img {
    max-width: 100%;
    height: auto;
    display: block
}

.FormRequestConsultation h2 {
    margin: 0;
    font-size: 40px;
    color: white;
    text-align: center
}

.FormRequestConsultation h3 {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 36px;
}

.FormRequestConsultation p {
    color: white;
    padding: 0;
    text-align: center;
    margin: 0;
    font-size: 18px;
}

.FormRequestConsultation label {
    color: white;
}

.FormRequestConsultation .col label {
    color: black;
}

.register-form .row.d-flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.register-form .row .col-6 {
    width: calc(50% - 6px)
}

.FormRequestConsultation .phone {
    color: white;
}

.FormRequestConsultation button {
    background: white !important;
    color: black;
    padding: 10px 15px;
}

.ss-series-menu {
    top: 0px;
    position: sticky;
    top: 130px;
    left: 0;
    transition: top 0.3s ease;
    z-index: 1000;
    background: #132557;
    padding: 0 10px;
    width: calc(100% - 20px);
}

    .ss-series-menu .ss-menu-scroll {
        width: 100%;
    }

    .ss-series-menu ul {
        justify-content: space-between;
        align-items: center;
    }

    .ss-series-menu .logo {
        max-width: 150px;
    }

        .ss-series-menu .logo a {
            background: unset !important;
        }

.ss-menu-scroll ul li {
    padding: 10px 0 !important;
}

.ss-series-menu ul a:hover, .ss-series-menu ul a:focus {
    border-bottom-color: unset;
    border-radius: 5px;
    background: white;
    color: black;
}

.ss-series-menu ul li a:hover {
    border-bottom-color: unset;
}


.ss-series-menu ul a {
    font-size: 20px;
    color: white;
    border-bottom: unset !important;
    padding: 5px 10px;
}

.d-none {
    display: none
}
/*input::placeholder {
    font-weight: bold;
    color: #000;*/ /* hoặc màu mong muốn */
/*}*/
.FormRequestConsultation .control select {
    /*    font-weight: bold;
    color: black;
*/ font-size: 13px;
    border-radius: 5px;
}

.list-product {
    position: relative;
}

    .list-product .item {
        position: absolute;
    }

        .list-product .item:nth-of-type(1) {
            top: 3%;
            left: 50%;
            transform: translateX(-50%);
        }

        .list-product .item .item-icon {
            bottom: 0%;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            width: 50px;
        }

        .list-product .item:nth-of-type(2) {
            display: grid;
            grid-template-columns: 2fr 2fr;
            bottom: 3%;
            left: 50%;
            transform: translateX(-50%);
        }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: unset !important;
    right: 10px !important;
    top: 50% !important;
    /* left: 50%; */
    transform: translateY(-50%) !important;
    position: absolute !important;
    opacity: 0.5 !important;
    left: unset !important;
    color: white !important;
    border-right: 0px !important;
    padding: 0px !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        opacity: 1 !important;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 20px !important;
    padding: 4px 10px !important;
    background-color: #1f58c7 !important;
    padding-right: 20px !important;
    border: unset !important;
    color: white;
}

.FormRequestConsultation textarea {
    height: auto !important;
    display: unset;
    line-height: unset !important;
    margin-top: 0px !important;
}

