﻿header.fixed-fixed .header-top-email {
    display: none;
}

.header-top-email {
    display: flex;
    align-items: center;
}

    .header-top-email img {
    }

    .header-top-email span {
        font-size: 15px;
        color: #3D4D65;
        display: block;
        transition: all linear .2s;
        margin-left: 6px;
    }

    .header-top-email:hover span {
        color: var(--default-color-2);
    }

.my-banner {
    position: relative;
}

.my-search-item {
    height: 32px;
    padding: 0 22px;
    border: 1px solid #cdcdcd;
    border-radius: 45px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

    .my-search-item.df {
        width: 162px;
        cursor: pointer;
    }

    .my-search-item.keyword {
        position: unset;
    }

    .my-search-item .icon {
        position: absolute;
        right: 13px;
        font-size: 12px;
        color: #a0a0a0;
    }

    .my-search-item.keyword input:focus ~ search-result {
        display: block;
    }

    .my-search-item .suggest-top {
        display: flex;
        align-items: center;
        padding: 10px 22px;
        cursor: pointer;
        user-select: none;
        position: relative;
    }

        .my-search-item .suggest-top::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #f2f2f2;
            bottom: -6px;
            left: 0;
            pointer-events: none;
        }

        .my-search-item .suggest-top:hover {
            background-color: #f2f2f2;
        }

        .my-search-item .suggest-top img {
            width: 21px;
        }

        .my-search-item .suggest-top span {
            font-family: 'openM';
            color: #3d4d65;
            display: block;
            margin-left: 7px;
            font-size: 15px;
        }

    .my-search-item input {
        outline: none;
        border: none;
        width: 100%;
        font-size: 14px;
        pointer-events: none;
        color: #2f2f2f;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .my-search-item.keyword input {
        pointer-events: all !important;
    }

