/* 
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: 14px;}
}
@media only screen and (min-width: 2400px) {
	html {font-size: 19px;}
}
@media only screen and (max-width: 1024px) {
	html {font-size: 9px;}
}

body {color: #454545; font-family: 'GeneralFont', Arial, Verdana; font-size: 1.5rem; line-height: 2.5rem; position: relative;}

b, strong {font-family: 'BoldFont', Arial, Verdana; font-weight: normal;}
i, em {font-family: 'ItalicFont', Arial, Verdana; font-weight: normal;}
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: #454545; font-weight: normal;}
h1 b, h2 b, h3 b, h4 b, h5 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-family: 'TitleBoldFont', Arial, Verdana; font-weight: normal;}
h1 i, h2 i, h3 i, h4 i, h5 i, h1 em, h2 em, h3 em, h4 em, h5 em{font-family: 'TitleItalicFont', Arial, Verdana; font-weight: normal;}
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; font-weight: normal;}

h1 {font-size: 4.6rem; line-height: 5.6rem; margin-bottom: 1.5rem;}
h2 {font-size: 4.0rem; line-height: 5.0rem; margin-bottom: 1.5rem;}
h3 {font-size: 3.4rem; line-height: 4.4rem; margin-bottom: 1.5rem;}
h4 {font-size: 2.8rem; line-height: 3.8rem; margin-bottom: 1.5rem;}
h5 {font-size: 2.2rem; line-height: 3.2rem; 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.7rem; color: #454545; line-height: 2.7rem;}
p.big, .big {font-size: 2.0rem; line-height: 3.0rem;}
p a:hover {text-decoration: underline; color: #454545;}
a {color: #E0C051; font-size: 1.7rem; line-height: 2.7rem; 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: #E0C051;}
.cl-ternary {color: #144157;}

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: 500px) {
	h1 {font-size: 4.2rem; line-height: 5.2rem;}
	h2 {font-size: 3.7rem; line-height: 4.7rem;}
	h3 {font-size: 3.2rem; line-height: 4.2rem;}
	h4 {font-size: 2.7rem; line-height: 3.7rem;}
}
/* /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 {direction: rtl;}
.amt-flex.centered {justify-content: center;}
.amt-flex.align-centered {align-items: center;}

.wrap {margin: 0 auto; width: 90%;}

@media only screen and (max-width: 768px) {
	.wrap {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.7rem; color: #454545; line-height: 2.7rem; 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: 2.0rem; line-height: 3.0rem; 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: #454545;}
.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: 1px solid #eaeaea;}
.wysiwyg-content table tbody tr:last-child {border-bottom: 1px solid #eaeaea;}
.wysiwyg-content table tbody tr td {padding: 15px 20px; font-size: 15px; line-height: 23px; border-left: 1px solid #eaeaea; vertical-align: middle;} 
.wysiwyg-content table tbody tr td:last-child {border-right: 1px 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 */


/* 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.3rem; line-height: 1.9rem; color: #454545; width: 100%;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;
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 5px #144157; -webkit-box-shadow: 0px 0px 5px #144157; -moz-box-shadow: 0px 0px 5px #144157; -o-box-shadow: 0px 0px 5px #144157;}
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: #454545; 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: #454545; 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: #144157;}
.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: #454545; 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: 'MediumFont', Arial, Verdana; background: #E0C051; border: 0.1rem solid #E0C051; padding: 1.2rem 3rem; text-align: center; cursor: pointer;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;
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"]:hover, input[type="submit"]:focus, a.gen-btn:hover, a.gen-btn:focus  {background: #144157; border: 0.1rem solid #144157; text-decoration: none;}
input[type="submit"].inverse, a.gen-btn.inverse {color: #144157; border: 1px solid #144157; background: none;}
input[type="submit"].inverse:hover, input[type="submit"].inverse:focus, a.gen-btn:hover, a.gen-btn:focus {background: #144157; color: #fff;}
input[type="submit"].full-width {width: 100%;}

.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: #bfbfbf;}

.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;}
/* /FORM */


/* HEADER */
header {position: fixed; top: 0; background: transparent; z-index: 500; width: 100%;}

