<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Main CSS
**********************************************************************/

body {
    font-size: 22px;
    line-height: 1.42857143;
    font-family: "thaisans_neueregular";
}

a {
    color: #333;
    text-decoration: none;
}

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

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

h1 {
    margin: 10px;
    font-size: 32px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
    margin: 10px 0;
}

p {
    padding: 10px;
    font-weight: 400;
    color: #333;
}

.clear {
    clear: both;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}

.black-ribbon {
    position: fixed;
    z-index: 2000;
    width: 110px;
}

.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.zoom-in:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}

@media (min-width: 320px) and (max-width: 767px) {
    .black-ribbon {
        position: fixed;
        top: 50px;
        width: 70px;
    }
}

.col-content {
    float: none;
    display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
    .col-content {
        float: none;
    }
}

.swap-list1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}

.swap-list2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

.swap-list3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    float: right;
    min-height: 2040px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .swap-list3 {
        min-height: 1800px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .swap-list3 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        float: none;
        min-height: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .swap-list3 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        float: none;
        min-height: auto;
    }
}


/*
FONT-FACE
********************************************************************/

@font-face {
    font-family: 'supermarketregular';
    src: url('../fonts/supermarket.eot');
    src: url('../fonts/supermarket.eot?#iefix') format('embedded-opentype'), url('../fonts/supermarket.woff2') format('woff2'), url('../fonts/supermarket.woff') format('woff'), url('../fonts/supermarket.ttf') format('truetype'), url('../fonts/supermarket.svg#supermarketregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.f-supermarket {
    font-family: 'supermarketregular';
}

@font-face {
    font-family: 'thaisans_neueregular';
    src: url('../fonts/thaisansneue-regular-webfont.eot');
    src: url('../fonts/thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/thaisansneue-regular-webfont.woff2') format('woff2'), url('../fonts/thaisansneue-regular-webfont.woff') format('woff'), url('../fonts/thaisansneue-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.f-thaisans {
    font-family: "thaisans_neueregular";
}


/*
Sections 
***************************************************************************/

section {
    padding-bottom: 20px;
}

section section {
    padding-bottom: 0px;
}

section .container {
    padding-top: 10px;
}

section .title {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

section .title h1 {
    font-weight: normal;
    margin: 0px;
    padding: 0;
}


/*section .title h1 span {
    font-size: 28px;
}*/

section .title &gt; p {
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.5em;
}

section .content p {
    margin-bottom: 0;
}

section .bottom {}

@media (min-width: 320px) and (max-width: 480px) {
    section .title h1 {
        font-size: 24px;
    }
}


/*
Search-Section
**********************************************************************/

.grid-search {
    margin-top: -10px;
    background: #707070;
    /*border-radius: 10px;*/
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
}

.grid-search label{
	color: white;
}

.form-search .form-group {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.form-search .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 22px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-search .btn-search {
    height: 48px;
    width: 68px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px;
    color: #FFF;
    background: #f4511e;
    border-color: #f4511e;
    /*background-image: linear-gradient(#ed1e24,#c3181d);*/
}

.form-search .btn-search:hover {
    color: #FFF;
    background: #444;
    border-color: #444;
}


/*
Sections 
***************************************************************************/

.box-img {
    text-align: center;
}

.box-img img {
    width: 700px;
    margin-bottom: 10px;
}

.box-detail p {
    text-indent: 2.5em;
}

.box-detail p span {
    font-weight: bold;
}

@media (max-width: 767px) {
    .box-img img {
        width: 100%;
    }
}


/*
Footer
********************************************************************/

footer {
    background: #e8e8e8;
    background-image: -webkit-linear-gradient(#f6f6f6, #ededed, #e4e4e4);
    background-image: linear-gradient(#f6f6f6, #ededed, #e4e4e4);
    text-align: center;
    height: 50px;
    line-height: 50px;
}

footer &gt; p {
    color: #333;
    margin: 0;
    padding: 0;
}

footer a,
footer a:hover,
footer a:focus {
    color: #f4511e;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
}

.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border: 1px solid #fff;
    display: none;
    background: #FECE1A;
}

.scrollup &gt; a {
    position: relative;
    top: 7px;
    color: #fff;
}


/*
Brand
********************************************************************/

.brand {
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 5px 10px 15px;
}

.brand img {
    /*position: absolute;*/
    width: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .brand {
        background: #FFF;
        width: 112px;
        height: 112px;
        margin-top: -50px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        text-align: center;
        border: 1px solid #EDEDED;
        border-radius: 4px;
        padding: 5px;
    }
    .brand img {
        width: 100px;
        height: 100px;
    }
}


/*
BOTTON
********************************************************************/

.btn {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border: 0px solid #f4511e;
    border-radius: 2px;
    background: #f4511e;
    text-align: center;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: normal;
    color: #FFF;
    line-height: 20px;
}

.btn:hover,
.btn:focus {
    border: 0px solid #d84315;
    background: #d84315;
    color: #FFF;
}

.btn-add {
    background: #38b775;
    color: #FFF;
}

.btn-add:hover,
.btn-add:focus {
    background: #119854;
    color: #FFF;
}

.btn-view {
    cursor: pointer;
    height: 50px;
    width: 150px;
    padding: 10px;
    background: #333;
    color: #FFF;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
}

.btn-view:hover {
    background: #000;
    color: #FFF;
}

.btn-rfi,
.btn-rfi:hover {
    color: #fff;
    background: #036507;
}


/*
Breadcrumb
********************************************************************/

.grid-breadcrumb {
    background: #FFF;
    /* border-bottom: 4px solid #EDEDED; */
    margin-top: 5px;
    margin-bottom: 10px;
}

.grid-breadcrumb .breadcrumb {
    padding: 10px 20px 10px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #EDEDED;
    border-radius: 50px;
}

.breadcrumb i {
    color: #f4511e;
    font-size: 20px;
}

.breadcrumb&gt;li a:focus,
.breadcrumb&gt;li a:hover {
    color: #333;
    text-decoration: none;
}

.breadcrumb&gt;li+li:before {
    padding: 0 5px;
    color: #9d9d9d;
    content: "|\00a0";
}


/*
Contact-section
********************************************************************/

.contact-section .box-map {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

.box-map {
    /* padding: 0px 0 18px; */
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
    border: 4px solid #eee;
}

.box-map iframe{
    pointer-events: none;
}

.grid-direction {
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .cover-contact .box-map {
        width: 100%;
        height: 250px;
    }
}


/*
Grid-Form
********************************************************************/

.box-form {}

.box-form ul {
    list-style: none;
    padding-left: 0;
}

.box-form ul li {
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 6px;
}

.box-form .title-form p {
    text-align: right;
    /*    line-height: 34px;*/
    padding: 0;
    margin-bottom: 0px;
}

.box-form ul li.textarea-form {
    height: auto;
    line-height: inherit;
    margin-bottom: 8px;
}

.box-form input.form-control,
.box-form textarea.form-control,
.box-form select.form-control {
    /*margin-bottom: 8px;*/
}

.box-form textarea.form-control {
    resize: none;
    height: auto;
}

.box-form .checkbox,
.box-form .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 4px;
}

.box-form input[type=checkbox],
.box-form input[type=radio] {
    margin-top: 11px;
}

.box-form .input-group .input-group-addon {
    border-color: #CCC;
    background-color: #FFF;
}

.input-group-addon:last-child {
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group-addon select {
    border: none;
    outline-color: transparent;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.red {
    color: #ed1e24;
}

@media (min-width: 768px) and (max-width: 980px) {
    .box-form .title-form p {
        text-align: left;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .box-form ul li {
        margin-bottom: 0px;
    }
    .box-form .title-form p {
        text-align: left;
    }
    .box-form .title-form.checkbox-form {
        display: none;
    }
    .box-form .content-form.checkbox-form {
        height: auto;
    }
}


/*
magic-radio
********************************************************************/

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio + label:before,
.magic-checkbox + label:before {
    position: absolute;
    top: 15px;
    left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid #cdcdcd;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
    cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
    animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
    display: block;
}

.magic-radio + label:before {
    border-radius: 50%;
}

.magic-radio + label:after {
    top: 20px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4511e;
}

.magic-radio:checked + label:before {
    border: 2px solid #f4511e;
}

.magic-radio:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
    background: #c9e2f9;
}

.magic-checkbox + label:before {
    border-radius: 3px;
}

.magic-checkbox + label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked + label:before {
    border: #3e97eb;
    background: #3e97eb;
}

.magic-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

/*.category-section .owl-carousel {
    top: 50px;
}
*/


.province-section.bg-region-1 {
	background: url("../images/province/img-bg-central.png") center bottom no-repeat;
}
.province-section.bg-region-2 {
	background: url("../images/province/img-bg-northern.png") center bottom no-repeat;
}
.province-section.bg-region-3 {
	background: url("../images/province/img-bg-southern.png") center bottom no-repeat;
}
.province-section.bg-region-4 {
	background: url("../images/province/img-bg-eastern.png") center bottom no-repeat;
}
.province-section.bg-region-5 {
	background: url("../images/province/img-bg-northeast.png") center bottom no-repeat;
}

.viewAll {
	text-align: right;
	padding: 0px 15px;
}
.viewAll  a {
	color: #FFF;
}</pre></body></html>