:root {
    --main-color: #025DC8;
    --hover-color: rgba(2, 108, 253, 0.6);
}

body {
    line-height: 1.5;
    color: #181818;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Krub', sans-serif;
    background: #fff
}

b, strong {
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none !important;
    font-size: .95rem;
}

.icons_xs {
    width: 15px;
}

.icons_sm {
    width: 25px;
}

.icons_top {
    width: 22px;
}

.col_w_20 {
    width: 20%;
}

.col_w_25 {
    width: 25%;
}

.col_w_33 {
    width: 33.33333%;
}

.col_w_50 {
    width: 50%;
}

.col_w_66 {
    width: 66.666667%;
}

.col_w_75 {
    width: 75%;
}

.overflow_hidden {
    overflow: hidden;
}

.p_relative {
    position: relative;
}

.p_absolute {
    position: absolute;
}

.py_30 {
    padding: 30px 0;
}

.py_50 {
    padding: 50px 0;
}

.pb_25 {
    margin-bottom: 25px;
}

.px_15 {
    padding: 0 15px;
}

.my_15 {
    margin: 15px 0;
}

.my_30 {
    margin: 30px 0;
}

/* Start Header */

.wrapper_header {
    background-color: #fff;
}

.w_header_top {
    padding: 5px 0;
    position: relative;
    z-index: 10;
    background: var(--main-color);
    transition: .3s all ease-in-out;
    opacity: 1;
    visibility: visible;
}

.header_logo a img {
    max-width: 70%;
}

.w_header_middle {
    position: relative;
    z-index: 9;
}

.w_header_bottom {
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.header__top .contact__mail a,
.header__top .contact__phone a {
    transition: .3s all ease-in-out;
    font-size: .9rem;
    color: #f1f1f1;
    padding: 5px 15px;
}

.header__top .contact__mail i,
.header__top .contact__phone i {
    margin-right: 8px;
    font-size: .8rem;
    margin-top: 3px;
}

.header__top .contact__mail {
    padding-left: 0;
}

.header__top .contact__mail a:hover,
.header__top .contact__phone a:hover {
    color: #fff
}

.user_social {
    padding: 5px 15px 5px 15px;
}

.user_social > a {
    display: inline-block;
    margin-right: 10px;
    filter: grayscale(100%);
    transition: .4s all;
}

.user_social > a:last-child {
    margin-right: 0;
}

.user_social > a:hover {
    filter: grayscale(0);
}

.language {
    padding: 15px;
    border-right: 1px solid #f1f1f1;
    z-index: 3;
    position: relative;
}

.language span {
    font-size: .9rem;
    align-items: center;
    color: #444;
    display: block;
}

.toggle_language {
    width: 8px;
    margin-left: 10px;
    margin-right: 0;
}

.language span img {
    margin-right: 5px;
}

.language ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: .4s all;
    top: 110%;
    left: 0;
    border: 1px solid #f1f1f1;
    padding-left: 0;
    z-index: 5;
    background-color: #fff;
}

.language ul li {
    padding: 15px;
    list-style: none;
    color: #333;
    cursor: pointer;
}

.language ul li:hover {
    color: var(--main-color);
}

.language:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.user_login {
    padding: 5px 15px 5px 15px;
    color: #555;
    position: relative;
    z-index: 10;
    border-right: 1px solid #d1d1d1;
}

.user_login .icons_user {
    width: 18px;
    opacity: .6;
    transition: .4s all;
}

.user_login > a {
    transition: .3s all ease-in-out;
    color: #f1f1f1;
    font-size: .9rem;
}

.user_login > a:hover {
    color: #fff
}

.user_login ul {
    position: absolute;
    top: 160%;
    left: 0;
    transition: .3s all linear;
    width: 100%;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
    margin-bottom: 0;
}

.user_login ul li a {
    padding: 10px;
    display: block;
}

.user_login ul.openAccount {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 5px);
}


.header__middle {
    padding: 20px 0;
}

.header__logo a {
    display: block;
}

.header__logo img {
    width: 100%;
    vertical-align: middle;
}

.header__cart {
    display: flex;
    justify-content: flex-end;
}

.header__cart .cart__image {
    position: relative;
    font-size: 18px;
}

.header__cart .cart__image span.cart__number {
    position: absolute;
    display: inline-block;
    height: 20px;
    min-width: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: .7rem;
    background: var(--main-color);
    top: -12px;
    right: -12px;
}

.header__cart .cart__price {
    padding-left: 10px;
    font-weight: bold;
    color: #333
}

.header__search {
    position: relative;
    border: 1px solid #d9d9d9;
    max-width: 80%;
    margin: 0 0 0 20%;
}

.header__search .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 44px;
}

.header__search .form-group input {
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: .95rem;
    position: absolute;
    top: 50%;
    padding-left: 15px;
    padding-right: 60px;
    transform: translateY(-50%);
}

.header__search .form-group input::placeholder {
    font-size: .95rem;
}

.header__search .form-group button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 80%;
    width: 50px;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    border-left: 1px solid #d9d9d9;
}

.header__search .form-group button .icons_search {
    width: 18px;
    opacity: 0.6;
    transition: .4s all;
}

.navigation_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation_main .header__cart {
    width: 10%;
}


.navigation_main > ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 90%;
}

.navigation_main > ul > li {
    position: relative;
    transition: .4s all;
}

.navigation_main > ul > li:hover > a {
    color: var(--main-color)
}

.navigation_main > ul > li > a {
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9rem;
    font-weight: bold;
    color: #3a3432;
    position: relative;
    overflow: hidden;
}

.navigation_main > ul > li > a:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: var(--main-color);
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.navigation_main > ul > li > a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: -100%;
    left: 50%;
    background: var(--main-color);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.navigation_main > ul > li:hover > a:before {
    width: 100%;
}

.navigation_main > ul > li:hover > a:after {
    top: 70%;
    opacity: 0;
}

.navigation_main > ul > li > a > i {
    margin-left: 8px !important;
}

.navigation_main > ul > li > ul {
    position: absolute;
    top: 190%;
    left: 0;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    transition: .2s all linear;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, .1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, .1);
    z-index: -1;
    border: 1px solid #d1d1d1;
    background: #fff;
}

.navigation_main > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    top: 100%;
}

.navigation_main > ul > li > ul > li > a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9rem;
    color: #444;
    transition: .3s all ease-in-out;
}

.navigation_main > ul > li > ul > li > a > span {
    display: flex;
    align-items: center;
}

.navigation_main > ul > li > ul > li > a > span > img {
    width: 8px;
    margin-right: 10px;
}

.navigation_main > ul > li > ul:before,
.navigation_main > ul > li > ul:after {
    font-size: 1.4em;
    display: block;
    width: 0;
    height: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    top: -.45em;
}

.navigation_main > ul > li > ul:before {
    position: absolute;
    left: .95em;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    right: .97em;
}

.navigation_main > ul > li > ul:after {
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    right: .9em;
    position: absolute;
    left: .85em;
}

.navigation_main > ul > li > ul > li:hover > a {
    color: var(--main-color);
    padding-left: 30px;
}

.navigation_main > ul > li > ul > li > ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 80%;
    left: calc(100% + 1px);
    min-width: 250px;
    transition: .2s ease-in-out all;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, .1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, .1);
    z-index: -1;
    border: 1px solid #d1d1d1;
    background: #fff;
}

.navigation_main > ul > li > ul > li > ul > li > a {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9rem;
    color: #444;
    transition: .3s all ease-in-out;
}

.navigation_main > ul > li > ul > li:hover > ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navigation_main > ul > li > ul > li > ul > li:hover > a {
    color: var(--main-color)
}

.wrapper_header.header-scroll,
.m-header.header-scroll{
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 99;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #d9d9d9;
}

.wrapper_header.header-scroll .w_header_top {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0;
}

.wrapper_header.header-scroll .navigation_main > ul > li > a {
    padding: 20px 15px;
}

.wrapper_header.header-scroll .header_logo a img {
    max-width: 50%;
}

