﻿
html {
    overflow-x: hidden;
    font-size: 13px !important;
}
body {
    font-size: 13px;
    font-weight: 400;
    color: #231f20;
    overflow-x: hidden;
}


#menu_lg,
#menu_sm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    width: 100%;
}

#header .logo {
    height: 80px;
    display: inline-block;
}

    #header .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.menuHeaderContent:not(.active) {
    display: none;
}

.menuHeaderContent.active {
    display: flex;
}

#header .logo img {
    width: 145px;
}

#header .row1 {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ececec;
}

#header .header-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .row1 > * {
    position: relative;
}

#header .row1 .col.right {
    max-width: 70%;
}

    #header .row1 .col.right img {
        max-width: 50%;
    }

#header .row1 .tbl {
    display: table;
}

    #header .row1 .tbl .cell {
        display: table-cell;
        height: 45px;
        vertical-align: middle;
        overflow-y: hidden;
    }

        #header .row1 .tbl .cell.cell01 {
            overflow-y: initial;
        }

#header .logo-text{
    color :black ;
}
#header .row1 .tbl .logo-text {
    text-transform: uppercase;
    line-height: 44px;
    font-weight: 700;
    font-family: arial;
    font-size: 1.6rem;
    white-space: nowrap;
}

        #header .row1 .tbl .logo-text a {
            color: #000;
        }

        #header .row1 .tbl .logo-text span {
            color: #eb1a2d;
            margin-right: 3px;
        }

#header .row1 .hotline {
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 1rem;
    position: relative;
    white-space: nowrap;
    display: flex;
}

    #header .row1 .hotline > div > a,
    #header .row1 .hotline > span {
        color: #eb1a2d;
        font-weight: 600;
        display: inline-block;
        text-align: center;
        padding: 0 5px;
    }

    #header .row1 .hotline > div > span {
        text-align: center;
    }

    #header .row1 .hotline .hotline__name {
        color: #000;
        font-size: 11px;
        text-transform: none;
        display: block;
        font-weight: 400;
    }

    #header .row1 .hotline .btn-contact-home {
        position: absolute;
        text-transform: none;
        right: 0;
        top: 100%;
        background-color: #eb1a2d;
        color: #fff;
        border-radius: 4px;
        padding: 4px 10px;
        white-space: nowrap;
        font-size: 0.9rem;
        margin-top: 19px;
        margin-right: 26px;
    }

        #header .row1 .hotline .btn-contact-home a {
            color: #fff;
        }

    #header .row1 .hotline:after {
        content: "|";
        position: relative;
        top: 8px;
        margin-left: 15px;
    }

#header li.headerText.float-right.no-before:before {
    display: none;
}

#header li.headerText.float-right.no-before:hover > a {
    box-shadow: none !important;
}

#header a.icon-social {
    padding: 10px 15px 8px!important;
    background: #fff;
    margin-bottom: 0;
    margin-top: 2px;
    width: 43px !important;
}

#header a.icon-social > i {
    font-size: 1.5em !important;
}

#header a.icon-facebook {
    background: #3b5998;
    color: #fff !important;
}

#header a.icon-youtube {
    background: #b00;
    color: #fff !important;
    padding: 10px 0 !important;
}

#header a.icon-youtube > i {
    display: flex;
    justify-content: center;
}

#header .row1 .hotline .social_top {
    position: absolute;
    text-transform: none;
    right: -4px;
    top: 100%;
    margin-top: 19px;
}

    #header .row1 .hotline .social_top a {
        display: inline-block;
    }

    #header .row1 .hotline .social_top img {
        height: 21px;
        width: 21px;
        max-width: none;
        border-radius: 4px;
    }

#header .inline {
    display: inline-block;
}

