
b, strong {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.logo {
    text-align: left;
}

    .logo a {
    }

    .logo img {
    }

.search_form {
    position: relative;
}

    .search_form input {
        background: #FFFFFF;
        border-radius: 4px;
        width: 100%;
        border: none;
        height: 34px;
        padding: 9px 15px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        /* p5 */
        color: #706D6D;
        outline: none;
    }

.btn-search {
    background: url(../images/icon-search.png) center center no-repeat #F8BD67;
    border-radius: 4px;
    position: absolute;
    width: 64px;
    height: 34px;
    right: 0;
    cursor: pointer;
}

#header {
    background: #131921;
    padding: 5px 0;
}

.group-btn-head {
    display: flex;
    justify-content: space-between;
}

    .group-btn-head a {
        /* background: #F8BD67; */
        border-radius: 4px;
        padding: 12px 24px;
        cursor: pointer;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        border: 1px solid transparent;
        color: white !important;
    }

        .group-btn-head a:hover {
            /* background: #F8BD67; */
            color: white !important;
            border: 1px solid white;
        }

#footer {
    background: #111111;
    color: white;
    text-align: center;
    padding: 10px 0;
}

    #footer span {
        color: hsl(347.82deg 83.47% 47.45%);
    }

.slogan-st {
    background: #232f3e;
}

.slogan {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 39px;
    color: white;
}

.main-st {
    background: #C3C3C3;
}

.card-list {
    padding-top: 15px;
}



.card-item {
    text-align: center;
    margin-bottom: 30px;
}

.card-img {
    border: 2px solid #F8BD67;
    /* border-radius: 30px; */
    padding: 2px;
}

    .card-img a {
    }

    .card-img img {
        max-width: 100%;
    }

.card-title {
    margin-top: 11px;
    display: block;
}

    .card-title a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        text-align: center;
        /* p1 */
        color: #252F3E;
        text-decoration: none;
    }

        .card-title a:hover {
        }

.sidebar {
    background: white;
    display: block;
    height: 100%;
}

.readmore {
}

    .readmore a {
        padding: 15px 36px;
        background: #F8BD67;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
        border-radius: 50px;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        display: block;
        max-width: 160px;
        margin: 0 auto;
        margin-bottom: 80px;
        cursor: pointer;
    }

        .readmore a:hover {
        }

.categories-menu {
    background: #FFF;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
}

.categories-menu > .nav {
    background: white;
    border-top: none;
    border-radius: 0 0 18px 18px;
    display: none;
}

.categories-menu > .nav {
    display: block;
    position: relative;
}

.categories-menu ul li.grid {
    list-style: none;
    position: relative;
}

.categories-menu > ul > li {
    position: relative;
}

    .categories-menu > ul > li > a {
        padding: 10px 25px;
        display: block;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #334862;
        text-decoration: none;
        border-bottom: 0.5px solid #706D6D;
        position: relative;
    }

.categories-menu ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 250px;
    background: #FFF;
    display: none;
    border: 1px solid #F5F5F5;
}

.categories-menu > ul > li > a:hover {
    color: #000;
}

.caret {
    position: absolute;
    content: "";
    width: 51px;
    height: 43px;
    background: url(../images/left.png) center center no-repeat;
    right: 0;
    top: 0;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    cursor: pointer;
    z-index: 999;
}

.categories-menu > ul > li > a:hover .caret {
    filter: unset;
    -webkit-filter: unset;
}

.social-sidebar {
    margin: 43px 0;
}

    .social-sidebar ul {
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
    }

    .social-sidebar li {
        list-style: none;
        display: inline-block;
        margin: 0 12px;
    }

    .social-sidebar a {
    }

        .social-sidebar a:hover {
        }

.details-user {
    background: rgba(28, 27, 27, 0.5);
    border-radius: 20px;
    width: 438px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 79px;
    padding-top: 14px;
    position: relative;
    max-width: 100%;
}

.user-img {
    display: block;
    margin-bottom: 30px;
}

    .user-img img {
        border-radius: 39px;
        max-width: 121px;
    }

