/* Minification failed. Returning unminified contents.
(7466,118): run-time error CSS1030: Expected identifier, found ':'
(7466,126): run-time error CSS1031: Expected selector, found ')'
(7466,126): run-time error CSS1025: Expected comma or open brace, found ')'
(8164,37): run-time error CSS1046: Expect comma, found '243'
(8164,44): run-time error CSS1046: Expect comma, found ')'
(9014,39): run-time error CSS1030: Expected identifier, found ':'
(9014,47): run-time error CSS1031: Expected selector, found ')'
(9014,47): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "utf-8";

html {
    /*-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;*/
    font-size: 14px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, img, embed {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

ol, ul {
    list-style-position: inside;
}

:focus {
    outline: 0;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #147ed3;
        outline: none;
        text-decoration: none;
    }

    a:active {
        outline: none;
        text-decoration: none;
    }

b, strong {
    font-weight: bold;
}

body {
    color: #333;
    background: #fff; /*'Nunito', sans-serif;*/
    /*font-family: MuseoSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,*/
    /*Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;*/
    font-family: 'Roboto', sans-serif;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    /*font-family: MuseoSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,*/
    /*Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;*/
    font-family: 'Roboto', sans-serif;
}

.cke_show_borders, cke_editable_themed, .cke_contents_ltr, .cke_editable {
    padding: 1rem;
}

.form-inline.form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, input, textarea {
    padding: 5px;
}

p {
    max-width: 100%;
}

.text-df-hover:hover {
    color: #147ed3 !important;
}

.text-df {
    color: #147ed3;
}

.bg-df-hover:hover {
    background: #147ed3 !important;
}

.bg-df {
    background: #147ed3;
}

.border-df {
    /*--falcon-border-opacity: 1;*/
    border-color: #147ed3 !important;
}

.border-df-hover:hover {
    /*--falcon-border-opacity: 1;*/
    border-color: #147ed3 !important;
}

.bggray {
    background: #f6f6f6;
    padding: 0 0 30px;
    margin-top: 30px;
    position: relative;
    border-top: 1px solid #ececec;
}

.bg-ddd {
    background-color: #ddd;
}

/**/

.h1-home {
    position: absolute;
    margin-left: -10000px;
}

#_MenuTopRight1 .nav-item:hover .dropdown-menu {
    z-index: 999 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0) !important;
}

#_MenuTopRight1 .nav-item .dropdown-menu {
    opacity: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 6px 12px rgb(0, 0, 0.18);
    box-shadow: 0px 6px 12px rgb(0, 0, 0.18);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.cat-box {
    position: relative;
    overflow: hidden;
}

    .cat-box a .cat-box-title {
        text-align: center;
        font-family: MuseoSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    }

    .cat-box .cat-box-title {
        border-radius: 0;
        display: block;
        position: absolute;
        opacity: 1;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, #000000fc 22%, transparent);
        border-radius: 8px;
        overflow: hidden;
        text-align: center;
        color: #fff;
    }

    .cat-box:hover .cat-box-title {
        bottom: 0;
        height: calc(100% - 30px);
        background: #000000b8;
        margin: 15px 15px !important;
        display: flex;
        align-items: center;
        justify-content: end;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .cat-box .cat-box-title .cat-box-view {
        text-align: center;
        width: 100%;
    }

        .cat-box .cat-box-title .cat-box-view a {
            margin: auto;
            display: inline-block;
            transform: scale(0);
            opacity: 0;
        }

    .cat-box:hover .cat-box-title .cat-box-view {
    }

        .cat-box:hover .cat-box-title .cat-box-view a {
            transform: scale(1);
            opacity: 1;
        }

    .cat-box .cat-box-img {
        position: relative;
    }

.cat-box-img:before, .cat-box-img:after {
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}

.cat-box-img:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    margin: 0 -6px;
}

.cat-box-img:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    margin: -6px 0;
}

.cat-box-summary {
    transform: scale(0);
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

.cat-box:hover .cat-box-img:before, .cat-box:hover .cat-box-img:after, .cat-box:hover .cat-box-summary {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cat-box:hover .cat-box-summary {
    height: auto;
    max-height: 5.8rem;
}

.cat1-box {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .cat1-box:hover .box-title,
    .cat1-box:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); /* Safari và Chrome */
        -moz-transform: scale(1.05); /* Firefox */
        -o-transform: scale(1.05); /* Opera */
        -ms-transform: scale(1.05); /* Internet Explorer */
    }

    .cat1-box .box-title {
        /*z-index: 1;*/
        /*position: absolute;*/
        /*bottom: 0;*/
        /*background: #fff;*/
        /*display: inline-block;*/
        /*border-top-right-radius: 0.375rem;*/
        /*padding: 1rem .5rem;*/
        /*max-width: calc(100% - 1.5rem);*/
        /*-webkit-transition: all 0.35s ease-in-out;*/
        /*-o-transition: all 0.35s ease-in-out;*/
        /*-ms-transition: all 0.35s ease-in-out;*/
        /*transition: all 0.35s ease-in-out;*/
        
        z-index: 1;
        position: absolute;
        top: 1rem;
        left: 1rem;
        display: block;
        border-top-right-radius: 0.375rem;
        padding: 1rem 0.5rem;
        max-width: calc(100% - 3rem);
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        color: #fff;
        font-weight: 900;
        font-size: 1.5rem;
    }

        .cat1-box .box-title > span {
            font-weight: bold;
        }

    .cat1-box .box-img .frames {
        border-radius: 0.75rem;
    }

    .cat1-box .box-summary {
        display: inline-block;
    }

        .cat1-box .box-summary p {
            margin-bottom: 0rem;
        }



/*#new-big .news-big-ul-extend {
}

    #new-big .news-big-ul-extend .news:first-child {
        padding-top: 0;
    }*/
/*.listProduct td a, .listProduct td a:hover {
    color: #147ed3 !important;
}*/
/*.btnChangeQuantity:hover i {
    color: #fff;
}*/
/*.boxbydy_tb1_af_none:after {
    background: none !important;
}*/
.jssorb01 .av {
    background-color: #147ed3 !important;
}

    .jssorb01 div:hover, .jssorb01 .av:hover {
        background-color: #147ed3 !important;
    }

/*.boxbody_tbl {
}

.boxbody_tbl,
hr {
    position: relative;
}*/

/*.Whr:after {
    content: '';
    height: 2px;
    width: 10%;
    background: #147ed3;
    display: block;
    min-width: 88px;
    position: absolute;
    bottom: 0px;
}*/



/*.author-box .fas,
.author-box .fa,
.author-box .far {
    width: 22px;
    color: #147ed3;
    text-align: center;
    background: #fff;
    padding: 5px 0;
    font-size: .8rem;
    margin-right: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}*/

.whychoose-box {
}

    .whychoose-box .box-body {
        padding: 1rem;
        background: linear-gradient(122deg,#167fd3,#43a6d6);
        border-radius: 0.5rem;
        height: 100%;
    }

        .whychoose-box .box-body:hover .box-img {
            animation: 1s animation-rotateY-360 ease-in-out;
        }

    .whychoose-box .box-title {
        color: #fff;
        margin-top: 0.5rem;
        text-align: center;
        font-size: 1.2rem;
        text-transform: uppercase;
        /*border-bottom: 1px solid #fff;*/
        /*border-bottom-style: dashed;*/
        padding-bottom: 5px;
        font-weight: 600;
    }

    .whychoose-box .box-icon {
        color: #fcbd03;
        text-align: center;
        font-size: 0.8rem;
    }

        .whychoose-box .box-icon span:nth-child(5n+3) {
            font-size: 1.2rem;
            margin-left: 0.25rem;
            margin-right: 0.25rem;
        }

    .whychoose-box .box-summary {
        color: #fff;
        margin-top: 0.5rem;
        text-align: center;
    }

    .whychoose-box .box-img a i {
        font-size: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
    }

/*#cart a,
#cart span,
#hotline a,
#hotline p,
#hotline span,
#tel a,
#tel p,
#tel span {
    color: #147ed3 !important;
}*/

/*#cart p {
    color: #147ed3 !important
}

#cart p {
    color: #000 !important;
}

    #cart p b,
    #hotline b,
    #tel b {
        color: #ff0000 !important;
    }

#tel a span i,
#hotline a span i,
#cart a span i {
    color: #147ed3 !important;
}

#catsearch{
    background: #fff !important;
    color: #333 !important;
    padding-left: 10px
}*/
/*WIND*/

#header {
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 10;
    /*background: linear-gradient(178deg,#0096c7,#c5f9ff);*/
    background: #fff;
}

    #header #logo {
    }

        #header #logo a {
            position: relative;
            height: 3.5rem;
        }

        #header #logo img {
            padding: 7px 0;
            max-height: 100%;
            max-width: 100%;
        }

    #header.header-fixed {
        /*background: linear-gradient(178deg,#0096c7,#c5f9ff);*/
        /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);*/
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 1035;
    }

#header-end {
}

    #header-end .header-end-tel {
        align-items: center;
        margin-right: 1.5rem;
    }

        #header-end .header-end-tel .header-end-icon {
            margin-right: 0rem;
        }

            #header-end .header-end-tel .header-end-icon i {
                width: 2.25rem;
                height: 2.25rem;
                text-align: center;
                /*border: 1px solid #147ed3;*/
                color: #000;
                border-radius: 50rem;
                /*-moz-transform: rotate(-45deg);*/
                /*-o-transform: rotate(-45deg);*/
                /*-webkit-transform: rotate(-45deg);*/
                /*transform: rotate(-45deg);*/
                font-size: 1rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #header-end .header-end-tel .header-end-content .subtitle {
            font-size: 1rem;
            color: #000;
        }

        #header-end .header-end-tel .header-end-content .title {
            font-weight: bold;
            color: #ff0000;
        }

    #header-end .header-end-hotline {
        align-items: center;
    }

        #header-end .header-end-hotline .header-end-icon {
            margin-right: 0rem;
        }

            #header-end .header-end-hotline .header-end-icon i {
                width: 1.5rem;
                height: 1.5rem;
                text-align: center;
                /*border: 1px solid #147ed3;*/
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                color: #f20000;
                border-radius: 50rem;
                font-size: 1rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #header-end .header-end-hotline .header-end-content .subtitle {
            font-size: 1rem;
            color: #000;
        }

        #header-end .header-end-hotline .header-end-content .title {
            font-weight: bold;
            color: #ff0000;
        }

    #header-end .header-end-client {
        align-items: center;
        position: relative;
    }

        #header-end .header-end-client .header-end-icon {
            margin-right: 0rem;
        }

            #header-end .header-end-client .header-end-icon i {
               width: 2rem;
                height: 2rem;
                text-align: center;
                border: 1px solid #147ed3;
                color: #147ed3;
                border-radius: 50rem;
                font-size: 1rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #header-end .header-end-client .header-end-menu {
            width: 280px;
            padding: 1rem;
            border-radius: 0.75rem;
            background: #fff;
            -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
            -webkit-transform-origin: 50% 0;
            -webkit-transition: 350ms;
            -moz-transition: 350ms;
            -o-transition: 350ms;
            transition: 350ms;
            position: absolute;
            top: 100%;
            right: 0;
            -webkit-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            -moz-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
        }

            #header-end .header-end-client .header-end-icon:hover ~ .header-end-menu,
            #header-end .header-end-client .header-end-content.content-login:hover ~ .header-end-menu,
            #header-end .header-end-client .header-end-menu:hover {
                opacity: 1;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

        #header-end .header-end-client:hover .header-end-menu .title:first-child {
            font-size: 1.15rem;
            font-weight: 700;
            color: #000;
        }

        #header-end .header-end-client:hover .header-end-menu > div:not(:first-child) {
            padding: 0.75rem 0.5rem;
        }

            #header-end .header-end-client:hover .header-end-menu > div:not(:first-child) a i {
                color: #0194f3;
                font-size: 1.1rem;
                width: 2rem;
            }

            #header-end .header-end-client:hover .header-end-menu > div:not(:first-child) a:hover i {
                color: #f30101;
            }

            #header-end .header-end-client:hover .header-end-menu > div:not(:first-child) a span {
                color: #000;
                font-size: 1.1rem;
                font-weight: 600;
            }

        #header-end .header-end-client .header-end-content .subtitle {
            font-size: .8333333333rem;
            color: #147ed3;
        }

        #header-end .header-end-client .header-end-content .title.title-login{
            /*font-weight: bold;*/
            /*color: #ff0000;*/
            font-weight: 500;
            color: #ff8917;
            border: 1px solid #ff8917;
            padding: 0.5rem 2rem;
            border-radius: 0.375rem;
            font-size: 0.83rem;
        }
        
        #header-end .header-end-client .header-end-content .title.title-register{
            font-weight: 500;
            color: #fff;
            background: #ff8917;
            border: 1px solid #ff8917;
            padding: 0.5rem 2rem;
            border-radius: 0.375rem;
            font-size: 0.83rem;
        }

        #header-end .header-end-client .header-end-content > div > .icon-mini {
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 1.2rem;
            height: 1.2rem;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: center;
            background: red;
            border-radius: 50%;
            font-size: 0.8rem;
            color: #fff;
            font-weight: bold;
            position: absolute;
            top: -0.15rem;
            right: 0rem;
        }

        /*#header-end .header-end-client .header-end-body {
            position: absolute;
            z-index:10000;  
            top: 100%;
            background: #fff;
            padding: 1rem;
            -webkit-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            -moz-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            -webkit-transition: all 0.3s ease-in-out !important;
            -o-transition: all 0.3s ease-in-out !important;
            -ms-transition: all 0.3s ease-in-out !important;
            transition: all 0.3s ease-in-out !important;
            border-radius: 0.5rem;
            right: 0;
            width: 260px;
            -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
            -webkit-transform-origin: 50% 0;
            -webkit-transition: 350ms;
            -moz-transition: 350ms;
            -o-transition: 350ms;
            transition: 350ms;
        }
        #header-end .header-end-client:hover .header-end-body {
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }*/


        #header-end .header-end-client #header-end-body {
            max-width: 280px;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            #header-end .header-end-client #header-end-body .offcanvas-header {
                padding: 0rem;
            }

                #header-end .header-end-client #header-end-body .offcanvas-header .box-close {
                    position: absolute;
                    right: -3rem;
                    top: 1rem;
                    border-radius: 50%;
                    width: 2.86rem;
                    height: 2.86rem;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    border: 0px solid #fff;
                    color: #dbdbdb;
                    font-weight: 600;
                    font-size: 1.5rem;
                    opacity: 0.7;
                    -webkit-transition: all 0s ease-in-out;
                    -o-transition: all 0s ease-in-out;
                    -ms-transition: all 0s ease-in-out;
                    transition: all 0s ease-in-out;
                    background: none;
                }

                    #header-end .header-end-client #header-end-body .offcanvas-header .box-close:hover {
                        opacity: 1;
                    }

                #header-end .header-end-client #header-end-body .offcanvas-header .offcanvas-title {
                    font-weight: bold;
                }


            #header-end .header-end-client #header-end-body .offcanvas-body {
            }

                #header-end .header-end-client #header-end-body .offcanvas-body::-webkit-scrollbar-track {
                    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
                    background-color: #F5F5F5;
                }

                #header-end .header-end-client #header-end-body .offcanvas-body::-webkit-scrollbar {
                    width: 0.375rem;
                    background-color: #fff;
                }

                #header-end .header-end-client #header-end-body .offcanvas-body::-webkit-scrollbar-thumb {
                    background-color: #b1b1b1;
                    border-radius: 1rem;
                    /*background-color: #147ed3;
                    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));*/
                }

                #header-end .header-end-client #header-end-body .offcanvas-body .sub-item {
                }

                    #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item {
                        position: relative;
                    }

                        #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item > div > select {
                            position: absolute;
                            height: 100%;
                            width: 100%;
                            left: 0;
                            opacity: 0;
                        }

                        #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item > div,
                        #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item a {
                            padding: 0.5rem .25rem;
                            display: block;
                        }

                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item > div i,
                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item a i {
                                margin-right: 0.25rem;
                                font-size: 1.2rem;
                                color: #0194f3;
                                width: 2rem;
                            }

                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item > div:hover i,
                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item a:hover i {
                                color: #f30101;
                            }

                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item > div i.logoff,
                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item a i.logoff {
                                color: #ec0015;
                            }

                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item > div img,
                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item a img {
                            }

                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item > div span,
                            #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item a span {
                                font-weight: 500;
                                font-size: 1.1rem;
                                color: #03121a;
                            }

                                #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item > div span .icon-mini,
                                #header-end .header-end-client #header-end-body .offcanvas-body .sub-item .menu-item a span .icon-mini {
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    width: 1.5rem;
                                    height: 1.5rem;
                                    -webkit-box-align: center;
                                    -ms-flex-align: center;
                                    align-items: center;
                                    -webkit-box-pack: justify;
                                    -ms-flex-pack: justify;
                                    justify-content: center;
                                    background: red;
                                    border-radius: 50%;
                                    font-size: 0.9rem;
                                    color: #fff;
                                    font-weight: bold;
                                }

    #header-end .header-end-language {
        /*border: 1px solid #ddd;*/
        padding: 0.25rem;
        border-radius: 0.375rem;
        margin-right: 1rem;
        position: relative;
    }

        #header-end .header-end-language .header-end-icon {
        }

            #header-end .header-end-language .header-end-icon img {
                width: 2.2rem;
            }

        #header-end .header-end-language .header-end-content {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-left: 0.25rem;
        }

            #header-end .header-end-language .header-end-content > span {
                font-size: 0.6rem;
                padding-top: 0.15rem;
                margin-left: 0.375rem;
                margin-right: 0.15rem;
            }

        #header-end .header-end-language .header-end-body .title {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            #header-end .header-end-language .header-end-body .title:not(:first-child) {
                margin-top: 0.75rem;
            }

            #header-end .header-end-language .header-end-body .title .box-icon {
            }

                #header-end .header-end-language .header-end-body .title .box-icon img {
                    width: 1.9rem;
                }

                #header-end .header-end-language .header-end-body .title .box-icon span {
                }

            #header-end .header-end-language .header-end-body .title .box-dola {
            }

                #header-end .header-end-language .header-end-body .title .box-dola img {
                }

                #header-end .header-end-language .header-end-body .title .box-dola span {
                }

        #header-end .header-end-language .header-end-body {
            position: absolute;
            z-index: 10000;
            top: 100%;
            background: #fff;
            padding: 1rem;
            -webkit-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            -moz-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            -webkit-transition: all 0.3s ease-in-out !important;
            -o-transition: all 0.3s ease-in-out !important;
            -ms-transition: all 0.3s ease-in-out !important;
            transition: all 0.3s ease-in-out !important;
            border-radius: 0.5rem;
            right: 0;
            width: 260px;
            -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
            -webkit-transform-origin: 50% 0;
            -webkit-transition: 350ms;
            -moz-transition: 350ms;
            -o-transition: 350ms;
            transition: 350ms;
        }

        #header-end .header-end-language:hover .header-end-body {
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

#topbar {
    padding: 0;
    color: #000;
    width: 100%;
    height: 37px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

    #topbar div {
    }

    #topbar .topbar-phone {
        display: inline-block;
        color: #333e48;
        margin-right: 0.5rem;
        font-weight: 700;
    }


        #topbar .topbar-phone:hover {
            /*color: #147ed3;*/
        }

        #topbar .topbar-phone > i {
            color: #000000;
            transform: rotate(90deg);
        }


#search {
    position: absolute;
    z-index: 1;
    top: .75rem;
    right: 2rem;
    color: #147ed3;
    display: none;
}

    #search #frmsearch {
        display: none;
        border-top: 3px solid #147ed3;
        background: #fff;
        position: absolute;
        top: 40px;
        right: 0;
        width: 300px;
        padding: 10px;
        text-align: left;
        z-index: 1000;
        -webkit-box-shadow: 0 2px 5px 0 rgba(133,131,133,.7);
        -moz-box-shadow: 0 2px 5px 0 rgba(133,131,133,.7);
        box-shadow: 0 2px 5px 0 rgba(133,131,133,.7);
    }

    #search > span {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        text-align: center;
        background: #fff;
        border-radius: 0.25rem;
        /*background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);*/
        background-size: 200% auto;
        background-position: 0 100%;
        animation: 2s linear infinite forwards gradient;
    }

    #search #txtsearch {
        padding: 0 44px 0 8px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background-color: #fff;
        color: #666;
        border: 1px solid #eee;
    }

    #search #btnsearch {
        position: absolute;
        right: 0;
        top: 0;
        /*background: #147ed3;*/
        background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);
        background-size: 200% auto;
        background-position: 0 100%;
        animation: 2s linear infinite forwards gradient;
        display: block;
        color: #fff;
        margin: 0 auto;
        width: 36px;
        height: 100%;
        cursor: pointer;
        border: none;
        text-align: center;
    }

        #search #btnsearch i {
            font-size: 1.2rem;
        }

        #search #btnsearch:hover {
            background: #147ed3;
        }

#cart .cart-link {
    font-weight: normal
}

#cart:hover #cart-content {
    display: block;
    z-index: 100000
}

#cart #cart-content.in {
    display: block;
    z-index: 100000
}

#cart #cart-content {
    width: 320px;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    color: #000;
    display: none;
    top: 100%;
    right: 0;
    border-top: 3px solid #147ed3;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
    border-radius: 0.25rem;
}

    #cart #cart-content:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        top: -18px;
        bottom: 0;
        right: 25px;
        border-bottom: 9px solid #147ed3;
        border-top: 9px solid transparent;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
    }

    #cart #cart-content:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        top: -10px;
        bottom: 0;
        right: 29px;
        border-bottom: 5px solid #ffffff;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    #cart #cart-content table {
        display: block;
        text-align: left;
        max-height: 333px !important;
    }

        #cart #cart-content table::-webkit-scrollbar-thumb {
            background-color: #147ed3;
        }

    #cart #cart-content .cart-item:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

    #cart #cart-content .cart-item .cart-info .cart-name {
        overflow: hidden;
        clear: both;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        position: relative;
        font-size: 0.833rem;
    }

        #cart #cart-content .cart-item .cart-info .cart-name:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            height: 1px;
            width: 50%;
            margin: auto;
            left: 0;
            right: 0;
        }

    #cart #cart-content .cart-item .cart-img {
        padding: 0;
        width: 25%;
    }

        #cart #cart-content .cart-item .cart-img img {
            width: 100%;
            padding: 0.5rem;
            border: 1px solid #dbdbdb;
            border-radius: 0.25rem;
        }

    #cart #cart-content .cart-item .cart-info .br {
        display: list-item;
        text-decoration: none;
        list-style: none;
        height: 1px;
        border: 0.1px dashed #ebebeb;
        margin: 0.25rem 0;
    }

    #cart #cart-content .cart-item .cart-info .card-price {
        font-size: 0.83rem;
        color: #6c6c6c;
    }

.top-menu {
    float: right;
    margin-top: 6px;
    list-style: none;
}

    .top-menu li {
        float: left;
        position: relative;
        display: inline;
        margin-left: 20px;
    }

        .top-menu li a {
            display: block;
            padding: 5px 0;
        }

            .top-menu li a i {
                margin-right: 7px;
                font-size: 1.2rem;
                color: #147ed3;
            }

/*.user-area {
    position: absolute;
    top: 0;
    right: 15px;
}

    .user-area ul {
        list-style: none;
        white-space: nowrap;
    }

    .user-area li {
        float: left;
        white-space: nowrap;
    }

        .user-area li > a {
            display: block;
            padding: 4px;
            color: #147ed3;
            background: #fff !important;
            font-weight: normal;
            border: 2px solid #147ed3;
            margin: 6px 5px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 22px;
        }

        .user-area li a:hover {
            background: #aaa;
        }

        .user-area li a i {
            margin-right: 7px;
        }*/

/* slide home strat */

#jssor_1 {
    /*border-radius: 0.25rem;*/
}

/*slide home end*/

.slideshow {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(-180deg,rgb(67,166,214),#157ed3);
    background-image: -moz-linear-gradient(-180deg,rgb(67,166,214),#157ed3);
    background-image: linear-gradient(-180deg,rgb(67,166,214),#157ed3);
}

#slideshow {
    width: 100%;
    height: auto;
    position: relative;
    /*background-image: -webkit-linear-gradient(-180deg,rgb(67,166,214),#157ed3);
    background-image: -moz-linear-gradient(-180deg,rgb(67,166,214),#157ed3);
    background-image: linear-gradient(-180deg,rgb(67,166,214),#157ed3);*/
    padding: 1rem 1rem 2rem 1rem;
    max-width: 1920px;
    margin: auto;
}

    #slideshow a:after {
        /*background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
    border-bottom:1px solid #fff;
    bottom: -1px;
    content: "";
    height: 60%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;*/
    }

    #slideshow .owl-dots {
        text-align: center;
        margin-top: -2rem;
        position: relative;
        z-index: 1;
    }

    #slideshow .owl-carousel button.owl-dot.active,
    #slideshow .owl-carousel button.owl-dot:hover {
        background-color: #187dd3;
    }

    #slideshow #targetHeader {
        bottom: 10%;
    }

        #slideshow .slide-desc a:after,
        #slideshow #targetHeader a:after {
            background: none !important;
        }

        #slideshow #targetHeader a {
            background: #fff !important;
            display: block !important;
            padding: 20px 10px !important;
            /*border-radius: 0.25rem !important;*/
        }

            #slideshow #targetHeader a img {
                width: 30px !important;
                height: 30px !important;
                margin: auto;
                margin-bottom: 10px;
            }

        #slideshow #targetHeader .form-floating > .form-select ~ label {
            font-size: 1.1rem;
        }

/*#slideshow .slide-desc {
        top: 20%;
        left: 0%;
    }

        #slideshow .slide-desc p {
            display: none;
        }

        #slideshow .slide-desc a:hover,
        #slideshow .slide-desc a {
            color: #fff !important;
        }

        #slideshow .slide-desc p:nth-child(1) {
            display: block;
            font-size: 18px;
            line-height: 30px;
        }

        #slideshow .slide-desc p:nth-child(2) {
            display: block;
            font-size: 48px;
            line-height: 57px;
        }

        #slideshow .slide-desc p:nth-child(3) {
            display: block;
            margin-top: 20px;
            font-size: 16px;
            line-height: 24px;
        }*/
