body {
    color: #5d5d5d;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    font-display: swap;
}

body.lang-th {
    font-family: 'Montserrat', 'tahoma', sans-serif;
}

@font-face {
    font-family: 'Tw Cen MT Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Tw Cen MT Condensed'), url('../fonts/TCCM____.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT Condensed Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Tw Cen MT Condensed Extra Bold'), url('../fonts/TCCEB.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Tw Cen MT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Tw Cen MT Bold'), url('../fonts/TCB_____.woff') format('woff');
    font-display: swap;
}

html {
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #000;
}

.search-container ::-webkit-input-placeholder {
    color: #5d5d5d;
}

a {
    color: #5d5d5d;
    text-decoration: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

button {
    border: 0px;
    background: none;
}

.clr:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img {
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0px;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
    margin: 10px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    margin: 0;
    padding: 0px;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea {
    border: none;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 20px;
    letter-spacing: 1px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

header {
    background: #fff;
    position: relative;
    font-family: 'Tw Cen MT Bold', 'Kanit';
    width: 100%;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 9999;
    top: 0;
    /* position: fixed;*/
}

.shrink {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

#logo {
    width: 17%;
    float: left;
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0;
    background: #ffe200;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    height: 110px;
}

#logo .inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#logo .inner img {
    max-width: 300px;
    width: 100%;
}

.head-right {
    width: auto;
    float: right;
    font-size: 15px;
    position: relative;
    margin: 0 30px;
}

.menu-top {
    display: block;
    min-width: 780px;
}

.menu-top ul {
    text-align: right;
}

.menu-top ul li {
    display: inline-block;
    margin-right: 4%;
    font-size: 16px;
    position: relative;
}

.menu-top ul li a:hover {}

.menu-top ul li a {
    text-decoration: none;
    line-height: 50px;
    position: relative;
    display: block;
}

.menu-top ul li:last-child {
    margin-right: 0%;
}

.menu-top ul li i {
    color: #ffe200;
}

ul.dropdown {
    background: #0070c4;
    position: absolute;
    width: 140px;
    text-align: left;
    left: 0px;
    display: none;
    top: 50px;
}

.lang-th ul.dropdown {
    top: 24px;
}

#rwdMenuWrap ul li ul li a {
    color: #0070c4;
}

#rwdMenuWrap ul li ul li:before {
    border-left: 4px solid #0070c4;
}

.menu-top ul li:hover ul.dropdown {
    display: block;
}

ul.dropdown li {
    display: block;
    margin-right: 0;
    padding: 0px 5px;
}

ul.dropdown li a {
    line-height: normal;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

ul.dropdown li:nth-child(3) a {
    border-bottom: none;
}

.h-top {
    text-align: right;
    margin-bottom: 10px;
}

#search {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

#search input[type=text] {
    background: none;
    border: none;
    font-weight: 600;
    height: 32px;
    font-size: 12px;
    border-bottom: 1px solid #0070c4;
    font-size: 12px;
    color: #0070c4;
    font-family: 'Montserrat', sans-serif;
}

#search input::-webkit-input-placeholder {
    color: #0070c4;
}

#search button {
    position: absolute;
    top: 8px;
    right: 0;
    color: #ffe200;
    cursor: pointer;
}

#lang {
    display: inline-block;
    margin-right: 20px;
}

#lang img {
    vertical-align: top;
    display: inline-block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#lang a {
    color: #0070c4;
}

#lang ul {
    display: inline-block;
    z-index: 99;
}

#lang ul li {
    position: relative;
    display: inline-block;
}


/*#lang ul li:after {
    content:'';
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #ffe200;
    position:absolute;
    top:7px;
    right:-12px;
}*/

#lang ul li i {
    color: #ffe200;
}

#mb-distributor {
    background: #ffe200;
    display: block;
    padding: 10px 8px;
    border-radius: 8px 8px;
    font-size: 15px;
    margin: 5px 30px 20px;
}

#mb-distributor a {
    color: #000;
}

#mb-distributor img {
    margin-right: 7px;
    vertical-align: top;
}

ul.drop-menu {
    background: #0070c4;
    position: absolute;
    width: 50px;
    text-align: center;
    left: 0px;
    display: none!important;
}

#lang ul li:hover ul.drop-menu {
    display: block!important;
}

ul.drop-menu li {}

ul.drop-menu li a {
    color: #fff!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 8px 0;
}

#for-distributor {
    background: #ffe200;
    display: inline-block;
    padding: 10px 8px;
    border-radius: 0px 0px 8px 8px;
    font-size: 15px;
}

#for-distributor a {
    color: #000;
}

#for-distributor img {
    margin-right: 7px;
    vertical-align: top;
}

.banner-top {
    width: 95%;
    background: url(../images/banner-top.png) top center no-repeat;
    float: right;
    position: relative;
    background-size: cover;
    height: 600px;
}

.caption-banner {
    position: absolute;
    bottom: -20px;
    background: #ffe200;
    padding: 8px 30px;
    right: 0;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    font-size: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.topic {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Tw Cen MT Bold', 'Kanit';
}

.topic h2,
.topic h1,
.topic div.txt-blue {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.topic h2:before,
.topic h1:before {
    content: "";
    display: block;
    height: 5px;
    width: 80px;
    border-bottom: 2px dotted #ffe200;
    margin: 0px auto 20px auto;
}

.topic p {
    font-size: 22px;
    font-weight: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    line-height: 1.4em;
    color: #333333;
}

.box-about {
    margin: 60px 0;
}

.wrap-content {
    max-width: 1024px;
    width: 100%;
    margin: auto;
}

.wrap-content p {
    margin-bottom: 15px;
    line-height: 1.8em;
}

.col-left {
    float: left;
    width: 40%;
    margin-bottom: 40px;
    line-height: 1.7em;
}

.col-right {
    float: right;
    width: 50%;
    margin-bottom: 20px;
}

.box-about .col-right {
    padding: 30px 0;
}

.img-shadow {
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.2);
}

.more {
    text-align: center;
    margin: 40px 0 0 0;
}

.more a:after {
    content: "\f30b";
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 16px;
    font-family: Font Awesome\ 5 Free;
}

.more a {
    position: relative;
    background: #ffe200;
    padding: 10px 45px 10px 40px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.2);*/
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.more a:hover:after {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.s1 {}

.s1 .left {
    float: right;
    width: 40%;
    position: relative;
    right: 50%;
    padding: 4% 5% 0
}

.s1 .left .inner {
    width: 100%;
}

.s1 .right {
    float: left;
    width: 50%;
    background: url(../images/pic1.jpg) center top no-repeat;
    height: 500px;
    background-size: cover;
    position: relative;
    left: 50%;
}

.s2 {
    background: #ffe200;
}

.inner-detail {
    padding: 60px auto 40px !important;
    width: 80%;
}

.s2 .left {
    width: 50%;
    float: left;
    background: url(../images/banner-cat02.jpg) center top no-repeat;
    background-size: cover;
    height: 500px;
    right: 50%;
}

.s2 .right {
    width: 40%;
    float: left;
    background: #ffe200;
    padding: 4% 5% 0;
    left: 50%;
}

.s2 .right .inner {
    width: 100%;
}

.s2 .left ul li {
    width: 50%;
    float: left;
}

.more1 {
    border: 1px solid #000;
    padding: 10px 20px;
    display: inline-block;
    background: transparent!important;
}

.home-p {
    background: url(../images/pic4.jpg) center top no-repeat!important;
}

.title h2:before {
    display: none;
}

.contact-social {
    background: #ffe200;
    margin-top: 80px;
}

.h-contact {
    float: left;
    width: 50%;
    padding: 30px 2% 30px 10%;
}

.h-contact h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    color: #000;
}

.h-contact a {
    background: #ffe200;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #000;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}

.h-contact a img {
    vertical-align: top;
    margin-right: 10px;
}

#box-social {
    float: left;
    width: 50%;
}

#box-social ul li {
    padding: 60px 20px;
    width: 25%;
    float: left;
    text-align: center;
    height: 240px;
    color: #fff;
}

