/* 
Main Stylesheet
Created By: Jastaweb

Main Color Used: 
1. General: #3d464d
2. Yellow (secondary): #ffd333
3. Blue (ternary): #1a66ff
*/
	
/* INITIAL CSS */
body {color: #3d464d; font-family: 'GeneralFont', Arial, Verdana; font-size: 16px; line-height: 24px; position: relative;}

b, strong {font-family: 'BoldFont', Arial, Verdana;}
i, em {font-family: 'ItalicFont', Arial, Verdana;}
b i, i b, b em, em b, strong i, i strong, strong em, em strong {font-family: 'BoldItalicFont', Arial, Verdana;}

h1, h2, h3, h4, h5 {font-family: 'TitleFont', Arial, Verdana; color: #222222;}
h1 b, h2 b, h3 b, h4 b, h5 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {font-family: '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;}

p, p a {font-size: 16px; color: #3d464d; line-height: 24px;}
p a:hover {text-decoration: underline; color: #3d464d;}
a {color: #ffd333; font-size: 16px; line-height: 24px; 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: #1a66ff; text-decoration: underline;}

.cl-secondary {color: #ffd333;}
.cl-ternary {color: #1a66ff;}
.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;}

@media only screen and (max-width: 768px) {
	h1 {font-size: 38px; line-height: 46px; margin-bottom: 15px;}
	h2 {font-size: 34px; line-height: 42px; margin-bottom: 15px;}
	h3 {font-size: 30px; line-height: 38px; margin-bottom: 15px;}
	h4 {font-size: 26px; line-height: 34px; margin-bottom: 15px;}
	h5 {font-size: 22px; line-height: 30px; margin-bottom: 15px;}
}
@media only screen and (max-width: 500px) {
	h1 {font-size: 36px; line-height: 44px; margin-bottom: 15px;}
	h2 {font-size: 32px; line-height: 40px; margin-bottom: 15px;}
	h3 {font-size: 28px; line-height: 36px; margin-bottom: 15px;}
	h4 {font-size: 24px; line-height: 32px; margin-bottom: 15px;}
	h5 {font-size: 20px; line-height: 28px; margin-bottom: 15px;}
}
/* /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: 1022px; margin: 0 auto; position: relative;}
.wrap-ss {width: 500px; margin: 0 auto; position: relative;}

@media only screen and (min-width: 1800px) {
	.wrap {width: 1600px;}
}

@media only screen and (max-width: 1022px) {
	.wrap {width: 95%;}
	.wrap-medium {width: 95%;}
}

@media only screen and (max-width: 800px) {
	.wrap-small {width: 95%;}
}
@media only screen and (max-width: 500px) {
	.wrap-ss {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: 16px; color: #3d464d; line-height: 24px; 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: 20px; line-height: 28px; 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: #ffd333;}
.wysiwyg-content a:hover {color: #ffd333; text-decoration: underline;}
.wysiwyg-content p a {color: #3d464d;}
.wysiwyg-content p a:hover {color: #ffd333;}
.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 #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 */
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-centered-ct {margin: 0 auto;}
.gen-form .req {color: #f55151;}
.gen-form-row {width: 100%; float: left; margin-bottom: 10px; 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: #3d464d; 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 {font-family: 'GeneralFont', Arial, Verdana; color: #3d464d; width: 100%; font-size: 15px; line-height: 15px; padding: 12px 15px; box-sizing: border-box; border: 1px solid #e6e6e6;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;}
.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; border: 1px solid #ffd333;}
.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: 16px; line-height: 16px; font-family: 'MediumFont', Arial, Verdana; color: #3d464d; display: inline-block; padding: 12px 30px; background: #ffd333; text-align: center; cursor: pointer; border: none;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
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;}
.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: #3d464d; 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: #3d464d; margin-top: 3px;}

.checkbox-container {}
.checkbox-container input[type="checkbox"] {display: none;}
.checkbox-container label {font-family: 'GeneralFont'; font-size: 16px; line-height: 22px; padding-top: 3px; color: #3d464d; display: inline-block; padding-left: 32px; background: url(../images/icon/checkbox.png) no-repeat left 5px; background-size: 20px 20px; margin-bottom: 7px;}
.checkbox-container label.dark {color: #222;}
.checkbox-container label:hover {cursor: pointer;}
.checkbox-container label.no-mr {margin-right: 0;}
.checkbox-container label a {color: #3d464d; 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 5px; background-size: 20px 20px;}
::-webkit-input-placeholder { color: #aaa; font-family: 'GeneralFont';}
::-moz-placeholder { color: #aaa; opacity: 1.0; font-family: 'GeneralFont';}
:-ms-input-placeholder { color: #aaa; font-family: 'GeneralFont';}

.gen-form select {font-size: 15px; line-height: 15px; font-family: 'GeneralFont', Arial, Verdana; color: #3d464d; padding: 7px 10px; box-sizing: border-box; border: 1px solid #e6e6e6; background: #fff;}
.styled-select-wrapper {width: 100%; box-sizing: border-box; overflow: hidden; border: 1px solid #e6e6e6; background: url(../images/icon/gen-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: #3d464d; 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: #3d464d; font-family: 'GeneralFont'; box-sizing: border-box; padding: 10px 20px 5px 20px; z-index: 1000; min-width: 120px; text-align: center; border: 1px solid #3d464d;
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: #3d464d;}
.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: #3d464d; 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.btn-type-0 {background: #ffd333; border: 1px solid #ffd333;}
a.gen-btn.btn-type-0:hover {color: #ffd333; background: #fff;}
a.gen-btn.btn-type-1 {background: #ff6a5c; border: 1px solid #ff6a5c;}
a.gen-btn.btn-type-1:hover {color: #ff6a5c; background: #fff;}
a.gen-btn.btn-type-2 {background: #ffd333; border: 1px solid #ffd333;}
a.gen-btn.btn-type-2:hover {color: #ffd333; background: #fff;}
/* /INLINE STYLE */
/* /FORM */


/* HEADER */
#full-cover {display: none; z-index: 4300; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);}

#header-top {padding: 30px 0 15px 0; background: #fff;}
#header-sticky {position: fixed; top: -60px; z-index: 4000; padding: 5px 0; background: #ffd333;
transition: all 0.35s ease-in; -webkit-transition: all 0.35s ease-in; -moz-transition: all 0.35s ease-in; -o-transition: all 0.35s ease-in;}
#header-sticky.active {top: 0;}

#hlogo-ct {float: left; width: 20%; margin-right: 5%;}
img#logo {display: block; max-width: 100%; max-height: 32px;}

#hsearch-ct {float: left; width: 50%; margin-right: 5%; margin-top: -7px;}
#search-form .gen-form-row {width: 100%;}
#search-form input[type="text"] {width: 100%; padding-right: 50px; border: 2px solid #e6e6e6;}
#search-form input[type="text"]:hover, #search-form input[type="text"]:focus {border: 2px solid #ffd333;}
#search-form input[type="submit"] {background: none; border: none; position: absolute; top: 50%; transform: translateY(-50%); right: 5px; width: 22px; height: 22px; background: url(../images/icon/lup.png) no-repeat center; background-size: 22px 22px; 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;}
#search-form input[type="submit"]:hover, #search-form input[type="submit"]:focus {border: none; background: url(../images/icon/lup-hover.png) no-repeat center; background-size: 22px 22px;}
#header-search-resp {display: none;}

#hcontact-ct {float: right; width: 20%; text-align: right; margin-top: -5px;}
#hcontact-ct p {font-size: 14px; line-height: 18px; color: #999;}
#hcontact-ct h5 {font-size: 20px; line-height: 28px; margin-bottom: 0;}

#hnav-ct {display: none;}

#header-bottom {padding: 5px 0; background: #ffd333;}
ul.hnav-list {}
ul.hnav-list > li {float: left; margin-right: 10px; position: relative;}
ul.hnav-list > li:last-child {margin-right: 0;}
ul.hnav-list > li > a {display: block; position: relative; font-size: 15px; line-height: 15px; color: #3d464d; font-family: 'BoldFont', Arial, Verdana; padding: 15px; cursor: pointer;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;}
ul.hnav-list > li > a.has-sub {padding-right: 30px;}
ul.hnav-list > li > a img {position: absolute; top: 50%; transform: translateY(-50%); right: 12px; width: 9px; height: auto;}
ul.hnav-list > li > a:hover {background-color: rgba(255, 255, 255, 0.6); text-decoration: none;}
.hsubnav-container {position: absolute; padding: 5px 0; display: none; z-index: 2000;}
.hsubnav-container .inner {width: 200px; box-sizing: border-box; padding: 10px 0; background: #fff;
box-shadow: 0px 5px 10px #cfcfcf; -webkit-box-shadow: 0px 5px 10px #cfcfcf; -moz-box-shadow: 0px 5px 10px #cfcfcf; -o-box-shadow: 0px 5px 10px #cfcfcf;}
.hsubnav-container.wide .inner {width: 500px; padding: 30px; max-height: 300px; overflow-y: scroll;}
ul.hsubnav-list {}
ul.hsubnav-list > li {}
ul.hsubnav-list.two-cols > li {float: left; width: 47%;}
ul.hsubnav-list.two-cols > li:nth-child(2) {float: right; width: 47%;}
ul.hsubnav-list > li > a {display: block; font-size: 14px; line-height: 18px; padding: 8px 15px 5px 15px; color: #3d464d; font-family: 'MediumFont', Arial, Verdana;}
ul.hsubnav-list > li > a:hover {text-decoration: none; background: #f2f2f2;}
ul.hdsubnav-list {}
ul.hdsubnav-list > li {margin-bottom: 3px;}
ul.hdsubnav-list > li:last-child {margin-bottom: 0;}
ul.hdsubnav-list > li > a {color: #5c6b73; font-size: 14px; line-height: 21px;}
ul.hdsubnav-list > li > a:hover {color: #1a66ff; text-decoration: none;}
ul.hdsubnav-list > li.title {padding-bottom: 5px; border-bottom: 1px solid #e6e6e6;}
ul.hdsubnav-list > li.title > a {font-size: 16px; line-height: 24px; color: #3d464d; font-family: 'MediumFont', Arial, Verdana;}
ul.hdsubnav-list > li.title > a:hover {color: #3d464d;}
ul.hsubnav-list > li ul.hdsubnav-list {margin-bottom: 30px;}
ul.hsubnav-list > li ul.hdsubnav-list:last-child {margin-bottom: 0;}

.header-nav-resp-ct {display: none;}

@media only screen and (max-width: 1024px) {
	#hlogo-ct {width: 22.5%;}
	#hsearch-ct {width: 45%;}
	#hcontact-ct {width: 22.5%;}
	#hcontact-ct h5 {font-size: 17px; line-height: 25px;}	
}

@media only screen and (max-width: 768px) {
	#header {position: fixed; top: 0; z-index: 4000;}
	#header-top {padding: 15px 0; background: #ffd333;}
	#hlogo-ct {width: 60%;}
	img#logo {max-height: 30px;}
	#hsearch-ct, #hcontact-ct, #header-bottom, #header-sticky {display: none;}
	
	#hnav-ct {display: block; position: absolute; right: 0;}
	#hnav-search-icon {float: left; margin-top: -5px; width: 40px; height: 40px; box-sizing: border-box; background: url(../images/icon/lup-2.png) no-repeat center; background-size: auto 22px; 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;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;}
	#hnav-search-icon:hover {background-color: rgba(255, 255, 255, 0.6);}
	#hnav-nav-icon {float: left; margin-top: -5px; width: 40px; height: 40px; box-sizing: border-box; background: url(../images/icon/nav.png) no-repeat center; background-size: auto 20px; 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;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;}
	#hnav-nav-icon:hover {background-color: rgba(255, 255, 255, 0.6);}
	
	#header-search-resp {display: block; background: #fff; position: fixed; top: -60px; z-index: 4001; box-sizing: border-box; height: 60px;
	transition: all 0.35s ease-in; -webkit-transition: all 0.35s ease-in; -moz-transition: all 0.35s ease-in; -o-transition: all 0.35s ease-in;
	box-shadow: 0px 0px 10px #cfcfcf; -webkit-box-shadow: 0px 0px 10px #cfcfcf; -moz-box-shadow: 0px 0px 10px #cfcfcf; -o-box-shadow: 0px 0px 10px #cfcfcf;}
	#header-search-resp.opened {top: 0;}
	#hsearch-resp-form-ct {float: left; width: 90%; box-sizing: border-box; height: 60px; border-right: 1px solid #e6e6e6; position: relative;}
	#search-form-resp input[type="text"] {background: none; border: none; height: 60px; padding: 15px 55px 15px 2.5%;}
	#search-form-resp input[type="submit"] {background: none; border: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; background: url(../images/icon/lup.png) no-repeat center; background-size: 22px auto;} 
	#search-form-resp input[type="submit"]:hover {background: url(../images/icon/lup-2.png) no-repeat center; background-size: 22px auto;}
	#hsearch-resp-close-ct {float: right; width: 10%; height: 60px; position: relative;}
	#hsearch-close-icon {width: 22px; height: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(../images/icon/close.png) no-repeat center; background-size: 22px auto; 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;}
	#hsearch-close-icon:hover {background: url(../images/icon/close-hover.png) no-repeat center; background-size: 22px auto;}	
	
	.header-nav-resp-ct {position: fixed; left: -300px; top: 0; display: block; width: 300px; height: 100%; box-sizing: border-box; background: #fff; z-index: 4500;
	transition: all 0.35s ease-in; -webkit-transition: all 0.35s ease-in; -moz-transition: all 0.35s ease-in; -o-transition: all 0.35s ease-in;}
	.header-nav-resp-ct.opened {left: 0;}
	.header-nav-resp-close-ct {border-bottom: 1px solid #e6e6e6;}
	.hnav-resp-label-ct {float: left; width: 80%; box-sizing: border-box; border-right: 1px solid #e6e6e6; position: relative;}
	.hnav-resp-label-ct h5 {font-size: 16px; line-height: 24px;}
	.hnav-resp-icon-ct {float: right; width: 20%; box-sizing: border-box; position: relative;}
	.header-nav-resp-close-ct .hnav-resp-label-ct {height: 54px; padding: 15px 20px;}
	.header-nav-resp-close-ct .hnav-resp-icon-ct {height: 54px;}
	.hnav-resp-close-icon {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 18px; height: 18px; background: url(../images/icon/close.png) no-repeat center; background-size: 18px auto; 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;}
	.hnav-resp-close-icon:hover {background: url(../images/icon/close-hover.png) no-repeat center; background-size: 18px auto;}
	
	.header-nav-resp-list-ct {max-height: 90%; overflow-y: scroll;}
	ul.hnav-resp-list {}
	ul.hnav-resp-list > li {}
	ul.hnav-resp-list > li > a {display: block; font-size: 16px; line-height: 24px; color: #3d464d; padding: 10px 20px; border-bottom: 1px solid #e6e6e6; cursor: pointer;}
	ul.hnav-resp-list > li > a:hover {text-decoration: none; color: #1a66ff;}
	ul.hnav-resp-list > li > a.active, ul.hnav-resp-list > li > a.active:hover {font-family: 'BoldFont', Arial, Verdana; color: #1a66ff;}
	ul.hnav-resp-list > li > a.has-sub {background: url(../images/icon/gen-arrow-down.png) no-repeat 95% center; background-size: 12px auto;}
	ul.hnav-resp-list > li > a.has-sub.opened {background: url(../images/icon/gen-arrow-up.png) no-repeat 95% center; background-size: 12px auto;}
	
	.hsubnav-resp-list-container {display: none;}
	.hsubnav-resp-list-container.displayed {display: block;}
	ul.hsubnav-resp-list {}
	ul.hsubnav-resp-list > li {}
	ul.hsubnav-resp-list > li > a {display: block; font-size: 15px; line-height: 23px; padding: 8px 35px; color: #3d464d; background: #f7f7f7; border-bottom: 1px solid #e6e6e6; cursor: pointer;}
	ul.hsubnav-resp-list > li > a:hover {text-decoration: none; color: #1a66ff;}
	ul.hsubnav-resp-list > li > a.active, ul.hsubnav-resp-list > li > a.active:hover {font-family: 'BoldFont', Arial, Verdana; color: #1a66ff;}
	ul.hsubnav-resp-list > li > a.has-dsub {background: url(../images/icon/gen-arrow-down.png) no-repeat 95% center; background-size: 12px auto;}
	ul.hsubnav-resp-list > li > a.has-dsub.opened {background: url(../images/icon/gen-arrow-up.png) no-repeat 95% center; background-size: 12px auto;}
	
	.hdsubnav-resp-list-container {display: none;}
	.hdsubnav-resp-list-container.displayed {display: block;}
	ul.hdsubnav-resp-list {}
	ul.hdsubnav-resp-list > li {padding-left: 30px;}
	ul.hdsubnav-resp-list > li > a {display: block; font-size: 14px; line-height: 22px; padding: 8px 25px; color: #3d464d; background: #f7f7f7; border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6;}
	ul.hdsubnav-resp-list > li > a:hover {text-decoration: none; color: #1a66ff;}
	ul.hdsubnav-resp-list > li > a.active, ul.hdsubnav-resp-list > li > a.active:hover {font-family: 'BoldFont', Arial, Verdana; color: #1a66ff;}
	ul.hdsubnav-resp-list > li:last-child > a {border-bottom: 0;}
	ul.hdsubnav-resp-list > li:last-child {border-bottom: 1px solid #e6e6e6;}
}

@media only screen and (max-width: 500px) {
	#hsearch-resp-form-ct {width: 85%;}
	#hsearch-resp-close-ct {width: 15%;}
}
/* /HEADER */


/* HOME */
#pages-top-mt-resp-sfw {}
.content-sfw {margin-bottom: 60px;}

#home-slideshow-sfw {}
.slideshow-item {}
.slideshow-item img.featured {display: block; width: 100%;}
.slideshow-item img.thumb {display: none;}
.slideshow-list-container .slick-dots li {margin: 0 4px; width: 14px; height: 14px;}
.slideshow-list-container .slick-dots {bottom: 30px; z-index: 1000; text-align: center;}
.slideshow-list-container .slick-dots li button {width: 14px; height: 14px; background: url(../images/icon/bullet-idle.png) no-repeat center; background-size: 14px 14px;}
.slideshow-list-container .slick-dots li.slick-active button {background: url(../images/icon/bullet-active.png) no-repeat center; background-size: 14px 14px;}

#home-point-sfw {}
ul#home-point-list {}
ul#home-point-list > li {float: left; width: 25%; box-sizing: border-box; padding: 20px; border: 2px solid #e6e6e6; border-right: none;}
ul#home-point-list > li:last-child {border-right: 2px solid #e6e6e6;}
ul#home-point-list > li .img-wrap {float: left; width: 25%;}
ul#home-point-list > li .img-wrap img {display: block; max-width: 100%;}
ul#home-point-list > li .desc-wrap {float: right; width: 70%;}
ul#home-point-list > li .desc-wrap h5 {font-size: 17px; line-height: 24px; margin-bottom: 0;}
ul#home-point-list > li .desc-wrap p {font-size: 14px; line-height: 21px;}

#home-product-sfw {}
.section-title {background: url(../images/bg/bg-line.png) repeat-x center; background-size: auto 2px; margin-bottom: 30px;}
.section-title h5 {display: inline-block; padding-right: 20px; background: #fff; margin-bottom: 0; font-size: 20px; line-height: 24px;}
#featured-product-list-container {padding-top: 40px;}
#featured-product-list-container .slick-prev {content: ''; width: 28px; height: 28px; background: url(../images/icon/arrow-prev.png) no-repeat center !important; top: 0; left: auto; right: 40px; opacity: 1.0; background-size: 28px 28px !important;
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;}
#featured-product-list-container .slick-next {content: ''; width: 28px; height: 28px; background: url(../images/icon/arrow-next.png) no-repeat center !important; top: 0; right: 7px; opacity: 1.0; background-size: 28px 28px !important;
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;}
#featured-product-list-container .slick-prev:hover {background: url(../images/icon/arrow-prev-hover.png) no-repeat center !important; background-size: 28px 28px !important;}
#featured-product-list-container .slick-next:hover {background: url(../images/icon/arrow-next-hover.png) no-repeat center !important; background-size: 28px 28px !important;}
#featured-product-list-container .slick-prev.slick-disabled, #featured-product-list-container .slick-prev.slick-disabled:hover, #featured-product-list-container .slick-prev.slick-disabled:focus {opacity: 0.2;}
#featured-product-list-container .slick-next.slick-disabled, #featured-product-list-container .slick-next.slick-disabled:hover, #featured-product-list-container .slick-next.slick-disabled:focus {opacity: 0.2;}
.featured-product-item {padding-left: 7px; padding-right: 7px;}
.product-item {box-sizing: border-box; border: 1px solid #e6e6e6; padding: 20px;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
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;}
.product-item:hover {border: 1px solid #ffd333;}
.product-item.no-brd, .product-item.no-brd:hover {border: none; padding: 0;}
.product-item .img-wrap {position: relative; text-align: center; margin-bottom: 20px;}
.product-item .img-wrap img {display: block; max-width: 100%; margin: 0 auto;}
.product-item .img-wrap .prd-ribbon-ct {position: absolute; top: 20px; left: 20px;}
.product-item .img-wrap .prd-ribbon-ct .prd-ribbon {margin-bottom: 5px;}
.product-item .img-wrap .prd-ribbon-ct .prd-ribbon:last-child {margin-bottom: 0;}
.prd-ribbon {font-size: 11px; line-height: 11px; width: 45px; box-sizing: border-box; text-align: center; color: #fff; padding: 5px; font-family: 'MediumFont', Arial, Verdana;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;}
.na-ribbon {background: #3377ff;}
.sale-ribbon {background: #ff3333;}
.product-item .desc-wrap {}
.product-item .desc-wrap h5, .product-item .desc-wrap h5 a {font-size: 16px; line-height: 22px; font-weight: normal; color: #3d464d; margin-bottom: 5px;}
.product-item .desc-wrap h5 a:hover {text-decoration: none; color: #1a66ff;}
ul.prd-rating {margin-bottom: 15px; float: left;}
ul.prd-rating > li {float: left; margin-right: 5px;}
ul.prd-rating > li:last-child {margin-right: 0;}
ul.prd-rating > li img {display: block; width: 14px; height: auto;}
ul.prd-rating.big > li img {width: 18px; height: auto;}
.product-item .desc-wrap p.price {font-family: 'BoldFont', Arial, Verdana; font-size: 16px; line-height: 16px;}
.product-item .desc-wrap p.price.big {font-size: 28px; line-height: 36px;}
.product-item .desc-wrap p.price.discon {color: #ff2626;}
.product-item .desc-wrap p.price span {display: inline-block; margin-left: 5px; font-size: 13px; line-height: 13px; color: #b3b3b3; text-decoration: line-through; font-family: 'GeneralFont', Arial, Verdana;}
.product-item .desc-wrap p.price.big span {font-size: 18px; line-height: 18px;}
.gen-sep-line {height: 1px; background: #e6e6e6; margin-top: 30px; margin-bottom: 30px;}

#home-banner-sfw {}
ul#banner-list {}
ul#banner-list > li {float: left; width: 49%; margin-right: 2%;}
ul#banner-list > li:nth-child(2n) {margin-right: 0;}
ul#banner-list > li:nth-child(2n + 1) {clear: both;}
ul#banner-list > li img {display: block; width: 100%;}

#home-testimonial-sfw {}
.testimonial-item {}
.testimonial-item .img-wrap {text-align: center; margin-bottom: 30px;}
.testimonial-item .img-wrap img {margin: 0 auto; max-height: 150px;
border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%;}
.testimonial-item .desc-wrap {text-align: center;}
.testimonial-item .desc-wrap h5 {margin-top: 15px; margin-bottom: 0;}
.testimonial-item .desc-wrap p.info {font-size: 14px; line-height: 18px;}

@media only screen and (max-width: 1024px) {
	ul#home-point-list > li .img-wrap, ul#home-point-list > li .desc-wrap {width: 100%; text-align: center;}
	ul#home-point-list > li .img-wrap {margin-bottom: 20px;}
	ul#home-point-list > li .img-wrap img {max-width: 100%; margin: 0 auto;}
}

@media only screen and (max-width: 768px) {	
	#pages-top-mt-resp-sfw {margin-top: 60px;}
	
	.slideshow-item img.featured {display: none;}
	.slideshow-item img.thumb {display: block; width: 100%;}
	
	ul#home-point-list > li {width: 50%; margin: 0; border: none; border-left: 2px solid #e6e6e6; border-top: 2px solid #e6e6e6;}
	ul#home-point-list > li:nth-child(2n) {border-right: 2px solid #e6e6e6;}
	ul#home-point-list > li:nth-child(3), ul#home-point-list > li:nth-child(4) {border-bottom: 2px solid #e6e6e6;}
	
	ul#banner-list > li {width: 100%; margin-right: 0; margin-bottom: 10px;}
	ul#banner-list > li:last-child {margin-bottom: 0;}
	
	.product-item {padding: 15px;}
	
	.testimonial-item .img-wrap img {max-height: 125px;}
}
@media only screen and (max-width: 500px) {
	.content-sfw {margin-bottom: 40px;}
	
	.slideshow-list-container .slick-dots {bottom: 25px;}
	.slideshow-list-container .slick-dots li {margin: 0 3px; width: 12px; height: 12px;}
	.slideshow-list-container .slick-dots li button {width: 12px; height: 12px; background-size: 12px 12px;}
	.slideshow-list-container .slick-dots li.slick-active button {background-size: 12px 12px;}
	
	ul#home-point-list > li, ul#home-point-list > li:nth-child(3) {width: 100%; border: none; border: 2px solid #e6e6e6; border-bottom: none;}
	ul#home-point-list > li:last-child {border-bottom: 2px solid #e6e6e6;}
	ul#home-point-list > li .img-wrap {width: 25%; text-align: center; margin-bottom: 0;}
	ul#home-point-list > li .desc-wrap {width: 70%; text-align: left;}
	
	.section-title h5 {font-size: 18px; line-height: 24px;}
	
	.featured-product-item  {padding-left: 3px; padding-right: 3px;}
	.product-item {padding: 10px;}
	.product-item .desc-wrap p.price {font-size: 14px; line-height: 20px;}
	.product-item .desc-wrap p.price span {margin-left: 2px; font-size: 12px; line-height: 12px;}
	.product-item .img-wrap .prd-ribbon-ct {top: 7px; left: 7px;}
}
/* /HOME */


/* ABOUT */
.sfw.with-pdtb {padding: 60px 0;}
img.updateable-bg {display: none;}
#about-inner-ct {padding: 60px; background: #fff; text-align: center;
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;}

#about-video-ct {margin-top: 60px;}
#about-video-ct iframe {width: 100% !important; height: 450px !important;}

@media only screen and (max-width: 768px) {
	#about-video-ct iframe {height: 400px !important;}
	#about-inner-ct {padding: 40px;}
}

@media only screen and (max-width: 500px) {
	#about-video-ct iframe {height: 350px !important;}
	#about-inner-ct {padding: 30px 20px;}
}
/* /ABOUT */


/* PRODUCT */
#breadcrumb-sfw {padding: 15px 0; margin-bottom: 20px;}
ul#breadcrumb-list {}
ul#breadcrumb-list > li {float: left; margin-right: 15px;}
ul#breadcrumb-list > li:last-child {margin-right: 0;}
ul#breadcrumb-list > li > a {display: inline-block; font-size: 14px; line-height: 20px; color: #3d464d;}
ul#breadcrumb-list > li > a:hover {color: #1a66ff; text-decoration: none;}
ul#breadcrumb-list > li > a.st {width: 5px; height: 10px; background: url(../images/icon/gen-arrow-right.png) no-repeat center; background-size: 5px auto;}
ul#breadcrumb-list > li > a.active, ul#breadcrumb-list > li > a.active:hover {text-decoration: none; color: #3d464d; font-family: 'BoldFont', Arial, Verdana;}

#product-sidebar-ct {float: left; width: 23%;}
ul.sidebar-nav-list {}
ul.sidebar-nav-list > li {box-sizing: border-box; border: 2px solid #e6e6e6; border-bottom: none; padding: 7px 10px;}
ul.sidebar-nav-list > li:last-child {border-bottom: 2px solid #e6e6e6;}
ul.sidebar-nav-list > li > a {font-size: 15px; line-height: 18px; color: #3d464d; font-family: 'BoldFont', Arial, Verdana; display: block; padding: 7px; cursor: pointer;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;}
ul.sidebar-nav-list > li > a:hover {background: #e6e6e6; color: #3d464d; text-decoration: none;}
ul.sidebar-nav-list > li > a.has-sub {background: url(../images/icon/gen-arrow-down.png) no-repeat 95% center; background-size: 12px auto;}
ul.sidebar-nav-list > li > a.has-sub:hover {background: url(../images/icon/gen-arrow-down.png) no-repeat 95% center #e6e6e6; background-size: 12px auto;}
ul.sidebar-nav-list > li > a.has-sub.opened {background: url(../images/icon/gen-arrow-up.png) no-repeat 95% center; background-size: 12px auto;}
ul.sidebar-nav-list > li > a.has-sub.opened:hover {background: url(../images/icon/gen-arrow-up.png) no-repeat 95% #e6e6e6; background-size: 12px auto;}
ul.sidebar-nav-list > li > a.title, ul.sidebar-nav-list > li > a.title:hover {font-size: 20px; line-height: 24px; color: #3d464d; background: none; cursor: text;}
.sidebar-subnav-container {padding: 10px 25px; display: none;}
.sidebar-subnav-container.displayed {display: block;}
ul.sidebar-subnav-list {}
ul.sidebar-subnav-list > li {}
ul.sidebar-subnav-list > li > a {font-size: 15px; line-height: 18px; color: #3d464d;}
ul.sidebar-subnav-list > li > a:hover {text-decoration: none; color: #1a66ff;}
ul.sidebar-subnav-list > li > a.active, ul.sidebar-subnav-list > li > a.active:hover {color: #1a66ff; font-family: 'BoldFont', Arial, Verdana;}

#product-list-ct {float: right; width: 74%;}
#product-list-info-ct {margin-bottom: 30px;}
#product-list-num-ct {float: left; width: 45%;}
#product-list-sort-ct {float: right; margin-top: -7px;}
#prd-sort-form .styled-select-wrapper {width: 300px; display: inline-block;}
#filter-cat-resp-btn {display: none;}

ul.product-list {}
ul.product-list > li {float: left; width: 32%; margin-right: 2%; margin-bottom: 20px;}
ul.product-list > li:nth-child(3n) {margin-right: 0;}
ul.product-list > li:nth-child(3n + 1) {clear: both;}

#product-det-img-ct {float: left; width: 48%;}
#current-img-ct {box-sizing: border-box; border: 2px solid #e6e6e6; margin-bottom: 10px; position: relative;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;}
img#current-img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 95%; max-height: 95%;}
ul#prd-img-list {}
ul#prd-img-list > li {float: left; width: 19%; margin-right: 1.25%; margin-bottom: 5px;}
ul#prd-img-list > li:nth-child(5n) {margin-right: 0;}
ul#prd-img-list > li:nth-child(5n + 1) {clear: both;}
ul#prd-img-list > li .img-wrap {box-sizing: border-box; border: 2px solid #e6e6e6; position: relative; opacity: 0.8; cursor: pointer;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-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#prd-img-list > li .img-wrap:hover {opacity: 1.0;}
ul#prd-img-list > li .img-wrap.active, ul#prd-img-list > li .img-wrap.active:hover {opacity: 1.0; border: 2px solid #ffd333;}
ul#prd-img-list > li .img-wrap img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 95%; max-height: 95%;}

#product-det-detail-ct {float: right; width: 48%;}

@media only screen and (max-width: 1024px) {
	#product-sidebar-ct {width: 28%;}
	#product-list-ct {width: 70%;}
	ul.product-list > li {width: 48%; margin-right: 4%;}
	ul.product-list > li:nth-child(3n) {margin-right: 4%;}
	ul.product-list > li:nth-child(3n + 1) {clear: none;}
	ul.product-list > li:nth-child(2n) {margin-right: 0;}
	ul.product-list > li:nth-child(2n + 1) {clear: both;}
	
	#product-list-num-ct, #product-list-sort-ct {float: none; width: 100%; margin: 0; text-align: right;}
	#product-list-sort-ct {margin-bottom: 10px;}
}

@media only screen and (max-width: 900px) {
	#product-sidebar-ct {width: 33%;}
	#product-list-ct {width: 65%;}
}

@media only screen and (max-width: 768px) {
	#product-sidebar-ct {display: none}
	#product-list-ct {width: 100%; margin: 0;}
	
	#filter-cat-resp-btn  {display: inline-block; margin-bottom: 10px; width: 300px; box-sizing: border-box;}
	#product-list-num-ct, #product-list-sort-ct {text-align: center;}
	
	#product-det-img-ct {float: none; margin: 0 auto; width: 480px;}
	#product-det-detail-ct {float: none; width: 100%; padding-top: 30px; margin-top: 30px; border-top: 1px solid #e6e6e6;}
	.product-item .desc-wrap p.price.big {font-size: 26px; line-height: 34px;}
	.product-item .desc-wrap p.price.big span {font-size: 16px; line-height: 24px;}
	
	ul.product-list > li {width: 49%; margin-right: 2%;}
	ul.product-list > li:nth-child(3n) {margin-right: 2%;}
	ul.product-list > li:nth-child(3n + 1) {clear: none;}
	ul.product-list > li:nth-child(2n) {margin-right: 0;}
	ul.product-list > li:nth-child(2n + 1) {clear: both;}
}

@media only screen and (max-width: 500px) {
	/* ul.product-list > li {width: 100%; margin-right: 0;} */
	
	#product-det-img-ct {float: none; margin: 0 auto; width: 100%;}
	ul#prd-img-list > li {width: 23.5%; margin-right: 2%; margin-bottom: 5px;}
	ul#prd-img-list > li:nth-child(5n) {margin-right: 2%;}
	ul#prd-img-list > li:nth-child(5n + 1) {clear: none;}
	ul#prd-img-list > li:nth-child(4n) {margin-right: 0}
	ul#prd-img-list > li:nth-child(4n + 1) {clear: both;}
	
	.product-item .desc-wrap p.price.big {font-size: 24px; line-height: 32px;}
	
}
/* /PRODUCT */


/* BLOG */
#blog-sfw {}

ul.blog-list {}
ul.blog-list > li {margin-bottom: 60px;}
ul.blog-list > li:last-child {margin-bottom: 0;}
ul.blog-list > li .img-wrap {float: left; width: 45%}
ul.blog-list > li .img-wrap img {max-width: 100%; display: block;}
ul.blog-list > li .desc-wrap {float: right; width: 53%;}
.blog-item {}
p.blog-date {color: #adadad; font-size: 15px; line-height: 20px;}
h4.blog-title, h4.blog-title a {font-size: 20px; line-height: 28px; color: #222; font-family: 'TitleBoldFont', Arial, Verdana;}
h4.blog-title a:hover {text-decoration: none; color: #1a66ff;}
.blog-info {margin-bottom: 20px;}
.blog-info .bli {display: inline-block; margin-right: 10px; font-size: 15px; line-height: 25px; color: #777777;}
.blog-info .bli:last-child {margin-right: 0;}
.blog-info .bli.date {color: #adadad;}
.blog-info .bli.view {padding-left: 26px; background: url(../images/icon/view.png) no-repeat left center; background-size: 18px auto;}
a.read-more {font-size: 15px; line-height: 15px; padding: 10px 25px;}

.gen-hor-line {height: 2px; background: #e6e6e6; margin-top: 40px; margin-bottom: 40px;}

.nextprev-sfw {margin-top: 80px; height: 45px; background: url(../images/icon/sep-line.jpg) repeat-x center; background-size: auto 3px; position: relative;}
.nextprev-sfw .prev {position: absolute; left: 0; top: 0; box-sizing: border-box; height: 43px; padding: 5px; width: 60px; background: url(../images/icon/gen-arrow-left-2.png) no-repeat 20px center #ffd333; background-size: 9px 16px; cursor: pointer; border-left: 1px solid transparent;
border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; -o-border-top-right-radius: 3px;
border-bottom-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; -o-border-bottom-right-radius: 3px;
transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}
.nextprev-sfw .prev:hover {background: url(../images/icon/gen-arrow-left-2-hover.png) no-repeat center #3d464d; background-size: 9px 16px; background-position: 16px center;}
.nextprev-sfw .next {position: absolute; right: 0; top: 0; box-sizing: border-box; height: 43px; padding: 5px; width: 60px; background: url(../images/icon/gen-arrow-right-2.png) no-repeat 26px center #ffd333; background-size: 9px 16px; cursor: pointer; border-right: 1px solid transparent;
border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; -o-border-top-left-radius: 3px;
border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; -o-border-bottom-left-radius: 3px;
transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}
.nextprev-sfw .next:hover {background: url(../images/icon/gen-arrow-right-2-hover.png) no-repeat center #3d464d; background-size: 9px 16px; background-position: 30px center;}
.nextprev-sfw .allpost {position: absolute; left: 50%; transform: translate(-50%);}
.nextprev-sfw .allpost a.gen-btn {padding: 14px 30px; font-size: 15px; line-height: 15px;
box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none;}

@media only screen and (max-width: 1024px) {
	#blog-sfw .wrap {width: 740px;}
	ul.blog-list > li {padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px dotted #dddddd;}
	ul.blog-list > li .img-wrap, ul.blog-list > li .desc-wrap {width: 100%; margin: 0;}
	ul.blog-list > li .img-wrap {margin-bottom: 30px;}
}
@media only screen and (max-width: 768px) {
	#blog-sfw .wrap {width: 480px;}
}
@media only screen and (max-width: 500px) {
	#blog-sfw .wrap {width: 95%;}
}
/* /BLOG */


/* FAQ */
#faq-sfw {}
ul#faq-list {}
ul#faq-list > li {box-sizing: border-box; padding: 20px 30px; border: 2px solid #e6e6e6; margin-bottom: 10px;
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:last-child {margin-bottom: 0;}
ul#faq-list > li.active, ul#faq-list > li.active:hover {border: 2px solid #ffd333;}
ul#faq-list > li .question p {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:hover p {color: #1a66ff;}
ul#faq-list > li .answer {margin-top: 20px; display: none;}

@media only screen and (max-width: 768px) {
	ul#faq-list > li {padding: 15px 20px;}
}/* /FAQ */


/* CONTACT */
#contact-sfw {}
#gmap-frame {}
#gmap-frame iframe {width: 100% !important; height: 450px !important; margin-bottom: -7px;}
.mb-30 {margin-bottom: 30px;}

#contact-inner-ct {border: 2px solid #e6e6e6; padding: 30px;}
#contact-inner-ct.no-brdt {border-top: none;}
#contact-inner-ct h5 {margin-bottom: 25px;}
#contact-det-ct {float: left; width: 47%;}
#contact-det-ct {}
#contact-det-ct p.ct-icon {margin-bottom: 20px; font-size: 16px; line-height: 24px;}
#contact-det-ct p.ct-icon:last-child {margin-bottom: 0;}
#contact-det-ct p.ct-icon a {font-size: 16px; line-height: 24px;}
#contact-det-ct p.ct-icon.location {padding-left: 38px; background-size: 22px auto;}
#contact-det-ct p.ct-icon.email {padding-left: 38px; background-size: 22px auto;}
#contact-det-ct p.ct-icon.phone {padding-left: 38px; background-size: auto 22px;}

#contact-form-ct {float: right; width: 47%;}

@media only screen and (max-width: 1024px) {
	#contact-form .gen-form-row.half {width: 100%; margin-right: 0;}
}

@media only screen and (max-width: 768px) {
	#gmap-frame iframe {height: 400px !important;}
	
	#contact-det-ct, #contact-form-ct {width: 100%; margin: 0;}
	#contact-det-ct {padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px dashed #e6e6e6;}
	
	#contact-form .gen-form-row.half {width: 49%; margin-right: 2%;}
	#contact-form .gen-form-row.half.no-mr {margin-right: 0;}
}

@media only screen and (max-width: 500px) {
	#gmap-frame iframe {height: 350px !important;}
	
	#contact-inner-ct  {padding: 30px 15px;}
	#contact-form .gen-form-row.half {width: 100%; margin-right: 0;}
}
/* /CONTACT */


/* FOOTER */
#footer {border-top: 1px solid #e6e6e6;}

#footer-top {padding: 50px 0;}
#footer-col-1 {float: left; width: 30%; margin-right: 5%;}
#footer-col-2 {float: left; width: 18%; margin-right: 5%;}
#footer-col-3 {float: left; width: 18%; margin-right: 5%;}
#footer-col-4 {float: left; width: 19%;}
#footer-top h5 {margin-bottom: 20px;}
#footer-top p {font-size: 15px; line-height: 22px;}
p.ct-icon, p.ct-icon a {font-size: 15px; line-height: 22px;}
#footer-top p.ct-icon {margin-bottom: 20px;}
#footer-top p.ct-icon:last-child {margin-bottom: 0;}
p.ct-icon.location {padding-left: 34px; background: url(../images/icon/location.png) no-repeat left 2px; background-size: 20px auto;}
p.ct-icon.email {padding-left: 34px; background: url(../images/icon/email.png) no-repeat left 4px; background-size: 20px auto;}
p.ct-icon.phone {padding-left: 34px; background: url(../images/icon/phone.png) no-repeat 4px 2px; background-size: auto 20px;}
ul.footer-nav-list {}
ul.footer-nav-list > li {margin-bottom: 5px;}
ul.footer-nav-list > li:last-child {margin-bottom: 0;}
ul.footer-nav-list > li > a {font-size: 15px; line-height: 22px; color: #3d464d;}
ul.footer-nav-list > li > a:hover {color: #1a66ff; text-decoration: none;}

ul.socmed-list {}
ul.socmed-list > li {float: left; margin-right: 5px;}
ul.socmed-list > li:last-child {margin-right: 0;}
ul.socmed-list > li img {display: block; width: 36px; height: 36px;
backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-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.socmed-list > li img:hover {opacity: 0.8;}

#footer-bottom {padding: 10px 0; border-top: 1px solid #e6e6e6;}
#footer-cr {float: left;}
#footer-powered {float: right;}
#footer-bottom p, #footer-bottom p a {font-size: 14px; line-height: 18px;}
#footer-bottom p a {color: #1a66ff;}

@media only screen and (max-width: 1024px) {
	#footer-col-1 {width: 35%; margin-right: 5%;}
	#footer-col-2 {width: 25%; margin-right: 5%;}
	#footer-col-3 {display: none;}
	#footer-col-4 {width: 25%;}
}

@media only screen and (max-width: 768px) {
	#footer-col-2 {display: none;}
	#footer-col-1 {width: 50%; margin-right: 10%;}
	#footer-col-4 {width: 40%;}
}

@media only screen and (max-width: 500px) {
	#footer-col-1, #footer-col-2, #footer-col-3 {display: block; width: 100%; margin-right: 0; padding-bottom: 25px; margin-bottom: 20px; border-bottom: 1px dashed #e6e6e6;}
	#footer-col-4 {display: block; width: 100%; margin: 0;}
	#footer-cr, #footer-powered {float: none; text-align: center;}
	#footer-bottom p, #footer-bottom p a {font-size: 13px; line-height: 18px;}
}
/* /FOOTER */


/* 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-height: 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-transition: all 0.25s ease-in; -o-transition: 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 */


/* 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: 5px;}
.pagination-list li:last-child {margin-right: 0px;}
.pagination-list li a {font-size: 15px; line-height: 15px; color: #3d464d; display: inline-block; padding: 9px 11px; background: none; cursor: pointer;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
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 {background: #e6e6e6; text-decoration: none;}
.pagination-list li a.active, .pagination-list li a.active:hover {font-family: 'BoldFont', Arial, Verdana; background: #ffd333; text-decoration: none;}

@media only screen and (max-width: 768px) {
	.pagination-list li {margin-right: 7px;}
	.pagination-list li a {font-size: 14px; line-height: 14px; padding: 9px 12px;}
}

@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 */


/* 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 */