@media screen and (max-width: 991px) {
    .m-header {
        background: #fff;
        border-top: 3px solid var(--main-color);
        padding: 5px 15px;
        position: relative;
        z-index: 9;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    }

    .m-header .m-h-t-left {
        width: 50%;
    }

    .m-header .m-h-t-left {
        display: flex;
        align-items: center;
    }

    .m-header .m-h-t-left .header-logo img {
        width: 100%;
        max-width: 150px;
        vertical-align: middle;
    }

    .m-header .m-h-t-right {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }

    .m-header .m-h-t-right > div {
        margin: 0 8px;
    }

    .m-header .m-h-t-right > div:nth-child(2) {
        margin-right: 25px;
    }

    .m-header .m-h-t-right > div:last-child {
        margin-right: 0;
    }

    .m-header .m-h-t-right img {
        width: 20px;
    }

    .m-header .cart-image {
        position: relative;
    }

    .m-header .cart-image span {
        position: absolute;
        height: 15px;
        line-height: 15px;
        border-radius: 20px;
        min-width: 15px;
        background: var(--main-color);
        text-align: center;
        display: block;
        color: #fff;
        font-size: .6rem;
        top: -6px;
        right: -10px;
    }

    .m-h-search {
        position: relative;
        z-index: 5;
    }

    .m-header .toggle-search {
        position: absolute;
        top: calc(100% + 40px);
        right: -50px;
        background: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
        padding: 10px;
        transition: .4s all;
        opacity: 0;
        visibility: hidden;
        min-width: 300px;
        border-top: 2px solid var(--main-color);
        border-bottom: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

    .m-header .toggle-search:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent var(--main-color) transparent;
        right: 40px;
        top: -17%;
        transform: translateX(-50%);
    }

    .m-h-search .toggle-search.openTheme {
        top: calc(100% + 13px);
        opacity: 1;
        visibility: visible;
    }

    .form-group.form-relative {
        width: 280px;
        position: relative;
        overflow: hidden;
        height: 34px;
        margin-bottom: 0;
    }

    .form-group.form-relative input {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        border: 1px solid #a9a9a9;
        padding-left: 15px;
        padding-right: 50px;
        border-radius: 20px;
    }

    .style-button-search {
        border: 0;
        outline: none;
        box-shadow: none;
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        height: 29px;
        width: 54px;
        background: var(--main-color);
        z-index: 2;
        border-radius: 20px;
    }

    #navigation {
        position: relative;
        z-index: 10;
    }

    .humburger {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 20px;
        height: 14px;
        cursor: pointer;
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        z-index: 99999;
    }

    .humburger:before,
    .humburger:after,
    .humburger span {
        content: '';
        position: absolute;
        left: 0;
        height: 2px;
        width: 20px;
        border-radius: 1px;
        background: #111;
        transition: all .4s;
    }

    .humburger:before {
        top: 0;
    }

    .humburger:after {
        bottom: 0;
    }

    .humburger span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
    }

    .humburger.active_humburger:before {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .humburger.active_humburger span {
        opacity: 0;
    }

    .humburger.active_humburger:after {
        bottom: 50%;
        margin-bottom: -1px;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .grid-nav {
        transition: .4s all;
        vertical-align: middle;
    }

    .grid-nav:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        z-index: 85;
        width: 100vw;
        height: 100vh;
        visibility: hidden;
        background: transparent;
        transition: all .4s;
    }

    .grid-nav.overlow:before {
        visibility: visible;
        background: rgba(0, 0, 0, 0.6);
    }

    .grid-nav.overlay:before {
        visibility: visible;
        background: rgba(0, 0, 0, 0.3);
    }

    .grid-nav > ul {
        display: flex;
        align-items: center;
        position: fixed;
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        top: 0;
        right: -150%;
        overflow-y: auto;
        z-index: 1000100;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: calc(100% - 60px);
        min-height: 100vh;
        max-width: 400px;
        background: #fff;
        border-bottom: none;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.51);
        transition: all .5s;
    }

    .grid-nav > ul.show_menu {
        right: 0;
    }

    .grid-nav > ul > li {
        position: static;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        transition: all .3s;
        width: 100%;
    }

    .grid-nav > ul > li:not(.menu_item_child) {
        min-height: 45px;
    }

    .grid-nav > ul > li > a,
    .grid-nav > ul > li > ul > li > a,
    .grid-nav > ul > li > ul > li > ul > li > a {
        display: block;
        width: 100%;
        padding: 10px 15px 10px 15px;
        color: #181818;
        font-weight: bold;
        font-size: .8rem;
        text-transform: uppercase;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        border-bottom: 1px solid #d9d9d9;
    }

    .grid-nav > ul > li > ul > li > a,
    .grid-nav > ul > li > ul > li > ul > li > a {
        text-transform: capitalize;
        font-size: .75rem;
        position: relative;
    }

    .grid-nav > ul > li > ul > li > ul {
        background-color: #f9f9f1 !important;
    }

    .grid-nav > ul > li > ul > li > ul > li > ul {
        background-color: #fff !important;
    }

    .grid-nav > ul > li > ul > li > a {
        padding: 10px 30px;
    }

    .grid-nav > ul > li > ul > li > ul > li > a {
        border-bottom:  1px dotted #d9d9d9;
        padding: 10px 40px;
    }

    .grid-nav > ul > li > ul > li > ul > li > ul > li > a {
        border-bottom:  1px dotted #d9d9d9;
        padding: 10px 50px;
        width: 100%;
        color: #181818;
        font-weight: bold;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        text-transform: capitalize;
        font-size: .7rem;
        position: relative;
    }

    .grid-nav ul li a img {
        width: 16px !important;
        margin-right: 5px;
    }

    .grid-nav > ul > li > a > img,
    .grid-nav > ul > li > ul > li > a > img {
        width: 10px !important;
        margin-right: 0 !important;
    }

    .grid-nav > ul > li.menu_item_child {
        position: static;
        display: block;
    }

    .grid-nav > ul > li > ul,
    .grid-nav > ul > li > ul > li > ul,
    .grid-nav > ul > li > ul > li > ul > li > ul{
        padding-left: 0;
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background-color: #f1f9f9;
    }

    .grid-nav > ul > li > ul.toggle_navigation,
    .grid-nav > ul > li > ul.toggle_navigation > li > ul.toggle_navigation_child,
    .grid-nav > ul > li > ul.toggle_navigation > li > ul.toggle_navigation_child > li > ul.toggle_navigation_child_small {
        max-height: 400px;
    }

    /*.grid-nav > ul > li > ul > li > ul {*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    z-index: 10;*/
    /*    width: 100%;*/
    /*    height: 100vh;*/
    /*    background: #fff;*/
    /*    min-height: calc(100% - 47px);*/
    /*    position: absolute;*/
    /*    transform-origin: top;*/
    /*    transition: all .5s;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*}*/
    /*.grid-nav > ul > li > ul,*/
    /*.grid-nav > ul > li > ul > li > ul {*/
    /*    visibility: hidden;*/
    /*    opacity: 0;*/
    /*    transform: rotateX(90deg);*/
    /*}*/
    /*.grid-nav ul li .show_iner_menu {*/
    /*    display: block !important;*/
    /*    visibility: visible !important;*/
    /*    opacity: 1 !important;*/
    /*    transform: rotateX(0deg) !important;*/
    /*    z-index: 20;*/
    /*}*/
    /*.grid-nav > ul > li > ul li:first-child img {*/
    /*    margin-right: 10px;*/
    /*    width: 10px;*/
    /*}*/

    .arrowNav {
        position: absolute;
        right: 0;
        height: 20px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .arrowNav:before {
        position: absolute;
        content: "";
        background: #222;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 10px;
        transition: .3s all ease-in-out;
    }

    .arrowNav:after {
        position: absolute;
        content: "";
        background: #222;
        left: 50%;
        transform: translateX(-50%);
        width: 10px;
        height: 1px;
        transition: .3s all ease-in-out;
    }

    .grid-nav > ul > li > ul.toggle_navigation > li > .showArrow > .arrowNav:before,
    .grid-nav > ul > li > ul.toggle_navigation > li > ul > li > .showArrow > .arrowNav:before{
        opacity: 0;
        visibility: visible;
    }

    .jsScroll {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    li.li_style {
        display: flex;
        align-items: center;
    }

    li.li_style a {
        font-weight: 500 !important;
        color: #222 !important;
        text-transform: initial !important;
        font-size: .90rem !important;
    }

    li.li_style a img {
        opacity: .5;
    }

    .grid-nav > ul > li.li_social {
        border-bottom: 1px solid #d9d9d9;
    }

    .grid-nav > ul > li.li_social a {
        width: unset;
        padding-right: 0;
        border-bottom: 0;
    }

    .grid-nav > ul > li.li_social > a > img {
        margin-right: 5px !important;
        width: 30px !important;
        opacity: 1;
    }
}

/* End header */

#modal_dk_dn {
    padding-right: 0 !important;
}