#slide-sub {
}

    #slide-sub .slide-sub-item {
    }

    #slide-sub .slide-sub-img {
        position: relative;
        border-radius: 0.25rem;
        overflow: hidden;
        width: 100%;
        display: block;
    }

        #slide-sub .slide-sub-img:before {
            position: relative;
            z-index: 1;
            content: "";
            padding-top: 49%;
            display: block;
        }

        #slide-sub .slide-sub-img img {
            position: absolute;
            height: 100%;
            width: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    #slide-sub .slide-sub-video {
        position: relative;
        border-radius: 0.25rem;
        overflow: hidden;
        width: 100%;
        display: block;
        cursor: pointer;
    }

        #slide-sub .slide-sub-video:before {
            position: relative;
            z-index: 1;
            content: "";
            padding-top: 49%;
            display: block;
        }

        #slide-sub .slide-sub-video img,
        #slide-sub .slide-sub-video > iframe {
            position: absolute;
            height: auto;
            width: 100%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            border-radius: 0.25rem;
            z-index: 1;
        }

        #slide-sub .slide-sub-video .btn-play {
            position: absolute;
            z-index: 1;
            color: #fff;
            font-size: 50px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            transition: 0.5s all;
            color: red;
        }

        #slide-sub .slide-sub-video:hover .btn-play {
            -webkit-transform: translate(-50%,-50%) scale(1.2);
            -moz-transform: translate(-50%,-50%) scale(1.2);
            -ms-transform: translate(-50%,-50%) scale(1.2);
            -o-transform: translate(-50%,-50%) scale(1.2);
            transform: translate(-50%,-50%) scale(1.2);
        }

#welcome-text {
    text-shadow: 0 0 7px rgba(0,0,0,0.9);
    font-size: 2.2rem;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 1.5;
    margin: 0 auto;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    z-index: 20;
    font-weight: bold;
    transform: translate(0,-50%)
}
#right-panel{}
#right-panel .box_top span:not(.icon):not(.toggle) {
    padding: 10px 10px 10px 55px;
}
/*#body-panel {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: left;*/
/*width: 73%;
    float: right;*/
/*margin-bottom: 30px;
    background-color: #fff;
}*/
/*#right-panel {*/
/*width: 25%;
    float: left;*/
/*text-align: left;
    margin-bottom: 20px;
}

    #right-panel .home-title span {
        font-family: 'Roboto',sans-serif;
        font-size: 1.1rem
    }

    #right-panel .home-title {
        margin: 0
    }

    #right-panel .news .news-img, #right-panel .news .news-image {
        width: 36%
    }

    #right-panel .news-info {
        width: 64%;
        padding-left: 10px
    }

        #right-panel .news-info .title {
            line-height: 1.1;
        }

            #right-panel .news-info .title a, #right-panel .news-info .posted-date {
                font-weight: normal;
                font-size: 1rem;
            }

        #right-panel .news-info .posted-date {
            margin-bottom: 0
        }
        #right-panel .box_top{
            border-top-right-radius:0.5rem;
            border-top-left-radius:0.5rem;
        }
        #right-panel .box_top .icon{
            border-top-left-radius:0.5rem;
        }*/
/*#menudmsp ul {
    list-style: none
}

    #menudmsp ul li {
        position: relative;
        border-bottom: 1px solid #eee;
    }

        #menudmsp ul li:last-child {
            border-bottom: none;
        }

        #menudmsp ul li a.selected {
            background-color: #f6f6f6;
            font-weight: bold
        }

        #menudmsp ul li a {
            display: block;
            padding: 8px 0 8px 6px;
            border-bottom: 1px solid #f2f2f2;
            font-weight: normal;*/
/*padding-right: 14px;*/
/*line-height: 140%
        }

            #menudmsp ul li a:before {
                content: "\203A";
                left: -6px;
                top: -1px;
                position: relative;
            }

            #menudmsp ul li a:hover {
                font-weight: normal
            }

        #menudmsp ul li span {
            padding: 3px;
            display: block;
            position: absolute;
            right: 0;
            top: 5px;
            cursor: pointer
        }

        #menudmsp ul li ul {
            display: none
        }

            #menudmsp ul li ul li a {
                padding-left: 25px
            }

            #menudmsp ul li ul li ul li a {
                padding-left: 45px
            }

            #menudmsp ul li ul li ul li ul li a {
                padding-left: 60px
            }

            #menudmsp ul li ul li ul li ul li ul li a {
                padding-left: 75px
            }*/
/*.vide {
    clear: both;
}

.vide10 {
    display: block;
    height: 10px;
    clear: both;
}*/
#social {
    margin-top: 1rem;
}

#social-top {
    margin-top: 4px;
    float: right;
}

a.social {
    color: #147ed3 !important;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.1rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    transition: 0s all !important;
    position: relative;
}

#social a {
    overflow: hidden;
    display: inline-block;
}

    #social a:hover {
        padding-left: 0px !important;
    }

    #social a:before {
        content: "";
        opacity: 0;
        position: absolute;
        background: rgba(255,255,255,0.6) none repeat scroll 0 0;
        transition: all 0.8s;
        transform: rotate(-45deg);
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
    }

    #social a:hover:before {
        opacity: 1;
        height: 0;
    }

    #social a i:not(.fa-tiktok) {
        color: #fff !important;
    }

    #social a:hover i.fa-tiktok {
        color: #000 !important;
    }

a.social {
    color: #fff !important
}

/*.line {
    background: #723b14;
    height: 1px;
    margin: 20px 0;
}*/

#footer {
    width: 100%;
    margin: 2rem auto 0 auto;
    text-align: left;
    line-height: 150%;
    /*padding: 40px 0 0px;*/
    position: relative;
    color: #363636;
    position: relative;
    border-top: 1px solid #f3f3f3;
}

    #footer a svg,
    #footer a i {
        transition: 0.5s all;
    }

.payment_methods {
    float: right;
}

#footer-info a {
    display: inline-block;
}

#footer a {
    font-weight: normal;
    display: block;
    transition: 0.5s all;
}

    #footer a:hover i {
        transition: 0.5s all;
    }

#footer ul {
    list-style: none;
}

    #footer ul li {
        padding: 5px 0;
    }

#footer .title {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 1.1rem;
    position: relative;
    font-weight: bold;
}

#footer-info, #fdb-info {
    line-height: 200%;
    position: relative;
}

    #footer-info img, #fdb-info img {
        height: auto !important;
    }

#footer-facebook {
    text-align: left;
    overflow: hidden;
}

#fdb-info i.fa, #fdb-info i.far, #fdb-info i.fas, #fdb-info svg, #fdb-info i.fad, #fdb-info i.fab {
    width: 22px;
    color: #fff;
    text-align: center;
    background: #147ed3;
    padding: 5px 0;
    font-size: 0.8rem;
    margin-right: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#footer-info i.fa, #footer-info i.far, #footer-info i.fas, #fdb-info i.fad, #fdb-info i.fab, #footer-info svg {
    width: 22px;
    text-align: center;
    background: #147ed3;
    padding: 5px 0;
    font-size: 0.8rem;
    margin-right: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

/*#footer-policy {
}

    #footer-cat ul, #footer-policy ul {
        list-style: none;
    }

    #footer-cat li, #footer-policy li {
        padding: 5px 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        #footer-cat li:hover, #footer-policy li:hover {
            margin-left: 6px;
        }

        #footer-cat li i, #footer-policy li i {
            margin-right: 6px;
            color: #fff;
            font-size: 0.8rem;
            top: -1px;
            position: relative;
        }*/

#footer-designed {
    color: #fff;
    padding: 0 0;
    /*border-top: 1px solid #ddd;*/
    background: linear-gradient(270deg,#00bad7,#147ed3 25%,#147ed3 75%,#00bad7) !important;
}

    #footer-designed a, #footer-designed a:hover {
        font-weight: normal;
        color: #fff !important;
    }

#menu-footer ul {
    padding-left: 0.25rem;
}

    #menu-footer ul ul {
        padding-left: 0.5rem;
    }

        #menu-footer ul ul ul {
            padding-left: 0.75rem;
        }

            #menu-footer ul ul ul ul {
                padding-left: 0.1rem;
            }

#menu-footer > li > a {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 1.1rem;
    position: relative;
    font-weight: bold;
}

#menu-footer ul a {
    position: relative;
}

    #menu-footer ul a::after {
        position: absolute;
        content: "\f0da";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1.5;
        left: -3px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        top: 0;
    }

    #menu-footer ul a:hover:after {
        color: #147ed3;
        transform: rotate(45deg)
    }

#menu-footer ul ul a::after {
    font-weight: 400;
}


/*
.effect-v3:before, .effect-v3:after {
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}

.effect-v3:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    margin: 0 -6px;
}

.effect-v3:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    margin: -6px 0;
}

.effect-v3:hover:before, .effect-v3:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-effect1:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.15) 35%,rgba(255,255,255,.2),70%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg)
}

.hover-effect1:hover:after {
    opacity: 1;
    left: 120%;
    transition-property: left,top,opacity;
    transition-duration: 1s,2s,.1s;
    transition-timing-function: ease
}

.hover-flash {
    position: relative;
}

    .hover-flash::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out
    }

    .hover-flash::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out
    }

    .hover-flash:hover::before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255,255,255,0.3)
    }

    .hover-flash:hover::after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255,255,255,0.3)
    }*/

/*.cat-desc {
    text-align: justify;
    line-height: 1.8;
    font-size: 1.2rem;
}

    .cat-desc p {
        margin: 10px 0;
        line-height: 1.8;
    }

    .cat-desc img, .cat-desc div, .cat-desc iframe {
        max-width: 100%;
    }*/

/*.shortContent {
    overflow: hidden;
    max-height: 30em;
}

.fullContent {
    max-height: 8000em;
}*/

/*.btn-show-more {
    margin-top: 10px;
}

    .btn-show-more, .btn-show-more span {
        cursor: pointer;
        color: #147ed3;
    }

        .btn-show-more:hover, .btn-show-more:hover span {
            color: #147ed3;
        }*/

/*.home-title {
    text-align: left;
    color: #147ed3;
    margin: 40px 0 20px;
    position: relative;
    max-width: 100%;
}

    .home-title > span {
        border-left: 4px solid #147ed3;
        display: inline-block;
        padding-left: 15px;
        font-size: 2rem;
        text-transform: uppercase;
        position: relative;
        font-weight: normal;
        color: #222;
        line-height: 1;
    }

        .home-title > span:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 100%;
            display: none;
            background: #aaa;
        }*/

/*.home-title > span b, .home-title1 > span b {
            color: #147ed3;
            font-weight: normal;
        }*/

/*.home-title1 {
    text-align: center;
    color: #147ed3;
    margin: 40px 0 20px;
    position: relative;
    font-family: 'Muli',sans-serif;
    max-width: 100%;
}

    .home-title1 > span {
        display: inline-block;
        font-size: 1.8rem;
        text-transform: uppercase;
        position: relative;
        font-family: 'Muli',sans-serif;
        font-weight: normal;
        color: #222;
        line-height: 1;
    }

        .home-title1 > span:after {
            content: "";
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            bottom: -15px;
            height: 2px;
            width: 30%;
            display: none;
            background: #147ed3;
        }

    .home-title1 p {
        margin-top: 25px;
        line-height: 1.5;
        font-family: Muli,sans-serif;
        font-style: italic;
    }*/
/*.home-title span h2, .home-title span h3 {
        font-size: 1.8rem;
        font-weight: normal;
    }*/

/*.home-title span a {
    font-weight: normal;
}

.home-title > span span {
    color: #000
}*/

/*.home-title p {
    color: #000;
    font-size: 1.2rem;
}*/

/*.cat-title {
    text-align: left;
    position: relative;
    margin: 15px 0 10px;
}

    .cat-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #eee;
    }

    .cat-title h2, .cat-title span {
        text-transform: uppercase;
        font-size: 1.3rem;
        padding: 10px 15px;
        background-color: #147ed3;
        color: #fff;
        border-left: 5px solid #147ed3;
        position: relative;
        display: inline-block;
    }*/

/*.cat-product-button {
    margin: 10px 0 6px;
    padding: 10px;
    font-size: 1.1rem;
    background-color: #147ed3;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}*/

/*.btn.product-btn-action button, .product-btn-action a {
    background-color: #147ed3;
    border-color: #147ed3;
    color: #fff;
}

    .product-btn-action button:hover, .product-btn-action a:hover,
    .product-btn-action button:active, .product-btn-action a:active,
    .product-btn-action button:focus, .product-btn-action a:focus {
        background-color: #147ed3;
        border-color: #147ed3;
    }*/

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #fff !important;
    color: #147ed3;
}

/*.cat-product-button:hover {
    background-color: #147ed3;
}*/

/*.view-more {
    padding: 8px 13px;
    border: 1px solid #ccc;
    margin: 15px 0 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

    .view-more:hover {
        border: 1px solid #147ed3;
    }*/

/*.box_tbl {
    width: 100%;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
}*/

.box_tbl {
    border-radius: 0.25rem;
    background: white;
    /*overflow: hidden;*/
}

.box_top {
    padding: 0;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    position: relative;
    background: #147ed3;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto',sans-serif;
}

    .box_top span {
        display: inline-block;
        padding: 10px 10px 10px 10px;
        font-size: 1.3rem;
    }

    .box_top .toggle-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .box_top span.icon {
        background-color: #147ed3;
        color: #fff;
        text-align: center;
        padding: 0;
        -webkit-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 45px;
    }

        .box_top span.icon:after {
            content: "";
            display: block;
            height: 0;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -10px;
            margin: auto;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            border-left: 5px solid #147ed3;
            border-right: 5px solid transparent;
        }

        .box_top span.icon:before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -14px;
            margin: auto;
            border-bottom: 7px solid transparent;
            border-top: 7px solid transparent;
            border-left: 7px solid rgba(0,0,0,0.17);
            border-right: 7px solid transparent;
        }

    .box_top .title {
        padding-left: 55px;
    }

.box_tbl .box_top span.icon i {
    display: block;
    padding: 0 8px;
    font-size: 1.7rem;
    /*line-height: 46px;*/
    background: none;
}

.box_tbl .box_body {
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #ddd;
    overflow: hidden;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.boxbody_tbl {
    width: 100%;
    text-align: left;
    background-color: #fff;
}

.boxbody_tbl .boxbody_body{
    min-height: 275px;
}


.hover-content-pro {
    display: none;
    line-height: 1.8
}

.hover-content-pro {
    display: none;
    line-height: 1.8
}

    .hover-content-pro table tr td .fas {
        color: #e40000
    }

    .hover-content-pro table {
        padding: 0 10px;
        margin-top: 8px;
        width: 100%;
    }

#tooltip {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #fff;
    border: solid 1px #888;
    width: 370px;
    box-shadow: 0 0 7px #666;
    padding-bottom: 10px;
    border-radius: 8px;
    overflow: hidden
}

    #tooltip .hover-pro-name {
        width: 100%;
        padding: 10px 15px;
        font-size: 1.3rem;
        background: #147ed3;
        color: #fff;
        font-weight: bold
    }

    #tooltip .hover-pro-info {
        padding: 15px
    }

    #tooltip .hover-pro-title {
        display: inline-block;
        padding: 6px;
        background: #147ed3;
        color: #fff;
        border-radius: 6px
    }


.product-box {
    /*text-align: center;*/
    /*width: 100%;
    position: relative;
    margin: 8px 0px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    -moz-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;*/
}

    .product-box:hover {
        /*-webkit-box-shadow: 0 0 20px 0 rgb(0,0,0.1);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0.1);
        box-shadow: 0 0 20px 0 rgb(0,0,0.1);*/
    }

.product-actions {
    text-align: center;
    position: absolute;
    width: 50px;
    right: -10px;
    top: 40%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 100
}

    .product-actions i {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 2px 0;
        display: inline-block;
        /*background: #147ed3;*/
        color: #fff;
        font-size: 1.1rem;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);
        background-size: 200% auto;
        background-position: 0 100%;
        animation: 2s linear infinite forwards gradient;
    }

        .product-actions i:hover {
            background: repeating-linear-gradient(to right,#00f 0,#02c6e1 50%,#01c4df 100%);
            /*background: #1c1c1c*/
        }

    .product-actions span {
        display: none
    }

.product-box:hover .product-actions, .product-box1:hover .product-actions {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: all ease 300ms
}

#tab-product {
    border-bottom: 1px solid #ddd;
    margin: 1rem 0;
}

    #tab-product > .nav-item > .nav-link {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        overflow: hidden;
        /*text-transform: uppercase;*/
    }

    #tab-product > .nav-item:first-child > .nav-link {
        border-top-right-radius: 0px;
    }

    #tab-product > .nav-item:last-child > .nav-link {
        border-top-left-radius: 0px;
    }

    #tab-product > .nav-item > .nav-link {
        font-weight: bold;
        color: #1c1c1c;
        background: #147ed3;
    }

        #tab-product > .nav-item > .nav-link.active {
            /*background: repeating-linear-gradient(to right,red 0,#00f 50%,red 100%);*/
            /*background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);*/
            /*background: #1391D2;*/
            /*color: #fff;*/
            /*width: 100%;*/
            /*background-size: 200% auto;*/
            /*background-position: 0 100%;*/
            /*animation: 2s linear infinite forwards gradient;*/
            /*border-radius: 0.25rem 0.25rem 0 0;*/
            
            background: transparent;
            color: #000;
            font-size: 2.4rem;
            width: 100%;
            border-radius: 0;
            padding: 0.5rem 0;
        }
        @media(max-width: 575px){
            #tab-product > .nav-item > .nav-link.active {
                font-size: 1.728rem;
            }
        }

@keyframes gradient {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200% 0
    }
}



.sp-img-wrapper {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff
}

    .sp-img-wrapper:before {
        content: "";
        display: block;
        padding-top: 100%
    }

.sp-img {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

    .sp-img:hover {
        /*-webkit-transform: scale(1.1) translate(-50%,-50%);
        -ms-transform: scale(1.1) translate(-50%,-50%);
        -moz-transform: scale(1.1) translate(-50%,-50%);
        transform: scale(1.1) translate(-50%,-50%);
        z-index: 1;*/
    }

.product-name {
    line-height: 1.3;
    padding: 10px 10px 0px;
    margin-top: 6px;
    overflow: hidden;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2
}

    .product-name, .product-name h2, .product-name h3 {
        font-size: 1.1rem !important;
        line-height: 1.3;
        text-align: center;
    }

        /*.product-shortcuts {
    margin: 10px 0;
    padding: 5px 10px;
    border-bottom: 3px solid #0296ff
}

    .product-shortcuts a {
        font-size: 13px;
        font-weight: 500;
        color: #0863ac;
        display: inline-block;
        text-decoration: underline;
        margin-right: 10px
    }*/

        /*.defcolor {
    color: #f44e00
}

.bg-defcolor {
    background: #f44e00 !important
}*/

        /*.product-detail-info-fix {
    font-size: 13px !important;
    color: #636363
}

    .product-detail-info-fix > div {
        margin-bottom: 7px
    }

    .product-detail-info-fix ul {
        padding-bottom: 5px
    }*/

        /*.product-status {
    float: right;
    color: #0863ac
}

    .product-status i {
        margin-right: 7px
    }*/

        /*.p-price {
    font-size: 17px;
    font-weight: bold;
    color: red
}*/

        /*.subquantity, .addquantity {
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 0;
    position: absolute;
    left: 20px;
    border: none;
    outline: none !important;
    font-size: 1.5rem;
    background: #f2f2f2;
}*/

        /*.addquantity {
    left: auto;
    right: 20px
}*/

        /*.p-order {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    padding: 20px 0;
    margin-bottom: 10px !important
}*/

        /*.btnMuaNgay {
    border: none !important;
}

    .btnMuaNgay :hover {
        color: #f44e00 !important;
    }*/

        /*.product-call {
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 10px;
    margin: 10px 0;
    background-color: #f7f7f7
}*/

        /*.product-call-phone {
    font-size: 19px
}*/

        /*.promotion-title {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: bolder;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 5px
}*/

        .product-name a {
            /*font-size: 1.2rem;
    font-weight: bold;
    line-height: 130%*/
        }

.product-box:hover .product-name a {
    /*color: #147ed3*/
}

.product-price-cart {
    position: relative;
    height: auto;
    padding: 0.75rem;
    text-align: center;
}

.product-price {
    display: block;
    padding-bottom: 4px;
    color: #d4060e;
    font-size: 1rem;
    font-weight: bold;
}

.product-price-old {
    display: block;
    padding-bottom: 4px;
    color: #aaa;
    text-decoration: line-through;
    font-size: 1rem;
}

/*a.product-order {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #00000024;
    color: #fff !important;
    text-align: center;
    font-size: 1.3rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    a.product-order i {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    a.product-order:before {
        content: "";
        position: absolute;
        top: 14px;
        left: -12px;
        height: 0;
        width: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-left: 6px solid transparent;
        border-right: 6px solid #147ed3
    }*/

/*.product-box:hover a.product-order {
    background-color: #00000024;
}

    .product-box:hover a.product-order:before {
        border-right: 6px solid #147ed3
    }

    .product-box:hover a.product-order i {
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }*/

/*.product-info {
    display: none;
    padding: 10px;
    color: #aaa;
    font-size: .9rem
}

    .product-info span {
        display: inline-block;
        margin-right: 12px
    }

        .product-info span:last-child {
            float: right;
            margin-right: 0
        }*/

/*.end-row {
    margin-right: 0 !important
}*/

/*.product-code {
    display: none
}

.pro-detail-cat {
    font-size: 1rem;
}

    .pro-detail-cat img {
        border: 1px #ccc solid
    }

    .pro-detail-cat .label {
        color: #888;
    }

    .pro-detail-cat a {
        font-weight: normal;
        color: #147ed3;
    }

        .pro-detail-cat a:hover {
            text-decoration: underline !important;
        }*/

/*.pro-desc-tab {
    border-bottom: 1px solid #eee !important;
}*/

/*.nav-tabs .nav-link {
    text-transform: uppercase;
}

    .nav-tabs .nav-link.active {
        border-top: 3px solid #147ed3 !important;
    }*/

.icon-sale {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: .8rem;
    z-index: 1;
    text-align: center;
    background: url(/assets/images/all/promo.png)
}

.icon-new {
    background-color: #0030ff;
    position: absolute;
    left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    padding-top: 36px;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: .7rem;
    text-transform: uppercase;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.icon-hot {
    background-color: #ff0000;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    padding-top: 36px;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: .7rem;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.icon-saleoff {
    position: absolute;
    bottom: 6px;
    right: 5px;
    padding: 3px 6px;
    text-align: center;
    background: url(/assets/images/all/saleoff.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
    font-size: .8rem;
    text-transform: uppercase;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 50px;
    width: 38px;
    padding-top: 25px;
    font-weight: bold;
    animation: iconSkew 1s infinite ease-out;
}

    .icon-saleoff:after {
        /*content: "";
        display: none;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        top: -10px;
        margin-left: -5px;
        border: 5px solid transparent;
        border-bottom: 5px solid #007506*/
    }

/*.cat-news, .cat-product {
    text-align: center;
    position: relative;
    margin: 10px 0;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.cat-news-img, .cat-product-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .cat-news-img:before, .cat-product-img:before {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .cat-product-img:before {
        padding-top: 65%;
    }

    .cat-news-img img, .cat-product-img img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }*/

/*.cat-news h3, .cat-product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0,0,0,0.6);
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.4;
}*/

/*.cat-product h2 {
    font-size: 1.1rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.4;
}

.cat-product span {
    font-weight: normal;
    font-size: 0.9rem;
}*/

/*.box-news {
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.box-news-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

    .box-news-img:before {
        content: "";
        display: block;
        padding-top: 70%;
    }

    .box-news-img a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,255,255,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0
    }

    .box-news-img:hover a:before {
        -webkit-animation: circle .75s;
        animation: circle .75s
    }

    .box-news-img img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .box-news-img:hover img {
        -webkit-transform: scale(1.1) translate(0);
        -ms-transform: scale(1.1) translate(0);
        -moz-transform: scale(1.1) translate(0);
        transform: scale(1.1) translate(0);
    }

.box-news-title {
    display: block;
    width: 100%;
    height: 3.2em;
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

    .box-news-title a {
        font-weight: normal;
    }*/

.phantrang {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center
}

    .phantrang a.changepage:hover,
    .phantrang .selected {
        background: #147ed3;
        color: #ffffff !important;
        border: 1px solid #147ed3;
    }

    .phantrang ul {
        margin: 15px 0;
        list-style-type: none;
        display: inline-block
    }

        .phantrang ul li {
            position: relative;
            float: left;
            display: inline;
            margin-left: -1px;
            color: #555;
            background: #fff;
            background: -moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
            background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
            background: -webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
            background: -o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
            background: -ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
            background: linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0)
        }

            .phantrang ul li a {
                display: block;
                padding: 0 8px;
                text-decoration: none;
                min-width: 37px;
                min-height: 37px;
                line-height: 37px;
                border: 1px solid #ccc;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .phantrang ul li.bacham {
                min-width: 37px;
                min-height: 37px;
                line-height: 37px;
                border: 1px solid #ccc
            }

            .phantrang ul li a:link, .phantrang ul li a:visited {
            }

            .phantrang ul li a:hover, .phantrang ul li a.selected {
                background: #147ed3;
                color: #ffffff !important;
                border: 1px solid #147ed3;
            }


            .phantrang ul li a.selected {
                cursor: no-drop;
            }


.button, .btn-viewall, .button1, .button2, .button3, .button4 {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding: 0.375rem 1.8rem;
    margin-top: 5px;
    color: #147ed3;
    font-weight: normal;
    position: relative;
    border: 0.5px solid #147ed3 !important;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    background: #147ed3;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    outline: none !important;
    line-height: 2rem;
}

.button1 {
    color: #fff;
    background: transparent;
}

.button2 {
    color: #fff;
    background: #1391D2;
    /*background: repeating-linear-gradient(to right,#00f 0,#01c4df 50%,#00f 100%);*/
    /*background-size: 200% auto;*/
    /*background-position: 0 100%;*/
    /*animation: 2s linear infinite forwards gradient;*/
}
.button3 {
    color: #fff;
    background: #ff5e1f;
    border: 0.5px solid #ff5e1f !important;
}
.button4 {
    color: #ff5e1f !important;
    background: #fff;
    border: 0.5px solid #ff5e1f !important;
    padding: 0.25rem 1rem;
    line-height: 1.8;
}

.button, .button1, .button2, .button3 {
    line-height: 1.6rem;
}

.btn-viewall {
    color: #147ed3;
    border: 1.5px solid #147ed3;
    background: #147ed3;
}

    .button:before, .btn-viewall:before, .button1:before, .button2:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

.button1:before {
    background: #147ed3;
}

.button2:before {
    /*background: #147ed3;*/
    background: #1391D2;
    /*background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);*/
    /*background-size: 200% auto;*/
    /*background-position: 0 100%;*/
    /*animation: 2s linear infinite forwards gradient;*/
}
.button3:before {
    background: #ff5e1f;
}
.button4:before {
    background: #fff;
}

.button:hover, .button:focus, .button:active,
.btn-viewall:hover, .btn-viewall:focus, .btn-viewall:active {
    color: #fff !important
}

.button1:hover, .button1:focus, .button1:active {
    color: #147ed3 !important
}

.button2:hover, .button2:focus, .button2:active,
.button3:hover, .button3:focus, .button3:active{
    color: #fff !important
}

    .button:hover:before, .button:focus:before, .button:active:before,
    .btn-viewall:hover:before, .btn-viewall:focus:before, .btn-viewall:active:before,
    .button1:hover:before, .button1:focus:before, .button1:active:before,
    .button2:hover:before, .button2:focus:before, .button2:active:before,
    .button3:hover:before, .button3:focus:before, .button3:active:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    
.button4:hover, .button4:focus, .button4:active{
    color: #147ed3 !important
}
.button4:hover:before, .button4:focus:before, .button4:active:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

.button i, .button1 i, .button2 i, .button3 i {
    font-size: 0.9rem;
    margin-right: 4px;
}

    .button i.fa, .button i.fas, .button i.far, .button i.fad, .button i.fab, .button svg,
    .button1 i.fa, .button1 i.fas, .button1 i.far, .button1 i.fad, .button1 i.fab, .button1 svg,
    .button2 i.fa, .button2 i.fas, .button2 i.far, .button2 i.fad, .button2 i.fab, .button2 svg,
    .button3 i.fa, .button3 i.fas, .button3 i.far, .button3 i.fad, .button3 i.fab, .button3 svg,
    .button4 i.fa, .button4 i.fas, .button4 i.far, .button4 i.fad, .button4 i.fab, .button4 svg{
        font-size: 1rem;
        margin-right: 0;
        margin-left: 4px;
    }

.btn-view-more {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 10px 0;
    border: none;
    padding: 10px 20px;
    font-weight: normal;
    transition: all ease 300ms;
    background-color: #147ed3;
    color: #fff !important;
}

    .btn-view-more:hover {
        opacity: 0.9;
        -webkit-box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.3);
        box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.3);
    }

