/*body {
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.80);
-webkit-filter: grayscale(0.80);
filter: grayscale(0.80);
}*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: 'db_helvethaica_x75_bd';
    src: url('../fonts/db_helvethaica_x_bd_v3.2-webfont.eot');
    src: url('../fonts/db_helvethaica_x_bd_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_bd_v3.2-webfont.woff2') format('woff2'), url('../fonts/db_helvethaica_x_bd_v3.2-webfont.woff') format('woff'), url('../fonts/db_helvethaica_x_bd_v3.2-webfont.ttf') format('truetype'), url('../fonts/db_helvethaica_x_bd_v3.2-webfont.svg#db_helvethaica_x75_bd') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'db_helvethaica_x55_regular';
    src: url('../fonts/db_helvethaica_x_v3.2-webfont.eot');
    src: url('../fonts/db_helvethaica_x_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_v3.2-webfont.woff2') format('woff2'), url('../fonts/db_helvethaica_x_v3.2-webfont.woff') format('woff'), url('../fonts/db_helvethaica_x_v3.2-webfont.ttf') format('truetype'), url('../fonts/db_helvethaica_x_v3.2-webfont.svg#db_helvethaica_x55_regular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'db_helvethaica_x65_med';
    src: url('../fonts/db_helvethaica_x_med_v3.2-webfont.eot');
    src: url('../fonts/db_helvethaica_x_med_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_med_v3.2-webfont.woff2') format('woff2'), url('../fonts/db_helvethaica_x_med_v3.2-webfont.woff') format('woff'), url('../fonts/db_helvethaica_x_med_v3.2-webfont.ttf') format('truetype'), url('../fonts/db_helvethaica_x_med_v3.2-webfont.svg#db_helvethaica_x65_med') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'db_helvethaica_x45_li';
    src: url('../fonts/db_helvethaica_x_li_v3.2-webfont.eot');
    src: url('../fonts/db_helvethaica_x_li_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_li_v3.2-webfont.woff2') format('woff2'), url('../fonts/db_helvethaica_x_li_v3.2-webfont.woff') format('woff'), url('../fonts/db_helvethaica_x_li_v3.2-webfont.ttf') format('truetype'), url('../fonts/db_helvethaica_x_li_v3.2-webfont.svg#db_helvethaica_x45_li') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'DB_Helvethaica_X_87_BlkCond';
    src: url('../fonts/DB Helvethaica X Blk Cond v3.2.eot');
    src: local('☺'), url('../fonts/DB Helvethaica X Blk Cond v3.2.woff') format('woff'), url('../fonts/DB Helvethaica X Blk Cond v3.2.ttf') format('truetype'), url('../fonts/DB Helvethaica X Blk Cond v3.2.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

a,
h1,
h2,
h3,
h4,
h5,
p,
li,
span {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    display: block;
    /*    image-rendering: -moz-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;*/
}

/* Mobile responsive images */
@media (max-width: 768px) {
    img {
        width: 50%;
        max-width: 50%;
        height: auto;
        object-fit: contain;
         display: block;       /* ทำให้ img เป็น block */
        margin: 0 auto;       /* จัดกลางแนวนอน */
    }
    
    /* ขยับรูป Tractor1.png ขึ้นไปด้านบนสำหรับมือถือ */
    #hightlight {
        margin-top: -40px !important;
    }
}



@media (max-width: 480px) {
    img {
        /* width: 50%; */
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
         display: block;       /* ทำให้ img เป็น block */
        margin: 0 auto;       /* จัดกลางแนวนอน */
    }
    
    /* ขยับรูป Tractor1.png ขึ้นไปด้านบนสำหรับมือถือเล็ก */
    #hightlight {
        margin-top: -40px !important;
    }
}

/* รองรับมือถือทุกรุ่น */
@media screen and (max-width: 991px) {
    #hightlight {
        margin-top: -40px !important;
    }
}

@media screen and (max-width: 575px) {
    #hightlight {
        margin-top: -40px !important;
    }
    
    /* ซ่อนปุ่มย้อนกลับสำหรับมือถือ */
    #backButton {
        display: none !important;
    }
    
    .back-button-container {
        display: none !important;
    }
}

body {
    background: #fff;
    /* padding-top:72px; */
      /* color: black; */
      
}

.mb-3 {
    color: #000 !important;
}

.loading {
    background: url(../img/border_loading.png) no-repeat center;
    width: 380px;
    background-size: cover;
    top: 40vh;
    position: relative;
    margin: auto;
}

.loading img {
    -webkit-clip-path: inset(0px 100% 0px 0px);
    width: 100%;
}

.loading-bg {
    width: 100%;
    height: 100vh;
    background: url(../img/bg_loader.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 0;
}

.loading-bg h1 {
    font-family: 'DB_Helvethaica_X_87_BlkCond';
    font-size: 34px;
    color: #656565;
    top: 40vh;
    position: relative;
    margin-left: 210px;
    text-align: center;
    font-style: italic;
}


/*---------nav menu---------------------*/

.ribbon {
    width: 100%;
    height: 72px;
    background: url(../img/bg_ribbon.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    position: fixed;
    z-index: 5000;
    top: 0;
}

.text_ribbon {
    width: 809px;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    /* margin: 10px auto; */
    margin: 0;
    z-index: 5;
     max-width: 100% !important;
     margin: 0 !important;
       top: 0;
  left: 0;
  z-index: 1000;
  padding: 0 20px;  

    /*top:72px;*/
      display: flex;          /* ใช้ flexbox */
    align-items: center;    /* จัดกึ่งกลางแนวตั้ง */
  
}

.header #menudesktop ul li {
    display: inline-block;
    list-style: none;
    padding: 40px 10px;
    font-family: 'db_helvethaica_x75_bd';
    font-size: 27px;
    line-height: 16.5px;
    color: #ababab;
    vertical-align: top;
    text-align: left;
    margin: 0 0px;
    padding: 10px 10px;
    position: relative;
    /* left: 105%; */
}

/* .header #menudesktop ul li.active {
    background-color: #837965;
    border-radius: 50px;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.35);
    color: #fff;
     text-align: left;
} */

.header nav#menudesktop ul li #bt-privilege {
    width: 155px;
}

.header #logo,
.header nav#menudesktop {
    display: inline-block;
    vertical-align: middle;
}

.header nav#menumobile {
    display: none;
}

.header nav {
    /* margin-top: 25px; */
        margin-top: 0px;
}

/* .header #logo img {
    width: 260px;
    margin-right: 35px;
    z-index: 400;
} */

.header #logo img {
    max-width: 260px;  /* กว้างสุด 260px */
    width: 100%;       /* ยืดเต็มพื้นที่ parent */
    height: auto;      /* คงสัดส่วนภาพ */
    margin-right: 35px;
    z-index: 400;
}

/*-----------Footer-------------------*/

.bf-footer {
    width: 100%;
    height: 356px;
    background: rgba(243, 243, 243, 0.2);
    background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0.2));
    background: -o-linear-gradient(top, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0.2));
    background: -moz-linear-gradient(top, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0.2));
    background: linear-gradient(top, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0.2));
    margin-top: 30px;
}

.bf-footer h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 25px;
    color: #4b4b4b;
    /* display: inline; */
    text-align: center;
}

.bf-footer p {
    font-family: 'db_helvethaica_x65_med';
    font-size: 25px;
    color: #7b7b7b;
    text-align: center;
    text-decoration: underline;
    margin-top: 15px;
}

.bf-footer #product {
    width: 375px;
    float: right;
    margin-top: 65px;
}

.bf-footer table {
    width: 770px;
    margin: 0 auto;
}

/*-----------------main--------------*/
@media (max-width: 900px) {
    .container-main {
    background: url(../img/main/bg_first.jpg) no-repeat;
    background-size: cover;
    background-position: center 40%;
    height: 100vh;
    min-height: 60vw;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 90px;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0) 80%, transparent 100%);
    }
}
@media (max-width: 900px) {
.container-main #canvas10 {
    position: absolute;
    left: 25%;
    width: 13%;
    margin-top: 3vw;

}
}

@media (max-width: 900px) {
.container-main #canvas11 {
    position: absolute;
    left: 59%;
    width: 10%;
    margin-top: 7vw;
}
}
@media (max-width: 900px) {
.container-main .content {
    margin: 0 auto;
    display: block;
    padding-top: 6%;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* min-height: 50vw; */
    width: 100%;
    max-width: 1920px;
}
}

@media (max-width: 900px) {
.container-main .canvas12 {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    width: 51%;
    max-width: 937px;
    min-width: 350px;
}
}
@media (max-width: 900px) {
.container-main #canvas12 {
    width: 100%;
}
}
@media (max-width: 900px) {
.container-main #canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    max-width: 1020px;
    min-width: 350px;
}
}
@media (max-width: 900px) {
    .container-main .content {
        margin: 0 auto;
        display: block;
        /* padding-top: 30vw; */
        /* position: relative; */
    }
}
.container-main {
    background: url(../img/main/bg_first.jpg) no-repeat;
    background-size: cover;
    background-position: center 40%;
    height: 100vh;
    min-height: 60vw;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 90px;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0) 80%, transparent 100%);
}

.container-main #canvas10 {
    position: absolute;
    left: 25%;
    width: 13%;
    margin-top: 3vw;
}

.container-main #canvas11 {
    position: absolute;
    left: 59%;
    width: 10%;
    margin-top: 7vw;
}

.container-main .content {
    margin: 0 auto;
    display: block;
    padding-top: 6%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 50vw;
    width: 100%;
    max-width: 1920px;
}

.container-main .canvas12 {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    width: 51%;
    max-width: 937px;
    min-width: 350px;
}

.container-main #canvas12 {
    width: 100%;
}

.container-main #canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    max-width: 1020px;
    min-width: 350px;
}


/*--------------------Technology--------------*/

.container-technology {
    background: url(../img/tech/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 2290px;
}

.tech-first {
    max-width: 1020px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 105px;
}

.tech-first p {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #7b7b7b;
    margin-top: 30px;
}

.tech-first h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 75px;
    color: #7b7b7b;
    line-height: 60px
}

.tech-first h2 {
    font-family: 'db_helvethaica_x65_med';
    color: #008732;
    font-size: 54px;
    margin-top: 50px;
}

