/*#region Header */
.hide {
    display: none !important;
}

.header {
    width: 100%;
    z-index: 20;
    transition: all 0.3s ease;
}

    .header .navbar-nav {
        height: 50px;
    }

    .header .header-area {
        line-height: 30px;
    }

        .header .header-area .img-logo img {
            height: 40px;
            border-radius: 2px;
        }

.header-area .header-user {
    line-height: 40px;
    cursor: pointer;
    margin-right: 15px;
}

    .header-area .header-user:hover {
        color: #fff;
    }

    .header-area .header-user .img-user-header img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        border-radius: 50%;
        object-fit: cover;
    }

    .header-area .header-user .name-user {
        font-weight: 600;
        font-size: 14px;
    }

.header .navbar-nav li:hover, .header .navbar-nav li.active {
    height: 50px;
}

.header,
.header.sticky {
    opacity: 1;
    top: 0;
}

    .header .flex-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header .logo img {
        height: 50px;
    }

    .header .social ul {
        display: -ms-flexbox;
        display: flex;
    }

        .header .social ul li,
        .header nav ul {
            display: -ms-flexbox;
            -ms-flex-align: center;
        }

        .header .social ul li {
            margin: 0 20px 0 0;
            display: flex;
            align-items: center;
        }

            .header .social ul li a {
                transition: all 0.4s ease;
            }

                .header .social ul li a:hover {
                    opacity: 0.5;
                }

    .header nav .navbar-nav {
        display: flex;
        align-items: center;
    }

        .header nav .navbar-nav li,
        .header nav .navbar-nav li a {
            display: -ms-flexbox;
            -ms-flex-align: center;
        }

        .header nav .navbar-nav li {
            padding: 10px 8px;
            justify-content: center;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .header nav .navbar-nav > li > a {
            /*transform: skew(-20deg);*/
        }

        .header nav .navbar-nav li a {
            background: 0 0;
            /*padding: 0 20px !important;*/
            display: flex;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #fff;
            position: relative;
            font-size: 12px;
            text-transform: uppercase;
        }

            .header nav .navbar-nav li a .paren-link {
                display: flex;
                align-items: center;
                /*transform: skew(20deg);*/
                height: 100%;
            }

            .header nav .navbar-nav li a span {
                height: 8px;
                width: 8px;
                background: #fbff63;
                margin-right: 10px;
                transform: rotate(45deg);
                border: 1px solid #ffeb3b;
                transition: all 0.4s ease;
            }

        .header nav .navbar-nav li::before {
            content: "";
            position: absolute;
            height: 40px;
            left: -20px;
            width: 100%;
            opacity: 0;
        }

        .header nav .navbar-nav li.active,
        .header nav .navbar-nav li:hover {
            /*   background: linear-gradient(0, #ffc107 1%, #ff9800 87%) !important;
            box-shadow: 0 0 8px inset #ffeb3b !important;*/
        }

            .header nav .navbar-nav li.active a,
            .header nav .navbar-nav li:focus a,
            .header nav .navbar-nav li:hover a {
                background-color: transparent;
            }

        .header nav .navbar-nav > li > a,
        .header nav .navbar-nav > li > a,
        .header nav .navbar-nav > li > a {
            transition: all .1s;
            border-radius: 5px;
        }

        .header nav .navbar-nav > li.active > a,
        .header nav .navbar-nav > li:focus > a,
        .header nav .navbar-nav > li:hover > a {
            background: linear-gradient(0, #ffc107 1%, #ff9800 87%) !important;
            box-shadow: 0 0 8px inset #ffeb3b !important;
            display: block;
            height: 100%;
        }

    .header nav .sub > li.active > a,
    .header nav .sub > li:focus > a,
    .header nav .sub > li:hover > a {
        background: linear-gradient(0, #ffc107 1%, #ff9800 87%) !important;
        box-shadow: 0 0 8px inset #ffeb3b !important;
    }

    .header nav .navbar-nav li.active a span,
    .header nav .navbar-nav li:hover a span {
        background-color: #fff;
        border-color: #fff;
    }

    .header nav .navbar-nav li.active::before,
    .header nav .navbar-nav li:hover::before {
        opacity: 1;
    }

    .header .navbar-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .header .navbar-header .navbar-toggle {
            border-color: #ff0000;
            border-radius: 0;
        }

            .header .navbar-header .navbar-toggle .icon-bar {
                background-color: #ff0000;
            }

@media (min-width: 768px) {
    .header .navbar-header {
        display: none;
    }
}

@media (max-width: 768px) {
    .header .social {
        display: none;
    }

    .header #navbar {
        height: 1px !important;
    }

        .header #navbar .menu {
            position: absolute;
            width: 100%;
            left: 0;
            background: #111;
            top: 74px;
        }

            .header #navbar .menu ul {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .header #navbar .menu ul li {
                    width: 80%;
                    height: 50px;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                }
}