#header-top-section {padding: 3rem 0; width: 100%; position: relative; background: transparent;
transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
#header-top-section.sticky {background: #144157; padding: 2rem 0;}
#header-top-container {}
#header-logo-ct {}
img#logo {max-height: 5rem; display: block;
transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
img#logo.sticky {max-height: 4rem;}

ul#header-nav-list {}
ul#header-nav-list > li {margin-right: 4rem;}
ul#header-nav-list > li:last-child {margin-right: 0;}
ul#header-nav-list > li > a {font-family: 'MediumFont', Arial, Verdana; color: #fff; font-size: 1.6rem; line-height: 2.6rem; display: inline-block; padding-bottom: 0.5rem; border-bottom: 0.2rem solid transparent;}
ul#header-nav-list > li > a:hover {color: #E0C051; text-decoration: none;}
ul#header-nav-list > li > a.active, ul#header-nav-list > li > a.active:hover {color: #E0C051; font-family: 'BoldFont', Arial, Verdana; border-bottom: 0.2rem solid #E0C051;}

img#nav-icon {display: none;}

#header-resp-nav-ct .cover {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 600;}
img#header-resp-nav-close {position: fixed; left: -4rem; top: 3rem; width: 2.5rem; cursor: pointer; z-index: 700;
transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
img#header-resp-nav-close.displayed {left: 38rem;}
#header-resp-nav-list-ct {position: fixed; top: 0; left: -38rem; width: 35rem; height: 100%; background: rgba(255, 255, 255, 0.95); z-index: 700;
transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
#header-resp-nav-list-ct.displayed {left: 0;}
#header-resp-nav-logo-ct {padding: 3rem;}
img#header-resp-nav-logo {max-height: 5rem;}
ul#header-resp-nav-list {}
ul#header-resp-nav-list > li {}
ul#header-resp-nav-list > li > a {display: block; padding: 2rem 3rem; font-family: 'MediumFont', Arial, Verdana; color: #454545; font-size: 1.6rem; line-height: 2.6rem; border-top: 0.1rem dotted #bfbfbf;}
ul#header-resp-nav-list > li:last-child > a {border-bottom: 0.1rem dotted #bfbfbf;}
ul#header-resp-nav-list > li > a:hover {text-decoration: none; color: #E0C051;}
ul#header-resp-nav-list > li > a.active, ul#header-resp-nav-list > li > a.active:hover {color: #fff; font-family: 'BoldFont2', Arial, Verdana; background: #E0C051;}

@media only screen and (min-width: 1900px) {
	img#logo {max-height: 4.2rem;}
	img#logo.sticky {max-height: 4rem;}
	ul#header-nav-list > li > a {font-size: 1.7rem; line-height: 2.7rem;}
}

@media only screen and (min-width: 2400px) {
	img#logo, img#logo.sticky {max-height: 4rem;}
	ul#header-nav-list > li > a {font-size: 1.6rem; line-height: 2.6rem;}
}

@media only screen and (max-width: 1024px) {
	img#logo, img#logo.sticky {max-height: 4.5rem;}
	ul#header-nav-list > li {margin-right: 3.5rem;}
	ul#header-nav-list > li > a {font-size: 1.7rem; line-height: 2.7rem;}
}

@media only screen and (max-width: 768px) {
	#header-nav-list {display: none;}
	img#nav-icon {display: block; cursor: pointer; width: 3rem;}
	img#nav-icon.hidden {opacity: 0;}
}

@media only screen and (max-width: 500px) {
	img#header-resp-nav-close.displayed {left: 33rem;}
	#header-resp-nav-list-ct {width: 30rem; left: -33rem;}
}

@media only screen and (max-width: 360px) {
	img#logo.sticky {max-height: 4rem;}
}
/* /HEADER */


