<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========== Reset ==========*/
body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    overflow-y: visible;
    overflow-x: hidden;
    font-family: 'sukhumvitset-light', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
/*
    background-color: #ccc;
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-size: cover;
*/
    background: rgb(13,143,64);
    background: linear-gradient(138deg, rgba(13,143,64,1) 0%, rgba(0,0,0,1) 50%, rgba(128,0,0,1) 80%, rgba(85,5,5,1) 100%);
    background-attachment: fixed;
}

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

p {
    margin: 0;
}

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

address {
    font-style: normal;
}

a,
a:hover,
a:focus {
    outline: 0;
    color: inherit;
    text-decoration: none;
}
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;
    font-family: 'sukhumvitset-light', Helvetica, Arial, sans-serif;
}

iframe {
    border: 0;
}

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

b,
strong {
    color: #000;
    font-family: 'tepc_cm-prasanmit_bol', Helvetica, Arial, sans-serif;
}

i {
    font-family: 'tepc_cm-prasanmit_ita', Helvetica, Arial, sans-serif;
}
i strong {
    font-family: 'tepc_cm-prasanmit_bol_ita', Helvetica, Arial, sans-serif;
}

small {
    font-size: 80%;
    display: inline-block;
}

address {
    font-style: normal;
}

dd {
    -webkit-margin-start: 20px;    
}

h1, .heading-h1 { 
    font-family: 'db-helvethaica-x-bd', Helvetica, Arial, sans-serif; 
    line-height: 1.3;
    color: #fff;
}
h2, .heading-h2, 
h3, .heading-h3, 
h4, .heading-h4, 
h5, .heading-h5, 
h6, .heading-h6 {
    font-family: 'sukhumvitset-bold', Helvetica, Arial, sans-serif;
    line-height: 1.3;
    color: #fff;
}

h1, .heading-h1 { 
    font-size: 85px;
}
h2, .heading-h2 { 
    font-size: 45px;
}
h3, .heading-h3 { 
    font-size: 30px;
}
h4, .heading-h4 { 
    font-size: 22px;
}
h5, .heading-h5 { 
    font-size: 20px !important;
}
h6, .heading-h6 { 
    font-size: 16px;
}

a,
a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a {
    color: inherit;
    cursor: pointer;
}
a:focus,
a:hover, 
a:active { 
    
}

a[href^=tel],
a[href^=mail] { 
    outline: none;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}
.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;
}
.main.more-t { margin-top: 100px; }
.a-center { text-align: center !important; }
.a-left { text-align: left !important; }
.a-right { text-align: right !important; }
.f-left { float: left !important; }
.f-right { float: right !important; }
.section { position: relative; }
.sc-hidden { overflow: hidden; }
.sc-inner { padding: 50px 0; }

.action {
    margin-top: 40px;
}
.action.less-t {
    margin-top: 30px;
}
.container-md { max-width: 1000px; margin: auto; }
.container-sm { max-width: 720px; margin: auto; }
.sc-heading { margin-bottom: 60px; }
.sc-heading.half-bt { margin-bottom: 30px; }
.sc-heading.no-bt { margin-bottom: 0; }
/*========== Header - START ==========*/
.header {
    width: 100%;
    height: 112px;
    line-height: 110px;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border-top: 2px solid #009F47;
    letter-spacing: normal;
}
.header .logo { width: 180px; float: left; }
.header .logo-tom { 
    float: right; 
    color: #333; 
    font-size: 45px;
    font-family: 'db-thaitext', Helvetica, Arial, sans-serif;
}
/*========== Header - END ==========*/