.tech-first p.sub {
    font-family: 'db_helvethaica_x45_li';
    font-size: 25px;
    color: #7b7b7b;
    margin-top: 20px;
}

.tech-second {
    width: 100%;
    text-align: center;
    margin-top: 425px;
    position: relative;
}

.tech-second h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 54px;
    color: #008732;
}

.tech-second h2 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #7b7b7b;
    margin-top: 15px;
}

.tech-second .beakerimg {
    width: 250px;
    display: inline;
    margin: 10px 30px 0 100px;
}

.tech-second .beakerimg.two {
    margin: 10px 00px 0 70px;
}

.tech-second .circle-oil {
    width: 180px;
    height: 180px;
    margin-top: -30px;
}

.tech-second #one,
.tech-second #two {
    position: relative;
}

.tech-second .circle-oil.two {
    margin-top: -240px;
}

.tech-second h3 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #00682d;
    width: 335px;
}

.tech-second table.beaker-table {
    width: 100%;
    margin: 45px auto;
    max-width: 1170px;
}

.tech-second .beakerone {
    padding-top: 55px;
    position: relative;
}

.tech-second .beakertwo {
    padding-bottom: 55px;
}

.tech-second .circle-oil p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 40px;
    color: #7b7b7b;
    /*padding-top: 53px;*/
    line-height: 20px;
    width: 180px;
}

.tech-second .circle-oil h1 {
    font-family: 'db_helvethaica_x75_bd';
    font-size: 100px;
    color: #7b7b7b;
    line-height: 40px;
    width: 200px;
}

.tech-second .circle-oil h1 span {
    font-family: 'db_helvethaica_x65_med';
    font-size: 40px;
    color: #7b7b7b;
    vertical-align: 65%;
}

.tech-second h4 {
    font-family: 'db_helvethaica_x45_li';
    font-size: 32px;
    color: #7b7b7b;
    padding-top: 15px;
    width: 107%;
}

.tech-second .beaker-info {
    position: absolute;
    left: 300px;
    bottom: -145px;
    z-index: 50;
}

.tech-second .beaker-info img {
    width: 100px;
    float: left;
}

.tech-second .beaker-info p {
    width: 280px;
    background: rgba(223, 213, 158, 0.3);
    background: -webkit-linear-gradient(left top, rgba(223, 213, 158, 0.5), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left top, rgba(223, 213, 158, 0.5), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left top, rgba(223, 213, 158, 0.5), rgba(255, 255, 255, 0));
    background: linear-gradient(left top, rgba(223, 213, 158, 0.5), rgba(255, 255, 255, 0));
    margin: 29px 0 0px 90px;
    font-family: 'db_helvethaica_x45_li';
    font-size: 25px;
    color: #7b7b7b;
    text-align: left;
    line-height: 27px;
    letter-spacing: 0.5px;
    padding: 30px 0 25px 20px;
}

.container-technology .beaker-bg {
    width: 100%;
    position: absolute;
    bottom: -200px;
    /* overflow-x: hidden; */
    height: 450px;
    transform: translateY(170%);
}

.container-technology .beaker-bg .left {
    width: 750px;
    position: absolute;
    left: 20px;
    bottom: 90px;
    transform: translateX(-220px);
}

.container-technology .beaker-bg .right {
    width: 900px;
    position: absolute;
    right: -250px;
    bottom: 0;
}

.tech-third {
    width: 100%;
    height: 755px;
    background: url(../img/tech/bg_oil.jpg) no-repeat center;
    background-size: cover;
    margin-top: 260px;
    padding-top: 85px;
    position: relative;
}

.tech-third h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 54px;
    color: #008732;
    text-align: center;
}

.tech-third h2 {
    font-family: 'db_helvethaica_x45_li';
    font-size: 38px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 15px;
}

.tech-third p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 25px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 10px;
}

.tech-third img {
    max-width: 1470px;
    width: 90%;
    margin: 50px auto 0;
    display: block;
}

.tech-third .shadow {
    margin: -40px auto;
}

.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 25px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 25px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}

.floating2 {
    -webkit-animation-name: Floatingx2;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
}

@-webkit-keyframes Floatingx2 {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, -15px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating2 {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, -15px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}

.tech-forth {
    width: 100%;
    height: 1435px;
    background: url(../img/tech/bg_engine.jpg) no-repeat center;
    background-size: cover;
    padding-top: 95px;
}

.tech-forth h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 54px;
    color: #008732;
    text-align: center;
}

.tech-forth table h1 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #000;
}

.tech-forth p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 27px;
    color: #7b7b7b;
}

.tech-forth .top {
    width: 415px;
    margin-top: 60px;
}

.tech-forth .bottom {
    width: 530px;
    margin-top: 95px;
}

.tech-forth table.main {
    margin: 65px auto;
}

.tech-forth table.main.two {
    margin: 75px auto;
}

.tech-forth table.main td {
    position: relative;
    padding-right: 130px;
    padding-left: 30px;
}

.tech-forth table.main.two td {
    position: relative;
    padding-right: 60px;
    padding-left: 30px;
}

.tech-forth table.main .info {
    position: absolute;
    right: 20px;
    top: 0;
    text-align: center;
}

.tech-forth table.main .info.two {
    right: 40px;
}

.tech-forth table.main .info.three {
    right: 0px;
}

.tech-forth table.main .info.forth {
    right: 40px;
}

.tech-fifth {
    margin-top: 110px;
    width: 100%;
    overflow: hidden;
}

.tech-fifth h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 54px;
    color: #008732;
    text-align: center;
}

.tech-fifth h2 {
    font-family: 'db_helvethaica_x45_li';
    font-size: 38px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 15px;
}

.tech-fifth p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 25px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.tech-fifth .desc .icon {
    width: 340px;
    vertical-align: middle;
}

.tech-fifth .desc .num {
    height: 160px;
    width: auto;
    vertical-align: middle;
}

.tech-fifth .desc h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 38px;
    color: #00682d;
    text-align: left;
    line-height: 32px;
}

.tech-fifth .desc p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 25px;
    color: #7b7b7b;
    text-align: left;
}

.tech-fifth .desc {
    width: 100%;
    margin: 0 auto 0;
    max-width: 1100px;
    /* overflow: hidden; */
}

.tech-fifth .desc div {
    display: inline-table;
}

.tech-fifth .desc.one {
    padding-left: 28%;
}

.tech-fifth .desc.one .text {
    vertical-align: -20%;
}

.tech-fifth .desc.two {
    padding-right: 3%;
    margin-top: -65px;
}

.tech-fifth .desc.two .text {
    vertical-align: -200%;
}

.tech-fifth .desc.two .num {
    padding-top: 70px;
}

.tech-fifth .desc.three {
    padding-left: 17%;
    margin-top: 20px;
}

.tech-fifth .desc.three .text {
    vertical-align: 190%;
}

.tech-fifth .desc.three .num {
    padding-bottom: 65px;
    padding-left: 15px;
}

.tech-fifth .desc.four {
    padding-right: 5%;
    margin-top: 40px;
}

.tech-fifth .desc.four .text {
    vertical-align: -60%;
}

.tech-fifth .desc.four .num {
    padding-bottom: 00px;
    padding-left: 20px;
}


/*----------Product------------------*/

.container-product {
    width: 100%;
    background: url(../img/product/bg_top.jpg) no-repeat center top;
    background-size: 100%;
    /* padding-top: 90px; */
    padding-top:  7%;
    
    /* margin-bottom: 80px; */
    margin-bottom: 4px;
    /* text-align: center; */
}
@media (max-width: 768px) {
    .container-product {
        background-size: cover; /* ให้เต็มหน้าจอแนวตั้ง */
        padding-top: 50px;      /* ลด padding บน */
        margin-bottom: 40px;    /* ลดช่องว่างล่าง */
        /* text-align: center; */ /* ถ้าต้องการกึ่งกลาง */
    }
}
.container-product1 {
    width: 100%;
    background: url(../img/product/bg_detail.jpg) no-repeat center top;
    background-size: 100%;
    padding-top: 160px;
}

.product-first h2 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #7b7b7b;
    text-align: center;
    padding-top: 20px;
}

.product-first  {
padding-top: 2%;
}
/* .product-first h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 75px;
    color: #7b7b7b;
    line-height: 45px;
    text-align: center;
    padding-top: 15px;
} */

/* .product-first h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: clamp(24px, 6vw, 75px); 
    color: #7b7b7b;
    line-height: 1.2;             
    text-align: center;
    padding-top: 15px;
} */

.product-first h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 75px;
    color: #7b7b7b;
    line-height: 45px;
    text-align: center;
    padding-top: 15px;
}

.product-firsts{    
    display: block;
    margin: 35px auto;
}

.product-first img {
    width: 615px;
    display: block;
    margin: 35px auto;
}

.product-second {
    display: table;
    margin: 110px auto -35px;
}

.product-second h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 43px;
    color: #000;
    text-align: center;
}

.product-second .btoil {
    margin: 0 auto 30px;
    display: table;
}

.product-second .bt img {
    width: 250px;
    margin: 10px auto;
    padding: 0 10px;
}

.product-second table {
    width: 700px;
    margin: 0 auto;
}

.product-second .enginenum {
    display: block;
    margin: 0 auto;
    height: 55px;
    width: auto;
}

.product-second table h1 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #00682d;
    text-align: center;
}

.product-second p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 32px;
    color: #7b7b7b;
    text-align: center;
    /*line-height: 17px;*/
    line-height: 32px;
    margin-bottom: 20px;
}

.product-second .more {
    width: 36px;
    display: block;
    margin: 0 auto;
}

.product-second .productpic {
    width: 150px;
    display: block;
    margin: 10px auto 15px;
}

.product-second .productinfo {
    padding-bottom: 30px;
    width: 80%;
}

.detail-first {
    background: url(../img/product/bg_detail.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 725px;
    padding-top: 85px;
}

.detail-first #product {
    width: 450px;
    display: block;
    margin: 0 auto;
}

.detail-first .sub-first {
    position: absolute;
    top: 125px;
    left: 75px;
}

.detail-first .sub-two {
    position: absolute;
    top: 225px;
    left: 75px;
}

