html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    overflow-y: visible;
    overflow-x: hidden;
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #004DA7;
}
nav {
    padding: 20px 70px !important;
    box-shadow: 0 4px 6px -6px #707070;
}
body.hide-scroll {
    overflow: hidden;
}
.main-tp {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

ul {
    list-style: none;
}
ol {
    margin-top: 30px;
}
ul, ol, li {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    outline: 0;
    max-width: 100%;
    vertical-align: middle;
}

address {
    font-style: normal;
}

a {
    color: inherit;
    cursor: pointer;
}

a,
a:hover,
a:focus {
    outline: 0;
    color: inherit;
    text-decoration: none;
}
button:focus { outline: 0; }
a[href^=tel] {
    white-space: nowrap;
}

img {
    border: 0;
    outline: 0;
    max-width: 100%;
    vertical-align: middle;
}

table {
    width: 100%;
}
th {
    font-weight: normal;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
textarea {
    width: 100%;
    padding: 10px 15px;
    min-height: 70px;
}
input::placeholder, textarea::placeholder {
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}
input::placeholder::after {
    content: " *";
    color: tomato;
}
input::placeholder
iframe {
    border: 0;
}
.form-field {
    position: relative;
}
.form-field .input.filled + .placeholder {
    display: none;
}
.form-field .placeholder {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: -1;
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.form-field .placeholder::before {
    content: attr(data-placeholder);
    color: #707070;
}

.form-field .input.input-req + .placeholder::after {
    content: " *";
    color: #E10F21;
}
video::-webkit-media-controls {
    display: none !important;
}

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

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
p {
    margin: 0;
    padding: 0;
}

h1, .heading-h1, 
h2, .heading-h2, 
h3, .heading-h3, 
h4, .heading-h4, 
h5, .heading-h5, 
h6, .heading-h6 {
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 0.9;
}

h1, .heading-h1 {
    font-size: 70px;
}
h2, .heading-h2 {
    font-size: 60px;
}
h3, .heading-h3 {
    font-size: 40px;
}
h4, .heading-h4 {
    font-size: 35px;
}
h5, .heading-h5 {
    font-size: 30px;
}
.text-underline {
    text-decoration: underline;
}
.c-blue {
    color: #004DA7 !important;
}
.c-light-blue {
    color: #2E3192 !important;
}
.c-green {
    color: #00A651 !important;
}
.c-light-green {
    color: #78DDA9 !important;
}
.c-white {
    color: #fff !important;
}
.c-gray {
    color: #aaa;
}
.c-black {
    color: #272727 !important;
}
.a-right {
    text-align: right;
}
.vertical-center {
    display: table;
    width:100%;
    height: 100%;
}
.content-vertical-top {
    display: table-cell;
    vertical-align: top;
}
.content-vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.content-vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.section { position: relative;}
.sc-inner { padding: 70px 0; }
.sc-inner.no-bt {padding-bottom: 0;}
.sc-inner.more-bt {padding-bottom: 200px;}
.sc-inner.more-top {padding-top: 180px;}
.no-padding { padding: 0px}
.container-side {
    width: 82%;
    margin-left: auto;
    margin-right: unset;
}
.container-sm {
    max-width: 900px;
}
.sc-heading {
    position: relative;
    margin-bottom: 50px;
    top: 0;
}
.highlight .action { margin-top: 40px; }
.btn{
    border: 2px solid #fff;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
}
.btn-default {
    font-family: 'DB-Heavent-Med';
    font-weight: normal;
    font-size: 18px;
    border: 2px solid;
    padding: 10px 40px;
    text-transform: uppercase;
}
.btn-default.c-blue:hover {
    background-color: #004DA7;
    color: #fff !important;
}
.btn-submit {
    font-family: 'DB-Heavent-Med';
    font-weight: normal;
    font-size: 18px;
    padding: 7px 20px;
    color: #fff;
    background-color: #004DA7;
    display: unset;
    opacity: 1 !important;
    text-transform: uppercase;
}
.btn-submit:hover {
    background-color: #013a7b;
}
.btn-submit.bg-white:hover {
    background-color: #dddddd !important;
}
.btn-default .ic {
    font-size: 15px;
}
.btn:hover,
.btn:focus {
    color: #fff;
}
.btn-green{
    border: 0;
    background-color: #00A651;
}
.btn-header {
    height: 40px;
    width: auto;
    padding: 0 20px;
    position: fixed;
    right: 100px;
    top: 20px;
    line-height: 40px;
    font-size: 13px;
    font-family: 'everett', Helvetica, Arial, sans-serif;
}
.btn-circle {
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #2E3192;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50%; 
}
.link { 
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.link span {
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-size: 22px;
    text-decoration: unset;
    position: relative;
}
.link .ic {
    position: relative;
    top: 2px;
    right: -5px;
}
a.action-link span::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    will-change: width;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.action-link.c-blue span::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #004DA7;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    will-change: width;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.action-link:hover span::before {
    width: 100%;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.a-center {
    text-align: center;
}
.title-sm {
    font-family: 'everett', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}
.blue-bg {
    background-color: #004DA7;
}
.gray-bg {
    background-color: #E9ECEF;
}
.module-text {
    font-family: 'DB-Heavent-Med-it', Helvetica, Arial, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
}
.head-text {
    font-family: 'DB-Heavent-Bd-it', Helvetica, Arial, sans-serif;
    font-size: 75px;
    line-height: 60px;
    text-transform: uppercase;
}
.title-text {
    font-family: 'DB-Heavent-Bd-it', Helvetica, Arial, sans-serif;
}
.title-text span  {
    left: 4px;
    position: relative;
    top: -22px;
}
.title-text span .ic {
    font-size: 20px;
}
.desc {
    font-size: 16px;
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.desc.mb {
    margin-top: 15px;
}
/*========== Header - START ==========*/
.header { 
    width: 100%; 
    background-color: #fff; 
    z-index: 9999; 
    position: fixed; 
    top: 0; 
    height: 70px;
}
.header .header-top { height: 80px; line-height: 80px; padding: 0 50px; background-color: #fff;}
.header .header-bottom { 
    height: 60px; 
    line-height: 60px;
    background-color: #fff; 
    transition: all 0.5s ease-out;
}
.header .header-bottom.fixed { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
.main-menu.nav-light  .menu li {
    color: #fff;
}
.header .main-menu .nav-logo {
    width: 194px;
    padding-top: 10px;
}
.header .main-menu .menu li {
    display: inline-block;
    color: #111;
    font-size: 22px;
    font-family: 'DB-Heavent-Med-it';
    text-transform: uppercase;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    margin-right: 30px;
    /* margin-top: 10px; */
    padding-bottom: 3px;
}
.header .main-menu .menu li a {
    padding: 0;
}
.header .main-menu .menu li:last-child { margin-right: 0; }
.header .main-menu .menu li:hover ,
.header .main-menu .menu li.active  { color: #004DA7; border-bottom: 3px solid; padding-bottom: 0px; }
.header-light.head-secound .main-menu .menu li:hover { color: #004DA7 !important; }
.hamburger {
    position: fixed;
    top: 0;
    right: 40px;
    display: block;
    width: 28px;
    height: 80px;
    line-height: 80px;
    z-index: 9999;
    transition: all 0.5s ease-out;
}
.hamburger .bars,
.hamburger .bars:before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.hamburger .bars:before {
    display: block;
    content: ""
}
.hamburger .bars {
    font-size: 0;
    line-height: 0;
    top: 55%;
    display: block;
    margin-top: -1px;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
}
.hamburger .bars:before {
    top: -10px;
    right: 0;
    -webkit-transition-property: background-color, top;
    -o-transition-property: background-color, top;
    transition-property: background-color, top;
    -webkit-transition-delay: 0s, .10s;
    -o-transition-delay: 0s, .10s;
    transition-delay: 0s, .10s;
}
.hamburger .bars:after {
    bottom: -6px;
    -webkit-transition-property: background-color, bottom, -webkit-transform;
    transition-property: background-color, bottom, -webkit-transform;
    -o-transition-property: background-color, bottom, transform;
    transition-property: background-color, bottom, transform;
    transition-property: background-color, bottom, transform, -webkit-transform;
    -webkit-transition-delay:  0s, .10s, 0s;
    -o-transition-delay:  0s, .10s, 0s;
    transition-delay:  0s, .10s, 0s;
}
.pushy-open-right .pushy {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.main-menu .menu-right {
    color: #272727;
    text-transform: uppercase;
}
.main-menu .menu-right i {
    position: relative;
    top: 1px;
    font-size: 14px;
}
.main-menu .menu-right.btn-cart {
    background: #004DA7;
    color: #fff;
    font-size: 18px;
    padding: 7px 28px;
    margin-left: 30px;
    text-transform: uppercase;
}
.language {
    position: relative;
}
.language .menu-right {
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.language .lang-box  {
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    transition: all .5s ease;
    opacity: 0;
}
.language .lang-box:hover {
    opacity: 1;
    transform: translateY(0);
}
.language .lang-box:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    margin: 0 36%;
}
.language .lang-box li {
    font-family: 'psl-pro';
    font-size: 18px;
    font-weight: normal;
    color: #272727;
    background-color: #fff;
    display: block;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
    cursor: pointer;
    box-shadow: -2px -2px 33px -8px #707070;
}
.language .lang-box li:hover {
    color: #004DA7;
}
.menu li {
    font-size: 22px;
    position: relative;
}
.menu li:hover img,
.menu li:focus img {
    opacity: 1;
}
nav {
    height: 70px;
}
.header.fixed {
    position: fixed;
}
.header-light.head-secound {
    position: relative;
    background: unset !important;
}
.header-light.head-secound nav {
    box-shadow: 0 4px 6px -6px #707070;
}
.header-light.head-secound .main-menu .menu li {
    color: #272727;
}
.header-light.head-secound .main-menu .menu-right {
    color: #272727;
}
.header-light.head-secound .main-menu .menu-right.btn-cart {
    color: #fff;
}
.main-menu .menu-right.btn-cart:hover {
    background-color: #013a7b;
}
.header-light {
    background: linear-gradient(0deg, rgb(183 178 178 / 0%) 0%, rgb(43 43 43 / 85%) 51%, rgb(31 30 30) 100%);
}
.header-light nav {
    box-shadow: none;
}
.header-light .main-menu .menu li {
    color: #fff;
}
.header-light .cart-mobile {
    color: #fff;
}
.header-light .navbar-toggler {
    color: #fff;
}
.header-light.head-secound .navbar-toggler {
    color:  #004DA7 !important;
}
.header-light.head-secound .cart-mobile { color:  #004DA7 !important; }
.header-light .main-menu .menu-right {
    color: #fff;
    text-transform: uppercase;
}
/*========== Header - END ==========*/
/*========== Highlight - START ==========*/
.highlight { 
    position: relative;
    outline: 0;
    font-size: 0;
}
.highlight .container { 
    height:100%; 
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.highlight .hl-img {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.highlight .area-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
}
.highlight .content-area { 
    padding: 40px 34% 40px 60px;
    margin-top: 150px;
    position: relative;
}
.highlight .content-area.center { padding: 0; text-align: center; }
.highlight .content-area.left { padding: 40px 50% 0 0; text-align: center;}
.highlight .content-area.right { padding: 40px 0 0 50%; text-align: center;}
.highlight .content-area .image {
    position: absolute;
    max-width: 261px;
    left: -18px;
    top: 2px;
 }
.highlight .content-area .image .ic { font-size: 40px; }
.highlight .content-area .desc { 
    font-size: 25px;
    margin-top: 10px;
}
.highlight .content-area .company-name {
    font-family: 'DB-Heavent-Bd-it';
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
}
.highlight .content-area h1 {
    font-family: 'DB-Heavent-Bd-it';
    font-size: 75px;
    color: #fff;
    line-height: 65px;
}
.highlight .action a:hover {
    background-color: #fff;
    color: #272727 !important;
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 10px;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px
}
@media (max-width: 767px) {
    .icon-scroll {
        position: relative
    }
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}
/* .pushy {
    width: 100%;
    background-color: #2E3192;
    color: #fff;
} */
.pushy-icon {
    position: absolute;
    top: 26px;
    right: 20px;
    font-size: 20px;
}
/*========== Highlight - END ==========*/
/*========== Tab ==========*/
.tab-group {
    position: relative;
}
.tab {
    position: relative;
    text-align: center;
}
.tab .control {
    width: 100%;
    display: table;
    border-radius: 5px;
    text-align: left;
    font-family: 'DB-Heavent-Med-it', Helvetica, Arial, sans-serif;
    position: relative;
    z-index: 99;
}
.tab .control .tab-menu{
    font-size: 22px;
    height: 45px;
    width: 33.333%;
    float: left;
    font-weight: bold;
    color: #fff;
}
.tab .control a.active {
    pointer-events: none;
    color: #2E3192;
    border-radius: 5px;
}
/* .tab .control a.active .tab-number {
    border-bottom: 2px solid #2E3192;
} */
.control .col-sm-3  {
    font-size: 16px;
    height: 55px;
    padding: 0;
}
.control a.active .col-sm-3::before,
.control a.active .col-sm-3::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 20px;
    bottom: 0;
}
.control .col-sm-3 p {
    line-height: 1;
}
.tab-content {
    position: relative;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    /* margin-top: 20px; */
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
/* Checkbox & Radio - START */
input[type="checkbox"],
input[type="radio"] {
    height: auto;
    padding: 0;
    border: 0;
    background: none;
}
.choice {
    position: relative;
    font-size: 14px;
}
.choice.inline {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
}
.choice.inline:not(:last-child) {
    /* margin-right: 20px; */
}
.choice > label {
    position: relative;
    display: inline-block;
}

.choice .choice-name {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choice input.choice-input {
    position: absolute; 
    z-index: -1000; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; 
    border: 0;
}
.choice input.choice-input + .choice-name {
    display: inline-block;
    padding-left: 32px;
    min-width: 15px;
    min-height: 15px;
    height: auto;
    vertical-align: top;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left 2px;
    color: #999999;
}

.choice input[type=radio].choice-input + .choice-name {
    background-image: url(../img/icon/radio.png);
}
.choice input[type=radio].choice-input:checked + .choice-name {
    background-image: url(../img/icon/radio-checked.png);
}
.choice input[type=checkbox].choice-input + .choice-name {
    background-image: url(../img/icon/checkbox.png);
}
.choice input[type=checkbox].choice-input:checked + .choice-name {
    background-image: url(../img/icon/checkbox-checked.png);
    background-size: 18px 18px;
}
.form-alert{
    border:1px solid red;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), 
screen and (-moz-min-device-pixel-ratio: 1.5), 
screen and (min-device-pixel-ratio: 1.5), 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (min-resolution: 192dpi) {
    
    .choice input.choice-input + .choice-name {
        background-size: 15px 15px;
    }
    .choice input[type=radio].choice-input + .choice-name {
        background-image: url(../img/icon/radio@2x.png);
    }
    .choice input[type=radio].choice-input:checked + .choice-name {
        background-image: url(../img/icon/radio-checked@2x.png);
    }
    .choice input[type=checkbox].choice-input + .choice-name {
        background-image: url(../img/icon/checkbox.png);
    }
    .choice input[type=checkbox].choice-input:checked + .choice-name {
        background-image: url(../img/icon/checkbox-checked.png);
    }
    
}
.choice.input-only {
    line-height: 15px;
}
.choice.input-only input.choice-input + .choice-name {
    padding-left: 0;
    background-position: left top;
}

.choice input.choice-input[disabled],
.choice input.choice-input[disabled] + .choice-name {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choice-other {
    display: table;
    width: 100%;
}
.choice-other > .choice-label,
.choice-other > .input {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.choice-other > .choice-label:not(:last-child) {
    padding-right: 10px;
}
.choice-other > .choice-label {
    width: 1%;
    white-space: nowrap;
}
.choice > label:not(:last-child),
.choice-group:not(:last-child),
.choice:not(.inline):not(:last-child) {
    margin-bottom: 10px;
}
.label + .choice-group {
    margin-top: 20px;
}
/* Checkbox & Radio - END */
/*========== form - START ==========*/
.field {
    position: relative;
    margin-bottom: 30px;
}
.form-contact span.hs-form-required{
    color: #526AB2;
}
.form-contact .hs-input[type=text],
.form-contact .hs-input[type=tel],
.form-contact .hs-input[type=email]  {
    position: relative;
    border-bottom: 1px solid #526AB2;
    color: #fff;
    font-size: 20px;
    width: 100%;
    margin-top: 35px;
}
.form-contact .btn {
    width: 60%;
}
.hs-error-msgs {
    position: absolute;
    font-size: 14px;
    color: red;
}
.hs-form-booleancheckbox-display,.form-checkbox {
    border: 2px solid #526AB2;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
}
.hs-form-booleancheckbox-display > span {
    position: absolute;
    left: 40px;
    width: 100%;
}

/*========== form - END ==========*/
/*========== Select - START ==========*/
.select select {
    width: 100%;
    background-color: #fff;
    font-family: 'jamjuree', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #111111;
    height: 45px;
 }
 .select {
     position: relative;
     color: #b5b5b5;
 }
 .select:after {
     font-family: 'iconfont';
     content: "\e91e";
     font-size: 12px;
     font-weight: normal;
     color: #227722;
     display: inline-block;
     width: 45px; 
     height: 45px;
     line-height: 45px;
     text-align: center;
     position: absolute;
     right: 0;
     top: 0; bottom: 0;
     z-index: 1;
     pointer-events: none;
     overflow: hidden;
 }
 .select select {
     line-height: 30px;
     padding: 0 45px 0 15px;
     -o-text-overflow: "";
     text-overflow: "";
     cursor: pointer;
     border-radius: 10px;
 }
 .select2-parent:after {
     display: none;
 }
 .select2-container {
     position: relative;
     display: block;
     width: 100%;
     margin: 0;
 }
 .select2-container .select2-selection--single {
     display: block;
     height: 45px;
     outline: 0;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 .select2-container .select2-selection--single .select2-selection__rendered {
     display: block;
     color: #000;
     padding-left: 15px;
     padding-right: 45px;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     white-space: nowrap; 
 }
 .select2-container .select2-selection--single .select2-selection__rendered[title] {
     background-color: #fff;
     font-family: 'jamjuree', Helvetica, Arial, sans-serif;
     font-size: 14px;
 }
 .select2-container .select2-selection--single .select2-selection__clear {
     position: relative; 
 }
 .select2-container .select2-search--inline {
     float: left; 
 }
 .select2-container .select2-search--inline .select2-search__field {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     border: none;
     padding: 0; 
     margin-top: 5px;
     font-size: 100%;
 }
 .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
     -webkit-appearance: none; 
 }
 .select2-dropdown {
     background: #fff;
     border: 1px solid #DAE1ED;
     border-radius: 4px;
     display: block;
     position: absolute;
     left: -100000px;
     width: 100% !important;
     z-index: 1051; 
     -webkit-transition: border-color 250ms ease-in-out;
     -o-transition: border-color 250ms ease-in-out;
     transition: border-color 250ms ease-in-out;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-animation: fadeIn 400ms;
     animation: fadeIn 400ms;
 }
 .select2-container .select2-results {
     display: block; 
 }
 .select2-container .select2-results__options {
     list-style: none;
     margin: 0;
     padding: 0; 
 }
 .select2-container .select2-results__option {
     margin: 0 !important;
     padding: 4px 15px;
     color: #000;
     border-top: 1px solid #ccc;
     word-wrap: break-word;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none; 
 }
 .select2-container .select2-results__option[aria-selected] {
     cursor: pointer; 
 }
 .select2-container .select2-results__option[aria-selected=true] {
     color: #948668; 
 }
 .select2-container .select2-results__message {
     color: #ccc;
 }
 .select2-container--open .select2-dropdown {
     left: 0; 
     overflow: hidden;
 }
 .select2-container--open .select2-dropdown--above .select2-results__option {
     border-top: 0;
     border-bottom: 1px solid #eee;
 }
 .select2-search--dropdown {
     display: block;
     position: relative;
     z-index: 1010;
     padding: 5px 9px;
     white-space: nowrap;
     background: #ccc;
     border-top: 1px solid #eee;
 }
 .select2-search--dropdown .select2-search__field {
     padding: 4px;
     width: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box; 
 }
 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
     -webkit-appearance: none; 
 }
 .select2-search--dropdown.select2-search--hide {
     display: none; 
 }
 .select2-container--default .select2-selection--single {
        background: #fff;
        border: 1px solid #DAE1ED;
        border-radius: 4px;
        -webkit-transition: border-color 400ms ease-in-out;
        -o-transition: border-color 400ms ease-in-out;
        transition: border-color 400ms ease-in-out;
        overflow: hidden;
    }
 .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 44px; 
 }
 .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #707070;
        display: inline-block;
        vertical-align: top;
        line-height: inherit;
        font-family: 'sarabun', Helvetica, Arial, sans-serif;
        font-size: 16px;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow,
 .select2-container--default .select2-selection--single .select2-selection__clear {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1;
        display: block;
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 0;
        text-align: center;
        cursor: pointer;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: block;
        width: 100%;
        height: 100%;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
 .select2-container--default .select2-selection--single .select2-selection__clear:before {
        font-family: 'iconfont';
        font-size: 12px;
        font-weight: normal;
        color: #272727;
        line-height: 45px;
        display: inline-block;
        vertical-align: top;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "\e91e";
 }
 .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
 .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
        display: none; 
 }
 .select2-container--default .select2-search--dropdown .select2-search__field {
        margin: 1px 0;
        padding: 5px 10px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #ddd;
        color: #948668;
 }
 .select2-container--default .select2-search--inline .select2-search__field {
        background: transparent;
        border: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: textfield; 
 }
 .select2-container--default .select2-results > .select2-results__options {
        max-height: 25vh;
        overflow-y: auto; 
        -webkit-overflow-scrolling: touch;
        font-family: 'jamjuree', Helvetica, Arial, sans-serif;
        font-size: 14px;
 }
 .select2-container--default .select2-results__option[role=group] {
        padding: 0; 
 }
 .select2-container--default .select2-results__option[aria-disabled=true] {
        color: #b5b5b5; 
 }
 .select2-container--default .select2-results__option--highlighted[aria-selected=true] {
        color: #948668; 
 }
 .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #EDEFF2;
        color: #111;
 }
 .select2-container--default .select2-results__group {
        display: block;
        cursor: default;
        font-size: 20px;
        text-transform: uppercase;
        color: #ccc;
        border-bottom: 1px solid #fff;
        margin-bottom: -1px;
        position: relative;
        padding: 12px 10px 6px;
 }
 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
 .select2-container--open .select2-dropdown--below {
        border-top: 0;
        -moz-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
 }
 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
 .select2-container--open .select2-dropdown--above {
        border-bottom: 0;
        -moz-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
 }
 .select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single,
 .select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown,
 .select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
        background-color: #fff;
        border-color: #DAE1ED;
 }
 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
        color: #b5b5b5;
 }
 .select2-close-mask {
        border: 0;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
        opacity: 0;
        z-index: 99;
        background-color: #fff;
        filter: alpha(opacity=0); 
 }
 .select2-hidden-accessible {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important; 
 }
 .select2-rendered__match {
        text-decoration: underline;
 }
 .select-asterisk .select2-container--default .select2-selection--single .select2-selection__placeholder {
        position: relative;
 }
 .select-asterisk .select2-container--default .select2-selection--single .select2-selection__placeholder::after {
        content: '*';
        color: #E10F21;
 }
 /*========== Select - END ==========*/
/*========== Slide - START ==========*/
.slick-slide {
    outline: 0;
}
.slick-next:before {
    content: '\e906';
    font-family: 'iconfont';
    color: #fff;
    opacity: 1;
}
.slick-dots {
    bottom: -54px;
}
.slick-dots li {
    width: 15px !important;
    height: 15px !important;
    margin: 0 2px !important;
}
.slick-dots li button:before {
    font-size: 28px;
    color: #71A1DE;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    /* border: 3px solid #fff;
    width: 10px;
    height: 10px; */
}
/*========== Slide - END ==========*/
/*========== Highlight - START ==========*/
.section-highlight .highlights .highlight .page-name {
    font-family: 'DB-Heavent-Med-it', Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.section-highlight .highlights .highlight .heading-h1 {
    font-family: 'DB-Heavent-Bd-it', Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 1;
}
.section-highlight .highlights .highlight .desc {
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
}
/*========== Highlight - END ==========*/
/*========== Home - START ==========*/
.icon-wrap {
    margin-top: 30px;
}
.icon-wrap img {
    width: 60px;
    margin-right: 10px;
}
.tab-content .sc-heading {
    position: absolute;
    top: 25%;
    width: 100%;
}
.tab-group {
    margin-bottom: 80px;
}
.service-wrap {
    margin: 0;
}
.service-wrap .service-item {
    padding: 0;
    position: relative;
    /* height: 500px; */
}
.service-wrap .service-desc {
    position: absolute;
    top: 0;
    margin: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}
.service-desc .desc {
    font-family: 'everett', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.service-wrap .service-desc .service-icon {
    width: 30px;
    margin-bottom: 20px;
}
.service-item .service-desc + .action {
    position: absolute;
    bottom: 0;
    margin: 30px;
    opacity: 0;
}
.service-item .service-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    top: 0;
    opacity: 0.6;
    visibility: visible;
}
.service-item:hover .service-desc + .action {
    opacity: 1;
}
.service-item:hover .service-cover {
    visibility: hidden;
}
.blue-bg .bg-item,
.light-blue-bg .bg-item{
    position: absolute;
    top: 0;
    left: -14%;
    width: 40%;
}
.blue-bg .bg-item img,
.light-blue-bg .bg-item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-bg-item {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}
.tab-img-wrap {
    float: right;
}
#sc-contact .tab-contact {
    background-color: #272727;
    position: relative;
    padding: 0;
}
#sc-contact .tab-contact .tab-group .tab {
    box-shadow: unset;
    border-bottom: 1px solid #484848;
    padding-bottom: 15px !important;
    height: 100%;
}
#sc-contact .tab-contact .tab-group .tab .control a {
    font-family: 'DB-Heavent-Med-it', Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #707070;
    margin-right: 50px;
}
#sc-contact .tab-contact .tab-group .tab .control a.active {
    color: #fff;
    border-bottom: 3px solid;
    border-radius: 0;
}
#sc-contact .tab-contact .tab-group .tab-content.active {
    padding: 50px 60px;
}
#sc-contact .tab-group {
    margin-bottom: 0px;
}
#sc-contact .tab-img {
    height: 100%;
}
#sc-contact .tab-img .active {
    height: 100%;
}
#sc-contact .tab-img .tab-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sc-contact .tab-contact .tab-content .heading {
    color: #fff;
    font-family: 'DB-Heavent-Bd', Helvetica, Arial, sans-serif;
}
#sc-contact .tab-contact .tab-content .address {
    margin-top: 40px;
}
#sc-contact .tab-contact .tab-content .address .heading {
    font-family: 'DB-Heavent-Bd', Helvetica, Arial, sans-serif;
    color: #fff;
}
#sc-contact .tab-contact .tab-content .address .desc {
    position: relative;
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
#sc-contact .tab-contact .tab-content .address .desc p {
    padding-left: 30px;
}
#sc-contact .tab-contact .tab-content .address .desc .ic {
    position: absolute;
    top: 2%;
    color: #fff;
}
#sc-contact .tab-contact .tab-content .address .desc .ic-mail {
    top: 14%;
}
#sc-contact .tab-content .link-map {
    margin-top: 50px;
}
#sc-contact .tab-content .link-map i {
    color: #fff;
    position: relative;
    top: 3px;
    right: -5px;
}
#sc-contact .tab-contact .bg-img {
    position: absolute;
    max-width: 336px;
    bottom: 0px;
    right: 0px;
}
/*========== Home - END ==========*/
/*========== Questionnaires - START ==========*/
.question-desc {
    margin-right: 200px;
    margin-top: 100px;
}
.question-desc h2 {
    font-family: 'DB-Heavent-Bd', Helvetica, Arial, sans-serif;
    color: #272727;
    margin-bottom: 10px;
}
.question-desc p {
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    margin-right: 10px;
    line-height: 25px;
}
#questionnaires-form {
    color: #272727;
}
#questionnaires-form .form-group {
    padding-left: 10px;
    padding-top: 15px;
}
#questionnaires-form .form-group.req-check {
    border: 2px solid red;
}
#questionnaires-form p.title {
    display: block;
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
}
#questionnaires-form .choice-name {
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
}
#questionnaires-form .form-field {
    border-bottom: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