/*.sort-filter-box {
    position: relative;
    margin-bottom: 20px;
}*/

/*.filter-toggle {
    position: absolute;
    right: 10px;
    top: 9px;
    padding: 6px;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    cursor: pointer;
}*/

/* quang cao start */
#slideads {
    position: fixed;
    z-index: 1070;
    height: 0px;
    top: 150px;
    width: 100%;
}

    #slideads img {
        width: 100%;
    }

#slideads1 {
    float: left;
    width: 100px;
    margin-left: -100px;
}

#slideads2 {
    float: right;
    width: 100px;
    margin-right: -100px;
}
/* quang cao end */

/* Clearfix */
.clearfix:before, .clearfix:after, .container:before, .container:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after {
    clear: both;
}

/*.left {
    float: left;
}
*/
.share-box {
    width: 100%;
    padding: 5px;
    margin: 20px 0;
    border: 1px solid #ddd;
    text-align: center;
    clear: both;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border-radius: 0.25rem;
}

    .share-box > div {
        margin: 3px;
    }

.share-tool {
    float: right;
    clear: none !important;
}

.fb-share-button.fb_iframe_widget > span {
    height: 20px !important;
}

.fb-like.fb_iframe_widget > span {
    height: 20px !important;
}

/*#filter ul {
    list-style: none;
    margin: 10px 0;
}

    #filter ul li {
        padding: 3px 0;
        display: block;
        margin-right: 10px;
    }

.filter-title {
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}*/

/*.properties {
    max-height: 200px;
    overflow-y: auto;
}

.scrollbar-style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar-style-1::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scrollbar-style-1::-webkit-scrollbar-thumb {
    background-color: #147ed3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}*/

/*Tin tuc*/
/*.news {
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #CCCCCC;
    padding: 15px 0;
    list-style: none;
}

    .news .news-img, .news .news-image {
        display: block;
        width: 28%;
        float: left;
        padding: 2px;
        border: 1px solid #ddd;
        background: #fff;
        margin-bottom: 6px;
    }

        .news .news-img img, .news .news-image img {
            width: 100%;
        }

.news-info {
    width: 68%;
    float: right;
    text-align: left;
}

.news .title {
    font-size: 1.4rem;
    display: block;
    line-height: 150%;
}*/

.posted-date {
    color: #999;
    margin: 8px 0;
}

    .posted-date > span {
        display: inline-block;
        margin-right: 20px;
    }

    .posted-date a {
        font-weight: normal;
        color: #999;
        display: inline-block;
    }

        .posted-date a:hover {
            color: #147ed3;
        }

/*.news a.btn-detail {
    display: inline-block;
    width: 79px;
    height: 19px;
    float: right;
}

.news .summary {
    text-align: justify;
    line-height: 140%;
}
*/
.news-detail {
    clear: both;
}

    .news-detail h1 {
        font-size: 2.4rem;
        color: #147ed3;
        font-family: 'Roboto',sans-serif;
    }

    .news-detail .news-image {
        width: 270px;
        margin: 5px 10px 10px 0;
        padding: 3px;
        border: 1px solid #D0D0D0;
        background: #FFFFFF;
    }

    .news-detail .summary {
        text-align: justify;
        font-weight: bold
    }

    .news-detail .detail {
        text-align: justify;
        line-height: 180%;
        margin-top: 15px;
    }

        .news-detail .detail p {
            text-align: justify;
            line-height: 180%;
            margin: 10px 0;
            max-width: 100%;
        }
        
        .news-detail .detail li {
            white-space: inherit !important;
        }

    .news-detail .posted-date {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin: 8px 0 15px;
    }

    .news-detail .detail img {
        height: auto;
        max-width: 100%;
    }

/*ul.li-news li {
    margin-left: 20px;
    line-height: 150%;
    margin-top: 12px;
}

    ul.li-news li a {
        font-weight: normal;
    }

        ul.li-news li a:hover {
        }*/

/*ul.li-left {
    list-style: disc inside;
    margin: 0;
}

    ul.li-left li {
        line-height: 150%;
        margin: 0;
        padding: 0;
    }

        ul.li-left li a {
            font-weight: normal;
        }

            ul.li-left li a:hover {
            }*/

/*.news-big {
    float: left;
    width: 40%;
    margin-top: 30px;
}

    .news-big .news-image {
        width: 100%;
        margin-bottom: 15px;
    }

    .news-big .news-info {
        width: 100%;
    }

        .news-big .news-info .title {
            font-size: 1.6rem;
        }*/

/*.news-big-ul-extend {
    width: 100%;
    margin: 0;
    background: none;
    list-style: none;
}

    .news-big-ul-extend li.news {
        padding: 15px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

        .news-big-ul-extend li.news a {
            font-weight: normal;
        }

        .news-big-ul-extend li.news .title {
            line-height: 1.3;
            max-height: 3.6em;
            font-size: 1.2rem;
            text-align: justify;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 3;
        }

        .news-big-ul-extend li.news .news-image {
            float: left;
            width: 25%;
            padding: 0;
            border: none;
            border-radius: 8px;
        }

        .news-big-ul-extend li.news .news-info {
            float: right;
            width: 71%;
        }

        .news-big-ul-extend li.news .posted-date {
            line-height: 1.5;
            font-size: 0.9rem;
        }
        .news .summary,
        .news-big-ul-extend li.news .summary {
            max-height: 6.5em;
            overflow: hidden;
            text-align: justify;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 4;
        }
        .news-big-ul-extend li.news .summary {
            max-height: 3em;
            -webkit-line-clamp: 2;
        }*/

/*#box-customer {
    padding-bottom: 30px;
    color: #fff;
    background: #1a9acc;
    background: -moz-linear-gradient(left, #1a9acc 0%, #1d77bb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1a9acc), color-stop(100%, #1d77bb));
    background: -webkit-linear-gradient(left, #1a9acc 0%, #1d77bb 100%);
    background: -o-linear-gradient(left, #1a9acc 0%, #1d77bb 100%);
    background: -ms-linear-gradient(left, #1a9acc 0%, #1d77bb 100%);
    background: linear-gradient(to right, #1a9acc 0%, #1d77bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a9acc', endColorstr='#1d77bb', GradientType=1 );
}

    #box-customer .home-title1 > span {
        color: #fff;
    }

        #box-customer .home-title1 > span:after {
            display: none;
        }

    #box-customer hr {
        background: #ccc;
    }

.box-customer {
    position: relative;
    border-top: 1px solid #ececec;
    padding: 15px 0;
    background: #fafafa;
}

.box-customer-summary {
    line-height: 1.5;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 5px auto 15px;
}

.box-customer span {
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
    font-size: 1.6rem;
    float: left;
}
*/
/*model customer start */

.customer-item {
    border: 1px solid #eee;
    background-color: #fff;
    height: 80px;
    position: relative
}

    .customer-item:hover img,
    .customer-item:hover a i {
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }

    .customer-item img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: auto !important;
        border: 8px solid #fff;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .customer-item a i {
        font-size: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        height: 100%;
        color: #9a9a9a;
    }
/*model customer end*/

/*model customer - khách hàng phản hồi start*/
.customer-comment {
    display: block;
    width: 90%;
    margin: 80px auto 20px;
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

    .customer-comment:before {
        content: "“";
        font-family: 'Georgia',serif;
        font-size: 100px;
        font-style: normal;
        line-height: 1;
        color: #147ed3;
        position: absolute;
        bottom: -56px;
        left: 0;
        right: 0
    }

    .customer-comment .comment-img {
        width: 130px;
        height: 130px;
        display: block;
        clear: both;
        margin: -90px auto 10px;
        text-align: center;
        border: 2px solid #147ed3;
        background: #ddd;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

        .customer-comment .comment-img img {
            /*width: auto !important;
            height: 100%;*/
            position: absolute;
            margin: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .customer-comment:hover .comment-img img {
        -moz-transform: translate(-50%,-50%) rotateY(360deg);
        -o-transform: translate(-50%,-50%) rotateY(360deg);
        -webkit-transform: translate(-50%,-50%) rotateY(360deg);
        transform: translate(-50%,-50%) rotateY(360deg);
    }

    .customer-comment .comment-img i {
        position: absolute;
        font-size: 50px;
        color: #147ed3;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .customer-comment:hover .comment-img i {
        -moz-transform: translate(-50%,-50%) rotateY(360deg);
        -o-transform: translate(-50%,-50%) rotateY(360deg);
        -webkit-transform: translate(-50%,-50%) rotateY(360deg);
        transform: translate(-50%,-50%) rotateY(360deg);
    }

    .customer-comment .comment-content {
        width: 100%;
        display: block;
        text-align: center
    }

        .customer-comment .comment-content .title {
            font-size: 1.2rem;
            font-weight: bold;
            color: #147ed3;
            margin-top: 0.5rem;
            display: block;
        }

/*model customer - khách hàng phản hồi end*/

/*Box tin tức kiểu dọc*/
.news-vertical {
    width: 100%;
    margin: 15px 0 20px 0;
    position: relative;
    text-align: left;
    padding-bottom: 10px;
}
    .news-vertical:after {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 0;
        left: -100%;
        width: 120%;
        height: 100%;
        opacity: 0;
        background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.15) 35%,rgba(255,255,255,.2),70%,rgba(255,255,255,.3) 100%);
        transform: skewX(-25deg);
    }

    .news-vertical:hover:after {
        opacity: 1;
        left: 120%;
        transition-property: left,top,opacity;
        transition-duration: 1s,2s,.1s;
        transition-timing-function: ease;
    }

#box-news .news-vertical {
    background: none;
    border-bottom: none;
    margin: 0;
}
/*
#box-news .news-vertical:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#box-news .news-vertical .title {
    padding: 10px 0;
    border: none;
}

#box-news .news-vertical .summary {
    padding: 0;
}

#box-news {
}*/

.news-vertical .posted-date {
    margin: -45px 0 0;
    padding: 18px 15px 15px;
    min-height: 45px;
    font-size: 1rem;
    color: #fff;
    z-index: 100;
    position: relative;
    background: -webkit-gradient(linear,center top,center bottom,from(rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.75) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#BF000000', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#BF000000,GradientType=0);
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

    .news-vertical .posted-date span {
        float: right;
        margin: 0;
    }

        .news-vertical .posted-date span:first-child {
            float: left;
        }

.news-vertical .title {
    font-size: 1.3rem;
    padding: 10px 0px;
    clear: both;
    line-height: 1.4;
}

    .news-vertical .title a {
        font-weight: bold;
        color: #000000;
        border-left: 4px solid #147ed3;
        padding-left: 1rem;
    }

.news-vertical-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
    border-radius:8px;
}

    .news-vertical-img:hover {
        opacity: 0.85;
    }

    .news-vertical-img:before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .news-vertical-img img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.news-vertical .summary {
    height: 4.33em;
    overflow: hidden;
    text-align: justify;
    padding: 0;
    line-height: 1.5;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}

    .news-vertical .summary p {
        margin: 0
    }

.btn-news-more, .ui-widget-content a.btn-news-more {
    font-style: italic;
    color: #147ed3;
    font-weight: normal;
}

.post-tag {
    margin: 20px 0 10px
}

    .post-tag i {
        /*font-size: 1.2rem;*/
        color: #147ed3
    }

a.tag {
    display: inline-block;
    font-weight: normal;
    background-color: #147ed3;
    color: #fff;
    margin: 0 -3px 4px 17px;
    padding: 0 8px;
    position: relative;
    height: 28px;
    line-height: 28px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-decoration: none
}

    a.tag:before {
        content: "";
        position: absolute;
        left: -14px;
        top: 0;
        width: 0;
        height: 0;
        border-color: transparent #147ed3 transparent transparent;
        border-style: solid;
        border-width: 14px 14px 14px 0
    }

    a.tag:after {
        content: "";
        position: absolute;
        top: 12px;
        left: -5px;
        float: left;
        width: 5px;
        height: 5px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px rgba(0,0,0,.4);
        -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.4);
        box-shadow: -1px -1px 2px rgba(0,0,0,.4)
    }

    a.tag:hover {
        background-color: #147ed3
    }

        a.tag:hover:before {
            border-color: transparent #147ed3 transparent transparent
        }

/*p.view-sort {
    text-align: right;
    vertical-align: middle;
    line-height: 20px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: -1px;
}*/

/*.widget-price {
    padding: 20px 0;
}*/

#widget {
    position: fixed;
    right: 0;
    top: 25%;
    background-color: #fff;
    z-index: 1075;
    list-style: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 0 5px 0 rgba(255,255,255,1);
    box-shadow: 0 0 5px 0 rgba(255,255,255,1)
}

    #widget li {
        border-bottom: 1px solid #ddd;
        -webkit-box-shadow: 0 0 7px 0 #c4c4c4;
        box-shadow: 0 0 7px 0 #c4c4c4;
        background-color: #fff;
        display: table;
        font-size: 1rem;
        color: gray;
        white-space: nowrap;
        position: absolute;
        right: 0;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    }

        #widget li:nth-of-type(1) {
            top: 0
        }

        #widget li:nth-of-type(2) {
            top: 3.5rem
        }

        #widget li:nth-of-type(3) {
            top: 7rem
        }

        #widget li:nth-of-type(4) {
            top: 10.5rem
        }

        #widget li span {
            display: table-cell;
            vertical-align: middle;
        }

            #widget li span.icon {
                min-width: 3.5rem;
                height: 3.5rem;
                text-align: center;
            }

            #widget li span.text {
                max-width: 0;
                opacity: 0;
                -webkit-transition: .2s ease-out;
                transition: .2s ease-out;
            }

        #widget li a.active, #widget li a:hover {
            color: #fb0007 !important
        }

            #widget li a.active .text,
            #widget li a:hover .text {
                opacity: 1;
                max-width: 12.5rem;
                padding-right: 1.25rem;
                -webkit-transition: max-width .5s ease-out;
                transition: max-width .5s ease-out
            }

        #widget li a i {
            font-size: 1.4rem
        }

    #widget .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: transparent;
        border-color: transparent;
        box-shadow: none !important;
        padding: 0;
        border: none;
        border-radius: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #widget .dropleft .dropdown-toggle::before {
        position: absolute;
        left: 5px;
        top: 40%;
        display: none;
    }

    #widget .dropleft .dropdown-toggle:hover::before {
        display: block;
    }

.wgitem {
    position: absolute;
    top: 0;
    right: -250px;
    height: 50px;
    width: 300px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#widget .wgitem:nth-child(2) {
    top: 55px;
}

#widget .wgitem:nth-child(3) {
    top: 110px;
}

#widget .wgitem:nth-child(4) {
    top: 165px;
}

#widget .wgitem:nth-child(5) {
    top: 220px;
}

#widget .wgitem:nth-child(6) {
    top: 275px;
}

#widget .wgitem:nth-child(7) {
    top: 330px;
}

.wgitem-icon {
    float: left;
    height: 50px;
    width: 50px;
    background-color: #147ed3 !important;
    color: #fff;
    border-radius: 6px 0 0 6px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 2px 0 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0 2px 0 rgba(0,0,0,.3);
    box-shadow: 2px 0 2px 0 rgba(0,0,0,0.3);
}

    .wgitem-icon:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -14px;
        margin: auto;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #00000047;
        border-right: 7px solid transparent;
    }

    .wgitem-icon:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -10px;
        margin: auto;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #147ed3;
        border-right: 5px solid transparent;
    }

    .wgitem-icon i {
        font-size: 1.6rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        line-height: 50px;
    }

.wgitem-title {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #147ed3;
    color: #fff;
    margin: -20px -20px 10px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.wgitem-content {
    float: left;
    width: 250px;
    background-color: #fff;
    padding: 20px;
}

.wgitem:hover {
    right: 0 !important;
    z-index: 1075;
}

.wgitem:not(.wgitem-nocontent):hover .wgitem-content {
    -webkit-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
    -moz-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
    box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
}

.wgitem ul {
    list-style: none
}

.wgitem.wgitem-nocontent {
    width: 200px;
    right: -150px;
}

    .wgitem.wgitem-nocontent .wgitem-title {
        margin: 0 0 0 50px;
    }

.user-support {
    display: block;
    /*padding-bottom: 12px;*/
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

    .user-support:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .user-support a {
        font-weight: normal
    }

.user-support-name {
    margin-bottom: 0;
}

.user-support-phone {
    color: #147ed3;
}

.user-support-icon {
    display: block;
    clear: both
}

    .user-support-icon i {
        font-size: 1.6rem;
    }

    .user-support-icon img {
        height: 24px;
        vertical-align: top;
        float: left;
    }

.user-support-img {
    width: 25%;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

    .user-support-img:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .user-support-img img {
        /*height: 100%;
        width: auto;*/
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.user-support-info {
    width: 72%;
    float: right;
    text-align: left
}

.user-support-icon a {
    color: #000 !important;
    display: inline-block;
    margin: 3px 5px 0 5px
}

    .user-support-icon a:nth-child(1), .user-support-icon a:nth-child(1):hover {
        color: #fc1828 !important
    }

    .user-support-icon a:nth-child(2), .user-support-icon a:nth-child(2):hover {
        color: #0168e8 !important
    }

    .user-support-icon a:nth-child(3), .user-support-icon a:nth-child(3):hover {
        color: #4267b2 !important
    }

#support-online {
    background-color: #fff;
    color: #000;
    display: block;
    width: 280px;
}

#support-online-title {
    display: block;
    background-color: #fb0007;
    color: #fff;
    margin-top: -8px;
    padding: 6px 15px;
    font-size: 1.2rem;
    font-weight: bold
}

#support-online-content {
    padding: 15px;
}

/*.user-info {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 1rem
}

    .user-info:last-child {
        border-bottom: none;
    }

    .user-info p {
        margin-bottom: 2px
    }

    .user-info a {
        font-weight: normal
    }

        .user-info a i {
            font-size: 1.63rem
        }

.user-icon {
    display: block;
    clear: both
}

.user-image {
    width: 25%;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

    .user-image:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .user-image img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

.user-desc {
    width: 72%;
    float: right;
    text-align: left
}

.user-icon a {
    color: #000 !important;
    display: inline-block;
    margin: 3px 5px 0 5px
}

    .user-icon a:nth-child(1) {
        color: #fc1828 !important
    }

    .user-icon a:nth-child(2) {
        color: #0168e8 !important
    }

    .user-icon a:nth-child(3) {
        color: #4267b2 !important
    }*/

.breadcrumb {
    display: block;
    font-size: 12px;
    color: #666;
    /*background-color: #d8e2ef;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;*/
}

    .breadcrumb li {
        display: inline-block;
    }

    .breadcrumb ol li:first-child a {
        padding-left: 0px !important;
    }

    .breadcrumb a, .breadcrumb h1, .breadcrumb h2 {
        font-size: 1.1rem;
        font-weight: normal;
        color: #666;
    }

    .breadcrumb a {
        position: relative;
        display: block;
        padding: 3px;
    }

        .breadcrumb a:hover {
        }

    .breadcrumb li.sub-item {
        position: relative;
        margin-left: 0.75rem;
        line-height: 1.6;
    }

        .breadcrumb li.sub-item:after {
            top: 50%;
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -10px;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            position: absolute;
            content: "\f105";
        }



/*baner đầu trang start */
.banner-page {
    min-height: 200px;
    position: relative;
    padding: 50px 0;
    color: #fff;
}

    .banner-page .banner-page-wrap {
        text-align: center
    }

        .banner-page .banner-page-wrap .banner-page-title {
            position: relative;
            z-index: 1;
            text-transform: uppercase;
            font-size: 2.2rem;
            font-weight: normal;
            display: block;
            margin: 10px 0;
            font-family: 'Oswald',sans-serif;
        }

            .banner-page .banner-page-wrap .banner-page-title h1 {
                font-weight: normal;
                font-size: 2.2rem;
            }

    .banner-page.banner-page-1 {
        padding: 0;
        min-height: auto;
    }

        .banner-page.banner-page-1 .bg-holder,
        .banner-page.banner-page-1 .banner-page-wrap .banner-page-title {
            display: none;
        }

        .banner-page.banner-page-1 .banner-page-wrap {
            text-align: left;
            margin-top: 1rem;
            padding: 0rem 1rem;
            border: 1px solid #ddd;
            border-radius: 0.25rem;
            background: #f9f9f9;
        }

            .banner-page.banner-page-1 .banner-page-wrap .breadcrumb {
                color: #333;
            }

                .banner-page.banner-page-1 .banner-page-wrap .breadcrumb a,
                .banner-page.banner-page-1 .banner-page-wrap .breadcrumb h1,
                .banner-page.banner-page-1 .banner-page-wrap .breadcrumb h2,
                .banner-page.banner-page-1 .banner-page-wrap .breadcrumb h3 {
                    color: #333;
                }
/*baner đầu trang end */
.ChangeSize {
    display: inline-block;
}

.adv-r {
    max-width: 100%;
}

.adv img {
    padding-left: 5px
}

.adv, .adv img {
    width: 100%;
}

    .adv a {
        display: block;
        overflow: hidden;
        position: relative;
    }

.adv-v1 {
    float: right;
    width: 18%;
    height: 500px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

    .adv-v1 img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        height: 100%;
    }

.adv-slide a {
    margin-bottom: 10px;
}

/*.ui-tabs {
    padding: 0 !important;
}

    .ui-tabs .ui-tabs-panel {
        padding: 15px 0 !important;
        font-family: 'Roboto','Tahoma',sans-serif,arial !important;
        overflow: auto;
        font-size: 1rem;
        margin: auto;
        text-align: left;
        border-top: 1px solid #ddd !important;
        border-radius: 0;
        top: -3px;
    }

        .ui-tabs .ui-tabs-panel.border-0 {
            border: 0 !important;
        }

#tabs-pro.ui-tabs .ui-tabs-panel {
    padding: 0 !important;
    border: none !important;
    top: 0;
}*/

/*.ui-tabs .ui-tabs-nav {
    margin-top: 20px !important;
    background-color: #fff;
    position: relative;
    background: none;
    padding: 0 !important;
}

    .ui-tabs .ui-tabs-nav li {
        margin: 0 0 -1px !important;
        padding: 0 !important;
    }

        .ui-tabs .ui-tabs-nav li a {
            display: block;
            font-size: 1rem;
            font-family: 'Roboto','Arial',sans-serif !important;
            text-transform: uppercase;
            padding: 1em !important;
            font-weight: normal;
            border: 1px solid #ddd;
            background-color: #f4f4f4;
        }*/

/*.tabs-pro-home.ui-tabs .ui-tabs-nav li a {
    font-size: 0.75rem;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #fff !important;
    color: #147ed3;
    border: 1px solid #ddd;
    border-top: 4px solid #147ed3;
    border-bottom: 1px solid #fff;
    position: relative;
    margin-top: -3px;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active a:after {
        content: "";
        display: none;
        position: absolute;
        left: 50%;
        bottom: -16px;
        margin-left: -8px;
        height: 0;
        width: 0;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #147ed3;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

.ui-widget-header {
    border: none !important;
    background: none !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: none !important;
        background: none !important;
    }

#tabs-pro, #tabs-pro .ui-widget-content {
    background: none !important;
}

    #tabs-pro .ui-tabs-nav {
        margin-top: -10px !important;
        position: relative;
        background: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

        #tabs-pro .ui-tabs-nav li {
            float: none !important;
            display: inline-block;
            margin: 3px 4px !important;
        }

            #tabs-pro .ui-tabs-nav li a {
                font-size: 1rem;
                text-transform: uppercase;
                font-weight: normal;
                padding: .5em !important;
                margin-right: 0;
                border: 2px solid #eee;
            }

                #tabs-pro .ui-tabs-nav li a:hover {
                    background-color: #147ed3;
                    color: #fff;
                    border: 2px solid #147ed3;
                }

            #tabs-pro .ui-tabs-nav li.ui-tabs-active a {
                border: 2px solid #147ed3;
            }*/
/* trang lien he*/
/*#fdb-info {
    line-height: 2;
}

    #fdb-info p {
        line-height: 2;
    }

    #fdb-info ul li {
        margin-bottom: 15px;
    }

#fdb-frm {
}

    #fdb-frm p.title {
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 12px;
        border-bottom: 1px solid #147ed3;
        font-weight: bold;
    }

        #fdb-frm p.title i {
            font-size: 1.6rem;
            margin-right: 5px;
            color: #147ed3;
        }

    #fdb-frm table {
        border: none;
    }

        #fdb-frm table td {
            padding: 5px 10px;
        }*/
/* san pham chi tiet*/
/*.product-detail-img {
    float: left;
    width: 45%;
    position: relative;
}

    .product-detail-img .carousel-control-prev, .product-detail-img .carousel-control-next {
        height: 36px;
        width: 36px;
        top: 50%;
        background: rgba(0,0,0,0.5);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.thumbs {
    width: 100% !important;
    position: relative !important;
    margin-top: 10px;
}

.targetarea {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}
*/
.product-detail-info {
    float: right;
    width: 53%;
    text-align: left;
}
    .product-detail-info h1 {
        font-family: 'Roboto',sans-serif
    }

    .product-detail-info table {
        width: 100% !important;
    }

.product-info-attr {
    margin-bottom: 15px;
    padding: 5px 15px;
    border: 2px solid #eee;
}

    .product-info-attr ul {
        list-style: none;
    }

    .product-info-attr li {
        padding: 10px 0;
        border-bottom: 1px solid #f4f4f4;
        display: flex;
    }

        .product-info-attr li > span {
            display: block;
            float: left;
        }

            .product-info-attr li > span.label {
                white-space: nowrap;
                width: 120px;
                text-align: left;
                font-weight: bold;
            }

            .product-info-attr li > span.colon {
                white-space: nowrap;
                width: 10px;
            }

            .product-info-attr li > span.label i {
                color: #ccc;
            }

            .product-info-attr li > span.value {
                width: calc(100% - 138px);
                text-align: left;
            }

    .product-info-attr img, .product-info-attr table, .product-info-attr div {
        max-width: 100%;
    }

.product-info-price {
    font-size: 1.4rem;
    padding: 0 !important;
    margin-bottom: 5px;
    border-bottom: none !important;
}

    .product-info-price .no-vat {
        font-size: 1rem;
        display: block;
        width: 100%;
    }

    .product-info-price > span.pprice {
        color: red;
        font-weight: bold;
        display: inline-block;
    }

    .product-info-price > span.product-price-old {
        display: inline-block;
        margin-left: 15px;
    }

.product-btn-action, .product-btn-action button {
    text-transform: uppercase;
    font-size: 1.1rem !important;
}

.product-detail-summary {
    margin-top: 15px;
}

    .product-detail-summary * {
        max-width: 100%;
    }
    

.description-product-detail, .product-detail-summary {
    line-height: 1.8;
}

    .description-product-detail p, .product-detail-summary p {
        line-height: 1.8;
        margin: 10px 0;
    }
    
    .product-detail-summary i{
        margin-right: 0.5rem;
    }

.product-quantity {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.cbQuantity {
    padding: 8px 20px;
    background: #f2f2f2;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #eee;
    height: 40px;
    width: 100%;
}

/*#btnMua {
    margin-top: -8px !important;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-size: 1.3rem;
    background: #147ed3;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    #btnMua:before {
        display: none !important;
    }*/

/*.product-desc {
    clear: both;
    margin: 20px 0;
    line-height: 180%;
    text-align: justify;
}

    .product-desc p {
        text-align: justify;
        line-height: 180%;
        margin: 10px 0;
    }

    .product-desc img {
        height: auto;
        max-width: 100%;
    }
    .product-desc .nav-tabs .nav-link.active {
        color: #363636;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        border: 1px solid #ddd;
        border-bottom: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-left: 15px;
    }*/

.other-news {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .other-news p.title {
        font-size: 1.14rem;
        text-transform: uppercase;
        font-weight: bold;
    }

        .other-news p.title i {
            margin-right: 8px;
        }

    .other-news .news-vertical .title {
        border: none;
        padding: 20px 0 10px 0;
        font-size: 1rem;
        transition: all 0.3s;
    }

/*.user-info {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}*/

/*.user-icon {
    display: block;
    clear: both;
}

    .user-icon a {
        color: #000 !important;
        display: inline-block;
        margin: 8px 5px 0 5px;
    }

        .user-icon a:nth-child(1) {
            color: #fc1828 !important;
        }

        .user-icon a:nth-child(2) {
            color: #0168e8 !important;
        }

        .user-icon a:nth-child(3) {
            color: #4267b2 !important;
        }

        .user-icon a:hover {
            color: #3d3d3d !important;
        }*/

/*.item-fm {
    display: none;
}*/

/*social bottom left start*/

#widget-contact-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 7px 10px;
    background: rgba(255,255,255,.96);
    z-index: 1035;
    -webkit-box-shadow: 2px 1px 9px #dedede;
    -moz-box-shadow: 2px 1px 9px #dedede;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea
}

    #widget-contact-bottom ul {
        list-style: none
    }

        #widget-contact-bottom ul li {
            float: left;
            width: 20%;
            text-align: center
        }

            #widget-contact-bottom ul li:nth-child(3) {
                /*padding-top: 30px;*/
            }

            #widget-contact-bottom ul li img {
                height: 30px
            }

            #widget-contact-bottom ul li i {
                height: 30px;
                font-size: 2rem;
                color: #147ed3;
            }

            #widget-contact-bottom ul li span {
                display: block;
                font-weight: 300;
                font-size: .9rem
            }