.btn-upload-adv {
}

    .btn-upload-adv .btn-upload-post {
        position: relative;
        overflow: hidden;
        line-height: 30px;
        display: inline-block;
        padding: 0px 12px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        overflow: hidden;
        transition: .5s;
        background: linear-gradient( 28deg, #ffc107 1%, #ff9800 87%);
        display: block;
        border-radius: 3px;
        font-weight: 700;
        border: none;
    }

        .btn-upload-adv .btn-upload-post:hover {
        }

        .btn-upload-adv .btn-upload-post:hover {
            color: #fff;
            border-radius: 3px;
            box-shadow: 0 0 5px #03e9f4, 0 0 5px #03e9f4, 0 0 5px #03e9f4, 0 0 5px #03e9f4;
        }

        .btn-upload-adv .btn-upload-post span {
            position: absolute;
            display: block;
        }

            .btn-upload-adv .btn-upload-post span:nth-child(1) {
                top: 0;
                left: -100%;
                width: 100%;
                height: 2px;
                background: linear-gradient(90deg, transparent, #03e9f4);
                animation: btn-anim1 1s linear infinite;
                border-radius: 15px;
            }

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

.btn-upload-adv .btn-upload-post span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.btn-upload-adv .btn-upload-post span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.btn-upload-adv .btn-upload-post span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}

.header {
    position: relative;
    line-height: 50px;
    background: #002637;
    z-index: 100;
}

.topbar .topbar_content {
    position: relative;
    margin: auto;
    width: 1200px;
}

.header .navbar-nav > li {
    position: relative;
    float: left;
    /*transform: skew(-20deg);*/
}

    .header .navbar-nav > li:hover, .header .header ul > li.active {
        /*   background: linear-gradient(28deg,#ff0000 1%,#7e0604 87%);
        box-shadow: 0 0 8px inset #ff0000;*/
    }

    .header .navbar-nav > li > a {
        color: #fff;
        text-decoration: none;
        text-align: center;
        display: block;
        /*transform: skew(20deg);*/
        text-transform: uppercase;
    }

    .header .navbar-nav > li:last-of-type > a {
        border-right: none;
    }

    .header .navbar-nav > li > a:hover {
        color: #fff;
    }

.header .navbar-nav li .sub {
    background: #002637;
    overflow: hidden;
    position: absolute;
    display: none;
    top: 50px;
    width: 100%;
    height: auto;
    z-index: 100;
    font-size: 12px;
    line-height: 33px;
    padding-left: 0px;
    /*transform: skew( 20deg);*/
    left: -9px;
}

.header .navbar-nav li:hover .sub {
    display: block;
}

.header .navbar-nav li .sub li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #008848;
    border-top: 1px solid #008848;
    border-bottom: 1px solid #008848;
    margin: 0;
    transform: skew( -0deg);
}

    .header .navbar-nav li .sub li a {
        width: 100%;
        height: 40px;
        line-height: 40px !important;
        font-size: 12px;
        /*transform: skew( 20deg);*/
        text-align: left;
        display: block;
        padding: 0 10px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header .navbar-nav li .sub li:hover {
        /*transform: skew( 0deg);*/
    }

        .header .navbar-nav li .sub li:hover a {
            /*transform: skew( 0deg);*/
        }

.header-mobile ul {
    padding: 0;
}

.header-mobile .img-logo img {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-mobile .nav-item {
    display: flex;
    transform: skew( -20deg );
}

    .header-mobile .nav-item .nav-link {
        height: 45px;
        text-decoration: none;
        background: 0 0;
        padding: 0;
        display: flex;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        position: relative;
        font-size: 13px;
        text-transform: uppercase;
        transform: skew( 20deg );
    }

        .header-mobile .nav-item .nav-link span {
            height: 8px;
            width: 8px;
            background: #fbff63;
            margin-right: 10px;
            transform: rotate(45deg);
            border: 1px solid #ffeb3b;
            transition: all 0.4s ease;
        }

/*--------------------sidebar-header----------------------*/

.header-mobile {
    max-height: 650px;
    overflow: scroll;
    position: relative;
}

    .header-mobile .upload-adv-absolute {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .header-mobile .sidebar-header {
        padding: 5px;
        overflow: hidden;
        padding-top: 20px;
    }

        .header-mobile .sidebar-header .user-pic {
            float: left;
            width: 50px;
            padding: 2px;
            border-radius: 12px;
            margin-right: 15px;
            overflow: hidden;
        }

            .header-mobile .sidebar-header .user-pic img {
                object-fit: cover;
                height: 100%;
                width: 45px;
                border-radius: 50%;
            }

        .header-mobile .sidebar-header .user-info {
            float: left;
            color: #fff;
            font-size: 13px;
        }

            .header-mobile .sidebar-header .user-info > span {
                display: block;
            }

            .header-mobile .sidebar-header .user-info .user-role {
                font-size: 12px;
            }

            .header-mobile .sidebar-header .user-info .user-status {
                font-size: 11px;
                margin-top: 4px;
            }

                .header-mobile .sidebar-header .user-info .user-status i {
                    font-size: 8px;
                    margin-right: 4px;
                    color: #5cb85c;
                }

/*#endregion */

/*#region store */
.store-item {
    box-shadow: 0 3px 5px 2px #eee;
    margin-bottom: 20px;
    padding: 5px;
}

    .store-item .store-image img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

.store-list .store-item .store-image img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #eee;
}

.store-item .store-info h2 {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    color: #767676;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.store-list .store-item .store-info h2 {
    font-size: 15px;
    margin-bottom: 10px !important;
    height: unset !important;
}

.store-list .store-item {
    margin-bottom: 15px;
    padding: 15px;
}

.store-item .a_img {
    overflow: hidden;
    display: block;
}

.store-list .store-item .a_img {
    overflow: hidden;
    display: block;
    width: 125px;
}

.store-item .store-info .address {
    color: #666363;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store-list .store-item .store-info {
    overflow: hidden;
    display: block;
    width: 100%;
}

.store-item .store-info .donate {
    color: #ff0000 !important;
}

.store-list .store-item .store-info .address {
    font-size: unset;
}

.store-item .store-info i {
    width: 20px;
    color: #008848;
    font-size: 15px;
}

    .store-item .store-info i.fa-star {
        width: unset !important;
    }

    .store-item .store-info i.fa-medal {
        color: #f6ac4d;
    }

.store-item .store-info .phone i {
    color: #fff;
}

.rating i {
    color: rgb(245, 166, 35) !important;
    font-size: 13px !important;
}

.store-item .store-info .phone-main .btn-donate {
    padding: 5px;
    background: linear-gradient(to right,#002488,#9100b5);
    color: #fff;
    width: 100%;
    text-align: center;
}

.store-item .store-info .phone-main .btn-donate {
    border-radius: 0 5px 5px 0;
}

.store-item .store-info .btn-donate i {
    color: #fff;
}

.store-item .store-info .phone-main .phone {
    padding: 5px;
    background-color: #008848;
    color: #fff;
    width: 100%;
    text-align: center;
}

    .store-item .store-info .phone-main .phone.phone-first {
        border-radius: 5px 0 0 5px;
    }

        .store-item .store-info .phone-main .phone.phone-first.border-all {
            border-radius: 5px;
        }

        .store-item .store-info .phone-main .phone.phone-first.border-all {
            border-radius: 5px;
        }

    .store-item .store-info .phone-main .phone.phone-last {
        border-radius: 0 5px 5px 0;
    }

    .store-item .store-info .phone-main .phone a {
        color: #fff;
    }

.store-item .store-info .author {
    color: #666363;
    font-size: 13px;
}

    .store-item .store-info .author .author-name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
/*#endregion */

/*#region store-nav-left */

.store-nav-left {
}

    .store-nav-left.address-scroll {
        height: calc(100vh - (190px + 130px + 170px));
        overflow-x: unset;
        overflow-y: auto;
    }

    .store-nav-left .nav-left-item {
        margin-bottom: 13px;
    }

        .store-nav-left .nav-left-item:last-child {
            margin-bottom: 0;
        }

        .store-nav-left .nav-left-item a {
            color: #767676;
            font-weight: 500;
        }

            .store-nav-left .nav-left-item a:hover, .store-nav-left .nav-left-item a.active {
                color: #008848;
            }

        .store-nav-left .nav-left-item i {
            margin-right: 5px;
            font-size: 16px;
        }

        .store-nav-left .nav-left-item h2, .store-nav-left .nav-left-item strong {
            font-size: 14px;
            font-weight: 500;
        }
/*#endregion */

/*#region author-nav */

.author-nav {
    display: flex;
}

    .author-nav .auth-img {
        margin-right: 10px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid #ddd;
        width: 55px;
        height: 55px;
        padding: 2px;
    }

        .author-nav .auth-img img {
            width: 50px;
            height: 49px;
            border-radius: 50%;
        }

    .author-nav .auth-des {
    }

        .author-nav .auth-des .des-name {
            margin-bottom: 5px;
        }

            .author-nav .auth-des .des-name a {
                font-size: 16px;
                font-weight: 500;
            }

        .author-nav .auth-des .des-address {
            margin-bottom: 5px;
        }

            .author-nav .auth-des .des-address i {
                color: #008848;
            }

        .author-nav .auth-des .des-time {
        }

            .author-nav .auth-des .des-time i {
                color: #008848;
            }

.show-number .btn-show-number {
    width: 100%;
    background-color: #008848;
    color: #fff;
    font-weight: 600;
}

.show-number .number-phone {
    padding: 12px 0;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 18px;
    border: 2px dashed #ddd;
    border-radius: 5px;
}
/*#endregion */

/*#region priority */
.priority, .priority:hover {
    position: relative;
    overflow: hidden;
    overflow: hidden;
    transition: .5s;
    display: block;
    text-align: center;
    padding: 5px;
    color: #f6ac4d;
}

    .priority span {
        position: absolute;
        display: block;
    }

        .priority span:nth-child(1) {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #f6ac4d);
            animation: btn-anim1 1s linear infinite;
            border-radius: 15px;
        }

        .priority span:nth-child(2) {
            top: -100%;
            right: 0;
            width: 2px;
            height: 100%;
            background: linear-gradient(180deg, transparent, #f6ac4d);
            animation: btn-anim2 1s linear infinite;
            animation-delay: .25s
        }

        .priority span:nth-child(3) {
            bottom: 0;
            right: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(270deg, transparent, #f6ac4d);
            animation: btn-anim3 1s linear infinite;
            animation-delay: .5s
        }

        .priority span:nth-child(4) {
            bottom: -100%;
            left: 0;
            width: 2px;
            height: 100%;
            background: linear-gradient(360deg, transparent, #f6ac4d);
            animation: btn-anim4 1s linear infinite;
            animation-delay: .75s
        }

/*#endregion */

/*#region post-rating */

.post-rating {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

    .post-rating:last-child {
        margin-bottom: unset;
        border-bottom: unset;
    }

    .post-rating .post-heading .fimage {
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid #ddd;
        width: 50px;
        height: 50px;
        padding: 2px;
    }

        .post-rating .post-heading .fimage img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .post-rating .meta {
    }

        .post-rating .meta .title {
            font-size: 16px;
        }

        .post-rating .meta a {
            color: #008848;
        }

            .post-rating .meta a b {
                font-weight: 500;
            }

    .post-rating .post-description {
        margin-top: 15px;
        font-size: 16px;
    }

.rating-view-more {
    width: 100%;
    background-image: linear-gradient(#ffffff47, #e9e6e6);
    text-align: center;
}

/*#endregion */

/*#region info-account */
.info-account {
    min-width: 270px !important;
}

    .info-account > li {
        padding: 7px 15px;
        border-bottom: 1px solid #f8f8f8;
        width: 100%;
    }

        .info-account > li:first-child {
            padding: 5px !important;
            border-bottom: none !important;
        }

    .info-account li a {
        color: #000 !important;
    }

    .info-account > li:last-child {
        border-bottom: none;
    }

    .info-account li:first-child a .avatar {
        float: left;
        display: inline-block;
    }

        .info-account li:first-child a .avatar img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

    .info-account li:first-child a .info {
        float: left;
        padding: 3px;
    }

        .info-account li:first-child a .info p {
            margin: 0;
        }

        .info-account li:first-child a .info.un-login {
            line-height: 50px;
            margin-left: 15px;
        }

        .info-account li:first-child a .info small {
            font-size: 14px;
            color: #2d65a0;
            font-weight: 500;
        }

    .info-account > li {
        width: 100%;
        /*padding: 10px;*/
    }

        .info-account > li a {
            line-height: 30px;
            font-size: 14px;
            width: 100%;
            height: 100%;
            display: block;
        }

        .info-account > li:hover a {
            background-color: #fff;
            color: #ff9800 !important;
        }

            .info-account > li:hover a i {
                background-color: #ff9800 !important;
            }

    .info-account li .icon-plus {
        background-image: url(images/icon/plus.png);
        display: block;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 100% 100%;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }

    .info-account li .icon-loa {
        background-image: url('images/icon/loa.png');
        display: block;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 100% 100%;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }

    .info-account li .icon-friend {
        background-image: url('images/icon/friendplus.png');
        display: block;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 100% 100%;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }

    .info-account li .icon-gift {
        background-image: url('images/icon/gift.png');
        display: block;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 100% 100%;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }

    .info-account li .icon-help {
        background-image: url('images/icon/help.png');
        display: block;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 100% 100%;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }

    .info-account li ul li .icon-setting {
        background-image: url('images/icon/setting.png');
        display: block;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 100% 100%;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }

    .info-account li .fa-custom {
        font-size: 12px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #008848;
        text-align: center;
        line-height: 26px;
        color: #fff;
        margin-right: 5px;
        transition: all .2s;
    }

    .info-account li .icon-log-out {
        background-image: url('images/icon/logout.png');
        display: block;
        width: 25px;
        height: 25px;
        background-position: center;
        background-size: 100% 100%;
        margin: 0;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }

    .info-account li .icon-coin {
        background-image: url('images/icon/coin.png');
        display: block;
        width: 25px;
        height: 24px;
        background-position: center;
        background-size: 100% 100%;
        margin: 0;
        border-radius: 50%;
        margin-right: 10px;
    }

.dropdown-menu.arrow:before {
    position: absolute;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: #fff;
    top: -7px;
    content: '';
    left: 9px;
}

.info-account .img-user-header img {
    width: 55px;
    height: 55px;
    border: 1px solid #eee;
    object-fit: cover;
    border-radius: 50%;
}

.info-account .name-user {
    padding-left: 10px;
}

    .info-account .name-user .name {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .info-account .name-user .a_profile {
        font-size: 14px;
        display: block;
        color: #008848 !important;
    }

    .info-account .name-user small {
        font-size: 14px;
        color: #2d65a0;
        font-weight: 500;
    }

.info-account .coin-center {
    display: block;
    color: #438aad !important;
    font-size: 18px;
    margin-top: 10px;
}

.info-account .coin {
    font-size: 18px;
    color: red;
    text-align: center;
    font-weight: bold;
}
/*#endregion */

/*#region main */

#main .banner-left,
#main .banner-right {
    width: 210px;
}

    #main .banner-left a,
    #main .banner-right a {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

        #main .banner-left a img,
        #main .banner-right a img {
            width: 100%;
            height: 400px;
        }

        #main .banner-right a img {
            width: 100%;
        }

#main .content-middle {
    width: calc(100% - 420px);
    margin: 0 15px;
    margin-bottom: 25px;
}

    #main .content-middle.ctn-upload {
        margin: 0 auto !important;
    }

    #main .content-middle .top-banner {
    }

        #main .content-middle .top-banner a {
            margin-bottom: 5px;
            display: block;
        }

            #main .content-middle .top-banner a img {
                width: 100%;
            }

/*#endregion */

/*#region footer */

footer {
    background-color: #101316;
    line-height: 1.6;
    padding: 20px 0;
    color: #fff;
}

    footer .fb-fanpage {
        border-radius: 5px;
        border: 1px solid #ffc000;
        margin: 5px auto;
        line-height: 0;
        box-sizing: border-box;
        box-shadow: 0px 0px 15px 2px #ddd;
        overflow: hidden;
    }

    footer .social p {
        font-size: 17px;
        font-weight: bold;
        margin: 10px 0;
    }

    footer .social ul {
        display: flex;
        flex-wrap: nowrap;
        padding-left: 0;
        list-style: none;
    }

    footer .social li {
        padding: 10px;
    }

        footer .social li a {
            font-size: 25px;
        }

    footer h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    footer .f-info a {
        display: block;
        color: #94a1af !important;
        font-size: 16px;
    }

        footer .f-info a:hover {
            color: #e1e781 !important;
        }

    footer .f-info li {
        margin: 10px 0;
    }

    footer .copyright {
        border-top: 1px solid #2a3239;
        padding-top: 15px;
    }

.right-panel {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 9999
}

    .right-panel a {
        color: #fff
    }

        .right-panel a:hover {
            color: #000
        }

    .right-panel .quick-contact {
        display: block
    }

        .right-panel .quick-contact img {
            width: 42px;
            height: 42px
        }

            .right-panel .quick-contact img:hover {
                filter: brightness(120%)
            }

.scroll-to-top {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 80px;
    padding-top: 10px;
    text-align: center;
    line-height: 15px;
    background: linear-gradient(to right,#008848,#00b560);
    font-size: 10px;
}

    .scroll-to-top i {
        color: #fff;
    }
/*#endregion */

/*#region share */
.share {
}

    .share label {
        color: rgb(113, 113, 113);
        padding: 20px 0;
    }

    .share ul li {
        float: left;
    }

        .share ul li a {
            margin-right: 20px;
        }

        .share ul li img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

    .share .time {
        font-size: 14px;
        font-style: italic
    }
/*#endregion */

/*#region login — see ~/Client/css/pages/_authen.css (.authen-page) */

/*#region Upload */
.file-upload-container {
    position: relative;
}

    .file-upload-container a > img {
        width: 100%;
        height: 100px;
        transition: all .3s;
        object-fit: cover;
    }

    /*   .file-upload-container .file-upload-url-remove {
        height: 17px !important;
        color: white !important;
        margin-top: 0px;
        font-size: 12px !important;
        padding: 2px 10px 5px 10px;
    }
*/
    .file-upload-container span.file-upload-thumb-remove {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 2;
        border-radius: 0 0 0 50%;
        height: 25px !important;
        color: white !important;
        margin-top: 0px;
        font-size: 13px !important;
        font-style: normal;
        padding: 2px 10px 6px 10px;
        background-color: #416C9B;
    }

    .file-upload-container .full-file-url {
        border-radius: 5px 0 0 5px;
    }

.mce-branding-powered-by {
    display: none;
}

.file-upload-container input[type="file"] {
    font-size: 11px;
    height: 38px;
    line-height: 23px;
    width: 100%;
    padding: 4px;
    background-color: #486B91;
    border-color: #486B91;
    border-radius: 3px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    cursor: pointer;
    background-image: linear-gradient(to bottom,#5B7EA4,#486B91);
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)
}

.file-upload-container .img-upload {
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    /* border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);*/
}
/*#endregion */

/*#region categories */

.wrap-main .slide {
    background-color: #fff;
}

.home-cards {
    align-items: flex-start;
    margin-bottom: 15px;
}

    .home-cards .card-header, .home-cards .card-header h1 {
        font-size: 16px;
        font-weight: 500;
        color: #5a646e;
        margin: 0;
    }

    .home-cards .card-header {
        padding: 15px;
        background-color: #f9f9f9 !important;
    }

    .home-cards .card-categories,
    .home-cards .card-article {
        border: 1px solid #eee;
    }

.card-header {
    background-color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.card-body {
    overflow: hidden;
}

.list-category li {
    text-align: center;
}

    .list-category li img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 10px;
        border: 2px dashed #cbcbcb;
        object-fit: scale-down;
    }

    .list-category li p {
        width: 130px;
    }

.home-cards .card-article .list-category .article-item {
    text-align: left;
    padding: 5px;
}

    .home-cards .card-article .list-category .article-item .card {
        border-radius: unset;
        border: 0.5px solid #ededed;
        overflow: hidden;
    }

@media only screen and (max-width: 512px) {
    .list-category li img {
        width: 83px;
        height: 82px;
    }

    .list-category li p {
        width: 100px;
    }

    /* .home-cards .card-article .list-category .article-item:nth-child(2n+1) .card {
        border-right: unset !important;
    }*/

    .home-cards .card-article .list-category .article-item {
        margin-bottom: 0px;
    }
}

.home-cards .card-article .list-category .article-item:hover .card {
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,.3);
}

.home-cards .card-article .list-category .article-item:hover a {
    color: #000;
}

.home-cards .card-article .list-category .img-card {
    position: relative;
    height: 164px;
}

    .home-cards .card-article .list-category .img-card .bg-img {
    }

    .home-cards .card-article .list-category .img-card img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .home-cards .card-article .list-category .img-card .overlay-number {
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 16px;
        background-color: #0000008a;
        padding: 2px 6px;
        border-radius: 3px;
        color: #fff;
    }

.home-cards .card-article .list-category .card-title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    min-height: 36px;
}

