/*
Template: Geniot - Smart Car Product Landing Page
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in
*/
/*================================================
[  Table of contents  ]
================================================
:: General
:: Fonts
:: Loader
:: Title
:: Button
:: Back to Top
:: Header
:: Side Menu
:: Banner
:: About
:: Features
:: Video
:: Services
:: Smart Features
:: Partners
:: Instagram Box
:: Footer
:: Error
:: Coming Soon
======================================
[ End table content ]
======================================*/
body {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

a,
input,
button {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #222222;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}

/*---------------------------------------------------------------------
General
-----------------------------------------------------------------------*/
section {
    padding:10px 0;
}

p {
    color: #777785;
}

.white-bg {
    background: #ffffff;
}

/*---------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

/*---------------------------------------------------------------------
Loader
-----------------------------------------------------------------------*/
#loading {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@keyframes quiet {
    25% {
        transform: scaleY(.6);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.8);
    }
}

@keyframes normal {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(.6);
    }
}

@keyframes loud {
    25% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(.4);
    }

    75% {
        transform: scaleY(1.2);
    }
}

.boxContainer {
    display: flex;
    justify-content: space-between;
    height: 64px;
    --boxSize: 8px;
    --gutter: 4px;
    width: calc((var(--boxSize) + var(--gutter)) * 5);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box {
    transform: scaleY(.4);
    height: 100%;
    width: var(--boxSize);
    background: #00befd;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 50px;
    margin: 0 -25px;
}

.box1 {
    animation-name: quiet;
}

.box2 {
    animation-name: quiet;
}

.box3 {
    animation-name: normal;
}

.box4 {
    animation-name: quiet;
}

.box5 {
    animation-name: quiet;
}

.box7 {
    animation-name: quiet;
}

.box8 {
    animation-name: quiet;
}

.box6 {
    width: 10px;
    height: 26px;
    border-radius: 100%;
    margin-top: 19px;
}

.box7 {
    width: 8px;
    height: 36px;
    border-radius: 100px;
    margin-top: 14px;
}

.box8 {
    width: 8px;
    height: 36px;
    border-radius: 100px;
    margin-top: 14px;
}

.box9 {
    width: 10px;
    height: 26px;
    border-radius: 100%;
    margin-top: 19px;
}

/*---------------------------------------------------------------------
Title
-----------------------------------------------------------------------*/
.title-box {
    position: relative;
}

.title-box .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    color: #212529;
}

.title-box .title:before {
    position: absolute;
    left: -100%;
    top: 45px;
    background: #dddddd;
    width: 100%;
    height: 1px;
    content: "";
    z-index: -1;
    margin-left: -10px;
}

.title-box .v-text {
    display: inline-block;
    position: absolute;
    left: 0;
    font-weight: 600;
    top: 20px;
    font-size: 20px;
    color: #dddddd;
    z-index: 9;
    border: 1px solid #dddddd;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.title-box .v-text span {
    position: absolute;
    left: 12px;
    top: 0;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.title-box.white .title {
    color: #ffffff;
}

.title-box.white .title:before {
    background: rgba(255, 255, 255, 0.2);
}

.title-box.white .v-text {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0);
}

.hight-text {
    position: relative;
}

.hight-text:before {
    position: absolute;
    background: rgba(0, 191, 253, 0.5);
    content: "";
    left: 0;
    bottom: 3px;
    height: 5px;
    width: 100%;
    z-index: -1;
}

/*---------------------------------------------------------------------
Button
-----------------------------------------------------------------------*/
.button {
    background: #00befd;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 50px;
    margin-right: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    border: 1px solid #00bffd;
    cursor: pointer;
}

.button:hover,
.button:focus {
    background: #00abe4;
    color: #ffffff;
    text-decoration: none;
}

/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
    z-index: 9999;
    position: fixed;
    margin: 0px;
    color: #ffffff;
    background: #1c2d50;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#back-to-top .top:hover {
    background: #00bffd;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

#back-to-top i {
    font-family: FontAwesome;
}

