* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Kanit'; font-size: 30px; font-weight: 200; color: #000000; line-height: 1.2; overflow-x: hidden; }
a { text-decoration: none !important; }
h1, h2, h3, h4 { font-weight: 400; margin: 0; }
b { font-weight: 400; }

.clear { clear: both; }
section { overflow: hidden; }
section .container { max-width: 1170px; width: 100%; }

.gc-navbar { position: fixed; width: 100%; text-align: center; z-index: 10; transition: all 0.2s; }
.gc-navbar .gc-navbar-nav { margin: 0; /*padding-left: 90px;*/ }
.gc-navbar li { display: inline-block; padding: 20px 15px; vertical-align: middle; margin: 0 -4px; }
.gc-navbar a { color: #ffffff; font-size: 26px; font-weight: 400; text-decoration: none; cursor: pointer; display: block; }
.gc-navbar .gc-ic-logo { font-size: 150px; color: #000000; transition: all 0.2s; }
.gc-navbar.is-scrolling { background: rgba(0,0,0,0.8); }
.gc-navbar.is-scrolling li { padding: 0 20px; }
.gc-navbar.is-scrolling .gc-ic-logo { color: #be9e5b; font-size: 100px; }

.gc-navbar .gc-navbar-collapse { width: 100%; }
.gc-navbar .gc-navbar-collapse ul { background: rgba(0,0,0,1); }
.gc-navbar .gc-navbar-collapse li { width: 100%; display: block; padding: 0 40px; }
.gc-navbar .gc-navbar-collapse li a { display: block; border-bottom: 1px solid #c09d5b; padding: 15px; }
.gc-navbar .gc-navbar-collapse li:last-child a { border-bottom: 0; }

.gc-navbar .gc-navbar-brand { margin: 0 40px; height: auto; padding: 0; }
.gc-navbar .gc-navbar-brand .gc-ic-logo { font-size: 124px; }

.gc-navbar .gc-navbar-toggle { width: 40px; height: 28px; position: relative; margin: 46px 40px; margin-left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; padding: 0; }
.gc-navbar .gc-navbar-toggle span { display: block; position: absolute; height: 5px; width: 50%; background: #000000; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
.gc-navbar .gc-navbar-toggle span:nth-child(even) { left: 50%; border-radius: 0 50px 50px 0; }
.gc-navbar .gc-navbar-toggle span:nth-child(odd) { left:0px; border-radius: 50px 0 0 50px; }
.gc-navbar .gc-navbar-toggle span:nth-child(1), 
.gc-navbar .gc-navbar-toggle span:nth-child(2) { top: 0px; }
.gc-navbar .gc-navbar-toggle span:nth-child(3), 
.gc-navbar .gc-navbar-toggle span:nth-child(4) { top: 10px; }
.gc-navbar .gc-navbar-toggle span:nth-child(5), 
.gc-navbar .gc-navbar-toggle span:nth-child(6) { top: 20px; }

.gc-navbar .gc-navbar-toggle.open span:nth-child(1),
.gc-navbar .gc-navbar-toggle.open span:nth-child(6) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.gc-navbar .gc-navbar-toggle.open span:nth-child(2),
.gc-navbar .gc-navbar-toggle.open span:nth-child(5) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.gc-navbar .gc-navbar-toggle.open span:nth-child(1) { left: 5px; top: 7px; }
.gc-navbar .gc-navbar-toggle.open span:nth-child(2) { left: calc(50% - 5px); top: 7px; }
.gc-navbar .gc-navbar-toggle.open span:nth-child(3) { left: -50%; opacity: 0; }
.gc-navbar .gc-navbar-toggle.open span:nth-child(4) { left: 100%; opacity: 0; }
.gc-navbar .gc-navbar-toggle.open span:nth-child(5) { left: 5px; top: 16px; }
.gc-navbar .gc-navbar-toggle.open span:nth-child(6) { left: calc(50% - 5px); top: 16px; }


.gc-navbar.is-scrolling .gc-navbar-toggle span { background: #be9e5b; }

.gc-btn { display: inline-block; font-weight: 400; cursor: pointer; }
.gc-btn-blackfloat { border: 3px solid #000000; color: #000000; font-size: 26px; }
.gc-btn-blackfloat .pull-left { background: #000000; color: #ffffff; padding: 16px 24px; }
.gc-btn-blackfloat .pull-right { padding: 16px 24px; font-weight: 200; }
.gc-btn-blackfloat .pull-right b { font-weight: 500; }
.gc-btn-blackfloat:hover { color: #000000; }

.gc-btn-brownfloat { border: 3px solid #ccad6c; color: #ccad6c; font-size: 26px; }
.gc-btn-brownfloat .pull-left { background: #ccad6c; color: #ffffff; padding: 16px 24px; }
.gc-btn-brownfloat .pull-right { padding: 16px 24px; font-weight: 200; }
.gc-btn-brownfloat .pull-right b { font-weight: 500; }
.gc-btn-brownfloat:hover { color: #ccad6c; }

.gc-sec-intro { background: url(../img/sec_intro.jpg); background-color: #bd9e5b; background-repeat: no-repeat; background-position: center bottom; height: 750px; padding-top: 250px; }
.gc-sec-intro .gc-container-content { padding-left: 70px; }
.gc-sec-intro h1 { font-size: 60px; }
.gc-sec-intro p { color: #ffffff; margin-top: 10px; margin-bottom: 30px; }
.gc-sec-intro .gc-container-img { text-align: right; }
.gc-sec-intro .gc-container-img img { max-width: 290px; display: inline-block; margin-top: 35px; }
.gc-sec-intro .gc-freedelivery { margin: 0; font-size: 22px; color: #000000; font-weight: 400; margin-top: 10px; }

.gc-sec-benefit { background: #000000; color: #ffffff; padding: 70px 0; padding-bottom: 120px; text-align: center; }
.gc-sec-benefit h2 { text-align: center; font-size: 40px; margin-bottom: 20px; }
.gc-sec-benefit .gc-benefit-item { text-align: center; display: inline-block; float: none; vertical-align: top; margin: 30px -5px; }
.gc-sec-benefit .gc-benefit-item p { font-size: 26px; }
.gc-sec-benefit .gc-benefit-item i { font-size: 120px; color: #be9e5b; display: inline-block; margin-bottom: 25px; }



.gc-sec-feature { background: url(../img/sec_feature.jpg); background-repeat: no-repeat; padding-top: 80px; text-align: center; }
.gc-sec-feature h2 { text-align: center; font-size: 40px; margin-bottom: 35px; }
.gc-sec-feature .gc-frature-item { padding: 84px 25px; color: #ffffff; background-position: center; background-size: cover; }
.gc-sec-feature .gc-frature-item i { font-size: 120px; display: inline-block; margin-bottom: 50px; }
.gc-sec-feature .gc-frature-item p { font-weight: 400; }
.gc-sec-feature .gc-frature-item.item-1 { background-image: url(../img/feature_1.jpg); }
.gc-sec-feature .gc-frature-item.item-2 { background-image: url(../img/feature_2.jpg); }
.gc-sec-feature .gc-frature-item.item-3 { background-image: url(../img/feature_3.jpg); }

.gc-sec-ingredient { background: #c5b083; padding: 80px 0; padding-bottom: 45px; }
.gc-sec-ingredient h2 { text-align: center; font-size: 40px; margin-bottom: 20px; }
.gc-sec-ingredient .gc-ingredient-item { text-align: center; display: inline-block; float: none; vertical-align: top; margin: 15px -5px; }
.gc-sec-ingredient .gc-ingredient-item img { border: 10px solid #e2d8c1; width: 180px; }
.gc-sec-ingredient .gc-ingredient-item h3 { font-size: 26px; text-align: center; font-weight: 500; margin-top: 10px; }
.gc-sec-ingredient .gc-ingredient-item p { font-size: 26px; text-align: center; }

.gc-sec-formen { background: #050505; padding: 0 10px; color: #ffffff; overflow: hidden; }
.gc-sec-formen .gc-container-img img { max-width: inherit; margin-left: -120px; height: 100%; }
.gc-sec-formen .gc-container-content { padding-top: 88px; padding-bottom: 56px; }
.gc-sec-formen .gc-container-content h2 { font-size: 40px; margin-bottom: 20px; color: #ccad6c; line-height: 1.6; }
.gc-sec-formen .gc-container-content h3 { font-size: 30px; font-weight: 200; line-height: 1.5; margin-bottom: 15px; }
.gc-sec-formen .gc-container-content b { font-size: 26px; color: #ccad6c; font-weight: 500; }
.gc-sec-formen .gc-container-content p { font-size: 26px; margin-bottom: 30px; }
.gc-sec-formen .gc-container-content .gc-freedelivery { margin: 0; font-size: 22px; color: #ffffff; font-weight: 400; margin-top: 10px; }

.gc-sec-forwomen { background: #e6cba4; background-image: url(../img/sec_forwomen.jpg); background-repeat: no-repeat; background-position: right; background-size: auto 100%; padding: 0 10px; color: #000000; overflow: hidden; }
.gc-sec-forwomen .gc-container-img img { max-width: inherit; margin-left: -210px; float: left; }
.gc-sec-forwomen .gc-container-content { padding-top: 75px; padding-bottom: 44px; margin-left: -100px; position: relative; z-index: 1; }
.gc-sec-forwomen .gc-container-content h2 { font-size: 40px; margin-bottom: 20px; color: #be9e5b; line-height: 1.6; }
.gc-sec-forwomen .gc-container-content h3 { font-size: 26px; font-weight: 200; line-height: 1.5; margin-bottom: 15px; }
.gc-sec-forwomen .gc-container-content h4 { font-size: 26px; font-weight: 400; line-height: 1.5; margin-bottom: 15px; }
.gc-sec-forwomen .gc-container-content b { font-size: 26px; color: #be9e5b; font-weight: 500; }
.gc-sec-forwomen .gc-container-content p { font-size: 26px; margin-bottom: 30px; }
.gc-sec-forwomen .gc-container-content .gc-btn-blackfloat b { color: #000000; }
.gc-sec-forwomen .gc-container-content .gc-freedelivery { margin: 0; font-size: 22px; color: #000000; font-weight: 400; margin-top: 10px; }

.gc-sec-contact { background: #c5b083; padding: 80px 10px; padding-bottom: 80px; }
.gc-sec-contact h2 { text-align: center; font-size: 40px; margin-bottom: 50px; }
.gc-sec-contact .gc-contact-item { color: #ffffff; padding: 24px 20px; text-align: center; padding-bottom: 70px; margin-bottom: 40px; }
.gc-sec-contact .gc-contact-item b { font-size: 26px; }
.gc-sec-contact .gc-contact-item p { font-size: 30px; color: rgba(255,255,255,0.5); margin-bottom: 50px; }
.gc-sec-contact .gc-contact-item i { font-size: 160px; margin-bottom: 20px; display: inline-block; }
.gc-sec-contact .gc-contact-item img { max-width: 180px; width: 100%; }
.gc-sec-contact .gc-contact-item.item-1 { background: #000000; }
.gc-sec-contact .gc-contact-item.item-2 { background: #4bb328; }
.gc-sec-contact .gc-contact-item.item-3 { background: #3c5b9b; }

.gc-sec-conclusion { background: #050505; padding: 20px 10px; color: #ffffff; overflow: hidden; }
.gc-sec-conclusion p { font-size: 14px; text-align: center; margin: 3px 0; }
.gc-sec-conclusion a { color: #ffffff; }

.gc-footer { background: #000000; border-top: 1px solid #ffffff; font-size: 14px; color: #ccad6c; padding: 12px 20px; text-align: center; }




.gc-sec-faq { background: #bd9e5b; padding-top: 190px; padding-bottom: 60px; }
.gc-sec-faq h2 { font-size: 40px; margin-bottom: 30px; }
.gc-sec-faq .gc-faq-panel { border-color: #000000; margin: 10px 0; }
.gc-sec-faq .gc-faq-heading { background-color: #000000; border-color: #000000; cursor: pointer; padding: 15px 20px; }
.gc-sec-faq .gc-faq-title { font-size: 26px; color: #ccad6c; }
.gc-sec-faq .gc-faq-body { padding: 15px 20px; padding-top: 5px; font-size: 24px; line-height: 1.3; }
.gc-sec-faq .gc-faq-body p { margin-top: 10px; margin-bottom: 0; text-indent: 22px; }
.gc-sec-faq .gc-faq-body b { font-weight: 500; }

.gc-sec-contactus { background: #bd9e5b; padding-top: 190px; }
.gc-sec-contactus h2 { font-size: 38px; font-weight: 500; padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid #000000; }
.gc-sec-contactus h3 { font-size: 30px; }
.gc-sec-contactus p { margin: 0; font-size: 24px; margin-bottom: 10px; }
.gc-sec-contactus i { font-size: 31px; }
.gc-sec-contactus a { color: #0088fd; text-decoration: underline !important; }
.gc-sec-contactus img { max-width: 140px; margin-top: 20px; }
.gc-sec-contactus #map { height: 600px; margin-top: 40px; }



.gc-sec-news { background: #bd9e5b; padding-top: 124px; padding-bottom: 0; text-align: center; min-height: 85.1vh }
.gc-sec-news .container { background-color: #ffffff; padding-top: 60px; padding-bottom: 60px; }
.gc-sec-news h2 { font-size: 28px; margin-bottom: 40px; text-align: left; }
.gc-sec-news .gc-news-item img { border: 2px solid #000000; }
.gc-sec-news .gc-news-item p { background-color: #000000; color: #ffffff; font-size: 22px; padding: 15px; }
.gc-sec-news .row { margin-left: -10px; margin-right: -10px; }
.gc-sec-news .gc-news-item { float: none; display: inline-block; margin: 10px -4px; vertical-align: top; padding: 0 10px; }
.gc-sec-news .box { border: 0 !important; font-family: 'Kanit' !important; font-weight: 200 !important; }
.gc-sec-news .detail img {
    width: 100% !important;
    height: auto !important;
}
