/* 
Main Stylesheet
Created By: Jastanweb

Main Color Used: 
1. Black (#666666), hovered (#004f9f)
2. Blue (#004f9f)
3. Light Blue (#0078c1)
4. Gold (#ceaf38), dark gold (#b69b32)
5. Light Gray (#c5c5c5)
6. Dark Gray (#333333)
*/

/* INITIAL CSS */
body {color: #666666; font-family: 'GeneralFont', Arial, Verdana; font-size: 17px; line-height: 25px; position: relative;}

b, strong {font-family: 'BoldFont', Arial, Verdana;}
i, em {font-family: 'ItalicFont', Arial, Verdana;}
b i, i b, b em, em b, strong i, i strong, strong em, em strong {font-family: 'BoldItalicFont', Arial, Verdana;}

h1, h2, h3, h4, h5 {font-family: 'TitleFont', Arial, Verdana; color: #333;}
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;}
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;}
h1 b i, h2 b i, h3 b i, h4 b i, h5 b i,
h1 i b, h2 i b, h3 i b, h4 i b, h5 i b,
h1 b em, h2 b em, h3 b em, h4 b em, h5 b em,
h1 em b, h2 em b, h3 em b, h4 em b, h5 em b,
h1 strong i, h2 strong i, h3 strong i, h4 strong i, h5 strong i,
h1 i strong, h2 i strong, h3 i strong, h4 i strong, h5 i strong,
h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em,
h1 em strong, h2 em strong, h3 em strong, h4 em strong, h5 em strong {font-family: 'TitleBoldItalicFont', Arial, Verdana;}

h1 {font-size: 40px; line-height: 48px; margin-bottom: 15px;}
h2 {font-size: 36px; line-height: 44px; margin-bottom: 15px;}
h3 {font-size: 32px; line-height: 40px; margin-bottom: 15px;}
h4 {font-size: 28px; line-height: 36px; margin-bottom: 15px;}
h5 {font-size: 24px; line-height: 32px; margin-bottom: 15px;}
h1.no-mb, h2.no-mb, h3.no-mb, h4.no-mb, h5.no-mb {margin-bottom: 0px;}

@media only screen and (max-width: 768px) {
	h1 {font-size: 36px; line-height: 44px;}
	h2 {font-size: 32px; line-height: 38px;}
	h3 {font-size: 28px; line-height: 36px;}
	h4 {font-size: 24px; line-height: 32px;}
	h5 {font-size: 20px; line-height: 28px;}
}

@media only screen and (max-width: 500px) {
	h1 {font-size: 34px; line-height: 42px;}
	h2 {font-size: 30px; line-height: 38px;}
	h3 {font-size: 26px; line-height: 34px;}
	h4 {font-size: 22px; line-height: 30px;}
	h5 {font-size: 18px; line-height: 26px;}
}