.modal-backdrop.show {
    opacity: .7;
}

#modal_dk_dn .modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    position: absolute;
    right: 10px;
    top: -25px;
}

#modal_dk_dn .modal-dialog {
    margin: 3.75rem auto
}

#modal_dk_dn .modal-header {
    padding: 0;
}

#modal_dk_dn .modal-content {
    border-radius: 0;
    border: 0 !important;
}

#modal_dk_dn .nav-tabs {
    width: 100%;
    border-bottom: 0;
}

#modal_dk_dn .nav-tabs li {
    width: 50%;
    margin-bottom: 0;
    text-align: center;
    border-left: 1px solid #d9d9d9;
}

#modal_dk_dn .nav-tabs li a {
    border: 0;
    border-radius: 0;
    font-size: 1.1rem;
    padding: 15px 0;
    background-color: #f1f6f6;
}

#modal_dk_dn .nav-tabs li a.active {
    background-color: #fff;
    color: #222;
    font-weight: bold;
}

#modal_dk_dn .nav-tabs li:first-child {
    border-left: 0;
}

#modal_dk_dn .modal-body {
    padding: 15px 50px;
}

#modal_dk_dn label {
    font-weight: bold;
    color: #444;
}

#modal_dk_dn input.form-control {
    border-radius: 0;
    border: 1px solid #d1d1d1;
    outline: none !important;
    box-shadow: none !important;
    font-size: .9rem;
}

#modal_dk_dn input.form-control:focus {
    border-color: #0a90eb;
}

.btn_style_dn {
    display: block;
    border-radius: 0;
    border-color: transparent;
    text-align: center;
    font-size: .9rem;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 20px;
    max-width: 40%;
    margin: 50px auto 0;
}

.btn_style_dn img {
    width: 20px;
    margin-left: 10px;
}

@media screen and (max-width: 600px) {
    .btn_style_dn {
        max-width: 70%;
    }
}

.tab-content > .active {
    opacity: 1 !important;
}
.pagination {
    display: inline-flex;
    align-items: flex-end;
}

.c_pagination li a {
    outline: none;
    color: #000;
    box-shadow: none !important;
    font-weight: bold;
    background: #fff;
    margin: 3px;;
}

.c_pagination li.pageactive a {
    background: #f1f1f1;
}

.pagination li a.page-link {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    font-size: .8rem;
    font-weight: 600;
    border: 1px solid #d1d1d1;
    color: #000;
    padding: 0;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 0 !important;
}

.pagination li a.page-link:hover, .pagination .pageactive a.page-link, .pagination .pageactive a.page-link:hover {
    background: var(--main-color);
    color: #fff;
}

.pagination li:first-child a.page-link {
    border-radius: 0 2px 2px 0;
}

.wrapper_copyright {
    background: var(--main-color);
    padding: 10px 0;
    border-top: 1px solid #d9d9d9;
}

.footer__copyright {
    color: #f1f1f1;
    font-size: .8rem;
}

/* Filter */

.filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.filter-body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter-body > div {
    margin: 0 10px;
}

.filter-body > div:first-child {
    margin-left: 0;
}

.filter-body .dropdown {
    position: relative;
}

.filter-body .dropdown button {
    font-size: .85rem;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    outline: none !important;
    box-shadow: none !important;
    min-width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-body .dropdown-menu {
    min-width: 200px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    padding: 0;
}

.filter-body .dropdown-menu li {
    border-bottom: 1px solid #d9d9d9;
}

.filter-body .dropdown-menu li:last-child {
    border-bottom: 0;
}

.filter-body .dropdown-menu li a {
    padding: 5px 10px;
    display: block;
    font-size: .9rem;
    color: #181818;
    transition: .4s all ease-in-out;
    background: #fff;
}

.filter-body .dropdown-menu li:hover a {
    color: var(--main-color);
}

@media screen and (max-width: 767px){
    .filter {
        justify-content: flex-start;
    }
    .filter-body .dropdown button {
        min-width: unset;
    }
}

/* End Filter */

/* Start thanh toán - checkout*/

.discount {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f84258;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 0 15px;
    line-height: 30px;
    min-height: 0;
    min-width: 0;
    z-index: 100;
    cursor: default;
    border-radius: 30px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    white-space: nowrap;
}

.discount:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: 0px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid #000;
    border-color: transparent transparent #f84258 #f84258 !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    z-index: 10;
}

.discount:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -3px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid #000;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    box-shadow: -5px 4px 5px -2px rgba(0, 0, 0, .15);
    z-index: 5;
}

.wrapper__list_cart {
    margin: 15px 0;
    padding: 15px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .2);
}

.list__item .list__no {
    width: 5%;
}

.list__item .list__product {
    width: 50%;
}

.list__item .list__amount {
    width: 15%;
}

.list__item .list__total {
    width: 25%;
    padding-left: 45px;
}

.list__item .list__action {
    width: 5%;
}

.list__no,
.list__title .list__product,
.list__title .list__amount,
.list__title .list__total,
.list__title .list__action {
    font-weight: bold;
    color: #181818;
    font-size: 1rem;
    text-transform: uppercase;
}

.list__item .list__total span {
    color: #ff0000 !important;
}

.list__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #999;
}

.list__item:not(.list__title):not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.list__product {
    display: flex;
    align-items: flex-start;
}

.list__product > a {
    width: 60px;
}

.list__product > a img {
    width: 100%;
}

.list__product .list__name {
    padding-left: 15px;
}

.list__product .list__name h3 {
    font-size: .9rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%
}

.list__product .list__name p {
    color: #666;
    font-size: .8rem;
    margin-bottom: 0;
    margin-top: 10px;
}

.list__total {
    font-weight: bold;
    color: #333;
}

.list__action a {
    display: block;
    width: 25px;
    height: 25px;
    font-size: .8rem;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    background: #d9d9d9;
    color: #233;
    opacity: .4;
    transition: .4s all;
}

.list__action a:hover {
    opacity: 1;
    color: #fff !important;
    background: #555;
}

.list__name {
    width: calc(100% - 60px);
}

.list__name .p_relative {
    z-index: 1;
    display: inline-block;
    max-width: calc(100% - 90px);
}

.list__name .discount {
    font-size: .7rem;
    padding: 0 8px;
    line-height: 17px;
    min-height: 0;
    min-width: 0;
    z-index: 100;
    cursor: default;
    border-radius: 20px;
    left: calc(100% + 15px);
    right: unset;
    transform: translateY(0);
    top: 0px;
}

.list__name .discount:after,
.list__name .discount:before {
    top: 30%
}

.list__amount button {
    border-radius: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    padding: 0;
    display: inline-block;
    font-weight: bold;
    line-height: 0;
    outline: none !important;
    box-shadow: none !important;
}

.list__amount input {
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}

.list__amount .form-group {
    margin-bottom: 0;
}

.total__title {
    width: 70%;
    text-align: right;
    padding: 15px 30px 15px 15px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.total__price {
    width: 30%;
    padding-left: 45px;
    font-size: 1.1rem;
    font-weight: bold;
}

.total__price span {
    font-size: 1rem;
    color: #ff0000
}

.list__contact {
    color: #ff0000 !important;
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 525px) {
    .list__name .p_relative {
        max-width: calc(100% - 40px);
    }
}

.wrapper__pay {
    text-align: right;
}

.button_pay {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 0 auto;
    color: #fff;
    background: var(--main-color);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.button_pay img {
    width: 20px;
    margin-top: -4px;
}

.button_pay:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    background: var(--hover-color);
}

.button_pay span {
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.button_pay:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.pay__info,
.pay__product {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #d9d9d9;
}

.wrapper__payment {
    margin-top: 30px;
}

.p__list_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
}

.p__list_item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}

.pay__p_title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}

.pay__p_title h5 {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #181818;
    position: relative;
    font-weight: bold;
}