/* HOME */
#home-slideshow-section {}
.slideshow-item {position: relative; height: 100vh !important;}
.slideshow-item img.featured {object-fit: cover; width: 100%; height: 100%;}
.slideshow-item img.thumbnail {display: none;}
.slideshow-item .slideshow-caption {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60%; padding: 3rem; text-align: center; box-sizing: border-box;}
.slideshow-item .slideshow-caption h2 {font-family: 'BoldFont2', Arial, Verdana; color: #fff; margin-bottom: 4rem;}
.slideshow-item .slideshow-caption p {color: #fff; font-size: 2.0rem; line-height: 2.8rem;}
#home-slideshow-section .slick-dots {bottom: 4rem;}
#home-slideshow-section .slick-dots li {width: 4rem; height: 0.6rem; margin: 0 0.4rem;}
#home-slideshow-section .slick-dots li:last-child {}
#home-slideshow-section .slick-dots li button {width: 4rem; height: 0.6rem; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 4rem 0.6rem;
transition: background 0.2s linear; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear;}
#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: 4rem 0.6rem;}

#home-about-section {padding-top: 10rem;}

#home-about-container {}
#home-about-img-wrap {width: 45%;}
#home-about-img-wrap img {display: block; margin: 0 auto; max-width: 90%;}
#home-about-desc-wrap {width: 45%;}
#home-about-desc-wrap h2, #home-about-desc-wrap p {width: 80%;}
#home-about-desc-wrap h2 {margin-bottom: 3rem;}

#home-wcu-container {margin-top: 10rem; padding: 8rem 0 2rem 0; background: url(../images/bg/why-choose-us.jpg) no-repeat center; background-size: cover !important;}
.gen-title {margin: 0 auto; margin-bottom: 6rem;}
.gen-title.narrow {width: 500px;}
.gen-title.medium {width: 700px;}
.gen-title h2 {text-align: center;}
#home-wcu-container .gen-title h2 {color: #fff; font-family: 'BoldFont', Arial, Verdana;}
ul#wcu-list {}
ul#wcu-list > li {width: 28%; margin-right: 8%; margin-bottom: 8rem;}
ul#wcu-list > li:nth-child(3n) {margin-right: 0;}
ul#wcu-list > li .img-wrap {margin-bottom: 2rem;}
ul#wcu-list > li .img-wrap img {display: block; margin: 0 auto; height: 8rem; max-width: 100%;}
ul#wcu-list > li .desc-wrap {text-align: center;}
ul#wcu-list > li .desc-wrap h3 {font-size: 2.2rem; line-height: 3.2rem; color: #fff;}
ul#wcu-list > li .desc-wrap p {color: #fff;}

#home-service-section {padding-top: 10rem;}
#home-service-list {padding-bottom: 6rem;}
.service-item {padding: 0 0.75rem;}
.service-item .inner {position: relative; background: #c8edff; height: 14rem; box-sizing: border-box;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;}
.service-item .inner img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 75%; max-height: 75%;}
#home-service-list .slick-prev {content: ''; width: 4rem; height: 4rem; background: url(../images/icon/arrow-prev.png) no-repeat center !important; top: 35%; transform: translateY(-35%); right: auto; left: -5rem; background-size: auto 4rem !important; opacity: 0.75;
transition: all 0.15s linear; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear;}
#home-service-list .slick-next {content: ''; width: 4rem; height: 4rem; background: url(../images/icon/arrow-next.png) no-repeat center !important; top: 35%; transform: translateY(-35%); left: auto; right: -5rem; background-size: auto 4rem !important; opacity: 0.75;
transition: all 0.15s linear; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear;}
#home-service-list .slick-prev:hover {opacity: 1.0;}
#home-service-list .slick-next:hover {opacity: 1.0;}
#home-service-list .slick-prev.slick-disabled, #home-service-list .slick-prev.slick-disabled:hover, #home-service-list .slick-prev.slick-disabled:focus {opacity: 0.2;}
#home-service-list .slick-next.slick-disabled, #home-service-list .slick-next.slick-disabled:hover, #home-service-list .slick-next.slick-disabled:focus {opacity: 0.2;}
#home-service-list .slick-dots {bottom: 0;}
#home-service-list .slick-dots li {width: 4rem; height: 0.6rem; margin: 0 0.4rem;}
#home-service-list .slick-dots li:last-child {}
#home-service-list .slick-dots li button {width: 4rem; height: 0.6rem; background: url(../images/icon/bullet-idle-2.png) no-repeat center; background-size: 4rem 0.6rem;
transition: background 0.2s linear; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear;}
#home-service-list .slick-dots li button::before {content: "";}
#home-service-list .slick-dots li.slick-active button {background: url(../images/icon/bullet-active-2.png) no-repeat center; background-size: 4rem 0.6rem;}
#home-service-btn-ct {text-align: center; margin-top: 4rem;}
a.gen-btn span.icon-contact {display: inline-block; padding-left: 3.2rem; background: url(../images/icon/phone-white.png) no-repeat left center; background-size: 2rem auto;}