#header .row2 {
    pointer-events: none;
    height: 42px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

    #header .row2 .container {
        position: relative;
    }

    #header .row2 .search {
        pointer-events: auto;
    }

    #header .row2 .menu-pc > ul {
        margin: 0;
    }

        #header .row2 .menu-pc > ul > li {
            float: left;
            pointer-events: auto;
        }

            #header .row2 .menu-pc > ul > li.active,
            #header .row2 .menu-pc > ul > li:focus {
                background-color: #eb1a2d;
            }

                #header .row2 .menu-pc > ul > li.active > a,
                #header .row2 .menu-pc > ul > li:focus > a {
                    color: #fff;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                }

                #header .row2 .menu-pc > ul > li.active + li:before,
                #header .row2 .menu-pc > ul > li.active:before,
                #header .row2 .menu-pc > ul > li:focus + li:before,
                #header .row2 .menu-pc > ul > li:focus:before {
                    opacity: 0;
                }

            #header .row2 .menu-pc > ul > li:last-child > a:after {
                display: none;
            }

            #header .row2 .menu-pc > ul > li > a {
                color: #000;
                padding: 1rem 1.1rem;
                display: inline-block;
                font-size: 1.2rem;
                
                
            }

            #header .row2 .menu-pc > ul > li.parent > a {
                padding-right: 18px;
                background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='0,0  40,0 20,40 1,0' style='fill:#eb1a2d;stroke:red;stroke-width:1' /></svg>") 100% no-repeat;
                background-size: auto 20%;
                background-position: 98% 54%;
                margin-right: 7px;
                padding-left: 10px;
                height: 40px;
            }

            #header .row2 .menu-pc > ul > li.parent.active > a,
            #header .row2 .menu-pc > ul > li.parent.hover > a {
                background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='0,0  40,0 20,40 1,0' style='fill:white;stroke:#eb1a2d;stroke-width:1' /></svg>") 100% no-repeat;
                background-size: auto 20%;
                background-position: 98% 54%;
            }

        #header .row2 .menu-pc > ul.main-menu > li > a:hover {
            color: #eb1a2d !important;
        }

        #header .row2 .menu-pc > ul > li .box-lv2 {
            position: fixed;
            width: 100vw;
            left: 0;
            z-index: 999;
            -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            opacity: 0;
            pointer-events: none;
            height: 100vh;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            display: none;
            background-color: rgba(0, 0, 0, 0.8);
            -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
        }

            #header .row2 .menu-pc > ul > li .box-lv2 .inner {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
            }

                #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu {
                    overflow: auto;
                    overflow-x: hidden;
                    max-height: 87vh;
                    padding-bottom: 5vh;
                    background-color: #f3f3f3;
                    border-top: 3px solid #eb1a2d;
                    -webkit-animation-duration: 0.5s;
                    animation-duration: 0.5s;
                    border-radius: 0 0 5px 5px;
                    -webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.9);
                    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.9);
                }

                    #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs {
                        height: 80vh;
                        display: block !important;
                        overflow-y: scroll;
                    }

                        #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs .tab {
                            background-color: #f3f3f3;
                            text-transform: none;
                            position: relative;
                            width: 100%;
                            margin: 0;
                            float: left;
                            height: auto;
                            line-height: inherit;
                        }

                            #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs .tab a {
                                color: #000;
                                text-align: left;
                                padding: 0.7rem 4rem;
                                border-bottom: 1px solid #eee;
                                margin: 0;
                                font-size: 1.1rem;
                            }

                                #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs .tab a:after,
                                #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs .tab a:before {
                                    position: absolute;
                                    left: 24px;
                                    top: 50%;
                                    height: 2px;
                                    width: 10px;
                                    -webkit-backface-visibility: hidden;
                                    backface-visibility: hidden;
                                    -webkit-transition-property: -webkit-transform;
                                    transition-property: -webkit-transform;
                                    -o-transition-property: transform;
                                    transition-property: transform;
                                    transition-property: transform, -webkit-transform;
                                    -webkit-transition-duration: 0.2s;
                                    -o-transition-duration: 0.2s;
                                    transition-duration: 0.2s;
                                    content: "";
                                    background-color: #f3f3f3;
                                }

                                #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs .tab a:before {
                                    -webkit-transform: rotate(90deg);
                                    -ms-transform: rotate(90deg);
                                    transform: rotate(90deg);
                                    -webkit-transform: rotate(-45deg);
                                    -ms-transform: rotate(-45deg);
                                    transform: rotate(-45deg);
                                    margin-top: 3px;
                                }

                                #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs .tab a:after {
                                    -webkit-transform: rotate(45deg);
                                    -ms-transform: rotate(45deg);
                                    transform: rotate(45deg);
                                    margin-top: -3px;
                                }

                                #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs .tab a.active,
                                #header .row2 .menu-pc > ul > li .box-lv2 .inner .tabsmenu .tabs .tab a:hover {
                                    background-color: #eb1a2d;
                                    color: #fff;
                                }

        #header .row2 .menu-pc > ul > li:hover .box-lv2 {
            opacity: 1;
            display: block;
        }

            #header .row2 .menu-pc > ul > li:hover .box-lv2 .tabsmenu {
                pointer-events: auto;
            }

        #header .row2 .menu-pc > ul > li:hover > a {
            color: #eb1a2d;
        }

        #header .row2 .menu-pc > ul > li.parent-2 {
            position: relative;
        }

            #header .row2 .menu-pc > ul > li.parent-2 .dropmenu-2 {
                position: absolute;
                top: 100%;
                border-top: 3px solid #fff;
                background: #fff;
                min-width: 130px;
                left: 5px;
                opacity: 0;
                pointer-events: none;
                margin-top: 2px;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                border-radius: 0 0 5px 5px;
                -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
                box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
            }