.pay__p_title h5 span {
    position: absolute;
    display: inline-block;
    font-size: .8rem;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    background: var(--main-color);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.p__list_image {
    width: 50px;
}

.p__list_image img {
    width: 100%;
    vertical-align: middle;
}

.p__list_name {
    width: calc(100% - 150px);
    padding-left: 15px;
}

.p__list_name h3 {
    font-size: 1rem;
    color: #181818;
    margin-bottom: 10px;
    font-weight: bold;
}

.p__list_price {
    width: 100px;
}

.pay__p_total {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #000;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000
}

.pay__total_title {
    width: calc(100% - 100px);
    text-align: right;
    padding-right: 30px;
}

.pay__total_number {
    width: 100px;
}

.pay__p_content div.form-group,
.account__form div.form-group {
    position: relative;
}

.pay__p_content div.form-group input,
.pay__p_content div.form-group textarea,
.account__form div.form-group input,
.account__form div.form-group textarea {
    border: 0;
    box-shadow: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    padding-right: 0;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: .9rem;
    padding-left: 35px;
    transition: .4s all;
    position: relative;
}


.pay__p_content div.form-group input:focus,
.pay__p_content div.form-group textarea:focus,
.account__form div.form-group input:focus,
.account__form div.form-group textarea:focus {
    border-color: var(--main-color)
}

.pay__p_content div.form-group label,
.account__form div.form-group label {
    position: absolute;
    top: 3px;
    left: 5px;
}

.pay__p_content div.form-group label img,
.account__form div.form-group label img {
    height: 18px;
    width: 18px;
    opacity: .5;
    transition: .4s all ease-in-out;
}

.pay__p_content div.form-group input:focus ~ label img,
.pay__p_content div.form-group textarea:focus ~ label img,
.account__form div.form-group input:focus ~ label img,
.account__form div.form-group textarea:focus ~ label img {
    opacity: 1;
}

.pay__button,
.account__button {
    margin-top: 30px;
}

.pay__button button {
    width: 100%;
    border: 0;
    outline: none !important;
    background: #75B53C;
    color: #fff;
    font-size: 1.1rem;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: relative;
}

.account__button button {
    max-width: 30%;
    width: 100%;
    border: 0;
    outline: none !important;
    background: #75B53C;
    color: #fff;
    font-size: .9rem;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}

.pay__button button:after,
.account__button button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    background: #87d146;
}

.pay__button button span,
.account__button button span {
    position: relative;
    z-index: 1;
}

.pay__button button:hover:after,
.account__button button:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

/* End Thanh toán - checkout */


/* Start Tài khoản */
.wrapper__account {
    margin: 30px 0;
}

.wrapper__main {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #d9d9d9;
}

.account__title {
    padding: 15px 15px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #181818
}

.table__invoice a,
.table__invoice form {
    display: inline-block;
}

/* End tài khoản */

@media screen and (max-width: 767px) {
    .footer__copyright {
        text-align: center;
        margin-bottom: 10px;
    }
    .list__title,
    .list__no {
        display: none;
    }

    .list__item {
        flex-wrap: wrap;
        position: relative;
    }

    .list__item .list__product {
        width: 100%;
        padding-bottom: 15px;
    }

    .list__product > a {
        width: 55px;
    }

    .list__name {
        width: calc(100% - 80px);
    }

    .list__item .list__total,
    .list__item .list__amount {
        width: 50%;
    }

    .list__item .list__action {
        position: absolute;
        top: 0;
        right: 0px;
    }

    .list__item .list__total {
        padding-left: 0;
        text-align: right;
    }

    .list__amount #boxAmount {
        width: auto !important;
    }

    .list__amount input {
        width: 50px !important;
    }

    #boxAmount {
        display: flex;
        align-items: center;
    }

    #boxAmount > span {
        padding-right: 15px;
        font-weight: bold;
    }

    .total__title,
    .total__price {
        width: 50%;
        padding-left: 0;
        text-align: right;
        font-size: .9rem;
    }

    .pay__product {
        margin-top: 30px;
    }

    .pay__p_title h5 {
        font-size: 1rem;
    }

    .pay__p_title h5 span {
        font-size: .7rem;
    }

    .p__list_price {
        text-align: right;
    }

    .pay__total_title,
    .pay__total_number {
        text-align: right;
        font-size: .95rem;
    }

    .pay__button button {
        font-size: .9rem;
        padding: 7px;
    }

    .account__button button {
        max-width: 70%;
    }

    .account__invoice {
        margin-top: 30px;
        border-top: 1px solid #d9d9d9;
    }


    .breadcrumb-item + .breadcrumb-item::before {
        content: "";
    }

    .breadcrumb li a, .breadcrumb li > span {
        padding-left: .5rem;
        margin-right: .5rem;
    }

    .breadcrumb li a span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    #searchForm {
        position: static;
    }
}


/* Start Return + Phone */
#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 35px;
    background: var(--main-color);
    width: 40px;
    height: 40px;
    z-index: 9999;
    text-decoration: none;
    border-radius: 4px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top img {
    margin: 0;
    position: relative;
    left: 50%;
    top: 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%);
    width: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
}

.float-contact {
    display: none;
    left: 10px;
    bottom: 40px;
    position: fixed;
    z-index: 99;
}

.float-contact__item {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.float-contact__item__icon {
    font-size: 2rem;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 2;
    padding: 10px;
    color: white;
    background: var(--main-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.float-contact__item__text {
    padding: .5rem .5rem .5rem 1rem;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: white;
    background: var(--main-color);
    font-weight: bold;
    margin-left: -0.8rem;
    z-index: 1;
    font-size: 1.1rem;
    -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}


.float-contact__item__icon:before {
    content: '';
    display: block;
    position: absolute;
    border: 2px var(--hover-color) solid;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 100%;
    -webkit-animation-name: hover-ripple-out;
    animation-name: hover-ripple-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
    .float-contact__item__text {
        display: none;
    }

    .float-contact__item {
        margin-bottom: 0;
    }

    .float-contact__item__icon {
        font-size: 1.2rem;
        height: 40px;
        width: 40px;
        position: relative;
    }
}

@-webkit-keyframes hover-ripple-out {
    100% {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        opacity: 0;
    }
}

@keyframes hover-ripple-out {
    100% {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        opacity: 0;
    }
}

/* End Return + Phone */


/* New code */

.btn-style {
    overflow: hidden;
    position: relative;
    color: #fff;
    line-height: 1.5;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    text-transform: uppercase;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    border-radius: 100px !important;
    font-size: 12px;
    font-weight: 600;
    padding: 11px 35px;
    background: var(--main-color);
    background: -moz-linear-gradient(-45deg, var(--main-color), var(--hover-color));
    background: -webkit-linear-gradient(-45deg, var(--main-color), var(--hover-color));
    background: linear-gradient(135deg, var(--main-color), var(--hover-color));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01a8c1', endColorstr='#0599b1', GradientType=1);
}

.btn-style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.btn-style:hover {
    color: #fff;
}

.btn-style:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.module--title {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

.module--title .title-top p {
    font-size: 1.2rem;
    color: #3a3432;
    margin-bottom: 0;
}

.module--title .title-top h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
}

.module--title .title-decor {
    margin: 1rem 0;
    position: relative;
}

.module--title .title-decor:before {
    left: calc(50% - 90px);
    transform: translate(-50%, -50%);
}

.module--title .title-decor:after {
    right: calc(50% - 90px);
    transform: translate(50%, -50%);
}

.module--title .title-decor:after, .module--title .title-decor:before {
    position: absolute;
    content: " ";
    height: .1px;
    background-color: #c1bfda;
    top: 50%;
    width: 130px;
}

.module--title .title-decor img {
    width: 20px;
    display: block;
    margin: 0 auto;
}

.module--title .title-bottom p {
    font-size: 1rem;
    color: #3a3432;
    margin-bottom: 0;
}

.module--title .title-bottom a {
    font-size: 16px;
}

.module--title .title-bottom a i {
    margin-right: 4px;
}

.module--title .title-bottom h5 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .module-featured {
        padding: 30px 0
    }

    .module--title {
        max-width: 90%;
    }

    .module--title .title-top p,
    .module--title .title-bottom h5 {
        font-size: 1.1rem;
    }

    .module--title .title-top h3 {
        font-size: 1.5rem;
    }

    .module--title .title-bottom p {
        font-size: .9rem;
    }
}

/* Start Slider Effect */
.slider-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: var(--main-color);
    width: 100%;
    padding-top: 26.5%;
}

.slider-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(58, 52, 50, 0.3);
}

