.pr-0 {
    padding-right: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pd-0 {
    padding: 0 !important
}

.pd-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pd-30 {
    padding: 30px !important
}

.pl-35 {
    padding-left: 35px !important
}

.mg-0 {
    margin: 0 !important
}

.mg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mg-30 {
    margin: 30px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-3 {
    padding-top: 3px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-110 {
    padding-top: 110px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.mt-0 {
    margin: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-160 {
    margin-top: 160px !important
}

.mt-180 {
    margin-top: 180px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mr-30 {
    margin-right: 30px
}

.font-10 {
    font-size: 10px !important;
    line-height: 1 !important
}

.font-11 {
    font-size: 11px !important;
    line-height: 1 !important
}

.font-12 {
    font-size: 12px !important;
    line-height: 1 !important
}

.font-14 {
    font-size: 14px !important;
    line-height: 1 !important
}

.font-16 {
    font-size: 16px !important;
    line-height: 1 !important
}

.font-18 {
    font-size: 18px !important;
    line-height: 1.3 !important
}

.font-20 {
    font-size: 20px !important;
    line-height: 1 !important
}

.font-22 {
    font-size: 22px !important;
    line-height: 1 !important
}

.font-24 {
    font-size: 24px !important;
    line-height: 1 !important
}

.font-26 {
    font-size: 26px !important;
    line-height: 1 !important
}

.font-28 {
    font-size: 28px !important;
    line-height: 1 !important
}

.font-30 {
    font-size: 30px !important;
    line-height: 1 !important
}

.font-32 {
    font-size: 32px !important;
    line-height: 1 !important
}

.font-34 {
    font-size: 34px !important;
    line-height: 1 !important
}

.font-36 {
    font-size: 36px !important;
    line-height: 1 !important
}

.line1 {
    line-height: 1 !important
}

.line2 {
    line-height: 2 !important
}

.line12 {
    line-height: 1.2 !important
}

.line14 {
    line-height: 1.4 !important
}

body,
html {
    overflow-x: hidden
}

body {
    padding-top: 56px
}

@media (max-width:991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%)
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d
}

.nav-underline .nav-link:hover {
    color: #007bff
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)
}

.bg-purple {
    background-color: #6f42c1
}

.ml-40 {
    margin-left: 40px !important;
}

body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

a {
    color: #28a6ca;
    text-decoration: none;
}

a:hover {
    color: #238faf;
    text-decoration: underline;
}

/*.container {width: auto;max-width: 680px;padding: 0 15px;}*/
.container {
    padding: 0 15px;
}

.navbar,
.topbar {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5032387955182073) 0%, rgba(0, 0, 0, 0.2987570028011205) 35%, rgba(0, 0, 0, 0) 100%);
}

.navfix {
    position: fixed;
    background: #fff !important;
    top: 0;
    z-index: 999;
}

.navbody {
    padding-top: 60px !important;
}

.navbar-w {
    background: #fff;
}

.divpopup {
    display: none;
    z-index: 999999;
    background: #fff;
    position: absolute;
}

.divpopup2 {
    display: block;
    z-index: 999999;
    background: #fff;
    position: absolute;
}

.text-danger {
    color: #ff0000;
}

.text-left {
    text-align: left !important;
}

.topbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.mtx-logo {
    width: 40px;
    transform: translate(10%, 10%);
    margin-top: -5px;
}

.b-mtxlogo {
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
}

.btn-ve {
    font-family: "Anuphan";
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn-ve-feed {
    font-family: "Anuphan";
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 3px;
    padding: 5px 40px;
}

.btn-ve-feed:hover {
    color: #fff;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.usercontainer .navbar {
    padding-left: 20px;
    padding-right: 20px;
}

.hidden-text {
    width: 70%;
    overflow: hidden;
}

.usercontainer .navbar .container {
    padding-left: 10px;
    padding-right: 10px;
}

.buyercontainer {
    background: #000;
}

.searchcontainer {
    background: #fff;
    color: #000;
}

.sharecontainer {
    background: #fff;
    color: #000;
}

.profilecontainer {
    background: #fff;
    color: #000;
}

.uploadcontainer {
    background: #fff;
    color: #000;
}

.swiper-container-h {
    touch-action: pan-x;
}

.buyerinfo {
    color: #fff;
    text-align: left !important;
    font-size: 14px;
    padding: 15px;
}

.brand-logo {
    max-height: 40px;
}

.buyerinfo h2 {
    font-size: 18px;
}

.imguser {
    max-width: 26px;
    border: solid 2px #fff;
}

.imgcreator {
    max-width: 32px;
    border: solid 2px #fff;
}

.imguser-big {
    width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}

.sheader {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    margin: 15px 0 0;
    font-weight: 700;
}

.sheader span {
    color: #AAAAAA;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Anuphan';
}

.buyerinfo .header {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0;
}

.buyerinfo .buyerdetail {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}


.buyerinfo .header span {
    color: #AAAAAA;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Anuphan';
}

.buyerinfo h3 {
    font-size: 16px;
}

.buyerinfo #ms_price {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.buyerinfo .remark {
    color: #AAAAAA;
    font-size: 12px;
    font-family: 'Anuphan';
}

.buyerswiper-pagination {
    margin-top: 10px;
}

.buyerdetail {
    margin-bottom: 15px;
}

.buyerdetail ul {
    padding: 0 15px;
}

.searchinfo {
    color: #000;
    text-align: left !important;
    font-size: 14px;
    padding: 30px;
}

.searchinfo .header {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0;
}

.searchinfo .header span {
    color: #AAAAAA;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Anuphan';
}

.navSwiper .swiper-slide,
.seSwiper .swiper-slide,
.exploreSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}

.navSwiper .item {
    background: #444444;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 8px #c0c0c0;
    opacity: 0.9;
    font-weight: 200;
}

.seSwiper .item {
    background: #444444;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 8px #c0c0c0;
    opacity: 0.9;
    font-weight: 200;
    text-decoration: none;
}

.topnav .item-active {
    background: #2196f3 !important;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 8px #c0c0c0;
    opacity: 0.9;
    font-weight: 200;
    margin: 0 5px;
}

.topnav .item-active a {
    font-size: 15px;
}

.navSwiper .item-active,
.seSwiper .item-active {
    background: #2196f3 !important;
}

.navSwiper .item a,
.seSwiper .item a {
    text-decoration: none;
    color: #fff;
}

.input-search {
    border: solid 2px #948f8f;
    font-size: 14px;
    border-radius: 15px;
    opacity: 0.9;
    color: #000;
    width: 100%;
    padding: 5px 15px;
    font-family: 'Anuphan';
}

#input-mainmodel {
    border: 1px solid #aaa !important;
    background-color: white !important;
    font-size: 14px !important;
    border-radius: 4px;
    opacity: 0.9;
    color: #000;
    width: 100%;
    padding: 5px 15px;
    font-family: 'Anuphan';
}