#home-testimonial-section {margin-top: 10rem; padding: 8rem 0; background: url(../images/bg/testimonial.jpg) no-repeat center; background-size: cover !important;}
.testimonial-item {padding: 0 0.75rem;}
.testimonial-item .inner {background: #fff; min-height: 22rem; box-sizing: border-box; padding: 3rem;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;}
.testimonial-item .desc-wrap {margin-bottom: 2.5rem;}
.testimonial-item .name-wrap {}
.testimonial-item .name-wrap h5 {margin-bottom: 0.3rem; font-size: 1.9rem; line-height: 1.9rem;}
.testimonial-item .name-wrap p {font-size: 1.6rem; line-height: 2.6rem;}
#home-testimonial-list {padding-bottom: 6rem;}
#home-testimonial-list .slick-dots {bottom: 0;}
#home-testimonial-list .slick-dots li {width: 4rem; height: 0.6rem; margin: 0 0.4rem;}
#home-testimonial-list .slick-dots li:last-child {}
#home-testimonial-list .slick-dots li button {width: 4rem; height: 0.6rem; background: url(../images/icon/bullet-idle-2.png) no-repeat center; background-size: 4rem 0.6rem;
transition: background 0.2s linear; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear;}
#home-testimonial-list .slick-dots li button::before {content: "";}
#home-testimonial-list .slick-dots li.slick-active button {background: url(../images/icon/bullet-active-2.png) no-repeat center; background-size: 4rem 0.6rem;}

@media only screen and (min-width: 1600px) {
	.gen-title.narrow {width: 700px;}
}

@media only screen and (min-width: 1900px) {
	.gen-title.narrow, .gen-title.medium {width: 800px;}
}

@media only screen and (min-width: 2000px) {
	.slideshow-item {height: auto !important;}
	.slideshow-item img.featured {display: block; width: 100%; height: auto;}
}

@media only screen and (min-width: 2400px) {
	.gen-title.narrow, .gen-title.medium {width: 1000px;}
}

@media only screen and (max-width: 1200px) {
	#home-about-desc-wrap h2, #home-about-desc-wrap p {width: 100%;}
}

@media only screen and (max-width: 1024px) {
	.slideshow-item .slideshow-caption {width: 80%;}
	.slideshow-item .slideshow-caption h2 {margin-bottom: 3rem;}
	
	#home-about-img-wrap {width: 40%;}
	#home-about-desc-wrap {width: 55%;}
	
	ul#wcu-list > li {width: 42%; margin-right: 16%;}
	ul#wcu-list > li:nth-child(3n) {margin-right: 16%;}
	ul#wcu-list > li:nth-child(2n) {margin-right: 0;}
}

@media only screen and (max-width: 768px) {		
	.slideshow-item {height: 55rem !important;}
	.slideshow-item img.featured {object-fit: cover; width: 100%; height: 100%;}	
	
	.slideshow-item .slideshow-caption {width: 85%;}
	.slideshow-item .slideshow-caption h2 {margin-bottom: 2rem; font-size: 3rem; line-height: 4rem;}
	.slideshow-item .slideshow-caption p {font-size: 1.7rem; line-height: 2.7rem;}
	
	#home-about-section {padding-top: 8rem;}
	#home-about-img-wrap {width: 100%; margin-bottom: 4rem;}
	#home-about-img-wrap img {max-width: 60%;}
	#home-about-desc-wrap {width: 100%; text-align: center;}
	
	#home-wcu-container {margin-top: 8rem;}
	ul#wcu-list > li {width: 45%; margin-right: 10%;}
	ul#wcu-list > li:nth-child(3n) {margin-right: 10%;}
	ul#wcu-list > li:nth-child(2n) {margin-right: 0;}
	
	#home-service-section {padding-top: 8rem;}
		
	.gen-title.narrow {width: 80%;}
	.gen-title.medium {width: 100%;}
	
	#home-testimonial-section {margin-top: 8rem;}
	.testimonial-item .inner {min-height: 30rem;}
}

