/* Minification failed. Returning unminified contents.
(2298,30): run-time error CSS1039: Token not allowed after unary operator: '-falcon-box-shadow-sm'
(2299,22): run-time error CSS1039: Token not allowed after unary operator: '-falcon-box-shadow-sm'
(7582,34): run-time error CSS1030: Expected identifier, found '['
(7582,39): run-time error CSS1031: Expected selector, found '='
(7582,39): run-time error CSS1025: Expected comma or open brace, found '='
(7591,34): run-time error CSS1030: Expected identifier, found '['
(7591,39): run-time error CSS1031: Expected selector, found '='
(7591,39): 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: 16px;
}

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: #d60808;
        outline: none;
        text-decoration: none;
    }

    a:active {
        outline: none;
        text-decoration: none;
    }

b, strong {
    font-weight: bold;
}

body {
    color: #333;
    background: #f6f6f6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    top:0!important;
}
body > #modal-table{
    z-index: 99999999999;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Roboto', sans-serif;
}

.cke_show_borders, cke_editable_themed, .cke_contents_ltr, .cke_editable {
    padding: 1rem;
}


li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

td, input, textarea {
    padding: 5px;
}

p {
    max-width: 100%;
}

.text-df-hover:hover {
    color: #d60808 !important;
}

.text-df {
    color: #d60808;
}

.bg-df-hover:hover {
    background: #d60808 !important;
}

.bg-df {
    background: #d60808;
}

.border-df {
    /*--falcon-border-opacity: 1;*/
    border-color: #d60808 !important;
}

.border-df-hover:hover {
    /*--falcon-border-opacity: 1;*/
    border-color: #d60808 !important;
}

.bggray,.bgwhite {
    background: #f6f6f6;
    padding: 0 0 30px;
    margin-top: 30px;
    position: relative;
    border-top: 1px solid #ececec;
}
.bgwhite {
    background: #fff;
}
.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: "roboto";
    }

    .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;
}

/*#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: #d60808 !important;
}*/
/*.btnChangeQuantity:hover i {
    color: #fff;
}*/
/*.boxbydy_tb1_af_none:after {
    background: none !important;
}*/
.jssorb01 .av {
    background-color: #d60808 !important;
}

    .jssorb01 div:hover, .jssorb01 .av:hover {
        background-color: #d60808 !important;
    }

/*.boxbody_tbl {
}

.boxbody_tbl,
hr {
    position: relative;
}*/

/*.Whr:after {
    content: '';
    height: 2px;
    width: 10%;
    background: #d60808;
    display: block;
    min-width: 88px;
    position: absolute;
    bottom: 0px;
}*/



/*.author-box .fas,
.author-box .fa,
.author-box .far {
    width: 22px;
    color: #d60808;
    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;
}*/

.box-boxwhy {
}

    .box-boxwhy .box-boxwhy-body {
        padding: 1rem;
        background: #000000a6;
        border-radius: 0.5rem;
        height:100%;
    }

        .box-boxwhy .box-boxwhy-body:hover .box-boxwhy-img {
            animation: 1s animation-rotateY-360 ease-in-out;
        }

    .box-boxwhy .box-boxwhy-title {
        color: #fcf097 !important;
        margin-top: 0.5rem;
        text-align: center;
        font-size: 1.2rem;
        text-transform: uppercase;
        /*border-bottom: 1px dashed #fff;*/
        /*border-bottom-style: dashed;*/
        padding-bottom: 5px;
    }

    .box-boxwhy .box-boxwhy-summary {
        color: #fff;
        margin-top: 0.5rem;
        text-align: center;
    }

    .box-boxwhy .box-boxwhy-img a i {
        font-size: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
    }
    .box-boxwhy .frames img{left:auto;}

/*#cart a,
#cart span,
#hotline a,
#hotline p,
#hotline span,
#tel a,
#tel p,
#tel span {
    color: #d60808 !important;
}*/



/*cart a,
#cart span{
    color: #d60808;
}

#cart a span i {
    color: #d60808;
}

#cart p {
    color: #000;
}
#cart p b{
        color: #ff0000;
    }
    
    #cart .cart-link {
    font-weight: normal
}*/

    #cart{
        position: absolute;
        right: 4rem;
        top: 0.7rem;
        padding: 0.25rem 1rem;
        background: #bf0505;
        border-radius: 0.375rem;
    }
    
    #cart .cart-link span.box-icon{
        color: #fff;
    }
    
        #cart .cart-link span.box-icon i{
            color: #fff;
        }
    
    #cart .cart-link span.box-title{
        color: #fff;
    }

#cart:hover #cart-content {
    display: block;
    z-index: 100000
}

#cart #cart-content.in {
    display: block;
    z-index: 100000
}

#cart-content {
    width: 320px;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    color: #000;
    display: none;
    top: 100%;
    right: 0;
    border-top: 3px solid #bf0505;
    -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);
    text-align: center;
}

    #cart-content table {
        text-align: left;
        max-height: 333px !important;
        overflow: auto;
        display: block;
    }

    #cart-content td img {
        width: 96%
    }

    #cart-content a.button {
        display: inline-block;
        height: auto;
        line-height: normal;
        padding: 7px 15px;
        font-weight: normal;
        margin: 0 6px
    }

        #cart-content a.button:hover {
            color: #fff
        }

    #cart-content td {
        border-bottom: 1px solid #f2f2f2;
        vertical-align: top;
        padding: 8px 0;
        line-height: 1.5
    }
    .right-panel-data-search::-webkit-scrollbar,
    #cart-content table::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5;
    }
    .right-panel-data-search::-webkit-scrollbar-thumb,
    #cart-content table::-webkit-scrollbar-thumb {
        background-color: #2483c5;
    }
    .right-panel-data-search::-webkit-scrollbar-track,
    #cart-content table::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f5f5f5;
    }
    

        #cart-content td:nth-child(2) {
            padding: 5px
        }

    #cart-content .remove-cart {
        float: right;
        cursor: pointer;
        color: red
    }

    #cart-content ul {
        border-top: 2px solid #ccc;
        margin: -2px 0 6px;
        list-style: none;
        min-height: 30px;
        width: 100%
    }

    #cart-content li {
        padding: 8px 0
    }

        #cart-content li:nth-child(1) {
            float: left
        }

        #cart-content li:nth-child(2) {
            float: right;
            font-size: 1.2rem
        }
/*#cart #cart-content {
    width: 320px;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    color: #000;
    display: none;
    top: 100%;
    right: 0;
    border-top: 3px solid #d60808;
    -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 #d60808;
        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: #d60808;
        }

    #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;
    }*/