#box-social ul li a {
    color: #fff;
}

#box-social ul li:hover {
    border-bottom: 5px solid #ffe200;
}

#box-social ul li p {
    margin-top: 20px;
    font-weight: 600;
}

#box-social ul li:nth-child(1) {
    background: #0070c4;
    width: 30%;
}

#box-social ul li:nth-child(2) {
    background: #3acc01;
}

#box-social ul li:nth-child(3) {
    background: #263c7f;
}

#box-social ul li:nth-child(4) {
    background: #00ad00;
}

.s3 {
    padding: 60px 0 0;
}

.s3 ul li {
    float: left;
    width: 50%;
    position: relative;
}

.s3 ul {
    margin-top: 40px;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 20px solid rgba(255, 226, 0, 0);
    transition: all 0.5s;
    /*opacity: 0;*/
    cursor: pointer;
}

.mask:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 20px solid rgba(255, 226, 0, 1);
    background: rgba(0, 39, 63, 0.9);
    opacity: 0.9;
}

.mask .inner {
    position: absolute;
    color: #fff;
    padding: 20px 20px;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.topic-c {
    text-align: center;
}

.mask .inner p.title {
    vertical-align: top;
    text-align: center;
    background: #0070c4;
    color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 14px;
    display: inline-block;
    margin: 0 auto 35px auto;
    font-weight: 600;
    transition: all 0.5s;
    position: relative;
}

.mask:hover p.title {
    background: #ffe200;
    color: #000;
}

.country {
    font-size: 12px;
}

.country span {
    margin: 0 10px 0 0;
}

.country span img {
    vertical-align: text-bottom;
}

.date-news {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
}

.date-news:after {
    content: "";
    display: block;
    height: 5px;
    width: 40px;
    border-bottom: 1px dotted #fff;
    margin: 5px 0 10px 0;
}

.box-product {
    background: #ffe200;
    padding: 60px 0 50px;
}

.box-product .topic h2:before {
    border-bottom: 2px dotted #000;
}

.box-product ul {
    margin-top: 40px;
    letter-spacing: -0.4em;
    text-align: left;
}

.box-product ul li {
    display: inline-block;
    width: -webkit-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px);
    position: relative;
    margin: 0 10px 40px 10px;
    vertical-align: top;
    letter-spacing: normal;
}

.box-product ul li figure {
    width: 175px;
    border-radius: 50%;
    position: relative;
    border: 1px dashed #0797b9;
    padding: 5px;
    background: #ffe200;
    text-align: center;
    margin: 0px auto 30px auto;
}

.box-product ul li figure img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.box-product ul li .detail {
    padding: 0px 10px;
}

.name-p {
    text-align: center;
    font-weight: 600;
    color: #0070c4;
    font-size: 15px!important;
    line-height: 24px;
}

.name-p:after {
    content: "";
    display: block;
    height: 5px;
    width: 40px;
    border-bottom: 1px dotted #000;
    margin: 10px auto 15px auto;
}

.box-product ul li p {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    padding-left: 20px;
}

.b-detail {
    text-align: center;
}

.b-detail a {
    background: #0070c4;
    padding: 7px 35px 7px 25px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
}

.b-detail a:before {
    content: "\f0a9";
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
}

.box_news {
    padding: 60px 0;
    background: #f5f7f7;
}

.box_news .topic h2:before {
    border-bottom: 2px dotted #0070c4;
}

.inner_news ul li {
    padding: 12px 0;
    font-size: 14px;
    position: relative;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s;
}

.inner_news ul li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.inner_news ul li:hover {
    background-color: rgba(255, 255, 255, 1);
}

.inner_news {
    max-width: 1024px;
    width: 100%;
    margin: auto;
    padding: 10px 0 0 0;
}

.line-news {
    float: left;
    width: 20%;
    vertical-align: top;
}

.desc-news {
    float: right;
    width: 79%;
    position: relative;
}

.news-date {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: 1px;
}

.category {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #0070c4;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 10px;
    border: 1px solid #0070c4;
}

.news-country {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 10px;
    color: #000;
    padding: 0px 0px;
    font-size: 10px;
}

.i-news {
    background: #eb0648;
    border: 1px solid #eb0648;
    color: #fff;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 10px;
    margin-left: 10px;
}

.inner_news ul li p {
    display: inline-block;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
}

.box_ourcompany {
    padding: 60px 0;
}

.form-contact {
    padding: 60px 0;
    background: url(../images/form-contact.jpg) center center;
    width: 100%;
    background-size: cover;
}

.form-contact .topic h2 {
    color: #ffe200;
}

.form-contact .topic p {
    color: #fff;
}

.form-control {
    border-bottom: 1px solid #0070c4;
}

.col {
    float: left;
    width: 48%;
}

.col2 {
    float: right;
    width: 48%;
}

.box_form {
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.box_form .row {
    margin-bottom: 12px;
}

.box_form .row span {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    vertical-align: top;
    color: #0070c4;
    font-weight: 600;
    margin-bottom: -3px
}

.btn-mail {
    background: #ffe200;
    padding: 10px 10px 10px 20px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.btn {
    text-align: center;
    margin-top: 20px;
}

.footer-contact {
    padding: 40px 0;
    color: #5d5d5d;
    font-size: 12px;
}

.f-col-1 {
    float: left;
    width: 37%;
    margin-right: 2%;
}

.f-col-1 i {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: top;
}

.f-col-1 span {
    display: inline-block;
    width: 90%;
}

.footer-contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Tw Cen MT Bold', 'Kanit';
}

.f-col-1 p {
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.5em;
}

.f-col-2 {
    letter-spacing: -0.4em;
    float: left;
    width: 40%;
    padding-left: 2%;
}

.f-col-2 .menu {
    display: inline-block;
    width: 50%;
    letter-spacing: 0;
    vertical-align: top;
    margin-bottom: 20px;
}

.f-col-2 .menu ul li {
    margin-bottom: 8px;
    letter-spacing: 1px;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
}

.f-col-2 .menu ul li a:before {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    content: " ";
    background: #40a6a1;
    border-radius: 50%;
    left: 0px;
}

.f-col-3 {
    float: right;
    width: 20%;
}

.icon-social {}

.icon-social ul li {
    background: #fff;
    border-radius: 10px;
    padding: 15px 13px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 12px;
    position: relative;
    text-align: center;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.icon-social ul li img {
    vertical-align: middle;
    position: absolute;
    left: 24px;
    top: 14px;
}

.icon-social ul li a {
    color: #fff;
}

.icon-social ul li i {
    position: absolute;
    right: 15px;
    top: 15px;
}

footer {
    text-align: center;
    padding: 10px 0;
    border-bottom: 6px solid #ffe200;
    color: #5d5d5d;
}

#about_concept .right {
    width: 45%;
    float: right;
    padding: 50px 0;
}

#about_concept {
    position: relative;
    z-index: 1;
    height: 500px;
}

