a {
    color: inherit;
    text-decoration: none !important;
    font-size: inherit;
}

img, iframe {
    vertical-align: middle;
}

.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

.zindex-4 {
    z-index: 4;
}

.zindex-5 {
    z-index: 5;
}

.zindex-10 {
    z-index: 10;
}

.zindex-999 {
    z-index: 999;
}

.text-line-1 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-line-2 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-line-3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-line-4 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.vertical-middle {
    vertical-align: middle;
}

.transition-03 {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.content-before:before, .content-after:after {
    position: absolute;
    content: "";
}

.mb-30, .my-30 {
    margin-bottom: 30px !important;
}

.mt-30, .my-30 {
    margin-bottom: 30px !important;
}

.mb-50, .my-50 {
    margin-bottom: 50px !important;
}

.mt-50, .my-50 {
    margin-bottom: 50px !important;
}

.pt-50, .py-50 {
    padding-top: 50px !important;
}

.pb-50, .py-50 {
    padding-bottom: 50px !important;
}

.pt-30, .py-30 {
    padding-top: 30px !important;
}

.pb-30, .py-30 {
    padding-bottom: 30px !important;
}

/*
*** Content
*/

#slide-blog.owl-carousel .owl-stage {
    display: flex;
    margin-left: 3px;
}

.blog--item {
    padding: 15px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.blog--avatar{
    height: 235px;
}
.blog--avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog--day {
    color: #666;
    font-size: .9rem;
    padding: 10px 0 5px;
}

.blog--title {
    font-size: 1.05rem;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.blog--desc {
    font-size: .9rem;
    color: #333;
}

#slide-blog.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 1rem;
}

#slide-blog.owl-carousel .owl-dots button {
    width: 30px;
    height: 6px;
    background-color: #888;
    margin: 5px;
    outline: none !important;
    box-shadow: none !important;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#slide-blog.owl-carousel .owl-dots button.active, #slide-blog.owl-carousel .owl-dots button:focus, #slide-blog.owl-carousel .owl-dots button:hover {
    background: var(--base-color);
}

#slide-blog.owl-carousel .owl-dots button.active {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

@media screen and (min-width: 991px) {

    .list-module li {
        margin: 0;
        overflow: hidden;
    }

    .list-module li a {
        padding: 1rem 1.7rem;
        overflow: hidden;
        background: #f1f1f1;
        border: 1px solid #f1f1f1;
        color: #333;
        font-size: .8rem;
        transition: .3s all;
        border-radius: 0 !important;
    }

    .list-module li a.active {
        color: #000;
        background: #fff;
        padding: 1.02rem 1.7rem;
        border-color: #d1d1d1;
        border-top: 4px solid var(--base-color);
    }
}

.product--item .product--image img {
    width: 100%;
}

.product--item:hover .product--image img {
    transform: scale(1.1) translate(5px, -3px);
}

.product--description {
    padding-top: 15px;
}

.product--description .product--title {
    width: 60%;
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 0;
}

.product--description .product--price {
    width: 40%;
    text-align: right;
    position: relative;
    background: var(--base-color);
    max-height: 40px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    height: 30px;
}

.product--description .product--price:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    background-color: var(--base-color);
    transform: skew(-18deg, 0deg);
    z-index: 5;
}

.product--description .product--price span {
    font-size: .9rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 6;
}

.product--main {
    padding: 15px 0;
    border-bottom: 1px solid #d1d1d1;
    height: 90px;
}

.product--description ul {
    padding: 10px 0;
}

.product--description [class*="flaticon-"]:before {
    font-size: 1rem;
    margin-right: 5px;
}

.product--item ul li {
    font-size: 1rem;
}

.product--item:hover ul li {
    color: #222;
}

.product--item {
    height: 100%;
}

.wrapper--title {
    text-align: center;
}

.wrapper--title h5 {
    position: relative;
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 1rem;
}

.line--long {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 7px;
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background-color: var(--base-color);
    margin-right: 5px;
}

.line--short {
    display: inline-block;
    vertical-align: top;
    width: 22.5px;
    height: 7px;
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background-color: var(--base-color);
}

/* Header */

.header--inner {
    background: url('../images/header-bg.jpg') center center no-repeat;
    background-size: cover;
}

.header--top {
    padding: 2px 0;
    border-bottom: 1px solid #d1d1d1;
}

.header--top .top--shop h3 {
    font-size: 16px;
    color: #333;
}

.header--top .top--list li a {
    position: relative;
    padding: 5px 10px;
    display: inline-block;
    color: #111;
    font-size: .95rem;
}

.header--top .top--list li:not(:last-child) a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    background: #d9d9d9;
    top: 20%;
    right: 0;
}

.header--top .top--list li:hover a {
    color: var(--base-color)
}

.header--bottom {
    padding: 10px 0;
}

.header--bottom .bottom--logo {
    width: 20%;
}