#widget-contact {
    width: 50px;
    position: fixed;
    right: 2rem;
    bottom: 8rem;
    z-index: 1035;
}

@media(max-width: 575px){
    #widget-contact {
       right: 1.5rem;
        bottom: 11rem;
    }
}

#widget-support {
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 10000;
}

    #widget-contact a, #widget-support a {
        /*display: block;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin-top: 10px;
        text-align: center;
        cursor: pointer;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.25);
        -moz-box-shadow: 0 0 13px 0 rgba(0,0,0,.25);
        box-shadow: 0 0 13px 0 rgba(0,0,0,.25)
    }

        #widget-contact a:hover {
            opacity: .86
        }

#widget-contact img {
    width: 100%;
    position: relative;
    z-index: 1;
}

#widget-contact a i {
    font-size: 2.2em;
    color: #fff;
}

#widget-contact .email-wg {
    background: #f60
}

    #widget-contact .email-wg i, #widget-support a i {
        font-size: 1.7rem;
        color: #fff;
        line-height: 50px
    }

#widget-contact .whatsapp-wg,
#widget-contact .messenger-wg,
#widget-contact .zalo-wg {
    position: relative;
    height: 3.5rem;
    width: 3.5rem;
    margin: 1rem auto 0;
}

#widget-contact .whatsapp-wg,
#widget-contact .messenger-wg{
    background-color: #21c842;
}

#widget-contact .zalo-wg {
    background-color: #07bf60;
}

    #widget-contact .whatsapp-wg img {
        background: #00b7e1;
        border-radius: 50%;
    }
    
    #widget-contact .messenger-wg img {
        background: #00b7e1;
        border-radius: 50%;
    }

    #widget-contact .zalo-wg img {
        /*background: #147ed3;*/
        border-radius: 50%;
        /*padding: 3px;*/
    }
    
    /*#widget-contact .whatsapp-wg .hig-alo-ph-circle {*/
    /*    border-color: #00b7e1;*/
    /*    opacity: .1;*/
    /*    top: -27px;*/
    /*    left: -27px;*/
    /*}*/

    /*#widget-contact .whatsapp-wg .hig-alo-ph-circle-fill {*/
    /*    background-color: #00b7e1;*/
    /*    opacity: .1;*/
    /*    top: -17px;*/
    /*    left: -17px;*/
    /*}*/

    /*#widget-contact .messenger-wg .hig-alo-ph-circle {*/
    /*    border-color: #00b7e1;*/
    /*    opacity: .1;*/
    /*    top: -27px;*/
    /*    left: -27px;*/
    /*}*/

    /*#widget-contact .messenger-wg .hig-alo-ph-circle-fill {*/
    /*    background-color: #00b7e1;*/
    /*    opacity: .1;*/
    /*    top: -17px;*/
    /*    left: -17px;*/
    /*}*/

    /*#widget-contact .zalo-wg .hig-alo-ph-circle {*/
    /*    border-color: #147ed3;*/
    /*    opacity: .1;*/
    /*    top: -27px;*/
    /*    left: -27px;*/
    /*}*/

    /*#widget-contact .zalo-wg .hig-alo-ph-circle-fill {*/
    /*    background-color: #147ed3;*/
    /*    opacity: .1;*/
    /*    top: -17px;*/
    /*    left: -17px;*/
    /*}*/

#widget-support .wg-open {
    background: #147ed3
}

#widget-support .wg-close {
    background: #fb0007;
    display: none;
}
/*nút call*/
.hig-alo-right {
    left: auto !important;
    right: 150px;
}

.hig-alo-phone {
    position: fixed;
    left: 20px;
    bottom: 20px;
    visibility: hidden;
    background-color: transparent;
    /*width: 80px;*/
    height: 60px;
    cursor: pointer;
    z-index: 1000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}

    .hig-alo-phone > span {
        display: block;
        background-color: #e50606e0;
        color: #fff;
        padding: 0 30px 0 60px;
        line-height: 35px;
        font-size: 1.5rem;
        position: absolute;
        top: 5px;
        left: 5px;
        white-space: nowrap;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

.hig-alo-move-cursor {
    cursor: move
}

.hig-alo-phone.hig-alo-show {
    visibility: visible
}

.hig-alo-phone.hig-alo-static {
    opacity: .6
}

.hig-alo-phone.hig-alo-hover, .hig-alo-phone:hover {
    opacity: 1
}

/*.hig-alo-ph-circle {*/
/*    width: 86px;*/
/*    height: 86px;*/
/*    top: -28px;*/
/*    left: -28px;*/
/*    position: absolute;*/
/*    background-color: transparent;*/
/*    -webkit-border-radius: 100%;*/
/*    -moz-border-radius: 100%;*/
/*    border-radius: 100%;*/
/*    border: 2px solid rgba(30,30,30,0.4);*/
/*    border: 2px solid #bfebfc;*/
/*    opacity: .1;*/
/*    -webkit-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;*/
/*    -moz-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;*/
/*    -ms-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;*/
/*    -o-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;*/
/*    animation: hig-alo-circle-anim 1.2s infinite ease-in-out;*/
/*    -webkit-transition: all .5s;*/
/*    -moz-transition: all .5s;*/
/*    -o-transition: all .5s;*/
/*    transition: all .5s;*/
/*    -webkit-transform-origin: 50% 50%;*/
/*    -moz-transform-origin: 50% 50%;*/
/*    -ms-transform-origin: 50% 50%;*/
/*    -o-transform-origin: 50% 50%;*/
/*    transform-origin: 50% 50%*/
/*}*/

/*.hig-alo-mobile .hig-alo-ph-circle {*/
/*    width: 140px;*/
/*    height: 140px;*/
/*    top: 30px;*/
/*    left: 30px*/
/*}*/

/*.hig-alo-phone.hig-alo-active*/
/*.hig-alo-ph-circle {*/
/*    -webkit-animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important;*/
/*    -moz-animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important;*/
/*    -ms-animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important;*/
/*    -o-animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important;*/
/*    animation: hig-alo-circle-anim 1.1s infinite ease-in-out !important*/
/*}*/

/*.hig-alo-phone.hig-alo-static .hig-alo-ph-circle {*/
/*    -webkit-animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important;*/
/*    -moz-animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important;*/
/*    -ms-animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important;*/
/*    -o-animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important;*/
/*    animation: hig-alo-circle-anim 2.2s infinite ease-in-out !important*/
/*}*/

/*.hig-alo-phone.hig-alo-hover .hig-alo-ph-circle, .hig-alo-phone:hover .hig-alo-ph-circle {*/
/*    border-color: #e8000b;*/
/*    opacity: .5*/
/*}*/

/*.hig-alo-phone.hig-alo-green.hig-alo-hover .hig-alo-ph-circle,*/
/*.hig-alo-phone.hig-alo-green:hover .hig-alo-ph-circle {*/
/*    border-color: #75eb50;*/
/*    opacity: .5*/
/*}*/

/*.hig-alo-phone.hig-alo-green .hig-alo-ph-circle {*/
/*    border-color: #e8000b;*/
/*    opacity: .5*/
/*}*/

/*.hig-alo-phone.hig-alo-gray.hig-alo-hover .hig-alo-ph-circle,*/
/*.hig-alo-phone.hig-alo-gray:hover .hig-alo-ph-circle {*/
/*    border-color: #ccc;*/
/*    opacity: .5*/
/*}*/

/*.hig-alo-phone.hig-alo-gray .hig-alo-ph-circle {*/
/*    border-color: #75eb50;*/
/*    opacity: .5*/
/*}*/

/*.hig-alo-ph-circle-fill {*/
/*    width: 66px;*/
/*    height: 66px;*/
/*    top: -18px;*/
/*    left: -18px;*/
/*    position: absolute;*/
/*    background-color: #000;*/
/*    -webkit-border-radius: 100%;*/
/*    -moz-border-radius: 100%;*/
/*    border-radius: 100%;*/
/*    opacity: .1;*/
/*    -webkit-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
/*    -moz-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
/*    -ms-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
/*    -o-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
/*    animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
/*    -webkit-transition: all .5s;*/
/*    -moz-transition: all .5s;*/
/*    -o-transition: all .5s;*/
/*    transition: all .5s;*/
/*    -webkit-transform-origin: 50% 50%;*/
/*    -moz-transform-origin: 50% 50%;*/
/*    -ms-transform-origin: 50% 50%;*/
/*    -o-transform-origin: 50% 50%;*/
/*    transform-origin: 50% 50%*/
/*}*/

/*.hig-alo-phone.hig-alo-active .hig-alo-ph-circle-fill {*/
/*    -webkit-animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important;*/
/*    -moz-animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important;*/
/*    -ms-animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important;*/
/*    -o-animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important;*/
/*    animation: hig-alo-circle-fill-anim 1.7s infinite ease-in-out !important*/
/*}*/

/*.hig-alo-phone.hig-alo-static .hig-alo-ph-circle-fill {*/
/*    -webkit-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;*/
/*    -moz-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;*/
/*    -ms-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;*/
/*    -o-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;*/
/*    animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out !important;*/
/*    opacity: 0 !important*/
/*}*/

/*.hig-alo-phone.hig-alo-hover .hig-alo-ph-circle-fill, .hig-alo-phone:hover .hig-alo-ph-circle-fill {*/
/*    background-color: #f00;*/
/*    opacity: .1 !important*/
/*}*/

/*.hig-alo-phone.hig-alo-green.hig-alo-hover .hig-alo-ph-circle-fill, .hig-alo-phone*/
/*.hig-alo-green:hover .hig-alo-ph-circle-fill {*/
/*    background-color: #f00;*/
/*    opacity: .1 !important*/
/*}*/

/*.hig-alo-phone.hig-alo-green .hig-alo-ph-circle-fill {*/
/*    background-color: #f00;*/
/*    opacity: .1 !important*/
/*}*/

/*.hig-alo-phone.hig-alo-gray.hig-alo-hover .hig-alo-ph-circle-fill, .hig-alo-phone.hig-alo-gray:hover .hig-alo-ph-circle-fill {*/
/*    background-color: #f00;*/
/*    opacity: .1 !important*/
/*}*/

/*.hig-alo-phone.hig-alo-gray .hig-alo-ph-circle-fill {*/
/*    background-color: #f00;*/
/*    opacity: .1 !important*/
/*}*/

.hig-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    padding: 8px;
    position: absolute;
    background: rgba(30,30,30,0.1) url(/assets/images/all/icon-phone-white.png) no-repeat center center;
    background-size: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-sizing: initial;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.hig-alo-ph-circle-shake {
    -webkit-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hig-alo-phone.hig-alo-active .hig-alo-ph-img-circle {
    -webkit-animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: hig-alo-circle-img-anim 1s infinite ease-in-out !important
}

.hig-alo-phone.hig-alo-static .hig-alo-ph-img-circle {
    -webkit-animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: hig-alo-circle-img-anim 0s infinite ease-in-out !important
}

.hig-alo-phone.hig-alo-hover .hig-alo-ph-img-circle, .hig-alo-phone:hover .hig-alo-ph-img-circle {
    background-color: #e8000b
}

.hig-alo-phone.hig-alo-green.hig-alo-hover .hig-alo-ph-img-circle, .hig-alo-phone.hig-alo-green:hover .hig-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50;
}

.hig-alo-phone.hig-alo-green .hig-alo-ph-img-circle {
    background-color: #e8000b;
}

.hig-alo-phone.hig-alo-gray.hig-alo-hover .hig-alo-ph-img-circle, .hig-alo-phone.hig-alo-gray:hover .hig-alo-ph-img-circle {
    background-color: #ccc;
}

.hig-alo-phone.hig-alo-gray .hig-alo-ph-img-circle {
    background-color: #75eb50;
}


/*social bottom left end*/
.owl-nav i {
    font-size: 1.4rem;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    width: 34px !important;
    height: 34px !important;
    line-height: 36px !important;
    margin: auto !important;
    border: 1px solid #ddd !important;
    background-color: rgba(255,255,255,0.8) !important;
    outline: none !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .owl-prev:hover, .owl-next:hover {
        background-color: rgba(255,255,255,1) !important;
    }

.owl-next {
    right: 5px;
    left: auto;
}

.flash {
    position: relative;
    display: block;
}

    .flash::after, .flash::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out
    }

    .flash::before {
        z-index: 1;
    }

    .flash:hover::before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255,255,255,.3)
    }

    .flash:hover::after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255,255,255,.3)
    }

/*.remove-box-sizing #colorbox *, .remove-box-sizing #colorbox:before, .remove-box-sizing #colorbox:after,
.remove-box-sizing #colorbox *:after, .remove-box-sizing #colorbox *:before, .remove-box-sizing #cboxOverlay *,
.remove-box-sizing #colorbox *:after, .remove-box-sizing #colorbox *:before, .remove-box-sizing #cboxOverlay,
.remove-box-sizing #colorbox, .remove-box-sizing #cboxOverlay:after, .remove-box-sizing #cboxOverlay:before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}*/
/*video ifames start*/
.video-responsive {
    margin: auto;
    width: 100%;
    max-width: 800px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }
/*video ifames end*/

/*.list-bullet li {
    list-style: none;
    margin: 4px 0;
}

    .list-bullet li:before {
        content: "";
        font-family: FontAwesome 5 Pro;
        font-size: 120%;
        padding-right: 7px;
        color: #39a949;
    }

.list-style1 li:before {
    content: "\f101";
}

.list-style2 li:before {
    content: "\f105";
}

.list-style3 li:before {
    content: "\f138";
}

.list-style4 li:before {
    content: "\f0da";
}

.list-style5 li:before {
    content: "\f13a";
}

.list-bullet li h2, .list-bullet li h3, .list-bullet li h4, .list-bullet li h5 {
    display: inline-block;
    font-size: inherit;
    margin: 0 !important;
}

.box-style1 {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-left: 4px solid #39a949;
}*/



/*.box-shadow h3, .box-shadow1 h3 {
        display: block;
        line-height: 1.5em;
        margin-bottom: 12px;
    }

    .box-shadow img, .box-shadow1 img {
        height: 100px !important;
        margin: 10px 0;
    }*/

/*.box-shadow1 {
    background-color: #fff;
    padding: 15px;
    margin: 8px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(108, 124, 145, 0.15);
}*/

/*.table-type-1 {
    background-color: #fff;
    width: 100%;
    border: 1px solid #e6e6e6;
}

    .table-type-1 th, .table-type-1 td {
        border: 1px solid #e6e6e6;
        padding: 10px;
    }

    .table-type-1 thead, .table-type-1 thead tr {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    }

.table-thead-color thead, .table-thead-color thead tr {
    background: #009bcb !important;
    color: #fff
}

.table-type-1 thead tr {
    height: 36px;
}

.table-color tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-hover tr:hover {
    background-color: #f5f5f5;
}*/

/*thu vien anh*/
/*.box-album {
    float: left;
    display: block;
    text-align: center;
    vertical-align: top;
}

    .box-album .photo-album {
        border: 2px solid #ccc;
        margin: 10px 0;
    }

.photo-album {
    display: block;
    position: relative;
    overflow: hidden;
    top: 0;
    background: #fff;
    border: 4px solid #fff;
    outline: 1px solid #eee;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

    .photo-album:hover {
        top: -5px;
    }

    .photo-album:before {
        content: "";
        display: block;
        padding-top: 65%;
    }

    .photo-album img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }*/

/*.view-more {
    float: right;
    font-style: italic;
    color: #f00;
    margin-top: 10px;
}

    .view-more:hover {
        text-decoration: underline;
    }*/

.tdproduct {
    text-align: left;
    padding: 10px 0 !important;
}

    .tdproduct:nth-child(2) {
        padding-left: 15px !important;
    }

    .tdproduct img {
        width: 100%;
        min-width: 60px;
        border: 1px solid #ccc;
    }

    .tdproduct a {
        font-weight: normal;
        font-size: 1rem
    }

/*.trTotal1, .trTotal2 {
    color: #cb0408;
    background: #f2f2f2;
}

.trTotal2 {
    font-size: 1.1rem
}*/

/*input.txtQuantity::-webkit-outer-spin-button,
input.txtQuantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].txtQuantity {
    -moz-appearance: textfield;
}*/

/*.delivery ul, .payment ul {
    list-style: none
}

.delivery p.title, .payment p.title, .person-order p.title {
    font-size: 1.3rem;
    font-weight: bold
}*/

/*p.dname, p.pname {
    font-weight: bold;
    margin-left: 0 !important
}*/

/*.delivery li, .payment li {
    border-top: 1px solid #eee;
    padding: 8px 0
}

    .delivery li p, .payment li p {
        margin-left: 20px
    }

    .delivery li input, .payment li input {
        margin-right: 4px
    }

    .delivery li.li-dname {
        width: 100%;
        vertical-align: top;
        clear: left;
        border-top: 1px solid #ddd
    }

    .delivery li.li-dmoney {
        width: 30%;
        text-align: right;
        clear: right
    }*/

/*.dropdown-content {
    display: none;
    position: absolute;
    width: 170px;
    background-color: #222;
}

    .dropdown-content a {
        color: #fff;
        display: block;
        padding: 8px;
        border-bottom: 1px solid #000;
        text-align: left;
        margin: 0 !important;
    }

        .dropdown-content a:hover {
            background-color: #000 !important;
        }*/

/*.user:hover .dropdown-content {
    display: block;
    z-index: 9999;
}*/

/*.cat-news .count-product {
    color: black;
}*/

/*#right-panel .product-box {
    width: 100%;
    border: 1px solid #eee;
    margin-top: -1px;
    
}*/

/*.pStar {
    color: #0863ac
}*/

/*.pStar img {
        vertical-align: bottom;
    }*/

/*.pStar-border {
    border-right: 1px solid #f6eded;
    border-left: 1px solid #f6eded;
    padding: 4px;
    margin-right: 10px
}*/

/*.news-author-img {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #4f4f4f;
    display: inline-block;
    margin: 0 20px 0 0;
}*/

.author-box {
    width: 100%;
    margin-top: 20px;
    padding: 1rem;
    /*background: #147ed3;*/
    border-radius: 10px;
    color: #fff;
    display: flex;
    -webkit-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
    -moz-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
    box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
}

    .author-box a, .author-box .author-description b, .author-box .author-description p, .author-box .author-description i {
        color: #333;
    }

    .author-box .author-description i {
        width: 22px;
        color: #fff;
        text-align: center;
        background: #147ed3;
        padding: 5px 0;
        font-size: 0.8rem;
        margin-right: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .author-box .author-info {
        width: 100%;
        padding: 1rem 2rem;
        /* background: #147ed3; */
        border-radius: 0.56rem;
    }

        .author-box .author-info .author-social {
            margin: 4px 0;
        }

            .author-box .author-info .author-social a {
                display: inline-block;
                margin-right: 10px;
                font-weight: normal;
                color: #fff;
                display: block;
                transition: 0.5s all;
                overflow: hidden;
            }

                .author-box .author-info .author-social a:hover {
                    color: #147ed3;
                    padding-left: 5px;
                    background: #ed1c24 !important;
                    padding-left: 0px !important;
                }

                .author-box .author-info .author-social a:before {
                    content: "";
                    opacity: 0;
                    position: absolute;
                    background: rgba(255,255,255,0.6) none repeat scroll 0 0;
                    transition: all 0.8s;
                    transform: rotate(-45deg);
                    top: -50%;
                    left: -50%;
                    width: 200%;
                    height: 200%;
                }

                .author-box .author-info .author-social a:hover:before {
                    opacity: 1;
                    height: 0;
                }

                .author-box .author-info .author-social a i {
                    font-size: 1rem;
                }

        .author-box .author-info .author-name {
            margin: 0 15px 0 0;
            font-weight: bold;
            font-size: 1.2rem;
            text-transform: uppercase;
        }

    .author-box .author-description {
        text-align: justify;
        line-height: 1.8;
        margin: 15px 0;
    }

    .author-box .author-img {
        width: 100px;
        border-radius: 6px;
        overflow: hidden;
        padding-top: 1rem;
    }

        .author-box .author-img img, .related-post {
            max-width: 100%
        }

/*#postComment {
    margin-top: 20px;
}

    #postComment .item-rating .star-avg {
        color: #f3c706;
        font-weight: bold;
        font-size: 3rem;
    }*/

/*.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ba1716;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

#postComment .progress {
    margin-bottom: 0px;
    width: 160px;
    display: inline-block;
}*/

/*.review-date {
    color: #999;
}

#topcontrol img {
    max-width: 50px;
}*/

/*.log-fb-btn {
    display: block;
    background: #304fae;
    color: #fff !important;
    margin-bottom: 12px;
    line-height: 35px;
    text-align: left;
}

    .log-fb-btn i {
        float: left;
        display: inline-block;
        background: #2946a2;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 35px;
        margin-right: 15px;
    }

.log-gg-btn {
    display: block;
    background: #e94c3d;
    color: #fff !important;
    margin-bottom: 12px;
    line-height: 35px;
    text-align: left;
}

    .log-gg-btn i {
        float: left;
        display: inline-block;
        background: #cd3b2e;
        padding: 0 10px;
        font-size: 1.3rem;
        line-height: 35px;
        margin-right: 15px;
    }

    .log-fb-btn:hover, .log-gg-btn:hover {
        opacity: 0.9;
        color: #fff;
    }*/

/*.thumbs .active {
    border: 1px solid black;
}*/

/*.product-details-section {
    width: 100%;
    text-align: left;
    padding: 15px;
    background: #e2f1ff;
    border-radius: 4px;
    margin-top: 20px;
}*/

/*.box-hotline__icon {
    background-image: url(/Assets/Client/images/ho-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 4px;
}
*/

/*.box-hotline__icon.ic-zalo {
    background-position-x: -90px;
    background-position-y: -224px;
}*/

/*.box-hotline__icon.ic-facebook {
    background-position-x: -132px;
    background-position-y: -224px;
}*/

/*.box-hotline__icon.ic-phone {
    background-position-x: -1px;
    background-position-y: -224px;
}*/

/*.box-hotline__icon.ic-email {
    background-position-x: -45px;
    background-position-y: -224px;
}*/

/*.row-box .box-hotline, .row-box .box-contact {
    width: 50%;
    float: left;
}*/

/*.product-details-section p {
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
}*/

/*.box-hotline__link {
    display: inline-flex;
}*/

/*.product-details-section ul {
    list-style: none;
    margin: 0;
}*/

/*.box-hotline__name {
    line-height: 40px;
    color: red;
    font-weight: normal;
}*/

/*.modal {
    z-index: 1000000;
}*/

/*blockquote {
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}*/

/*.gia-sanpham {
    display: none;
}*/

/*.ui-pnotify.stack-bottom-right, .ui-pnotify.stack-bottom-left {
    bottom: 100px !important;
    padding: 0 !important;
}*/

.modal button.close {
    background-color: #f00;
    color: #fff;
    font-size: 1.6rem;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    opacity: 1;
    position: absolute;
    top: -5px;
    right: -15px;
    border-radius: 50%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

/*.ui-widget.ui-widget-content.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(207,207,207,1);
    -moz-box-shadow: 0 0 10px 0 rgba(207,207,207,1);
    box-shadow: 0 0 10px 0 rgba(207,207,207,1)
}*/

/*.bk-btn button {
    max-width: 100%;
}

.bk-btn button {
    width: 100% !important;
}*/

/*#catsearch {
    position: absolute;
    background: #f2f2f2;
    color: #333;
    border: none;
    height: 44px;
    width: 160px;
    left: 1px;
    border-right: 1px solid #ccc
}*/


/*.video-show {
    margin: 20px auto 50px;
    max-width: 800px;
    text-align: center
}

.video-show span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2rem
}*/

/*.tdvideo {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left
}

.tdvideo img {
    width: 160px;
    height: 90px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc
}*/

.box-video-image {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px
}

    .box-video-image:before {
        content: "";
        display: block;
        padding-top: 56.5%
    }

    .box-video-image img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .box-video-image .btn-play {
        position: absolute;
        z-index: 1;
        color: red;
        font-size: 50px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        transition: 0.5s all;
    }

    .box-video-image:hover .btn-play {
        -webkit-transform: translate(-50%,-50%) scale(1.2);
        -moz-transform: translate(-50%,-50%) scale(1.2);
        -ms-transform: translate(-50%,-50%) scale(1.2);
        -o-transform: translate(-50%,-50%) scale(1.2);
        transform: translate(-50%,-50%) scale(1.2);
        color: red;
    }

.box-video-name {
    padding: 10px;
    line-height: 1.5;
    min-height: 60px
}

/*login start*/
#CaptchaCode,
.BDC_CaptchaDiv input {
    border-radius: 50px
}

.hand-animation {
    position: absolute;
    left: 50%;
    margin-left: -625px;
    top: 131px;
}

.light-hand {
    background: url(/assets/images/all/light-hand.png);
    width: 350px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    animation: 20s light-hand linear infinite;
    opacity: .7;
}

.light-hand-two {
    background: url(/assets/images/all/light-hand.png);
    width: 350px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    animation: 20s light-hand linear infinite;
    opacity: .7;
}

.rune-hand {
    background: url(/assets/images/all/rune-hand.png);
    width: 350px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    animation: 15s rune-hand linear infinite;
    opacity: .8;
}




.language {
    position: absolute;
    bottom: 4px;
    right: 15px;
}

    .language img {
        height: 30px;
    }

#language {
    display: inline-block;
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 10px
}

    #language a {
        margin-left: 5px;
        width: 26px;
        height: 26px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }

    #language img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.about-us {
}

    .about-us .about-us-title {
        font-size: 2rem;
        font-weight: 900;
        text-align: center;
    }

    .about-us .about-us-summary {
        text-align: justify;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        line-height: 1.6;
    }

    .about-us .about-us-button {
    }

    .about-us .about-us-img {
        position: relative;
        width: calc(100% - 3rem);
        margin-bottom: 3rem;
    }

    .about-us.about-us-1 .about-us-img {
        width: calc(100% - 3rem);
        margin-left: 3rem;
    }

    .about-us .about-us-img:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(320deg,#147ed3,#00b7d6);
        padding-top: 56.25%;
        position: absolute;
        top: 0;
        left: 3rem;
        top: 3rem;
        border-radius: 0.5rem;
    }

    .about-us .about-us-img .frames {
    }

    .about-us.about-us-1 .about-us-img:before {
        left: auto;
        right: 3rem;
    }

