/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: "OpenSans";
    src: url(fonts/OpenSans-Regular.ttf);
} 

@font-face {
    font-family: "OpenSans-Bold";
    src: url(fonts/OpenSans-Bold.ttf);
} 

@font-face {
    font-family: "Montserrat-Medium";
    src: url(fonts/Montserrat-Medium.ttf);
} 

@font-face {
    font-family: "Times-New-Roman";
    src: url(fonts/SVN-Times-New-Roman-Italic.ttf);
} 



:root{
    --family :"OpenSans" !important;
}
:root{
    --family-bold :"OpenSans-Bold" !important;
}
:root{
    --family-montserrat :"Montserrat-Medium" !important;
}


:root {
	--color:#650000;
}
:root {
    --color-hover:#ff5722;
}


body{
    font-size: 15px !important;
    color: #000;
    font-family: var(--family) !important;
}
h1,h2,h3,h4,h5,h6,p,ul,li,strong{
    font-family: var(--family) !important;
    color: #000;
}

p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
a.quick-view.quick-view-added {
    display: none;
}

/***********************************************/

h3.title-header-h3 {
    text-transform: uppercase;
    color: #cd111c;
    font-style: italic;
	font-weight: 700;
    font-size: 17px;
    font-family: "Times-New-Roman" !important;
}

#top-bar {
    max-width: 1195px;
    margin-left: auto;
    width: 100%;
    height: 50px;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    border-radius: 0px 0px 0px 10px;
    background: var(--color-hover);
}
.html_topbar_left p,
#top-bar ul li a {
    color: #fff;
    font-size: 15px;
    font-family: var(--family) !important;
}
#top-bar ul li a i {
    margin-right: 10px;
}


.header-bottom-nav li a {
    color: #930008;
    font-family: 16px;
    padding-left: 15px;
    font-family: var(--family-montserrat) !important;
}
.header-bottom-nav li:hover a {
    color: var(--color-hover);
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}
.nav-dropdown-default {
    padding: 0px;
    border: 0px;
}
.nav-dropdown  li {
    padding: 5px 0px;
}
.nav-dropdown  li a {
    color: #000 !important;
}

.sub-menu-home .title-menu a {
    font-size: 16px;
}
.nav-dropdown  li .sub-menu-home li {
    padding: 0px 10px;
}
.nav-dropdown  li .nav-column li a,
.nav-dropdown  li .sub-menu-home li a {
    color: #000 !important;
    font-family: var(--family) !important;
}
.nav-dropdown  li:hover a,
.nav-dropdown  li .nav-column li:hover a,
.nav-dropdown  li .sub-menu-home li:hover a {
    color: var(--color-hover) !important;
}

.sub-menu-home .featured-box {
    margin-bottom: 0px;
}

.header_info {
    float: right;
    text-align: right;
}
.header_widgets {
    display: inline-block;
    width: 260px;
    text-align: left;
}
.header_widgets .circle_icon {
    border: 1px solid #000;
    border-radius: 50%;
    color: #555;
    float: left;
    font-size: 17px;
    height: 40px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}
.header_widgets .uppercase_text {
    color: #111;
    font-size: 16px;
    color: red;
    line-height: 17px;
    margin: 0;
    text-transform: uppercase;
}
.header_widgets a {
    color: #555;
}

/******************************************/
.button.primary {
    background: var(--color-hover);
    padding: 5px 15px;
    font-family: var(--family-bold) !important; 
}
.title-home h2 {
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}
.title-home h2:after{
    content: "";
    position: absolute;
    background: var(--color-hover);
    height: 2px;
    width: 100px;
    left: 45%;
    top: 45px;
}
h5.post-title.is-large {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-flex: 1;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
    color: #000;
    margin-bottom: 15px;
    font-family: var(--family-bold) !important;
}
h5.post-title.is-large:hover {
    color: var(--color-hover);
}
.product-small {
    box-shadow: 1px 1px 2px 2px #eaeaea;
}
.product-small .box-text {
    padding: 10px;
    display: flow-root;
}

p.name.product-title a {
    color: #000;
    height: 40px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: var(--family-bold) !important
}

.custom-field-product-info {
    margin-bottom: 10px;
    color: #000;
    font-family: var(--family) !important;
}

.custom-field-img {
    float: left;
}
.price-wrapper {
    float: right;
}
.price-wrapper span.amount {
    color: var(--color-hover);
    font-size: 17px;
    font-family: var(--family-bold) !important;
}

.sec-seach .tabbed-content {
    border-radius: 7px;
    box-shadow: 1px 0px 7px rgb(0 0 0 / 21%);
    background: #fff;
    overflow: unset !important;
}
.sec-seach p{
    color: #930008;
    font-family: var(--family-bold) !important;
}
.sec-seach .nav-line li {
    width: 49.6%;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    
}
.sec-seach .nav-line li a {
    color: #cccccc;
    font-family: var(--family-bold) !important;
}
.sec-seach .nav-line li.active {
    background: #fff;
}
.sec-seach .nav-line li.active a {
    color: var(--color-hover);
}