.header--bottom .bottom--logo img {
    max-width: 70%;
    transition: .3s all ease-in-out;
}

.header--bottom .bottom--content {
    width: 80%;
    transition: .3s all ease-in-out;
}

.header--bottom .bottom--content .bottom--info {
    width: 88%;
    transition: .3s all ease-in-out;
}

.header--bottom .bottom--content .bottom--info .info--inner {
    width: 20%;
}

.header--bottom .bottom--content .bottom--info .info--inner:nth-child(2) {
    width: 34%;
}

.header--bottom .bottom--content .bottom--info .info--inner:first-child {
    width: 46%;
    transition: .3s all ease-in-out;
}

.header--bottom .bottom--content .bottom--social {
    width: 12%;
    transition: .3s all ease-in-out;
}

.info--icons {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid var(--base-color);
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}

.info--icons i {
    transition: .3s all ease-in-out;
}

.info--icons i:before {
    font-size: 18px;
    color: var(--base-color);
    transition: .3s all ease-in-out;
}

.info--icons i.fa-phone:before, .info--icons i.fa-map-marker:before {
    font-size: 22px;
}

.info--desc {
    padding-left: 10px;
    width: calc(100% - 40px);
    padding-right: 15px;
    transition: .3s all ease-in-out;
}

.info--desc p {
    font-size: 15px;
    line-height: 1.3;
    color: #222;
    transition: .3s all ease-in-out;
}

.info--title h5 {
    font-size: 13px;
    color: var(--base-color);
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
}

.info--title p {
    font-size: 14px;
    color: #222;
    transition: .3s all ease-in-out;
}

.bottom--social ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    margin: 0 2px;
    line-height: 30px;
    transition: .3s all ease-in-out;
}

.bottom--social ul li a i {
    font-size: 16px;
    transition: .3s all;
}

.bottom--social ul li a img {
    width: 30px;
    transition: .3s all;
}

.bottom--social ul li.social--facebook a {
    background: #3C579E;
}

.bottom--social ul li.social--facebook:hover a {
    background: #33417f;
}

.bottom--social ul li.social--youtube a {
    background-color: #ff0000;
}

.bottom--social ul li.social--youtube:hover a {
    background-color: #dd0000;
}

.bottom--social ul li.social--zalo a {
    background: #017FC6;
}

.bottom--social ul li.social--zalo:hover a {
    background: #0164a7;
}