#header .box-lv2-unhover {
    opacity: 0 !important;
    display: none !important;
}









.product-tab.nav .nav-item .nav-link.active:before {
    content: '';
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    height: 2px;
    width: 70px;
    bottom: 0px;
    background: #db2d2e;
}



.product-detail-tab > .tab-scoll-top > ul > li > a.nav-link {
    cursor: pointer;
    padding-bottom: 15px !important;
    text-align: center;
    border-bottom: 2px solid #a09da2;
    color: #231f20;
    font-weight: 700;
    font-size: 13px;
    padding: 0;
}

.product-detail-tab > .tab-scoll-top > ul.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-detail-tab > .tab-scoll-top > ul > li.nav-item {
    flex: auto;
}

.product-detail-tab > .tab-scoll-top > ul > li > a.nav-link.active {
    border-color: var(--color-main);
}


.icon-phone {
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    background: #eb1a2d;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 23px;
}

.phone-zalo-left {
    position: fixed;
    left: 15px;
    bottom: 20px;
}

.content-phone {
    position: absolute;
    bottom: 55px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 200px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    background-color: #fff;
    display: none;
    overflow: hidden;
}

    .content-phone > ul > li {
        cursor: pointer;
        position: relative;
        padding: 5px 10px 5px 0px;
        margin: 4px 0px;
        background: #fff;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        font-size: 12px;
        line-height: 14px;
        list-style: none;
    }

        .content-phone > ul > li > a span {
            color: var(--red);
        }

    .content-phone.show {
        display: block;
    }

strong {
    color: black;
}


#header .row2 .menu-pc > ul > li.parent-2 .dropmenu-2 > span {
    display: block;
    padding: 0 2px;
}

    #header .row2 .menu-pc > ul > li.parent-2 .dropmenu-2 > span a {
        padding: 11px 10px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        white-space: nowrap;
    }

        #header .row2 .menu-pc > ul > li.parent-2 .dropmenu-2 > span a:hover {
            color: #eb1a2d;
            cursor: pointer;
        }

    #header .row2 .menu-pc > ul > li.parent-2 .dropmenu-2 > span:last-of-type a {
        border-bottom: 0;
    }

#header .row2 .menu-pc > ul > li.parent-2:hover .dropmenu-2 {
    opacity: 1;
    pointer-events: auto;
    margin-top: -3px;
    border-color: #000;
}

#header .row2 .menu-pc > ul > li + li:before {
    content: "|";
    margin: 0;
    color: #000 !important;
}