/*---------------------------------------------------------------------
Header
-----------------------------------------------------------------------*/
header {
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    z-index: 99;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

header .logo img {
    height: 50px;
    margin-top: 2px;
}

header.menu-sticky {
    position: fixed;
    padding: 5px 0;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

header.menu-sticky .user {
    color: #212529 !important;
    margin-top: 0;
    margin-right: 80px;
}

header.menu-sticky #menu {
    top: 0;
    display: none;
    right: 30px;
}

/*================
login
================*/
.user {
    font-size: 16px;
    color: #ffffff !important;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    border-radius: 100px;
    margin-right: 80px;
    text-decoration: inherit !important;
}

.user-login {
    background: rgba(255, 255, 255, 0.9);
}

.user-login .modal-content {
    border: 4px solid #00bffd;
    border-radius: 10px;
}

.user-login .modal-header {
    border-bottom: none;
}

.user-login .modal-body {
    padding-top: 0;
}

.user-form .tab-content {
    margin: 40px 0 20px 0;
}

.user-form .nav-pills {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.user-form .nav-pills li {
    position: relative;
    width: 50%;
    text-align: center;
}

.user-form .nav-pills .nav-link {
    position: relative;
    font-size: 20px;
    box-shadow: inherit;
    border-bottom: 2px solid #edecec;
    background: none;
    border-radius: 0;
    font-weight: 500;
    padding: 20px 0
}

.user-form .nav-pills .nav-link.active {
    border-bottom: 2px solid #00bffd;
    color: #00bffd;
}

.user-form .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00bffd;
    margin-left: -5px;
}

.user-form .form-check-label {
    padding-left: 25px;
    vertical-align: top;
}

.user-form input[type="checkbox"] {
    margin-left: inherit;
    height: 16px;
    width: 16px;
}

.user-form .form-control {
    height: 50px;
    border-radius: 100px;
    padding-left: 20px;
    box-shadow: none !important;
}

.user-form hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.user-form .form-check {
    padding-left: 10px;
    text-align: left;
}

.user-form .user-link {
    color: #00bffd;
}

.user-form .user-link:hover {
    text-decoration: underline;
}

.user-form .small-font {
    font-size: 14px;
}

.user-form .button {
    background: #edecec;
    color: #25292d;
    padding: 10px 50px;
    border: 1px solid #e9e9ea;
    width: 100%;
    outline: none;
    margin: 20px 0;
    margin-top: 50px;
}

.user-form .button:hover {
    background: #00bffd;
    color: #ffffff;
}

.modal-backdrop {
    z-index: inherit;
}

/*---------------------------------------------------------------------
Side Menu
-----------------------------------------------------------------------*/
#side-menu-icon {
    z-index: 120;
    float: right;
    margin-top: 5px;
    position: relative;
}

#menu {
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    padding: 10px 0px 13px 30px;
    right: -10px;
}

#menu span,
#menu span:before,
#menu span:after {
    cursor: pointer;
    height: 2px;
    width: 30px;
    background: #1c2d50;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    left: 0;
}

#menu span:before {
    -webkit-animation: undo-top .5s forwards;
    animation: undo-top .5s forwards;
}

#menu span:after {
    bottom: -10px;
    -webkit-animation: undo-bottom .5s;
    animation: undo-bottom .5s;
}

#menu.active span {
    background-color: transparent;
}

#menu.active span:before {
    top: 0;
}

#menu.active span:before {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: top-x .5s forwards;
    animation: top-x .5s forwards;
}

#menu.active span:after {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: bottom-x .5s forwards;
    animation: bottom-x .5s forwards;
}

@-webkit-keyframes top-x {
    0% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
}

@keyframes top-x {
    0% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
}

@-webkit-keyframes bottom-x {
    0% {
        transfrom: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes bottom-x {
    0% {
        transfrom: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@-webkit-keyframes undo-top {
    0% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
}

@keyframes undo-top {
    0% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
}

@-webkit-keyframes undo-bottom {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }

    100% {
        transfrom: translateY(0px) rotate(0);
    }
}

@keyframes undo-bottom {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }

    100% {
        transfrom: translateY(0px) rotate(0);
    }
}

#side-menu {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 20%;
    background-color: #ffffff;
    z-index: 110;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    transform: translate(610px, 0px);
    transition: 0.3s ease-in-out;
    padding: 10% 20px 0 20px;
}

#side-menu.active {
    transform: translate(0px, 0px);
    transition: 0.3s ease-in-out;
}

#overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 105;
    display: none;
    transition: 0.3 ease-in-out;
}

#side-menu ul.side-link {
    padding: 0;
    margin: 0;
}

#side-menu ul.side-link li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 20px;
}

#side-menu ul.side-link li span {
    font-weight: 800;
}

#side-menu ul.side-link li a {
    color: #666666;
    text-decoration: none;
}

#side-menu ul.side-link li a:hover {
    color: #00bffd;
}

/*Social Media*/
#side-menu .media-box {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 60px;
}

#side-menu .media-box li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0px 4px;
}

#side-menu .media-box li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #CCCFD3;
    background: transparent;
    border: 1px solid #CCCFD3;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#side-menu .media-box li a i {
    font-family: FontAwesome
}

#side-menu .media-box li a:hover {
    background: #00bffd;
    border-color: #00bffd;
    color: #ffffff;
}

/*Copyright*/
#side-menu .side-copyright {
    color: #666666;
    text-decoration: none;
    text-align: center;
    border-top: 1px solid #edecec;
    padding: 20px 15px 0 15px;
    margin-top: 20px;
}

#side-menu .side-copyright a {
    color: #00bffd;
    text-decoration: none;
}

#side-menu .side-copyright a:hover {
    color: #00bffd;
}


