@charset "utf-8";

@media (max-width: 767px){
  .l-content .m-container {
    padding: 0;
  }
  
  .l-content .m-col-xxl-5 {
    width: 100%;
  }

  .l-content .product .w-name {
    height: 35px !important;
  }

}

@media (min-width: 768px){
  .l-content .m-container {
    max-width: 1680px;
    padding: 0 40px;
  }

  .l-content .m-col-xxl-5 {
    width: 33%;
  }
  
  .l-content .product .w-name {
    height: 35px !important;
  }

}

@media(min-width:992px){
  .l-content  .m-col-xxl-5{
    width: 20%
  }
}


@media (min-width: 1200px){

  .l-content .product .w-name {
    height: 35px !important;
  }

  .l-content .d-1200-block{
    display: block !important;
    margin-left: 0px!important;
  }

  .l-content .d-1200-none{
    display: none !important;
  }

  .l-content .section-mainvs {
    margin: auto;
    max-width: 1920px;
    background-image: url(/th/pr/vona/recommend_brand/oriental_motor/2026/images/mainvs_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    background-color: #fff;
    }

  .l-content .section-mainvs .graphic{
    background-image: url(/th/pr/vona/recommend_brand/oriental_motor/2026/images/graphic.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
  }
}

@media (min-width: 1600px){
    .l-content .d-1200-block{
    margin-left: 20px!important;
  }
}

.l-content .product:hover {
  border: 1px solid #ff730a;
  cursor: pointer;
}

.l-content .product:hover a {
  color: #ff730a;
}

.l-content .product {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  text-align: center;
}

.l-content .product .w-name {
  display: block;
  height: 35px;
  font-weight: bold;
}

.l-content .gotop{
  position: fixed;
  bottom: 15%;
  right: 3%;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
}

.l-content .gotop.show {
  opacity: 0.5;
  visibility: visible;
}

.l-content .gotop:hover {
  opacity: 1;
  cursor: pointer;
}

.l-content .section-mainvs .logo{
  max-width: 300px;
}

.l-content .text-mainvs{
    color: #002245;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: bold;
    line-height: clamp(30px, 3vw, 50px);
}

.l-content .text-submain {
    font-size: clamp(16px, 1vw, 20px);
}

.l-content .section-mainvs .t-icon {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    max-width: 450px;
}

.l-content .section1{
  max-width: 1920px;
  background-color: #002245;
  color: #fff;
}

.l-content .section1 .area {
    max-width: 1600px;
    padding: 20px;
    margin: auto;
}

.l-content .area .icon {
    display: flex;
    vertical-align: middle;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.l-content .share-area{
  max-width: 1920px;
}

.l-content .text-title {
    color: #002245;
    font-size: clamp(20px, 2vw, 40px);
    font-weight: bold;
}

.l-content .section2 .card img {
    border-radius: 6px 6px 0px 0px;
    height: auto;
    width: 100%;
    vertical-align: middle;
}

.l-content .section2 .shadow {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.l-content .section2 .card {
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 0;
}

.l-content .section2 .card .des {
    padding: 10px;
}

.l-content .section2 .tag {
    margin-top: 5px;
    color: #004BB1;
    padding: 0.5rem;
    border-radius: 2px;
    font-size: clamp(12px, 1vw, 14px);
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
}

.l-content .frame {
    margin: 0;
    padding: 10px;
}

.l-content .product {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 15px;
    text-align: center;
}

.l-content .bullet li {
    list-style-type: disc;
}

.l-content .section3 .func {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.l-content .section3 .cate {
    height:30px
}

.l-content .section3 .prd-pic {
    max-width: 180px;
}

.l-content .section4 .card1{
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px;
  height: 100%;
  align-content: center;
}

.l-content .section4 .card2{
  border: 1px solid #002245;
  border-radius: 6px;
  background-color: #002245;
  padding: 10px;
  color: #fff;
  align-content: center;
  height: 100%;
}

.l-content .section5 .prd_img{
  max-width: 200px;
}

.l-content .section5 .m-tab {
    border: none;
}

.l-content .section5 .m-tab .tab-control {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px;
    position: relative;
    z-index: 2;
    border: none;
    background-color: #efefef;
}


.l-content .section5 .m-tab .tab-control li.current {
    background-color: #002245;
    color: #fff;
    border-radius: 5px;
}

.l-content .section5 .m-tab .tab-control li {
    padding: 8px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: relative;
    background: none;
    border: none;
    font-weight: bold;
    color: #333333;
}

.l-content .section6 {
  background-color: #fbfbfb;
  max-width: 1600px;
  margin: auto;
  padding: 10px;
}

.l-content .section6 .area{
  justify-content: center;
  margin: auto;
}

.l-content .section6 .icon{
  margin-bottom: 15px;
}

.l-content .section6 .head{color: #002245;}

.l-content .section7{
  max-width: 1600px;
}

.l-content .section7 img{
  border-radius: 6px;
}

.l-content .section8{
  align-content: center;
  max-width: 1600px;
  margin: auto;
}


.l-content .align-center{
  align-content: center;
}

.l-content .section8 .text .highlight {
    font-size: 32px;
    margin-bottom: 10px;
}

/* Useful Class */
.l-content .m-auto { margin: 0 auto; }
.l-content .w-pm0 { margin: 0; padding: 0; }
.l-content .just-center { justify-content: center; }
.l-content .self-center { align-self: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }
.l-content .u-pdis { color: #a0a0a0; }