.about-us-img1 {
}

.about-us-img1,
.about-us-images {
    border-radius: 10px;
    overflow: hidden;
}

.about-us-img {
    /*margin-top: 40px;*/
}

    .about-us-img img {
        /*width: 100%;
        max-height: 315px;*/
    }

.btn-outline-instagram {
    color: #d50000;
    border-color: #bd6800;
}

    .btn-outline-instagram:hover {
        color: #fff;
        border-color: #e4ff00;
        background: linear-gradient(130deg, #a000bdba, #ff0099,#f00,#fff700);
    }

#link-social a {
    width: 138px
}

.bar {
    margin: 1rem auto 1.5rem;
    height: 4px;
    width: 85px
}

    .bar:before {
        left: 0;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-name: MOVE-BG-ltr;
        background: #fff;
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 5px
    }

    .bar.bar1:before {
        background: #147ed3;
    }

.js-toc-title {
    border-left: 5px solid #147ed3 !important;
}

ol .easy_toc_list-item_link.active:before {
    background-color: #147ed3 !important;
}

/*ckfinder star*/
div#ckf-modal, .ckf-file-preview-root {
    z-index: 999999 !important;
}
/*ckfinder end*/
/*tooltip bs-bootrap start*/
.tooltip.bs-tooltip-auto.fade.show {
    z-index: 100000;
}
/*tooltip bs-bootrap end*/

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    -ms-transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);
}

.keyRequest {
    display: none
}

input ~ .clear-val {
    font-weight: 600;
    background: linear-gradient(44deg, #0235d7 33%, #22d7d9, #e1f4f1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    opacity: 0;
}

input:active ~ .clear-val,
input:focus ~ .clear-val,
input:hover ~ .clear-val {
    opacity: 1;
}

.layout_account {
    background-color: #f2f2f2;
}

    .layout_account #topbar {
        background-color: #f2f2f2;
    }

    .layout_account #footer-designed {
        color: #000;
        background-color: #d9d9d9;
    }

        .layout_account #footer-designed a, #footer-designed a:hover {
            color: #000 !important;
        }

/* Modal bootbox start*/
.bootbox {
}

    .bootbox .modal-xxl.max-size,
    .bootbox .modal-xl.max-size {
        padding: 0.5rem;
        height: 100%;
        margin: auto;
    }

        .bootbox .modal-xxl.max-size .modal-content,
        .bootbox .modal-xl.max-size .modal-content {
            height: 100%;
            overflow: auto;
        }

            .bootbox .modal-xxl.max-size .modal-content .modal-header,
            .bootbox .modal-xl.max-size .modal-content .modal-header {
                position: sticky;
                top: 0;
                z-index: 1;
                background: #fff;
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
            }

            .bootbox .modal-xxl.max-size .modal-content .modal-footer,
            .bootbox .modal-xl.max-size .modal-content .modal-footer {
                position: sticky;
                z-index: 1;
                bottom: 0;
                background: #fff;
                padding-top: 0.25rem;
                padding-bottom: 0.25rem;
            }

/*#td_modal .modal-xl {
    max-width: 100% !important;
    padding: 1rem !important;
    height: 100% !important;
    margin: 0 !important;
}

#td_modal .modal-max-height {
    padding: 1rem !important;
    height: 100% !important;
    margin: auto !important;
}

#td_modal .modal-content {
    width: 100% !important;
    height: 100% !important;
}*/

.modal.fade {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

    .modal.fade.show {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
/* Model bootbox end */

/*Menu top right start */
#MTRLogin {
}

    #MTRLogin #socialLoginList {
    }

        #MTRLogin #socialLoginList #Google {
            margin-top: 0.5rem;
            display: block;
            width: 100%;
            background: linear-gradient(22deg, #a70000, #f75757);
            color: #fff;
            position: relative;
            padding-top: 4px;
            padding-bottom: 3px;
            line-height: 1.6;
        }

        #MTRLogin #socialLoginList #Facebook {
            margin-top: 0.5rem;
            display: block;
            width: 100%;
            background: linear-gradient(22deg, #032776, #5779f7);
            color: #fff;
            position: relative;
            padding-top: 4px;
            padding-bottom: 3px;
            line-height: 1.6;
        }


    #MTRLogin #Login {
        background: linear-gradient(22deg, #2f8b00, #4ecd24);
        font-size: 0.89rem;
        text-align: center;
        color: #fff;
        border-radius: 0.375rem;
        margin-bottom: 0.5rem;
        position: relative;
        line-height: 1.6
    }

    #MTRLogin #Register {
        background: linear-gradient(22deg, #ff4700, #ffa500);
        font-size: 0.89rem;
        text-align: center;
        color: #fff;
        border-radius: 0.375rem;
        margin-bottom: 0.5rem;
        position: relative;
        line-height: 1.6
    }

        #MTRLogin #Login i,
        #MTRLogin #Register i {
            position: absolute;
            left: 0;
            top: 0px;
            height: 100%;
            width: 30px;
            background: #00000038;
            padding-top: .57rem;
            border-radius: 0.375rem 0 0 0.375rem;
        }

    #MTRLogin #socialLoginList #Google i, #MTRLogin #socialLoginList #Facebook i {
        position: absolute;
        left: 0;
        top: 0px;
        height: 100%;
        width: 30px;
        background: #00000038;
        padding-top: 0.57rem;
    }

/*Menu top right end */

/*star */
.item-title {
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    line-height: 1.6;
}

.item-minititle {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    line-height: 1.6;
}

.item-subtitle {
    font-weight: 500;
    color: #687176;
    font-size: 1rem;
}

.itemset-searchbox {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
}

    .itemset-searchbox .box-title {
        display: block;
        position: relative;
        cursor: pointer;
    }

        .itemset-searchbox .box-title:after {
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            content: "\f107";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            position: absolute;
            right: 0;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            top: 0.5rem;
        }

        .itemset-searchbox .box-title:not(.collapsed):after {
            content: "\f105";
        }

        .itemset-searchbox .box-title span {
            font-size: 1.4rem;
        }

    .itemset-searchbox .box-body {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 1rem 0;
    }
/**/
.itemset-box {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
}

    .itemset-box .box-title {
        font-size: 1.4rem;
        position: relative;
    }

        .itemset-box .box-title .toggle-button {
            position: absolute;
            right: 0;
            top: 0.25rem;
            font-size: 0.833rem;
        }

    .itemset-box .box-body {
        margin-top: 1.5rem;
    }

.form-control label, .form-floating label {
    font-size: 1rem;
}

.form-select-image {
    position: relative;
}

    .form-select-image .chonanh {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .form-select-image input,
    .btn-taonhanh input,
    .btn-chonanh input {
        padding-right: 150px !important;
    }

.btn-taonhanh button,
.btn-chonanh button,
.btn-chonanh .button {
    position: absolute;
    right: 7px;
    padding: 2px 11px;
    top: 0;
    bottom: 0;
    margin: 8px 0px;
    border-radius: 0.25rem;
}
/*end*/
/*add new*/
.box-item .box-item-body:nth-child(6n+1) .box-item-title {
    color: #7b70ff
}

.box-item .box-item-body:nth-child(6n+2) .box-item-title {
    color: #1e4eff
}

.box-item .box-item-body:nth-child(6n+3) .box-item-title {
    color: #24b6b1
}

.box-item .box-item-body:nth-child(6n+4) .box-item-title {
    color: #528929
}

.box-item .box-item-body:nth-child(6n+5) .box-item-title {
    color: #d74a96
}

.box-item .box-item-body:nth-child(6n+6) .box-item-title {
    color: #ff3636
}

.box-item .box-item-body:hover .box-item-img {
    animation: 0.5s animation-rotateY-360 ease-in-out;
}

.toggle-body.hide {
    display: none;
}

.box-countbox {
}

    .box-countbox .item {
        text-align: center;
    }

        .box-countbox .item .item-body {
            border-radius: 0.75rem;
            background: linear-gradient(122deg,#167fd3,#43a6d6);
            -webkit-transition: all 0.3s ease-in-out !important;
            -o-transition: all 0.3s ease-in-out !important;
            -ms-transition: all 0.3s ease-in-out !important;
            transition: all 0.3s ease-in-out !important;
            text-align: center;
            padding: 1rem;
            padding-top: 2rem;
            height: 100%;
        }

            .box-countbox .item .item-body:hover {
                transform: translateY(-0.75rem rem );
                -webkit-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
                -moz-box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
                box-shadow: 0 10px 25px 5px rgba(137,173,255,.35);
            }

            .box-countbox .item .item-body .item-img i,
            .box-countbox .item .item-body .item-img img {
                color: #fff;
                font-size: 2.5rem;
                width: 80px;
                height: 80px;
                line-height: 80px;
                text-align: center;
                border: 2px solid #fff;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

            .box-countbox .item .item-body .item-img img {
                padding: 13px;
            }

            .box-countbox .item .item-body .item-title {
                color: #fff;
                font-size: 1.2rem;
                font-weight: 700;
            }

            .box-countbox .item .item-body .item-summary {
                font-weight: 700;
                color: #fff;
            }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.animated-linear-gradient {
    background: repeating-linear-gradient(to right,red 0,#00f 50%,red 100%);
    color: #fff;
    width: 100%;
    background-size: 200% auto;
    background-position: 0 100%;
    animation: 2s linear infinite forwards gradient;
    padding: 0 10px;
    border-radius: 9999px;
}

@keyframes gradient {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200% 0
    }
}

/*new set */
#table-content {
    margin-top: 1rem;
}

    #table-content table {
        width: 100%;
    }

        #table-content table thead tr {
        }

            #table-content table thead tr td {
                text-align: center;
                font-weight: 500;
            }

        #table-content table tbody tr {
        }

            #table-content table tbody tr td {
            }

                #table-content table tbody tr td .item-delete {
                    cursor: pointer;
                }

                    #table-content table tbody tr td .item-delete i {
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: center;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        width: 2rem;
                        height: 2rem;
                        background: linear-gradient(45deg, #e50000, #a71b04);
                        color: #fff;
                        margin: auto;
                        border: 1px solid #fff;
                        border-radius: 0.375rem;
                    }

                #table-content table tbody tr td .item-edit {
                    cursor: pointer;
                }

                    #table-content table tbody tr td .item-edit i {
                        display: flex;
                        width: 2rem;
                        height: 2rem;
                        background: linear-gradient(45deg,#e59400,#a75e04);
                        color: #fff;
                        justify-content: center;
                        align-items: center;
                        margin: auto;
                        border: 1px solid #fff;
                        border-radius: 0.375rem;
                    }

        #table-content table td {
            border: 1px solid #ddd;
            vertical-align: middle;
        }

            #table-content table td:last-child {
                padding-right: 0;
            }


#form-datxe {
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

    #form-datxe > div {
        max-width: 960px;
        margin: auto;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.25);
        box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.25);
    }

    #form-datxe form {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #form-datxe .box-data {
    }

        #form-datxe .box-data .box-title {
            font-size: 1.2rem;
            font-weight: bold;
            color: #0b1727;
        }

        #form-datxe .box-data .box-subtitle-start {
        }

            #form-datxe .box-data .box-subtitle-start .title {
                font-size: 1rem;
                font-weight: 500;
                color: #0b1727;
            }

        #form-datxe .box-data .box-subtitle-end {
        }

            #form-datxe .box-data .box-subtitle-end .title {
                font-size: 1rem;
                font-weight: 500;
                color: #0b1727;
            }