/*#cart p b,
#hotline b,
#tel b {
    color: #ff0000 !important;
}*/
    
    

/*#tel a span i,
#hotline a span i,
#cart a span i {
    color: #d60808 !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: #fff;
}

    #header #logo {
    }

        #header #logo a {
            position: relative;
            height: 70px;
        }

        #header #logo img {
            padding: 7px 0;
            max-height: 100%;
            max-width: 100%;
        }

    #header.header-fixed {
        background: #fff;
        /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);*/
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 1050;
    }

#header-end {
}

    #header-end .header-end-tel {
        display: flex;
        align-items: center;
        margin-right: 1.5rem;
    }

        #header-end .header-end-tel .header-end-icon {
            margin-right: 0.5rem;
        }

            #header-end .header-end-tel .header-end-icon i {
                width: 2.25rem;
                height: 2.25rem;
                text-align: center;
                border: 1px solid #e60312;
                color: #e60312;
                border-radius: 50rem;
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                font-size: 1.2rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #header-end .header-end-tel .header-end-content .subtitle {
            font-size: .8333333333rem;
            color: #748194;
        }

        #header-end .header-end-tel .header-end-content .title {
            font-weight: bold;
            color: #e60312;
        }

    #header-end .header-end-hotline {
        display: flex;
        align-items: center;
        margin-right: 1.5rem;
    }

        #header-end .header-end-hotline .header-end-icon {
            margin-right: 0.5rem;
        }

            #header-end .header-end-hotline .header-end-icon i {
                width: 2.25rem;
                height: 2.25rem;
                text-align: center;
                border: 1px solid #e60312;
                color: #e60312;
                border-radius: 50rem;
                font-size: 1.2rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #header-end .header-end-hotline .header-end-content .subtitle {
            font-size: .8333333333rem;
            color: #748194;
        }

        #header-end .header-end-hotline .header-end-content .title {
            font-weight: bold;
            color: #e60312;
        }

    #header-end .header-end-client {
        display: flex;
        align-items: center;
        position:relative;
    }

        #header-end .header-end-client .header-end-icon {
            margin-right: 0.5rem;
        }

            #header-end .header-end-client .header-end-icon i {
                width: 2.25rem;
                height: 2.25rem;
                text-align: center;
                border: 1px solid #e60312;
                color: #e60312;
                border-radius: 50rem;
                font-size: 1.2rem;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #header-end .header-end-client .header-end-content .subtitle {
            font-size: .8333333333rem;
            color: #748194;
        }

        #header-end .header-end-client .header-end-content .title {
            font-weight: bold;
            color: #e60312;
        }

        #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(0,0,0,.35);
            -moz-box-shadow: 0 10px 25px 5px rgba(0,0,0,.35);
            box-shadow: 0 10px 25px 5px rgba(0,0,0,.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 .sub-item {

            }

                #header-end .header-end-client .header-end-body .sub-item .menu-item {
                    
                }

                    #header-end .header-end-client .header-end-body .sub-item .menu-item a {
                        padding: 0.2rem 0.25rem;
                        display: block;
                    }

                        #header-end .header-end-client .header-end-body .sub-item .menu-item a i {
                            margin-right:0.25rem;
                        }

                        #header-end .header-end-client .header-end-body .sub-item .menu-item a img {
                        }

                        #header-end .header-end-client .header-end-body .sub-item .menu-item a span {
                        }


#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: #d60808;*/
        }

        #topbar .topbar-phone > i {
            color: #000000;
            transform: rotate(90deg);
        }


#search {
    position: absolute;
    z-index: 1;
    top: 0.7rem;
    right: 0;
    color: #fff;
}

    #search #frmsearch {
        display: none;
        border-top: 3px solid #d60808;
        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: #bf0505;
        border-radius: 0.25rem;
    }

    #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: #d60808;
        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: #d60808;
        }


.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: #d60808;
            }

/*.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: #d60808;
            background: #fff !important;
            font-weight: normal;
            border: 2px solid #d60808;
            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;
    position: relative;
}

    #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 #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%)
}

.boxbody_top {
    position: relative;
    /* border-bottom: 2px solid #e6050b; */
    overflow: hidden;
    max-width: 100%;
    line-height: normal;
    /*border-left: 5px solid #000;*/
}

.boxbody_top a {
    font-weight: normal
}

.boxbody_top span {
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 1.2rem;
    padding: 0.9rem 2.2rem 0.25rem 1rem;
    background-color: #d60808;
    color: #fff;
    border-left: 6px solid #000000;
    position: relative;
    display: inline-block;
    float: left;
    /*min-width: 20%;*/
    min-width: 220px;
    min-height: 42px;
    /* border-bottom: 5px solid #fff; */
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-top-right-radius: 50rem;
}

.boxbody_top span:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -41px;
    height: 0;
    width: 0;
    display: block;
    border-top: 42px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 23px solid #d60808;
    border-right: 18px solid transparent;
    display: none
}

.boxbody_top span a {
    font-weight: normal;
    color: #fff
}

.boxbody_top span a:hover {
    color: #fff
}

.boxbody_top span img {
    height: 24px
}

.boxbody_top h1,.boxbody_top h2,.boxbody_top h3 {
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    float: left
}

.boxbody_top .subcat {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding-left: 45px
}

.boxbody_top .subcat ul {
    width: 10000px;
    list-style: none
}

.boxbody_top .subcat li {
    float: left;
    padding: 0 15px;
    position: relative
}

.boxbody_top .subcat li:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc
}

.boxbody_top .subcat a {
    float: left;
    font-size: 1rem;
    line-height: 42px
}

.boxbody_top .subcat a:hover {
    font-weight: bold
}

.boxbody_top p.viewall {
    text-align: right;
    font-style: italic;
    font-family: tahoma;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    text-transform: none;
    display: block;
    height: 100%;
    line-height: 40px;
    /*border-left: 1px solid #eee;*/
    padding: 0 10px;
    /*background-color: #fff;*/
    /*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)*/
    
}

.boxbody_top p.viewall a{
    
}
.boxbody_top p.viewall i{
    font-size: 0.8rem;
}

/*#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,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: #d60808 !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: 50px auto 0;
    text-align: left;
    line-height: 150%;
    /*padding: 40px 0 0px;*/
    position: relative;
    background: #fff;color: #363636;
    position: relative;
    border-top:1px solid #ddd;
}

    #footer a svg,
    #footer a i {
        transition: 0.5s all;
    }

.payment_methods {
    float: right;
}
.payment-header{
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
    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);
}
.payment-body{
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
}