@media screen and (min-width: 768px) {
    .humburger {
        display: none;
    }

    .header--navigation {
        background: var(--base-color);
    }

    .navigation--inner > ul > li {
        position: relative;
    }

    .navigation--inner > ul > li > a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: .95rem;
        font-weight: bold;
        padding: 15px;
        transition: .3s all ease-in-out;
    }

    .navigation--inner > ul > li > a > i {
        margin-left: 7px;
        transition: .3s all ease-in-out;
    }

    .navigation--inner > ul > li:hover > a {
        background: var(--hover-color)
    }

    .navigation--inner > ul > li:hover > a > i {
        transform: rotate(180deg);
    }

    .navigation--inner > ul > li > ul.hasBlog {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        width: auto;
        background: #fff;
        border: 1px solid #a9a9a9;
        z-index: 5;
        transform: scaleY(0);
        transition: .3s all ease-in-out;
        transform-origin: top;
        opacity: 0;
        visibility: hidden;
    }

    .navigation--inner > ul > li > ul.hasBlog:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 30px;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 2;
        border-width: 0px 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
    }

    .navigation--inner > ul > li > ul.hasBlog > li:not(:last-child), .navigation--inner > ul > li > ul.hasBlog > li > ul > li:not(:last-child) {
        border-bottom: 1px dotted #d9d9d9;
    }

    .navigation--inner > ul > li > ul.hasBlog > li > a, .navigation--inner > ul > li > ul.hasBlog > li > ul > li > a {
        font-size: .9rem;
        color: #333;
        padding: 7.5px 15px;
        display: block;
        transition: .3s ease-in-out all;
        border: 0;
        outline: none !important;
        box-shadow: none !important;
        position: relative;
    }

    .navigation--inner > ul > li > ul.hasBlog > li > a:after, .navigation--inner > ul > li > ul.hasBlog > li > ul > li > a:after {
        position: absolute;
        content: "";
        width: 0;
        left: 0;
        top: 0;
        height: 100%;
        transition: .3s all cubic-bezier(0.79, 0.14, 0.55, 1.22);
        background: var(--hover-color);
    }

    .navigation--inner > ul > li > ul.hasBlog > li > a > span, .navigation--inner > ul > li > ul.hasBlog > li > ul > li > a > span {
        position: relative;
        z-index: 2;
        transition: .3s all cubic-bezier(0.79, 0.14, 0.55, 1.22);
    }

    .navigation--inner > ul > li:hover > ul.hasBlog {
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
    }

    .navigation--inner > ul > li > ul.hasBlog > li:hover > a:after, .navigation--inner > ul > li > ul.hasBlog > li > ul > li:hover > a:after {
        width: 100%;
    }

    .navigation--inner > ul > li > ul.hasBlog > li:hover > a > span, .navigation--inner > ul > li > ul.hasBlog > li > ul > li:hover > a > span {
        color: #fff;
    }

    .navigation--inner > ul > li > ul.hasBlog > li > ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        width: auto;
        background: #fff;
        border: 1px solid #a9a9a9;
        z-index: 5;
        transform: scaleY(0);
        transition: .3s all ease-in-out;
        transform-origin: top;
        opacity: 0;
        visibility: hidden;
    }

    .navigation--inner > ul > li > ul.hasBlog > li:hover > ul {
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
    }

    .hasProduct {
        position: absolute;
        top: 115%;
        background: #fff;
        left: 0;
        width: 100%;
        border: 1px solid #d1d1d1;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease-in-out;
        transform: scale(0);
    }

    .navigation--inner > ul > li:hover .hasProduct {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        top: 101%;
    }

    .hasProduct > ul > li {
        display: flex;
    }

    .hasProduct > ul > li > .hasProduct--title {
        width: 20%;
        padding: 15px 10px 13px 15px;
        border-left: 3px solid #fff;
        font-size: .9rem;
        font-weight: 700;
        color: var(--base-color);
        text-transform: uppercase;
        position: relative;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

    .hasProduct > ul > li:not(:last-child) > .hasProduct--title {
        border-bottom: 1px solid #d9d9d9;
    }

    .hasProduct > ul > li > .hasProduct--title > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hasProduct > ul > li.active > .hasProduct--title, .hasProduct > ul > li:hover > .hasProduct--title, .hasProduct > ul > li:focus > .hasProduct--title {
        border-left-color: var(--base-color);
        color: var(--base-color);
        background: #f5f7f7 !important;
    }

    .hasProduct > ul > li > .hasProduct--inner {
        width: 80%;
        padding: 15px;
        position: absolute;
        right: 0;
        z-index: 2;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        transition: .3s all ease-in-out;
        height: 100%;
    }

    .hasProduct > ul > li.active > .hasProduct--inner, .hasProduct > ul > li:hover > .hasProduct--inner, .hasProduct > ul > li:focus > .hasProduct--inner {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .hasProduct > ul:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 20%;
        background: #dedede;
        z-index: 0;
        opacity: 1;
    }

    .hasProduct--title a h4 {
        font-size: .9rem;
        color: var(--base-color);
        line-height: 1.5;
        margin-bottom: 0;
        margin-top: .75rem;
    }

    .hasProduct--price {
        position: absolute;
        bottom: 0;
        color: #fff;
        font-weight: bold;
        background: rgba(27, 76, 135, 1);
        padding: 2px 10px;
        text-align: center;
    }

    .hasProduct--price:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: -15px;
        height: 100%;
        width: 32px;
        background: rgba(27, 76, 135, 1);
        transform: skew(18deg, 0deg);
        z-index: 5;
    }

    .hasProduct--price span {
        font-size: .75rem;
        color: #fff;
        font-weight: bold;
        position: relative;
        z-index: 6;
    }

    .hasProduct--box:hover .hasProduct--image img {
        transform: scale(1.1);
    }

    .hasProduct--box:after {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hasProduct--box:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    .hasProduct--box:hover:after, .hasProduct--box:focus:after {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@media screen and (max-width: 767px) {
    .header--top, .bottom--content {
        display: none;
    }

    .header--bottom .bottom--logo {
        width: 100%;
        text-align: center;
    }

    .header--bottom .bottom--logo img {
        max-width: 100px;
    }

    .humburger {
        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 99999;
        top: 50%;
        transform: translateY(-50%);
        right: 15px
    }

    .humburger:before, .humburger:after, .humburger span {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        width: 20px;
        border-radius: 1px;
        background: var(--base-color);
        transition: all .3s;
    }

    .humburger:before {
        top: 37%;
    }

    .humburger:after {
        bottom: 36%;
    }

    .humburger span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
    }

    .overlay:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        z-index: 85;
        width: 100vw;
        height: 100vh;
        visibility: hidden;
        background: transparent;
        transition: all .4s;
    }

    .header--navigation {
        display: flex;
        align-items: center;
        position: fixed;
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        top: 0;
        left: -150%;
        overflow-y: auto;
        z-index: 1000100;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        height: 100vh;
        max-width: 380px;
        background: #fff;
        border-bottom: none;
        transition: all .3s;
    }

    .header--navigation > .container, .header--navigation > .container > .row, .header--navigation > .container > .row > .col-12 {
        padding: 0;
        margin: 0;
    }

    .header--navigation .navigation--inner ul li.logo--mobile {
        background: #f1f8f9;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px dashed #d1d1d1;
    }

    .header--navigation .navigation--inner ul li.logo--mobile img {
        max-width: 90px;
    }

    .header--navigation .navigation--inner > ul > li:not(.logo--mobile) > a, .header--navigation .navigation--inner > ul > li > ul.hasBlog > li > a {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        justify-content: space-between;
        border-top: 1px solid #d9d9d9;
        font-weight: bold;
        font-size: .8rem;
        color: #222;
        transition: .3s all ease-in-out;
    }

    .header--navigation .navigation--inner > ul > li:nth-child(2) > a {
        border-top: 0;
    }

    .header--navigation .navigation--inner > ul > li:last-child > a, .header--navigation .navigation--inner > ul > li.position-static.active_navProduct > a {
        border-bottom: 1px solid #d9d9d9;
    }

    .header--navigation .navigation--inner > ul > li > ul, .header--navigation .navigation--inner > ul > li > .hasProduct {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background-color: #f1f9f9;
    }

    .header--navigation .navigation--inner > ul > li > ul.active_subMenu, .header--navigation .navigation--inner > ul > li > .hasProduct.active_subMenu {
        max-height: 500px;
    }

    .header--navigation .navigation--inner > ul > li > .hasProduct.active_subMenu {
        background: #fff;
    }

    .hasProduct {
        position: relative;
    }

    .hasProduct > ul > li {
        display: flex;
    }

    .hasProduct > ul:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 45%;
        background: #dedede;
        z-index: 0;
        opacity: 1;
    }

    .hasProduct > ul > li > .hasProduct--title {
        width: 45%;
        padding: 15px 10px 15px 15px;
        border-left: 3px solid #fff;
        font-size: .8rem;
        font-weight: 700;
        color: var(--base-color);
        text-transform: uppercase;
        position: relative;
        transition: all .2s ease-in-out;
        cursor: pointer;
        background: #fff;
        border-top: 1px solid #d9d9d9;
    }

    .hasProduct > ul > li > .hasProduct--title:after {
        position: absolute;
        content: "";
        width: 0;
        left: 0;
        top: 0;
        height: 100%;
        transition: .3s all cubic-bezier(0.79, 0.14, 0.55, 1.22);
        background: var(--base-color);
    }

    .hasProduct > ul > li.active > .hasProduct--title:after {
        width: 100%;
    }

    .hasProduct > ul > li.active > .hasProduct--title > a {
        color: #fff;
    }

    .hasProduct > ul > li > .hasProduct--title > a {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .3s all ease-in-out;
    }

    .header--navigation .navigation--inner > ul > li.position-static.active_navProduct li:first-child > .hasProduct--title {
        border-top: 0;
    }

    .hasProduct > ul > li:last-child > .hasProduct--title {
        border-bottom: 0;
    }

    .hasProduct > ul {
        position: relative;
    }

    .hasProduct > ul > li > .hasProduct--inner {
        width: 55%;
        padding: 10px;
        position: absolute;
        right: 0;
        z-index: 2;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        transition: .3s all ease-in-out;
        height: 100%;
        min-height: 410px;
        overflow-y: scroll;
    }

    .hasProduct > ul > li.active > .hasProduct--inner {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .header--navigation .navigation--inner > ul > li > ul.hasBlog > li > a {
        font-weight: 500;
        padding-left: 35px;
        position: relative;
    }

    .header--navigation .navigation--inner > ul > li > ul.hasBlog > li > a:before {
        position: absolute;
        content: "";
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: var(--base-color);
        height: 8px;
        width: 8px;
        border-radius: 100%;
    }

    .hasProduct--box:after {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hasProduct--price {
        position: absolute;
        bottom: 0;
        color: #fff;
        font-weight: bold;
        background: rgba(27, 76, 135, 1);
        padding: 2px 10px;
        text-align: center;
    }

    .hasProduct--price:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        right: -15px;
        height: 100%;
        width: 32px;
        background: rgba(27, 76, 135, 1);
        transform: skew(18deg, 0deg);
        z-index: 5;
    }

    .hasProduct--price span {
        font-size: .75rem;
        color: #fff;
        font-weight: bold;
        position: relative;
        z-index: 6;
    }

    .hasProduct--title a h4 {
        font-size: .9rem;
        color: var(--base-color);
        line-height: 1.5;
        margin-bottom: 0;
        margin-top: .75rem;
    }

    /*
        Active Mobile
    */
    .active_mobile {
        z-index: 9999999 !important;
    }

    .active_mobile.overlay:before {
        visibility: visible;
        background: rgba(0, 0, 0, 0.6);
    }

    .active_mobile .humburger:before {
        top: 50%;
        margin-top: -1px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .active_mobile .humburger:after {
        bottom: 50%;
        margin-bottom: -1px;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .active_mobile .humburger span {
        opacity: 0;
    }

    .active_mobile .header--navigation {
        left: 0;
    }
}

.wrapper--header.header__scroll {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 99;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 991px) {
    .wrapper--header.header__scroll .header--top {
        display: none;
    }

    .wrapper--header.header__scroll .header--bottom .bottom--logo img {
        max-width: 50%;
    }

    .wrapper--header.header__scroll .info--icons {
        width: 27px;
        height: 27px;
        line-height: 20px;
    }

    .wrapper--header.header__scroll .info--icons i:before {
        font-size: 15px;
    }

    .wrapper--header.header__scroll .info--desc p, .wrapper--header.header__scroll .info--title p {
        font-size: 14px;
    }

    .wrapper--header.header__scroll .bottom--social ul li a {
        width: 27px;
        height: 27px;
        line-height: 27px;
    }

    .wrapper--header.header__scroll .bottom--social ul li a img {
        width: 23px;
    }

    .wrapper--header.header__scroll .bottom--social ul li a i {
        font-size: 15px;
    }

    .wrapper--header.header__scroll .navigation--inner > ul > li > a {
        font-size: .9rem;
    }
}

.testimonial--inner .testimonial--content {
    background: var(--base-color);
    padding: 40px 30px;
    position: relative;
}

.testimonial--inner .testimonial--content:before {
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    border-width: 20px 20px 0 0;
    border-color: var(--base-color) transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -20px;
}

.testimonial--inner .testimonial--content i {
    display: table-cell;
    color: #fff;
    font-size: 50px;
    padding-right: 20px;
}

.testimonial--inner .testimonial--content p {
    color: #fff;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.5;
}

.testimonial--inner .testimonial--info {
    margin-top: 50px;
}

.testimonial--inner .testimonial--info .testimonial--avatar {
    display: table-cell;
    padding-right: 20px;
}

.testimonial--inner .testimonial--info .testimonial--avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.testimonial--inner .testimonial--info .testimonial--name h6 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.testimonial--inner .testimonial--info .testimonial--name span {
    font-size: 1rem;
    color: #d1d1d1
}

#testimonial--slide .owl-item {
    opacity: .2;
}

#testimonial--slide .owl-item.center {
    opacity: 1;
}