#header .row2 .menu-pc .viewall a {
    text-align: left;
    padding: 1.4rem 2rem;
    margin: 0;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 1.1rem;
}

    #header .row2 .menu-pc .viewall a:hover {
        color: #fff;
        background-color: #363636;
    }

#header .row2 .menu-pc .sec_menu_02 .item_sm {
    position: relative;
    margin-bottom: 20px;
}

    #header .row2 .menu-pc .sec_menu_02 .item_sm > .row {
        margin-bottom: 0;
    }

    #header .row2 .menu-pc .sec_menu_02 .item_sm.active {
        opacity: 0.3;
    }

    #header .row2 .menu-pc .sec_menu_02 .item_sm + .item_sm:before {
        display: none;
    }

    #header .row2 .menu-pc .sec_menu_02 .item_sm .col.l6:first-of-type {
        width: 40%;
    }

    #header .row2 .menu-pc .sec_menu_02 .item_sm .col.l6:nth-of-type(2) {
        width: 60%;
    }

#header .row2 .menu-pc .sec_menu_02 .year_sm {
    color: #757575;
}

#header .row2 .menu-pc .sec_menu_02 .name_sm {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 3px;
}

#header .row2 .menu-pc .sec_menu_02 .info_sm {
    margin-top: 1rem;
}

#header .row2 .menu-pc .sec_menu_02 .img_sm a {
    display: inline-block;
}

#header .row2 .menu-pc .sec_menu_02 .img_sm img {
    max-width: 100%;
    max-height: 105px;
}

#header .row2 .menu-pc .sec_menu_01 .name_dt {
    font-size: 1.7rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    font-weight: 300;
}

    #header .row2 .menu-pc .sec_menu_01 .name_dt span {
        font-weight: 700;
        font-size: 17px;
        line-height: 20px;
        color: #e92035;
    }

#header .row2 .menu-pc .sec_menu_01 .txt_dt {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

#header .row2 .menu-pc .sec_menu_01 .txt_dt_2 {
    color: #666;
    line-height: 150%;
}

#header .row2 .menu-pc .sec_menu_01 .price_dt {
    font-size: 1.7rem;
    margin: 1rem 0;
    font-weight: 400;
}

    #header .row2 .menu-pc .sec_menu_01 .price_dt span {
        font-size: 1.9rem;
    }

    #header .row2 .menu-pc .sec_menu_01 .price_dt sup {
        font-size: 1rem;
        font-weight: 300;
        text-transform: uppercase;
    }

#header .row2 .menu-pc .sec_menu_01 .img_box {
    text-align: right;
    padding: 1.5rem;
    background: #f3f3f3;
}

#header .img_sm {
    background: #f3f3f3;
    padding-left: 1.5rem;
}

#header .row2 .menu-pc .sec_menu_01 .img_box img {
    max-width: 100%;
}

#header .row2 .menu-pc .sec_menu_01 .rowbtn {
    text-align: center;
}

    #header .row2 .menu-pc .sec_menu_01 .rowbtn .btn_wrap {
        display: inline-block;
        margin-left: 75px;
    }

#header .row2 .menu-pc .sec_menu_01 ._inner .row {
    margin-bottom: 0;
}

#header .row2 .search {
    position: absolute;
    top: 5px;
    right: 0;
}

    #header .row2 .search .icon-search {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 4px;
        right: 0;
        display: inline-block;
        background-size: 80% auto;
    }

    #header .row2 .search > * {
        margin: 0;
        padding: 0;
    }

        #header .row2 .search > * input[type="text"] {
            font-size: 1rem;
            height: 2rem;
            margin: 0;
            width: 130px;
            border-color: #ddd;
            padding-right: 25px;
        }

            #header .row2 .search > * input[type="text"]:focus {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border-color: #ddd;
            }

        #header .row2 .search > * label {
            font-size: 1rem;
            top: 0.5em;
        }

            #header .row2 .search > * label.active {
                opacity: 0;
            }