#questionnaires-form .form-field:last-child {
    border-bottom: 1px solid #000;
}
#questionnaires-form .form-field input, #questionnaires-form .form-field select {
    min-height: 50px;
    padding: 0 15px;
    width: 100%;
}
#questionnaires-form .choice.inline {
    width: calc(100% / 3);
    margin-left: -5px;
}
.form-personal {
    margin-top: 30px;
    margin-bottom: 30px;
}
.req-field {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    height: auto;
    color: #ee2e24 !important;
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
}
/*========== Questionnaires - END ==========*/
/*========== GDPR - START ==========*/
#consent-page {
    background-color: #E9ECEF;
}
#consent-page .sc-inner {
    padding-bottom: 0px !important;
}
#consent-page .content { padding-bottom: 60px; }
#consent-page .title {
    font-family: 'DB-Heavent-Med-it', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #272727;
    margin-bottom: 20px;
}
#consent-page p {
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #272727;
}
/*========== GDPR - END ==========*/
/*========== Footer - START ==========*/
#sc-footer-contact {
    background-color: #E9ECEF;
}
#sc-footer-contact .contact-lists .contact-item {
    text-align: center;
    margin: 30px 0px;
    border-right: 1px solid #D9DCE0;
}
#sc-footer-contact .contact-lists .contact-item:last-child {
    border-right: unset;
}
#sc-footer-contact .contact-lists .contact-item .icon-main {
    font-size: 25px;
    color: #004DA7;
}
#sc-footer-contact .contact-lists .contact-item .heading {
    font-family: 'DB-Heavent-Med', Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #004DA7;
    text-transform: uppercase;
}
#sc-footer-contact .contact-lists .contact-item p {
    font-family: 'sarabun', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #272727;
}
#sc-footer-contact .contact-lists .contact-item .desc {
    margin-top: 0px;
}
#sc-footer-contact .contact-lists .contact-item .tel , #sc-footer-contact .contact-lists .contact-item .email {
    margin-top: 10px;
    position: relative;
}
#sc-footer-contact .contact-lists .contact-item .tel .ic {
    color: #004DA7;
    font-size: 17px;
    position: absolute;
    top: 3%;
}
#sc-footer-contact .contact-lists .contact-item .email ,#sc-footer-contact .contact-lists .contact-item .shop {
    color: #004DA7;
    text-decoration: underline;
}
#sc-footer-contact .contact-lists .contact-item .email:hover ,#sc-footer-contact .contact-lists .contact-item .shop:hover {
    color: #272727;
}
#sc-footer-contact .contact-lists .contact-item .email {
    position: relative;
}
#sc-footer-contact .contact-lists .contact-item .email .ic {
    color: #004DA7;
    font-size: 17px;
    position: absolute;
    top: 12%;
}
#sc-footer-contact .contact-lists .contact-item .tel span ,#sc-footer-contact .contact-lists .contact-item .email span {
    margin-left: 25px;
}
#sc-footer-contact .contact-lists .contact-item .social {
    margin-bottom: 10px;
}
#sc-footer-contact .contact-lists .contact-item .social img {
    max-width: 13px;
    margin-right: 5px;
    margin-top: -2px;
}
#sc-footer-contact .contact-lists .contact-item .shop-img a:first-child img {
    margin-top: 15px;
    margin-right: 15px;
    max-width: 75px;
}
#sc-footer-contact .contact-lists .contact-item .shop-img a:last-child img{
    margin-top: 10px;
    max-width: 70px;
}
#logo-site-blue, #logo-site-white, #logo-site-blue-m, #logo-site-white-m {display: none;}
#logo-site-blue.active, #logo-site-white.active, #logo-site-blue-m.active, #logo-site-white-m.active {display: block;}
.footer {
    color: #fff;
    width: 100%;
}
.footer-wrap {
    padding: 70px 0px;
    background-color: #272727;
}
.footer-wrap .logo {
    max-width: 186px;
}
ul.ft-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-link {
    color: #526AB2;
    margin-right: 25px;
}
.footer-wrap .heading {
    font-family: 'tt-supermolot';
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.footer-wrap .heading:not(:first-child) {
    margin-top: 20px;
}
.footer-wrap ul.ft-list li {
    font-family: 'tt-supermolot';
    font-size: 14px;
    color: #9DC8FA;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
}


.text-footer-dark-theme {
    color:#fff !important;
}


.footer-wrap .col:first-child ul.ft-list li {
    font-family: 'anuphan';
    font-size: 14px;
    color: #9DC8FA;
    line-height: 28px;
    font-weight: 700;
}


.footer-wrap ul.ft-list li.footer-fix01 {
text-transform: none;
}
.footer-wrap ul.ft-list li .ic {
    margin-right: 15px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #004DA7;
}
.footer-wrap ul.ft-list li.shop-line {
    padding-top: 7px;
}
.footer .right-text {
    font-family: 'DB-Heavent-Med-it', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #999999;
    margin: 5px 0px;
    text-transform: uppercase;
}
/*========== Footer - END ==========*/

/*========== Animation ==========*/
/* Movement */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeIn {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1;}
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn;}

