.card {
    width: 100%;
    border-radius: 10px;
    font-family: 'Kanit', sans-serif;
}
.card-img-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
span.text-muted {
    font-size: 12px;
}
small.text-muted {
    font-size: 11px;
    font-family: 'Kanit', sans-serif;
}
h5.mb-0 {
    font-size: 1rem;
}
small.ghj {
    font-size: 9px;
}
.mid {
    background: #ECEDF1;
}
h6.ml-1 {
    font-size: 13px;
}
small.key {
    text-decoration: underline;
    font-size: 9px;
    cursor: pointer;
}
.btn-danger {
    color: #FFCBD2;
}
.btn-danger:focus {
    box-shadow: none;
}
small.justify-content-center {
    font-size: 9px;
    cursor: pointer;
    text-decoration: underline;
}
.itemx {
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width:600px) {
.col-sm-4 {
    margin-bottom: 50px;
}
.itemx {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    margin-top: 10%;
    margin-bottom: 10px;
}
}
.content {
}
img {
    max-width: 100%;
}
.style-box {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
input[type=range] {
    height: 42px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 14px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 2px #706D6D;
background: #C4C4C4;
border-radius: 10px;
border: 0px solid #141414;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 0px 0px 0px #000024;
border: 2px solid #BABABA;
height: 34px;
width: 34px;
border-radius: 22px;
background: #FFFFFF;
cursor: pointer;
-webkit-appearance: none;
margin-top: -11px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #C4C4C4;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 14px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 2px #706D6D;
background: #C4C4C4;
border-radius: 10px;
border: 0px solid #141414;
}
input[type=range]::-moz-range-thumb {
box-shadow: 0px 0px 0px #000024;
border: 2px solid #BABABA;
height: 34px;
width: 34px;
border-radius: 22px;
background: #FFFFFF;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 14px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #C4C4C4;
border: 0px solid #141414;
border-radius: 20px;
box-shadow: 0px 0px 2px #706D6D;
}
input[type=range]::-ms-fill-upper {
background: #C4C4C4;
border: 0px solid #141414;
border-radius: 20px;
box-shadow: 0px 0px 2px #706D6D;
}
input[type=range]::-ms-thumb {
margin-top: 1px;
box-shadow: 0px 0px 0px #000024;
border: 2px solid #BABABA;
height: 34px;
width: 34px;
border-radius: 22px;
background: #FFFFFF;
cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
background: #C4C4C4;
}
input[type=range]:focus::-ms-fill-upper {
background: #C4C4C4;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-item {
    opacity: 1;
}
.owl-carousel .owl-item.active {
    opacity: 1;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}
.owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #838383;
}
.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.yearcarview{
	position: absolute; z-index: 2; margin: 0%; padding: 0.5%; font-size: 12px; padding-left: 10px; padding-right: 10px; text-align: center; background-color: #FFFFFF; color: #000000; -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.17); box-shadow: 0 6px 14px rgba(0, 0, 0, 0.17); right: -17px; top: -4px; margin-top: 10px; margin-right: 10px; border: 1px solid #E5E5E5;opacity: 0.9;
}
.calva{
background-color:#F3F3F3;color: #000000; padding: 1%;text-align: left;margin-bottom: 20px;margin: 10px;
}
.calvb{
margin: 0.2%; background-color:#F5F5F5; border: 1px solid #EDEDED;font-family: 'Kanit', sans-serif;border-radius: 4px;
}
.adsva{
margin: 0.2%; border: 1px solid #F0F0F0;font-family: 'Kanit', sans-serif;text-align: left;border-radius: 4px;margin-bottom: 10px;
}
.contactva{
margin: 0.2%; border: 1px solid #F0F0F0;font-family: 'Kanit', sans-serif;text-align: left;border-radius: 4px;margin-top: 10px;
}
.contactvb{
background-color: #F0F0F0;padding: 1%;text-align: left;width: 100%;margin-bottom: 20px;
}
.detailva{
border-bottom: 1px solid #F3F3F3;border-top: 0px;
}
.detailvb{
font-size: 24px; font-weight: bold;font-family: 'Kanit', sans-serif;text-align: left; margin-left: 25px;
}
.detailvc{
font-family: 'Kanit', sans-serif;text-align: left; padding: 10px;background-color:#E9E9E9;width: 100%;
}