#about_concept:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    opacity: 1;
    z-index: -1;
    background: url(../images/bg-a1.jpg) center top;
}

.h-left {
    margin-bottom: 30px;
    font-family: 'Tw Cen MT Bold', 'Kanit';
}

.h-left h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
}

.h-left h2:before {
    content: "";
    display: block;
    height: 5px;
    width: 80px;
    border-bottom: 2px dotted #000;
    margin: 0px 0 20px 0;
}

.h-left p {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    line-height: 25px;
}

.our-product {
    padding: 40px 0 0;
}

.our-product .topic {
    margin-bottom: 100px;
}

.page-product .intro {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 100px auto;
}

.page-product .intro p {
    margin-bottom: 15px;
}

.page-product .intro .topic {
    margin-bottom: 20px;
}

.our-product .left {
    background: #eaf3f9;
}

.s2.our-product .left {
    background: url(../images/banner-cat02.jpg) center top no-repeat;
    background-size: cover;
}

.our-product .right {
    top: -40px;
}

.inner-detail .topic {
    margin-bottom: 30px;
}

.h-topic h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 30px auto;
    color: #000;
    background: #ffe200;
    border-radius: 50px;
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
}

.h-topic h2:before {
    display: none;
}

.product-list {
    background: #eaf3f9;
    padding: 60px 0 70px;
}

.product-list ul li {
    float: left;
    width: 30%;
    position: relative;
    margin-right: 5%;
    background: #fff;
}

.product-list ul li figure img {
    opacity: 1;
    transition: all 0.5s;
}

.product-list ul li figure img:hover {
    opacity: 0.7;
}

.product-list ul li:nth-child(3n) {
    margin-right: 0;
}

.product-list ul li figure {
    border: 2px solid #0070c4;
    margin: 30px;
}

.product-list ul li a {
    display: block;
}

.center-c {
    position: absolute;
    top: -35px;
    width: 100%;
    margin: auto;
}

.name-product {
    margin: auto;
    color: white;
    background: #0070c4;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}

.name-product div {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Tw Cen MT Condensed', 'Kanit';
}

.product-list ul li:nth-child(3n) .name-product p {
    padding-top: 20px;
}

.p3 .left {
    margin-top: -30px;
}

.p3 {
    margin-top: 90px;
    margin-bottom: 0px;
}

.p3 .h-topic h2 {
    color: #fff;
    background: #0070c4;
}

.p3 .product-list {
    background: #ffe200;
    margin-top: 30px;
}

.p3 .product-list ul li figure {
    border: 3px solid #ffe200;
}

.p3 .product-list ul li .see {
    background: #ffe200;
    color: #000;
}

.p3 .name-product {
    background: #fff;
    border: 3px solid #ffe200;
    color: #0070c4;
}

.cat3 {
    background: #eaf3f9;
    margin-top: 20px;
}

#breadcrumbs {
    margin: 50px 0 20px;
    font-size: 17px;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
}

.breadcrumb_last {
    color: #0070c4;
}

.bread-p {
    padding-left: 7%;
}

#breadcrumbs a {
    color: #000;
}


/*#breadcrumbs span a:after {
    content: "/";
    color: #000;
    padding: 0px 7px 0px 7px;
}*/

.page-product .topic h2,
.page-product .topic h1 {
    color: #0070c4;
}

.s2.page-product .topic h2 {
    color: #fff;
}

.page-product .topic h2:before,
.page-product .topic h1:before {
    border-bottom: 2px dotted #0070c4;
}

.banner {
    height: 550px;
    position: relative;
}

.b_cat {
    background: url(../images/banner-cat.jpg) center top;
    width: 100%;
    background-size: cover;
}

.b_cat02 {
    background: url(../images/banner-cat02.jpg) center top;
    width: 100%;
    background-size: cover;
}

.bread {
    margin: 20px 0!important;
}

.caption-b {
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caption-b p.head-banner,
.caption-b h1.head-banner {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}

p.head-banner:before {
    content: "";
    display: block;
    height: 5px;
    width: 80px;
    border-bottom: 2px dotted #ffe200;
    margin: 0px auto 30px auto;
}

.caption-b h1,
.caption-b .sub-head-banner {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    margin-bottom: 30px;
}

.caption-b .sub-head-banner {
    color: #fff;
    text-align: center;
    margin: 10px 0 30px 0;
    line-height: 1.6em;
}

.b_cat02 .caption-b h1,
.b_cat02 .caption-b p.head-banner {
    color: #0070c4;
}

.caption-b p,
.caption-b h2 {
    font-size: 13px;
    color: #000;
    text-align: left;
}

.product-content {
    margin-top: 60px;
}

.box-p1 {
    margin: 40px 0 0;
}

.box-p1 .right {
    float: right;
    width: 50%;
}

.box-p1 .left {
    float: left;
    width: 45%;
}

.topic-p {
    text-align: center;
}

.topic-p h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 25px auto;
    color: #fff;
    background: #0070c4;
    border-radius: 50px;
    padding: 7px 30px;
    display: inline-block;
}

.topic-p p {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    line-height: 25px;
    text-align: center;
    color: #4d4d4d;
}

.box-p2 {
    margin: 80px 0;
}

.box-p2 .left {
    float: left;
    width: 50%;
}

.box-p2 .right {
    float: right;
    width: 45%;
}

.product-all {
    background: #f5f7f7;
}

.txt-blue {
    color: #0070c4!important;
}

h2.txt-blue:before,
h1.txt-blue:before {
    border-bottom: 2px dotted #000;
    margin: 0px auto 30px auto;
}

.product-all .topic p {
    color: #4d4d4d;
}

.product-all ul li figure {
    background: #f5f7f7;
}

.product-all .b-detail a {
    background: #ffe200;
    color: #000;
}

.name-r {
    font-size: 30px;
    font-weight: 700;
    color: #ffe200;
    background: #0070c4;
    border-radius: 50px;
    padding: 6px 20px;
    text-align: center;
    margin: 0 15px;
}

.inner-detail-product {
    margin: 60px 0 40px;
}

.inner-detail-product .left {
    width: 50%;
    float: left;
}

.inner-detail-product .right {
    width: 46.5%;
    float: right;
}

.inner-detail-product .right h2,
.inner-detail-product .right h1 {
    font-weight: 600;
    margin: 0px 0 15px 0;
}

.box-detail {
    margin: 30px 0 20px;
}

.box-detail span {
    font-size: 25px;
    font-weight: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    line-height: 25px;
    color: #0070c4;
    width: 38%;
    display: inline-block;
    border-bottom: 4px solid #ffe200;
    padding-bottom: 5px;
    vertical-align: top;
}

.row {
    padding: 0px 0;
}

.row .attribute {
    font-size: 13px;
    border-bottom: none;
    font-weight: 600;
    color: #000;
    width: 25%;
    border-right: 1px solid #ffe200;
    font-family: 'Montserrat', sans-serif;
    padding-left: 0px!important;
    padding-bottom: 10px;
}