.detail-first .sub-first #bt-more,
.detail-first .sub-two #bt-more {
    width: 37px;
    margin-left: 20px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 0.7s;
    z-index: 500;
    position: relative;
}

.detail-first .sub-first .border,
.detail-first .sub-two .border {
    position: absolute;
    width: 37px;
    height: 37px;
    margin: auto;
    top: -20%;
    /* left: 0; */
    /* bottom: 0%; */
    right: -1.4%;
    z-index: 2;
    opacity: 0;
    border: 2px solid #FFFFFF;
    -webkit-animation: pulsejg2 1s linear infinite;
    -moz-animation: pulsejg2 1s linear infinite;
    animation: pulsejg2 1s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

@keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(.8);
        opacity: .1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: .3;
    }
    60% {
        -webkit-transform: scale(1.1);
        opacity: .7;
    }
    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1.6);
        opacity: 0;
    }
}

.detail-first .sub-first #sub-textone {
    width: 130px;
}

.detail-first .sub-two #sub-texttwo {
    width: 190px;
}

.detail-first .sub-first div,
.detail-first .sub-two div {
    width: 285px;
    height: 210px;
    overflow-y: scroll;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    display: none;
}

.detail-first .sub-first div::-webkit-scrollbar,
.detail-first .sub-two div::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.detail-first .sub-first div::-webkit-scrollbar-thumb,
.detail-first .sub-two div::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.detail-first .sub-first div::-webkit-scrollbar-track,
.detail-first .sub-two div::-webkit-scrollbar-track {
    background: transparent;
}

.detail-first .sub-first div h1,
.detail-first .sub-two div h1 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 28px;
    color: #404040;
    margin: 5px 0 5px;
}

.detail-first .sub-first div p,
.detail-first .sub-two div p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 17px;
    line-height: 21.5px;
    letter-spacing: 0.4px;
    color: #fff;
    margin-bottom: 20px;
}

.detail-first .product-detail {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.detail-first .sub-first a {
    position: relative;
    left: 205px;
}

.detail-first .sub-two a {
    position: relative;
    left: 130px;
}

.detail-first .sub-info {
    position: absolute;
    top: 115px;
    left: 830px;
}

.detail-first .sub-info #oil-type {
    height: 30px;
    width: auto;
    display: block;
    margin: 0 5px;
}

.detail-first .sub-info #oil-name {
    width: initial;
    margin: 10px 0 5px;
    height: 48px;
}

.detail-first .sub-info h1 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #00682d;
    line-height: 36.5px;
}

.detail-first .sub-info p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 27.5px;
    color: #fff;
    margin: 10px 0 20px;
    line-height: 27.5px;
}

.detail-first .sub-info a {
    font-family: 'db_helvethaica_x65_med';
    font-size: 22px;
    color: #404040;
    text-decoration: underline;
}

.detail-first #info {
    width: 170px;
    display: block;
    margin-bottom: 10px;
}

.detail-first #car {
    position: absolute;
    bottom: -20px;
    width: 300px;
    right: 250px;
    -webkit-filter: drop-shadow(-5px 2px 9px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(-5px 2px 9px rgba(0, 0, 0, 0.7));
}

.detail-second {
    background: url(../img/product/bg_select.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 405px;
    position: relative;
    padding-top: 50px;
}

#slider .item {
    padding: 30px 0px;
    margin: 10px;
    text-align: center;
}


/*.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }*/

.detail-second .btn.prev img,
.detail-second .btn.next img {
    width: 40px;
}

.detail-second #slider .item #oil-type {
    height: 22px;
    padding-left: 30%;
    display: block;
    width: auto;
}

.detail-second #slider .item #product-other {
    transition-duration: 0.4s;
    width: 110px;
}

.detail-second #slider .item #product-other.active,
.detail-second #slider .item #product-other:active {
    filter: drop-shadow(0px 0px 14px rgba(229, 171, 43, 1));
}

.detail-second #slider .item #product-other:hover {
    filter: drop-shadow(0px 0px 13px rgba(98, 92, 55, 0.9));
}

.detail-second h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 33px;
    color: #00682d;
    text-align: center;
}

.detail-second #slider .item h2 {
    font-family: 'DB_Helvethaica_X_87_BlkCond';
    font-size: 33px;
    font-weight: bold;
    color: #4b4b4b;
}

.detail-second #slider .item p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 22px;
    line-height: 20px;
    color: #7b7b7b;
}

.detail-second .content {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    position: relative;
}

.detail-second .btn.prev {
    right: 40px;
    position: absolute;
    top: 40%;
}

.detail-second .btn.next {
    position: absolute;
    top: 40%;
    left: 40px;
}


/*--------------Maps-----------------*/

.container-maps {
    padding-top: 165px;
}

.maps-first p {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #7b7b7b;
    line-height: 36.5px;
    text-align: center;
}

.maps-first h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 75px;
    color: #7b7b7b;
    line-height: 45px;
    text-align: center;
    margin-top: 5px;
}

#wrapper .container {
    -webkit-mask-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 1.0) 15%, rgba(0, 0, 0, 1.0) 85%, transparent 100%);
}


/*---------dropdown---------------------*/

.wrapper-dropdown-1 {
    /* Size and position */
    position: relative;
    width: 470px;
    padding: 10px 25px;
    margin: 40px auto -90px;
    background: url(../img/maps/dropdown-bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #7b7b7b;
    font-size: 32px;
    font-family: 'db_helvethaica_x55_regular';
    outline: none;
    cursor: pointer;
    height: 45px;
    z-index: 500;
    line-height: 45px;
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* Styles */
    background: url(../img/maps/dropdown-bg-down.png) no-repeat center;
    background-size: 100% 100%;
    list-style: none;
    font-weight: normal;
    /* Cancels previous font-weight: bold; */
    padding-bottom: 10px;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
    max-height: 40vw;
    overflow-y: scroll;
}

.wrapper-dropdown-1 .dropdown::-webkit-scrollbar {
    display: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
}


/* Hover state */

.wrapper-dropdown-1 .dropdown li:hover a {
    background: #00ac4f;
    border-style: solid;
    background-clip: padding-box;
    border-width: 0 5px;
    border-color: transparent;
    color: #fff;
}


/* Active state */

.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
    background: url(../img/maps/dropdown-bg-active.png) no-repeat center;
    background-size: 100% 100%;
}


/* No CSS3 support */

.no-opacity .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}


/*--------------Category----------------*/

.container-category {
    background: url(../img/car/bg_main.jpg) no-repeat center top;
    background-size: 100vw;
    padding-top: 180px;
}

.cat-first h1 {
    font-size: 54px;
    font-family: 'db_helvethaica_x65_med';
    color: rgb(0, 135, 50);
    text-transform: uppercase;
    line-height: 0.8;
    text-align: center;
}

.cat-first p {
    font-size: 38px;
    font-family: 'db_helvethaica_x55_regular';
    color: #7b7b7b;
    text-transform: uppercase;
    line-height: 0.8;
    text-align: center;
    margin-top: 10px;
}

.cat-first .car-list {
    max-width: 940px;
    margin: 50px auto;
    width: 100%;
    text-align: center;
}

.cat-first .car-list .car-cat {
    width: 230px;
    display: inline-block;
    margin-top: 20px;
}

.cat-first .car-list .car-cat p {
    font-size: 26px;
    font-family: 'db_helvethaica_x55_regular';
    color: rgb(123, 123, 123);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.cat-first .car-list .car-cat.active p {
    color: #00682d;
}

.cat-second h1 {
    font-size: 43px;
    text-align: center;
    color: #000;
    font-family: 'db_helvethaica_x65_med';
}

.cat-second .btoil {
    margin: 0 auto 30px;
    display: table;
}

.cat-second .bt img {
    width: 45vw;
    margin: 20px auto;
    padding: 0 15px;
    max-width: 513px;
}

.cat-second table {
    width: 45vw;
    margin-top: 25px;
    max-width: 465px;
}

.cat-second table .productinfo {
    padding-top: 5px;
}

.cat-second table .productpic {
    width: 135px;
    margin-right: 40px;
}

.cat-second .productinfo h1 {
    font-family: 'DB_Helvethaica_X_87_BlkCond';
    font-size: 66px;
    color: #696969;
    display: inline-block;
    line-height: 27px;
    margin: 20px 10px 0 0;
}

.cat-second .productinfo .more {
    width: 35px;
    display: inline-block;
    vertical-align: baseline;
}

.cat-second .productinfo h2 {
    font-size: 34px;
    font-family: 'db_helvethaica_x55_regular';
    line-height: 32px;
    color: #00682d;
    margin-top: 10px;
}

.cat-second .productinfo p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 29px;
    color: #7b7b7b;
    line-height: 32px;
    margin-top: 5px;
}

.cat-second .table .left {
    margin-top: 20px;
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
}

.cat-second .table .right {
    margin-top: 20px;
    display: inline-block;
    border-left: 3px solid transparent;
    padding-left: 30px;
    -webkit-border-image: url(../img/car/line.png) 2 round;
    /* Safari 3.1-5 */
    -webkit-border-image: url(../img/car/line.png) 2 round;
    /* Safari 3.1-5 */
    -webkit-border-image: url(../img/car/line.png) 2 round;
    /* Safari 3.1-5 */
    vertical-align: top;
}

.cat-second .table {
    display: table;
    margin: 0 auto;
}

.cat-second {
    margin-top: 100px;
}


/*----------------------Promotion Detail-----------------------*/

.container-promotion-detail {
      margin-bottom: 50px;
}

.promotion-detail-first {
    background: url(../img/promotion/bg_main.jpg) no-repeat center top;
    padding-top: 90px;
    background-size: 1600px;
}

.promotion-detail-first #hightlight {
    max-width: 1050px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.promotion-detail-first {
  display: flex;
  flex-direction: column; /* เรียงปุ่มกับรูปคนละบรรทัด */
  align-items: center;     /* จัดกึ่งกลางแนวนอน */
}
.promotion-detail-first img {
  max-width: 100%;
  height: auto;
}
.back-button-container {
  align-self: flex-end; /* ปุ่มยังอยู่ชิดซ้าย */
  margin: 10px 0;
  
}


