﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: Tahoma, Arial,Helvetica,sans-serif;
    color: #080808;
    font-size: 14px;
    vertical-align: baseline;
}

/*Nút top*/
#topscroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 5px 12px;
    background: #ffab00;
    display: none;
    transition-duration: 0.3s;
}

    #topscroll span {
        font-size: 1.8em;
        color: #fff;
    }

    #topscroll:hover {
        cursor: pointer;
    }
/*Kết thúc nút top*/

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        font-size: 15px;
    }
}


h1, h2, h3, h4, h5, h6 {
}

strong, span, i, em, u {
    font-size: inherit;
    letter-spacing: 0.4px;
    color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

a:focus {
}

a:hover, a:active {
    text-decoration: none;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.clr {
    clear: both;
}

.padlr0px {
    padding-left: 0px;
    padding-right: 0px;
}

.p-relative {
    position: relative;
}

.bd-hr-01 {
    width: 150px;
    height: 3px;
    background: #ed9c1b;
    margin: 0 auto;
}

.bd-hr-02 {
    width: 250px;
    height: 3px;
    background: #ed9c1b;
}

.bd-hr-03 {
    width: 200px;
    height: 3px;
    background: #33579f;
}

.bg-border {
    height: 10px;
    background: url(../Images/bg-border.png) no-repeat center top;
}
/*--------------------Site-header--------------------*/
#site-header {
    background: #0a2c70;
}

.fix-menu {
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgb(247,235,229);
    background: linear-gradient(180deg, rgba(247,235,229,1) 0%, rgba(249,245,243,1) 49%, rgba(250,246,245,1) 100%);
    border-bottom: solid 2px #ca581f;
}

    .fix-menu .nav-top {
        padding-top: 0px !important;
    }

    .fix-menu img {
        height: 40px !important;
    }

    .fix-menu ul li a {
        line-height: 60px !important;
    }

    .fix-menu ul li ul li a {
        line-height: 40px !important;
    }

    .fix-menu .nav-top .cart-top {
        top: 7px !important;
    }

.logo-site {
    text-align: left;
    padding: 10px 0;
}

    .logo-site img {
        height: 80px;
        width: auto;
        display: block;
    }

.nav-top {
    padding: 10px 0 0 0;
    position: relative;
}

    .nav-top .cart-top {
        position: absolute;
        padding: 10px 20px;
        right: 0px;
        top: 32px;
        background: #cc0000;
        color: #fff;
        border-radius: 5px;
        letter-spacing: 0.8px;
        transition-duration: 0.3s;
        font-size: 1.2em;
    }

        .nav-top .cart-top i {
            color: #fff;
            margin-right: 10px;
        }

        .nav-top .cart-top:hover {
            background: #ca581f;
        }

    .nav-top ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .nav-top ul li {
            float: left;
            position: relative;
        }

            .nav-top ul li:hover ul {
                display: block;
            }

            .nav-top ul li a {
                padding: 0 15px;
                line-height: 90px;
                display: block;
                font-size: 1.23em;
                letter-spacing: 0.7px;
                color: #fff;
                text-transform: uppercase;
                font-weight: bold;
                transition-duration: 0.3s;
            }

                .nav-top ul li a span {
                    color: #fff;
                    margin-left: 5px;
                }

                .nav-top ul li a:hover {
                    color: #cf9436;
                }

            .nav-top ul li ul {
                position: absolute;
                z-index: 10;
                width: 280px;
                background: #0a2c70;
                display: none;
            }

                .nav-top ul li ul li {
                    border-top: solid 1px #184295;
                    width: 100%;
                }

                    .nav-top ul li ul li a {
                        color: #f6f6f6;
                        line-height: 40px;
                        font-size: 1.02em;
                        text-transform: unset;
                        font-weight: unset;
                        letter-spacing: 0.5px;
                        transition-duration: 0.3s;
                    }

                        .nav-top ul li ul li a:hover {
                            color: #fff;
                            background: #0a3895;
                            padding-left: 17px;
                        }

@media only screen and (max-width: 1366px) {
    .nav-top ul li a {
        padding: 0 8px;
        font-size: 1.12em;
    }

    .proc-item .btn-cart a, .proc-item .btn-view a {
        font-size: 0.95em !important;
    }

    .ft-cl1-caption span, .social-footer .title {
        font-size: 1.3em !important;
    }
}

@media only screen and (max-width: 1024px) {
    #site-header .col-md-3 {
        width: 12%;
    }

    #site-header .col-md-9 {
        width: 83%;
    }

    .nav-top ul li a {
        padding: 0 8px;
    }

    .logo-site img {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 991px) {
    #sidebarCollapse {
        top: 32px !important;
    }
}