.sec-seach .form-seach {
    margin: 30px;
}
.sec-seach .form-seach input {
    height: 50px;
    margin-bottom: 20px;
    box-shadow: 1px 0px 7px rgb(0 0 0 / 21%);
}
.sec-seach #btn-search {
    background: var(--color-hover);
    color: #fff;
    border-radius: 7px;
    font-family: var(--family-bold) !important;
}

#load-product .row {
    padding: 10px;
}
#load-product h3 {
    margin: 15px;
    text-align: center;
    font-weight: 500;
}
#load-product .font-family-bold {
    text-align: center !important;
}
#load-product .list-dkUMs {
    display: block !important;
}
#load-product  .list-dkUMs .overview-fNGEdH {
    padding: 10px;
    width: 45%;
    margin: 10px;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 9999;
    text-align: center;
    display: none;
    top: 0px;
}
#loadingBox {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin-top: 200px;
}

#loadingIcon {
    width: 100%;
    height: 100%;
}


.sec-seach .wpcf7-form.init {
     margin: 0px 20%;
}
.sec-seach .wpcf7-form.init label {
    text-align: left !important;
}
.sec-seach .wpcf7-submit {
    background: var(--color-hover);
    color: #fff;
    margin: 30px !important;
    margin: 0px auto;
    text-align: center;
    font-family: var(--family-bold)!important;
}
.sec-seach .wpcf7-form.init h3 {
    display: none;
}
 
.sec-service .featured-box .icon-box-img {
    height: 72px;
}
.sec-service .featured-box h3 {
    font-size: 14px;
    font-family: var(--family-bold) !important;
}


.silder-home-customer .featured-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px 10px 50px 10px;
    box-shadow: 1px 1px 3px 3px #eaeaea;
}
.silder-home-customer .icon-box-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.silder-home-customer .icon-box-img h4 {
    font-family: var(--family-bold) !important;
    font-size: 15px;
    margin: 10px 0px;
}
.silder-home-customer  .star i {
    color: #fadb14;
}

.silder-home-customer  .star {
    margin-bottom: 5px;
}

.silder-home-customer p {
    font-size: 13px;
}

.silder-home-customer .owl-prev , 
.silder-home-customer .owl-next {
    background: var(--color-hover);
    border: 1px solid #FFF;
    border-radius: 100%;
    color: #FFF;
    font-size: 25px;
    height: 35px;
    width:35px;
    margin-top: 30px;
    line-height: 30px;
    opacity: .8;
    position: absolute;
    text-align: center;
    transition: all .3s ease 0s;
    z-index: 1;
}
.silder-home-customer .owl-prev {
    float: left;
    left: 135px;
}
.silder-home-customer .owl-next {
   float: right;
   right: 135px;
}
.btn-customer.text-center {
    margin-top: 30px;
}
.btn-customer.text-center a {
    color: #000;
    font-family: var(--family-bold) !important;
}
.btn-customer.text-center a span {
    color: var(--color-hover);
}

.sec-infomation .row-about {
    padding-top: 30px;
    margin-bottom: -20px;
}

.sec-infomation .banner-title {
    font-size: 28px;
    line-height: 34px;
    color: var(--color-hover);
    text-shadow: 0px 4px 27.97px rgb(0 0 0 / 13%);
    font-family: var(--family-bold) !important;
}
.sec-infomation .banner-desc {
    font-size: 16px;
    line-height: 20px;
    color: #021039;
    text-shadow: 0px 4px 27.97px rgb(0 0 0 / 13%);
}


.category__content {
    display: flex;
}

#content-1 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.category__item-outer {
    width: 12%;
    padding: 0px 5px;
}
.category__item {
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 1px 1px #eaeaea;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    min-width: 85px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category__item img {
    padding: 15px;
}
.category__item-caption {
    background-color: inherit;
    color: #000;
    font-size: 13px;
    height: auto;
    position: relative;
    bottom: auto;
    padding: 10px 0;
    font-family: var(--family) !important;
}
.custom-trademark ul.list--inline li h5:hover,
.category__item-caption:hover {
    color: var(--color-hover);
    font-weight: 700;
}

.custom-trademark ul.list--inline {
    width: 100%;
    margin: 10px 0;
    display: -ms-flexbox;
    display: flex;
}

.custom-trademark ul.list--inline li {
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    list-style: none;
    padding: 10px;
    margin: 0px 5px;
    text-align: center;
    font-weight: 600;
    color: #000;
    box-shadow: 0px 0px 1px 1px #eaeaea;
    font-family: var(--family) !important;
}
.custom-trademark ul.list--inline li img {
    height: 46px;
}
.custom-trademark ul.list--inline li h5 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0px;
    font-family: var(--family) !important;
}

.box-product-slider .owl-nav {
    display: none;
}