#testimonial--slide .owl-dots, #slide-partner .owl-dots {
    display: inline-block;
    position: relative;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

#testimonial--slide .owl-dots .owl-dot, #slide-partner .owl-dots .owl-dot {
    display: inline-block;
    margin-top: 20px;
    box-shadow: none !important;
    outline: none !important;
    width: auto;
    height: auto;
    background-color: transparent;
}

#testimonial--slide .owl-dots .owl-dot span, #slide-partner .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

#testimonial--slide .owl-dots .owl-dot.active span, #slide-partner .owl-dots .owl-dot.active span {
    background: var(--base-color);
    width: 24px;
}

.wrapper--testimonial {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: opacity .5s ease;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0;
}

.background--overlay {
    background-repeat: repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #0c0c0c;
    opacity: 0.7;
}

.wrapper--testimonial .wrapper--title h5 {
    color: #fff;
}

.wrapper--testimonial .line--short, .wrapper--testimonial .line--long {
    background: #fff
}

.wrapper-footer {
    position: relative;
    background: url('../images/pattern.png') center center;
}

.wrapper-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6;
}

@media screen and (max-width: 600px) {
    .wrapper-footer {
        padding-bottom: 56px;
    }
}

.phone-number a, .footer-title h4 {
    color: #fff;
}