.login-box {
}

    .login-box > .box-header {
        background-color: rgba(1,148,243,1);
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

        .login-box > .box-header .box-body-center {
            line-height: 1.8;
        }

            .login-box > .box-header .box-body-center .box-title {
                font-size: 1.7rem;
                color: #fff;
                font-weight: bold;
            }

            .login-box > .box-header .box-body-center .box-subtitle {
                font-size: 1.3rem;
                color: #fff;
                font-weight: 500;
            }

    .login-box > .box-body .box-body-center {
    }

        .login-box > .box-body .box-body-center > div {
            padding: 1rem;
            border: 1px solid #ddd;
            border-radius: 0.5rem;
            background: #fff;
        }

            .login-box > .box-body .box-body-center > div .box-header {
            }

                .login-box > .box-body .box-body-center > div .box-header .box-title {
                    text-align: center;
                    font-size: 1.6rem;
                    font-weight: bold;
                }

            .login-box > .box-body .box-body-center > div .box-body {
            }

                .login-box > .box-body .box-body-center > div .box-body .box-return {
                    color: #748194;
                    text-align: center;
                    display: block;
                    font-size: 0.833rem;
                }

                .login-box > .box-body .box-body-center > div .box-body .box-subtitle {
                    font-size: 0.9rem;
                    font-weight: 500;
                    color: #687176;
                    margin-top: 0.5rem;
                }

                .login-box > .box-body .box-body-center > div .box-body form .box-summary {
                    font-weight: 500;
                    text-align: center;
                    font-size: 0.9rem;
                    margin-top: 1rem;
                }

                    .login-box > .box-body .box-body-center > div .box-body form .box-summary a,
                    .login-box > .box-body .box-body-center > div .box-body form .box-summary a:hover,
                    .login-box > .box-body .box-body-center > div .box-body form .box-summary a:active {
                        color: #0194f3;
                    }


            .login-box > .box-body .box-body-center > div .box-footer {
            }

    .login-box > .box-body .box-body-left {
    }

        .login-box > .box-body .box-body-left .box-cel {
        }

            .login-box > .box-body .box-body-left .box-cel .box-item {
            }

                .login-box > .box-body .box-body-left .box-cel .box-item .box-img {
                    width: 4rem;
                    height: 4rem;
                }
                
                .login-box > .box-body .box-body-left .box-cel .box-item .box-img img{
                    max-width: 100%;
                }

                .login-box > .box-body .box-body-left .box-cel .box-item .box-title {
                    margin-top: 0.5rem;
                    font-size: 1.5rem;
                    font-weight: bold;
                    line-height: 1.6;
                }

                .login-box > .box-body .box-body-left .box-cel .box-item .box-summary {
                    margin-top: 0.5rem;
                    font-size: 1.1rem;
                    font-weight: 500;
                    line-height: 1.6;
                }

                .login-box > .box-body .box-body-left .box-cel .box-item .box-link {
                }

                    .login-box > .box-body .box-body-left .box-cel .box-item .box-link a,
                    .login-box > .box-body .box-body-left .box-cel .box-item .box-link a:hover,
                    .login-box > .box-body .box-body-left .box-cel .box-item .box-link a:active {
                        color: #0194f3;
                    }

.manage-box {
    margin-top: 0;
}

    .manage-box > div > .box-body-left {
        border: 1px solid #f3f3f3;
        border-radius: 0.375rem;
    }

        .manage-box > div > .box-body-left > .box-header {
            padding: 2rem 1rem;
        }

            .manage-box > div > .box-body-left > .box-header .box-img {
                width: 2.5rem;
                float: left;
                margin-right: 1rem;
            }

                .manage-box > div > .box-body-left > .box-header .box-img img {
                    width: 2.5rem;
                    height: 2.5rem;
                    border-radius: 50%;
                }

            .manage-box > div > .box-body-left > .box-header .box-content {
                margin-left: 3.5rem;
            }

                .manage-box > div > .box-body-left > .box-header .box-content .box-title {
                    font-weight: bold;
                    color: #000;
                    font-size: 1.1rem;
                }

                .manage-box > div > .box-body-left > .box-header .box-content .box-subtitle {
                    font-size: 0.9rem;
                    color: #687176;
                }

        .manage-box > div > .box-body-left > .box-content {
            border-top: 1px solid #f3f3f3;
            padding: 1rem 0;
        }

            .manage-box > div > .box-body-left > .box-content .menu-manage {
            }

                .manage-box > div > .box-body-left > .box-content .menu-manage > .menu-item {
                    margin-bottom: 1px;
                }

                    .manage-box > div > .box-body-left > .box-content .menu-manage > .menu-item > .menu-link {
                        padding: 0.65rem 1rem;
                        display: block;
                        font-weight: 500;
                        color: #354148;
                        font-size: 1.1rem;
                    }

                        .manage-box > div > .box-body-left > .box-content .menu-manage > .menu-item > .menu-link i {
                            font-size: 1.2rem;
                            margin-right: 0.5rem;
                            color: #0194f3;
                        }

                    .manage-box > div > .box-body-left > .box-content .menu-manage > .menu-item:hover > .menu-link,
                    .manage-box > div > .box-body-left > .box-content .menu-manage > .menu-item.act > .menu-link {
                        color: #fff;
                        background: #0194f3;
                    }

                        .manage-box > div > .box-body-left > .box-content .menu-manage > .menu-item:hover > .menu-link i,
                        .manage-box > div > .box-body-left > .box-content .menu-manage > .menu-item.act > .menu-link i {
                            color: #fff;
                        }

    .manage-box > div > .box-body-center {
    }

        .manage-box > div > .box-body-center > .box-header {
            padding: 1rem;
            border-radius: 0.375rem;
            /*-webkit-box-shadow: 0px 0px 0.5rem 0px rgba(108,124,145,0.15);
            -moz-box-shadow: 0px 0px 0.5rem 0px rgba(108,124,145,0.15);
            box-shadow: 0px 0px 0.5rem 0px rgba(108,124,145,0.15);*/
            border: 1px solid #f3f3f3;
        }

            .manage-box > div > .box-body-center > .box-header .box-title {
                font-weight: 500;
                font-size: 1.1rem;
                color: #03121a;
            }

                .manage-box > div > .box-body-center > .box-header .box-title i {
                    font-size: 1.2rem;
                    margin-right: 0.5rem;
                }

        .manage-box > div > .box-body-center > .box-content {
            margin-top: 1.5rem;
        }

            .manage-box > div > .box-body-center > .box-content > .box-search {
            }

                .manage-box > div > .box-body-center > .box-content > .box-search .box-content {
                }

                    .manage-box > div > .box-body-center > .box-content > .box-search .box-content input {
                    }

                    .manage-box > div > .box-body-center > .box-content > .box-search .box-content button {
                        white-space: nowrap;
                        height: 2.3rem;
                        background: #0194f3;
                        border: 1px solid #0194f3;
                        color: #fff;
                        font-weight: 500;
                        border-radius: 0.375rem;
                    }

                .manage-box > div > .box-body-center > .box-content > .box-search > .box-item {
                }

                    .manage-box > div > .box-body-center > .box-content > .box-search > .box-item label {
                        padding: 0.375rem 1rem;
                        border: 1px solid #333;
                        border-radius: 0.375rem;
                        font-weight: 700 !important;
                        font-size: 0.9rem;
                    }

                        .manage-box > div > .box-body-center > .box-content > .box-search > .box-item label:has(input:checked) {
                            color: #fff;
                            background: #0194f3;
                            border-color: #0194f3;
                        }

                        .manage-box > div > .box-body-center > .box-content > .box-search > .box-item label:hover,
                        .manage-box > div > .box-body-center > .box-content > .box-search > .box-item label:active,
                        .manage-box > div > .box-body-center > .box-content > .box-search > .box-item label:focus {
                            box-shadow: rgba(1, 148, 243, 0.5) 0px 0px 0px 4px;
                            border-color: #0194f3;
                        }

            .manage-box > div > .box-body-center > .box-content > .box-body {
            }

                .manage-box > div > .box-body-center > .box-content > .box-body > .box-noitem {
                }

                    .manage-box > div > .box-body-center > .box-content > .box-body > .box-noitem .box-img {
                        text-align: center;
                    }

                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-noitem .box-img img {
                            max-width: 100%;
                            margin: 0 auto;
                        }

                    .manage-box > div > .box-body-center > .box-content > .box-body > .box-noitem .box-content {
                    }

                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-noitem .box-content .box-title {
                            font-size: 1.1rem;
                            color: #000;
                            font-weight: 500;
                        }

                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-noitem .box-content box-summary {
                            color: #333;
                            font-weight: 500
                        }

                .manage-box > div > .box-body-center > .box-content > .box-body > .box-table-data {
                    margin-top: 1.8rem;
                }

                    .manage-box > div > .box-body-center > .box-content > .box-body > .box-table-data table {
                    }

                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-table-data table td,
                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-table-data table th {
                            text-align: center;
                            border: 1px solid #f3f3f3;
                        }

                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-table-data table th {
                            background: #f3f3f3;
                            padding-top: 0.5rem;
                            padding-bottom: 0.5rem;
                        }

                .manage-box > div > .box-body-center > .box-content > .box-body > .box-data-content {
                    margin-top: 1.8rem;
                }

                    .manage-box > div > .box-body-center > .box-content > .box-body > .box-data-content .newsvertical-box {
                    }

                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-data-content .newsvertical-box .box-img {
                        }

                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-data-content .newsvertical-box .box-title {
                            color: #147ed3;
                            font-size: 1.2rem;
                            font-weight: 500;
                        }

                        .manage-box > div > .box-body-center > .box-content > .box-body > .box-data-content .newsvertical-box .box-summary {
                            color: rgba(0,0,0,.8);
                            font-weight: 500;
                        }


                .manage-box > div > .box-body-center > .box-content > .box-body > .table-info {
                    width: 100%;
                }

                    .manage-box > div > .box-body-center > .box-content > .box-body > .table-info b {
                        color: #000;
                        font-weight: 500;
                    }

                    .manage-box > div > .box-body-center > .box-content > .box-body > .table-info span,
                    .manage-box > div > .box-body-center > .box-content > .box-body > .table-info span a {
                        color: #000;
                        font-weight: 400;
                    }

                .manage-box > div > .box-body-center > .box-content > .box-body > .box-subheader {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin-top: 1rem;
                }

                    .manage-box > div > .box-body-center > .box-content > .box-body > .box-subheader .box-icon {
                        text-align: center;
                        margin-right: 0.5rem;
                        color: #0194f3;
                    }

                    .manage-box > div > .box-body-center > .box-content > .box-body > .box-subheader .box-title {
                        position: relative;
                        font-weight: 500;
                        font-size: 1.1rem;
                        line-height: 1.3;
                    }


        .manage-box > div > .box-body-center > .box-footer {
        }

@media(max-width: 1199px) {
    .manage-box > div > .box-body-left > .box-header {
        padding: 1rem;
    }

    .manage-box > div > .box-body-left > .box-content {
        display: none;
    }
}

.table-button-edit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-size: .6944444444rem;
    display: inline-block;
    height: 1.875rem;
    width: 1.875rem;
    position: relative;
    border-radius: 0.375rem;
    padding: 0.3125rem 1rem;
    font-weight: 400;
    background: rgba(0,54,135,0.2);
    color: rgba(27,103,191,1);
    border: 1px solid rgba(0,54,135,0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .table-button-edit i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        position: absolute;
    }

    .table-button-edit:hover {
        color: #ffffff;
        border: 1px solid rgba(0,54,135,0);
        background: linear-gradient(-45deg,#002a8e,#005ce7);
    }

.table-button-remove {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-size: .6944444444rem;
    display: inline-block;
    height: 1.875rem;
    width: 1.875rem;
    position: relative;
    border-radius: 0.375rem;
    padding: 0.3125rem 1rem;
    font-weight: 400;
    background: #ffe2e5;
    color: #f23333;
    border: 1px solid #ffe2e5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

    .table-button-remove i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        position: absolute;
    }

    .table-button-remove:hover {
        color: #ffffff;
        border: 1px solid #ffe2e5;
        background: linear-gradient(-45deg,#872b2b,#f23333);
    }

.box-form-search {
    margin-top: 1.8rem;
}

    .box-form-search .box-body {
    }

        .box-form-search .box-body .box-img {
        }

            .box-form-search .box-body .box-img img {
                max-width: 100px
            }

        .box-form-search .box-body .box-content {
            font-weight: 500;
        }

            .box-form-search .box-body .box-content .box-subtitle {
            }

            .box-form-search .box-body .box-content .box-title {
                color: #000;
                font-weight: bold;
                font-size: 1.1rem;
            }

    .box-form-search .box-body-end {
    }

.listcar-box {
    margin-top: 0rem;
}

    .listcar-box > div > .box-title {
        font-size: 1.3rem;
        color: #000;
        font-weight: bold;
    }

    .listcar-box > div > .box-subtitle {
        font-size: 1rem;
        color: #687176;
        font-weight: 500;
    }

    .box-form-info > .box-pay,
    .listcar-box > div > .box-pay {
        border-radius: 0.375rem;
        -webkit-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        -moz-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        padding: 1rem;
        margin-top: 1rem;
    }

        .box-form-info > .box-pay .box-header,
        .listcar-box > div > .box-pay .box-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            cursor: pointer;
        }

            .box-form-info > .box-pay .box-header .box-title,
            .listcar-box > div > .box-pay .box-header .box-title {
                font-size: 1.1rem;
                font-weight: bold;
                color: #000;
            }

            .box-form-info > .box-pay .box-header .box-price,
            .listcar-box > div > .box-pay .box-header .box-price {
                font-size: 1.1rem;
                font-weight: bold;
                color: #ff5e1f;
            }

                .box-form-info > .box-pay .box-header .box-price .box-button,
                .listcar-box > div > .box-pay .box-header .box-price .box-button {
                    color: #0194f3;
                    margin-left: 0.5rem;
                }

        .box-form-info > .box-pay > .box-content {
        }

            .box-form-info > .box-pay > .box-content > .box-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-top: 0.5rem;
            }

                .box-form-info > .box-pay > .box-content > .box-item .box-title {
                    font-size: 1.1rem;
                    font-weight: bold;
                }

                .box-form-info > .box-pay > .box-content > .box-item .box-subtitle {
                    font-size: 1rem;
                    font-weight: bold;
                }

        .box-form-info > .box-pay .box-body,
        .listcar-box > div > .box-pay .box-body {
            display: none;
        }

            .box-form-info > .box-pay .box-body .box-item,
            .listcar-box > div > .box-pay .box-body .box-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 1rem 0;
                font-size: 1.1rem;
                color: #687176;
            }

                .box-form-info > .box-pay .box-body .box-item .box-title,
                .listcar-box > div > .box-pay .box-body .box-item .box-title {
                    font-weight: 500;
                }

                .box-form-info > .box-pay .box-body .box-item .box-content,
                .listcar-box > div > .box-pay .box-body .box-item .box-content {
                    font-weight: 400;
                }

    .listcar-box > div > .box-pay-right {
        border-radius: 0.375rem;
        -webkit-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        -moz-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        padding: 1rem;
        margin-top: 1rem;
    }

        .listcar-box > div > .box-pay-right .box-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            cursor: pointer;
        }

            .listcar-box > div > .box-pay-right .box-header .box-title {
                font-size: 1.1rem;
                font-weight: bold;
                color: #000;
            }

            .listcar-box > div > .box-pay-right .box-header .box-price {
                font-size: 1.1rem;
                font-weight: bold;
                color: #ff5e1f;
            }

                .listcar-box > div > .box-pay-right .box-header .box-price .box-button {
                    color: #0194f3;
                    margin-left: 0.5rem;
                }

        .listcar-box > div > .box-pay-right > .box-content {
            margin-top: 0.5rem;
        }
        
        .listcar-box > div > .box-pay-right > .box-content .box-subtitle-start{
            
        }
        
        .listcar-box > div > .box-pay-right > .box-content .box-subtitle-end{
            margin-bottom: 0.5rem;
            display: inline-block;
        }

            .listcar-box > div > .box-pay-right > .box-content .box-item {
                margin-top: 1rem;
            }

                .listcar-box > div > .box-pay-right > .box-content .box-item .box-title {
                    font-size: 1.1rem;
                    font-weight: bold;
                    color: #687176;
                }

                .listcar-box > div > .box-pay-right > .box-content .box-item .box-content {
                    font-size: 1.4rem;
                    color: #ff5e1f;
                    font-weight: bold;
                    margin-top: 0.25rem;
                }
                
        .listcar-box > div > .box-pay-right > .box-pricedetail {
            margin-top: 1rem;
        }
        .listcar-box > div > .box-pay-right > .box-pricedetail table{
            width: 100%
        }
        
        .listcar-box > div > .box-pay-right > .box-pricedetail table tr{
            border-top: 1px solid #ddd;
            font-weight: 500;
            color: #787878;
            font-size: 0.83rem;
        }
        
        .listcar-box > div > .box-pay-right > .box-pricedetail table tr td{
            
        }
        
        .listcar-box > div > .box-pay-right > .box-pricedetail table tr td{
            
        }
        
        .listcar-box > div > .box-pay-right > .box-pricedetail table tr.text-black{
            color: #000;
        }
        
        .listcar-box > div > .box-pay-right > .box-pricedetail table tr.box-total{
            font-size: 1rem;
        }
        
        .listcar-box > div > .box-pay-right > .box-pricedetail table tr .box-value{
            text-align: right;
        }

        .listcar-box > div > .box-pay-right .box-body {
            display: none;
        }

            .listcar-box > div > .box-pay-right .box-body .box-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                padding: 0.375rem 0;
                font-size: 1.1rem;
                color: #687176;
                border-top: 1px solid #f3f3f3;
            }

                .listcar-box > div > .box-pay-right .box-body .box-item .box-title {
                    font-weight: 500;
                }

                .listcar-box > div > .box-pay-right .box-body .box-item .box-subtitle {
                    font-weight: 400;
                    font-size: 0.9rem;
                }

                .listcar-box > div > .box-pay-right .box-body .box-item .box-content {
                    font-weight: 500;
                }
                
                @media(min-width: 576px){
                    .listcar-box > div > .box-pay-right > .box-mobile{
                        display: none
                    }
                }
                @media(max-width: 575px){
                    .listcar-box > div > .box-pay-right > .box-mobile{
                        position: fixed;
                        bottom: 0;
                        z-index: 100000;
                        background: #fff;
                        width: 100%;
                        left: 0;
                        padding: 0.25rem 1rem;
                        border-top: 1px solid #c7c7c7;
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-total{
                        display: flex;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                       -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-total .box-count{
                        
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-total .box-count .box-title{
                        
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-total .box-count #box-price{
                        font-size: 1.4rem;
                        font-weight: bold;
                        color: #ff5e1f;
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-submit{
                        
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-submit button{
                        
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-list{
                        max-height: 15rem;
                        overflow: auto;
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-list .listProduct{
                        
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-list .listProduct .tdproduct{
                        
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-list .listProduct .tdproduct a{
                        font-weight: 500;
                        color: rgb(94, 110, 130) !important;
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-list .listProduct .tdproduct a.text-black{
                        color: #000 !important;
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-list .listProduct .box-value{
                        text-align: right
                    }
                    .listcar-box > div > .box-pay-right > .box-mobile .box-list .listProduct .box-value.text-black{
                        color: #000 !important;
                    }
                }
                

    .listcar-box > .box-item {
        border-radius: 0.375rem;
        -webkit-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        -moz-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        padding: 1rem;
    }

        .listcar-box > .box-item > .box-title {
            margin-top: 1.5em;
            font-weight: bold;
            color: #000;
            font-size: 1.1rem;
        }

        .listcar-box > .box-item > .box-subtitle {
            margin-top: 0.75rem;
            font-weight: bold;
            color: #000;
            font-size: 1rem;
        }

        .listcar-box > .box-item > .box-summary-contet {
            margin-top: 1.5em;
        }

        .listcar-box > .box-item .box-img {
            text-align: center;
        }

            .listcar-box > .box-item .box-img img {
                max-width: 100%;
                margin: 0 auto;
                /*padding: 0.25rem;
                border-radius: 0.375rem;
                border: 1px solid #f3f3f3;*/
            }

        .listcar-box > .box-item .box-body {
        }

            .listcar-box > .box-item .box-body .box-title {
                font-size: 1rem;
                font-weight: bold;
                color: #000;
            }

                .listcar-box > .box-item .box-body .box-title span {
                    font-weight: 500;
                    font-size: 1rem;
                    margin-left: 1rem;
                    color: #03121a;
                }

            .listcar-box > .box-item .box-body .box-bigtitle {
                font-size: 1.5rem;
                font-weight: 500;
                color: #000;
            }
            
            .listcar-box > .box-item .box-body .box-bigtitle .box-propose{
                display: inline-block;
                font-weight: normal;
                background-color: #73c35f;
                color: #fff;
                margin: 0 0 0 0.8rem;
                padding: 0 0.5rem;
                position: relative;
                /* height: 2rem; */
                line-height: 2;
                -moz-border-radius: 0 5px 5px 0;
                -webkit-border-radius: 0 5px 5px 0;
                border-radius: 0 5px 5px 0;
                text-decoration: none;
                font-size: 0.75rem;
            }
            
            .listcar-box > .box-item .box-body .box-bigtitle .box-propose:after{
                content: "";
                position: absolute;
                top: 8px;
                left: -5px;
                float: left;
                width: 5px;
                height: 5px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #fff;
                -moz-box-shadow: -1px -1px 2px rgba(0,0,0,.4);
                -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.4);
                box-shadow: -1px -1px 2px rgba(0,0,0,.4);
            }
            
            .listcar-box > .box-item .box-body .box-bigtitle .box-propose:before{
                content: "";
                position: absolute;
                left: -10px;
                top: 0;
                width: 0;
                height: 0;
                border-color: transparent #73c35f transparent transparent;
                border-style: solid;
                border-width: 10px 10px 11px 0;
            }
            
            .listcar-box > .box-item .box-body .box-bigtitle .box-select{
                border: 1px solid #dee2e6;
                padding-right: 1.8rem;
                padding-left: 1.8rem ;
                padding-bottom: 0.25rem ;
                background: rgb(242 243 243);
                border-radius: 0.25rem;
            }

            .listcar-box > .box-item .box-body .box-minititle {
                font-size: 0.8333rem;
                font-weight: 500;
                color: #3a3a3a;
            }

            .listcar-box > .box-item .box-body .box-subtitle {
                font-size: 1rem;
                font-weight: 500;
                margin-top: 0.275rem;
            }
            
            .listcar-box > .box-item .box-body .box-subtitle p{
                margin-bottom: 0.25rem;
            }
            
            .listcar-box > .box-item .box-body .box-subtitle p i{
                margin-right: 0.75rem;
            }

            .listcar-box > .box-item .box-body .box-summary {
                font-size: 1rem;
                margin-top: 0.275rem;
                line-height: 1.6;
            }

                .listcar-box > .box-item .box-body .box-summary span {
                    color: #147ed3;
                    font-weight: 500;
                    margin-left: 1.5rem;
                }

            .listcar-box > .box-item .box-body .box-rate {
                margin-top: 0.5rem;
            }

                .listcar-box > .box-item .box-body .box-rate .box-rate-item {
                    color: #ff5e1f;
                }

                .listcar-box > .box-item .box-body .box-rate .box-rate-count {
                    font-weight: bold;
                    font-size: 0.85rem;
                }

        .listcar-box > .box-item .box-price {
            line-height: 1;
            color: #828a8e;
        }

            .listcar-box > .box-item .box-price .box-title {
                color: #ff5e1f;
                font-weight: bold;
                font-size: 1.6rem;
            }

    .listcar-box .box-item .box-price .box-subtitle {
    }

    .listcar-box > .box-item .box-submit {
    }

        .listcar-box > .box-item .box-submit a {
            width: 220px;
            max-width: 100%;
            text-align: center;
            background: #1391D2;
            color: #fff;
            display: inline-block;
            font-size: 1.2rem;
            font-weight: bold;
            padding: 0.5rem;
            border-radius: 0.375rem;
            margin-top: 1rem;
        }

@media(max-width: 575px) {
    .listcar-box > .box-item .box-img img {
        max-width: 150px;
        display: block;
        margin: 0 auto 1rem auto;
    }
}

@media(min-width: 1px) {
    .listcar-box > .box-item .box-submit,
    .listcar-box > .box-item .box-price {
        text-align: right;
    }
}



#owl-listcarrelated {
}

    #owl-listcarrelated .box-item {
        cursor: pointer;
        border-radius: 0.375rem;
        border: 1px solid #f3f3f3;
        padding: 0.375rem;
    }

        #owl-listcarrelated .box-item.act {
            border-color: #147ed3;
        }

        #owl-listcarrelated .box-item .box-img {
            width: 100px;
            float: left;
            margin-right: 0.5rem;
        }

            #owl-listcarrelated .box-item .box-img img {
                max-width: 100%;
                margin: 0 auto;
            }

        #owl-listcarrelated .box-item .box-body {
            margin-left: 100px;
        }

            #owl-listcarrelated .box-item .box-body .box-title {
                font-size: 1.1rem;
                font-weight: 500;
                color: #000;
            }

            #owl-listcarrelated .box-item .box-body .box-price {
                margin-top: 0.15rem;
                color: #828a8e;
            }

                #owl-listcarrelated .box-item .box-body .box-price span {
                    color: #ff5e1f;
                    font-weight: 500;
                }

            #owl-listcarrelated .box-item .box-body .box-summary {
                margin-top: 0.15rem;
                font-size: 0.83rem;
            }

.box-form-info {
    margin-top: 1.5rem;
}

    .box-form-info > .box-title {
        font-size: 1.3rem;
        color: #000;
        font-weight: bold;
    }

    .box-form-info > .box-body {
        border-radius: 0.375rem;
        -webkit-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        -moz-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
        padding: 1rem;
        margin-top: 1rem;
    }

        .box-form-info > .box-body .box-header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .box-form-info > .box-body .box-header .box-title {
                font-size: 1.1rem;
                color: #000;
                font-weight: bold;
            }

            .box-form-info > .box-body .box-header .box-button {
                font-size: 1.1rem;
                color: #0194f3;
                font-weight: bold;
                cursor: pointer;
            }

        .box-form-info > .box-body .box-content {
            margin-top: 1rem;
        }

            .box-form-info > .box-body .box-content label {
                font-size: 1rem;
                opacity: 1;
                font-weight: bold !important;
                color: #000;
                margin-bottom: 0.25rem;
            }

            .box-form-info > .box-body .box-content input,
            .box-form-info > .box-body .box-content .input-group {
            }

            .box-form-info > .box-body .box-content .sublabel {
                font-size: 0.8333rem;
                font-weight: bold !important;
                color: #687176;
                margin-top: 0.5rem;
            }

.box-info-res {
    margin-left: 0;
    margin-right: 0;
}

    .box-info-res > .box-item {
        padding: 1rem 0;
        margin-top: 1rem;
        border-radius: 0.375rem;
        border: 1px solid #f3f3f3;
    }

        .box-info-res > .box-item > .box-header {
            padding-bottom: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }

            .box-info-res > .box-item > .box-header .box-img {
                width: 2rem;
                height: 2rem;
                display: inline-block;
            }

                .box-info-res > .box-item > .box-header .box-img img {
                    max-width: 100%;
                    margin: 0 auto;
                    display: inline-block
                }

            .box-info-res > .box-item > .box-header .box-title {
                font-size: 1.1rem;
                color: #000;
                font-weight: bold;
            }

        .box-info-res > .box-item > .box-body {
            padding-top: 0.5rem;
            padding-bottom: 1rem;
            border-top: 1px solid #f3f3f3;
            padding-left: 1rem;
            padding-right: 1rem;
            background: #f2f3f3;
        }

            .box-info-res > .box-item > .box-body .box-item {
                margin-top: 1rem;
            }

                .box-info-res > .box-item > .box-body .box-item .box-subtitle {
                    font-size: 0.83rem;
                    font-weight: 500;
                    color: #697277;
                }

                .box-info-res > .box-item > .box-body .box-item .box-bigtitle {
                    font-size: 1.1rem;
                    font-weight: bold;
                    color: #000;
                }

                .box-info-res > .box-item > .box-body .box-item .box-title {
                    font-size: 1rem;
                    font-weight: 500;
                    color: #15232a;
                }

        .box-info-res > .box-item > .box-footer {
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 0.5rem;
        }

            .box-info-res > .box-item > .box-footer .box-item {
                margin-top: 0.5rem;
            }

                .box-info-res > .box-item > .box-footer .box-item .box-img {
                }

                    .box-info-res > .box-item > .box-footer .box-item .box-img i {
                        margin-right: 0.5rem;
                        color: #0bc175;
                        font-size: 1.1rem;
                    }

                .box-info-res > .box-item > .box-footer .box-item .box-subtitle {
                    color: #687176;
                    font-weight: 500;
                }

.box-paymet {
    box-shadow: rgba(3, 18, 26, 0.15) 0px 2px 5px;
    border-radius: 0.375rem;
}

    .box-paymet .tab-button {
        background: #073e68;
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

        .box-paymet .tab-button .nav-item {
        }

            .box-paymet .tab-button .nav-item .nav-link {
                color: #fff;
                font-weight: 500;
            }

                .box-paymet .tab-button .nav-item .nav-link.disabled {
                    font-size: 1.2rem;
                    font-weight: 400;
                }

                .box-paymet .tab-button .nav-item .nav-link.active {
                    color: #000;
                    background: #fff;
                }


    .box-paymet .tab-content {
        padding: 1rem;
    }

        .box-paymet .tab-content label {
            font-size: 1rem;
            opacity: 1;
            color: #000;
            margin-bottom: 0.25rem;
        }

        .box-paymet .tab-content .box-top {
            color: #0194f3;
        }

        .box-paymet .tab-content .box-body {
            margin-top: 1rem;
        }

            .box-paymet .tab-content .box-body .box-selectbank {
            }

                .box-paymet .tab-content .box-body .box-selectbank .box-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    padding: 0.5rem;
                    border-radius: 0.375rem;
                    border: 1px solid #0194f3;
                }

                    .box-paymet .tab-content .box-body .box-selectbank .box-item .box-content {
                    }

                    .box-paymet .tab-content .box-body .box-selectbank .box-item .box-img {
                        width: 30px;
                        height: 30px;
                    }

                        .box-paymet .tab-content .box-body .box-selectbank .box-item .box-img img {
                            max-width: 100%;
                            max-height: 100%;
                            margin: auto;
                        }

            .box-paymet .tab-content .box-body > .box-header {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .box-paymet .tab-content .box-body > .box-header .box-title {
                    font-size: 1.4rem;
                    font-weight: 500;
                    color: #000;
                }

                .box-paymet .tab-content .box-body > .box-header .box-img {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: end;
                }

                    .box-paymet .tab-content .box-body > .box-header .box-img img {
                    }

            .box-paymet .tab-content .box-body > .box-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                font-weight: 500;
                font-size: 1rem;
                margin-top: 0.5rem;
            }

                .box-paymet .tab-content .box-body > .box-item .box-title {
                }

                .box-paymet .tab-content .box-body > .box-item .box-subtitle {
                }

                .box-paymet .tab-content .box-body > .box-item.box-total {
                    border-top: 1px solid #d3d3d3;
                    font-size: 1.1rem;
                    padding-top: 0.5rem;
                }

        .box-paymet .tab-content > div > .box-summary {
            margin-top: 1rem;
            text-align: right;
            font-weight: 500;
        }

            .box-paymet .tab-content > div > .box-summary span {
            }

                .box-paymet .tab-content > div > .box-summary span a {
                    color: #0194f3;
                }
                
.galleries-box .box-title{
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    background: linear-gradient(0deg, black, transparent);
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
#owl-contentdetail img{border-radius: 0.375rem;}
.box-newsclearfix3{
    
}
.box-newsclearfix3 .box-img{
    
}
.box-newsclearfix3 .box-img img{
    width: 100%;
    border-radius: 0.375rem;
}
.box-newsclearfix3 .box-body{
    
}
.box-newsclearfix3 .box-body .box-title{
    padding: 1rem 0.25rem;
    font-size: 1rem;
    font-weight: 500;
    display: block;
}
.cat2-box {
}

    .cat2-box .box-body {
        /*padding: 1rem;*/
        /*background: linear-gradient(122deg,#167fd3,#43a6d6);*/
        border-radius: 0.5rem;
        height: 100%;
        position: relative;
    }
    
    .cat2-box .box-body .box-content {
        padding: 1rem;
        text-align: start;
        background: #00000038;
        border-radius: 0.375rem;
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
    }

        .cat2-box .box-body:hover .box-img {
            /*animation: 1s animation-rotateY-360 ease-in-out;*/
        }

    .cat2-box .box-title {
        color: #fff !important;
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
        
        overflow: hidden;
        clear: both;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 1;
    }

    .cat2-box .box-icon {
        /*color: #fcbd03;*/
        /*text-align: center;*/
        /*font-size: 0.8rem;*/
    }

        
    .cat2-box .box-summary {
        color: #fff;
        margin-top: 0.5rem;
        text-align: left;
        font-weight: 500;
        
        overflow: hidden;
        clear: both;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
    }

    .cat2-box .box-img a i {
        /*font-size: 70px;*/
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: 50%;*/
        /*transform: translate(-50%,-50%);*/
        /*color: #fff;*/
    }
    
#owl-diadanh.owl-carousel .owl-item .box-title img {
    width: 1.8rem !important;
    display: inline-block !important;
}
@media(min-width: 1200px){
    .cat3-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }
    .cat3-box .box-title{
        font-size: 2.4rem;
    }
}
@media(max-width: 1199px){
    .cat3-box .box-title{
        font-size: 1.728rem !important;
    }
}
.cat3-box{
    
}
    .cat3-box .box-img{
        
    }
        .cat3-box .box-img img{
            width: 100%;
        }
    .cat3-box .box-title{
        color: #000;
        font-weight: bold;
    }
    .cat3-box .box-summary{
        font-size: 1.1rem;
        font-weight: 400;
    }
    .cat3-box .box-btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
        .cat3-box .box-btn .box-btn-login{
            margin-right: 2rem;
        }
        .cat3-box .box-btn .box-btn-register{
            text-decoration: underline;
        }
    .cat3-box .box-sub{
        margin-top: 1rem;
    }