@media only screen and (max-width: 500px) {
	.slideshow-item .slideshow-caption {width: 90%;}
	
	#home-about-section {padding-top: 6rem;}
	#home-about-img-wrap img {max-width: 80%;}
	
	#home-wcu-container {margin-top: 6rem; padding-top: 6rem;}
	ul#wcu-list > li {width: 100%; margin-right: 0; margin-bottom: 5rem;}
	ul#wcu-list > li:nth-child(3n) {margin-right: 0;}
	ul#wcu-list > li .img-wrap, ul#wcu-list > li .desc-wrap {margin-left: auto; margin-right: auto; width: 80%;}
	
	.gen-title.narrow {width: 100%;}
	
	#home-service-section {padding-top: 6rem;}
	.service-item .inner {height: 12rem;}
	
	#home-testimonial-section {margin-top: 6rem; padding: 6rem 0;}
	.testimonial-item .inner {min-height: 15rem;}
}

@media only screen and (max-width: 360px) {
	.slideshow-item {height: 60rem !important;}
	.slideshow-item .slideshow-caption  {width: 95%;}
	.slideshow-item .slideshow-caption h2 {font-size: 2.7rem; line-height: 3.7rem;}
	.slideshow-item .slideshow-caption p {font-size: 1.6rem; line-height: 2.6rem;}
	#home-slideshow-section .slick-dots li  {width: 3rem; height: 0.5rem;}
	#home-slideshow-section .slick-dots li button {width: 3rem; height: 0.5rem; background-size: 3rem 0.5rem;}
	#home-slideshow-section .slick-dots li.slick-active button {background-size: 3rem 0.5rem;}
	
	ul#wcu-list > li .img-wrap, ul#wcu-list > li .desc-wrap {width: 90%;}
	
	.service-item .inner {height: 22rem;}
	.service-item .inner img {max-width: 70%; max-height: 70%;}
	#home-service-list .slick-dots li  {width: 3rem; height: 0.5rem;}
	#home-service-list .slick-dots li button {width: 3rem; height: 0.5rem; background-size: 3rem 0.5rem;}
	#home-service-list .slick-dots li.slick-active button {background-size: 3rem 0.5rem;}
	
	#home-testimonial-list .slick-dots li  {width: 3rem; height: 0.5rem;}
	#home-testimonial-list .slick-dots li button {width: 3rem; height: 0.5rem; background-size: 3rem 0.5rem;}
	#home-testimonial-list .slick-dots li.slick-active button {background-size: 3rem 0.5rem;}
}
/* /HOME */


/* FOOTER */
footer {}

#footer-top-section {}
#footer-gmap-container iframe {width: 100% !important; height: 45rem !important; display: block;}

