
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Kanit', sans-serif; */
    font-family: 'HelveticaNeueLTPro-BlkCn' !important;
    font-weight:900 !important;
    vertical-align: baseline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4 !important;
}

body {
    color: #002649 !important;
}



/* .koho {
    font-family: 'KoHo', sans-serif;
    font-weight: 500;
} */

a {
    color: #002649 !important;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none !important;
}

::-webkit-input-placeholder { /* Edge */
    font-size: .75rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    color:#ccc !important;
}
:-ms-input-placeholder { /* Internet Explorer */
    font-size: .75rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    color:#ccc !important;
}
::placeholder {
   font-size: .75rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    color:#ccc !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

html {
    scroll-behavior: smooth;
    ;
}

body {
    background-color: #ffffff !important;
}

.bg-main {
    background-color: #ffed00 !important;
}

.text-main {
    color: #ffed00 !important;
}

.text-white {
    color: #fff;
}

.rotate {

    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.ptb-content {
    padding: 5rem 0;
}

.bg-mainblue {
    background-color: #002649 !important;
}

.text-mainblue {
    color: #002649 !important;
}

.image-banner {
    position: relative;
    /* text-align: center; */
    color: white;
    /* vertical-align: middle; */
}

.youtube iframe {
    width: 100%;
    height: 600px;
}

.dropdown-menu {
    color: #002649 !important;
    background-color: #ebebeb !important;
    border: 0px solid rgba(0,0,0,.15) !important;
    border-radius: 0 !important;
    margin-left: -2rem !important;
}

.dropdown-menu.product-main-menu{
    color: #002649 !important;
    background-color: #ebebeb !important;
    border: 0px solid rgba(0,0,0,.15) !important;
    border-radius: 0 !important;
    margin-left: -8rem !important;
}

.dropdown-menu.sub-menu {
    margin-top: 0px !important;
    top: 0% !important;
    background-color: #fff !important;
    left: 100% !important;
    font-size: .9rem !important;
    color: #002649 !important;
    margin-left: 0 !important;
}

.dropdown-item {
    padding: 10px 1rem 0 1rem  !important;
    line-height: 2;
}

.dropdown-item:hover{
    color: #16181b;
    background-color: transparent !important;
    padding: 10px 1rem 0 0 !important;
    margin-left: 15px;
    text-decoration: none !important;
    border-bottom: 3px solid !important;
    border-image:   linear-gradient(to right, #002649 20%,#ebebeb 10%,#ebebeb 20%,#ebebeb 50%) 5;
    width: auto;
}
.dropdown-item:hover .product-menu-show{
    display: block !important;
}
.dropdown-item:hover .product-menu-show.height{
    height: -webkit-fit-content;
}
.dropdown-menu.sub-menu .dropdown-item:hover{
    color: #16181b;
    background-color: transparent !important;
    margin: 0 1rem;
    padding: 0.25rem 0;
    text-decoration: none !important;
    border-bottom: 3px solid !important;
    border-image:   linear-gradient(to right, #002649 20%,#fff 10%,#fff 20%,#fff 50%) 5;
    width: auto;
}
.type-name-hover {
    color: #002649 !important;
}
.type-name-hover:hover {
    color: #002649 !important;
    text-decoration: none;
}
.type-sub-name-hover{
    padding: 0.25rem 0;
    margin: 0 1rem;
}
.border-b {
    margin-bottom: .3rem;
    padding-top: 0.25rem;
    border-bottom: 3px solid !important;
    border-image:   linear-gradient(to right, #002649 50%,#fff 10%,#fff 20%,#fff 50%) 5;
    width: auto;
}
.gear-sub-menu {
    margin-bottom: 0;
    margin-top: .3rem;
    margin-left: .5rem;
    font-size: 14px;
}
.gear-sub-menu:hover a {
    padding-top: 0.25rem;
    margin: 0;
    border-bottom: 3px solid !important;
    border-image:   linear-gradient(to right, #002649 40%,#fff 10%,#fff 20%,#fff 50%) 5;
    width: auto;
}

.centered {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lefted {
    top: 10%;
}
.lefted h1{
    font-size: 5rem;
    line-height: 1 !important;
}

.bbb {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
    line-height: 0;
    /* border-radius: 0.25rem; */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bbb.mt {
    margin-top: -8rem;
}

.btn-read {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem;
    font-size: 1rem;
    line-height: 0;
}


.navbar-head {
    /* background: transparent;
    border: none; */
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}
.line-menu {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0px solid rgba(0,0,0,.1);
}
.active .line-menu{
    margin: 0 auto;
    border-top: 3px solid #002649 !important;
    width: 40%;
}

.nav-item.show .line-menu{
    margin: 0 auto;
    border-top: 3px solid #002649 !important;
    width: 40%;
}

.nav-item:hover .line-menu{
    margin: 0 auto;
    border-top: 3px solid #002649 !important;
    width: 40%;
}


.dropdown-menu {
    left: auto !important;
} 

.line-cate {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0px solid rgba(0,0,0,.1);
}
.active .line-cate{
    margin: 0 auto;
    border-top: 3px solid #fff !important;
    width: 40%;
}

.aaa {
    color: #ffffff !important;
}


.big-border {
    border-top: 50px solid #ffed00 !important;
    /* border-bottom: 50px solid #ffed00!important */
}

.owl-item>div {
    cursor: pointer;
    margin: 9px 10px;
    transition: margin 0.4s ease;
}

.owl-item.center>div {
    cursor: auto;
    margin: 0;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125) !important;
    border-radius: 0 !important;
}
.card-header:first-child {
    border-radius: 0 !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0px solid rgba(0,0,0,.125) !important;
}
.p-modal {
    padding: 2rem 20px;
}
.modal-pdpa-text {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    margin-top: 2rem;
}
.modal-pdpa-text a{
    font-family: 'HelveticaNeueLTPro-BlkCn';
}

.modal-content {
    border: 0px solid rgba(0,0,0,.2) !important;
}


/*decktop Extra large*/
@media (min-width: 1200px) {
    .dacktop-xl-ver {
        display: none;
    }

}

/*decktop Large*/
@media (min-width: 993px) and (max-width: 1199px) {
    .dacktop-lg-ver {
        display: none;
    }

}

/*decktop md*/
@media (min-width: 769px) and (max-width: 992px) {
    .dacktop-md-ver {
        display: none;
    }

}

/*ipad Medium*/
@media (min-width: 577px) and (max-width: 768px) {
    .ipad-ver {
        display: none;
    }


}


/*mobile*/
@media (min-width: 376px) and (max-width: 576px) {
    .mobile-ver {
        display: none;
    }

}

/*mobile xs*/
@media (max-width: 375.9px) {
    .mobile-xs-ver {
        display: none;
    }

}


.img-scroll {
    width: 500px;
    position: absolute;
    z-index: 1000;
    left: 500px;
}

.section {
    width: 200px;
    position: relative;
    z-index: 1000;
    /* width: 100%; */
    /* height: 100vh; */
    overflow: hidden;
    /* left: 500px; */
}

.section::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.section img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100;
    transform: scale(6) translate(-50vh);
}
.mt-1px {
    margin-top: 1px;
}

.box {
    width: 300px;
    height: auto;
    left: 50px;
    z-index: 100;
    text-align: center;
    margin-top: 6rem !important;
}
.icon-social{
    width: 25px;
}
.icon-social-ml{
    margin-left: 11px;
}
.icon-social-mr{
    margin-right: 11px;
}
.bg-homepage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-top: 9rem;
    height: 55rem;
}

.block-hero-slider-text {
    transform: rotate(-18deg);
}
.block-hero-slider-text.pt {
    padding-top: 10rem;
}
.block-hero-slider-text h1 {
    width: 100%;
    font-size: 10rem;
    color: #fff;
    line-height: .77 !important;
    display: flex;
    flex-direction: column;
}
.block-hero-slider-text h1 span.title_cover_left {
    align-self: flex-start;
}
.block-hero-slider-text h1 span {
    display: block;
    padding: 0 1rem;
    position: relative;
    margin: 0 0 20px 0;
}

.block-hero-slider-text h1 span.title_cover_left:after {
    content: '';
    background-color: #ffed00;
    height: 100%;
    width: 150vw;
    position: absolute;
    left: 0;
    transition: left .5s ease-in-out;
    transition-delay: 1s;
    will-change: left;
    margin-top: 0;
}
.block-hero-slider-text h1 span.title_cover_left.animate:after {
    left: 100%;
}
.block-hero-slider-text h1 span.title_cover_right {
    align-self: flex-end;
    margin: 0;
}
.block-hero-slider-text h1 span.title_cover_right.animate:before {
    right: 100%;
}
.block-hero-slider-text h1 span.title_cover_right:before {
    content: '';
    background-color: #ffed00;
    height: 100%;
    width: 150vw;
    position: absolute;
    right: 0;
    transition: right .5s ease-in-out;
    transition-delay: 1s;
    will-change: right;
    margin-top: 0;
}

.block-hero-slider-text h4 {
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 4rem;
}
.text-yellow {
    color: #ffed00!important;
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}
.line-separator.m { margin-top: 5rem;margin-bottom: 5rem;}
.line-separator .bg-yellow {
    background-color: #ffed00;
    height: 3rem;
    padding: .5rem 0;
}
.line-separator .bg-yellow h5{
    line-height: unset;
    color: #0a2649;
    margin-top: 5px;
}
.line-separator .text{
    line-height: unset;
    font-size: 6rem;
    margin: 2rem 0 1rem 0;
    color: #0a2649;
}
.righted span p{
    font-size: 1.1rem;
    font-weight: 300 !important;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}


.block-text {
    width: 100%;
    float: left;
    color: #002649;
    overflow: hidden;
}
.block-text.pt {
    padding-top: 10rem;
}
.block-text h2 {
    font-size: 3rem;
    color: #0a2649;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    line-height: .77 !important;
}
.block-text h2 span.title_cover_left {
    align-self: flex-start;
}
.block-text h2 span {
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.block-text h2 span.title_cover_left:after {
    content: '';
    background-color: #ffed00;
    height: 100%;
    width: 150vw;
    position: absolute;
    left: 0;
    transition: left .5s ease-in-out;
    transition-delay: .5s;
    will-change: left;
}
.block-text h2 span.title_cover_left.animate:after {
    left: 100%;
}
.block-text h2 span.title_cover_right {
    align-self: flex-end;
    margin: 0;
}
.block-text h2 span.title_cover_right.animate:before {
    right: 100%;
}
.block-text h2 span.title_cover_right:before {
    content: '';
    background-color: #ffed00;
    height: 100%;
    width: 150vw;
    position: absolute;
    right: 0;
    transition: right .5s ease-in-out;
    transition-delay: .5s;
    will-change: right;
}
.line-title.m { margin-top: 5rem;margin-bottom: 4rem;}
.bg-duckhams {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.bg-duckhams .row{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.view-product {
    display: none !important;
    border-bottom: 0px solid #002649 !important;
}
.card-body{
    padding: 1rem;
}
.card-body.product {
    height: 100px;
    padding: 0.8rem;
}
.card-body.product h5{
    font-size: .9rem;
    line-height: 1.4 !important;
}

.product-img {
    width: 100%;
}
.hover-product.special{
    width: 140px;
    margin: 9px 10px;
}
.special .ontop {
    z-index: 1;
    position: relative;
} 
.hover-product:hover .product-img {
    transform: scale(1.1);
}
.hover-product:hover .bg-mainblue {
    background-color: #ffed00 !important;
}
.hover-product:hover .view-product {
    display: block !important;
    border-bottom: 0px solid #002649 !important;
}
.hover-product:hover .card-body.product {
    height: auto;
    top: -4px;
}
.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}
button:focus {
    outline: none !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.footer .m {
    margin: 5rem;
}
.office {
    font-size: 1rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    line-height: 1.5 !important;
}
.footer-sub {
    font-size: .7rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}
.input-group-text {
    padding: 0.375rem 2rem !important;
    line-height: 1.4 !important;
}
input.empty,
label.l-search span {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    color: #7a7a7a;
    font-size: 12px;
    padding: 7px;
}

label.l-search {
  position: relative;
}
label.l-search>span {
  position: absolute;
  top: 0;
  left: 5px;
  cursor: auto;
  margin-top: 1px;
}
input.empty {
  position: relative;
}
input.empty:focus {
  z-index: 1;
}
.nav-link.aaa {
    font-size: 1rem !important;
    display: block;
    padding: 0.5rem 2rem !important;
}
.responsive-mb {
    display: none !important;
}
.responsive-pc {
    display: block !important;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent !important;
    padding: 0 !important;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar-light .navbar-toggler-icon{
    background-image: url(/img/bars-solid.svg) !important;
    width: 30px;
}
.cd{fill:#fff;}
.gg-map-office {
    width: 100%;
    height: 520px;
}
.pm-mb {
    padding: .5rem !important;
}
.font-size-contact {
    font-size: 1.5rem;
}
.show-p5-pc {
    display: flex !important;
}
.show-p5-mb {
    display: none !important;
}
.show-p3-pc {
    display: flex !important;
}
.show-p3-mb {
    display: none !important;
}
.bg-white {
    background-color: #fff;
}
.btn-close {
    border: unset;
    background: transparent;
}
.popup-global {
    padding: 2rem 6rem !important;
    height: 820px;
}
.mb-btn-close {
    margin-bottom: 5rem;
}
.popup-global h2 {
    font-size: 3rem !important;
}
.bg-contact-us {
    background: #f5f5f5;
}
.country_container img {
    width: 25px !important;
    margin-right: 10px;
}
.overflow-popup-global {
    height: 90vh;
    overflow: scroll;
}
.region_dropdown .btn-link {
    color: #002649 !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    font-family: 'HelveticaNeueLTPro-BlkCn';
    text-decoration: none !important;
    line-height: 1.4;
    padding: 12px 0;
}
.country_container a {
    color: #002649 !important;
    text-transform: uppercase;
    font-size: .9rem !important;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    text-decoration: none !important;
}
.region_wrapper.first {
    border-top: 1px solid #002649 !important;
}
.region_wrapper {
    border-bottom: 1px solid #002649 !important;
}
.region_wrapper .btn .down{
    right: 7rem;
    position: absolute;
    font-size: 20px;
}
.region_wrapper .btn .up{
   display: none;
}
.region_wrapper .btn.collapsed .up{
    display: inline-block;
    right: 7rem;
    position: absolute;
    font-size: 20px;
}
.region_wrapper .btn.collapsed .down{
    display: none;
}
.text-contact-us {
    margin: 2rem 0;
}
.text-contact-us span {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    color: #002649 !important;
    font-size: 18px;
}
.with_arrows.green {
    color: #89bd21 !important;
    margin-top: 2rem;
    text-decoration: none !important;
}
.with_arrows {
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 900;
    letter-spacing: 2px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
}
.with_arrows.green:after {
    transition: .6s;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #89bd21;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
}
.with_arrows.green:hover:after {
    width: 10%;
}
.close-mb {
    display: none;
}
.close-pc {
    display: inline-block;
}
.location-mb {
    display: none;
}
.location-pc {
    display: inline-block;
}
.title {
    font-size: 38px;
    color: #616161;
    font-style: italic;
    font-weight: 800;
}

.bg-timeline {
    padding-left:0px!important; 
    padding-right:0px!important;
    margin-top: 9rem;
    height:auto;
}
.swiper-slide {
    background-size: cover;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    top:auto !important;
    bottom: 0 !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -o-transform: translate(0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    margin-bottom: 5rem;
}
.about-banner h1 {
    font-size: 8rem;
    width: 50rem;
    color: #ffed00;
    padding: 5rem;
    margin: auto;
    text-align: center;
}

.about-content{
    padding: 5rem 0;
}

.about-content p{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #002649;
    margin-bottom: 0;
}

.brand-values01 h2 {
    font-size: 10rem;
    margin-top: -13px;
    margin-left: -8rem;
}
.brand-values02 h2 ,
.brand-values03 h2 {
    font-size: 10rem;
    margin-top: 4px;
    margin-left: -8rem;
}
.brand-values04 h2 {
    font-size: 10rem;
    margin-top: 4px;
    margin-left: -8rem;
}
.brand-values.content{
    font-size: 2.5rem;
    line-height: 1.4;
}
.brand-values.content p{
   margin-bottom: 0;
}
.brand-values-slide {
    margin-top: 2rem;
}
.brand-values-slide hr {
    border-top: 2px solid #fff;
    margin-top: -2.2rem;
    margin-left: 2rem;
    width: 22rem;
}
.brand-values-slide p {
    font-size: 1.2rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}
.about .owl-carousel .owl-nav button.owl-next, .about .owl-carousel .owl-nav button.owl-prev, .about .owl-carousel button.owl-dot,
.about .owl-carousel .owl-nav button.owl-next:hover, .about .owl-carousel .owl-nav button.owl-prev:hover, .about .owl-carousel button.owl-dot:hover {
    background: transparent !important;
    color: #fff !important;
}
.about .owl-prev, .about .owl-next {
    width: unset;
    height: unset;
    position: absolute;
    top: 79.4%;
    transform: translateY(0);
    display: block !important;
    border: 0px solid black;
}
.about .owl-prev {
    left: unset;
    right: 11%;
}
.about .owl-next {
    right: 8%;
}
.mt-brand-values-slide {
    margin-top: -5rem;
}
.ceo-content p {
    font-size: 2rem;
    line-height: 1.4;
    color: #002649;
}
.ceo-content h5 {
    font-size: 16px;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    color: #002649;
}
.bg-vdo-centent {
    background-image: url('/img/About/Value/PNG/BG.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-top: 3rem;
}
@keyframes zoom-in {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(2);
    }
}
.ceo-content hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 3rem solid #ffed00;
}
.youtube-title {
    font-size: 2rem;
    width: 20rem;
    color: #002649;
    line-height: 1.4;
}
.youtube-des p {
    font-size: 1.2rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    color: #002649;
    line-height: 1.4;
    margin-bottom: 0;
}
.full-story {
    margin-top: 9.5rem;
}
.full-story iframe {
    height: 80vh;
    width: 100%;
}
.product h1 {
    font-size: 8rem !important;
    width: auto !important;
    color: #ffed00 !important;
    padding: 5rem 0rem !important;
    margin: auto !important;
    text-align: center !important;
    line-height: 1.4 !important;
}
.title-type {
    font-size: 4rem;
    line-height: 1.4;
}
.title-type p{
    margin-bottom: 0 !important;
}
.des-type ul li {
    font-size: 1.2rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}
.nav-link-menu h5 {
    font-size: 1rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}
.tab-content.bg {
    background-image: url(/banner/pattern.png);
    background-repeat: no-repeat;
    background-position: left 0% top 250px;
    background-size: 35%;
    margin-top: 3rem;
}
.product-detail h3 {
    font-size: 2.5rem;
}
.product-detail h5 {
    font-size: 1rem;
}

.product-detail select {
    padding: 10px 5px 5px 40px;
    appearance: auto;
    -webkit-appearance: borderless-attachment;
    border-radius: 0;
    border: 0px solid black;
    background: white;
    z-index: 1;
    width: 100%;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    margin-bottom: 0;
    color: #002649;
}

.product-detail .img-select {
    position: relative;
}

.product-detail .img-option {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 5px;
    z-index: 2;
}

.product-detail .img-option--this-logo {
    background:url('/img/png/icon-oil.png') no-repeat;
    background-size: 23px;
}

.product-detail .img-option--that-logo {
    background:url('/img/png/icon-oil.png') no-repeat;
    background-size: 23px;
}

.product-detail .detail p{
    font-size: 1rem;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}
.icon-png {
    width: 20px;
}
.product p {
    margin-bottom: 0;
    text-align: center;
    font-size: .75rem;
    line-height: 1.4;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 1 !important;
    transition: opacity .4s ease;
}
.product-detail hr {
    border-top: 1px solid #002649;
}
.product-detail-bottom {
    border-top: 1px solid #002649;
    margin: 5rem 0;
}

.news h5 {
    font-size: 1rem;
}
.color-green {
    color: #89bd21 !important;
}
.color-gray {
    color: #898d8d !important;
}
.news .des {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    line-height: 1.5 !important;
}
.news .des p{
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    line-height: 1.5 !important;
}
.news a.title-news:hover {
    text-decoration: underline !important;
}
a.title-page:hover {
    text-decoration: underline !important;
}
.contact-us-css h4 {
    font-size: 1.5rem;
}
.office a {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}
.work-with-us h2 {
    font-size: 3rem;
    line-height: 1.4 !important;
}
.work-with-us ul li {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    margin-left: 1rem;
    font-size: 1.2rem;
}
.content3 h5 {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    font-size: 1rem;
}
.content3 p {
    font-size: 1.8rem;
}
.work-img {
    width: auto;
}
.content3-bg {
    padding:100px
}
.bg-join-us {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,237,0,1) 50%);
    margin-bottom: 5rem;
}
.text-join h3 {
    font-size: 2rem;
}
.text-join h4 {
    font-size: 1.5rem;
}
.text-join h5 {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    font-size: 1rem;
    line-height: 1.5 !important;
}
.text-join h5.from {
    font-family: 'HelveticaNeueLTPro-BlkCn';
    font-size: 1rem;
    line-height: 1.5 !important;
}
.join-form input {
    border: 0;
    height: 35px;
    width: inherit;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}
.join-form textarea {
    border: 0;
    width: inherit;
}
.join-form input.border-bottom,.join-form textarea.border-bottom{
    border-bottom: 2px solid #dee2e6!important;
}
.join-form input:focus-visible ,.join-form textarea:focus-visible{
    border: 0;
    border-bottom: 2px solid #ffed00 !important;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #d4edda !important;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0 !important;
}
.mb-contact {
    padding: 3rem !important;
}
.q-n-a h4 {
    font-size: 1rem;
    line-height: 1.5 !important;
}
.q-n-a p, .q-n-a h5 {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5 !important;
}
.hover-product.special-search {
    width: auto;
    margin: 20px 0;
}
.dropdown-pc.d-flex {
    display: flex !important;
}
.dropdown-mb.d-flex {
    display: none !important;
}
.l-search input {
    width: 408px !important;
}
.l-email {
    width: 322px !important;
}
.l-email input {
    border-radius: 0;
}
.contact-m-last {
    margin-left: 16px;
}
.sitemap h2 {
    font-size: 18px;
}
.sitemap h3 a{
    font-size: 16px;
    margin-left: 10px;
}
.sitemap h4 a{
    font-size: 16px;
    margin-left: 20px;
}
.sitemap h5 a{
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    font-size: 14px;
    margin-left: 30px;
}
.select_position {
    border: 2px solid #dee2e6;
    font-size: 13px;
    font-family: 'HelveticaNeueLTPro-Cn' !important;
    height: 40px;
    padding-top: 5px;
    width: 100%;
}
.page-popup-global {
    display: none;
}
.page-popup-global.show{
    display: block;
}
option {
    font-family: 'HelveticaNeueLTPro-Cn' !important;
}
@media (min-width: 2000px) {
    .bg-homepage {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 9rem;
        height: 100vh;
    }
    .block-hero-slider-text.pt {
        padding-top: 30vh;
    }
    .bg-duckhams {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .footer .m {
        margin: 3rem;
    }
}
@media (max-width: 1664px) {
    .footer .m {
        margin: 4rem;
    }
    .input-group-text {
        padding: 0.2rem 2rem !important;
    }
    .mt-1px {
        margin-top: 1px;
    }
}

@media (max-width: 1620px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1368px) {
}

@media (max-width: 1366px) {
    .box {
        width: 270px !important;
    }
    .mt-1px {
        margin-top: 1px;
    }
}
@media (max-width: 1280px) {
    .box {
        width: 250px !important;
        margin-top: 5rem !important;
    }
    .box img{
        width: 190px;
    }
    .footer .m {
        margin: 4rem;
    }
    .card-body.product {
        height: 90px;
    }
    .nav-link.aaa {
        font-size: 1rem !important;
        display: block;
        padding: 0.5rem 1.9rem !important;
    }
}
@media (max-width: 1200px) {
    .product h1 {
        font-size: 7rem !important;
    }
    .title-type {
        font-size: 3rem;
    }

}
@media (max-width: 1024px) {
    .box {
        width: 180px !important;
    }
    .bg-homepage {
        background-position: unset;
        background-size: cover;
        margin-top: unset;
        height: 100vh;
    }
    .block-hero-slider-text.pt {
        padding-top: 40rem;
    }
    .block-hero-slider-text h1 {
        width: 80%;
        font-size: 7rem;
    }
    .overflow-hidden {
        overflow-x: hidden;
    }
    .nav-link.aaa {
        font-size: .9rem !important;
        display: block;
        padding: 0.5rem 1.1rem !important;
    }
    .gg-map-office {
        width: 100%;
        height: 580px;
    }
    .col-mb {
        display: none !important;
    }
    .show-p5-pc {
        display: none !important;
    }
    .show-p5-mb {
        display: block !important;
    }
    .brand-values-slide hr {
        width: 17rem;
    }
    .brand-values.content {
        font-size: 2rem;
    }
    .about .owl-prev, .about .owl-next {
        top: 75.7%;
    }
    .contact-m-last {
        margin-left: 65px;
    }
    .dropdown-pc.d-flex {
        display: none !important;
    }
    .dropdown-mb.d-flex {
        display: flex !important;
        padding-left: 20px;
    }
    .nav-mb-style.dropdown-menu.product-main-menu {
        color: #002649 !important;
        background-color: #ffffff !important;
        border: 0px solid rgba(0,0,0,.15) !important;
        border-radius: 0 !important;
        margin-left: 0rem !important;
    }
    .nav-mb-style.dropdown-item:hover {
        color: #16181b;
        background-color: transparent !important;
        padding: 10px 1rem 0 0 !important;
        margin-left: 15px;
        text-decoration: none !important;
        border-bottom: 0px solid !important;
        border-image: linear-gradient(to right, #002649 20%,#ebebeb 10%,#ebebeb 20%,#ebebeb 50%) 5;
        width: auto;
    }
    .nav-mb-style.dropdown-menu.sub-menu {
        margin-top: 0px !important;
        top: 0% !important;
        background-color: #fff0 !important;
        left: 100% !important;
        font-size: .9rem !important;
        color: #002649 !important;
        margin-left: 0 !important;
    }
    .product-detail h3 {
        font-size: 2rem;
    }
}
@media (max-width: 991px) {
    .block-hero-slider-text.pt {
        padding-top: 35vh;
    }
    .active .line-menu {
        margin: 0;
        border-top: 3px solid #002649 !important;
        width: 30px;
    }
    .nav-item:hover .line-menu {
        margin: 0;
        border-top: 3px solid #002649 !important;
        width: 30px;
    }
    .navbar-nav.responsive-mb {
        display: flex !important;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
    }
    .icon-social {
        width: 35px;
    }
    .cd{fill:#002649;}
    .block-hero-slider-text h1 {
        width: 90%;
        font-size: 6rem;
    }
    .block-hero-slider-text h4 {
        font-size: 3rem;
    }
    .line-separator .text {
        font-size: 5rem;
    }
    .lefted h1 {
        font-size: 4rem;
    }
    .block-text h2 {
        font-size: 2rem;
        line-height: 0.9 !important;
    }
    .nav-link.aaa {
        font-size: .7rem !important;
        padding: 0.5rem 0.8rem !important;
    }
    .box img {
        width: 150px;
    }
    .form-inline .custom-select, .form-inline .input-group {
        width: 400px !important;
        margin-bottom: 2rem;
    }
    .col-mb-bottom {
        margin-bottom: 1rem;
    }
    .responsive-mb {
        display: block !important;
    }
    .responsive-pc {
        display: none !important;
    }
    .close-mb {
        display: inline-block;
    }
    .close-pc {
        display: none;
    }
    .popup-global {
        height: auto;
    }
    .location-mb {
        display: inline;
    }
    .location-pc {
        display: none;
    }
    .bg-timeline {
        margin-top: 3rem;
    }
    .brand-values01 h2 {
        font-size: 10rem;
        margin-top: -13px;
        margin-left: -30px;
    }
    .brand-values02 h2 ,
    .brand-values03 h2 {
        font-size: 10rem;
        margin-top: 4px;
        margin-left: -30px;
    }
    .brand-values04 h2 {
        font-size: 10rem;
        margin-top: 4px;
        margin-left: -30px;
    }
    .brand-values-slide {
        margin-left: 17%;
    }
    .mt-brand-values-slide {
        margin-top: 0;
    }
    .ptb-content {
        padding: 0 0 5rem 0;
        margin-left: 15% !important;
    }
    .about .owl-prev, .about .owl-next {
        top: 88.6%;
    }
    .about .owl-prev {
        left: unset;
        right: 29%;
    }
    .about .owl-next {
        right: 24%;
    }
    .brand-values.content {
        height: 17rem;
    }
    .about-banner h1 {
        font-size: 6rem;
        width: 40rem;
    }
    .about-banner {
        margin-top: 4.5rem !important;
    }
    .about-content p {
        font-size: 1rem;
    }
    .youtube iframe {
        width: 100%;
        height: 400px;
    }
    .brand-values-slide hr {
        width: 12.8rem;
    }
    .full-story {
        margin-top: 4.5rem;
    }
    .product h1 {
        font-size: 6rem !important;
    }
    .title-type {
        font-size: 3rem;
    }
    .product-detail h3 {
        font-size: 2rem;
    }
    .work-img {
        width: 100%;
    }
    .work-with-us .bg-main {
        padding-left: 25%;
    }
    .bg-join-us {
        background: linear-gradient(180deg, rgba(255,255,255,1) 51%, rgba(255,237,0,1) 49%);
        margin-bottom: 5rem;
    }
    .mb-join {
        margin-bottom: 5rem;
    }
    .mb-contact {
        padding: 3rem 0 !important;
    }
    .dropdown-menu {
        background-color: #ffed00 !important;
    }
    .dropdown-menu.show {
        padding-left: 2rem;
    }
}
@media (max-width: 834px) {
    .block-hero-slider-text.pt {
        padding-top: 45vh;
    }
    .box {
        width: 150px !important;
    }
    .footer .m {
        margin: 2rem;
    }
    .gg-map-office {
        height: 400px;
    }
    .box {
        width: 140px;
    }
    .box img {
        width: 140px;
    }
    .product h1 {
        font-size: 5rem !important;
    }
    .des-type {
        margin-left: 10%;
    }
}
@media (max-width: 820px) {
    .gg-map-office {
        height: 420px;
    }
}
@media (max-width: 768px) {
    .about-banner h1 {
        font-size: 3rem;
        width: 25rem;
    }
    .ptb-content {
        margin-left: 0% !important;
    }
    .brand-values-slide hr {
        width: 11.8rem;
    }
    .about .owl-prev, .about .owl-next {
        top: 86.6%;
    }
    .youtube-title {
        font-size: 2rem;
        width: 100%;
        line-height: 2;
        text-align: center;
    }
    .youtube-des p {
        text-align: center;
    }
    .product h1 {
        padding: 4rem 0rem !important;
    }
}

@media (max-width: 600px) {
    .block-hero-slider-text h1 {
        width: 95%;
        font-size: 5rem;
    }
    .block-hero-slider-text h4 {
        font-size: 2rem;
    }
    .line-separator .text {
        font-size: 4rem;
    }
    .nav-link.aaa {
        font-size: .5rem !important;
    }
    .mt-col-mb {
        margin-top: -10px;
    }
    .box,.box img {
        width: 100px !important;
    }
    .font-size-contact {
        font-size: 1.3rem;
    }
    .hover-product.special {
        width: 100px;
        margin: 9px 10px;
    }
    .card-body.product h5,.product p {
        font-size: .6rem;
    }
    .card-body.product {
        padding: 0.5rem;
    }
    .product h1 {
        font-size: 4rem !important;
        padding: 4rem 0rem !important;
    }
    .title-type {
        padding-bottom: 2rem;
        text-align:center;
    }
    .tab-content.bg {
        background-size: 90%;
    }
    .work-with-us .bg-main {
        padding-left: 13%;
    }
    .content3 p {
        font-size: 1.5rem;
    }
    .content3.work-with-us h2 {
        font-size: 2rem;
        line-height: 1.4 !important;
    }
    .bg-join-us {
        background: linear-gradient(180deg, rgba(255,255,255,1) 59%, rgba(255,237,0,1) 41%);
        margin-bottom: 5rem;
    }
    .contact-m-last {
        margin-left: 0;
    }
   
}
@media (max-width: 599px) {
    .show-p3-pc {
        display: none !important;
    }
    .show-p3-mb {
        display: block !important;
    }
}
@media (max-width: 540px) {
    .block-hero-slider-text h1 {
        width: 80%;
        font-size: 4rem;
    }
    .line-separator .text {
        font-size: 3rem;
    }
    .line-separator .bg-yellow h5 {
        font-size: 1.1rem !important;
    }
    .nav-link.aaa {
        font-size: 1rem !important;
    }
    .owl-item>div {
        margin: 9px 0px;
        padding: 5px;
    }
    .owl-prev {
        left: -5px;
    }
    .owl-next {
        right: -5px;
    }
    .about .owl-prev, .about .owl-next {
        top: 84.6%;
    }
    .brand-values01 h2, .brand-values02 h2, .brand-values03 h2, .brand-values04 h2 {
        font-size: 7rem;
    }
    .content3-bg {
        padding:80px 0;
    }
    
}
@media (max-width: 504px) {
    .brand-values-slide hr {
        width: 10.2rem;
    }
    .about .owl-prev, .about .owl-next {
        top: 84%;
    }
    .ceo-content p {
        font-size: 1rem;
    }
    .youtube-title {
        font-size: 1rem;
    }
    .youtube-des p {
        font-size: 1rem;
    }
}
@media (max-width: 432px) {
    .box, .box img {
        width: 80px !important;
    }
    .block-hero-slider-text h1 {
        width: 85%;
        font-size: 3.5rem;
    }
    .bbb.mt {
        margin-top: -8rem;
    }
    .block-hero-slider-text h4 {
        font-size: 1.8rem;
    }
    .lefted h1 {
        font-size: 3.6rem;
    }
    .nav-link.aaa {
        padding: 0.5rem 1.5rem !important;
    }
    input.empty {
        width: 200px !important;
    }
    .pm-mb {
        padding: 4px !important;
    }
    .youtube iframe {
        height: 270px;
    }
    .brand-values-slide hr {
        width: 8rem;
    }
    .ptb-content {
        padding: 0 0 3rem 0;
    }
    .about .owl-prev, .about .owl-next {
        top: 86%;
    }x
    .about .owl-next {
        right: 22%;
    }
    .brand-values.content {
        font-size: 1.8rem;
    }
    .product h1 {
        font-size: 3rem !important;
        padding: 4rem 0rem !important;
    }
    .title-type {
        font-size: 2rem;
    }
    .des-type ul li {
        font-size: 1rem;
    }
}

@media (max-width: 428px) {
    .box, .box img {
        width: 75px !important;
    }
    .about .owl-prev, .about .owl-next {
        top: 85.8%;
    }
    .work-with-us h2 {
        font-size: 2.5rem;
    }
    .work-with-us ul li {
        font-size: 1rem;
    }
    .work-with-us .bg-main {
        padding-left: 5%;
    }
}
@media (max-width: 414px) {
    .block-hero-slider-text h1 {
        width: 88%;
        font-size: 3.5rem;
    }
    .bbb {
        padding: 1.2rem 1rem;
        font-size: 1rem;
    }
    .block-hero-slider-text h4 {
        font-size: 1.7rem;
    }
    .nav-link.aaa {
        padding: 0.5rem 0.7rem !important;
        font-size: .8rem !important;
    }
    .brand-values-slide hr {
        width: 7.5rem;
    }
    .about .owl-prev, .about .owl-next {
        top: 85.7%;
    }
    .brand-values.content {
        font-size: 1.7rem;
    }
    .product-detail-bottom {
        display: none;
    }
}
@media (max-width: 400px) {
    .block-hero-slider-text h1 {
        width: 83%;
        font-size: 3rem;
    }
    .line-separator .text {
        font-size: 2.8rem;
    }
    .lefted h1 {
        font-size: 3.5rem;
    }
    .about-banner h1 {
        font-size: 2.5rem;
        width: 23rem;
    }
    .brand-values-slide hr {
        width: 7rem;
    }
    .about .owl-prev, .about .owl-next {
        top: 85.35%;
    }
    .bg-join-us {
        margin-bottom: 3rem;
    }
}
@media (max-width: 393px) {
    .brand-values.content {
        font-size: 1.6rem;
    }
    .brand-values-slide {
        margin-left: 0%;
    }
    .brand-values-slide hr {
        width: 10rem;
    }
    .about .owl-next {
        right: 13%;
    }
    .about .owl-prev {
        left: unset;
        right: 21%;
    }
    .brand-values-slide hr {
        width: 11.6rem;
    }
    .content3 p {
        font-size: 1.1rem;
    }
}
@media (max-width: 384px) {
    .box, .box img {
        width: 70px !important;
        margin-top: 3rem !important;
    }
    .brand-values-slide hr {
        width: 11.2rem;
    }
    .about .owl-prev, .about .owl-next {
        top: 85%;
    }
}
@media (max-width: 375px) {
    .block-text h2 {
        font-size: 1.5rem;
    }
    .block-hero-slider-text h1 {
        width: 85%;
    }
    .lefted h1 {
        font-size: 3rem;
    }
    .box, .box img {
        width: 70px !important;
        margin-top: 1rem !important;
    }
    .brand-values.content {
        font-size: 1.5rem;
    }
    .brand-values-slide hr {
        width: 11rem;
    }
}
@media (max-width: 360px) {
    .line-separator .text {
        font-size: 2.5rem;
    }
    .block-hero-slider-text h1 {
        width: 85%;
        font-size: 2.9rem;
    }
    .block-hero-slider-text h1 span {
        padding: 0 0.5rem;
    }
    .brand-values-slide hr {
        width: 10rem;
    }    
    .brand-values.content {
        font-size: 1.43rem;
    }
    .about .owl-prev, .about .owl-next {
        top: 84.5%;
    }
    .about-banner h1 {
        font-size: 2.2rem;
        width: 21rem;
    }
    .work-with-us .bg-main {
        padding-left: 0%;
    }
    .content3 p {
        font-size: 1rem;
    }
}
@media (max-width: 320px) {
    .block-hero-slider-text h1 {
        width: 85%;
        font-size: 2.5rem;
    }
    .block-hero-slider-text h1 span {
        margin: 0 0 10px 0;
    }
    .about-banner h1 {
        font-size: 2rem;
        width: 19rem;
    }
    .brand-values.content {
        font-size: 1.15rem;
    }
    .brand-values.content {
        height: 12rem;
    }
    .brand-values-slide hr {
        width: 8rem;
    }
    .about .owl-prev, .about .owl-next {
        top: 81.5%;
    }
    .work-with-us h2 {
        font-size: 2rem;
    }
    .content3.work-with-us h2 {
        font-size: 1.7rem;
    }
    
}


/* dropdown ซ้อน (ชั้น 2 → 3) */
.dropdown-submenu {
    position: relative;
}

/* เมนูชั้นถัดไปเด้งไปขวา */
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
}

.dropdown-submenu:hover .product-submenu-show{
    display: block !important;
}
.dropdown-submenu:hover .product-submenu-show.height{
    height: -webkit-fit-content;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-submenu .dropdown-pc {
    padding: 10px 1rem 0 1rem !important;
    line-height: 2;
}

.dropdown-menu-industry {
    left: 50% !important;
}

.dropdown-mb-menu{
    display:none;
}

.dropdown-indusrty.active + .dropdown-mb-menu{
    display:block;
}

.dropdown-indusrty-pc {
    display: flex !important;
}

.dropdown-indusrty-mb {
    display: none !important;
}

/* รองรับ mobile */
@media (max-width: 991.98px) {
    .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 100%;
    }

    .dropdown-item:hover .product-menu-show.pc {
       display: none !important;
    }

    .dropdown-indusrty-pc {
        display: none !important;
    }

    .dropdown-indusrty-mb {
        display: flex !important;
    }
}