@-webkit-keyframes fadeInLate {
    0% { opacity:0; }
    66% { opacity:0; }
    80% { opacity:0.5; }
    100% { opacity:1;-webkit-transform: none; transform: none; }
}
@keyframes fadeInLate {
    0% { opacity:0; }
    66% { opacity:0; }
    80% { opacity:0.5; }
    100% { opacity:1;-webkit-transform: none; transform: none; }
}
.fadeInLate { -webkit-animation-name: fadeInLate; animation-name: fadeInLate;}

@-webkit-keyframes fadeInUp {
    0% { opacity:0; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);}
    66% { opacity:0; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);}
    100% { opacity:1;-webkit-transform: none; transform: none; }
}
@keyframes fadeInUp {
    0% { opacity:0; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);}
    66% { opacity:0; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);}
    100% { opacity:1;-webkit-transform: none; transform: none; }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

@-webkit-keyframes fadeInLeft {
    0% { opacity:0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0);}
    66% { opacity:0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0);}
    100% { opacity:1;-webkit-transform: none; transform: none; }
}
@keyframes fadeInLeft {
    0% { opacity:0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0);}
    66% { opacity:0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0);}
    100% { opacity:1;-webkit-transform: none; transform: none; }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}

@-webkit-keyframes slideDown {
    0% { transform: translateY(-100%); opacity: 0;}
    66% { transform: translateY(-100%); opacity: 0;}
    100% {transform: translateY(0); opacity: 1; }
}
@keyframes slideDown {
    0% { transform: translateY(-100%); opacity: 0;}
    66% { transform: translateY(-100%); opacity: 0;}
    100% {transform: translateY(0); opacity: 1; }
}
.slideDown { -webkit-animation-name: slideDown; animation-name: slideDown;} 