.home-cards .card-article .list-category .card-price {
    font-size: 16px;
    color: #d0021b;
    font-weight: bold;
    margin-bottom: 5px;
}

.home-cards .card-article .list-category .card-location {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 0;
    max-width: 105px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width: 512px) {
    .home-cards .card-article .list-category .card-location {
        max-width: 77px;
    }
}

.home-cards .card-article .list-category .card-time {
    color: #9b9b9b;
}
/*#endregion */

/*#region user-manager */

.user-manager {
    width: 50%;
    padding: 12px;
    border-right: 1px solid #eee;
}

    .user-manager .img-user {
        width: 85px;
        text-align: center;
        float: left;
    }

        .user-manager .img-user img {
            width: 60px;
            height: 60px;
            margin-right: 15px;
            border-radius: 50%;
            border: 1px solid #eee;
        }

    .user-manager .info-user {
        /*width: calc(100% - 100px);*/
    }

        .user-manager .info-user .name a {
            font-size: 16px;
            font-weight: bold;
        }

        .user-manager .info-user .link {
            margin-top: 15px;
        }

            .user-manager .info-user .link a {
                font-size: 13px;
                padding: 5px 10px;
                border: 1px solid #ddd;
                border-radius: 20px;
            }

.user-wrap .user-info {
    padding: 12px;
    width: 50%;
}

    .user-wrap .user-info .item-row {
        margin-bottom: 5px;
        color: #9b9b9b;
        font-size: 14px;
    }

        .user-wrap .user-info .item-row span {
            color: #000;
        }

        .user-wrap .user-info .item-row a {
            color: #ff9800;
            font-weight: 500;
        }

        .user-wrap .user-info .item-row .pi-check {
            color: green;
            font-weight: bold;
            margin-left: 5px;
        }