.box-product-slider .owl-dots {
    position: absolute;
    left: 20%;
    margin-top: -10%;
}
.box-product-slider .owl-dot {
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    float: left;
    margin: 0px 5px;
}
.box-product-slider .owl-dot.active{
    background: var(--color-hover);
    width: 20px;
    height: 10px;
    border-radius: 20px;
}

.sec-product-news .button.primary {
    background: var(--color-hover)!important;
    padding: 5px 15px;
    font-family: var(--family-bold) !important;
}

.sec-news .col.post-item {
    padding: 0px;
}
.sec-news button.button{
    font-family: var(--family-bold) !important;
    color: var(--color-hover);
    font-size: 14px;
    border: 0px;
    text-transform: none;
     position: absolute;
    left: 155px;
    top: 67px;
}
.sec-news button.button:after {
    content: ">>";
}
.sec-news button.button:hover {
    background: transparent !important;
    color: #000;
}
.sec-news .box-text{
    background: #f3f3f3;
}
.sec-news .post-item:nth-child(2n)  .box-text {
    background: #378eab;
}
.sec-news .post-item:nth-child(2n)  .box-text p,
.sec-news .post-item:nth-child(2n)  .box-text h5 {
    color: #fff;
}
.sec-news .post-item:nth-child(2n)  .box-text h5:hover {
    color: var(--color-hover);
}

.title-question h2 {
    margin-bottom: 0px;
}
.title-question h2:after {
    display: none;
}
.sec-question .btn-1 {
    background: var(--color-hover);
    font-family: var(--family-bold) !important;
}
.sec-question .btn-2 {
    color: var(--color-hover);
    background: #fff;
    font-family: var(--family-bold) !important;
}


.sec-question .accordion-item {
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    box-shadow: 1px 1px 2px 2px #eaeaea;
}
.sec-question .accordion-item .toggle {
    display: none;
}
.sec-question .accordion-title {
    border-top: 0px;
    color: #000;
    padding: 0px 12px;
    font-size: 14px;
    font-family: var(--family-bold) !important;
}
.sec-question .accordion-title:after {
    content: "+";
    position: absolute;
    right: 5px;
    font-size: 30px;
    top: -15px;
}
.sec-question .accordion-item:first-child .accordion-title:after {
    top: 10px;
}


.showroo-1 .cot-5 .col-inner {
    padding: 20px 50px;
}

.showroo-1 .cot-5 h1.text-subheader {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0px;
}