#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: #d60808;
    padding: 5px;
    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: #d60808;
    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: #d60808;
}

    #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: #d60808;
        transform: rotate(45deg)
    }

#menu-footer ul ul a::after {
    font-weight: 400;
}

#menu-footer li ul > li{
    width: 49%;
    float: left;
}
#menu-footer li ul > li:nth-child(2n+1){
    clear: both;
}




/*
.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: #d60808;
    }

        .btn-show-more:hover, .btn-show-more:hover span {
            color: #d60808;
        }*/

/*.home-title {
    text-align: left;
    color: #d60808;
    margin: 40px 0 20px;
    position: relative;
    max-width: 100%;
}

    .home-title > span {
        border-left: 4px solid #d60808;
        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: #d60808;
            font-weight: normal;
        }*/

/*.home-title1 {
    text-align: center;
    color: #d60808;
    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: #d60808;
        }

    .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: #d60808;
        color: #fff;
        border-left: 5px solid #d60808;
        position: relative;
        display: inline-block;
    }*/

/*.cat-product-button {
    margin: 10px 0 6px;
    padding: 10px;
    font-size: 1.1rem;
    background-color: #d60808;
    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: #d60808;
    border-color: #d60808;
    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: #d60808;
        border-color: #d60808;
    }*/

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #fff !important;
    color: #d60808;
}

/*.cat-product-button:hover {
    background-color: #d60808;
}*/

/*.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 #d60808;
    }*/

/*.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: #d60808;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto',sans-serif;
}

    .box_top span {
        display: inline-block;
        padding: 10px 10px 10px 20px;
        font-size: 1.2rem;
    }
    .box_top span.toggle {
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    .box_top span:not(.icon):not(.toggle) {
        padding: 10px 10px 10px 4rem;
    }

    .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: #bf0505;
        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%;
        align-items: center;
        justify-content: center;
        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: 6px solid transparent;
            border-top: 6px solid transparent;
            border-left: 6px solid #bf0505;
            border-right: 6px 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_body {
    margin: 0;
    vertical-align: top;
    padding: 10px 15px;
    position: relative;
    border: 1px solid #eee;
}


.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;
}
.box_body-right{
    border: 1px solid #ddd;
    border-top: 0;
}

.boxbody_tbl {
    width: 100%;
    text-align: left;
}

.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: #e6050b;
        color: #fff;
        font-weight: bold
    }

    #tooltip .hover-pro-info {
        padding: 15px
    }

    #tooltip .hover-pro-title {
        display: inline-block;
        padding: 6px;
        background: #d60808;
        color: #fff;
        border-radius: 6px
    }


.product-box {
    text-align: center;
    width: 100%;
    height: 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;*/
    -webkit-box-shadow: var(--falcon-box-shadow-sm);
    box-shadow: var(--falcon-box-shadow-sm);
    border: 1px solid #f6f6f6;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .product-box:hover {margin-top:-6px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    }

.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: #bf0505;
        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
    }

    .product-actions i:hover {
        background: #d60808
    }

    .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: #f1f1f1;
    }

        #tab-product > .nav-item > .nav-link.active {
            background: repeating-linear-gradient(to right,#FCB714 0,#d60808 50%,#EC1F26 80%,#FCB714 100%);
            color: #fff;
            width: 100%;
            background-size: 200% auto;
            background-position: 0 100%;
            animation: 2s linear infinite forwards gradient;
        }

@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%;
    width: 100%;
    -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;
        line-height: 1.3;
    }

    /*.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-weight: normal;
        /*font-size: 1.2rem;
    font-weight: bold;
    line-height: 130%*/
    }

.product-box:hover .product-name a {
    /*color: #d60808*/
}

.product-price-cart {
    position: relative;
    height: auto;
    padding: 0.75rem;
}

.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 #d60808
    }*/

/*.product-box:hover a.product-order {
    background-color: #00000024;
}

    .product-box:hover a.product-order:before {
        border-right: 6px solid #d60808
    }

    .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: #d60808;
    }

        .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 #d60808 !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: #d60808;
    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: #d60808;
        color: #ffffff !important;
        border: 1px solid #d60808;
    }

    .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: #d60808;
                color: #ffffff !important;
                border: 1px solid #d60808;
            }


            .phantrang ul li a.selected {
                cursor: no-drop;
            }


.button, .btn-viewall, .button1, .button2 {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding: 0.5rem 1.8rem;
    margin-top: 5px;
    color: #d60808;
    font-weight: normal;
    position: relative;
    border: 0.5px solid #d60808;
    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: #d60808;
    -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: #bf0505;
}

.button, .button1, .button2 {
    line-height: 1.6rem;
}

.btn-viewall {
    color: #d60808;
    border: 1.5px solid #d60808;
    background: #d60808;
}

    .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: #d60808;
}

.button2:before {
    background: #d60808;
}

.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: #d60808 !important
}

.button2:hover, .button2:focus, .button2: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 {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

.button i, .button1 i, .button2 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 {
        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: #d60808;
    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;
}

.news.clearfix{
    
}
.news.clearfix > a{
    position: relative;
    overflow: hidden;
    display: block;
    padding: 2px;
    border: 1px solid #ddd;
}

.news.clearfix > a:after{
    position: relative;
    z-index: 1;
    content: "";
    padding-top: 70%;
    display: block;
}

.news.clearfix > a > img.news-img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
    width: 100% !important;
    height: auto !important;
    padding: 0px;
    border: 0px;
    background: #fff;
}

/*.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: #d60808;
    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: 100%;
        /*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: 100%;
    /*width: 68%;*/
    /*float: right;*/
    text-align: left;
}

.news .title {
    font-size: 1.4rem;
    /*display: block;*/
    line-height: 150%;
    /*padding-top: 1rem;*/
    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;
    text-align: left;
}
.news .summary {
    -webkit-line-clamp: 4;
    text-align: left;
}

.posted-date {
    color: #999;
    margin: 8px 0;
    text-align: left;
}

    .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: #d60808;
        }