.no-data {
    padding: 40px 0;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

    .no-data img {
        margin-bottom: 20px;
    }

    .no-data .btn-post {
        border: 1px solid #fc9807;
        padding: 8px 10px;
        text-transform: uppercase;
        width: 100%;
        display: block;
        font-weight: bold;
        color: #fc9807;
        background-color: #fff;
    }

        .no-data .btn-post:focus {
            border: 1px solid #fc9807 !important;
        }

.no-found {
    padding: 100px 0;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

    .no-found img {
        margin-bottom: 20px;
        width: 250px;
    }

/*#endregion */

/*#region coin */
.coin-wrap .coin-detail {
    padding: 10px;
    display: flex;
}

    .coin-wrap .coin-detail .coin-img img {
        width: 45px;
        height: 45px;
    }

    .coin-wrap .coin-detail .coin-img {
        margin-right: 10px;
    }

    .coin-wrap .coin-detail .coin-info {
        width: calc(100%-50px);
    }

        .coin-wrap .coin-detail .coin-info .lb {
            font-weight: bold;
            font-size: 15px;
        }

        .coin-wrap .coin-detail .coin-info .vl label {
            min-width: 72px;
            font-size: 15px;
            margin-bottom: 0;
        }

        .coin-wrap .coin-detail .coin-info .vl strong {
            font-weight: bold;
            font-size: 14px;
        }

.coin-wrap .text-coin {
    background-color: #eee;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.coins-value .btn-category {
    margin-top: 10px;
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
    transition: all .1s;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .coins-value .btn-category .number {
        width: 17px;
        height: 18px;
        font-size: 11px;
        border-radius: 50%;
        color: #fff;
        background-color: #f79e00;
        text-align: center;
    }

    .coins-value .btn-category i {
        display: none;
    }

    .coins-value .btn-category.active i {
        display: inline-block;
    }

    .coins-value .btn-category:hover,
    .coins-value .btn-category.active {
        background-color: #008848;
        color: #fff;
    }

    .coins-value .btn-category.logout {
        background-color: #9d9d9d;
        color: #fff;
    }

        .coins-value .btn-category.logout i {
            display: inline-block;
        }

.coins-value .item-coin:last-child {
    border-bottom: unset !important;
}

.coins-value .item-coin .form-check-input {
    margin-top: 8px;
}

.coins-value .item-coin img {
    width: 30px;
    height: 30px;
}

.coins-value.menu-cat {
    max-height: 95px;
    overflow: hidden;
    transition: all .3s;
}

    .coins-value.menu-cat.show {
        max-height: 1000px;
        overflow: hidden;
        transition: all .3s;
    }

    .coins-value.menu-cat ~ .view-more-menu {
        width: 100%;
        background-image: linear-gradient(#ffffff47, #e9e6e6);
        text-align: center;
        padding: 10px;
    }

/*#endregion */

/*#region pagination */
nav .pagination li {
    margin: 0 5px;
}

    nav .pagination li .page-link {
        border-radius: 5px;
        color: #008848;
    }

    nav .pagination li.active .page-link {
        background-color: #008848;
        border: 1px solid #008848;
        color: #fff !important;
    }

@media only screen and (max-width: 600px) {
    nav .pagination li {
        margin: 0 4px;
    }
}

/*#endregion */

/*#region payment status → ~/Client/css/pages/_payment.css */

/*#endregion */

/*#region profile → ~/Client/css/pages/_manager.css (#profile, nạp từ Views/Manager/Profile) */
.tab-header {
    padding: 13px 0;
}
/*#endregion */

/*#region transaction — trạng thái giao dịch / PayPal → ~/Client/css/pages/_payment.css */
.tab-content .tab-pane {
    border: 1px solid #ddd;
    border-top: unset;
    padding-top: 35px;
}

/*#endregion */

/*#region Contact / CMS tĩnh → ~/Client/css/pages/_page.css (.cms-page) */

/*#endregion */

/*#region OTP */

#recaptcha-container > div > div {
    margin: 0 auto;
}

.otp-wrapper {
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: all .4s;
}

    .otp-wrapper .otp-header {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
    }

        .otp-wrapper .otp-header .phone-number-otp {
            font-weight: bold;
        }

.otp-container {
    display: inline-block;
}

    .otp-container .otp-number-input {
        width: 26px;
        height: 33px;
        margin: 0 2px;
        border: none;
        border-bottom: 2px solid rgba(0, 0, 0, .2);
        padding: 0;
        color: rgba(0, 0, 0, .7);
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 30px;
        box-shadow: none;
        text-align: center;
        background-color: none;
        font-weight: 600;
        border-radius: 0;
        outline: 0;
        transition: border 0.3s ease;
    }

        .otp-container .otp-number-input:focus {
            border-color: rgba(0, 0, 0, .5);
        }

        .otp-container .otp-number-input.otp-filled-active {
            border-color: #00bb09;
        }

.otp-submit {
    background: #42b549;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-weight: 500;
    cursor: pointer;
}

    .otp-submit[disabled] {
        opacity: 0.6;
        cursor: default;
    }

/*#endregion */

/*#region payment-wrap / ATM / ngân hàng → ~/Client/css/pages/_payment.css */

/*#endregion */

/*#region Transaction */

@media (max-width: 600px) {
    .link-manager {
        margin-top: 35px
    }
}

/*#endregion */

/*#region modal-banner */

.modal-banner {
}

    .modal-banner .wrap-banner .lb-title {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .modal-banner .wrap-banner .main-position {
    }

/* Chọn vị trí (#banner-modal .position-item) → ~/Client/css/pages/_banner.css */

/*#endregion */

/*#region wrap-push */

.wrap-push {
}

    .wrap-push .push-item {
        border: 2px solid #008848;
        text-align: center;
        border-radius: 5px;
        padding: 15px 5px;
        width: 50% !important;
        cursor: pointer;
        margin-right: 5px;
        margin-bottom: 10px;
    }

        .wrap-push .push-item:hover,
        .wrap-push .push-item.active {
            background-color: #008848;
            color: #fff;
        }

            .wrap-push .push-item:hover i,
            .wrap-push .push-item.active i {
                background-color: #fff;
                color: #008848;
            }

            .wrap-push .push-item:hover .time,
            .wrap-push .push-item.active .time {
                color: #fff;
            }

        .wrap-push .push-item i {
            padding: 10px;
            border-radius: 50%;
            align-content: center;
            text-align: center;
            font-size: 13px;
            background-color: #008848;
            color: #fff;
        }

        .wrap-push .push-item .title {
            font-size: 14px;
            margin-top: 5px;
            margin-bottom: 2px;
        }

        .wrap-push .push-item .icon {
            margin-right: 10px;
        }

        .wrap-push .push-item .time {
            color: #008848;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
        }

        .wrap-push .push-item .coin {
            font-size: 15px;
            font-weight: bold;
            font-style: italic;
            margin-bottom: 0;
            color: #ff9800;
        }

/* .custom-banner trong #banner-modal → ~/Client/css/pages/_banner.css */
/*#endregion */

/*#region breadcrumb */

.breadcrumb-block {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    flex-wrap: wrap;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0
}

    .breadcrumb-block .breadcrumb {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        .breadcrumb-block .breadcrumb li {
            color: #41b6e3;
            display: contents;
            clear: none;
            padding-left: 4px;
            padding-right: 4px
        }

            .breadcrumb-block .breadcrumb li a {
                color: #008848;
                text-decoration: none
            }

            .breadcrumb-block .breadcrumb li.home-item:before {
                font-family: "Font Awesome 5 Free";
                content: "\f015";
                display: inline-block;
                padding-right: 3px;
                vertical-align: middle;
                font-weight: 900;
                font-size: 11px;
                color: #008848;
            }

            .breadcrumb-block .breadcrumb li:before {
                font-family: "font awesome 5 free";
                padding: 0 5px;
                color: #000;
                content: "»";
            }

            .breadcrumb-block .breadcrumb li.current-item {
                color: #b5b5b5
            }

ul.breadcrumb-main {
    padding: 2px 3px;
    list-style: none;
    font-weight: 400
}

    ul.breadcrumb-main li {
        display: inline;
        font-size: 14px
    }

        ul.breadcrumb-main li + li:before {
            font-family: "font awesome 5 free";
            padding: 6px;
            color: #000;
            content: "»"
        }

        ul.breadcrumb-main li a {
            color: #008848;
            text-decoration: none;
            font-weight: 350
        }

            ul.breadcrumb-main li a:hover {
                color: #ff9800;
                text-decoration: underline
            }

/*#endregion */

/*#region topup → ~/Client/css/pages/_payment.css */

/*#endregion */

/*#region tag */

.tag {
    padding: 20px;
    display: table
}

.tag {
    color: #999;
    padding: 0px 15px 3px 0px;
    font: 16px/1.3 Arial,sans-serif;
}

    .tag p {
    }

    .tag ul {
    }

        .tag ul li {
            float: left;
            height: 24px;
            line-height: 24px;
            position: relative;
            font-size: 11px;
            padding: 5px;
            margin-bottom: 10px;
        }

            .tag ul li a {
                margin-left: 20px;
                padding: 0 10px 0 12px;
                background: #008848;
                color: #fff !important;
                text-decoration: none;
                -moz-border-radius-bottomright: 4px;
                border-bottom-right-radius: 4px;
                -moz-border-radius-topright: 4px;
                border-top-right-radius: 4px;
                float: left;
                line-height: 24px;
                position: relative;
                font-size: 11px;
            }

                .tag ul li a::before {
                    content: "";
                    float: left;
                    position: absolute;
                    top: 0;
                    left: -12px;
                    width: 0;
                    height: 0;
                    border-color: transparent #008848 transparent transparent;
                    border-style: solid;
                    border-width: 12px 12px 12px 0;
                }

                .tag ul li a::after {
                    content: "";
                    position: absolute;
                    top: 10px;
                    left: 0;
                    float: left;
                    width: 4px;
                    height: 4px;
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                    border-radius: 2px;
                    background: #fff;
                    -moz-box-shadow: -1px -1px 2px #004977;
                    -webkit-box-shadow: -1px -1px 2px #004977;
                    box-shadow: -1px -1px 2px #004977;
                }

/*#endregion */

/*#region notification */
.number-notify {
    position: relative;
    margin-right: 3px;
}

    .number-notify .number {
        position: absolute;
        top: -6px;
        right: -6px;
        font-size: 10px;
        padding: 0px 7px;
        background-color: red;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

.notification {
    padding: 0 !important;
    width: 360px;
}

    .notification .lb-notify {
        padding: 15px 5px 0 10px !important;
    }

    .notification .notification-item {
        padding: 5px;
        transition: all .3s;
        margin: 5px 10px;
        border-bottom: 1px dashed #eee;
    }

        .notification .notification-item:last-child {
            border-bottom: unset !important;
        }

        .notification .notification-item.active,
        .notification .notification-item:hover {
            background-color: #eee;
            border-radius: 5px;
        }

    .notification label {
        font-weight: bold;
        margin-bottom: 0 !important;
        font-size: 14px;
    }

    .notification ul.overflowy {
        max-height: 500px;
        overflow-y: scroll;
        padding-bottom: 5px;
    }

    .notification .image-notify {
        margin-right: 7px;
    }

        .notification .image-notify img {
            width: 50px;
            border-radius: 50%;
        }

    .notification .info-notify {
    }

        .notification .info-notify .title {
            font-size: 13px;
            margin: 0;
            /*font-weight: 600;*/
        }

            .notification .info-notify .title span {
                font-weight: 700;
            }

        .notification .info-notify .time {
            font-size: 12px;
            color: rgba(51,51,51,.5);
        }

            .notification .info-notify .time i {
                font-size: 12px !important;
            }

.dropdown-mobile {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 45px !important;
    position: fixed !important;
}

@media only screen and (max-width: 512px) {
    .notification {
        width: 100% !important;
    }

        .notification ul.overflowy {
            height: 100%;
            overflow-y: scroll;
        }
}

/*#endregion */

/*#region store detail */

.store-detail .store-slide {
}

.store-detail .card-header h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.store-detail .store-slide img {
    width: 100%;
    height: 300px;
    object-fit: fill;
}

.store-detail .slick-prev:before, .store-detail .slick-next:before {
    color: #008848;
}

.store-detail .content .line-row {
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9
}

    .store-detail .content .line-row:last-child {
        border-bottom: unset;
    }

    .store-detail .content .line-row .line-left {
        float: left;
        width: 50%
    }

    .store-detail .content .line-row .line-right {
        width: 50%;
        float: left
    }

    .store-detail .content .line-row .head-line {
        width: 130px;
        float: left;
        background: #f9f9f9;
        padding: 10px;
        font-weight: 700
    }

    .store-detail .content .line-row .info-line {
        padding: 10px;
        background: #fff;
        margin-left: 130px;
        min-height: 37px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden
    }

        .store-detail .content .line-row .info-line.share img {
            width: 35px;
            margin-right: 13px;
        }

    .store-detail .content .line-row .btn-hotline {
        border-radius: 4px;
        color: #008848;
        border-color: silver;
        border: 1px double;
    }

@media(max-width: 768px) {
    .store-detail .content .info-line.address {
        text-overflow: clip
    }

    .store-detail .content .line-row .line-left {
        width: 100%;
        border-bottom: 1px solid #eee
    }

    .store-detail .content .line-row .line-right {
        width: 100%;
        border-bottom: 1px solid #eee
    }
}

/*#region location */

.select2-container--bootstrap .select2-selection--single {
    height: 38px !important;
    padding: 8px 24px 6px 12px !important;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #008848 !important;
    color: #fff;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

#detail-map .map-content {
    padding: 6px 6px 0 6px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px 2px #ddd;
}

#dot {
    width: 10px;
    height: 10px;
    background-color: #f33;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    display: block;
}

#detail-map .idea > p {
    position: relative;
    display: inline;
}

#dot .ping {
    border: 1px solid #f33;
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: rgba(238,46,36,.2);
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
    margin: -1px 0 0 -1px;
}

#detail-map .idea .text-idea {
    padding-left: 40px;
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

/*#endregion */
/*#endregion */
/*#region fix responsive */
/*Fix css reponsive tablet*/
@media only screen and (max-width: 1024px) {
    .collapse.navbar-collapse, .area-user {
        display: none !important;
    }

    #main .banner-left,
    #main .banner-right {
        display: none;
    }

    #main .content-middle {
        width: 100% !important;
        margin: 0 !important;
    }

    #main .container-fluid.d-sm-0 {
        padding: 0;
    }

    .menu-bar {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .content-middle .banner-hide {
        display: flex !important;
        justify-content: space-around !important;
    }
}

#main .banner-right .show-md {
    display: none !important;
}