.container-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.slider-title {
    display: inline-block;
    overflow: hidden;
    padding: 0 22px;
    animation-delay: .1s;
    -webkit-animation-delay: .1s;
    visibility: hidden;
}

.slider-title h3 {
    font-size: 3.5rem;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
}

.slider-desc {
    font-size: 1.3rem;
    visibility: hidden;
    animation-delay: .7s;
    -webkit-animation-delay: .7s;
    color: #fff;
    max-width: 60%;
    margin: 0 auto 25px;
}

.slider-action {
    visibility: hidden;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.slider-action a {
    outline: none !important;
    box-shadow: none !important;
}

#home-slider .slider-title.animated,
#home-slider .slider-desc.animated,
#home-slider .slider-action.animated {
    visibility: visible;
}

@-webkit-keyframes bannerZoom {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bannerZoom {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bannerZoom {
    -webkit-animation-name: bannerZoom;
    animation-name: bannerZoom
}

#home-slider .slick-prev,
#home-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    background: #fff;
    font-size: 1.6rem;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all linear;
    color: #3a3432;
}

#home-slider .slick-prev {
    left: 15px;
}

#home-slider .slick-next {
    right: 15px
}

#home-slider .slick-prev:hover,
#home-slider .slick-next:hover {
    background: var(--hover-color);
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .slider-image {
        padding-top: 0;
        height: 300px;
    }

    .slider-title h3 {
        font-size: 1.5rem;
    }

    .slider-desc {
        font-size: 1rem;
        max-width: 85%;
    }
}

@media screen and (max-width: 767px) {
    .slider-image {
        padding-top: 0;
        height: 300px;
    }

    .slider-title h3 {
        font-size: 1.5rem;
    }

    .slider-desc {
        font-size: 1rem;
        max-width: 85%;
    }

    #home-slider .slick-prev {
        left: 0;
    }

    #home-slider .slick-next {
        right: 0;
    }

}

/* End Slider Effect */

.module-featured {
    padding: 70px 0
}

.product-item .product-image {
    position: relative;
    border-radius: 100%;
}

.product-item .product-image .product-image--inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.product-item .product-image .product-image--inner:before {
    content: " ";
    position: absolute;
    border: 10px solid rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.product-item:hover .product-image .product-image--inner:before {
    border-color: var(--hover-color);
}

.product-item .product-image .product-image--inner img {
    width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    transform-style: preserve-3d;
}

.product-item .product-image .product-detail {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    height: 40px;
    min-width: 130px;
    transition: .3s all cubic-bezier(1, 1.7, 0.94, 1.14);
}

.product-item .product-image .product-detail a {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.product-item:hover .product-image .product-detail {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 1;
}

.product-content--title a h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    transition: .3s all ease-in-out;
}

.product-content--price p {
    color: #FE0101;
    font-weight: bold;
    font-size: 1rem;
}

#product-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transition-delay: 0.5s;
    background-color: #c1bfda !important;
    color: #FFFFFF !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px !important;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
}

#product-slider .owl-nav button span {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 100%;
}

#product-slider .owl-nav button.owl-prev {
    top: 50%;
    left: -4%;
    transform: translate(45px, -50%);
}

#product-slider .owl-nav button.owl-next {
    top: 50%;
    right: -4%;
    transform: translate(-45px, -50%);
}

#product-slider:hover .owl-nav button {
    transform: translate(0, -50%) !important;
    opacity: 1;
    visibility: visible;
}

#product-slider .owl-nav button:hover {
    background: var(--main-color) !important;
}

@media screen and (max-width: 767px) {
    .module-featured {
        padding: 30px 0
    }

    #product-slider .owl-nav button.owl-next {
        right: -2% !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }

    #product-slider .owl-nav button.owl-prev {
        left: -2% !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }
}

/* End Slider Effect */

/* Start About Us */
.module-aboutus {
    background: #F5F5F9;
    padding: 70px 0;
}

.aboutus-video {
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.aboutus-video a {
    display: block;
}

.aboutus-video img {
    width: 100%;
    vertical-align: middle;
}

.aboutus-video a span {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, .2);
    transition: .3s all ease-in-out;
}

.aboutus-video a span i {
    margin-left: 10px;
}

.aboutus-video a span:before {
    content: " ";
    position: absolute;
    border: 10px solid rgba(224, 224, 244, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.aboutus-video a:hover span {
    color: var(--main-color)
}

.aboutus-video a:hover span:before {
    border-color: var(--hover-color);
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0);
}

.aboutus-content {
    padding-left: 30px;
}

.aboutus-title h4 {
    color: #2d2c40;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: .8rem;
}

.aboutus-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.aboutus-list ul li {
    padding: 0 0 10px 25px;
    color: #7a7992;
    font-size: 1rem;
    position: relative;
}

.aboutus-list ul li:before {
    -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-weight: 800;
    font-family: "Font Awesome 5 Pro";
    content: "\f14a";
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    opacity: .6;
    color: var(--main-color);
}

.aboutus-action i {
    margin-left: 5px;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .module-aboutus {
        padding: 30px 0;
    }

    .aboutus-content {
        padding-left: 0;
        margin-top: 1rem;
    }
}

/* End About Us */

/* Start Gallery Image */
.module-gallery {
    background: #fff;
    padding: 70px 0 0;
    overflow: hidden;
}

.module-gallery > .container-fluid {
    padding: 0;
}

.gallery-item {
    position: relative;
    height: 50vh;
}
.gallery-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-item a span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, .2);
    transition: .3s all cubic-bezier(0.78, 1.26, 1, 1.17);
}

.gallery-item a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: .3s all cubic-bezier(0.78, 1.26, 1, 1.17);
}

.gallery-item:hover a {
    background: rgba(2, 108, 253, .3);
    opacity: 1;
    visibility: visible;
}

.gallery-item:hover a span {
    top: 50%;
    opacity: 1;
    visibility: visible;
    color: var(--main-color)
}

.gallery-item a span:before {
    content: " ";
    position: absolute;
    border: 4px solid rgba(224, 224, 244, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#gallery-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transition-delay: 0.5s;
    background-color: #c1bfda !important;
    color: #FFFFFF !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px !important;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
}

#gallery-slider .owl-nav button span {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 100%;
}

#gallery-slider:hover .owl-nav button {
    transform: translate(0, -50%) !important;
    opacity: 1;
    visibility: visible;
}

#gallery-slider .gallery-item:hover span:before {
    border-color: var(--hover-color);
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0);
}

#gallery-slider .owl-nav button.owl-prev {
    top: 50%;
    transform: translate(45px, -50%);
    left: 1%;
    background: #fff !important;
    color: #333 !important;
}

#gallery-slider .owl-nav button.owl-next {
    right: 1%;
    background: #fff !important;
    color: #333 !important;
    top: 50%;
    transform: translate(-45px, -50%);
}

#gallery-slider .owl-nav button:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .module-gallery {
        padding: 30px 0
    }

    #gallery-slider .owl-nav button.owl-next {
        right: 1% !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }

    #gallery-slider .owl-nav button.owl-prev {
        left: 1% !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }
}

/* End Gallery Image */

/* Start Gallery Image */
.module-video {
    background: #fff;
    padding: 70px 0 0;
    overflow: hidden;
}

.module-video > .container-fluid {
    padding: 0;
}

.video-item {
    position: relative;
}

.video-item a span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, .2);
    transition: .3s all cubic-bezier(0.78, 1.26, 1, 1.17);
}

.video-item a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: .3s all cubic-bezier(0.78, 1.26, 1, 1.17);
}

.video-item:hover a {
    background: rgba(2, 108, 253, .3);
    opacity: 1;
    visibility: visible;
}

.video-item:hover a span {
    top: 50%;
    opacity: 1;
    visibility: visible;
    color: var(--main-color)
}

.video-item a span:before {
    content: " ";
    position: absolute;
    border: 4px solid rgba(224, 224, 244, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

#video-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transition-delay: 0.5s;
    background-color: #c1bfda !important;
    color: #FFFFFF !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px !important;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
}

#video-slider .owl-nav button span {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 100%;
}