.user-name {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    background: url(../images/line-name.png) center bottom no-repeat;
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.user-desc {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 12px;
}

.user-social {
    display: block;
    margin-bottom: 15px;
}

    .user-social ul {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .user-social li {
        display: inline-block;
    }

    .user-social a {
    }

.user-qr {
    display: block;
    margin-bottom: 42px;
}

    .user-qr a {
    }

    .user-qr img {
        background: white;
        padding: 2px;
        /* border-radius: 30px; */
        max-width: 167px;
    }

.user-btn {
    transform: translate(0%,10px);
}

    .user-btn .a {
        background: #F8BD67;
        border-radius: 43.5px;
        padding: 16px 25px;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #252F3E !important;
        cursor: pointer;
    }

.bg1 {
    position: absolute;
    width: 80.43px;
    height: 54.1px;
    top: 14px;
    left: 20px;
    background: url(../images/bg-1.png) no-repeat;
}

.user-st {
    padding-top: 27px;
    display: block;
}

.form-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    /* identical to box height */
    text-transform: uppercase;
    /* p1 */
    color: #252F3E;
    padding: 5px 0;
    text-align: center;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 43px;
    margin-bottom: 20px;
    margin-top: 24px;
}

.input-e {
    background: #F7F7F7;
    /* p5 */
    border: 0.5px solid #706D6D;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    /* p1 */
    color: #252F3E;
    padding: 8px 14px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.form-box h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 27px;
    margin-top: 5px;
    display: block;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 14px;
}

    .form-box h3:before {
        position: absolute;
        content: "";
        width: 38px;
        height: 3px;
        left: 0;
        bottom: 0;
        background: #000000;
    }

.form-grbtn-e {
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
}

.grbtn-e {
}

.grbtn-send {
    display: block;
}

    .grbtn-send a {
        background: #F8BD67;
        border-radius: 43.5px;
        padding: 10px 32px;
        font-style: normal;
        font-weight: 600;
        display: block;
        cursor: pointer;
        font-size: 16px;
        line-height: 22px;
        color: #252F3E;
    }

.support-step {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 43px;
    display: block;
    margin: 0 auto;
    /* height: 100%; */
    padding: 18px;
    margin-bottom: 20px;
    margin-top: 24px;
    max-width: 330px;
}

.support-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #252F3E;
    background: #F8BD67;
    border-radius: 43px;
    padding: 4px 19px;
    margin-bottom: 5px;
}

.support-step1 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #252F3E;
    position: relative;
    padding-bottom: 8px;
}

    .support-step1:before {
        position: absolute;
        content: "";
        width: 29.61px;
        height: 3px;
        left: 0;
        bottom: 0;
        background: #F8BD67;
    }

.support-step1-list {
    padding-left: 14px;
    margin-bottom: 5px;
}

    .support-step1-list label {
        display: block;
        font-size: 13px;
    }

    .support-step1-list strong {
        font-size: 14px;
    }

.support-step1-item {
    display: flex;
    margin-top: 10px;
}

.support-step1-img {
    max-width: 84px;
}

    .support-step1-img img {
        width: 83.9px;
        height: 87.83px;
        border: 2px solid #F8BD67;
        border-radius: 10px;
        padding: 4px;
    }

.support-step1 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.support-step1-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-bottom: 3px;
    color: #706D6D;
    padding-left: 17px;
    padding-right: 22px;
}

.card-heading {
    /* background: #f8bd67; */
    padding: 10px 15px;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #f8bd67;
    text-decoration: none;
    position: relative;
    margin-top: 15px;
    border-radius: 4px;
}

.menu-bar {
}

    .menu-bar img {
        max-width: 40px;
    }

.off-canvas-toggle {
    z-index: 100;
}

html {
    height: 100%;
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

.t3-header {
    width: 100%;
    z-index: 2;
    background: #FFF;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.06);
}

.t3-wrapper {
    position: relative;
    left: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: visible;
    background: #FFF
}

    .t3-wrapper::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        z-index: 100;
    }