/*========== Footer - START ==========*/
.footer {
    width: 100%;
    background-color: #fff;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.footer img { width: 183px; }
/*========== Footer - END ==========*/

/*========== Menu Bar - START ==========*/
.menu-bar {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgb(91,113,115);
    background: linear-gradient(270deg, rgba(91,113,115,1) 0%, rgba(43,59,66,1) 100%, rgba(0,212,255,1) 100%);
}
.menu-bar.fixed-bar {
    position: fixed;
    top: 0;
    z-index: 9999;
}
.menu-bar .menu-list { float: left; }
.menu-bar .menu-list li {
    font-family: 'sukhumvitset-bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 55px;
    position: relative;
}
.menu-bar .menu-list li:hover,
.menu-bar .menu-list li.active a {
    background: -webkit-linear-gradient(#67DF77, #59C3AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu-bar .menu-list li:hover:before,
.menu-bar .menu-list li.active:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(103,223,119);
    background: linear-gradient(270deg, rgba(103,223,119,1) 0%, rgba(89,195,175,1) 100%, rgba(43,59,66,1) 100%, rgba(0,212,255,1) 100%);
}
.menu-bar .menu-list li:last-child { margin-right: 0; }
.menu-bar .menu-bar-btn { float: right; }
/*========== Menu Bar - END ==========*/

/*========== Highlight - START ==========*/
.highlight { 
    position: relative;
    outline: 0;
    font-size: 0;
}
/*========== Highlight - END ==========*/

/*========== BTN - START ==========*/
a.action-link {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-family: 'sukhumvitset-bold', Helvetica, Arial, sans-serif;
    color: #59C3AF;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: normal;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.action-link .ic {
    font-size: 10px;
    margin-top: 7px;
    margin-left: 8px;
}
a.action-link:hover,
a.action-link:focus { opacity: 0.5; }
/*========== BTN - END ==========*/

/*========== Promotions - START ==========*/
.promotions-thumbnail {
    margin-left: -5px;
    margin-right: -5px;
}
.promotions-thumbnail .promotions-thumbnail-col {
    padding-left: 5px;
    padding-right: 5px;
}
.promotions-thumbnail .promotion-thumbnail .caption {
    background-color: #fff;
    padding: 20px;
}
.promotions-thumbnail .promotion-thumbnail .caption .date {
    font-size: 14px;
    color: #999;
    font-family: 'sukhumvitset-light', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    height: 18px;
    overflow: hidden;
}
.promotions-thumbnail .promotion-thumbnail .caption .title {
    font-size: 20px;
    color: #333;
    font-family: 'sukhumvitset-light', Helvetica, Arial, sans-serif;
/*
    height: 55px;
    overflow: hidden;
*/
    margin-bottom: 30px;
}
.promotions-thumbnail .promotion-thumbnail .caption .tag {
    font-size: 14px;
    color: #59C3AF;
    font-family: 'sukhumvitset-light', Helvetica, Arial, sans-serif;
    height: 18px;
    overflow: hidden;
}
/*========== Promotions - END ==========*/

/*==========Kplus Download - START ==========*/
.kplus-download .caption { width: 100%; display: inline-block; margin-top: 40px; }
.kplus-download .caption .left { float: left; }
.kplus-download .caption .right { float: left; margin-left: 10px; }
.kplus-download .caption .right img { width: 70px; margin-top: -15px; }
.kplus-download .caption .title {
    font-family: 'sukhumvitset-medium', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 30px;
}
.kplus-download .caption .detail {
    color: #fff;
    font-size: 18px;
}
.kplus-download .kplus-download-btn { margin-top: 40px; }
.kplus-download .kplus-download-btn a { margin-right: 10px; }
.kplus-download .kplus-download-btn a:last-child { margin-right: 0; }
.kplus-download .kplus-download-btn img {
    width: 156px;
}
/*==========Kplus Download - END ==========*/

/*==========Interesting Thumbnail - START ==========*/
.interesting-thumbnail { 
    width: 380px;
    min-width: 380px;
    max-width: 380px;
    position: relative; 
    padding: 30px 10px 30px 0; 
    margin-left: -240px;
    opacity: 0.4;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.interesting-slider .slick-current .interesting-thumbnail { opacity: 1; }
.interesting-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: rgb(48,62,64);
    background: linear-gradient(135deg, rgba(48,62,64,1) 0%, rgba(30,41,46,1) 50%);
}
.interesting-thumbnail .image {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}
.interesting-thumbnail .caption {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    height: 255px;
}
.interesting-thumbnail .caption .title { 
    font-size: 22px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}
.interesting-thumbnail .caption .title:before {
    content: "";
    width: 4px;
    height: 35px;
    background-color: #59C3AF;
    position: absolute;
    top: 0;
    left: 0;
}
.interesting-thumbnail .caption .detail { color: #fff; padding-left: 20px; }
.interesting-thumbnail .caption .action { margin-left: 20px; margin-top: 0; position: absolute; bottom: 0; left: 0; }
/*==========Interesting Thumbnail - END ==========*/

/*==========Slick - START ==========*/
.slick-slide {
    outline: 0;
}
.slick-slider .slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0;
}
.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.slick-dots li button:before { content: ""; width: 22px; height: 4px; }
.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
    outline: none;
}
.slick-slider .slick-dots li.slick-active button {
    background: #59C3AF;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0;
    text-align: center;
    color: #333;
    background: rgb(26,94,100);
    background: linear-gradient(128deg, rgba(26,94,100,1) 0%, rgba(58,178,139,1) 100%, rgba(43,59,66,1) 100%, rgba(0,212,255,1) 100%);
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-slider .slick-prev {
    left: -5px;
    transform: rotate(180deg);
    margin-top: -18px;
}
.slick-slider .slick-next {
    right: -5px;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    color: #fff;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-family: 'iconfont';
    font-size: 12px;
    color: inherit;
    line-height: 35px;
    color: #fff;
}
.slick-slider .slick-prev:before {
    content: "\e901";
}
.slick-slider .slick-next:before {
    content: "\e901";
}
/*==========Slick - END ==========*/

/*==========Scape Slider - START ==========*/
.the-8-scape h1 img {
    width: 256px;
    margin-left: -222px;
    position: relative;
}
.the-8-scape h1 img:after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: -6px;
}
.scape-slider-nav.slick-slider .slick-prev, 
.scape-slider-nav.slick-slider .slick-next { display: none !important; }
.scape-thumbnail { 
    width: 380px;
    min-width: 380px;
    max-width: 380px;
    position: relative; 
    padding: 30px 10px 30px 0; 
    margin-left: -240px;
    opacity: 0.4;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.scape-slider-for-01 .slick-current .scape-thumbnail { opacity: 1; }
.scape-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: rgb(48,62,64);
    background: linear-gradient(135deg, rgba(48,62,64,1) 0%, rgba(30,41,46,1) 50%);
}
.scape-thumbnail .image {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}
.scape-thumbnail .caption {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    height: 255px;
}
.scape-thumbnail .caption .title { 
    font-size: 22px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}
.scape-thumbnail .caption .title:before {
    content: "";
    width: 4px;
    height: 35px;
    background-color: #59C3AF;
    position: absolute;
    top: 0;
    left: 0;
}
.scape-thumbnail .caption .detail { color: #fff; padding-left: 20px; }
.scape-thumbnail .caption .action { margin-left: 20px; margin-top: 0; position: absolute; bottom: 0; left: 0; }
.scape-slider-nav-thumb { padding-left: 5px; padding-right: 1px; }
.scape-slider-nav { margin-left: -5px; margin-top: 25px; margin-bottom: 40px; }
.scape-slider-nav-thumb { cursor: pointer; }
.scape-slider-nav-thumb .caption {
    color: #6f6d6d;
    font-size: 14px;
    font-family: 'sukhumvitset-bold', Helvetica, Arial, sans-serif;
}
.scape-slider-nav-thumb.slick-current .caption { color: #53D1BF; }


/* active */
.scape-slider-nav-thumb.slick-current .image:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    /* background-color: white; */
    background: rgb(103,223,119);
    background: -moz-linear-gradient(180deg, rgba(103,223,119,1) 0%, rgba(89,195,175,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(103,223,119,1) 0%, rgba(89,195,175,1) 100%);
    background: linear-gradient(180deg, rgba(103,223,119,1) 0%, rgba(89,195,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67df77",endColorstr="#59c3af",GradientType=1);
    position: absolute;
    z-index: -1;
}
.scape-slider-nav-thumb.slick-current .image {
    opacity: 1;
    padding: 1.5px;
    position: relative;
}
/* non active */
.scape-slider-nav-thumb .image {
    opacity: 0.8;
    padding: 1.5px;
}

.scape-vdo { 
    position: relative;
}
.scape-vdo .title-wrapper { 
    position: absolute;
    top: -95px;
    left: 55%;
}
.scape-vdo .title-wrapper .title {
    position: relative;
    font-family: 'sukhumvitset-bold', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    display: inline-block;
}
.scape-vdo .title-wrapper .title:before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: -6px;
}
.scape-vdo.slick-current .image { 
    -webkit-box-shadow: 0 1px 10px 1px rgb(89 195 175 / 100%);
    -moz-box-shadow: 0 1px 10px 1px rgba(89, 195, 175,1);
    -o-box-shadow: 0 1px 10px 1px rgba(89, 195, 175,1);
    box-shadow: 0 1px 10px 1px rgb(89 195 175 / 100%);
}
.scape-vdo .play {
    width: 100px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.scape-slider-for-02 .caption { margin-top: -84px; position: relative; height: 135px;}
.scape-slider-for-02 .wrapper { 
    position: absolute;
    top: -11px;
    left: 55%;
}
.scape-slider-for-02 .title {
    font-family: 'sukhumvitset-bold', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    display: inline-block;
}
.scape-slider-for-02 .title:before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: -6px;
}
/*==========Scape Slider - END ==========*/</pre></body></html>