@media only screen and (min-width: 974px) and (max-width:1130px) {
    #main .banner-left {
        display: none !important;
    }

    #main .banner-right {
        width: 175px;
        display: block !important;
    }

        #main .banner-right .show-md {
            width: 175px;
            display: block !important;
        }

    #main .content-middle {
        width: calc(100% - 175px);
        padding: 0 5px !important
    }

    .btn-upload-adv a {
        font-size: 10px;
    }

    .header nav .navbar-nav li a {
        font-size: 10px;
    }

    .header nav .navbar-nav li a {
        font-size: 11px;
    }
}
/*#endregion */

/*#region toplist */

.top-list {
    padding-left: 15px;
    height: 50px;
    background: #f9f9f9;
    margin-bottom: 15px;
    border: 1px solid #f4f4f4;
}

    .top-list .left {
        float: left;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        color: #5a646e
    }

    .top-list .right {
        float: right;
        text-align: left;
        height: 50px
    }

        .top-list .right ul {
            margin: 0;
            padding: 0;
            line-height: 50px
        }

            .top-list .right ul > li {
                display: inline-block;
                padding: 0 16px;
                min-width: 70px
            }

                .top-list .right ul > li a {
                    font-size: 14px;
                    line-height: 50px;
                    color: #5a646e
                }

                    .top-list .right ul > li a i {
                        margin-right: 5px
                    }