/*.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.2rem;
        color: #d60808;
        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
    }
    
    .detail-content,
    .news-detail .detail {
        text-align: justify;
        line-height: 180%;
        margin-top: 15px;
    }
        
        .detail-content p,
        .news-detail .detail p {
            text-align: justify;
            line-height: 180%;
            margin: 10px 0;
            max-width: 100%;
        }

    .news-detail .posted-date {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin: 8px 0 15px;
    }

    .detail-content img,
    .news-detail .detail img {
        height: auto !important;
        max-width: 100%;
    }
    
    .news-detail .detail form .glyphicon{
        color: #999;
    }
    
    .news-detail .detail #registerservice{
        width: 500px;
        max-width: 100%;
        margin: auto;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .news-detail .detail #registerservice .input-group > .input-group-addon{
        padding-top: 0.55rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        border: 0;
        background: transparent;
    }
    
    /*textarea*/
    .news-detail .detail #registerservice .input-group input,
    .news-detail .detail #registerservice .input-group select{
        padding-left: 2.5rem;
        border-radius: 0.275rem;
    }
    
    .news-detail .detail #registerservice .input-group input.input-validation-error,
    .news-detail .detail #registerservice .input-group select.input-validation-error,
    .news-detail .detail #registerservice .form-group textarea.input-validation-error{
        border-color: #e63757;
        padding-right: calc(1.5em + 0.625rem);
        /*background-image: url(/assets/client/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e);*/
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.15625rem) center;
        background-size: calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem);
    }
    
    .news-detail .detail #registerservice .input-group input.input-validation-error:focus,
    .news-detail .detail #registerservice .input-group select.input-validation-error:focus,
    .news-detail .detail #registerservice .form-group textarea.input-validation-error:focus {
        border-color: #e63757;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(230,55,87,.25);
        box-shadow: 0 0 0 0.25rem rgba(230,55,87,.25);
    }
    
    .news-detail .detail .input-group .field-validation-error.text-danger{
        display: block;
        width: 100%;
        margin-top: 0.5rem;
        margin-left: 0.5rem !important;
    }
    
    .news-detail .detail #registerservice .col-md-12:has(button){
        text-align: center;
    }
    
    .news-detail .detail #registerservice .col-md-12:has(button) button{
        width: 200px;
    }
    
    .news-detail .detail #registerservice .col-md-12:has(button) button i{
        color: #d60808;
    }
    
    .news-detail .detail #registerservice .col-md-12:has(button) button:hover i{
        color: #fff;
    }
    
    .expandable .expand-bar {
    text-align: center;
}

    .expandable .expand-bar::before {
        height: 40px;
        top: -40px;
    }

    .expandable .expand-bar > span {
        padding: 0.25rem 2rem;
        background: #d90000;
        display: inline-block;
        border-radius: 0.375rem;
        color: #fff;
    }

/*.expand-bar:not([display='none']) ~ .content-expandable{*/
/*    padding-bottom: 50px;*/
/*}*/

.content-expandable {
    /*padding-bottom: 50px;*/
}

@media(max-width: 424px){
    .expandable .expand-bar > span {
        padding: 0.25rem 0.5rem;
    }
}

/*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;
    border-radius: 6px;
    overflow: hidden;
}

    .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;
        display: flex;
        justify-content: center;
        align-items: center;
        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: #d60808;
        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 #d60808;
        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: #d60808;
        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: #d60808;
            margin-top: 0.5rem;
            display: block;
        }

/*model customer - khách hàng phản hồi end*/
#box-news .col-lg-6 .news:last-child{border:none;}
/*Box tin tức kiểu dọc*/
.news-vertical {
    bottom: 0;
    width: 100%;
    margin: 10px 0 20px 0;
    position: relative;
    /*float: left;*/
    height: 100%;
    text-align: left;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    -moz-box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    text-align: justify;
    -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
}
.news-vertical:hover {
    bottom: 15px
}
.news-vertical .posted-date {
    margin: -50px 0 0;
    padding: 26px 15px 24px;
    min-height: 35px;
    font-size: 1rem;border: none;
    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,.75)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(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)
}

.news-vertical .posted-date span {
    float: right;margin: 0;
}

.news-vertical .posted-date span:first-child {
    float: left
}

.news-vertical-content {
    padding: 15px
}

.news-vertical .title {
    font-size: 1.2rem;
    clear: both;
    position: relative;
    font-family: roboto,sans-serif;
    font-weight: bold
}

.news-vertical .title a {
    font-weight: bold
}

.news-vertical .title h2,.news-vertical .title h3,.news-vertical .title h4 {
    font-size: 1.2rem;
    font-weight: bold
}

.news-vertical-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto
}

.news-vertical-img:hover {
    opacity: .9
}

.news-vertical-img:before {
    content: "";
    display: block;
    padding-top: 57%
}

.news-vertical-img img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.news-vertical .summary{
	overflow:hidden;
	text-align:justify;
	margin:15px 0 5px;
	line-height:150%;
	clear:both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
}
.news-vertical .summary p{margin: 0;padding:0;}
.news-vertical-footer{margin-top:10px;}
.news-vertical-footer a{font-weight:normal;color:#e24b01;}

.post-tag {
    margin: 20px 0 10px
}

    .post-tag i {
        /*font-size: 1.2rem;*/
        color: #d60808
    }

a.tag {
    display: inline-block;
    font-weight: normal;
    background-color: #d60808;
    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 #d60808 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: #d60808
    }

        a.tag:hover:before {
            border-color: transparent #d60808 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: #d60808 !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 #d60808;
        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: #d60808;
    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: #d60808;
}

.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;
    background-color: #fff;
    /*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 {
        position: relative;
        display: block;
        padding: 0.5rem;
        font-size: 1.1rem;
        font-weight: normal;
    }

        .breadcrumb a:hover {color:#d60808!important}

    .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; margin-bottom: 20px;
    }

        .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: #fff;
        }
        
        .banner-page.banner-page-1 .banner-page-wrap .container{
            padding: 0rem;
        }

            .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: #d60808;
    border: 1px solid #ddd;
    border-top: 4px solid #d60808;
    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 #d60808;
        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: #d60808;
                    color: #fff;
                    border: 2px solid #d60808;
                }

            #tabs-pro .ui-tabs-nav li.ui-tabs-active a {
                border: 2px solid #d60808;
            }*/
/* 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 #d60808;
        font-weight: bold;
    }

        #fdb-frm p.title i {
            font-size: 1.6rem;
            margin-right: 5px;
            color: #d60808;
        }

    #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-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: #d60808;
    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{
        border-bottom: 2px solid #ededed;
    }
    .product-desc > .nav-tabs .nav-link{
        font-size: 1rem;
        text-transform: uppercase;
    }
    .product-desc > .nav-tabs .nav-link.active {
        color: #363636;
        background-color: #f9f9f9;
        border-color: #f9f9f9 #f9f9f9 #fff;
        border: 2px solid #ededed;
        border-top: 3px solid #d60808;
        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;
    }
    
    /*.other-news .news-vertical{
        
    }
    
    .other-news .news-vertical .news-vertical-img{
        position: relative;
        overflow: hidden;
    }
    .other-news .news-vertical .news-vertical-img:after {
        position: relative;
        z-index: 1;
        content: "";
        padding-top: 56.25%;
        display: block;
    }
    .other-news .news-vertical .news-vertical-img .news-img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) !important;
        -ms-transform: translateX(-50%) translateY(-50%) !important;
        transform: translateX(-50%) translateY(-50%) !important
    }

/*.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: 1075;
    -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: #d60808;
            }

            #widget-contact-bottom ul li span {
                display: block;
                font-weight: 300;
                font-size: .9rem
            }

#widget-contact {
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 50px;
    z-index: 9999;
}

#widget-support {
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 10000;
}

    #widget-contact a, #widget-support a {
        display: block;
        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 .email-wg {
    background: #f60
}

    #widget-contact .email-wg i, #widget-support a i {
        font-size: 1.7rem;
        color: #fff;
        line-height: 50px
    }

#widget-contact .messenger-wg,
#widget-contact .zalo-wg {
    position: relative;
    height: 30px;
    width: 30px;
    margin: 48px auto 0;
}

    #widget-contact .messenger-wg img {
        background: #00b7e1;
        border-radius: 50%;
    }

    #widget-contact .zalo-wg img {
        background: #d60808;
        border-radius: 50%;
        padding: 3px;
    }

    #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: #d60808;
        opacity: .1;
        top: -27px;
        left: -27px;
    }

    #widget-contact .zalo-wg .hig-alo-ph-circle-fill {
        background-color: #d60808;
        opacity: .1;
        top: -17px;
        left: -17px;
    }

#widget-support .wg-open {
    background: #d60808
}

#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;
}
.owl-next .fa{padding-right:0!important;}
.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-responsive {
    margin: auto !important;
    width: 100%;
    max-width: 800px !important;
    position: relative;
    /*padding-bottom: 56.25%;*/
    /*height: 0;*/
    overflow: hidden
}
    .video-responsive:after {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 56.25%;
    }

    .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
}
.documet-box.table-type-1{border:none;}
.table-type-1 th,.table-type-1 td {
    border: 1px solid #e6e6e6;
    padding: 10px
}