@-webkit-keyframes slideDownHeight {
    0% { height: 100vh; width: 100%;}
    100% {height: 0; width: 100%;}
}
@keyframes slideDownHeight {
    0% { height: 100vh; width: 100%;}
    100% {height: 0; width: 100%;}
}
.slideDownHeight { -webkit-animation-name: slideDownHeight; animation-name: slideDownHeight;} 


@-webkit-keyframes tabFadeIn {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@keyframes tabFadeIn {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1;}
}
.tab-fade-in {
    animation-name: tabFadeIn;
    animation-duration: 1.5s;
}
@-webkit-keyframes tabitem-1{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@keyframes tabitem-1 {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1;}
}
.tab-item-1 {
    animation-name: tabitem-1;
    animation-duration: 1.5s;
}
@-webkit-keyframes tabitem-2{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@keyframes tabitem-2 {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1;}
}
.tab-item-2 {
    animation-name: tabitem-2;
    animation-duration: 2s;
}
@-webkit-keyframes tabitem-3{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@keyframes tabitem-3 {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1;}
}
.tab-item-3 {
    animation-name: tabitem-3;
    animation-duration: 2.5s;
}

.text-visible {
    margin-right: -15px;
}
.highlight-bg {
    position: relative;
}
.highlight-bg img {
    width: 100%;
}
.tab-menu .tab-line {
    position: relative;
}
.tab-menu .tab-line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.tab-menu .tab-line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.tab-menu.active .tab-line::after {
    width: 100%;
    transition: width 3s;
}
.tab-menu .tab-line::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #2E3192;
}