/*---------------------------------------------------------------------
Banner
-----------------------------------------------------------------------*/
.banner {
    position: relative;
    z-index: 1;
}

.banner:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 120px solid #ffffff;
    border-bottom: 120px solid transparent;
}

.banner .container-fluid {
    padding: 0;
    overflow: hidden;
}

.banner .banner-text {
    background: #edf0f5;
    padding: 280px 0 280px 150px;
    margin-bottom: -1px;
    position: relative;
    z-index: 9;
}

.banner .banner-text .title {
    font-weight: bold;
    font-size: 70px;
    margin-bottom: 10px;
}

.banner .img-bg {
    background: #ffffff;
    height: 350px;
    width: 350px;
    display: inline-block;
    position: absolute;
    right: -175px;
    top: 50%;
    margin-top: -175px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    z-index: -1;
}

.banner .banner-text img {
    position: absolute;
    right: -140px;
    top: 50%;
    height: 340px;
    margin-top: -160px;
    z-index: 0;
}

.banner .banner-text span {
    font-size: 18px;
    display: inline-block;
    color: #b7b7b7;
    font-weight: 500;
}

.banner .owl-carousel .owl-dots {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -50px;
}

.banner .owl-carousel button.owl-dot {
    background: #ddd;
    width: 10px;
    height: 4px;
    margin: 10px 0;
    outline: none;
    display: grid;
}

.banner .owl-carousel button.owl-dot:hover,
.banner .owl-carousel button.owl-dot.active {
    background: #00bffd;
    width: 80px;
}

.banner .col-lg-7,
.banner .col-lg-5 {
    padding: 0;
}

.read-more {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    color: #00bffd;
}

/*---------------------------------------------------------------------
About
-----------------------------------------------------------------------*/
.about {
    padding: 0;
    overflow: hidden;
}

.about .container-fluid {
    padding: 0;
}

.about .about-text {
    padding: 80px;
}

.about .video-box {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -85px;
    margin-top: -85px;
    text-align: center;
    line-height: 170px;
}

.about .video-box .video-play {
    height: 170px;
    width: 170px;
}

.about-text .silly_scrollbar {
    height: 100px;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 14px 0 0;
    overflow: auto;
    margin-bottom: 40px;
}

.about-text .silly_scrollbar::-webkit-scrollbar {
    width: 6px;
}

.about-text .silly_scrollbar::-webkit-scrollbar-track {
    background: #edecec;
    border-radius: 10px;
}

.about-text .silly_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #00befd;
}

.mfp-wrap {
    z-index: 99999;
}

/*---------------------------------------------------------------------
Features
-----------------------------------------------------------------------*/
.features {
    overflow: hidden;
}

.features .features-box {
    padding: 0;
    margin: 0;
}

.features .features-box li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding: 0 15px;
}

.features .features-box img {
    width: 60px;
}

.features .features-box .title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.features .features-box li:nth-child(3),
.features .features-box li:nth-child(4) {
    margin-top: 40px;
}

.features-content {
    margin-top: 150px;
}

.features .big-text {
    font-size: 16px;
    font-weight: 600;
}

.features .btn-waves {
    height: 45px;
    z-index: -1;
    position: absolute;
    width: 300px;
    bottom: 10px;
    left: 7%;
}

.features .btn-waves.one {
    bottom: 10px;
    left: inherit;
    right: 10%;
}

.features .btn-waves .waves {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #00befd;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.features .btn-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.features .btn-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.features .btn-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.features .tooltip {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    cursor: pointer;
    opacity: inherit;
}

.features .tooltip:before,
.features .tooltip:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.4s ease;
}

.features .tooltip:before {
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #f2f2f2 transparent transparent transparent;
    top: -10px;
    transform: translateY(20px);
}

.features .tooltip:after {
    content: attr(data-tooltip);
    background: #f2f2f2;
    color: #000000;
    width: 183px;
    height: 100px;
    font-size: 13px;
    font-weight: 300;
    top: -110px;
    left: -10px;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    transform: translateY(20px);
}

.features .tooltip:hover::before,
.features .tooltip:hover::after {
    opacity: 1;
    transform: translateY(-2px);
}

.features .tooltip-item {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(0, 191, 253, 0.5);
    -webkit-animation: pulse 0.6s infinite alternate;
    animation: pulse 0.6s infinite alternate;
    background: rgba(0, 191, 253, 1.0);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 191, 253, 0.5);
    -moz-box-shadow: 0px 0px 0px 5px rgba(0, 191, 253, 0.5);
    box-shadow: 0px 0px 0px 5px rgba(0, 191, 253, 0.5);
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.features .tooltip.one {
    right: 16%;
    bottom: 42%;
}

.features .tooltip.two {
    right: 30%;
    bottom: 13%;
}

.features .tooltip.three {
    right: 53%;
    bottom: 47%;
}

.features .tooltip.four {
    left: 27%;
    bottom: 67%;
}

