/* 
Main Stylesheet
Created By: Andamant Works
*/
	
/* INITIAL CSS */
html {font-size: 10px;}
html .gen-anm {visibility: hidden;}


@media only screen and (min-width: 1500px) {
	html {font-size: 12px;}
}
@media only screen and (min-width: 1900px) {
	html {font-size: 14.5px;}
}
@media only screen and (min-width: 2400px) {
	html {font-size: 18px;}
}
@media only screen and (max-width: 1024px) {
	html {font-size: 9px;}
}

body {color: #808080; font-family: 'GeneralFont', Arial, Verdana; font-size: 1.6rem; line-height: 2.9rem; position: relative; background: #fff; overflow-x: hidden;}

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: #141417;}
h1 b, h2 b, h3 b, h4 b, h5 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-family: 'TitleFont', Arial, Verdana; font-weight: bold;}
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: 'TitleItalicFont', Arial, Verdana; font-weight: bold;}

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.6rem; color: #808080; line-height: 2.9rem;}
p.big, .big {font-size: 2rem; line-height: 3.3rem;}
p a:hover {text-decoration: underline; color: #C3191D;}
a {color: #EB2227; font-size: 1.6rem; line-height: 2.9rem; 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: #C3191D; text-decoration: underline;}

.cl-secondary {color: #EB2227;}

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-1 {margin-top: 1rem;}
.mt-2 {margin-top: 2rem;}
.mt-3 {margin-top: 3rem;}
.mt-4 {margin-top: 4rem;}
.mb-3 {margin-bottom: 3rem;}
.mb-4 {margin-bottom: 4rem;}

@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.end {justify-content: flex-end;}
.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: 88%;}
.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.6rem; color: #808080; line-height: 2.9rem; 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.9rem; line-height: 3.2rem; 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: #808080;}
.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;}

.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: #EB2227; 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 #f7f7f7; background: #f7f7f7; box-sizing: border-box; height: 4.8rem; padding: 0 1.7rem; font-size: 1.5rem; line-height: 2.3rem; color: #808080; width: 100%;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;
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; background: #fff; border: 0.1rem solid #EB2227;}
textarea {padding: 1.7rem; 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: #808080; 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: #808080; 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: #C3191D;}
.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: #808080; 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.7rem; font-family: 'TitleFont', Arial, Verdana; background: #EB2227; padding: 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: #C3191D; text-decoration: none;}
input[type="submit"].inverse, a.gen-btn.inverse {color: #C3191D; border: 1px solid #C3191D; background: none;}
input[type="submit"].inverse:hover, input[type="submit"].inverse:focus, a.gen-btn:hover, a.gen-btn:focus {background: #C3191D; color: #fff;}
input[type="submit"].full-width {width: 100%;}
a.gen-btn.type-2 {background: #C3191D;}
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: #808080;}

.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 {position: fixed; top: 0; z-index: 2000; background: transparent; width: 100%;
transition: background 0.25s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; -o-transition: background 0.25s ease-in;}
header.with-bg {background: #232327;}
header.sticky {background: #232327 !important;}

#header-top-section {border-bottom: 0.1rem solid #8f8f8f;}
#header-top-section.with-bg {border-bottom: 0.1rem solid #5b5b5b;}
#header-top-container {}
ul#htop-info-list {width: 100%;}
ul#htop-info-list > li {padding: 1rem 2.5rem; border-right: 0.1rem solid #8f8f8f;}
ul#htop-info-list.with-bg > li {border-right: 0.1rem solid #5b5b5b;} 
ul#htop-info-list > li:last-child {border-right: 0; padding-right: 0;}
ul#htop-info-list > li p, ul#htop-info-list > li > p a {font-size: 1.3rem; line-height: 2.3rem; color: #fff;}
p#htop-phone {padding-left: 2.5rem; background: url(../images/icon/phone-white.png) no-repeat left center; background-size: 1.5rem auto;}
p#htop-email {padding-left: 2.7rem; background: url(../images/icon/email-white.png) no-repeat left top 0.55rem; background-size: 1.7rem auto;}

#header-bottom-section {padding: 1.4rem 0;}
#header-bottom-container {}
#header-logo-ct {width: 15%;}
img#logo {display: block; max-height: 7rem;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
img#logo.sticky {max-height: 5.5rem;}
#header-nav-ct {width: 80%;}
#header-navlist-ct {width: 70%;}
#header-navbtn-ct {width: 20%;}
ul#header-nav-list {}
ul#header-nav-list > li {margin-right: 4.5rem;}
ul#header-nav-list > li:last-child {margin-right: 0;}
ul#header-nav-list > li > a {font-family: 'TitleFont', Arial, Verdana; color: #fff; font-size: 1.7rem; line-height: 2.7rem;}
ul#header-nav-list > li > a:hover {color: #afafaf; text-decoration: none;}
ul#header-nav-list > li > a.active, ul#header-nav-list > li > a.active:hover {color: #EB2227;}

#header-nav-resp-ct {display: none;}
#header-outer-resp-ct {display: none;}

@media only screen and (max-width: 1200px) {
	#header-nav-ct {width: 82%;}
	ul#header-nav-list > li {margin-right: 3.5rem;}
	ul#header-nav-list > li > a  {font-size: 1.6rem; line-height: 1.6rem;}
}

@media only screen and (max-width: 1024px) {
	#header-top-section {display: none;}
	#header-bottom-section {padding: 2rem 0;}
	
	#header-nav-ct {display: none;}
	#header-nav-resp-ct {display: block;}
	a#header-nav-icon {display: inline-block; width: 2.6rem; height: 2.6rem; background: url(../images/icon/nav-white.png) no-repeat center; background-size: 2.6rem auto; cursor: pointer;}
	a#header-nav-icon:hover {background: url(../images/icon/nav-color.png) no-repeat center; background-size: 2.6rem auto;}
	
	#header-outer-resp-ct {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); z-index: 1000;}
	#header-navlist-resp-ct {position: fixed; top: 0; right: -31rem; height: 100%; box-sizing: border-box; padding: 6rem 0; background: #232327; z-index: 1200; width: 30rem;
	transition: right 0.25s ease-out; -webkit-transition: right 0.25s ease-out; -moz-transition: right 0.25s ease-out; -o-transition: right 0.25s ease-out;}
	#header-navlist-resp-ct.displayed {right: 0;}
	#header-navlist-resp-close-ct {display: inline-block; width: 1.5rem; height: 1.5rem; background: url(../images/icon/close-white.png) no-repeat center; background-size: 1.5rem auto; position: absolute; top: 1.5rem; right: 1.5rem; cursor: pointer;}
	#header-navlist-resp-close-ct:hover {background: url(../images/icon/close-color.png) no-repeat center; background-size: 1.5rem auto;}
	#header-navlist-resp-logo-ct {margin-bottom: 4rem; padding: 0 3rem;}
	#header-navlist-resp-logo-ct img {margin: 0 auto; display: block; max-width: 15rem;}
	ul#header-navlist-resp-list-ct {}
	ul#header-navlist-resp-list-ct > li {}
	ul#header-navlist-resp-list-ct > li > a {display: block; padding: 1.7rem 3rem; border-bottom: solid 0.1rem #5b5b5b; color: #fff; font-size: 1.7rem; line-height: 2.4rem; font-family: 'TitleFont', Arial, Verdana;}
	ul#header-navlist-resp-list-ct > li > a:hover {color: #EB2227; text-decoration: none;}
	ul#header-navlist-resp-list-ct > li > a.active {background: #EB2227; color: #fff;}
	#header-navlist-resp-btn-ct {padding: 0 3rem; margin-top: 4rem;}
}

@media only screen and (max-width: 768px) {
	#header-bottom-section {background: #232327; padding: 1.5rem 0;}
	img#logo {max-height: 5.5rem;}	
}

@media only screen and (max-width: 500px) {
	img#logo, img#logo.sticky {max-height: 5rem;}	
}

@media only screen and (max-width: 360px) {	
	#header-navlist-resp-ct  {right: -26rem; width: 25rem;}
	#header-navlist-resp-logo-ct img {margin: 0 auto; display: block; max-width: 14rem;}
}
/* /HEADER */


/* HOME */
#gen-mt-top {margin-top: 14rem;}
#gen-mt-top.no-mt {margin-top: 0;}

.gen-section {}
.gen-container {padding: 10rem 0;}

#home-slideshow-section {}
.slideshow-item {position: relative;}
.slideshow-item img.featured {display: block; width: 100%;}
.slideshow-item img.thumbnail {display: none;}
.slideshow-item .slideshow-caption {position: absolute; left: 50%; top: 60%; transform: translate(-50%, -60%); width: 60%; text-align: center; z-index: 500;}
.slideshow-item .slideshow-caption h3 {font-family: 'TitleFont', Arial, Verdana; display: inline-block; font-size: 7rem; line-height: 7.8rem; color: #fff; margin-bottom: 0;}
.slideshow-item .slideshow-caption a.gen-btn {margin-top: 3rem;}
.slideshow-item .slideshow-cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 400; background: rgba(0, 0, 0, 0.5);}
#home-slideshow-section .slick-prev {content: ''; width: 8rem; height: 6rem; background: url(../images/icon/arrow-prev.png) no-repeat center !important; top: 60%; transform: translateY(-60%); left: 6%; background-size: 8rem 6rem !important; opacity: 0.85;
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: 8rem; height: 6rem; background: url(../images/icon/arrow-next.png) no-repeat center !important; top: 60%; transform: translateY(-60%); right: 6%; background-size: 8rem 6rem !important; opacity: 0.85;
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 {opacity: 1.0;}
#home-slideshow-section .slick-next:hover {opacity: 1.0;}
#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.3;}
#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.3;}

#home-about-section {}
#home-about-container {}
#home-about-img-ct {width: 42%;}
#home-about-img-ct img {display: block; width: 100%;}
#home-about-desc-ct {width: 50%;}
h2.gen-ct-title {font-size: 3.8rem; line-height: 5rem; color: #000; font-weight: bold; margin-bottom: 2rem; font-family: 'TitleBoldFont', Arial, Verdana;}
h2.gen-ct-title.small {font-size: 1.8rem; line-height: 2.6rem;}
h2.gen-ct-title span {font-family: 'TitleFont', Arial, Verdana; color: #EB2227; font-size: 1.8rem; line-height: 2.6rem; margin-bottom: 1rem; display: block;}
#home-about-desc-ct a.gen-btn {margin-top: 4rem;}

#home-service-section {}
#home-service-container {background: #f8f6f4;}
#home-service-container h2.gen-ct-title {text-align: center; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 6rem;}
ul.service-list {width: 100%;}
ul.service-list > li {width: 31.5%; margin-right: 2.75%; margin-bottom: 4rem; background: #fff;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;
box-shadow: 0 0.5rem 1rem #dfdfdf; -webkit-box-shadow: 0 0.5rem 1rem #dfdfdf; -moz-box-shadow: 0 0.5rem 1rem #dfdfdf; -o-box-shadow: 0 0.5rem 1rem #dfdfdf;}
ul.service-list > li:nth-child(3n) {margin-right: 0;}
ul.service-list > li .img-wrap {}
ul.service-list > li .img-wrap img {display: block; width: 100%;
border-top-left-radius: 0.7rem; -webkit-border-top-left-radius: 0.7rem; -moz-border-top-left-radius: 0.7rem; -o-border-top-left-radius: 0.7rem;
border-top-right-radius: 0.7rem; -webkit-border-top-right-radius: 0.7rem; -moz-border-top-right-radius: 0.7rem; -o-border-top-right-radius: 0.7rem;}
ul.service-list > li .desc-wrap {padding: 5rem 3.5rem 5rem 3.5rem; position: relative; min-height: 12rem;
border-bottom-left-radius: 0.7rem; -webkit-border-bottom-left-radius: 0.7rem; -moz-border-bottom-left-radius: 0.7rem; -o-border-bottom-left-radius: 0.7rem;
border-bottom-right-radius: 0.7rem; -webkit-border-bottom-right-radius: 0.7rem; -moz-border-bottom-right-radius: 0.7rem; -o-border-bottom-right-radius: 0.7rem;}
ul.service-list > li .desc-wrap img.service-icon {position: absolute; top: -3.5rem; left: 3.5rem; z-index: 200; width: 6.5rem;}
ul.service-list > li .desc-wrap h3, ul.service-list > li .desc-wrap h3 a {font-family: 'TitleBoldFont', Arial, Verdana; font-size: 1.8rem; line-height: 2.8rem; color: #141417;}
ul.service-list > li .desc-wrap h3 a:hover {color: #EB2227; text-decoration: none;}
ul.service-list > li .desc-wrap p {line-height: 2.6rem;}

#home-testimonial-section {}
#home-testimonial-container {}
#home-testimonial-container h2.gen-ct-title {text-align: center; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 6rem;}
#testimonial-list {padding-bottom: 6rem;}
#testimonial-list .slick-dots {bottom: 0;}
#testimonial-list .slick-dots li {width: 0.9rem; height: 0.9rem; margin: 0 0.5rem;}
#testimonial-list .slick-dots li.slick-active {width: 3.2rem; height: 0.9rem;}
#testimonial-list .slick-dots li:last-child {}
#testimonial-list .slick-dots li button {width: 0.9rem; height: 0.9rem; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 0.9rem 0.9rem;}
#testimonial-list .slick-dots li button::before {content: "";}
#testimonial-list .slick-dots li.slick-active button {width: 3.2rem; height: 0.9rem; background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 3.2rem 0.9rem;}
.testimonial-item {padding: 2rem;}
.testimonial-item .inner {background: #fff; box-sizing: border-box; padding: 4rem; min-height: 27rem;
box-shadow: 0 0.5rem 1rem #dfdfdf; -webkit-box-shadow: 0 0.5rem 1rem #dfdfdf; -moz-box-shadow: 0 0.5rem 1rem #dfdfdf; -o-box-shadow: 0 0.5rem 1rem #dfdfdf;}
.testimonial-item .testimonial-desc-ct p {line-height: 2.6rem;}
.testimonial-item .testimonial-info-ct {margin-top: 3rem; text-align: right;}
.testimonial-item .testimonial-info-ct h3 {font-family: 'TitleBoldFont', Arial, Verdana; font-size: 2rem; line-height: 2.6rem; color: #141417; margin-bottom: 0;}
.testimonial-item .testimonial-info-ct p {color: #888888; font-size: 1.4rem; line-height: 2rem;}

#home-client-section {}
#home-client-container {border-top: 0.1rem solid #dfdfdf; padding: 3rem 0;}
#home-client-container.no-brd {border-top: none;}
#client-list {}
.client-item {}
.client-item  .inner{position: relative; height: 10rem;}
.client-item img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 65%; max-height: 65%;}


#home-project-section {}
#home-project-container {background: #f8f6f4;}
#home-project-container h2.gen-ct-title {text-align: center; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 6rem;}
ul.project-list {}
ul.project-list > li {width: 31.5%; margin-right: 2.75%; margin-bottom: 4rem;}
ul.project-list > li:nth-child(3n) {margin-right: 0;}
.project-item {position: relative;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.project-item img.thumbnail {display: block; width: 100%; height: 100%; object-fit: cover;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.project-item .cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(235, 34, 39, 0.4); z-index: 300; display: none;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.project-item .cover .project-title-ct {position: absolute; bottom: 3rem; left: 7.5%; width: 85%; box-sizing: border-box; background: #fff; padding: 2rem;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.project-title-ct .title-ct {width: 80%;}
.project-title-ct .title-ct h3 {font-family: 'TitleBoldFont', Arial, Verdana; color: #141417; font-size: 1.8rem; line-height: 2.4rem; margin-bottom: 0;}
.project-title-ct .title-ct p {font-size: 1.4rem; line-height: 2rem;}
.project-title-ct .link-ct {display: inline-block; width: 2.5rem; height: 2.5rem; background: url(../images/icon/arrow-right.png) no-repeat center; background-size: 2.5rem auto;}

#home-blog-section {}
#home-blog-container {}
#home-blog-container h2.gen-ct-title {text-align: center; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 6rem;}
ul.blog-list {}
ul.blog-list > li {width: 31.5%; margin-right: 2.75%; margin-bottom: 4rem;}
ul.blog-list > li:nth-child(3n) {margin-right: 0;}
.blog-item {
box-shadow: 0 0.5rem 1rem #dfdfdf; -webkit-box-shadow: 0 0.5rem 1rem #dfdfdf; -moz-box-shadow: 0 0.5rem 1rem #dfdfdf; -o-box-shadow: 0 0.5rem 1rem #dfdfdf;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.blog-item .img-wrap {position: relative;}
.blog-item .img-wrap img {display: block; width: 100%;
border-top-left-radius: 0.7rem; -webkit-border-top-left-radius: 0.7rem; -moz-border-top-left-radius: 0.7rem; -o-border-top-left-radius: 0.7rem;
border-top-right-radius: 0.7rem; -webkit-border-top-right-radius: 0.7rem; -moz-border-top-right-radius: 0.7rem; -o-border-top-right-radius: 0.7rem;}
.blog-item .img-wrap .post-date {position: absolute; top: 2rem; left: 2rem; width: 4rem; height: 4rem; padding: 1rem; background: #fff; text-align: center;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.blog-item .img-wrap .post-date p.date-num {font-family: 'BoldFont', Arial, Verdana; color: #141417; font-size: 2rem; line-height: 2rem;}
.blog-item .img-wrap .post-date p.month-name {font-size: 1.3rem; line-height: 2rem; color: #141417;}
.blog-item .desc-wrap {padding: 2.5rem 3.5rem; background: #fff; min-height: 32rem;
border-bottom-left-radius: 0.7rem; -webkit-border-bottom-left-radius: 0.7rem; -moz-border-bottom-left-radius: 0.7rem; -o-border-bottom-left-radius: 0.7rem;
border-bottom-right-radius: 0.7rem; -webkit-border-bottom-right-radius: 0.7rem; -moz-border-bottom-right-radius: 0.7rem; -o-border-bottom-right-radius: 0.7rem;}
ul.blog-info {margin-bottom: 2rem;}
ul.blog-info > li {margin-right: 1.5rem;}
ul.blog-info > li:last-child {margin-right: 0;}
ul.blog-info > li span {display: inline-block; width: 0.4rem; height: 1rem; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 0.4rem auto;}
.blog-item .desc-wrap h3, .blog-item .desc-wrap h3 a {font-size: 2.4rem; line-height: 2.8rem; color: #141417;}
.blog-item .desc-wrap h3 a:hover {color: #EB2227; text-decoration: none;}
.blog-item .desc-wrap p {line-height: 2.6rem;}
.blog-item .desc-wrap a.gen-btn {margin-top: 3rem;}

@media only screen and (min-width: 1900px) {
	.slideshow-item .slideshow-caption h3 {font-size: 6rem; line-height: 6.8rem;}
	
	#home-service-container h2.gen-ct-title  {width: 70%;}
	ul.service-list > li .desc-wrap {min-height: 15rem;}
}

@media only screen and (max-width: 1200px) {
	.slideshow-item .slideshow-caption {width: 75%;}
	.slideshow-item .slideshow-caption h3  {font-size: 6rem; line-height: 6.8rem;}
	
	#home-slideshow-section .slick-prev {left: 4%;}
	#home-slideshow-section .slick-next {right: 4%;}
	#home-slideshow-section .slick-prev, #home-slideshow-section .slick-next {width: 7rem; height: 5.3rem; background-size: 7rem 5.3rem !important;}
	
	#home-service-container h2.gen-ct-title {width: 80%;}
	
	#home-testimonial-container h2.gen-ct-title {width: 80%;}
	
	#home-project-container h2.gen-ct-title {width: 80%;}
	.project-title-ct .title-ct p  {display: none;}
	
	#home-blog-container h2.gen-ct-title {width: 80%;}
}

@media only screen and (max-width: 1024px) {	
	#gen-mt-top {margin-top: 11rem;}
	
	.gen-container {padding: 8rem 0;}	
	h2.gen-ct-title {font-size: 3.5rem; line-height: 4.5rem;}
	h2.gen-ct-title.small {font-size: 1.8rem; line-height: 2.6rem;}

	.slideshow-item .slideshow-caption h3  {font-size: 4.8rem; line-height: 5.4rem;}
	#home-slideshow-section .slick-prev, #home-slideshow-section .slick-next {width: 6rem; height: 4.8rem; background-size: 6rem 4.8rem !important;}
	
	#home-about-container .wrap.amt-flex.align-centered {align-items: flex-start;}
	#home-about-img-ct {width: 44%;}
	
	ul#home-service-list > li {width: 48%; margin-right: 4%;}
	ul#home-service-list > li:nth-child(3n) {margin-right: 4%;}
	ul#home-service-list > li:nth-child(2n) {margin-right: 0;}
	ul#home-service-list > li:nth-child(3) {display: none;}
	
	.project-item .cover  {display: block !important; background: transparent;}
	.project-item .cover .project-title-ct {padding: 1.5rem 2rem; bottom: 2rem;}
	.project-title-ct .title-ct {width: 100%;}
	.project-title-ct .link-ct {display: none;}
	.project-title-ct .title-ct h3 {font-size: 1.7rem; line-height: 2.4rem;}
	
	ul.blog-list > li {width: 48%; margin-right: 4%;}
	ul.blog-list > li:nth-child(3n) {margin-right: 4%;}
	ul.blog-list > li:nth-child(2n) {margin-right: 0;}
	ul#home-blog-list > li:nth-child(3) {display: none;}
	.blog-item .desc-wrap {min-height: 28rem;}
}

@media only screen and (max-width: 768px) {	
	.gen-container {padding: 6rem 0;}
	h2.gen-ct-title {font-size: 3.2rem; line-height: 4.2rem;}
	h2.gen-ct-title.small {font-size: 1.8rem; line-height: 2.6rem;}
	
	#gen-mt-top, #gen-mt-top.no-mt {margin-top: 8.5rem;}
	
	.slideshow-item .slideshow-caption {top: 50%; transform: translate(-50%, -50%); width: 60%;}
	#home-slideshow-section .slick-prev, #home-slideshow-section .slick-next {top: 50%; transform: translateY(-50%);}
	.slideshow-item img.featured {display: none;}
	.slideshow-item img.thumbnail {display: block; width: 100%;}
	
	#home-about-container .wrap {width: 70%;}
	#home-about-img-ct {width: 100%; margin-bottom: 4rem;}
	#home-about-img-ct img {display: block; width: auto; margin: 0 auto; max-width: 100%;}
	#home-about-desc-ct {width: 100%;}
	
	#home-service-container h2.gen-ct-title {width: 90%;}
	
	#home-testimonial-container h2.gen-ct-title {width: 90%;}
	.testimonial-item .inner {min-height: 20rem;}
	
	#home-project-container h2.gen-ct-title {width: 90%;}	
	ul.project-list > li {width: 48%; margin-right: 4%; margin-bottom: 2.5rem;}
	ul.project-list > li:nth-child(3n) {margin-right: 4%;}
	ul.project-list > li:nth-child(2n) {margin-right: 0;}	
	.project-title-ct .title-ct p  {display: block;}	
	
	#home-blog-container h2.gen-ct-title {width: 90%;}
}

@media only screen and (max-width: 600px) {		
	.project-title-ct .title-ct p  {display: none;}	
}

@media only screen and (max-width: 500px) {		
	h2.gen-ct-title {font-size: 3rem; line-height: 4rem;}
	
	#gen-mt-top, #gen-mt-top.no-mt {margin-top: 8rem;}
	
	.slideshow-item .slideshow-caption {width: 80%;}
	.slideshow-item .slideshow-caption h3  {font-size: 4rem; line-height: 4.8rem;}
	#home-slideshow-section .slick-dots {bottom: 3rem;}
	#home-slideshow-section .slick-dots li {width: 0.8rem; height: 0.8rem; margin: 0 0.5rem;}
	#home-slideshow-section .slick-dots li.slick-active {width: 3rem; height: 0.8rem;}
	#home-slideshow-section .slick-dots li:last-child {}
	#home-slideshow-section .slick-dots li button {width: 0.8rem; height: 0.8rem; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 0.8rem 0.8rem;}
	#home-slideshow-section .slick-dots li button::before {content: "";}
	#home-slideshow-section .slick-dots li.slick-active button {width: 3rem; height: 0.8rem; background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 3rem 0.8rem;}

	#home-about-container .wrap {width: 90%;}
	ul#home-service-list > li, ul.service-list > li {width: 100%; margin-right: 0;}
	ul#home-service-list > li:nth-child(3) {display: block; margin-right: 0;}
	ul.service-list > li .desc-wrap {min-height: 5rem;}
	/* ul.service-list > li .img-wrap {height: 30rem;}
	ul.service-list > li .img-wrap img {display: block; width: 100%; height: 100%; object-fit: cover;} */	
	
	#testimonial-list .slick-dots {bottom: 3rem;}
	#testimonial-list .slick-dots li {width: 0.8rem; height: 0.8rem; margin: 0 0.5rem;}
	#testimonial-list .slick-dots li.slick-active {width: 3rem; height: 0.8rem;}
	#testimonial-list .slick-dots li:last-child {}
	#testimonial-list .slick-dots li button {width: 0.8rem; height: 0.8rem; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 0.8rem 0.8rem;}
	#testimonial-list .slick-dots li button::before {content: "";}
	#testimonial-list .slick-dots li.slick-active button {width: 3rem; height: 0.8rem; background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 3rem 0.8rem;}

	.project-title-ct .title-ct p  {display: none;}
	
	ul.blog-list > li {width: 100%; margin-right: 0;}
	ul#home-blog-list > li:nth-child(3) {display: block;}
}

@media only screen and (max-width: 360px) {
	h2.gen-ct-title {font-size: 2.7rem; line-height: 3.7rem;}
	
	.slideshow-item .slideshow-caption {top: 40%; transform: translate(-50%, -40%);}
	.slideshow-item .slideshow-caption h3 {font-size: 3.4rem; line-height: 3.8rem;}
	.slideshow-item .slideshow-caption a.gen-btn {margin-top: 1.5rem; font-size: 1.4rem; line-height: 2.2rem; padding: 0.8rem 2rem;}
	#home-slideshow-section .slick-dots  {bottom: 2.5rem;}
	
	ul.project-list > li {width: 100%; margin-right: 0; margin-bottom: 2rem;}
	.project-title-ct .title-ct p  {display: block;}
}
/* /HOME */


/* ABOUT */
#top-page-section {}
#top-page-container {height: 32rem; position: relative;}
#top-page-container img.bg {display: block; width: 100%; height: 100%; object-fit: cover;}
#top-page-container .cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 200;}
#breadcrumb-ct {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; text-align: center; z-index: 300;}
#breadcrumb-ct h2 {font-family: 'TitleBoldFont', Arial, Verdana; color: #fff; font-size: 5rem; line-height: 6rem;}
ul#breadcrumb-list {}
ul#breadcrumb-list > li {margin-right: 2rem;}
ul#breadcrumb-list > li:last-child {margin-right: 0;}
ul#breadcrumb-list > li > a {font-family: 'TitleFont', Arial, Verdana; color: #fff; font-size: 2rem; line-height: 3rem;}
ul#breadcrumb-list > li > a:hover {text-decoration: none; color: #EB2227;}
ul#breadcrumb-list > li > a.active:hover {color: #fff;}
ul#breadcrumb-list > li > a.sep {display: inline-block; width: 0.8rem; height: 2.4rem; background: url(../images/icon/arrow-right-white.png) no-repeat center top 1rem; background-size: 0.8rem auto;}

#about-detail-section {}
#about-summary-container {}
#about-summary-img-ct {width: 42%;}
#about-summary-desc-ct {width: 50%;}

#about-focus-container {background: #f8f6f4; text-align: center;}
#about-focus-container .wrap {width: 70%;}
#about-focus-container h2.gen-ct-title {margin-bottom: 3rem;}
#about-focus-container p {font-size: 2.2rem; line-height: 3.2rem;}

#about-vm-container {}
#about-vision-ct {width: 47%;}
#about-vision-ct h2.gen-ct-title span {margin-bottom: 3rem;}
#about-mission-ct {width: 47%;}
#about-vision-ct h2.gen-ct-title, #about-mission-ct h2.gen-ct-title {margin-bottom: 0.5rem;}
#about-mission-ct .img-wrap.resp {display: none;}

#about-wcu-container {position: relative; z-index: 400;}
#about-wcu-img-ct {width: 35%;}
#about-wcu-img-ct img {object-fit: cover; width: 100%; height: 100%; display: block;}
#about-wcu-desc-ct {width: 65%; background: #1c1c1c;}
#about-wcu-desc-ct .inner {padding: 8rem 8rem 8rem 6rem;}
#about-wcu-desc-ct .inner h2.gen-ct-title {color: #fff;}
ul#about-wcu-list {margin-top: 6rem;}
ul#about-wcu-list > li {width: 45%; margin-bottom: 5rem; box-sizing: border-box; padding-left: 8rem; background: url(../images/icon/wcu-tick.png) no-repeat left top; background-size: 5.5rem;}
ul#about-wcu-list > li:nth-child {margin-right: 0;}
ul#about-wcu-list > li h3 {font-size: 2.4rem; line-height: 3.2rem; color: #fff; margin-bottom: 0.5rem;}
ul#about-wcu-list > li p {font-size: 1.5rem; line-height: 2.4rem; color: #a9a9aa;}

#about-point-container {padding-bottom: 10rem; position: relative; z-index: 500; margin-top: -5rem;}
#about-point-container .inner {background: #fff; padding: 5rem 6rem;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;
box-shadow: 0 0.5rem 1rem #dfdfdf; -webkit-box-shadow: 0 0.5rem 1rem #dfdfdf; -moz-box-shadow: 0 0.5rem 1rem #dfdfdf; -o-box-shadow: 0 0.5rem 1rem #dfdfdf;}
#about-point-container .line-wrap {width: 85%; background: #EB2227; height: 1rem; margin: 0 auto;
border-bottom-left-radius: 0.7rem; -webkit-border-bottom-left-radius: 0.7rem; -moz-border-bottom-left-radius: 0.7rem; -o-border-bottom-left-radius: 0.7rem;
border-bottom-right-radius: 0.7rem; -webkit-border-bottom-right-radius: 0.7rem; -moz-border-bottom-right-radius: 0.7rem; -o-border-bottom-right-radius: 0.7rem;}
ul#about-point-list {}
ul#about-point-list > li {width: 25%; box-sizing: border-box; padding: 0 2.5rem; text-align: center;}
ul#about-point-list > li h3 {font-family: 'TitleBoldFont', Arial, Verdana; color: #141417; font-size: 5.5rem; line-height: 6.5rem; margin-bottom: 0.5rem;}
ul#about-point-list > li h5 {font-family: 'TitleFont', Arial, Verdana; color: #141417; font-size: 1.8rem; line-height: 2.4rem;}

@media only screen and (min-width: 1500px) {
	ul#about-point-list > li h3 {font-size: 5.2rem; line-height: 6rem;}
}

@media only screen and (min-width: 1900px) {
	ul#about-point-list > li h3 {font-size: 5rem; line-height: 5.8rem;}
}

@media only screen and (max-width: 1200px) {
	#top-page-container {height: 30rem;}
	#breadcrumb-ct h2 {font-size: 4.5rem; line-height: 5.5rem;}
	
	#about-wcu-img-ct {width: 28%;}
	#about-wcu-desc-ct {width: 72%;}
	
	ul#about-point-list > li h3 {font-size: 5rem; line-height: 6rem;}
}

@media only screen and (max-width: 1024px) {	
	#top-page-container {height: 28rem;}
	#breadcrumb-ct h2 {font-size: 4.2rem; line-height: 5.2rem;}
	
	#about-summary-container  .wrap.amt-flex {align-items: flex-start;}
	#about-summary-img-ct {width: 44%;}
	
	#about-focus-container .wrap  {width: 80%;}
	
	#about-wcu-img-ct {display: none;}
	#about-wcu-desc-ct {width: 100%;}
	
	#about-point-container .inner {padding-bottom: 1rem; padding-left: 3rem; padding-right: 3rem;}
	ul#about-point-list > li h3 {font-size: 4.5rem; line-height: 5.5rem;}
	ul#about-point-list > li  {width: 50%; margin-bottom: 4rem;}
}

@media only screen and (max-width: 768px) {	
	#top-page-container {height: 26rem;}
	#breadcrumb-ct h2 {font-size: 3.8rem; line-height: 4.8rem;}
	
	#about-summary-container .wrap {width: 70%;}
	#about-summary-img-ct, #about-summary-desc-ct {width: 100%; margin: 0;}
	#about-summary-img-ct {margin-bottom: 4rem;}
	#about-summary-img-ct img {display: block; width: auto; margin: 0 auto; max-width: 100%;}
	
	#about-focus-container .wrap  {width: 90%;}
	
	#about-vm-container .wrap {width: 70%;}
	#about-vision-ct, #about-mission-ct {width: 100%; margin: 0;}
	#about-vision-ct {padding-bottom: 6rem; margin-bottom: 5rem; border-bottom: 0.1rem dotted #bfbfbf;}
	#about-mission-ct .img-wrap {display: none;}
	#about-mission-ct .img-wrap.resp {display: block; margin-top: 4rem;}	
	
	#about-wcu-desc-ct .inner {padding: 8rem 0; margin: 0 auto; width: 70%;}
	ul#about-wcu-list > li {width: 100%; margin-right: 0;}
	
	ul#about-point-list > li h3 {font-size: 4.2rem; line-height: 5rem;}
}

@media only screen and (max-width: 500px) {		
	#top-page-container {height: 23rem;}
	
	#breadcrumb-ct h2 {font-size: 3.4rem; line-height: 4.4rem;}
	ul#breadcrumb-list > li {margin-right: 1.4rem;}
	ul#breadcrumb-list > li > a {font-size: 1.7rem; line-height: 2.5rem;}
	
	#about-summary-container .wrap {width: 90%;}
	
	#about-vm-container .wrap {width: 90%;}
	
	#about-wcu-desc-ct .inner {width: 90%;}
	
	ul#about-point-list > li h3 {font-size: 4rem; line-height: 4.8rem;}	
}

@media only screen and (max-width: 360px) {
	#breadcrumb-ct h2 {font-size: 3rem; line-height: 3.8rem; margin-bottom: 1rem;}
}
/* /ABOUT */


/* SERVICE */
#service-list-section {}
#service-list-container {padding-bottom: 6rem;}

#service-detail-section {}
#service-detail-container {}
#service-sidebar-ct {width: 27%;}
ul#service-sidebar-nav-list {}
ul#service-sidebar-nav-list > li {margin-bottom: 1.5rem;}
ul#service-sidebar-nav-list > li:last-child {margin-bottom: 0;}
ul#service-sidebar-nav-list > li a {display: block; font-family: 'TitleFont', Arial, Verdana; color: #141417; font-size: 1.8rem; line-height: 2.6rem; border: 0.1rem solid #E5E5E5; padding: 2rem 3rem;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
ul#service-sidebar-nav-list > li a:hover {text-decoration: none; color: #EB2227;}
ul#service-sidebar-nav-list > li a.active {color: #fff; background: #EB2227; border: 0.1rem solid #EB2227;}

#service-detail-ct {width: 68%;}
#service-detail-img-wrap {margin-bottom: 3rem;}
#service-detail-desc-wrap {}

#service-benefit-wrap {margin-top: 6rem;}
ul#service-benefit-list {margin-top: 3rem;}
ul#service-benefit-list > li {width: 49%; margin-bottom: 2rem;}
ul#service-benefit-list > li .inner {border: 0.1rem solid #E5E5E5; padding: 3.5rem; text-align: center;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
ul#service-benefit-list > li .inner img {display: block; margin: 0 auto; margin-bottom: 3rem; width: 7rem;}
ul#service-benefit-list > li .inner h3 {font-size: 2.4rem; line-height: 3rem; margin-bottom: 1rem;}
ul#service-benefit-list > li .inner p {font-size: 1.6rem; line-height: 2.4rem;}

#back-to-service-list-ct {display: none;}

@media only screen and (max-width: 1200px) {
	#service-sidebar-ct {width: 28%;}
	ul#service-sidebar-nav-list > li a {font-size: 1.7rem; line-height: 2.5rem; padding: 1.5rem 2rem;}
}

@media only screen and (max-width: 1024px) {
	ul.service-list > li {width: 48%; margin-right: 4%;}
	ul.service-list > li:nth-child(3n) {margin-right: 4%;}
	ul.service-list > li:nth-child(2n) {margin-right: 0;}	
	
	ul#service-benefit-list > li {margin-bottom: 1.5rem;}
	ul#service-benefit-list > li .inner {padding: 3rem;}
}

@media only screen and (max-width: 768px) {
	#service-sidebar-ct {display: none;}
	#service-detail-ct {width: 100%;}
	
	#back-to-service-list-ct {display: block; text-align: center; margin-top: 3rem; margin-bottom: 3rem;}
}

@media only screen and (max-width: 500px) {
	ul.service-list > li {width: 100%;}
	
	ul#service-benefit-list  > li {width: 100%; margin-right: 0;}
	ul#service-benefit-list > li .inner p {font-size: 1.5rem; line-height: 2.3rem;}
}
/* /SERVICE */


/* PROJECT */ 
#project-list-section {}
#project-list-container {padding-bottom: 8rem;}

#project-detail-section {}

#prjheader-container {}
#prjheader-img-wrap-ct {width: 42%;}
#prjheader-desc-wrap-ct {width: 50%;}

#prjinfo-container {background: #f8f6f4; padding: 6rem 0 4rem 0;}
ul#prjinfo-list {}
ul#prjinfo-list > li {width: 30%; margin-right: 5%; margin-bottom: 4rem;}
ul#prjinfo-list > li:nth-child(3n) {margin-right: 0;}
ul#prjinfo-list > li .prjinfo-item {margin-bottom: 4rem;}
ul#prjinfo-list > li .prjinfo-item:last-child {margin-bottom: 0;}
ul#prjinfo-list > li .prjinfo-item h3 {font-family: 'TitleBoldFont', Arial, Verdana; font-size: 2.2rem; line-height: 3rem; margin-bottom: 0;}

#prjpic-container {}
#prjpic-list {padding-bottom: 6rem;}
.prjpic-item {padding: 0 1.5rem;}
.prjpic-item .inner {position: relative;}
.prjpic-item img {display: block; width: 100%;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.prjpic-item .cover {display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/icon/lup.png) no-repeat center rgba(235, 34, 39, 0.4); z-index: 200; background-size: 5rem auto;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.prjpic-item .cover .prjpic-title {position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%); width: 80%; background: #fff; box-sizing: border-box; padding: 2rem;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
.prjpic-item .cover .prjpic-title h3 {font-family: 'TitleBoldFont', Arial, Verdana; font-size: 1.6rem; line-height: 2.4rem; margin-bottom: 0;}
.fancybox-title-outside-wrap h3 {color: #fff; font-family: 'TitleFont', Arial, Verdana; font-size: 2.4rem; line-height: 3.2rem; margin-bottom: 0; text-align: center;}
#prjpic-list .slick-dots {bottom: 0;}
#prjpic-list .slick-dots li {width: 0.9rem; height: 0.9rem; margin: 0 0.5rem;}
#prjpic-list .slick-dots li.slick-active {width: 3.2rem; height: 0.9rem;}
#prjpic-list .slick-dots li:last-child {}
#prjpic-list .slick-dots li button {width: 0.9rem; height: 0.9rem; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 0.9rem 0.9rem;}
#prjpic-list .slick-dots li button::before {content: "";}
#prjpic-list .slick-dots li.slick-active button {width: 3.2rem; height: 0.9rem; background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 3.2rem 0.9rem;}

#project-other-section {}
#project-other-container {background: #f8f6f4; padding-bottom: 8rem;}
#project-other-container h2.gen-ct-title {text-align: center; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 6rem;}

@media only screen and (max-width: 1200px) {
	#project-other-container h2.gen-ct-title  {width: 80%;}
}

@media only screen and (max-width: 1024px) {
	#prjheader-container .wrap.amt-flex {align-items: flex-start;}
	#prjheader-img-wrap-ct {width: 44%;}
	
	ul#prjinfo-list > li {text-align: center;}
	ul#prjinfo-list > li {width: 45%; margin-right: 10%;}
	ul#prjinfo-list > li:first-child {width: 100%; margin-right: 0; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 0.1rem dotted #8a8a8a;}
	ul#prjinfo-list > li:last-child {margin-right: 0;}
	
	.prjpic-item {padding: 0 1rem;}
	.prjpic-item .cover {background-size: 4rem auto; background-position: top 2rem right 2rem; background-color: transparent; display: block !important;}
	.prjpic-item .cover .prjpic-title {bottom: 2rem; padding: 1.5rem 2rem; width: 85%;}
}

@media only screen and (max-width: 768px) {
	#prjheader-container .wrap {width: 70%;}
	#prjheader-img-wrap-ct, #prjheader-desc-wrap-ct {width: 100%; margin: 0;}
	#prjheader-img-wrap-ct {margin-bottom: 4rem;}
	
	.prjpic-item .cover {background-position: center;}
	
	ul#other-project-list > li:nth-child(3) {display: none;}
	
	#project-other-container h2.gen-ct-title  {width: 90%;}
}

@media only screen and (max-width: 500px) {
	#prjheader-container .wrap {width: 90%;}
	
	ul#prjinfo-list > li, ul#prjinfo-list > li:first-child {width: 100%; margin: 0; padding: 0; border: 0; margin-bottom: 4rem; text-align: left;}
	
	.prjpic-item .cover {background-image: none;}
	#prjpic-list .slick-dots {bottom: 3rem;}
	#prjpic-list .slick-dots li {width: 0.8rem; height: 0.8rem; margin: 0 0.5rem;}
	#prjpic-list .slick-dots li.slick-active {width: 3rem; height: 0.8rem;}
	#prjpic-list .slick-dots li:last-child {}
	#prjpic-list .slick-dots li button {width: 0.8rem; height: 0.8rem; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 0.8rem 0.8rem;}
	#prjpic-list .slick-dots li button::before {content: "";}
	#prjpic-list .slick-dots li.slick-active button {width: 3rem; height: 0.8rem; background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 3rem 0.8rem;}
}
/* /PROJECT */


/* BLOG */
#blog-list-section {}
#blog-list-container {}

#blog-detail-section {}
#blog-detail-container {}
#blog-detail-container .wrap {width: 80%;}
#blog-detail-header-wrap {position: relative; padding-bottom: 8rem; margin-bottom: 6rem;}
#blog-detail-header-wrap .title-wrap {position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); width: 85%; background: #fff; box-sizing: border-box; padding: 3rem 3.5rem;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;
box-shadow: 0 0.5rem 1rem #dfdfdf; -webkit-box-shadow: 0 0.5rem 1rem #dfdfdf; -moz-box-shadow: 0 0.5rem 1rem #dfdfdf; -o-box-shadow: 0 0.5rem 1rem #dfdfdf;}
#blog-detail-header-wrap .title-wrap h2 {font-family: 'TitleBoldFont', Arial, Verdana; font-size: 3.8rem; line-height: 4.6rem; color: #141417; margin-bottom: 1rem;}
#blog-detail-header-wrap .info-wrap {}
#blog-detail-header-wrap .info-wrap p {color: #EB2227; font-size: 1.5rem; line-height: 2.3rem; margin-right: 5rem;}
#blog-detail-header-wrap .info-wrap p:last-child {margin-right: 0;}
#blog-detail-header-wrap .info-wrap p.post-date {padding-left: 3rem; background: url(../images/icon/bl-calendar.png) no-repeat left center; background-size: 1.8rem auto;}
#blog-detail-header-wrap .info-wrap p.author {padding-left: 3rem; background: url(../images/icon/bl-author.png) no-repeat left center; background-size: 2rem auto;}
#blog-detail-header-wrap .info-wrap p.viewed {padding-left: 3rem; background: url(../images/icon/bl-viewed.png) no-repeat left top 0.5rem; background-size: 2rem auto;}
#blog-detail-header-wrap .line-wrap {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 70%; height: 1rem; background: #EB2227;
border-bottom-left-radius: 0.7rem; -webkit-border-bottom-left-radius: 0.7rem; -moz-border-bottom-left-radius: 0.7rem; -o-border-bottom-left-radius: 0.7rem;
border-bottom-right-radius: 0.7rem; -webkit-border-bottom-right-radius: 0.7rem; -moz-border-bottom-right-radius: 0.7rem; -o-border-bottom-right-radius: 0.7rem;}
#blog-detail-desc-wrap {margin: 0 auto; width: 85%;}

#blog-other-container {background: #f8f6f4;}
#blog-other-container h2.gen-ct-title {text-align: center; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 6rem;}

@media only screen and (max-width: 1200px) {
	#blog-detail-container .wrap {width: 85%;}
	
	#blog-other-container h2.gen-ct-title  {width: 70%;}
}

@media only screen and (max-width: 1024px) {
	#blog-detail-container .wrap {width: 90%;}
	#blog-detail-header-wrap .title-wrap h2 {font-size: 3.5rem; line-height: 4.5rem;}
	
	#blog-detail-header-wrap  {padding-bottom: 10rem;}	
	
	#blog-other-container h2.gen-ct-title  {width: 80%;}
	
	ul#other-blog-list > li:nth-child(3) {display: none;}
}

@media only screen and (max-width: 768px) {
	#blog-detail-header-wrap  {padding-bottom: 0; padding-bottom: 3rem; margin-bottom: 3rem; border-bottom: 0.1rem dotted #bfbfbf;}
	#blog-detail-header-wrap .img-wrap {margin-bottom: 3rem;}
	#blog-detail-header-wrap .title-wrap {position: relative; padding: 0; background: 0; bottom: auto; left: auto; transform: none; width: 100%;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none;}
	#blog-detail-header-wrap .title-wrap h2 {font-size: 3.2rem; line-height: 4.2rem; position: relative;}
	#blog-detail-header-wrap .info-wrap p {font-size: 1.4rem; margin-right: 3.8rem;}
	#blog-detail-header-wrap .line-wrap {display: none;}
	
	#blog-detail-desc-wrap  {width: 100%;}
	
	#blog-other-container h2.gen-ct-title  {width: 90%;}
}

@media only screen and (max-width: 500px) {
	#blog-detail-header-wrap .title-wrap h2 {font-size: 3.2rem; line-height: 4.2rem;}
	#blog-detail-header-wrap .info-wrap p  {margin-right: 3.2rem;}
	#blog-detail-header-wrap .info-wrap p.post-date , #blog-detail-header-wrap .info-wrap p.author, #blog-detail-header-wrap .info-wrap p.viewed {padding-left: 2.7rem;}
	#blog-detail-header-wrap .info-wrap p.viewed {background-position: left top 0.4rem;}
	/* #blog-detail-header-wrap .info-wrap p {width: 100%; margin-right: 0; margin-bottom: 0.5rem;} */
	
	ul#other-blog-list > li:nth-child(3) {display: block;}
}
/* /BLOG */


/* CONTACT */
#contact-detail-section {}

#contact-gmap-container {}
#contact-gmap-container iframe {width: 100% !important; height: 45rem !important;}

#contact-detail-container {}
#contact-info-ct {width: 39%;}
#contact-info-ct h2.gen-ct-title {margin-bottom: 4rem;}
#contact-info-ct .contact-info-item {padding-bottom: 3rem; margin-bottom: 3rem; border-bottom: 0.1rem solid #E5E5E5;}
#contact-info-ct .contact-info-item:last-child {padding-bottom: 0; margin-bottom: 0; border-bottom: 0;}
.contact-info-item .img-wrap {margin-right: 2.5rem;}
.contact-info-item .img-wrap img {width: 6.5rem;}
.contact-info-item .desc-wrap h4 {font-size: 2.4rem; line-height: 3.2rem; color: #141417; margin-bottom: 0.3rem;}
.contact-info-item .desc-wrap p, .contact-info-item .desc-wrap p a  {font-size: 1.5rem; line-height: 2.3rem; color: #808080;}

#contact-form-ct {width: 57%;}
#contact-form-ct .inner {background: #fff; padding: 6rem;
box-shadow: 0 0 1rem #dfdfdf; -webkit-box-shadow: 0 0 1rem #dfdfdf; -moz-box-shadow: 0 0 1rem #dfdfdf; -o-box-shadow: 0 0 1rem #dfdfdf;}
#contact-form {margin-top: 3rem;}
.gen-form {position: relative;}
.gen-form .gen-form-row {margin-bottom: 2rem;}
.gen-form .gen-form-row:last-child {margin-bottom: 0;}
.gen-form-row .gfr-half {width: 48.5%;}
.gen-form-row .gfr-full {width: 100%;}

@media only screen and (max-width: 1200px) {
	#contact-info-ct {width: 43%;}
	
	#contact-form-ct {width: 52%;}
	#contact-form-ct .inner {padding: 5rem;}
}

@media only screen and (max-width: 1024px) {
	#contact-gmap-container iframe {height: 42rem !important;}
	
	#contact-form .gen-form-row .gfr-half {width: 100%; margin-bottom: 2rem;}
	#contact-form .gen-form-row .gfr-half:last-child {margin-bottom: 0;}	
	#contact-form-ct .inner {padding: 4rem;}
	
}

@media only screen and (max-width: 900px) {
	#contact-info-ct, #contact-form-ct {width: 100%; margin: 0;}
	#contact-info-ct {padding-bottom: 5rem; margin-bottom: 5rem; border-bottom: 0.1rem dotted #bfbfbf;}
	#contact-info-list {display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap;}
	#contact-info-list .contact-info-item {width: 47%; padding-bottom: 0; border-bottom: 0; margin-bottom: 6rem;}	
	.contact-info-item .img-wrap {margin-right: 2rem;}
	.contact-info-item .img-wrap img {width: 5.5rem;}	
	
	#contact-form .gen-form-row .gfr-half {width: 48.5%; margin-bottom: 0;}
}

@media only screen and (max-width: 768px) {
	#contact-gmap-container iframe {height: 39rem !important;}
	
	#contact-detail-container .wrap {width: 80%;}
	#contact-info-list .contact-info-item {width: 100%; margin-bottom: 4rem;}
}

@media only screen and (max-width: 600px) {
	#contact-form .gen-form-row .gfr-half {width: 100%; margin-bottom: 2rem;}	
}

@media only screen and (max-width: 500px) {
	#contact-gmap-container iframe {height: 36rem !important;}
	#contact-detail-container .wrap {width: 90%;}
	
	.contact-info-item .img-wrap {margin-right: 2rem;}
	.contact-info-item .img-wrap img {width: 5.2rem;}	
	.contact-info-item .desc-wrap h4 {margin-bottom: 0.2rem;}
}

@media only screen and (max-width: 420px) {
	#contact-gmap-container iframe {height: 33rem !important;}
	
	#contact-form-ct .inner {padding: 0;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none;}
}

/* /CONTACT */


/* PAGINATION */
.pagination-container {margin-top: 3rem; margin-bottom: 3rem;}
ul.pagination-list {display: flex;}
ul.pagination-list.centered {justify-content: center;}
ul.pagination-list > li {margin-right: 1rem;}
ul.pagination-list > li:last-child {margin-right: 0;}
ul.pagination-list > li > a {display: inline-block; width: 4.6rem; height: 4.6rem; font-size: 1.4rem; line-height: 4.4rem; color: #141417; border: 0.1rem solid #E5E5E5; text-align: center;
border-radius: 0.7rem; -webkit-border-radius: 0.7rem; -moz-border-radius: 0.7rem; -o-border-radius: 0.7rem;}
ul.pagination-list > li > a:hover {text-decoration: none; background: #EB2227; border: 0.1rem solid #EB2227; color: #fff;}
ul.pagination-list > li > a.active, ul.pagination-list > li > a.active:hover {background: #EB2227; color: #fff; font-family: 'BoldFont', Arial, Verdana; border: 0.1rem solid #EB2227;}

@media only screen and (max-width: 500px) {
	ul.pagination-list > li > a {width: 4.3rem; height: 4.3rem; line-height: 4.1rem; font-size: 1.4rem;}
}
/* /PAGINATION */

/* NOT FOUND */
#not-found-container {text-align: center;}
/* /NOT FOUND */


/* FOOTER */
#cta-section {}
#cta-container {height: 40rem; position: relative;}
#cta-container img.bg {display: block; width: 100%; height: 100%; object-fit: cover;}
#cta-container .cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(248, 246, 244, 0.5); z-index: 300;}
#cta-container .cover .caption {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60%; text-align: center;}

#footer-section {}
#footer-top-container {padding: 6rem 0; background: #222226;}
#footer-col-1-ct {width: 30%; margin-right: 5%;}
#footer-col-2-ct {width: 16%; margin-right: 5%;}
#footer-col-3-ct {width: 16%; margin-right: 5%;}
#footer-col-4-ct {width: 23%;}
h3.footer-title {font-family: 'TitleBoldFont', Arial, Verdana; color: #fff; font-size: 1.8rem; line-height: 2.4rem; margin-bottom: 3rem;}
p.footer-info, p.footer-info a {color: #fff; font-size: 1.4rem; line-height: 2.4rem;}
p.footer-info {padding-left: 3.5rem;}

#footer-col-1-ct p.footer-info {margin-bottom: 3rem;}
#footer-col-1-ct p.footer-info:last-child {margin-bottom: 0;}
p.footer-info.address {background: url(../images/icon/location-white.png) no-repeat left top 0.2rem; background-size: 1.5rem auto;}
p.footer-info.phone {background: url(../images/icon/phone-white.png) no-repeat left top 0.2rem; background-size: 2rem auto;}
p.footer-info.mobile {background: url(../images/icon/mobile-white.png) no-repeat left top; background-size: 2.4rem auto;}
p.footer-info.email {background: url(../images/icon/email-white.png) no-repeat left top 0.6rem; background-size: 1.8rem auto;}

ul.footer-nav-list {margin-top: -0.4rem;}
ul.footer-nav-list > li {margin-bottom: 0.5rem;}
ul.footer-nav-list > li:last-child {margin-bottom: 0;}
ul.footer-nav-list > li > a {color: #fff; font-size: 1.4rem; line-height: 2.4rem;}
ul.footer-nav-list > li > a:hover {color: #EB2227; text-decoration: none;}

ul#footer-socmed-list {}
ul#footer-socmed-list > li {margin-right: 0.8rem;}
ul#footer-socmed-list > li:last-child {margin-right: 0;}
ul#footer-socmed-list > li img {width: 4rem; height: 4rem;
transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}
ul#footer-socmed-list > li img:hover {opacity: 0.7;}

#footer-bottom-container {padding: 1.5rem 0; background: #141417;}
#footer-bottom-container p, #footer-bottom-container p a {font-size: 1.3rem; line-height: 2.1rem; color: #efefef;}
#footer-bottom-container p a:hover {color: #EB2227; text-decoration: none;}
#footer-copyright-ct {}
#footer-powered-ct {text-align: right;}

@media only screen and (max-width: 1200px) {
	#cta-container .cover .caption {width: 75%;}	
	
	#footer-col-1-ct {width: 32%; margin-right: 5%;}
	#footer-col-2-ct {width: 14%; margin-right: 5%;}
	#footer-col-3-ct {width: 16%; margin-right: 5%;}
	#footer-col-4-ct {width: 23%;}
}

@media only screen and (max-width: 1024px) {
	#cta-container {height: 36rem;}
	
	#footer-col-1-ct {width: 44%;}
	#footer-col-2-ct {width: 23%;}
	#footer-col-3-ct {width: 23%; margin-right: 0;}
	#footer-col-4-ct {width: 100%; margin-right: 0; margin-top: 3rem; padding-top: 3rem; border-top: 0.1rem dotted #8a8a8a; text-align: center;}
	ul#footer-socmed-list {justify-content: center;}
}

@media only screen and (max-width: 768px) {
	#cta-container {height: 32rem;}
	
	#cta-container .cover .caption {width: 85%;}	
	
	#footer-col-1-ct {width: 60%; margin-right: 8%;}
	#footer-col-2-ct {display: none;}
	#footer-col-3-ct {width: 32%; margin-right: 0;}
	
	#footer-copyright-ct, #footer-powered-ct {text-align: center; width: 100%;}
}

@media only screen and (max-width: 500px) {
	#footer-col-1-ct, #footer-col-2-ct, #footer-col-3-ct, #footer-col-4-ct {width: 100%; margin-right: 0; padding-bottom: 3rem; margin-bottom: 3rem; border-bottom: 0.1rem dotted #8a8a8a;}
	#footer-col-4-ct {padding: 0; margin: 0; border: 0; text-align: left;}
	#footer-col-2-ct {display: block;}	
	
	h3.footer-title {margin-bottom: 2.5rem;}
	#footer-col-1-ct p.footer-info {margin-bottom: 2.5rem;}
	
	ul#footer-socmed-list {justify-content: flex-start;}
}
/* /FOOTER */

/* 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: 4rem; 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.2rem; line-height: 4.2rem; font-family: 'TitleBoldFont', Arial, Verdana; color: #232327; margin-bottom: 1rem;}
.notification-content p, .notification-content2 p {font-size: 1.6rem; line-height: 2.4rem; 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: 6.5rem; background: url(../images/icon/success-notif.png) no-repeat top center; background-size: auto 4.8rem;}
a.notification-close-btn {margin-top: 2.5rem; cursor: pointer; display: inline-block;}


.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: 3rem;}
}

@media only screen and (max-width: 500px) {
	.notification-content, .notification-content2 {width: 280px;}
	.notification-content h3, .notification-content2 h3 {font-size: 2.8rem;}
	.notification-content p, .notification-content2 p {font-size: 1.5rem; line-height: 2.3rem;}
}
/* /OVERLAY NOTIFICATION */