#ui-id-1 {
    z-index: 999;
    border-radius: 15px;
    background: #948f8fbf;
    padding: 20px;
    color: #fff;
    list-style: none;
    margin-top: 30px;
}

.footer {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 65%);
    /*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7595413165266106) 70%, rgb(0 0 0) 100%);*/
    max-height: 60px;
    min-height: 60px;
    overflow: none;
    z-index: 99999
}

.intro-box {
    padding: 60px 60px 0px;
    font-family: 'Anuphan';
}

.btn-intro {
    width: 100% !important;
    margin: 10px 0 !important;
    background: #fff !important;
    border-color: #EFEFEF !important;
    color: #013A60;
    /*padding:20px 10px;*/
    padding: 5px 10px;
}

.btn-intro-submit {
    width: 100% !important;
    margin: 10px 0 !important;
    background: #005F9E !important;
    border-color: #005F9E !important;
    color: #fff;
    padding: 10px;
}

.btn-intro-bg {
    color: #013A60;
    background: #fff !important;
    padding: 20px 60px 50px 40px;
    border-radius: 40px 0 0 40px;
    position: absolute;
    width: 90%;
    right: 0;
}

.intro2 {
    padding-top: 120px;
    padding-left: 20px;
}

.btn-intro-bg-2 {
    color: #000;
    background: #fff !important;
    padding: 20px 60px 40px 40px;
    border-radius: 40px 0 0 40px;
}