#video-slider:hover .owl-nav button {
    transform: translate(0, -50%) !important;
    opacity: 1;
    visibility: visible;
}

#video-slider .video-item:hover span:before {
    border-color: var(--hover-color);
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0);
}

#video-slider .owl-nav button.owl-prev {
    top: 50%;
    transform: translate(45px, -50%);
    left: 1%;
    background: #fff !important;
    color: #333 !important;
}

#video-slider .owl-nav button.owl-next {
    right: 1%;
    background: #fff !important;
    color: #333 !important;
    top: 50%;
    transform: translate(-45px, -50%);
}

#video-slider .owl-nav button:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .module-video {
        padding: 30px 0
    }

    #video-slider .owl-nav button.owl-next {
        right: 1% !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }

    #video-slider .owl-nav button.owl-prev {
        left: 1% !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }
}

/* End Video Slide */

/* Start Section Contact */

.module-contact {
    padding: 70px 0;
    background: #fff;
}

.contact-box {
    box-shadow: 0 0 2px 1px rgba(33, 33, 33, .2);
    background: #fff;
    overflow: hidden;
    padding: 15px 45px;
    border-radius: 6px;
}

.contact-box input,
.contact-box textarea {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none !important;
    outline: none !important;
    padding-left: 20px;
    font-size: .9rem;
}

.contact-box .form-group {
    margin-bottom: 1.5rem;
}

.contact-box .form-group i {
    position: absolute;
    top: 10px;
    left: 15px;
}

.module-contact .module--title {
    max-width: 100%;
}

.contact-image {
    box-shadow: 0 0 2px 1px rgba(33, 33, 33, .2);
    border-radius: 6px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .module-contact {
        padding: 30px 0;
    }

    .contact-image {
        margin-top: 30px;
    }

    .contact-box .form-group {
        margin-bottom: 0;
    }

    .contact-box .form-group .position-relative {
        margin-bottom: 1.5rem;
    }
}

/* End Section Contact */

/* Start Blog*/

.module-blog {
    padding: 70px 0;
    background: #F5F5F9;
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.blog-image img {
    transition: .3s ease-in-out all;
    width: 100%;
    vertical-align: middle;
}

.blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    padding: 15px;
}

.blog-content a h4 {
    font-size: 1.1rem;
    color: #fff;
    overflow: hidden;
    line-height: 1.4;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: ease-in-out .3s all;
}

.blog-content a .blog-meta ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.blog-content a .blog-meta ul li {
    padding-right: 30px;
    color: #d1d1d1;
    font-size: .9rem;
    position: relative;
}

.blog-content a .blog-meta ul li i {
    margin-right: 5px;
}

.blog-content a .blog-meta ul li:not(:first-child):before {
    position: absolute;
    content: "";
    left: -20px;
    height: 6px;
    width: 6px;
    background: #d1d1d1;
    border-radius: 100%;
    top: 48%;
    transform: translateY(-50%);
}

.blog-content a .blog-desc {
    color: #d9d9d9;
    line-height: 1.4;
    font-size: .95rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 0;
    transition: .7s all ease-in-out;
    padding-top: .7rem;
}

.blog-item:hover .blog-content a .blog-desc {
    max-height: 200px;
}

.blog-item:hover .blog-image img {
    transform: scale(1.05);
}

.blog-item:hover .blog-content a h4 {
    text-decoration: underline;
}

#blog-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transition-delay: 0.5s;
    background-color: #c1bfda !important;
    color: #FFFFFF !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px !important;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
}

#blog-slider .owl-nav button span {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 100%;
}

#blog-slider .owl-nav button.owl-prev {
    top: 50%;
    left: -4%;
    transform: translate(45px, -50%);
}

#blog-slider .owl-nav button.owl-next {
    top: 50%;
    right: -4%;
    transform: translate(-45px, -50%);
}

#blog-slider:hover .owl-nav button {
    transform: translate(0, -50%) !important;
    opacity: 1;
    visibility: visible;
}

#blog-slider .owl-nav button:hover {
    background: var(--main-color) !important;
}

@media screen and (max-width: 767px) {
    .module-blog {
        padding: 30px 0
    }

    #blog-slider .owl-nav button.owl-next {
        right: -1% !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }

    #blog-slider .owl-nav button.owl-prev {
        left: -1% !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }

    .blog-content {
        position: relative;
        bottom: unset;
        left: unset;
        background-color: #fff;
    }

    .blog-content a h4 {
        color: #333;
    }

    .blog-content a .blog-meta ul li {
        color: #656565;
    }

    .blog-content a .blog-desc {
        display: none;
    }
}

/* Footer */
.footer-logo img {
    max-width: 200px;
}

.wrapper-footer {
    padding: 70px 0;
    position: relative;
    border-top: 1px solid #d1d1d1;
}

.footer--title {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #2d2c40;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
    font-style: normal;
}

.footer--list ul li,
.footer--list ul li a {
    padding-bottom: .1rem;
    font-size: .95rem;
    margin-bottom: 2px;
    line-height: 24px;
    letter-spacing: 0;
    font-style: normal;
    color: #2d2c40;
    transition: .3s padding ease-in-out;
}

.footer--list ul li a i {
    font-size: .8rem;
    transition: .5s transform ease-in-out;
    margin-top: -3px;
}

.footer--list ul li:hover a {
    padding-left: 15px;
    color: var(--main-color)
}

.footer--list ul li:hover a i {
    transform: rotateY(180deg);
}

.footer--list ul li.footer-phone,
.footer--list ul li.footer-address {
    font-weight: 600;
}

.footer--image ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer--image ul li {
    width: calc(100% / 3 - .2rem);
    margin-bottom: .4rem;
}

.footer--image ul li a {
    display: block;
}

.footer--image ul li a img {
    width: 100%;
}