.row .attribute:before {
    content: '>';
    color: #0070c4;
}

.inner-detail-product .row div {
    display: inline-block;
    color: #4d4d4d;
    padding-left: 30px;
    vertical-align: top;
}

#head {
    margin: 20px 0 15px;
}

.box-features {
    margin: 60px 0px 0px;
}

.box-features h2 {
    font-size: 35px;
    text-align: center;
    margin: 0 auto 30px auto;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
}

.box-features h2 span {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    width: auto;
    margin: auto;
    background: #ffe200;
    border-radius: 50px;
    padding: 6px 50px;
}

.box-features ul {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0 auto;
}

.box-features ul li {
    margin: 10px 0;
}

.box-features ul li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box-features ul li figure {
    float: left;
    width: 25%;
}

.box-features ul li div {
    float: right;
    width: 70%;
}

p.name {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    line-height: 25px;
    color: #0070c4;
}

.box-search {
    background: #f4f4f4;
    padding: 80px 0 50px;
    margin-top: 60px;
}

.box-search .inner {}

.box-search .inner .left {
    width: 50%;
    float: left;
}

.box-search .inner .right {
    width: 45%;
    float: right;
}

.calculate {}

.line {
    margin-bottom: 10px;
}

.line label {
    display: block;
    margin-bottom: 10px;
}

.form-c {
    width: 100%;
    border: 1px solid #0070c4;
    border-radius: 5px;
    padding: 5px 10px;
}

.col-1 {
    float: left;
    width: 48%;
}

.col-2 {
    float: right;
    width: 48%;
}

.b-search {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
    color: #000;
    background: #ffe200;
    border-radius: 50px;
    padding: 6px 0;
    text-align: center;
}

.list-search {
    background: #fff;
}

.list-search ul li figure {
    border: none;
    padding: 0px;
    background: none;
}

.list-search ul li figure img {
    border: 5px solid #ffe200;
}

.title-p {
    text-align: center;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    font-size: 20px!important;
}

#pagination {
    color: #fff;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    font-size: 18px;
}

#pagination ul {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
}

#pagination ul li.active {
    background: #ffe200;
    color: #0070c4;
}

#pagination ul li {
    display: inline-block;
    padding: 5px 12px;
    background: #0070c4;
    width: inherit;
    border-radius: 5px;
    color: #fff;
    margin: 0px 3px;
}

#pagination ul li a {
    color: #fff;
}

.single-page .cat {}

.cat span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #0070c4;
    font-size: 13px!important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    padding: 0px 15px;
    margin: 0px 5px;
    vertical-align: middle;
    line-height: 28px;
}

.cat span img {
    vertical-align: text-bottom;
    margin: 0 0 0 5px;
}

.cat span:last-child {
    color: #0070c4;
}

.single-page .topic h2:before,
.single-page .topic h1:before {
    border-bottom: 2px dotted #000;
}

.inner-single {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 40px auto;
}

.inner-single img {
    margin: 0 auto 30px;
    display: block;
}

.description {
    max-width: 700px;
    width: 100%;
    margin: 40px auto 50px auto;
}

.head-single {
    text-align: center;
    margin: 50px 0 30px;
    font-family: 'Tw Cen MT Bold', 'Kanit';
}

.head-single h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.head-single p {
    font-size: 25px;
    font-weight: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    line-height: 25px;
    color: #4d4d4d;
}

.single-page figure {
    margin: 30px 0;
}

.b_global {
    background: url(../images/banner-global.jpg) center center;
    width: 100%;
    background-size: cover;
}

.page-global {
    padding: 50px 0 30px;
}

.box-distributor {
    background: #f5f7f7;
    padding: 60px 0;
}

