body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    z-index: 0;
    position: relative;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
    color: #ed1d24;
}

.form-control:focus,
.btn.focus,
.btn:focus,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

b,
strong {
    font-weight: 500;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:valid,
input:invalid,
input:active,
input:focus,
input:focus:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.figure {
    max-width: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
}

.wp-block-embed__wrapper::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

button:active,
button:focus {
    outline: none;
}

.flex-space {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.inline-flex-space {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.content-center {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.img-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bg-wrap {
    position: relative;
    z-index: 0;
}

.bg-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    display: block;
    z-index: -1;
}

.footer-wrap {
    margin: 40px 0 0;
}

.footer-container {
    padding: 40px 0 35px;
    margin: 0 -30px;
}

.footer-container::before {
    background: #1b1b1b none;
}

.aside-footer {
    position: relative;
    width: 100%;
    padding: 0 30px;
    color: #909090;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.aside-footer:first-of-type {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.aside-footer::before {
    content: '';
    width: 0;
    height: 100%;
    border-right: 1px solid rgba(144, 144, 144, .25);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.aside-footer:last-of-type::before {
    display: none;
}

.aside-footer a {
    color: #909090;
}

.aside-footer a:hover {
    color: #ed1d24;
}

.aside-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside-footer li {
    margin: 0 0 10px;
    padding: 0;
    display: block;
}

.aside-footer-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}

.contacts-wrap b {
    color: #ed1d24;
}

.footer-bottom {
    padding: 20px 0;
}

.social-wrap a {
    margin: 0 20px 0 0;
    font-size: 23px;
    color: #909090;
}

.social-wrap a:hover {
    color: #ed1d24;
}

.social-wrap a:last-of-type {
    margin: 0;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 0;
}

.hotline-wrap {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.hotline-container {
    padding: 8px 10px 6px;
    border: 2px solid #ed1d24;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.hotline-box {
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    align-items: center;
}

.hotline-ico {
    width: 100%;
    max-width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background: #ed1d24 none;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 1;
}

.hotline-ico i {
    font-size: 30px;
    color: #fff;
    -webkit-animation: hotline-ico-anim 1s infinite ease-in-out;
    animation: hotline-ico-anim 1s infinite ease-in-out;
}

.hotline-content {
    position: relative;
    z-index: 0;
}

.hotline-label {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.hotline-content a {
    display: block;
    padding: 5px 25px 4px 15px;
    line-height: 19px;
    background: #ed1d24 none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    position: relative;
    z-index: 0;
    min-width: 152px;
}

.hotline-content a::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    background: #ed1d24 none;
    z-index: -1;
}

.hotline-content span {
    -webkit-animation: hotline-label-anim 1s infinite ease-in-out alternate;
    animation: hotline-label-anim 1s infinite ease-in-out alternate;
    display: block;
}

.hotline-text {
    font-size: 11px;
    text-align: center;
    margin: 3px 0 0;
    line-height: 19px;
}

@keyframes hotline-ico-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes hotline-label-anim {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.top-area {
    padding: 10px 0;
}

.top-area::before {
    background: #f5f5f5 none;
}

.top-area .social-wrap a {
    font-size: 18px;
    margin: 0 10px 0 0;
}

.top-area .social-wrap a:last-of-type {
    margin: 0;
}

.email-top {
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    line-height: 18px;
}

.header-wrap {
    padding: 20px 0;
    align-items: center;
}

.logo {
    margin: 0;
    line-height: 0;
}

.logo a {
    display: block;
}

.logo img {
    max-width: 190px;
    max-height: 90px;
}

.search-form {
    position: relative;
    z-index: 0;
}

.search-form::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.search-cat {
    float: left;
    width: 160px;
    position: relative;
    z-index: 0;
}

.search-cat::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.search-cat select {
    height: 50px;
    padding: 10px 30px 10px 10px;
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent none;
    border-right: 1px solid #e5e5e5;
}

.search-button {
    padding: 0;
    background: #ed1d24 none;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 23px;
    border: 0;
    float: left;
}

.search-field.form-control {
    height: 50px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
    line-height: 1.5;
    font-size: 14px;
    float: left;
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: calc(100% - 210px);
    background: transparent none;
}

.nav-wrap {
    align-items: center;
    z-index: 99;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 52px;
}

.nav-wrap::before {
    background: #ed1d24 none;
}

.nav-label {
    padding: 0 25px 0 55px;
    border: 0;
    width: 100%;
    position: relative;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #1b1b1b none;
    font-weight: 400;
}

.nav-label::before {
    content: '';
    width: 20px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 25px;
    display: block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    height: 0;
    width: 20px;
    border-top: 2px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-menu-wrap {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}

.main-menu-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.main-menu-wrap > li {
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
}

.main-menu-wrap > li:last-of-type {
    margin: 0;
}

.main-menu-wrap > li > a {
    padding: 11px 0;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.main-menu-wrap > li.menu-item-has-children > a::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    padding: 3px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    margin: 0 0 0 8px;
    top: -2px;
}

.main-menu-wrap .sub-menu {
    position: absolute;
    top: 52px;
    left: 0;
    width: 250px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff none;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #f4f4f4;
    display: block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-menu-wrap li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.main-menu-wrap .sub-menu li {
    position: relative;
    padding: 0;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

.main-menu-wrap .sub-menu li:last-of-type {
    margin: 0;
    border-bottom: 0;
}

.main-menu-wrap .sub-menu .sub-menu {
    top: -1px;
    left: 100%;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.main-menu-wrap .sub-menu a {
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 14px;
    position: relative;
}

.main-menu-wrap .sub-menu li.menu-item-has-children a {
    padding: 10px 30px 10px 20px;
}

.main-menu-wrap .sub-menu li.menu-item-has-children > a::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    padding: 3px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.main-menu-wrap .sub-menu li.menu-item-has-children:hover > a {
    color: #ed1d24;
}

.main-menu-wrap .sub-menu li.menu-item-has-children:hover > a::after {
    border-color: #ed1d24;
}

.nav-left-wrap {
    position: relative;
}

.second-menu-wrap {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    border: 1px solid #f5f5f5;
    width: 100%;
    background: #fff none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.second-menu-wrap > li {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}

.second-menu-wrap > li:last-of-type {
    border-bottom: 0;
}

.second-menu-wrap > li > a {
    position: relative;
    padding: 10px 20px;
    line-height: 20px;
    display: block;
    font-size: 15px;
}

.second-menu-wrap .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 100%;
    border: 1px solid #f5f5f5;
    background: #fff none;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.second-menu-wrap li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.second-menu-wrap .sub-menu li {
    position: relative;
    padding: 0;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

.second-menu-wrap .sub-menu li:last-of-type {
    border-bottom: 0;
}

.second-menu-wrap .sub-menu a {
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 14px;
}

.second-menu-wrap li.menu-item-has-children a {
    padding: 10px 30px 10px 20px;
}

.second-menu-wrap li.menu-item-has-children > a::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    padding: 3px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.second-menu-wrap li.menu-item-has-children:hover > a {
    color: #ed1d24;
}

.second-menu-wrap li.menu-item-has-children:hover > a::after {
    border-color: #ed1d24;
}

.aside-homepage {
    margin: 40px 0 0;
}

.aside-homepage:first-of-type {
    margin: 20px 0 0;
}

.partner-owl.owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.aside-homepage-title,
.archive-title,
.title,
.news-related-title,
.product-related-title,
.faqs-title,
.aside-sidebar-title {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0 0 30px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.2;
}

.aside-homepage-title::before,
.archive-title::before,
.title::before,
.news-related-title::before,
.product-related-title::before,
.faqs-title::before,
.aside-sidebar-title::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #ed1d24 none;
}

.news-item-img,
.quote-item-img {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-owl.owl-carousel .owl-item img,
.quote-owl.owl-carousel .owl-item img {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-owl.owl-carousel .news-item:hover img,
.quote-owl.owl-carousel .quote-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-item-title,
.quote-item-title {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
}

.news-item-title:hover,
.quote-item-title:hover {
    color: #ed1d24;
}

.news-item-desc {
    margin: 5px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-owl.owl-carousel .owl-nav button,
.quote-owl.owl-carousel .owl-nav button,
.videos-owl.owl-carousel .owl-nav button {
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    background: rgba(255, 255, 255, .4) none;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 25px;
}

.news-owl.owl-carousel .owl-nav button.owl-prev,
.quote-owl.owl-carousel .owl-nav button.owl-prev,
.videos-owl.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.news-owl.owl-carousel .owl-nav button.owl-next,
.quote-owl.owl-carousel .owl-nav button.owl-next,
.videos-owl.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.news-owl.owl-carousel .owl-nav button:hover,
.quote-owl.owl-carousel .owl-nav button:hover,
.videos-owl.owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, .8) none;
}

.abouts-wrap {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    align-items: center;
}

.abouts-wrap::before {
    background: #f5f5f5 none;
}

.abouts-left {
    margin: 0 30px 0 0;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.abouts-right {
    text-align: center;
    width: 100%;
    display: block;
}

.abouts-logo {
    line-height: 0;
    display: block;
}

.abouts-logo img {
    max-height: 150px;
}

.abouts-right h2 {
    margin: 20px 0 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #6ec1e4;
    font-weight: 700;
}

.abouts-desc {
    margin: 15px 0 0;
    text-align: justify;
}

.abouts-more {
    margin: 15px 0 0;
}

.abouts-more a {
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    position: relative;
    z-index: 0;
}

.abouts-more a::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ed1d24 none;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.abouts-more a:hover {
    color: #fff;
}

.abouts-more a:hover::after {
    background: #c71016 none;
}

.videos-item-img,
.product-item-img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.videos-item-img::before,
.archive-news-img::before,
.product-item-img::before,
.sidebar-product-img::before,
.sidebar-news-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.videos-item:hover .videos-item-img::before,
.archive-news-item:hover .archive-news-img::before,
.product-item:hover .product-item-img::before,
.sidebar-product-item:hover .sidebar-product-img::before,
.sidebar-news-item:hover .sidebar-news-img::before {
    left: 125%;
}

.videos-item-img::after {
    content: '';
    position: relative;
    display: block;
    padding: 0 0 67.142857%;
}

.videos-item-img i {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.videos-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    margin: 10px 0 0;
    text-align: center;
}

.breadcrumbs {
    margin: 20px 0 0;
    font-size: 14px;
    color: #666;
}

.breadcrumb_last {
    color: #ed1d24;
}

.page-content {
    margin-top: 20px;
}

.archive-title,
.title,
.news-related-title,
.aside-sidebar-title,
.product-related-title,
.faqs-title {
    color: #1b1b1b;
}

.archive-news-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-news-item {
    margin: 0 0 20px;
}

.archive-news-item::after {
    content: '';
    display: block;
    clear: both;
}

.archive-news-item:last-of-type {
    margin: 0;
}

.archive-news-img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 220px;
    float: left;
    margin: 0 20px 0 0;
}

.archive-news-img::after {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 68%;
}

.archive-news-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #1b1b1b;
}

.archive-news-title:hover {
    color: #ed1d24;
}

.archive-news-desc {
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.pagination-wrap {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 30px -4px 0;
}

.pagination-wrap span,
.pagination-wrap a {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 4px;
    color: #666;
    background: #fff none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination-wrap span.current,
.pagination-wrap a:hover {
    background: #ed1d24 none;
    color: #fff;
    border: 1px solid #ed1d24;
}

.singular-content p {
    text-align: justify;
}

.singular-content figure {
    max-width: 100%;
}

.singular-content .wp-caption-text {
    text-align: center;
    font-size: 14px;
    margin: 8px 0 0;
}

.singular-content h2,
.singular-content .h2 {
    font-size: 18px;
    font-weight: 700;
}

.singular-content h3,
.singular-content .h3 {
    font-size: 16px;
    font-weight: 700;
}

.singular-content h4,
.singular-content h5,
.singular-content h6,
.singular-content .h4,
.singular-content .h5,
.singular-content .h6 {
    font-size: 14px;
    font-weight: 700;
}

.singular-content p:last-child {
    margin: 0;
}

.singular-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 1rem;
    border: 1px solid #dadada;
    min-width: 500px;
    border-spacing: 0;
    height: auto;
}

.singular-content table th,
.singular-content table td {
    padding: 12px;
    vertical-align: top;
    border: 1px solid #dadada;
}

.singular-content ul,
.singular-content ol {
    padding: 0 0 0 20px;
}

.tags-wrap {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: block;
}

.tags-wrap li {
    margin: 10px 0 0 0;
    float: left;
}

.tags-wrap li:first-of-type {
    margin: 10px 5px 0 0;
}

.tags-wrap li::before {
    content: ',';
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
}

.tags-wrap li:first-of-type::before,
.tags-wrap li:nth-child(2)::before {
    display: none;
}

.tags-wrap a {
    color: #666;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
}

.tags-wrap a:hover {
    color: #ed1d24;
}

.news-related-title {
    font-size: 18px;
}

.news-related-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-related-list li {
    margin: 5px 0 0;
    position: relative;
    padding: 0 0 0 18px;
}

.news-related-list li:first-of-type {
    margin: 0;
}

.news-related-list li::before {
    content: '\ea98';
    font-family: IcoFont, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
}

.news-related-list h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.news-related-list a {
    color: #1b1b1b;
}

.news-related-list a:hover {
    color: #ed1d24;
}

.product-info {
    padding: 15px 20px;
    background: #f5f5f5 none;
    border-bottom: 2px solid #ed1d24;
}

.product-title {
    font-size: 20px;
    color: #1b1b1b;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.rating-wrap {
    margin: 5px 0 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rating-container {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.rating-container i {
    font-size: 17px;
}

.star-rating {
    color: #f7bc3d;
}

.star-no-rating {
    color: #909090;
}

.count-rating {
    font-size: 13px;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
}

.price-wrap {
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    color: #ed1d24;
    font-weight: 700;
}

.price-symbol {
    font-style: normal;
    font-size: 18px;
    position: relative;
    top: 6px;
    margin: 0 0 0 3px;
    font-weight: 500;
}

.price-symbol::before {
    content: '₫';
}

.sku-wrap {
    margin: 5px 0 0;
}

.sku-wrap b,
.manufacturer-wrap b,
.types-wrap b {
    font-weight: 500;
}

.manufacturer-wrap a,
.types-wrap a {
    color: #333;
}

.manufacturer-wrap a:hover,
.types-wrap a:hover {
    color: #ed1d24;
}

.weight-wrap,
.trunk-wrap,
.product-contact {
    border-top: 1px solid #e3e3e3;
    padding: 15px 0 0;
    margin: 15px 0 0;
}

.weight-label,
.trunk-label {
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #1b1b1b;
}

.weight-container::after,
.trunk-container::after {
    content: '';
    display: block;
    clear: both;
}

.weight-container a {
    float: left;
    padding: 5px 15px 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 10px 0 0;
    display: block;
    color: #333;
}

.weight-container a.active,
.weight-container a:hover,
.trunk-container a.active,
.trunk-container a:hover {
    border: 2px solid #ed1d24;
    background: #fff none;
    color: #333;
}

.trunk-container a {
    float: left;
    display: block;
    width: 100%;
    max-width: 60px;
    margin: 10px 10px 0 0;
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.trunk-container img {
    width: 100%;
}

.product-action {
    margin: 15px 0 0;
}

.product-action a {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    display: block;
    padding: 6px 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 19px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
}

.product-action i {
    display: block;
    font-style: normal;
    font-size: 13px;
}

.action-messenger {
    background: #ed1d24 none;
}

.action-messenger:hover {
    background: #c71016 none;
}

.action-cost {
    background: #28a745 none;
}

.action-cost:hover {
    background: #218838 none;
}

.action-installment {
    background: #17a2b8 none;
}

.action-installment:hover {
    background: #138496 none;
}

.product-contact {
    list-style: none;
}

.product-contact li {
    padding: 0;
    margin: 0 0 6px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #333;
}

.product-contact i {
    width: 24px;
    height: 24px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ed1d24 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.product-contact b {
    font-weight: 400;
    margin: 0 0 0 5px;
}

.product-contact a {
    margin: 0 0 0 5px;
    color: #333;
}

.product-contact a:hover {
    color: #ed1d24;
}

.singular-post .singular-wrap {
    margin: 30px -15px 0;
}

.product-feature a {
    display: block;
    line-height: 0;
}

.product-feature img {
    width: 100%;
}

.gallery-owl,
.product-feature {
    margin: 10px 0 0;
}

.gallery-owl.owl-carousel .owl-nav button {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    background: rgba(255, 255, 255, .6) none;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.gallery-owl.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.gallery-owl.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.gallery-owl.owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, .8) none;
}

.product-item {
    border: 1px solid #f1f1f1;
    padding: 0 20px 15px;
    height: 100%;
}

.product-item-img {
    left: -21px;
    width: -webkit-calc(100% + 42px);
    width: -moz-calc(100% + 42px);
    width: calc(100% + 42px);
}

.product-item-img img {
    width: 100%;
}

.product-item-title {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
}

.product-item-title:hover {
    color: #ed1d24;
}

.product-item-rating,
.sidebar-product-rating {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 8px 0 0;
}

.product-item-price,
.sidebar-product-price {
    margin: 10px 0 0;
    font-size: 18px;
    color: #ed1d24;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
}

.product-item-price .price-symbol {
    font-size: 14px;
    top: 2px;
}

.archive-product-container {
    margin: -30px -15px 0;
    padding: 0;
    list-style: none;
}

.archive-desc-wrap {
    position: relative;
    height: 100%;
    max-height: 150px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.archive-desc-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, #fff 100%);
}

.archive-desc-wrap.active {
    max-height: none;
}

.archive-desc-wrap.active::after {
    display: none;
}

.archive-desc-more {
    margin: 5px 0 0;
    display: block;
    padding: 8px 15px 7px;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
    background: #ed1d24 none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.archive-desc-more:hover {
    background: #c71016 none;
}

.product-related-row,
.cars-list {
    margin-top: -30px;
}

.archive-product-col,
.product-related-col,
.cars-list-col,
.faqs-wrap,
.archive-desc,
.news-related-wrap,
.product-related-wrap {
    margin: 30px 0 0;
}

.cars-wrap .aside-homepage-title {
    padding: 0 0 10px;
}

.cars-wrap .aside-homepage-title::before {
    display: none;
}

.cars-tax {
    margin: -5px 0 0;
    padding: 0;
    list-style: none;
}

.cars-tax li {
    padding: 0;
    margin: 0 0 10px;
}

.cars-tax h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.faqs-wrap .card {
    border-radius: 0;
    border: 1px solid #ececec;
}

.faqs-wrap .card-header {
    border-bottom: 1px solid #ececec;
}

.card-header-wrap {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faqs-wrap h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.collapse-icon {
    font-family: 'IcoFont', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    margin: 0 0 0 15px;
    max-width: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    text-align: center;
}

.collapse-icon::before {
    content: '\eab9';
}

.faqs-wrap .card-header-wrap.collapsed .collapse-icon::before {
    content: '\eab2';
}

.cars-wrap {
    padding: 0 15px;
    background: #f5f5f5 none;
}

.cars-row {
    padding: 30px 15px;
}

.cars-col {
    position: relative;
    width: 100%;
    padding: 0 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.cars-col:last-of-type {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.cars-wrap .product-item {
    border: 1px solid #e3e3e3;
}

.banner-owl.owl-carousel .owl-nav button {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    background: rgba(255, 255, 255, .4) none;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 35px;
}

.banner-owl.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.banner-owl.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.banner-owl.owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, .8) none;
}

.sidebar-product-item {
    margin: 0 0 10px;
}

.sidebar-product-item:last-of-type,
.sidebar-cars-wrap .sidebar-product-item:last-of-type,
.aside-sidebar:first-of-type,
.cars-tax li:last-of-type,
.faqs-wrap .card-body p:last-child,
.aside-footer li:last-of-type,
.sidebar-news-item:last-of-type {
    margin: 0;
}

.sidebar-product-item::after,
.sidebar-news-item::after {
    content: '';
    display: block;
    clear: both;
}

.sidebar-product-img,
.sidebar-news-img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 131px;
    float: left;
    margin: 0 15px 0 0;
}

.sidebar-product-img::after,
.sidebar-news-img::after {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 68%;
}

.sidebar-product-title,
.sidebar-news-title {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    color: #1b1b1b;
}

.sidebar-product-title:hover {
    color: #ed1d24;
}

.sidebar-product-rating {
    margin: 5px 0 0;
}

.sidebar-product-price {
    font-size: 18px;
    margin: 6px 0 0;
}

.sidebar-product-price .price-symbol {
    font-size: 13px;
    top: 1px;
}

.banner-wrap .aside-homepage-title {
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.archive-title h1 {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin: 0;
}

.aside-sidebar {
    margin: 30px 0 0;
}

.aside-sidebar-title {
    margin: 0 0 25px;
}

.sidebar-cars-wrap .sidebar-product-item,
.sidebar-news-item {
    margin: 0 0 15px;
}

.cost-form {
    background: #f5f5f5 none;
    padding: 30px;
}

.cost-form .form-control {
    font-size: 14px;
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cost-form .input-group-text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cost-form label {
    font-weight: 500;
    font-size: 16px;
}

.cost-form .form-group:last-of-type {
    margin: 0;
}

.btn-cost {
    background: #ed1d24 none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 500;
}

.btn-cost:hover {
    background: #c71016 none;
    color: #FFF;
}

.table-cost {
    margin: 30px 0 0;
}

.table-cost .table {
    margin: 0;
}

.table-cost .table th {
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: 500;
    background: #1b1b1b none;
    color: #FFF;
}

.table-cost .table th,
.table-cost .table td {
    vertical-align: middle;
    border: 1px solid #e3e3e3;
}

.table-cost .table th:not(:nth-child(1)) {
    text-align: center;
}

.table-cost .table td:not(:nth-child(1)) {
    text-align: right;
    color: #ed1d24;
    font-weight: 500;
    font-size: 16px;
}

.table-cost .table tfoot {
    background: #e3e3e3 none;
}

.table-cost .table tfoot td:nth-child(1) {
    font-weight: 500;
}

.table-cost .price-symbol {
    font-size: 13px;
    top: -3px;
}

.table-cost .table tfoot tr:first-of-type td {
    padding-bottom: 5px;
}

.table-cost .table tfoot tr:last-of-type td {
    padding-top: 0;
}

.page-cost .singular-content {
    margin: 30px 0 0;
}

.cost-form label.error {
    display: none!important;
}

.cost-form .form-control.error {
    border: 1px solid #ed1d24;
}

.cost-form .price-symbol {
    font-size: 16px;
    top: 0;
}

.page-installment .table thead th:nth-child(1),
.page-installment .table tbody td:nth-child(1) {
    text-align: center;
}

.total-price-installment {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.label-installment {
    margin: 0;
    font-weight: 500;
}

.price-installment {
    color: #ed1d24;
    font-weight: 500;
    font-size: 16px;
}

.notify-hotline {
    position:fixed;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
    z-index: 999;
}

.notify-phone {
    background: transparent none;
    width: 160px;
    height: 160px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: visibility .5s;
    transition: visibility .5s;
    display: block;
    position: relative;
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.notify-phone:hover {
    opacity: 1;
}

.notify-circle {
    width: 120px;
    height: 120px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: notify-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: notify-circle-anim 1.2s infinite ease-in-out;
    -o-animation: notify-circle-anim 1.2s infinite ease-in-out;
    animation: notify-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.notify-phone:hover .notify-circle{
    border-color: #3ba64a;
    opacity: .5;
}

.notify-phone .notify-circle {
    border-color: #ed1d24;
    opacity: .5;
}

.notify-circle-fill{
    width: 80px;
    height: 80px;
    top: 40px;
    left: 40px;
    position: absolute;
    background: #000 none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: notify-circle-fill-anim 2.3s infinite ease-in-out;
    animation: notify-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.notify-phone:hover .notify-circle-fill {
    background: #3ba64a none;
    opacity: .75;
}

.notify-phone .notify-circle-fill{
    background: #ed1d24 none;
    opacity: .75;
}

.notify-img-circle {
    width: 50px;
    height: 50px;
    top: 55px;
    left: 55px;
    position: absolute;
    background: rgba(30, 30, 30, .1) none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: notify-circle-img-anim 1s infinite ease-in-out;
    animation: notify-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
}

.notify-img-circle i {
    position: relative;
    top: -3px;
}

.notify-phone:hover .notify-img-circle {
    background: #3ba64a none;
}

.notify-phone .notify-img-circle {
    background: #ed1d24 none;
}

@keyframes notify-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        -o-transform: rotate(0) scale(.5) skew(1deg);
        -ms-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
    }
}

@keyframes notify-circle-fill-anim{
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes notify-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        -o-transform: rotate(25deg) scale(1) skew(1deg);
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        -o-transform: rotate(25deg) scale(1) skew(1deg);
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes fadeInRight{
    0%{
        opacity: 0;
        -webkit-transform:translate3d(100%, 0, 0);
        -moz-transform:translate3d(100%, 0, 0);
        -o-transform:translate3d(100%, 0, 0);
        -ms-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
    }
    100%{
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeOutRight{
    0% {
        opacity: 1;
    }
    100% {
        opacity:0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform:translate3d(100%, 0, 0);
        -o-transform:translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        -o-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100%{
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.support-wrap {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 99;
}

.support-wrap a {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 0;
    margin: 0 0 10px;
}

.support-wrap a:last-child {
    margin-bottom: 0;
}

.support-wrap a img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.navbar-mobile-icon {
    width: 30px;
    height: 24px;
    position: relative;
    margin: 0;
    top: 0;
    left: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 0;
    background: transparent none;
    border: 0;
    display: none;
}

.navbar-mobile-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    top: 10px;
}

.navbar-mobile-icon span:first-child {
    top: 0;
}

.navbar-mobile-icon span:last-child {
    top: 20px;
}

.navbar-mobile-icon.mobile-active span:first-child,
.navbar-mobile-icon.mobile-active span:last-child {
    opacity: 0;
}

.navbar-mobile-icon.mobile-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff none;
}

.navbar-mobile-icon.mobile-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff none;
}

.navbar-mobile-wrap {
    position: fixed;
    top: 0;
    left: -300px;
    width: 100%;
    height: 100%;
    max-width: 300px;
    background: #EEE none;
    z-index: -999;
    opacity: 0;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    overflow: auto;
    padding: 15px;
}

.navbar-mobile-wrap.menu-mobile-active {
    left: 0;
    display: block;
    z-index: 99999;
    opacity: 1;
}

.navbar-mobile-wrap ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.navbar-mobile-wrap ul li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #CCC;
    color: #333;
}

.navbar-mobile-wrap ul li ul li:first-of-type {
    border-top: 1px solid #CCC;
}

.navbar-mobile-wrap ul li ul li:last-of-type {
    border-bottom: none;
}

.navbar-mobile-wrap ul li a {
    display: block;
    padding: 8px 10px;
    color: #333;
    position: relative;
}

.navbar-mobile-wrap ul.sub-menu li a {
    padding-left: 15px;
}

.navbar-mobile-wrap ul.sub-menu ul.sub-menu li a {
    padding-left: 20px;
}

.body-scroll {
    height: auto;
    overflow: hidden;
    position: fixed;
    width: 100vw;
}

.video-col {
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .navbar-mobile-icon {
        display: block;
    }

    .banner-col:not(:first-of-type) {
        margin: 30px 0 0;
    }

    .banner-wrap .featured-car {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .banner-wrap .sidebar-product-item {
        position: relative;
        width: 100%;
        padding: 0 15px 15px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin: 0;
    }

    .banner-wrap .sidebar-product-item::before {
        content: '';
        border: 1px solid #e3e3e3;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 15px;
    }

    .banner-wrap .sidebar-product-img {
        width: 100%;
        float: none;
    }

    .banner-wrap .sidebar-product-title {
        margin: 20px 0 0;
        padding: 0 15px;
    }

    .banner-wrap .sidebar-product-rating,
    .banner-wrap .sidebar-product-price {
        padding: 0 15px;
    }

    .cars-col,
    .cars-col:last-of-type {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cars-tax,
    .abouts-left {
        display: none;
    }

    .page-col:last-of-type {
        margin: 30px 0 0;
    }

    .banner-owl {
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .page-content.page-home {
        margin-top: 0;
    }

    .aside-homepage:first-of-type {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .aside-footer {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin: 20px 0 0;
    }

    .aside-footer:first-of-type {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        max-width: 100%;
    }

    .search-field.form-control {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
    }

    .banner-wrap .sidebar-product-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0 0;
    }

    .banner-wrap .sidebar-product-item:first-of-type {
        margin: 0;
    }

    .cars-row {
        padding: 30px 0;
    }

    .product-action {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-action a {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0 0;
    }

    .product-action a:first-of-type {
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .footer-container {
        margin: 0;
    }

    .aside-footer {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .aside-footer::before {
        display: none;
    }

    .footer-bottom {
        display: block;
    }

    .copyright {
        margin: 10px 0 0;
    }

    .logo {
        text-align: center;
    }

    .logo a {
        display: inline-block;
    }

    .search-wrap {
        margin: 20px 0 0;
    }

    .cars-wrap {
        margin: 0 -15px;
    }

    .cars-list {
        margin: -20px -8px 0;
    }

    .cars-list-col {
        padding: 0 8px;
        margin: 20px 0 0;
    }

    .product-item {
        padding: 0 10px 15px;
    }

    .product-item-img {
        left: -11px;
        width: -webkit-calc(100% + 22px);
        width: -moz-calc(100% + 22px);
        width: calc(100% + 22px);
    }

    .product-item-title,
    .product-item-price {
        font-size: 16px;
    }

    .product-contact li {
        font-size: 14px;
    }

    .aside-homepage {
        margin: 30px 0 0;
    }
}