.footer-aboutus, .footer-list li a {
    color: #f1f1f1
}

.footer-copyright {
    background: #232323
}

.footer-copyright, .list-social li a {
    color: #d1d1d1
}

.wrapper--aboutus {
    background-size: cover;
    background-position: right;
}

.about--content {
    padding: 50px 30px;
    background: rgba(27, 76, 135, .8);
}

.about--content .wrapper--title {
    text-align: right;
}

.about--content .wrapper--title h5 {
    color: #fff;
    font-size: 2rem;
}

.wrapper--title.title--child h5 {
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.about--content .line--long, .about--content .line--short {
    background-color: #fff;
}

.aboutus--icon i:before {
    font-size: 2rem;
    color: #fff;
}

.aboutus--icon {
    margin-left: 1rem;
}

.aboutus--item {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.aboutus--desc h6 {
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0rem;
}

.aboutus--desc p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}

#slide-partner .owl-item img {
    width: auto;
    margin: 0 auto;
}

#slide-partner .owl-dots {
    display: inline-block;
    position: relative;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

#slide-partner .owl-dots .owl-dot {
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
    width: auto;
    height: auto;
    background-color: transparent;
}

#slide-partner .owl-dots .owl-dot span {
    background: #444;
    border-radius: 30px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

#slide-partner .owl-dots .owl-dot.active span {
    background: var(--base-color);
    width: 24px;
}

.modal-header:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 2;
    border-width: 12px 12px 0px 12px;
    border-color: var(--base-color) transparent transparent transparent;
}