#footer-bottom-section {}
#footer-info-container {background: #144157; padding: 4rem 0;}
#ftinfo-col1-ct {width: 28%; margin-right: 8%;}
#ftinfo-col2-ct {width: 28%; margin-right: 8%;}
#ftinfo-col3-ct {width: 28%;}
h3.ftinfo-title {font-size: 2.4rem; line-height: 3.4rem; color: #fff; margin-bottom: 2rem;}
p.ftinfo-text, p.ftinfo-text a {color: #fff; font-size: 1.5rem; line-height: 2.3rem;}
p.ftinfo-text { margin-bottom: 1rem;}
#ftinfo-col1-ct p.ftinfo-text:last-child, #ftinfo-col2-ct p.ftinfo-text:last-child, #ftinfo-col3-ct p.ftinfo-text:last-child {margin-bottom: 0;}
p.ftinfo-text.address {padding-left: 3.2rem; background: url(../images/icon/location-white.png) no-repeat left top 0.2rem; background-size: 1.6rem auto;}
p.ftinfo-text.phone {padding-left: 3.2rem; background: url(../images/icon/phone-white.png) no-repeat left top 0.2rem; background-size: 1.6rem auto;}
p.ftinfo-text.whatsapp {padding-left: 3.2rem; background: url(../images/icon/wa-white.png) no-repeat left top 0.2rem; background-size: 1.8rem auto;}
p.ftinfo-text.email {padding-left: 3.2rem; background: url(../images/icon/email-white.png) no-repeat left -0.2rem top 0.2rem; background-size: 2.1rem auto;}
p.ftinfo-text.office-hour {padding-left: 3.2rem; background: url(../images/icon/ohour-white.png) no-repeat left top 0.2rem; background-size: 1.8rem auto;}

#footer-socmed-cr-container {background: #144157; border-top: 0.1rem dotted #bfbfbf; padding: 1rem 0;}
#footer-socmed-cr-container p {font-size: 1.3rem; line-height: 2.3rem; color: #fff;}
#footer-socmed-ct {}
ul#footer-socmed-list {}
ul#footer-socmed-list > li {margin-right: 1.0rem;}
ul#footer-socmed-list > li:last-child {margin-right: 0;}
ul#footer-socmed-list > li img {height: 2.1rem; opacity: 1.0; display: block;
transition: opacity 0.2s linear; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear;}
ul#footer-socmed-list > li img:hover {opacity: 0.8;}
#footer-copyright-ct {}

@media only screen and (min-width: 1600px) {
	ul#footer-socmed-list > li img {height: 1.8rem;}
}

@media only screen and (max-width: 1024px) {		
	#ftinfo-col1-ct {width: 30%; margin-right: 5%;}
	#ftinfo-col2-ct {width: 30%; margin-right: 5%;}
	#ftinfo-col3-ct {width: 30%;}
}

@media only screen and (max-width: 768px) {
	#ftinfo-col1-ct {width: 100%; margin-right: 0; padding-bottom: 3rem; margin-bottom: 3rem; border-bottom: 0.1rem dotted #bfbfbf;}
	#ftinfo-col1-ct {text-align: center;}
	#ftinfo-col1-ct p.ftinfo-text.address {padding-left: 0; background: none;}
	#ftinfo-col2-ct {width: 46%; margin-right: 8%;}
	#ftinfo-col3-ct {width: 46%;}
}

@media only screen and (max-width: 500px) {
	#footer-gmap-container iframe {height: 38rem !important;}
	
	#ftinfo-col1-ct, #ftinfo-col2-ct, #ftinfo-col3-ct {width: 100%; margin-right: 0; text-align: left;}
	#ftinfo-col1-ct, #ftinfo-col2-ct {padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 0.1rem dotted #bfbfbf;}
	#ftinfo-col1-ct p.ftinfo-text.address {padding-left: 3.2rem; background: url(../images/icon/location-white.png) no-repeat left top 0.2rem; background-size: 1.6rem auto;}

	#footer-socmed-cr-container {padding-top: 1.5rem;}
	#footer-socmed-ct, #footer-copyright-ct {width: 100%; margin: 0; text-align: center;}
	#footer-socmed-ct {margin-bottom: 1rem;}
	ul#footer-socmed-list.amt-flex {justify-content: center}
	ul#footer-socmed-list > li.text {display: none;}
}
/* /FOOTER */


/* FLOATING WA */
.sticky-wa {position: fixed; right: 0; bottom: 7rem; z-index: 2000; height: 7rem; width: 10rem;}
.sticky-wa img {width: 7rem; height: 7rem; position: absolute; right: 2rem; z-index: 2001;
transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
.sticky-wa img.opened {right: 10rem;}
.ste-text {position: absolute; right: 0; margin-top: 1.7rem; z-index: 1000;}
.ste-text a {font-family: 'BoldFont', Arial, Verdana; display: inline-block; color: #fff; width: 0; font-size: 1.4rem; line-height: 4rem; background: #1bd741; padding-left: 0; padding-right: 0; box-sizing: border-box;
transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
.ste-text a:hover {text-decoration: underline;}
.ste-text a.opened {padding-left: 6rem; width: 15rem;}

@media only screen and (max-width: 500px) {
	.sticky-wa {bottom: 4.5rem;}
	
	.sticky-wa img {width: 6.5rem; height: 6.5rem;}
	.sticky-wa img.opened {right: 9rem;}
	.ste-text {margin-top: 1.4rem;}
	.ste-text a.opened {width: 14rem; padding-left: 5.5rem;}
}
/* /FLOATING WA */