#header .row3 {
    text-align: center;
    background-color: #fff;
}

    #header .row3 .logo-text {
        font-size: 1rem;
        text-align: left;
        white-space: nowrap;
        line-height: 45px;
        display: inline-block;
        height: 45px;
        margin-right: 10px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: arial;
    }

        #header .row3 .logo-text.small {
            font-size: 1rem;
        }

        #header .row3 .logo-text span {
            margin-right: 3px;
        }

    #header .row3 .logo_mb {
        position: relative;
        text-align: left;
        background-color: #ededed;
        padding-left: 0;
        height: 45px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        #header .row3 .logo_mb .container {
            position: relative;
            display: flex;
            justify-content: space-between;
        }

        #header .row3 .logo_mb a {
            display: inline-block;
        }

        #header .row3 .logo_mb img {
            
        }

        #header .row3 .logo_mb .logoimg .router-link-active:first-child {
            margin-right: 10px;
        }

    #header .row3 .menu_mb {
        pointer-events: auto !important;
    }

        #header .row3 .menu_mb .trigger {
            background: url(../../../images/logo/menu_icon.png) 50% no-repeat;
            background-size: 100%;
            height: 27px;
            width: 27px;
            display: inline-block;
            margin-top: 10px;
        }

        #header .row3 .menu_mb .inner_mb {
            position: fixed;
            background-color: #fff;
            top: 45px;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            z-index: 9;
            max-height: 100vh;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            overflow-x: hidden;
            padding-bottom: 60px;
            display: none;
        }

            #header .row3 .menu_mb .inner_mb ul > li > a {
                color: #000;
                min-width: 90vw;
                line-height: 45px;
                background-color: #fff;
                display: inline-block;
                -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
                box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
                text-align: left;
                padding-left: 10px;
                font-size: 1.2rem;
            }

            #header .row3 .menu_mb .inner_mb ul > li.parent > a {
                background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='8px'><polyline points='1,1 7,7 13,1' style='fill:none;stroke:#eb1a2d;stroke-width:2' /></svg>") 100% no-repeat;
                background-repeat: no-repeat;
                background-position: 99%;
            }

            #header .row3 .menu_mb .inner_mb ul > li.parent.active > a {
                background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='8px'><polyline points='1,8 7,2 13,8' style='fill:none;stroke:#eb1a2d;stroke-width:2' /></svg>") 100% no-repeat;
                background-repeat: no-repeat;
                background-position: 99%;
            }

            #header .row3 .menu_mb .inner_mb ul > li.parent.active .dropmenu-2 {
                display: block;
            }

            #header .row3 .menu_mb .inner_mb ul > li.parent .dropmenu-2 {
                display: none;
                padding-bottom: 5px;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
                box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
            }

                #header .row3 .menu_mb .inner_mb ul > li.parent .dropmenu-2 > span {
                    display: block;
                    padding: 0.8rem 20px;
                    font-size: 1.1rem;
                    text-align: left;
                    border-bottom: 1px solid #eee;
                }

                    #header .row3 .menu_mb .inner_mb ul > li.parent .dropmenu-2 > span:last-of-type {
                        border-bottom: 0;
                    }

                    #header .row3 .menu_mb .inner_mb ul > li.parent .dropmenu-2 > span a {
                        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13px' height='10px'><polyline points='0,1  6,5 0,10' style='fill:#eb1a2d;stroke:red;stroke-width:0' /></svg>") 100% no-repeat;
                        background-repeat: no-repeat;
                        background-position: 0;
                        padding-left: 1rem;
                        font-size: 1.1rem;
                        color: #252525;
                    }

            #header .row3 .menu_mb .inner_mb .rowmb1 {
                position: relative;
                background-color: #f9f9f9;
                color: #333;
                padding: 1rem 0;
                margin-bottom: 10px;
            }

                #header .row3 .menu_mb .inner_mb .rowmb1 .col.s6:first-of-type {
                    display: none;
                }

                #header .row3 .menu_mb .inner_mb .rowmb1 .col.s6:nth-of-type(2) {
                    width: 100%;
                }

                #header .row3 .menu_mb .inner_mb .rowmb1 .hotline {
                    line-height: 30px;
                    white-space: nowrap;
                    font-size: 0.9rem;
                    color: #333;
                }

                    #header .row3 .menu_mb .inner_mb .rowmb1 .hotline span {
                        color: #eb1a2d;
                        font-weight: 700;
                        font-size: 1rem;
                    }

                    #header .row3 .menu_mb .inner_mb .rowmb1 .hotline a {
                        color: #eb1a2d;
                        font-weight: 700;
                    }

                #header .row3 .menu_mb .inner_mb .rowmb1:before {
                    position: absolute;
                    left: 49%;
                    width: 1px;
                    top: 30%;
                    height: 40%;
                    background-color: #888;
                    content: "";
                    display: none;
                }

            #header .row3 .menu_mb .inner_mb .search {
                position: relative;
                top: -3px;
                right: 0;
                width: 90%;
                margin-left: auto;
                margin-right: auto;
            }

                #header .row3 .menu_mb .inner_mb .search .icon-search {
                    width: 20px;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    display: inline-block;
                    border: 0;
                }

                #header .row3 .menu_mb .inner_mb .search > * {
                    margin: 0;
                    padding: 0;
                }

                    #header .row3 .menu_mb .inner_mb .search > * input[type="text"] {
                        font-size: 1.1rem;
                        height: 35px;
                        line-height: 35px;
                        margin: 0;
                        width: 100%;
                        border-bottom: 1px solid #ccc !important;
                        color: #333;
                        padding-left: 10px;
                    }

                        #header .row3 .menu_mb .inner_mb .search > * input[type="text"]:focus {
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            color: #333;
                        }

                    #header .row3 .menu_mb .inner_mb .search > * label {
                        font-size: 1.1rem;
                        padding-left: 10px;
                        top: 0.6em;
                        color: #888;
                    }

                        #header .row3 .menu_mb .inner_mb .search > * label.active {
                            opacity: 0;
                        }

        #header .row3 .menu_mb.active .inner_mb {
            opacity: 1;
            pointer-events: auto;
            display: block;
        }

        #header .row3 .menu_mb.active .trigger {
            background: url(../../../images/logo/menu_icon_on.png) 50% no-repeat;
            background-size: 100%;
        }