.inner-box-distributor {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.box-distributor ul {
    margin-bottom: 40px;
    margin-top: 50px;
}

.box-distributor ul li {
    margin-bottom: 30px;
}

.box-distributor ul li figure {
    float: left;
    width: 30%;
}

.box-distributor ul li figure img {
    border-radius: 15px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.box-distributor ul li .detail {
    float: right;
    width: 65%;
}

.box-distributor ul li .detail h3 {
    font-size: 22px;
    font-family: 'Tw Cen MT Bold', 'Kanit';
    margin-bottom: 15px;
    color: #0070c4;
    margin-top: 0px;
}

.box-distributor ul li .detail p {
    font-weight: 600;
}

.box-distributor ul li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.more-d {
    text-align: right;
}

.more-d span {
    background: #ffe200;
    color: #000;
    border-radius: 20px;
    padding: 3px 15px;
    font-size: 11px;
}

.table-responsive {
    min-height: .01%;
    margin: 50px auto 40px auto;
}

.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.table>tbody>tr {}

.table>tbody>tr>td {
    padding: 15px 20px 15px;
    color: #575756;
}

.table>tbody>tr:nth-child(1) {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Tw Cen MT Bold', 'Kanit';
    font-size: 22px;
}

.table>tbody>tr>td:last-child {
    border-left: 1px solid #dadada;
}

.table>tbody>tr>td.feature-first {
    font-weight: 600;
}

.table>tbody>tr:nth-child(even) {}

.box_shop-list {
    padding: 60px 0;
    background: #f5f7f7;
}

.table-feature {}

.table-feature>tbody>tr:nth-child(1) {
    font-size: 25px;
    font-weight: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    color: #0070c4;
}

.table-feature>tbody>tr>th {
    padding: 5px 0;
    color: #0070c4;
    font-weight: normal;
    background: #0070c4;
    color: #fff;
}

.table-feature>tbody>tr:nth-child(even) {}

.table-feature>tbody>tr>td {
    padding: 8px 10px 8px 0px;
    vertical-align: top;
}

.table-feature>tbody>tr>td {
    /*border: 1px solid #ffe200;*/
    padding-left: 20px;
    background: #fff;
}

.table-feature>tbody>tr>td.feature-first:before {
    content: '>';
    color: #0070c4;
    margin-right: 5px;
}

.i-p {
    position: absolute;
    top: -10px;
    left: 35%;
}

.i-p2 {
    position: absolute;
    top: 0;
    right: 25%;
}

.box_shop-list ul li {
    background: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    padding: 25px 25px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.box_shop-list ul {
    margin-bottom: 50px;
}

.box_shop-list ul li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.name-shop {
    float: left;
    width: 35%;
    text-align: center;
}

.address-shop {
    float: right;
    width: 63%;
    border-left: 1px solid #ffe200;
    padding-left: 25px;
    font-weight: 600;
    color: #5d5d5d;
    font-size: 12px;
}

.address-shop p {
    margin-bottom: 5px;
}

.name-shop figure {
    margin-bottom: 15px;
}

.name-shop p {
    font-weight: 700;
    font-size: 15px;
}

.box_shop-list .inner {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.list-checkbox {
    margin: 60px auto;
    width: 100%;
    max-width: 900px;
}

.row-c {
    letter-spacing: -0.4em
}

.row-c h3 {
    color: #0070c4;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    font-size: 25px;
    margin-bottom: 30px;
    letter-spacing: normal;
}

.row-c h3:after {
    content: " ";
    display: block;
    height: 5px;
    width: 30px;
    border-bottom: 2px solid #ffe200;
    margin: 0px 0px 0;
}

.container-check {
    display: inline-block;
    letter-spacing: normal;
    width: 20%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #000;
}

.container-check:hover input~.checkmark {
    background-color: #ccc;
}

.container-check input:checked~.checkmark {
    background-color: #ffe200;
    border: 1px solid #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-check input:checked~.checkmark:after {
    display: block;
}

.container-check .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #0070c4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.case-list {
    padding: 60px 0;
    background: #f5f7f7;
}

.case-list .inner {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.case-list ul li {
    margin-bottom: 30px;
}

.case-list ul li figure {
    float: left;
    width: 30%;
}

.case-list ul li .detail {
    float: right;
    width: 65%;
}

.case-list ul li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.case-list ul {
    margin: 50px 0;
}

.case-list .title {}

.case-list .title:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.case-list .title h3 {
    font-size: 22px;
    font-family: 'Tw Cen MT Bold', 'Kanit';
    margin-bottom: 15px;
    color: #0070c4;
    margin-top: 0px;
    float: left;
}

.case-list .title span {
    float: right;
}

.case-list .title span em {
    background: #ffe200;
    color: #000;
    border-radius: 20px;
    padding: 4px 15px;
    font-size: 11px;
    margin-left: 10px;
    font-style: normal;
    color: #0070c4;
    width: auto;
    display: inline-block;
    line-height: 15px;
}

.case-list .title span em img {
    margin: 0 0 0 3px;
    vertical-align: text-bottom;
}

.case-list ul li figure img {
    border-radius: 20px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.page-case {
    padding: 50px 0 0;
}

.b_case {
    /*background:url(../images/banner-case.jpg) center center;
    width:100%;
    background-size:cover;*/
    position: relative;
}

.pin-bank {
    position: absolute;
    left: 45%;
    top: 20%;
    cursor: pointer;
}

.pin-home {
    position: absolute;
    right: 27%;
    top: 35%;
    cursor: pointer;
}

.pin-plane {
    position: absolute;
    right: 15%;
    top: -2%;
    cursor: pointer;
}

.pin-bts {
    position: absolute;
    right: 10%;
    bottom: 25%;
    cursor: pointer;
}

.pin-bts .tooltip {
    left: -128px;
}

.pin-bus {
    position: absolute;
    left: 35%;
    bottom: 15%;
    cursor: pointer;
}

.pin-coffee {
    position: absolute;
    left: 25%;
    bottom: 40%;
    cursor: pointer;
}

.pin-coffee .tooltip h2 {
    background: #ffb107;
}

.pin-bus .tooltip h2 {
    background: #f74d66;
}

.pin-plane .tooltip h2 {
    background: #ea4817;
}

.pin-bts .tooltip h2 {
    background: #05b5ef;
}

.pin-home .tooltip h2 {
    background: #8b34f8;
}

.pin-bank .tooltip h2 {
    background: #006fc4;
}

.pin {
    height: 100px;
}

.pin img {
    position: relative;
    /*padding-top: 1.8em;*/
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-animation: arrow-move 1.5s 1s ease-in-out infinite;
    animation: arrow-move 1.5s 1s ease-in-out infinite;
    z-index: 9999999;
}


/*.pin img:hover{
    transform:translatey(10px);
    
    z-index: 99999999;
}*/

@-webkit-keyframes arrow-move {
    0% {
        top: 80%;
        opacity: 1;
    }
    70% {
        top: 20%;
        opacity: 1;
    }
    100% {
        top: 1%;
        opacity: 1;
    }
}

@keyframes arrow-move {
    0% {
        top: 1%;
        opacity: 1;
    }
    70% {
        top: 5%;
        opacity: 1;
    }
    100% {
        top: 1%;
        opacity: 1;
    }
}

.action {
    display: none;
}

.tooltip h2 {
    color: #ffffff!important;
}

.tooltip {
    width: 250px;
    background: #fff;
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    position: absolute;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 999999999999;
    bottom: -210px;
    left: -89px;
    -webkit-animation: fadeInDown 300ms ease-in-out;
    /* Chrome, Safari, Opera */
    animation: fadeInDown 300ms ease-in-out;
}

.tooltip1 {
    width: 250px;
    background: #fff;
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    position: absolute;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 9;
    bottom: -240px;
    left: -89px;
    opacity: 0;
    -webkit-animation: fadeInUp 500ms ease-in-out;
    /* Chrome, Safari, Opera */
    animation: fadeInUp 500ms ease-in-out;
}

.product-list .bx-viewport {
    overflow: visible!important;
}


/*----------------animation-----------------------*/

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}


/* Standard syntax */

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeinUp {
    -webkit-animation: fadeInUp 500ms ease-in-out;
    /* Chrome, Safari, Opera */
    animation: fadeInUp 500ms ease-in-out;
}

.btn-mail.wpcf7c-elm-step2 {
    margin-right: 20px;
    padding: 10px;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
    }
}


/* Standard syntax */

@keyframes fadeInUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}


/*-----------------animation--------------------------*/

.tooltip p {
    padding: 15px 15px 0px 15px;
}

.tooltip h2 {
    background: #ffe200;
    margin: 0px;
    color: #000;
    padding: 8px 0;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    border-radius: 10px 10px 0px 0px;
}

.tooltip figure img {
    width: 100%;
}

.b_distributor {
    background: url(../images/banner-fc.jpg) center center;
    width: 100%;
    background-size: cover;
}

.b_about {
    background: url(../images/banner-about01.jpg) center center;
    width: 100%;
    background-size: cover;
}

.b_distributor p.head-banner:before {
    content: " ";
    display: block;
    height: 5px;
    width: 80px;
    border-bottom: 2px dotted #ffe200;
    margin: 0px auto 22px auto;
}

.b_distributor p.head-banner {
    color: #000;
}

.box-feature {
    margin: 80px 0;
}

.box-d1 {}

.box-d1 .left {
    width: 40%;
    float: left;
}

.box-d1 .right {
    width: 55%;
    float: right;
}

.box-d1 .left figure img {
    box-shadow: -18px -18px 0px #ffe200;
}

.box-d1 .right h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    color: #0070c4;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.box-d1 .right h2:after {
    content: " ";
    display: block;
    height: 5px;
    width: 70px;
    border-bottom: 2px dotted #ffe200;
    margin: 15px 0 0px 0;
}

.box-d2 .right h2:after {
    content: " ";
    display: block;
    height: 5px;
    width: 70px;
    border-bottom: 2px dotted #ffe200;
    margin: 15px 0 0px 0;
    right: 0;
    position: absolute;
}


/*.box-d1 .right h2:after{
    width:100px;
    height:5px;
    background:#ffe200;
    content:'';
    position:absolute;
    top:18px;
    right:-120px;
}*/

.box-d2 {
    margin-top: 40px;
}

.box-d2 .left {
    width: 40%;
    float: left;
    position: relative;
    left: 60%;
}

.box-d2 .right {
    width: 55%;
    float: right;
    position: relative;
    right: 45%;
}

.box-d2 .left figure img {
    box-shadow: 18px -18px 0px #ffe200;
}

.box-d2 .right h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: normal;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    font-weight: 700;
    color: #0070c4;
    letter-spacing: 2px;
    position: relative;
    text-align: right;
}

.p-distributor {
    margin: 60px 0;
}

.list-distributor {
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.list-distributor ul li {
    margin: 30px 0;
}

.list-distributor h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
}