p, p a {font-size: 17px; color: #666666; line-height: 25px;}
p a:hover {text-decoration: underline; color: #004f9f;}
a {color: #004f9f; font-size: 17px; line-height: 25px; text-decoration: none;
transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
a:hover {color: #0078c1; text-decoration: underline;}

.cl-secondary {color: #004f9f;}
.cl-ternary {color: #0078c1;}
.cl-white {color: #fff;}

img.full-width {width: 100%; display: block;}
img.round-border {border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}

.gen-img-wrap {margin-bottom: 30px; 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-80 {margin-top: 80px;}
.mb-30 {margin-bottom: 30px;}
/* /INITIAL CSS */


/* GENERAL LAYOUT CSS */
.wrap {width: 90%; margin: 0 auto; position: relative;}
.wrap-small {width: 800px; margin: 0 auto; position: relative;}
.wrap-medium {width: 960px; margin: 0 auto; position: relative;}

@media only screen and (min-width: 1800px) {
	.wrap {width: 1600px;}
}

@media only screen and (max-width: 1024px) {
	.wrap {width: 95%;}
}

@media only screen and (max-width: 960px) {
	.wrap-medium {width: 95%;}
}

@media only screen and (max-width: 800px) {
	.wrap-small {width: 95%;}
}

.container {width: 100%; float: left; box-sizing: border-box;}
.section {clear: both; padding: 0px; margin: 0px;}
.group:before, .group:after {content: ""; display: table;}
.group:after {clear: both;}
.group {zoom:1; /* For IE 6/7 (trigger hasLayout) */}

.dmb-col {display: block; float: left; margin: 0% 0 0% 1.6%; position: relative;}
.dmb-col.first-col {margin-left: 0;}
.dmb-col:first-child {margin-left: 0;} /* all browsers except IE6 and lower */
/* /GENERAL LAYOUT CSS */


/* TWO COLUMNS CSS */
.span_1_of_2 {width: 49.2%;}
.span_2_of_2 {width: 100%;}
@media only screen and (max-width: 500px) {
	.span_2_of_2, .span_1_of_2 {width: 100%;}
}
/* /TWO COLUMNS CSS */


/* THREE COLUMNS CSS */
.span_3_of_3 {width: 100%;}
.span_2_of_3 {width: 66.13%;}
.span_1_of_3 {width: 32.26%;}
@media only screen and (max-width: 500px) {
	.span_3_of_3, .span_2_of_3, .span_1_of_3 {width: 100%;}
}
/* /THREE COLUMNS CSS */


/* FOUR COLUMNS CSS */
.span_4_of_4 {width: 100%;}
.span_3_of_4 {width: 74.6%;}
.span_2_of_4 {width: 49.2%;}
.span_1_of_4 {width: 23.8%;}
@media only screen and (max-width: 500px) {
	.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {width: 100%;}
}
/* /FOUR COLUMNS CSS */


/* FIVE COLUMNS CSS */
.span_5_of_5 {width: 100%;}
.span_4_of_5 {width: 79.68%;}
.span_3_of_5 {width: 59.36%;}
.span_2_of_5 {width: 39.04%;}
.span_1_of_5 {width: 18.72%;}
@media only screen and (max-width: 500px) {
	.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {width: 100%;}
}
/* /FIVE COLUMNS CSS */


/* SIX COLUMNS CSS */
.span_6_of_6 {width: 100%;}
.span_5_of_6 {width: 83.06%;}
.span_4_of_6 {width: 66.13%;}
.span_3_of_6 {width: 49.2%;}
.span_2_of_6 {width: 32.26%;}
.span_1_of_6 {width: 15.33%;}
@media only screen and (max-width: 500px) {
	.span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {width: 100%;}
}
/* /SIX COLUMNS CSS */


/* SEVEN COLUMNS CSS */
.span_7_of_7 {width: 100%;}
.span_6_of_7 {width: 85.48%;}
.span_5_of_7 {width: 70.97%;}
.span_4_of_7 {width: 56.45%;}
.span_3_of_7 {width: 41.94%;}
.span_2_of_7 {width: 27.42%;}
.span_1_of_7 {width: 12.91%;}
@media only screen and (max-width: 500px) {
	.span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {width: 100%;}
}
/* /SEVEN COLUMNS CSS */


/* EIGHT COLUMNS CSS */
.span_8_of_8 {width: 100%;}
.span_7_of_8 {width: 87.3%;}
.span_6_of_8 {width: 74.6%;}
.span_5_of_8 {width: 61.9%;}
.span_4_of_8 {width: 49.2%;}
.span_3_of_8 {width: 36.5%;}
.span_2_of_8 {width: 23.8%;}
.span_1_of_8 {width: 11.1%;}
@media only screen and (max-width: 500px) {
	.span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {width: 100%;}
}
/* /EIGHT COLUMNS CSS */


/* NINE COLUMNS CSS */
.span_9_of_9 {width: 100%;}
.span_8_of_9 {width: 88.71%;}
.span_7_of_9 {width: 77.42%;}
.span_6_of_9 {width: 66.13%;}
.span_5_of_9 {width: 54.84%;}
.span_4_of_9 {width: 43.55%;}
.span_3_of_9 {width: 32.26%;}
.span_2_of_9 {width: 20.97%;}
.span_1_of_9 {width: 9.68%;}
@media only screen and (max-width: 500px) {
	.span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9 , .span_1_of_9 {width: 100%;}
}
/* /NONE COLUMNS CSS */


/* TEN COLUMNS CSS */
.span_10_of_10 {	width: 100%;}
.span_9_of_10 {width: 89.84%;}
.span_8_of_10 {width: 79.68%;}
.span_7_of_10 {width: 69.52%;}
.span_6_of_10 {width: 59.36%;}
.span_5_of_10 {width: 49.2%;}
.span_4_of_10 {width: 39.04%;}
.span_3_of_10 {width: 28.88%;}
.span_2_of_10 {width: 18.72%;}
.span_1_of_10 {width: 8.56%;}
@media only screen and (max-width: 500px) {
	.span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, 
	.span_4_of_10, .span_3_of_10 , .span_2_of_10, .span_1_of_10 {width: 100%;}
}
/* /TEN COLUMNS CSS */


/* ELEVEN COLUMNS CSS */
.span_11_of_11 {width: 100%;}
.span_10_of_11 {width: 90.76%;}
.span_9_of_11 {width: 81.52%;}
.span_8_of_11 {width: 72.29%;}
.span_7_of_11 {width: 63.05%;}
.span_6_of_11 {width: 53.81%;}
.span_5_of_11 {width: 44.58%;}
.span_4_of_11 {width: 35.34%;}
.span_3_of_11 {width: 26.1%;}
.span_2_of_11 {width: 16.87%;}
.span_1_of_11 {width: 7.63%;}
@media only screen and (max-width: 500px) {
	.span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, 
	.span_5_of_11, .span_4_of_11 , .span_3_of_11, .span_2_of_11, .span_1_of_11 {width: 100%;}
}
/* /ELEVEN COLUMNS CSS */


/* TWELVE COLUMNS CSS */
.span_12_of_12 {width: 100%;}
.span_11_of_12 {width: 91.53%;}
.span_10_of_12 {width: 83.06%;}
.span_9_of_12 {width: 74.6%;}
.span_8_of_12 {width: 66.13%;}
.span_7_of_12 {width: 57.66%;}
.span_6_of_12 {width: 49.2%;}
.span_5_of_12 {width: 40.73%;}
.span_4_of_12 {width: 32.26%;}
.span_3_of_12 {width: 23.8%;}
.span_2_of_12 {width: 15.33%;}
.span_1_of_12 {width: 6.86%;}
@media only screen and (max-width: 500px) {
	.span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, 
	.span_6_of_12, .span_5_of_12 , .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {width: 100%;}
}
/* /TWELVE COLUMNS CSS */

/* WYSIWYG CONTENT */
.wysiwyg-content, .wysiwyg-content p, .wysiwyg-content a, .wysiwyg-content ul li, .wysiwyg-content ol li {font-size: 18px; color: #666666; line-height: 25px; 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: 18px; line-height: 26px; 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: #666666;}
.wysiwyg-content a:hover {color: #004f9f; text-decoration: underline;}
.wysiwyg-content p a {color: #666666;}
.wysiwyg-content p a:hover {color: #666666;}
.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.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 #c6c8c6;}
.wysiwyg-content table tbody tr td {padding: 15px; font-size: 16px; line-height: 28px;} 
.wysiwyg-content table tr td:first-child {padding-left: 0;}
.wysiwyg-content table tr td:last-child {padding-right: 0;}
.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 */
label.error {display: block; font-size: 12px; line-height: 20px; color: #f21a1a; font-family: 'GeneralFont', Arial, Verdana; margin-top: 5px; margin-bottom: 10px;}
.gen-form {}
.gen-form .req {color: #f55151;}
.gen-form-row {width: 100%; float: left; margin-bottom: 15px; position: relative;}
.gen-form-row.half {width: 48.5%; margin-right: 3%;}
.gen-form-row.half.no-mr {margin-right: 0;}
.gen-form-row.no-mb {margin-bottom: 0 !important;}
.gen-form-row.third {width: 32%; margin-right: 4%;}
.gen-form-row.twothird {width: 64%; margin-right: 4%;}
.gen-form-row.twothird.no-mr {margin-right: 0;}

.gen-form label.form-label{color: #666666; display: block; font-family: 'GeneralFont', Arial, Verdana; font-size: 16px; line-height: 28px; margin-bottom: 10px;}
.gen-form label.form-label.inline {display: inline; margin: 0;}
.gen-form input[type="text"], .gen-form input[type="email"], .gen-form input[type="password"], .gen-form textarea {border: 1px solid transparent; font-family: 'GeneralFont', Arial, Verdana; color: #333; width: 100%; font-size: 15px; line-height: 15px; padding: 15px 25px; 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;
border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px;}
.gen-form input[type="text"]:hover, .gen-form input[type="text"]:focus, .gen-form input[type="email"]:hover, .gen-form input[type="email"]:focus, .gen-form input[type="password"]:hover, .gen-form input[type="password"]:focus, .gen-form textarea:hover, .gen-form textarea:focus {outline: 0;
box-shadow: 0px 0px 8px #cacaca;}
.gen-form input[type="text"].readonly, .gen-form input[type="email"].readonly, .gen-form input[type="password"].readonly, .gen-form textarea.readonly {background: #efefef;}
.gen-form input[type="submit"], .gen-form input[type="button"], a.gen-btn {font-size: 15px; line-height: 15px; font-family: 'TitleMediumFont', Arial, Verdana; color: #fff; display: inline-block; padding: 20px 35px; background: #004f9f; border: none; text-align: center; cursor: pointer;
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;
border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px;}
.gen-form input[type="submit"]:hover, .gen-form input[type="button"]:hover, a.gen-btn:hover, 
.gen-form input[type="submit"]:focus, .gen-form input[type="button"]:focus, a.gen-btn:focus {color: #fff; background: #0078c1; text-decoration: none; outline: 0;}
.gen-form input[type="submit"].full-width, .gen-form input[type="button"].full-width, a.gen-btn.full-width {width: 100%; display: block;}
.gen-form span.help-block {display: block; font-size: 14px; line-height: 18px; color: #666666; margin-top: 3px;}

.checkbox-container {}
.checkbox-container input[type="checkbox"] {display: none;}
.checkbox-container label {font-family: 'GeneralFont'; font-size: 16px; line-height: 28px; padding-top: 3px; color: #666666; display: inline-block; padding-left: 35px; background: url(../images/icon/checkbox.png) no-repeat left top; background-size: 25px auto;}
.checkbox-container label:hover {cursor: pointer;}
.checkbox-container label.no-mr {margin-right: 0;}
.checkbox-container label a {color: #666666; font-size: 16px; line-height: 28px;}
.checkbox-container label a:hover {text-decoration: underline;}

.checkbox-container input[type="checkbox"]:checked + label {background: url(../images/icon/checkbox-checked.png) no-repeat left top; background-size: 25px auto;}
::-webkit-input-placeholder { color: #cacaca; font-family: 'GeneralFont';}
::-moz-placeholder { color: #cacaca; opacity: 1.0; font-family: 'GeneralFont';}
:-ms-input-placeholder { color: #cacaca; font-family: 'GeneralFont';}

.gen-form select {font-size: 16px; line-height: 16px; font-family: 'GeneralFont', Arial, Verdana; color: #666666; padding: 7px 15px; box-sizing: border-box; border: 1px solid #dddddd; background: #fff;}
.styled-select-wrapper {width: 100%; box-sizing: border-box; overflow: hidden; border: 1px solid #dddddd; background: url(../images/icon/arrow-down.png) no-repeat 96% center; background-size: auto 8px;}
.styled-select-wrapper select {display: block; width: 120%; border: none; background: transparent;}
.styled-select-wrapper select option {background: none;}
textarea.no-resize {resize: none !important;}
select:hover, select:focus {outline: 0;}

.radio-toolbar {margin-top: 11px;}
.radio-toolbar input[type="radio"] {display:none;}
.radio-toolbar label {display:inline-block; padding: 1px 0px 0px 31px; font-size: 16px; line-height: 28px; color: #666666; font-family: 'GeneralFont', Arial, Verdana; background: url(../images/icon/radio-off.png) no-repeat left top 0px; cursor: pointer;}
.radio-toolbar label.inline.with-mr {margin-right: 40px;}
.radio-toolbar input[type="radio"]:checked + label {background: url(../images/icon/radio-on.png) no-repeat left top 0;}

.input-file-wrap {cursor: pointer; font-size: 16px; line-height: 28px; color: #666666; font-family: 'GeneralFont'; box-sizing: border-box; padding: 10px 20px 5px 20px; z-index: 1000; min-width: 120px; text-align: center; border: 1px solid #666666;
transition: all 0.25s linear; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear;}
.input-file-wrap:hover {color: #fff; background: #666666;}
.input-file-wrap input[type="file"] {display: none;}
.input-file-wrap span {font-size: 14px; line-height: 18px;}
.input-file-wrap-info {font-size: 16px; line-height: 28px; padding-left: 20px; color: #666666; font-family: 'BoldFont', Arial, Verdana;}

/* INLINE STYLE */
.gen-form.inline .label-cont {float: left; width: 25%;}
.gen-form.inline .sep-cont {float: left; width: 5%;}
.gen-form.inline .form-cont {float: left; width: 70%;}
.gen-form.inline .gen-form-row {margin-bottom: 20px;}
.gen-form.inline label.form-label {font-size: 16px; line-height: 28px; display: block; padding-top: 8px;}
.gen-form.inline label.error {margin-bottom: 10px; margin-top: 5px;}

a.gen-btn.gbtn-hollow-white {background: none; color: #fff; border: 1px solid #fff;}
a.gen-btn.gbtn-hollow-white:hover {background: #fff; color: #0078c1; border: 1px solid #fff;}
a.gen-btn.gbtn-hollow-colour {background: #fff; color: #004f9f; border: 1px solid #004f9f;}
a.gen-btn.gbtn-hollow-colour:hover {background: #004f9f; color: #fff; border: 1px solid #004f9f;}
a.gen-btn.gbtn-fill-white {background: #fff; color: #0078c1; border: 1px solid #fff;}
a.gen-btn.gbtn-fill-white:hover {background: #0078c1; color: #fff; border: 1px solid #0078c1;}
/* /INLINE STYLE */
/* /FORM */


/* HEADER */
#header {position: fixed; top: 0; z-index: 1001;}
#header-top {background: #004f9f; min-height: 45px;}

#ht-info {float: left; margin-top: 7px;}
#ht-info p {display: inline-block; margin-right: 18px; color: #fff !important; font-size: 13px; line-height: 20px;}
#ht-info p:last-child {margin-right: 0;}
#ht-info p a {color: #fff !important; font-size: 13px; line-height: 20px;}
#ht-info p a:hover {text-decoration: underline;}
#ht-info p.email {padding-left: 28px; background: url(../images/icon/h-email.png) no-repeat left center;}
#ht-info p.phone {padding-left: 20px; background: url(../images/icon/h-phone.png) no-repeat left 3px;}

#ht-socmed {float: right;}
ul#ht-socmed-list {}
ul#ht-socmed-list > li {float: left; margin-right: 2px;}
ul#ht-socmed-list > li:last-child {margin-right: 0;}
ul#ht-socmed-list > li > a  {display: inline-block; padding: 10px 15px; background: none;}
ul#ht-socmed-list > li > a:hover {background: #b69b32;}
ul#ht-socmed-list > li > a > img {width: 14px; height: 14px;}

#header-bottom {padding: 7px 0; background: #fff;}
#header-bottom.sticky {padding: 7px 0;
box-shadow: 0px 0px 10px #afafaf; -webkit-box-shadow: 0px 0px 10px #afafaf; -moz-box-shadow: 0px 0px 10px #afafaf; -o-box-shadow: 0px 0px 10px #afafaf;}
#hlogo-ct {float: left;}
img#logo {height: 93px; display: block;
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 {height: 80px;}

#hnav-ct {float: right; margin-top: 31px;
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;}
#hnav-ct.sticky {margin-top: 25px;}
ul#hnav-list {}
ul#hnav-list > li {float: left; margin-right: 45px;}
ul#hnav-list > li:last-child {margin-right: 0;}
ul#hnav-list > li > a {font-family: 'TitleFont', Arial, Verdana; color: #333; font-size: 18px; line-height: 26px;}
ul#hnav-list > li > a.sticky {font-size: 17px; line-height: 25px;}
ul#hnav-list > li > a:hover {color: #004f9f; text-decoration: none;}
ul#hnav-list > li > a.active, ul#hnav-list > li > a.active:hover {font-family: 'TitleBoldFont', Arial, Verdana; color: #004f9f;}
#hnav-icon {display: none;}
ul#hnav-cover-list {display: none;}

@media only screen and (max-width: 1024px) {
	ul#hnav-list > li {margin-right: 40px}
	ul#hnav-list > li > a {font-size: 17px; line-height: 25px;}
}

@media only screen and (max-width: 768px) {
	#header-top {display: none;}
	ul#hnav-list {display: none;}
	#hnav-icon {display: block; width: 24px; height: 24px; background: url(../images/icon/nav.png) no-repeat center; cursor: pointer; -webkit-backface-visibility: hidden;
	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;}
	#hnav-icon:hover {opacity: 0.75;}
	
	#header-cover-nav {position: fixed; top: 0; width: 100%; height: 100%; z-index: 3000; background: rgba(0, 79, 159, 0.95); box-sizing: border-box; left: -100%;
	transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in; -o-transition: all 0.4s ease-in;}
	#header-cover-nav.opened {left: 0;}
	#hnav-cover-ct {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%;}
	ul#hnav-cover-list {display: block;}
	ul#hnav-cover-list > li {margin-bottom: 15px; text-align: center;}
	ul#hnav-cover-list > li:last-child {margin-bottom: 0;}
	ul#hnav-cover-list > li > a {font-family: 'TitleFont', Arial, Verdana; display: inline-block; font-size: 18px; line-height: 24px; padding-bottom: 5px; border-bottom: 4px solid transparent; color: #fff;}
	ul#hnav-cover-list > li > a:hover {text-decoration: none; color: #cfcfcf;}
	ul#hnav-cover-list > li > a.active {border-bottom: 4px solid #fff}
	#hnav-close-icon {position: absolute; top: 30px; right: 30px; width: 35px; height: 35px; background: url(../images/icon/nav-close-big.png) no-repeat center; background-size: 35px 35px; cursor: pointer; -webkit-backface-visibility: hidden;
	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;}
	#hnav-close-icon:hover {opacity: 0.75;}
}
/* /HEADER */


/* HOME */
#pages-mt-top-sfw {margin-top: 150px;}

#home-slideshow-sfw {}
#home-slideshow-resp-sfw {display: none;}
.slideshow-item {position: relative;}
.slideshow-item a, .slideshow-item a:hover {text-decoration: none;}
.slideshow-item img {display: none; width: 100%; display: block;}
.slideshow-item .caption {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100; text-align: center; width: 75%;}
.slideshow-item .caption h2 {font-size: 52px; line-height: 60px; margin-bottom: 10px; color: #fff; font-family: 'TitleBoldFont', Arial, Verdana;}
.slideshow-item .caption p {font-size: 20px; line-height: 28px; color: #fff; font-family: 'TitleFont', Arial, Verdana;}
.slideshow-item .caption a.gen-btn {margin-top: 40px;}
.slideshow-list-container .slick-dots li {margin: 0 5px; width: 12px; height: 12px;}
.slideshow-list-container .slick-dots {bottom: 40px; z-index: 1000; text-align: center;}
.slideshow-list-container .slick-dots li button {width: 12px; height: 12px; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 12px 12px;}
.slideshow-list-container .slick-dots li.slick-active button {background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 12px 12px;}

#home-banner-sfw {background: #fff;}
.sfw.with-pdtb {padding: 80px 0;}
.title-img-ct {text-align: center; margin-bottom: 30px;}
.title-img-ct.with-brb {padding-bottom: 10px; border-bottom: 1px solid #f5f5f5;}
.title-img-ct.ta-left {text-align: left;}
.title-img-ct .add-info {margin-top: 20px;}
.title-img-ct .add-left {float: left;}
.title-img-ct .add-right {float: right;}
img.title-img {display: block; margin: 0 auto; max-height: 44px; margin-bottom: 40px;}
.title-img-ct h3 {font-family: 'TitleBoldFont', Arial, Verdana; color: #b69b32; font-size: 36px; line-height: 50px; margin-bottom: 0;}
.title-img-ct h3.with-mb {margin-bottom: 30px;}
.title-img-ct p {color: #666;}
ul#home-banner-list {}
ul#home-banner-list > li {float: left; width: 31%; margin-right: 3.5%;}
ul#home-banner-list > li:nth-child(3n) {margin-right: 0;}
ul#home-banner-list > li:nth-child(3n + 1) {clear: both;}
ul#home-banner-list > li .img-wrap {position: relative; margin-bottom: 30px;}
ul#home-banner-list > li .img-wrap img {display: block; width: 100%;}
ul#home-banner-list > li .img-wrap .cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(53, 53, 53, 0.8); z-index: 100; display: none;}
ul#home-banner-list > li .img-wrap .cover a.gen-btn {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
ul#home-banner-list > li .desc-wrap {text-align: center; padding-left: 20px; padding-right: 20px;}
ul#home-banner-list > li .desc-wrap h5 {font-family: 'TitleBoldFont', Arial, Verdana; color: #333;}
ul#home-banner-list > li .desc-wrap p {}

#home-service-digit-sfw {background: url(../images/bg/bg-pattern-1.jpg);}
#home-service-list-container {}
#home-service-list-container .slick-prev {content: ''; width: 30px; height: 53px; background: url(../images/icon/arrow-left-2.png) no-repeat center !important; left: -30px; top: 50%; transform: translateY(-50%); opacity: 0.7;
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;}
#home-service-list-container .slick-next {content: ''; width: 30px; height: 53px; background: url(../images/icon/arrow-right-2.png) no-repeat center !important; right: -30px; top: 50%; transform: translateY(-50%); opacity: 0.7;
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;}
#home-service-list-container .slick-prev:hover {opacity: 1.0;}
#home-service-list-container .slick-next:hover {opacity: 1.0;}
#home-service-list-container .slick-prev.slick-disabled, #home-service-list-container .slick-prev.slick-disabled:hover, #home-service-list-container .slick-prev.slick-disabled:focus {opacity: 0.2;}
#home-service-list-container .slick-next.slick-disabled, #home-service-list-container .slick-next.slick-disabled:hover, #home-service-list-container .slick-next.slick-disabled:focus {opacity: 0.2;}
.home-service-item {position: relative;}
.home-service-item .desc-wrap {float: left; width: 45%; box-sizing: border-box; padding-left: 60px;}
.home-service-item .img-wrap {float: right; width: 45%; box-sizing: border-box; padding-right: 60px;}
.home-service-item .desc-wrap h2 {color: #b69b32; margin-bottom: 30px;}
.home-service-item .img-wrap img {display: block; width: 100%;}

#home-digit-list-container {margin-top: 100px;}
#home-digit-list-container.no-mt {margin-top: 0;}
ul#home-digit-list {padding-left: 60px; padding-right: 60px; box-sizing: border-box;}
ul#home-digit-list > li {float: left; width: 25%; text-align: center; box-sizing: border-box; padding-left: 40px; padding-right: 40px; min-height: 140px; background: url(../images/icon/dot-sep.png) no-repeat right center;}
ul#home-digit-list > li:last-child {background: none;}
ul#home-digit-list > li h2 {color: #004f9f; font-size: 45px; line-height: 55px;}
ul#home-digit-list > li h2 span {font-size: 30px; line-height: 38px;}
ul#home-digit-list > li p {color: #666; font-family: 'TitleFont', Arial, Verdana; font-size: 17px; line-height: 22px;}

#home-testimonial-sfw {background: #b69b32;}
.home-testimonial-item {text-align: center;}
.home-testimonial-item h4 {font-family: 'TitleItalicFont', Arial, Verdana; color: #fff; margin-bottom: 30px; font-size: 34px; line-height: 50px;}
.home-testimonial-item p {color: #fff; font-family: 'TitleBoldFont', Arial, Verdana; font-size: 24px; line-height: 32px;}
.home-testimonial-item p small {font-family: 'TitleFont', Arial, Verdana; font-size: 15px; line-height: 32px;}

#home-blog-sfw {background: url(../images/bg/bg-pattern-1.jpg);}
ul.blog-list {}
ul.blog-list > li {float: left; width: 30%; margin-right: 5%; margin-bottom: 40px;}
ul.blog-list > li:nth-child(3n) {margin-right: 0;}
ul.blog-list > li:nth-child(3n + 1) {clear: both;}
ul.blog-list > li .img-wrap {position: relative;}
ul.blog-list > li .img-wrap img {display: block; width: 100%;}
ul.blog-list > li .desc-wrap {padding: 25px; background: #fff; min-height: 100px;}
ul.blog-list > li .desc-wrap p.info {font-size: 14px; line-height: 22px; color: #004f9f; font-family: 'TitleFont', Arial, Verdana; margin-bottom: 15px;}
ul.blog-list > li .desc-wrap p.info span {color: #7d7d7d;}
ul.blog-list > li .desc-wrap h5, ul.blog-list > li .desc-wrap h5 a {color: #333333; font-size: 22px; line-height: 30px; font-family: 'TitleBoldFont', Arial, Verdana;}
ul.blog-list > li .desc-wrap h5 a:hover {color: #004f9f; text-decoration: none;}

@media only screen and (max-width: 1200px) {
	.slideshow-item .caption h2 {font-size: 45px; line-height: 53px;}
	.slideshow-item .caption p {font-size: 18px; line-height: 26px;}
}
@media only screen and (max-width: 1024px) {
	.slideshow-item .caption {width: 90%;}
	.title-img-ct h3 {font-size: 32px; line-height: 40px;}
	img.title-img {margin-bottom: 30px;}
	
	ul#home-banner-list > li .img-wrap .cover a.gen-btn {font-size: 14px; line-height: 14px; width: 75px;}
	
	#home-service-list-container .slick-prev, #home-service-list-container .slick-next {width: 20px; height: 35px; background-size: 20px 35px !important;}
	#home-service-list-container .slick-prev {left: 0;}
	#home-service-list-container .slick-next {right: 0;}
	
	ul#home-digit-list {padding-left: 0; padding-right: 0;}
	ul#home-digit-list > li {padding-left: 25px; padding-right: 25px;}
	ul#home-digit-list > li h2 {font-size: 40px; line-height: 48px;}
	ul#home-digit-list > li h2 span {font-size: 26px; line-height: 34px;}
	ul#home-digit-list > li p {font-size: 16px; line-height: 21px;}
	
	.home-testimonial-item h4 {font-size: 26px; line-height: 34px;}
	
	ul.blog-list > li {float: left; width: 31%; margin-right: 3.5%; margin-bottom: 40px;}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.slideshow-list-container .slick-dots  {width: auto !important; position: absolute; bottom: 25px; right: 30px;}
}

@media only screen and (max-width: 768px) {	
	#pages-mt-top-sfw {margin-top: 93px;}
	#home-slideshow-sfw {display: none;}
	#home-slideshow-resp-sfw {display: block;}
	.slideshow-item .caption h2 {font-size: 36px; line-height: 44px;}
	.slideshow-item .caption p {font-size: 16px; line-height: 24px;}
	.slideshow-list-container .slick-dots  {bottom: 15px;}
	.slideshow-list-container .slick-dots li {margin: 0 3px; width: 11px; height: 11px;}
	.slideshow-list-container .slick-dots li button, .slideshow-list-container .slick-dots li.slick-active button {width: 11px; height: 11px; background-size: 11px 11px;}
	
	.title-img-ct h3 {font-size: 28px; line-height: 36px;}
	img.title-img {margin-bottom: 20px;}
	.sfw.with-pdtb {padding: 60px 0;}
	
	p, p a, .wysiwyg-content, .wysiwyg-content p, .wysiwyg-content a, .wysiwyg-content ul li, .wysiwyg-content ol li  {font-size: 16px; line-height: 23px;}	
	a.gen-btn, input[type="button"], input[type="submit"] {padding: 15px 30px; font-size: 14px; line-height: 14px;}
	
	ul#home-banner-list > li .img-wrap .cover a.gen-btn {font-size: 13px; line-height: 13px; width: 75px;}
	ul#home-banner-list > li .img-wrap {margin-bottom: 15px;}
	
	.home-service-item .img-wrap, .home-service-item .desc-wrap {float: none; width: 100%; padding: 0;}
	.home-service-item .img-wrap {text-align: center; margin-bottom: 20px;}
	.home-service-item .img-wrap img {margin: 0 auto; max-width: 100%;}
	.home-service-item {padding-bottom: 30px;}
	#home-service-list-container .slick-prev {left: auto; top: auto; transform: none; bottom: -15px; right: 35px;}
	#home-service-list-container .slick-next {right: auto; top: auto; transform: none; bottom: -15px; right: 0;}
	
	ul#home-digit-list > li h2 {font-size: 35px; line-height: 42px;}
	ul#home-digit-list > li h2 span {font-size: 22px; line-height: 30px;}
	ul#home-digit-list > li p {font-size: 15px; line-height: 20px;}
	
	.home-testimonial-item h4 {font-size: 24px; line-height: 32px;}	
	.home-testimonial-item p {font-size: 20px; line-height: 28px;}
	.home-testimonial-item p small {font-size: 14px; line-height: 28px;}	
	
	ul.blog-list > li {float: none; width: 100%; margin-right: 0; background: #fff; box-sizing: border-box; padding: 20px; margin-bottom: 25px;}
	ul.blog-list > li:last-child {margin-bottom: 0;}
	ul.blog-list > li .img-wrap {float: left; width: 30%;}
	ul.blog-list > li .desc-wrap {float: right; width: 67%; padding: 0; box-sizing: border-box;}
	ul.blog-list > li .desc-wrap p.info {margin-bottom: 5px;}
	#blog-load-more-btn {margin-top: 30px;}
}

@media only screen and (max-width: 600px) {
	ul#home-digit-list > li {width: 50%; margin-bottom: 30px; background: none; min-height: 0;}
	ul#home-digit-list > li:nth-child(2n) {}
	ul#home-digit-list > li:nth-child(2n + 1) {clear: both;}
}

@media only screen and (max-width: 500px) {
	.slideshow-item .caption h2 {font-size: 26px; line-height: 34px;}
	.slideshow-item .caption p {display: none;}
	.slideshow-item .caption a.gen-btn {margin-top: 10px; font-size: 13px; line-height: 13px; padding: 10px 20px;}
	
	.title-img-ct h3 {font-size: 24px; line-height: 30px;}
	
	.sfw.with-pdtb {padding: 40px 0;}
	p, p a, .wysiwyg-content, .wysiwyg-content p, .wysiwyg-content a, .wysiwyg-content ul li, .wysiwyg-content ol li  {font-size: 15px; line-height: 21px;}
	
	ul#home-banner-list > li {float: none; width: 100%; margin-right: 0; margin-bottom: 30px;}
	ul#home-banner-list > li:last-child {margin-bottom: 0;}	
	ul#home-banner-list > li .img-wrap {margin-bottom: 10px;}
	
	.home-service-item .desc-wrap h2 {font-size: 30px; line-height: 38px; margin-bottom: 10px;}
	
	.home-testimonial-item h4 {font-size: 18px; line-height: 26px;}
	.home-testimonial-item p {font-size: 16px; line-height: 24px;}
	.home-testimonial-item p small {font-size: 14px; line-height: 26px;}
	
	ul.blog-list > li  {padding: 0;}
	ul.blog-list > li .img-wrap, ul.blog-list > li .desc-wrap {float: none; width: 100%;}
	ul.blog-list > li .desc-wrap {padding: 20px 25px; min-height: 0;}
	ul.blog-list > li .desc-wrap h5, ul.blog-list > li .desc-wrap h5 a {font-size: 20px; line-height: 28px;}
}
/* /HOME */


/* ABOUT */
#pages-top-sfw {}
#pages-top-sfw img {display: block; width: 100%;}
#pages-top-sfw .title {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; text-align: center;}
#pages-top-sfw .title h2 {font-family: 'TitleBoldFont', Arial, Verdana; color: #fff;}
#pages-top-sfw .title p, #pages-top-sfw .title p a {font-family: 'TitleFont', Arial, Verdana; color: #fff;}
#pages-top-sfw .title p a.active, #pages-top-sfw .title p a.active:hover {font-family: 'TitleBoldFont', Arial, Verdana; text-decoration: none;}

.sfw.bg-type-2 {background: url(../images/bg/bg-pattern-1.jpg);}
#about-point-sfw {padding: 80px 0 30px 0;}
ul#about-point-list {}
ul#about-point-list > li {float: left; width: 28%; margin-right: 8%; margin-bottom: 80px;}
ul#about-point-list > li:nth-child(3n) {margin-right: 0;}
ul#about-point-list > li:nth-child(3n + 1) {clear: both;}
ul#about-point-list > li .img-wrap {position: relative; text-align: center; margin-bottom: 30px;}
ul#about-point-list > li .img-wrap img {display: block; max-width: 100%; margin: 0 auto;}
ul#about-point-list > li .desc-wrap {text-align: center;}
ul#about-point-list > li .desc-wrap h5 {color: #004f9f; font-family: 'TitleBoldFont', Arial, Verdana;}
ul#about-point-list > li .desc-wrap p {font-size: 15px; line-height: 21px; color: #333;}

#about-team-sfw {}
ul#about-team-list {}
ul#about-team-list > li {float: left; width: 20%; box-sizing: border-box; padding: 0 7px; margin-bottom: 15px;}
ul#about-team-list > li .img-wrap {position: relative;}
ul#about-team-list > li .img-wrap img.main-img {width: 100%; display: block;}
ul#about-team-list > li .img-wrap .cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 79, 159, 0.8); z-index: 101; display: none;}
ul#about-team-list > li .img-wrap .cover .name {position: absolute; bottom: 25px; left: 10%; width: 90%; }
ul#about-team-list > li .img-wrap .cover .name h5 {font-family: 'TitleBoldFont', Arial, Verdana; color: #fff; margin-bottom: 0;}
ul#about-team-list > li .img-wrap .cover .name p {font-size: 14px; line-height: 22px; color: #fff; font-family: 'TitleFont', Arial, Verdana;}
ul#about-team-list > li .img-wrap .cover .socmed {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
ul.team-socmed-list {display: inline-block; margin: 0 auto;}
ul.team-socmed-list > li {margin-right: 15px; float: left;}
ul.team-socmed-list > li:last-child {margin-right: 0;}
ul.team-socmed-list > li img {height: 24px; width: auto; display: block; opacity: 0.8;
transition: opacity 0.25s ease-in; -webkit-transition: opacity 0.25s ease-in; -moz-transition: opacity 0.25s ease-in; -o-transition: opacity 0.25s ease-in;}
ul.team-socmed-list > li img:hover {opacity: 1.0;}

#client-list-container {margin-top: 40px;}
.client-item .inner {width: 100%; height: 150px; box-sizing: border-box; padding: 10px; position: relative;}
.client-item .inner img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 85%; max-height: 85%; opacity: 0.8;
backface-visibility: hidden; -webkit-backface-visibility: hidden;
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;}
.client-item .inner img:hover {opacity: 1.0;}

@media only screen and (max-width: 1350px) {
	ul#about-team-list > li .img-wrap .cover .name h5 {font-size: 20px; line-height: 28px;}
}

@media only screen and (max-width: 1200px) {
	ul#about-team-list > li {width: 25%;}
}

@media only screen and (max-width: 1024px) {
	ul#about-team-list > li  {width: 33.333%;}
}

@media only screen and (max-width: 768px) {
	#pages-top-sfw .title h2 {font-size: 30px; line-height: 38px; margin-bottom: 5px;}
	#pages-top-sfw .title p, #pages-top-sfw .title p a {font-size: 14px; line-height: 22px;}
	
	ul#about-point-list > li .img-wrap {margin-bottom: 20px;}
	ul#about-point-list > li .img-wrap img {max-width: 135px;}
	
	ul.team-socmed-list > li {margin-right: 12px;}
	ul.team-socmed-list > li img {height: 20px;}
	ul#about-team-list > li .img-wrap .cover .name h5 {font-size: 18px; line-height: 26px;}
}

@media only screen and (max-width: 600px) {
	ul#about-team-list > li {width: 50%;}
	
	ul#about-team-list > li .img-wrap .cover .name h5 {font-size: 17px; line-height: 25px;}
}

@media only screen and (max-width: 500px) {
	#about-point-sfw {padding: 60px 0 20px 0;}
	/* #pages-top-sfw {display: none;} */
	
	.title-img-ct {margin-bottom: 30px;}
	
	ul#about-point-list > li {float: left; width: 45%; margin-right: 10%; margin-bottom: 60px;}
	ul#about-point-list > li:nth-child(3n) {margin-right: 6%;}
	ul#about-point-list > li:nth-child(3n + 1) {clear: none;}
	ul#about-point-list > li:nth-child(2n) {margin-right: 0;}
	ul#about-point-list > li:nth-child(2n + 1) {clear: both;}	
	ul#about-point-list > li .img-wrap {margin-bottom: 15px;}
	ul#about-point-list > li .img-wrap img {max-width: 120px;}
	
	ul#about-team-list > li .img-wrap .cover .name {bottom: 15px;}
	ul#about-team-list > li .img-wrap .cover .name h5 {font-size: 16px; line-height: 21px;}	
	ul#about-team-list > li .img-wrap .cover .name p {font-size: 13px; line-height: 18px;}
}
/* /ABOUT */


/* SERVICE */
#service-cat-sfw {padding: 25px 0 10px 0; background: #004f9f; text-align: center;}
#service-list-sfw {margin-top: 30px;}
ul#service-cat-list {display: inline-block;}
ul#service-cat-list > li {float: left; margin-right: 50px; margin-bottom: 15px;}
ul#service-cat-list > li:last-child {margin-right: 0;}
ul#service-cat-list > li > a {font-size: 17px; line-height: 25px; display: inline-block; padding-bottom: 5px; border-bottom: 2px solid transparent; color: #fff; opacity: 1.0; font-family: 'TitleFont', Arial, Verdana; cursor: pointer;}
ul#service-cat-list > li > a:hover {opacity: 0.8; text-decoration: none;}
ul#service-cat-list > li > a.active, ul#service-cat-list > li a.active:hover {opacity: 1.0; border-bottom: 2px solid #fff; font-family: 'TitleBoldFont', Arial, Verdana; color: #fff;}
#service-cat-form {display: none;}

#service-list-title-sfw {padding: 60px 0 20px 0;}
#service-list-sfw {background: url(../images/bg/bg-pattern-1.jpg);}
ul.service-list {}
ul.service-list > li {float: left; width: 31%; margin-right: 3.5%; margin-bottom: 45px;}
ul.service-list > li:nth-child(3n) {margin-right: 0;}
ul.service-list > li:nth-child(3n + 1) {clear: both;}
ul.service-list > li.no-result {width: 100%; margin-right: 0; text-align: center;}
ul.service-list > li .img-wrap {position: relative;}
ul.service-list > li .img-wrap img {width: 100%; display: block;}
ul.service-list > li .img-wrap .cover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(59, 59, 59, 0.8); z-index: 101; display: none;}
ul.service-list > li .img-wrap .cover a.gen-btn {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
ul.service-list > li .desc-wrap {padding: 30px; background: #fff; min-height: 210px;}
ul.service-list > li .desc-wrap h5, ul.service-list > li .desc-wrap h5 a {font-size: 23px; line-height: 31px; color: #333; font-family: 'TitleBoldFont', Arial, Verdana;}
ul.service-list > li .desc-wrap h5 a:hover {color: #004f9f; text-decoration: none;}
ul.service-list > li .desc-wrap p {color: #999;}
ul.service-list > li .info-wrap {background: #fff; border-top: 1px solid #f5f5f5; padding: 15px 30px 20px 30px;}
ul.service-list > li .info-wrap p {font-size: 16px; line-height: 22px; color: #004f9f; font-family: 'TitleBoldFont', Arial, Verdana;}
#load-next-service-container {text-align: center; margin-top: 10px;}
#load-next-service-container a.gen-btn {cursor: pointer;}

.main-title {color: #333;}
.sfw.bg-type-2 {background: url(../images/bg/bg-pattern-1.jpg);}

#service-pic-sfw {padding-bottom: 60px;}
ul.service-pic-list {}
ul.service-pic-list > li {float: left; width: 23.5%; margin-right: 2%; margin-bottom: 25px;}
ul.service-pic-list > li:nth-child(4n) {margin-right: 0;}
ul.service-pic-list > li:nth-child(4n + 1) {clear: both;}
ul.service-pic-list > li img {width: 100%; display: block; opacity: 0.8; backface-visibility: hidden; -webkit-backface-visibility: hidden;
transition: opacity 0.3s ease-in; -webkit-transition: opacity 0.3s ease-in; -moz-transition: opacity 0.3s ease-in; -o-transition: opacity 0.3s ease-in;}
ul.service-pic-list > li img:hover {opacity: 1.0;}
ul.service-pic-list > li p.pic-title {display: none;}
.fancybox-title.fancybox-title-outside-wrap {font-family: 'GeneralFont', Arial, Verdana; font-size: 20px; line-height: 28px; text-align: center;}

@media only screen and (max-width: 1024px) {
	ul#service-cat-list > li  {margin-right: 40px;}
	ul#service-cat-list > li > a {font-size: 15px; line-height: 23px;}
	
	#service-pic-sfw {padding: 60px 0;}	
		
	ul.service-pic-list > li {float: left; width: 32%; margin-right: 2%; margin-bottom: 25px;}
	ul.service-pic-list > li:nth-child(4n) {margin-right: 2%;}
	ul.service-pic-list > li:nth-child(4n + 1) {clear: none;}
	ul.service-pic-list > li:nth-child(3n) {margin-right: 0;}
	ul.service-pic-list > li:nth-child(3n + 1) {clear: both;}
}

@media only screen and (max-width: 960px) {	
	ul.service-list > li {float: left; width: 48%; margin-right: 4%; margin-bottom: 45px;}
	ul.service-list > li:nth-child(3n) {margin-right: 4%;}
	ul.service-list > li:nth-child(3n + 1) {clear: none;}
	ul.service-list > li:nth-child(2n) {margin-right: 0;}
	ul.service-list > li:nth-child(2n + 1) {clear: both;}
	
	ul.service-list > li .desc-wrap h5, ul.service-list > li .desc-wrap h5 a {font-size: 22px; line-height: 28px;}
	ul.service-list > li .desc-wrap p {font-size: 16px; line-height: 24px;}
}

@media only screen and (max-width: 768px) {	
	#service-cat-sfw  {padding: 25px 0;}
	ul#service-cat-list {display: none;}
	#service-cat-form {display: block;}
	#service-cat-form select {width: 450px;}
	
	ul.service-list > li .desc-wrap h5, ul.service-list > li .desc-wrap h5 a {font-size: 20px; line-height: 26px;}
	ul.service-list > li .desc-wrap p {font-size: 15px; line-height: 23px;}
	ul.service-list > li .info-wrap p {font-size: 15px; line-height: 23px;}
	#service-pic-sfw {padding: 40px 0 20px 0;}
	
	ul.service-pic-list > li {float: left; width: 48%; margin-right: 4%; margin-bottom: 25px;}
	ul.service-pic-list > li:nth-child(3n) {margin-right: 4%;}
	ul.service-pic-list > li:nth-child(3n + 1) {clear: none;}
	ul.service-pic-list > li:nth-child(2n) {margin-right: 0;}
	ul.service-pic-list > li:nth-child(2n + 1) {clear: both;}
}

@media only screen and (max-width: 500px) {
	#service-cat-form select {width: 300px;}	
	
	#service-list-title-sfw {padding: 40px 0 20px 0;}
	
	ul.service-list > li {float: none; width: 100%; margin-right: 0; margin-bottom: 25px;}
	ul.service-list > li:last-child {margin-bottom: 0;}
	ul.service-list > li .desc-wrap {min-height: 0;}	
	#load-next-service-container  {margin-top: 30px;}
	
	.gen-img-wrap {margin-bottom: 20px;}
	
	#service-pic-sfw {padding-bottom: 20px;}
}
/* /SERVICE */


/* BLOG */
#blog-list-title-sfw {padding: 60px 0 20px 0;}
#blog-list-sfw {background: url(../images/bg/bg-pattern-1.jpg);}

#blog-title-ct {}
p.blog-date {display: inline-block; padding-left: 30px; background: url(../images/icon/calendar.png) no-repeat left center; font-size: 15px; line-height: 22px; color: #004f9f;}
p.blog-author {display: inline-block; padding-left: 30px; background: url(../images/icon/author.png) no-repeat left center; font-size: 15px; line-height: 22px; color: #004f9f;}
.gen-hor-line {height: 2px; background: #f5f5f5; margin-top: 40px; margin-bottom: 40px;}

.nextprev-sfw {height: 45px; background: url(../images/icon/sep-line.png) repeat-x center; background-size: auto 3px; position: relative; margin-bottom: 80px;}
.nextprev-sfw .prev {position: absolute; left: 0; top: 0; box-sizing: border-box; height: 45px; border: 1px solid #004f9f; padding: 5px; width: 60px; background: url(../images/icon/arrow-prev-white.png) no-repeat 20px center #004f9f; background-size: 9px 16px; cursor: pointer; border-left: 1px solid transparent;
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;
border-top-right-radius: 30px; -webkit-border-top-right-radius: 30px; -moz-border-top-right-radius: 30px; -o-border-top-right-radius: 30px;
border-bottom-right-radius: 30px; -webkit-border-bottom-right-radius: 30px; -moz-border-bottom-right-radius: 30px; -o-border-bottom-right-radius: 30px;}
.nextprev-sfw .prev:hover {background-color: #0078c1; background-position: 13px center; border: 1px solid #0078c1;}
.nextprev-sfw .next {position: absolute; right: 0; top: 0; box-sizing: border-box; height: 45px; border: 1px solid #004f9f; padding: 5px; width: 60px; background: url(../images/icon/arrow-next-white.png) no-repeat 26px center #004f9f; background-size: 9px 16px; cursor: pointer; border-right: 1px solid transparent;
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;
border-top-left-radius: 30px; -webkit-border-top-left-radius: 30px; -moz-border-top-left-radius: 30px; -o-border-top-left-radius: 30px;
border-bottom-left-radius: 30px; -webkit-border-bottom-left-radius: 30px; -moz-border-bottom-left-radius: 30px; -o-border-bottom-left-radius: 30px;}
.nextprev-sfw .next:hover {background-color: #0078c1; background-position: 33px center; border: 1px solid #0078c1;}
.nextprev-sfw .allpost {position: absolute; left: 50%; transform: translate(-50%);}
.nextprev-sfw .allpost a.gen-btn {padding: 17px 30px;}

.gimw-left {position: absolute; top: 50%; left: -65px; transform: translateY(-50%); width: 33px; height: 60px; background: url(../images/icon/arrow-left-3.png) no-repeat center; background-size: 33px 60px; cursor: pointer; opacity: 0.8;
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;}
.gimw-left:hover {opacity: 1.0;}
.gimw-right {position: absolute; top: 50%; right: -65px; transform: translateY(-50%); width: 33px; height: 60px; background: url(../images/icon/arrow-right-3.png) no-repeat center; background-size: 33px 60px; cursor: pointer; opacity: 0.8;
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;}
.gimw-right:hover {opacity: 1.0;}

@media only screen and (max-width: 1024px) {	
	#blog-detail-sfw {}
	#blog-detail-sfw .gen-img-wrap {width: 80%; margin: 0 auto;}
	
	.gimw-left, .gimw-right {width: 25px; height: 45px; background-size: 25px 45px;}
	.gimw-left {left: -50px;}
	.gimw-right {right: -50px;}
}

@media only screen and (max-width: 768px) {	
	p.blog-date {display: inline-block; padding-left: 22px; background: url(../images/icon/calendar.png) no-repeat left 1px; font-size: 13px; line-height: 20px; background-size: 15px 15px;}
	p.blog-author {display: inline-block; padding-left: 22px; background: url(../images/icon/author.png) no-repeat left 3px; font-size: 13px; line-height: 20px; background-size: 15px 15px;}
}
@media only screen and (max-width: 500px) {	
	#blog-detail-sfw .gen-img-wrap {width: 75%; margin: 0 auto;}
	
	.gimw-left, .gimw-right {width: 20px; height: 36px; background-size: 20px 36px;}
	.gimw-left {left: -35px;}
	.gimw-right {right: -35px;}
}
/* /BLOG */


/* FAQ */
#faq-list-title-sfw {padding: 60px 0 20px 0;}

#faq-list-sfw {background: url(../images/bg/bg-pattern-1.jpg);}

ul#faq-list {}
ul#faq-list > li {margin-bottom: 15px;}
ul#faq-list > li:last-child {margin-bottom: 0;}
ul#faq-list > li .question {position: relative; padding: 15px 50px 20px 30px; background: #fff; cursor: pointer;
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;}
ul#faq-list > li .question.opened {background: #004f9f;}
ul#faq-list > li .question h5 {margin-bottom: 0; font-size: 18px; line-height: 26px;
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;}
ul#faq-list > li .question h5:hover {color: #004f9f;}
ul#faq-list > li .question h5.opened, ul#faq-list > li .question h5.opened:hover {color: #fff;}
ul#faq-list > li .question .arr {position: absolute; right: 0; top: 0; width: 40px; height: 100%; background: url(../images/icon/arrowd-down.png) no-repeat center #004f9f;}
ul#faq-list > li .question .arr.opened {background: url(../images/icon/arrowd-up.png) no-repeat center #004f9f;}
ul#faq-list > li .answer {padding: 30px; background: #ffffff; position: relative; z-index: 98; display: none;}

@media only screen and (max-width: 500px) {
	ul#faq-list > li .question {padding: 15px 50px 20px 20px;}
	ul#faq-list > li .question h5 {font-size: 17px; line-height: 23px;}
	#faq-list-title-sfw {padding: 40px 0 20px 0;}
	ul#faq-list > li .answer {padding: 20px;}
}
/* /FAQ */


/* CONTACT */
#contact-top-sfw {}
#contact-top-left {float: left; width: 50%;}
#contact-top-left .wysiwyg-content p, #contact-top-left .wysiwyg-content p a {font-size: 17px; line-height: 25px;}
#contact-top-right {float: right; width: 40%;}
.contact-info-ct {margin-top: 30px;}
.contact-info {padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dotted #dfdfdf;}
.contact-info .img-wrap {float: left; margin-right: 25px; width: 50px; min-height: 50px;}
.contact-info .img-wrap img {display: block; max-width: 100%;}
.contact-info .desc-wrap {float: left; margin-top: -5px;}
.contact-info .desc-wrap h5 {font-family: 'TitleBoldFont', Arial, Verdana; color: #333; margin-bottom: 3px; font-size: 22px; line-height: 30px;}
.contact-info .desc-wrap p, .contact-info .desc-wrap p a {font-size: 16px; line-height: 24px;}
.contact-info-ct .contact-info:last-child {padding-bottom: 0; margin-bottom: 0; border-bottom: 0;}

#contact-form-ct {padding: 30px; background: #fafafa;}
#contact-form input[type="submit"] {width: 100%;}
#contact-socmed-ct {padding: 20px 30px; background: #ceaf38;}
ul#contact-socmed-list {}
ul#contact-socmed-list > li {float: left; margin-right: 5px;}
ul#contact-socmed-list > li:last-child {margin-right: 0;}
ul#contact-socmed-list > li img {display: block; height: 38px; width: auto; opacity: 1.0; -webkit-backface-visibility: hidden;
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;}
ul#contact-socmed-list > li img:hover {opacity: 0.9;}
ul#contact-socmed-list > li a.sep {font-size: 15px; line-height: 38px; color: #fff; font-family: 'TitleFont', Arial, Verdana;}

#contact-map-sfw {background: url(../images/bg/bg-pattern-1.jpg);}
#gmap-frame {}
#gmap-frame iframe {width: 100%; height: 450px !important;}

@media only screen and (max-width: 1024px) {	
	#contact-top-left {float: left; width: 50%;}
	#contact-top-right {float: right; width: 45%;}
	
	.contact-info .img-wrap {display: none;}
	
	ul#contact-socmed-list > li img {height: 32px;}
	ul#contact-socmed-list > li a.sep {line-height: 32px;}
}

@media only screen and (max-width: 768px) {
	#contact-top-left {width: 100%; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px dotted #dfdfdf;}
	#contact-top-right {width: 100%;}
	
	#contact-form .gen-form-row.half-resp {width: 49%; margin-right: 2%;}
	#contact-form .gen-form-row.half-resp.no-mr {margin-right: 0;}
	#contact-form input[type="submit"] {width: 45%;}
	
	.contact-info .img-wrap {display: block; float: left; width: 15%; margin-right: 5%;}
	.contact-info .img-wrap img {max-width: 100%;}
	.contact-info .desc-wrap {float: left; width: 80%;}
	
	#gmap-frame iframe {width: 100%; height: 400px !important;}
}

@media only screen and (max-width: 500px) {
	#contact-form .gen-form-row.half-resp {width: 100%; margin-right: 0;}
	#contact-form input[type="submit"] {width: 100%;}
	#contact-form-ct {padding: 20px;}
	
	#gmap-frame iframe {width: 100%; height: 350px !important;}
}
/* /CONTACT */


/* FOOTER */
#footer-top {background: #004f9f;}
#ft-col-1 {float: left; width: 35%; box-sizing: border-box; padding-right: 60px; position: relative;}
#ft-col-2 {float: left; width: 30%; box-sizing: border-box; padding-right: 60px; position: relative;}
#ft-col-3 {float: right; width: 35%; box-sizing: border-box; position: relative;}
#footer-top h5 {color: #fff; font-family: 'TitleBoldFont', Arial, Verdana; margin-bottom: 25px;}
#footer-top p {color: #fff; font-size: 16px; line-height: 24px;}
.ft-info, .ft-info a {font-size: 16px; line-height: 24px; margin-bottom: 15px;}
#ft-col-1 .ft-info:last-child {margin-bottom: 0;}
.finf-label {float: left; width: 20%; color: #fff; font-family: 'BoldFont', Arial, Verdana;}
.finf-sep {float: left; width: 5%; color: #fff; font-family: 'BoldFont', Arial, Verdana;}
.finf-value {float: left; width: 60%; color: #fff;}
.finf-value a {color: #fff;}

ul#ft-socmed-list {}
ul#ft-socmed-list > li {margin-bottom: 10px;}
ul#ft-socmed-list > li:last-child {margin-bottom: 0;}
ul#ft-socmed-list > li > a {display: inline-block; font-size: 16px; line-height: 38px; font-family: 'TitleMediumFont', Arial, Verdana; color: #fff; padding-left: 55px;}
ul#ft-socmed-list > li > a:hover {text-decoration: none; color: #ceaf38;}
ul#ft-socmed-list > li > a.f-facebook {background: url(../images/icon/f-facebook.png) no-repeat left center;}
ul#ft-socmed-list > li > a.f-twitter {background: url(../images/icon/f-twitter.png) no-repeat left center;}
ul#ft-socmed-list > li > a.f-instagram {background: url(../images/icon/f-instagram.png) no-repeat left center;}
ul#ft-socmed-list > li > a.f-youtube {background: url(../images/icon/f-youtube.png) no-repeat left center;}

#ft-col-3-left {float: left; width: 40%; margin-right: 10%}
#ft-col-3-right {float: left; width: 50%;}
ul.footer-nav-list {}
ul.footer-nav-list > li {margin-bottom: 8px;}
ul.footer-nav-list > li:last-child {margin-bottom: 0;}
ul.footer-nav-list > li > a {font-family: 'TitleFont', Arial, Verdana; color: #fff; display: inline-block; padding-left: 20px; background: url(../images/icon/arrow-right.png) no-repeat left center;}
ul.footer-nav-list > li > a:hover {text-decoration: none; color: #ceaf38; padding-left: 28px;}

#footer-bottom {padding: 15px 0; background: #004081; text-align: center;}
#footer-bottom p {font-family: 'TitleFont', Arial, Verdana; color: #fff; font-size: 14px; line-height: 18px;}
#footer-bottom p .cl-secondary {color: #004f9f; font-family: 'TitleBoldFont', Arial, Verdana;}
#footer-bottom p a {color: #fff; font-size: 14px; line-height: 18px;}

@media only screen and (max-width: 1024px) {
	#footer-top {padding: 60px 0;}
	#ft-col-1 {float: left; width: 55%; margin-right: 0;}
	#ft-col-2 {float: right; width: 30%; margin-right: 0;}
	#ft-col-3 {display: none;}
}

@media only screen and (max-width: 768px) {
	#ft-col-1 {float: left; width: 60%; margin-right: 0;}
	#ft-col-2 {float: right; width: 35%; margin-right: 0;}
	
	#footer-top p {font-size: 14px; line-height: 20px;}
	.finf-label, .finf-sep, .finf-value, .finf-label a {font-size: 14px; line-height: 20px;}
	
	ul#ft-socmed-list > li > a  {font-size: 15px; line-height: 38px;}
}

@media only screen and (max-width: 500px) {
	#footer-top {padding: 40px 0;}
	#ft-col-1 {float: none; width: 100%; margin: 0; padding-bottom: 20px; margin-bottom: 25px; border-bottom: 1px dotted #afafaf;}
	#ft-col-2 {float: none; width: 100%; margin: 0;}
	#footer-bottom p, #footer-bottom p a {font-size: 12px; line-height: 16px;}
}
/* /FOOTER */


/* PAGINATION */
.pagination-sfw {margin-top: 50px;}
.pagination-list {}
.pagination-list.centered {display: inline-block; margin: 0 auto;}
.pagination-list li {float: left; margin-bottom: 5px; margin-right: 7px;}
.pagination-list li:last-child {margin-right: 0px;}
.pagination-list li a {font-size: 16px; line-height: 16px; color: #004f9f; display: inline-block; font-family: 'TitleFont', Arial, Verdana; border: 1px solid #004f9f; padding: 12px 15px;
transition: all 0.25s ease-in; -moz-transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -o-transition: all 0.25s ease-in;}
.pagination-list li a:hover {text-decoration: none; background: #004f9f; color: #fff;}
.pagination-list li a.active, .pagination-list li a.active:hover {background: #004f9f; color: #fff; border: 1px solid #004f9f; font-family: 'TitleBoldFont', Arial, Verdana;}

@media only screen and (max-width: 1024px) {
	.pagination-list li a {font-size: 15px; line-height: 15px; padding: 10px 13px;}
}

@media only screen and (max-width: 500px) {
	.pagination-list li a.edge {display: none;}
	.pagination-container.fl-right, .pagination-container.fl-left {float: none !important;}
	.pagination-container {text-align: center;}
	.pagination-list {display: inline-block; margin: 0 auto;}
	
	.pagination-list li a {font-size: 13px; line-height: 13px; padding: 9px 12px;}
}
/* /PAGINATION */


/* 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: 40px; 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: 30px; line-height: 36px; font-family: 'BoldFont', Arial, Verdana; color: #333333; margin-bottom: 20px;}
.notification-content p, .notification-content2 p {font-size: 18px; line-height: 26px; margin-bottom: 0px; font-family: 'GeneralFont', Arial, Verdana; color: #333333;}
.notification-content small, .notification-content2 small {padding-left: 3px; font-size: 13px; color: #222; font-family: 'GeneralFont', Arial, Verdana;}

.notif-success h3, .notif-success2 h3 {padding-top: 100px; background: url(../images/icon/success-notif.png) no-repeat top center; background-size: auto 72px;}
a.notification-close-btn {margin-top: 15px; cursor: pointer;}
a.notification-close-btn.gen-btn {padding: 12px 35px;}

.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: 28px;}
	.notification-content p, .notification-content2 p {font-size: 16px; line-height: 24px;}
}

@media only screen and (max-width: 500px) {
	.notification-content, .notification-content2 {width: 280px; padding: 30px;}
	.notification-content h3, .notification-content2 h3 {font-size: 24px; line-height: 32px;}
	.notification-content p, .notification-content2 p {font-size: 15px; line-height: 22px;}
}
/* /OVERLAY NOTIFICATION */


/* NOT FOUND */
#not-found-sfw {}
/* /NOT FOUND */


/* ADDITIONAL */
#fp-waiting {background: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.7; z-index: 9000; display: none;}
#fp-waiting img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
/* /ADDITIONAL */


/* FLOATING WA */
.sticky-wa {position: fixed; right: 0; bottom: 70px; z-index: 2000; height: 73px; width: 100px;}
.sticky-wa img {width: 73px; height: 73px; position: absolute; right: 15px; z-index: 2001;
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;}
.sticky-wa img.opened {right: 100px;}
.ste-text {position: absolute; right: 0; margin-top: 13px; z-index: 1000;}
.ste-text a {font-family: 'BoldFont'; display: inline-block; color: #fff; width: 0; font-size: 15px; line-sition: all 0.25s ease-in; -o-theight: 50px; background: #1bd741; text-align: center; padding-left: 0; padding-right: 0;
transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; -moz-tranransition: all 0.25s ease-in;}
.ste-text a:hover {text-decoration: underline;}
.ste-text a.opened {padding-left: 40px; padding-right: 30px; width: 60px;}

@media only screen and (max-width: 500px) {
	.sticky-wa {bottom: 50px;}
	.sticky-wa img {width: 57px; height: 57px;}
	.sticky-wa img.opened {right: 75px;}
	.ste-text {margin-top: 10px;}
	.ste-text a {font-size: 12px; line-height: 40px;}
	.ste-text a.opened  {width: 50px; padding-left: 20px; padding-right: 20px;}
}
/* /FLOATING WA */