/*#endregion */

/*#region blog → ~/Client/css/pages/_blog.css (.blog-page) */
/*#endregion */

/*#region main-product-list */
.product-wrap .tab-main {
    position: sticky;
    top: 50px;
    background-color: #fff;
    z-index: 99;
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #eee;
}

    .product-wrap .tab-main .tab-item {
        font-size: 15px;
        line-height: 38px;
        cursor: pointer;
        margin-right: 30px;
    }

        .product-wrap .tab-main .tab-item:hover {
            border-bottom: 3px solid #008848;
        }

        .product-wrap .tab-main .tab-item.active {
            font-weight: bold;
            border-bottom: 3px solid #008848;
        }

@media only screen and (max-width: 512px) {
    .product-wrap .tab-main {
        width: 100%;
        /*overflow-x: scroll;*/
    }

        .product-wrap .tab-main.scroll-x {
            width: 100%;
            overflow-x: scroll;
        }

    .product-wrap .tab-item {
        font-size: 14px;
        line-height: 38px;
        cursor: pointer;
    }
}

/*#endregion */

/*#region banner — danh sách banner → ~/Client/css/pages/_banner.css (.banner-manager-page) */
/*#endregion */

/*#region header bottom */

#header-bottom {
    display: none;
    position: fixed;
    bottom: -1px;
    height: 50px;
    width: 100%;
    min-width: 320px;
    background-color: #eee;
    margin: 0 auto;
    z-index: 9999;
    box-shadow: 0 12px 30px 2px #000
}