.contact .sc-inner {
    padding-bottom: 0;
}
.menu {
    font-family: 'pl-pro', Helvetica, Arial, sans-serif;
}
.mfp-close-btn-in .mfp-close:after {
    content: '\e913';
    font-family: 'iconfont';
    font-size: 20px;
    opacity: 1;
    color: #fff;
}
.hl-bg-item {
    max-width: 55%;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* css for EN */
body.en .header .main-menu .menu li {
    font-size: 18px;
}
:lang(en) .header .main-menu .menu li {
    font-size: 20px;
    margin-bottom: 3px;
}

.highlight .content-area.pp-banner01{
    padding-right: 15%;
}

 .sc-inner .sc-content .product-main-title p {
     font-size: 35px;
 }

/* ########################## CUSTOM ########################## */

 .bg-blue-theme {background: #004DA7;}
 .bg-dark-theme {background: #181D27;}

 .ft-list .footer-fix01:first-child {font-size: 32px;line-height: 120%;}
 .ft-list .footer-fix01:nth-child(2) {font-size: 32px;line-height: 120%;}


 .contact-flex {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

.social-flex {
    display: flex
;
    flex-direction: row;
    gap: 12px;
}


img.footer-logo {
    width: 100%;
    margin-top: 38px;
}

@media (max-width:768px) {
    .contact-flex {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: 32px;
    gap: 8px;
}
}

.privacy p {font-family: 'anuphan';font-weight: 400;font-size: 12px;line-height: 24px;}