.table-type-1 thead,.table-type-1 thead tr, .table-type-1 .b-header {
    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)
}

.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), .table-color .tr:nth-child(even) .row {
    background-color: #f2f2f2
}

.table-hover tr:hover {
}

/*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 dashed #eee
    }

    .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: #d60808;*/
    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: #d60808;
        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: #d60808; */
        border-radius: 0.56rem;
    }

        .author-box .author-info .author-social {
            margin: 4px 0;
        }

            .author-box .author-info .author-social > a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                height: 2.5rem;
                width: 2.5rem;
                margin-right: 10px;
                font-weight: normal;
                color: #fff;
                background: #d60808;
                transition: 0.5s all;
                overflow: hidden;
                position: relative;
            }

                .author-box .author-info .author-social a:hover {
                    color: #d60808;
                    padding-left: 5px;
                    background: #bf0505 !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 {
       
    }
    
    #postComment .item-rating p{
        text-align: center;
    }

    #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: -0.4rem;
    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%;
}*/

/*.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: 62.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);*/
        width: 100%;
        margin-bottom: 1rem;
    }
    .about-us .about-us-img img{width: 100%;}
    .about-us.about-us-1 .about-us-img {
        /*width: calc(100% - 3rem);*/
        width: 100%;
        margin-left: 3rem;
    }

    .about-us .about-us-img:before {
        content: "";
        display: none;
        width: 100%;
        height: 100%;
        background: #1c1c1c;
        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: #d60808;
    }

.js-toc-title {
    border-left: 5px solid #d60808 !important;
}

ol .easy_toc_list-item_link.active:before {
    background-color: #d60808 !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;
}
.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;
}
.btn-chonanh img#demo-img {
    position: absolute;
    top: 0.5rem;
    right: 9rem;
    max-height: calc(100% - 1rem);
    max-width: 50px;
}
/*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: #f5f5f5;
            -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;
        }
            .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: #000;
                font-size: 2.5rem;
                width: 80px;
                height: 80px;
                line-height: 80px;
                text-align: center;
                border: 2px solid #000;
                -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: #000;
                font-size: 1.2rem;
                font-weight: 700;
            }

            .box-countbox .item .item-body .item-summary {
                font-weight: 700;
                color: #d60808;
            }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*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 {
                        display: flex;
                        width: 2rem;
                        height: 2rem;
                        background: linear-gradient(45deg, #e50000, #a71b04);
                        color: #fff;
                        justify-content: center;
                        align-items: center;
                        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 tbody tr td .item-copy {
                    cursor: pointer;
                }
                    #table-content table tbody tr td .item-copy i {
                        display: flex;
                        width: 2rem;
                        height: 2rem;
                        background: linear-gradient(45deg,#00e507,#04a75c);
                        color: #fff;
                        justify-content: center;
                        align-items: center;
                        margin: auto;
                        border: 1px solid #fff;
                        border-radius: 0.375rem;
                    }
                #table-content table tbody tr td .item-view {
                    cursor: pointer;
                }
                    #table-content table tbody tr td .item-view i {
                        display: flex;
                        width: 2rem;
                        height: 2rem;
                        background: linear-gradient(45deg,#00b0b9,#04a79f);
                        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;
    }
.product-detail-info {
    float: right;
    font-size: 1.2rem;
    width: 53%;
    text-align: left
}

.product-detail-info h1 {
    display: block;
    font-size: 2rem;
    font-weight: normal;
    padding-bottom: 15px;
    color: #000;
    font-family: "Roboto Condensed";
    line-height: 1.2!important;
    word-spacing: 3px
}

.product-detail-info img,.product-detail-info table,.product-info-attr div {
    max-width: 100%
}

.product-detail-info table {
    width: 100%!important
}

.product-detail-info .product-info-attr {
    margin-bottom: 15px;
    list-style: none;
    padding: 15px;
    border: 2px solid #eee;
    background: #fff;
}

.product-detail-info .product-info-attr>ul>li {
    padding: 4px 0;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    justify-content: start;
    display: flex
}

.product-detail-info .product-info-attr>ul>li:last-child {
    border-bottom: none
}

.product-detail-info .product-info-attr>ul>li>span.label {
    white-space: nowrap;
    width: 128px;
    text-align: left
}

.product-detail-info .product-info-attr>ul>li>span.label i {
    color: #ff2704
}

.product-detail-info .product-info-attr>ul>li>span.colon {
    white-space: nowrap;
    width: 10px
}

.product-detail-info .product-info-attr>ul>li>span.value {
    width: calc(100% - 138px);
    text-align: left
}

.product-detail-info .product-info-attr>ul>li>span.pprice {
    color: red;
    font-weight: bold
}

.product-detail-info .product-info-attr li {
    list-style: none
}

.product-info-price {
    font-size: 1.5rem;
    padding: 0 0 0 15px!important;
    margin-bottom: 15px;
    border-bottom: none!important;
    border-left: 4px solid #eee
}

.product-info-price .product-info-price {
    padding: 0!important;
    margin-bottom: 0;
    border-bottom: none!important;
    border-left: 0
}


.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
}

.description-product-detail {
    line-height: 1.8
}

.description-product-detail p {
    line-height: 1.8;
    margin: 10px 0
}

.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: #f52200;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

#btnMua:before {
    display: none!important
}

.pro-detail-cat {
    font-size: 1rem
}

.pro-detail-cat .label {
    color: #888
}

.pro-detail-cat a {
    font-weight: normal;
    color: #ff2704
}

.pro-detail-cat a:hover {
    text-decoration: underline!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-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,.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 .product-info-attr>ul>li>span {
    display: inline-block
}

.addquantity {
    left: auto;
    right: 20px
}
.addToCart{
    /*display: none*/
}
.ng-cloak{
    display: none;
}
/*.form-check-input[type*="checkbox"].indeterminate {
    background-color: #2c7be5;
    border-color: #2c7be5;
    background-image: url(/assets/client/css/data:image/svg+xml,%3csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e);
}*/
.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
    }
}

