@import url('common.css');
.bg-contactwith-us {
    color: #005BAA;
}
.product-batt-name {
    padding-right: 25px;
}
.btn-drop-gs {
    background-color: #fff;
    border: 1px solid #005BAA;
    padding: 10px;
}

.mr-top-drop {
    margin-top: 10px !important;
}
.pd-l-btn{
    margin-right: 15px;
}
.pd-text{
    padding: 0px 10px;
}
.bg-new-product {
    background-color: #00B6F1;
    color: #fff;
    padding: 12px;
    width: 94px;
    text-align: center;
    position: absolute;
}
.mt-12{
    margin-top: 12px;
}
.mrt-top{
    margin-top: 102px;
}
.img-typebatt {
    height: 35px;
}

.bg-contactwith-us a {
    color: #005BAA;
}

.icon-size-social {
    font-size: 24px;
    padding: 5px;
    color: #005BAA;
}

.p-col-home-l {
    padding-left: 0px;
    padding-right: 5px;
}

.p-col-home-r {
    padding-left: 5px;
    padding-right: 0px;
}

.img-cover-career {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 365px;
    width: 100%;
}

.detail-news {
    margin-top: 20px;
}

.box-bg-product:hover .img-product-batt {
    opacity: 0.5;
}

.box-news-list {
    margin-bottom: 20px;
}

.box-news-list:hover .title-news-2 {
    color: #005BAA;
}

.box-news-list:hover .hover-image-new {
    opacity: 0.25;
    transition: all 0.2s;
}

.box-new-act:hover .hover-image-new {
    opacity: 0.25;
    transition: all 0.2s;
}

.box-new-act:hover .title-news {
    color: #005BAA;
}