.promotion-detail-first h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 54px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 50px;
}

.promotion-detail-second {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
}

.promotion-detail-second #sub {
    max-width: 490px;
    width: 45%;
    display: inline-block;
}

.promotion-detail-second .info {
    display: inline-block;
    margin: 30px 0 0 55px;
    width: 48%;
}

.promotion-detail-second .info_full {
    display: inline-block;
    margin: 30px 0 0 55px;
    width: 100%;
}

.promotion-detail-second p,
.promotion-detail-second li {
    font-family: 'db_helvethaica_x45_li';
    font-size: 25px;
    /* color: #7b7b7b; */
    color: #000;
}

.promotion-detail-second h2 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 28px;
    color: #000000;
    margin: 15px 0px;
}

.promotion-detail-second #condition {
    width: 165px;
    display: inline-block;
    margin-top: 45px;
}

.promotion-detail-third {
    margin-top: 85px;
    position: relative;
}

.promotion-detail-third .btn.prev img,
.promotion-detail-third .btn.next img {
    width: 20px;
}

.promotion-detail-third #slider .item #promotion-other {
    width: 100%;
}

.promotion-detail-third h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 43px;
    color: #00682d;
    text-align: center;
}

.promotion-detail-third #slider .item h2 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 26px;
    color: #717171;
    margin-top: 25px;
    text-align: left;
}

.promotion-detail-third #slider .item p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 21px;
    line-height: 24px;
    color: #7b7b7b;
    margin-top: 15px;
    text-align: left;
}

.promotion-detail-third .content {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    position: relative;
}

.promotion-detail-third .btn.prev {
    right: 0%;
    position: absolute;
    top: 30%;
}

.promotion-detail-third .btn.next {
    position: absolute;
    top: 30%;
    left: 0%;
}

.promotion-detail-third #slider {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
}

.promotion-detail-third .owl-carousel .owl-wrapper-outer {
    height: initial;
}
@media (max-width: 480px) {
    .gallery {
    /* background: #EEE; */
    overflow: hidden; 

      width: 100%;
  max-width: 1640px;   /* ปรับได้ตามดีไซน์ */
  margin: 0 auto;
  position: relative;
}

.gallery-cell {

    filter: brightness(10%);
    padding-top: 70px;
    overflow: hidden;
    
    width: 100%;
  height: auto;
  position: relative;
  display: block;   
  object-fit: cover;  
}

.gallery-cell.is-selected {
    filter: none;
}


/* cell number */

.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

}

@media (max-width: 600px) {    
    .gallery-cell {
    filter: none !important;
    brightness: 1 !important;
    padding-top: 0 !important;
  }
  
  .gallery-cell.is-selected {
    filter: none !important;
  }
  
  .mobile.gallery {
    display: block !important;
  }
    
  .container-promotion {
    padding-top: 80px !important;
  }
}
@media (max-width: 768px) {    
    .gallery-cell {
    filter: none !important;
    brightness: 1 !important;
    padding-top: 0 !important;

        width: 26%;
    height: 33.3vw;
  
    overflow: hidden;
    
   
  display: block;     /* ตัดช่องว่างด้านล่างรูป */
  object-fit: cover;  /* ครอบเต็มไม่ให้ภาพยืด (ถ้าสัดส่วนไม่ตรง) */
  }
  
  .gallery-cell.is-selected {
    filter: none !important;
  }
  
  .mobile.gallery {
    display: block !important;
  }
  
  .container-promotion {
    /* padding-top: 80px !important; */
    padding-top: 61px !important;
  }
}
/* .gallery {
    overflow: hidden; 
      width: 100%;
  max-width: 1640px;  
  margin: 0 auto;
  position: relative;
}

.gallery-cell {

    width: 56%;
    height: 33.3vw;
    filter: brightness(40%);
    padding-top: 70px;
    overflow: hidden;
    
   
  display: block;    
  object-fit: cover; 
} */

.gallery-cell.is-selected {
    filter: none;
}


/* cell number */

.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}


@media(max-width: 1200px){

.gallery {
    /* background: #EEE; */
    overflow: hidden; 

      width: 100%;
  max-width: 1640px;   /* ปรับได้ตามดีไซน์ */
  margin: 0 auto;
  position: relative;
}

.gallery-cell {
    /* width: 66%; */
    width: 26%;
    height: 33.3vw;
    filter: brightness(40%);
    padding-top: 70px;
    overflow: hidden;
    
   
  display: block;     /* ตัดช่องว่างด้านล่างรูป */
  object-fit: cover;  /* ครอบเต็มไม่ให้ภาพยืด (ถ้าสัดส่วนไม่ตรง) */
}

.gallery-cell.is-selected {
    filter: none;
}


/* cell number */

.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}
}

/* .gallery {
   
    overflow: hidden; 

      width: 100%;
  max-width: 1640px; 
  margin: 0 auto;
  position: relative;
}

.gallery-cell {
   
    width: 56%;
    height: 33.3vw;
    filter: brightness(40%);
    padding-top: 70px;
    overflow: hidden;
    
   
  display: block;    
  object-fit: cover;  
}
.gallery-cell.is-selected {
    filter: none;
} */


/* cell number */

/* .gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
} */
.gallery {
    /* background: #EEE; */
    overflow: hidden; 

      width: 100%;
  max-width: 1640px;   /* ปรับได้ตามดีไซน์ */
  margin: 0 auto;
  position: relative;
}

.gallery-cell {
    /* width: 66%; */
    width: 56%;
    height: 33.3vw;
    filter: brightness(40%);
    padding-top: 70px;
    overflow: hidden;
    
   
  display: block;     /* ตัดช่องว่างด้านล่างรูป */
  object-fit: cover;  /* ครอบเต็มไม่ให้ภาพยืด (ถ้าสัดส่วนไม่ตรง) */
}

.gallery-cell.is-selected {
    filter: none;
}


/* cell number */

.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.promotion-second h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 75px;
    color: #7b7b7b;
    text-align: center;
    margin-bottom: 30px;
}

.promotion-second {
    max-width: 1100px;
    width: 100%;
    margin: 80px auto;
}

.promotion-second .news {
    width: 47%;
    display: inline-block;
    margin: 0px 1.4%;
    vertical-align: top;
}
 .product-related-section {
    background-color: #e6e0e0;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;

        font-family: 'db_helvethaica_x65_med';
    font-size: 75px;
    color: #7b7b7b;
    /* text-align: left; */
    margin-bottom: 30px;
     max-width: 1100px;
    width: 100%;
    margin: 80px auto;
}


.product-related-section h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 35px;
    color: #7b7b7b;
    text-align: left;
    margin-bottom: 30px;
}


.product-related-section .news {
    width: 47%;              /* ให้แต่ละกล่องกว้าง 47% */
    display: inline-block;   /* เรียงข้างกัน */
    margin: 0px 1.4%;        /* ระยะห่างซ้ายขวา */
    vertical-align: top;     /* จัดให้กล่องเรียงบน */
}

.product-related-section .news h2 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 25px;
    color: #717171;
    margin-top: 30px;
    text-align: center;
}

.product-related-section .news p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 20px;
    line-height: 29px;
    color: #717171;
    margin: 5px auto 40px;
}

.promotion-second .news h2 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 30px;
    color: #717171;
    margin-top: 30px;
}

.promotion-second .news p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 25px;
    line-height: 29px;
    color: #717171;
    margin: 5px auto 40px;
}

.container-promotion {
    background: url(../img/promotion/bg_main.jpg) no-repeat center top;
    padding-top: 36px; 
    background-size: 1600px;
}

@media screen and (max-width:1200px) {
    .container-promotion {
    background: url(../img/promotion/bg_main.jpg) no-repeat center top;
    padding-top: 36px; 
    background-size: 1600px;
    }
}

@media screen and (max-width:900px) {
     .container-promotion {
    background: url(../img/promotion/bg_main.jpg) no-repeat center top;
    padding-top: 36px; 
    background-size: 1600px;
    }
} 
   
@media (max-width: 900px) { 
.container-promotion {
    background: url(../img/promotion/bg_main.jpg) no-repeat center top;
    padding-top: 2px; 
    background-size: 1600px;
    }
}
/*Add on*/

div#detail2 ul {
    list-style: none;
    margin: 10px 0 5px 0;
}

div#detail2 li {
    position: relative;
    font-family: 'db_helvethaica_x45_li';
    font-size: 17px;
    line-height: 21.5px;
    letter-spacing: 0.4px;
    color: #fff;
}

div#detail2 li:before {
    position: absolute;
    top: 1px;
    margin: 0 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: "■";
}


/*------------------------Privilege------------------------*/

.container-privilege {
    margin-top: 100px;
    width: 100%;
    background: url(../img/privilege/bg.jpg) no-repeat center;
    background-size: cover;
    height: 870px;
    overflow: hidden;
}

.container-privilege .privilege-main {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto;
    position: relative;
}

.container-privilege .privilege-left {
    max-width: 790px;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

.container-privilege .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 20px auto;
}

.container-privilege #kwin {
    width: 550px;
    position: absolute;
    right: 0;
    top: 0;
}

.container-privilege .bt-video {
    outline: 1px solid #fff;
    outline-offset: -1px;
}

.container-privilege .bt-video.active {
    outline: 4px solid #6ca61a;
    outline-offset: -4px;
}

.container-privilege .bt-bottom {
    margin: 0 auto;
    display: table;
}

.container-privilege .bt-bottom .bt-register {
    max-width: 210px;
    display: inline-block;
    margin: 0 8px;
    width: 45%;
}

.container-privilege .video-selector iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-privilege .video-selector {
    max-width: 648px;
    width: 100%;
    margin: 25px auto;
    display: table;
}

.container-privilege .video-selector ul li {
    list-style-type: none;
    float: left;
    margin-right: 3.3%;
    width: 31%;
}

.container-privilege .video-selector ul li:last-child {
    margin-right: 0px;
}

.container-privilege #headline {
    width: 85%;
    margin: 0 auto;
    display: block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    max-width: 740px;
}


/*-----------------------------Popup-------------------------------*/

.popup {
    background-color: transparent;
}

.popup h3 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 42px;
    line-height: 50.5px;
    letter-spacing: 0.4px;
    color: #fff;
    margin-left: 18px;
}