.footer-social {
    margin-top: 1rem;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-social ul li {
    margin-right: .7rem;
}

.footer-social ul li a {
    display: inline-block;
    filter: grayscale(100%);
    transition: .4s all;
}

.footer-social ul li a img {
    width: 30px;
}

.footer-social ul li:hover a {
    filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
    .wrapper-footer {
        padding: 30px 0;
    }
    .footer-social ul {
        justify-content: center;
    }

}

/* End Footer */

/* Start Breadcrumb */

.breadcrumb-main {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.breadcrumb-title {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: capitalize;
}

.breadcrumb-inner {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
}

.breadcrumb-inner li {
    margin: 0 15px;
    position: relative;
}

.breadcrumb-inner li a {
    color: #f1f1f1;
}

.breadcrumb-inner li:not(:first-child):before {
    -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-weight: 800;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    top: 4px;
    left: -20px;
    font-size: 14px;
    color: #d9d9d9;
}

.breadcrumb-inner li a:hover {
    color: #fff;
    text-decoration: underline !important;
}


.breadcrumb-inner li a:not([href]):not([tabindex]),
.breadcrumb-inner li > span {
    font-weight: bold;
    color: #fff !important;
}

/* End Breadcumb */

/* Start page contact */

.page-contact {
    padding: 70px 0;
    background: #f2f4dc;
}

.contact-map {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d9d9d9
}

.contact-map iframe {
    vertical-align: middle;
}

.contact-main {
    display: flex;
    align-items: center;
}

.contact-main .contact-left {
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.contact-left .contact-inner {
    background: var(--hover-color);
    padding: 50px;
}

.contact--content {
    margin-bottom: 2rem;
}

.contact--content .contact--title {
    position: relative;
    margin-bottom: 2rem;
}

.contact--content .contact--title:after,
.contact--content .contact--title:before {
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    background: #f1f1f1;
}

.contact--content .contact--title:before {
    bottom: -8px;
    width: 200px;
}

.contact--content .contact--title:after {
    bottom: -16px;
    width: 90px;
}

.contact--content .contact--title h4 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.contact--content .contact--desc {
    font-size: .9rem;
    color: #f1f1f1;
}

.contact-right .contact--content .contact--title h4,
.contact-right .contact--content .contact--desc {
    color: #444;
}

.contact-right .contact--content .contact--title:after,
.contact-right .contact--content .contact--title:before {
    background: #555;
}

.contact-left .contact-inner .contact-list ul li {
    margin-bottom: .8rem;
    font-size: 1rem;
    color: #f9f9f9;
    display: flex;
    align-items: flex-start;
}

.contact-left .contact-inner .contact-list ul li span.box-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    color: #fff;
}

.contact-left .contact-inner .contact-list ul li span.box-text {
    width: calc(100% - 50px);
    margin-top: -3px;
    font-size: .95rem;
}

.contact-left .contact-inner .contact-list ul li span.box-text p {
    margin-bottom: 0rem;
}

.contact-left .contact-inner .contact-list ul li span.box-text p:first-child {
    font-weight: bold;
}

.contact-main .contact-right {
    width: 70%;
    margin-left: -20%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1;
    padding: 70px 30px 70px 25%;
}

.contact-main .contact-right .form-group {
    margin-bottom: 1.5rem;
}

.contact-main .contact-right .form-group input,
.contact-main .contact-right .form-group textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: .95rem;
    color: #333;
    padding-left: 25px;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
}

.contact-main .contact-right .form-group i {
    position: absolute;
    top: 10px;
    left: 0px;
}

.contact-main .contact-right .form-group input:-webkit-autofill,
.contact-main .contact-right .form-group input:-webkit-autofill:hover,
.contact-main .contact-right .form-group input:-webkit-autofill:focus,
.contact-main .contact-right .form-groupinput:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media screen and (max-width: 767px){
    .page-contact {
        padding: 30px 0;
    }
    .contact-main {
        flex-wrap: wrap;
    }

    .contact-main .contact-left {
        width: 100%;
    }

    .contact-left .contact-inner {
        padding: 30px 15px
    }

    .contact-main .contact-right {
        width: 100%;
        margin-left: 0;
        padding: 30px 15px
    }

}

/* End page contact */

/* Start danh mục bài viết */

.page-category .page-blog-item {
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.page-category .page-blog-item .page-blog-content {
    padding: 15px;
}

.page-category .page-blog-item .page-blog-content .page-blog-title {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    line-height: 1.4;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 44px;
    margin-bottom: .4rem;
    transition: .3s all ease-in-out;
}

.page-category .page-blog-item .page-blog-content .page-blog-meta {
    color: #555;
    font-size: .8rem;
}

.page-category .page-blog-item .page-blog-content .page-blog-meta span {
    margin-right: 15px;
    display: inline-block;
}

.page-category .page-blog-item .page-blog-content .page-blog-meta i {
    margin-right: 5px;
}

.page-category .page-blog-item .page-blog-content .page-blog-desc {
    margin-top: .5rem;
    overflow: hidden;
    line-height: 1.4;
    font-size: .9rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #444 !important
}

.page-category .page-blog-item:hover .page-blog-content .page-blog-title {
    color: var(--main-color)
}

/* End danh mục bài viết */

/* Start chi tiết bài viết */

.sblog-title h1 {
    font-size: 1.6rem;
    font-weight: bold;
}

.sblog-meta ul {
    display: flex;
    align-items: center;
}

.sblog-meta ul li {
    padding-right: 30px;
    color: #444;
    font-size: .9rem;
    position: relative;
}

.sblog-meta ul li i {
    margin-right: 5px;
}

.sblog-meta ul li:not(:first-child):before {
    position: absolute;
    content: "";
    left: -20px;
    height: 6px;
    width: 6px;
    background: var(--main-color);
    border-radius: 100%;
    top: 48%;
    transform: translateY(-50%);
}

.sblog-content {
    padding: 30px 0;
    font-size: .95rem;
}

@media screen and (max-width: 425px) {
    .sblog-meta ul {
        flex-wrap: wrap;
    }

    .sblog-meta ul li {
        width: 50%;
    }
}

/* End chi tiết bài viết */

/* Start sidebar  */
.sidebar-main {
    position: sticky;
    top: 10px;
}

.sidebar-inner {
    position: relative;
    margin-bottom: 2rem;
}

.sidebar-title {
    color: #2d2c40;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .9rem;
    line-height: 1.4;
}

.sidebar-post ul li {
    position: relative;
    padding-bottom: .8rem;
    margin-bottom: .8rem;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-post ul li:last-child {
    border-bottom: 0;
}

.sidebar-post ul li a {
    display: block;
    margin-bottom: .5rem;
    color: #565656;
    font-size: .95rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    font-weight: bold;
    -webkit-box-orient: vertical;
}

.sidebar-post ul li .sidebar-meta {
    font-size: .8rem;
}

.sidebar-post ul li .sidebar-meta i {
    margin-right: 5px;
    font-size: .7rem;
}

.sidebar-category ul li a {
    position: relative;
    padding-left: 25px;
    display: block;
    font-size: .95rem;
    color: #2d2c40;
    margin-bottom: .5rem;
    transition: .3s all ease-in-out;
}

.sidebar-category ul li a:hover {
    color: var(--main-color)
}

.sidebar-category ul li a:before {
    position: absolute;
    left: 5px;
    height: 8px;
    width: 8px;
    top: 7px;
    border-radius: 100%;
    background-color: var(--hover-color);
    content: "";
}

/* End sidebar */

/* Start danh mục sản phẩm */
.pcategory-item {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;;
}

.pcategory-item .pcategory-avatar img {
    width: 100%;
    vertical-align: middle;
}

.pcategory-content {
    padding: 15px;
}

.pcategory-title a {
    font-size: 1.1rem;
    color: #2d2c40;
    font-weight: bold;
    margin-bottom: .8rem;
    transition: .3s all ease-in-out;
}

.pcategory-price {
    margin-top: .4rem;
    color: #FE0101;
    font-weight: bold;
    font-size: .95rem;
}

.pcategory-inner {
    position: absolute;
    top: 41%;
    width: 100%;
    text-align: center;
}

.pcategory-inner a {
    cursor: pointer;
    position: relative;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 18px;
    text-align: center;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    padding: 0;
    opacity: 0;
    transform: translatey(25px);
    -webkit-transform: translatey(25px);
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    left: auto;
    font-weight: 700;
    color: #fff;
    background-color: var(--main-color);
    border: 5px solid #ebe9eb;
    border: 5px solid #ebe9eb;
}

.pcategory-item:hover .pcategory-inner a {
    opacity: 1;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
}

.pcategory-inner a.btn-add-cart {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    color: var(--main-color);
    background-color: #ebe9eb;
    border: 5px solid var(--hover-color)
}

.pcategory-item:hover .pcategory-title a {
    color: var(--main-color);
}

@media screen and (max-width: 767px) {
    .pcategory-item {
        height: 100%;
    }
    .pcategory-content {
        padding: 10px;
    }
    .pcategory-title a {
        font-size: .9rem;
    }
}

/* End danh mục sản phẩm */

/* Start chi tiết sản phẩm */
.page-product {
    background: #fff;
}

.product-images a {
    display: block;
    overflow: hidden;
}

.product-images a img {
    width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.product-amount {
    top: 15px;
    left: -80px;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #A00;
    padding: 0.5em 5em 0.4em 5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    font: bold 16px/1.2em Arial, Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-45deg) scale(0.75, 1);
    z-index: 10;
}

.product-amount:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -0.3em -5em;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    border: 2px rgba(255, 255, 255, 0.7) dashed;
}

.image-thumb {
    overflow: hidden;
    margin-top: 15px;
}

.image-thumb-item {
    padding: 5px;
    background: #f9f9f9;
    border-radius: 4px;
    display: block;
    border: 1px solid #dee2e6 !important;
}

.image-thumb .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.image-thumb .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .9) !important;
    color: #d9d9d9 !important;
    font-size: 1rem !important;
    outline: none !important;
    box-shadow: none !important;
    position: absolute !important;
    height: 40px !important;
    width: 25px !important;
    transition: .3s all ease;
    top: 50%;
    transform: translateY(-50%);
}

.image-thumb .owl-nav button.owl-next {
    right: 0;
}

.image-thumb .owl-nav button span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
    box-shadow: none !important;
    outline: none;
}

.page-product .product-desc-title {
    margin-bottom: 1rem;
    color: #333;
    font-weight: bold;
    font-size: .9rem;
}

.page-product .product-desc li {
    padding-bottom: .75rem;
}

.page-product .product-desc li i, .page-product .product-desc li svg {
    color: var(--main-color);
    margin-right: 5px;
}

