/* 
Main Stylesheet
Created By: Andamant Works
*/
	
/* INITIAL CSS */
html {font-size: 10px;}


@media only screen and (min-width: 1500px) {
	html {font-size: 12px;}
}
@media only screen and (min-width: 1900px) {
	html {font-size: 15px;}
}
@media only screen and (min-width: 2400px) {
	html {font-size: 19px;}
}
@media only screen and (max-width: 1024px) {
	html {font-size: 9px;}
}

body {color: #222222; font-family: 'GeneralFont', Arial, Verdana; font-size: 1.5rem; line-height: 2.5rem; position: relative;}

b, strong {font-family: 'BoldFont', Arial, Verdana; 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: #222222; 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: 'BoldFont', 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: 'ItalicFont', 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: 'BoldItalicFont', Arial, Verdana; font-weight: normal;}

h1 {font-size: 4.8rem; line-height: 5.4rem; margin-bottom: 1.5rem;}
h2 {font-size: 4.2rem; line-height: 4.8rem; margin-bottom: 1.5rem;}
h3 {font-size: 3.6rem; line-height: 4.4rem; margin-bottom: 1.5rem;}
h4 {font-size: 3.0rem; line-height: 3.6rem; margin-bottom: 1.5rem;}
h5 {font-size: 2.4rem; line-height: 3.0rem; margin-bottom: 1.5rem;}
h1.no-mb, h2.no-mb, h3.no-mb, h4.no-mb, h5.no-mb {margin-bottom: 0;}

p, p a {font-size: 1.5rem; color: #222222; line-height: 2.5rem;}
p.big, .big {font-size: 2rem; line-height: 3rem;}
p a:hover {text-decoration: underline; color: #1B5C70;}
a {color: #36A8DC; font-size: 1.5rem; line-height: 2.5rem; text-decoration: none;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
a:hover {color: #1B5C70; text-decoration: underline;}

.cl-secondary {color: #36A8DC;}
.cl-ternary {color: #1B5C70;}

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;}
/* /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: 85%;}
}
@media only screen and (max-width: 500px) {
	.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.5rem; color: #222222; line-height: 2.5rem; font-family: 'GeneralFont', Arial, Verdana;}
.wysiwyg-content.big, .wysiwyg-content.big p, .wysiwyg-content.big a, .wysiwyg-content.big ul li, .wysiwyg-content.big ol li {font-size: 2rem; line-height: 3rem; font-family: 'GeneralFont', Arial, Verdana;}
.wysiwyg-content.small, .wysiwyg-content.small p, .wysiwyg-content.small a, .wysiwyg-content.small ul li, .wysiwyg-content.small ol li {font-size: 1.2rem; line-height: 2rem; font-family: 'GeneralFont', Arial, Verdana;}
.wysiwyg-content.white, .wysiwyg-content.white p, .wysiwyg-content.white a, .wysiwyg-content.white ul li, .wysiwyg-content.white ol li {color: #fff;}
.wysiwyg-content img {}
.wysiwyg-content img.fr-dib {display: block; margin: 0 auto;}
.wysiwyg-content img.fr-dib.fr-fil {text-align: left;}
.wysiwyg-content img.fr-dib.fr-fir {text-align: right;}
.wysiwyg-content img.fr-dii {}
.wysiwyg-content img.fr-dii.fr-fil {float: left; margin-right: 30px;}
.wysiwyg-content img.fr-dii.fr-fir {float: right; margin-left: 30px;}

.wysiwyg-content a {color: #282e68;}
.wysiwyg-content a:hover {color: #282e68; text-decoration: underline;}
.wysiwyg-content p a {color: #222222;}
.wysiwyg-content p a:hover {color: #282e68;}
.wysiwyg-content.white a {color: #fff;}
.wysiwyg-content.white a:hover {color: #fff; text-decoration: underline}
.wysiwyg-content.white h1, .wysiwyg-content.white h2, .wysiwyg-content.white h3, .wysiwyg-content.white h4, .wysiwyg-content.white h5 {color: #fff;}
.wysiwyg-content ul li {padding-left: 0px; list-style-type: disc; padding-bottom: 3px; margin-left: 55px;}
.wysiwyg-content ol li {list-style-type: decimal; margin-left: 55px;}
.wysiwyg-content.custom-list ul li {list-style-type: none; margin-bottom: 0.7rem; margin-left: 0; padding-bottom: 0; padding-left: 1.5rem; background: url(../images/icon/checkmark.png) no-repeat left top 0.08rem; background-size: 0.8rem; box-sizing: border-box;}
.wysiwyg-content.custom-list ul li:last-child {margin-bottom: 0;}
.wysiwyg-content.list-flat ol li {margin-left: 15px;}

.wysiwyg-content img.feat-img {float: left; max-width: 50%; margin-right: 20px; margin-bottom: 20px;}
.wysiwyg-content img {max-width: 100% !important;}

.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: #222222; 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 #1B5C70; -webkit-box-shadow: 0px 0px 5px #1B5C70; -moz-box-shadow: 0px 0px 5px #1B5C70; -o-box-shadow: 0px 0px 5px #1B5C70;}
textarea {padding: 1.5rem; min-height: 15rem;}
textarea.no-resize {resize: none;}
input[type=text].datepicker {padding-right: 1.7rem; background: url(../images/icon/calendar.svg) no-repeat right 15px center; background-size: auto 20px;}

select {font-family: 'GeneralFont', Arial, Verdana; font-size: 0.6rem; line-height: 0.8rem; padding: 0 0.6rem; color: #222222; box-sizing: border-box;}
select:hover, select:focus {outline: 0;}
.styled-select-wrapper {width: 100%; box-sizing: border-box; overflow: hidden; border: 1px solid #9f9f9f; height: 1.7rem; background: url(../images/icon/arrow-down.png) no-repeat right 0.6rem center #fff; background-size: 0.3rem auto;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
.styled-select-wrapper select {display: block; width: 120%; border: none; background: transparent; height: 1.7rem; padding: 0 1.2rem 0 0.4rem;}
.styled-select-wrapper select option {background: none;}

input[type="checkbox"] {font-family: 'GeneralFont', Arial, Verdana; font-size: 0.6rem; line-height: 0.9rem;}
.styled-checkbox-wrapper {margin-bottom: 10px;}
.styled-checkbox-wrapper input[type="checkbox"] {display: none;}
.styled-checkbox-wrapper label {font-family: 'GeneralFont'; font-size: 0.6rem; line-height: 0.9rem; color: #222222; display: inline-block; padding-left: 1.3rem; background: url(../images/icon/checkbox.png) no-repeat left top 0.1rem; background-size: 0.8rem auto;}
.styled-checkbox-wrapper label:hover {cursor: pointer;}
.styled-checkbox-wrapper label a {color: #1B5C70;}
.styled-checkbox-wrapper input[type="checkbox"]:checked + label {background: url(../images/icon/checkbox-checked.png) no-repeat left top; background-size: 0.8rem auto;}

input[type="radio"] {font-family: 'GeneralFont', Arial, Verdana;font-size: 15px; line-height: 24px;}
.styled-radio-wrapper{position: relative;}
.styled-radio-wrapper input[type="radio"] {display:none;}
.styled-radio-wrapper label {display:inline-block; padding: 1px 0px 0px 31px; font-size: 15px; line-height: 24px; font-family: 'GeneralFont', Arial, Verdana; background: url(../images/icon/radio-off.png) no-repeat left top 3px; cursor: pointer; background-size: 20px auto;}
.styled-radio-wrapper input[type="radio"]:checked + label {background: url(../images/icon/radio-on.png) no-repeat left top 3px; background-size: 20px auto;}

input[type="file"] {font-family: 'GeneralFont', Arial, Verdana;}
.styled-input-file-wrapper {cursor: pointer; font-size: 0.5rem; line-height: 0.7rem; color: #222222; background: #dbdbdb; border: 1px solid #dbdbdb; font-family: 'GeneralFont', Arial, Verdana; box-sizing: border-box; padding: 0.5rem; height: 50px; text-align: center;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;
transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.styled-input-file-wrapper:hover {background: #282e68; color: #fff;}
.styled-input-file-wrapper input[type="file"] {display: none;}
.styled-input-file-wrapper label {}
label.upload-file-info {}
label.upload-file-info.warning {display: block; margin-top: 0.5rem; font-size: 0.4rem; line-height: 0.6rem;}

input[type="submit"], a.gen-btn  {border: none; background: none; display: inline-block; color: #fff; font-size: 2.2rem; font-family: 'TitleFont', Arial, Verdana; background: #36A8DC; border: 0.1rem solid #36A8DC; 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: #1B5C70; border: 0.1rem solid #1B5C70; text-decoration: none;}
input[type="submit"].inverse, a.gen-btn.inverse {color: #1B5C70; border: 1px solid #1B5C70; background: none;}
input[type="submit"].inverse:hover, input[type="submit"].inverse:focus, a.gen-btn:hover, a.gen-btn:focus {background: #1B5C70; 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; z-index: 1000; width: 100%; background: #fff;}

#header-top-section {padding: 1.5rem 0;
transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;}
#header-top-section.sticky {padding: 1rem 0;
box-shadow: 0px 0px 1rem #bfbfbf; -webkit-box-shadow: 0px 0px 1rem #bfbfbf; -moz-box-shadow: 0px 0px 1rem #bfbfbf; -o-box-shadow: 0px 0px 1rem #bfbfbf;}
#header-nav-container {}
#header-logo-ct {}
img#logo {max-height: 8rem; display: block;
transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;}
img#logo.sticky {max-height: 6rem;}
#header-nav-ct {}
#header-nav-ct-resp {display: none;}
#header-nav-list-resp-container {display: none;}
ul#header-nav-list {}
ul#header-nav-list > li {margin-right: 4rem; position: relative;
transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;}
ul#header-nav-list > li.sticky {margin-right: 3.5rem;}
ul#header-nav-list > li:last-child {margin-right: 0;}
ul#header-nav-list > li > a {font-family: 'TitleFont', Arial, Verdana; color: #36A8DC; font-size: 2.5rem; line-height: 3.5rem; padding-bottom: 0.3rem; border-bottom: 0.3rem solid transparent;
transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;}
ul#header-nav-list > li > a.sticky {font-size: 2.2rem; line-height: 3.0rem;}
ul#header-nav-list > li > a.active {border-bottom: 0.3rem solid #36A8DC;}
ul#header-nav-list > li > a:hover {text-decoration: none; color: #1B5C70;}
ul#header-nav-list > li > a.active:hover {color: #36A8DC;}
.header-subnav {position: absolute; padding-top: 1.5rem; background: url(../images/icon/tri-up.png) no-repeat top center; background-size: auto 1.5rem; z-index: 1000; left: -9rem; display: none;}
.header-subnav.sticky {left: -8rem;}
.header-subnav .inner {padding: 1.5rem 0; background: #36A8DC; box-sizing: border-box;}
ul.header-subnav-list {}
ul.header-subnav-list > li {}
ul.header-subnav-list > li > a {display: block; box-sizing: border-box; padding: 1rem 3rem; width: 25rem; text-align: center; color: #fff; font-family: 'TitleFont', Arial, Verdana; font-size: 2.2rem; line-height: 3rem;}
ul.header-subnav-list > li > a.sticky {font-size: 1.9rem; line-height: 2.7rem; padding: 0.7rem 2.5rem; width: 22rem;}
ul.header-subnav-list > li > a:hover {background: #6BCCF9; text-decoration: none;}

@media only screen and (max-width: 768px) {
	#header-nav-ct {display: none;}
	#header-top-section {padding: 1rem 0;}
	img#logo {max-height: 6rem;}
	
	#header-nav-ct-resp {display: block; width: 4rem; height: 4rem; background: url(../images/icon/nav.png) no-repeat center; background-size: auto 2.8rem; cursor: pointer;}
	#header-nav-ct-resp.opened {background: url(../images/icon/nav-close.png) no-repeat center; background-size: auto 2.6rem;}
	#header-nav-list-resp-container {position: fixed; top: 8rem; z-index: 1000; width: 100%;}
	ul#header-nav-list-resp {}
	ul#header-nav-list-resp > li {}
	ul#header-nav-list-resp > li > a {display: block; background-color: #36A8DC !important; font-size: 2.4rem; line-height: 3.2rem; font-family: 'TitleFont', Arial, Verdana; color: #fff; padding: 1.5rem 7.5%; padding-left: 12%;}
	ul#header-nav-list-resp > li > a:hover {background-color: #1B5C70 !important; text-decoration: none;}
	ul#header-nav-list-resp > li > a#hnav-home {background: url(../images/icon/hnav-home.png) no-repeat left 7.5% top 1.7rem; background-size: 2.6rem auto;}
	ul#header-nav-list-resp > li > a#hnav-about {background: url(../images/icon/hnav-about.png) no-repeat left 7.5% top 1.7rem; background-size: 2.6rem auto;}
	ul#header-nav-list-resp > li > a#hnav-product {background: url(../images/icon/hnav-product.png) no-repeat left 7.5% top 1.7rem; background-size: 2.6rem auto;}
	ul#header-nav-list-resp > li > a#hnav-client {background: url(../images/icon/hnav-client.png) no-repeat left 7.5% top 1.7rem; background-size: 2.6rem auto;}
	ul#header-nav-list-resp > li > a#hnav-blog {background: url(../images/icon/hnav-blog.png) no-repeat left 7.5% top 1.7rem; background-size: 2.6rem auto;}
	ul#header-nav-list-resp > li > a#hnav-contact {background: url(../images/icon/hnav-contact.png) no-repeat left 7.5% top 1.7rem; background-size: 2.6rem auto;}
	
	ul.header-subnav-list-resp {}
	ul.header-subnav-list-resp > li {}
	ul.header-subnav-list-resp > li > a {display: block; background-color: #36A8DC !important; font-size: 2.4rem; line-height: 3.2rem; font-family: 'TitleFont', Arial, Verdana; color: #fff; padding: 1.5rem 5%; padding-left: 10%;}
	ul.header-subnav-list-resp > li > a:hover {background-color: #1B5C70 !important; text-decoration: none;}
}

@media only screen and (max-width: 500px) {
	ul#header-nav-list-resp > li > a {padding-left: 12%; background-position: left 5% top 1.6rem !important;}
}

@media only screen and (max-width: 420px) {
	img#logo, img#logo.sticky {max-height: 5rem;}
	#header-nav-ct-resp {width: 3rem; height: 3rem; background-size: auto 2.4rem;}
	#header-nav-ct-resp.opened {background-size: auto 2.2rem;}
	ul#header-nav-list-resp > li > a {font-size: 2.2rem; line-height: 3.0rem; padding: 1.2rem 5%; background-size: 2.3rem auto; padding-left: 15%;}
	#header-nav-list-resp-container {top: 7rem;}
}
/* /HEADER */


/* HOME */
#content {min-height: 50rem;}

#home-slideshow-section {margin-top: 11rem;}
.slideshow-item {position: relative;}
.slideshow-item img.featured {display: block; width: 100%;}
.slideshow-item img.thumbnail {display: none;}
#home-slideshow-section .slick-dots {bottom: 4rem;}
#home-slideshow-section .slick-dots li {width: 1.5rem; height: 1.5rem; margin: 0 0.4rem;}
#home-slideshow-section .slick-dots li:last-child {}
#home-slideshow-section .slick-dots li button {width: 1.5rem; height: 1.5rem; background: url(../images/icon/bullet.png) no-repeat center; background-size: 1.5rem auto;
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: 1.5rem auto;}
.slideshow-item .slideshow-caption {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50%; text-align: center;}
.slideshow-item .slideshow-caption h2 {display: inline-block; font-size: 5rem; line-height: 6rem; color: #fff; font-family: 'BoldFont', Arial, Verdana; background: url(../images/bg/green-bg.png) no-repeat bottom center; background-size: 100% 40%; margin-bottom: 3rem;}
.slideshow-item .slideshow-caption p {font-size: 2rem; line-height: 3rem; color: #fff;}

#home-about-section {margin-top: 8rem;}
#home-about-container .wrap {direction: rtl;}
#home-about-right-ct {width: 40%;}
#home-about-right-ct img {display: block; max-width: 100%;
border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -o-border-radius: 1rem;}
#home-about-left-ct {width: 45%; direction: ltr;}
h2.gen-section-title {color: #1B5C70; margin-bottom: 2.5rem;}
h3.gen-section-title {color: #1B5C70; margin-bottom: 2.5rem;}
#home-about-left-ct a.gen-btn {margin-top: 3rem;}

#home-testimonial-section {margin-top: 8rem;}
#home-testimonial-list {padding-top: 7rem;}
.home-testimonial-item {padding-left: 1rem; padding-right: 1rem;}
.home-testimonial-item .inner {background: #effaff; box-sizing: border-box; padding: 3rem; min-height: 20rem;
border-radius: 3rem; -webkit-border-radius: 3rem; -moz-border-radius: 3rem; -o-border-radius: 3rem;}
.home-testimonial-item .inner .description {margin-bottom: 3rem;}
.home-testimonial-item .inner .profile img {max-height: 8rem; display: block; margin-bottom: 1.5rem;}
.home-testimonial-item .inner .profile h3 {font-size: 2.5rem; line-height: 3.3rem;}
#home-testimonial-list .slick-prev {content: ''; width: 5rem; height: 5rem; background: url(../images/icon/arrow-prev.png) no-repeat center !important; top: 0; left: auto; right: 7rem; background-size: 5rem 5rem !important;
transition: all 0.15s linear; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear;}
#home-testimonial-list .slick-next {content: ''; width: 5rem; height: 5rem; background: url(../images/icon/arrow-next.png) no-repeat center !important; top: 0; right: 1rem; background-size: 5rem 5rem !important;
transition: all 0.15s linear; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear;}
#home-testimonial-list .slick-prev:hover {background: url(../images/icon/arrow-prev-hover.png) no-repeat center !important; background-size: 5rem 5rem !important;}
#home-testimonial-list .slick-next:hover {background: url(../images/icon/arrow-next-hover.png) no-repeat center !important; background-size: 5rem 5rem !important;}
#home-testimonial-list .slick-prev.slick-disabled, #home-testimonial-list .slick-prev.slick-disabled:hover, #home-testimonial-list .slick-prev.slick-disabled:focus {opacity: 0.2;}
#home-testimonial-list .slick-next.slick-disabled, #home-testimonial-list .slick-next.slick-disabled:hover, #home-testimonial-list .slick-next.slick-disabled:focus {opacity: 0.2;}

#home-client-section {margin-top: 8rem;}
#home-client-container {}
#home-client-container h2.gen-section-title {text-align: center;}
#home-client-list {margin-top: 4rem; padding-bottom: 5rem;}
.home-client-item {}
.home-client-item .inner {height: 10rem; box-sizing: border-box; position: relative;}
.home-client-item img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 80%; max-height: 90%;}
#home-client-list .slick-dots {bottom: 0;}
#home-client-list .slick-dots li {width: 1.5rem; height: 1.5rem; margin: 0 0.4rem;}
#home-client-list .slick-dots li:last-child {}
#home-client-list .slick-dots li button {width: 1.5rem; height: 1.5rem; background: url(../images/icon/bullet-2.png) no-repeat center; background-size: 1.5rem auto;
transition: background 0.2s linear; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear;}
#home-client-list .slick-dots li button::before {content: "";}
#home-client-list .slick-dots li.slick-active button {background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 1.5rem auto;}

@media only screen and (max-width: 1024px) {
	.slideshow-item .slideshow-caption {width: 80%;}
	
	#home-about-right-ct {width: 48%;}
}

@media only screen and (max-width: 768px) {
	#home-slideshow-section {margin-top: 8rem;}
	#home-slideshow-section .slideshow-item img.featured {display: none;}
	#home-slideshow-section .slideshow-item img.thumbnail {display: block; width: 100%;}
	.slideshow-item .slideshow-caption {width: 75%;}
	
	#home-about-container .wrap {direction: ltr;}
	#home-about-right-ct {width: 100%; margin-bottom: 4rem;}
	#home-about-right-ct img {margin: 0 auto; max-width: 70%;}
	#home-about-left-ct {width: 100%;}
	
	#home-testimonial-section h2.gen-section-title {text-align: center;}
	#home-testimonial-list .slick-prev, #home-testimonial-list .slick-prev:hover, #home-testimonial-list .slick-next, #home-testimonial-list .slick-next:hover {top: 1.5rem !important; width: 4rem !important; height: 4rem !important; background-size: 4rem 4rem !important;}
	#home-testimonial-list .slick-prev {right: 6rem;}
}

@media only screen and (max-width: 600px) {
	.home-testimonial-item {padding-left: 0; padding-right: 0; text-align: center;}
	.home-testimonial-item .inner .profile img {margin-left: auto; margin-right: auto;}
}

@media only screen and (max-width: 500px) {	
	#home-slideshow-section .slideshow-item {height: 45rem;}
	#home-slideshow-section .slideshow-item img {object-fit: cover; width: 100%; height: 100%;}
	
	#home-about-right-ct img {max-width: 100%;}
	
	#home-about-section {margin-top: 4rem;}
}

@media only screen and (max-width: 420px) {
	#home-slideshow-section {margin-top: 7rem;}
	
	.slideshow-item .slideshow-caption {width: 85%;}
	.slideshow-item .slideshow-caption h2 {font-size: 4rem; line-height: 4.8rem;}
	.slideshow-item .slideshow-caption p {font-size: 1.6rem; line-height: 2.4rem;}
}
/* /HOME */


/* ABOUT */
#gen-top-section {margin-top: 11rem;}
#gen-top-container {height: 45rem;}
#gen-top-container img {object-fit: cover; width: 100%; height: 100%;}

#gen-breadcrumb-section {background: #1B5C70;}
#gen-breadcrumb-container {}
ul#gen-breadcrumb-list {justify-content: start;}
ul#gen-breadcrumb-list > li {}
ul#gen-breadcrumb-list > li:first-child {width: 5%;}
ul#gen-breadcrumb-list > li > a {display: block; min-width: 7rem; padding: 1.5rem 2.5rem; text-align: center; font-family: 'TitleFont', Arial, Verdana; color: #fff; font-size: 2.4rem; line-height: 3.0rem; background: #36A8DC;}
ul#gen-breadcrumb-list > li > a.active {background: url(../images/icon/tri-right.png) no-repeat left center #1B5C70; background-size: 3rem 100%; padding-left: 5rem;}
ul#gen-breadcrumb-list > li > a.active:hover {text-decoration: none;}

#about-section {margin-top: 8rem;}
#about-title-container {margin-bottom: 3rem;}
#about-description-container {}
ul#about-description-list {}
ul#about-description-list > li {padding-bottom: 6rem; margin-bottom: 6rem; border-bottom: 0.2rem dotted #bfbfbf;}
ul#about-description-list > li:last-child {padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
ul#about-description-list > li:nth-child(odd) .wrap {direction: rtl;}
ul#about-description-list > li .img-wrap {width: 40%;}
ul#about-description-list > li .desc-wrap {width: 50%; direction: ltr;}
ul#about-description-list > li .desc-wrap h2.gen-section-title {font-size: 5rem; line-height: 6rem;}
ul#about-description-list > li .img-wrap img {display: block; width: 100%;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}

@media only screen and (max-width: 1024px) {
	#gen-top-container {height: 40rem;}
	ul#gen-breadcrumb-list > li > a {font-size: 2.2rem; line-height: 2.8rem;}
	
	ul#about-description-list > li .img-wrap {width: 48%;}
	ul#about-description-list > li .desc-wrap {width: 45%;}
}

@media only screen and (max-width: 768px) {
	#gen-top-section {margin-top: 8rem;}
	#gen-top-container {height: 37rem;}
	ul#gen-breadcrumb-list > li > a {font-size: 2.0rem; line-height: 2.6rem; min-width: 2rem;}
	ul#gen-breadcrumb-list > li > a.active {background-size: 2rem 100%; padding-left: 4rem;}
	
	ul#about-description-list > li .img-wrap, ul#about-description-list > li .desc-wrap {width: 100%; margin: 0;}
	ul#about-description-list > li .img-wrap {margin-bottom: 4rem;}
	ul#about-description-list > li .img-wrap img {max-width: 100%; margin: 0 auto;}
}

@media only screen and (max-width: 500px) {
	#gen-top-container {height: 34rem;}
	
	#about-section {margin-top: 4rem;}
}

@media only screen and (max-width: 420px) {
	#gen-top-section {margin-top: 7rem;}
	#gen-top-container {height: 30rem;}
	#gen-breadcrumb-section {display: none;}
}
/* /ABOUT */


/* PRODUCT */
#product-list-section {margin-top: 8rem;}

#product-category-container {}
ul#product-category-list {}
ul#product-category-list > li {margin-right: 1.5rem; margin-bottom: 1.5rem;}
ul#product-category-list > li:last-child {margin-right: 0;}
ul#product-category-list > li > a {display: inline-block; padding: 1rem 2.5rem 0.7rem 2.5rem; border: 0.2rem solid #1B5C70; background: #fff; color: #1B5C70; font-family: 'TitleFont', Arial, Verdana; font-size: 2.2rem; line-height: 3rem;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
ul#product-category-list > li > a:hover {background: #36A8DC; border: 0.2rem solid #36A8DC; text-decoration: none; color: #fff;}
ul#product-category-list > li > a.active, ul#product-category-list > li > a.active:hover {background: #1B5C70; border: 0.2rem solid #1B5C70; color: #fff;}

#product-list-container {margin-top: 8rem;}
ul#product-list {}
ul#product-list > li {width: 32%; margin-right: 2%; margin-bottom: 2rem;}
ul#product-list > li:nth-child(3n) {margin-right: 0;}
ul#product-list > li .img-wrap {position: relative;}
ul#product-list > li .img-wrap img {display: block; width: 100%;}
ul#product-list > li .img-wrap .cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(54, 168, 220, 0.5); z-index: 500; display: none;}
ul#product-list > li .img-wrap .cover .caption {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50%; padding: 1.5rem 2.5rem; background: rgba(255, 255, 255, 0.6); z-index: 600; font-size: 1.8rem; line-height: 2.6rem; text-align: center; font-family: 'BoldFont', Arial, Verdana; color: #222222 !important;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
.fancybox-title-outside-wrap {text-align: center; font-family: 'BoldFont', Arial, Verdana !important; font-size: 1.8rem !important; line-height: 2.6rem !important;}

#product-pagination-container {margin-top: 5rem;}

@media only screen and (max-width: 768px) {
	ul#product-category-list > li {margin-right: 1rem; margin-bottom: 1rem;}
	
	ul#product-list > li {width: 48.5%; margin-right: 3%;}
	ul#product-list > li:nth-child(3n) {margin-right: 3%;}
	ul#product-list > li:nth-child(2n) {margin-right: 0;}
}

@media only screen and (max-width: 500px) {
	#product-list-section {margin-top: 4rem;}
	#product-list-container {margin-top: 4rem;}
	ul#product-category-list > li > a {font-size: 2rem; line-height: 2rem; padding: 0.7rem 2rem 0.5rem 2rem;}
	#product-pagination-container {margin-top: 4rem;}
}

@media only screen and (max-width: 420px) {
	ul#product-list > li {width: 100%; margin-right: 0;}
}
/* /PRODUCT */


/* CLIENT */
#client-list-section {margin-top: 8rem;}

#client-list-container {}
ul#client-list {}
ul#client-list > li {width: 32%; margin-right: 2%; margin-bottom: 2rem;}
ul#client-list > li:nth-child(3n) {margin-right: 0;}
ul#client-list > li .inner {box-sizing: border-box; position: relative; background: #EFFAFF;}
ul#client-list > li .inner img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 80%; max-height: 80%;}
ul#client-list > li .inner .cover {display: none; background: rgba(54, 168, 220, 0.9); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 500;}
ul#client-list > li .inner .cover .caption {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 75%; z-index: 600; text-align: center;}
ul#client-list > li .inner .cover .caption h3 {font-size: 3.2rem; line-height: 3.8rem; color: #fff;}
ul#client-list > li .inner .cover .caption p {color: #fff;}
ul#client-list > li .inner .cover .caption a {display: inline-block; font-size: 2.2rem; line-height: 3rem; margin-top: 3rem; font-family: 'TitleFont', Arial, Verdana; color: #fff;}

#client-pagination-container {margin-top: 5rem;}

@media only screen and (max-width: 768px) {
	ul#client-list > li {width: 48.5%; margin-right: 3%;}
	ul#client-list > li:nth-child(3n) {margin-right: 3%;}
	ul#client-list > li:nth-child(2n) {margin-right: 0;}
	
	ul#client-list > li .inner .cover .caption h3 {font-size: 2.9rem; line-height: 3.6rem; margin-bottom: 1rem;}
	ul#client-list > li .inner .cover .caption p {font-size: 1.4rem; line-height: 2.0rem;}
	ul#client-list > li .inner .cover .caption a {margin-top: 1.5rem; font-size: 2rem; line-height: 2.8rem;}
}
@media only screen and (max-width: 500px) {
	#client-list-section {margin-top: 4rem;}

	ul#client-list > li {width: 100%; margin-right: 0;}	
	ul#client-list > li .inner .cover .caption h3 {font-size: 3.2rem; line-height: 3.8rem; margin-bottom: 2rem;}
	ul#client-list > li .inner .cover .caption p {font-size: 1.5rem; line-height: 2.5rem;}
	ul#client-list > li .inner .cover .caption a {margin-top: 3rem; font-size: 2.2rem; line-height: 3rem;}	
}
/* /CLIENT */


/* BLOG */
#blog-list-section {margin-top: 8rem;}

#blog-category-container {}
ul#blog-category-list {}
ul#blog-category-list > li {margin-right: 1.5rem;}
ul#blog-category-list > li:last-child {margin-right: 0;}
ul#blog-category-list > li > a {display: inline-block; padding: 1rem 2.5rem 0.7rem 2.5rem; border: 0.2rem solid #1B5C70; background: #fff; color: #1B5C70; font-family: 'TitleFont', Arial, Verdana; font-size: 2.2rem; line-height: 3rem;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
ul#blog-category-list > li > a:hover {background: #36A8DC; border: 0.2rem solid #36A8DC; text-decoration: none; color: #fff;}
ul#blog-category-list > li > a.active, ul#blog-category-list > li > a.active:hover {background: #1B5C70; border: 0.2rem solid #1B5C70; color: #fff;}

#blog-list-container {margin-top: 8rem;}
ul#blog-list {}
ul#blog-list > li {width: 32%; margin-right: 2%; margin-bottom: 2rem;}
ul#blog-list > li:nth-child(3n) {margin-right: 0;}
ul#blog-list > li .img-wrap {height: 25rem;}
ul#blog-list > li .img-wrap img {width: 100%; height: 100%; object-fit: cover;
border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; -o-border-top-left-radius: 10px;
border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; -o-border-top-right-radius: 10px;}
ul#blog-list > li .desc-wrap {background: #EFFAFF; box-sizing: border-box; padding: 2rem 3rem; min-height: 30rem;
border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px;}
ul#blog-list > li .desc-wrap a.cat-btn {display: inline-block; margin-bottom: 2rem; font-size: 1.8rem; line-height: 1.8rem; padding: 1rem; min-width: 5rem; text-align: center; background: #1B5C70; font-family: 'TitleFont', Arial, Verdana; color: #fff;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
ul#blog-list > li .desc-wrap h3, ul#blog-list > li .desc-wrap h3 a {font-size: 2.7rem; line-height: 3.5rem; color: #222222;}
ul#blog-list > li .desc-wrap h3 a:hover {text-decoration: none; color: #1B5C70;}
ul#blog-list > li .desc-wrap p {}
ul#blog-list > li .desc-wrap p.blog-date {font-size: 1.3rem; line-height: 2.1rem; margin-top: 2rem; font-family: 'BoldFont', Arial, Verdana;}

#blog-pagination-container {margin-top: 5rem;}

#blog-detail-section {margin-top: 8rem;}
#blog-detail-container {}

#blog-detail-ct {width: 65%;}
img#blog-featured-img {
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
#blog-detail-title {margin-bottom: 3rem;}
#blog-detail-title h2.gen-section-title {margin-bottom: 0.5rem; font-size: 3.6rem; line-height: 4.4rem;}
#blog-detail-title p.blog-date {font-size: 1.5rem; line-height: 2.3rem; font-family: 'BoldFont', Arial, Verdana;}

#blog-sidebar-ct {width: 30%;}
ul#blog-sidebar-list {}
ul#blog-sidebar-list > li {padding-bottom: 3rem; margin-bottom: 3rem; border-bottom: 0.1rem dotted #bfbfbf;}
ul#blog-sidebar-list > li:last-child {padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
ul#blog-sidebar-list > li .img-wrap {margin-bottom: 1.5rem;}
ul#blog-sidebar-list > li .img-wrap img {display: block; width: 100%;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
ul#blog-sidebar-list > li .desc-wrap h3, ul#blog-sidebar-list > li .desc-wrap h3 a {font-size: 2.2rem; line-height: 2.8rem; color: #222222; margin-bottom: 0.5rem;}
ul#blog-sidebar-list > li .desc-wrap h3 a:hover {text-decoration: none; color: #1B5C70;}
ul#blog-sidebar-list > li .desc-wrap p.blog-date {font-size: 1.3rem; line-height: 2.1rem; color: #7F7F7F;}

#blog-return-container {margin-top: 5rem;}

@media only screen and (max-width: 768px) {
	ul#blog-category-list > li {margin-right: 1rem; margin-bottom: 1rem;}
	
	ul#blog-list > li {width: 48.5%; margin-right: 3%;}
	ul#blog-list > li:nth-child(3n) {margin-right: 3%;}
	ul#blog-list > li:nth-child(2n) {margin-right: 0;}
	
	ul#blog-list > li .desc-wrap {padding: 1.5rem 2rem;}
	
	#blog-detail-ct {width: 100%; padding-bottom: 3rem; margin-bottom: 3rem; border-bottom: 0.1rem dotted #bfbfbf;}
	#blog-sidebar-ct {width: 100%;}
	ul#blog-sidebar-list > li {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding-bottom: 0; border-bottom: none;}
	ul#blog-sidebar-list > li:last-child {padding-bottom: 3rem; border-bottom: 0.1rem dotted #bfbfbf;}
	ul#blog-sidebar-list > li .img-wrap {width: 40%;}
	ul#blog-sidebar-list > li .desc-wrap {width: 55%;}
	ul#blog-sidebar-list > li .desc-wrap h3, ul#blog-sidebar-list > li .desc-wrap h3 a {font-size: 2.5rem; line-height: 3.2rem;}
	ul#blog-sidebar-list > li .desc-wrap p.blog-date {font-size: 1.5rem; line-height: 2.3rem;}
}

@media only screen and (max-width: 500px) {
	#blog-list-section {margin-top: 4rem;}
	
	#blog-list-container {margin-top: 4rem;}
	ul#blog-category-list > li > a {font-size: 2rem; line-height: 2rem; padding: 0.7rem 2rem 0.5rem 2rem;}
	ul#blog-list > li {width: 100%; margin-right: 0;}
	ul#blog-list > li .desc-wrap {min-height: 10rem; padding: 2rem 3rem;}
	
	ul#blog-sidebar-list > li {padding-bottom: 3rem; border-bottom: 0.1rem dotted #bfbfbf;}
	ul#blog-sidebar-list > li .img-wrap, ul#blog-sidebar-list > li .desc-wrap {width: 100%;}
	ul#blog-sidebar-list > li .img-wrap {margin-bottom: 2rem;}
	
	#blog-pagination-container {margin-top: 4rem;}
	
	#blog-detail-section {margin-top: 4rem;}
}
/* /BLOG */


/* CONTACT */
#contact-section {margin-top: 8rem;}

#contact-container {}

#contact-gmap-ct {width: 50%;}
#contact-gmap-ct iframe {width: 100% !important; height: 60rem !important;}

#contact-form-ct {width: 45%;}
.gen-form-row {display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 2.5rem;}
.gen-form-row.center {justify-content: center;}
.gen-form-row .gfr-full {width: 100%;}
.gen-form-row .gfr-half {width: 48%;}
label.form-label {font-family: 'BoldFont', Arial, Verdana; display: block; margin-bottom: 0.7rem;}
form#contact-form .gen-form-row:last-child {margin-bottom: 0;}

@media only screen and (max-width: 1024px) {
	#contact-gmap-ct iframe {height: 70rem !important;}
	form#contact-form .gen-form-row .gfr-half {margin-bottom: 2.5rem; width: 100%;}
	form#contact-form .gen-form-row .gfr-half:last-child {margin-bottom: 0;}
}

@media only screen and (max-width: 768px) {
	#contact-gmap-ct, #contact-form-ct {width: 100%; margin: 0;}
	#contact-gmap-ct iframe {height: 45rem !important;}
	#contact-gmap-ct {padding-bottom: 4rem; margin-bottom: 4rem; border-bottom: 1px dotted #bfbfbf;}
	
	form#contact-form .gen-form-row .gfr-half {margin-bottom: 0; width: 48%;}
}

@media only screen and (max-width: 500px) {
	#contact-section {margin-top: 4rem;}
	
	#contact-gmap-ct iframe {height: 38rem !important;}
	form#contact-form .gen-form-row .gfr-half {margin-bottom: 2.5rem; width: 100%;}	
}
/* /CONTACT */


/* FOOTER */
footer {margin-top: 8rem;}

#footer-top-section {padding: 4rem 0; background: #36A8DC;}
#footer-top-section h3 {color: #fff; margin-bottom: 1.5rem;}
#footer-top-section p, #footer-top-section p a {color: #fff; font-size: 1.5rem; line-height: 2.7rem;}
ul.footer-nav-list {}
ul.footer-nav-list > li {}
ul.footer-nav-list > li > a {font-size: 1.5rem; line-height: 2.7rem; color: #fff;}
ul.footer-nav-list > li > a:hover {text-decoration: none; color: #1B5C70;} 
#footer-top-container {}
#footer-top-left-ct {width: 20%; margin-right: 5%;}
#footer-top-middle-ct {width: 32%; margin-right: 5%;}
.footer-top-middle-col {margin-bottom: 4rem;}
#footer-top-middle-ct .footer-top-middle-col.no-mb {margin-bottom: 0;}
#footer-top-right-ct {width: 38%;}

#footer-bottom-section {background: #1B5C70; padding: 1.2rem 0;}
#footer-bottom-section p, #footer-bottom-section p a {font-size: 1.2rem; line-height: 1.8rem; color: #fff;}

@media only screen and (max-width: 1200px) {
	#footer-top-left-ct {display: none;}
	#footer-top-middle-ct {width: 45%; margin-right: 0;}
	#footer-top-right-ct {width: 45%;}
}

@media only screen and (max-width: 768px) {
	#footer-top-middle-ct {width: 100%; margin-bottom: 4rem;}
	#footer-top-right-ct {width: 100%;}
	
	#footer-copyright-ct, #footer-powered-ct {width: 100%; margin: 0; text-align: center;}
}
/* /FOOTER */


/* PAGINATION */
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: 4rem; height: 4rem; font-size: 2rem; line-height: 4rem; font-family: 'TitleFont', Arial, Verdana; color: #1B5C70; border: 0.1rem solid #1B5C70; text-align: center;
border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%;}
ul.pagination-list > li > a:hover {text-decoration: none; background: #36A8DC; border: 0.1rem solid #36A8DC; color: #fff;}
ul.pagination-list > li > a.active, ul.pagination-list > li > a.active:hover {background: #1B5C70; border: 0.1rem solid #1B5C70; color: #fff;}

@media only screen and (max-width: 500px) {
	ul.pagination-list > li > a {width: 3.5rem; height: 3.5rem; line-height: 3.5rem; font-size: 1.8rem;}
}
/* /PAGINATION */


/* 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: 5.5rem; width: 15rem;}
/* /FLOATING WA */


/* NOT FOUND */
#not-found-section {margin-top: 15rem;}
#not-found-container {text-align: center;}
/* /NOT FOUND */



/* OVERLAY NOTIFICATION */
.overlay-bg, .overlay-bg2  { width: 100%; height: 100%; background: #7f7f7f; opacity: 0.5; z-index: 9000; left: 0; top: 0; position: fixed;}
.notification-content, .notification-content2 {width: 40%; box-sizing: border-box; padding: 3rem; background: #ffffff; z-index: 10000; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
.notification-content h3, .notification-content2 h3 {font-size: 3.6rem; line-height: 4.4rem; font-family: 'BoldFont', Arial, Verdana; color: #333333; margin-bottom: 0.7rem;}
.notification-content p, .notification-content2 p {font-size: 1.5rem; line-height: 2.3rem; margin-bottom: 0px; font-family: 'GeneralFont', Arial, Verdana; color: #333333;}
.notification-content small, .notification-content2 small {padding-left: 0.1rem; font-size: 0.5rem; color: #222; font-family: 'GeneralFont', Arial, Verdana;}

.notif-success h3, .notif-success2 h3 {padding-top: 6rem; background: url(../images/icon/success-notif.png) no-repeat top center; background-size: auto 4rem;}
a.notification-close-btn {margin-top: 2.5rem; cursor: pointer; display: inline-block;}
a.notification-close-btn.gen-btn {font-size: 1.5rem; line-height: 1.5rem; padding: 1.5rem 2rem; background: #36A8DC; border: none; color: #fff; border: 1px solid #36A8DC; font-family: 'BoldFont', Arial, Verdana; min-width: 3rem;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}
a.notification-close-btn.gen-btn:hover {background: #1B5C70; border: 1px solid #1B5C70;}

.overlay-bg2, .notification-content2 {display: none;}
.form-control.type2 {display: inline; width: 60%;}

@media only screen and (max-width: 1024px) {
	.notification-content, .notification-content2 {width: 450px;}
	.notification-content h3, .notification-content2 h3 {font-size: 3.4rem;}
}

@media only screen and (max-width: 500px) {
	.notification-content, .notification-content2 {width: 280px;}
	.notification-content h3, .notification-content2 h3 {font-size: 3.2rem;}
}
/* /OVERLAY NOTIFICATION */