.hover-image-new {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}
.title-our-h-text {
    font-family: 'Kanit', sans-serif;
    color: #005BAA;
    font-size: 35px;
    font-weight: 500;
}
.sub-our-text {
    font-family: 'Kanit', sans-serif;
    color: #646464;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}

.border-bottom-new {
    width: 68px;
    height: 4px;
    background: #005BAA;
    background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
    background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
    background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
    background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
    background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
}

.main-menu-header {
    color: #005BAA;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    cursor: pointer;
}

.main-menu-header:hover {
    color: #00B6F1;
}

/* .nav-desk-top .main-menu-header {
    position: relative;
    padding: 8px 0;
    transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
    color: #00B6F1;
}

.nav-desk-top .main-menu-header::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #00B6F1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}

.nav-desk-top .main-menu-header:active::before {
    background-color: #fff;
    border-radius: 4px;
}

.nav-desk-top .main-menu-header:hover::before,
.main-menu-header:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
} */

.ma-gin-l {
    margin-right: 11px;
}
.m-t-20{
    margin-top: 20px;
}
.line-b-eng{
    width: 2px;
    height: 46px;
    background-color:#005BAA;
    margin: 0 5px;
}
.box-chage-lang{
 display:flex;
}
.m-cen-box{
    margin:auto;
}

.ma-gin-l-en {
    margin-right: 30px;
}

.title-news-2 {
    font-size: 20px;
    height: 80px;
    overflow: hidden;
    margin-top: 15px;
}

.bg-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

.bg-img-waranty{
    display: block;
    position: relative;
}
.bg-img-waranty::before{
    height: 384px;
    width: 392px;
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-color: gray;
    clip-path: polygon(100% 0, 0 1%, 0 98%);
    opacity: 0.2;
}

.bg-img-waranty::after{
    height: 373px;
    width: 389px;
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    background-color: gray;
    opacity: 0.2;
    clip-path: polygon(100% 45%, 44% 100%, 100% 100%);

}
.bg-mobile-cover{

    background-image: url(../images/Iphone.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 529px;
    width: 264px;
    margin-top: 70px;
    padding: 7px 11px;
    border-radius: 46px;
    -webkit-box-shadow: 34px 47px 122px -47px rgb(0 0 0 / 75%);
    -moz-box-shadow: 34px 47px 122px -47px rgba(0,0,0,0.75);
    box-shadow: 34px 47px 122px -47px rgb(0 0 0 / 75%);

}

.bg-mobile-cover img{
    height: 100%;
    border-radius: 20px;
}


/* line 122, ../sass/main.scss */

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.f-sub{
    font-size: 16px;
}
.colr1-f{
color: #005BBA;
}
.colr2-f{
 color: #00B6F1;
}
.f-title{
    font-size: 36px;
}
.f-s-m-solution{
    font-size: 20px;
}
.sty-f{
    font-style: italic;
}
.bold-f{
    font-weight: bold;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
  }
.box-content-warranty{
    position: relative;
    height: 500px;
    margin-bottom: 80px;
}
.box-in-re{
    position: relative;
}
.box-row-col{
    margin-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mt-top{
    margin-top: 10px;
}
.pd-icon-arr{
   margin: auto;
}
.item-box-warr{
    display:flex;
    padding: 10px 2px;
}
.f-icon{
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
}
.color-red{
    color:#E50019;
}
.color-gray{
    color:#707070;
}
.item-box-s-icon{
    height: 144px;
    width: 144px;
    display: block;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    
}
.box-img{
    display: flex;
    text-align: center;
}
.item-box-s-icon.active{
    border: 3px solid #00B6F1;
    width: 147px;
    height: 147px;
}
.item-box-s-icon.active.f-icon{
    color: #00B6F1;
}
.icon-img{
    height: 90px;
    margin: auto;
    padding: 14px 0;
    width: auto !important;
}
.gm-style-iw-a{
    padding: 0px !important;
}
.box-show-info{
    padding: 10px;
}
.box-title{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    font-style: italic;
}
.color-bule{
    color: #005BBA;
}
.box-sub{
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    font-style: italic;
}

.box-call-138{
    position: fixed;
    top: 380px;
    right: 16px;
}
.box-call-icon-138{
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background-color: #E50019;
    color: #ffffff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    text-align: center;
    padding: 9px;
    font-weight: bold;
    cursor: pointer;
    
}
.box-call-icon-138 i{
    color: #ffffff;

}

.middle-text {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: left;
    vertical-align: middle;
}


.box-content-b{
    display: flex;
    height: 400px;

}
.m-t-auto{
    margin: auto 0;
}
.m-auto{
    margin: auto;
}
.w-color{
    color: #ffffff;
}
.f-s-bn-titile{
    font-size: 36px;
}
.f-s-bn-sub{
    font-size: 24px;
}
.btn-main-gradient {
    background-image: linear-gradient(to right, #005BAA, #00B6F1, #00B6F1, #00B6F1);
    border-radius: 4px;
    width: 220px;
    height: 50px;
    border: none;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}
.img-banner-bg{
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.img-banner-bg-p-lt{
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.btn-main-gradient:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

.a-main-gradient {
    background-image: linear-gradient(to right, #005BAA, #00B6F1, #00B6F1, #00B6F1);
    border-radius: 4px;
    width: 220px;
    height: 50px;
    border: none;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    display: flex;

}
.mt-10{
    margin-top: 10px;
}
.mt-30{
    margin-top: 30px;
}
.in-line-btn{
    display: flex;
    flex-wrap: wrap;
}
.pb-btn{
    padding: 10px;
}
.ptd-top-btn{
    margin-top: 30px;
}
.a-main-line-gradient{

    border-radius: 4px;
    width: 220px;
    height: 50px;
    border: none;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    display: flex;
    border:2px solid #ffffff;
}
.a-main-line-gradient-b{
    background-color:#ffffff;
    border-radius: 4px;
    width: 220px;
    height: 50px;
    border: none;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    color: #005BAA;
    margin-top: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    display: flex;
    border:2px solid #005BAA;
}
.box-tab-location{
    text-align: left;
}

.a-main-gradient:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

.btn-main-gradient:active {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

.btn-tag-car-b {
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    height: 38px;
    font-size: 12px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    outline: none;
}


/* line 127, ../sass/main.scss */

::-moz-selection {
    /* Code for Firefox */
    background: #C2C9EA;
}

::selection {
    background: #C2C9EA;
}


/* line 133, ../sass/main.scss */
.page {
    display: table;
    width: 100%;
    height: 100%;
}


/* line 138, ../sass/main.scss */

.warp {
    display: table-cell;
    vertical-align: middle;
}


/* line 142, ../sass/main.scss */

html {
    height: 100%;
    font-size: 100%;
}


/* line 146, ../sass/main.scss */

html,
body {
    width: 100%;
}


/* line 149, ../sass/main.scss */

body {
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    animation: fadein 3s;
    overflow-x: hidden;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
}

.btn-main-gradient-slide {
    background: #005BAA;
    background: -moz-linear-gradient(top, #005BAA 0%, #00B6F1 100%);
    background: -webkit-linear-gradient(top, #005BAA 0%, #00B6F1 100%);
    background: -o-linear-gradient(top, #005BAA 0%, #00B6F1 100%);
    background: -ms-linear-gradient(top, #005BAA 0%, #00B6F1 100%);
    background: linear-gradient(to bottom, #005BAA 0%, #00B6F1 100%);
    outline: none;
}

.btn-main-gradient-slide:hover {
    box-shadow: 0px 3px 6px #00B6F1;
}

#myBtn {
    font-family: 'Kanit', sans-serif;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #005BAA;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.body-grey {
    background-color: #696969;
    color: #ffffff;
}

.body-grey-footer {
    background-color: #BEBEBE;
    color: #ffffff;
}

.body-white {
    background-color: #ffffff;
    color: #000000;
}

a:hover,
a:focus {
    text-decoration: none;
}

.text-about-us {
    font-size: 20px;
    font-family: Arial, sans-serif;
    color: #fff;
}

.body-LightGrey {
    background-color: #D3D3D3;
}

.box-chage-lang a {
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.change-lang {
    text-transform: uppercase;
}

.change-lang.active {
    color: #005BAA;
    font-weight: 600;
}

.change-lang:hover {
    color: #00B6F1;
}


/* big destop */

.mar-bottom-60 {
    margin-bottom: 30px;
}

.btn-twitee {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 8px 1px 6px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.text-link-footer-main {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #005BAA;
    cursor: pointer;
    font-weight: 600;
}

.btn-e-business {
    background-image: linear-gradient(to right, #005BAA, #00B6F1, #00B6F1, #00B6F1);
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: 200;
    padding: 12px 15px;
    font-family: 'Kanit', sans-serif;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}

.btn-e-business:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

.select-search-model select {
    border-radius: 4px;
    background-color: #f1f1f1;
    border: 2px solid #00B6F1;
    padding: 10px 10px 10px 10px;
    width: 100%;
    color: #005BAA;
    margin-bottom: 10px;
    height: 50px;
}

.select-search-car select {
    border-radius: 4px;
    background-color: #f1f1f1;
    border: 2px solid #00B6F1;
    padding: 10px 10px 10px 10px;
    width: 100%;
    color: #005BAA;
    margin-bottom: 10px;
    height: 50px;
}

.box-history:hover {
    background-color: var(--my-color-var);
    color: #fff !important;
}

.box-history {
    text-align: center;
    padding: 5px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}

.box-title-history {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    padding: 20px 30px;
    text-align: left;
}

.font-name-hist-gs {
    font-size: 24px;
    color: #005BAA;
}

.font-name-hist-sale {
    font-size: 24px;
    color: #00B6F1;
}

.img-mobile-call {
    width: 14px;
}

.img-line-call {
    width: 18px;
}

.up_call:hover {
    border-bottom: 1px solid #00B6F1;
}

.sadow-bt-hist {
    -webkit-box-shadow: 3px 9px 10px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 9px 10px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 9px 10px -14px rgba(0, 0, 0, 0.75);
    width: 100%;
    min-height: 300px;
}

.box-content-history {
    padding: 24px 0px;
}

.text-bold-his {
    font-weight: 600;
}

.box-history.active {
    background-color: var(--my-color-var);
    color: #fff !important;
}

.button-ladding {
    border: 2px solid #fff;
    background-color: transparent;
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg-img-gallery {
    background-position: center;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1607px){
    .box-chage-lang {
        margin-right: -12px !important;
    }
    .a-text-size{
        margin-left: 50px;
    }
}
@media (min-width: 1586px) {
    h1 {
        font-size: 36px;
        font-family: 'Kanit', sans-serif;
        line-height: 36px;
        font-weight: 400;
    }
    h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 46px;
    }
    h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h4 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h5 {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 19px;
    }
    h6 {
        font-family: 'Kanit', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    p {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .bg-mobile-cover img{
        height: 100%;
        border-radius: 50px;
    }
    .bg-mobile-cover {
        height: 714px !important;
        width: 354px !important;
        margin-top: 70px !important;
        padding: 7px 11px;
        border-radius: 65px;
        -webkit-box-shadow: 34px 47px 122px -47px rgb(0 0 0 / 75%);
        -moz-box-shadow: 34px 47px 122px -47px rgba(0,0,0,0.75);
        box-shadow: 34px 47px 122px -47px rgb(0 0 0 / 75%);
    }

    .box-content-warranty {
        position: relative;
        height: 933px;
        margin-bottom: 70px;
    }
    .image-gsbattery {
        margin-top: 30px;
        max-width: 100%;
        max-height: 843px;
    }
    .career-bg {
        height: 480px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .box-radis-des-sales::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #005BAA;
        position: absolute;
        margin-top: 7px;
    }
    .box-radis-des-sales {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #00B6F1;
        position: absolute;
        margin-top: 7px;
    }
    .ma-bottom-20 {
        margin-bottom: 20px;
    }
    .box-radis-sale {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .box-radis-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .display-destop {
        display: block;
    }
    .display-mobile {
        display: none;
    }
    .box-chage-lang {
        margin-top: -31px;
        margin-right: 20px;
    }
    .line-abt-verticle {
        background-color: #005BAA;
        width: 83%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .line-abt-verticle2 {
        background-color: #005BAA;
        width: 67%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .margin-abt-timeline {
        margin-top: 30px;
    }
    .wd-input-box-search {
        width: 378px;
    }
    .padding-bottom-btn {
        padding-bottom: 20px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
        margin: 10px 0px;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 360px;
        margin: 20px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 137px;
    }
    .padding-row-left {}
    .bg-color-footer {
        height: 20px;
        background-color: #005BAA;
    }
    .text-colo-link {
        color: #005BAA;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 89px;
    }
    .img-box-fing-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    /*  start Contact page  */
    .text-contact-header {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-contact-h-main {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
    }
    .box-input select {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .box-input-text input {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .request-select {
        color: #FF9300 !important;
    }
    .text-lable {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #005BAA;
        padding: 0px 9px 0px 10px;
    }
    .lable-box {
        position: absolute;
        top: -14px;
        display: block;
        background-color: #ffff;
        left: 34px;
    }
    .margin-top-input {
        margin-top: 50px;
        padding-top: 30px;
    }
    .box-input-textarea textarea {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    /* End Contact page  */
    /* find batt type page  */
    .nav-padding {
        margin-left: 270px;
        margin-right: 50px;
    }
    .position-type {
        position: absolute;
        top: 151px;
        left: 50px;
    }
    .text-batt-name {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #00B6F1;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 72px;
        line-height: 55px;
        color: #005BAA;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .detail-title {
        font-family: 'Kanit', sans-serif;
        font-size: 73px;
        line-height: 50px;
        color: #fff;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .sub-batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 20px;
    }
    /* end find batt type page  */
    /* career page  */
    .box-name-position {
        background-color: #005BAA;
        height: 70px;
    }
    /* end career page  */
    /* about us page  */
    .abt-img {
        width: 100%;
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-abt {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 55px;
        font-weight: 500;
    }
    .box-content-abt {
        padding-left: 50px;
    }
    .text-name-building {
        font-family: 'Kanit', sans-serif;
        color: #000;
        font-size: 40px;
        line-height: 46px;
        font-weight: 500;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 507px;
        position: absolute;
        left: 12px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 507px;
        position: absolute;
        left: 12px;
    }
    .text-year-abt {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-h-abt {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
    }
    .text-h-abt-detail {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 24px;
    }
    .mar-top-box-history {
        margin-top: 50px;
    }
    .text-job-position {
        color: #FFFFFF;
        font-size: 23px;
        line-height: 30px;
        font-family: 'Kanit', sans-serif;
    }
    .short-full {
        color: #fff;
        font-size: 14px;
        margin-top: 9px;
    }
    .mapouter {
        height: 500px;
        width: 100%;
        margin-top: 20px;
    }
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%;
    }
    .data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 40px;
        line-height: 55px;
    }
    .padding-top-abt {
        margin-top: 50px;
    }
    .sub-data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 1.5;
    }
    .margin-top-abt {
        margin-top: 60px;
    }
    .text-detail-abt-h {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        width: 584px;
    }
    .text-h-abt-gs {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    /* end about us page  */
    .margin-space-banner {
        margin-top: 10px;
    }
    .img-bg-footer {
        position: absolute;
        margin-top: 20px;
        right: 0;
        bottom: 0;
    }
    .padding-top-footer-right {
        padding-top: 11%;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: auto;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .text-link-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .img-footer-logo {
        height: 66px;
    }
    .contact-text-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-detail-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
        padding-right: 42%;
        margin-bottom: 10px;
    }
    .text-address-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .padding-top-footer {
        padding-top: 75px;
    }
    .navbar-default {
        height: 80px;
    }
    /* heder main  */
    .select-box select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #005BAA;
        padding: 4px 10px;
        width: 96px;
    }
    .select-box select:active,
    select:hover {
        outline: none;
    }
    .box-top-green {
        background-color: #C7EB02;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .position-btn-typ-batt {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 0;
    }
    .text-logo {
        font-size: 73px;
        line-height: 50px;
    }
    .text-detail-type-battery {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        padding-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .box-top-orang {
        background-color: #FF9300;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .box-top-blue {
        background-color: #00AAE8;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .title-news {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
        font-weight: 600;
        height: 72px;
        overflow: hidden;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 10px 0;
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .box-new-act {
        padding: 10px;
    }
    .border-bottom-new {
        width: 68px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .tag-news-type {
        margin: 5px 0px;
    }
    .btn-tag-tip {
        background-color: #00B6F1;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities {
        background-color: #005BAA;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag {
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .date-news {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #848484;
        padding-top: 10px;
    }
    .select-box {
        margin-top: -25px;
        margin-right: 30px;
    }
    .margin-top-nav {
        margin-top: 28px;
    }
    .dropdown-menu {
        text-align: left;
        margin-top: 29px;
        border-top: none;
        border-radius: 0px;
    }
    .dropdown-menu>li>a {
        padding: 7px 20px;
    }
    .navbar-default .navbar-brand {
        position: absolute;
    }
    .h-img-logo {
        height: 42px;
        margin-top: 4px;
    }
    .invisible-mobile {
        display: block;
    }
    .visible-mobile {
        display: none;
    }
    .invisible-slide-baner {
        display: block;
    }
    .visible-slide-baner {
        display: none;
    }
    .nav-desk-top {
        list-style-type: none;
        margin: 0px;
        padding: 0;
    }
    .nav-list-icon {
        list-style-type: none;
        margin-left: -40px;
    }
    .lnline-list {
        display: inline;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 183px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-family: 'Kanit', sans-serif;
    }
    .dropdown-content a:hover {
        background-color: #f1f1f1
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }
    /* endheader main */
    /* homepage */
    .img-icon-type {
        height: 80px;
    }
    .text-sub-logo-type {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 38px;
        font-style: italic;
        font-weight: 600;
    }
    .h-w-imag-ban-slide {
        max-width: 100%;
        width: 100%;
    }
    .title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 36px;
        color: #005BAA;
        padding-top: 10px;
    }
    .bg-search-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
        margin-top: 5px;
    }
    .sub-title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 36px;
        color: #00B6F1;
        margin-bottom: 10px;
    }
    .select-search select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #00B6F1;
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #005BAA;
        margin-bottom: 10px;
        height: 50px;
    }
    .box-search {
        margin: 113px 0px;
        padding: 20px 20px 20px 20px;
    }
    .select-search select:active,
    select:hover {
        outline: none;
    }
    .select-search select:after,
    select:hover {
        outline: none;
    }
    .text-title-app {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-content-app {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-sub-blue {
        color: #00B6F1 !important;
    }
    .app-box {
        margin-top: 25%;
    }
    .img-box-type-battery {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 638px;
        max-width: 100%;
    }
    .box-search-batt {
        margin-top: 139px;
        padding-left: 131px;
    }
    .title-search-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #005BAA;
    }
    .text-content-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
    }
    .img-box-news {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-box-news-main {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .text-name-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: bolder;
    }
    .text-sub-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: 600;
    }
    .box-position-baner-hero {
        position: absolute;
        top: 21%;
        left: 15%;
    }
    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #005BAA;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }
    .text-slo-grand {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: 500;
    }
    /* end homepage */
    /* 
prduct detailpage */
    .text-breadcrumb {
        color: #B5B5B5;
    }
    .bg-pro-detail {
        background-color: #EDEDED;
        width: 100%;
        height: 726px;
    }
    .img-product-batt-detail {
        max-height: 100%;
        width: 100%;
    }
    .btn-border-w {
        background-color: #FFFFFF;
        border: 1px solid #D3D3D3;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 209px;
        height: 50px;
        font-weight: 600px;
        font-size: 17px;
        font-family: 'Kanit', sans-serif;
    }
    .box-view-big-img {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-type-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        font-weight: 500;
        color: #C7EB02;
    }
    .text-name-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 64px;
        font-style: italic;
        line-height: 55px;
        font-weight: 700;
        color: #000000;
    }
    .box-data-pro-detail {
        padding-left: 50px;
    }
    .text-sub-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        color: #000000;
    }
    .text-slogrand-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        line-height: 55px;
        font-weight: 500;
        color: #000000;
    }
    .btn-circle-product {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        width: 41px;
        height: 41px;
    }
    .text-icon-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .margin-bottom-img {
        margin-bottom: 5px;
    }
    .text-data-contant {
        font-family: 'Kanit', sans-serif;
        font-size: 21px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .text-sub-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        padding-left: 50px;
    }
    .text-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 15px;
        font-style: italic;
        line-height: 23px;
        font-weight: 600;
        color: #000000;
    }
    .text--sub-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 35px;
        font-style: italic;
        line-height: 17px;
        font-weight: 600;
        color: #000000;
        margin-top: 10px;
    }
    .green-box {
        background-color: #C7EB02;
        height: 54px;
        width: 2px;
        position: absolute;
        margin-top: 5px;
        left: 9px;
    }
    .padd-bottom-btn {
        padding-bottom: 20px;
    }
    .new-box-tip {
        padding-top: 29%;
    }
    .title-news-tip {
        font-size: 43px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 55px;
        color: #000;
    }
    .sub-new-detail {
        font-size: 23px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 32px;
        color: #005BAA;
        padding-right: 35%;
    }
    .img-icon-prodetail {
        width: 60px;
        height: 60px;
    }
    .img-icon-prodetail-list {
        width: 43px;
        height: 43px;
    }
    /* end productdetail page */
    .btn-main-border {
        background-color: #fff;
        border-radius: 4px;
        width: 220px;
        height: 50px;
        border: 2px solid #005BAA;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        margin-top: 10px;
    }
    .btn-main-border:hover {
        box-shadow: 0px 3px 6px #00B6F1;
        color: #005BAA;
    }
    .btn-main-wt {
        background-color: #fff;
        border-radius: 32px;
        width: 220px;
        height: 50px;
        border: none;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        border-radius: 32px;
        margin-top: 10px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #ffffff;
        color: #000000;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidenav2 {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        background-color: #ffffff;
        color: #000;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidenav2 span {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        color: #000 !important;
    }
    .sidenav span {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
    }
    .footer {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .sidenav .closebtn {
        font-family: 'Kanit', sans-serif;
        position: absolute;
        top: 0;
        left: -64px;
        font-size: 36px;
        margin-left: 50px;
    }
    /* product page */
    .img-product-pass-batt {
        background-position: center;
        background-repeat: no-repeat;
        height: 600px;
        width: 100%;
        background-size: cover;
    }
    .text-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #C7EB02;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FF9300;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #00B6F1;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 29px;
        line-height: 32px;
    }
    .position-type-product {
        position: absolute;
        top: 130px;
    }
    .position-type-product-right {
        position: absolute;
        top: 130px;
        right: 50px;
    }
    .box-bg-product {
        background-color: #F0F0F0;
        height: 582px;
        margin-top: 20px;
    }
    .img-product-batt {
        width: 100%;
        height: 290px;
    }
    .product-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000000;
        font-size: 32px;
        line-height: 55px;
        font-weight: 500;
    }
    .type-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        font-size: 22px;
        line-height: 46px;
        font-weight: 700;
    }
    .tag-batt-name {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 124px;
        overflow: hidden;
    }
    .text-barnd {
        cursor: pointer;
    }
    .padding-box-pro-batt {
        padding: 0px 20px 20px 20px;
    }
    .btn-circle {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        position: absolute;
        bottom: 239px;
        right: 29px;
    }
    .banner-box-pro-car-type {
        margin-top: 10px;
        height: 469px;
    }
    .img-product-batt-banner {
        width: 100%;
        height: 100%;
    }
    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
    }
    .activeBrand {
        border-bottom: 4px solid #005BAA;
    }
    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 16px);
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }
    .paddding-left-news {
        padding-left: 20%;
    }
    /*End product page */
    .img-banner-bg {
        height: 600px;
    }
    .img-banner-bg-p-lt {
        height: 600px;
    }
    .box-content-b {
        height: 600px;
    }
}

@media (max-width:1585px) and (min-width:1299px) {
    h1 {
        font-size: 36px;
        font-family: 'Kanit', sans-serif;
        line-height: 36px;
        font-weight: 400;
    }
    h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 46px;
    }
    h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h4 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h5 {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 19px;
    }
    h6 {
        font-family: 'Kanit', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    p {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .a-text-size{
        margin-left: 50px;
    }
    .box-call-138 {
        position: fixed;
        top: 386px;
        right: 16px;
    }
    .image-gsbattery {
        margin-top: 30px;
        max-width: 100%;
        max-height: 535px;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 122px;
    }
    .career-bg {
        height: 480px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .box-radis-des-sales::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #005BAA;
        position: absolute;
        margin-top: 7px;
    }
    .box-radis-des-sales {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #00B6F1;
        position: absolute;
        margin-top: 7px;
    }
    .ma-bottom-20 {
        margin-bottom: 20px;
    }
    .box-radis-sale {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .box-radis-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .display-destop {
        display: block;
    }
    .display-mobile {
        display: none;
    }
    .box-chage-lang {
        margin-top: -35px;
        margin-right: -17px;
    }
    .line-abt-verticle {
        background-color: #005BAA;
        width: 83%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .line-abt-verticle2 {
        background-color: #005BAA;
        width: 67%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .margin-abt-timeline {
        margin-top: 30px;
    }
    .bg-color-footer {
        height: 20px;
        background-color: #005BAA;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: auto;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 10px 0;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
        margin: 10px 0px;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 360px;
        margin: 20px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .text-colo-link {
        color: #005BAA;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 168px;
    }
    .img-box-fing-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .select-box select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #005BAA;
        padding: 4px 10px;
        width: 96px;
    }
    .select-box select:active,
    select:hover {
        outline: none;
    }
    /*  start Contact page  */
    .text-contact-header {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-contact-h-main {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
    }
    .box-input select {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .box-input-text input {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .request-select {
        color: #FF9300 !important;
    }
    .text-lable {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #005BAA;
        padding: 0px 9px 0px 10px;
    }
    .lable-box {
        position: absolute;
        top: -14px;
        display: block;
        background-color: #ffff;
        left: 34px;
    }
    .margin-top-input {
        margin-top: 50px;
        padding-top: 30px;
    }
    .box-input-textarea textarea {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    /* End Contact page  */
    /* find batt type page  */
    .nav-padding {
        margin-left: 222px;
        margin-right: 50px;
    }
    .position-type {
        position: absolute;
        top: 151px;
        left: 50px;
    }
    .text-batt-name {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #00B6F1;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 72px;
        line-height: 55px;
        color: #005BAA;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .detail-title {
        font-family: 'Kanit', sans-serif;
        font-size: 73px;
        line-height: 50px;
        color: #fff;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .sub-batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 20px;
    }
    /* end find batt type page  */
    /* career page  */
    .box-name-position {
        background-color: #005BAA;
        height: 70px;
    }
    /* end career page  */
    /* about us page  */
    .abt-img {
        width: 100%;
        height: 359px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-abt {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 55px;
        font-weight: 500;
    }
    .box-content-abt {
        padding-left: 50px;
    }
    .text-name-building {
        font-family: 'Kanit', sans-serif;
        color: #000;
        font-size: 40px;
        line-height: 46px;
        font-weight: 500;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 520px;
        position: absolute;
        top: 8px;
        left: 13px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 507px;
        position: absolute;
        left: 12px;
    }
    .text-year-abt {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-h-abt {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
    }
    .text-h-abt-detail {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 24px;
    }
    .mar-top-box-history {
        margin-top: 50px;
    }
    .padding-top-abt {
        margin-top: 45px;
    }
    .text-job-position {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Kanit', sans-serif;
    }
    .short-full {
        color: #fff;
        font-size: 14px;
    }
    .mapouter {
        height: 500px;
        width: 100%;
        margin-top: 20px;
    }
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%;
    }
    .data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 36px;
        line-height: 55px;
    }
    .sub-data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 1.5;
    }
    .margin-top-abt {
        margin-top: 60px;
    }
    .text-detail-abt-h {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        padding-right: 50px;
    }
    .text-h-abt-gs {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    /* end about us page  */
    .margin-space-banner {
        margin-top: 10px;
    }
    .img-bg-footer {
        position: absolute;
        margin-top: 20px;
        right: 0;
        bottom: 0;
    }
    .padding-top-footer-right {
        padding-top: 11%;
    }
    .text-link-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .img-footer-logo {
        height: 66px;
    }
    .contact-text-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-detail-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
        padding-right: 42%;
        margin-bottom: 10px;
    }
    .text-address-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .padding-top-footer {
        padding-top: 75px;
    }
    .navbar-default {
        height: 80px;
    }
    /* heder main  */
    .box-top-green {
        background-color: #C7EB02;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .position-btn-typ-batt {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 0;
    }
    .text-logo {
        font-size: 73px;
        line-height: 50px;
    }
    .text-detail-type-battery {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        padding-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .box-top-orang {
        background-color: #FF9300;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .box-top-blue {
        background-color: #00AAE8;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .title-news {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
        font-weight: 600;
        height: 72px;
        overflow: hidden;
    }
    .tag-news-type {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn-tag-tip {
        background-color: #00B6F1;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities {
        background-color: #005BAA;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities:hover {
        color: #fff;
    }
    .btn-tag {
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .date-news {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #848484;
        padding-top: 10px;
    }
    .select-box {
        margin-top: -31px;
        margin-right: 57px;
        ;
    }
    .margin-top-nav {
        margin-top: 28px;
    }
    .dropdown-menu {
        text-align: left;
        margin-top: 29px;
        border-top: none;
        border-radius: 0px;
    }
    .dropdown-menu>li>a {
        padding: 7px 20px;
    }
    .navbar-default .navbar-brand {
        position: absolute;
    }
    /* .nav-desk-top .main-menu-header {
        position: relative;
        padding: 8px 0;
        margin: 0 30px;
        transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
        color: #005BAA;
    }
    .nav-desk-top .main-menu-header::before {
        content: '';
        position: absolute;
        bottom: 3px;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: #005BAA;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: color 0.1s,transform 0.2s ease-out;
    
    }
    .nav-desk-top .main-menu-header:active::before {
        background-color: #fff;
        border-radius: 4px;
    }
    .nav-desk-top .main-menu-header:hover::before, .main-menu-header:focus::before {
        transform-origin: left top;
        transform: scale(1, 1);
    } */
    .h-img-logo {
        height: 42px;
        margin-top: 4px;
    }
    .invisible-mobile {
        display: block;
    }
    .visible-mobile {
        display: none;
    }
    .invisible-slide-baner {
        display: block;
    }
    .visible-slide-baner {
        display: none;
    }
    .nav-desk-top {
        list-style-type: none;
        margin: 0px;
        padding: 0;
    }
    .nav-list-icon {
        list-style-type: none;
        margin-left: -40px;
    }
    .lnline-list {
        display: inline;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 183px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-family: 'Kanit', sans-serif;
    }
    .dropdown-content a:hover {
        background-color: #f1f1f1
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }
    /* endheader main */
    /* homepage */
    .img-icon-type {
        height: 80px;
    }
    .text-sub-logo-type {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 38px;
        font-weight: 600;
    }
    .h-w-imag-ban-slide {
        max-width: 100%;
        width: 100%;
    }
    .title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 36px;
        line-height: 55px;
        color: #005BAA;
    }
    .bg-search-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    .sub-title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 47px;
        color: #00B6F1;
        margin-bottom: 10px;
    }
    .select-search select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #00B6F1;
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #005BAA;
        margin-bottom: 10px;
        height: 50px;
    }
    .box-search {
        margin-top: 64px;
        padding: 20px 278px 20px 20px;
    }
    .select-search select:active,
    select:hover {
        outline: none;
    }
    .select-search select:after,
    select:hover {
        outline: none;
    }
    .text-title-app {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-content-app {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-sub-blue {
        color: #00B6F1 !important;
    }
    .app-box {
        margin-top: 25%;
    }
    .img-box-type-battery {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 638px;
        max-width: 100%;
    }
    .box-search-batt {
        margin-top: 139px;
        padding-left: 131px;
    }
    .title-search-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
    }
    .text-content-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
    }
    .img-box-news {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-box-news-main {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .text-name-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: bolder;
    }
    .text-sub-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: 600;
    }
    .box-position-baner-hero {
        position: absolute;
        top: 10%;
        left: 15%;
    }
    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #005BAA;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }
    .text-slo-grand {
        font-family: 'Kanit', sans-serif;
        font-size: 25px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: 500;
    }
    /* end homepage */
    /* 
prduct detailpage */
    .text-breadcrumb {
        color: #B5B5B5;
    }
    .bg-pro-detail {
        background-color: #EDEDED;
        width: 100%;
        height: 726px;
    }
    .img-product-batt-detail {
        max-height: 100%;
        width: 100%;
    }
    .btn-border-w {
        background-color: #FFFFFF;
        border: 1px solid #D3D3D3;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 209px;
        height: 50px;
        font-weight: 600px;
        font-size: 17px;
        font-family: 'Kanit', sans-serif;
    }
    .box-view-big-img {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-type-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        font-weight: 500;
        color: #C7EB02;
    }
    .text-name-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 64px;
        font-style: italic;
        line-height: 55px;
        font-weight: 700;
        color: #000000;
    }
    .box-data-pro-detail {
        padding-left: 50px;
    }
    .text-sub-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        color: #000000;
    }
    .text-slogrand-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        line-height: 55px;
        font-weight: 500;
        color: #000000;
    }
    .btn-circle-product {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        width: 41px;
        height: 41px;
    }
    .text-icon-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .margin-bottom-img {
        margin-bottom: 5px;
    }
    .text-data-contant {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .text-sub-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        padding-left: 50px;
    }
    .text-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 15px;
        font-style: italic;
        line-height: 23px;
        font-weight: 600;
        color: #000000;
    }
    .text--sub-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 32px;
        font-style: italic;
        line-height: 17px;
        font-weight: 600;
        color: #000000;
        margin-top: 10px;
    }
    .green-box {
        background-color: #C7EB02;
        height: 54px;
        width: 2px;
        position: absolute;
        margin-top: 5px;
        left: 9px;
    }
    .padd-bottom-btn {
        padding-bottom: 20px;
    }
    .new-box-tip {
        padding-top: 29%;
    }
    .title-news-tip {
        font-size: 43px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 55px;
        color: #000;
    }
    .sub-new-detail {
        font-size: 23px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 32px;
        color: #005BAA;
        padding-right: 35%;
    }
    .img-icon-prodetail {
        width: 60px;
        height: 60px;
    }
    .img-icon-prodetail-list {
        width: 43px;
        height: 43px;
    }
    /* end productdetail page */
    .btn-main-border {
        background-color: #fff;
        border-radius: 4px;
        width: 220px;
        height: 50px;
        border: 2px solid #005BAA;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        margin-top: 10px;
    }
    .btn-main-border:hover {
        box-shadow: 0px 3px 6px #00B6F1;
        color: #005BAA;
    }
    .btn-main-wt {
        background-color: #fff;
        border-radius: 32px;
        width: 220px;
        height: 50px;
        border: none;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        border-radius: 32px;
        margin-top: 10px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #ffffff;
        color: #000000;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidenav2 {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        background-color: #ffffff;
        color: #000;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidenav2 span {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        color: #000 !important;
    }
    .sidenav span {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
    }
    .footer {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .sidenav .closebtn {
        font-family: 'Kanit', sans-serif;
        position: absolute;
        top: 0;
        left: -64px;
        font-size: 36px;
        margin-left: 50px;
    }
    /* product page */
    .img-product-pass-batt {
        background-position: center;
        background-repeat: no-repeat;
        height: 511px;
        width: 100%;
        background-size: cover;
    }
    .text-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #C7EB02;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FF9300;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #00B6F1;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 29px;
        line-height: 32px;
    }
    .position-type-product {
        position: absolute;
        top: 130px;
    }
    .position-type-product-right {
        position: absolute;
        top: 130px;
        right: 50px;
    }
    .box-bg-product {
        background-color: #F0F0F0;
        height: 582px;
        margin-top: 20px;
    }
    .img-product-batt {
        width: 100%;
        height: 290px;
    }
    .product-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000000;
        font-size: 32px;
        line-height: 55px;
        font-weight: 500;
    }
    .type-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        font-size: 22px;
        line-height: 46px;
        font-weight: 700;
    }
    .tag-batt-name {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 124px;
        overflow: hidden;
    }
    .text-barnd {
        cursor: pointer;
    }
    .padding-box-pro-batt {
        padding: 0px 20px 20px 20px;
    }
    .btn-circle {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        position: absolute;
        bottom: 239px;
        right: 29px;
    }
    .banner-box-pro-car-type {
        margin-top: 10px;
        height: 469px;
    }
    .img-product-batt-banner {
        width: 100%;
        height: 100%;
    }
    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
    }
    .activeBrand {
        border-bottom: 4px solid #005BAA;
    }
    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 16px);
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }
    .paddding-left-news {
        padding-left: 15%;
    }
    /*End product page */
}


/* notebook */
@media (max-width:1438px) {
    .main-menu-header {
        font-size: 14px;
    }
    .box-chage-lang {
        margin-top: -35px;
        margin-right: -35px;
        color: #005BAA;
        font-size: 14px;
    }
}

@media (max-width:1299px) and (min-width:1296px) {
    h1 {
        font-size: 36px;
        font-family: 'Kanit', sans-serif;
        line-height: 36px;
        font-weight: 400;
    }
    h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 46px;
    }
    h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h4 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h5 {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 19px;
    }
    h6 {
        font-family: 'Kanit', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    p {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .a-text-size{
        margin-left: 30px;
    }
    .image-gsbattery {
        margin-top: 30px;
        max-width: 100%;
        max-height: 535px;
    }
    .career-bg {
        height: 460px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .box-radis-des-sales::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #005BAA;
        position: absolute;
        margin-top: 7px;
    }
    .box-radis-des-sales {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #00B6F1;
        position: absolute;
        margin-top: 7px;
    }
    .ma-bottom-20 {
        margin-bottom: 20px;
    }
    .box-radis-sale {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .box-radis-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .display-destop {
        display: block;
    }
    .display-mobile {
        display: none;
    }
    .box-chage-lang {
        margin-top: -36px;
        margin-right: -5px;
    }
    .line-abt-verticle {
        background-color: #005BAA;
        width: 83%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .line-abt-verticle2 {
        background-color: #005BAA;
        width: 67%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .margin-abt-timeline {
        margin-top: 30px;
    }
    .bg-color-footer {
        height: 20px;
        background-color: #005BAA;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: auto;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 10px 0;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
        margin: 10px 0px;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 360px;
        margin: 20px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 110px;
    }
    .text-colo-link {
        color: #005BAA;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 168px;
    }
    .img-box-fing-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .select-box select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #005BAA;
        padding: 4px 10px;
        width: 96px;
    }
    .select-box select:active,
    select:hover {
        outline: none;
    }
    /*  start Contact page  */
    .text-contact-header {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-contact-h-main {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
    }
    .box-input select {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .box-input-text input {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .request-select {
        color: #FF9300 !important;
    }
    .text-lable {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #005BAA;
        padding: 0px 9px 0px 10px;
    }
    .lable-box {
        position: absolute;
        top: -14px;
        display: block;
        background-color: #ffff;
        left: 34px;
    }
    .margin-top-input {
        margin-top: 50px;
        padding-top: 30px;
    }
    .box-input-textarea textarea {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    /* End Contact page  */
    /* find batt type page  */
    .nav-padding {
        margin-left: 222px;
        margin-right: 50px;
    }
    .position-type {
        position: absolute;
        top: 151px;
        left: 50px;
    }
    .text-batt-name {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #00B6F1;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 72px;
        line-height: 55px;
        color: #005BAA;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .detail-title {
        font-family: 'Kanit', sans-serif;
        font-size: 73px;
        line-height: 50px;
        color: #fff;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .sub-batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 20px;
    }
    /* end find batt type page  */
    /* career page  */
    .box-name-position {
        background-color: #005BAA;
        height: 70px;
    }
    /* end career page  */
    /* about us page  */
    .abt-img {
        width: 100%;
        height: 359px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-abt {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 55px;
        font-weight: 500;
    }
    .box-content-abt {
        padding-left: 50px;
    }
    .text-name-building {
        font-family: 'Kanit', sans-serif;
        color: #000;
        font-size: 40px;
        line-height: 46px;
        font-weight: 500;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 507px;
        position: absolute;
        top: 185px;
        left: 167px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 507px;
        position: absolute;
        left: 12px;
    }
    .text-year-abt {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-h-abt {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
    }
    .text-h-abt-detail {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 24px;
    }
    .mar-top-box-history {
        margin-top: 50px;
    }
    .padding-top-abt {
        margin-top: 45px;
    }
    .text-job-position {
        color: #FFFFFF;
        font-size: 23px;
        line-height: 30px;
        font-family: 'Kanit', sans-serif;
    }
    .short-full {
        color: #fff;
        font-size: 14px;
    }
    .mapouter {
        height: 500px;
        width: 100%;
        margin-top: 20px;
    }
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%;
    }
    .data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 36px;
        line-height: 55px;
    }
    .sub-data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 1.5;
    }
    .margin-top-abt {
        margin-top: 60px;
    }
    .text-detail-abt-h {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
    }
    .text-h-abt-gs {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    /* end about us page  */
    .margin-space-banner {
        margin-top: 10px;
    }
    .img-bg-footer {
        position: absolute;
        margin-top: 20px;
        right: 0;
        bottom: 0;
    }
    .padding-top-footer-right {
        padding-top: 11%;
    }
    .text-link-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .img-footer-logo {
        height: 66px;
    }
    .contact-text-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-detail-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
        padding-right: 42%;
        margin-bottom: 10px;
    }
    .text-address-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .padding-top-footer {
        padding-top: 49px;
    }
    .navbar-default {
        height: 80px;
    }
    /* heder main  */
    .box-top-green {
        background-color: #C7EB02;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .position-btn-typ-batt {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 0;
    }
    .text-logo {
        font-size: 73px;
        line-height: 50px;
    }
    .text-detail-type-battery {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        padding-top: 10px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .box-top-orang {
        background-color: #FF9300;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .box-top-blue {
        background-color: #00AAE8;
        width: 128px;
        height: 14px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 7px;
    }
    .title-news {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
        font-weight: 600;
        height: 72px;
        overflow: hidden;
    }
    .tag-news-type {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn-tag-tip {
        background-color: #00B6F1;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities {
        background-color: #005BAA;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities:hover {
        color: #fff;
    }
    .btn-tag {
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .date-news {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #848484;
        padding-top: 10px;
    }
    .select-box {
        margin-top: -25px;
        margin-right: 30px;
    }
    .margin-top-nav {
        margin-top: 28px;
    }
    .dropdown-menu {
        text-align: left;
        margin-top: 29px;
        border-top: none;
        border-radius: 0px;
    }
    .dropdown-menu>li>a {
        padding: 7px 20px;
    }
    .navbar-default .navbar-brand {
        position: absolute;
    }
    /* .nav-desk-top .main-menu-header {
        position: relative;
        padding: 8px 0;
        margin: 0 30px;
        transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
        color: #005BAA;
    }
    .nav-desk-top .main-menu-header::before {
        content: '';
        position: absolute;
        bottom: 3px;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: #005BAA;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: color 0.1s,transform 0.2s ease-out;
    
    }
    .nav-desk-top .main-menu-header:active::before {
        background-color: #fff;
        border-radius: 4px;
    }
    .nav-desk-top .main-menu-header:hover::before, .main-menu-header:focus::before {
        transform-origin: left top;
        transform: scale(1, 1);
    } */
    .h-img-logo {
        height: 42px;
        margin-top: 4px;
    }
    .invisible-mobile {
        display: block;
    }
    .visible-mobile {
        display: none;
    }
    .invisible-slide-baner {
        display: block;
    }
    .visible-slide-baner {
        display: none;
    }
    .nav-desk-top {
        list-style-type: none;
        margin: 0px;
        padding: 0;
    }
    .nav-list-icon {
        list-style-type: none;
        margin-left: -40px;
    }
    .lnline-list {
        display: inline;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 183px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-family: 'Kanit', sans-serif;
    }
    .dropdown-content a:hover {
        background-color: #f1f1f1
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }
    /* endheader main */
    /* homepage */
    .img-icon-type {
        height: 80px;
    }
    .text-sub-logo-type {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 38px;
        font-weight: 600;
    }
    .h-w-imag-ban-slide {
        max-width: 100%;
        width: 100%;
    }
    .title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 35px;
        color: #005BAA;
    }
    .bg-search-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    .sub-title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 37px;
        color: #00B6F1;
        margin-bottom: 10px;
    }
    .select-search select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #00B6F1;
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #005BAA;
        margin-bottom: 10px;
        height: 50px;
    }
    .box-search {
        margin-top: 64px;
        padding: 20px 147px 20px 20px;
    }
    .select-search select:active,
    select:hover {
        outline: none;
    }
    .select-search select:after,
    select:hover {
        outline: none;
    }
    .text-title-app {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-content-app {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-sub-blue {
        color: #00B6F1 !important;
    }
    .app-box {
        margin-top: 25%;
    }
    .img-box-type-battery {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 638px;
        max-width: 100%;
    }
    .box-search-batt {
        margin-top: 139px;
        padding-left: 131px;
    }
    .title-search-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
    }
    .text-content-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
    }
    .img-box-news {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-box-news-main {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .text-name-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: bolder;
    }
    .text-sub-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: 600;
    }
    .box-position-baner-hero {
        position: absolute;
        top: 10%;
        left: 15%;
    }
    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #005BAA;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }
    .text-slo-grand {
        font-family: 'Kanit', sans-serif;
        font-size: 25px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: 500;
    }
    /* end homepage */
    /* 
prduct detailpage */
    .text-breadcrumb {
        color: #B5B5B5;
    }
    .bg-pro-detail {
        background-color: #EDEDED;
        width: 100%;
        height: 726px;
    }
    .img-product-batt-detail {
        max-height: 100%;
        width: 100%;
    }
    .btn-border-w {
        background-color: #FFFFFF;
        border: 1px solid #D3D3D3;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 209px;
        height: 50px;
        font-weight: 600px;
        font-size: 17px;
        font-family: 'Kanit', sans-serif;
    }
    .box-view-big-img {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-type-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        font-weight: 500;
        color: #C7EB02;
    }
    .text-name-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 64px;
        font-style: italic;
        line-height: 55px;
        font-weight: 700;
        color: #000000;
    }
    .box-data-pro-detail {
        padding-left: 50px;
    }
    .text-sub-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        color: #000000;
    }
    .text-slogrand-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        line-height: 55px;
        font-weight: 500;
        color: #000000;
    }
    .btn-circle-product {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        width: 41px;
        height: 41px;
    }
    .text-icon-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .margin-bottom-img {
        margin-bottom: 5px;
    }
    .text-data-contant {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .text-sub-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        padding-left: 50px;
    }
    .text-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 15px;
        font-style: italic;
        line-height: 23px;
        font-weight: 600;
        color: #000000;
    }
    .text--sub-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 35px;
        font-style: italic;
        line-height: 17px;
        font-weight: 600;
        color: #000000;
        margin-top: 10px;
    }
    .green-box {
        background-color: #C7EB02;
        height: 54px;
        width: 2px;
        position: absolute;
        margin-top: 5px;
        left: 9px;
    }
    .padd-bottom-btn {
        padding-bottom: 20px;
    }
    .new-box-tip {
        padding-top: 29%;
    }
    .title-news-tip {
        font-size: 43px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 55px;
        color: #000;
    }
    .sub-new-detail {
        font-size: 23px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 32px;
        color: #005BAA;
        padding-right: 35%;
    }
    .img-icon-prodetail {
        width: 60px;
        height: 60px;
    }
    .img-icon-prodetail-list {
        width: 43px;
        height: 43px;
    }
    /* end productdetail page */
    .btn-main-gradient:active {
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
        border-radius: 4px;
        width: 220px;
        height: 50px;
        border: none;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #fff;
        margin-top: 10px;
        box-shadow: 0px 3px 6px #00B6F1;
    }
    .btn-main-border {
        background-color: #fff;
        border-radius: 4px;
        width: 220px;
        height: 50px;
        border: 2px solid #005BAA;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        margin-top: 10px;
    }
    .btn-main-border:hover {
        box-shadow: 0px 3px 6px #00B6F1;
        color: #005BAA;
    }
    .btn-main-wt {
        background-color: #fff;
        border-radius: 32px;
        width: 220px;
        height: 50px;
        border: none;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        border-radius: 32px;
        margin-top: 10px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #ffffff;
        color: #000000;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidenav2 {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        background-color: #ffffff;
        color: #000;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .sidenav2 span {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        color: #000 !important;
    }
    .sidenav span {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
    }
    .footer {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .sidenav .closebtn {
        font-family: 'Kanit', sans-serif;
        position: absolute;
        top: 0;
        left: -64px;
        font-size: 36px;
        margin-left: 50px;
    }
    /* product page */
    .img-product-pass-batt {
        background-position: center;
        background-repeat: no-repeat;
        height: 600px;
        width: 100%;
        background-size: cover;
    }
    .text-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #C7EB02;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FF9300;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #00B6F1;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 29px;
        line-height: 32px;
    }
    .position-type-product {
        position: absolute;
        top: 130px;
    }
    .position-type-product-right {
        position: absolute;
        top: 130px;
        right: 50px;
    }
    .box-bg-product {
        background-color: #F0F0F0;
        height: 582px;
        margin-top: 20px;
    }
    .img-product-batt {
        width: 100%;
        height: 290px;
    }
    .product-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000000;
        font-size: 32px;
        line-height: 55px;
        font-weight: 500;
    }
    .type-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        font-size: 22px;
        line-height: 46px;
        font-weight: 700;
    }
    .tag-batt-name {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 124px;
        overflow: hidden;
    }
    .text-barnd {
        cursor: pointer;
    }
    .padding-box-pro-batt {
        padding: 0px 20px 20px 20px;
    }
    .btn-circle {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        position: absolute;
        bottom: 239px;
        right: 29px;
    }
    .banner-box-pro-car-type {
        margin-top: 10px;
        height: 469px;
    }
    .img-product-batt-banner {
        width: 100%;
        height: 100%;
    }
    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
    }
    .activeBrand {
        border-bottom: 4px solid #005BAA;
    }
    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 16px);
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }
    .paddding-left-news {
        padding-left: 15%;
    }
    /*End product page */
}
@media(max-width:1574px){
    .box-content-warranty {
        position: relative;
        height: 928px;
        margin-bottom: 80px;
    }
    
}
@media (max-width: 1200px){
    .box-content-warranty {
        position: relative;
        height: 595px;
        margin-bottom: 80px;
    }
}
@media (max-width: 475px){
    .img-new-m-img-box:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 162.94% !important;
    }
}
@media (max-width:1295px) and (min-width:1024px) {
    h1 {
        font-size: 36px;
        font-family: 'Kanit', sans-serif;
        line-height: 36px;
        font-weight: 400;
    }
    h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 46px;
    }
    h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h4 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h5 {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 19px;
    }
    h6 {
        font-family: 'Kanit', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    p {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
 
    .image-gsbattery {
        margin-top: 30px;
        max-width: 100%;
        max-height: 535px;
    }
    .career-bg {
        height: 420px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .title-news-2 {
        font-size: 20px;
        height: 60px;
        overflow: hidden;
        margin-top: 15px;
    }
    .box-radis-des-sales::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #005BAA;
        position: absolute;
        margin-top: 7px;
    }
    .box-radis-des-sales {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #00B6F1;
        position: absolute;
        margin-top: 7px;
    }
    .ma-bottom-20 {
        margin-bottom: 20px;
    }
    .box-radis-sale {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .box-radis-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .display-destop {
        display: block;
    }
    .display-mobile {
        display: none;
    }
    .box-chage-lang {
        margin-top: -22px;
        margin-right: 20px;
    }
    .line-abt-verticle2 {
        background-color: #005BAA;
        width: 67%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .line-abt-verticle {
        background-color: #005BAA;
        width: 83%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .margin-abt-timeline {
        margin-top: 30px;
    }
    .bg-color-footer {
        height: 20px;
        background-color: #005BAA;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 360px;
        margin: 20px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: auto;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
        margin: 10px 0px;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 10px 0;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .img-box {
        width: 100%;
        background-color: #f1f1f1;
        height: 200px;
        margin: 20px 0px;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 60px;
    }
    .text-colo-link {
        color: #005BAA;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 168px;
    }
    .img-box-fing-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    /* prduct detailpage */
    .text-breadcrumb {
        color: #B5B5B5;
    }
    .bg-pro-detail {
        background-color: #EDEDED;
        width: 100%;
        height: 508px;
    }
    .img-product-batt-detail {
        max-height: 100%;
        width: 100%;
    }
    .btn-border-w {
        background-color: #FFFFFF;
        border: 1px solid #D3D3D3;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 209px;
        height: 50px;
        font-weight: 600px;
        font-size: 17px;
        font-family: 'Kanit', sans-serif;
    }
    .box-view-big-img {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-type-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 29px;
        line-height: 55px;
        font-weight: 500;
        color: #C7EB02;
    }
    .text-name-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 64px;
        font-style: italic;
        line-height: 55px;
        font-weight: 700;
        color: #000000;
    }
    .box-data-pro-detail {}
    .text-sub-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        color: #000000;
    }
    .text-slogrand-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        line-height: 55px;
        font-weight: 500;
        color: #000000;
    }
    .btn-circle-product {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        width: 41px;
        height: 41px;
    }
    .text-icon-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .margin-bottom-img {
        margin-bottom: 5px;
    }
    .text-data-contant {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .text-sub-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        padding-left: 50px;
    }
    .a-text-size{
        margin-left: 30px;
    }
    .text-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        font-weight: 600;
        color: #000000;
    }
    .text--sub-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 22px;
        font-style: italic;
        line-height: 17px;
        font-weight: 600;
        color: #000000;
        margin-top: 10px;
    }
    .green-box {
        background-color: #C7EB02;
        height: 42px;
        width: 3px;
        position: absolute;
        margin-top: 5px;
        left: 2px;
    }
    .padd-bottom-btn {
        padding-bottom: 20px;
    }
    .new-box-tip {
        padding-top: 29%;
    }
    .title-news-tip {
        font-size: 43px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 55px;
        color: #000;
    }
    .sub-new-detail {
        font-size: 23px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 32px;
        color: #005BAA;
        padding-right: 35%;
    }
    .img-icon-prodetail {
        width: 50px;
        height: auto;
    }
    .img-icon-prodetail-list {
        width: 43px;
        height: 43px;
    }
    /* end productdetail page */
    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #005BAA;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }
    .img-icon-prodetail-list {
        width: 43px;
        height: 43px;
    }
    .select-box select {
        border-radius: 4px;
        background-color: #ffffff;
        border: 2px solid #005BAA;
        padding: 4px 10px;
        width: 96px;
    }
    .select-box {
        margin-top: 20px;
        padding-left: 20px;
    }
    .select-box select:active,
    select:hover {
        outline: none;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    /* footer */
    .footer {
        background-color: #fff;
        width: 100%;
        /* max-width: 1500px; */
        padding-bottom: 70px;
    }
    .border-footer {
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .img-footer-logo {
        height: 45px;
    }
    .padding-top-footer {
        padding-top: 50px;
    }
    .contact-text-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-detail-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-detail-reserved {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-address-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .img-icon-footer {
        width: 35px;
        height: 35px;
        margin-left: 5px;
        margin-top: 20px;
    }
    .text-link-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .text-link-footer-sub {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-left: 10px;
    }
    .tab-panel-batt-footer {
        background-color: #fff !important;
    }
    .tab-footer {
        border-top: 1px solid #231F20;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .short-full-footer {
        color: #231F20;
        margin-top: -17px;
        padding-right: 10px;
    }
    /* endfooter */
    .margin-space-banner {
        margin-top: 10px;
    }
    .btn-main-border {
        background-color: #fff;
        width: 220px;
        height: 50px;
        border: 2px solid #005BAA;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        border-radius: 4px;
        margin-top: 10px;
    }
    .btn-main-border:hover {
        box-shadow: 0px 3px 6px #00B6F1;
        color: #000000;
    }
    .btn-main-border:active {
        background: rgba(0, 51, 161, 1);
        background: -moz-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -ms-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: linear-gradient(to right, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
        border-radius: 32px;
        width: 220px;
        height: 50px;
        border: none;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #000000;
        border-radius: 32px;
        margin-top: 10px;
        box-shadow: 0px 3px 6px #00B6F1;
    }
    /* Search all page  */
    .stylish-input-group .input-group-addon {
        background: white !important;
    }
    .stylish-input-group .form-control {
        border-right: 0;
        box-shadow: 0 0 0;
        border-color: #ccc;
    }
    .stylish-input-group button {
        border: 0;
        background: transparent;
    }
    .mdl-textfield {
        position: relative;
        font-size: 16px;
        display: inline-block;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 20px 0;
    }
    .btn-search {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .text-search-margin {
        margin-bottom: 20px;
    }
    .text-header-search {
        color: #04163D;
        margin-bottom: 5px;
    }
    .btn-search {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .mdl-textfield--floating-label {
        font-family: 'Kanit', sans-serif;
        font-size: 14px;
    }
    #search input[type="text"]:focus {
        width: 250px;
    }
    .text-cancel-bar {
        position: absolute;
        margin-top: -33px;
        right: 3%;
        z-index: -999;
        font-size: 12px !important;
        font-family: 'Kanit', sans-serif;
    }
    .text-link-suport {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 18px;
    }
    .collapsing,
    .in {
        background-color: #f7f7f7;
    }
    .collapsing ul li a,
    .in ul li a {
        color: #555 !important;
    }
    .collapsing ul li a:hover,
    .in ul li a:hover {
        color: #f1f1f1 !important;
    }
    .navbar-center {
        position: absolute;
        left: 30%;
        right: 20%;
    }
    .invisible-mobile {
        display: none !important;
    }
    .visible-mobile {
        display: block !important;
    }
    .invisible-slide-baner {
        display: block;
    }
    .visible-slide-baner {
        display: none;
    }
    .navbar-brand {
        float: right;
    }
    .menu-text-mobile {
        border-bottom: #005BAA solid 1px;
        font-size: 14px;
        font-family: 'Kanit', sans-serif;
        margin-top: 5px;
    }
    .margin-top-menu-mobile {
        margin-top: 20px;
    }
    .h-mobile {
        margin-top: 20px;
    }
    .margin-top-mobile-Procategory {
        margin-top: 40px;
    }
    /* advance search  */
    .cd-main-header,
    .cd-main-content {
        position: relative;
        transition: transform 0.3s;
    }
    .cd-main-header.nav-is-visible,
    .cd-main-content.nav-is-visible {
        transform: translateX(-260px);
    }
    .flipkart-navbar-input {
        padding: 12px 16px;
        border-radius: 2px 0 0 2px;
        border: 0 none;
        outline: 0 none;
        font-size: 15px;
        font-family: 'Kanit', sans-serif;
    }
    .flipkart-navbar-button {
        background-color: #999;
        border: 1px solid #999;
        border-radius: 0 2px 2px 0;
        color: #565656;
        padding: 10px 0;
        height: 44.5px;
        cursor: pointer;
    }
    .box-size {
        height: 443px !important;
    }
    .img-box {
        width: 200px;
        height: 100px;
        margin-right: 41%;
    }
    .navbar-center {
        position: absolute;
        left: 30%;
        right: 20%;
    }
    .main-menu-header {
        color: #ffffff !important;
        font-size: 15px;
        font-family: 'Kanit', sans-serif;
        cursor: pointer;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #005BAA;
        display: block;
        transition: 0.3s;
        font-family: 'Kanit', sans-serif;
    }
    .sidenav a:hover {
        color: #005BAA;
    }
    .sidenav .closebtn {
        font-family: 'Kanit', sans-serif;
        position: absolute;
        top: 0;
        left: -5px;
        font-size: 36px;
        margin-left: 50px;
    }
    .select-list-link-mobile {
        position: relative;
        margin-left: 275px;
        margin-top: -34px;
        color: white;
    }
    .img-logo {
        height: 31px;
        margin-top: 6px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
    }
    .img-logo-app {
        height: 31px;
        margin-top: 6px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -155%);
        position: absolute;
    }
    .navbar-default {
        height: 80px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #005BAA;
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        width: 24px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    /* homepage */
    .img-banner-mobile {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 700px;
    }
    .img-icon-type {
        height: 70px;
    }
    .text-sub-logo-type {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 38px;
        font-style: italic;
        font-weight: 600;
    }
    .date-news {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #848484;
        padding-top: 10px;
    }
    .padding-left-box-new {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-news {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
        font-weight: 600;
        height: 64px;
        overflow: hidden;
    }
    .tag-news-type {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn-tag-tip {
        background-color: #00B6F1;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities {
        background-color: #005BAA;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities:hover {
        color: #fff;
    }
    .btn-tag {
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .position-btn-typ-batt {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 0;
    }
    .text-detail-type-battery {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        padding-top: 0px;
        padding-left: 33px;
        padding-right: 33px;
        font-style: italic;
    }
    .text-mobile-sub {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 22px;
        color: #000000;
        font-style: italic;
        text-align: center;
        font-weight: 500;
    }
    .h-w-imag-ban-slide {
        max-width: 100%;
        width: 100%;
    }
    .title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 36px;
        line-height: 55px;
        color: #005BAA;
        text-align: left;
    }
    .bg-search-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 385px;
    }
    .sub-title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 55px;
        color: #00B6F1;
        margin-bottom: 10px;
        text-align: left;
    }
    .select-search select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #00B6F1;
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #005BAA;
        margin-bottom: 10px;
        height: 50px;
    }
    .box-search {
        margin-top: 31px;
        text-align: left;
        padding: 20px 173px 20px 20px;
    }
    .select-search select:active,
    select:hover {
        outline: none;
    }
    .select-search select:after,
    select:hover {
        outline: none;
    }
    .text-title-app {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-content-app {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-sub-blue {
        color: #00B6F1 !important;
    }
    .app-box {
        margin-top: 25%;
    }
    .img-box-type-battery {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 533px;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .box-search-batt {
        margin-top: 139px;
        padding-left: 131px;
    }
    .title-search-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
    }
    .text-content-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
    }
    .img-box-news {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-box-news-main {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .text-name-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 38px;
        line-height: 33px;
        color: #fff;
        font-style: italic;
        font-weight: bolder;
        padding-left: 20px;
    }
    .text-sub-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 31px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        font-weight: 600;
    }
    .box-position-baner-hero {
        position: absolute;
        top: 14%;
        left: 15%;
    }
    .text-slo-grand {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 18px;
        color: #fff;
        font-style: italic;
        font-weight: 500;
        width: 271px;
        text-align: center;
    }
    /* end homepage */
    /* product page */
    .img-product-pass-batt {
        background-position: center;
        background-repeat: no-repeat;
        height: 600px;
        width: 100%;
        background-size: cover;
    }
    .text-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #C7EB02;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 41px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 32px;
    }
    .text-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FF9300;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #00B6F1;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 29px;
        line-height: 32px;
    }
    .position-type-product {
        position: absolute;
        top: 130px;
    }
    .position-type-product-right {
        position: absolute;
        top: 130px;
        right: 50px;
    }
    .box-bg-product {
        background-color: #F0F0F0;
        height: 582px;
        margin-top: 20px;
    }
    .img-product-batt {
        width: 100%;
        height: 290px;
    }
    .product-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000000;
        font-size: 32px;
        line-height: 55px;
        font-weight: 500;
    }
    .type-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        font-size: 22px;
        line-height: 46px;
        font-weight: 700;
    }
    .tag-batt-name {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 124px;
        overflow: hidden;
    }
    .text-barnd {
        cursor: pointer;
    }
    .padding-box-pro-batt {
        padding: 0px 20px 20px 20px;
    }
    .btn-circle {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        position: absolute;
        bottom: 239px;
        right: 29px;
    }
    .banner-box-pro-car-type {
        margin-top: 10px;
        height: 469px;
    }
    .img-product-batt-banner {
        width: 100%;
        height: 100%;
    }
    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
    }
    .activeBrand {
        border-bottom: 4px solid #005BAA;
    }
    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 16px);
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }
    /*End product page */
    .col-xs-12 {
        position: relative;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-close-app {
        width: 21px;
        margin-top: 13px;
    }
    .breadcrumb {
        padding: 8px 10px;
    }
    .navbar-toggle {
        padding: 9px 15px;
    }
    /* about us page  */
    .abt-img {
        width: 100%;
        height: 359px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-abt {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 55px;
        font-weight: 500;
    }
    .text-name-building {
        font-family: 'Kanit', sans-serif;
        color: #000;
        font-size: 32px;
        line-height: 29px;
        font-weight: 500;
    }
    .breadcrumb>.active {
        font-weight: 600;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 661px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 560px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    /* .about_line {
            position: absolute; 
          
            height: 255px;
            width: 5px;
        } */
    .text-year-abt {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-h-abt {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .text-h-abt-detail {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 24px;
    }
    .mar-top-box-history {
        margin-top: 50px;
    }
    .padding-top-abt {
        margin-top: 26px;
    }
    .data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        font-weight: 500;
    }
    .padding-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .text-job-position {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 30px;
        font-family: 'Kanit', sans-serif;
    }
    .short-full {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    }
    .mapouter {
        height: 500px;
        width: 100%;
        margin-top: 20px;
    }
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%;
    }
    .sub-data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        font-weight: 500;
    }
    .paddding-left-news {
        padding-left: 106px;
    }
    .margin-top-abt {
        margin-top: 60px;
    }
    .text-detail-abt-h {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        padding-right: 40px;
    }
    .text-h-abt-gs {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    /* end about us page  */
    /* find batt type page  */
    .position-type {
        position: absolute;
        top: 151px;
        left: 20px;
    }
    .text-batt-name {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #00B6F1;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 39px;
        line-height: 33px;
        color: #005BAA;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .detail-title {
        font-family: 'Kanit', sans-serif;
        font-size: 34px;
        line-height: 18px;
        color: #fff;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .sub-batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 34px;
        color: #fff;
        font-style: italic;
        margin-bottom: 20px;
    }
    /* end find batt type page  */
    /*  start Contact page  */
    .input-mar-padding {
        /* padding-top:30px; */
    }
    .text-contact-header {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 22px;
        line-height: 43px;
        font-weight: 500;
        text-align: left;
        font-style: italic;
    }
    .text-contact-h-main {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
        margin-top: 50px;
        font-style: italic;
    }
    .box-input select {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .box-input-text input {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .request-select {
        color: #FF9300 !important;
    }
    .text-lable {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #005BAA;
        padding: 0px 9px 0px 10px;
    }
    .lable-box {
        position: absolute;
        top: -14px;
        display: block;
        background-color: #ffff;
        left: 34px;
    }
    .margin-top-input {
        margin-top: 20px;
        padding-bottom: 43px;
    }
    .box-input-textarea textarea {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    /* End Contact page  */
    .bg-footer-mobile {
        width: 100%;
        height: 116px;
        position: absolute;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* tablet mini or small device */

@media (max-width:1023px) and (min-width:768px) {
    h1 {
        font-size: 36px;
        font-family: 'Kanit', sans-serif;
        line-height: 36px;
        font-weight: 400;
    }
    h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 46px;
    }
    h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h4 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h5 {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 19px;
    }
    h6 {
        font-family: 'Kanit', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .a-text-size{
     margin-left: 60px;
    }
    .image-gsbattery {
        margin-top: 30px;
        max-width: 100%;
        max-height: 535px;
    }
    .career-bg {
        height: 390px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .box-radis-des-sales::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #005BAA;
        position: absolute;
        margin-top: 7px;
    }
    .box-radis-des-sales {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #00B6F1;
        position: absolute;
        margin-top: 7px;
    }
    .ma-bottom-20 {
        margin-bottom: 20px;
    }
    .box-radis-sale {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -46px;
        margin-top: 17px;
    }
    .box-radis-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -46px;
        margin-top: 17px;
    }
    .display-destop {
        display: none;
    }
    .display-mobile {
        display: block;
    }
    .line-abt-verticle2 {
        background-color: #005BAA;
        width: 67%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .box-chage-lang {
        margin-top: -22px;
        margin-right: 20px;
    }
    .line-abt-verticle {
        background-color: #005BAA;
        width: 83%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .margin-abt-timeline {
        margin-top: 30px;
    }
    p {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 360px;
        margin: 20px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-color-footer {
        height: 20px;
        background-color: #005BAA;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: 393px;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 10px 0;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
        margin: 10px 0px;
    }
    .img-bo-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 200px;
        margin: 20px 0px;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 34px;
    }
    .text-colo-link {
        color: #005BAA;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 168px;
    }
    .img-box-fing-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    /* prduct detailpage */
    .text-breadcrumb {
        color: #B5B5B5;
    }
    .bg-pro-detail {
        background-color: #EDEDED;
        width: 100%;
        height: 565px;
    }
    .img-product-batt-detail {
        max-height: 100%;
        width: 100%;
    }
    .btn-border-w {
        background-color: #FFFFFF;
        border: 1px solid #D3D3D3;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 209px;
        height: 50px;
        font-weight: 600px;
        font-size: 17px;
        font-family: 'Kanit', sans-serif;
    }
    .box-view-big-img {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-type-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 29px;
        line-height: 55px;
        font-weight: 500;
        color: #C7EB02;
    }
    .text-name-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 64px;
        font-style: italic;
        line-height: 55px;
        font-weight: 700;
        color: #000000;
    }
    .box-data-pro-detail {}
    .text-sub-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        color: #000000;
    }
    .text-slogrand-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        line-height: 55px;
        font-weight: 500;
        color: #000000;
    }
    .btn-circle-product {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        width: 41px;
        height: 41px;
    }
    .text-icon-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .margin-bottom-img {
        margin-bottom: 5px;
    }
    .text-data-contant {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .text-sub-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        padding-left: 50px;
    }
    .text-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        font-weight: 600;
        color: #000000;
    }
    .text--sub-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 22px;
        font-style: italic;
        line-height: 17px;
        font-weight: 600;
        color: #000000;
        margin-top: 10px;
    }
    .green-box {
        background-color: #C7EB02;
        height: 42px;
        width: 3px;
        position: absolute;
        margin-top: 5px;
        left: 2px;
    }
    .padd-bottom-btn {
        padding-bottom: 20px;
    }
    .new-box-tip {
        padding-top: 29%;
    }
    .title-news-tip {
        font-size: 43px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 55px;
        color: #000;
    }
    .sub-new-detail {
        font-size: 23px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 32px;
        color: #005BAA;
        padding-right: 35%;
    }
    .img-icon-prodetail {
        width: 50px;
        height: auto;
    }
    .img-icon-prodetail-list {
        width: 43px;
        height: 43px;
    }
    /* end productdetail page */
    .select-box select {
        border-radius: 4px;
        background-color: #ffffff;
        border: 2px solid #005BAA;
        padding: 4px 10px;
        width: 96px;
    }
    .select-box {
        margin-top: 20px;
        padding-left: 20px;
    }
    .select-box select:active,
    select:hover {
        outline: none;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    /* footer */
    .footer {
        background-color: #fff;
        width: 100%;
        /* max-width: 1500px; */
        padding-bottom: 70px;
    }
    .border-footer {
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .img-footer-logo {
        height: 45px;
    }
    .padding-top-footer {
        padding-top: 50px;
    }
    .contact-text-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-detail-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-detail-reserved {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-address-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .img-icon-footer {
        width: 35px;
        height: 35px;
        margin-left: 5px;
        margin-top: 20px;
    }
    .text-link-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .text-link-footer-sub {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-left: 10px;
    }
    .tab-panel-batt-footer {
        background-color: #fff !important;
    }
    .tab-footer {
        border-top: 1px solid #231F20;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .short-full-footer {
        color: #231F20;
        margin-top: -17px;
        padding-right: 10px;
    }
    /* endfooter */
    .margin-space-banner {
        margin-top: 10px;
    }
    .btn-main-border {
        background-color: #fff;
        width: 220px;
        height: 50px;
        border: 2px solid #005BAA;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        border-radius: 4px;
        margin-top: 10px;
    }
    .btn-main-border:hover {
        box-shadow: 0px 3px 6px #00B6F1;
        color: #000000;
    }
    .btn-main-border:active {
        background: rgba(0, 51, 161, 1);
        background: -moz-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -ms-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: linear-gradient(to right, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
        border-radius: 32px;
        width: 220px;
        height: 50px;
        border: none;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #000000;
        border-radius: 32px;
        margin-top: 10px;
        box-shadow: 0px 3px 6px #00B6F1;
    }
    /* Search all page  */
    .stylish-input-group .input-group-addon {
        background: white !important;
    }
    .stylish-input-group .form-control {
        border-right: 0;
        box-shadow: 0 0 0;
        border-color: #ccc;
    }
    .stylish-input-group button {
        border: 0;
        background: transparent;
    }
    .mdl-textfield {
        position: relative;
        font-size: 16px;
        display: inline-block;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 20px 0;
    }
    .btn-search {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .text-search-margin {
        margin-bottom: 20px;
    }
    .text-header-search {
        color: #04163D;
        margin-bottom: 5px;
    }
    .btn-search {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .mdl-textfield--floating-label {
        font-family: 'Kanit', sans-serif;
        font-size: 14px;
    }
    #search input[type="text"]:focus {
        width: 250px;
    }
    .text-cancel-bar {
        position: absolute;
        margin-top: -33px;
        right: 3%;
        z-index: -999;
        font-size: 12px !important;
        font-family: 'Kanit', sans-serif;
    }
    .text-link-suport {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 18px;
    }
    .collapsing,
    .in {
        background-color: #f7f7f7;
    }
    .collapsing ul li a,
    .in ul li a {
        color: #555 !important;
    }
    .collapsing ul li a:hover,
    .in ul li a:hover {
        color: #f1f1f1 !important;
    }
    .navbar-center {
        position: absolute;
        left: 30%;
        right: 20%;
    }
    .invisible-mobile {
        display: none !important;
    }
    .visible-mobile {
        display: block !important;
    }
    .invisible-slide-baner {
        display: block;
    }
    .visible-slide-baner {
        display: none;
    }
    .navbar-brand {
        float: right;
    }
    .menu-text-mobile {
        border-bottom: #005BAA solid 1px;
        font-size: 14px;
        font-family: 'Kanit', sans-serif;
        margin-top: 5px;
    }
    .margin-top-menu-mobile {
        margin-top: 20px;
    }
    .h-mobile {
        margin-top: 20px;
    }
    .margin-top-mobile-Procategory {
        margin-top: 40px;
    }
    /* advance search  */
    .cd-main-header,
    .cd-main-content {
        position: relative;
        transition: transform 0.3s;
    }
    .cd-main-header.nav-is-visible,
    .cd-main-content.nav-is-visible {
        transform: translateX(-260px);
    }
    .flipkart-navbar-input {
        padding: 12px 16px;
        border-radius: 2px 0 0 2px;
        border: 0 none;
        outline: 0 none;
        font-size: 15px;
        font-family: 'Kanit', sans-serif;
    }
    .flipkart-navbar-button {
        background-color: #999;
        border: 1px solid #999;
        border-radius: 0 2px 2px 0;
        color: #565656;
        padding: 10px 0;
        height: 44.5px;
        cursor: pointer;
    }
    .box-size {
        height: 443px !important;
    }
    .img-box {
        width: 200px;
        height: 100px;
        margin-right: 41%;
    }
    .navbar-center {
        position: absolute;
        left: 30%;
        right: 20%;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #005BAA;
        display: block;
        transition: 0.3s;
        font-family: 'Kanit', sans-serif;
    }
    .sidenav a:hover {
        color: #005BAA;
    }
    .sidenav .closebtn {
        font-family: 'Kanit', sans-serif;
        position: absolute;
        top: 0;
        left: 33px;
        font-size: 36px;
        margin-left: 50px;
    }
    .select-list-link-mobile {
        position: relative;
        margin-left: 275px;
        margin-top: -34px;
        color: white;
    }
    .img-logo {
        height: 31px;
        margin-top: 6px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
    }
    .img-logo-app {
        height: 31px;
        margin-top: 6px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -155%);
        position: absolute;
    }
    .navbar-default {
        height: 80px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #005BAA;
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        width: 24px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    /* homepage */
    .img-banner-mobile {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 800px;
    }
    .img-icon-type {
        height: 70px;
    }
    .text-sub-logo-type {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 38px;
        font-style: italic;
        font-weight: 600;
    }
    .date-news {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #848484;
        padding-top: 10px;
    }
    .padding-left-box-new {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-news {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
        font-weight: 600;
        height: 72px;
        overflow: hidden;
    }
    .tag-news-type {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn-tag-tip {
        background-color: #00B6F1;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities {
        background-color: #005BAA;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities:hover {
        color: #fff;
    }
    .btn-tag {
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .position-btn-typ-batt {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 0;
    }
    .text-detail-type-battery {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        padding-top: 0px;
        padding-left: 33px;
        padding-right: 33px;
        font-style: italic;
    }
    .text-mobile-sub {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 22px;
        color: #000000;
        font-style: italic;
        text-align: center;
        font-weight: 500;
    }
    .h-w-imag-ban-slide {
        max-width: 100%;
        width: 100%;
    }
    .title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 36px;
        color: #005BAA;
    }
    .bg-search-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 372px;
    }
    .sub-title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 30px;
        color: #00B6F1;
        margin-bottom: 10px;
    }
    .select-search select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #00B6F1;
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #005BAA;
        margin-bottom: 10px;
        height: 50px;
    }
    .box-search {
        margin-top: 31px;
        padding: 10px;
    }
    .select-search select:active,
    select:hover {
        outline: none;
    }
    .select-search select:after,
    select:hover {
        outline: none;
    }
    .text-title-app {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-content-app {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-sub-blue {
        color: #00B6F1 !important;
    }
    .app-box {
        margin-top: 25%;
    }
    .img-box-type-battery {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 834px;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .box-search-batt {
        margin-top: 139px;
        padding-left: 131px;
    }
    .title-search-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
    }
    .text-content-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
    }
    .img-box-news {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-box-news-main {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .text-name-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 38px;
        line-height: 33px;
        color: #005BAA;
        font-style: italic;
        font-weight: bolder;
        padding-left: 20px;
    }
    .text-sub-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 31px;
        line-height: 55px;
        color: #005BAA;
        font-style: italic;
        font-weight: 600;
    }
    .box-position-baner-hero {
        position: absolute;
        top: 21%;
        left: 15%;
    }
    .text-slo-grand {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 18px;
        color: #000000;
        font-style: italic;
        font-weight: 500;
        width: 271px;
        text-align: center;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }
    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #005BAA;
    }
    .carousel-indicators {
        position: absolute;
        bottom: -9px;
        left: 50%;
        z-index: 15;
        width: 60%;
        margin-left: -30%;
        padding-left: 0;
        list-style: none;
        text-align: center;
    }
    /* end homepage */
    /* product page */
    .img-product-pass-batt {
        background-position: center;
        background-repeat: no-repeat;
        height: 600px;
        width: 100%;
        background-size: cover;
    }
    .text-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #C7EB02;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 41px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 32px;
    }
    .text-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FF9300;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #00B6F1;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 29px;
        line-height: 32px;
    }
    .position-type-product {
        position: absolute;
        top: 130px;
    }
    .position-type-product-right {
        position: absolute;
        top: 130px;
        right: 50px;
    }
    .box-bg-product {
        background-color: #F0F0F0;
        height: 582px;
        margin-top: 20px;
    }
    .img-product-batt {
        width: 100%;
        height: 290px;
    }
    .product-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000000;
        font-size: 32px;
        line-height: 55px;
        font-weight: 500;
    }
    .type-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        font-size: 22px;
        line-height: 46px;
        font-weight: 700;
    }
    .tag-batt-name {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 124px;
        overflow: hidden;
    }
    .text-barnd {
        cursor: pointer;
    }
    .padding-box-pro-batt {
        padding: 0px 20px 20px 20px;
    }
    .btn-circle {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        position: absolute;
        bottom: 200px;
        right: 29px;
    }
    .banner-box-pro-car-type {
        margin-top: 10px;
        height: 469px;
    }
    .img-product-batt-banner {
        width: 100%;
        height: 100%;
    }
    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
    }
    .activeBrand {
        border-bottom: 4px solid #005BAA;
    }
    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 16px);
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }
    /*End product page */
    .col-xs-12 {
        position: relative;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-close-app {
        width: 21px;
        margin-top: 13px;
    }
    .breadcrumb {
        padding: 8px 10px;
    }
    .navbar-toggle {
        padding: 9px 15px;
    }
    /* about us page  */
    .abt-img {
        width: 100%;
        height: 359px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-abt {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 55px;
        font-weight: 500;
    }
    .box-content-abt {}
    .text-name-building {
        font-family: 'Kanit', sans-serif;
        color: #000;
        font-size: 32px;
        line-height: 29px;
        font-weight: 500;
    }
    .breadcrumb>.active {
        font-weight: 600;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 592px;
        position: absolute;
        margin-left: 6px;
        margin-top: -11px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 560px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    /* .about_line {
            position: absolute; 
          
            height: 255px;
            width: 5px;
        } */
    .text-year-abt {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-h-abt {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .text-h-abt-detail {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 24px;
    }
    .mar-top-box-history {
        margin-top: 50px;
    }
    .padding-top-abt {
        margin-top: 26px;
    }
    .data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        text-align: left;
        font-weight: 500;
    }
    .padding-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .text-job-position {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 30px;
        font-family: 'Kanit', sans-serif;
    }
    .short-full {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    }
    .mapouter {
        height: 500px;
        width: 100%;
        margin-top: 20px;
    }
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%;
    }
    .sub-data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 1.5;
        text-align: left;
        font-weight: 500;
    }
    .margin-top-abt {
        margin-top: 60px;
    }
    .text-detail-abt-h {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .text-h-abt-gs {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    /* end about us page  */
    /* find batt type page  */
    .position-type {
        position: absolute;
        top: 151px;
        left: 20px;
    }
    .text-batt-name {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #00B6F1;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 39px;
        line-height: 33px;
        color: #005BAA;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .detail-title {
        font-family: 'Kanit', sans-serif;
        font-size: 34px;
        line-height: 18px;
        color: #fff;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .sub-batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 34px;
        color: #fff;
        font-style: italic;
        margin-bottom: 20px;
    }
    /* end find batt type page  */
    /*  start Contact page  */
    .input-mar-padding {
        padding-top: 30px;
    }
    .text-contact-header {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 22px;
        line-height: 43px;
        font-weight: 500;
    }
    .text-contact-h-main {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
        margin-top: 50px;
    }
    .box-input select {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .box-input-text input {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .request-select {
        color: #FF9300 !important;
    }
    .text-lable {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #005BAA;
        padding: 0px 9px 0px 10px;
    }
    .lable-box {
        position: absolute;
        top: -14px;
        display: block;
        background-color: #ffff;
        left: 34px;
    }
    .margin-top-input {}
    .box-input-textarea textarea {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    /* End Contact page  */
    .bg-footer-mobile {
        width: 100%;
        height: 116px;
        position: absolute;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* moblie */

@media (max-width: 767px) and (min-width: 600px) {
    h1 {
        font-size: 36px;
        font-family: 'Kanit', sans-serif;
        line-height: 36px;
        font-weight: 400;
    }
    h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 46px;
    }
    h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h4 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h5 {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 19px;
    }
    h6 {
        font-family: 'Kanit', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    p {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .a-text-size{
        margin-left: 20px;
       }
    .image-gsbattery {
        margin-top: 30px;
        max-width: 100%;
        max-height: 535px;
    }
    .career-bg {
        height: 360px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .box-radis-des-sales::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #005BAA;
        position: absolute;
        margin-top: 7px;
    }
    .box-radis-des-sales {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #00B6F1;
        position: absolute;
        margin-top: 7px;
    }
    .ma-bottom-20 {
        margin-bottom: 20px;
    }
    .box-radis-sale {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .box-radis-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -24px;
        margin-top: 17px;
    }
    .display-destop {
        display: none;
    }
    .display-mobile {
        display: block;
    }
    .line-abt-verticle2 {
        background-color: #005BAA;
        width: 67%;
        height: 4px;
        position: absolute;
        left: 12px;
        top: 60px;
    }
    .box-chage-lang {
        margin-top: -22px;
        margin-right: 20px;
    }
    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }
    .nav-tabs>li {
        float: none;
    }
    .bg-color-footer {
        height: 20px;
        background-color: #005BAA;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: 393px;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 10px 0;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
        margin: 10px 0px;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 360px;
        margin: 20px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 20px;
    }
    .text-colo-link {
        color: #005BAA;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 531px;
    }
    .img-box-fing-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 1002px;
    }
    /* prduct detailpage */
    .text-breadcrumb {
        color: #B5B5B5;
    }
    .bg-pro-detail {
        background-color: #EDEDED;
        width: 100%;
        height: 540px;
    }
    .img-product-batt-detail {
        max-height: 100%;
        width: 100%;
    }
    .btn-border-w {
        background-color: #FFFFFF;
        border: 1px solid #D3D3D3;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 209px;
        height: 50px;
        font-weight: 600px;
        font-size: 17px;
        font-family: 'Kanit', sans-serif;
    }
    .box-view-big-img {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-type-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 29px;
        line-height: 55px;
        font-weight: 500;
        color: #C7EB02;
    }
    .text-name-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 64px;
        font-style: italic;
        line-height: 55px;
        font-weight: 700;
        color: #000000;
    }
    .box-data-pro-detail {}
    .text-sub-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        color: #000000;
    }
    .text-slogrand-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        line-height: 55px;
        font-weight: 500;
        color: #000000;
    }
    .btn-circle-product {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        width: 41px;
        height: 41px;
    }
    .text-icon-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .margin-bottom-img {
        margin-bottom: 5px;
    }
    .text-data-contant {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .text-sub-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        padding-left: 50px;
    }
    .text-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 11px;
        font-style: italic;
        line-height: 23px;
        font-weight: 600;
        color: #000000;
    }
    .text--sub-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 22px;
        font-style: italic;
        line-height: 17px;
        font-weight: 600;
        color: #000000;
        margin-top: 10px;
    }
    .green-box {
        background-color: #C7EB02;
        height: 42px;
        width: 3px;
        position: absolute;
        margin-top: 5px;
        left: 2px;
    }
    .padd-bottom-btn {
        padding-bottom: 20px;
    }
    .new-box-tip {
        padding-top: 29%;
    }
    .title-news-tip {
        font-size: 43px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 55px;
        color: #000;
    }
    .sub-new-detail {
        font-size: 23px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 32px;
        color: #005BAA;
        padding-right: 35%;
    }
    .img-icon-prodetail {
        width: 50px;
        height: auto;
    }
    .img-icon-prodetail-list {
        width: 43px;
        height: 43px;
    }
    /* end productdetail page */
    .select-box select {
        border-radius: 4px;
        background-color: #ffffff;
        border: 2px solid #005BAA;
        padding: 4px 10px;
        width: 96px;
    }
    .select-box {
        margin-top: 20px;
        padding-left: 20px;
    }
    .select-box select:active,
    select:hover {
        outline: none;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    /* footer */
    .footer {
        background-color: #fff;
        width: 100%;
        /* max-width: 1500px; */
        padding-bottom: 70px;
    }
    .border-footer {
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .img-footer-logo {
        height: 45px;
    }
    .padding-top-footer {
        padding-top: 50px;
    }
    .contact-text-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-detail-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-detail-reserved {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-address-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .img-icon-footer {
        width: 35px;
        height: 35px;
        margin-left: 5px;
        margin-top: 20px;
    }
    .text-link-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .text-link-footer-sub {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-left: 10px;
    }
    .tab-panel-batt-footer {
        background-color: #fff !important;
    }
    .tab-footer {
        border-top: 1px solid #231F20;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .short-full-footer {
        color: #231F20;
        margin-top: -17px;
        padding-right: 10px;
    }
    /* endfooter */
    .margin-space-banner {
        margin-top: 10px;
    }
    .btn-main-border {
        background-color: #fff;
        width: 220px;
        height: 50px;
        border: 2px solid #005BAA;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        border-radius: 4px;
        margin-top: 10px;
    }
    .btn-main-border:hover {
        box-shadow: 0px 3px 6px #00B6F1;
        color: #000000;
    }
    .btn-main-border:active {
        background: rgba(0, 51, 161, 1);
        background: -moz-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: -ms-linear-gradient(left, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        background: linear-gradient(to right, rgba(0, 51, 161, 1) 0%, rgba(0, 161, 224, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
        border-radius: 32px;
        width: 220px;
        height: 50px;
        border: none;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #000000;
        border-radius: 32px;
        margin-top: 10px;
        box-shadow: 0px 3px 6px #00B6F1;
    }
    /* Search all page  */
    .stylish-input-group .input-group-addon {
        background: white !important;
    }
    .stylish-input-group .form-control {
        border-right: 0;
        box-shadow: 0 0 0;
        border-color: #ccc;
    }
    .stylish-input-group button {
        border: 0;
        background: transparent;
    }
    .mdl-textfield {
        position: relative;
        font-size: 16px;
        display: inline-block;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 20px 0;
    }
    .btn-search {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .text-search-margin {
        margin-bottom: 20px;
    }
    .text-header-search {
        color: #04163D;
        margin-bottom: 5px;
    }
    .btn-search {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .mdl-textfield--floating-label {
        font-family: 'Kanit', sans-serif;
        font-size: 14px;
    }
    #search input[type="text"]:focus {
        width: 250px;
    }
    .text-cancel-bar {
        position: absolute;
        margin-top: -33px;
        right: 3%;
        z-index: -999;
        font-size: 12px !important;
        font-family: 'Kanit', sans-serif;
    }
    .text-link-suport {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 18px;
    }
    .collapsing,
    .in {
        background-color: #f7f7f7;
    }
    .collapsing ul li a,
    .in ul li a {
        color: #555 !important;
    }
    .collapsing ul li a:hover,
    .in ul li a:hover {
        color: #f1f1f1 !important;
    }
    .navbar-center {
        position: absolute;
        left: 30%;
        right: 20%;
    }
    .invisible-mobile {
        display: none !important;
    }
    .visible-mobile {
        display: block !important;
    }
    .invisible-slide-baner {
        display: none;
    }
    .visible-slide-baner {
        display: block;
    }
    .navbar-brand {
        float: right;
    }
    .menu-text-mobile {
        border-bottom: #005BAA solid 1px;
        font-size: 14px;
        font-family: 'Kanit', sans-serif;
        margin-top: 5px;
    }
    .margin-top-menu-mobile {
        margin-top: 20px;
    }
    .h-mobile {
        margin-top: 20px;
    }
    .margin-top-mobile-Procategory {
        margin-top: 40px;
    }
    /* advance search  */
    .cd-main-header,
    .cd-main-content {
        position: relative;
        transition: transform 0.3s;
    }
    .cd-main-header.nav-is-visible,
    .cd-main-content.nav-is-visible {
        transform: translateX(-260px);
    }
    .flipkart-navbar-input {
        padding: 12px 16px;
        border-radius: 2px 0 0 2px;
        border: 0 none;
        outline: 0 none;
        font-size: 15px;
        font-family: 'Kanit', sans-serif;
    }
    .flipkart-navbar-button {
        background-color: #999;
        border: 1px solid #999;
        border-radius: 0 2px 2px 0;
        color: #565656;
        padding: 10px 0;
        height: 44.5px;
        cursor: pointer;
    }
    .box-size {
        height: 443px !important;
    }
    .img-box {
        width: 200px;
        height: 100px;
        margin-right: 41%;
    }
    .navbar-center {
        position: absolute;
        left: 30%;
        right: 20%;
    }
    .main-menu-header {
        color: #ffffff !important;
        font-size: 15px;
        padding: 0 20px 0 20px;
        font-family: 'Kanit', sans-serif;
        cursor: pointer;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #005BAA;
        display: block;
        transition: 0.3s;
        font-family: 'Kanit', sans-serif;
    }
    .sidenav a:hover {
        color: #005BAA;
    }
    .sidenav .closebtn {
        font-family: 'Kanit', sans-serif;
        position: absolute;
        top: 0;
        left: -64px;
        font-size: 36px;
        margin-left: 50px;
    }
    .select-list-link-mobile {
        position: relative;
        margin-left: 275px;
        margin-top: -34px;
        color: white;
    }
    .img-logo {
        height: 31px;
        margin-top: 6px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
    }
    .img-logo-app {
        height: 31px;
        margin-top: 6px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -155%);
        position: absolute;
    }
    .navbar-default {
        height: 80px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #005BAA;
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        width: 24px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    /* homepage */
    .img-banner-mobile {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 1063px;
    }
    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #005BAA;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }
    .img-icon-type {
        height: 70px;
    }
    .text-sub-logo-type {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 38px;
        font-style: italic;
        font-weight: 600;
    }
    .date-news {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #848484;
        padding-top: 10px;
    }
    .padding-left-box-new {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-news {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
        font-weight: 600;
        height: 64px;
        overflow: hidden;
    }
    .tag-news-type {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn-tag-tip {
        background-color: #00B6F1;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities {
        background-color: #005BAA;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities:hover {
        color: #fff;
    }
    .btn-tag {
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .position-btn-typ-batt {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 0;
    }
    .text-detail-type-battery {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        padding-top: 0px;
        padding-left: 33px;
        padding-right: 33px;
        font-style: italic;
    }
    .text-mobile-sub {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 22px;
        color: #000000;
        font-style: italic;
        text-align: center;
        font-weight: 500;
    }
    .h-w-imag-ban-slide {
        width: 100%;
        max-width: 100%;
    }
    .title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 36px;
        line-height: 55px;
        color: #005BAA;
        text-align: center;
    }
    .bg-search-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    .sub-title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 55px;
        color: #00B6F1;
        font-style: italic;
        margin-bottom: 10px;
        text-align: center;
    }
    .select-search select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #00B6F1;
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #005BAA;
        margin-bottom: 10px;
        height: 50px;
    }
    .box-search {
        margin-top: 31px;
        text-align: center;
    }
    .select-search select:active,
    select:hover {
        outline: none;
    }
    .select-search select:after,
    select:hover {
        outline: none;
    }
    .text-title-app {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-content-app {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-sub-blue {
        color: #00B6F1 !important;
    }
    .app-box {
        margin-top: 25%;
    }
    .img-box-type-battery {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 803px;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .box-search-batt {
        margin-top: 139px;
        padding-left: 131px;
    }
    .title-search-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
    }
    .text-content-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
    }
    .img-box-news {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-box-news-main {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .text-name-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 38px;
        line-height: 33px;
        color: #005BAA;
        font-style: italic;
        font-weight: bolder;
        padding-left: 20px;
    }
    .text-sub-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 31px;
        line-height: 55px;
        color: #005BAA;
        font-style: italic;
        font-weight: 600;
    }
    .box-position-baner-hero {
        position: absolute;
        top: 24%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-slo-grand {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 18px;
        color: #000000;
        font-style: italic;
        font-weight: 500;
        width: 271px;
        text-align: center;
    }
    /* end homepage */
    /* product page */
    .img-product-pass-batt {
        background-position: center;
        background-repeat: no-repeat;
        height: 921px;
        width: 100%;
        background-size: cover;
    }
    .text-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #C7EB02;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 41px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 32px;
    }
    .text-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FF9300;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #00B6F1;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 29px;
        line-height: 32px;
    }
    .position-type-product {
        position: absolute;
        top: 130px;
    }
    .position-type-product-right {
        position: absolute;
        top: 130px;
        right: 50px;
    }
    .box-bg-product {
        background-color: #F0F0F0;
        height: 591px;
        margin-top: 20px;
    }
    .img-product-batt {
        width: 100%;
        height: 452px;
    }
    .product-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000000;
        font-size: 32px;
        line-height: 55px;
        font-weight: 500;
    }
    .type-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        font-size: 22px;
        line-height: 46px;
        font-weight: 700;
    }
    .tag-batt-name {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 124px;
        overflow: hidden;
    }
    .text-barnd {
        cursor: pointer;
    }
    .padding-box-pro-batt {
        padding: 0px 20px 20px 20px;
    }
    .btn-circle {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        position: absolute;
        bottom: 239px;
        right: 29px;
    }
    .banner-box-pro-car-type {
        margin-top: 10px;
        height: 469px;
    }
    .img-product-batt-banner {
        width: 100%;
        height: 100%;
    }
    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
    }
    .activeBrand {
        border-bottom: 4px solid #005BAA;
    }
    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 16px);
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }
    /*End product page */
    .col-xs-12 {
        position: relative;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-close-app {
        width: 21px;
        margin-top: 13px;
    }
    .breadcrumb {
        padding: 8px 10px;
    }
    .navbar-toggle {
        padding: 9px 15px;
    }
    /* about us page  */
    .abt-img {
        width: 100%;
        height: 378px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-abt {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 55px;
        font-weight: 500;
    }
    .box-content-abt {}
    .text-name-building {
        font-family: 'Kanit', sans-serif;
        color: #000;
        font-size: 32px;
        line-height: 29px;
        font-weight: 500;
    }
    .breadcrumb>.active {
        font-weight: 600;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 661px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 560px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    /* .about_line {
            position: absolute; 
          
            height: 255px;
            width: 5px;
        } */
    .text-year-abt {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-h-abt {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .text-h-abt-detail {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 24px;
    }
    .mar-top-box-history {
        margin-top: 50px;
    }
    .padding-top-abt {
        margin-top: 26px;
    }
    .data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        text-align: left;
        font-weight: 500;
    }
    .padding-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .text-job-position {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 30px;
        font-family: 'Kanit', sans-serif;
    }
    .short-full {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    }
    .mapouter {
        height: 500px;
        width: 100%;
        margin-top: 20px;
    }
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%;
    }
    .sub-data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 1.5;
        text-align: left;
        font-weight: 500;
    }
    .margin-top-abt {
        margin-top: 60px;
    }
    .text-detail-abt-h {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .text-h-abt-gs {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    /* end about us page  */
    /* find batt type page  */
    .position-type {
        position: absolute;
        top: 151px;
        left: 20px;
    }
    .text-batt-name {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #00B6F1;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 39px;
        line-height: 33px;
        color: #005BAA;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .detail-title {
        font-family: 'Kanit', sans-serif;
        font-size: 34px;
        line-height: 18px;
        color: #fff;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .sub-batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 34px;
        color: #fff;
        font-style: italic;
        margin-bottom: 20px;
    }
    /* end find batt type page  */
    /*  start Contact page  */
    .input-mar-padding {
        padding-top: 30px;
    }
    .text-contact-header {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 22px;
        line-height: 43px;
        font-weight: 500;
        text-align: center;
        font-style: italic;
    }
    .text-contact-h-main {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
        margin-top: 50px;
        font-style: italic;
    }
    .box-input select {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .box-input-text input {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .request-select {
        color: #FF9300 !important;
    }
    .text-lable {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #005BAA;
        padding: 0px 9px 0px 10px;
    }
    .lable-box {
        position: absolute;
        top: -14px;
        display: block;
        background-color: #ffff;
        left: 34px;
    }
    .margin-top-input {}
    .box-input-textarea textarea {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    /* End Contact page  */
    .bg-footer-mobile {
        width: 100%;
        height: 116px;
        position: absolute;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


/* moblie */

@media (max-width: 599px) {
    h1 {
        font-size: 30px;
        font-family: 'Kanit', sans-serif;
        line-height: 36px;
        font-weight: 400;
    }
    h2 {
        font-family: 'Kanit', sans-serif;
        font-size: 26px;
        line-height: 46px;
    }
    h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h4 {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
    }
    h5 {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 19px;
    }
    h6 {
        font-family: 'Kanit', sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    .a-text-size{
        margin-left: 20px;
       }
    p {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .image-gsbattery {
        margin-top: 30px;
        max-width: 100%;
        max-height: 535px;
    }
    .career-bg {
        height: 330px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .box-radis-des-sales::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #005BAA;
        position: absolute;
        margin-top: 7px;
    }
    .box-radis-des-sales {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-radis-des-batt::after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: #00B6F1;
        position: absolute;
        margin-top: 7px;
    }
    .ma-bottom-20 {
        margin-bottom: 20px;
    }
    .box-radis-sale {
        background-color: #005BAA;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -25px;
        margin-top: 17px;
    }
    .box-radis-batt {
        background-color: #00B6F1;
        display: block;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        margin-top: 7px;
        z-index: 1;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -25px;
        margin-top: 17px;
    }
    .display-destop {
        display: none;
    }
    .display-mobile {
        display: block;
    }
    .margin-left-nav {
        margin-left: 140px !important;
    }
    .box-chage-lang {
        margin-top: -22px;
        margin-right: 20px;
    }
    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }
    .nav-tabs>li {
        float: none;
    }
    .bg-color-footer {
        height: 20px;
        background-color: #005BAA;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: 393px;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 10px 0;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
        margin: 10px 0px;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 360px;
        margin: 20px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 15px;
    }
    .text-colo-link {
        color: #005BAA;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 168px;
    }
    .img-box-fing-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    /* prduct detailpage */
    .text-breadcrumb {
        color: #B5B5B5;
    }
    .bg-pro-detail {
        background-color: #EDEDED;
        width: 100%;
        height: 436px;
    }
    .img-product-batt-detail {
        max-height: 100%;
        width: 100%;
    }
    .btn-border-w {
        background-color: #FFFFFF;
        border: 1px solid #D3D3D3;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 209px;
        height: 50px;
        font-weight: 600px;
        font-size: 17px;
        font-family: 'Kanit', sans-serif;
    }
    .box-view-big-img {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text-type-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 29px;
        line-height: 55px;
        font-weight: 500;
        color: #C7EB02;
    }
    .text-name-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 64px;
        font-style: italic;
        line-height: 55px;
        font-weight: 700;
        color: #000000;
    }
    .box-data-pro-detail {}
    .text-sub-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        color: #000000;
    }
    .text-slogrand-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        line-height: 55px;
        font-weight: 500;
        color: #000000;
    }
    .btn-circle-product {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        width: 41px;
        height: 41px;
    }
    .text-icon-pro-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .margin-bottom-img {
        margin-bottom: 5px;
    }
    .text-data-contant {
        font-family: 'Kanit', sans-serif;
        font-size: 27px;
        font-style: italic;
        line-height: 40px;
        font-weight: 500;
        color: #000000;
    }
    .text-sub-detail {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        padding-left: 50px;
    }
    .text-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 11px;
        font-style: italic;
        line-height: 23px;
        font-weight: 600;
        color: #000000;
    }
    .text--sub-h-pro {
        font-family: 'Kanit', sans-serif;
        font-size: 20px;
        font-style: italic;
        line-height: 17px;
        font-weight: 600;
        color: #000000;
        margin-top: 10px;
    }
    .green-box {
        background-color: #C7EB02;
        height: 42px;
        width: 3px;
        position: absolute;
        margin-top: 5px;
        left: 2px;
    }
    .padd-bottom-btn {
        padding-bottom: 20px;
    }
    .new-box-tip {
        padding-top: 29%;
    }
    .title-news-tip {
        font-size: 43px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 55px;
        color: #000;
    }
    .sub-new-detail {
        font-size: 23px;
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        line-height: 32px;
        color: #005BAA;
        padding-right: 35%;
    }
    .img-icon-prodetail {
        width: 50px;
        height: auto;
    }
    .img-icon-prodetail-list {
        width: 43px;
        height: 43px;
    }
    /* end productdetail page */
    .select-box select {
        border-radius: 4px;
        background-color: #ffffff;
        border: 2px solid #005BAA;
        padding: 4px 10px;
        width: 96px;
    }
    .select-box {
        margin-top: 20px;
        padding-left: 20px;
    }
    .select-box select:active,
    select:hover {
        outline: none;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    /* footer */
    .footer {
        background-color: #fff;
        width: 100%;
        /* max-width: 1500px; */
        padding-bottom: 70px;
    }
    .border-footer {
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .img-footer-logo {
        height: 45px;
    }
    .padding-top-footer {
        padding-top: 50px;
    }
    .contact-text-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-detail-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-detail-reserved {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .text-address-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-top: 20px;
    }
    .img-icon-footer {
        width: 35px;
        height: 35px;
        margin-left: 5px;
        margin-top: 20px;
    }
    .text-link-footer {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
    }
    .text-link-footer-sub {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #231F20;
        padding-left: 10px;
    }
    .tab-panel-batt-footer {
        background-color: #fff !important;
    }
    .tab-footer {
        border-top: 1px solid #231F20;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .short-full-footer {
        color: #231F20;
        margin-top: -17px;
        padding-right: 10px;
    }
    /* endfooter */
    .margin-space-banner {
        margin-top: 10px;
    }
    .btn-main-border {
        background-color: #fff;
        width: 220px;
        height: 50px;
        border: 2px solid #005BAA;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #005BAA;
        border-radius: 4px;
        margin-top: 10px;
    }
    .btn-main-border:hover {
        box-shadow: 0px 3px 6px #00B6F1;
        color: #000000;
    }
    .btn-main-border:active {
        background: rgba(0, 51, 161, 1);
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
        border-radius: 32px;
        width: 220px;
        height: 50px;
        border: none;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        color: #000000;
        border-radius: 32px;
        margin-top: 10px;
        box-shadow: 0px 3px 6px #00B6F1;
    }
    /* Search all page  */
    .stylish-input-group .input-group-addon {
        background: white !important;
    }
    .stylish-input-group .form-control {
        border-right: 0;
        box-shadow: 0 0 0;
        border-color: #ccc;
    }
    .stylish-input-group button {
        border: 0;
        background: transparent;
    }
    .mdl-textfield {
        position: relative;
        font-size: 16px;
        display: inline-block;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 20px 0;
    }
    .btn-search {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .text-search-margin {
        margin-bottom: 20px;
    }
    .text-header-search {
        color: #04163D;
        margin-bottom: 5px;
    }
    .btn-search {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .mdl-textfield--floating-label {
        font-family: 'Kanit', sans-serif;
        font-size: 14px;
    }
    #search input[type="text"]:focus {
        width: 250px;
    }
    .text-cancel-bar {
        position: absolute;
        margin-top: -33px;
        right: 3%;
        z-index: -999;
        font-size: 12px !important;
        font-family: 'Kanit', sans-serif;
    }
    .text-link-suport {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 18px;
    }
    .collapsing,
    .in {
        background-color: #f7f7f7;
    }
    .collapsing ul li a,
    .in ul li a {
        color: #555 !important;
    }
    .collapsing ul li a:hover,
    .in ul li a:hover {
        color: #f1f1f1 !important;
    }
    .navbar-center {
        position: absolute;
        left: 30%;
        right: 20%;
    }
    .invisible-mobile {
        display: none !important;
    }
    .visible-mobile {
        display: block !important;
    }
    .invisible-slide-baner {
        display: none;
    }
    .visible-slide-baner {
        display: block;
    }
    .navbar-brand {
        float: right;
    }
    .menu-text-mobile {
        border-bottom: #005BAA solid 1px;
        font-size: 14px;
        font-family: 'Kanit', sans-serif;
        margin-top: 5px;
    }
    .margin-top-menu-mobile {
        margin-top: 20px;
    }
    .h-mobile {
        margin-top: 20px;
    }
    .margin-top-mobile-Procategory {
        margin-top: 40px;
    }
    /* advance search  */
    .cd-main-header,
    .cd-main-content {
        position: relative;
        transition: transform 0.3s;
    }
    .cd-main-header.nav-is-visible,
    .cd-main-content.nav-is-visible {
        transform: translateX(-260px);
    }
    .flipkart-navbar-input {
        padding: 12px 16px;
        border-radius: 2px 0 0 2px;
        border: 0 none;
        outline: 0 none;
        font-size: 15px;
        font-family: 'Kanit', sans-serif;
    }
    .flipkart-navbar-button {
        background-color: #999;
        border: 1px solid #999;
        border-radius: 0 2px 2px 0;
        color: #565656;
        padding: 10px 0;
        height: 44.5px;
        cursor: pointer;
    }
    .box-size {
        height: 443px !important;
    }
    .navbar-center {
        position: absolute;
        left: 30%;
        right: 20%;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #005BAA;
        display: block;
        transition: 0.3s;
        font-family: 'Kanit', sans-serif;
    }
    .sidenav a:hover {
        color: #005BAA;
    }
    .sidenav .closebtn {
        font-family: 'Kanit', sans-serif;
        position: absolute;
        top: 0;
        left: -64px;
        font-size: 36px;
        margin-left: 50px;
    }
    .select-list-link-mobile {
        position: relative;
        margin-left: 275px;
        margin-top: -34px;
        color: white;
    }
    .img-logo {
        height: 31px;
        margin-top: 6px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
    }
    .img-logo-app {
        height: 31px;
        margin-top: 6px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -155%);
        position: absolute;
    }
    .navbar-default {
        height: 80px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #005BAA;
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        width: 24px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    /* homepage */
    .img-banner-mobile {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 900px;
    }
    .img-icon-type {
        height: 70px;
    }
    .text-sub-logo-type {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 38px;
        font-style: italic;
        font-weight: 600;
    }
    .date-news {
        font-family: 'Kanit', sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #848484;
        padding-top: 10px;
    }
    .padding-left-box-new {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title-news {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
        font-weight: 600;
        height: 64px;
        overflow: hidden;
    }
    .tag-news-type {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn-tag-tip {
        background-color: #00B6F1;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities {
        background-color: #005BAA;
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .btn-tag-activities:hover {
        color: #fff;
    }
    .btn-tag {
        padding: 2px 22px 1px 22px;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
    }
    .position-btn-typ-batt {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 0;
    }
    .text-detail-type-battery {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        padding-top: 0px;
        padding-left: 33px;
        padding-right: 33px;
        font-style: italic;
    }
    .text-mobile-sub {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 22px;
        color: #000000;
        font-style: italic;
        text-align: center;
        font-weight: 500;
    }
    .h-w-imag-ban-slide {
        max-width: 100%;
        width: 100%;
    }
    .title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 36px;
        line-height: 55px;
        color: #005BAA;
        text-align: center;
    }
    .bg-search-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 556px;
    }
    .sub-title-search {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 55px;
        color: #005BAA;
        margin-bottom: 10px;
        text-align: center;
    }
    .select-search select {
        border-radius: 4px;
        background-color: #f1f1f1;
        border: 2px solid #00B6F1;
        padding: 10px 10px 10px 10px;
        width: 100%;
        color: #005BAA;
        margin-bottom: 10px;
        height: 50px;
    }
    .box-search {
        margin-top: 31px;
        text-align: center;
    }
    .select-search select:active,
    select:hover {
        outline: none;
    }
    .select-search select:after,
    select:hover {
        outline: none;
    }
    .text-title-app {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-content-app {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
        font-style: italic;
        margin-bottom: 10px;
    }
    .text-sub-blue {
        color: #00B6F1 !important;
    }
    .app-box {
        margin-top: 25%;
    }
    .img-box-type-battery {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 533px;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .box-search-batt {
        margin-top: 139px;
        padding-left: 131px;
    }
    .title-search-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 48px;
        line-height: 55px;
        color: #fff;
    }
    .text-content-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 32px;
        color: #fff;
    }
    .img-box-news {
        width: 100%;
        height: 238px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-box-news-main {
        width: 100%;
        height: 423px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .text-name-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 38px;
        line-height: 33px;
        color: #005BAA;
        font-style: italic;
        font-weight: bolder;
        padding-left: 20px;
    }
    .text-sub-hero {
        font-family: 'Kanit', sans-serif;
        font-size: 31px;
        line-height: 55px;
        color: #005BAA;
        font-style: italic;
        font-weight: 600;
    }
    .box-position-baner-hero {
        position: absolute;
        top: 24%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }
    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #005BAA;
    }
    .carousel-indicators {
        position: absolute;
        bottom: -9px;
        left: 50%;
        z-index: 15;
        width: 60%;
        margin-left: -30%;
        padding-left: 0;
        list-style: none;
        text-align: center;
    }
    .text-slo-grand {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 18px;
        color: #000000;
        font-style: italic;
        font-weight: 500;
        width: 271px;
        text-align: center;
    }
    /* end homepage */
    /* product page */
    .img-product-pass-batt {
        background-position: center;
        background-repeat: no-repeat;
        height: 612px;
        width: 100%;
        background-size: cover;
    }
    .text-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #C7EB02;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 41px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-one {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 32px;
    }
    .text-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #FF9300;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-two {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000;
        font-size: 29px;
        line-height: 32px;
    }
    .text-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #00B6F1;
        font-size: 30px;
        line-height: 32px;
    }
    .title-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 49px;
        line-height: 55px;
        font-weight: bold;
    }
    .sub-batt-type-three {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #fff;
        font-size: 29px;
        line-height: 32px;
    }
    .position-type-product {
        position: absolute;
        top: 130px;
    }
    .position-type-product-right {
        position: absolute;
        top: 130px;
        right: 50px;
    }
    .box-bg-product {
        background-color: #F0F0F0;
        height: 582px;
        margin-top: 20px;
    }
    .img-product-batt {
        width: 100%;
        height: 290px;
    }
    .product-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        color: #000000;
        font-size: 32px;
        line-height: 55px;
        font-weight: 500;
    }
    .type-batt-name {
        font-family: 'Kanit', sans-serif;
        font-style: italic;
        font-size: 20px;
        line-height: 46px;
        font-weight: 700;
    }
    .tag-batt-name {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        height: 124px;
        overflow: hidden;
    }
    .text-barnd {
        cursor: pointer;
    }
    .padding-box-pro-batt {
        padding: 0px 20px 20px 20px;
    }
    .btn-circle {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        border-radius: 50%;
        position: absolute;
        bottom: 239px;
        right: 29px;
    }
    .banner-box-pro-car-type {
        margin-top: 10px;
        height: 469px;
    }
    .img-product-batt-banner {
        width: 100%;
        height: 100%;
    }
    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
        padding: 50px;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
    }
    .activeBrand {
        border-bottom: 4px solid #005BAA;
    }
    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 16px);
    }
    .MultiCarousel .leftLst {
        left: 0;
    }
    .MultiCarousel .rightLst {
        right: 0;
    }
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc;
    }
    /*End product page */
    .col-xs-12 {
        position: relative;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-close-app {
        width: 21px;
        margin-top: 13px;
    }
    .breadcrumb {
        padding: 8px 10px;
    }
    .navbar-toggle {
        padding: 9px 15px;
    }
    /* about us page  */
    .abt-img {
        width: 100%;
        height: 378px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-abt {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 55px;
        font-weight: 500;
    }
    .box-content-abt {}
    .text-name-building {
        font-family: 'Kanit', sans-serif;
        color: #000;
        font-size: 32px;
        line-height: 29px;
        font-weight: 500;
    }
    .breadcrumb>.active {
        font-weight: 600;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 661px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 560px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    /* .about_line {
            position: absolute; 
          
            height: 255px;
            width: 5px;
        } */
    .text-year-abt {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 30px;
        line-height: 45px;
        font-weight: 500;
    }
    .text-h-abt {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .text-h-abt-detail {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 24px;
    }
    .mar-top-box-history {
        margin-top: 50px;
    }
    .padding-top-abt {
        margin-top: 26px;
    }
    .data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        text-align: left;
        font-weight: 500;
    }
    .padding-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .text-job-position {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 30px;
        font-family: 'Kanit', sans-serif;
    }
    .short-full {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    }
    .mapouter {
        height: 500px;
        width: 100%;
        margin-top: 20px;
    }
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 500px;
        width: 100%;
    }
    .sub-data-abt-h-text {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 24px;
        line-height: 1.5;
        text-align: left;
        font-weight: 500;
    }
    .margin-top-abt {
        margin-top: 60px;
    }
    .text-detail-abt-h {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .text-h-abt-gs {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 30px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    /* end about us page  */
    /* find batt type page  */
    .position-type {
        position: absolute;
        top: 151px;
        left: 20px;
    }
    .text-batt-name {
        font-family: 'Kanit', sans-serif;
        font-size: 30px;
        line-height: 55px;
        color: #00B6F1;
        font-style: italic;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 39px;
        line-height: 33px;
        color: #005BAA;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .detail-title {
        font-family: 'Kanit', sans-serif;
        font-size: 34px;
        line-height: 18px;
        color: #fff;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .sub-batt-type {
        font-family: 'Kanit', sans-serif;
        font-size: 17px;
        line-height: 34px;
        color: #fff;
        font-style: italic;
        margin-bottom: 20px;
    }
    /* end find batt type page  */
    /*  start Contact page  */
    .input-mar-padding {
        padding-top: 30px;
    }
    .text-contact-header {
        font-family: 'Kanit', sans-serif;
        color: #000000;
        font-size: 22px;
        line-height: 43px;
        font-weight: 500;
        text-align: center;
        font-style: italic;
    }
    .text-contact-h-main {
        font-family: 'Kanit', sans-serif;
        color: #005BAA;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
        margin-top: 50px;
        font-style: italic;
    }
    .box-input select {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .box-input-text input {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    .request-select {
        color: #FF9300 !important;
    }
    .text-lable {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #005BAA;
        padding: 0px 9px 0px 10px;
    }
    .lable-box {
        position: absolute;
        top: -14px;
        display: block;
        background-color: #ffff;
        left: 34px;
    }
    .margin-top-input {}
    .box-input-textarea textarea {
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #00B6F1;
        padding-left: 20px;
        color: #005BAA;
    }
    /* End Contact page  */
    .bg-footer-mobile {
        width: 100%;
        height: 116px;
        position: absolute;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mar-bottom-60 {
        margin-bottom: 60px;
    }
}

@media (max-width: 500px) {
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: 393px;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 726px;
        position: absolute;
        margin-left: 6px;
        margin-top: -11px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 605px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    .career-bg {
        height: 270px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    .pad-left {
        padding-left: 20px;
    }
    .a-text-size{
        margin-left: 20px;
       }
    .bg-footer-mobile {
        width: 100%;
        height: 102px;
        position: absolute;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .img-banner-mobile {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 698px;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 309px;
    }
    .box-chage-lang {
        margin-top: -22px;
        margin-right: 20px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
        margin: 10px 0px;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 360px;
        margin: 20px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 30px 0 10px 0;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media (max-width: 429px) {
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -16px;
        margin-top: 17px;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -16px;
        margin-top: 17px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: 393px;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 18px;
    }
    .img-banner-mobile {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 622px;
    }
    .img-box-fing-batt {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 600px;
    }
    .margin-left-nav {
        margin-left: 102px !important;
    }
    .a-text-size{
        margin-left: 25px;
       }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 317px;
    }
    .pad-left {
        padding-left: 20px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 200px;
        margin: 20px 0px;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
}

@media (max-width: 399px) {
    .box-timeline-ver-sale::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #005BAA;
        position: absolute;
        left: -16px;
        margin-top: 17px;
    }
    .box-timeline-ver-batt::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00B6F1;
        position: absolute;
        left: -16px;
        margin-top: 17px;
    }
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .margin-left-nav {
        margin-left: 81px !important;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: 393px;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .tabbable-line>.nav-tabs>li {
        margin: 0 18px;
    }
    .img-banner-mobile {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 568px;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 830px;
        position: absolute;
        margin-left: 6px;
        margin-top: -11px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 642px;
        position: absolute;
        margin-left: 5px;
        margin-top: -11px;
    }
    .bg-footer-mobile {
        width: 100%;
        height: 79px;
        position: absolute;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
        width: 145px;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 282px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 200px;
        margin: 20px 0px;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
    .box-news-activities {
        border-bottom: 1px solid #D1D2D4;
        margin: 10px 0;
    }
    .box-text-activities {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .border-bottom-new-act {
        width: 155px;
        height: 4px;
        background: #005BAA;
        background: -moz-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -webkit-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -o-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: -ms-linear-gradient(left, #005BAA 0%, #00B6F1 100%);
        background: linear-gradient(to right, #005BAA 0%, #00B6F1 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005BAA', endColorstr='#00B6F1', GradientType=1);
    }
    .sub-new-des {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .box-text-tip {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
        color: #005BAA;
    }
    .pad-left {
        padding-left: 20px;
    }
    .bg-footer {
        background-color: #ffffff;
        width: 100%;
        height: 393px;
        border-bottom: 4px solid #00B6F1;
        border-top: 4px solid #00B6F1;
    }
    .line-abt {
        background-color: #005BAA;
        width: 4px;
        height: 906px;
        position: absolute;
        margin-left: 6px;
        margin-top: -11px;
    }
    .line-abt-2 {
        background-color: #005BAA;
        width: 4px;
        height: 666px;
        position: absolute;
        margin-left: 7px;
        margin-top: -11px;
    }
    .bg-footer-mobile {
        width: 100%;
        height: 79px;
        position: absolute;
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 10px;
        margin: 10px;
        background: #fff;
        color: #000;
    }
    .btn-position-banner {
        left: 50%;
        transform: translate(-50%, 50%);
        position: absolute;
        bottom: 282px;
    }
    .text-header-batt {
        font-family: 'Kanit', sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        color: #005BAA;
    }
    .img-box-home {
        width: 100%;
        background-color: #f1f1f1;
        height: 200px;
        margin: 20px 0px;
    }
    .batt-long-time {
        margin: 20px 0px;
    }
}
@media (min-width: 1440px) {
    .p-r-0{
        padding-right: 0;
    }
    .img-new-m-img-box {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 176px !important;
        margin-bottom: 100px;
    }
 

}
@media (min-width: 992px) {
    .f-s-bn-titile {
        font-size: 36px;
      
    }

}
@media (min-width: 1200px) {
    .p-r-0{
        padding-right: 0;
    }
    .img-new-m-img-box {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 176px !important;
        margin-bottom: 100px;
    }
   
}
@media (max-width: 1300px) {
    .ma-gin-l {
        margin-right: 7px;
    }
}

@media (max-width: 1200px) {
    .box-call-138 {
        position: fixed;
        top: 380px;
        right: 16px;
    }
   
}
@media (max-width: 1024px) {
    .box-call-138 {
        position: fixed;
        top: 323px;
        right: 16px;
    }
    .box-call-icon-138 {
        height: 75px;
        width: 75px;
        font-size: 14px;
        padding: 8px;

    }
    .title-our-h-text {
        padding: 10px 38px;
    }
}
@media (max-width: 800px) {
    .box-show-data{
        display: block;
        height: 450px;
    }
    .p-r-0{
        padding-left: 0px;
        padding-right: 0px;
    }
    .mrt-top {
        margin-top: 40px;
    }
    .img-banner-bg-p-lt {
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 15% 100%;
    }
}

@media (max-width: 475px) {

    .btn-center-mobile{
        margin: 0px auto;
    }
    .pd-l-r-btn {
        margin:10px  auto;
    }
    .box-content-b{
      text-align: center;
    }
    .f-s-bn-titile {
        font-size: 26px;
    }
    .f-s-bn-sub {
        font-size: 18px;
    }
    .img-banner-bg-p-lt {
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 33% 100%;
    }

}
@media (min-width: 992px) {
    .pd-l-r-btn {
        margin: 10px 10px 10px 0px;
    }
}
@media (max-width: 375px) {

    .sub-our-text {
        font-family: 'Kanit', sans-serif;
        color: #646464;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
    }
    .title-our-h-text {
        padding: 10px 13px;
    }
    .img-new-m-img-box:after {
        padding-bottom: 183.94% !important;
    }
    .mrt-top{
        margin-top: 30px;
    }
    .w-100-m{
        width: 100%;
    }
    .f-title {
        font-size: 30px;
    }
    .btn-center-mobile{
        margin: 0px auto;
    }
    .img-banner-bg-p-lt {
        background-position: 36% 100%;
    }

}

@media (min-width: 427px) {
    .show-destop{
        display: block;
    }
    .show-m{
        display:none;
    }
  
  }
@media (max-width: 426px) {
  .show-destop{
      display: none;
  }
  .show-m{
      display:block;
  }

}


.img-new-m-img-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 63px
  
}
.mobile-img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.img-new-m-img-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 154.94%;
  
}