.list-distributor h2 img {
    margin-right: 10px;
}

.list-distributor .detail {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.list-distributor p.title {
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    font-size: 25px;
}

.box-apply {
    background: url(../images/bg-contact01.jpg) center top;
    width: 100%;
    background-size: cover;
    margin-bottom: 40px;
}

.inner-blue {
    background: rgba(0, 112, 196, 1);
    padding: 30px 40px 50px;
    width: 50%;
    float: right;
    color: #fff;
}

.inner-concept {}

.box-apply .topic h2 {
    color: #fff;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.box-apply .topic p {
    color: #fff;
}

.inner-apply {
    margin-top: 40px;
}

.intro {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

#b-mobile {
    display: none;
}

.b_news {
    background: url(../images/banner-news.jpg) center top;
    width: 100%;
    background-size: cover;
}

.page-news {}

.page-news .inner_news {
    padding: 10px 0 60px;
}

.line-category {
    font-family: 'Montserrat', sans-serif;
}

.page-contact {
    padding: 20px 0 40px;
}

.page-contact .description {
    max-width: 800px;
    color: #5d5d5d;
}

.page-contact .description span {
    font-weight: 700;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin-top: 40px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page-contact .description h2 {
    font-size: 16px;
    font-weight: 600;
}

.b_contact {
    background: url(../images/banner-contact.jpg) center top;
    width: 100%;
    background-size: cover;
}

.b_qa {
    background: url(../images/banner-qa.jpg) center top;
    width: 100%;
    background-size: cover;
}

.page-qa {
    padding-top: 0px;
}

.inner_faq {
    padding: 40px 0;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.inner_faq p {
    margin-bottom: 5px;
}

.inner_faq ul li {
    margin-bottom: 30px;
}

.title-q {
    color: #35495C;
    font-size: 25px;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    padding-left: 20px;
}

.title-q span,
.title-a span {
    display: inline-block;
    font-size: 30px;
    margin-right: 20px;
    color: #0070c4;
    font-weight: 600;
    width: 10px;
    font-family: 'Tw Cen MT Condensed', 'Kanit';
    vertical-align: top;
}

.title-a {
    margin-top: 15px;
    border-radius: 10px;
    background: #f5f7f7;
    padding: 20px;
}

.title-a span {
    color: #ffe200;
}

.title-q p,
.title-a div {
    display: inline-block;
    width: 90%;
}

.question {}

.see {
    position: relative;
    background: #0070c4;
    padding: 8px 15px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.box_case_studay {
    margin: 60px 0;
}

.list-case {
    text-align: center;
    margin: 50px auto;
    /*max-width: 900px;width: 100%;*/
}

.list-case ul {
    letter-spacing: 0.4em;
}

.list-case ul li {
    margin-bottom: 30px;
    display: inline-block;
    width: 22%;
    vertical-align: top;
    margin-right: 3%;
    letter-spacing: 1px;
}

.list-case ul li:nth-child(4n) {
    margin-right: 0px;
}

.list-case ul li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list-case ul li figure {
    /*width:35%;float: left;*/
}

.list-case ul li figure img {
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.list-case ul li .detail {
    /*float:right;width: 60%;*/
    margin-top: 20px;
    text-align: left;
}

.list-case ul li h3 {
    font-weight: 600;
    color: #0070c4;
    font-family: 'Tw Cen MT Bold', 'Kanit';
    font-size: 18px;
}

.list-case ul li .date-news:after {
    border-bottom: 1px dotted #000;
}

.list-case ul li .country {
    font-weight: 700;
}

.page-product-detail {
    background: #f5f7f7;
    margin-top: 45px;
}

.container-pro-detail {
    padding: 40px 15px 20px;
}

.box-agent-network {
    padding: 60px 0;
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.table-network>tbody>tr>th {
    text-align: center;
    font-family: 'Tw Cen MT Bold', 'Kanit';
    font-size: 16px;
    color: #fff;
    padding: 15px 20px 15px;
    background: #0070c4;
}

.table-network>tbody>tr>td {
    border: 1px solid #dadada;
}

.table-network>tbody>tr>td:first-child {
    width: 20%;
}

.table-network>tbody>tr>td:last-child {
    width: 20%;
}

ul.accordion {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

ul.accordion li:nth-child(1) {
    position: absolute;
    left: 25%;
    bottom: 40%;
    cursor: pointer;
}

ul.accordion li:nth-child(1) .tooltip h2 {
    background: #ffb107;
}

ul.accordion li:nth-child(2) {
    position: absolute;
    left: 35%;
    bottom: 15%;
    cursor: pointer;
}

ul.accordion li:nth-child(2) .tooltip h2 {
    background: #f74d66;
}

ul.accordion li:nth-child(3) {
    position: absolute;
    left: 45%;
    top: 20%;
    cursor: pointer;
}

ul.accordion li:nth-child(3) .tooltip h2 {
    background: #006fc4;
}

ul.accordion li:nth-child(4) {
    position: absolute;
    right: 27%;
    top: 35%;
    cursor: pointer;
}

ul.accordion li:nth-child(4) .tooltip h2 {
    background: #8b34f8;
}

ul.accordion li:nth-child(5) {
    position: absolute;
    right: 15%;
    top: -2%;
    cursor: pointer;
}

ul.accordion li:nth-child(5) .tooltip h2 {
    background: #ea4817;
}

ul.accordion li:nth-child(6) {
    position: absolute;
    right: 10%;
    bottom: 25%;
    cursor: pointer;
}

ul.accordion li:nth-child(6) .tooltip h2 {
    background: #05b5ef;
}

ul.accordion li:nth-child(6) .tooltip {
    left: -128px;
}

ul.accordion li {
    position: relative;
}

.popup {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}

.lang-th .menu-top ul li {
    margin-right: 3%;
}

.lang-th .menu-top ul li a {
    line-height: normal;
    text-align: center;
}

.box_form .row span .wpcf7-not-valid-tip {
    color: red;
}


/*--------------------------@media--------------------------------------*/

#fb-ad {
    display: none;
}

@media(min-width:1362px) {
    .container-pro-detail {
        width: 1362px;
        margin: auto;
        padding: 10px 30px 20px;
    }
}

@media(max-width:1362px) {
    .inner-detail-product {
        padding: 0px 50px;
    }
}

@media(min-width:1600px) {
    .s2 .left {}
    .s2 .right {
        padding-top: 80px;
    }
}

@media(min-width:1140px) {
    .container {
        width: 1140px;
        margin: auto;
        padding: 0px;
    }
}

@media(max-width:1290px) {
    .banner-top {
        width: 95%;
        background: url(../images/banner-top.jpg) top center no-repeat #f69836;
        float: right;
        position: relative;
        background-size: contain;
        height: 520px;
    }
}

@media(max-width:1200px) {
    .inner-detail {
        width: 100%;
        padding: 40px 20px 40px 20px;
    }
    .inner-detail {
        padding: 50px 30px;
    }
    .s2 .right {
        padding: 4% 30px 20px 30px;
    }
    .s2 .right .inner {
        width: 100%;
    }
    .h-contact {
        padding: 30px;
    }
}

@media(max-width:1024px) {
    .inner-detail-product {
        padding: 0px 20px;
    }
    .head-right {
        right: 0%;
        margin-right: 15px;
    }
    .banner-top {
        height: 500px;
    }
    .wrap-content {
        padding: 0px 15px;
    }
    #logo {
        padding: 10px 0;
    }
    .s2 .left,
    .s2 .right {
        width: 100%;
    }
    .s2 .right {
        padding: 30px 15px;
    }
    .p3,
    .p3 .left {
        margin-top: 0px;
    }
    .p3 {
        margin-bottom: 0;
    }
    .our-product {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .home-pro {
        padding-top: 0!important;
    }
    .banner {
        height: 500px;
    }
}

@media(max-width:990px) {
    .caption-b {
        top: 13%;
        transform: none;
        left: 0;
        position: relative;
    }
    .mask .inner {
        position: relative;
        color: #fff;
        padding: 0px;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
    }
    p.title {
        margin-bottom: 5px;
    }
    .p3 .right {
        padding-top: 60px;
    }
    .row div {
        padding-left: 10px!important;
        width: 70%;
    }
    .list-checkbox,
    .list-case {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:812px) {
    .page-product .intro {
        margin-bottom: 50px;
    }
    #b-pc {
        display: none;
    }
    #b-mobile {
        display: block;
    }
    .our-product {}
    .box_form .row span {
        margin-bottom: 10px;
    }
    .box-apply .container {
        padding: 0px;
    }
    .inner-blue {
        width: 100%;
        padding: 30px 20px;
    }
    .shrink {
        background: rgba(255, 255, 255, 1);
    }
    ul.dropdown {
        display: block;
        position: relative;
        left: 0;
        background: #f8f8f8;
        padding: 0px 10px;
        top: 0;
    }
    section.s1,
    section.s2 {
        padding-bottom: 30px;
    }
    ul.dropdown li {
        border-bottom: none;
        padding: 0px;
    }
    .i-p {
        left: 0;
    }
    .i-p2 {
        right: 0;
    }
    .inner-single {
        padding: 0px 15px;
    }
    .box-detail span {
        width: 50%;
    }
    #breadcrumbs,
    .list-checkbox {
        margin: 30px 0;
    }
    #breadcrumbs {
        margin: 40px 0 30px;
    }
    .box-search {
        padding: 50px 0 20px;
    }
    .head-right {
        display: none;
    }
    #logo {}
    #logo .inner {
        padding: 8px 0;
    }
    header .container {
        padding: 0px;
    }
    .banner-top,
    .h-contact,
    #box-social,
    .s3 ul li,
    .caption-b,
    .inner-detail-product .left,
    .b_about {
        width: 100%;
    }
    .inner-detail-product .right {
        width: 100%;
        margin-top: 20px;
    }
    .s3 ul li .mask {
        padding: 30px 20px 0 20px;
    }
    .mask {
        border: 10px solid rgba(255, 266, 0, 0)
    }
    .mask:hover {
        border: 10px solid rgba(255, 266, 0, 1)
    }
    .caption-banner {
        width: 100%;
        bottom: 0;
        font-size: 18px;
        text-align: center;
    }
    .s1 .right {
        width: 100%;
        left: 0;
    }
    .s1 .left {
        width: 100%;
        right: 0;
    }
    header {
        height: 50px;
    }
    #logo {
        width: 150px;
        height: 70px;
        z-index: 9999;
    }
    .f-col-1 {
        width: 100%;
        margin-bottom: 15px;
    }
    .f-col-2,
    .f-col-3,
    .col,
    .col2,
    .form-control,
    .box-search .inner .left,
    .box-search .inner .right {
        width: 100%;
    }
    .calculate {
        margin-top: 30px;
    }
    .box_form {
        padding: 20px;
    }
    .our-product .right {
        top: 0;
    }
    .our-product .topic {
        margin-bottom: 30px;
    }
    .box-p2 {
        margin: 30px 0;
    }
    .container-check {
        width: 32%;
    }
    .line-news {
        width: 100%;
    }
    .desc-news {
        width: 100%;
        margin-top: 10px;
    }
    .pin {
        height: 77px;
    }
    .pin-bus {
        left: 14%;
        bottom: 15%;
    }
    .pin-home {
        right: 15%;
        top: 35%;
    }
    .pin-coffee {
        left: 15%;
        bottom: 42%;
    }
    .pin-bank {
        left: 37%;
        top: 20%;
    }
    .pin-plane {
        right: 26%;
        top: 0%;
    }
    .pin-bts .tooltip {
        left: -171px;
    }
    ul.accordion li:nth-child(1) {
        left: 15%;
        bottom: 42%;
    }
    ul.accordion li:nth-child(2) {
        left: 14%;
        bottom: 15%;
    }
    ul.accordion li:nth-child(3) {
        left: 37%;
        top: 20%;
    }
    ul.accordion li:nth-child(3) .tooltip {
        left: -70px;
    }
    ul.accordion li:nth-child(4) {
        right: 15%;
        top: 35%;
    }
    ul.accordion li:nth-child(4) .tooltip {
        left: -178px;
    }
    ul.accordion li:nth-child(5) {
        right: 26%;
        top: 0%;
    }
    ul.accordion li:nth-child(5) .tooltip {
        left: -144px;
    }
    ul.accordion li:nth-child(6) {
        right: 7%;
        bottom: 20%;
    }
    ul.accordion li:nth-child(6) .tooltip {
        left: -200px;
    }
    .inner-detail-product {
        margin-top: 0px;
    }
    .tooltip {
        bottom: -244px;
    }
    .list-case ul li {
        width: 47%;
    }
    .list-case ul li:nth-child(2n) {
        margin-right: 0;
    }
    .list-case {
        text-align: inherit;
    }
}

@media(max-width:768px) {
    .box-product ul li {
        width: -webkit-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px);
    }
    .col-left {
        width: 100%;
        text-align: center;
    }
    .box-about .col-right {
        width: 100%;
        padding: 0;
    }
    .col-right,
    #about_concept .right,
    .table-feature {
        width: 100%;
    }
    #about_concept {
        height: auto;
    }
    #about_concept:before {
        height: 100%;
        opacity: 0.5;
        background: url(../images/bg-a1.jpg) -110px top;
    }
}