.my-search-drop {
    position: absolute;
    top: 130%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 #33333329;
    left: 0;
}

    .my-search-drop.place .drop-container {
        position: relative;
    }

    .my-search-drop.place .drop-wrap.show {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .my-search-drop.place .drop-wrap {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #fff;
        display: none;
    }

    .my-search-drop.place {
        width: 320px;
        height: 330px;
        display: none;
    }

        .my-search-drop.place .drop-wrap.place .title {
            width: 100%;
            padding: 8px 12px;
            font-size: 14px;
            color: #2c2c2c;
            font-weight: bold;
            margin-bottom: 5px;
            padding-top: 16px;
        }

        .my-search-drop.place .drop-wrap.place .foot {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 6px;
            border-top: 1px solid #F2F2F2;
            margin-top: 12px;
            width: 100%;
        }

        .my-search-drop.place .drop-wrap.place .foot-reset {
            display: flex;
            align-items: center;
            padding: 6px 12px;
            user-select: none;
        }

            .my-search-drop.place .drop-wrap.place .foot-reset span {
                display: block;
                margin-left: 5px;
                font-size: 14px;
                font-weight: bold;
                color: #2c2c2c;
            }

            .my-search-drop.place .drop-wrap.place .foot-reset:hover {
                background-color: #fafafa;
            }

            .my-search-drop.place .drop-wrap.place .foot-reset i {
                color: #333;
                font-size: 11px;
            }

        .my-search-drop.place .drop-wrap.place .foot-close {
            background-color: var(--default-color-3);
            color: #fff;
            font-family: 'openM';
            font-size: 14px;
            border-radius: 5px;
            overflow: hidden;
            padding: 5px 11px;
            transition: all ease .2s;
        }

            .my-search-drop.place .drop-wrap.place .foot-close:hover {
                opacity: .7;
            }

        .my-search-drop.place .drop-wrap.place .options {
            padding: 0 12px;
            width: 100%;
        }

        .my-search-drop.place .drop-wrap.place .options-item.p-e {
            pointer-events: none;
            opacity: .4;
        }

        .my-search-drop.place .drop-wrap.place .options-item {
            height: 46px;
            font-size: 14px;
            display: flex;
            position: relative;
            align-items: center;
            justify-content: space-between;
            padding: 0 15px;
            border: 1px solid #CCCCCC;
            border-radius: 5px;
            user-select: none;
            color: #2c2c2c;
            /* overflow: hidden; */
            margin-bottom: 10px;
        }

            .my-search-drop.place .drop-wrap.place .options-item span {
            }

            .my-search-drop.place .drop-wrap.place .options-item p {
                position: absolute;
                display: none;
            }

            .my-search-drop.place .drop-wrap.place .options-item.active span {
                transform: translateY(-22px);
                font-size: 12px;
                background-color: #fff;
                padding: 0 4px;
                color: #999;
            }

            .my-search-drop.place .drop-wrap.place .options-item.active p {
                display: block;
            }

            .my-search-drop.place .drop-wrap.place .options-item i {
                font-size: 10px;
                position: absolute;
                right: 14px;
                width: 10px;
                height: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                display: block;
            }

            .my-search-drop.place .drop-wrap.place .options-item i {
                display: block;
            }

            .my-search-drop.place .drop-wrap.place .options-item.active i {
                display: none;
            }

            .my-search-drop.place .drop-wrap.place .options-item i.delete {
                display: none;
            }

            .my-search-drop.place .drop-wrap.place .options-item.active i.delete {
                display: block;
            }

        .my-search-drop.place .drop-wrap {
        }

            .my-search-drop.place .drop-wrap .child-heading {
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                padding: 12px 0;
                width: 100%;
                cursor: default;
            }

                .my-search-drop.place .drop-wrap .child-heading i {
                    position: absolute;
                    left: 12px;
                    color: #2c2c2c;
                    opacity: 0.7;
                    cursor: pointer;
                }

                .my-search-drop.place .drop-wrap .child-heading span {
                    font-size: 14px;
                    color: #2c2c2c;
                    font-family: 'openM';
                    display: block;
                }

            .my-search-drop.place .drop-wrap.child {
            }

            .my-search-drop.place .drop-wrap.tinhthanh {
            }

                .my-search-drop.place .drop-wrap.tinhthanh li,
                .my-search-drop.place .drop-wrap.child li {
                    display: flex;
                    user-select: none;
                    align-items: center;
                    justify-content: space-between;
                    padding: 7px 12px;
                    transition: all ease .2s;
                    position: relative;
                    cursor: pointer;
                }

            .my-search-drop.place .drop-wrap.child::before {
                content: 'Tối đa 3 lựa chọn';
                position: absolute;
                z-index: 4;
                pointer-events: none;
                background-color: rgb(0 0 0 / 66%);
                color: #fff;
                font-size: 14px;
                border-radius: 5px;
                padding: 6px 14px;
                bottom: 54px;
                backdrop-filter: blur(2px);
                transition: all ease .2s;
                opacity: 0;
            }

            .my-search-drop.place .drop-wrap.child.note::before {
                opacity: 1;
            }

            .my-search-drop.place .drop-wrap.tinhthanh li:hover,
            .my-search-drop.place .drop-wrap.child li:hover {
                background-color: #f2f2f2;
            }

            .my-search-drop.place .drop-wrap.tinhthanh li:first-child {
            }

                .my-search-drop.place .drop-wrap.tinhthanh li:first-child span {
                    color: #74150F;
                }

            .my-search-drop.place .drop-wrap.tinhthanh li span,
            .my-search-drop.place .drop-wrap.child li span {
                display: block;
                font-size: 14px;
                color: #2c2c2c;
            }

            .my-search-drop.place .drop-wrap.tinhthanh li i {
                font-size: 12px;
                opacity: .7;
            }

            .my-search-drop.place .drop-wrap.tinhthanh .input-wrap {
                padding: 0 12px;
                margin: 4px 0;
            }

            .my-search-drop.place .drop-wrap.tinhthanh .input {
                display: flex;
                align-items: center;
                background-color: #F2F2F2;
                height: 32px;
                cursor: default;
            }

            .my-search-drop.place .drop-wrap.tinhthanh .list-tinhthanh,
            .my-search-drop.place .drop-wrap.child ul {
                padding: 6px 0;
                flex: 1;
                overflow-x: hidden;
                overflow-y: auto;
                width: 100%;
            }

            .my-search-drop.place .drop-wrap.tinhthanh .input i {
                color: #2c2c2c;
                font-size: 14px;
                padding: 0 12px;
                opacity: .8;
                padding-right: 10px;
            }

            .my-search-drop.place .drop-wrap.tinhthanh .input input {
                background-color: transparent;
                font-size: 14px;
                cursor: text;
                pointer-events: all;
            }

            .my-search-drop.place .drop-wrap.child .input-wrap {
                padding: 0 12px;
                margin: 4px 0;
                width: 100%;
            }

            .my-search-drop.place .drop-wrap.child .input {
                display: flex;
                align-items: center;
                background-color: #F2F2F2;
                height: 32px;
                cursor: default;
            }

                .my-search-drop.place .drop-wrap.child .input i {
                    color: #2c2c2c;
                    font-size: 14px;
                    padding: 0 12px;
                    opacity: .8;
                    padding-right: 10px;
                }

                .my-search-drop.place .drop-wrap.child .input input {
                    background-color: transparent;
                    font-size: 14px;
                    cursor: text;
                    pointer-events: all;
                }

            .my-search-drop.place .drop-wrap.child .wrap-foot {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 6px;
                border-top: 1px solid #F2F2F2;
                margin-top: 12px;
                width: 100%;
            }

            .my-search-drop.place .drop-wrap.child .wrap-foot-reset {
                display: flex;
                align-items: center;
                padding: 6px 12px;
                user-select: none;
            }

                .my-search-drop.place .drop-wrap.child .wrap-foot-reset span {
                    display: block;
                    margin-left: 5px;
                    font-size: 14px;
                    font-weight: bold;
                    color: #2c2c2c;
                }

                .my-search-drop.place .drop-wrap.child .wrap-foot-reset:hover {
                    background-color: #fafafa;
                }

                .my-search-drop.place .drop-wrap.child .wrap-foot-reset i {
                    color: #333;
                    font-size: 11px;
                }

            .my-search-drop.place .drop-wrap.child .wrap-foot-close {
                background-color: transparent;
                color: #fff;
                font-family: 'openM';
                font-size: 14px;
                border-radius: 5px;
                overflow: hidden;
                user-select: none;
                padding: 5px 11px;
                transition: all ease .2s;
                border: 1px solid var(--default-color-3);
                color: var(--default-color-3);
            }

                .my-search-drop.place .drop-wrap.child .wrap-foot-close:hover {
                    opacity: 1;
                    background-color: #e03c311a;
                }

            .my-search-drop.place .drop-wrap.child li label {
                position: absolute;
                color: transparent;
                display: block;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }

            .my-search-drop.place .drop-wrap.child li .radio {
                width: 14px;
                height: 14px;
                border-radius: 3px;
                border: 1px solid #cccccc;
                pointer-events: none;
                position: relative;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .my-search-drop.place .drop-wrap.child li input:checked ~ .radio::before {
                opacity: 1;
            }

            .my-search-drop.place .drop-wrap.child li input:checked ~ .radio::after {
                opacity: 1;
                transform: rotate(0);
            }

            .my-search-drop.place .drop-wrap.child li .radio::before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: var(--default-color-3);
                transition: all ease .2s;
                opacity: 0;
            }

            .my-search-drop.place .drop-wrap.child li .radio::after {
                content: "\f00c";
                position: absolute;
                font-family: FontAwesome;
                font-size: 8px;
                color: #fff;
                transition: all ease .2s;
                transform: rotate(-65deg);
                opacity: 0;
                transition: 0.6s cubic-bezier(.3,2.2,.3,1);
            }

            .my-search-drop.place .drop-wrap.child input[type=checkbox] {
                position: absolute;
                opacity: 0;
                pointer-events: none;
            }