@import url("bootstrap-grid.min.css");
@import url("animations.css");
@import url("animate.css");
@import url("header-footer.css");
@import url("iconfont.css");
@import url("popup.css");
@import url("../js/swiper/swiper.css");

* {
    -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;
}

html {
    font-family: sans-serif;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial,'Kanit', Tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    /* -moz-osx-font-smoothing: grayscale;
    filter: grayscale(1); */
}

footer{
    font-family:  Arial, Thonburi, Tahoma, sans-serif;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
}

a,
area {
    border: 0;
    outline: none;
    cursor: pointer;
}

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

a:focus {
    outline: 0;
    outline-offset: 0;
}

p {
    margin: 0;
    padding: 0;
}

a[href^=tel] {
    cursor: default;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #222;
    font-weight: normal;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
font-weight:700;
}

::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

b,
strong {
    font-weight: normal;
}

h1,
.heading-h1 {
    font-size: 40px;
}

h2,
.heading-h2 {
    font-size: 30px;
}

h3,
.heading-h3 {
    font-size: 24px;
}

h4,
.heading-h4 {
    font-size: 18px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.container-md {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.nav2{
    display:flex;
    height:30px;
    align-items: center;
}

.tb {
    display: table;
    width: 100%;
    height: 100%;
}

.tb.header-contact a{
    color: #fff;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight: 400;
    vertical-align: middle;
    padding:5px;
}
.tb.header-contact a svg{
    margin-top:4px;
    margin-right: 5px;
}

.tbcell {
    display: table-cell;
}

.a-left {
    text-align: left;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}

.visible-device {
    display: none;
}

.btn {
    font-family: 'Kanit';
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    min-width: 160px;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    background-image: none;
    border: 2px solid transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #ea212e;
    color: #fff;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.btn:hover,
a.btn:focus {
    color: #fff;
    background-color: #aa012a;
}

.btn-more {
    padding-right: 30px;
}

textarea {
    resize: vertical;
}

.btn-more:after {
    content: '';
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: visible;
    margin: 0 0 0 5px;
    position: absolute;
    top: 15px;
}

.btn.btn-skew {
    height: 45px;
    margin-left:24px;
    transform: skew(-25deg) rotate(0deg);
    -webkit-transform: skew(-25deg) rotate(0deg);
    -moz-transform: skew(-25deg) rotate(0deg);
}

.btn.btn-skew p.btn-text {
    transform: skew(25deg) rotate(0deg);
    -webkit-transform: skew(25deg) rotate(0deg);
    -moz-transform: skew(25deg) rotate(0deg);
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
    line-height: 41px;
    font-weight: 700;
}

.btn.btn-opacity,
.btn.btn-opacity:focus {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn.btn-opacity:hover {
    background-color: #fff;
    color: #ea212e;
}

.btn.btn-opacity:hover p {
    color: #ea212e;
}


.btn.btn-opacity-r,
.btn.btn-opacity-r:focus {
    border: 2px solid #ea212e;
    background-color: transparent;
    color: #ea212e;
}

.btn.btn-opacity-r p.btn-text {
    color: #ea212e;
}

.btn.btn-opacity-r:hover {
    background-color: #ea212e;
    color: #fff;
}

.btn.btn-opacity-r:hover p {
    color: #fff;
}

/* FORM */

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
}

.icw-fields .icw-field {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    margin: 0px -2px;
}

.icw-fields .icw-field-full {
    width: 100%;
    clear: both;
}

input,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.icw-input .overlabel {
    display: inline-block;
    line-height: 50px;
    padding-left: 15px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    color: #777;
    z-index: 0;
    text-transform: none;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}

.icw-input input[type="text"],
.icw-input input[type="email"],
.icw-input input[type="password"],
.icw-input input[type="file"],
.icw-input input[type="tel"] {
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: border-color ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
}

::placeholder {
    color: #bbb;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bbb !important;
    opacity: 1;
}

:-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 15px;
    font-size: 14px;
    -webkit-transition: border-color ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
    margin-bottom: 20px;
}

textarea:focus,
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="tel"]:focus,
button:focus {
    outline: 0;
}

.icw-input {
    position: relative;
    padding: 20px 0;
}

.filled input:focus + .overlabel,
.filled textarea:focus + .overlabel,
.filled input + .overlabel,
.filled textarea + .overlabel {
    line-height: 1.5;
    top: -8px;
}

.icw-input .radio-inline,
.icw-input .checkbox-inline {
    min-width: 100px;
    margin: 0 5px 0 0;
}

input[type=radio].css-checkbox,
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    /* top: -1000px; */
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-checkbox + .css-label,
input[type=checkbox].css-checkbox + .css-label {
    display: inline-block;
    padding-left: 35px;
    height: auto;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: top;
    cursor: pointer;
    font-size: 24px;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 1.1;
}

input[type=radio].css-checkbox + .css-label {
    background-image: url(../img/icon/radio.png);
}

input[type=radio].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/radio-chk.png);
}