@media only screen and (max-width: 768px) {
    #sidebarCollapse {
        font-size: 3.2em !important;
        top: 15px !important;
    }

    .logo-site img {
        height: 65px;
    }
}

@media only screen and (max-width: 480px) {
    #sidebarCollapse {
        font-size: 2.2em !important;
        top: 8px !important;
    }

    .logo-site img {
        height: 50px;
    }

    .fix-menu {
    }

        .fix-menu img {
            height: 25px !important;
        }
}

@media only screen and (max-width: 768px), (max-width: 768px), (max-width: 991px) {
    #sidebarCollapse {
        display: block !important;
    }

    .nav-desktop {
        display: none;
    }

    #site-header .col-md-3 {
        width: 100%;
    }

    .logo-site img {
        width: auto;
        margin-top: 0px;
    }
}
/*--------------------End site-header--------------------*/

/*--------------------slider-home--------------------*/
#slider-home {
    border-top: solid 2px #ca581f;
}
/*--------------------End slider-home--------------------*/

/*Khối đặc biệt*/
.ladi-special-01 {
    background: #f5f6f7;
    padding: 20px 0;
}

    .ladi-special-01 .utilities {
        padding: 25px 20px 15px 20px;
        position: relative;
    }

    .ladi-special-01 .bd-left {
        transition: 0.6s;
        border: 1px solid #dedede;
    }

    .ladi-special-01 .bd-right {
        border-right: 1px solid #dedede;
    }

    .ladi-special-01 .bd-left:hover {
    }

        .ladi-special-01 .bd-left:hover p.text {
            color: #1e4e5c;
        }

        .ladi-special-01 .bd-left:hover p.desc {
        }

        .ladi-special-01 .bd-left:hover span {
        }

    .ladi-special-01 .utilities p.text a {
        color: #e70000;
        font-size: 1.6em;
    }

        .ladi-special-01 .utilities p.text a i {
            color: #145cff;
            font-size: inherit
        }

    .ladi-special-01 .utilities p.desc {
        color: #000;
        font-size: 1em;
        letter-spacing: 0.5px;
        margin-top: 20px;
    }

    .ladi-special-01 .utilities span {
        font-size: 3.5em;
        position: absolute;
        right: 10px;
        top: 25px;
        color: #003399;
    }
/*Kết thúc thối đặc biệt*/

/*List sản phẩm*/
#product-home {
    padding: 25px 0;
}

    #product-home .heading {
        text-align: center;
        font-size: 1.8em;
        text-transform: uppercase;
        color: #000000;
        font-weight: bold;
    }

    #product-home .bd {
        width: 100px;
        height: 5px;
        margin: 0 auto;
        background: #e50000;
    }

.proc-item {
    margin: 25px 0;
}

    .proc-item .thumb {
    }

        .proc-item .thumb a {
        }

        .proc-item .thumb img {
            border: solid 1px #dedede;
            padding: 2px;
        }

    .proc-item .name {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0px;
    }

        .proc-item .name a {
            font-weight: bold;
            color: #003399;
            font-size: 1.2em;
            transition-duration: 0.3s;
        }

            .proc-item .name a:hover {
                color: #000000;
                text-decoration: underline;
            }

    .proc-item .info {
    }

        .proc-item .info ul {
            margin: 0 0 10px 30px;
            padding: 0px;
            list-style: disc;
        }

            .proc-item .info ul li {
                padding: 5px 0;
            }

                .proc-item .info ul li strong {
                }

                .proc-item .info ul li span.price {
                    font-weight: bold;
                    font-size: 1.2em;
                    color: #e50000;
                    text-decoration:line-through;
                }
                .proc-item .info ul li span.sale {
                    font-weight: bold;
                    font-size: 1.2em;
                    color: #e50000;                    
                }

    .proc-item .btn-view {
        width: 49%;
        float: left;
        text-align: center;
    }

        .proc-item .btn-view a {
            display: block;
            background: #0014b0;
        }

            .proc-item .btn-view a:hover {
            }

        .proc-item .btn-cart a, .proc-item .btn-view a {
            font-size: 1em;
            text-transform: uppercase;
            padding: 5px 0;
            color: #fff;
            border-radius: 5px;
        }

            .proc-item .btn-cart a i, .proc-item .btn-view a i {
                margin-left: 10px;
                color: #fff;
            }

    .proc-item .btn-cart {
        width: 49%;
        float: right;
        text-align: center;
    }

        .proc-item .btn-cart a {
            display: block;
            background: #b2000b;
        }

            .proc-item .btn-cart a:hover {
            }