.showroo-1 .cot-5 .text-header {
    color: #fff;
    margin-bottom: 10px;
}
.showroo-1 .text-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-shadow: 0px 4px 27.97px rgb(0 0 0 / 13%);
}
.showroo-1 .text-subtitle .point {
    margin: 0 8px;
}
.showroo-1 .btn-1 {
    border-color: #ffa61c;
    margin-right: 16px;
    color: #fff;
    text-transform: none;
    font-size: 14px;
}
.showroo-1 .btn-2 {
    color: #fff !important;
    background: linear-gradient(
129.87deg,#ffa61c 19.83%,#ff6400 72.83%) !important;
    box-shadow: 0px 4px 10px rgb(181 65 0 / 50%);
    border: none !important;
    text-transform: none;
    font-size: 14px;
}

.showroom-2 {
    padding: 20px;
    background: linear-gradient(
201.92deg,#0d8aaa 29.17%,#005e80 95.88%);

}
.showroom-2 .row {
    padding-top: 15px;
    margin-bottom: -10px;
}

.showroom-2 .description {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    font-family: var(--family-bold) !important;
}

.showroom-4 .icon-box-img img {
    height: 87px;
}

.showroom-4 .icon-box-text h3 {
    font-family: var(--family-bold) !important;
    font-size: 13px;
}

.showroom-5 .text-header.section-header {
    font-size: 28px;
    font-family: var(--family-bold) !important;
}
.showroom-5 .location-selector p{
    color: #000;
    font-weight: 500;
}
.location-selector.mb-md-32 {
    margin-top: 20%;
}


.showroom-6 .btn-1-btn {
    margin-right: 16px;
    color: #fff !important;
    background: linear-gradient(
129.87deg,#ffa61c 19.83%,#ff6400 72.83%) !important;
    box-shadow: 0px 4px 10px rgb(181 65 0 / 50%);
    border: none !important;
}

.showroom-6 .btn-2-btn {
    border-color: #ffa61c;
    color: #ffa61c;
    background: transparent;
}
.showroom-6 .accordion-item:first-child .accordion-title:after {
    top: -15px;
}

.sell-1 .cot-5 {
    margin-top: 10%;
}

.sell-1 .kKQpYw {
    font-size: 32px;
    color: #fff;
    margin-bottom: 19px;
    font-family: var(--family-bold) !important;
}
.sell-1 .list li {
    list-style: none;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    font-family: var(--family-bold) !important;
}

.sell-1 .list li i {
    margin-right: 10px;
}

.sell-1 .cot-7 {
    background: #fff;
    padding:30px;
    border-radius: 10px;
}
.sell-1 .cot-7 input {
    border: 0.5px solid #d4d4d4;
    border-radius: 12px;
    background: #f7f7f7;
    color: #a1a1a1;
    height: 50px;
}
.sell-1 .cot-7 label {
    color: #000;
    font-weight: 400;
    font-family: var(--family) !important;
}
.sell-1 .cot-7 label span {
    color: red;
    margin-left: 5px;
}
.sell-1 .cot-7 .wpcf7-submit {
    text-transform: capitalize;
    height: 48px;
    background: linear-gradient(
129.87deg,#ffa61c 19.83%,#ff6400 72.83%);
    box-shadow: 0px 4px 10px rgb(181 65 0 / 50%);
    border: none;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    font-family: var(--family-bold) !important;
}

.sell-3 .featured-box {
    margin-bottom: 50px;
}
.sell-3 .featured-box h3 {
    margin-bottom: 5px;
    color: #000;
    font-family: var(--family-bold) !important;
}

.sell-4 .box-text-bottom h4 {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-family: var(--family-bold) !important;
}
.QUDfn .price-amount {
    font-size: 32px;
    line-height: 140%;
    text-shadow: 0px 4px 27.97px rgb(0 0 0 / 13%);
    background: linear-gradient(
129.87deg,#ffa61c 19.83%,#ff6400 72.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--family-bold) !important;
}
.QUDfn .price-text {
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    text-shadow: 0px 4px 27.97px rgb(0 0 0 / 13%);
    font-family: var(--family-bold) !important;
}
.sell-5 .row-1 {
    margin-bottom: 5%;
}
.sell-5 .button.primary {
    text-transform: capitalize;
    border: none;
    background: linear-gradient(
129.87deg,#ffa61c 19.83%,#ff6400 72.83%);
    box-shadow: 0px 4px 10px rgb(181 65 0 / 50%);
    border-radius: 12px;
    color: #fff;
    margin-top: 30px;
    font-family: var(--family-bold) !important;
}

.home-sell-custom .owl-prev, 
.home-sell-custom .owl-next {
    background: linear-gradient(
129.87deg,#ffa61c 19.83%,#ff6400 72.83%);
    border-color: #ffa61c;
    -webkit-filter: drop-shadow(0px 4px 10px
 rgba(181,65,0,0.5));
    filter: drop-shadow(0px 4px 10pxrgba(181,65,0,0.5));
}
.home-sell-custom .owl-prev {
    left: 40%;
}
.home-sell-custom .owl-next {
    right: 40%;
}
.home-sell-custom .box-text-bottom {
    
    box-shadow: 0px 4px 27.97px rgb(0 0 0 / 15%);
}
.home-sell-custom .box-text{
    padding: 15px;
}
.home-sell-custom .content-custom-sell {
    overflow: hidden;
    height: 80px;
}
.title-custom-sell {
    display: flow-root;
}
.home-sell-custom .title-custom-sell .title {
    float: left;
}
.home-sell-custom .title-custom-sell .title h4 {
    font-weight: 400;
    font-family: var(--family) !important;
}
.home-sell-custom .title-custom-sell .star {
    float: right;
}


.title-used h2,
.title-lease h2 {
    color: #000;
    font-size: 2rem;
    font-family: var(--family-bold) !important;
}

.lease-1 h1.title,
.lease-1 h5.header {
    color: #fff;
}
.lease-1 h1.title {
    font-family: var(--family-bold) !important;
    font-size: 38px;
    max-width: 600px;
    font-weight: 700;
}
.lease-1 .subtitle {
    margin-bottom: 0;
    max-width: 600px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
}


.ant-input-prefix {
    font-size: 16px;
    font-weight: 700;
    margin-right: 4px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9999;
    font-family: var(--family-bold) !important;
}

.lease-1 .wpcf7 {
    margin-top: 20px;
}
.lease-1 .wpcf7-submit {
    background: var(--color-hover);
    text-transform: none;
    border-radius: 7px;
    font-family: var(--family-bold) !important;
}

.lease-1 input {
    height: 45px;
    font-family: var(--family) !important;
}
.lease-1 .full-name .wpcf7-text {
    padding-left: 65px;
    font-family: var(--family) !important;
}
.lease-1 .full-phone .wpcf7-text {
    padding-left: 50px;
    font-family: var(--family) !important;
}


.lease-2 .cot-6-2 {
    margin-top: 5%;
}
.lease-2 .cot-6-2 p {
    color: #000;
    font-size: 17px;
    margin-bottom: 0px;
}
.lease-2 .cot-6-2 .button.primary {
    font-family: var(--family-bold) !important;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
    padding: 5px 25px;
    background: var(--color-hover);
}
.lease-2 .icon img {
    height: 80px;
}
.lease-2 .box-text h4 {
    color: #000;
    margin-bottom: 15px;
    font-family: var(--family-bold) !important
}

.lease-3 .jCQLke {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #212121;
    text-align: left;
}
.lease-3 .button {
    border-radius: 12px;
    border: 0px;
    background: linear-gradient(
129.87deg,#ffa61c 19.83%,#ff6400 72.83%);
}

.lease-5 .featured-box h3 {
    font-family: var(--family-bold) !important;
    color: #000;
}
.ant-collapse {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #363636;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 5px;
}
.ant-collapse>.ant-collapse-item {
    border-bottom: 1px solid #d9d9d9;
}
.ant-collapse>.ant-collapse-item>.ant-collapse-header {
    position: relative;
    padding: 12px 16px;
    color: #fff;
    line-height: 1.5715;
    cursor: pointer;
    background: var(--color-hover);
    transition: all .3s,visibility 0s;
    font-family: var(--family-bold) !important;
}
.ant-collapse-content>.ant-collapse-content-box {
    padding: 16px;
    color: #000;
    background: #fff;
    font-family: var(--family) !important;
}
.lease-6 a.button.primary{
    margin-top: 20px;
    background: var(--color-hover);
}
.home-lease-car {
    background: #fff;
    padding: 30px;
    box-shadow: 1px 1px 2px #eaeaea;
}

.home-lease-car .owl-prev,
.home-lease-car .owl-next {
    background: transparent;
    top: 35%;
    border: 0px;
    
}
.home-lease-car .owl-prev i,
.home-lease-car .owl-next i {
  color: var(--color-hover);
  font-size: 40px;
}

.home-lease-car .owl-prev {
    left: -4px;
}
.home-lease-car .owl-next {
    right: -4px;
}

.home-lease-car .box-product-slider .owl-dots {
   left: 30%;
}


.select-car-wrapper h3 {
    font-family: var(--family-bold) !important;
    color: #000;
    font-size: 18px;
}
.select-car-wrapper p {
    font-size: 17px;
}
.select-content {
    margin-top: 20px;
}

.select-content .money {
    color: var(--color-hover);
    font-size: 24px;
    font-family: var(--family-bold) !important;
}
.select-content .has-text {
    font-size: 14px;
}
.select-content .description {
    margin: 15px 0px;
    height: 100px;
    font-size: 17px;
    font-family: var(--family) !important;
}
.btn-form .btn-lease {
    background: var(--color-hover);
    padding: 10px 20px;
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    font-family: var(--family-bold) !important;
    text-transform: uppercase;
}

.used-1 .banner-title {
    color: #fff;
    font-size: 35px;
    line-height: 2.5rem;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: var(--family-bold) !important;
}
.used-1 .banner-desc {
    font-size: 17px;
    color: #162c83;
    font-weight: 600;
}

.used-2 .feature-title {
    color: #22a0f0;
    font-family: var(--family-bold) !important;
}

.used-2 .icon-box-text h3 {
    color: #000;
    font-family: var(--family-bold) !important;
}


.contact-1 .has-text-centered {
    margin-top: 25px;
}

.contact-1 .has-text-centered h1 {
    color: #fff;
    font-family: var(--family-bold) !important;
}
.contact-1 .has-text-centered p {
    color: #fff;
}
.contact-2 .featured-box {
    box-shadow: 2px 2px 2px 3px #eaeaea;
    padding: 20px;
    height: 300px;
}
.contact-2 .featured-box .icon-box-text p {
    margin-bottom: 0px;
}
.contact-3 label {
    font-family: var(--family-bold) !important;
    color: var(--color-hover);
}
.contact-3 select,
.contact-3 textarea,
.contact-3 input {
    border: 0px;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 10%) !important;
    background: transparent;
    border-bottom: 1px solid #eaeaea;
}

.workshop-1 h1.title.is-spaced {
    color: #fff;
    font-size: 3rem;
    font-family: var(--family-bold) !important;
}
.workshop-1 p {
    color: #fff;
    font-size: 25px;
}
.workshop-1 .featured-box h3 {
    color: #000;
    font-family: var(--family-bold) !important;
}
.workshop-2 .button.alert {
    color: var(--color-hover) !important;
    padding: 5px 15px;
    border: 1px solid;
}
.workshop-3 .lhdOHv {
    text-align: left;
    background-color: #fff;
    padding: 20px;
}
.workshop-3 .lhdOHv .title {
    font-size: 27px;
    color: #000;
    font-family: var(--family-bold) !important;
}
.lhdOHv .ant-btn-ghost {
    color: var(--color-hover);
    border-color: var(--color-hover);
    border-radius: 5px;
    padding: 5px 15px;
    font-family: var(--family-bold)!important;
}

table.table.is-bordered {
    font-family: var(--family)!important;
    
}
table.table.is-bordered tr td{
    text-align: center;
}

.jnaIwx .table-background-gray {
    background-color: #e5e5e5;
}
.jnaIwx .font-family-bold {
    padding: 10px;
    color: #000;

    font-family: var(--family-bold) !important;
}
.workshop-4 .title.is-size-4 {
    color: #000;
    font-size: 25px;
    margin: 20px 0;
    font-family: var(--family-bold) !important;
}
.workshop-4 .fnjDCM p {
    margin-bottom: 0px;
}
.workshop-5 .banner-content h1 {
    color: #fff;
    font-size: 25px;
    font-family: var(--family-bold) !important;
}
.workshop-5 .subtitle {
    color: #fff;
    font-size: 17px;
}

.workshop-5 .button.primary {
    background: #fff;
    color: #000;
}

.nav-line>li.active>a:before, 
.nav-line>li:hover>a:before {
    display: none;
}
.works-2 .nav.nav-line {
    border-bottom: 1px solid #eaeaea;
}
.works-2 .nav.nav-line li {
    padding: 0 15px;

}
.works-2 .nav.nav-line li a {
    color: #000;
    font-size: 20px;
    font-family: var(--family-bold) !important;
}

.works-2 .nav.nav-line li:hover a,
.works-2 .nav.nav-line li.active a {
    color: var(--color-hover);
    border-bottom: 2px solid var(--color-hover);
}

/******************css tempale******************/
.no-padding {
    padding: 30px 0px;
}
.icon-tempale.row {
    margin-top: -5%;
    margin-bottom: 3%;
}
.icon-tempale.row .icon-box-img {
    width: 142px;
    height: 142px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    background: white;
}

.icon-tempale.row .icon-box-text h1 {
    color: #fff;
    font-size: 45px;
    font-family: var(--family-bold) !important;
}

.about-tempale .contet-left h1 {
    color: #000;
    font-size: 30px;
    font-family: var(--family-bold) !important;
}
.about-tempale .content-desc p {
    font-family: var(--family) !important;
}
.about-tempale .button.primary a {
    color: #fff;
    border-radius: 5px;
}

.post-tempale,
.product-tempale {
    background: #f6f6f6;
    padding: 70px 0px;
}
.product-tempale .btn-link  {
    color: var(--color-hover);
    font-size: 20px;
    font-family: var(--family-bold) !important;
}
.product-tempale .btn-link i {
    margin-left: 10px;
}
.browse-now-tempale .banner-title {
    font-size: 48px;
    line-height: 120%;
    color: #fff;
    text-shadow: 0px 4px 27.97px rgb(0 0 0 / 13%);
    margin-bottom: 24px;
    font-family: var(--family-bold) !important;
}
.browse-now-tempale .banner-desc {
    font-size: 18px;
    line-height: 140%;
    color: #ffffff;
    text-shadow: 0px 4px 27.97px rgb(0 0 0 / 13%);
    margin-bottom: 24px;
}

.post-tempale .col.post-item {
    padding: 0px;
    box-shadow: 1px 1px 2px 2px #eaeaea;
}
.post-tempale h5.post-title{
    font-size: 20px;
    overflow: hidden;
    height: 50px;
    color: #040849;
    overflow: visible;
    white-space: normal;
    text-overflow: initial;
}

.post-tempale .from_the_blog_excerpt p {
    font-size: 17px;
    overflow: hidden;
    height: 80px;
}
.post-tempale .btn-link-btn {
    text-transform: none;
    color: var(--color-hover);
    padding: 0px;
    font-size: 16px;
    font-family: var(--family-bold) !important;
}
.post-tempale .button.primary {
    margin-top: 30px;
}
.post-tempale .button.primary a {
    color: #fff;
    
}

/************************css singleproduct**************************/
.product-info {
   padding: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 27.97px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.product-info .product-title {
    font-family: var(--font-family) !important;
    color: #000;
    font-size: 15px;
    background: var(--color-hover);
    padding: 10px;
    text-align: center;
    color: #fff;
}
.product-info .product-short-description,
.product-info .cart {
    display: none;
}
.product-info .price-wrapper {
    float: left;
}
.product-info .price-wrapper span.amount {
    font-size: 25px;
    margin-top:5px;
    display: inline-block;
}
.product-info .drive-from-text {
    float: right;
    font-family: var(--family) !important;
}
.product-info .drive-from-text span {
    color: #000;
    font-family: var(--family-bold) !important;
}
.product-info .drive-from-text i {
    margin-right: 10px;
}
.product-info .banner-info-content {
    margin: 20px 0 25px;
    padding: 12px 5px;
    background: #f7f7f7;
    border-radius: 12px;
    display: inline-block;
}
.product-info .meta-info {
    display: inline-flex;
    margin: 5px;
}
.product-info .meta-info-item {
    padding: 0px 5px;
}
.product-info .meta-info-item i {
    margin-right: 10px;
}


.contact-single-product .button.primary {
    border-radius: 5px;
    width: 100%;
}

#test-product .wpcf7-submit {
    background: var(--color-hover);
    font-family: var(--family-bold) !important;
    width: 100%;
    border-radius: 5px;
}

.title-tab-product {
    margin: 30px 0px;
}
.title-tab-product h2 {
    color: #000;
    font-size: 30px;
    font-family: var(--family-bold) !important;
}
.title-tab-product h4 {
    color: #000;
    font-size: 20px;
    font-family: var(--family-bold) !important;
}

.tab-custom.fixed {
    width: 100%;
    position: fixed;
    top: 35px;
    z-index: 7000;
    margin: 0 auto;
    max-width: 1130px;
    height: auto;
    left: 8%;
    box-shadow: 0 0 5px 2px #ccc;
    background: #e6e6e6;
}

.tab-custom.fixed .text-right,
.tab-custom.fixed ul {
    margin-top: 15px;
}


.woocommerce-tabs {
   border-top:0px;
   text-align: center;
}
.woocommerce-tabs .tab-custom {
    padding-bottom: 15px;
    display: inline-block;
}


.woocommerce-tabs ul li {
    list-style: none;
    float: left;
    padding :0px 20px;
    font-family: var(--family) !important;
}
.woocommerce-tabs ul li a {
    color: #000;
    font-family: var(--family-bold) !important;
}
.woocommerce-tabs ul li:hover a{
    color: var(--color-hover);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-hover);
}

/*.list-dkUMs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0px;
}*/
.list-dkUMs {
    display: flex;
    margin: 30px 0px;
}
.list-dkUMs .overview-fNGEdH {
    width: 20%;
    float: left;
    padding: 10px;
    margin: 0px 15px;
    background: #fff;
    box-shadow: 0px 4px 15px rgb(33 33 33 / 15%);
    border-radius: 12px;
    text-align: center;
}

.woocommerce-tabs .font-family-bold {
    text-align: center !important;
}
.infomation-overview .meta-value,
.list-dkUMs .overview-fNGEdH .font-family-bold {
    color: #000;
    font-weight: 700;
    text-align: left;
    font-family: var(--family-bold) !important;
}
.list-dkUMs .overview-fNGEdH i {
    margin-right: 10px;
}
.infomation-overview .meta-name {
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 30px;
    font-weight: 500;
}
.infomation-overview .meta-name:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    left: 20px;
    margin-top: 10px;
    background: var(--color-hover);
}

#tab-assurance {
    background: #FFFCF3;
    padding: 15px;
}
#tab-assurance .content-assurance {
   margin: 20px 0px;
   color: #000;
   font-family: var(--family) !important;
}

.img-content-inspection .icon-box-img img {
    width: 93px;
    height: 98px;
}
.content-user-small h4 {
    font-family: var(--family-bold) !important;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.content-user-small h5 {
    color: var(--color-hover);
    margin-bottom: 5px;
    font-weight: 300;
    font-family: var(--family) !important;
}
.content-user-small p {
    font-family: var(--family) !important;
}
.img-content-inspection .icon-box-text {
    position: relative;
    width: 100%;
    padding: 26px;
    border-radius: 12px;
    border: 0.5px solid #d4d4d4;
    background: #fff;
    box-shadow: 0px 4px 15px rgb(33 33 33 / 15%);
}
.img-content-inspection .featured-box {
    margin: 0px auto;
    max-width: 950px;
}

.list-summary .inspection-section {
    font-size: 14px;
    padding: 19px 30px;
    border: 0.5px solid #cccccc;
    font-size: 12px;
    border-radius: 7px;
    text-align: left;
}
.list-summary .inspection-section span {
    font-family: var(--family-bold) !important;
    color: #000;
    font-size: 18px;
    text-align: center;
}
.list-summary .inspection-section span i {
    margin-right: 10px;
}
.list-summary .inspection-section .cot-4 span {
    color: #368EAB;
}
.list-summary .inspection-section .deg-6 span,
.list-summary .inspection-section .deg-8 span {
    color: var(--color-hover);
}

.product-related {
    margin: 30px 0px;
}
.product-related .owl-prev {
    right: 90px !important;
    left: auto;
}
.product-related .owl-next {
    right: 20px !important;
}
.product-related .owl-prev, 
.product-related .owl-next{
    top:-90px;
}
.product-related .custom-field-product {
    text-align: left;
}

.list-browse-other .col-inner {
    border:1px solid #eaeaea;
    border-radius: 15px;
    padding: 25px;
}
.list-browse-other .col-inner:hover{
    border: 1px solid var(--color-hover);
}
.list-browse-other .col-inner h5 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0px;
    font-family: var(--family) !important;
}
.taxonomy-hangxe ul.sub-menu-home li.title-menu {
    display: none;
}
.taxonomy-hangxe ul.sub-menu-home li {
    list-style: none;
    float: left;
    background: #eaeaea;
    width: 18%;
    border-radius: 10px;
    padding:10px;
}
.taxonomy-hangxe ul.sub-menu-home li:hover {
    background: var(--color-hover);
}
.taxonomy-hangxe ul.sub-menu-home li:hover a {
    color: #fff;
}

/*************************************************************/


.blog-archive .image-cover {
    padding-top: 75% !important;
}

.blog-archive .box-text{
    padding: 10px;
    background: #f1f1f1;
}

.blog-archive h5.post-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-flex: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
}

.blog-archive p.from_the_blog_excerpt {
    height: 70px;
    overflow: hidden;
}


.btn-uttg {
    background: var(--color-hover);
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 5px;
    width: 100%
}

.devvn_muaoto_left {
    display: none;
}

.devvn_muaoto_left input#prepaid, 
.devvn_muaoto_left input#interest, 
.devvn_muaoto_left .form-control {
    width: 215px;
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d1d1d1;
}
.unit, .price_laixuat, .txtZ, .spanLaixuat {
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

span#p_price {
    color: var(--color-hover);
    font-size: 25px;
    font-family: var(--family-bold);
}

.devvn_muaoto_left label {
    color: #000;
    font-family: var(--family-bold);
}

.devvn_muaoto_left {
    padding: 20px;
}

.devvn_muaoto_left .col {
    padding: 0px 15px 10px;
}

#do_submit {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 45px 13px 22px;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    background: var(--color-hover);
    text-transform: uppercase;
    font-family: var(--family-bold);
}
#do_submit:before {
    position: absolute;
    top: 50%;
    right: 15px;
    color: #ffffff;
    z-index: 1;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-family: "fontawesome";
    font-weight: normal;
}