@media(max-width:667px) {
    .h-topic h2,
    .topic-p h2 {
        font-size: 20px;
    }
    .p3 .product-list {
        margin-top: 0;
    }
    .product-list ul li:nth-child(3n) .name-product p {
        padding-top: 10px;
    }
    .footer-contact,
    .inner_news {
        padding: 0px 0 30px;
    }
    .contact-social {
        margin-top: 0px;
    }
    .h-contact {
        text-align: center;
        padding: 30px 20px;
    }
    p.title {
        margin-bottom: 10px!important;
    }
    .mask {
        border: 5px solid rgba(255, 226, 0, 0);
        padding: 10px;
    }
    .mask:hover {
        border: 5px solid rgba(255, 226, 0, 1)
    }
    .inner_news ul li p {
        margin-top: 10px;
    }
    .f-col-3 {
        /*display:none;*/
    }
    .box-about {
        margin-bottom: 20px;
    }
    .name-product {
        width: 60px;
        height: 60px;
        font-size: 17px;
    }
    /*----------------------------------------------------*/
    #fb-ad {
        position: fixed;
        display: block;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        z-index: 9999;
    }
    #fb-ad .block {
        padding: 0;
        height: 45px;
        background: #123;
    }
    #fb-ad .block ul.social {
        width: -webkit-calc(100%);
        width: calc(100%);
        float: left;
        padding: 0;
        margin: 0;
        height: 100%;
    }
    #fb-ad .block ul.social li {
        display: block;
        letter-spacing: normal;
        list-style: none;
        float: left;
        widht: -webkit-calc(100%/3);
        width: -moz-calc(100%/3);
        width: calc(100%/3);
        height: 100%;
        font-size: 12px;
        text-align: center;
        line-height: 45px;
        margin: 0;
        padding: 0;
        position: relative;
    }
    #fb-ad .block ul.social li:first-child {
        background: #3b5998;
    }
    #fb-ad .block ul.social li:nth-child(2) {
        background: #3acc01;
    }
    #fb-ad .block ul.social li:nth-child(3) {
        background: #00ad00;
    }
    #fb-ad .block ul.social li a {
        color: #fff;
    }
    /*----------------------------------------------------*/
    .box-p1 .right,
    .box-p2 .left,
    .box-d1 .right {
        width: 100%;
    }
    .box-p1 .left,
    .box-p2 .right {
        width: 100%;
        margin-bottom: 30px;
    }
    .box_ourcompany,
    .box_news,
    .box-product,
    .page-global,
    .page-case,
    .case-list {
        padding: 30px 0;
    }
    .form-contact {
        padding: 30px 0px;
    }
    .case-list .title h3 {
        float: none;
    }
    .case-list .title span {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .case-list .title span em {
        margin-left: 0;
        margin-right: 5px;
    }
    .box-d1 .left {
        width: 80%;
        margin: auto;
        float: none;
        margin-bottom: 30px;
    }
    .box-d2 .left {
        width: 80%;
        margin: auto;
        float: none;
        margin-bottom: 30px;
        left: 0;
    }
    .box-d2 .right {
        width: 100%;
        right: 0;
    }
    .box-d2 .right h2,
    .box-d1 .right h2 {
        text-align: left;
        font-size: 30px;
    }
    .box-d1 .right h2:after {
        display: none;
    }
    .list-distributor p.title {
        font-size: 20px;
    }
    .btn,
    .cat3 {
        margin-top: 0;
    }
    .page-product .topic p {
        font-size: 20px;
    }
    .h-left h2 {
        text-align: center;
    }
    .h-left h2:before {
        margin: 0px auto 20px auto;
    }
    .pin img {
        width: 40px;
    }
}