.t3-mainnav-android {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

    .t3-mainnav-android::after {
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    }

.off-canvas-open .t3-wrapper::after {
    width: 100%;
    height: 10000px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.off-canvas-open .t3-mainnav-android::after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.t3-off-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 250px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .t3-off-canvas::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

.off-canvas-right.t3-off-canvas {
    display: none;
}

.off-canvas-right .off-canvas-right.t3-off-canvas {
    display: block;
}

html[dir="ltr"] .off-canvas-right.t3-off-canvas {
    left: auto;
    right: 0;
}

.off-canvas-open .t3-off-canvas::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.off-canvas-open .off-canvas-current {
    visibility: visible;
}

.off-canvas-open .t3-off-canvas {
    overflow-y: auto;
}

.t3-off-canvas {
    background: #222222;
    color: #bbbbbb;
}

    .t3-off-canvas .t3-off-canvas-header {
        background: #3d3d3d;
        color: #bbbbbb;
        padding: 6px 12px;
    }

        .t3-off-canvas .t3-off-canvas-header h2 {
            margin: 0;
        }

    .t3-off-canvas .t3-off-canvas-body {
        padding: 6px 12px;
    }

        .t3-off-canvas .t3-off-canvas-body a {
            color: #bbbbbb;
        }

            .t3-off-canvas .t3-off-canvas-body a:hover, .t3-off-canvas .t3-off-canvas-body a:focus {
                color: #ffffff;
            }

            .t3-off-canvas .t3-off-canvas-body a:focus {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

        .t3-off-canvas .t3-off-canvas-body .dropdown-menu {
            position: static;
            float: none;
            display: block;
            width: 100%;
            padding: 0;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

.off-canvas-effect-4.t3-off-canvas {
    z-index: 999;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.off-canvas-effect-4.t3-off-canvas::after {
    display: none;
}

.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.old-ie .t3-off-canvas {
    z-index: 100 !important;
    left: -250px;
}

html[dir="ltr"] .off-canvas-right.old-ie .t3-off-canvas {
    right: -250px;
    left: auto;
}

.modal-open .t3-wrapper {
    position: static;
}

.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
    transform: translate3d(250px, 0px, 0px);
    -moz-transform: translate3d(250px, 0px, 0px);
    -webkit-transform: translate3d(250px, 0px, 0px);
}

.head-offcanvas {
    border-left: 1px solid #333333;
    height: 120px;
    line-height: 120px;
    float: right;
    text-align: center;
    position: relative;
    width: 120px;
}

@media (max-width: 767px) {
    .head-offcanvas {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}

.affix .head-offcanvas {
    height: 90px;
    width: 90px;
    line-height: 90px;
}

@media (max-width: 767px) {
    .affix .head-offcanvas {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .off-canvas-toggle {
        /* position: absolute; */
        /* right: 10px; */
        /* top: 15px; */
    }
}

.off-canvas-toggle {
    /* border-radius: 0; */
    /* padding: 0 !important; */
    /* width: 36px; */
    /* height: 36px; */
    /* line-height: 38px; */
    /* margin: 0 0 5px; */
    /* position: absolute; */
    /* left: 5px; */
    /* top: 7px; */
}

    .off-canvas-toggle:focus {
        outline: none;
    }

.off-canvas-toggle {
    border: none;
    background: transparent;
    border-radius: 2px;
}

    .off-canvas-toggle i {
        font-size: 24px;
        color: #666;
        margin: 0;
    }

button.close {
    text-shadow: none;
    position: absolute;
    right: 5px;
}

.affix .off-canvas-toggle {
    margin-top: 28px;
    margin-bottom: 28px;
}

.t3-off-canvas {
    background: white;
    color: #555;
}

    .t3-off-canvas .t3-off-canvas-header {
        background: #F5F5F5;
        color: #333;
        padding: 0 0 0 15px;
        height: 45px;
    }

        .t3-off-canvas .t3-off-canvas-header .menu-title {
            color: #333;
            margin: 0;
            line-height: 50px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .t3-off-canvas .close {
        margin: 0;
        padding: 0;
        height: 45px;
        line-height: 45px;
        width: 45px;
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        color: #333;
        border: 0;
        font-weight: 600;
    }

        .t3-off-canvas .close::before {
            display: none;
        }

    .t3-off-canvas .t3-off-canvas-body {
        padding: 0;
    }

        .t3-off-canvas .t3-off-canvas-body a {
            color: #334862;
            text-decoration: none;
            padding: 10px 25px;
            font-weight: 600;
        }

            .t3-off-canvas .t3-off-canvas-body a:hover, .t3-off-canvas .t3-off-canvas-body a:focus {
                color: #055699;
                text-decoration: none;
                outline: none;
            }

            .t3-off-canvas .t3-off-canvas-body a:focus {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

        .t3-off-canvas .t3-off-canvas-body .dropdown-menu .active a {
            background: transparent;
        }

        .t3-off-canvas .t3-off-canvas-body .nav > li {
            padding: 0;
        }

            .t3-off-canvas .t3-off-canvas-body .nav > li > a .caret {
                border-top-color: #bbbbbb;
                margin-left: 10px;
            }

            .t3-off-canvas .t3-off-canvas-body .nav > li > a:hover .caret {
                border-top-color: #ffffff;
            }

            .t3-off-canvas .t3-off-canvas-body .nav > li:before {
                display: none;
            }

                .t3-off-canvas .t3-off-canvas-body .nav > li:before a:hover {
                    color: #ffffff;
                }

            .t3-off-canvas .t3-off-canvas-body .nav > li.active:before {
                border-left-color: #055699;
            }

            .t3-off-canvas .t3-off-canvas-body .nav > li.active > a {
                color: #000;
                /* background: #cf3034; */
            }

                .t3-off-canvas .t3-off-canvas-body .nav > li.active > a .caret {
                    border-top-color: #055699;
                }

        .t3-off-canvas .t3-off-canvas-body .dropdown-menu {
            background: none;
            border-top: 1px solid #1a1a1a;
            padding: 10px 25px;
            margin: 0;
            font-size: 13px;
            text-transform: uppercase;
        }

            .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li {
                padding: 0;
                border-bottom: 1px solid #292929;
            }

                .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li:last-child {
                    border-bottom: none;
                }

                .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
                    position: relative;
                    padding: 10px 16px;
                    text-transform: none;
                }

                    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:before {
                        content: "";
                        display: block;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 4px 0 4px 4px;
                        border-color: transparent transparent transparent #bbbbbb;
                        position: absolute;
                        top: 16px;
                        left: 0;
                    }

                    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:after {
                        display: none;
                    }

                    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover {
                        color: #ffffff;
                    }

                .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a, .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a:hover {
                    color: #055699;
                    font-weight: 600;
                }

                    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a:before {
                        border-left-color: #055699;
                    }

        .t3-off-canvas .t3-off-canvas-body .dropdown-submenu .dropdown-menu {
            padding: 5px 15px;
            border: none;
            text-transform: none;
        }

        .t3-off-canvas .t3-off-canvas-body .t3-module {
            margin-bottom: 25px;
            background: none;
        }

            .t3-off-canvas .t3-off-canvas-body .t3-module:last-child {
                margin-bottom: 0;
            }

            .t3-off-canvas .t3-off-canvas-body .t3-module .module-inner {
                padding: 0;
                background: none;
            }

        .t3-off-canvas .t3-off-canvas-body .module-title {
            background: none;
            margin-bottom: 0;
            color: #bbbbbb;
            padding: 18.75px 10px 18.75px 25px;
        }

        .t3-off-canvas .t3-off-canvas-body .module-ct {
            background: none;
        }

#mobile-menu-wrap ul > li {
    margin-top: 0;
}

    #mobile-menu-wrap ul > li .caret {
        float: right;
        margin-top: 10px;
    }

    #mobile-menu-wrap ul > li a {
        padding: 8px 15px 8px 40px;
        display: block;
        font-weight: 600;
        border-radius: 0;
        border-bottom: 0.5px solid #334862;
    }

    #mobile-menu-wrap ul > li > ul > li {
        padding-left: 0;
        list-style: circle;
        border-bottom: none;
        display: block;
        width: 100%;
        border-left: 1px solid #ddd;
    }

        #mobile-menu-wrap ul > li > ul > li.haschild ul {
            display: none;
        }

        #mobile-menu-wrap ul > li > ul > li.haschild.showsub ul {
            display: block;
        }

        #mobile-menu-wrap ul > li > ul > li:last-child {
            border-bottom: none;
        }

        #mobile-menu-wrap ul > li > ul > li > a {
            padding: 9px 39px;
            display: block;
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: #252F3E;
            text-decoration: none;
            border-bottom: none;
            position: relative;
            box-shadow: none;
        }