@media(max-width: 512px) {
    footer {
        display: none
    }

    #header-bottom {
        display: block
    }
}

#header-bottom .main-menu-bottom {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(5,1fr);
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.25)
}

    #header-bottom .main-menu-bottom > li {
        text-align: center;
        position: relative
    }

        #header-bottom .main-menu-bottom > li .item {
            padding-right: 0;
            font-size: 13px;
            padding-top: 7px
        }

            #header-bottom .main-menu-bottom > li .item a {
                z-index: 999;
                color: #767676 !important;
            }

                #header-bottom .main-menu-bottom > li .item a:hover i {
                    color: #008848
                }

        #header-bottom .main-menu-bottom > li.active .item a, #header-bottom .main-menu-bottom > li.active .item a i {
            color: #008848 !important
        }

        #header-bottom .main-menu-bottom > li .item .layout-container {
            width: 82px;
            height: 82px !important;
            background: #eee;
            color: #fff;
            font-size: 15px;
            font-stretch: normal;
            font-style: normal;
            line-height: 3.7 !important;
            letter-spacing: normal;
            border-radius: 50%;
            text-decoration: none;
            position: absolute;
            left: calc(50% - 41px);
            top: -17px;
            padding: 0 !important
        }

        #header-bottom .main-menu-bottom > li .item .circle {
            width: 70px;
            height: 70px !important;
            background: #008848;
            color: #fff;
            font-size: 15px;
            font-stretch: normal;
            font-style: normal;
            line-height: 3.7 !important;
            letter-spacing: normal;
            border-radius: 50%;
            text-decoration: none;
            position: absolute;
            left: calc(50% - 35px);
            top: -10px;
            padding: 0 !important;
            box-shadow: 0 2px 10px 0 #4c4c4c
        }

        #header-bottom .main-menu-bottom > li > .item.middle a i {
            display: block;
            font-size: 20px;
            color: #797979
        }

        #header-bottom .main-menu-bottom > li > .item > a > i {
            display: block;
            font-size: 20px;
            color: #797979
        }

        #header-bottom .main-menu-bottom > li .item.middle a i {
            position: relative;
            color: #fff
        }

        #header-bottom .main-menu-bottom > li .item.middle a span {
            display: block;
            font-size: 11px;
            line-height: initial;
            height: 17px;
            width: 100%;
            position: absolute;
            color: #fff
        }