.popup h1 {
    font-family: 'db_helvethaica_x65_med';
    background-color: #000000;
    font-size: 22.02px;
    letter-spacing: 0.4px;
    color: #fff;
}

.popup p {
    font-family: 'db_helvethaica_x65_med';
    font-size: 18.01px;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 15px 0 0 18px;
}


/*Table*/

.popup_table {
    margin: 35px 0 0 0;
}

.popup_table tr.row_head {
    height: 36px;
}

.popup_table td {
    font-family: 'db_helvethaica_x45_li';
    font-size: 20.02px;
    letter-spacing: 0.4px;
    color: #4b4b4b;
}

.popup_table td.text_head1 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 30.02px;
    letter-spacing: 0.4px;
    color: #4b4b4b;
}

.popup_table td.text_head2 {
    font-family: 'db_helvethaica_x75_bd';
    font-size: 30.02px;
    letter-spacing: 0.4px;
    color: #00682d;
}

.table_grid td {
    border-top: 2px solid #d5d5d5;
}

table td.left_column {
    padding-left: 18px;
}


/*----------Terms----------------*/
@media screen and (max-width:900px) {
    .terms {
    padding-top: 70;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
      margin-bottom: 60px; /* เว้นด้านล่างก่อน footer */


.terms h1 {
    font-family: 'db_helvethaica_x75_bd';
    color: #008732;
    font-size: 54px;
    text-align: center;
}

.terms h2 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 30px;
    color: #00682d;
}

.terms h3 {
    font-family: 'db_helvethaica_x45_li';
    font-size: 35px;
    color: #7b7b7b;
    text-align: left;
    margin-top: 30px;
}

.terms p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 22px;
    color: #000000;
}
}
}
.terms {
    padding-top: 120px;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
      margin-bottom: 60px; /* เว้นด้านล่างก่อน footer */
}

.terms h1 {
    font-family: 'db_helvethaica_x75_bd';
    color: #008732;
    font-size: 54px;
    text-align: center;
}

.terms h2 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 30px;
    color: #00682d;
}

.terms h3 {
    font-family: 'db_helvethaica_x45_li';
    font-size: 35px;
    color: #7b7b7b;
    text-align: left;
    margin-top: 30px;
}

.terms p {
    font-family: 'db_helvethaica_x45_li';
    font-size: 22px;
    color: #000000;
}

.mobile {
    display: none !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
    /* fix IE 7,8 to work with jQuery fadeIn/Out */
    opacity: inherit;
    filter: inherit;
}