.btn-intro:active,
.btn-intro:hover,
.btn-intro:focus,
.btn-intro-active {
    background: #FE8034 !important;
    border-color: #FE8034 !important;
    box-shadow: 0 0 0 0.25rem #FE8034;
    color: #fff;
}

.intro-box h2 {
    margin-top: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 20px;
}

.intro-box h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.input-intro {
    color: #FE8034;
    text-align: right;
    border: solid 0px;
    border: solid 1px #F7F7F7;
    background: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;

}

.intro-box-footer {

    bottom: 0;
    padding: 0 15px;
    margin-left: -45rem;
}

.footer-intro {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 100px;
    min-height: 100px;
    overflow: none;
    z-index: 99999;
    text-align: center;
}

.modelcover {
    text-align: right;
}

.swiper-container-intro,
.intro-op {
    background: linear-gradient(180deg, rgba(0, 33, 218, 1) 0%, rgba(244, 127, 62, 1) 80%);
}

.swiper-container-intro h2,
.swiper-container-intro h3 {
    font-weight: 300;
}

.logoexpo-intro {
    position: absolute;
    right: 0;
    top: 20px;
    background: #ffffff1a;
    width: 90px;
    height: 50px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 8px;
    opacity: 1;
}

.swiper-pagination-intro-skip {
    float: right;
    text-align: right;
    padding: 30px 30px;
    bottom: 0;
}

.swiper-pagination-intro-back {
    float: left;
    text-align: left;
    padding: 30px 30px;
    bottom: 0;
    color: #ffffff;
    display: none;
}

.swiper-pagination-intro-skip a {
    color: #fff;
    text-decoration: none;
}

.swiper-pagination-intro .swiper-pagination-bullet {
    display: none;
    margin: 0 6px;
    padding: 6px;
    background: #000000 !important;
}


.swiper-pagination-intro .swiper-pagination-bullet-active {
    margin: 0 6px;
    padding: 6px;
    /*border-radius:5px;
	width:30px;*/
    background: #68BAE9 !important;
}

.swiper-slide-footer {
    z-index: 99;
    color: #fff;
    min-height: 60px;
    overflow: hidden;
    bottom: 60px;
    padding: 0;
    /*background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0,0,0,0.20211834733893552) 70%, rgba(0,0,0,0) 100%);*/
}

.userSwiper .swiper-slide {
    /* overflow: auto;*/
    overflow: unset;
}

.swiper-slide-footer .rowbg {
    padding: 5px 15px;
    background: rgb(0 0 0 / 65%);
}

.swiper-slide-footer .rowbg-user {
    padding: 5px 0px;
}

.swiper-slide-footer .detail {
    text-align: left;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 5px
}

.swiper-slide-footer .detail .name {
    font-family: 'Anuphan';
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #c0c0c099;
}

.swiper-slide-footer .detail .price {
    font-family: 'Anuphan';
    font-size: 14px;
    text-shadow: 1px 1px 4px #c0c0c099;
}

.swiper-slide-footer .detail .date {
    font-size: 12px;
    color: #f9f9f9;
    text-shadow: 1px 1px 4px #c0c0c099;
}

.swiper-slide-footer .img {}

.swiper-slide-footer .img img {}

.imgbyg {
    width: auto;
    height: 60px;
    border-radius: 3px;
}

.box-footter {
    bottom: 70px;
}

#grid {
    background: #000;
}

.grid-item {
    display: block;
}

.view_source {
    color: #fff;
    font-size: 11px;
    z-index: 9999
}

body {
    scroll-snap-type: y mandatory;
    width: 100vw;
    height: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
}

.grid-item {
    scroll-snap-align: start;
    /*
    justify-content: center;
    align-items: center; 
	*/
}

.video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    z-index: 9;
    object-fit: fill;
}

/*
video[poster]{
	height:100%;
	width:100%;
}
*/
.footer .container {
    padding: 0 !important;
}

.footer ul {
    list-style: none;
    margin: -1rem 0 0 !important;
    padding: 0;
    width: 100%;
    z-index: 99;
}

.footer ul li {
    float: left;
    text-align: center;
    width: 20%;
}

.footer ul li a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
}

.footer ul li a span {
    font-size: 10px;
    letter-spacing: 1px;
    display: block;
}

#volume {
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 1px 4px #c0c0c0;
    line-height: 0;
}