#mobile-menu li .toogle-menu {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: block;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
}

#mobile-menu-wrap ul > li > ul > li.haschild .toogle-menu .caret {
    float: none;
    margin: 0;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#mobile-menu-wrap ul > li > ul > li.haschild.showsub .toogle-menu .caret {
    float: none;
    margin: 0;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#mobile-menu-wrap ul > li > ul > li > a1::after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    margin-top: 5px;
}

/*Level 3*/
#mobile-menu-wrap ul > li > ul > li > ul {
    margin-left: 55px;
}

    #mobile-menu-wrap ul > li > ul > li > ul > li {
        padding-left: 0;
    }

        #mobile-menu-wrap ul > li > ul > li > ul > li a {
            padding: 6px 10px 6px 0;
        }

.menu-bar {
    display: none;
}

.grbtn-e1 {
}

.grbtn-h3 {
}

.form-upload {
    display: flex;
}

.formupload-img {
    cursor: pointer;
}

.formupload-text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    vertical-align: middle;
    padding-left: 16px;
}

    .formupload-text span {
        font-size: 12px;
        color: #252F3E;
    }

    .formupload-text strong {
        display: block;
        font-size: 14px;
        color: #252F3E;
    }

.grbtn-e2 {
    display: flex;
    align-items: end;
}