/*#endregion */

/*#region store-product-manager → ~/Client/css/pages/_product.css (.product-page) */

/*#endregion */

/*#region Common */
.item-post-right {
    width: 100px;
}

#pageslide {
    opacity: 0;
    position: absolute;
    position: fixed;
    top: 0;
    left: -260px;
    height: 100%;
    z-index: 999999;
    width: 260px;
    padding: 0 20px;
    background-color: #002637;
    background-color: #008848;
    color: #FFF;
    box-shadow: inset 0 0 5px 5px rgb(0 0 0 / 20%);
    transition: all .3s;
}

    #pageslide.active {
        opacity: 1;
        left: 0;
    }

.menu-bar-mobile {
    position: absolute;
    right: -54px;
}

    .menu-bar-mobile .btn-warning {
        border-radius: 0 5px 5px 0;
    }

        .menu-bar-mobile .btn-warning:focus {
            box-shadow: none !important;
        }

/* .post-push-info → ~/Client/css/pages/_page.css (.cms-page) */

.hotline-left {
    font-size: 16px;
    margin: 15px 0;
}

    .hotline-left .hotline-left-lb {
        color: #ffc107;
        font-weight: bold;
    }

    .hotline-left .hotline-left-phone {
        margin-top: 15px;
    }

        .hotline-left .hotline-left-phone small {
            font-size: 13px;
        }

        .hotline-left .hotline-left-phone i, .hotline-left .hotline-left-phone a {
            font-size: 16px;
            color: #fff;
        }

.support-phone .phone a {
    padding: 5px;
    background-color: #008848;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.select2 {
    width: 100% !important;
}

.select2-container--open {
    z-index: 99999 !important;
}

.search-quick {
    max-height: 0px;
    overflow: hidden;
    margin: 0;
    transition: .2s;
}

    .search-quick.active {
        max-height: 300px;
    }

    .search-quick label {
        margin-bottom: 10px;
        margin-left: 2px;
        font-weight: 500;
    }
/*#endregion */

/*#region fix reponsive */
@media (max-width: 512px) {
    body {
        padding-bottom: 50px;
    }

    .store-list .store-item .a_img {
        width: 80px;
    }

    .store-list .store-item .store-image img {
        height: 80px;
    }

    .store-list .store-item .store-image .img-prioritize {
        height: 160px;
        border-radius: 2px;
    }

    .store-list .store-item .rating i {
        font-size: 10px !important;
    }

    .store-list .store-item .rating .text-muted {
        display: none;
    }

    .store-list .store-item .priority {
        font-size: 11px;
    }

    .store-list .store-item .store-info h2 {
        font-size: 13px;
    }

    .store-list .store-item .store-info, .store-item .store-info .phone-main .phone {
        font-size: 12px;
    }

    .store-item .store-info .author {
        font-size: 11px;
    }

    nav .pagination li .page-link {
        padding: 2px 8px;
    }

    .right-panel {
        bottom: 45px;
    }

    .user-manager {
        width: 100%;
    }

    .user-wrap .user-info {
        width: 100%;
    }

    .item-post-right {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }

    ul.bankList li {
        margin-right: 3px;
    }

    #top-up-panel #tab-head-parent {
        flex-wrap: nowrap !important;
        overflow: scroll;
        width: 100%;
        height: 50px;
    }

    #top-up-panel #boxMoneyATM {
        margin-top: 15px;
    }

    #top-up-panel .bank {
        margin-right: 0;
        margin-bottom: 15px;
    }

    #top-up-panel #tab-wallet #nav-tab {
        overflow-x: scroll;
        height: 65px;
        flex-wrap: unset;
    }

    .product-wrap .tab-main {
        top: 48px;
    }

    .store-detail .store-slide img {
        height: 190px;
    }

    .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
        height: 100px !important;
    }

    .no-data {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .header-area .header-user .name-user {
        display: none !important;
    }

        .header-area .header-user .name-user.name-user-show {
            display: inline-block !important;
        }

    .header-area .header-user .lb-noty {
        display: none;
    }

    .btn-upload-adv .btn-upload-post {
        padding: 0px 7px;
        font-size: 12px;
        white-space: nowrap !important;
    }

    .header-area .header-user {
        margin-right: 5px !important;
    }

        .header-area .header-user .img-user-header img {
            margin-right: 0px;
        }

    .dropdown-menu.show {
        left: unset;
        right: 0;
    }

    .dropdown-menu.arrow:before {
        left: unset;
        right: 12px;
    }
}

/*#endregion */


/*#region scrollbar */
::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: var(--vifa-main-color);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*#endregion */