.header {
    margin-top: 0 !important;
    padding: 10px 0 !important;
}

.header ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.header ul li {
    float: left;
    text-align: center;
    padding: 2px 10px;
}

.header ul li a {
    font-size: 15px;
    font-family: 'Anuphan';
    color: #fff;
    text-shadow: 1px 1px 8px #c0c0c0;
    text-decoration: none;
}

.py-3 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.8rem !important;
}

.bic {
    color: #fff;
    text-shadow: 1px 1px 8px #c0c0c0;
}

.indicator {
    background: #ff0000;
    box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 5%);
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 1px;
    position: absolute;
    top: 10px;
    text-align: center;
    transition: top .1s ease-out;
    font-size: 0.675rem;
    color: #fff;
}

.btn-fb,
.btn-fb:hover {
    text-align: left;
    letter-spacing: 1px;
    color: #fff;
    border-color: #3b5998 !important;
    background-color: #3b5998 !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}

.btn-fb i,
.btn-gmail i {
    float: left;
    padding: 0 15px 0 10px;
}

.btn-gmail,
.btn-gmail:hover {
    text-align: left;
    letter-spacing: 1px;
    color: #fff;
    border-color: #c71610 !important;
    background-color: #c71610 !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}

.divBottom {
    position: absolute;
    z-index: 9999;
}

.swiper-pagination-bullet {
    background: #AAAAAA;
}

#share_url {
    border-bottom: solid 1px #ff0000;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0px !important;
    cursor: pointer;
}

.sharecontainer ul {
    list-style: none;
    padding: 0;
    width: 100%;
    z-index: 9999;
}

.sharecontainer ul li {
    float: left;
    text-align: center;
    width: 20%;
}

.sharecontainer ul li a {
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
}

.sharecontainer ul li a span {
    font-size: 10px;
    letter-spacing: 1px;
    display: block;
}

.bi-heart-fill {
    color: #ff0000;
}

.bi-bookmark-plus-fill {
    color: #ffd400;
}

.bi-envelope,
.bi-envelope-fill {
    color: #DB4437;
}

.bi-chat,
.bi-chat-fill {
    color: #00B900;
}

.bi-facebook {
    color: #4267B2;
}

.bi-twitter {
    color: #03a9f4;
}

.fa-brochure:before {
    content: url('/images/ic-brochure.png');
}

.fa-leasing:before {
    content: url('/images/ic-leasing.png');
}

.fa-buyersguide:before {
    content: url('/images/ic-buyersguide.png');
}

.fa-testdrive:before {
    content: url('/images/ic-testdrive.png');
}

.fa-testdrive-icon:before {
    content: url('/images/ic-testdrive-icon.png');
}

.fa-usercontact:before {
    content: url('/images/ic-usercontact.png');
}

.fa-cc-icon:before {
    content: url('/images/ic-cc.png');
    margin-right: 10px;
}

.fa-gear-icon:before {
    content: url('/images/ic-gear.png');
    margin-right: 10px;
}

.fa-hp-icon:before {
    content: url('/images/ic-hp.png');
    margin-right: 10px;
}

.fa-driving-icon:before {
    content: url('/images/ic-driving.png');
    margin-right: 10px;
}

.fa-engine-icon:before {
    content: url('/images/ic-enginetype.png');
    margin-right: 10px;
}


.fa-gear_bike-icon:before {
    content: url('/images/ic-gear_bike.png');
    margin-right: 10px;
}

.fa-seat_height-icon:before {
    content: url('/images/ic-seat_height.png');
    margin-right: 10px;
}

.fa-weight-icon:before {
    content: url('/images/ic-weight.png');
    margin-right: 10px;
}

.fa-final_drive-icon:before {
    content: url('/images/ic-final_drive.png');
    margin-right: 10px;
}

.fa-fuel_capacity-icon:before {
    content: url('/images/ic-fuel_capacity.png');
    margin-right: 10px;
}

.fa-tyre_front-icon:before {
    content: url('/images/ic-tyre_front.png');
    margin-right: 10px;
}

.fa-tyre_rear-icon:before {
    content: url('/images/ic-tyre_rear.png');
    margin-right: 10px;
}

.fa-brake_front-icon:before {
    content: url('/images/ic-brake_front.png');
    margin-right: 10px;
}

.fa-brake_rear-icon:before {
    content: url('/images/ic-brake_rear.png');
    margin-right: 10px;
}


.ve-location:before {
    content: url('/images/ic-location.png');
}

.ve-daterange:before {
    content: url('/images/ic-daterange.png');
}

.ve-time:before {
    content: url('/images/ic-time.png');
}

.ve-fav:before {
    content: url('/images/ic-fav.png');
}

.icon-content {
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: #565656;
    border-radius: 12px 0 0 12px;
    margin-top: 25px;
    margin-right: -15px;
    margin-bottom: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
    font-size: 12px;
    color: #fff;
}

.icon-content a {
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
}

.nav-user {
    font-size: 12px;
    font-style: italic;
    text-shadow: 1px 1px 4px #c0c0c099;
    padding: 5px 0 0 5px;
}

.nav-social {
    margin-bottom: 5px;
}

.nav-social .time {
    font-size: 12px;
    text-shadow: 1px 1px 4px #c0c0c099;
}

.nav-social .nav-link {
    padding: .4rem 1.4rem .4rem 0;
    color: #fff;
}

.nav-social .nav-link a {
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 4px #c0c0c099;
}

.nav-link {
    padding: .4rem 1rem;
}

.bar-user {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.bar-user li {
    float: left;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    border-right: solid 1px #d7d7d7;
    line-height: 1;
    width: 33%;
}

.bar-user li small {
    font-size: 12px;
    color: #9b9b9b;
    font-weight: normal;
}

.bar-user li:last-child {
    border-right: solid 0px #d7d7d7;
}

.usertabs {
    font-size: 20px;
    background: #f9f9f9;
}

.usertabs small,
.userstat small {
    font-size: 10px;
    color: #9b9b9b;
    font-weight: normal;
    display: block;
}

.usertabs a {
    color: #000;
    text-decoration: none;
}

.usertabs a.active {
    color: #2196f3;
}

.usertabs a.active small {
    color: #2196f3;
}

.userstat h3 {
    font-size: 30px;
    font-weight: bold;
    display: block;
}

.userstat small {
    font-size: 12px;
    color: #9b9b9b;
    font-weight: normal;
    display: block;
}

.animated {
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.divstep {
    margin: 0 30px;
    color: #013A60;
    font-size: 14px;
}

.divstep .form-check {
    text-align: left;
    margin: 15px 0;
}

.divstep .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 15px;
}

.divstep .form-check .form-check-input:checked {
    background-color: #013A60;
    border-color: #013A60;
}

.float-content {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px 0 0 10px;
    padding: 10px 15px !important;
    z-index: 999;
}

.float-item a.nav-link {
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 1px 1px 4px #c0c0c099;
    padding: .4rem 0;
    text-align: center;
}

.utab-header {
    text-align: left !important;
    padding: 10px 20px;
    background-color: #2196f3;
    color: #fff;
}

.utab-header h4 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}

.utab-header div {
    float: right;
    font-size: 12px;
}


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

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(420px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(420px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fadeInTop-30 {
    -webkit-animation-name: fadeInTop-30;
    animation-name: fadeInTop-30;
}

@-webkit-keyframes fadeInTop-30 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(90%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(75%);
    }
}

@keyframes fadeInTop-30 {
    0% {
        opacity: 0;
        transform: translateY(90%);
    }

    100% {
        opacity: 1;
        transform: translateY(75%);
    }
}

.fadeInTop-70 {
    -webkit-animation-name: fadeInTop-70;
    animation-name: fadeInTop-70;
}

@-webkit-keyframes fadeInTop-70 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(90%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(30%);
    }
}

@keyframes fadeInTop-70 {
    0% {
        opacity: 0;
        transform: translateY(90%);
    }

    100% {
        opacity: 1;
        transform: translateY(30%);
    }
}

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

.utabs-content .row {
    padding: 3px;
    border-bottom: solid 1px #e9e9e9;
    background: #fff;
}

.utabs-content .detail {
    text-align: left !important;
    font-size: 14px;
    font-family: 'Anuphan';
}

.utabs-content .detail .name {
    font-size: 16px;
    font-weight: bold;
    overflow: auto;
}

.utabs-content .row img {
    max-width: 60px;
    min-width: 60px;
    min-height: 90px;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(220px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(120px);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(220px);
    }

    100% {
        opacity: 1;
        transform: translateX(120px);
    }
}

.bookmarkcontainer {
    background: #fff;
    padding: 0px 15px 100px;
    text-align: left;
}

.bookmarkcontainer h2 {
    padding: 5px 0;
    font-size: 16px;
}

.bookmarkcontainer .row,
.profilecontainer .row,
.explorecontainer .row {
    margin: 0;
}

.bookmarkcontainer .item,
.profilecontainer .item {
    width: 31%;
    padding: 0;
    height: 170px;
    margin: 3px;
}

.bookmarkcontainer .item .vthumb,
.profilecontainer .item .vthumb {
    border-radius: 5px;
}


#xclose {
    text-align: right;
    padding: 5px;
    position: absolute;
    z-index: 99999;
    width: 100%;
}