.shortContent {
    overflow: hidden;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    max-height: 10rem;
}
.shortContent.act {
    -webkit-line-clamp: 99999;
    max-height: 100%;
}
@media(max-width: 575px){
    .shortContent{
        height: 4.4rem;
    }
    .shortContent.act{
        height: 100%;
    }
}
.btn-show-more,.btn-show-more i,.btn-show-more span{
    background: #fff;
    color: #0038f6;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
}
#box-chisach{
    
}
.box-formdata{
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    margin-top: 1rem;
}
.box-formdata{
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    margin-top: 1rem;
}
.box-formdata .box-title{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-formdata .box-title .title{
    font-weight: bold;
    font-size: 1.2rem;
}
.box-formdata .box-title .box-viewmore{
    
}
.box-formdata .box-title .box-viewmore a{
    font-weight: bold;
    color: #0194f3;
    padding: 0.5rem 1rem;
    background: #f7f9fa;
    border-radius: 0.375rem;
}
.box-formdata .box-title .box-viewmore a i{
    margin-left: 0.5rem;
}
.box-formdata .box-body{
    margin-top: 1rem;  
}
.box-formdata .box-body .box-item{
    margin-top: .5rem;
}
.box-formdata .box-body .box-item .box-title{
    
}
.box-formdata .box-body .box-item .box-title .title{
    font-size: 1.1rem;
}
.box-formdata .box-body .box-item .box-title .title i{
    font-size: 1rem;
    color: #0194f3;
}
.box-formdata .box-body .box-item .box-title .box-viewmore{
    
}
.box-formdata .box-body .box-item .box-title .box-viewmore i{
    color: #0194f3;
}
.box-formdata .box-body .box-item .box-summary{
    margin-top: 1rem;
}
.box-infocar{
    display: block;
    padding: 1rem;
    border:1px solid #ddd;
    border-radius: 0.375rem;
    /*margin-top: 2rem;*/
}
.box-infocar .box-img{
    
}
.box-infocar .box-img img{
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: block;
}
.box-infocar .box-body{
    
}
.box-infocar .box-body .box-title{
    
}
.box-infocar .box-body .box-title a{
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}
.box-infocar .box-body .box-minititle{
    font-weight: 500;
    color: #6a7287;
    font-size: 0.9rem;
}
.box-infocar .box-body .box-subtitle{
    font-weight: 500;
    color: #0b0e37;
    font-size: 0.9rem;
    margin-top: 1.5rem;
}
.box-infocar .box-body .box-content {
    
}
.box-infocar .box-body .box-content .box-summary{
    margin-top: 1rem;
}
.box-infocar .box-body .box-content .box-summary i{
    margin-right: 0.5rem;
}
.box-infocar .box-body .box-content .box-summary .title{
    font-weight: bold;
    color: #66706f;
}
.box-infocar .box-body .box-content .box-summary .box-item{
    margin-top: 0.5rem;
}
.box-infocar .box-body .box-content .box-summary .box-item span{
    margin-right: 1rem;
    font-weight: 400;
    font-size: 0.83rem;
    color: #0659d3;
    padding: 0.25rem 0.5rem;
    background: #eff3ff;
    border-radius: 0.375rem;
}
.box-payment{
    
}
.box-payment .box-item{
    
}
.box-payment .box-item .box-img{
    /*position: relative;*/
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: center;*/
    
    height: 100px;
}
.box-payment .box-item .box-img:after{
    /*position: relative;*/
    /*z-index: 1;*/
    /*content: "";*/
    /*padding-top: 60%;*/
    /*display: block;*/
    /*width: 100%;*/
}
.box-payment .box-item .box-img img{
    /*position: absolute;*/
    /*top: auto;*/
    /*left: auto;*/
        
    width: 100% !important;
    display: block;
    max-width: 80px;
    margin: 0 auto;
    height: auto !important;
}
.box-payment .box-item .box-title{
    text-align: center;
    font-size: 1rem;
}
.box-payment .box-item label {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.box-payment .box-item label:has(input:checked) {
    border-color: #0194f3;
}
.box-breadCurmb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(180deg, #cbe7f5, #cbe7f5);
    border-top: 1px solid #1391d2;
}

/*.box-breadCurmb .box-item{*/
/*    padding: 0 1rem;*/
/*    margin-top: 0.5rem;*/
/*    cursor: pointer;*/
/*    display: block;*/
/*}*/

/*.box-breadCurmb .box-item .box-index{*/
/*    text-align: center;*/
/*    font-size: 1.2rem;*/
/*    font-weight: bold;*/
/*    padding-bottom: 0.5rem;*/
/*    margin-bottom: 0.5rem;*/
/*    border-bottom: 2px solid #121212;*/
/*}*/

/*.box-breadCurmb .box-item .box-title{*/
/*    font-size: 1rem;*/
/*    font-weight: bold;*/
/*}*/

/*.box-breadCurmb .box-item.act{*/
/*    position: relative;*/
/*}*/
/*.box-breadCurmb .box-item.act:after{*/
/*    position: absolute;*/
/*    content: "\f054";*/
/*    font-family: "Font Awesome 5 Pro";*/
/*    font-weight: 900;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    display: inline-block;*/
/*    font-style: normal;*/
/*    font-variant: normal;*/
/*    text-rendering: auto;*/
/*    line-height: 1.5;*/
/*    right: -3px;*/
/*    transition: all 0.3s;*/
/*    -webkit-transition: all 0.3s;*/
/*    -moz-transition: all 0.3s;*/
/*    top: 50%;*/
/*    transform: translateY(-40%);*/
/*    color: #1391d2;*/
/*    opacity: 0.6;*/
/*}*/
/*.box-breadCurmb .box-item.act:hover:after{*/
/*    opacity: 1;*/
/*}*/
/*.box-breadCurmb .box-item.act .box-index{*/
    
/*}*/
/*.box-breadCurmb .box-item.act .box-title{*/
/*    font-weight: bold;*/
/*    color: #147ed3;*/
/*}*/

.box-breadCurmb .box-item{
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem;
    position: relative;
}

.box-breadCurmb .box-item .box-icon{
    
}

.box-breadCurmb .box-item .box-icon i{
    padding: 0.25rem;
    border-radius: 50%;
    border: 1px solid #1391d2;
    color: #1391d2;
    margin-right: 0.375rem;
    font-size: 1.1rem;
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-breadCurmb .box-item .box-body{
    
}

.box-breadCurmb .box-item .box-titlemini{
    
}

.box-breadCurmb .box-item .box-title{
    font-weight: 500;
}

.box-breadCurmb .box-item .box-subtitle{
    font-size: 0.83rem;
}

.box-breadCurmb .box-item .box-subicon{
    display: none;
}

.box-breadCurmb .box-item.act{
    background: #1391d2;
    padding: 0.75rem 1.5rem;
    overflow: hidden;
}
.box-breadCurmb .box-item.act .box-icon{
    
}

.box-breadCurmb .box-item.act .box-icon i{
    color: #fff;
    border-color: #fff;
}

.box-breadCurmb .box-item.act .box-body{
    
}

.box-breadCurmb .box-item.act .box-titlemini{
    color: #fff;
}

.box-breadCurmb .box-item.act .box-title{
    color: #fff;
}

.box-breadCurmb .box-item.act .box-subtitle{
    color: #fff;
}
.box-return{
    text-align: right;
}

.box-breadCurmb .box-item.act .box-subicon{
    display: block;
}

.box-breadCurmb .box-item.act .box-subicon .icon-left{
    
}

.box-breadCurmb .box-item.act .box-subicon .icon-left:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    border-left: 12px solid #cbe7f5;
    border-right: 25px solid transparent;
}

.box-breadCurmb .box-item.act .box-subicon .icon-right{
    
}

.box-breadCurmb .box-item.act .box-subicon .icon-right:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-bottom: 30px solid transparent;
    border-top: 30px solid transparent;
    border-left: 12px solid #1391d2;
    border-right: 0px solid transparent;
    z-index: 2;
}

.box-breadCurmb .box-item.act .box-subicon .icon-right:before{
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-bottom: 30px solid #cbe7f5;
    border-top: 30px solid #cbe7f5;
    border-left: 12px solid #cbe7f5;
    border-right: 0px solid transparent;
    z-index: 1;
}


.card-header-set{
    background: linear-gradient(0deg, #f2f2f2, #e7e7e7);
    font-size: 1.2rem;
    font-weight: bold;
}

@media(min-width: 575px){
    .cartdetail-mobile{
        position: fixed;
        bottom: 0;
        z-index: 100000;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 0.25rem 1rem;
        border-top: 1px solid #c7c7c7;
    }
    .cartdetail-mobile .box-title{
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
       -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cartdetail-mobile .box-title .box-total{
        font-size: 1.4rem;
        font-weight: bold;
        color: #ff5e1f;
    }
    .cartdetail-mobile .box-title .btn-submit{
        
    }
    .cartdetail-mobile .box-body{
        
    }
    .cartdetail-mobile .box-body .box-item{
        max-height: 15rem;
        overflow: auto;
    }
    .cartdetail-mobile .box-body .box-item .box-name{
        font-weight: 500;
        color: rgb(94, 110, 130) !important;
    }
    .cartdetail-mobile .box-body .box-item .box-name.text-black{
        color: #000 !important;
    }
    .cartdetail-mobile .box-body .box-item .box-value{
        text-align: right
    }
    .cartdetail-mobile .box-body .box-item .box-value.text-black{
        color: #000 !important;
    }
}

@media(min-width: 576px){
    .cartdetail-mobile{
        /*display: none;*/
    }
}
.box-noitem{
    font-style: italic;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 0.375rem;
    color: #636363;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.25);
    box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.25);
}
.detail-ckeditor {
    text-align: justify;
    line-height: 180%;
    margin-top: 15px;
}

    .detail-ckeditor p {
        text-align: justify;
        line-height: 180%;
        margin: 10px 0;
        max-width: 100%;
    }

    .detail-ckeditor table {
        margin: auto;
    }

        .detail-ckeditor table td,
        .detail-ckeditor table th {
            border: 1px solid #ddd;
        }

    .detail-ckeditor img {
        height: auto !important;
        max-width: 100%;
    }
    .box-datares {
}

.box-datares .box-group {
    margin-top: 2rem;
    padding-left: 2.5rem;
    position: relative;
    border-left: 1px solid #ddd
}

.box-datares .box-group:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -.6rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 2px solid #3f3f41;
    background: #fff
}

.box-datares .box-group .group-title {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box-datares .box-group .group-title .g-title {
    margin-left: -1rem
}

.box-datares .box-group .group-title .g-date {
    color: #8a8a8a
}

.box-datares .box-group .box-item {
    border-radius: .375rem;
    margin-top: 1.5rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(108,124,145,.15);
    -moz-box-shadow: 0 0 20px 0 rgba(108,124,145,.15);
    box-shadow: 0 0 20px 0 rgba(108,124,145,.15)
}

.box-datares .box-group .box-item .box-img {
}

.box-datares .box-group .box-item .box-img .img {
}

.box-datares .box-group .box-item .box-img .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.box-datares .box-group .box-item .box-body {
}

.box-datares .box-group .box-item .box-body .box-content {
}

.box-datares .box-group .box-item .box-body .box-content .box-title {
    font-size: 1.2rem;
    font-weight: 500
}

.box-datares .box-group .box-item .box-body .box-content .box-code {
    margin-top: 1rem;
    font-size: 1.1rem
}

.box-datares .box-group .box-item .box-body .box-content .box-code .code-title {
}

.box-datares .box-group .box-item .box-body .box-content .box-code .code-value {
    font-weight: bold
}

.box-datares .box-group .box-item .box-body .box-content .box-status {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #31ab22
}

.box-datares .box-group .box-item .box-body .box-content .box-status i {
    margin-right: .25rem
}

.box-datares .box-group .box-item .box-body .box-content .box-status span {
    font-weight: 500
}

.box-datares .box-group .box-item .box-body .box-content .box-subtitle {
    margin-top: 2rem;
    font-size: .9rem;
    font-weight: 500
}

.box-datares .box-group .box-item .box-body .box-content .box-subsummary {
    margin-top: .5rem
}

.box-datares .box-group .box-item .box-body .box-content .box-subsummary span {
    padding: .15rem 1rem .25rem 1rem;
    background: #31a922;
    color: #fff;
    border-radius: .25rem;
    display: inline-block;
    margin-bottom: 5px;
}

.box-datares .box-group .box-item .box-body .box-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-datares .box-group .box-item .box-body .box-date .date-item {
    width: 50%
}

.box-datares .box-group .box-item .box-body .box-date .date-item .box-title {
    font-size: 1.2rem;
    color: #8a8a8a
}

.box-datares .box-group .box-item .box-body .box-date .date-item .date-day {
    font-size: 3rem;
    margin-right: .5rem;
    line-height: 1;
    color: #8a8a8a;
    margin-left: -.4rem
}

.box-datares .box-group .box-item .box-body .box-date .date-item .date-month {
    color: #8a8a8a
}

.box-datares .box-group .box-item .box-body .box-date .date-item .box-location {
    margin-top: .5rem;
    color: #8a8a8a;
    font-size: .9rem
}

.box-datares .box-group .box-item .box-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    padding: .5rem 1rem .75rem 1rem;
    border-top: 1px solid #ddd
}

.box-datares .box-group .box-item .box-rate .box-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #518ffc
}

.busticket-box > .box-item {
    border-radius: 0.375rem;
    -webkit-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
    -moz-box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
    box-shadow: 0px 0px 0.25rem 0px rgba(108,124,145,0.25);
    padding: 1rem;
}

.busticket-box > .box-item .box-img {
    text-align: center;
}

.busticket-box > .box-item .box-img img {
    max-width: 100%;
    margin: 0 auto;
}
.busticket-box > .box-item .box-body {
}

.busticket-box > .box-item .box-body .box-title {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.busticket-box > .box-item .box-body .box-title .b-start{
    color: #fff;
    padding: 0.2rem 0.5rem;
    background: #00b1eb;
    font-size: 0.93rem;
    font-weight: 400;
}

.busticket-box > .box-item .box-body .box-title .b-start i{
    font-size: 0.7rem;
}

.busticket-box > .box-item .box-body .box-subtitle {
    font-size: 1rem;
    font-weight: 400;
    margin: 0.5rem 0;
}

.busticket-box > .box-item .box-body .box-summary {
    font-size: 1rem;
    margin-top: 0.275rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1rem;
    border-left: 1px dashed #000;
}

.busticket-box > .box-item .box-body .box-summary .bs-start{
    
}

.busticket-box > .box-item .box-body .box-summary .bs-start i{
    width: 12px;
    height: 16px;
    background: #fff;
    display: block;
    position: absolute;
    left: -6px;
    top: 0;
}

.busticket-box > .box-item .box-body .box-summary .bs-start i:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    width: 12px;
    height: 12px;
    border: 2px solid #484848;
    background: #fff;
    border-radius: 50%;
    padding-top: 5px;
}

.busticket-box > .box-item .box-body .box-summary .bs-end{
    
}

.busticket-box > .box-item .box-body .box-summary .bs-end i{
    position: absolute;
    bottom: 0px;
    left: -6px;
    background: #fff;
    height: 22px;
    color: #787878;
}

.busticket-box > .box-item .box-body .box-summary span.b-time {
    color: #484848;
    font-weight: 500;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.busticket-box > .box-item .box-price {
    line-height: 1;
    color: #828a8e;
}

.busticket-box > .box-item .box-price .box-title {
    color: #ff5e1f;
    font-weight: bold;
    font-size: 1.6rem;
}

.busticket-box .box-item .box-price .box-subtitle {
    color: #000;
}

.busticket-box > .box-item .box-submit a {
    width: 220px;
    max-width: 100%;
    text-align: center;
    background: #1391D2;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 0.375rem;
    margin-top: 1rem;
}

@media (min-width: 1px){
    .busticket-box > .box-item .box-submit, .busticket-box > .box-item .box-price {
        text-align: right;
    }
}

.steps-content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#cboxOverlay {
    background: url(/assets/images/all/overlay.png) repeat 0 0;
}

#colorbox {
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background-image: url(/assets/images/all/controls.png);
    background: url(/assets/images/all/controls.png) no-repeat -100px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/assets/images/all/controls.png) no-repeat -129px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/assets/images/all/controls.png) no-repeat -100px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/assets/images/all/controls.png) no-repeat -129px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/assets/images/all/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(/assets/images/all/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(/assets/images/all/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(/assets/images/all/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/assets/images/all/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious.hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/assets/images/all/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext.hover {
        background-position: -50px -25px;
    }

#cboxLoadingOverlay {
    background: url(/assets/images/all/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/assets/images/all/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/assets/images/all/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose.hover {
        background-position: -25px -25px;
    }

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


.cboxIE6 #cboxTopLeft {
    background: url(/assets/images/all/borderTopLeft.png);
}

.cboxIE6 #cboxTopCenter {
    background: url(/assets/images/all/borderTopCenter.png);
}

.cboxIE6 #cboxTopRight {
    background: url(/assets/images/all/borderTopRight.png);
}

.cboxIE6 #cboxBottomLeft {
    background: url(/assets/images/all/borderBottomLeft.png);
}

.cboxIE6 #cboxBottomCenter {
    background: url(/assets/images/all/borderBottomCenter.png);
}

.cboxIE6 #cboxBottomRight {
    background: url(/assets/images/all/borderBottomRight.png);
}

.cboxIE6 #cboxMiddleLeft {
    background: url(/assets/images/all/borderMiddleLeft.png);
}

.cboxIE6 #cboxMiddleRight {
    background: url(/assets/images/all/borderMiddleRight.png);
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(/assets/images/all/overlay.png) repeat 0 0;
}

#colorbox {
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/assets/images/all/controls.png) no-repeat -100px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/assets/images/all/controls.png) no-repeat -129px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/assets/images/all/controls.png) no-repeat -100px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/assets/images/all/controls.png) no-repeat -129px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/assets/images/all/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(/assets/images/all/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(/assets/images/all/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(/assets/images/all/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/assets/images/all/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious.hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/assets/images/all/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext.hover {
        background-position: -50px -25px;
    }

#cboxLoadingOverlay {
    background: url(/assets/images/all/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/assets/images/all/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/assets/images/all/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose.hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft {
    background: url(/assets/images/all/borderTopLeft.png);
}

.cboxIE6 #cboxTopCenter {
    background: url(/assets/images/all/borderTopCenter.png);
}

.cboxIE6 #cboxTopRight {
    background: url(/assets/images/all/borderTopRight.png);
}

.cboxIE6 #cboxBottomLeft {
    background: url(/assets/images/all/borderBottomLeft.png);
}

.cboxIE6 #cboxBottomCenter {
    background: url(/assets/images/all/borderBottomCenter.png);
}

.cboxIE6 #cboxBottomRight {
    background: url(/assets/images/all/borderBottomRight.png);
}

.cboxIE6 #cboxMiddleLeft {
    background: url(/assets/images/all/borderMiddleLeft.png);
}

.cboxIE6 #cboxMiddleRight {
    background: url(/assets/images/all/borderMiddleRight.png);
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* header-fixed start*/
#header.header-fixed {
}

/* header-fixed end*/

#nav-toggle, #closemenu {
    display: none;
}

#menu {
    width: 100%;
    position: relative;
    /*background: linear-gradient(270deg,#00bad7,#147ed3 25%,#147ed3 75%,#00bad7) !important;*/
    background: #f2f3f3;
    /*border-bottom: 5px solid #147ed3;*/
    position: relative;
    z-index: 2;
}

#menu .menu {
    border-radius: 0.25rem;
}

    #menu .menu #menu-main ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        background:#f2f3f3;
    }

    #menu .menu #menu-main > ul > .menu-item:hover {
        position: relative;
    }

    #menu .menu #menu-main > ul > .menu-item:after {
        content: "";
        display: none;
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        bottom: 5px;
        left: calc(50% - 2px);
        will-change: transform;
        transform: scale(0);
        transition: transform 0.2s ease;
    }

    #menu .menu #menu-main > ul > .menu-item:hover:after {
        transform: scale(1);
    }

#menu .menu #menu-main .menu-item {
        position: relative;
        text-align: center;
    }

    #menu .menu #menu-main .menu-item menu-item a {
        display: block;
        padding: 15px 30px;
        font-weight: normal;
    }

    #menu .menu #menu-main > ul > .menu-item a {
        /*text-transform:uppercase;*/
    }

    #menu #menu-main .sub-menu {
        position: absolute;
        width: 220px;
        background: #0000001a;
        top: 0;
        left: 100%;
        opacity: 0;
        z-index: 2;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        pointer-events: none;
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }


#menu .menu #menu-main > ul > li > .sub-menu {
    top: 100%;
    left: 0;
    z-index: 1;
    border-top: none;
}

    #menu .menu #menu-main .menu-item:hover > .sub-menu {
        z-index: 10;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }

    #menu #menu-main .sub-menu .sub-menu:after {
        content: "";
        position: absolute;
        left: -16px;
        top: 12px;
        border: solid transparent;
        height: 0;
        width: 0;
        pointer-events: none;
        border-right-color: #147ed3;
        border-width: 8px;
        border-right-color: #fff;
    }

    #menu #menu-main .sub-menu .sub-menu.dr-left:after {
        left: auto;
        transform: rotate(180deg);
    }
/*xử lý khi submenu tràn lề phải thì hiện sang trái start*/
#menu #menu-main .sub-menu .sub-menu.dr-left {
    left: -100%;
}

    .sub-menu .sub-menu.dr-left:after {
        right: -16px;
        left: auto;
        border-left-color: #fff;
        border-right-color: transparent;
    }
/*xử lý khi submenu tràn lề phải thì hiện sang trái end*/

#menu #menu-main .sub-menu .menu-item {
    line-height: normal;
}
    #menu #menu-main .sub-menu .menu-item:last-child {
        border-bottom: 0px;
    }

    #menu #menu-main .sub-menu .menu-item:hover > a {
        color: #000 !important;
    }

    #menu #menu-main .sub-menu .menu-item a {
        padding: 0.75rem 0.75rem 0.75rem 1.7rem;
        text-align: left;
        color: #000 !important;
    }

        #menu #menu-main .sub-menu .menu-item a:before {
            content: "\203A";
            left: -5px;
            top: -1px;
            position: relative;
        }

#menu .menu #menu-main .menu-item a {
    display: block;
}

#menu #menu-main .sub-menu .menu-item:hover {
    background: #f7f7f7;
}
#menu #menu-main .sub-menu > .menu-item:first-child:hover {
    border-radius: 0;
}

#menu .menu #menu-main .menu-item .showhide-subul {
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 37px;
    line-height: 1;
    /*padding: 0 15px;*/
    margin-top: 0;
    cursor: pointer;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

    #menu .menu #menu-main .menu-item .showhide-subul svg,
    #menu .menu #menu-main .menu-item .showhide-subul i {
        font-size: 1.8rem;
        color: #000;
    }
#menu .menu #menu-main .menu-item .menu-item .showhide-subul svg,
#menu .menu #menu-main .menu-item .menu-item .showhide-subul i {
    color: #fff;
}

#menu .downarrowclass {
    position: absolute;
    top: 13px;
    right: 2px;
    font-size: .95rem;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#menu .menu #menu-main .menu-item:hover .downarrowclass {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
/*css cho menu sản phẩm mega-menu*/
/*.menu #menu-main > ul > li > .sub-menu.mega-menu {
    width: 96%;
    margin: 0 2%;
    overflow: hidden;
    min-height: 250px;
    text-align: left;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    background: #fff;
}

.sub-menu.mega-menu .sub-menu:after {
    display: none;
}

.mega-menu .menu-item {
    width: 25%;
    float: left;
}

    .mega-menu .menu-item.menu-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 55%;
    }

    .mega-menu .menu-item img {
        width: 100%;
        float: left;
        position: absolute;
        top: 0;
        right: 0;
    }

    .mega-menu .menu-item a {
        color: #241e20;
        position: relative;
    }

        .mega-menu .menu-item a:hover {
            color: #f20a09;
        }

.sub-menu.mega-menu .menu-item {
    border-bottom: none;
    background: none !important;
}

.sub-menu.mega-menu > .menu-item > a {
    text-transform: uppercase;
    background: none !important;
    font-weight: bold;
    z-index: 1;
}

    .sub-menu.mega-menu > .menu-item > a:before {
        display: none;
    }

.sub-menu.mega-menu .sub-menu {
    position: relative;
    width: 100%;
    background: #fff;
    left: 0;
    opacity: 1;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: cursor;
    -webkit-transform: none;
}

    .sub-menu.mega-menu .sub-menu .menu-item {
        width: 100%;
    }

        .sub-menu.mega-menu .sub-menu .menu-item a {
            padding: 5px 20px;
        }*/

#menu-footer{
    
}
#menu-footer .menu-item .sub-menu .menu-item a span{
    margin-left: 0.5rem;
}
    #menu-footer .showhide-subul {
        display: none;
    }

#menu .menu #menu-main > ul > .menu-item.act > a {
    /*background: #147ed31f;*/
}

#menu .menu #menu-main > ul > .menu-item > .sub-menu > .menu-item.act > a {
    /*background: #147ed31f;*/
}

@media screen and (min-width:1200px) {
    #menu.menu-fixed {
        position: fixed;
        top: 3.5rem;
        z-index: 1000;
        box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.31);
    }

    #menu .menu #menu-main .menu-item .showhide-subul{
        display:none;
    }

    #menu #menu-main .sub-menu {
        width: 300px;
        border-radius: 8px
    }
        #menu #menu-main .sub-menu:after {
            content: "";
            position: absolute;
            left: 45px;
            top: -16px;
            border: solid transparent;
            height: 0;
            width: 0;
            pointer-events: none;
            border-bottom-color: #147ed3;
            border-width: 8px;
        }

        #menu #menu-main .sub-menu .menu-item {
            border-bottom: 1px solid #c5c5c561;
        }

        #menu #menu-main .sub-menu > .menu-item:first-child:hover {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        #menu #menu-main .sub-menu > .menu-item:last-child:hover {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        #menu #menu-main .sub-menu .sub-menu {
            border-radius: 11px;
            display: block !important;
        }

    #menu .menu #menu-main > ul {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #menu .menu #menu-main > ul > li > .sub-menu {
        display: block !important;
        top: 90%;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.5);
        box-shadow: 0 6px 12px rgba(0,0,0,0.5);
    }

    #menu .menu #menu-main > ul > .menu-item > a {
        /*line-height: 70px !important;*/
        line-height: 50px !important;
    }

        #menu .menu #menu-main > ul > .menu-item > a {
            padding: 0rem 2rem;
            color: #000;
            font-weight: 600;
        }

        #menu .menu #menu-main > ul > .menu-item:hover > a {
            /*color: #fff;
            background: #147ed31f;*/
        }

    #menu #menu-main .sub-menu .menu-item a {
        line-height: 1.6;
    }

    #menu .menu #menu-main > ul > .menu-item:first-child > a {
        padding-left: 0rem
    }

    #menu .menu #menu-main .menu-item > .menu-item > a {
        padding: 1rem 20px;
    }

    #menu #menu-main .sub-menu.menu-acction {
    }

        #menu #menu-main .sub-menu.menu-acction .menu-item a:before {
            content: "";
        }

        #menu #menu-main .sub-menu.menu-acction .menu-item a {
            padding: 0.5rem;
            font-weight: normal;
            color: #000;
        }
            #menu #menu-main .sub-menu.menu-acction .menu-item a i {
                color: #147ed3;
            }
            #menu #menu-main .sub-menu.menu-acction .menu-item a:hover i {
                color: #fff;
            }

   
    

    #menu .menu #menu-main > ul > .menu-item > .showhide-subul {
        display: inline-block !important;
        height: auto;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        right: 8px;
    }

        #menu .menu #menu-main > ul > .menu-item > .showhide-subul svg,
        #menu .menu #menu-main > ul > .menu-item > .showhide-subul i {
            position: relative;
            top: auto;
            bottom: auto;
            right: auto;
            left: auto;
            font-size: 1rem;
            display: block;
            transform: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #000;
        }

            #menu .menu #menu-main > ul > .menu-item > .showhide-subul svg:before,
            #menu .menu #menu-main > ul > .menu-item > .showhide-subul i:before {
                content: "\f107";
                font-weight: 400;
            }

    #menu .menu #menu-main > ul > .menu-item:hover > .showhide-subul svg,
    #menu .menu #menu-main > ul > .menu-item:hover > .showhide-subul i {
        transform: rotate(-180deg)
    }
}

