/* 
Main Stylesheet
Created By: Andamant Works
*/
	
/* INITIAL CSS */
html {font-size: 10px;}


@media only screen and (min-width: 1500px) {
	html {font-size: 12px;}
}
@media only screen and (min-width: 1900px) {
	html {font-size: 15px;}
}
@media only screen and (min-width: 2400px) {
	html {font-size: 19px;}
}
@media only screen and (max-width: 1024px) {
	html {font-size: 9px;}
}

body {color: #222222; font-family: 'GeneralFont', Arial, Verdana; font-size: 1.5rem; line-height: 2.5rem; position: relative;}

b, strong {font-family: 'BoldFont', Arial, Verdana;}
i, em {font-family: 'ItalicFont', Arial, Verdana;}
b i, i b, b em, em b, strong i, i strong, strong em, em strong {font-family: 'BoldItalicFont', Arial, Verdana;}

h1, h2, h3, h4, h5 {font-family: 'TitleFont', Arial, Verdana; color: #222222;}
h1 b, h2 b, h3 b, h4 b, h5 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-family: 'BoldFont', Arial, Verdana;}
h1 i, h2 i, h3 i, h4 i, h5 i, h1 em, h2 em, h3 em, h4 em, h5 em{font-family: 'ItalicFont', Arial, Verdana;}
h1 b i, h2 b i, h3 b i, h4 b i, h5 b i,
h1 i b, h2 i b, h3 i b, h4 i b, h5 i b,
h1 b em, h2 b em, h3 b em, h4 b em, h5 b em,
h1 em b, h2 em b, h3 em b, h4 em b, h5 em b,
h1 strong i, h2 strong i, h3 strong i, h4 strong i, h5 strong i,
h1 i strong, h2 i strong, h3 i strong, h4 i strong, h5 i strong,
h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em,
h1 em strong, h2 em strong, h3 em strong, h4 em strong, h5 em strong {font-family: 'TitleBoldItalicFont', Arial, Verdana;}

h1 {font-size: 4.4rem; line-height: 5.4rem; margin-bottom: 1.5rem;}
h2 {font-size: 3.8rem; line-height: 4.8rem; margin-bottom: 1.5rem;}
h3 {font-size: 3.2rem; line-height: 4.2rem; margin-bottom: 1.5rem;}
h4 {font-size: 2.6rem; line-height: 3.6rem; margin-bottom: 1.5rem;}
h5 {font-size: 2.0rem; line-height: 3.0rem; margin-bottom: 1.5rem;}
h1.no-mb, h2.no-mb, h3.no-mb, h4.no-mb, h5.no-mb {margin-bottom: 0;}

p, p a {font-size: 1.5rem; color: #222222; line-height: 2.5rem;}
p.big, .big {font-size: 2rem; line-height: 3rem;}
p a:hover {text-decoration: underline; color: #222222;}
a {color: #283E93; font-size: 1.5rem; line-height: 2.5rem; text-decoration: none;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
a:hover {color: #36b063; text-decoration: underline;}

.cl-secondary {color: #283E93;}
.cl-ternary {color: #2A6335;}

img {
backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden;}
img.full-width {width: 100%; display: block;}
img.centered {margin: 0 auto; display: block; max-width: 100%; height: auto;}
img.round-border {border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}

.gen-img-wrap {margin-bottom: 3rem; position: relative;}
.gen-img-wrap.no-mb {margin-bottom: 0;}
.gen-img-wrap img {max-width: 100%; display: block;}
.gen-img-wrap img.centered {margin-left: auto; margin-right: auto;}

.full-img-wrap {position: relative;}
.full-img-wrap img {width: 100%; display: block;}

.dmb-img-wrap {position: relative; width: 100%; height: 100%; background: transparent;}
.dmb-img-wrap img {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}

.ta-center {text-align: center;}
.ta-left {text-align: left;}
.ta-right {text-align: right;}
.ta-justify {text-align: justify;}

.fl-left {float: left;}
.fl-right {float: right;}
.fl-clear {clear: both;}

.sfw {float: left; width: 100%; position: relative;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-80 {margin-top: 80px;}
.mb-30 {margin-bottom: 30px;}

@media only screen and (max-width: 768px) {
	h1 {font-size: 4.2rem; line-height: 5.2rem;}
	h2 {font-size: 3.6rem; line-height: 4.6rem;}
	h3 {font-size: 3.0rem; line-height: 4.0rem;}
	h4 {font-size: 2.4rem; line-height: 3.4rem;}
}

@media only screen and (max-width: 500px) {
	h1 {font-size: 4.0rem; line-height: 5.0rem;}
	h2 {font-size: 3.4rem; line-height: 4.4rem;}
	h3 {font-size: 2.8rem; line-height: 3.8rem;}
	h4 {font-size: 2.2rem; line-height: 3.2rem;}
}

@media only screen and (max-width: 400px) {
	h1 {font-size: 3.8rem; line-height: 4.8rem;}
	h2 {font-size: 3.2rem; line-height: 4.2rem;}
	h3 {font-size: 2.6rem; line-height: 3.6rem;}
	h4 {font-size: 2.0rem; line-height: 3.0rem;}
}
/* /INITIAL CSS */


/* GENERAL LAYOUT CSS */
.amt-flex {display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap;}
.amt-flex.start {justify-content: flex-start;}
.amt-flex.rtl {flex-direction: row-reverse;}
.amt-flex.centered {justify-content: center;}
.amt-flex.align-centered {align-items: center;}

.wrap {margin: 0 auto; width: 90%;}
.wrap-2 {margin: 0 auto; width: 70%;}

@media only screen and (max-width: 768px) {
	.wrap, .wrap-2 {width: 90%;}
}
/* /GENERAL LAYOUT CSS */


/* WYSIWYG CONTENT */
.wysiwyg-content, .wysiwyg-content p, .wysiwyg-content a, .wysiwyg-content ul li, .wysiwyg-content ol li {font-size: 1.5rem; color: #222222; line-height: 2.5rem; font-family: 'GeneralFont', Arial, Verdana;}
.wysiwyg-content.big, .wysiwyg-content.big p, .wysiwyg-content.big a, .wysiwyg-content.big ul li, .wysiwyg-content.big ol li {font-size: 1.7rem; line-height: 2.7rem; font-family: 'GeneralFont', Arial, Verdana;}
.wysiwyg-content.small, .wysiwyg-content.small p, .wysiwyg-content.small a, .wysiwyg-content.small ul li, .wysiwyg-content.small ol li {font-size: 1.2rem; line-height: 2rem; font-family: 'GeneralFont', Arial, Verdana;}
.wysiwyg-content.white, .wysiwyg-content.white p, .wysiwyg-content.white a, .wysiwyg-content.white ul li, .wysiwyg-content.white ol li {color: #fff;}
.wysiwyg-content img {}
.wysiwyg-content img.fr-dib {display: block; margin: 0 auto;}
.wysiwyg-content img.fr-dib.fr-fil {text-align: left;}
.wysiwyg-content img.fr-dib.fr-fir {text-align: right;}
.wysiwyg-content img.fr-dii {}
.wysiwyg-content img.fr-dii.fr-fil {float: left; margin-right: 30px;}
.wysiwyg-content img.fr-dii.fr-fir {float: right; margin-left: 30px;}

.wysiwyg-content a {color: #282e68;}
.wysiwyg-content a:hover {color: #282e68; text-decoration: underline;}
.wysiwyg-content p a {color: #222222;}
.wysiwyg-content p a:hover {color: #282e68;}
.wysiwyg-content.white a {color: #fff;}
.wysiwyg-content.white a:hover {color: #fff; text-decoration: underline}
.wysiwyg-content.white h1, .wysiwyg-content.white h2, .wysiwyg-content.white h3, .wysiwyg-content.white h4, .wysiwyg-content.white h5 {color: #fff;}
.wysiwyg-content ul li {padding-left: 0px; list-style-type: disc; padding-bottom: 3px; margin-left: 55px;}
.wysiwyg-content ol li {list-style-type: decimal; margin-left: 55px;}
.wysiwyg-content.custom-list ul li {list-style-type: none; margin-bottom: 0.7rem; margin-left: 0; padding-bottom: 0; padding-left: 1.5rem; background: url(../images/icon/checkmark.png) no-repeat left top 0.08rem; background-size: 0.8rem; box-sizing: border-box;}
.wysiwyg-content.custom-list ul li:last-child {margin-bottom: 0;}
.wysiwyg-content.list-flat ol li {margin-left: 15px;}

.wysiwyg-content img.feat-img {float: left; max-width: 50%; margin-right: 20px; margin-bottom: 20px;}
.wysiwyg-content img {max-width: 100% !important; height: auto !important;}

.wysiwyg-content table {width: 100%;}
.wysiwyg-content table tbody tr {border-top: 0.1rem solid #eaeaea;}
.wysiwyg-content table tbody tr:last-child {border-bottom: 0.1rem solid #eaeaea;}
.wysiwyg-content table tbody tr td {padding: 1.5rem 2rem; font-size: 1.5rem; line-height: 2.5rem; border-left: 0.1rem solid #eaeaea; vertical-align: middle;} 
.wysiwyg-content table tbody tr td:last-child {border-right: 0.1rem solid #eaeaea;}
.wysiwyg-content table.fr-alternate-rows tr:nth-child(odd) td {background: #fff;}
.wysiwyg-content table.fr-alternate-rows tr:nth-child(even) td {background: #f5f5f5;}
/* /WYSIWYG CONTENT */


/* TABLE */
table.gen-table {width: 100%;}
table.gen-table tbody tr {border-top: 0.1rem solid #afafaf;}
table.gen-table tbody tr:last-child {border-bottom: 0.1rem solid #afafaf;}
table.gen-table tbody tr td {padding: 1.5rem 2rem; font-size: 1.5rem; line-height: 2.5rem; border-left: 0.1rem solid #afafaf; vertical-align: middle; background: #fff;} 
table.gen-table tbody tr td.bg {background: #283E93; color: #fff;}
table.gen-table tbody tr td:last-child {border-right: 0.1rem solid #afafaf;}
/* /TABLE */


/* FORM */
input[type=text], input[type=email], input[type=password], textarea {font-family: 'GeneralFont', Arial, Verdana; border: 0.1rem solid #9f9f9f; box-sizing: border-box; height: 4.5rem; padding: 0 1.5rem; font-size: 1.4rem; line-height: 2.2rem; color: #222222; width: 100%;
border-radius: 0.5rem; -webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; -o-border-radius: 0.5rem;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, input[type=password]:hover, input[type=password]:focus, textarea:hover, textarea:focus {outline: 0;
box-shadow: 0px 0px 0.5rem #282e68; -webkit-box-shadow: 0px 0px 0.5rem #282e68; -moz-box-shadow: 0px 0px 0.5rem #282e68; -o-box-shadow: 0px 0px 0.5rem #282e68;}
textarea {padding: 1.5rem; min-height: 15rem;}
textarea.no-resize {resize: none;}
input[type=text].datepicker {padding-right: 1.7rem; background: url(../images/icon/calendar.svg) no-repeat right 15px center; background-size: auto 20px;}

select {font-family: 'GeneralFont', Arial, Verdana; font-size: 0.6rem; line-height: 0.8rem; padding: 0 0.6rem; color: #222222; box-sizing: border-box;}
select:hover, select:focus {outline: 0;}
.styled-select-wrapper {width: 100%; box-sizing: border-box; overflow: hidden; border: 1px solid #9f9f9f; height: 1.7rem; background: url(../images/icon/arrow-down.png) no-repeat right 0.6rem center #fff; background-size: 0.3rem auto;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
.styled-select-wrapper select {display: block; width: 120%; border: none; background: transparent; height: 1.7rem; padding: 0 1.2rem 0 0.4rem;}
.styled-select-wrapper select option {background: none;}

input[type="checkbox"] {font-family: 'GeneralFont', Arial, Verdana; font-size: 0.6rem; line-height: 0.9rem;}
.styled-checkbox-wrapper {margin-bottom: 10px;}
.styled-checkbox-wrapper input[type="checkbox"] {display: none;}
.styled-checkbox-wrapper label {font-family: 'GeneralFont'; font-size: 0.6rem; line-height: 0.9rem; color: #222222; display: inline-block; padding-left: 1.3rem; background: url(../images/icon/checkbox.png) no-repeat left top 0.1rem; background-size: 0.8rem auto;}
.styled-checkbox-wrapper label:hover {cursor: pointer;}
.styled-checkbox-wrapper label a {color: #2A6335;}
.styled-checkbox-wrapper input[type="checkbox"]:checked + label {background: url(../images/icon/checkbox-checked.png) no-repeat left top; background-size: 0.8rem auto;}

input[type="radio"] {font-family: 'GeneralFont', Arial, Verdana;font-size: 15px; line-height: 24px;}
.styled-radio-wrapper{position: relative;}
.styled-radio-wrapper input[type="radio"] {display:none;}
.styled-radio-wrapper label {display:inline-block; padding: 1px 0px 0px 31px; font-size: 15px; line-height: 24px; font-family: 'GeneralFont', Arial, Verdana; background: url(../images/icon/radio-off.png) no-repeat left top 3px; cursor: pointer; background-size: 20px auto;}
.styled-radio-wrapper input[type="radio"]:checked + label {background: url(../images/icon/radio-on.png) no-repeat left top 3px; background-size: 20px auto;}

input[type="file"] {font-family: 'GeneralFont', Arial, Verdana;}
.styled-input-file-wrapper {cursor: pointer; font-size: 0.5rem; line-height: 0.7rem; color: #222222; background: #dbdbdb; border: 1px solid #dbdbdb; font-family: 'GeneralFont', Arial, Verdana; box-sizing: border-box; padding: 0.5rem; height: 50px; text-align: center;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;
transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.styled-input-file-wrapper:hover {background: #282e68; color: #fff;}
.styled-input-file-wrapper input[type="file"] {display: none;}
.styled-input-file-wrapper label {}
label.upload-file-info {}
label.upload-file-info.warning {display: block; margin-top: 0.5rem; font-size: 0.4rem; line-height: 0.6rem;}

input[type="submit"], a.gen-btn  {border: none; background: none; display: inline-block; color: #fff; font-size: 1.5rem; font-family: 'TitleFont', Arial, Verdana; background: #283E93; padding: 0.8rem 2.5rem 1.1rem 2.5rem; text-align: center; cursor: pointer;
border-radius: 0.5rem; -webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; -o-border-radius: 0.5rem;
transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
input[type="submit"] {padding: 1.3rem 2.5rem 1.6rem 2.5rem;}
input[type="submit"]:hover, input[type="submit"]:focus, a.gen-btn:hover, a.gen-btn:focus  {background: #2A6335; text-decoration: none;}
input[type="submit"].inverse, a.gen-btn.inverse {color: #2A6335; border: 1px solid #2A6335; background: none;}
input[type="submit"].inverse:hover, input[type="submit"].inverse:focus, a.gen-btn:hover, a.gen-btn:focus {background: #2A6335; color: #fff;}
input[type="submit"].full-width {width: 100%;}
a.gen-btn.type-2 {background: #2A6335;}
a.gen-btn.type-2:focus, a.gen-btn.type-2:hover {background: #458053;} 

.gen-form-wrapper {margin-bottom: 20px;}
.gen-form-wrapper.no-mb {margin-bottom: 0;}
.gen-form-wrapper.inline {}
.gen-form-wrapper.inline .gfw-title {float: left; width: 22%; margin-right: 3%; box-sizing: border-box;}
.gen-form-wrapper.inline .gfw-sep {float: left; width: 3%; margin-right: 3%; box-sizing: border-box;}
.gen-form-wrapper.inline .gfw-input {float: left; width: 69%; box-sizing: border-box;}
.gen-form-wrapper.inline label {font-size: 15px; line-height: 45px;}

::placeholder {color: #afafaf;}

.amt-form-notification {display: block; position: relative; padding: 0.5rem 0.6rem; margin-bottom: 0.5rem; border: 1px solid transparent;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
.amt-form-notification p {font-size: 0.5rem; line-height: 0.7rem; padding-right: 1rem; font-family: 'BoldFont', Arial, Verdana;}
.amt-form-notification .close-btn {position: absolute; top: 50%; transform: translateY(-50%); right: 0.6rem; width: 0.4rem; height: 0.4rem; cursor: pointer;}
.amt-form-notification.success {background: #d9ffd8; border: 1px solid #00b400;}
.amt-form-notification.success p {color: #00b400;}
.amt-form-notification.success .close-btn {background: url(../images/icon/amt-form-close-success.png) no-repeat center; background-size: 0.4rem 0.4rem;}
.amt-form-notification.failed {background: #ffdddf; border: 1px solid #f03a17;}
.amt-form-notification.failed p {color: #f03a17;}
.amt-form-notification.failed .close-btn {background: url(../images/icon/amt-form-close-failed.png) no-repeat center; background-size: 0.4rem 0.4rem;}

@media only screen and (max-width: 1024px) {
	a.gen-btn {padding-bottom: 0.8rem;}
}
/* /FORM */


/* HEADER */
header {}
.gen-section {}
.gen-container {margin-bottom: 8rem;}
.gen-section .gen-container:last-child {margin-bottom: 0;}
#header-top-section {position: fixed; left: 0; top: 0; width: 100%; z-index: 1000;}

#header-top-container {padding: 2rem 0; background: #fff;
transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
#header-top-container.sticky {padding: 1.5rem 0;
box-shadow: 0 0 1rem #bfbfbf; -webkit-box-shadow: 0 0 1rem #bfbfbf; -moz-box-shadow: 0 0 1rem #bfbfbf; -o-box-shadow: 0 0 1rem #bfbfbf;}
#logo-ct {}
img#logo {display: block; max-height: 5rem;
transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
img#logo.sticky {max-height: 4.5rem;}
ul#header-nav-list {}
ul#header-nav-list > li {margin-right: 1rem;}
ul#header-nav-list > li:last-child {margin-right: 0;}
ul#header-nav-list > li > a {font-family: 'MediumFont', Arial, Verdana; font-size: 1.6rem; line-height: 2.6rem; padding: 1.2rem 2.2rem; color: #283E93;
border-radius: 0.5rem; -webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; -o-border-radius: 0.5rem;}
ul#header-nav-list > li > a:hover {color: #2A6335; text-decoration: none;}
ul#header-nav-list > li > a.sticky {font-size: 1.5rem; line-height: 2.5rem; padding: 1rem 1.9rem;}
ul#header-nav-list > li > a.active, ul#header-nav-list > li > a.active:hover {font-family: 'TitleBoldFont', Arial, Verdana; color: #fff; background: #2A6335;}
ul#header-nav-list > li > a.nav-verify {padding-left: 5rem; background: url(../images/icon/verify.png) no-repeat left 1.6rem center #283E93; color: #fff; background-size: 2.2rem auto;}
ul#header-nav-list > li > a.nav-verify:hover {background-color: #4b5bb8;}
ul#header-nav-list > li > a.nav-verify.sticky {background-size: 1.9rem auto; padding-left: 4.5rem;}

#resp-nav-icon {display: none;}
#resp-header {display: none;}

@media only screen and (max-width: 1200px) {
	ul#header-nav-list > li > a {font-size: 1.5rem; line-height: 2.5rem; padding: 1.2rem 2rem;}
}

@media only screen and (max-width: 1024px) {
	img#logo {max-height: 4.5rem;}
	#header-top-container {padding: 1.5rem 0;}
	
	ul#header-nav-list {display: none;}
	
	#resp-nav-icon {display: block; width: 4rem; height: 4rem; background: url(../images/icon/nav.png) no-repeat center; background-size: 3rem auto; cursor: pointer;
	transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
	#resp-nav-icon:hover {opacity: 0.8;}
	
	#resp-header {display: block;}
	#resp-header-cover {display: none; background: rgba(0, 0, 0, 0.8); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 5000;}
	#resp-header-container {opacity: 0; position: fixed; top: 0; right: -27rem; width: 27rem; height: 100%; background: #fff; z-index: 5100; box-sizing: border-box; padding: 10rem 0 5rem 0;
	transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear;}
	#resp-header-container.displayed {opacity: 1.0; right: 0;}
	#resp-header-close-icon {position: absolute; top: 2rem; right: 2rem; width: 4rem; height: 4rem; background: url(../images/icon/close.png) no-repeat center; background-size: 2.4rem auto; cursor: pointer;
	transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
	#resp-header-close-icon:hover {opacity: 0.7;}
	#resp-logo-ct {margin-bottom: 5rem; padding: 0 2.5rem;}
	img#resp-logo {float: right; max-width: 100%; max-height: 4.2rem;}
	
	ul#resp-header-nav-list {}
	ul#resp-header-nav-list > li {}
	ul#resp-header-nav-list > li > a {display: block; padding: 1.5rem 3rem; font-size: 1.6rem; line-height: 2.6rem; color: #222222; font-family: 'GeneralFont', Arial, Verdana; text-align: right;}
	ul#resp-header-nav-list > li > a:hover {text-decoration: none; color: #2A6335;}
	ul#resp-header-nav-list > li > a.active, ul#resp-header-nav-list > li > a.active:hover {background: #2A6335; color: #fff; font-family: 'BoldFont', Arial, Verdana;}
	ul#resp-header-nav-list > li > a.nav-verify {background-color: #283E93; color: #fff; font-family: 'BoldFont', Arial, Verdana;}
	ul#resp-header-nav-list > li > a.nav-verify:hover {background-color: #4b5bb8;}
	ul#resp-header-nav-list > li > a.nav-verify span {display: inline-block; padding-left: 3.7rem; background: url(../images/icon/verify.png) no-repeat left center; background-size: 2.4rem auto;}
}

@media only screen and (max-width: 768px) {
	.gen-container {margin-bottom: 6rem;}
}

@media only screen and (max-width: 500px) {
	.gen-container {margin-bottom: 5rem;}
	
	img#logo, img#logo.sticky {max-height: 4.2rem;}
	#resp-nav-icon {background-size: 2.7rem auto;}
}
/* /HEADER */


/* HOME */
#gen-mt-top {margin-top: 8.8rem;}

#home-slideshow-section {}
.slideshow-item {position: relative;}
.slideshow-item img {display: block; width: 100%;}
.slideshow-item .slideshow-caption {position: absolute; left: 7%; top: 50%; transform: translateY(-50%); width: 55%;}
.slideshow-item .slideshow-caption h3 {font-family: 'TitleBoldFont', Arial, Verdana; display: inline-block; background: #283E93; font-size: 2.8rem; line-height: 3.6rem; margin-bottom: 2.5rem; color: #fff; padding: 2rem; border-left: 1.5rem solid #2A6335; border-right: 1.5rem solid #2A6335;}
.slideshow-item .slideshow-caption p {background: #283E93; font-size: 1.7rem; line-height: 2.7rem; color: #fff; padding: 2rem; border-left: 1.5rem solid #2A6335; border-right: 1.5rem solid #2A6335;}
.slideshow-item .slideshow-caption a.gen-btn {margin-top: 2.5rem;}
#home-slideshow-section .slick-dots {bottom: 6rem; text-align: left; width: 86%; left: 7%;}
#home-slideshow-section .slick-dots li {width: 1.6rem; height: 1.6rem; margin: 0 0.3rem;}
#home-slideshow-section .slick-dots li:last-child {}
#home-slideshow-section .slick-dots li button {width: 1.6rem; height: 1.6rem; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 1.6rem 1.6rem;}
#home-slideshow-section .slick-dots li button::before {content: "";}
#home-slideshow-section .slick-dots li.slick-active button {background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 1.6rem 1.6rem;}
#home-slideshow-section .slick-prev {content: ''; width: 5rem; height: 5rem; background: url(../images/icon/arrow-prev.png) no-repeat center !important; top: 50%; transform: translateY(-50%); left: 2rem; background-size: auto 3.5rem !important;
transition: all 0.15s linear; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear;}
#home-slideshow-section .slick-next {content: ''; width: 5rem; height: 5rem; background: url(../images/icon/arrow-next.png) no-repeat center !important; top: 50%; transform: translateY(-50%); right: 2rem; background-size: auto 3.5rem !important;
transition: all 0.15s linear; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear;}
#home-slideshow-section .slick-prev:hover {background: url(../images/icon/arrow-prev-hover.png) no-repeat center !important; background-size: auto 3.5rem !important;}
#home-slideshow-section .slick-next:hover {background: url(../images/icon/arrow-next-hover.png) no-repeat center !important; background-size: auto 3.5rem !important;}
#home-slideshow-section .slick-prev.slick-disabled, #home-slideshow-section .slick-prev.slick-disabled:hover, #home-slideshow-section .slick-prev.slick-disabled:focus {opacity: 0.2;}
#home-slideshow-section .slick-next.slick-disabled, #home-slideshow-section .slick-next.slick-disabled:hover, #home-slideshow-section .slick-next.slick-disabled:focus {opacity: 0.2;}

#home-about-section {}
#home-about-container {background: url(../images/bg/bg-pattern-1-left.png) no-repeat left center #fff; background-size: auto 90%; padding: 8rem 0;}
#home-about-img-ct {width: 45%;}
#home-about-img-ct img {display: block; margin: 0 auto; max-width: 100%;}
h2.gen-section-title {font-family: 'TitleBoldFont', Arial, Verdana; color: #283E93; padding-bottom: 1.5rem; background: url(../images/icon/green-line.png) no-repeat bottom left; background-size: 15rem 0.5rem; margin-bottom: 3rem;}
h2.gen-section-title.centered {text-align: center; background-position: bottom center;}
h2.gen-section-title.no-brd {background: none; padding-bottom: 0;}
h2.gen-section-title.white {color: #fff;}
h2.gen-section-title.small {font-size: 3rem; line-height: 4rem;}
#home-about-img-ct h2.gen-section-title.resp {display: none;}
#home-about-description-ct {width: 48%; text-align: left;}
#home-about-description-ct a.gen-btn {margin-top: 3rem;}

.gen-sep-line {margin: 0 auto; width: 90%; height: 0.1rem; border-top: 0.1rem solid #bfbfbf; margin-top: 1rem; margin-bottom: 1rem;}

#home-product-container {background: url(../images/bg/bg-pattern-1-right.png) no-repeat right center #fff; background-size: auto 90%; padding: 8rem 0;}
#home-product-img-ct {width: 45%;}
#home-product-img-ct img {display: block; margin: 0 auto; max-width: 100%;}
#home-product-img-ct h2.gen-section-title.resp {display: none;}
#home-product-description-ct {width: 48%; text-align: left;}
#home-product-description-ct a.gen-btn {margin-top: 3rem;}

#home-client-section {background: url(../images/bg/bg-pattern-2-left.png) no-repeat left center, url(../images/bg/bg-pattern-2-right.png) no-repeat right center; background-size: auto 100%, auto 100%; background-color: #f4f4f4; padding: 8rem 0;}
#home-client-section  h2.gen-section-title {margin-bottom: 6rem;}
#home-client-container {text-align: center;}
ul.client-list {}
ul.client-list > li {width: 22%; margin-right: 4%; margin-bottom: 6rem;}
ul.client-list > li:nth-child(4n), ul.client-list > li:last-child {margin-right: 0;}
ul.client-list > li .img-wrap {position: relative; height: 12rem;}
ul.client-list > li .img-wrap img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 90%; max-height: 90%;}

@media only screen and (max-width: 1200px) {
	.slideshow-item {height: 50rem !important;}
	.slideshow-item img {object-fit: cover; width: 100%; height: 100%;}
}

@media only screen and (max-width: 1024px) {
	.slideshow-item .slideshow-caption {left: 8%; width: 58%;}
	.slideshow-item .slideshow-caption h3 {font-size: 2.6rem; line-height: 3.6rem;  border-left: 1rem solid #2A6335; border-right: 1rem solid #2A6335;}
	.slideshow-item .slideshow-caption p {font-size: 1.6rem; line-height: 2.6rem;  border-left: 1rem solid #2A6335; border-right: 1rem solid #2A6335;}
}

@media only screen and (max-width: 1024px) {
	#gen-mt-top {margin-top: 7.5rem;}
	
	#home-about-img-ct {width: 50%;}
	#home-about-description-ct {width: 45%;}
	
	#home-product-img-ct {width: 50%;}
	#home-product-description-ct {width: 45%;}
	
	#home-client-section .wrap {width: 80%;}
	ul#home-client-list > li {width: 45%; margin-right: 10%;}
	ul#home-client-list > li:nth-child(4n) {margin-right: 10%;}
	ul#home-client-list > li:nth-child(2n) {margin-right: 0;}	
	ul.client-list > li .img-wrap {position: relative; height: 10rem;}
}

@media only screen and (max-width: 768px) {
	#home-about-container {background: none; padding: 6rem 0;}
	#home-about-img-ct {width: 100%; margin-bottom: 4rem;}
	#home-about-img-ct img {display: block; margin: 0 auto; max-width: 100%;}	
	#home-about-img-ct h2.gen-section-title.resp {display: block; margin-bottom: 4rem;}
	#home-about-description-ct {width: 100%;}
	#home-about-description-ct h2.gen-section-title {display: none;}	
	
	.slideshow-item .slideshow-caption {left: 10%; text-align: center; width: 80%;}
	.slideshow-item .slideshow-caption h3  {font-size: 2.4rem; line-height: 3.4rem;}
	.slideshow-item .slideshow-caption p {font-size: 1.5rem; line-height: 2.5rem;}
	#home-slideshow-section .slick-prev, #home-slideshow-section .slick-prev:hover {left: 1rem; background-size: auto 3rem !important;}
	#home-slideshow-section .slick-next, #home-slideshow-section .slick-next:hover {right: 1rem; background-size: auto 3rem !important;}
	
	.gen-sep-line {margin-bottom: 0;}
	
	#home-product-container {background: none; padding: 6rem 0;}
	#home-product-img-ct {width: 100%; margin-bottom: 4rem;}
	#home-product-img-ct img {display: block; margin: 0 auto; max-width: 100%;}	
	#home-product-img-ct h2.gen-section-title.resp {display: block; margin-bottom: 4rem;}
	#home-product-description-ct {width: 100%;}
	#home-product-description-ct h2.gen-section-title {display: none;}
	
	#home-client-section {padding: 6rem 0; background: #f4f4f4;}
	#home-client-section .wrap {width: 90%;}
	ul.client-list > li .img-wrap {position: relative; height: 8rem;}
}

@media only screen and (max-width: 500px) {
	#gen-mt-top {margin-top: 7.2rem;}
	h2.gen-section-title {padding-bottom: 1.2rem; background-size: 12rem 0.4rem;}
	
	ul.client-list > li .img-wrap {position: relative; height: 7rem;}
	ul.client-list > li .img-wrap img {max-width: 85%; max-height: 85%;}
	
	.slideshow-item .slideshow-caption h3  {font-size: 2.2rem; line-height: 3rem;}
	.slideshow-item .slideshow-caption p {font-size: 1.4rem; line-height: 2.2rem;}
	#home-slideshow-section .slick-prev, #home-slideshow-section .slick-prev:hover {width: 3rem; height: 3rem; left: 0.7rem; background-size: auto 2.7rem !important;}
	#home-slideshow-section .slick-next, #home-slideshow-section .slick-next:hover {width: 3rem; height: 3rem; right: 0.7rem; background-size: auto 2.7rem !important;}

	#home-about-container {padding: 5rem 0;}
	#home-product-container {padding: 5rem 0;}
	#home-client-section {padding: 5rem 0;}
}

@media only screen and (max-width: 400px) {	
	.slideshow-item .slideshow-caption h3  {font-size: 2rem; line-height: 2.8rem; padding: 1.5rem; border-left: 0.5rem solid #2A6335; border-right: 0.5rem solid #2A6335;}
	.slideshow-item .slideshow-caption p  {border-left: 0.5rem solid #2A6335; border-right: 0.5rem solid #2A6335;}	
	#home-slideshow-section .slick-dots {bottom: 3rem; text-align: center; width: 90%; left: 5%;}
	#home-slideshow-section .slick-dots li {width: 1.4rem; height: 1.4rem; margin: 0 0.3rem;}
	#home-slideshow-section .slick-dots li button, #home-slideshow-section .slick-dots li.slick-active button {width: 1.4rem; height: 1.4rem; background-size: 1.4rem 1.4rem;}
}
/* /HOME */


/* ABOUT */
#top-page-section {position: relative; height: 35rem;}
img#top-page-bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 100;}
.top-page-caption {position: absolute; bottom: 5rem; left: 5%; z-index: 200;}
.top-page-caption h3 {font-family: 'TitleBoldFont', Arial, Verdana; display: inline-block; background: #283E93; font-size: 2.8rem; line-height: 3.6rem; margin-bottom: 2.5rem; color: #fff; padding: 2rem; border-left: 1.5rem solid #2A6335; border-right: 1.5rem solid #2A6335;}

#about-section {}

#about-container {background: url(../images/bg/bg-pattern-1-right.png) no-repeat right center; position: relative;}
#about-img-ct {width: 45%; height: 45rem; position: relative;}
#about-img-ct img {position: absolute; bottom: 0; right: 0; max-width: 100%;}
#about-desc-ct {width: 50%; box-sizing: border-box; padding: 4rem 5%;}

#vision-container {text-align: center; background: url(../images/bg/bg-pattern-3-left.png) no-repeat left center, url(../images/bg/bg-pattern-3-right.png) no-repeat right center; background-size: auto 100%, auto 100%; background-color: #F5F7FF; padding: 8rem 0;}
#vision-container p {margin: 0 auto; width: 50%; font-size: 3.2rem; line-height: 4.5rem; font-family: 'BoldFont', Arial, Verdana;}

#mission-container {}
#mission-img-ct {width: 50%; height: 65rem;}
#mission-img-ct img {display: block; object-fit: cover; width: 100%; height: 100%;}
#mission-desc-ct {width: 50%; box-sizing: border-box; padding: 4rem 5%;}

#objective-container {}
#objective-img-ct {width: 50%;}
#objective-img-ct .img-wrap {height: 35rem;}
#objective-img-ct .img-wrap img {display: block; object-fit: cover; width: 100%; height: 100%;}
#objective-img-ct h2.gen-section-title.resp {display: none;}
#objective-desc-ct {width: 50%; box-sizing: border-box; padding: 4rem 5%;}

@media only screen and (min-width: 1900px) {
	#about-img-ct {min-height: 38rem;}
	#mission-img-ct {height: 62rem;}
	#objective-img-ct {height: 32rem;}
}

@media only screen and (max-width: 1200px) {
	#about-img-ct {height: 40rem;}
	
	#top-page-section {height: 33rem;}
}

@media only screen and (max-width: 1024px) {
	#top-page-section {height: 30rem;}
	
	#about-img-ct {height: 36rem;}
	
	#vision-container {background: #F5F7FF;}
	#vision-container p {width: 75%;}
	
	#mission-img-ct {height: 70rem;}
}

@media only screen and (max-width: 768px) {
	.top-page-caption  {bottom: 2rem;}
	#top-page-section {height: 28rem;}	
	.top-page-caption h3 {font-size: 2.6rem; line-height: 3.6rem; padding: 1.5rem; border-left: 1rem solid #2A6335; border-right: 1rem solid #2A6335;}
	
	#about-container {background: none;}
	#about-img-ct {display: none;}
	#about-desc-ct {width: 100%; padding-top: 6rem; padding-bottom: 6rem;}
	
	#vision-container {padding: 6rem 0;}
	#vision-container p {width: 100%; font-size: 2.8rem; line-height: 3.8rem;} 
	
	#mission-img-ct {display: none;}
	#mission-desc-ct {width: 100%; padding-top: 6rem; padding-bottom: 6rem;}
	
	#objective-container {width: 90%; margin: 0 auto; border-top: 0.1rem solid #bfbfbf; padding-top: 6rem; padding-bottom: 6rem;}
	#objective-img-ct {width: 100%; margin-bottom: 4rem;}
	#objective-img-ct .img-wrap {height: 32rem;}
	#objective-img-ct h2.gen-section-title.resp {display: block;}
	#objective-desc-ct {width: 100%; padding: 0;}
	#objective-desc-ct h2.gen-section-title {display: none;}
}

@media only screen and (max-width: 500px) {
	.top-page-caption  {bottom: 1.5rem;}
	#top-page-section {height: 25rem;}	
	.top-page-caption h3 {font-size: 2.2rem; line-height: 3.2rem; border-left: 0.5rem solid #2A6335; border-right: 0.5rem solid #2A6335;}
	
	#about-desc-ct {padding-top: 5rem; padding-bottom: 5rem;}
	
	#vision-container {padding: 5rem 0;}
	#vision-container p {font-size: 2.4rem; line-height: 3.4rem;}
	
	#mission-desc-ct  {padding-top: 5rem; padding-bottom: 5rem;}
	
	#objective-img-ct .img-wrap {height: 28rem;}
}
/* /ABOUT */


/* PRODUCT */
#product-section {padding: 8rem 0;}

#product-caption-container {text-align: center;}

#product-list-container {}
#product-list-container .wrap {width: 80%;}

ul.product-list {}
ul.product-list > li {margin-bottom: 1rem;}
ul.product-list > li:last-child {margin-bottom: 0;}
ul.product-list > li .product-list-item {width: 100%; margin-bottom: 1.5rem;}
ul.product-list > li .product-list-item .img-wrap {position: relative; border: 0.3rem solid transparent; overflow: hidden; box-sizing: border-box; height: 30rem;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;
transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;}
ul.product-list > li .product-list-item .img-wrap:hover {border: 0.3rem solid #2A6335;}
ul.product-list > li .product-list-item .img-wrap img {display: block; object-fit: cover; width: 100%; height: 100%;}
ul.product-list > li .product-list-item .img-wrap .cover {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(42, 99, 53, 0.5); z-index: 100;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;}
ul.product-list > li .product-list-item .img-wrap .caption {position: absolute; bottom: 3rem; left: 3rem; z-index: 200;}
ul.product-list > li .product-list-item .img-wrap .caption h3 {font-size: 2rem; line-height: 3rem; color: #fff; font-family: 'BoldFont', Arial, Verdana; padding: 1rem 2rem; background: #283E93; margin-bottom: 0;
border-radius: 0.5rem; -webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; -o-border-radius: 0.5rem;
transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;}
ul.product-list > li .product-list-item .img-wrap .caption h3.hovered {background: #2A6335;}

#product-detail-section {padding: 8rem 0;}
#product-detail-img-ct {width: 48%;}
#prdet-current-img-ct {width: 82%;}
#prdet-current-img-ct .img-wrap {position: relative; box-sizing: border-box; border: 0.1rem solid #bfbfbf; overflow: hidden;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;}
img#prdet-current-img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
#prdet-img-list-ct {width: 15%;}
ul#prdet-img-list {}
ul#prdet-img-list > li {margin-bottom: 1.2rem;}
ul#prdet-img-list > li:last-child {margin-bottom: 0;}
ul#prdet-img-list > li .img-wrap {position: relative; box-sizing: border-box; border: 0.1rem solid #bfbfbf; cursor: pointer; overflow: hidden;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;}
ul#prdet-img-list > li.active .img-wrap {border: 0.1rem solid #2A6335; cursor: default;}
ul#prdet-img-list > li .img-wrap img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%;}
ul#prdet-img-list > li .img-wrap .cover {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(42, 99, 53, 0.5); z-index: 100;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;}
#product-detail-desc-ct {width: 49%;}
#product-detail-desc-ct .prdet-desc-wrap {margin-bottom: 4rem;}
#product-detail-desc-ct .prdet-desc-wrap:last-child {margin-bottom: 0;}
#product-detail-desc-ct .prdet-desc-wrap h2.main-title {font-size: 3rem; line-height: 4rem; font-family: 'TitleBoldFont', Arial, Verdana; color: #283E93; margin-bottom: 1rem;}
ul#prdet-color-list {}
ul#prdet-color-list > li {margin-right: 0.7rem;}
ul#prdet-color-list > li .color-wrap {width: 3rem; height: 3rem; cursor: pointer;
border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%;}


@media only screen and (max-width: 1024px) {
	#product-list-container .wrap {width: 85%;}
		
	#product-detail-img-ct {width: 48.5%;}
	#prdet-current-img-ct {width: 100%; margin-bottom: 2rem;}
	#prdet-img-list-ct  {width: 100%;}
	ul#prdet-img-list {display: flex; justify-content: center; flex-wrap: wrap;}
	ul#prdet-img-list > li {width: 23.5%; margin-right: 2%;}
	ul#prdet-img-list > li:nth-child(4n), ul#prdet-img-list > li:last-child {margin-right: 0;}
	#product-detail-desc-ct {width: 48.5%;}
}

@media only screen and (max-width: 768px) {
	#product-section {padding: 6rem 0;}
	
	#product-list-container .wrap {width: 90%;}
	
	#product-detail-section {padding: 6rem 0;}
	
	#product-detail-img-ct  {width: 100%; margin-bottom: 4rem;}
	#prdet-current-img-ct {width: 82%; margin-bottom: 0;}
	#prdet-img-list-ct {width: 15%;}
	ul#prdet-img-list > li {width: 100%; margin-right: 0;}
	#product-detail-desc-ct {width: 100%;}
}

@media only screen and (max-width: 500px) {
	#product-section {padding: 5rem 0;}
	
	#product-detail-section {padding: 5rem 0;}
	#prdet-current-img-ct {width: 100%; margin-bottom: 2rem;}
	#prdet-img-list-ct  {width: 100%;}
	ul#prdet-img-list {display: flex; justify-content: center; flex-wrap: wrap;}
	ul#prdet-img-list > li {width: 23.5%; margin-right: 2%;}
	ul#prdet-img-list > li:nth-child(4n), ul#prdet-img-list > li:last-child {margin-right: 0;}
	#prdet-current-img-ct .img-wrap, ul#prdet-img-list > li .img-wrap {border: 0.1rem solid #9f9f9f;}
}
/* /PRODUCT */


/* CLIENT */
#client-section {padding: 8rem 0 5rem 0;}

#client-container {}

@media only screen and (max-width: 768px) {
	#client-section {padding: 6rem 0 3rem 0;}
	
	ul#gen-client-list > li {width: 30%; margin-right: 5%;}
	ul#gen-client-list > li:nth-child(4n) {margin-right: 5%;}
	ul#gen-client-list > li:nth-child(3n), ul#gen-client-list > li:last-child {margin-right: 0;}
}

@media only screen and (max-width: 500px) {	
	#client-section {padding: 5rem 0 2rem 0;}
	
	ul#gen-client-list > li {width: 47%; margin-right: 6%;}
	ul#gen-client-list > li:nth-child(3n) {margin-right: 6%;}
	ul#gen-client-list > li:nth-child(2n) {margin-right: 0;}
	
}
/* /CLIENT */


/* CONTACT */
#gmap-section {}
#gmap-container {}
#gmap-container iframe {width: 100% !important; height: 40rem !important;}

#contact-section {padding: 8rem 0;}
#contact-container {}
#contact-detail-ct {width: 40%;}
#contact-detail-ct .contact-detail-wrap {margin-bottom: 4rem;}
#contact-detail-ct .contact-detail-wrap:last-child {margin-bottom: 0;}
#contact-detail-ct .contact-detail-wrap h3 {font-family: 'TitleBoldFont', Arial, Verdana; font-size: 2.4rem; line-height: 3.4rem; margin-bottom: 1rem;}
.contact-detail {margin-bottom: 0.5rem;}
.contact-detail-wrap .contact-detail:last-child {margin-bottom: 0;}
.contact-detail .con-label {width: 22%; margin-right: 3%;}
.contact-detail .con-sep {width: 2%; margin-right: 3%;}
.contact-detail .con-value {width: 70%;}

#contact-form-ct {width: 50%;}
form#contact-form {}
.gen-form-row {margin-bottom: 2rem;}
form#contact-form.gen-form-row:last-child {margin-bottom: 0;}
.gen-form-row label.form-label {font-size: 1.5rem; line-height: 2.5rem; font-family: 'BoldFont', Arial, Verdana; display: block; margin-bottom: 0.7rem;}
.gen-form-row .gfr {width: 100%;}
.gen-form-row .gfr-half {width: 48%; margin-right: 4%;}
.gen-form-row .gfr-half:nth-child(2n) {margin-right: 0;}
#contact-form input[type="submit"] {width: 100%;}

@media only screen and (max-width: 1024px) {
	#gmap-container iframe {height: 38rem !important;}	
	
	#contact-detail-ct  {width: 48%;}
	#contact-form-ct {width: 45%;}
	
	form#contact-form .gen-form-row .gfr-half {width: 100%; margin-right: 0; margin-bottom: 2rem;}
	form#contact-form .gen-form-row .gfr-half:nth-child(2n) {margin-bottom: 0;}
}

@media only screen and (max-width: 768px) {
	#gmap-container iframe {height: 36rem !important;}	
	
	#contact-section {padding: 6rem 0;}
	#contact-detail-ct, #contact-form-ct {width: 100%; margin: 0;}
	#contact-detail-outer-wrap {display: flex; justify-content: space-between; flex-wrap: wrap;}
	#contact-detail-outer-wrap .contact-detail-wrap {width: 53%;}
	#contact-detail-outer-wrap .contact-detail-wrap:nth-child(2n) {width: 40%;}
	#contact-detail-ct #contact-detail-outer-wrap .contact-detail-wrap:last-child {margin-bottom: 0;}
	
	#contact-form-ct {margin-top: 1rem; padding-top: 4rem; border-top: 0.1rem dotted #9f9f9f;}
	form#contact-form .gen-form-row .gfr-half {width: 48.5%; margin-right: 3%; margin-bottom: 0;}
	form#contact-form .gen-form-row .gfr-half:nth-child(2n) {margin-right: 0;}
}

@media only screen and (max-width: 500px) {
	#gmap-container iframe {height: 32rem !important;}	
	
	#contact-section {padding: 5rem 0;}
	#contact-detail-outer-wrap .contact-detail-wrap, #contact-detail-outer-wrap .contact-detail-wrap:nth-child(2n) {width: 100%;}
	#contact-detail-ct #contact-detail-outer-wrap .contact-detail-wrap:last-child {margin-bottom: 4rem;}
	
	form#contact-form .gen-form-row .gfr-half {width: 100%; margin-right: 0; margin-bottom: 2rem;}
	form#contact-form .gen-form-row .gfr-half:nth-child(2n) {margin-bottom: 0;}
}
/* /CONTACT */


/* VERIFY PRODUCT */
#verify-section {padding: 8rem 0;}
#verify-container {text-align: center;}

form#verify-form .gen-form-row {}
form#verify-form .gen-form-row .gfr-label {width: 18%; margin-right: 2%; text-align: right;}
form#verify-form .gen-form-row .gfr-form {width: 60%; margin-right: 2%;}
form#verify-form .gen-form-row .gfr-submit {width: 18%;}
form#verify-form input[type="submit"] {width: 100%; padding-top: 0; padding-bottom: 0; height: 4.5rem;}

#verify-back-container {}
#verify-back-container a.gen-btn {float: right; width: 7rem;}

#verify-result-container {text-align: center;}
.gen-inner {background: #f5f7ff; padding: 6rem;
border-radius: 0.5rem; -webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; -o-border-radius: 0.5rem;}
#verify-result-container .gen-inner h3 {font-family: 'TitleBoldFont', Arial, Verdana; color: #283E93; text-align: center; font-size: 2rem; line-height: 3rem; margin-bottom: 2rem;}
#verify-result-container .gen-inner p.no-result {font-size: 1.8rem; line-height: 2.8rem;}
img.gen-logo {max-height: 5.2rem; display: block;}
#verify-result-container a.gen-btn {margin-top: 3rem;}
#verify-result-container img.gen-logo {margin: 0 auto; margin-bottom: 6rem;}
table#verify-result-table {margin: 0 auto; width: 75%;}
table#verify-result-table tr td {font-size: 1.7rem; line-height: 2.7rem; text-align: left; vertical-align: top;}
table#verify-result-table tr td.bg {width: 35%;}

@media only screen and (min-width: 1900px) {
	#verify-result-container .gen-inner h3  {font-size: 2.2rem; line-height: 3.2rem;}
	img.gen-logo {max-height: 5.7rem;}
	table#verify-result-table tr td {font-size: 1.5rem; line-height: 2.5rem;}
}

@media only screen and (max-width: 1024px) {
	table#verify-result-table {width: 85%;}
}

@media only screen and (max-width: 768px) {
	#verify-section {padding: 6rem 0;}
	
	form#verify-form .gen-form-row .gfr-label, form#verify-form .gen-form-row .gfr-form, form#verify-form .gen-form-row .gfr-submit {width: 100%; margin-right: 0; text-align: center;}
	form#verify-form .gen-form-row .gfr-label {margin-bottom: 0.5rem;}
	form#verify-form .gen-form-row .gfr-form {margin-bottom: 1.5rem;}
	form#verify-form .gen-form-row .gfr-form input[type="text"] {width: 50rem;}
	form#verify-form .gen-form-row .gfr-submit input[type="submit"] {width: 15rem;}
	
	.gen-inner {padding: 5rem;}
	table#verify-result-table {width: 100%;}	
	table#verify-result-table tr td {font-size: 1.5rem; line-height: 2.3rem;}
}

@media only screen and (max-width: 500px) {
	#verify-section {padding: 5rem 0;}
	
	form#verify-form .gen-form-row .gfr-form input[type="text"] {width: 100%;}
	
	.gen-inner {padding: 4rem;}	
	table#verify-result-table tr td {font-size: 1.4rem; line-height: 2.2rem;}
}

@media only screen and (max-width: 400px) {
	table#verify-result-table tr td {font-size: 1.3rem; line-height: 2.0rem;}	
}
/* /VERIFY PRODUCT */


/* FOOTER */
footer {}

#footer-cta-section {position: relative;}
#footer-cta-container {min-height: 30rem;}
img#footer-cta-bg {position: absolute; top: 0; left: 0; object-fit: cover; width: 100%; height: 100%; z-index: 100;}
#footer-cta-container .inner {padding: 8rem 0; text-align: center; z-index: 200; position: relative;}
#footer-cta-container a.gen-btn {margin-top: 3rem;}

#footer-nav-container {background: #283E93; padding: 4rem 0 5rem 0;}
#footer-col-1-ct, #footer-col-2-ct, #footer-col-3-ct, #footer-col-4-ct {width: 22%; margin-right: 4%;}
#footer-col-4-ct {margin-right: 0;}
#footer-nav-container h3 {font-size: 2.2rem; line-height: 3.2rem; color: #fff; font-family: 'TitleBoldFont', Arial, Verdana;}
#footer-nav-container p, #footer-nav-container a, #footer-nav-container p a {font-size: 1.5rem; line-height: 2.5rem; color: #fff;}
p.ct-icon {}
p.ct-icon.email {padding-left: 3.2rem; background: url(../images/icon/ct-email.png) no-repeat left top 0.8rem; background-size: 1.7rem auto;} 
ul.footer-nav-list {}
ul.footer-nav-list > li {margin-bottom: 1rem;}
ul.footer-nav-list > li:last-child {margin-bottom: 0;}
ul.footer-nav-list > li a:hover {text-decoration: none; color: #dadada !important;}

#footer-copyright-container {padding: 1.5rem 0; background: #313131; text-align: center;}
#footer-copyright-container p, #footer-copyright-container p a {color: #fff; font-size: 1.2rem; line-height: 1.8rem;}

@media only screen and (max-width: 1024px) {
	#footer-col-1-ct, #footer-col-2-ct, #footer-col-3-ct {width: 30%; margin-right: 5%;}
	#footer-col-3-ct {margin-right: 0;}
	#footer-col-4-ct {width: 70%; margin-top: 4rem; margin-left: auto; margin-right: auto; text-align: center;}
}

@media only screen and (max-width: 768px) {
	#footer-cta-container .inner {padding: 6rem 0;}
	
	#footer-col-1-ct, #footer-col-2-ct, #footer-col-3-ct, #footer-col-4-ct {width: 45%; margin-right: 10%;}
	#footer-col-2-ct, #footer-col-4-ct {margin-right: 0;}
	#footer-col-3-ct, #footer-col-4-ct {margin-top: 4rem;}
	#footer-col-4-ct {text-align: left;}
}

@media only screen and (max-width: 500px) {
	#footer-cta-container .inner {padding: 5rem 0;}
	
	#footer-col-1-ct, #footer-col-2-ct, #footer-col-3-ct, #footer-col-4-ct {width: 100%; margin-right: 0;}
	#footer-col-2-ct, #footer-col-3-ct, #footer-col-4-ct {margin-top: 3rem; padding-top: 3rem; border-top: 0.1rem dotted #bfbfbf;}
}
/* /FOOTER */


/* OTHERS */
#dl-catalogue-ct {position: fixed; bottom: 2.5rem; right: -17rem; z-index: 900;
transition: right 0.5s ease-in-out; -webkit-transition: right 0.5s ease-in-out; -moz-transition: right 0.5s ease-in-out; -o-transition: right 0.5s ease-in-out;}
#dl-catalogue-ct.opened {right: 0;}
#dl-catalogue-ct a {display: inline-block; background: #2A6335; width: 22rem; padding: 1rem 1.5rem;}
#dl-catalogue-ct a:hover {text-decoration: none;}
#dl-img-ct {width: 5rem;}
#dl-img-ct img {width: 5rem; height: auto; display: block;}
#dl-caption-ct {width: 15rem; font-size: 1.6rem; line-height: 2.1rem; color: #fff; font-family: 'TitleBoldFont', Arial, Verdana;}

@media only screen and (max-width: 768px) {
	#dl-catalogue-ct {right: -14rem;}
	#dl-catalogue-ct a {width: 18rem;}
	#dl-img-ct {width: 4rem;}
	#dl-img-ct img {width: 4rem;}
	#dl-caption-ct {width: 12rem; font-size: 1.5rem; line-height: 2.0rem;}
}

@media only screen and (max-width: 500px) {
	#dl-catalogue-ct {bottom: 6rem;}
}
/* /OTHERS */


/* NOT FOUND */
#not-found-section {}
#not-found-container {min-height: 30rem; text-align: center; padding: 6rem 0;}
/* /NOT FOUND */



/* OVERLAY NOTIFICATION */
.overlay-bg, .overlay-bg2  { width: 100%; height: 100%; background: #7f7f7f; opacity: 0.5; z-index: 9000; left: 0; top: 0; position: fixed;}
.notification-content, .notification-content2 {width: 40%; box-sizing: border-box; padding: 3rem; background: #ffffff; z-index: 10000; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.notification-content h3, .notification-content2 h3 {font-size: 3.6rem; line-height: 4.4rem; font-family: 'BoldFont', Arial, Verdana; color: #333333; margin-bottom: 0.7rem;}
.notification-content p, .notification-content2 p {font-size: 1.7rem; line-height: 2.6rem; margin-bottom: 0px; font-family: 'GeneralFont', Arial, Verdana; color: #333333;}
.notification-content small, .notification-content2 small {padding-left: 0.1rem; font-size: 0.5rem; color: #222; font-family: 'GeneralFont', Arial, Verdana;}

.notif-success h3, .notif-success2 h3 {padding-top: 6rem; background: url(../images/icon/success-notif.png) no-repeat top center; background-size: auto 5rem;}
a.notification-close-btn {margin-top: 2.5rem; cursor: pointer; display: inline-block;}
a.notification-close-btn.gen-btn {border: none; background: none; display: inline-block; color: #fff; font-size: 1.5rem; background: #283E93; padding: 0.7rem 2.5rem 1rem 2.5rem; text-align: center; cursor: pointer;
border-radius: 0.5rem; -webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; -o-border-radius: 0.5rem;
transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
a.notification-close-btn.gen-btn:hover {background: #2A6335;}

.overlay-bg2, .notification-content2 {display: none;}
.form-control.type2 {display: inline; width: 60%;}

@media only screen and (max-width: 1024px) {
	.notification-content, .notification-content2 {width: 450px;}
	.notification-content h3, .notification-content2 h3 {font-size: 3.4rem;}
}

@media only screen and (max-width: 500px) {
	.notification-content, .notification-content2 {width: 280px;}
	.notification-content h3, .notification-content2 h3 {font-size: 3.2rem;}
}
/* /OVERLAY NOTIFICATION */