.explorecontainer .item {
    width: 31%;
    padding: 0;
    margin: 3px;
    /*min-height:170px;*/
}

.explorecontainer .item .vthumb {
    border-radius: 5px;
    height: 170px !important;
}

.explorecontainer .item-brand {
    width: 31%;
    padding: 0;
    margin: 3px;
}

.explorecontainer .item .vbrand {
    border-radius: 5px;
}

.explorecontainer .item .name {
    font-family: 'Anuphan';
    font-size: 12px;
    overflow: hidden;
}

.explorecontainer .item .price {
    font-family: 'Anuphan';
    font-size: 11px;
}

.exploreSwiper .item {
    background: #fff;
    padding: 6px 9px;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    text-transform: uppercase;
    /* font-weight: bold;*/
}

.exploreSwiper .item {
    text-decoration: none;
    color: #000;
}

.exploreSwiper .swiper-slide {
    /*border-bottom: solid 1px #e6e6e6; */
    height: 40px;
}

.exploreSwiper .swiper-wrapper {
    border-bottom: solid 1px #e6e6e6;
}


.exploreSwiper .slide-active {
    border-bottom: solid 2px #5bc0de;
    color: #fff;
}

.exploreSwiper .slide-active .item {
    color: #28a6ca;
    font-weight: bold;
}

