/* @override 
	http://thecircle.plaimanas.co/wp-content/themes/TheCircle/style.css?* */

@import url("https://use.typekit.net/gll3pht.css");

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 19, 2019 */
@font-face {
    font-family: 'thaisans_neuelight';
    src: url('fonts/thaisansneue-light-webfont.woff2') format('woff2'),
         url('fonts/thaisansneue-light-webfont.woff') format('woff'),
         url('fonts/thaisansneue-light-webfont.ttf') format('truetype'),
         url('fonts/thaisansneue-light-webfont.svg#thaisans_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'thaisans_neuesemi_bold';
    src: url('fonts/thaisansneue-semibold-webfont.woff2') format('woff2'),
         url('fonts/thaisansneue-semibold-webfont.woff') format('woff'),
         url('fonts/thaisansneue-semibold-webfont.ttf') format('truetype'),
         url('fonts/thaisansneue-semibold-webfont.svg#thaisans_neuesemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,
body {
	margin: 0;
	padding: 0;
    height: 100%;
	color: #000;
	font-size: 13px;
	font-weight: 400;
    line-height: 1.4;
    font-family: brother-1816, thaisans_neuelight, sans-serif;
}
img {
	border-style: none;
	height: auto;
}
a {
	text-decoration: none;
	color: #000;
    transition: 0.4s;
    pointer-events: auto;
}
input, button, select, textarea {
    font-family: brother-1816, thaisans_neuelight, sans-serif;
}
*:focus {
    outline: none;
}
textarea {
	resize: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
    position: relative;
}
/* Header */
header {
	padding: 40px;
	margin: 0;
	z-index: 99;
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0,0,0,0.7);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 89%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(89%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 89%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 89%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 89%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 89%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
header.nobg {
    background: transparent;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
}
header a {
    color: #fff;
}
.logo {
    width: 120px;
    display: block;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    font-family: futura-pt, sans-serif;
}
.menu li {
    margin: 0 35px 0 0;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.menu li:hover a,
.menu li.active a {
    color: #d5b586;
}
.menu li:hover:after ,
.menu li.active:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #d5b586;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: 0;
}
.menu li.store {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: solid 1px #fff;
    padding: 0 25px;
    text-transform: capitalize;
    margin: 0;
}
.menu li.store:hover {
    background: #fff;
    color: #005550;
}
.menu li.store:hover a {
    color: #005550;
}
.menu li.store:hover:after {
    display: none;
}
.phonemenu, .menu-phone {
    display: none;
}
/* Content */
main {
	padding: 0;
	margin: 0;
    clear: both;
}
.indexnav {
    position: fixed;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    margin: 0;
    padding: 0;
}
.indexnav a {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.5;
    margin: 8px 0;
    border-radius: 100%;
    display: block;
}
.navlink.active {
    opacity: 1;
}

.index1 {
    width: 100%;
    height: 100vh;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.topvdo {
    min-width: 100%;
    min-height: 100%;
}
.index1 article {
    width: 780px;
    position: absolute;
    left: 50px;
    bottom: 30px;
    z-index: 1;
    max-width: 90%;
}
.index1 article h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
}
.index1pic-pc {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.index1pic-mb {
    display: none;
}
.index2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    flex-wrap: wrap;
}
.index2-box {
    width: 50%;
    height: 50vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.index2-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.index2-box:hover .index2-content {
    opacity: 1;
    visibility: visible;
}
.index2-content article {
    width: 360px;
    max-width: 80%;
}
.index2-content article h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
    margin: 0;
}
.index3 {
    padding: 120px 0;
    width: 1135px;
    max-width: 90%;
    margin: 0 auto;
}
.index3-boxhead {
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.title {
    font-size: 30px;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
    margin: 0;
}
.index3 .swiper-container {
    margin: 40px 0 0 0;
    width: 100%;
}
.index3 .swiper-slide {
    width: 267px;
}
.newspic {
    width: 100%;
    display: block;
	height: 200px;
	object-fit: cover;
}
.news-content {
    width: 100%;
    border: solid 1px #ebebeb;
    border-top-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
}
.newsname {
    color: #005551;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Roboto", 'Prompt', sans-serif;
    margin: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.newsdate {
    color: #5f5f5f;
    font-family: 'thaisans_neuesemi_bold';
    margin: 20px 0 10px 0;
}
.index3 .swiper-slide:hover .newsname {
    color: #c7a877;
}
.index4 {
    position: relative;
}
.index4 iframe {
	float: left;
	width: 100%;
	height: 600px;
}
.index4 .map-pic {
    width: 100%;
    display: block;
}
.index4 .map-pin {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}



.newsletter {
    width: 800px;
    height: 500px;
    position: relative;
    max-width: 100%;
}
.newsletter .icon {
    width: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.newsletter-content {
    width: 790px;
    height: 450px;
    background-image: url(images/01-main_17.jpg);
    float: right;
    text-align: center;
    color: #fff;
    padding: 90px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    flex-direction: column;
    max-width: 100%;
}
.fancybox-content, .fancybox-slide--iframe .fancybox-content {
    background: transparent;
}
.newsletter-content * {
    width: 430px;
   // max-width: 80%;
}
.newsletter-form {
    background: transparent;
    border: solid 1px transparent;
    border-bottom-color: #4d8381;
    width: 430px;
    max-width: 80%;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.newsletter-btn {
    background: transparent;
    border: solid 1px transparent;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    margin: 20px 0 0 0;
}


.about1 {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    text-align: center;
}
.about1 article {
    width: 850px;
    max-width: 90%;
    margin: 0 auto;
    color: #fff;
}
.about1 h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto", 'Prompt', sans-serif;
    font-size: 52px;
    line-height: 1.1;
    margin: 0;
}
.about1 p {
    font-weight: 700;
    font-family: "Roboto", 'Prompt', sans-serif;
    font-size: 23px;
}
.about2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
    flex-wrap: wrap;
    height: 80vh;
}
.about2-quote {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    background-size: cover;
    text-align: center;
}
.about2-quote h2 {
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    line-height: 48px;
}
.about2-quote h2 span {
    font-size: 28px;
    color: #5f8a88;
}
.swiper-container.about2-slide {
    width: 50%;
    height: 100%;
}
.about2-slide .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.about2-slide .swiper-pagination-bullet-active {
    background: #fff;
}
.about2-slide .swiper-pagination-bullet {
    background: #fff;
    display: block;
    margin: 8px 0 !important;
}
.about2-slide .swiper-pagination-bullets {
    width: auto;
    left: auto;
    bottom: auto;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about3 {
    padding: 110px 0;
    width: 1135px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}
.about3 .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    margin: 55px 0 0 0;
}
.about3-box {
    padding: 0 50px;
    width: 25%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about3-box img {
    height: 60px;
}
.about3-box p {
    font-size: 18px;
    color: #005551;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
}
.about3-box:after {
    width: 1px;
    height: 60px;
    background: #d3d3d3;
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
}
.about3-box:last-child:after {
    display: none;
}

.about-concept {
    position: relative;
    width: 100%;
    height: 100vh;
}
.conceptmenu {
    color: #fff;
    position: absolute;
    bottom: 35px;
    left: 60px;
    z-index: 10;
}
.conceptmenu h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.conceptmenu h2 {
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
}
.about-concept .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.about-concept .tab-link {
    cursor: pointer;
    display: inline-block;
    margin: 0 35px 0 0;
}
.about-concept .tab-link.current {
    color: #d5b586;
}
.about-concept .tab-content {
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.about-concept .tab-content.current {
    visibility: visible;
    height: 100%;
    opacity: 1;
}
.about-concept .swiper-container {
    width: 100%;
    height: 100%;
}
.about-concept .swiper-slide {
    width: 100%;
    height: 100%;
}
.about-concept .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    z-index: 1;
}
.about-concept .conceptpic {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.about-concept .swiper-slide article {
    width: 480px;
    max-width: 40%;
    bottom: 25px;
    right: 60px;
    z-index: 20;
    position: absolute;
    color: #fff;
    font-size: 15px;
}
.about-concept .swiper-slide:not(.swiper-slide-active) article {
    opacity: 0;
    visibility: hidden;
}
.about-concept .conceptpic-mobile {
    display: none;
}
.slide-next, .slide-prev {
    width: 19px;
    height: 38px;
    background: url(images/arrow.png) no-repeat center;
    background-size: 19px 38px;
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: invert(1);
    cursor: pointer;
}
.slide-prev {
    right: auto;
    left: 40px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.about-concept .swiper-button-disabled {
    opacity: 0;
}


.newstop {
    background: url(images/01-main_17.jpg);
    padding: 100px 0 0 0;
    height: 640px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.newstop .icon2 {
    width: 149px;
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: 1;
}
.newstop-slide {
    width: 975px;
    max-width: 90%;
    margin: 0 auto;
}
.newstop-slide .swiper-container {
    width: 100%;
}
.newstop-slide .swiper-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.newstoppic {
    width: 55%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    margin: 20px;
}
.newstopcontent {
    width: 35%;
    color: #fff;
}
.newstopcontent h2 {
    font-size: 22px;
    line-height: 1.2;
    font-family: "Roboto", 'Prompt', sans-serif;
}
.newstopcontent h4 {
    opacity: 0.2;
}
.newstopcontent p {
    opacity: 0.5;
    font-size: 15px;
    font-family: "Roboto", 'Prompt', sans-serif;
}
.newstopcontent a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
}
.newstopcontent a:hover {
    text-decoration: underline;
}
.newstop-slide .swiper-pagination {
    left: 40px;
    bottom: 30px;
}
.newstop-slide .swiper-pagination-bullet {
    background: #fff;
    margin: 0 8px 0 0;
    opacity: 1;
}
.newstop-slide .swiper-pagination-bullet-active {
    background: #d5b586;
}


.newscontent {
    width: 1135px;
    margin: 0 auto;
    padding: 100px 0;
    max-width: 90%;
}
.newscontent h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    text-align: center;    
}
.newsboxhead {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    margin: -30px 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #ebebeb;
}
.newsboxhead select {
    color: #cccccc;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    text-decoration: underline;
    border: solid 1px transparent;
    font-size: 15px;
    height: 30px;
    cursor: pointer;
	-webkit-appearance: none;
    background-color: transparent;
}
.newsboxhead select#sort {
	direction: rtl;
}
.newsall {
    padding: 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    flex-wrap: wrap;
}
.newsbox {
    width: 24%;
    margin: 0 1.333% 70px 0;
}
.newsbox:nth-child(4),
.newsbox:nth-child(11),
.newsbox:nth-child(14),
.newsbox:nth-child(7) {
    margin-right: 0;
}
.newsbox:nth-child(7), .newsbox:nth-child(12) {
    width: 49.333%;
}
.newsbox:hover .newsname {
    color: #c7a877;
}
.newspage, .newssinglepage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center; 
    font-size: 17px;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
}
 div.newspage div.wp-pagenavi span.current {
 	border-style: none;
 	padding: 0;
 }
.newspage a {
    color: #cccccc;
}
.newspage a:hover, .newspage a.current, .newssinglepage a {
    color: #005551;
}
.newssinglepage a:hover {
    text-decoration: underline;
    color: #d5b586;
}
.newspage nav a {
    margin: 0 0 0 10px;
}
.newspage .next.mb {
    display: none;
}



.newssingletop {
    padding: 170px 0 50px 0;
    background: url(images/01-main_17.jpg);
    color: #fff
}
.newssingletop article {
    width: 950px;
    max-width: 90%;
    margin: 0 auto;
}
.newssingletop h3 {
    color: #d5b586;
    text-transform: uppercase;
    font-family: 'thaisans_neuesemi_bold';
    font-size: 14px;
}
.newssingletop h1 {
    text-transform: uppercase;
    font-family: 'thaisans_neuesemi_bold';
    font-size: 22px;
    width: 750px;
    max-width: 100%;
}
.newssingletop h4 {
    opacity: 0.3;
    font-family: 'thaisans_neuesemi_bold';
    font-size: 13px;
}
.newssingletop h4 div {
	display: inline;
}
.newssingleshow {
    width: 100%;
    display: block;
	height: 38vw;
	object-fit: cover;
}
.newssinglecontent {
    width: 1135px;
    max-width: 90%;
    margin: 0 auto;
    padding: 70px 0 0 0;
    position: relative;
    text-align: center;
}
.newssinglecontent .wrap {
    width: 1135px;
    max-width: 90%;
    margin: 0 auto;
    padding: 70px 0 0 0;
    position: relative;
    text-align: center;
}
.newssinglepage {
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding: 20px 0;
}
.newssinglecontent article {
    width: 950px;
    margin: 0 auto;
    max-width: 100%;
}
.newssinglecontent article p {
    width: 850px;
    max-width: 90%;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
/*.newssinglecontent img {
    margin: 30px 10px;
    max-width: 100%;
}*/
.newssinglesocial {
    position: sticky;
    top: 200px;
    right: 5%;
    width: 50px;
    float: right;
    padding-bottom: 100px;
}
.newssinglesocial-mb {
    display: none;
}
.newssinglesocial p, .newssinglesocial-mb p  {
    color: #005551;
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
}
.newssinglesocial a {
    width: 18px;
    display: block;
    position: relative;
    margin: 10px auto;
}
.newssinglesocial img {
    width: 100%;
    margin: 0;
}
.newssinglesocial .active {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.newssinglesocial a:hover .active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.newssinglesocial a:hover .nonactive {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.fbsim {
    max-width: 100%;
}


.contacttop {
    width: 100%;
    padding: 100px 0 0 0;
    background: url(images/01-main_17.jpg);
    margin: 0 0 115px 0;
}
.contacttop .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    width: 1135px;
    max-width: 90%;
    margin: 0 auto;
}
.contacttop-content {
    width: 380px;
    max-width: 40%;
    margin: auto;
    color: #fff;
}
.contacttop-map {
    width: 50%;
    position: relative;
    transform: translateY(50px);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.contacttop-map iframe {
	float: left;
	width: 100%;
}
.ctmap {
    width: 100%;
    display: block;
}
.ctpin {
    width: 60px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}
.contacttop-content h2 {
    color: #d5b586;
}
.contacttop-content > div {
    margin: 20px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.contacttop-content > div > img {
    width: 17px;
    filter: invert(1);
    margin: 0 20px 0 0;
}
.contacttop-content > div > span {
    font-size: 17px;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
}

.contactcontent {
    padding: 0 0 90px 0;
    position: relative;
    overflow: hidden;
}
.contactcontent .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    width: 1135px;
    max-width: 90%;
    margin: 0 auto;
}
.icon3 {
    width: 130px;
    position: absolute;
    bottom: 15px;
    left: -10px;
}
.icon4 {
    width: 170px;
    position: absolute;
    bottom: 35px;
    left: 225px;
}
.icon5 {
    width: 65px;
    position: absolute;
    bottom: 15px;
    right: -10px;
}
.contactcontent article {
    width: 40%;
    margin: 0 auto;
}
.contactform {
    width: 50%;
    padding: 50px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    flex-wrap: wrap;
}
.ctform {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: solid 1px transparent;
    background: url(images/05-contact_28.jpg) bottom;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    color: #005551;
}
.ctform::-webkit-input-placeholder { /* Edge */
    color: #005551;
}
.ctform:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #005551;
}
.ctform::placeholder {
    color: #005551;
}
.ctform.half {
    width: 49%;
}
textarea.ctform {
    height: 100px;
}
.ctsend {
    background: transparent;
    border: solid 1px transparent;
    color: #005551;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0;
    margin: 20px 0;
    cursor: pointer;
}

 form.wpcf7-form.sent div.wpcf7-response-output {
 	padding: 0;
 	margin: 0;
 	border-style: none;
 }


.store1 {
    background: url(images/01-main_17.jpg);
    padding: 200px 0 60px 0;
    text-align: center;
    color: #fff;
}
.store1 article {
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
}
.store1 article p {
    opacity: 0.5;
}

.storenav {
    border-bottom: solid 1px #ebebeb;
    padding: 25px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
}
.storenav li {
    margin: 0 25px 25px 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.storenav li img {
    width: 45px;
}
.storenav li span {
    color: #005551;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.storenav li {
    filter: grayscale(100%);
    opacity: 0.5;
}
.storenav li:hover, .storenav li.current {
    filter: none;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.store2 {
    padding: 65px 0 130px 0;
    position: relative;
    overflow: hidden;
}
.icon6 {
    width: 165px;
    position: absolute;
    bottom: 35px;
    left: 15px;
}
.icon7 {
    width: 120px;
    position: absolute;
    bottom: 20px;
    right: 215px;
}
.icon8 {
    width: 165px;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.store2-content {
    width: 1135px;
    max-width: 90%;
    margin: 0 auto 100px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    flex-wrap: wrap;
}
.storebox {
    width: 20%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    position: relative;
    cursor: pointer;
}
.storebox:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.storelogo {
/*    max-width: 70%;*/
	width: 150px;
	height: 110px;
	object-fit: contain;
}
.storebox:before {
    background: #d5b586;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    content: '';
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.storebox:hover:before {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    opacity: 1;
    visibility: visible;
}
.storebox span {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.storebox:hover span {
    opacity: 1;
    visibility: visible;
}
.storebox span:hover {
    text-decoration: underline;
}
.loadmore {
    border-radius: 22px;
    line-height: 44px;
    height: 44px;
    width: 165px;
    text-align: center;
    color: #005551;
    font-size: 15px;
    border: solid 1px #005551;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    display: block;
    margin: 0 auto;
}
.loadmore:hover {
    background: #005551;
    color: #fff;
}

body.storesg {
	max-width: 1135px;
    height: auto;
}
.storesingle {
    position: relative;
    width: 100%;
}
.storesg-slide {
    width: 750px;
    height: 500px;
    margin: 0 0 0 70px;
}
.storesg-slide .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
	background-color: #ffffff;
}
.storesg-slide .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.storesglogo {
    width: 67px;
    top: 10px;
    left: 10px;
    z-index: 10;
    position: absolute;
}
.icon9 {
    position: absolute;
    bottom: -50px;
    left: 0px;
    z-index: 10;
    width: 175px;
}
.storesg-slide .slide-next {
    right: 0;
}
.storesg-slide .slide-prev {
    left: 0;
}
.storesg-content {
    width: 390px;
    padding: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #005551;
    color: #fff;
    position: absolute;
    top: 115px;
    right: 50px;
    z-index: 10;
}
.storesg-content h1 {
    color: #d5b686;
    text-transform: uppercase;
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    font-size: 28px;
    margin: 0;
}
.storesg-content p {
    font-size: 16px;
    line-height: 1.1;
    font-family: futura-pt, sans-serif;
}
.storesg-content > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    padding: 5px 0;
}
.storesg-content > div > img {
    width: 16px;
    margin: 0 20px 0 0;
    filter: brightness(0) invert(1);
}
.storesg-content > div > span {
    font-weight: 600;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
}
.storesgsocial {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    flex-wrap: wrap;  
    margin: 20px 0 0 0;
}
.storesgsocial a {
    width: 18px;
    display: block;
    position: relative;
    margin: 0 20px 0 0;
}
.storesgsocial img {
    width: 18px;
}
.storesgsocial .nonactive {
    filter: brightness(0) invert(1);
}
.storesgsocial .active {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.storesgsocial a:hover .active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.storesgsocial a:hover .nonactive {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.storesg-slide .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: -30px;
}
.storesg-slide .swiper-pagination-bullet {
    background: #fff;
    margin: 0 4px;
    opacity: 1;
}
.storesg-slide .swiper-pagination-bullet-active {
    background: #d5b586;
}
.fancybox-slide {
    padding: 20px;
}
/*


    font-family: futura-pt, sans-serif;
    font-family: brother-1816, sans-serif;
    font-family: 'thaisans_neuelight';
    font-family: 'thaisans_neuesemi_bold';


    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;


*/
/* Footer */
footer {
	padding: 0;
	margin: 0;
    clear: both;
}
.footer-social {
    padding: 50px 0;
    background: #f4f4f4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    flex-wrap: wrap;
}
.footer-social .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    max-width: 100%;
}
.ftsocialicon {
    width: 30px;
    margin: 10px 15px 0 0;
    opacity: 0.5;
}
.footer-social article {   
    width: 305px;
}
.footer-social h4 {
    color: #7d7d7d;
    margin: 0;
}
.footer-social h3 {
    color: #005551;
    font-weight: 700;
    margin: 0;
    font-family: futura-pt, sans-serif;
    font-size: 23px;
}
.footer-social p, .footer-social p a {
    color: #005551;
}
.footer-social a:hover {
    text-decoration: underline;
}
.footer-bar {
    padding: 15px 35px;
    background: #2a2c2c;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    flex-wrap: wrap;
    color: #fff;
}
.footer-bar .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
    max-width: 100%;
}
.ftlogo {
    width: 75px;
    display: block;
}
.footer-bar a {
    color: #fff;
}
.footer-bar nav {
    font-weight: 700;
    font-size: 15px;
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
}
.footer-bar nav a {
    margin: 0 0 0 40px;
}
.footer-bar nav a:hover {
    color: #d5b586;
}
.ftform {
    width: 400px;
    max-width: 100%;
    height: 35px;
    border: solid 1px transparent;
    border-bottom-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(images/arrow.png) no-repeat center right;
    background-color: transparent;
    background-size: 9px 17px;
    filter: invert(1);
}
.ftform::-webkit-input-placeholder { /* Edge */
    color: #000;
}
.ftform:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
.ftform::placeholder {
    color: #000;
}
.footer-bar p {
    margin: 0 0 0 35px;
    font-size: 11px;
    text-transform: uppercase;
}
[data-visible] {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
}
[data-visible].visible {
    opacity: 1;
    visibility: visible;
}
[data-delay-0-5] {
    transition-delay: 0.5s;
}
[data-delay-1] {
    transition-delay: 1s;
}
[data-delay-1-5] {
    transition-delay: 1.5s;
}
[data-delay-2] {
    transition-delay: 2s;
}
[data-delay-2-5] {
    transition-delay: 2.5s;
}
[data-delay-3] {
    transition-delay: 3s;
}

article .page_counter_label {
	display: none;
}
.contacttop-content a {
    color: #fff;
}




.fancybox-loading {
    animation: unset !important;
    background: url(images/loading.gif) no-repeat center;
    background-size: 100%;
    margin: 0;
    border: 0 !important;
    border-radius: 0 !important;
    height: 133px;
    width: 107px;
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}