.modal-title {
    font-size: 1.2rem;
    color: #f6f5f9;
}

.modal-content {
    border: 0;
}

.modal-body {
    padding-top: 30px;
}

.form-modal {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 45px;
    margin-bottom: 1.5rem;
}

.form-modal label {
    height: 100%;
    width: 25%;
    display: flex;
    justify-content: center;
    color: #111 !important;
    margin-bottom: 0;
    border: 1px solid #d9d9d9;
    border-right: 0;
    background: #f1f1f1;
    align-items: center;
    font-weight: 500 !important;
}

.form-modal label i:before {
    font-size: 24px;
}

.form-modal .form-control {
    width: 75%;
    height: 100% !important;
}

.btn-result {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

.btn-result .btn {
    outline: none !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1em;
    border-radius: 0;
    border: 1px solid transparent;
    width: 220px;
    height: 38px;
    background-color: var(--base-color);
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important
}

.btn-result .btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 23px solid #fff;
    position: absolute;
    bottom: -35%;
    left: -1px;
    -webkit-transform: rotate(-45deg) translateX(-50px);
    transform: rotate(-45deg) translateX(-50px);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.btn-result .btn:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 23px solid #fff;
    position: absolute;
    top: -35%;
    right: -2px;
    -webkit-transform: rotate(135deg) translateX(-50px);
    transform: rotate(135deg) translateX(-50px);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.btn-result .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}

.btn-result .btn span i {
    margin-left: 7px;
    margin-top: -4px;
}

.btn-result .btn:hover:before, .btn-result .btn:focus:before {
    -webkit-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
}

.btn-result .btn:hover:after, .btn-result .btn:focus:after {
    -webkit-transform: rotate(135deg) translateX(0);
    transform: rotate(135deg) translateX(0);
}

.table-bordered, .text-wrap table {
    border: 1px solid #dee2e6 !important;
}

.wrapper--sales .header-section h1 {
    padding-left: 0;
}

.wrapper--sales ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.wrapper--sales ul li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 10px;
}

.wrapper--sales ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--base-color)
}

.wrapper--child .wrapper--title {
    text-align: left;
}

.wrapper--child .wrapper--title h5 {
    font-size: 1.5rem;
    margin-bottom: .7rem;
}

.wrapper--child .line--long, .wrapper--child .line--short {
    height: 4px;
}

.wrapper--sales .blog-item {
    padding: 10px;
    height: auto;
}

.wrapper--sales .blog-item .blog-image a {
    position: relative;
    display: block;
}

.wrapper--sales .blog-item .blog-image a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s all;
}

.wrapper--sales .blog-item .blog-image a:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.product--item.accessories-link .product--description {
    padding-top: 5px;
}

.product--item.accessories-link .product--description .product--title {
    font-size: 1rem;
    line-height: 1.3;
}

.product--item.accessories-link .product--main {
    border-bottom: 0;
}

.product--item.accessories-link .product--main .product--price {
    width: auto;
    margin-left: auto;
}

.product--item.accessories-link .product--image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s all;
}

.product--item.accessories-link:hover .product--image:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.buttonColor {
    display: inline-block;
    padding: 0.7em 1.7em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    transition: .3s ease-in-out all;
    color: #FFFFFF;
    background-color: var(--base-color);
    text-align: center;
    position: relative;
    outline: none !important;
}

.buttonColor i {
    font-size: 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 0.3em;
    margin-left: 0.3em;
    transition: .3s all ease-in-out;
}

.buttonColor:hover {
    background: var(--hover-color);
    color: #fff;
}

.wrapper-product .product-name {
    font-size: 1.7rem;
    color: #000;
    font-weight: bold;
    position: relative;
}

.product--inner {
    border-left: 1px solid #d9d9d9;
    padding-left: 30px;
}

.product--inner .product-name {
    padding-bottom: .5rem;
    margin-bottom: .75rem;
    border-bottom: 4px solid var(--base-color);
    position: relative;
}

.product--inner .product-name:before {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 150px;
    background: #000;
    height: 4px;
}

.product--single-price {
    font-size: 1.4rem;
    color: var(--base-color);
    font-weight: bold;
}

.car-preview-content .banner-price {
    color: #181818;
}

.car-preview-content .description > p {
    font-weight: bold;
    color: #181818;
    margin-bottom: .5rem;
}

.product--color {
    position: absolute;
    top: 0;
    right: -5px;
}

.product--color ul {
    max-height: 257px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    height: 100%;
}

.product--color ul li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-style: solid;
    border-width: 1px;
    transition: .3s all ease-in-out;
    margin-left: 5px;
}

.product--color ul li a.active_choose {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1.5px inset;
}