.color-gray {
    color: #aaaaaa !important;
}

/* login */
button.btn-login {
    margin-bottom: 10px;
    min-width: 49%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    height: 50px;
    color: #000000;
    border-color: #EFEFEF !important;
    background-color: #EFEFEF !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-left: 15px;
}

.btn-login-active {
    margin-bottom: 10px;
    min-width: 49%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    height: 50px;
    color: #fff !important;
    border-color: #28a745;
    background-color: #28a745;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-left: 15px;
}

.btn-submit,
.btn-submit:hover {
    border-color: #68BAE9 !important;
    background-color: #68BAE9 !important;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.btn-submit {
    display: inline-block;
    font-weight: 400;
    color: #ffffff !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bold {
    font-weight: bold !important;
}

.h-92 {
    height: 92%;
}

/* end */

/* display name */

.username-box .input-group-append .input-group-text {
    background-color: #fff;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 0px solid #ced4da !important;
    height: 38px;
}

.username-box .form-control {
    border-right: 0px solid #ced4da !important;
}

.username-box .input-group-append .input-group-text .fa {
    font-size: 22px;
    color: #cdcdcd
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    opacity: 0.2;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.form-control-file,
.form-control-range {
    border-color: #EFEFEF !important;
    background-color: #EFEFEF !important;
    color: #000000;
    padding: 10px;
    width: 100%;
}

/* end */

/* concent */

.color-blue {
    color: #68BAE9;
}

.color-white {
    color: #fff;
}

.btn-concent-submit {
    background: #68BAE9;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    font-family: 'Anuphan';
    font-size: 16px;
}

.btn-concent-nsubmit {
    background: #efefef;
    color: #86939e;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    font-family: 'Anuphan';
    font-size: 16px;
}

.concent-boxcenter {
    display: flex;
    align-items: center;
}

.concent-boxcenter .close-concent {
    margin-top: -33px;
    z-index: 9;
    position: relative;
    left: 10%;
    float: right;
    cursor: pointer;
}

.disnull {
    background: #005F9E;
    display: block;
    z-index: 999;
    position: absolute;
}

#divQrRegister {
    background: transparent;
}

