@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');



body { 
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	font-family: 'Noto Sans SC', PingFang SC, SimHei, sans-serif;
	font-size: 16px; font-weight: 400; color: #181818; letter-spacing: 0.025em; line-height: 1.3;
	background: url(../images/bg.svg), url(../images/bg.svg), url(../images/bg.svg), url(../images/bg.svg),url(../images/bg.svg);
	background-repeat-x: no-repeat; background-repeat-y: repeat; /* <<-- this moz not work */
	background-repeat: repeat-y; 
	background-position: top left calc((1200px/100*0.2) + ((100% - 1200px)/2)), top left calc((1200px/100*25.2) + ((100% - 1200px)/2)), top left 50%, top left calc((1200px/100*75.2) + ((100% - 1200px)/2)), top left calc((1200px/100*100.2) + ((100% - 1200px)/2)); 
	overflow-x: hidden;
}
body.navopen { overflow: hidden; }
h1, h2, h3 { font-weight: 900; }
h4, h5, h6 { font-weight: 700; }
.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: inherit; }
p { line-height: 1.5; }
p:last-child { margin-bottom: 0; }
a { /*color: #3b8c3e;*/ color: #8dc63f; }
a:hover { text-decoration: none; /*color: #4caf50;*/ color: #3b8c3e; }
a[href*=mailto],
a[href*=http] { word-break: break-word; }
a.disabled { color: #888; }
img { max-width: 100%; }
.container { max-width: 1200px; }
.tooltip { font-size: 12px; }
.tooltip-inner { border-radius: 0; }
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before { border-width: 5px 0 5px 5px; }


@media only screen and (max-width: 1200px) {
	body{ background-position: top left 0.3%, top left 25.25%, top left 50%, top left 74.85%, top left 100%; }
}
@media only screen and (max-width: 767px) {
	body { font-size: 15px; background-position: top left 0%, top left 25.25%, top left 50%, top left 74.85%, top left 101%; }
	h2 { font-size: 28px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 15px; }
}


/*=====================================================================*/
/* CONTENT */
/*=====================================================================*/
.content-wrap { position: relative; padding: 5em 30px; }
.content-wrap + .content-wrap { padding-top: 2em; }
body > div:last-of-type, 
.pbnext_foot { padding-bottom: 80px !important; }
body > footer ~ div:last-of-type { padding-bottom: 0px !important; }
.scrollfade { opacity: 0; }
.none { display: none; }
/*--*/
.slick-no-slide .slick-track { transform: inherit !important; }
/*--*/
[data-mfp-src] { position: relative; cursor: pointer;  -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: all 0.3s ease-out; }
img[data-mfp-src]:hover { transform: scale(1.01); }
div[data-mfp-src]:before { 
	content: '+'; font-size: 30px; text-align: center; line-height: 1.5;
    position: absolute; top: 50%; left: 50%; background: #fff; width: 1.5em; height: 1.5em; border-radius: 50%; opacity: 0; visibility: hidden; transition: all 0.3s ease-out;
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
div[data-mfp-src]:hover::before { opacity: 1; visibility: visible; }
/*===================*/
/*====== title ======*/
.titlehead { margin-bottom: 50px; }
.titlehead h1 { font-size: 60px; color: #005d29; }
/*--*/
[class*=decoline] { position: relative; }
[class*=decoline].topright_hozizontal_line { display: inline-block; padding-right: 70px; }
[class*=decoline]:before {
	content: ''; height: 80px; width: 50px;
	border-left: 1px solid #005d29; border-bottom: 1px solid #005d29; 
	position: absolute; top: 100%; left: 60px;
}
[class*=decoline].topright_hozizontal_line:before {
	width: 60px; height: 20px; top: 50%; left: inherit; right: 0;
    border-left: indianred; border-right: 1px solid; border-bottom: inherit; border-top: 1px solid; 
}
[class*=decoline].topright_line:before { border-left: inherit; border-right: 1px solid; top: inherit; bottom: calc(100% - 45px); left: 100%; }
[class*=decoline].topleft_line:before { top: inherit; bottom: calc(100% - 45px); left: inherit; right: 100%; }
[class*=decoline].bottomright_line.titlehead:before { border-left: inherit; border-right: 1px solid; left: inherit; right: 60px; }
/*--*/
ul.deco_rotate  { margin: 0; padding: 0; list-style: none; }
ul.deco_rotate li {
    position: absolute; top: 50%; z-index: -1;
    font-size: 30px; font-weight: 900; color: #e8e8e8;
    -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}
ul.deco_rotate li span { display: inline-block; position: relative; }
ul.deco_rotate li:first-child { left: 30px; }
ul.deco_rotate li:first-child span {
    left: -45%;
    -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
}
ul.deco_rotate.up li { top: 200px; }
.content-wrap + .content-wrap ul.deco_rotate li { -webkit-transform: translate(0,-90%); transform: translate(0,-90%); }
/*===================*/
/*====== desc ======*/
.cus_dot ul { padding: 0; margin: 0; list-style: none; }
.cus_dot ul li { position: relative; padding-left: 15px; margin-bottom: 5px; }
.cus_dot ul li:before {
	content: '•'; display: inline-block; position: absolute; left: 0;
    font-size: 1.5em; font-weight: 900; line-height: 1; vertical-align: text-top; letter-spacing: 0; text-indent: -8px;
}
/*====================*/
/*====== button ======*/
.btnsolid {
	font-weight: 700; color: #fff; text-align: center; line-height: 1.1;
	display: inline-block; min-width: 130px; background: #005d29; border-radius: 100px; padding: 0.8em 1em; position: relative; overflow: hidden; outline: 0;
	transition: background 0.1s 0s ease-out, -webkit-transform 0.1s ease-out, transform 0.1s ease-out; 
}
.btnsolid:before { 
	content: ""; position: absolute; bottom: 0px; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); border-radius: 100px;
	-webkit-transform: scale(0,1); transform: scale(0,1); 
	-webkit-transform-origin: 100% 0; transform-origin: 100% 0;
    transition: -webkit-transform .3s cubic-bezier(.165,.84,.44,1) 0s, transform .3s cubic-bezier(.165,.84,.44,1) 0s;
}
.btnsolid div { position: relative; z-index: 1; }
.btnsolid:not(.disabled):hover { color: #fff; }
.btnsolid:not(.disabled):hover::before { 
	-webkit-transform: scale(1); transform: scale(1);
	-webkit-transform-origin: 0 0; transform-origin: 0 0;
	transition: -webkit-transform .45s cubic-bezier(.86,0,.07,1) 0s, transform .45s cubic-bezier(.86,0,.07,1) 0s; 
}
.btnsolid.disabled { background: #c3c3c3 !important; cursor: not-allowed; color: #fff; text-decoration: line-through; }
/*--*/
.btnoutline {
	font-weight: 700; color: #181818; text-align: center; line-height: 1.1;
	display: inline-block; min-width: 130px; background: transparent; border: 3px solid #005d29; border-radius: 100px; padding: 0.65em 1em; position: relative; overflow: hidden; outline: 0;
	transition: color 0.3s ease-out, background 0.1s 0s ease-out, -webkit-transform 0.1s ease-out, transform 0.1s ease-out; 
}
.btnoutline:before { 
	content: ""; position: absolute; bottom: 0px; left: 0; width: 100%; height: 100%; background: #005d29; border-radius: 100px;
	-webkit-transform: scale(0,1); transform: scale(0,1); 
    transition: -webkit-transform .3s cubic-bezier(.165,.84,.44,1) 0s, transform .3s cubic-bezier(.165,.84,.44,1) 0s;
}
.btnoutline div { position: relative; z-index: 1; }
.btnoutline:hover { background: #005d29; color: #fff; transition: color 0.3s ease-out, background 0.1s 0.3s ease-out, -webkit-transform 0.1s ease-out, transform 0.1s ease-out; }
.btnoutline:hover::before { 
	-webkit-transform: scale(1); transform: scale(1);
	-webkit-transform-origin: center; transform-origin: center;
	transition: -webkit-transform .45s cubic-bezier(.86,0,.07,1) 0s, transform .45s cubic-bezier(.86,0,.07,1) 0s; 
}
/*--*/
.btn-back { display: inline-block; font-size: 16px; color: #181818; }
.btn-back i { 
    font-size: 0.8em; font-weight: 900; text-align: center; line-height: 1.7; text-indent: -1px; vertical-align: top;
    width: 1.7em; height: 1.7em; border: 1px solid #888; border-radius: 50%; margin-right: 5px;
    display: inline-block; position: relative; left: 0; transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.btn-back:hover i { left: -3px; }
.btn-back:active i { left: -6px; }
/*--*/
.btn-icon { display: inline-block;
    width: 2.5em; height: 2.5em; background: #f1ece7; border-radius: 50%;
    font-size: 16px; color: #333; text-align: center; line-height: 2.5;
    transition: all 0.3s ease-out;
}
.btn-icon:hover { box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.45); color: #333; }
/*--*/
.btn-close { 
	font-family: sans-serif; font-size: 2rem; font-weight: 100; line-height: 1;
	background: none; border: none; box-shadow: none; padding: 0; outline: 0;
	position: absolute; top: 15px; right: 20px; transition: all 0.3s ease-out;
}
.btn-close:hover { -webkit-transform: scale(0.85); transform: scale(0.85); }
/*--*/
.actionbtn { position: relative; }
.actionbtn:after {
	content: ''; display: inline-block; width: 18px; height: 18px; margin-top: -9px; margin-left: -9px;
	position: absolute; top: 50%; left: 50%; opacity: 0; vertical-align: middle;
	border: 1px solid rgba(255,255,255,.3); border-left-color: #ccc; border-radius: 50%;
	transition: opacity 0s ease;
}
.actionbtn.loading { color: transparent !important; }
.actionbtn.loading:after { opacity: 1; transition: opacity .25s ease; animation: wd-rotate 450ms infinite linear; }

@-webkit-keyframes wd-rotate {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes wd-rotate {
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/*--*/
.btn-disabled { cursor: auto; opacity: 0.5; }
/*--*/
.nextprevarrow-wrap { text-align: right; }
.nextprevarrow-wrap ul { margin: 0; padding: 0; list-style: none; display: inline-block; }
.nextprevarrow-wrap li { line-height: 1; margin-bottom: 7px; }
.nextprevarrow-wrap .btn-arrow {
	width: 1.7em; height: 1.7em; display: inline-block; border: 1px solid #888; border-radius: 50%; overflow: hidden;
	font-size: 18px; text-align: center; line-height: 1.6;
	-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.nextprevarrow-wrap .btn-arrow i { 
    font-size: inherit; font-weight: 900; text-indent: -3px; color: #181818;
    display: inline-block; position: relative; left: 0; transition: all 0.3s ease-out;
}
/*.nextprevarrow-wrap .btn-prev { text-indent: 1px; }*/
.nextprevarrow-wrap .btn-next { text-indent: 4px; }
.nextprevarrow-wrap .btn-prev:not(.slick-disabled):active i { left: -4px; }
.nextprevarrow-wrap .btn-next:not(.slick-disabled):active i { left: 4px; }
/*===========================*/
/*====== display table ======*/
.dtable_wrap { width: 100%; display: table; table-layout: fixed; }
.dtable_wrap > div { display: table-cell; vertical-align: middle; }
.dtable_wrap.vb > div { vertical-align: bottom; }
.dtable_wrap.vt > div { vertical-align: top; }
/*===========================*/
/*====== course columb ======*/
.course_col .img { 
	height: 210px; position: relative; border-radius: 20px; overflow: hidden; 
	background-repeat: no-repeat; background-position: center; background-size: cover; 
}
.course_col .img a { 
	box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.45); transition: all 0.3s ease-out, top 0.5s ease-out;
	position: absolute; top: 45%; left: 50%; opacity: 0; visibility: hidden;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); 
}
.course_col .desc { padding: 20px 35px; color: #888888; }
.course_col .desc .title span { font-weight: 700; color: #888888; transition: 0.3s ease-out; }
.course_col .desc .title span.chi { font-size: 24px; color: #181818; position: relative; }
.course_col .desc .title span.chi:before {
	content: '•'; border-left: 1px solid #005d29; height: calc(100% + 40px);
	position: absolute; bottom: 2px; left: -12px;
	font-family: sans-serif; font-size: 1.5em; text-indent: -0.188em; letter-spacing: 0; line-height: 0;
}
.course_col .desc a.title:hover span.chi { color: #005d29; }
.course_col .desc .detail { margin-top: 1.2em; font-size: 14px; }
.course_col:hover .img a { opacity: 1; visibility: visible; top: 50%; }
/*==================*/
/*====== Form ======*/
form .space_submit { margin-top: 4em; }
.form-group { position: relative; }
.form-control { height: calc(1.5em + 1.3em + 2px); padding: .375em 1.3em; border-radius: 100px; font-size: 15px; color: #181818; }
.form-control:focus { box-shadow: none; border-color: #333; color: #181818; }
.form-control:disabled, 
.form-control[readonly] { border: 1px solid transparent; }
label { display: block; font-weight: 700; }
/*--*/
.pw_eye_hideon { 
    position: absolute; top: 50%; right: 18px; margin-top: -6px;
    font-size: 14px; color: #888; line-height: 1; 
}
.pw_eye_hideon { cursor: pointer; }
.pw_eye_hideon:hover { color: #666; }
.pw_eye_hideon + input[type]:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]):not([type="button"]) { padding-right: 50px; }
/*--*/
/*- effect label -*/
.effectt + label.label-tag { 
    background: #f76c5a; padding: 10px 15px; border-radius: 80px; 
    position: absolute; top: 0px; left: 0; opacity: 0; visibility: hidden;
    font-size: 12px; font-weight: 400; color: #fff;
    -webkit-transform: translate(0,0); transform: translate(0,0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.effectt + label.label-tag:after {
    content: ""; width: 0; height: 0; 
    position: absolute; bottom: -4px; left: 50%; 
    border-right: 5px solid transparent; border-left: 5px solid transparent; border-top: 5px solid  #f76c5a;
    -webkit-transform: translate(-50%,0); transform: translate(-50%,0);
}
.effectt:focus + label.label-tag, 
.effectt:active + label.label-tag { 
    opacity: 1; visibility: visible;
    -webkit-transform: translate(0,-100%); transform: translate(0,-100%); 
}
/*--*/
.container_check {
    display: block; position: relative; padding-left: 30px; margin-bottom: 5px; cursor: pointer;
    font-weight: 400; line-height: 1.2;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.container_check input { position: absolute; opacity: 0; left: -9999px; }
.container_check .checkmark {
    position: absolute; top: 0; left: 0; border: 2px solid #d2d8dd; border-radius: 3px; 
    height: 20px; width: 20px; background-color: #fff; transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
    content: ""; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0;
    position: absolute; left: 6px; top: 2px; display: none;
    -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
.container_check:hover input:not([disabled]) ~ .checkmark { border: 2px solid #005d29; }
.container_check input:checked ~ .checkmark { background-color: #005d29; border: 2px solid transparent; box-shadow: 0px 0px 0px 2px rgba(0, 93, 41, 0.30); }
.container_check input:checked ~ .checkmark:after { display: block; }
/*--*/
.container_radio {
    display: block; position: relative; padding-left: 30px; margin-bottom: 10px; cursor: pointer;
    font-weight: 400; line-height: 1.2;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.container_radio input { position: absolute; opacity: 0; left: -9999px; }
.container_radio .checkmark {
    position: absolute; top: 0; left: 0; border: 2px solid #d2d8dd; border-radius: 50%;
    height: 20px; width: 20px; background-color: #fff; transition: all 0.3s ease-in-out;
}
.container_radio .checkmark:after {
    content: ""; width: 10px; height: 10px; display: block; border-radius: 50%; background: #005d29;
    position: absolute; top: 3px; left: 3px; opacity: 0;
}
.container_radio:hover input:not([disabled]) ~ .checkmark { border: 2px solid #005d29; box-shadow: 0px 0px 0px 2px rgba(0, 93, 41, 0.30); }
.container_radio input:checked ~ .checkmark { border: 2px solid #005d29; }
.container_radio input:checked ~ .checkmark:after { opacity: 1; }
/*--*/
[type="submit"] {
    font-size: 20px; font-weight: 700; text-transform: uppercase;
    background: #fcaf17; max-width: 250px; width: 100%; border: none; padding: 0.5em 1em; outline: 0; cursor: pointer; box-shadow: none; 
}
[type="submit"].actionbtn:after { border-left-color: #333; }
/*--*/
input[type=password] { font-family: sans-serif; letter-spacing: 0.1em; }
input[type]:disabled {
    color: #969289; 
    -webkit-text-fill-color: #969289; /* for ios */ 
}
/*--*/
.errormsg { color: #f76c5a; text-align: center; margin-bottom: 1.2em; }
.errormsg i { vertical-align: middle; }

label.error { 
    font-size: 12px; font-weight: 500; color: #e28282; line-height: 1.2; letter-spacing: 0.05em;
    display: block; margin: 5px 0; padding: 0 8px; 
}
label.error:empty { display: none !important; }
.form-control.error { border-color: #f76c5a !important; }
.c_valid { color: #42b567; }
.c_invalid { color: #888; }
#result-msg > * { padding: 10px; margin-top: 30px; margin-bottom: 30px; font-size: 15px; font-weight: 700; color: #fff; text-align: center; }
#result-msg > .successmsg { background: #155248; }
#result-msg > .failedmsg { background: #521515; }
/*--*/
ul.pw-msg { margin: 0; margin-bottom: 15px; padding: 0px 8px; list-style: none; font-size: 12px; font-weight: 500; color: #888; letter-spacing: 0.05em; }
ul.pw-msg li { position: relative; }
ul.pw-msg li.pw-strength { margin-bottom: 8px; }
ul.pw-msg li.c_invalid:before,
ul.pw-msg li.c_valid:before { font-family: "Font Awesome 5 Free"; font-size: 1.3em; font-weight: 900; padding-right: 5px; vertical-align: middle; }
ul.pw-msg li.c_invalid:before { content: '\f057'; }
ul.pw-msg li.c_valid:before { content: '\f058'; }
ul.pw-msg + label.error { margin: 0; }


@media only screen and (min-width: 768px) and (max-width: 1350px) {
	.offsetdeco-wrap { padding-left: 65px; }
}
@media only screen and (min-width: 1526px) {
	.course_col .img { height: 280px; }
}
@media only screen and (max-width: 767px) {
	.content-wrap { padding: 3em 5px; }
	/*--*/
	.titlehead { margin-bottom: 35px; }
	.titlehead h1 { font-size: 45px; }
	[class*=decoline]:before { height: 50px; width: 25px; left: 45px; }
	.decoline-sm:before { display: none; }
	ul.deco_rotate li { font-size: 24px; padding: 0 20px; position: static; -webkit-transform: none; transform: none; }
	ul.deco_rotate li:first-child { left: inherit; }
	ul.deco_rotate li:first-child span { -webkit-transform: none; transform: none; left: inherit; }
	.content-wrap + .content-wrap ul.deco_rotate li { -webkit-transform: none; transform: none; }
	/*--*/
	.btnoutline { border-width: 2px; padding: 0.675em 1em; }
	.btn-back { font-size: 15px; }
	/*--*/
	.nextprevarrow-wrap li { display: inline-block; margin: 0 2px; }
	.nextprevarrow-wrap .btn-arrow { font-size: 16px; }
	/*--*/
	.course_col .img { border-radius: 10px; }
	.course_col .desc { padding: 15px 15px 15px 20px; }
	.course_col .desc .title span.chi { font-size: 22px; }
	.course_col .desc .title span.chi:before { height: calc(100% + 25px); }
	/*--*/
	.form-control { font-size: 14px; }
	[type="submit"] { font-size: 18px; }
	/*--*/
}
@media only screen and (max-width: 480px) {
	.course_col .img { height: 165px; }
}


/*=====================================================================*/
/* HEADER */
/*=====================================================================*/
header { box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); position: relative; background: #fff; padding: 10px 10px; z-index: 5; }
header a { font-weight: 700; color: #181818; }
header a:hover { color: #181818; }
.layer {
    width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.35); z-index: 1;
    position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden;
    transition: all 0.1s ease;
}
.layer-is-visible { opacity: 1; visibility: visible; }
/*--*/
a.logo { display: inline-block; font-weight: 700; line-height: 1.2; }
a.logo img { max-width: 68px; margin-right: 15px; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
/*--*/
/*- Hamburger -*/
.navbar-toggler { vertical-align: middle; padding: 0; cursor: pointer; outline: 0; position: relative; z-index: 2; }
.navbar-toggler:hover { -webkit-transform: scale(0.95); transform: scale(0.95); }
.navbar-toggler div {
    display: block; width: 25px; height: 2px; margin-bottom: 4px; background: #181818; border-radius: 2px;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
    -webkit-transform-origin: 4px 1px; transform-origin: 4px 1px;
    transition: -webkit-transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0), transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.navbar-toggler div:nth-child(3) { margin: 0; }
.navbar-toggler.change div:first-child { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.navbar-toggler.change div:nth-child(2) { opacity: 0; -webkit-transform:rotate(0deg) scale(0.2, 0.2); transform: rotate(0deg) scale(0.2, 0.2); }
.navbar-toggler.change div:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
/*--*/
.navi ul { margin: 0; padding: 0; }
.navi a { position: relative; display: block; padding-left: 1.2em; font-weight: 700; }
.navi a span.eng { font-size: 12px; font-weight: 400; letter-spacing: 0.05em; }

.navi a:after {
	content: ''; display: block; width: 1em; height: 1em; background: #181818; border-radius: 50%; opacity: 0; visibility: hidden; transition: all 0.3s ease-out;
	position: absolute; bottom: -14px; left: 50%; margin-left: 8px; font-size: 5px;
}
.navi a:hover::after,
.navi li.active > a:after { opacity: 1; visibility: visible; }
/*--*/
.navi,
.btn-signin,
.btn-after_signin { display: inline-block; vertical-align: middle; text-align: center; }
.navi ~ .btn-signin,
.navi ~ .btn-after_signin { margin-left: 1.2em; min-width: inherit; }
/*--*/
.btn-signin { background: #fcaf17; color: #181818 !important; }
.btn-signin.btnsolid:before { background: rgba(0,0,0,0.15); }
.btn-signin i { font-size: 0.8em; }
/*.btn-signin span { vertical-align: middle; }*/
.btn-signin span.chi { padding-left: 0.35em; }
.btn-signin span.eng { font-size: 12px; font-weight: 400; letter-spacing: 0.05em; vertical-align: top; }
/*--*/
.btn-after_signin { font-weight: 700; line-height: 1.1; position: relative; padding-right: 1.2em;}
.btn-after_signin:after { 
	content: '\f078'; font-family: "Font Awesome 5 Free"; font-size: 0.8em; 
	display: inline-block; transition: 0.15s ease-out;
    position: absolute; right: 0; top: 50%; margin-top: -5px;
}
.btn-after_signin[aria-expanded="true"]:after { transform: rotate(180deg); margin-top: -8px; }
.btn-after_signin i { font-size: 0.8em; }
.btn-after_signin:hover::after { margin-top: -3px; }
.btn-after_signin[aria-expanded="true"]:hover::after { margin-top: -11px; }
/*--*/
ul.accnavi {
	margin: 0; padding: 0; list-style: none; overflow: hidden;
	min-width: 140px; max-width: 150px; background: #fff; z-index: 1;
	border: 1px solid #ebebeb; border-radius: 5px; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); 
    position: absolute; top: 55px; right: 15px;
    font-size: 15px; font-weight: 500; word-break: break-word;
}
ul.accnavi li:not(:last-child) { border-bottom: 1px solid #ddd; }
ul.accnavi a { display: block; padding: 0.5em 1em; transition: 0.3s ease-out; color: #181818; }
ul.accnavi a span { display: block; }
ul.accnavi a span.eng { font-size: 11px; letter-spacing: 0.05em; }
ul.accnavi a:hover { padding-left: 1.3em; }
ul.accnavi li.active a { background: #005d29; color: #fff; }
/*--*/
.header_in { position: absolute; left: 0; top: 0; width: 100%; background: transparent; box-shadow: none; }
.header_in .navbar-toggler div { background: #fff; }
.header_in .navbar-toggler.change div { background: #181818; }
.header_in a,
.header_in a:hover { color: #fff; }
.header_in ul.accnavi a:hover { color: #181818; }
/*===========================*/
/*====== sign In Modal ======*/
.pop-logsign a { font-weight: 700; color: #fcaf17; }
.pop-logsign a:hover { text-decoration: underline; }
.pop-logsign .modal-dialog { max-width: 610px; padding-left: 10px; padding-right: 10px; }
.pop-logsign .modal-content {
	background: url(../images/bg-loginsignup.jpg) no-repeat; background-size: cover; background-position: center;
	border: none; border-radius: 20px; padding-left: 18%; overflow: hidden;
}
/*--*/
.pop-logsign .form-wrap { 
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='3px' height='20px'%3e%3cpath style='fill:%23333333;' d='M-0.000,0.000 L1.000,0.000 L1.000,1926.923 L-0.000,1926.923 L-0.000,0.000 Z'/%3e%3c/svg%3e");
	background-color: #383838; /*background-position: top left 30%, top left 70%;*/ 
	padding: 50px 20px; color: #fff; 
}
.pop-logsign .btn-close { color: #fcaf17; }
.pop-logsign .title { font-size: 30px; color: #fcaf17; text-align: center; margin-bottom: 1em; }
/*--*/
.pop-logsign .form-control { border: 1px solid #707070; border-radius: 80px; background: transparent; font-size: 14px; color: #fff; }
.pop-logsign .form-control:focus { border-color: #fff; box-shadow: none; }
.pop-logsign input::-webkit-input-placeholder{ color: #fff; opacity: 0.6; }
.pop-logsign input:-moz-placeholder { color: #fff; opacity: 0.6; }
.pop-logsign input::-moz-placeholder { color: #fff; opacity: 0.6; }
.pop-logsign input:-ms-input-placeholder { color: #fff; opacity: 0.6; }
.pop-logsign [type="submit"] { max-width: inherit; }
/*--*/
.pop-logsign .pw_eye_hideon { color: #fff; opacity: 0.6; }
.pop-logsign .pw_eye_hideon:hover { opacity: 1; }
/*--*/
.pop-logsign .remark { font-size: 14px; text-align: center; margin-top: 10px; }
.pop-logsign .remark_bottom { font-size: 14px; text-align: center; margin-top: 50px; }
/*--*/
.pop-logsign label.error { margin-top: -8px; margin-bottom: 15px; }


@media only screen and (min-width: 768px) {
	.navbar-toggler { display: none; }
	/*--*/
	.navi li { display: inline-block; margin: 0 0.3em; }
	.navi a i { font-size: 0.8em; position: absolute; top: 8px; left: 0; transition: all 0.3s ease-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
	.navi a span { display: block; }
	.navi a:hover i { transform: scale(1.2); }
	/*--*/
	.header_in .navi a:after { background: #fff; }
}
@media only screen and (max-width: 767px) {
	header { padding: 10px 5px; }
	a.logo { font-size: 14px; }
	a.logo img { max-width: 50px; margin-right: 9px; }
	/*--*/
    .navi {
        position: fixed; top: 0; bottom: 0; left: 100%; z-index: 1;
        width: 85%; background-color: #fff; overflow-y: auto; visibility: hidden;
        transition: -webkit-transform .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .navi.open { visibility: visible; -webkit-transform: translateX(-100%); transform: translateX(-100%); }

    .navi ul { margin-top: 70px; border-top: 1px solid #ccc; }
    .navi li { display: block; border-bottom: 1px solid #ccc; }
    .navi li:last-child { border-bottom: none; }
    .navi li a { padding: 0.8em 1.2em; color: #181818; text-align: left; transition: all 0.3s ease-out; }
    .navi a:after { bottom: inherit; left: inherit; margin-left: 0; top: 50%; right: 25px; margin-top: -2px; }
    .navi a:hover { padding-left: 1.5em; }
    /*--*/
    .navbar-toggler ~ .btn-signin,
    .navbar-toggler ~ .btn-after_signin { margin-left: 0.8em; z-index: 2; font-size: 14px; }
    .navi.open ~ .btn-after_signin { color: #181818; }
    /*--*/
    .pop-logsign .modal-content { padding-left: 12%; border-radius: 15px; }
    .pop-logsign .form-wrap { padding: 50px 10px 30px; }
    .pop-logsign .title { font-size: 27px; }
}
@media only screen and (max-width: 480px) {
	a.logo img { margin: 0; }
    a.logo div:last-child { display: none; }
    /*--*/
    .pop-logsign .modal-dialog { margin-bottom: 80px; }
    .pop-logsign .modal-content { padding-left: 5%; }
}
@media only screen and (max-width: 280px) {
    .btn-signin span { display: none; }
}


/*=====================================================================*/
/* FOOTER */
/*=====================================================================*/
footer { background-color: #383838; padding: 0 20px; position: relative; z-index: 2; font-size: 14px; color:#888; }
footer a { color: #888; transition: all 0.3s ease-out; }
footer a:hover { color: #fff; }
.foottop,
.footbtm { max-width: 1300px; margin-left: auto; margin-right: auto; }
.foottop { padding: 30px 0; }
.footbtm { padding-top: 15px; padding-bottom: 25px; margin-top: 20px; border-top: 1px solid #484848; }
/*=================*/
/*====== ... ======*/
ul.footlink { margin: 0; padding: 0; }
ul.footlink > li { display: inline-block; margin-right: 15px; vertical-align: middle; }
ul.footlink > li:after { 
    content: '|'; font-weight: 300; letter-spacing: 0; 
    position: relative; left: 10px; opacity: 0.8; 
}
ul.footlink > li:last-child { margin-right: 0; }
ul.footlink > li:last-child:after { content: ''; }
ul.footlink > li > a { display: inline-block; }
/*=================*/
/*====== ... ======*/
ul.footsocial { margin: 0; padding: 0; list-style: none; display: inline-block; vertical-align: sub; }
ul.footsocial li { display: inline-block; margin: 0 5px; }
ul.footsocial li a { display: block; }
ul.footsocial li a:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
ul.footsocial li a i {
    font-size: 1.8em; text-align: center; line-height: 1;
    display: inline-block; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
/*===============================*/
/*====== Scroll top button ======*/
.scroll_top-wrap { 
	display: inline-block; position: absolute; bottom: 99%; z-index: 2;
	font-size: 14px; color: #888888; text-align: center; 
}
.scroll_top-wrap span { text-shadow: 0 0 1px rgba(255, 255, 255, 0.50); }
.scroll_top {
    background-color: #383838; border-radius: 10px 10px 0 0; display: inline-block; width: 100%; min-width: 65px; margin-top: 5px; padding: 7px 5px 0; z-index: 1; cursor: pointer; 
    font-size: 1.5rem; color: #fff; text-align: center; line-height: 1;
}
.scroll_top i { display: inline-block; transition: all 0.3s ease-out; }
.scroll_top:hover { color: #fff; }
.scroll_top:hover i {
	-webkit-transform: translateY(-5px); transform: translateY(-5px);    
    -webkit-animation-name: hvr-icon-bob; animation-name: hvr-icon-bob;
    -webkit-animation-duration: .9s; animation-duration: .9s;
    -webkit-animation-delay: .3s; animation-delay: .3s;
    -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
    -webkit-animation-direction: alternate; animation-direction: alternate; 
}
    
@-webkit-keyframes hvr-icon-bob {
    0% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
    50% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
}
@keyframes hvr-icon-bob {
    0% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
    50% { -webkit-transform: translateY(0); transform: translateY(0); }
    100% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
}


@media only screen and (max-width: 767px) {
	.scroll_top-wrap { font-size: 12px; }
	.scroll_top { min-width: 55px; font-size: 1rem; }
}


/*=====================================================================*/
/* ACCOUNT */
/*=====================================================================*/
.accrelate-wrap { min-height: 72vh; }
.accrelate-wrap .box_content {
	background: url(../images/bg-loginsignup.jpg) no-repeat; background-size: cover; background-position: center; background-color: #e6e6e6;
	border-radius: 20px; padding-left: 20%; overflow: hidden; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); position: relative;
}
.accrelate-wrap .form-wrap { 
	background: #fff; padding: 30px 25px; 
	min-height: 35vh; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center;
}
.accrelate-wrap .form-wrap > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; width: 100%; }
/*=================================*/
/*====== message succ / fail ======*/
.failed-msg .titlehead h1 { color: #888; }
/*============================*/
/*====== reset password ======*/
.resetpw-wrap .box_content i.deco { 
	position: absolute; top: 50%; left: 35px;
	font-size: 3em; color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}
.resetpw-wrap form label.error { margin-top: -8px; margin-bottom: 15px; }
/*=================*/
/*====== ... ======*/
.acc-wrap .leftcon { 
	background: url(../images/bg-loginsignup.jpg) no-repeat; background-attachment: fixed; background-position: left bottom; background-color: #ebe1e2; 
	position: relative; padding-left: 0; padding-right: 0; 
}
.acc-wrap .leftcon:before {
	content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); opacity: 0.8;
    position: absolute; top: 0; left: 0;
}
ul.sidevar_accnav { padding: 0; margin: 0; list-style: none; position: relative; z-index: 1; }
ul.sidevar_accnav li { /*border-bottom: 1px solid #e2e2e2;*/ border-bottom: 1px solid rgba(226, 226, 226, 0.25); }
ul.sidevar_accnav li a { /*color: #181818;*/ color: #fff; display: block; padding: 10px 20px; border-right: 3px solid transparent; position: relative; padding-left: 45px; transition: 0.3s ease-out; }
ul.sidevar_accnav li a i { position: absolute; top: 18px; left: 20px; font-size: 0.8em; }
ul.sidevar_accnav li a span.eng { display: block; margin-top: 3px; font-size: 0.8em; }
ul.sidevar_accnav li:not(.active) a:hover { border-right: 3px solid #8dc63f; padding-left: 50px; }
ul.sidevar_accnav li.active a { font-weight: 700; border-right: 3px solid #8dc63f; background-color: rgba(255, 255, 255, 0.1); }
/*--*/
.acc-wrap .rightcon { background-color: #f7f7f7; }
.acc-wrap .titlehead h3.eng { font-size: 32px; color: #888; font-weight: 300; line-height: 1.1; margin-bottom: 8px; }
.acc-wrap .rightcon .box_content { background-color: #fff; border-radius: 20px; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); padding: 30px 25px; }
/*--*/
.acc-wrap form label.error { margin-top: -8px; margin-bottom: 15px; }
/*===============================*/
/*====== purchase history ======*/
.my_phistory-wrap ul.nav-tab { margin: 40px 0 30px; }
.my_phistory-wrap ul.nav-tab li { margin-right: 10px; }
.my_phistory-wrap ul.nav-tab a {
	font-size: 14px; color: #181818;
    display: inline-block; padding: 0.8em 0; border-bottom: 2px solid transparent;
}
.my_phistory-wrap ul.nav-tab a span { vertical-align: middle; display: inline-block; }
.my_phistory-wrap ul.nav-tab a span.chi { font-size: 1.4285em; font-weight: bold; }
.my_phistory-wrap ul.nav-tab a.active { border-bottom: 2px solid #181818; }
/*--*/
.my_phistory-wrap .tab-content {  }
.my_phistory-wrap table { border-collapse: collapse; width: 100%; font-size: 15px; }
.my_phistory-wrap table th:first-child,
.my_phistory-wrap table td:first-child { padding-left: 0; }
.my_phistory-wrap table th:last-child,
.my_phistory-wrap table td:last-child { padding-right: 0; text-align: right; }
.my_phistory-wrap table tr:last-child td { border-bottom: none; }
.my_phistory-wrap table th { font-size: 1.15em; }
.my_phistory-wrap table th,
.my_phistory-wrap table td { padding: 0.5em 0.5em; border-bottom: 1px solid #c2c2c2; }
.my_phistory-wrap table td.title { position: relative; padding-left: 30px; }
.my_phistory-wrap table td.title:before {
    content: '\f217'; position: absolute; left: 0;
    font-family: 'Font Awesome 5 Free'; font-weight: bold; font-size: 1.15em; color: #005d29;
}
.my_phistory-wrap table td.date { white-space: nowrap; }
.my_phistory-wrap table select {
	background-color: transparent; background-origin: content-box; background-position: right -1.3em center; background-repeat: no-repeat; background-size: 9px 6px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
    font-size: 0.9em; font-weight: 500; color: #333; line-height: 1;
    display: inline-block; margin-top: 5px; padding: 0.45em 25px 0.45em 10px; border: 1px solid; border-radius: 5px; position: relative; outline: 0; cursor: pointer;
}
.my_phistory-wrap table .btnoutline { font-size: 14px; border-width: 1px; }
/*===============================*/
/*====== my course listing ======*/
.my_course_tag { 
	font-weight: 700; color: #181818; letter-spacing: 0.1em;
	display: inline-block; background: #aaa; padding: 0.4em 1.2em; 
}
.my_course_tag.complete { background: #8dc63f; }
/*--*/
.listgrid_view_btn-wrap a[class*=btn] {
	display: inline-block; width: 2em; height: 2em; background: #ccc; border-radius: 50%; margin: 5px 3px; transition: 0.2s ease-out;
    font-size: 1.15em; color: #181818; text-align: center; line-height: 2; vertical-align: middle;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.listgrid_view_btn-wrap a[class*=btn]:not(.active):hover { transform: scale(0.95); }
.listgrid_view_btn-wrap a[class*=btn].active { background: #005d29; color: #fff; }
/*--*/
.my_course_list > a { display: table; width: 100%; background: #fff; border-radius: 20px; box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.09); margin-bottom: 2em; position: relative; transition: 0.3s ease-out; }
.my_course_list .img,
.my_course_list .desc { display: table-cell; }
.my_course_list .my_course_tag { position: absolute; top: -10%; right: -3%; font-size: 14px; }
/*--*/
.my_course_list .img { 
	width: 100px; height: 100px; position: relative; border-radius: 20px 0 0 20px;
	background-repeat: no-repeat; background-position: center; background-size: cover; 
}
.my_course_list .img .icon { 
	display: inline-block; background: #f1ece7; width: 2em; height: 2em; border-radius: 50%;
	font-size: 1.5em; color: #181818; text-align: center; line-height: 2;
	position: absolute; top: 45%; left: 50%; opacity: 0; visibility: hidden;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); 
	transition: all 0.3s ease-out, top 0.5s ease-out;
}
/*--*/
.my_course_list .desc { padding: 20px 20px; color: #888888; }
.my_course_list .desc .title div.chi { font-size: 18px; font-weight: 700; color: #181818; }
.my_course_list .desc .title div.eng { font-size: 12px; font-weight: 500; }
.my_course_list .desc .detail { margin-top: 3em; font-size: 14px; }
/*--*/
.my_course_list > a:hover { box-shadow: none; }
.my_course_list > a:hover .img .icon { opacity: 1; visibility: visible; top: 50%; }
.my_course_list > a:hover .desc .title div.chi { color: #005d29; }
/*==============================*/
/*====== my course detail ======*/
.my_course_detail-wrap .leftcon { 
	width: 12%; height: 100vh; position: fixed; top: 0; left: 0; 
	background-attachment: inherit; background-position: center bottom;
}
.my_course_detail-wrap .rightcon { width: 100%; margin-left: 12%; background: none; }
/*--*/
.quickdesc-wrap { margin-top: -50px; margin-bottom: 4em; margin-left: -50px; margin-right: -35px; background: #f3f3f3; padding: 20px 35px; }
.quickdesc-wrap.cus_dot ul { font-size: 14px; }
.quickdesc-wrap.cus_dot ul li { display: inline-block; margin-right: 20px; }

.getcert .btnsolid { font-size: 14px; background: #4a5eab; box-shadow: 4px 4px 0 rgba(0,0,0,0.2); border-radius: 0; min-width: auto; }
.getcert .btnsolid:before { border-radius: 0; }
.getcert .btnsolid i { margin-right: 5px; }
/*--*/
.my_course_detail-wrap .titlehead { position: relative; }
.my_course_detail-wrap .titlehead .btn-prev { display: inline-block; margin-bottom: 2em; font-size: 16px; color: #181818; }
.my_course_detail-wrap .titlehead .btn-prev i { 
    font-size: 0.8em; font-weight: 900; text-align: center; line-height: 1.7; text-indent: -1px; vertical-align: top;
    width: 1.7em; height: 1.7em; border: 1px solid #888; border-radius: 50%; margin-right: 5px;
    display: inline-block; position: relative; left: 0; transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.my_course_detail-wrap .titlehead .btn-prev:hover i { left: -3px; }
.my_course_detail-wrap .titlehead .btn-prev:active i { left: -6px; }
/*--*/
.my_course_detail-wrap .titlehead h3.eng { font-size: 32px; color: #888; line-height: 1.1; }
.my_course_detail-wrap .titlehead h1.chi { font-size: 60px; font-weight: 900; color: #181818; line-height: 1.1; }
.my_course_detail-wrap .titlehead h1.chi:before {
	content: '•'; border-top: 1px solid #005d29; width: 60px;
	position: absolute; top: 35px; right: calc(100% + 15px);
	font-family: sans-serif; font-size: 0.67em; color: #005d29; text-indent: -0.188em; letter-spacing: 0; line-height: 0;
}
/*--*/
.my_course_detail-wrap ul.nav-tab { margin: 40px 0 30px; margin-left: 1px; }
.my_course_detail-wrap ul.nav-tab li:first-child a { border-radius: 80px 0 0 80px; }
.my_course_detail-wrap ul.nav-tab li:last-child a { border-radius: 0 80px 80px 0; }
.my_course_detail-wrap ul.nav-tab a {
	font-size: 14px; color: #181818;
    display: inline-block; background: #fff; padding: 0.8em 2.5em; margin-left: -1px; border: 1px solid #c2c2c2;
}
.my_course_detail-wrap ul.nav-tab a span { vertical-align: middle; display: inline-block; transition: 0.3s ease-out; }
.my_course_detail-wrap ul.nav-tab a span.chi { font-size: 1.4285em; font-weight: bold; }
.my_course_detail-wrap ul.nav-tab a:hover span { -webkit-transform: translateX(5px); transform: translateX(5px); }
.my_course_detail-wrap ul.nav-tab a.active { background: #005d29; color: #fff; border-color: #005d29; }
/*--*/
.my_course_detail-wrap .tab-content { background: #f3f3f3; border-radius: 20px; overflow: hidden; }
.my_course_detail-wrap .tab-content .title { margin-bottom: 1.3em; }
.my_course_detail-wrap .tab-content .title h3.chi { margin-bottom: 0; font-size: 30px; color: #005d29; }
.my_course_detail-wrap .tab-content .title h6.eng { font-size: 14px; color: #888888; }
/*--*/
.overview_desc { padding: 30px; }
.overview_desc + .overview_desc { border-top: 1px solid #c2c2c2; padding-top: 40px; margin-top: 10px; }
/*--*/
.curriculum_desc { padding: 40px 35px 30px; padding-left: 45px; counter-reset: item; }
.curriculum_desc .cards { position: relative; padding-left: 60px; margin-bottom: 10px; counter-increment: item; }
.curriculum_desc .cards:before { 
	content: '0'counter(item); font-size: 30px; font-weight: 900; color: #005d29;
	position: absolute; left: 0; top: 3px;
}
.curriculum_desc.question .cards:before { content: '\f059'; font-family: 'Font Awesome 5 Free'; font-weight: 400; }
/*--*/
.curriculum_desc .card-header {
	display: block; background: #d8d8d8; border: none; border-radius: 10px;
    font-size: 20px; font-weight: 900; color: #181818;
}
.curriculum_desc .card-header small { font-size: 0.7em; }
.curriculum_desc .card-header.decoline:before { 
	width: 0; height: 0; left: inherit; right: calc(100% + 14px); 
	transition: height 0.3s ease-out, width 0.3s ease-out 0.4s; 
}
.curriculum_desc .card-header[aria-expanded=true] { border-radius: 10px 10px 0 0; }
.curriculum_desc .card-header[aria-expanded=true].decoline:before { 
	width: 30px; height: 30px; 
	transition: width 0.3s ease-out, height 0.3s ease-out 0.4s;
}

.curriculum_desc .card-header[data-toggle]:after { content: '\f078'; font-family: 'Font Awesome 5 Free'; font-size: 0.8em; position: absolute; top: 1.1em; right: 25px; }
.curriculum_desc .card-header[data-toggle][aria-expanded=true]:after { content: '\f077' }
/*--*/
.curriculum_desc .card-body { background: #e6e6e6; border-radius: 0 0 10px 10px; padding: 20px 25px; }
/*--*/
.learnpoint { position: relative; padding-left: 25px; margin: 0; }
.learnpoint + .learnpoint { margin-top: 1.5em; }
.learnpoint:before {
    content: '•'; border-top: 1px solid #005d29; width: 25px;
    position: absolute; top: 11px; left: 0;
    font-family: sans-serif; font-size: 2em; color: #005d29; text-indent: 18px; letter-spacing: 0; line-height: 0; text-align: right;
}
.learnpoint .subject { font-weight: 700; margin-bottom: 5px; }
.learnpoint .subject i { margin-right: 5px; }
.learnpoint .desc { font-size: 14px; }
.learnpoint .btnsolid { min-width: 110px; background: #557865; font-size: 14px; vertical-align: middle; }
.learnpoint .duration { font-size: 0.8em; vertical-align: middle; display: inline-block; margin: 5px 0; margin-right: 10px; }
.learnpoint .duration i { vertical-align: middle; margin-right: 5px; }

.learnpoint.videopoint:before {
    content: '\f04b'; border: none; width: auto; height: auto; top: 8px;
    font-family: 'Font Awesome 5 Free'; font-size: 0.8em; font-weight: bold; line-height: 1; text-indent: 14px;
}
/*--*/
.my_course_detail-wrap .tutorlist-wrap { padding: 30px 0; }
.my_course_detail-wrap .trainertutor:nth-child(even) { background: #ececec; }
/*=============================*/
/*====== my course video ======*/
body div.my_course_video-wrap { padding-bottom: 0 !important; }
.my_course_video-wrap + footer { display: none; }

.my_course_video-wrap .leftcon { width: 100%; }
.my_course_video-wrap .rightcon { width: 100%; background: #f3f3f3; }

.my_course_video-wrap .embed-responsive-16by9:before { padding-top: 52.9%; }
.my_course_video-wrap .leftcon .desc {  }
/*--*/
/* ** (https://bootstrapious.com/p/circular-progress-bar) */
.progressbar-wrap { font-size: 14px; font-weight: 500; }
.progress { width: 1.5em; height: 1.5em; background: none; position: relative; margin-right: 5px; }
.progress:after {
    content: ""; width: 100%; height: 100%; border-radius: 50%; border: 0.3em solid #aaa;
    position: absolute; top: 0; left: 0;
}
.progress > span {
    width: 50%; height: 100%; overflow: hidden; z-index: 1;
    position: absolute; top: 0;
}
.progress .progress-left { left: 0; }
.progress .progress-right { right: 0; }
.progress .progress-bar { 
	width: 100%; height: 100%; background: none; position: absolute; top: 0;
	border: 0.3em solid #f76c5a; transform: rotate(0deg); transition: 0.3s ease-out;
}
.progress .progress-left .progress-bar {
    left: 100%; border-top-right-radius: 80px; border-bottom-right-radius: 80px; border-left: 0;
    -webkit-transform-origin: center left; transform-origin: center left; transition: 0.3s ease-out 0.3s;
}
.progress .progress-right .progress-bar {
    left: -100%; border-top-left-radius: 80px; border-bottom-left-radius: 80px; border-right: 0;
    -webkit-transform-origin: center right; transform-origin: center right; 
}
/*--*/
.toggle_videolist-btn { display: none; }
.videolist-header { background: #e2e2e2; padding: 20px 20px; border-bottom: 1px solid #c2c2c2; }
.videolist-header .btn-prev { display: inline-block; font-size: 15px; font-weight: 500; color: #181818; }
.videolist-header .btn-prev i { 
    font-size: 0.8em; font-weight: 900; text-align: center; line-height: 1.7; text-indent: -1px; vertical-align: top;
    width: 1.7em; height: 1.7em; border: 1px solid #888; border-radius: 50%; margin-right: 5px;
    display: inline-block; position: relative; left: 0; transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.videolist-header .btn-prev:hover i { left: -3px; }
.videolist-header .btn-prev:active i { left: -6px; }
/*--*/
.course_playlist-wrap { padding: 20px; }
.course_playlist-wrap h6.title { font-size: 18px; font-weight: 900; color: #005d29; margin-bottom: 0.65em; }
.course_playlist-wrap .courseplaylist + h6.title { margin-top: 2.5em; }
/*--*/
.courseplaylist + .courseplaylist { margin-top: 15px; }
.courseplaylist a.course_play_name { color: #000; cursor: pointer; }
.courseplaylist a.course_play_name:hover { text-decoration: underline; }

.courseplaylist .duration { font-size: 0.8em; vertical-align: middle; margin-left: 10px; }
.courseplaylist .duration i { vertical-align: middle; margin-right: 5px; }
/*--*/
.resource_dl { font-size: 14px; position: relative; display: inline-block; background: #fff; border-radius: 80px; margin-top: 0.6em; margin-left: 30px; }
.resource_dl:before { content: '\f07c'; font-family: 'Font Awesome 5 Free'; font-weight: bold; position: absolute; top: 8px; left: 14px; }
.resource_dl select {
	background-color: transparent; background-origin: content-box; background-position: right -0.6em center; background-repeat: no-repeat; background-size: 9px 6px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
    font-weight: 500; color: #333; line-height: 1;
    display: inline-block; padding: 0.55em 20px 0.8em 35px; border: 1px solid; border-radius: 80px; position: relative; outline: 0; cursor: pointer;
}
/*============================*/
/*====== my course quiz ======*/
.my_course_quiz-wrap { background: #efefef; }
.my_course_quiz-wrap .box_content { background: #fff; padding: 30px 25px; }
/*--*/
.my_course_quiz-wrap .topdesc-wrap {
	/*background: #005d29; padding: 25px 15px; color: #fff;*/
	padding: 25px 15px 20px;
}
/*--*/
.quiz-con .total { font-size: 0.8em; color: #777; margin-bottom: 2em; }
.quiz-con [type="button"] {
    font-weight: 700; text-transform: uppercase;
    max-width: 250px; width: 100%; border: none; padding: 0.5em 1em; outline: 0; cursor: pointer; box-shadow: none; 
}
.quiz-con .space_submit .btnsolid {
	background: #005d29; min-width: 80px; max-width: inherit; width: auto; margin-right: 5px;
    font-size: 15px; vertical-align: middle;
}
.quiz-con .space_submit .btnsolid.prev { background: #bbb; }
.quiz-con .space_submit .btnskip {
	font-size: 0.8em; color: #777; vertical-align: middle;
    display: inline-block; margin: 5px 10px;
}
.quiz-con .space_submit .btnskip:hover { text-decoration: underline; }
/*--*/
.quick_quizresult small { color: #777; }
.quick_quizresult .result p { margin-bottom: 0; font-weight: 500; }
.quick_quizresult .result .correct i { color: #42b567; }
.quick_quizresult .result .wrong i { color: #b54242; }
.quick_quizresult .rating { font-size: 1.3em; font-weight: font-weight: 700; }
.quick_quizresult .btn-wrap { margin-top: 30px; }
.quick_quizresult .btnsolid { vertical-align: middle; }
/*--*/
.btneg { color: #777; }
.btneg i { font-size: 1.2em; }
.btneg:hover { text-decoration: underline; }
/*--*/
.pop-example .modal-dialog { max-width: 610px; padding-left: 10px; padding-right: 10px; }
.pop-example .modal-content { border: none; border-radius: 20px; padding: 20px 20px; }
/*========================================*/
/*====== my course quiz result page ======*/
.my_course_quiz_result-wrap { background: #f3f3f3; }
.my_course_quiz_result-wrap .box_title { background: #005d29; padding: 20px 25px; color: #fcaf16; }
.my_course_quiz_result-wrap .box_content { background: #fff; padding: 30px 25px; }
/*--*/
.my_course_quiz_result-wrap .topdesc-wrap { 
	/*background: #005d29; padding: 25px 15px; color: #fff;*/ 
	padding: 25px 15px 20px;
}
/*--*/
.quizresult-con .total { font-size: 0.8em; color: #777; margin-bottom: 10px; }
.quizresult-con + .quizresult-con { border-top: 1px solid #c2c2c2; padding-top: 35px; margin-top: 35px; }


@media only screen and (min-width: 992px) and (max-height: 700px) {
	.my_course_video-wrap .embed-responsive-16by9:before { padding-top: calc(100vh - 84px); }
}
@media screen and (min-width: 576px) {
	.listview .my_course_list { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.listview .my_course_list > a { display: table; width: 100%; table-layout: fixed; border: 1px solid #ebebeb; border-radius: 10px; position: relative; overflow: hidden; margin-bottom: 1em; box-shadow: none; }
	.listview .my_course_list .img,
	.listview .my_course_list .my_course_tag { display: table-cell; vertical-align: middle; }
	.listview .my_course_list .my_course_tag { position: static; width: 9%; text-align: center; }
	.listview .my_course_list .img { width: 80px; height: 80px; border-radius: 0; }
	.listview .my_course_list .img .icon { font-size: 1em; }
	.listview .my_course_list .desc { color: #888888; padding: 20px 20px; display: table; width: 100%; table-layout: fixed; }
	.listview .my_course_list .desc .title, 
	.listview .my_course_list .desc .detail { display: table-cell; width: 50%; }
	.listview .my_course_list .desc .detail { text-align: right; }
	/*--*/
    .learnpoint .right { text-align: right; padding: 0; }
}
@media only screen and (min-width: 768px) {
    .acc-wrap { margin-bottom: -80px; position: relative; z-index: 2; }
    .acc-wrap .leftcon, 
    .acc-wrap .rightcon { padding-top: 50px; padding-bottom: 100px; }
    .acc-wrap .leftcon { 
    	border-right: 1px solid #e2e2e2; 
    	/*background: #f1ece7; border-radius: 0 25px 25px 0;*/ 
    }
    .acc-wrap .rightcon { padding-left: 35px; min-height: 54vh; }
    /*--*/
    .my_phistory-wrap .rightcon { min-height: 72vh; }
    /*--*/
    .my_course_listing-wrap .rightcon { min-height: 72vh; }
    /*--*/
    .my_course_detail-wrap .rightcon { padding-left: 50px; min-height: 72vh; }
}
@media only screen and (min-width: 992px) {
	.body-my_course_video { overflow: hidden; }
	/*
	 ** Custom Scrollbar Maker (https://codepen.io/stephenpaton-tech/full/JjRvGmY)
	*/
	.my_course_video-wrap .leftcon { scrollbar-width: auto; scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0); } /* Firefox */
	.my_course_video-wrap .leftcon::-webkit-scrollbar { width: 11px; }
	.my_course_video-wrap .leftcon::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0); }
	.my_course_video-wrap .leftcon::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; border: 3px solid transparent; background-clip: padding-box; }

	.course_playlist-wrap { scrollbar-width: auto; scrollbar-color: rgba(0, 0, 0, 0.2) rgba(245, 245, 245, 0); }
	.course_playlist-wrap::-webkit-scrollbar { width: 11px; }
	.course_playlist-wrap::-webkit-scrollbar-track { background: rgba(245, 245, 245, 1); }
	.course_playlist-wrap::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; border: 3px solid transparent; background-clip: padding-box; }
	/* ** end Custom Scrollbar Maker 
	*/
	.my_course_video-wrap .leftcon { width: calc(100% - 340px); max-height: calc(100vh - 84px); overflow-y: auto; transition: .3s ease-out; }
	.my_course_video-wrap .leftcon.full { width: 100%; }
	.my_course_video-wrap .rightcon {
	    width: 0; height: 0; transition: .3s ease-out; 
	    -webkit-transform: translateX(100%); transform: translateX(100%);
	}
	.my_course_video-wrap .rightcon.open { 
		width: 340px; min-height: calc(100vh - 84px); 
		-webkit-transform: translateX(0); transform: translateX(0); 
	}
	/*--*/
	.toggle_videolist-btn {
		font-size: 20px; color: #fff; text-align: center; line-height: 2;
	    display: inline-block; width: 2em; height: 2em; background: #005d29; cursor: pointer;
	    position: absolute; left: -2.55em; top: 14px;
	}
	.toggle_videolist-btn.change i:before { content: '\f104'; }
	/*--*/
	.course_playlist-wrap { height: 100%; max-height: calc(100vh - 170px); overflow-y: auto; }

}
@media only screen and (max-width: 767px) {
	body > div.acc-wrap { padding-bottom: 0 !important; }
	.acc-wrap .leftcon { padding: 0; background-position: center top; background-attachment: inherit; display: none; }
	.acc-wrap .rightcon { min-height: 20vh; padding-left: 25px; padding-right: 25px; padding-bottom: 80px; }
	.acc-wrap .titlehead h3.eng { font-size: 29px; line-height: 1.2; }
	/*--*/
	.my_course_list > a { border-radius: 10px; }
	.my_course_list .img { border-radius: 10px 0 0 10px; }
	/*--*/
	.my_course_detail-wrap .leftcon { position: relative; display: block; width: 100%; height: 120px; background-size: cover; background-position: center;}
	.my_course_detail-wrap .rightcon { margin: 0; }
	.quickdesc-wrap { margin-top: -45px; margin-bottom: 3em; margin-left: -25px; margin-right: -25px; padding: 20px 25px; }
	.quickdesc-wrap .my_course_tag { font-size: 14px; }
	.my_course_detail-wrap .titlehead .btn-prev { font-size: 15px; margin-bottom: 1.5em; }
	.my_course_detail-wrap .titlehead h1.chi { font-size: 45px; }
	.my_course_detail-wrap ul.nav-tab { margin: 25px 0 25px; }
	.my_course_detail-wrap ul.nav-tab a { font-size: 12px; padding: 0.8em 1.5em; }
	.overview_desc { padding: 25px; }
	.overview_desc + .overview_desc { padding-top: 30px; margin-top: 5px; }
	.my_course_detail-wrap .tab-content .title h3.chi { font-size: 24px; }
	.curriculum_desc { padding: 30px 25px 20px; }
	.curriculum_desc .cards { padding-left: 40px; }
	.curriculum_desc .cards:before { font-size: 22px; top: 8px; }
	.curriculum_desc .card-header { font-size: 18px; }
	.curriculum_desc .card-header.decoline:before { right: calc(100% + 8px); }
	.curriculum_desc .card-header[aria-expanded=true].decoline:before { width: 20px; height: 25px; }
	.curriculum_desc .card-body { padding: 20px 20px; }
	.learnpoint { padding-left: 14px; }
	.learnpoint + .learnpoint { margin-top: 2em; }
	.learnpoint:before { width: 12px; top: 11px; text-indent: 8px; }
	.learnpoint.videopoint:before { top: 5px; font-size: 0.6em; text-indent: 8px; }
	.learnpoint .right { margin-top: 10px; }
	.learnpoint .btnsolid { min-width: 90px; padding: 0.6em 0.8em; font-size: 14px; }
}
@media screen and (max-width: 575px) {
	.listgrid_view_btn-wrap { display: none; }
	/*--*/
	.getcert .btnsolid { font-size: 13px; }
}
@media only screen and (max-width: 480px) {
    .accrelate-wrap .box_content { padding-left: 5%; }
    /*--*/
    .resetpw-wrap .box_content i.deco { display: none; }
    /*--*/
    .my_course_listing-wrap .rightcon { min-height: 65vh; }
    .my_course_list > a { border-radius: 5px; }
    .my_course_list .img { width: 60px; height: 60px; border-radius: 5px 0 0 5px; }
    .my_course_list .my_course_tag { top: -14%; font-size: 12px; }
    .my_course_list .desc { padding: 15px 15px; }
    .my_course_list .desc .detail { margin-top: 1em; font-size: 12px; }
}


/*=====================================================================*/
/* HOME */
/*=====================================================================*/
/*========================*/
/*====== homeslider ======*/
.homeslider { background: url(../js/slick/ajax-loader.gif) no-repeat center; position:relative; height: 570px; }
.homeslider.slick-initialized { background: inherit; height: auto; margin: 0; }
.homeslider .home_slide { display: none; }
.homeslider.slick-initialized .home_slide { display: block; }
.home_slide {
    position: relative; outline: 0; height: 570px; 
    background-size: cover; background-position: center; background-repeat: no-repeat;
}
/*.home_slide:before {
    content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.3;
    background: rgba(0,0,0,0.3) url(../images/bg-dot.png); background-size: 3px;
}*/
/*--*/
.homeslide-desc {
    color: #fff; text-align: center; 
    position: absolute; top: 50%; left: 0; width: 100%; padding: 0 10px;
    -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}
.homeslide-desc .title { 
	font-size: 60px; font-weight: 900; line-height: 1.1; 
	position: relative; display: inline-block; padding: 0 30px;
}
.homeslide-desc .title:before {
	content: ''; width: calc(50vw - 10px - 50%); border-bottom: 2px solid #fff; 
	position: absolute; top: 50%; right: 100%;
	-webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}
.homeslide-desc .title + .desc { margin-top: 8px; }
/*--*/
.homeslider .slick-dots { bottom: 25px; line-height: 0; }
.homeslider .slick-dots li { width: auto; height: auto; margin: 1px 4px; }
.homeslider .slick-dots li button { 
    width: 10px; height: 10px; display: inline-block; padding: 0; 
    border-radius: 50%; border: 1px solid #fff; transition: 0.2s ease-out;
}
.homeslider .slick-dots li button:before { content: none; }
.homeslider .slick-dots li.slick-active button, 
.homeslider .slick-dots li button:hover, 
.homeslider .slick-dots li button:focus { background: #fff; }
/*=========================*/
/*====== home course ======*/
.home_course-wrap { padding-right: 0; padding-bottom: 4.5em; overflow: hidden; }
.home_course-wrap .titlehead { margin-bottom: 40px; margin-left: -62px; display: inline-block; }
.morecourse-wrap { position: relative; margin-left: 6%; margin-top: 15px; }
.morecourse-wrap:before {
	content: ''; width: 4vw; height: 1px; display: inline-block; background: #005d29;
	position: absolute; top: 20px; right: 100%;
}
.morecourse-wrap a.btnsolid { font-size: 14px; }
/*--*/
.home_courseslider-wrap { padding-left: 8%; padding-right: 0; position: relative; }
.home_courseslider { background: url(../js/slick/ajax-loader.gif) no-repeat center; height: 400px; overflow: hidden; position: static; }
.home_courseslider.slick-initialized { background: inherit; height: auto; margin-bottom: 0; }
.home_courseslider .course_col { display: none; }
.home_courseslider.slick-initialized .course_col { display: block; padding: 0 15px; }
/*--*/
.home_courseslider .slick-list { padding-right: 22%; }
.course_col.slick-slide:nth-child(even) { margin-top: 30px; }

.home_courseslider.slick-no-slide .slick-list { padding-right: 0; }
.home_courseslider.slick-no-slide .slick-track { transform: inherit !important; margin: 0; }
/*--*/
.home_courseslider .slick-arrow { 
    width: 2em; height: 2em; border: 1px solid #888; border-radius: 50%; overflow: hidden;
    font-size: 22px; text-align: center; z-index:1;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.home_courseslider .slick-arrow:before { 
    content: '\f053'; font-family: "Font Awesome 5 Free"; font-size: inherit; font-weight: 900; text-indent: -3px; color: #181818;
    display: inline-block; opacity: 1; position: relative; left: 0; transition: all 0.3s ease-out;
}
.home_courseslider .slick-next { 
    left: 0; top: calc(25% + 55px);
    -webkit-transform: translate(0, -50%) rotate(180deg); transform: translate(0, -50%) rotate(180deg); 
}
.home_courseslider .slick-prev { right: inherit; left: 0; top: 25%; }
.home_courseslider .slick-prev:not(.slick-disabled):hover::before,
.home_courseslider .slick-next:not(.slick-disabled):hover::before { left: -4px; }
.home_courseslider .slick-prev:not(.slick-disabled):active::before,
.home_courseslider .slick-next:not(.slick-disabled):active::before { left: -8px; }
.home_courseslider .slick-disabled { cursor: auto; }
.home_courseslider .slick-disabled:before { opacity: 0.5; }
/*--*/
.slider__counter { position: absolute; left: 0; top: 50%; font-size: 12px; color: #888; }
.slider__counter .active { font-size: 14px; font-weight: 700; color: #181818; }
/*================================*/
/*====== home course banner ======*/
.home_course_banner-wrap {
	position: relative; min-height: 470px; padding: 80px 5px 30px;
	background-repeat: no-repeat; background-size: cover; background-position: center;
}
.home_course_banner-wrap:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.3); }
.home_course_banner-wrap .decoline.topright_line:before { border-color: #fff; height: 125px; width: 22%; }
.home_course_banner-wrap .desc { max-width: 400px; background: #fff; border-radius: 20px; padding: 35px 35px; position: relative; z-index: 1; color: #888; }
.home_course_banner-wrap .desc h3.title { font-size: 30px; color: #181818; }
.home_course_banner-wrap .desc a.btnsolid { margin-top: 20px; }
/*===================================*/
/*====== home trainer feature  ======*/
.home_trainer-feature-wrap .titlehead { margin-bottom: 38px; }
.home_trainer-feature-wrap .titlehead { font-size: 30px; }
.home_trainer-feature-wrap .detail { color: #888; }
.home_trainer-feature-wrap a.btnsolid { margin-top: 30px; }


@media only screen and (max-width: 767px) {
	.home_slide { height: 430px; }
	.homeslide-desc .title { font-size: 45px; padding: 0 15px; }
	.homeslider .slick-dots li button { width: 8px; height: 8px; }
	/*--*/
	.home_course-wrap { padding-right: 0; padding-left: 20px; padding-bottom: 2.5em; }
	.home_course-wrap ul.deco_rotate li { padding: 0; }
	.home_course-wrap .titlehead { margin-bottom: 12px; margin-left: -40px; }
	.home_courseslider .slick-arrow { font-size: 15px; }
	.home_courseslider .slick-prev { top: 20%; }
	.home_courseslider .slick-next { top: 30%; }
	.slider__counter { font-size: 10px; top: 38%; }
	.slider__counter .active { font-size: 10px; }
	/*--*/
	.home_course_banner-wrap { min-height: 370px; padding: 45px 5px 30px; }
	.home_course_banner-wrap .decoline.topright_line:before { max-width: 22px; height: 90px; }
	.home_course_banner-wrap .desc { border-radius: 15px; padding: 25px 25px; }
	.home_course_banner-wrap .desc h3.title { font-size: 27px; }
	/*--*/
	.home_trainer-feature-wrap .titlehead { font-size: 27px; margin-bottom: 25px; }
	.home_trainer-feature-wrap a.btnsolid { margin-top: 20px; }
}


/*=====================================================================*/
/* COURSE DETAIL */
/*=====================================================================*/
/*=================*/
/*====== ... ======*/
.coursedetail_hero-wrap { padding-left: 60px; }
.coursedetail_hero-wrap .desc { border-bottom-left-radius: 20px; background-color: #e8e8e8; padding: 25px; padding-bottom: 50px; }
.coursedetail_hero-wrap .img { min-height: 300px; background-repeat: no-repeat; background-position: center; background-size: cover; }
/*--*/
.coursedetail_hero-wrap .nextprevarrow-wrap { margin-bottom: 5em; }
.coursedetail_hero-wrap .desc .title { font-weight: 900; padding-right: 65px; position: relative; }
.coursedetail_hero-wrap .desc .title:before {
	content: '•'; border-top: 1px solid #005d29; width: 60px;
	position: absolute; top: 35px; right: 0;
	font-family: sans-serif; font-size: 2.3em; color: #005d29; text-indent: -0.188em; letter-spacing: 0; line-height: 0;
}
.coursedetail_hero-wrap .desc .title h1.chi { font-size: 60px; line-height: 1.1; }
.coursedetail_hero-wrap .desc .title h3.eng { font-size: 32px; color: #888888; line-height: 1.1; margin-top: 8px; }
.coursedetail_hero-wrap .desc .price-wrap { margin-top: 1em; font-size: 30px; font-weight: 900; color: #9b7f48; } 
.coursedetail_hero-wrap .desc .detail { margin-top: 2em; }
.coursedetail_hero-wrap .desc .detail ul { padding-left: 25px; }
.coursedetail_hero-wrap .desc .detail li { margin-bottom: 8px; }
.coursedetail_hero-wrap .desc .cta-wrap { margin-top: 3em; }
.coursedetail_hero-wrap .desc .cta-wrap a { margin: 3px 0; max-width: 160px; width: 100%; padding: 0.5em 0.3em; font-size: 20px; }
.coursedetail_hero-wrap .desc .cta-wrap a.btnoutline { padding: 0.45em 0.3em; }
.coursedetail_hero-wrap .desc .cta-wrap a i { font-size: 0.8em; position: absolute; top: 50%; right: 6px; margin-top: -0.45em; }

.coursedetail_hero-wrap .desc .cta-wrap .fixed-float { position: fixed; left: calc(100% - 40px); top: 10%; z-index: 1; }
.coursedetail_hero-wrap .desc .cta-wrap .fixed-float a { position: relative; right: 0; transition: 0.3s ease-out; }
.coursedetail_hero-wrap .desc .cta-wrap .fixed-float a:before { display: none; }
.coursedetail_hero-wrap .desc .cta-wrap .fixed-float a:hover { right: 36%; }
.coursedetail_hero-wrap .desc .cta-wrap .fixed-float a i { right: inherit; left: 6px; }
/*=================*/
/*====== ... ======*/
.coursedetail-wrap table { margin: 0; background: #fcfcfc; }
.coursedetail-wrap table th { background: #eaeaea; font-size: 1.3em; font-weight: 900; text-align: center; }
.coursedetail-wrap .desc ul { margin: 0; padding: 0; }
.coursedetail-wrap .desc ul li { position: relative; display: block; margin-bottom: 2em; padding-left: 55px; }
.coursedetail-wrap .desc ul li:before {
	content: '•'; border-top: 1px solid #005d29; width: 25px;
	position: absolute; top: 12px; left: 0;
	font-family: sans-serif; font-size: 2.5em; color: #005d29; text-indent: 90%; text-align: right; letter-spacing: 0; line-height: 0;
}
.coursedetail-wrap.intro .titlehead { margin-bottom: 35px; }
.coursedetail-wrap.intro .desc p:first-child { font-size: 1.25em; font-weight: 500; }
/*=================*/
/*====== ... ======*/
.feat_multiple_img-wrap { padding-right: 60px; }
.feat_multiple_img-wrap .img { background-repeat: no-repeat; background-size: cover; background-position: center; }
.feat_multiple_img-wrap .bigimg .img { min-height: 230px; min-height: 15vw; height: 100%; }
.feat_multiple_img-wrap .smallimg { padding: 0 8px; }
.feat_multiple_img-wrap .smallimg .col { padding: 0 7px; }
.feat_multiple_img-wrap .smallimg .img { height: 230px; height: 15vw; }
/*=================*/
/*====== ... ======*/
.course_galleryimg_slider { background: url(../js/slick/ajax-loader.gif) no-repeat center; height: 50px; }
.course_galleryimg_slider.slick-initialized { background: inherit; height: auto; }
.course_galleryimg_slider div.img { display: none; }
.course_galleryimg_slider.slick-initialized div.img { display: inherit; }
.course_galleryimg_slider div.img { 
    height: 14vw; margin: 0 15px;
    background-repeat: no-repeat; background-size: cover; background-position: center;
}
/*--*/
.course_galleryimg_slider .slick-arrow { 
    width: 2em; height: 2em; border: 1px solid #888; border-radius: 50%; overflow: hidden;
    font-size: 15px; text-align: center; z-index:1;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.course_galleryimg_slider .slick-arrow:before { 
	content: '\f053'; font-family: "Font Awesome 5 Free"; font-size: inherit; font-weight: 900; text-indent: -3px; color: #181818;
    display: inline-block; opacity: 1; position: relative; left: 0; transition: all 0.3s ease-out;
}
.course_galleryimg_slider .slick-prev { left: 0px; }
.course_galleryimg_slider .slick-next { right: 0px; transform: translate(0,-50%) rotate(180deg); }
.course_galleryimg_slider .slick-prev:not(.slick-disabled):hover::before,
.course_galleryimg_slider .slick-next:not(.slick-disabled):hover::before { left: -4px; }
.course_galleryimg_slider .slick-prev:not(.slick-disabled):active::before,
.course_galleryimg_slider .slick-next:not(.slick-disabled):active::before { left: -8px; }
.course_galleryimg_slider .slick-disabled { cursor: auto; opacity: 0.3; }
/*=================*/
/*====== ... ======*/
.tutorlist-wrap ul { margin: 0; padding: 0; list-style: none; }
.tutorlist-wrap li { margin-bottom: 2em; text-align: center; }
.tutorlist-wrap .img { 
	font-size: 35px; width: 5em; height: 5em; display: inline-block; border-radius: 50%; position: relative; overflow: hidden; 
	background-repeat: no-repeat; background-size: cover; background-position: center; 
}
.tutorlist-wrap .img a.btn-icon { 
	position: absolute; top: 45%; left: 50%; opacity: 0; visibility: hidden;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); 
}
.tutorlist-wrap .img:hover a.btn-icon { opacity: 1; visibility: visible; top: 50%; }
.tutorlist-wrap .detail { font-size: 14px;  max-width: 80%; margin: 8px auto 0; }
.tutorlist-wrap .detail a { color: #181818; }
.tutorlist-wrap .detail a:hover { color: #005d29; }
/*===============================*/
/*====== tutor detail page ======*/
.trainer-wrap .titlehead { margin-bottom: 35px; }
.trainertutor { padding: 40px 25px; }
.trainertutor:nth-child(even) { background: #f3f3f3; }


@media screen and (min-width: 576px) {
	.feat_multiple_img-wrap .smallimg .col:first-child .img,
	.feat_multiple_img-wrap .smallimg .col:nth-child(2) .img { margin-bottom: 14px; }
}
@media screen and (max-width: 991px) {
	.coursedetail_hero-wrap .nextprevarrow-wrap { margin-bottom: 3em; }
	.coursedetail_hero-wrap .desc .title { padding-right: 50px; }
	.coursedetail_hero-wrap .desc .title:before { width: 40px; font-size: 2em; }
	.coursedetail_hero-wrap .desc .title h1.chi { font-size: 50px; }
	.coursedetail_hero-wrap .desc .title h3.eng { font-size: 29px; line-height: 1.2; }
	.coursedetail_hero-wrap .desc .cta-wrap a { font-size: 18px; }
}
@media only screen and (max-width: 767px) {
	.coursedetail_hero-wrap { padding-left: 40px; }
	.coursedetail_hero-wrap .desc { padding-bottom: 40px; }
	.coursedetail_hero-wrap .desc .title { padding-right: 40px; }
	.coursedetail_hero-wrap .desc .title:before { width: 30px; }
	.coursedetail_hero-wrap .desc .title h1.chi { font-size: 45px; }
	.coursedetail_hero-wrap .desc .title h3.eng { font-size: 27px; }
	.coursedetail_hero-wrap .desc .price-wrap { font-size: 25px; }
	.coursedetail_hero-wrap .desc .cta-wrap { margin-top: 2em; }
	.coursedetail_hero-wrap .desc .cta-wrap a { max-width: 120px; }
	.coursedetail_hero-wrap .desc .cta-wrap a.btnoutline { border-width: 2px; padding: 0.375em 0.3em; }
	/*--*/
	.course_galleryimg_slider div.img { height: 26vw; }
	/*--*/
	.tutorlist-wrap .img { font-size: 25px; }
}
@media screen and (max-width: 575px) {
	.feat_multiple_img-wrap .bigimg { margin-bottom: 14px; }
	.feat_multiple_img-wrap .bigimg .img { min-height: 260px; }
	.feat_multiple_img-wrap .smallimg { padding: 0; }
	.feat_multiple_img-wrap .smallimg > .row { margin: 0 -7px; }
	.feat_multiple_img-wrap .smallimg .img { height: 25vw; margin-bottom: 14px; }
	/*--*/
	.trainertutor { padding: 30px 10px; }
}
@media only screen and (max-width: 480px) {
	.coursedetail_hero-wrap { padding-left: 30px; }
	.coursedetail_hero-wrap .desc .title h3.eng { font-size: 24px; }
	/*--*/
	.feat_multiple_img-wrap { padding-right: 40px; }
}


/*=====================================================================*/
/* STUDENT LIBRARY */
/*=====================================================================*/
.stlibrary-wrap .titlehead { background: #f1ece7; margin: 0 20px; padding: 50px 20px 0; border-radius: 0 0 20px 20px; text-align: center; }
.stlibrary-wrap .titlehead .decoline { padding-left: 70px; padding-bottom: 10px; }
.stlibrary-wrap .titlehead .decoline:before { top: inherit; bottom: 0; width: 50px; height: calc(100% - 80px); }
.stlibrary-wrap .titlehead h3.eng { color: #bababa; }
/*=====================*/
/*====== listing ======*/
.stlibrary_list-wrap .content-wrap { padding-top: 2em; padding-bottom: 1em; }
.filternav-wrap { text-align: center; }
.filternav-wrap ul { margin: 0; padding: 0; list-style: none; display: inline-block; }
.filternav-wrap li { display: inline-block; margin: 2px 5px; }
.filternav-wrap a.btnoutline { font-weight: 400; border-width: 1px; padding: 0.5em 0.8em; min-width: auto; }
.filternav-wrap a.btnoutline.active { background: #005d29; color: #fff; font-weight: 700; }
.filternav-wrap a.btnoutline.active:before { 
	-webkit-transform: scale(1); transform: scale(1);
	-webkit-transform-origin: center; transform-origin: center;
}
/*--*/
.sorting-wrap label { margin: 0 10px; }
.sorting-wrap select {
	background-color: #ffffff; background-origin: content-box; background-position: right -0.6em center; background-repeat: no-repeat; background-size: 9px 6px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
    font-size: 14px; color: #333; line-height: 1;
    display: inline-block; padding: 0.55em 20px 0.55em 10px; border: 1px solid #cccccc; border-radius: 5px; outline: 0; cursor: pointer;
}
/*--*/
.stlibrary_list_row { margin-top: 4em; }
.stlibrary_list_col > a { display: block; background: #fff; border-radius: 20px; margin-bottom: 2em; }
.stlibrary_list_col .img { 
	height: 180px; position: relative; border-radius: 20px 20px 0 0;
	background-repeat: no-repeat; background-position: center; background-size: cover; 
}
.stlibrary_list_col .img .icon { 
	display: inline-block; background: #f1ece7; width: 2em; height: 2em; border-radius: 50%;
	font-size: 1.5em; color: #181818; text-align: center; line-height: 2;
	position: absolute; top: 45%; left: 50%; opacity: 0; visibility: hidden;
	-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); 
	transition: all 0.3s ease-out, top 0.5s ease-out;
}
.stlibrary_list_col .desc { position: relative; padding: 15px 20px; color: #888888; transition: 0.3s ease-out; }
.stlibrary_list_col .desc .title { font-size: 18px; font-weight: 700; color: #181818; }
.stlibrary_list_col .desc .date { margin-top: 5px; font-size: 12px; font-weight: 500; }
.stlibrary_list_col .desc .detail { font-size: 14px; }

.stlibrary_list_col > a:hover .img .icon { opacity: 1; visibility: visible; top: 50%; }
/*====================*/
/*====== detail ======*/
.btnback-wrap { font-size: 14px; display: inline-block; }
.btnback-wrap span { vertical-align: middle; margin-right: 5px; }
.btnback-wrap a { font-size: 1.285em; font-weight: 700; color: #181818; vertical-align: middle; }
.btnback-wrap a i { transition: 0.3s ease-out; }
.btnback-wrap a:hover i { transform: translateX(5px); }
/*--*/
.stlibrary_detail-wrap .titlehead { position: relative; z-index: 1; padding-top: 25px; padding-bottom: 15px; }
.stlibrary_detail-wrap .titlehead .btnback-wrap { margin-bottom: 20px; }
.stlibrary_detail-wrap .titlehead .date { font-weight: 500; color: #888888; margin-bottom: 0.5em; }
/*--*/
.stlibrary_detail-wrap .content-wrap { padding-top: 20px; padding-bottom: 1em; }
.stlibrary_tag-wrap { text-align: center; margin-bottom: 3em; }
.stlibrary_tag-wrap ul { margin: 0; padding: 0; list-style: none; display: inline-block; }
.stlibrary_tag-wrap li { display: inline-block; margin: 2px 5px; }
.stlibrary_tag-wrap a.tag { display: inline-block; border: 1px solid #005d29; border-radius: 5px; padding: 0.3em 0.8em; font-size: 14px; color: #181818; }
/*--*/
.stlibrary_detail .heroimg img { border-radius: 15px 15px 0 0; }
.stlibrary_detail [class*=decoline].topleft_line:before { height: 100%; }
.stlibrary_detail .desc { margin-top: 30px; }
/*--*/
.related-stlibrary-wrap { margin-top: 8em; }
.related-stlibrary-wrap .title { color: #005d29; }
.related-stlibrary-wrap .stlibrary_list_row { margin-top: 1em; }


@media only screen and (min-width: 768px) {
	.stlibrary_list_col > a { 
		position: relative; z-index: 1;
		transition: 0.3s ease-out 0.1s; filter: drop-shadow(5px 6px 6px rgba(0, 0, 0, 0.09));
	}
	.stlibrary_list_col .desc .detail { 
		background: #fff; width: 100%; padding: 5px 20px 15px; border-radius: 0 0 20px 20px;
		position: absolute; top: 100%; left: 0; opacity: 0; visibility: hidden;
		transition: padding 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
	}

	.stlibrary_list_col > a:hover { z-index: 3; border-radius: 20px 20px 0 0; transition: border-radius 0.3s ease-out; }
	.stlibrary_list_col > a:hover .desc .detail { opacity: 1; visibility: visible; padding-top: 15px; transition: padding 0.3s ease-out 0.1s, opacity 0.3s ease-out, visibility 0.3s ease-out; }
	/*--*/
	.stlibrary_detail-wrap .titlehead .nextprevarrow-wrap { position: absolute; bottom: 20px; right: 20px; }
}
@media only screen and (max-width: 1200px) {
	.stlibrary_detail [class*=decoline].topleft_line:before { display: none; }
}
@media only screen and (max-width: 767px) {
	.stlibrary-wrap .titlehead { margin: 0 5px; padding: 40px 15px 0; border-radius: 0 0 15px 15px; }
	.stlibrary-wrap .titlehead .decoline { padding-left: 50px; padding-right: 50px; padding-bottom: 5px; }
	.stlibrary-wrap .titlehead .decoline:before { width: 40px; }
	/*--*/
	.stlibrary_list-wrap .content-wrap { padding-top: 1.5em; padding-bottom: 0; }
	.stlibrary_list_row { margin-top: 3em; }
	.stlibrary_list_col > a { border-radius: 10px; box-shadow:5px 6px 6px rgba(0, 0, 0, 0.09); }
	.stlibrary_list_col .img { border-radius: 10px 10px 0 0; }
	.stlibrary_list_col .desc { padding: 15px 15px; }
	.stlibrary_list_col .desc .detail { margin-top: 2em; }
	/*--*/
	.stlibrary_detail-wrap .content-wrap { padding-bottom: 0; }
	.stlibrary_detail-wrap .titlehead { padding-top: 20px; padding-bottom: 10px; }
	.stlibrary_detail-wrap .titlehead .nextprevarrow-wrap { text-align: center; margin-bottom: 5px; }
	.stlibrary_detail-wrap .titlehead .nextprevarrow-wrap .btn-arrow { font-size: 13px; }
	/*--*/
	.stlibrary_tag-wrap { text-align: left; }
	.stlibrary_detail .desc { margin-top: 20px; }
	.related-stlibrary-wrap { margin-top: 5em; }
}
@media only screen and (max-width: 480px) {
	.stlibrary-wrap .titlehead .decoline { padding-left: 30px; padding-right: 30px; }
	.stlibrary-wrap .titlehead .decoline:before { width: 20px; }
	/*--*/
    .row-cols-2 > .stlibrary_list_col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/*=====================================================================*/
/* CONTACT US */
/*=====================================================================*/
.contactus-wrap .box_content { background: #efefef; padding: 30px 25px; }


/*=====================================================================*/
/* CHECK STUDENT */
/*=====================================================================*/
.checkstudent-wrap .box_content { background: #efefef; padding: 30px 25px; border-radius: 20px; }
.checkstudent-wrap .btnsolid { font-size: 18px; max-width: inherit; }

@media only screen and (min-width: 768px) {
    .checkstudent-wrap { min-height: 72vh; }
}