.metismenu .arrow {
    float: right;
    line-height: 1.42857
}

[dir=rtl] .metismenu .arrow {
    float: left
}

.metismenu .glyphicon.arrow:before {
    content: "\E079"
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
    content: "\E114"
}

.metismenu .fa.arrow:before {
    content: "\F104"
}

.metismenu .mm-active > a > .fa.arrow:before {
    content: "\F107"
}

.metismenu .ion.arrow:before {
    content: "\F3D2"
}

.metismenu .mm-active > a > .ion.arrow:before {
    content: "\F3D0"
}

.metismenu .plus-times {
    float: right
}

[dir=rtl] .metismenu .plus-times {
    float: left
}

.metismenu .fa.plus-times:before {
    content: "\F067"
}

.metismenu .mm-active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.metismenu .plus-minus {
    float: right
}

[dir=rtl] .metismenu .plus-minus {
    float: left
}

.metismenu .fa.plus-minus:before {
    content: "\F067"
}

.metismenu .mm-active > a > .fa.plus-minus:before {
    content: "\F068"
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility
}

.metismenu .has-arrow {
    position: relative
}

    .metismenu .has-arrow:after {
        position: absolute;
        content: "";
        width: .5em;
        height: .5em;
        border-style: solid;
        border-width: 1px 0 0 1px;
        border-color: initial;
        right: 1em;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: top;
        transform-origin: top;
        top: 50%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

a.has-arrow.sub-menu::after {
    right: 2em !important;
}

[dir=rtl] .metismenu .has-arrow:after {
    right: auto;
    left: 1em;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%)
}

.metismenu .has-arrow[aria-expanded=true]:after, .metismenu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%)
}

[dir=rtl] .metismenu .has-arrow[aria-expanded=true]:after, [dir=rtl] .metismenu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%)
}