.features .tooltip.five {
    left: 15%;
    bottom: 40%;
}

.features .tooltip.six {
    left: 10%;
    bottom: 15%;
}

/*---------------------------------------------------------------------
Video
-----------------------------------------------------------------------*/
.video video {
    width: 100%;
}

.video .white {
    color: #ffffff;
}

/*---------------------------------------------------------------------
Services
-----------------------------------------------------------------------*/
.services,
.services .container-fluid {
    padding: 0;
    overflow: hidden;
}

.services .services-box {
    padding: 180px 60px 80px 60px;
    position: relative;
}

.services .services-box h2 {
    font-size: 32px;
    line-height: 50px;
}

.services .services-box p {
    margin: 0;
}

.services .services-box:before {
    position: absolute;
    top: 50%;
    left: -20px;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    margin-top: -10px;
}

.services .services-box.left:after {
    position: absolute;
    top: 50%;
    right: -20px;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    margin-top: -10px;
    z-index: 9;
}

.services .services-box.left:before {
    content: none;
}

.services .title-box {
    position: relative;
    left: 70px;
    top: 70px;
}

.services .title-box:before {
    position: absolute;
    left: -60px;
    top: 45px;
    background: #dddddd;
    width: 61px;
    height: 1px;
    content: "";
    z-index: -1;
    margin-left: -10px;
}

/*---------------------------------------------------------------------
Smart Features
-----------------------------------------------------------------------*/
.smart-features .smart-box .title-box h3 {
    font-size: 32px;
    line-height: 50px;
}

.smart-features .smart-box .left {
    float: left;
    margin-right: 24px;
}

.smart-features .smart-box img {
    width: 60px;
}

.smart-features .smart-box .right {
    display: table-cell;
    margin-top: 10px;
    vertical-align: top;
}

.smart-features .smart-box .right p {
    margin: 0px;
}

.smart-features ul {
    padding: 0;
    margin: 0;
    margin-top: 80px;
}

.smart-features ul li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    padding: 40px 30px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.smart-features ul li:nth-child(3),
.smart-features ul li:nth-child(6) {
    border-right: none;
}

.smart-features ul li:nth-child(4),
.smart-features ul li:nth-child(5),
.smart-features ul li:nth-child(6) {
    border-bottom: none;
}

/*---------------------------------------------------------------------
Partners
-----------------------------------------------------------------------*/
.partners {
    overflow: hidden;
    padding-top: 0;
}

.partners .container-fluid {
    padding: 0;
    overflow: hidden;
}

.partners .partners-box {
    position: relative;
}

.partners .partners-box .car-img {
    position: absolute;
    left: 50%;
    bottom: -70px;
    z-index: 9;
    width: 700px;
    margin-left: -350px;
}

.partners .partners-box .bg-1 {
    background: #edf0f5;
    position: relative;
    padding: 60px 60px 300px 60px;
}

.partners .partners-box .bg-1:before {
    background: #edf0f5;
    width: 100%;
    height: 100%;
    content: "";
    left: -100%;
    top: 0;
    position: absolute;
    z-index: -1;
}

.partners .partners-box .bg-2 {
    background: #00bffd;
    position: relative;
    color: #ffffff;
    padding: 60px 60px 300px 60px;
}

.partners .partners-box .bg-2:after {
    background: #00bffd;
    width: 100%;
    height: 100%;
    content: "";
    right: -100%;
    top: 0;
    position: absolute;
    z-index: -1;
}

.partners .partners-box h4 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
}

.partners .partners-box p {
    margin-top: 20px;
}

.partners .partners-box .bg-2 p {
    color: #ffffff;
}

.partners-content {
    margin: 120px 0;
}

.partners-content img {
    width: 150px;
}

.partners-content h2 {
    font-weight: 600;
    margin-top: 40px;
}

.partners-content h2 span {
    color: #212529;
}

.partners-content p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 0 100px;
}

.partners-content .button {
    margin-top: 30px;
}

.partners #animated_div {
    width: 100%;
    height: 143px;
    display: inline-block;
    background: url(../images/11.jpg) repeat-x;
    background-size: 100%;
    -webkit-animation: animatebackground 40s linear infinite;
    animation: animatebackground 40s linear infinite;
    -ms-animation: animatebackground 40s linear infinite;
    -moz-animation: animatebackground 40s linear infinite;
}

@keyframes animatebackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1000px 0;
    }
}

@-webkit-keyframes animatebackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1000px 0;
    }
}

@-ms-keyframes animatebackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1000px 0;
    }
}

@-moz-keyframes animatebackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1000px 0;
    }
}