.page-product .product-inner {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
}

.page-product .product-inner h1 {
    font-size: 1.4rem;
    color: #343434;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: .5rem;
}

.page-product .product-inner .product-price {
    padding: 10px 0;
    color: #FF3425;
    font-size: 1rem;
    font-weight: bold;
}

.page-product .product-inner .product-price span {
    text-decoration: line-through;
    color: #777;
    font-size: .8rem;
    font-weight: 500;
}

.page-product .product-inner .product-subdesc {
    margin-bottom: 1rem;
    color: #333;
    font-weight: bold;
    font-size: .85rem;
}

.page-product .product-inner .product-actions {
    padding-top: 15px;
}

.page-product .product-inner .product-action-amount .soluong-title {
    font-size: .9rem;
    margin-right: 1rem;
    font-weight: bold;
}

.page-product .product-inner .product-action-amount .input-group {
    width: 150px;
}

.page-product .product-inner .product-action-amount button.changesoluong {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border-color: #d1d1d1;
    transition: .4s all;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.page-product .product-inner .product-action-amount input {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-product .product-action-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-product .product-action-button .btn-add-cart {
    width: 50%;
    box-shadow: none;
    border: 0;
    outline: none;
    height: 45px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    transition: .4s all;
    position: relative;
    display: block;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9rem;
    color: #fff;
    background: var(--main-color);
    border-radius: 4px;
    margin-left: .2rem;
}

.page-product .product-action-button .btn-add-cart-muangay {
    margin-right: .2rem;
    width: 50%;
    box-shadow: none;
    border: 0;
    outline: none;
    height: 45px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    transition: .4s all;
    position: relative;
    display: block;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9rem;
    color: #fff;
    background: -moz-linear-gradient(90deg, #f89009 30%, #f76e1b 70%);
    background: -webkit-linear-gradient(90deg, #f89009 30%, #f76e1b 70%);
    background: -o-linear-gradient(90deg, #f89009 30%, #f76e1b 70%);
    background: -ms-linear-gradient(90deg, #f89009 30%, #f76e1b 70%);
    background: linear-gradient(180deg, #f89009 30%, #f76e1b 70%);
    border-radius: 4px;
}

.page-product .product-action-button .btn-add-cart i {
    margin-right: 5px;
}

.page-product .product-action-button .btn-add-cart:hover {
    opacity: .9;
}

.page-product .product-action-button .btn-add-cart-muangay:hover {
    opacity: .8;
}

.page-product .product-new-title {
    margin-bottom: 1rem;
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.page-product .product-related {
    overflow: hidden;
}

.page-product .product-related-title {
    padding: 10px 15px;
    margin-bottom: 1rem;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: var(--main-color);
    text-transform: capitalize !important;
}

.product-related-item {
    position: relative;
    overflow: hidden;
}

.product-related-item .product-related-avatar img {
    width: 100%;
    vertical-align: middle;
}

.product-related-item .product-related-inner {
    position: absolute;
    top: 41%;
    width: 100%;
    text-align: center;
}

.product-related-item .product-related-inner a {
    cursor: pointer;
    position: relative;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 18px;
    text-align: center;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    padding: 0;
    opacity: 0;
    transform: translatey(25px);
    -webkit-transform: translatey(25px);
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    left: auto;
    font-weight: 700;
    color: #fff;
    background-color: var(--main-color);
    border: 5px solid #ebe9eb;
}

.product-related-item .product-related-inner a.btn-add-cart {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    color: var(--main-color);
    background-color: #ebe9eb;
    border: 5px solid var(--hover-color);
}

.product-related-item:hover .product-related-inner a {
    opacity: 1;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
}

.product-related-item .product-related-content {
    padding: 15px;
}

.product-related-item .product-related-name a {
    font-size: 1rem;
    color: #2d2c40;
    font-weight: bold;
    margin-bottom: .8rem;
    transition: .3s all ease-in-out;
}

.product-related-item:hover .product-related-name a {
    color: var(--main-color)
}

.product-related-item .product-related-price {
    margin-top: .4rem;
    color: #FE0101;
    font-weight: bold;
    font-size: .90rem;
}

@media screen and (max-width: 525px) {
    .page-product .product-action-button {
        flex-wrap: wrap;
    }
    .page-product .product-action-button .btn-add-cart-muangay,
    .page-product .product-action-button .btn-add-cart {
        width: 100%;
        margin: 0 0 10px;
    }
}
/* End chi tiết sản phẩm */

/* Start Tìm kiếm */

#searchForm {
    position: relative;
}

#ketquatim {
    position: absolute;
    top: 150%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    transition: .4s all ease-in-out;
    background: #fff;
    border: 1px solid #f1f1f1;
}

#ketquatim.open {
    top: 104%;
    opacity: 1;
    visibility: visible;
}

#ketquatim ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#ketquatim ul .image {
    width: 60px;
}

#ketquatim ul .image img {
    width: 100%;
}

#ketquatim ul li {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}

#ketquatim ul li:last-child {
    border-bottom: 0;
}

#ketquatim ul .info {
    width: calc(100% - 160px);
    padding: 0 15px
}

#ketquatim ul .price-search {
    width: 100px;
}


/* End tìm kiếm */

/* Start loading */
.dangload {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0px;
    left: 0px;
    display: none;
}

.dangload .boxdangload {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: #f9f9f9;
    text-align: center;
    border-radius: 5px;
    width: 252px;
    margin: auto;
    position: absolute;
    top: 45%;
}

.load .loading-bar {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #dc6082;
    animation: loading-bar-animation .9s ease-in-out infinite;
}

.load .loading-bar:nth-child(2) {
    animation-delay: .13s;
}

.load .loading-bar:nth-child(3) {
    animation-delay: .26s;
}

.load .loading-bar:nth-child(4) {
    animation-delay: .39s;
}

@-webkit-keyframes loading-bar-animation {
    0%, 50% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1, 2.2)
    }
}
/* End loading */
/* 
.header_logo, .footer-logo, .footer__copyright, .filter, .wrapper_copyright {
    display: none;
} */

.user_social {
    display: none !important;
}

/* menu mobile */

/* CSS cho menu khi hiển thị trên các thiết bị di động */
@media only screen and (max-width: 767px) {
    .navigation_main ul {
        display: none; /* Ẩn toàn bộ menu trên các thiết bị di động */
    }
    .navigation_main ul.show {
        display: block; /* Hiển thị menu khi được mở trên các thiết bị di động */
    }

    .navigation_main {
        justify-content: end;
    }

    .w_header_bottom {
        padding: 10px;
    }

    .header_logo a img {
        max-width: 80% !important;
    }
    .header__top .contact__phone a {
        padding: 0;
    }

    .header__top .col_w_50:nth-child(1){
        width: 100%;
    }
    .header__top .col_w_50:nth-child(2) {
        display: none;
    }
        .slider-image {
    height: 140px;
    }

    .header_contact{
        justify-content: space-between !important;
    }

    .navigation_main ul.show {
        background-color: #00a551;
        position: absolute;
        display: block;
        width: 100%;
        top: 85px;
        right: 0;
        left: 0;
    }

    .navigation_main > ul > li > a {
        padding: 10px 20px !important;
        color: #ffff !important;
    }
}

.slider-image:after {
    background: none !important;
}

.navigation_main ul {
    display: none; /* ?n menu ul m?c d?nh */
}

.navigation_main ul.show {
    display: flex;
    flex-direction: column; /* Hi?n th? menu d?c */
    animation: slideIn 0.5s forwards; /* �p d?ng animation slideIn */
}

/* �?nh nghia keyframe cho animation */
@keyframes slideIn {
    0% {
        transform: translateX(-100%); /* B?t d?u t? v? tr� ngo�i c�ng b�n tr�i */
    }
    100% {
        transform: translateX(0); /* K?t th�c t?i v? tr� ban d?u */
    }
}

.nav-toggle {
    display: block; /* Hi?n th? n�t b?m tr�n giao di?n di d?ng */
    cursor: pointer;
    padding: 10px;
    background-color: #00a551;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .navigation_main ul {
        display: flex; /* Hi?n th? menu ul khi m�n h�nh r?ng hon */
    }

    .nav-toggle {
        display: none; /* ?n n�t b?m tr�n m�n h�nh l?n hon */
    }
}
