@media (max-width: 1023px) {
    .storesg-slide {
        width: 60%;
        margin: 0;
        position: relative;
    }
    .storesg-slide .slide-next {
        right: 20px;
    }
    .storesg-slide .slide-prev {
        left: 20px;
    }
    .storesg-content {
        position: static;
        width: 40%;
        margin: 0;
        padding: 30px;
    }
    .storesingle {
        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: stretch;
        -ms-align-items: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .storebox {
        width: 25%;
    }
    .storebox:hover:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .storebox span {
        bottom: 10px;
    }
}

@media (max-width: 768px) {
	.phonemenu {
        display: block;
        position: fixed;
        top: 25px;
        right: 20px;
	    z-index: 10;
        cursor: pointer;
    }
    .menu-btn {
        display: none;
    }
    .menu-icon {
	    cursor: pointer;
	    padding: 20px 10px;
        border: solid 1px #fff;
        border-radius: 100%;
	    display: block;
	    user-select: none;
	    transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
    }
    .menu-icon .navicon {
	    background-color: #FFF;
	    display: block;
	    height: 2px;
	    position: relative;
	    transition: background .2s ease-out;
	    width: 25px;
    }
    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
	    background-color: #FFF;
	    content: '';
	    display: block;
	    height: 100%;
	    position: absolute;
	    transition: all .2s ease-out;
	    width: 100%;
    }
    header.open .menu-icon .navicon{
	 	background-color:  transparent;
    }
    header.open .menu-icon .navicon:before,
    header.open .menu-icon .navicon:after {
	    background: #FFF;
	    top: 0px;
    }
    header.open .menu-icon  .navicon:before {
	    transform: rotate(-45deg);
    }
    header.open .menu-icon  .navicon:after {
	    transform: rotate(45deg);
    }
    .menu-icon .navicon:before {
	    top: 7px;
    }
    .menu-icon .navicon:after {
	    top: -7px;
	}
    
    header {
        transition: all .5s !important;
	    -webkit-transition: all .5s !important;
	    -moz-transition: all .5s !important;
        height: 120px;
        padding: 0;
    }
    .menu {
        display: none;
    }
    .logo {
        position: absolute;
        left: 50%;
        top: 20px;
        width: 55px;
        transform: translateX(-50%);
    }
    header.open {
        background: #8da728;
        height: 100vh;
    }
    header.open .menu-phone {
        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;
        height: 100%;
        width: 100%;
    }
    header.open .menu-phone > ul {
        list-style: none;
        margin: 0;
        padding: 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;
        flex-direction: column;
        text-transform: uppercase;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-size: 18px;
    }
    header.open .menu-phone > ul > li {
        margin: 10px 0;
        position: relative;
    }
    header.open .menu-phone > ul > li:hover:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #d5b586;
        border-radius: 100%;
        position: absolute;
        top: -10px;
        right: 0;
    }
    header.open .menu-phone > ul > li:hover a {
        color: #d5b586;
    }
    header.open .menu-phone > ul > li:last-child:hover:after {
        display: none;
    }
    header.open a, header.open {
        color: #fff;
    }
    header.open .menu-phone > ul > li img {
        width: 25px;
        display: inline-block;
        margin: 0 10px;
        filter: invert(1);
    }
    header.open .copyright {
        position: absolute;
        bottom: 30px;
        right: 30px;
        z-index: 1;
        text-transform: uppercase;
    }
    .index2-box {
        width: 100%;
    }
    .index2-content {
        top: auto;
        padding: 10px 0;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        opacity: 1;
        visibility: visible;
    }
    .footer-social {
        flex-direction: column;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .footer-social .box {
        width: 350px;
        max-width: 80%;
        margin: 0 0 30px 0;
    }
    .ftlogo, .footer-bar nav, .footer-bar p, .footer-bar .box:first-child {
        display: none;
    }
    .footer-bar {
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .index1 article {
        left: 5%;
    }
    .about2 {
        flex-direction: column;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100vh;
    }
    .about2 > div, .swiper-container.about2-slide {
        width: 100%;
        height: 50vh;
    }
    .about3 .wrap {
        flex-wrap: wrap;
    }
    .about3-box {
        width: 50%;
        padding: 25px 0;
    }
    .about3-box:after {
        height: 100%;
        top: 0;
    }
    .about3-box:before {
        width: 100%;
        height: 1px;
        background: #d3d3d3;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    } 
    .about3-box:nth-child(even):after,
    .about3-box:nth-child(3):before,
    .about3-box:nth-child(4):before {
        display: none;
    }
    .about-concept {
        background-color: #005551;
        height: auto;
    }
    .conceptmenu {
        position: static;
        padding: 70px 5% 30px 5%;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .about-concept .tab-link {
        display: block;
    }
    .about-concept .tabs {
        margin-top: 20px;
    }
    .about-concept .tab-content.current {
        height: unset;
    }
    .about-concept .swiper-slide {
        height: auto;
        background-color: #005551;
    }
    .about-concept .conceptpic {
        height: 400px;
    }
    .about-concept .swiper-slide article {
        position: static;
        margin: 30px 5% 60px 5%;
        width: 90%;
        max-width: 90%;
    }
    .about-concept .swiper-slide:after {
        display: none;
    }
    .about-concept .slide-next, .about-concept .slide-prev {
        right: 20px;
        top: 200px;
    }
    .about-concept .slide-prev {
        left: 20px;
    }
    .about1 h1 {
        font-size: 50px;
    }
    .about1 p {
        font-size: 15px;
    }
    .newstop-slide .slide-next {
        right: 20px;
    }
    .newstop-slide .slide-prev {
        left: 20px;
    }
    .newssinglecontent article p {
        max-width: 100%;
    }
    .newssinglesocial {
        display: none;
    }
    .newssinglesocial-mb {
        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;
        padding: 20px 0;
    }
    .newssinglesocial-mb p {
        margin: 0 10px 0 0;
    }
    .newssinglesocial-mb a {
        width: 18px;
        position: relative;
        margin: 0 10px;
    }
    .newssinglesocial-mb img {
        width: 100%;
        margin: 0;
        display: block;
    }
    .newssinglesocial-mb .active {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }
    .newssinglesocial-mb a:hover .active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    .newssinglesocial-mb a:hover .nonactive {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    .icon4 {
        left: 175px;
    }
    .storebox {
        width: 33.333%;
    }
    .icon6 {
        width: 120px;
    }
    .icon7 {
        width: 90px;
        right: 140px;
    }
    .icon8 {
        width: 120px;
    }
    .store2 {
        padding-bottom: 180px;
    }
    .index1pic-pc {
        display: none;
    }
    .index1pic-mb {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }
    
}
@media (max-width: 767px) {
    .newstop {
        height: unset;
        padding: 100px 0;
    }
    .newstop-slide {
        max-width: 80%;
    }
    .newstop-slide .swiper-slide {
        flex-direction: column;
    }
    .newstoppic, .newstopcontent {
        width: calc(100% - 40px);
    }
    .newstop-slide .swiper-pagination {
        width: 100%;
        text-align: center;
        left: 0;
    }
    .newstop-slide .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .newsboxhead {
        margin: 0;
    }
    .newsbox {
        width: 90%;
        border: solid 1px #ebebeb;
        margin: 0 auto 30px auto !important;
    }
    .newsbox a {
        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;
    }
    .newsbox .newspic {
        width: 40%;
    }
    .newsbox .news-content {
        border: none;
    }
    .newsbox .newsdate {
        margin: 10px 0 0 0;
    }
    .newsbox:nth-child(7) .newspic, 
    .newsbox:nth-child(12) .newspic {
        width: 100%;
    }
    .newsbox:nth-child(7), 
    .newsbox:nth-child(12) {
        width: 100%;
        border: none;
    }
    .newscontent {
        max-width: 100%;
    }
    .newsboxhead, .newspage {
        width: 90%;
        margin: 0 auto;
    }
    .newssinglecontent img {
        width: 100%;
        margin: 10px 0;
        max-width: 100%;
    }
    .contacttop .wrap {
        flex-direction: column-reverse;
    }
    .contacttop-map {
        width: 100%;
        transform: none;
        margin: 50px 0;
    }
    .contacttop {
        padding: 100px 0;
        margin: 0;
    }
    .contacttop-content {
        max-width: 100%;
        width: 100%;
    }
    .contactcontent .wrap {
        flex-direction: column;
    }
    .contactcontent article {
        width: 100%;
        text-align: center;
    }
    .contactform {
        width: 100%;
    }
    .ctform {
        width: 100% !important;
    }
    .contactcontent {
        padding: 60px 0 180px 0;
    }
    .icon3 {
        width: 100px;
    }
    .icon4 {
        width: 130px;
        left: 120px;
    }
    .icon5 {
        width: 50px;
    }
    .storebox {
        width: 50%;
    }
    .icon7 {
        display: none;
    }
    .newspage .next.mb {
        display: inherit;
    }
    .newspage nav {
        display: none;
    }

    
}
@media (max-width: 710px) {
    .storesingle {
        flex-direction: column;
    }
    .storesg-slide {
        width: 100%;
        height: 220px;
        margin: 0 auto;
    }
    .storesg-content {
        position: static;
        width: 100%;
        margin: 0 auto;
        padding: 20px 30px;
    }
    .icon9 {
        display: none;
    }
    .storesg-slide .swiper-pagination {
        display: none;
    }
}
@media (max-width: 425px) {
    .newsletter .icon {
        width: 100px;
    }
    .newstop .icon2 {
        width: 120px;
    }
    .storembselect {
        display: block;
        width: 100%;
        height: 65px;
        overflow: hidden;
        position: relative;
    }
    .storembselect:after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background: url(images/arrow_down.png) no-repeat center;
        background-size: 100%;
        top: 20px;
        right: 20px;
        z-index: 10;
    }
    .storembselect.open {
        height: auto;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    }
    .storembselect.open:after {
        transform: rotate(180deg);
    }
    .storenav {
        margin: 65px 0 0 0;
        padding: 0;
        list-style: none;
        /*height: 195px;
        overflow: auto;*/
        display: block;
        border-bottom: none;
    }
    .storenav li {
        padding: 10px 20px;
        margin: 0;
        color: #005551;
        font-size: 17px;
        font-weight: 600;
        font-family: futura-pt, sans-serif;
        filter: grayscale(100%);
        height: 65px;
        border-bottom: solid 1px #ebebeb;
        -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: 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-direction: row;
    }
    .storenav li.current {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        filter: none;
    }
    .storenav li img {
        width: 45px;
        margin: 0 20px 0 0;
    }
    .storenav li span {
        margin: 0;
    }
}


/*


        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;


*/