/*Kết thúc list sản phẩm*/

/*featured-list*/
#featured-list {
    padding: 50px 0 25px 0;
    background: #f5f6f7;
}

    #featured-list .heading {
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 25px;
        text-transform: uppercase;
        color: #000000;
        font-weight: bold;
    }

    #featured-list .bd {
        width: 100px;
        height: 5px;
        margin: 0 auto;
        background: #e50000;
        margin-bottom: 10px;
    }

    #featured-list .avatar {
    }

        #featured-list .avatar img {
            width: 100%;
            height: auto;
            border: solid 1px #efefef;
            padding: 2px;
        }

    #featured-list .text {
        text-align: justify;
        line-height: 25px;
        font-size: 1.05em;
    }

        #featured-list .text p {
        }
/*.featured-item {
    margin-top: 30px;
}

    .featured-item .icon {
        text-align: center;
    }

        .featured-item .icon i {
            font-size: 4em;
            color: #cc0000;
        }

    .featured-item .name {
        font-weight: bold;
        font-size: 1.15em;
        text-align: center;
        margin: 20px 0;
        color: #cc0000;
    }

    .featured-item .text {
        text-align: center;
        line-height: 25px;
    }*/
/*end featured-list*/
/*video-home*/
#video-home {
    padding: 0 0 0 0;
    background: #f5f6f7;
}

    #video-home .heading {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 25px;
        text-transform: uppercase;
        color: #000000;
        font-weight: bold;
        padding: 0px;
    }

    #video-home .bd {
        width: 100px;
        height: 5px;
        background: #e50000;
        margin-bottom: 10px;
    }

    #video-home .title {
        text-align: center;
        font-weight: bold;
        font-size: 1.1em;
        padding: 10px 0;
        margin-bottom: 0px;
    }
/*end video-home*/
/*--------------------news-home--------------------*/
#news-home {
    padding: 30px 0 25px 0;
}

.nh-caption {
}

    .nh-caption h3 {
        margin: 0px;
        text-align: center;
    }

        .nh-caption h3 span {
            font-size: 1.5em;
            font-weight: bold;
            color: #0a2c70;
            text-transform: uppercase;
        }

.nh-content {
    margin-top: 20px;
}

.items-news {
}

    .items-news .block {
        padding: 0 20px;
    }

        .items-news .block .thumb {
        }

            .items-news .block .thumb a img {
                transition-duration: 0.3s;
                height: 284px;
            }

                .items-news .block .thumb a img:hover {
                    opacity: 0.9;
                }

        .items-news .block .name {
            text-align: center;
            padding: 5px 0;
        }

            .items-news .block .name a {
                color: #1a1a1a;
                font-size: 1.1em;
                transition-duration: 0.3s;
                font-weight: bold;
            }

                .items-news .block .name a:hover {
                    color: #ed9c1b;
                }

        .items-news .block .des {
            text-align: justify;
            line-height: 22px;
            color: #535353;
            margin-bottom: 15px;
        }

        .items-news .block .link {
            text-align: center;
            margin-bottom: 10px;
        }

            .items-news .block .link a {
                padding: 10px 25px;
                background: #ca581f;
                color: #fff;
                transition-duration: 0.3s;
            }

                .items-news .block .link a i {
                    color: #fff;
                    transition-duration: 0.3s;
                    margin-left: 10px;
                }

                .items-news .block .link a:hover i {
                }

                .items-news .block .link a:hover {
                    background: #ed9c1b;
                }

    .items-news .slick-dots {
        bottom: -40px;
    }

.next-news {
    right: -40px;
    top: 30%;
    position: absolute;
}

.prev-news {
    left: -40px;
    top: 30%;
    position: absolute;
}