input[type=checkbox].css-checkbox + .css-label {
    background-image: url(../img/icon/checkbox.png);
}

input[type=checkbox].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/checkbox-chk.png);
}

input[type=radio].css-checkbox[disabled] + .css-label,
input[type=checkbox].css-checkbox[disabled] + .css-label {
    color: #999;
    cursor: default;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}

.action-form {
    margin: 20px 0 0;
    padding: 0 10px;
}


/* Banner */

.hero-banner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.hero-banner .svg-banner-home {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 101%;
    z-index: 5;
}

.hero-banner img {
    width: 100%;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.visible-w1023 {
    display: none;
}

.visible-w767 {
    display: none;
}

.svg-top {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 101%;
    z-index: 5;
}

.svg-bottom {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 101%;
    z-index: 5;
}


/* Main */

span.br {
    display: block;
}



.section-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.catagory {
    font-size: 16px;
    color: #ea212e;
    font-family: 'Kanit';
}

.swiper-pagination-bullet {
    background: #bbb;
    opacity: 1;
    border: 2px solid transparent;
}

.swiper-pagination span:focus {
    outline: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #c40030;
}

p.note {
    color: #aaaaaa;
    font-style: italic;
    font-size: 11px;
}

.banner-page {
    position: relative;
    overflow: hidden;
}

.banner-page img {
    width: 100%;
}

.banner-page-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fb,
.sc-share a i.fb,
.fb:focus {
    color: #4969a8;
}

.tw,
.sc-share a i.tw,
.tw:focus {
    color: #28aae1;
}

.g-plus,
.sc-share a i.g-plus,
.g-plus:focus {
    color: #f34a38;
}

.li,
.sc-share a i.li,
.li:focus {
    color: #1bb71f;
}

.header-tel a {
    cursor: default;
}

.share-group {
    position: relative;
    width: 100%;
    height: 100%;
}

.share-group > a {
    display: block;
    height: 46px;
    line-height: 52px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    width: 45px;
    margin: 0 0 0 auto;
}

.laste-share {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    background: url(../img/bg-share.png) center;
    background-repeat: no-repeat;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
}

.share-group-show {
    position: absolute;
    z-index: 5;
    display: none;
    right: 45px;
    top: 6px;
    width: 80px;
    background: #fafafa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25);
}

.share-group-show > div {
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 6px solid #fafafa;
    position: absolute;
    top: 15px;
    left: auto;
    right: -6px;
}

.share-group-show a {
    float: left;
    width: 40px;
    text-align: center;
    padding: 0px 0 0;
    height: 40px;
    line-height: 44px;
}

.share-group-show a.fb {
    border-right: 1px solid #eee;
}

.sc-share a.tw:hover i {
    color: #28aae1;
}

.sc-share a.tw:hover {
    border: 1px solid #28aae1;
}

.share-group-show a.li,
.sc-share-mobile a.li,
.sc-share a.li {
    display: none;
}

/* Fixed */
.px-mobile-only {
    display: none;
}

.title-page {
    margin-bottom: 20px;
    color: #333;
}


.banner-page .title-banner {
    margin-bottom: 20px;
}

.banner-page .title-banner,
.banner-page .des {
    color: #fff;
}

.banner-page .des {
    font-size: 18px;
    line-height: 1.4;
}

.box-i {
    margin-bottom: 10px;
    height: 80px;
}

.heading-line {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    font-size: 20px;
}

.banner-text {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: #101010;
}

.svg-banner {
    height: 100%;
    position: absolute;
    top: 0;
    left: -270px;
}

.content-banner {
    width: 100%;
    color: #fff;
}

.content-banner .heading-title {
    color: #fff;
    margin-bottom: 20px;
}

.btn-link {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    font-family: 'KanitMedium', Helvetica, Arial, sans-serif;
    color: #ea212e;
    position: relative;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.btn-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ea212e;
}

.btn-link:focus,
.btn-link:hover {
    color: #222;
}

.btn-link:focus:after,
.btn-link:hover:after {
    background-color: #222;
}

.heading-des {
    font-size: 16px;
    margin-top: 10px;
}

.modal-thk .box-covid {
    text-align: center;
    background: url(../img/popup-covid-19.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 40px;
    height: 693px;
}

.box-covid {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.box-covid p {
    margin-bottom: 10px;
    line-height: 2;
    color: #222;
}
.sc-contact {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    max-width: 80px;
}

/* Popup Splash */
.txt-underline,
.txt-underline:hover {
    text-decoration: underline;
}
.modal-thk.popup-splash .box-covid {
    text-align: center;
    background: url(../img/popup/splash.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 40px;
    height: 693px;
}
@media screen and (max-width: 600px) {
    .modal-thk.popup-splash .box-covid {
        background: url(../img/popup/splash-m.png) center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 60px 20px;
        height: 580px;
        background-position: top;
        /* background-color: #FFF; */
    }
    .popup-splash .box-covid .content-detail {
        text-align: center;
        margin-top: 270px;
    }
}