@media(max-width:448px) {
    .inner-detail-product {
        padding: 0px 0px;
    }
    .inner_faq {
        padding: 20px 0;
    }
    .inner-detail-product {
        margin-top: 30px;
        padding: 0px 0px;
    }
    .name-r {
        font-size: 22px;
    }
    .title-q {
        padding-left: 0px;
    }
    .title-q p {
        width: 90%;
    }
    .title-a div {
        width: 88%;
    }
    .title-q span,
    .title-a span {
        margin-right: 10px;
    }
    .page-product {
        padding-top: 0px!important;
    }
    .i-p2,
    .i-p {
        display: none;
    }
    .banner-top,
    .b_about {
        /*height:300px;*/
        height: 225px;
    }
    .box-about {
        margin: 30px 0;
    }
    .s3 {
        padding-top: 30px;
    }
    .name-p {
        text-align: left;
        font-size: 14px!important;
        margin-bottom: 5px;
    }
    .b-detail,
    .box-search,
    .box-product ul {
        margin-top: 0px;
    }
    .name-p:after {
        display: none;
    }
    .box-product ul li .detail div {
        text-align: left;
    }
    .more {
        margin-top: 20px;
    }
    .s1 .right,
    .s2 .left,
    .s3 .right {
        height: 300px;
    }
    .inner-detail,
    .s2 .right {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*#box-social ul li{width:50%;height:auto;padding: 20px;}*/
    .box-product ul li figure img {
        width: 100%;
        height: auto;
    }
    .box-product ul li figure {
        width: 28%;
        height: auto;
        padding: 5px;
        float: left;
        margin-bottom: 0px;
    }
    .box-product ul li {
        width: -webkit-calc(100% / 1);
        width: calc(100% / 1);
        margin: 0px 0 20px 0;
    }
    .box-product ul li .detail {
        padding: 0px 0px 0 10px;
        width: 70%;
        float: right;
    }
    .topic h2,
    .h-left h2,
    .head-single h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .h-topic h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .mask .inner {
        padding: 10px 0;
    }
    .s3 ul li .mask {
        padding: 10px;
    }
    .our-product .topic {
        margin-bottom: 20px;
    }
    .banner {
        height: 500px;
    }
    .caption-b p.head-banner {
        font-size: 30px;
    }
    .caption-b h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .title-p {
        text-align: left;
    }
    .description,
    .head-single,
    .inner-single {
        margin: 20px 0;
    }
    .single-page figure {
        margin: 10px 0;
    }
    .box-distributor ul li figure,
    .case-list ul li figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .box-distributor ul li .detail,
    .name-shop,
    .case-list ul li .detail {
        width: 100%;
    }
    .address-shop {
        width: 100%;
        border-top: 1px solid #ffe200;
        border-left: none;
        padding-left: 0;
        padding-top: 10px;
    }
    .box_shop-list ul li {
        padding: 15px;
    }
    .container-check {
        width: 50%;
    }
    .box-features {
        margin: 30px 0;
    }
    .tooltip {
        left: -28px;
    }
    .pin-plane .tooltip {
        left: -144px;
    }
    .pin-home .tooltip {
        left: -178px;
    }
    .pin-bank .tooltip {
        left: -99px;
    }
    .pin-bts .tooltip {
        left: -200px;
    }
}

@media(max-width:414px) {
    .caption-banner {
        font-size: 12px;
        padding: 0px;
    }
    .topic-c {
        text-align: left;
    }
    .product-list ul li,
    .list-case ul li figure {
        width: 100%;
    }
    .list-case ul li .detail {
        width: 100%;
        margin-top: 20px;
    }
    .box-features ul li figure {
        max-width: 50%;
        margin: 0 auto 20px auto;
        width: 50%;
        text-align: center;
        float: none;
    }
    .box-features ul li div {
        width: 100%;
    }
    .name-product p {
        width: 90px;
        height: 90px;
        font-size: 20px;
        padding-top: 30px;
    }
    .product-list ul li {
        margin-bottom: 60px;
    }
    .product-list {
        padding-bottom: 0px;
    }
    .name-product {
        width: 90px;
        height: 90px;
        font-size: 20px;
    }
    .inner-detail {
        padding-bottom: 35px;
        padding-top: 30px;
    }
    .box_news .more {
        margin-top: 10px;
    }
    .inner_news {
        padding-bottom: 10px;
    }
    #about_concept:before {
        background: url(../images/bg-a1.jpg) -550px top;
    }
    .p3 .right,
    #about_concept .right {
        padding-top: 40px;
    }
    .row .attribute {
        width: 30%;
    }
}

@media(max-width:375px) {
    .caption-b {
        padding-top: 0px;
        top: 40px;
    }
    .mask p {
        font-size: 11px!important;
        margin-bottom: 5px;
        line-height: 16px;
    }
    .mask .inner p.title {
        padding: 5px 20px;
    }
    .list-case ul li {
        width: 100%;
    }
}