/*user-box start */
.user-box{
    
}
.user-box .box-img{
    position: relative;
}
.user-box .box-img:hover img{
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.2);
}
.user-box .box-subtitle,
.user-box .box-title{
    text-align: center;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    color: rgba(11,23,39, 1);
}
.user-box .box-subtitle{
    color: #464646;
}
.user-box .box-summary{
    /*position: absolute;
    top: 1rem;
    right: 0.5rem;
    max-width: calc(100% - 0.5rem);
    overflow: hidden;
    padding: 0.25rem 1rem;
    background: #d60808;
    color: #fff;
    border-radius: 0.25rem;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;*/
    max-width: 100%;
    padding: 0 1rem;
    color: #9d9d9d;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    font-size: 0.95rem;
    text-align: center;
}
/*user-box end*/

[class^="col-"] .ico-help {
  display: table-cell;
  color: #3c8dbc;
  font-size: 1.17em;
  padding-left: 6px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0 !important;
    vertical-align: middle;
}
.table > thead > tr > th,
.table > :not(caption) > * > * {
    padding: 0.5rem;
    font-size: 0.95rem;
}
.table tfoot > tr > th:first-child, .table thead > tr > th:first-child, .table tr th:first-child, .table tr td:first-child {
    padding-left: 0.5rem;
}
input[type=checkbox].ace + .lbl::before, input[type=radio].ace + .lbl::before {
    font-family: "Font Awesome 5 Pro" !important;
}
.form-falcon-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #344050;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8e2ef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    align-items: center;
}
.form-falcon-row:hover {
    color: #344050;
    background-color: #fff;
    border-color: #96bdf2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),0 0 0 0.25rem rgba(44,123,229,.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),0 0 0 0.25rem rgba(44,123,229,.25);
}
.form-falcon-row box-input{
    
}
.form-falcon-row .box-input input{
    border: none;
    text-align: center;
    border-radius: 0.25rem;
}
.form-falcon-row .box-title{
    padding: 0.375rem 1rem;
}
.modal-full .modal-dialog {
    max-width: 100%;
    padding: 1rem !important;
}
.modal .modal-header .table-header{
    width: 100%;
}
.modal button.close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #d29309;
    border-radius: 50%;
    color: #fff;
    font-family: "Myriad Pro Condensed";
    position: absolute;
    top: -1rem;
    right: -1.5rem;
    padding: 0;
    opacity: 1;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
    color: #fff;
    padding-top: 0.65rem;
}

.bg-olive {
    background-color: #3d9970 !important;
    
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

#sortable li {
    overflow: hidden;
    cursor: move;
    float: left;
    width: 25%;
    text-align: center;
    border: solid 1px #f2f2f2;
}

.lg-backdrop.in {
    opacity: 0.6 !important;
}

#box-document {}

#box-document .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: center;*/
    padding: 0.25rem 1rem;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    /*margin-right: 0.5rem;*/
    flex-flow: column;
    cursor: pointer;
    height: 100%;
}

#box-document .box-item:hover{
    
}

#box-document .box-item .box-button{
    margin: 0;
    display: none;
}

#box-document .box-item .box-button input{
    margin-top: 0.35rem;
}

#box-document .box-item .box-img{
    /*margin-left: 0.25rem;*/
    text-align: center;
}

#box-document .box-item .box-img img{
    /*width: 2rem;*/
    width: auto;
    max-width: 100%;
    max-height: 100px;
    border-radius: 50%;
}

#box-document .box-item .box-title{
    margin-top: 1rem;
    margin-left: 0.25rem;
    text-align: center;
}

#box-document .box-item:hover,
#box-document .box-item:has(input[type="radio"]:checked){
    background-color: #d74147;
    border: 1px solid #d60808;
}
#box-document .box-item.act{
    background-color: #d60808;
    border: 1px solid #d60808;
}
#box-document .box-item:hover .box-title,
#box-document .box-item:has(input[type="radio"]:checked) .box-title, #box-document .box-item.act .box-title{
    color: #fff;
}