.arrow-news {
    padding: 10px 20px;
    z-index: 10;
    cursor: pointer;
}

    .arrow-news:hover {
    }

    .arrow-news i {
        font-size: 2.5em;
        color: #cacaca;
    }

        .arrow-news i:hover {
            color: #ed9c1b;
        }

@media only screen and (min-width: 1930px) {
}

@media only screen and (max-width: 1340px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
    .prev-news {
        left: 0px;
    }

    .next-news {
        right: 0px;
    }
}
/*--------------------End news-home--------------------*/
/*--------------------Footer--------------------*/
#footer {
    background: #0a2c70;
    padding: 35px 0 30px 0;
}

.ft-cl1-caption {
}

    .ft-cl1-caption span {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        font-size: 1.5em;
    }

.ft-cl1-ctext {
    margin-top: 15px;
}

    .ft-cl1-ctext ul {
        margin: 0px;
        padding: 0px;
    }

        .ft-cl1-ctext ul li {
            padding: 5px 0;
        }

            .ft-cl1-ctext ul li span {
                color: #fff;
                margin-right: 5px;
            }

            .ft-cl1-ctext ul li a {
                color: #fff;
                letter-spacing: 0.5px;
                transition-duration: 0.3s;
            }

                .ft-cl1-ctext ul li a:hover {
                    text-decoration: underline;
                }

.social-footer {
    margin-left: 40px;
}

    .social-footer .title {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        font-size: 1.5em;
    }

    .social-footer .lsf {
        margin: 25px 0 0 0;
        padding: 0px;
    }

        .social-footer .lsf li {
            float: left;
        }

            .social-footer .lsf li a {
                width: 40px;
                height: 40px;
                border-radius: 10px;
                background: #595959;
                display: block;
                text-align: center;
                margin-right: 10px;
                transition-duration: 0.3s;
            }

                .social-footer .lsf li a i {
                    font-size: 1.6em;
                    color: #fff;
                    line-height: 40px;
                    margin-left: 2px;
                }

                .social-footer .lsf li a:hover {
                }

.bct-footer {
    text-align: center;
    margin-top: 35px;
}

.ft-cl2-logo {
}

    .ft-cl2-logo img {
        display: block;
    }


.ft-cl2-add {
    margin-top: 15px;
}

    .ft-cl2-add h3 {
        font-size: 1.3em;
        letter-spacing: 0.5px;
        color: #ed9c1b;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .ft-cl2-add p {
        color: #fff;
        letter-spacing: 0.5px;
    }

        .ft-cl2-add p i {
            color: #fff;
            margin-right: 10px;
        }

#copyright {
    background: #001c54;
    text-align: center;
    line-height: 35px;
    color: #1044ad;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {

    .ft-cl2-logo {
        margin-top: 10px;
        border-top: solid 1px #cf9436;
        padding-top: 10px;
        text-align: center;
    }

        .ft-cl2-logo img {
            display: unset;
        }

    .ft-cl2-add {
        margin-top: 10px;
    }

        .ft-cl2-add h3 {
            line-height: 30px;
        }

    #footer {
        padding: 20px 0 5px 0;
    }

    #copyright {
        line-height: 20px;
        padding: 8px 0;
    }
}

/*--------------------End footer--------------------*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
}
/*Nút hotline*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 35px;
    left: -25px;
    z-index: 6666;
}

.hotline-phone-ring-wrap-1 {
    position: fixed;
    bottom: 85px;
    left: -25px;
    z-index: 6666;
}
.hotline-phone-ring-zalo {
    position: fixed;
    bottom: 160px;
    left: -25px;
    z-index: 999999;
}
/*
.hotline-phone-ring-face {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}*/
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle, /*, .hotline-phone-ring-img-circle-1*/ .hotline-zalo-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-zalo-ring-img-circle {
    background-color: #0baeff !important;
}

.hotline-zalo-ring-img-circle {
    width: 45px;
    height: 45px;
    top: 30px;
    left: 30px;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .hotline-phone-ring-img-circle .pps-btn-img img {
        width: 20px;
        height: 20px;
    }

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 185px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 40px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

        .hotline-bar > a:hover,
        .hotline-bar > a:active {
            color: #fff;
        }

.text-hotline {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    /*.hotline-bar {
        display: none;
    }*/
}
/*Kết thúc hotline*/