.wrapper--service {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.service--inner {
    position: relative;
    background: rgba(255, 255, 255, .9);
    padding: 50px;
    border: 1px solid #d9d9d9;
}

.service--inner:before {
    content: "";
    display: block;
    width: 15px;
    height: 98%;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 1%;
    left: -15px;
}

.service--inner:after {
    content: "";
    display: block;
    width: 15px;
    height: 98%;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 1%;
    right: -15px;
}

.service--inner .service--logo img {
    margin: 0 auto;
    max-width: 120px;
}

.service--inner .wrapper--title h5 {
    text-transform: uppercase;
    font-size: 1.6rem;
}

.service--inner .wrapper--title {
    margin: 50px 0;
}

.service--inner .service--content .service--desc {
    text-align: center;
    line-height: 1.5;
    font-size: 1rem;
    color: #333;
}

.service--action {
    margin-top: 50px;
    text-align: center;
}

.service--action a {
    font-size: .9rem;
}

.wrapper--contact {
    padding: 0;
}

.contact--background {
    position: relative;
    padding-top: 20.8333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    top: 0;
    left: 0;
}

.contact--main {
    position: relative;
    padding: 50px 90px;
    background: #fff;
    margin-top: -150px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 3px 18px rgba(35, 38, 40, .3);
}

.contact--main label {
    font-weight: bold;
    color: #222;
    font-size: .9rem;
}

.contact--main input {
    height: 42px;
}

.contact--main input, .contact--main textarea, .contact--main select {
    box-shadow: none !important;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    color: #333;
    background: #fff;
    font-size: .9rem;
}

.contact--content {
    background: #fff;
    box-shadow: 0px 3px 18px rgba(35, 38, 40, .3);
}

.contact--title {
    margin-left: 0px;
    display: inline-block;
    background: var(--base-color);
    width: 100%;
    margin-top: 5px;
}

.contact--title h5 {
    background: #fff;
    color: var(--base-color);
    margin-left: 5px;
    margin-top: -5px;
    border-top: 5px solid #000;
    padding: 15px;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 0;
}

.contact--list li .contact--icon {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact--list li .contact--icon i {
    font-size: 16px;
}

.contact--list li .contact--icon i.fa-map-marker, .contact--list li .contact--icon i.fa-phone {
    font-size: 20px;
}

.contact--list li {
    padding: 15px;
    margin-bottom: 1rem;
}

.contact--list li .contact--desc {
    width: calc(100% - 35px);
    padding-left: 15px;
    font-size: 1rem;
    color: #444;
}

.contact--list li .contact--desc p {
    margin-bottom: .2rem;
    font-weight: bold;
    color: #111;
    font-size: .9rem;
}

.buttonSingle {
    color: #FFF;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    background-color: var(--base-color);
    padding: 10px 30px;
    line-height: 1.2;
    transition: .3s all ease-in-out;
}

.buttonSingle p {
    margin-bottom: 0;
    font-size: .9rem;
    padding-right: 1rem;
}

.buttonSingle p span {
    font-size: 1.3rem;
    font-weight: bold;
}

.buttonSingle i {
    font-size: 1.8rem;
}

.buttonSingle:hover {
    background-color: var(--hover-color);
    color: #fff;
}

@media screen and (max-width: 991px) {
    .list-module li a {
        background: transparent;
        padding: .3rem .85rem;
        border-radius: 4px;
        border: 1px solid transparent;
    }

    .list-module li a.active {
        border-color: var(--base-color)
    }
}

@media screen and (max-width: 768px) {

    .about--content {
        padding: 50px 15px;
    }

    .wrapper--title h5 {
        font-size: 2rem;
    }

    .about--content .wrapper--title {
        text-align: center;
    }

    .aboutus--item {
        flex-direction: row;
        padding-left: 0;
        align-items: center;
    }

    .aboutus--icon {
        margin-left: 0;
        margin-right: 10px;
    }

    .aboutus--desc h6 {
        font-size: 1rem;
    }

    .aboutus--desc p {
        font-size: .9rem;
        word-break: break-word;
    }

    .product--description .product--price {
        padding: 0 5px;
        width: 45%;
    }

    .product--description .product--price span {
        font-size: .8rem;
    }

    .product--item.accessories-link .product--description .product--title {
        font-size: .9rem;
        line-height: 1.2;
        width: 55%;
    }

    .mobileNav--item li {
        margin: 0;
    }

    .mobileNav--item li a, .mobileNav--item li a.active {
        padding: .7rem .2rem;
        font-size: .75rem;
    }

    #mobileNav--slider .owl-nav {
        position: absolute;
        top: -30px;
        width: 100%;
    }

    #mobileNav--slider .owl-nav button {
        position: absolute;
    }

    #mobileNav--slider .owl-nav button.owl-prev {
        left: 0;
    }

    #mobileNav--slider .owl-nav button.owl-next {
        right: 0;
    }

    .slider-content {
        padding: 62px 0px;
    }

    .nivo-controlNav {
        padding: 3px 0;
    }

    .nivo-controlNav a {
        border-width: 2px;
        width: 20px;
    }

    .phone-text {
        font-size: .8rem;
    }

    .contact--main {
        margin-top: 30px;
        padding: 50px 30px;
    }

    .product--inner {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #d9d9d9;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .product-image-inner {
        padding-bottom: 30px;
    }

    .product--color {
        bottom: -15px;
        top: unset;
        right: unset;
        left: 0px;
    }

    .product--color ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap-reverse;
        flex-direction: row;
    }

    .product--color ul li {
        margin-right: 5px;
    }

    .buttonSingle {
        line-height: 1.2;
        padding: 5px 30px;
    }

    .buttonSingle p span {
        font-size: 1.1rem;
    }

    .buttonSingle i {
        font-size: 1.5rem;
    }

    .logo--mobile button {
        background-color: transparent;
        box-shadow: none !important;
        outline: none !important;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        font-size: 1.2rem;
        border: 0;
        color: #333;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
}