@media(max-width: 467px){
    #box-document .box-item .box-img{
        display: none;
    }
    #box-document .box-item .box-title {
        margin-top: 0rem;
        margin-left: 0rem;
    }
}
.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
    top:5px;
    left:10px;
}
.rating-input {
    float: right;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0 0 0 -24px !important;
    opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: -24px 0;
}
.rating-star,
.rating:hover .rating-star {
    margin-bottom: 0px;
    position: relative;
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/assets/client/css/stars.svg) 0px 24px;
}
.card{
    box-shadow: none !important;
}
.galleries-box{
    
}
.galleries-box .box-title{
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: linear-gradient(0deg, #000000a6, transparent);
    width: 100%;
    color: #fff;
    /*border-bottom-right-radius: 0.3rem;*/
    /*border-bottom-left-radius: 0.3rem;*/
}
.galleries-box .box-img{
    
}
#modal-table .modal-dialog.modal-lg{
    height: calc(100vh - 4rem);
    margin: 2rem auto;
}
#modal-table .modal-dialog.modal-lg .modal-content{
    height: 100%;
}
.box-profile{
    max-width:480px;width:100%;margin: auto;
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.1);
    -moz-box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.1);
}
.profile-social{
    background: rgb(133,3,3);
background: linear-gradient(90deg, rgba(133,3,3,1) 0%, rgba(192,1,59,1) 43%, rgba(221,3,3,1) 100%);
padding: 15px;
border-radius: 10px;
color:#fff;
}
.profile-social a{color:#fff;}
.video {
    text-align: center;
    margin-bottom: 20px
}

.video-img {
    width: 100%;
    position: relative;
    overflow: hidden
}

.video-img:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.video-img img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.video-title {
    margin: 15px 0;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden
}

.view-all {
    float: right;
    position: absolute;
    top: 10px;
    right: 0
}

.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-responsive-wrap {
    width: 100%;
    max-width: 700px;
    margin: 10px auto;
    text-align: center
}

.video-responsive-wrap h1,.video-responsive-wrap h2 {
    margin: 15px 0
}

.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
}
#menudmsp{
    
}
#menudmsp ul{
    
}
#menudmsp ul li{
    position: relative;
}
#menudmsp ul li a{
    margin-top: 0.5rem;
    display: inline-block;
    position: relative;
    padding-left: 1rem;
}
#menudmsp > ul > li > a:after{
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    content: '\f324';
    font-family: "Font Awesome 5 Pro";font-weight: 400;
    font-size: 0.7rem;
}
#menudmsp > ul > li > span{
        position: absolute;
    right: 0rem;
    top: 0.5rem;
}
.box-categryproduct{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    margin-right: 0;
    margin-left: 0;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.box-categryproduct .box-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.box-categryproduct .box-item a{
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    padding: 0.5rem;
    display: block;
}

@media(max-width: 991px){
    .box-categryproduct .box-item{
        width: 33.333333333%;
    }
}

@media(max-width: 424px){
    .box-categryproduct .box-item{
        width: 50%;
    }
}




.table-striped tbody tr:nth-of-type(odd) .expandable .expand-bar {
    background-color: #ededed;
   
}
.table-striped tbody tr:nth-of-type(odd) .expandable .expand-bar::before {
    background: rgba(237,237,237,0);
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,0)), color-stop(41%, rgba(255,255,255,0.8)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(237,237,237,0.85) 41%, rgba(237,237,237,0.7) 70%);
    background: -o-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(237,237,237,0.85) 41%, rgba(237,237,237,0.7) 70%);
    background: -ms-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(237,237,237,0.85) 41%, rgba(237,237,237,0.7) 70%);
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(237,237,237,0.85) 41%, rgba(237,237,237,0.7) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

@media(min-width: 768px){
    
}

@media(max-width: 767px){
    #table-document{
        
    }
    #table-document table{
        border: transparent;
    }
    
    #table-document table tr td:not(:first-child){
        border-top: transparent !important;
    }
    #table-document table tr,
    #table-document thead > tr > th, 
    #table-document tbody > tr > th, 
    #table-document tfoot > tr > th, 
    #table-document thead > tr > td, 
    #table-document tbody > tr > td, 
    #table-document tfoot > tr > td{
        display: block;
    }
    #table-document table tr:first-child{
        display: none;
    }
    
    #table-document table tr{
        margin-bottom: 1rem;
    }
}
.documet-box{
    margin-top: 1rem;
    
}
.documet-box .td{
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #dddddd61;
}
@media(min-width: 992px){
    .documet-box .b-header .td:not(:first-child){
        border-left: 0px;
    }.galleries-box .box-title
    
    .documet-box .b-body .td:first-child{
        border-top: 0px;
    }
    
    .documet-box .b-body .td:not(:first-child){
        border-left: 0px;
    }
    
    .documet-box .b-body .td:not(:first-child){
        border-top: 0px;
    }
    
}
@media(max-width: 991px){
    .documet-box .b-body .td:not(:first-child):not(:nth-child(1000n + 2)){
        border-top: 0px;
    }
    
    
    .documet-box .b-header{
        display: none;
    }
    .documet-box .td{
        text-align: left;
    }
    
    div.d-none.act{
        display: block !important;
    }
}
.viewmore{
    /*margin-top: 0.5rem;*/
    padding: 0.5rem 0.5rem 0.35rem;
    background: #d60808;
    color: #fff;
    display: inline-block;
    border-radius: 0.375rem;
    font-size: 0.8333333rem;
    line-height: 0.8333333;
    cursor: pointer;
}
.cat-img{height:100px;width:100%;}
.cat-img img{max-height:100%;max-width:100%;}
.skiptranslate iframe{display:none;}
.member-name{
    line-height: 1.3;
    min-height: 2.6em;
}
.member-company{
    overflow: hidden;
    line-height: 1.3;
    height: 2.6em;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
/*
    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,#menu-mobi {
    width: 100%;
    position: relative;
    background: #d60808;
    border-bottom: 5px solid #bf0505;
}
#menu .menu {
    border-radius: 0.25rem;
}

    #menu .menu #menu-main ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
    }

    #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: #bf0505;
        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: #d60808;
        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: #fff !important;
    }

    #menu #menu-main .sub-menu .menu-item a {
        padding: 0.75rem 0.75rem 0.75rem 1.7rem;
        text-align: left;
        color: #fff !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: #d60808;
}
#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;
    align-items: center;
    display: flex;
    justify-content: center;
    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: #fff;
    }
#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: #bf0505;
}
#menu .menu #menu-main > ul > .menu-item > .sub-menu > .menu-item.act > a {
    background: #d60808;
}

@media screen and (min-width:1200px) {
    #menu.menu-fixed {
        position: fixed;
        top: 70px;
        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: #d60808;
            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 !important;
        flex-wrap: wrap !important;
    }
    #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: 50px !important;
    }

        #menu .menu #menu-main > ul > .menu-item > a {
            padding: 0rem 20px;
            color: #fff;
            font-weight: normal;
        }

        #menu .menu #menu-main > ul > .menu-item:hover > a {
            color: #fff;
            background: #bf0505;
        }
    #menu #menu-main .sub-menu .menu-item a {
        line-height: 1.6;
    }

    #menu .menu #menu-main > ul > .menu-item:first-child > a {
    }

    #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: #d60808;
            }
            #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: #fff;
        }

            #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: 900;
            }

    #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: #d60808;
        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: 1000000;
        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 {
            position: fixed;
            left: 1rem;
            display: inline-block;
            font-size: 1.3rem;
            padding: 1px;
            background-color: #d60808;
            border: 1px solid #d60808;
            color: #fff;
            z-index: 10000;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            width: 35px;
            height: 35px;
            top: 6rem;
        }

            #menu .menu #nav-toggle #menu-button {
                padding: 3px 7px;
            }

        #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 #bf0505;
        }
        #menu #menu-main .sub-menu .menu-item:hover {
            background: #bf0505;
        }

        #menu .menu #menu-main > ul > .menu-item > a {
            color: #fff !important;
            padding: .7em 40px .7em 16px;
        }
        #menu .menu #menu-main > ul > .menu-item:hover > a {
            color: #fff !important;
            background: #bf0505 !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: #fff !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 #d6080838;
            }
                #menu #menu-main .sub-menu .menu-item:hover > a {
                    color: #fff !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;
    }
}
#menu-mobi .menu > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
#menu-mobi .menu > ul .menu-item{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
#menu-mobi .menu > ul > .menu-item > a {display:block;color: #fff;padding: 10px 20px;font-weight: normal;text-transform:uppercase;}
#menu-mobi .menu > ul .menu-item .menu-icon{text-align: center;}
#menu-mobi .menu > ul .menu-item .menu-icon span{width:2em; height:2em;line-height:2em;text-align:center;border-radius:50%;border:1px solid #fff;margin:0 auto 5px;}
@media screen and (max-width: 700px) {
    #menu-mobi .menu > ul > .menu-item > a > span{font-size:0.8rem;}
}
/*#menu.menu2 {
    background: #c40101;
    border-bottom: 5px solid #af0000;
    z-index: 1;
}
    #menu.menu2 .menu #menu-main > ul > .menu-item {display:inline-block;}
    #menu.menu2 #menu-main > .sub-menu {
        position: relative;
        width: 100%;
        background: none;
        top: 0;
        left: auto;
        opacity: 1;
        -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.menu2 .menu #menu-main > ul > .menu-item.act > a {
    background: #af0000;
}
    #menu.menu2 .menu #menu-main > ul {
        display: block;
    }
    #menu.menu2 .menu #menu-main > ul > .menu-item:hover > a, #menu.menu2 .menu #menu-main > ul > .menu-item.act > a {
            color: #fff;
            background: #af0000;
        }
#menu.menu2 .menu #menu-main .menu-item{width:auto;border-bottom:none;display:inline-block;}
        #menu.menu2 .menu #menu-main > ul > .menu-item > a {padding: .7em 16px;}
        #menu.menu2 .menu #menu-main > ul > .menu-item:hover > a {background: #af0000 !important;}
*/
#menu2{
    background: #0144af;
    border-bottom: 5px solid #003e9b;
    z-index: 1;
}
#menu2 .container{text-align: center;}
#menu2 .showhide-subul{display:none;}
#menu2 ul{list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#menu2 .menu-item{display:inline-block;}
#menu2 .menu-item a{display:block;padding:0.6rem 1rem;color:#fff;text-transform:uppercase;}
#menu2 .menu-item:hover{background-color:#003e9b;}
@media screen and (max-width: 991px) {
    #menu .container,#menu2 .container {
        max-width: 991px;
    }
    #menu .menu #menu-main > ul {display: block;margin: 0 auto;text-align: center;}
    #menu .menu #menu-main .menu-item{display:inline-block;}
    #menu .menu #menu-main > ul > .menu-item > a {line-height: normal !important;padding-top:0.6rem;padding-bottom:0.6rem;}
    #menu2 .menu-item a {padding: 0.6rem 1rem;}
}
@media screen and (max-width: 767px) {
    #menu .menu #menu-main > ul > .menu-item > a,#menu2 .menu-item a {padding: 0.5rem 0.8rem;}
    #menu .menu #menu-main > ul > .menu-item > .showhide-subul{right:2px;}
    #menu .menu #menu-main > ul > .menu-item > .showhide-subul i{font-size:0.9rem;}
}