.jspDrag {
    background: #666;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/*End add on*/

@media screen and (max-width:1600px) {
    .tech-second .beaker-bg .right {
        right: initial;
        transform: translateX(20%);
    }
    .tech-second .beaker-bg .left {
        left: -60px;
    }
}

@media screen and (max-width:1200px) {
    .tech-second .beaker-bg .left {
        transform: translateX(-50%);
    }
    .detail-first .sub-info {
        left: 73vw;
    }
    .detail-first .sub-first {
        left: 0px;
    }
    .detail-first .sub-two {
        left: 0px;
    }
    /* .header #logo img {
        width: 200px;
        margin-right: 0px;
    } */
    .header #menudesktop ul li {
        padding: 10px 0.2vw;
    }
    .header nav#menudesktop ul li #bt-privilege {
        width: 135px;
    }
    .tech-second h3 {
        width: 250px;
    }
    .tech-second .beakerimg.two {
        margin: 10px 00px 0 0px;
    }
    .tech-second .beakerimg {
        margin: 10px 30px 0 30px;
    }
    .tech-second .beaker-info {
        left: 25vw;
    }
    .tech-fifth .desc .icon {
        width: 300px;
    }
    .tech-fifth .desc .num {
        height: 120px;
    }
    .tech-fifth .desc.three {
        padding-left: 7%;
    }
    .tech-forth table.main td {
        padding-right: 40px;
        padding-left: 30px;
    }
    .tech-forth .bottom {
        width: 440px;
        margin-top: 95px;
    }
    .tech-forth .top {
        width: 325px;
        margin-top: 60px;
    }
    .tech-forth table.main.two td {
        padding-right: 30px;
        padding-left: 30px;
    }
    .container-main .content {
        padding-top: 15vh;
    }
    #kwin {
        display: none;
    }
    .container-privilege .privilege-left {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width:900px) {
   
    .ribbon {
        height: 12vw;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: initial !important;
    }
    
    /* ปรับแถบสไลด์ cocoen ให้เหมือน technology.php */
    /* .cocoen__drag {
        background: rgba(191, 191, 191, 0.8) !important;
        width: 3px !important;
    }
    
    .cocoen__drag:before {
        background: rgba(191, 191, 191, 0.9) !important;
        border: 1px solid rgba(191, 191, 191, 0.8) !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
    }
     */
    /* แก้ไขปัญหาข้อความซ้อนกันในมือถือ */
    .tech-second .beaker-info {
        position: static !important;
        margin: 10px 0 !important;
        width: 100% !important;
    }
    
    .tech-second h4 {
        margin-bottom: 10px !important;
        clear: both !important;
    }
    
    .tech-second .beakerone,
    .tech-second .beakertwo {
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .tech-second table.beaker-table {
        display: block !important;
    }
    
    .tech-second table.beaker-table td {
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    /* แก้ไข h1 ทุกส่วนให้ responsive */
    h1 {
        font-size: clamp(24px, 6vw, 75px) !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
        white-space: normal !important;
    }
    
    /* แก้ไข h2 ให้ responsive */
    h2 {
        font-size: clamp(18px, 4.5vw, 54px) !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        word-wrap: break-word !important;
    }
    
    /* แก้ไข h3 ให้ responsive */
    h3 {
        font-size: clamp(16px, 4vw, 38px) !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
    }
    
    /* แก้ไข h4 ทุกส่วน */
    h4 {
        font-size: clamp(14px, 3.5vw, 32px) !important;
        margin-bottom: 15px !important;
        clear: both !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
    }
    
    /* แก้ไข beaker-info ให้ไม่ซ้อนกับ h4 */
    .beaker-info {
        margin-top: 15px !important;
        clear: both !important;
    }
    
    /* แก้ไข tech-fifth ให้ไม่ซ้อนกัน */
    .tech-fifth .desc h1 {
        margin-bottom: 10px !important;
        line-height: 1.2 !important;
    }
    .header nav#menudesktop {
        display: none;
    }
    .header nav#menumobile {
        display: block;
        top: 0;
        position: absolute;
        left: 0;
        margin: 0;
        width: 100%;
    }
    .header {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        top: inherit;
        background-color: #fff;
    }
    /* .header #logo img {
        width: 60vw;
        left: 14%;
        z-index: 400;
        position: absolute;
        top: 7vw;
    } */
    .header #menumobile #ham {
        position: absolute;
        top: 13vw;
        /* right: 5%; */
        left: 5%;
    }
    input[type='checkbox'] {
        position: absolute;
        top: 13vw;
        /* right: 5%; */
        left: 5%;
        z-index: 500;
        width: 8vw;
        height: 8vw;
        opacity: 0;
    }
    .header #menumobile #ham img {
        width: 8vw;
    }
    .header #menuToggle {
        background-color: rgb(255, 255, 255);
        opacity: 0.949;
        width: 100%;
        height: 100vh;
        position: fixed;
        padding-top: 19vh;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
    input[type='checkbox']:checked~#menuToggle {
        transform: scale(1.0, 1.0);
    }
    .header #menumobile ul li {
        /* width: 100%;
        height: 60px;
        text-align: center; */
        font-family: 'db_helvethaica_x65_med';
        font-size: 21px;
        /* color: #fff; */
        line-height: 40px;
        list-style: none;
         color: #000; /* ตัวอักษรสีดำ */
    background: #fff; /* พื้นหลังสีขาว */
    /* border-bottom: 1px solid #ddd;  */

    z-index: 300;
    /* padding: 1rem .5rem; */
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); */
}

    .header #menumobile ul li:hover {
    background: #f5f5f5;
}
    .header #menumobile ul li #bt-privilege {
        margin: 12px 0;
        max-width: 200px;
    }
    .header #menumobile ul li.active,
    .header #menumobile ul li:active {
        background: rgba(255, 255, 255, 0.9);
        color: #ac9766;
        border-radius: initial;
        box-shadow: initial;
    }
    .container-main #canvas10 {
        position: absolute;
        margin-top: 1vw;
        left: -4%;
        width: 29%;
    }
    .container-main #canvas11 {
        position: absolute;
        /* top: 31vw; */
        left: 65%;
        width: 25%;
        margin-top: 8vw;
    }
    .container-main .content {
        margin: 0 auto;
        display: block;
        /* padding-top: 30vw;
        position: relative; */
    }
    .container-main .canvas12 {
        margin-top: 2vh;
        width: 96%;
        min-width: initial;
    }
    .container-main #canvas {
        width: 100%;
        min-width: initial;
    }
    .bf-footer #product {
        display: none;
    }
    .footer #footer-logo {
        margin: 0 auto;
        width: 42vw;
    }
    .footer p {
        font-size: 4vw;
        display: block;
    }
    .footer #footer-call {
        margin: 5vw auto 0;
        width: 37vw;
    }
    .footer {
        height: 40vw;
        padding-top: 6vw;
    }
    .bf-footer {
        height: 44vw;
        margin-top: 25vw;
    }
    .bf-footer h1 {
        font-size: 5vw;
        text-align: center;
        display: block;
    }
    .bf-footer p {
        font-size: 5vw;
    }
    .bf-footer table {
        width: 100%;
    }
    .container-main {
        background-size: cover;
        background-position: center top;
        height: 150vw;
    }
    .tech-first {
        padding-top: 26vw;
    }
    .tech-first p {
        font-size: 5.5vw;
        margin-top: 6vw;
    }
    .tech-first h1 {
        font-size: 11vw;
        line-height: 7vw;
    }
    .tech-first h2 {
        margin-top: 12vw;
        font-size: 7.5vw;
    }
    .tech-first p.sub {
        margin-top: 5vw;
        font-size: 4.5vw;
    }
    .container-technology {
        background-size: contain;
        height: 380vw;
    }
    .tech-second h1 {
        font-size: 7.5vw;
    }
    .tech-second .beakerone {
        display: block;
    }
    .tech-second .beakertwo {
        display: block;
        margin-top: 6vw;
    }
    .tech-second h2 {
        margin-top: 1vw;
        font-size: 5.5vw;
    }
    .tech-second {
        /* margin-top: 60vw; */
        margin-top: 80vw; 
    }
    .tech-second table.beaker-table {
        width: 100%;
        margin: 0 auto;
    }
    .tech-second .beakerimg {
        width: 33vw;
        margin: 11vw 4vw 0vw 12vw;
    }
    .tech-second h3 {
        width: 100%;
        font-size: 5vw;
    }
    .tech-second .circle-oil {
        width: 34vw;
        height: 34vw;
        margin-top: -27vw;
    }
    .tech-second .beakerone {
        padding-top: 7vw;
        position: relative;
    }
    .tech-second h4 {
        padding-top: 15px;
        width: 100%;
        font-size: 6vw;
        margin-bottom: 5vw !important;
        clear: both !important;
    }
    .tech-second .beaker-info p {
        width: 37.5vw;
        margin: 7vw 0 0 11vw;
        line-height: 3vw;
        padding: 2vw 3vw;
        font-size: 3.5vw;
    }
    .tech-second .beaker-info {
        left: 37vw;
        bottom: 2vw;
        position: relative !important;
        margin-top: 5vw !important;
    }
    .tech-second .beakertwo .left {
        float: right;
    }
    .tech-second .beakertwo .right {
        float: left;
        margin-left: 13vw;
        margin-top: -1vw;
    }
    .tech-second .beakerimg.two {
        margin: 2vw 0 0 5vw;
    }
    .tech-second .beaker-info img {
        width: 13vw;
        float: left;
    }
    .tech-second .beaker-bg .left {
        transform: translateX(-80vw);
    }
    .tech-second .circle-oil p {
        font-size: 7vw;
        padding-top: 0;
        line-height: 4vw;
        width: 45vw;
    }
    .tech-second .circle-oil h1 {
        font-size: 18vw;
        line-height: 7vw;
        width: 50vw;
    }
    .tech-second .circle-oil h1 span {
        font-size: 8vw;
        vertical-align: 65%;
    }
    .container-technology .beaker-bg {
        width: 100%;
        position: absolute;
        bottom: -200px;
        /* overflow-x: hidden; */
        height: 450px;
        transform: translateY(146vw);
    }
    .container-technology .beaker-bg .left {
        width: 73vw;
        left: inherit;
        top: -25vw;
        bottom: 0;
    }
    .container-technology .beaker-bg .right {
        width: 75vw;
        right: inherit;
        bottom: 0;
        transform: translateX(-13vw);
    }
    .tech-third h1 {
        font-size: 7.5vw;
        line-height: 8vw;
    }
    .tech-third h2 {
        margin-top: 6vw;
        font-size: 5.5vw;
    }
    .tech-third p {
        margin-top: 5vw;
        font-size: 4.5vw;
    }
    .tech-third {
        height: 198vw;
        background-size: cover;
        margin-top: 3vw;
        padding-top: 13vw;
        -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0) 85%, transparent 100%);
    }
    .tech-third img.mobile {
        width: 75%;
        margin: 10vw auto 0;
        display: block !important;
    }
    .tech-forth {
        height: 210vw;
        padding-top: 4vw;
        background: url(../img/tech/bg_engine.jpg) no-repeat center bottom;
        background-size: 100%;
    }
    .tech-forth h1 {
        font-size: 6.5vw;
        line-height: 6vw;
    }
    .cocoen.sidebyside {
        width: 85%;
        margin: 12vw auto;
        display: block !important;
    }
    
    .cocoen.sidebyside.two {
        width: 100%;
    }
    /* .cocoen__drag {
        background: #bfbfbf;
        width: 0.6vw;
    }
    .cocoen__drag:before {
        background: url(../img/tech/circle_sidebyside.png) no-repeat center;
        background-size: cover;
        top: 30%;
        left: 50%;
        height: 7vw;
        width: 7vw;
        border: none;
        margin-left: -3vw;
        margin-top: -3vw;
    } */

    .cocoen__drag {
        background: #bfbfbf;
        width: 0.6vw;
    }
    .cocoen__drag:before {
        background: url(../img/tech/circle_sidebyside.png) no-repeat center;
        background-size: cover;
        top: 30%;
        left: 50%;
        height: 7vw;
        width: 7vw;
        border: none;
        margin-left: -3vw;
        margin-top: -3vw;
    }
    .tech-fifth h1 {
        font-size: 6.5vw;
        line-height: 8vw;
    }
    .tech-fifth h2 {
        margin-top: 2vw;
        font-size: 6vw;
    }
    .tech-fifth p {
        margin-top: 2vw;
        font-size: 4.5vw;
    }
    .tech-fifth .desc .icon {
        width: 340px;
        display: block;
    }
    .tech-fifth .desc.one {
        padding-left: 0;
    }
    .tech-fifth .desc.two {
        padding-right: 0;
        margin-top: -8vw;
    }
    .tech-fifth .desc {
        width: 100%;
    }
    .tech-fifth .desc .icon {
        width: 50vw;
        display: block;
        margin: 0 auto;
    }
    .tech-fifth .desc .num {
        height: 15vw;
        margin: -5vw 7vw 0 12vw;
    }
    .tech-fifth .desc h1 {
        font-size: 5.2vw;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
    .tech-fifth .desc p {
        font-size: 4.2vw;
        margin-top: 3vw;
    }
    .tech-fifth .desc.two .num {
        padding-top: 0;
    }
    .tech-fifth .desc.one .text {
        vertical-align: 70%;
    }
    .tech-fifth .desc.two .num {
        height: 15vw;
        margin: 0vw 4vw 0 5vw;
    }
    .tech-fifth .desc.three {
        padding-left: 0;
        margin-top: 0;
    }
    .tech-fifth .desc.three .num {
        height: 15vw;
        margin: 0vw 4vw 0 5vw;
    }
    .tech-fifth .desc.three .num {
        padding-bottom: 0;
        padding-left: 0;
    }
    .tech-fifth .desc.two .text {
        vertical-align: 50%;
    }
    .tech-fifth .desc.three .text {
        vertical-align: 25%;
    }
    .tech-fifth .desc.four {
        padding-right: 0;
        margin-top: 0;
    }
    .tech-fifth .desc.four .num {
        height: 15vw;
        margin: -5vw 4vw 0 5vw;
    }
    .tech-fifth .desc.four .num {
        padding-bottom: 0px;
        padding-left: 0;
    }
    .tech-fifth .desc.four .text {
        vertical-align: 30%;
    }
    .tech-fifth {
        margin-top: 15vw;
        overflow: hidden;
    }
    .tech-second .circle-oil.two {
        margin-top: 0;
    }
    .product-first h2 {
        font-size: 6vw;
    }
    .product-first h1 {
        font-size: 9vw;
        line-height: 5vw;
    }
    .container-product {
        padding-top: 12vw;
        background-size: 270vw;
    }
    .product-first img {
        width: 80vw;
        display: block;
        margin: 10vw auto;
    }
    .product-second {
        margin: 10vw auto -5vw;
    }
    .product-second h1 {
        font-size: 6vw;
    }
    .product-second .bt img {
        width: 35vw;
        margin: 2vw auto;
        padding: 0 1vw;
    }
    .product-second .productpic {
        width: 18vw;
        display: block;
        margin: 0 auto 4vw;
    }
    .product-second table {
        width: 100vw;
        margin: 0 auto;
    }
    .product-second .enginenum {
        height: 7vw;
        margin: 0 auto;
    }
    .product-second table h1 {
        font-size: 4.5vw;
    }
    .product-second p {
        margin-bottom: 1vw;
        font-size: 4.2vw;
        line-height: 4vw;
    }
    .product-second .more {
        width: 4.5vw;
    }
    .product-second .productinfo {
        padding-bottom: 6vw;
        width: 69%;
    }
    .product-second table {
        width: 90vw;
        margin: 0 auto;
    }
    .product-second #target_product {
        margin-bottom: 15vw;
    }
    .cat-first h1 {
        line-height: 1;
        font-size: 10vw;
    }
    .cat-first p {
        line-height: 0.8;
        font-size: 7.5vw;
        margin-top: 0;
    }
    .cat-first .car-list .car-cat p {
        font-size: 6vw;
        margin-top: 0;
    }
    .cat-first .car-list .car-cat {
        width: 44vw;
        margin-top: 4vw;
    }
    .cat-second h1 {
        font-size: 8vw;
    }
    .cat-second #target_product .bt.mobile {
        display: inline-block;
        width: 42%;
        margin: 0 auto;
    }
    .cat-second .bt img {
        width: 40vw;
        margin: 5vw auto;
        padding: 0 1vw;
    }
    .cat-second .btoil {
        text-align: center;
    }
    .cat-second table .productpic {
        width: 21vw;
        margin-right: 7vw;
    }
    .cat-second .productinfo h1 {
        margin: 4vw 3vw 0 0;
        font-size: 11vw;
        line-height: 8vw;
        text-align: left;
    }
    .cat-second table {
        width: 100%;
        margin-top: 25px;
    }
    .cat-second .productinfo h2 {
        margin-top: 5px;
        font-size: 6vw;
        line-height: 5.5vw;
        text-align: left;
    }
    .cat-second .productinfo p {
        margin-top: 5px;
        font-size: 5vw;
        line-height: 5vw;
        text-align: left;
    }
    .cat-second .productinfo .more {
        width: 6vw;
    }
    .cat-second .table {
        display: block;
        margin: 0 auto;
        width: 75%;
    }
    .cat-second .table .left {
        margin-top: 20px;
        padding-right: 0;
    }
    .cat-second table .productinfo {
        padding-top: 5px;
        text-align: left;
    }
    .cat-second {
        margin-top: 10vw;
    }
    .cat-first .car-list {
        margin: 5vw auto;
    }
    .container-category {
        background: url(../img/car/bg_main.jpg) no-repeat center top;
        background-size: 330vw;
        padding-top: 40vw;
    }
    .detail-first .product-detail {
        width: 100%;
    }
    .detail-first #product {
        width: 68%;
    }
    .detail-first {
        background: url(../img/product/bg_detail.jpg) no-repeat center;
        background-size: 100% 100%;
        width: 100%;
        height: 315vw;
        padding-top: 22vw;
    }
    .detail-first .sub-info {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        padding-left: 8vw;
    }
    .detail-first #car {
        position: absolute;
        width: 40vw;
        top: 72vw;
        bottom: 0;
        right: 9vw;
    }
    .detail-first .sub-info #oil-type {
        height: 6vw;
        margin: 0 5px;
    }
    .detail-first .sub-info #oil-name {
        margin: 1vw 0 2vw;
        height: 10vw;
    }
    .detail-first .sub-info h1 {
        line-height: 7vw;
        font-size: 8vw;
    }
    .detail-first .sub-info p {
        margin: 2vw 0 3vw;
        font-size: 5.5vw;
        line-height: 5.5vw;
    }
    .detail-first #info {
        width: 36vw;
        margin-bottom: 10px;
    }
    .detail-first .sub-info a {
        font-size: 4.5vw;
    }
    .cat-second .table .right {
        display: none;
    }
    #owl-demo .item img#sub-textone {
        display: block;
        width: initial;
        height: 7vw;
        margin-bottom: 5vw;
    }
    #owl-demo .item img#sub-texttwo {
        display: block;
        width: initial;
        height: 6vw;
        margin-bottom: 7vw;
    }
    .detail-first #owl-demo .item h1 {
        font-family: 'db_helvethaica_x55_regular';
        color: #404040;
        margin: 15px 0 5px;
        font-size: 6vw;
    }
    .detail-first #owl-demo .item p {
        font-family: 'db_helvethaica_x45_li';
        letter-spacing: 0.4px;
        color: #fff;
        font-size: 4vw;
        line-height: 4.3vw;
    }
    .detail-first #owl-demo .item li {
        position: relative;
        font-family: 'db_helvethaica_x45_li';
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.4px;
        color: #fff;
    }
    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 130vw;
    }
    .detail-first #owl-demo .item {
        padding: 9vw;
    }
    .detail-first #owl-demo .owl-controls .owl-page span {
        background: #ffffff;
    }
    .detail-first #owl-demo .owl-controls {
        text-align: left;
        margin-left: 7vw;
    }
    .detail-second h1 {
        font-size: 7vw;
    }
    .detail-second #slider .item #product-other {
        width: 17vw;
    }
    .detail-second #slider .item #oil-type {
        height: 3.5vw;
        padding-left: 3vw;
    }
    .detail-second #slider .item h2 {
        font-family: 'DB_Helvethaica_X_87_BlkCond';
        font-size: 6vw;
    }
    .detail-second #slider .item p {
        font-size: 4vw;
        line-height: 4vw;
    }
    .detail-second .btn.prev img,
    .detail-second .btn.next img {
        width: 4.5vw;
        -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
    }
    .owl-carousel {
        width: 80%;
    }
    .detail-second {
        width: 100%;
        height: 65vw;
        padding-top: 10vw;
    }
    .detail-second .btn.next {
        position: absolute;
        top: 19%;
        left: 3vw;
    }
    .detail-second .btn.prev {
        right: 3vw;
        position: absolute;
        top: 19%;
    }
    #slider .item {
        padding: 1vw 0px;
        margin: 2vw;
        text-align: center;
    }
    .detail-second .owl-theme .owl-controls {
        display: none !important;
    }
    .maps-first p {
        font-size: 7vw;
        line-height: 7vw;
    }
    .maps-first h1 {
        margin-top: 0px;
        font-size: 10.5vw;
        line-height: 7vw;
    }
    .wrapper-dropdown-1 {
        width: 65vw;
        padding: 3vw 5vw;
        height: 6vw;
        z-index: 4;
        line-height: 6.5vw;
        font-size: 5.5vw;
        margin: 4vw auto 1vw;
    }
    .container-maps {
        padding-top: 31vw;
    }
    .maplocator {
        width: 100%;
        height: 115vw;
    }
    .promotion-detail-first h1 {
        margin-top: 50px;
        font-size: 7.7vw;
    }
    .promotion-detail-second #sub {
        width: 85%;
        display: block;
        margin: 0 auto;
    }
    .promotion-detail-second .info {
        display: block;
        margin: 2vw auto;
        width: 85%;
    }
    .promotion-detail-second p,
    .promotion-detail-second li {
        font-size: 4.2vw;
        margin-left: 8vw;
    }
    .promotion-detail-second #condition {
        width: 40vw;
        display: block;
        margin: 7vw auto;
    }
    .promotion-detail-third h1 {
        font-size: 6.5vw;
    }
    .promotion-detail-third #slider {
        width: 75%;
        max-width: 1080px;
        margin: 0 auto;
    }
    .promotion-detail-third .btn.prev {
        right: 5%;
        position: absolute;
        top: 32%;
    }
    .promotion-detail-third .btn.prev img,
    .promotion-detail-third .btn.next img {
        width: 4vw;
    }
    .promotion-detail-third .btn.next {
        position: absolute;
        top: 32%;
        left: 5%;
    }
    .promotion-detail-third #slider .item h2 {
        margin-top: 3vw;
        font-size: 5.5vw;
    }
    .promotion-detail-third #slider .item p {
        margin-top: 1vw;
        font-size: 4.5vw;
        line-height: 4.6vw;
    }
    .terms h1 {
        font-size: 11vw;
    }
    .terms h2 {
        font-size: 6.5vw;
    }
    .terms h3 {
        font-size: 6.5vw;
    }
    .terms p {
        font-size: 4.5vw;
    }
    .promotion-detail-first {
        background-size: 180vw;
        padding-top: 32vw;
    }
    .promotion-detail-first #hightlight {
        margin: 0 auto 8vw;
    }
    .promotion-detail-first h1 {
        /*    width: 70%;*/
        margin: 0 auto;
    }
    .popup h3 {
        font-size: 12vw;
    }
    .fancybox-inner .popup {
        zoom: 0.48;
    }
    .wrapper-dropdown-1 .dropdown {
        max-height: 70vw;
    }
    .loading {
        width: 70%;
    }
    .loading-bg h1 {
        font-size: 7vw;
        margin-left: 37vw;
    }
    .container-privilege .video-selector {
        margin: 10px auto;
    }
    .container-privilege {
        margin-top: 32vw;
        height: 130vw;
    }
    .container-privilege .privilege-main {
        margin: 7vw auto;
    }
    .container-privilege .bt-bottom .bt-register {
        margin: 20px 8px;
        width: 44%;
    }
    .promotion-detail-second {
        width: 95%;
    }
    .promotion-second {
        margin: 0px auto;
    }
    .promotion-second h1 {
        font-size: 7vw;
    }
    .promotion-second .news {
        width: auto;
        display: block;
    }
    .promotion-second .news h2 {
        font-size: 3vw;
        margin-top: 5vw;
    }
    .promotion-second .news p {
        font-size: 3vw;
        line-height: 5vw;
        margin: 2vw auto 12vw;
    }
    .promotion-detail-second h2 {
        font-size: 5vw;
        margin: 6vw 4vw;
    }
}