.spacer-10 {
    height: 5px;
    clear: both;
    width: 100%;
}

.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}

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

.cursor-pointer {
    cursor: pointer;
}

.bg-black {
    background: #000000;
}

.img-ads {
    margin-top: -180px;
}

::placeholder {
    font-size: 16px;
    font-family: 'Anuphan';
}

.form-check-input:checked {
    background-color: #0d6efd !important;
}

.form-content input,
.form-content .dropdown-toggle.btn-default {
    border: 0;
    background-color: #fff;
    color: #333333 !important;
}

.pd-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.concent-boxcenter p {
    font-family: 'Anuphan';
    font-size: 18px;
    line-height: 1.3 !important;
    padding: 10px 20px;
}

.concent-boxcenter h4 {
    font-family: 'Anuphan';
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

/* end */

/* leasing */
.gradient-leasing {
    background: linear-gradient(0deg, rgba(89, 215, 157, 1) -30%, rgba(25, 40, 113, 1) 84%) !important;
}

.hr-detail-leasing {
    border-color: #68BAE9;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.down {
    text-align: right;
    width: 67%;
    height: 43px;
    border: 1px solid #68BAE9;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.4;
}

.interest {
    text-align: right;
    height: 43px;
    border: 1px solid #68BAE9;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.length {
    text-align: right;
    height: 43px;
    border: 1px solid #68BAE9;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

/* end */

.space-normal {
    white-space: normal;
}

.btn-loadmore {
    background: #e78383;
    color: #fff;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
}

.fa.fa-play {
    position: absolute;
    z-index: 999;
    color: #fff;
    text-shadow: 1px 1px 8px #c0c0c0;
}

.eviewSwiper .swiper-slide {
    overflow: auto;
}

.mtd-10 {
    margin-top: -10px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.ml-del {
    z-index: 9999;
    float: right;
    text-align: right;
    top: 0px;
    right: 0px;
    margin-top: -5px;
    margin-right: -5px;
}

.ml-del:before {
    content: url(/images/ic_del.png);
}

.t.bi-share::before {
    font-size: 25px;
}

.t.bi-bookmark-plus::before,
.t.bi-bookmark-plus-fill::before {
    font-size: 25px;
}

.t.bi-heart::before,
.t.bi-heart-fill::before {
    font-size: 25px;
}

.img-center {
    margin: auto;
}

a.nav-link {
    text-decoration: none;
}

.time {
    font-size: 12px;
    margin-left: 5px;
    position: absolute;
    bottom: 20px;
}

.sbook {
    display: block;
    text-align: center;
}

.pushmylist {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 11px !important;
    font-weight: 600;
    background-color: #f7542e;
    color: #fff;
    font-style: normal;

}

input:focus {
    outline: none;
}

#price_text {
    background: transparent;
    color: #fff;
    border: none;
    text-align: right;
    width: 67%;
    height: 43px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

#down_percent {
    display: none;
    height: 28px;
    width: 31%;
    padding-right: 0px;
    border: none;
}

#down_percent_show {
    background: transparent;
    color: #fff;
    border: none;
    text-align: right;
    width: 20%;
    height: 43px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}

.w-tleasing {
    width: 50%;
    line-height: 1;
}

.p-5 {
    padding: 5px !important;
}

.visible-lg {
    display: none !important;
}

.body-desktop {
		width:100%;
	}

@media (min-width:1025px) {

    #home-feed,
    #divExplore,
    #divBuyerGuide,
    #divLeasing,
    #divSearch,
    #divContact,
    #divShare,
    #divAccount,
    #divResetpass,
    #divUser,
    #divNull,
    #divConcent,
    #divLoadapp,
    #divPrivacy,
    #divConfirmregis,
    #divthank,
    #divConcentregis,
    #divwelcome,
    #divQrRegister,
    #divEditUser,
    #divProfile,
    #divUpload,
    #divTakeVideo,
    #divBookmark,
    #divExplore {
        width: 100% !important;
        margin: auto;
        left: 0;
        right: 0;
    }

    #home-feed,
    #divExplore,
    #divBuyerGuide,
    #divLeasing,
    #divSearch,
    #divContact,
    #divShare,
    #divAccount,
    #divResetpass,
    #divUser,
    #divNull,
    #divConcent,
    #divPrivacy,
    #divConfirmregis,
    #divthank,
    #divConcentregis,
    #divwelcome,
    #divQrRegister,
    #divEditUser,
    #divProfile,
    #divUpload,
    #divTakeVideo,
    #divBookmark,
    #divExplore {
        width: 100% !important;
        margin: auto;
        left: 0;
        right: 0;
    }

    #mainfooter {
        width: 100% !important;
        left: 0;
        right: 0;
        margin: auto;
    }

    .swiper-container-intro,
    .footer-intro {
        width: 100% !important;
        left: 0;
        right: 0;
        margin: auto;
    }

    .visible-lg {
        display: block !important;
    }

    .desktop h2 {
        text-align: center;
        font: normal normal normal 65px/72px PSL KandaIMC Extra Pro;
        letter-spacing: 0.97px;
        color: #68BAE9;
        text-transform: uppercase;
        opacity: 1;
        padding: 0px;
        margin: 0px;
        line-height: 1;
    }

    #divBuyerGuide {
        overflow: hidden !important;
    }

    .navbar {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

/* desktop */
@media (min-width:1026px) {
    .intro-op {
        width: 100% !important;
        margin: auto;
    }

	.body-desktop {
		width:30% !important;
		margin: auto;
	}

    .btn-intro-bg {
        margin-left: 5% !important;
        width: 95% !important;
        right: inherit !important;
    }

    .logoexpo-intro {
        right: 0;
    }

    #mainnav {
        width: 30% !important;
        left: 0;
        right: 0;
        margin: auto;
    }

    #home-feed,
    #divExplore,
    #divBuyerGuide,
    #divLeasing,
    #divSearch,
    #divContact,
    #divShare,
    #divAccount,
    #divResetpass,
    #divUser,
    #divNull,
    #divConcent,
    #divPrivacy,
    #divConfirmregis,
    #divthank,
    #divConcentregis,
    #divwelcome,
    #divQrRegister,
    #divEditUser,
    #divProfile,
    #divUpload,
    #divTakeVideo,
    #divBookmark,
    #divExplore {
        width: 100% !important;
        margin: auto;
        left: 0;
        right: 0;
    }

    #mainfooter {
        width: 30% !important;
        left: 0;
        right: 0;
        margin: auto;
    }

    .swiper-container-intro,
    .footer-intro {
        width: 100% !important;
        left: 0;
        right: 0;
        margin: auto;
    }

    .visible-lg {
        display: block !important;
    }

    .fixed-top {
        /*position: relative !important; */

    }

    .desktop h2 {
        text-align: center;
        font: normal normal normal 65px/72px PSL KandaIMC Extra Pro;
        letter-spacing: 0.97px;
        color: #68BAE9;
        text-transform: uppercase;
        opacity: 1;
        padding: 0px;
        margin: 0px;
        line-height: 1;
    }

    #divBuyerGuide {
        overflow: hidden !important;
    }

    .navbar {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.swiper-lazy-preloader {
	display:none;
}
#btnfilterparameters {
	height: 20px;
	background: #fff;
}
#btnfilterparameters > i{
	color:#000;
	font-size: 30px;
	padding-top: 0px;
	z-index:99999910;
	margin-top: -23px;
}
#btnfilterparameters2 > i{
	color:#000;
	font-size: 30px;
	padding-top: 0px;
	z-index:99999910;
	margin-top: -23px;
}
.h_circle {
	width: 50px;
	height: 40px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	top: 0;
	left: 50%;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.h_circle_b {
	width: 50px;
	height: 25px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	top: 0;
	left: 50%;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.flex-center {
	display:flex;
	justify-content:center;
}
.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #FFFFFF;
}
.w-60 {
width:60px;
}
.img-responsive {
	width:100%;
}
/*480*/
@media only screen and (max-width: 480px) {
	.xclose {
		position: absolute;
		z-index: 99999;
		top: 0;
		right: 0;
		text-align: right;
		padding: 10px 15px;
	}
}

@media (min-width: 700px) {
	.xclose {
		position: absolute;
		z-index: 99999;
		top: 0;
		right: 40px;
		text-align: right;
		padding: 10px 15px;
	}
}