.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;
    }

        .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%;
        }

            .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) {
    #search {
        position: fixed;
        z-index: 200;
        top: 6rem;
        right: 1rem;
        background: #d60808;
        border: 1px solid #d60808;
        border-radius: 8px;
        width: 35px;
        height: 35px;
        padding: 2px;
        color: #fff;
    }
        #search > span {
            background: #d60808;
        }
        
        
        #cart {
            position: fixed;
            right: 4.5rem;
            top: 6rem;
            padding: 0.5rem 1rem;
        }

    #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 {
        border-bottom: 5px solid #bf0505;
    }
        #header.header-fixed {
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
        }

        #header #logo {
            
        }
            #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 {
        top: 1.2rem;
    }
    #header.header-fixed{position:relative;}
    #menu-mobi .container {max-width: 100%!important;}
    .item-title {
        font-size: 1.5rem;
    }
    #menu .menu #nav-toggle {top: 1.2rem !important;}
    #cart {
        top: 1.2rem; right:15px;
        padding: 0.5rem;
    }
    .documet-box .tr .row{margin-top: 1.5rem; border-radius: 8px; overflow: hidden;
        -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);
    }
    .documet-box .td{border:none;}
}
@media all and (max-width: 860px) {
    #menu-mobi .menu > ul > .menu-item > a {padding: 10px 15px;}
}
@media all and (max-width: 767px) {
    #menu-mobi .menu > ul > .menu-item > a {padding: 10px;}
    .product-detail-img, .product-detail-info {
        width: 100%!important;
        margin: 10px 0;
    }
    #header-end .header-end-client{
        /*margin-right: 3rem;*/
    }
    #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;
    }
    .cat-img {height: 80px;}
}

@media all and (max-width: 575px) {
    .btn-chonanh img#demo-img {
        right: 4rem;
    }
    .btn-chonanh input.form-control {
        padding-right: 7rem !important;
    }
    .item-title {
        font-size: 1.3rem;
    }

    .hig-alo-phone {
        left: 50%;
        bottom: 20px;
        z-index: 1080 !important;
        margin-left: -23px;
    }

    #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) {
    .cat-img {height: 70px;}
    .service-title{font-size:0.85rem;}
}


@media all and (max-width: 459px) {
    .galleries-box{
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {
    .cat-img {height: 60px;}
}

@media all and (max-width: 424px) {

}

@media all and (max-width: 375px) {
   .col-6 {width: 100%!important;}
}

@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;
    }
    
    .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
    }

    
}

@media (min-width:992px) {
    .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) {
    #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: 1150px;
    }

   
    .header-fixed #search {
        
    }
}

@media all and (min-width: 1300px) {
    .container {
        max-width: 1290px !important;
    }
}

@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;
    }*/
}