@media screen and (max-width: 1199px) {
    #menu-body {
        clear: both;
        position: fixed;
        top: 40px;
        left: -100%;
        width: 300px !important;
        height: calc(100vh - 40px);
        margin-top: 40px;
        overflow: auto !important;
        background: #fff;
        animation: fade .2s ease-out;
        z-index: 30001;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        display: block;
        margin: 0;
    }

        #menu-body #menu-main {
            width: 100%;
            padding: 0;
            margin: 0;
        }

    #menu {
        z-index: 1040;
        border:0px;
    }

        #menu #menu-main .sub-menu {
            z-index: 10;
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
        }

        #menu #menu-main .sub-menu {
            border-top: none !important;
        }

        #menu .menu #nav-toggle {
            display: none !important;
            /*position: fixed;
            left: 1rem;
            display: inline-block;
            font-size: 1.3rem;
            padding: 1px;
            border: 1px solid #147ed3;
            color: #fff;
            z-index: 10000;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            width: 35px;
            height: 35px;
            top: 6rem;
            background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);
            background-size: 200% auto;
            background-position: 0 100%;
            animation: 2s linear infinite forwards gradient;*/
        }

            #menu .menu #nav-toggle #menu-button {
                /*padding: 1px 7px;*/
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                height: 100%;
            }

        #menu .menu #closemenu {
            position: fixed;
            top: 0;
            left: -100%;
            width: 300px;
            height: 40px;
            line-height: 40px;
            z-index: 30000;
            display: block;
            padding: 0 8px;
            color: #fff;
            font-size: 1.4rem;
            text-align: left;
            background-color: #000;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        #menu .menu #menu-main .menu-item .sub-menu {
            z-index: 10;
            opacity: 1;
            pointer-events: auto;
            -webkit-transform: perspective(400) rotate3d(0,0,0,0);
        }

        #menu.menu-fixed .menu {
            
        }

        #menu.menu-fixed .menu #nav-toggle{
            top: 6rem;
        }

        #menu #closemenu[style*="left: 0px;"]:after {
            background: #000;
            opacity: 0.6;
            position: fixed;
            z-index: -2;
            width: 100%;
            height: 100%;
            content: "";
            display: block;
            top: 0;
            left: 0;
        }
    /*#menu #closemenu[style*="left: 0px;"]:before {
        position: fixed;
        z-index: -1;
        width: 30px;
        height: 30px;
        content: "X";
        display: block;
        color:#fff;
        top: 0;
        right: 0;
    }*/

        #menu .menu:after {
            content: "";
            display: none;
            position: absolute;
            top: calc(50% - 2px);
            right: 1rem;
            width: 30px;
            height: 4px;
            background: #FFF;
            box-shadow: 0 10px #FFF, 0 -10px #FFF;
        }

        #menu .menu #menu-main .menu-item {
            line-height: normal;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #a5a5a5;
        }
        #menu #menu-main .sub-menu .menu-item:hover {
            background: #f7f7f7;
        }

        #menu .menu #menu-main > ul > .menu-item > a {
            color: #000 !important;
            padding: .7em 40px .7em 16px;
            font-weight:600;
        }
        #menu .menu #menu-main > ul > .menu-item:hover > a {
            color: #000 !important;
            background: #0000001c !important;
        }
        #menu .menu #menu-main > ul > .menu-item > a > i,
        #menu .menu #menu-main > ul > .menu-item > a > img {
            height:18px;
        }
        #menu .menu #menu-main > ul > .menu-item:hover > .showhide-subul svg,
        #menu .menu #menu-main > ul > .menu-item:hover > .showhide-subul i {
            color: #000 !important;
        }
        #menu .menu #menu-main .menu-item .menu-item:hover > .showhide-subul svg,
        #menu .menu #menu-main .menu-item .menu-item:hover > .showhide-subul i {
            color: #fff;
        }
        #menu .menu #menu-main .menu-item .showhide-subul {
            display: flex;
        }

        #menu .menu #menu-main > ul > .menu-item {
            opacity: 0;
            animation: enter 0.3s ease-out forwards;
        }

        #menu .menu:hover:after {
            box-shadow: none;
        }

        #menu .menu #menu-main > ul > .menu-item:first-child span {
            display: inline-block;
        }

        #menu #menu-main .sub-menu {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            display: none;
            width: 100% !important;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #menu #menu-main .sub-menu .menu-item {
                border-bottom: none;
                border-top: 1px solid #147ed338;
            }
                #menu #menu-main .sub-menu .menu-item:hover > a {
                    color: #000 !important;
                }

                #menu #menu-main .sub-menu .menu-item a {
                    line-height: 1.8;
                    padding: .5rem 3rem .5rem 2rem;
                }

                    #menu #menu-main .sub-menu .menu-item a:before {
                        content: "\203A";
                        left: -5px;
                        top: -1px;
                        position: relative;
                    }

                #menu #menu-main .sub-menu .menu-item .sub-menu .menu-item a {
                    padding: .5rem 3rem .5rem 3rem;
                }

                #menu #menu-main .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
                    padding: .5rem 3rem .5rem 4rem;
                }
}


@keyframes enter {
    from {
        opacity: 0;
        transform: scaleY(0.98) translateY(10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cd-dropdown-wrapper {
    width: 100%;
    display: block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-secondary-dropdown li {
    position: relative;
    z-index: 10;
}

    .cd-secondary-dropdown li > ul {
        position: relative;
        z-index: 100000;
    }

        .cd-secondary-dropdown li > ul > li {
            z-index: 100000;
        }

.cd-secondary-dropdown > li > ul > li > a:before {
    content: "›";
    font: normal normal normal 17px/1 FontAwesome;
    padding-right: 6px;
    top: -2px;
    left: 0;
    position: relative;
}

.cd-secondary-dropdown > li > ul > li > ul {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.cd-secondary-dropdown > li > ul > li:hover > ul {
    display: block;
    z-index: 100000000;
}

.cd-dropdown-content li .showhide-subul {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width: 28px;
    height: 37px;
    line-height: 1;
    padding: 0 10px;
    margin-top: 0;
}

    .cd-dropdown-content li .showhide-subul i {
        height: auto;
        width: auto;
        position: absolute;
        top: 10px;
        bottom: 0;
        right: 6px;
        left: 50%;
        margin: auto;
        font-size: 1.8rem;
        color: #fff;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.ddsmoothmenu ul li ul li .showhide-subul {
    height: 37.6px;
    width: 28px
}

@media only screen and (min-width: 992px) {
    .cd-dropdown-trigger {
        font-size: 1.5rem;
    }

        .cd-dropdown-trigger.dropdown-is-active {
            background-color: #e6050b;
        }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #d4060e;
    }

    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown {
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        /*height: 50px;
  line-height: 50px;*/
        padding: 6px 0;
    }

@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        /*height: 60px;
    line-height: 60px;*/
    }
}

@media only screen and (min-width: 992px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        /*height: 50px;
        line-height: 50px;*/
        }
    }
    
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a,
    .cd-dropdown-content .cd-divider {
        padding: 0 10px;
    }
    
    .cd-dropdown h2 {
        /* dropdown title - mobile version only */
        position: relative;
        z-index: 1;
        color: #585a70;
        background-color: #111433;
        border-bottom: 1px solid #242643;
    }
    
    .cd-dropdown .cd-close {
        /* 'X' close icon - mobile version only */
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        /* image replacement */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: transparent;
    }
    
        .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
            /* this is the 'X' icon */
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            height: 20px;
            width: 2px;
            background-color: #ffffff;
        }
    
        .cd-dropdown .cd-close::after {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }
    
        .cd-dropdown .cd-close::before {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }
    
    .cd-dropdown.dropdown-is-active {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
        transition: transform 0.5s 0s, visibility 0s 0s;
    }

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .cd-dropdown {
        position: absolute;
        top: 0;
        /* reset style*/
        height: auto;
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }

    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }

    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    /*overflow-x: hidden;*/
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 40px;
}

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        display: block;
        color: #ffffff;
        font-weight: normal;
        text-align: left;
        font-size: 1.1rem;
        /* truncate text with ellipsis if too long */
        overflow: hidden;
        /*text-overflow: ellipsis;
  white-space: nowrap;*/
        padding: 10px 8px;
        border-top-width: 1px;
        border-color: #eee;
        border-style: solid;
    }

    .cd-dropdown-content > li > a {
        padding: 7px 18px 7px 35px;
    }

        .cd-dropdown-content > li:hover > a, .cd-dropdown-content > li > a:hover {
            background: #f5f5f5;
            color: #000;
        }

        .cd-dropdown-content > li > a span.cat-icon {
            position: absolute;
            top: 6px;
            left: 7px;
            display: block;
            width: 24px;
            height: 30px;
            overflow: hidden;
            text-align: center;
        }

            .cd-dropdown-content > li > a span.cat-icon img {
                max-width: 100%;
                max-height: 52px;
            }
    /*.cd-dropdown-content > li:hover > a span.cat-icon img{transform: translateY(-50%);}*/
    .cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
        border-top-width: 0;
    }

    .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
        border-bottom-width: 1px;
    }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #0b0e23;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 1px;
        color: #585a70;
        text-transform: uppercase;
    }

        .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
            border-top-width: 0;
        }

    .cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

    .cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
        /* push the secondary dropdown items to the right */
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

        .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
            /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
            opacity: 0;
        }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* push the dropdown items to the left when secondary dropdown slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

.cd-dropdown-content .cd-secondary-dropdown ul li a {
    padding-left: 3px;
    font-size: 1rem;
}

    .cd-dropdown-content .cd-secondary-dropdown ul li a i {
        margin-right: 5px;
    }

@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 40px;
    }

        .cd-dropdown-content a, .cd-dropdown-content ul a {
        }
}

@media only screen and (min-width: 992px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }

        .cd-dropdown-content a, .cd-dropdown-content ul a {
            color: #111433;
            /*height: 45px;
    line-height: 45px;*/
            border-color: #f5f5f5;
        }

        .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
            background-color: transparent;
            color: #b3b3b3;
            border-top: 1px solid #ebebeb;
        }

            .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
                border-top-width: 1px;
            }

        .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
            /* reset mobile style */
            opacity: 1;
        }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #e6050b;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        /* truncate text with ellipsis if too long */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        color: #111433;
        /* hide description on small devices */
        display: none;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        /* item icon */
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }

@media only screen and (min-width: 992px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: 35rem;
        width: 100%;
        overflow: hidden;
    }

        .cd-dropdown-content:before {
            content: "";
            text-align: center;
            height: 6px;
            width: 100%;
            display: block;
            background: #fff;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 2;
        }

        .cd-dropdown-content:after {
            content: "\276E";
            text-align: center;
            display: block;
            width: 100%;
            position: absolute;
            bottom: 0;
            z-index: 3;
            -moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
        }

    .cd-dropdown:hover .cd-dropdown-content {
        height: auto;
    }

        .cd-dropdown:hover .cd-dropdown-content:before, .cd-dropdown:hover .cd-dropdown-content:after {
            display: none;
        }

    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #000;
    }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0,0,0,.1);
    }

        .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
            clear: both;
            content: "";
            display: table;
        }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }

        .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
            margin: 0;
            height: 100%;
            line-height: 45px;
            background: #ebebeb;
            pointer-events: auto;
            -webkit-transition: color 0.2s, background-color 0.2s;
            -moz-transition: color 0.2s, background-color 0.2s;
            transition: color 0.2s, background-color 0.2s;
        }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }

    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }

        .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
            width: calc(100% - 60px);
        }

        .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
            width: 50%;
            float: left;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li:nth-child(2n) {
                clear: right;
                border-right-width: 0;
            }

            .cd-dropdown-content .cd-secondary-dropdown > li:nth-child(2n+1) {
                clear: left;
            }

    .cd-dropdown-content .cd-secondary-dropdown > li {
        /*padding-left: 125px !important;*/
        /*position: relative;*/
        /*min-height: 125px;*/
        position: relative;
        padding-left: 1rem !important;
    }

        .cd-dropdown-content .cd-secondary-dropdown > li span.cat-img {
            position: absolute;
            top: 5px;
            left: 15px;
            width: 100px;
            overflow: hidden;
            max-height: 100%;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li span.cat-img img {
                width: 100%;
            }

    .cd-dropdown-content .cd-secondary-dropdown {
        max-width: 690px;
        min-height: 360px;
        padding-bottom: 10px;
        overflow: auto;
    }

        .cd-dropdown-content .cd-secondary-dropdown::before {
            /* this is the separation line in the middle of the .cd-secondary-dropdown element */
            position: absolute;
            content: '';
            top: 290px;
            left: 15px;
            height: 1px;
            width: 620px;
            background-color: #ebebeb;
            display: none;
        }

        .cd-dropdown-content .cd-secondary-dropdown > li > a {
            margin-bottom: 3px;
            /*pointer-events: none;*/
            font-weight: bold;
            font-size: 1.17rem;
            text-transform: none;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
                /* hide the arrow */
                display: none;
            }

        .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
            /* reset mobile style */
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-dropdown-content .cd-secondary-dropdown > li {
            margin: 15px 0;
            border-right-width: 1px;
            border-color: #ebebeb;
            border-style: solid;
            padding: 0 20px;
            height: auto;
            background: #fff;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li > ul {
                /* reset mobile style */
                -webkit-transform: translate(0);
                -moz-transform: translate(0);
                -ms-transform: translate(0);
                -o-transform: translate(0);
                transform: translate(0);
                position: relative;
                height: auto;
            }

                .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
                    display: none;
                }

        .cd-dropdown-content .cd-secondary-dropdown a {
            line-height: normal;
            height: auto;
            padding: 2px 0;
        }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #e6050b;
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        /*padding-bottom: 25px;
    overflow: hidden;*/
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }

        .cd-dropdown-content .cd-dropdown-gallery > li {
            width: 48%;
            float: left;
            margin-right: 4%;
        }

            .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
                margin-right: 0;
            }

        .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
            padding: 0;
            height: auto;
            line-height: normal;
            color: #e6050b;
            margin-bottom: 2em;
        }

        .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
        .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
            margin-bottom: 0;
        }

        .cd-dropdown-content .cd-dropdown-gallery img {
            position: static;
            height: auto;
            width: 100%;
            margin: 0 0 0.6em;
        }

    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
            height: 80px;
            line-height: 1.2;
            padding: 24px 0 0 85px;
        }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
                background: #ebebeb;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
                color: #e6050b;
                font-weight: bold;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
                display: block;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
                left: 25px;
            }

    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }

        .cd-dropdown-content > .has-children > ul.is-active {
            /* when hover over .cd-dropdown-content items - show subnavigation */
            visibility: visible;
        }

    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 #bb0000;
        color: #000;
    }

        .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
            background: #333;
        }

    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #bb0000;
    }
}

@media all and (min-width: 1200px) {
    .cd-dropdown-content .cd-secondary-dropdown {
        max-width: 900px;
    }

        .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
            /*width: 33.3333333333%;*/
            width: 50%;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li:nth-child(2n) {
                clear: right;
                border-right-width: 1px;
            }

            .cd-dropdown-content .cd-secondary-dropdown > li:nth-child(2n), .cd-dropdown-content .cd-secondary-dropdown > li:nth-child(2n+1) {
                clear: none;
            }

            .cd-dropdown-content .cd-secondary-dropdown > li:nth-child(3n) {
                clear: right;
                border-right-width: 0;
            }

            .cd-dropdown-content .cd-secondary-dropdown > li:nth-child(3n+1) {
                clear: left;
            }
}

@media all and (min-width: 1300px) {
    .cd-dropdown-content .cd-secondary-dropdown {
        max-width: 1030px;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]::-moz-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:-moz-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:focus {
        background: #ffffff;
        color: #111433;
        outline: none;
    }

        .cd-search input[type="search"]:focus::-webkit-input-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus::-moz-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus:-moz-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus:-ms-input-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

@media only screen and (min-width: 992px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }

        .cd-search input[type="search"]::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]::-moz-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]:-moz-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]:-ms-input-placeholder {
            color: #b3b3b3;
        }
}

.has-children > a, .go-back a {
    position: relative;
}

    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        /* arrow icon in CSS - for element with nested unordered lists */
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 8px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .has-children > a::before, .go-back a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .has-children > a::after, .go-back a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media only screen and (min-width: 992px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-right: 20px;
}

.has-children .has-children .has-children > a {
    text-transform: none;
}

.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 8px;
    -webkit-transform-origin: 7px 50%;
    -moz-transform-origin: 7px 50%;
    -ms-transform-origin: 7px 50%;
    -o-transform-origin: 7px 50%;
    transform-origin: 7px 50%;
}

@media only screen and (min-width: 992px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }

        .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
            right: auto;
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%;
        }
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

    .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
        /* arrow goes on the left side - go back button */
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}
#jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
    visibility: hidden;
}
/* jssor slider bullet navigator skin 01 css */
/*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
.jssorb01 {
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
        position: absolute;
        /* size of bullet elment */
        width: 13px;
        height: 13px;
        filter: alpha(opacity=90);
        opacity: .9;
        overflow: hidden;
        cursor: pointer;
        border: #fff 3px solid;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .jssorb01 div {
        background-color: #fff;
    }

        .jssorb01 div:hover, .jssorb01 .av:hover {
            background-color: #161616;
        }

    .jssorb01 .av {
        background-color: #161616;
    }

    .jssorb01 .dn, .jssorb01 .dn:hover {
        background-color: #161616;
    }

/* jssor slider arrow navigator skin 05 css */
/*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        */
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/assets/client/css/a17.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
    top: 0px;
    left: 8px;
}

.jssora05r {
    background-position: -70px -40px;
    top: 0px;
    right: 8px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}
@media all and (max-width: 1599px) {
    #slideads1 {
        width: 100px;
        margin-left: -100px;
    }

    #slideads2 {
        width: 100px;
        margin-right: -100px;
    }
}

@media all and (max-width: 1200px) {
    .user .dropdown-content {
        display: block;
        z-index: 9999;
    }
}

@media all and (max-width: 1199px) {
    #slideshow {
        padding: 1rem;
    }

    #search {
        display: none !important;
        /*position: fixed;
        z-index: 200;
        top: 6rem;
        right: 1rem;
        border: 1px solid #147ed3;
        border-radius: 0.375rem;
        width: 35px;
        height: 35px;
        padding: 2px;
        color: #fff;
        background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);
        background-size: 200% auto;
        background-position: 0 100%;
        animation: 2s linear infinite forwards gradient;*/
    }

        #search > span {
            background: transparent;
        }

    #content-body-menu {
        position: fixed;
        top: 0;
        left: -330px;
        width: 300px;
        z-index: 1000000;
        background-color: #fff;
        height: 100vh;
        overflow: hidden;
        padding: 0px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
        -webkit-transition: left .3s ease;
        -o-transition: left .3s ease;
        transition: left .3s ease
    }

    #header {
    }

        #header.header-fixed {
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
        }

        #header #logo {
            text-align: center;
        }

            #header #logo img {
            }



    #content-body-menu[style*="left: 0px"] .content-body-menu-close:after {
        background: #000;
        opacity: 0.6;
        position: fixed;
        z-index: -2;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        top: 0;
        left: 0;
    }

    .downarrowclass, .rightarrowclass {
        display: none !important;
    }

    .cat-image {
        width: 0;
        display: none;
    }

    .hide-m, .adv-r, #slideads {
        display: none;
    }

    #search {
    }

    #header.header-fixed #search {
    }

    .item-title {
        font-size: 1.7rem;
    }
}

@media all and (max-width: 991px) {
    #search,
    #menu .menu #nav-toggle,
    #header-end .header-end-tel,
    #header-end .header-end-hotline {
        display: none !important;
    }

    .item-title {
        font-size: 1.5rem;
    }

    #menu .menu #nav-toggle,
    #search {
        top: 4.5rem !important;
    }

    #header {
        background: #00b1eb;
    }

        #header #logo img {
            filter: grayscale(100%) brightness(1000%);
        }

    #menu-top {
        position: fixed;
        left: 1rem;
        font-size: 1.3rem;
        z-index: 1041;
        width: 35px;
        height: 35px;
        top: 0.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff !important;
    }

    #header-end .header-end-language {
        display: none !important;
        /*margin-right: 0.25rem;
        position: fixed;
        right: 4rem;
        display: inline-block;
        font-size: 1.3rem;
        padding: 1px;
        border: 1px solid #147ed3;
        color: #fff;
        z-index: 1040;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 35px;
        height: 35px;
        top: 4.5rem;
        background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);
        background-size: 200% auto;
        background-position: 0 100%;
        animation: 2s linear infinite forwards gradient;*/
    }

        #header-end .header-end-language .header-end-content {
            display: none;
        }

    #header-end .header-end-client.client-login {
        position: fixed;
        right: 1rem;
        display: inline-block;
        font-size: 1.3rem;
        padding: 1px;
        z-index: 1040;
        width: 35px;
        height: 35px;
        top: 0.5rem;
        color: #fff;
    }

    #header-end .header-end-client .header-end-icon {
    }

        #header-end .header-end-client .header-end-icon i {
            border: 0px solid #ffffff;
            color: #ffffff;
        }

    #header-end .header-end-client .header-end-content:not(.content-login) {
        display: none;
    }


    #header-end .header-end-client .header-end-body {
        left: 0;
    }

    #header-end .header-end-client .header-end-content.content-login {
        -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }

    #header-end .header-end-client .header-end-content.content-login {
        /*position: absolute;
            top: 100%;
            left: -0.25rem;
            width: 280px;
            background: #fff;
            padding: 2rem .5rem;
            border-radius: 0.375rem;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.15);
            -moz-box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.15);
            box-shadow: 0px 0px 20px 0px rgba(108,124,145,0.15);*/
    }

    #header-end .header-end-client:hover .header-end-content.content-login {
        /*opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);*/
    }

    #header-end .header-end-client .header-end-content.content-login .subtitle {
        display: none;
    }

    #header-end .header-end-client .header-end-content.content-login > div:not(.subtitle) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #header-end .header-end-client .header-end-content.content-login > div:not(.subtitle) .title.title-login {
            background: repeating-linear-gradient(to right,#01c4df 0,#00f 50%,#02c6e1 100%);
        }

        #header-end .header-end-client .header-end-content.content-login > div:not(.subtitle) .title.title-register {
            background: repeating-linear-gradient(to right,#25a904 0,#27c300 50%,#13b300 100%);
        }

        #header-end .header-end-client .header-end-content.content-login > div:not(.subtitle) .title {
            width: 120px;
            text-align: center;
            padding: 0.5rem;
            border: 1px solid #ddd;
            border-radius: 0.375rem;
            color: #fff;
            background-size: 200% auto;
            background-position: 0 100%;
            animation: 2s linear infinite forwards gradient;
        }
}

@media all and (max-width: 767px) {
    
    
    #header #logo a {
        margin: auto;
    }

    .hotline li {
        padding: 0;
        margin: 6px 10px;
    }

        .hotline li span, .hig-alo-phone > span {
            display: none;
        }

        .hotline li a {
            font-weight: normal;
        }

    .hotline i {
        position: relative;
        font-size: 0.8rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: none;
    }

    #header {
        top: 0px;
    }

    #topbar {
    }

        #topbar.topbar-fixed #MTRLogin {
            position: fixed;
            top: 3rem;
            z-index: 100000;
            right: 1rem;
        }

        #topbar.topbar-fixed #MTRLanguage {
            position: fixed;
            top: 1rem;
            z-index: 100000;
            right: 1rem;
        }

    .item-title {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 575px) {
    /*#box-price{*/
    /*    position: fixed;*/
    /*    bottom: 4.5rem;*/
    /*    z-index: 1010;*/
    /*    padding: 1rem;*/
    /*    background: #fff;*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*}*/
    /*#item-submit{*/
    /*    position: fixed;*/
    /*    bottom: 5.2rem;*/
    /*    z-index: 1020;*/
    /*    width: auto !important;*/
    /*    right: 1rem;*/
    /*}*/
    
    .listcar-box > .box-item .box-submit a{
        width: 100%;
    }
    
    .form-select-image input, .btn-taonhanh input, .btn-chonanh input {
        padding-right: 60px !important;
    }

    .item-title {
        font-size: 1.3rem;
    }

    .hig-alo-phone {
        /*left: 50%;*/
        /*bottom: 20px;*/
        /*z-index: 1036 !important;*/
        /*margin-left: -23px;*/
        right: 5rem;
        bottom: 5rem;
        z-index: 1036 !important;
        margin-left: 0;
        width: auto;
        left: auto;
    }

    #topcontrol {
        right: 10% !important;
        bottom: 28px !important;
        opacity: 0 !important;
        z-index: 10010 !important;
        margin-right: -12px;
    }

    #footer {
    }

    #footer-googlemap {
        margin-bottom: 66px;
    }
}

@media all and (max-width: 520px) {
    #header-end .header-end-tel {
        display: none !important;
    }

    #header-end .header-end-client #header-end-body .offcanvas-header .box-close {
        top: 40%;
    }
    .cat1-box .box-title{
        font-size: 1.1rem;
        padding: 0;
    }
    .cat1-box .box-title{
        font-size: 1.1rem;
        padding: 0;
    }
    .cat1-box .frames-60:after {
        padding-top: 80%;
    }
}

@media all and (max-width: 480px) {
}

@media all and (max-width: 424px) {
}

@media all and (max-width: 375px) {
}

@media (min-width:425px) {
    .position-xs-absotule {
        position: absolute !important
    }
}

@media (min-width:576px) {
    
    .position-sm-absotule {
        position: absolute !important
    }

    .hig-alo-phone > span {
        transition: all 0.5s;
    }

    .hig-alo-phone > span {
        opacity: 0;
        -webkit-transform-origin: 10% 0%;
        transform-origin: 10% 0%;
        -webkit-transform: perspective(400) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400) rotate3d(0, 1, 0, 90deg);
    }

    .hig-alo-phone:hover > span,
    .hig-alo-phone-right.hig-alo-phone:hover > span {
        opacity: 1;
        /*-webkit-transform: rotate(0deg);
        transform: rotate(0deg);*/
    }

    .hig-alo-phone-right.hig-alo-phone:hover > span {
        transform: none;
    }

    .hig-alo-phone-right.hig-alo-phone {
        left: auto;
        right: 2rem;
        bottom: 8rem;
        display: none !important;
    }

        .hig-alo-phone-right.hig-alo-phone > span {
            width: 0px;
        }

        .hig-alo-phone-right.hig-alo-phone:hover > span {
            width: 100%;
        }

        .hig-alo-phone-right.hig-alo-phone .hig-alo-ph-img-circle {
            right: 0;
            left: auto;
        }

        .hig-alo-phone-right.hig-alo-phone > span {
            left: auto;
            top: 0.25rem;
            right: 1rem;
            position: relative;
            padding: 0 3.5rem 0 2rem;
            -webkit-transform-origin: 10% 0%;
            transform-origin: -250% 90%;
            -webkit-transform: perspective(400) rotate3d(1,1,-1,-90deg);
            transform: perspective(400) rotate3d(1,1,-1,-90deg);
        }
}

@media (min-width:768px) {
    .position-md-absotule {
        position: absolute !important
    }

    .container.container-1 {
        max-width: 960px;
    }
}

@media (min-width:992px) {
    #header-end .header-end-hotline {
        margin-right: 1.5rem;
    }

    .position-lg-absotule {
        position: absolute !important
    }

    #slideshow .jssora05l,
    #slideshow .jssora05lr,
    #slideshow .jssorb01 {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important;
    }

    #slideshow:hover .jssora05l,
    #slideshow:hover .jssora05lr,
    #slideshow:hover .jssorb01 {
        opacity: 1
    }
}

@media (min-width:1200px) {
    #slideshow {
        padding: 1rem 1rem 2rem 1rem;
    }
    /*#header:not(.header-fixed) ~ #form-datxe {
        position: fixed;
        top: 20rem;
        left: 0;
        right: 0;
        margin: auto;
        z-index:1040;
    }*/

    #falcon-dropdown-menu > .dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    .icon-xl-end-1 {
        -webkit-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.3);
    }

        .icon-xl-end-1:before {
            content: "";
            display: block;
            height: 0;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -14px;
            margin: auto;
            border-bottom: 7px solid transparent;
            border-top: 7px solid transparent;
            border-left: 7px solid #abb3bd;
            border-right: 7px solid transparent;
        }

        .icon-xl-end-1:after {
            content: "";
            display: block;
            height: 0;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            right: -10px;
            margin: auto;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            border-left: 5px solid #d8e2ef;
            border-right: 5px solid transparent;
        }

    .position-xl-absotule {
        position: absolute !important
    }

    .container {
        max-width: 1100px;
    }


    .header-fixed #search {
    }
}

@media all and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media all and (min-width: 1400px) {
    /*.container {
        max-width: 1320px;
    }*/
}

@media (min-width:1540px) {
    .position-xxl-absotule {
        position: absolute !important
    }
}

@media all and (min-width: 1600px) {
    /*#slideads1 {
        width: 180px;
        margin-left: -180px;
    }

    #slideads2 {
        width: 180px;
        margin-right: -180px;
    }*/
}