/*---------------------------------------------------------------------
Instagram Box
-----------------------------------------------------------------------*/
.instagram {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.instagram .container-fluid {
    padding: 0;
    overflow: hidden;
}

.instagram .head {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.instagram-item.owl-carousel .owl-item {
    margin-right: 0 !important;
}

.instagram-item.owl-carousel .owl-item .item {
    float: left;
}

.instagrambox {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.instagrambox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 9;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.instagrambox:hover:before {
    background: rgba(0, 0, 0, 0.8);
}

.instagrambox .instagram-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 10px;
    z-index: 9;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-left: 0px;
    width: 100%;
}

.instagrambox .instagram-icon li {
    display: inline-block;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.35s ease 0s;
}

.instagrambox:hover .instagram-icon li {
    opacity: 1;
    transform: translateY(0px);
}

.instagrambox:hover .instagram-icon li:first-child {
    transition-delay: 0.1s;
}

.instagrambox .instagram-icon li a {
    display: block;
    font-size: 20x;
    color: #ffffff;
    margin: 0 5px;
}

.instagrambox .instagram-icon li a i {
    font-family: FontAwesome;
}

.instagrambox .instagram-image .instagram-icon a:hover {
    color: #ffffff;
}

.instagrambox .instagram-image {
    position: relative;
}

.instagrambox .instagram-image .hover {
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.instagrambox:hover .instagram-image .hover {
    opacity: 1.0;
}

.instagrambox .instagram-image img,
.instagrambox .instagram-image img {
    width: 100%;
}

/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
.footer {
    margin-top: -1px;
    border-bottom: 10px solid #edf0f5;
    padding: 35px 0 0 0;
}

.footer .footer-top {
    padding: 40px 0;
    background: #f2f2f2;
}

.footer .pad .logo-img img {
    width: 100px;
    margin-bottom: 30px;
}

.footer .pad {
    padding-bottom: 95px;
}

.footer .pad.last {
    padding-left: 50px;
}

.footer .features.map-tooltip .tooltip.two {
    right: 80%;
    top: 33%;
}

.footer .features.map-tooltip .tooltip-item {
    width: 10px;
    height: 10px;
}

.footer .features.map-tooltip .tooltip.one {
    right: 10%;
    bottom: 30%;
}

.footer .features.map-tooltip .tooltip:after,
.footer .features.map-tooltip .tooltip:before {
    display: none;
}

/*Link*/
.footer .footer-link {
    padding: 0;
    margin: 0;
}

.footer .footer-link li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer .footer-link li:last-child {
    margin-bottom: 0;
}

.footer .footer-link li a {
    color: #666666;
    text-decoration: none;
}

.footer .footer-link li a:hover,
.footer .footer-link li a.active {
    color: #00bffd;
}

.footer .footer-middel .title {
    font-weight: 500;
    margin-bottom: 10px;
    color: #212529;
    font-size: 18px;
}

/*Contact*/
.footer .contact ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.footer .contact ul li {
    list-style-type: none;
    margin: 10px 0 0 0;
    font-size: 14px;
    float: left;
    margin-right: 20px;
}

.footer .contact ul li:last-child {
    margin-right: 0;
}

.footer .contact ul li span {
    font-weight: 800;
}

.footer .contact ul li a {
    color: #666666;
    text-decoration: none;
}

.footer .contact ul li a:hover {
    color: #6774ba;
}

/*Newsletter*/
.footer .newsletter {
    width: 100%;
    margin: 20px 0 20px 0;
}

.footer .newsletter .form-control {
    border-radius: 0;
    height: 50px;
    display: inline-block;
    padding-left: 0;
    box-shadow: none;
    float: left;
    border: none;
    width: 60%;
    background: #ffffff;
    border-bottom: 1px solid #dedede;
}

.footer .newsletter .button {
    background: #ffffff;
    border-radius: 0;
    border: none;
    color: #00bffd;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #dedede;
}

.footer .newsletter .button i {
    line-height: 49px;
    font-family: FontAwesome;
}

.footer p {
    color: #666666;
}

/*Copyright*/
.footer .footer-copyright {
    olor: #666666;
    text-decoration: none;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
}

.footer .footer-copyright a {
    color: #00bffd;
    text-decoration: none;
}

.footer .footer-copyright a:hover {
    color: #00bffd;
}

/*---------------------------------------------------------------------
Error
-----------------------------------------------------------------------*/
.error h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
}

.error img {
    width: 60%;
}

.error .read-more {
    display: inherit;
    margin-top: 40px;
    font-size: 20px;
}

/*---------------------------------------------------------------------
Coming Soon
-----------------------------------------------------------------------*/
/*counter*/
.coming-soon {
    overflow: hidden;
}

.coming-soon .c-animator {
    margin-bottom: 0;
}

.coming-soon .ui-hero {
    position: relative;
}

.coming-soon .container.coming-page {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

.coming-soon .container.coming-page {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.coming-soon h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

.coming-soon p {
    color: #fff;
}

.coming-soon .ui-hero,
.coming-soon .hero-center {
    text-align: center;
}

.coming-soon .ui-card button i {
    font-family: FontAwesome !important;
    padding-left: 10px;
}

.coming-soon .ui-card button .fa-bell:before {
    content: "\f0f3";
}

.coming-soon #clock>div {
    font-size: 24px;
    display: inline-block;
    width: 85px;
    height: 80px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 8px 0 4px 0;
    margin: 15px;
    border-radius: .5rem;
    color: #fff;
    padding-top: 15px;
}

.coming-soon #clock p.lable {
    font-size: 16px;
    font-weight: inherit;
}

.coming-soon #clock {
    margin-top: 70px;
}

.coming-soon .label {
    color: #212529;
    font-size: 30px;
    font-weight: bold;
}

.coming-soon .clock-text {
    font-size: 14px;
    font-weight: inherit !important;
    color: #00befd;
    margin-top: 5px;
}

.coming-soon .form-email {
    position: relative;
    max-width: 500px;
    margin: auto;
    top: 100px;
}

.coming-soon .ui-card {
    background: #FFF;
    border-radius: 0.5rem;
}

.coming-soon .shadow-card {
    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}

.coming-soon .ui-card .header-card {
    padding: 2rem 2rem 0 2rem;
}

.coming-soon .ui-hero.hero-center-heading-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.coming-soon .heading-text {
    color: #00befd;
    font-size: 25px;
}

.coming-soon .ui-hero .body-card {
    padding: 2rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.coming-soon .ui-hero.hero-center form {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
}

.coming-soon .form-group {
    margin-bottom: 1rem;
}

.coming-soon .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.coming-soon .ui-hero.hero-center form .form-group {
    border-radius: 50px;
}

.coming-soon .input-group>.form-email {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.coming-soon .input-form-mail {
    display: block;
    width: 80%;
    height: 45px;
    font-size: 1rem;
    line-height: 1.4;
    border: none;
    color: #708198;
    background-clip: padding-box;
    border-bottom: 1px solid #708198;
    box-shadow: inherit;
}

.coming-soon .input-group-btn {
    display: flex;
    float: right;
    position: relative;
    top: -42px;
}

.coming-soon .form-email .btn-color {
    padding: 0;
    line-height: 41px;
    background: inherit;
    color: #708198;
    border-radius: inherit;
    border-bottom: 1px solid #708198;
    outline: inherit !important;
}

.coming-soon .form-email .btn-color:hover {
    color: #00befd;
}

.coming-soon .form-email .btn.focus,
.coming-soon .form-email .btn:focus {
    box-shadow: inherit;
}

.coming-soon .btn-color {
    background: #00befd;
}

.coming-soon .btn {
    display: inline-block;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0 solid transparent;
    padding: 0.37rem 0.75rem;
    cursor: pointer;
}

.coming-soon .btn-notify {
    display: inline-block;
    font-size: .9rem;
    padding: .6rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: .03rem;
    color: #FFF;
}

.coming-soon .section {
    position: relative;
    padding: 30px 0 0;
    z-index: 1;
}

.coming-soon .actions {
    padding-top: 6rem;
}

.coming-soon .social-icon {
    text-align: center;
}

.coming-soon .btn.btn-gradient-blue,
.btn-gradient-peach {
    color: #FFF;
}

.coming-soon .btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0 solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.coming-soon .msg h4 {
    color: #95bd4a;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: 60px;
}

/*media-box*/
.coming-soon .media-box {
    margin: 0;
    padding: 0;
}

.coming-soon .media-box li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0px 4px;
}

.coming-soon .media-box li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #CCCFD3;
    background: transparent;
    border: 1px solid #CCCFD3;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.coming-soon .media-box li a i {
    font-family: FontAwesome;
}

.coming-soon .media-box li a:hover {
    background: #00befd;
    border-color: #00befd;
    color: #ffffff;
}

/* AFTER */
.coming-soon .ui-tittle::after {
    bottom: -8rem;
}

.coming-soon .ui-hero.ui-tittle::after {
    display: block;
    content: inherit;
    position: absolute;
    left: -8rem;
    right: -8rem;
    height: 16rem;
    background-color: #FFF;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-9deg);
    z-index: 1;
}

.cate-product1 {
    background: #000;
    padding-top: 95px;
}

.cate-product1 {
    padding-top: 60px !important;
    background-color: #ffffff !important;
}

.cat-title1 {
    position: relative;
    margin-bottom: 50px;
}

.cat-product-light .cat-title1 h2.title30 {
    color: #333;
}

.cat-title1 h2.title30 {
    margin-right: 70px;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.font-bold {
    font-weight: 700;
}

.title30 {
    font-size: 30px !important;
}

.list-inline-block {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.list-inline-block>li {
    display: inline-block;
    vertical-align: top;
}

.cat-product-light .title-tab1 li.active a {
    border-color: #1888c8;
    background-color: #1888c8;
}

.cat-product-light .title-tab1 li.active a {
    color: #fff;
}

.shop-button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 4px;
    border: 1px solid #333;
}

.title-tab1 li a {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.text-uppercase {
    text-transform: uppercase;
}

.wobble-top {
    display: inline-block;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #1888c8;
}

.cat-title1 .link-arrow {
    position: absolute;
    right: 0;
    top: 3px;
}

.cate-product1 .tab-content {
    position: relative;
    z-index: 9;
}

.cate-product1 .cat-thumb1 {
    position: absolute;
    bottom: -20px;
    left: -140px;
}

.tab-content>.active {
    display: block;
}

.content-cate-box1 {
    position: relative;
    padding-left: 320px;
}

.list-cat-pro1 {
    padding-bottom: 50px;
}

.item-cat-pro1 {
    position: relative;
    padding: 15px 30px;
    margin: 0 -14px 1px -15px;
}
.hinhanh_pro{

height: 200px !important;
}
.item-product.style1 .car-local{
    height: 37px !important;
}
.name_pro{
    height: 45px !important;
}

.item-cat-pro1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*height: 216px;*/
     object-fit: cover;
    content: "";
    background: rgba(18, 20, 22, 0.7);
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
}

.cat-product-light .item-cat-pro1::before {
    background: rgba(232, 232, 232, 0.7);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.item-cat-pro1>* {
    position: relative;
    z-index: 1;
}

.wobble-horizontal {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    width: 100%;
    height: 140px;
}

.item-cat-pro1 h3 {
    margin-top: 10px;
}

.cat-product-light .item-cat-pro1 a h3 {
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    color: #333;
}

.title14,
.title8,
.title12,
.title16,
.title18,
.title24,
.title30,
.title36,
.title40,
.title48,
.title60,
.title90,
.title120,
.title160,
.title100 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.row:before {
    display: table;
    content: " ";
}

.list-cat-pro1 .col-md-4:nth-child(4) {
    margin-left: -38px;
}

.cat-product-light .item-cat-pro1:hover::before {
    background: #303030;
}

a:hover,
.item-cat-pro1 a:hover h3 {
    color: #1888c8;
    text-decoration: none;
}

.wobble-horizontal:hover {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.font-bold {
    font-weight: 700;
}


@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.ajax-product-filter {
    position: relative;
}

.item-product-grid {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.grid-3-item {
    width: 33.333%;
}

.ajax-product-filter .grid-3-item:nth-child(3n+1) {
    clear: both;
}

.bg-white {
    background: #fff;
}

.border {
    border: 1px solid #e5e5e5;
}

.product-extra-link,
.item-product,
.car-local {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product-box-filter .item-product {
    margin-bottom: 30px;
}

.item-product.style1 {
    padding: 0px 30px 20px;
}

.item-product.style1 .product-info-top {
    position: relative;
    margin-bottom: 25px;
}

.silver {
    color: #999;
}

.product-title {
    margin: 0 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-product.style1 .product-info-top h3.title18 {
    margin-top: 10px;
}

.black {
    color: #333;
}

.item-product.style1 .product-info-top .quickview-link,
.item-product-list .quickview-link {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 9;
}

.item-product.style1 .product-info-top .quickview-link,
.item-product-list .quickview-link {
    background: #1888c8;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
}

.item-product.style1 .product-thumb {
    margin-bottom: 20px;
}

.product-thumb-link img {
    width: 100%;
    height: 100%;
}

.item-product.style1 .product-info-buttom {
    position: relative;
}

.product-price {
    margin: 0 -2px 7px;line-height: 43px;
}

.product-price>del {
    color: #999;
    font-size: 18px;
}

.product-price>* {
    margin: 0 2px;
}

.product-price>ins {
    font-size: 30px;
}

.product-price ins {
    text-decoration: none;
}

.product-price ins {
    color: #1888c8;
}

.product-price>* {
    margin: 0 2px;
}

.product-rate {
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 85px;
}

.item-product.style1 .product-info-buttom .product-rate {
    position: absolute;
    top: 38px;
    right: 0;
}

.product-rate {
    background-image: url(https://micar.7uptheme.net/wp-content/themes/micar/assets/image/rate-star.png);
}

.product-rating {
    background-image: url(https://micar.7uptheme.net/wp-content/themes/micar/assets/image/rate-star.png);
}

.product-rating {
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

.engine-info {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-bottom: 18px;
}

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-none>li {
    list-style: none;
}

.desc {
    color: #555;
    margin: 0;
    line-height: 24px;
}

.item-product.style1 .car-local {
    position: relative;
    opacity: 1 !important;
}

.item-product.style1 .car-local::before {
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -30px;
    right: -30px;
    content: "";
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.item-product.style1 .car-local .desc {
    position: relative;
}

.item-product.style1 .product-extra-link {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: -5px;
    opacity: 0;
}

.item-product.style1 .product-extra-link .addcart-link {
    float: left;
}

.item-product.style1 .product-extra-link a {
    min-width: 30px;
}

.shop-button.bg-color {
    background: #1888c8;
}

.product-extra-link a {
    position: relative;
}

.product-extra-link a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 40px;
}

.item-product.style1:hover .product-extra-link {
    opacity: 1;
}

.item-product.style1:hover .car-local {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
}

.item-product.style1:hover .car-local::before {
    opacity: 1;
}

.main-color,
a:hover,
a:focus,
.color,
.desc.color,
.main-nav>ul>li>a:hover,
.product-title a:hover,
.popup-icon,
.main-nav>ul>li:hover>a,
.car-local .desc .fa,
.tab-control .shop-button:hover,
.title-tab3 li .shop-button:hover,
.item-video-highlight .adv-thumb-link:hover::after,
.item-ads4.style2 .banner-info .link-circle.color .icon,
.banner-bottom-info .btn-banner:hover,
.pagi-nav a:hover,
.widget_product_categories .product-categories>li.current-cat>a,
.product-price>span.pagi-nav .current-page,
.list-category-toggle .item-toggle-tab.active .toggle-tab-title,
.title-tab-detail li.active a,
.main-nav>ul>li .sub-menu>li:hover>a,
.item-cat-pro1 a:hover h3,
.product-price ins,
.content-product-detail .add_to_wishlist::before,
.post-comment-like a.sv-post-like:hover,
.product-price>span,
.content-product-detail .detail-extra-link .compare-link .icon,
.content-product-detail .detail-extra-link .compare-link:hover,
.current-cat>a,
.load-more-dark .item-product.style1:hover .product-info-top a.silver,
.load-more-dark .item-product.style1:hover .product-info-top h3.title18 a,
.cat-product-light .item-cat-pro1:hover a h3,
.list-adv1.bg-light .info-adv1 h3 a:hover {
    color: #1888c8;
}

.car-local .desc .fa {
    margin-right: 10px;
}

.shop-button.bg-color:hover {
    background: #121416;
    color: #fff;
}

.add_to_cart_button {
    color: #fff;
}

.wpb_text_column {
    margin-bottom: 45px !important;
}

.intro-happend .title30 {
    margin-bottom: 12px;
    font-weight: bold;
}

.intro-happend .link-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
}

.item-happend .banner-info {
    top: auto;
    padding: 20px 60px 20px 20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.item-happend .banner-info {
    background: rgba(24, 136, 200, 0.5);
}

.banner-info {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

img {
    width: 100%;
    height: 100%;
}

.happend-banner .item-happend {
    margin: 0 -15px;
}

.banner-adv {
    position: relative;
}

.link-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.white {
    color: #fff;
}

.item-happend .banner-info .link-circle {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}

.img-fluid {
    width: auto;
}

.footer {
    background-color: #292929;
    font-size: 1rem;
    padding-bottom: 30px;
    border-bottom: 5px solid #102a8d;
    margin-top: 20px;
}

.footer-social {
    display: flex;
    width: 80%;
    margin: 0 auto;
    top: -28px;
    position: relative;
}

.address {
    width: 33.33%;
    clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    background-color: #f93;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    left: 40px;
}
.banner-info h3{
    text-transform: none !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.address>a,
.phone-footer>a {
    display: flex;
    padding: 15px 0;
}

.phone-footer {
    width: 33.33%;
    clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    background-color: #3cf;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.mail-footer {
    width: 33.33%;
    background-color: #0bf6a7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    right: 40px;
}

.footer-social svg {
    fill: #fff;
}

.footer .content {
    max-width: 450px;
}

.footer .content h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}

.footer .content li {
    padding: 10px 0;
    border-bottom: 1px solid #ffd5c8;
    color: #fff;
}

.info_company li {
    color: #fff;
    font-size: 15px;
}

ul li {
    list-style: none;
    position: relative;
}

ol,
ul {
    padding: 0;
}

.menu-page {
    margin-bottom: 0;
}

.menu-page li {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.gap-3 {
    gap: 10px
}

.sub-menu.menu-odd {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    min-width: 200px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.sub-menu-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.sub-menu-item:last-child {
    border-bottom: 0;
}

.menu-page li:hover .sub-menu.menu-odd {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.hide{
    display: none!important;
}
.service_item-img{
    padding: 15px;
}
.banner-zoom-way {
    min-height: 620px;
    margin: 0;
    padding-top: 11%;
}
.banner-background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
   
}
.anton-font {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
}
.title60 {
    font-size: 60px;
}.banner-zoom-way h3 {
    margin: 7px 0 36px;
}
.title30 {
    font-size: 30px;
}
.banner-zoom-way .shop-button {
    display: block;
    max-width: 350px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}
.shop-button.bg-color {
    background: #1888c8;
}
.shop-button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    color: #333;
   border: 1px solid #e5e5e5;
    
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 4px;
}
.title18 {
    font-size: 18px;
}