.wrapper--footer {
    padding: 50px 0 10px;
    background: #f6f6f6;
}

.s-footer-title h4 {
    color: #222;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.s-footer-about {
    padding-top: 3px;
    font-size: .95rem;
    color: #333;
    line-height: 1.3;
    max-width: 80%;
}

.s-footer-content ul li a {
    font-size: .95rem;
    color: #333;
    padding: 3px 0;
    display: block;
    transition: .3s all ease-in-out;
}

.s-footer-content ul li:hover a {
    color: var(--base-color)
}

.s-footer-info h5 {
    color: var(--base-color);
    font-size: 1.3rem;
    text-transform: uppercase;
}

.s-footer-info p {
    font-size: .95rem;
    color: #333;
}

.s-footer-info p span {
    padding-left: 10px;
}

.s-footer-info p span:not(:last-child) {
    border-right: 1px solid #247bcf;
    padding-right: 10px;
}

.s-footer-copyright {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #d9d9d9;
}

.s-footer-copyright .text-copyright {
    color: #333
}

.s-footer-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.1rem;
    border-radius: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: unset;
    transition: .3s all ease-in-out;
}

.s-footer-copyright ul li a i {
    margin-right: 0;
}

.s-footer-social ul li:first-child a {
    background-color: #3C579E;
}

.s-footer-social ul li:first-child:hover a {
    background: #33417f;
}

.s-footer-social ul li:nth-child(2) a {
    background-color: #ff0000;
}

.s-footer-social ul li:nth-child(2):hover a {
    background-color: #dd0000;
}

.s-footer-social ul li:nth-child(3) a {
    background-color: #017FC6
}

.s-footer-social ul li:nth-child(3):hover a {
    background-color: #0164a7;
}

@media screen and (max-width: 768px) {
    .s-footer-info h5 {
        font-size: 1.1rem;
    }

    .wrapper--footer {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 575px) {
    .s-footer-info p span {
        border-left: 0;
        padding-left: 0;
        padding-right: 0;
        display: block;
        padding-bottom: 7px;
    }

    .testimonial--inner .testimonial--content p {
        -webkit-line-clamp: unset;
    }
}

@media screen and (min-width: 768px) {
    .blog--title {
        height: 46px;
    }
}

.readmore-blog {
    box-shadow: 0;
    background: #1b4c87;
    border-radius: 0;
    border: 1px solid #1b4c87;
    color: #fff;
    font-weight: 400;
    transition: .3s ease-in-out;
}

.readmore-blog:hover {
    background: transparent;
    color: #1b4c87;
}

.layer-1-3 {
    margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: var(--base-color);
}

.layer-1-3 a.ready-btn:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-decoration: none;
}

.modal-header .close {
    top: 0;
    right: 0;
    padding: 15px 20px;
}

.lightbox {
    z-index: 1111111111111111;
}

.wrapper--title h5 {
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .nivo-directionNav {
        display: block;
    }

    .nivo-prevNav {
        left: 15px;
        margin-top: 0;
        transform: translateY(-50%);
    }

    .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
        left: 15px;
    }


    .nivo-nextNav {
        right: 15px;
        margin-top: 0;
        transform: translateY(-50%);
    }

    .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
        right: 15px;
    }

    .slider-content {
        padding: 50px 0;
    }

    .nivo-directionNav a.nivo-prevNav::before,
    .nivo-directionNav a.nivo-nextNav::before {
        width: 30px;
        height: 50px;
        line-height: 50px;
        transform: translateY(0);
    }

    .layer-1-2 h1 {
        text-align: center;
        font-size: 1.3rem;
    }

    .s-footer-about {
        max-width: 100%;
    }
}

.partner--item.wrapper--sales {
    height: 100%;
    display: flex;
}

#slide-partner.owl-carousel .owl-stage {
    display: flex;
}

.partner--item .blog-item .blog-description {
    padding: 15px 5px;
}
.sidebar-list ul li a .sidebar-list-image{
    height: 85px;
}
.sidebar-list ul li a .sidebar-list-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}