.grbtn-send {
}

.user-social img {
    max-width: 42px;
}

.grbtn-send a {
}

#txtUploadFile {
    background: transparent;
    border: none;
    color: black;
    font-size: 12px;
    display: none;
    max-width: 169px;
    overflow: hidden;
}

.user-desc p {
    margin-bottom: 5px;
}

.logo img {
    max-width: 100%;
    height: 50px;
}

.bg2zalo {
    position: absolute;
    top: 17px;
    width: 46.4px;
    height: 106.41px;
    right: 27px;
    background: url(../images/zalo-icon.svg) no-repeat;
    background-size: 100% 100%;
}

ul.children {
    border-left: 1px solid #ddd;
    margin: 0 0 10px 3px;
    padding-left: 28px;
    width: 100%;
    display: none;
}

.active > ul.children {
    display: block !important;
    position: relative;
    left: unset;
    border: none;
    width: 100%;
    margin: 0;
}

.children {
}

    .children li {
        list-style: none;
        position: relative;
        border: none;
        box-shadow: none;
        border-left: 1px solid #ddd;
    }

    .children a {
        padding: 9px 15px;
        display: block;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #252F3E;
        text-decoration: none;
        border-bottom: none;
        position: relative;
        box-shadow: none;
    }

.ehover {
    border: 1px solid transparent;
    padding: 3px 5px;
}

    .ehover:hover {
        border: 1px solid white;
        border-radius: 4px;
    }

.share-social {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: notosans-regular;
    justify-content: center;
    position: absolute;
    width: 184px;
    left: 0;
    right: 0;
    margin: auto;
    gap: 10px;
    visibility: hidden;
    top: -8px;
    z-index: -1;
    transition: 500ms;
}

    .share-social .share-social__link {
        border-radius: 50%;
        display: block;
        font-size: 14px;
        position: relative;
        -webkit-transition: .2s;
        transition: .2s;
        width: 41.33px;
        height: 41.33px;
        border: none;
        overflow: hidden;
    }

        .share-social .share-social__link .icon {
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            height: 14px;
            padding: 6px;
            position: absolute;
            right: 7px;
            top: 7px;
            width: 14px;
        }

        .share-social .share-social__link.zalo .icon {
            background-image: url(https://static.vnncdn.net/v1/icon/zalo-unactive-1.svg);
            height: 35px;
            left: -3px;
            top: -4px;
            width: 35px;
        }

        .share-social .share-social__link.email .icon {
            background-image: url(https://static.vnncdn.net/v1/icon/icon-share-link-email.svg);
        }

        .share-social .share-social__link.share .icon {
        }

        .share-social .share-social__link.bookmark .icon {
            background-image: url(https://static.vnncdn.net/v1/icon/icon-share-link-bookmark.svg);
        }

.card-img img:hover {
    transition: 500ms;
    transform: scale(1.1);
}

.share-social .share-social__link.fb .icon {
    background: url(../images/usi-1.svg);
    background-size: 100% 100%;
    left: 0;
    top: 0;
    bottom: 0;
    width: 41.33px;
    height: 41.33px;
}

.share-social .share-social__link.tw .icon {
    background-image: url(../images/su-1.svg);
    left: 0;
    top: 0;
    bottom: 0;
    width: 41.33px;
    height: 41.33px;
}

.share-social .share-social__link.share .icon {
    background-image: url(../images/su-3.svg);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 41.33px;
    height: 41.33px;
}

.user-btn:hover .share-social {
    top: -58px;
    z-index: 9999;
    visibility: visible;
}

.user-social li:hover {
    transform: translate(0, -12px);
    transition: 500ms;
}

.haschild.active .caret {
    background: url(../images/down.png) center center no-repeat;
}

.heading-menu {
    text-align: center;
    color: #F8BD67;
    /* text-transform: uppercase; */
    border-bottom: 0.5px solid #706D6D;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 20px;
}

.children li.active a {
    color: black;
}

.support-step1-content {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
    align-content: center;
}

    .support-step1-content .dflex p {
        color: #000000;
    }

.bg2zalo:hover {
    transform: translate(0, -12px);
    transition: 500ms;
}

.share {
}

.share-social .share-social__link.shareall {
    display: none;
}

    .share-social .share-social__link.shareall .icon {
        background-image: url(../images/su-5.svg);
        left: 0;
        top: 0;
        bottom: 0;
        width: 41.33px;
        height: 41.33px;
    }