/* ตัว container ของ dots */
.owl-dots {
    text-align: center;
    margin-top: 15px;
}

/* ปรับขนาดเป็นเส้นสีขาว */
.owl-dot span {
    display: inline-block;
    width: 20px;      /* ความยาวของขีด */
    height: 4px;      /* ความหนาของขีด */
    background-color: #fff; /* สีขาว */
    border-radius: 2px; /* มุมโค้งนิดหน่อย */
    margin: 0 5px;    /* ระยะห่างระหว่างขีด */
    transition: all 0.3s;
}

/* ขีดที่ active */
.owl-dot.active span {
    background-color: #fff; /* ถ้าอยากเปลี่ยนสี active ก็ปรับตรงนี้ */
    transform: scaleX(1.5); /* ทำให้ขีด active ยาวกว่าปกติ */
}


@media (max-width: 768px) {
  .banner {
    height: 70vw;  /* มือถือให้สูงขึ้น */
    background-position: center top; /* เลื่อนโฟกัสขึ้น */
  }
}


 /* รูปใหญ่ด้านบน */
.product-main-img {
  /* width: 250px; */
  height: auto;
  display: block;
  margin: 0 auto; /* จัดกึ่งกลาง */
   width: 364px;   /* ขนาดรูปเล็กเท่ากัน */
  height: 364px;  /* บังคับให้เท่ากัน */
  object-fit: contain; /* ป้องกันบิดรูป */
}

/* รูป thumbnail ด้านล่าง */
.product-thumb {
  /* width: 100px; */
  width: 100px;
  height: auto;
  display: block;
  margin: 10px auto; /* ให้มีช่องไฟสวยๆ */

   padding: 0.25rem;
  border: none;
  border-radius: 0.25rem;
  background: #fff;
}

/* รูปที่โชว์ใน modal */
.img-modal-big {
  width: 296px;
  max-width: 90%; /* กันกรณีจอมือถือเล็ก */
  height: auto;
  display: block;
  margin: 0 auto;
}
.img-square {
  width: 400px;        /* ขนาดกล่อง (กว้าง) */
  height: 400px;       /* ขนาดกล่อง (สูงเท่ากัน) */
  object-fit: contain; /* แสดงภาพเต็มในกรอบ square โดยไม่บิด */
  display: block;
  margin: 0 auto;      /* จัดให้อยู่กลาง */
}




/* จัด thumbnail ใต้รูปใหญ่ */
.thumbnail-row {
  display: flex;
  justify-content: center; /* จัดกลาง */
  gap: 5px;               /* ระยะห่างระหว่างรูป */
  margin-top: 10px;
}

.product-thumb {
  width: 160px;   /* ขนาดรูปเล็กเท่ากัน */
  height: 160px;  /* บังคับให้เท่ากัน */
  object-fit: contain; /* ป้องกันบิดรูป */
}