.fa-calculator:before {
    content: "\f1ec";
}

.divtext3,
.divtext1 {
    color: #000;
    margin: 10px 0px;
    font-family: var(--family-bold);
}
#paid_perM,
#paid_total {
    color: var(--color-hover);
    font-family: var(--family-bold);
    font-size: 25px;
}

.divResult span.vnd {
    margin-left: 8px;
}
#notification p {
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}



/**********************************************************/

.absolute-footer{
    display: none;
}

.footer-1 .title-footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
    font-size: 17px;
    margin-bottom: 30px;
}
.footer-1 .title-footer h3:before {
    content: "";
    height: 2px;
    width: 80px;
    top: 35px;
    position: absolute;
    background: var(--color-hover);
}
.footer-1 p,
.menu-footer li a {
    color: #FFF;
}
.menu-footer li:hover a {
    color: var(--color-hover);
}

.form-footer input.wpcf7-email {
    float: left;
    width: 80%;
}
.form-footer input.wpcf7-submit {
    float: right;
    position: absolute;
    background: var(--color-hover);
    font-family: var(--family-bold) !important;
}
.row-bottom-content .coppy.text-center {
    border-top: 1px solid #fff;
    color: #fff;
    padding-top: 10px;
}


.mobile-nav .header-button a {
    background: var(--color-hover);
    font-size: 20px;
    border: 0px;
}
.mobile-nav .header-button a i{
    color: #fff;
}
.sidebar-menu.no-scrollbar{
    background: var(--color-hover);
}
.sidebar-menu.no-scrollbar .toggle i,
.sidebar-menu.no-scrollbar li a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .title-home h2:after{
        display: none;
    }
    .sec-seach .nav-line li {
        width: 48.6%;
    }
    #load-product .list-dkUMs .overview-fNGEdH {
        width: 43%;
    }
    .woocommerce-tabs .list-dkUMs .overview-fNGEdH .font-family-bold,
    #load-product .font-family-bold {
        text-align: center !important;
        font-size: 13px;
    }
    .infomation-overview .meta-name {
        width: 100%;
        padding-left: 0px;
    }
    .custom-trademark ul.list--inline,
    #content-1 {
        display: block;
    }
    .category__item-outer {
        width: 33.3%;
        float: left;
    }
    .custom-trademark ul.list--inline li {
        width: 30%;
        float: left;
    }
    .icon-tempale.row .icon-box-text h1 {
        color: var(--color-hover);
    }
    .tab-custom.fixed {
        left: 0;
    }
    .taxonomy-hangxe ul.sub-menu-home li {
        width: 30%;
    }


}
@media only screen and (max-width: 767px){
    .blog-archive .post-item {
        width: 33.3% !important;
        float: left;
    }
}
@media only screen and (max-width: 500px){
    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }
    .category__item-outer {
        width: 50%;
        float: left;
    }
    .custom-trademark ul.list--inline li {
        width: 45%;
        float: left;
    }
    .silder-home-customer .owl-prev, 
    .silder-home-customer .owl-next {
        margin-top: 60px;
    }
    .woocommerce-tabs .list-dkUMs{
        display: inline-block !important;
    }
    .woocommerce-tabs .list-dkUMs .overview-fNGEdH {
        margin: 5px;
        width: 45%;
    }

    .taxonomy-hangxe ul.sub-menu-home li {
        width: 47%;
        margin: 5px;
    }

}  


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}