/* Responsive สำหรับมือถือ - thumbnail-row แสดง 2 รูปในแถวเดียว */
@media (max-width: 768px) {
  .thumbnail-row {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 15px !important;
    flex-wrap: nowrap !important;
  }
  
  .thumbnail-row .product-thumb {
    width: 140px !important;
    height: 140px !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 480px) {
  .thumbnail-row {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 10px !important;
    flex-wrap: nowrap !important;
  }
  
  .thumbnail-row .product-thumb {
    width: 140px !important;
    height: 140px !important;
    flex: 0 0 auto !important;
  }
}

.img-thumbnail {
  /* padding: 0.25rem; */
  border: none;
  /* border-radius: 0.25rem; */
  /* background: #fff; */
}



.product-box {
  flex: 1 1 20%;
  max-width: 20%;
  background-color: #f5f5f5; 
  border-radius: 6px;
  text-align: center;
  padding: 10px;
}
.product-box1 {
  flex: 1 1 20%;
  max-width: 10%;
  /* background-color: #f5f5f5;  */
  border-radius: 6px;
  text-align: center;
  padding: 10px;
}

.product-box img {
  width: 152px;
  height: 152px;
  object-fit: contain; /* ป้องกันรูปบิดเบี้ยว */
  border-radius: 6px;
}

.product-section2 {
  background-color: #f2f2f2; /* สีเทาอ่อน */
  padding: 20px;
  text-align: left;
  margin-top: 20px;
}

.product-section {
  background-color: #f2f2f2; /* สีเทาอ่อน */
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
.product-section1 {

  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.product-heading {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

/* .product-box img {
  max-width: 100%;
  height: auto;
} */

/* =========================
   Additional Mobile Responsive
========================= */
@media (max-width: 768px) {
    .header {
        padding: 0 10px;
    }
    
    .header #logo img {
        width: 350px;
        margin-right: 20px;
    }
    
    .bf-footer {
        height: auto;
        padding: 20px 0;
    }
    
    .bf-footer h1 {
        font-size: 20px;
    }
    
    .bf-footer p {
        font-size: 18px;
    }
    
    .footer {
        height: auto;
        padding: 20px 0;
    }
    
    .footer p {
        font-size: 16px;
        display: block;
        margin: 10px 0;
    }
    
    .footer #footer-logo {
        width: 180px;
        margin: 0 auto 15px;
    }
    
    .footer #footer-call {
        width: 150px;
        margin: 15px auto 0;
    }
    
    .container-main {
        padding-top: 60px;
        background-size: cover;
    }
    
    .tech-first {
        padding-top: 60px;
        width: 95%;
    }
    
    .tech-first h1 {
        font-size: 45px;
        line-height: 40px;
    }
    
    .tech-first h2 {
        font-size: 35px;
        margin-top: 30px;
    }
    
    .tech-first p {
        font-size: 24px;
        margin-top: 20px;
    }
    
    .tech-first p.sub {
        font-size: 20px;
        margin-top: 15px;
    }
    .thumbnail-row {
  display: flex;
  justify-content: center; /* จัดกลาง */
  gap: 15px;               /* ระยะห่างระหว่างรูป */
  margin-top: 10px;
}

.product-thumb {
  width: 160px;   /* ขนาดรูปเล็กเท่ากัน */
  height: 160px;  /* บังคับให้เท่ากัน */
  object-fit: contain; /* ป้องกันบิดรูป */
}
}

@media (max-width: 480px) {
    .header #logo img {
        width: 150px;
        margin-right: 10px;
    }
    
    .tech-first h1 {
        font-size: 35px;
        line-height: 30px;
    }
    
    .tech-first h2 {
        font-size: 28px;
        margin-top: 25px;
    }
    
    .tech-first p {
        /* font-size: 20px;
        margin-top: 15px; */
        font-size: 5.5vw;
        margin-top: 6vw;
    }
    
    .tech-first p.sub {
        font-size: 16px;
        margin-top: 10px;
    }
    
    .footer p {
        font-size: 14px;
    }
    
    .footer #footer-logo {
        width: 140px;
    }
    
    .footer #footer-call {
        width: 120px;
    }
    
    /* ปรับขนาดปุ่ม backButton ให้เล็กลงในมือถือ */
    #backButton {
        font-size: 12px !important;
        padding: 5px 10px !important;
        margin: 5px !important;
    }
    
    .thumbnail-row {
  display: flex;
  justify-content: center; /* จัดกลาง */
  gap: 15px;               /* ระยะห่างระหว่างรูป */
  margin-top: 10px;
}

.product-thumb {
  width: 160px;   /* ขนาดรูปเล็กเท่ากัน */
  height: 160px;  /* บังคับให้เท่ากัน */
  object-fit: contain; /* ป้องกันบิดรูป */
}
}

/* มือถือเล็ก (XS) */
@media (max-width: 575.98px) {
  /* CSS สำหรับมือถือ */
  
.product-first h2 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #7b7b7b;
    text-align: center;
}

.product-first h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 52px;
    color: #7b7b7b;
    line-height: 45px;
    text-align: center;
    padding-top: 15px;
}
.thumbnail-row {
  display: flex;
  justify-content: center; /* จัดกลาง */
  gap: 15px;               /* ระยะห่างระหว่างรูป */
  margin-top: 10px;
}

.product-thumb {
  width: 160px;   /* ขนาดรูปเล็กเท่ากัน */
  height: 160px;  /* บังคับให้เท่ากัน */
  object-fit: contain; /* ป้องกันบิดรูป */
}
}

/* แท็บเล็ต (SM) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* CSS สำหรับแท็บเล็ต */
  
.product-first h2 {
    font-family: 'db_helvethaica_x55_regular';
    font-size: 38px;
    color: #7b7b7b;
    text-align: center;
}

.product-first h1 {
    font-family: 'db_helvethaica_x65_med';
    font-size: 52px;
    color: #7b7b7b;
    line-height: 45px;
    text-align: center;
    padding-top: 15px;
}
}

.product-name {
text-align: center; 
margin: 15px auto 0 auto; 
color: #333; 
text-decoration: none; 
line-height: 1.4;
font-family: 'db_helvethaica_x55_regular'
}




/* Responsive Carousel Thumbnails */
@media (max-width: 768px) {
    /* Mobile: แสดง 1 รูปต่อ slide */
    .carousel-item .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product-thumb {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    
    /* ปรับขนาดลูกศร */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }
    
    /* จัดรูปภาพสำหรับมือถือ - รูปใหญ่แถวแรก รูปเล็ก 2 รูปแถวล่าง */
    .product-main-img {
        width: 100%;
        max-width: 300px;
        height: auto;
        display: block;
        margin: 0 auto 20px;
    }
    
    .thumbnail-row {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    
    .thumbnail-row .product-thumb {
        width: 140px;
        height: 140px;
        flex: 0 0 auto;
    }
    
    /* เส้นแบ่งให้เต็มจอสำหรับมือถือ */
    img[src*="line.jpg"] {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet: แสดง 2 รูปต่อ slide (เหมือนเดิม) */
    .product-thumb {
        width: 140px;
        height: 140px;
    }
}

@media (min-width: 1025px) {
    /* Desktop: แสดง 2 รูปต่อ slide (เหมือนเดิม) */
    .product-thumb {
        width: 160px;
        height: 160px;
    }
}

/* ปรับ carousel container ให้ responsive */
@media (max-width: 576px) {
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .product-main-img {
        width: 280px;
        height: 280px;
        margin: 0 auto 20px;
    }
    
    /* จัดรูปภาพสำหรับมือถือขนาดเล็ก - รูปใหญ่แถวแรก รูปเล็ก 2 รูปแถวล่าง */
    .thumbnail-row {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    
    .thumbnail-row .product-thumb {
        width: 130px;
        height: 130px;
        flex: 0 0 auto;
    }
    
    /* เส้นแบ่งให้เต็มจอสำหรับมือถือเล็ก */
    img[src*="line.jpg"] {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .col-md-3 {
        flex: 0 0 80%;
        max-width: 80%;
        margin: 0 auto;
    }
    
    .product-main-img {
        width: 320px;
        height: 320px;
    }
    
    /* จัดรูปภาพสำหรับ tablet - รูปใหญ่แถวแรก รูปเล็ก 2 รูปแถวล่าง */
    .thumbnail-row {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    
    .thumbnail-row .product-thumb {
        width: 150px;
        height: 150px;
        flex: 0 0 auto;
    }
    
    /* เส้นแบ่งให้เต็มจอสำหรับ tablet */
    img[src*="line.jpg"] {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        box-sizing: border-box !important;
    }
}

/* แก้ปัญหาตำแหน่ง header menu สำหรับมือถือเท่านั้น */
@media (max-width: 768px) {
    .container-promotion-detail {
        padding-top: 0 !important;
    }
}



/* Red Bar Above Footer */
.red-bar-footer {
    background-color: #dc3545;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin: 0;
    margin-bottom: -15px;
    font-family: 'db_helvethaica_x55_regular';
    font-size: 18px;
}

@media (max-width: 768px) {
    .red-bar-footer {
        height: 40px;
        font-size: 16px;
        margin-bottom: -15px;
    }
}

@media (max-width: 480px) {
    .red-bar-footer {
        height: 35px;
        font-size: 14px;
        margin-bottom: -15px;
    }
}



        /* Banner */
        .promo-banner {
            background: #c90000;
            color: #fff;
            padding: 30px 20px;
        }

        .promo-title {
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .promo-subtitle {
            font-size: 26px;
        }

        /* Product section */
        .product-wrapper {
            display: flex;
            justify-content: center;
            gap: 40px;
            padding: 40px 20px;
            background: #c90000;
        }

        .product-card {
            background: transparent;
            text-align: center;
            width: 260px;

        }

        .product-card img {
            width: 120px;
            margin-bottom: 15px;
        }

        /* Buttons */
        .btn {
            display: block;
            padding: 14px 16px;
            border-radius: 30px;
            margin: 8px auto;
            font-size: 18px;
            font-weight: bold;
            width: 220px;
            text-decoration: none;
        }

        .btn-yellow {
            background: #ffd84d;
            color: #000;
        }

        .btn-green {
            background: #2e9f62;
            color: #fff;
        }

        /* Footer */
        .footer {
            background: #0a8a4b;
            color: #fff;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
        }

        .callcenter {
            font-size: 26px;
            font-weight: bold;
        }
   