@import url("animate.css");
@import url("font.css");
/* moodle */
@import url("moodle-progress.css");
/* End */
@import url("animation.css");

html, body {
	height: 100%;
	font-size: 16px;
	font-size: 62.5%;
}
body {
    background-color: #fff;
    font-family: Prompt;
    font-weight: 300;
    color: #000;
    /*overflow-x: hidden;*/
    letter-spacing: 0.3px;
}

.container {
	padding: 0;
    width: 100%;
    min-height: 100%;
}
.container .view {
	min-height: 800px;
}
.wrapper {
    background-color: #fff;
    min-width: 1264px;
}
.wrap {
	width: 1264px;
	margin: 0 auto;
}
.wrapped {
	padding: 40px 100px;
}
section, .section {
	padding: 32px 16px 16px;
}
section.main-content {
	padding-top: 0;
}
section.full-width {
	padding-left: 0;
	padding-right: 0;
}
.error {
	color: red;
	font-size: 1.4rem;
}

.alert-view {
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	top: 0;
/*
	background-image: url(/theguru/public/img/alert.jpg);
    background-repeat: no-repeat;
    background-position: center;
*/
/*     background-size: cover; */
/*     align-items: flex-end; */
}

.reload {
    text-align: center;
    position: relative;
}

.reload button{
	color: #fff;
    background-color: transparent;
    width: 200px;
    padding: 5px;
    border: 3px solid #00baf9;
    font-size: 1.4rem;
    margin-left: 0;
}

.close-alert {
	width: 100%;
    text-align: right;
    position: absolute;
    height: 100%;
    padding: 10px;
    cursor: pointer;
}

/* header */
header {
	position: relative;
	padding: 12px 16px 8px;
	font-size: 1.2rem;
	padding-top: 0;
    padding-bottom: 0;
}
header > .top-menu {
	padding-left: 24px;
	border-bottom: solid 1px #d4dde5;
}
header > .top-menu > div {
	display: inline-block;
	float: left;
	padding-top: 4px;
}
header #logo_top {
	padding-right: 15px;
	padding-bottom: 19px;
	padding: 15px;
	border-right: solid 1px #d4dde5;
}
header #social {
	padding-left: 16px;
	margin-right: 20px;
}
header #social .links > p {
	margin-top: 5px;
/* 	margin-bottom: 20px; */
}
header #notify {
	padding-bottom: 12px;
}

header #banner {
    padding-top: 0;
    padding-bottom: 10px;
}

header #banner > a {
    height: 70px;
    width: 500px;
    display: block;
    background-size: cover;
}



header #member {
	float: right;
/* 	padding-bottom: 8px; */
/* 	min-width: 249px; */
}
header #member p {
	margin-bottom: 8px;
}
header #member .fullname {
	font-size: 1.5rem;
	font-weight: 400;
}
header #member .navi {
	float: right;
}
header #member > nav a {
	font-size: 1.6rem;
	margin-left: 8px;
}
header #member > nav a:hover {
	background-color: transparent;
	text-decoration: underline;
	cursor: pointer;
}
header .main-menu {
	font-size: 1.5rem;
	padding-top: 8px;
	display: flex;
}
header .main-menu .heading {
	margin-right: 12px;
	color: inherit;
	align-self: center;
}
header .main-menu a {
	color: #0066b3;
	padding: 12px 8px;
}
img.bottom {
	vertical-align: text-bottom;
}
/* footer */
footer {
	/*height: 300px;*/
	border-top: solid 1px #d4dde5;
	margin-top: 20px;
}

footer, footer h3 {
	font-size: 1.4rem;
	line-height: 125%;
}
footer h3 > span {
	font-weight: 300;
}
footer > .social {
	padding: 12px 40px;
}

footer > .contact {
	background-color: #cccccc;
	padding: 20px 40px;
}
footer > .contact p {
	line-height: 125%;
}
.social > .logo {
	float: left;
}
.social > .logo > a > img,
.social > .logo > img {
	padding-right: 7px;
	border-right: solid 1px #d4dde5;
	margin-right: 4px;
}
.social > .logo > a:last-child > img,
.social > .logo > img:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.social > .links {
/* 	float: right; */
	font-size: 1.2rem;
	display: flex;
    justify-content: flex-end;
    
        position: relative;
    z-index: 8888;
}
/*
.social .icon {
	color: #666666;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-right: 14px;
	padding-top: 4px;
}
*/
.social .icon {
    color: #666666;
    background-repeat: no-repeat;
    /* background-position: left center; */
    /* padding-left: 22px; */
    margin-right: 14px;
    /* padding-top: 4px; */
}
.social .text {
	text-align: center;
/* 	font-size: 1.8rem; */
	line-height: 40px;
}
.contact > .line {
	float: right;
	display: inline-block;
	text-align: center;
}

.contact > .line p {
	margin-bottom: 0;
}
.contact > .line span {
	/*margin-left: 12px;*/
}

.contact > .address {
	display: inline-block;
}
.contact > .address .cols {
	margin-right: 40px;
}
.contact > .address .copyright {
	margin-top: 16px;
}

/* basic style */
a, a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.cols {
	float: left;
	display: inline-block;
}
.col1of2 {
	width: 50%;
}
.col1of3 {
	width: 33.33%;
}
.col2of3 {
	width: 66.67%;
}
.col1of4 {
	width: 25%;
	text-align: center;
}
nav, .navi {
	margin: 0;
	padding: 0;
}
nav > ul {
	list-style: none;
	display: inline-block;
}
nav > ul > li {
	display: inline-block;
}
nav > ul > li > a {
	display: block;
}
nav a.active {
	background-color: #eee;
	pointer-events: none;
	border-radius: 5px;
}
nav a.current {
	pointer-events: none;
}
a.button {
	font-size: 1.2rem !important;
	line-height: 24px;
	min-width: 112px;
	/*height: 24px;*/
	text-align: center;
	padding: 0 16px;
	border: solid 2px #0066cc;
	border-radius: 5px;
}
a.button:hover {
	background-color: #eee !important;
	text-decoration: none !important;
}
a.disabled {
	pointer-events: none;
	opacity: 0.25;
}
.LB {
	padding-left: 15px;
	border-left: solid 1px #d4dde5;
}
.RB {
	padding-right: 15px;
	border-right: solid 1px #d4dde5;
}
.TB {
	padding-top: 7px;
	border-top: solid 1px #d4dde5;
}
.BB {
	padding-bottom: 7px;
	border-bottom: solid 1px #d4dde5;
}
.left {
	float: left;
	display: inline-block;
}
.right {
	float: right;
	display: inline-block;
}
.center {
	text-align: center;
}
.right .button {
	margin-top: 12px;
}
.paragraph {
	margin-bottom: 160px;
}
.relative {
	position: relative;
	z-index: 1;
}
.relative > .bottom {
	position: absolute;
	bottom: 0;
}
.background {
	position: absolute;
	z-index: -1;
}
.background.right {
	right: 0;
}
.background.above {
	top: -40px;
}
.img-responsive {
	width: 100%;
}
.heading {
	color: #0066cc;
}
h3.heading {
	color: #2160b0;
}
h4 {
	font-size: 2.4rem;
	line-height: 24px;
}
h4 > img {
	height: 24px;
	margin-top: -4px;
}
.emphasis {
	color: #f00;
	font-weight: 500;
}
.red {
	color: red;
}

/* highlight */
#highlight {
	height: 300px;
	background-image: url(../img/background/bg_highlight.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
}
#highlight .slider {
	margin: auto;
	text-align: left;
	position: relative;
}
#highlight .bullet {
	float: left;
	margin-top: -12px;
}
#highlight .text {
	color: #fff;
	float: left;
	padding: 32px 32px 0 32px;
}
#highlight .text h2 {
	font-size: 3.5rem;
	font-weight: 300;
	max-width: 600px;
	height: 120px;
	text-transform: uppercase;
}
#highlight .text h2 > span {
	display: block;
	font-size: 60%;
	letter-spacing: 0px;
	text-transform: none;
}
#highlight .text h2 > span.small {
	font-size: 30%;
	color: #fff;
}
#highlight .text .teaser {
	font-size: 1.4rem;
	height: 40px;
}
#highlight .slider .teacher {
	position: absolute;
	right: 0;
	height: 325px;
	width: 480px;
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	background-size: contain;
	margin-top: -64px;
	margin-right: 60px;
}
#highlight.banner {
	height: 80px;
	background-position: center bottom;
}
#highlight.header,
#highlight.header.course {
	color: #ffffff;
	background-position: center bottom;
	height: 212px;
}
#highlight.header.course {
	padding-top: 0;
	padding-bottom: 39px;
	margin-bottom: 0;
}
#highlight.header.dashboard.text {
	/*margin-left: 32px;
	margin-right: 160px;
	text-transform: uppercase;
	padding: 40px;*/
}
#highlight.header.dashboard h2 {
	font-size: 5.6rem;
	/*font-weight: 300;
	margin-top: 40px;*/
}
#highlight.header.dashboard h2 > span {
	font-size: 24%;
	padding-left: 4px;
}
/*
#highlight.header.course .bullet {
	margin-top: -12px;
	float: left;
	display: inline-block;
}
*/
#highlight.header.course .state {
	float: right;
	margin-top: 40px;
}
/* breadcum */
#breadcum {
	margin-top: -39px;
	background-color: #ffffff;
	text-align: left;
}
#breadcum > .text {
	font-size: 1.5rem;
	height: 39px;
	line-height: 40px;
	margin: 0 12px;
	border-bottom: solid 1px #d4dde5;
}
#breadcum a:after {
	content:">";
	margin: 0 4px 0 12px;
	color: #0066b3
}
#breadcum a:last-child:after {
	content: "";
	margin: 0;
}
#breadcum a {
	color: #0066b3;
}
#breadcum a:last-child {
	pointer-events: none;
	color: #666;
}

/* content */
#content {
	/*max-width: 1264px;*/
	margin: 0 auto;
	padding-bottom: 60px;
	/*background-color: #fff;*/
	position: relative;
	z-index: 9999;
	min-height: 400px;
}
.content {
	color: #666;
}
.content p {
	font-size: 2.0rem;
	font-weight: normal;
	line-height: normal;
	margin: 20px 0 40px;
}
.content .detail  p {
	font-size: 1.6rem;
	font-weight: 300;
	margin: 20px 0;
}
.content > .logo {
	margin: 40px 0;
}
.content > .indent {
	margin: 120px 240px;
	text-align: left;
	color: #333;
}
.content .powerby {
/* 	float: right; */
	margin-top: 144px;
}

.content .powerby img{
	max-width: 200px;
}

.course {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d4dde5;
}
.course:last-child {
	margin-bottom: 0;
	padding-bottom: 20px;
}
.course.list {
	border-bottom: none;
}

.course .courses .item{
	float: none;
	margin: 0 -1px;
	vertical-align: top;
}
.title {
	font-size: 2.2rem;
	/*text-transform: uppercase;*/
	padding: 24px 0 20px;
	font-weight: 400;
}
/*
.title:before {
	content:"///////";
	margin-right: 12px;
}

.title:after {
	content:"///////";
	margin-left: 12px;
}*/

.title.blue {
	color: #2160b1;
}

.title.blue:after ,
.title.blue:before {
    border-top: solid 3px #2160b1;
}

.title.red:after,
.title.red:before {
    border-top: solid 3px red;
}


.title:after {
	content: "";
    margin-left: 12px;
    display: inline-block;
    width: 80px;
    border-top: solid 3px #666;
    padding-bottom: 4px;
}

.title:before {
	content: "";
    margin-right: 12px;
    display: inline-block;
    width: 80px;
    border-top: solid 3px #666;
    padding-bottom: 4px;
}



.course .courses {
	/*padding: 0 11%;*/
	text-align: left;
}
.course .col {
	width: 25%;
	/*width: 33%;*/
	text-align: center;
	/*padding: 0 12px 20px;*/
	padding: 12px;
}
.course .item:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}
.course .item .detail {
	text-align: left;
	color: #333333;
	font-size: 1.3rem;
	height: 180px;
	position: relative;
	overflow: hidden;
	/*padding: 0 12px;*/
}
.course.list .item .detail {
	margin-bottom: 28px;
	border-bottom: double #d4dde5;

}
.item .detail .group {
	font-size: 1.0rem;
	padding-top: 8px;
}
.item .detail .name {
	font-size: 1.7rem;
    padding-top: 16px;
    height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item .detail .brief {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/*height: 80px;*/
	position: absolute;
/* 	bottom: 16px; */
/* 	width: 260px; */
}
.item > a {
	display: block;
}
.item .section-info {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.section-info .control {
	margin: 20px 0 8px;
	text-align: left;
}
.section-info label {
	display: inline-block;
	width: 80px;
	margin-bottom: 0;
}

/* course detail */
.course.content {
	text-align: left;
}
.course.content > .detail {
	padding: 20px 40px 20px 0;
}
.course.content > .instructor {
	padding: 0 0 0 20px;
}
.course.content > .instructor .teacher {
	height: 240px;
	background-image: url(../img/background/bg_teacher.jpg);
	background-repeat: no-repeat;
	background-position: right 60px;
}
.course.content > .instructor .teacher > span {
	height: 100%;
	background-position: 20px bottom;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.course.content h2 {
	font-size: 2.4rem;
	font-weight: normal;
}
.course.content h2.heading {
	margin-bottom: 12px;
}
.course.content h3 {
	font-size: 1.8rem;
	font-weight: normal;
}
.course.content h2 > small {
	font-size: 1.3rem;
	color: #000;
	display: block;
	line-height: 40px;
}
.course.content.view ,
.course.content.view .section {
	padding-top: 0px;
}

.course.content.view .status {
	padding: 10px 10px 5px;
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    border-bottom: solid 1px #b4c0cc;
}

.course.content.view .panel {
	float: left;
	width: 25%;
}
.course.content.view .module-content {
	display: inline-block;
	width: 75%;
}


.course.content.view .status p{
	margin: 0;
	font-size: 1.7rem;
	font-weight: 300;
}
.course.content.view .status p strong{
	font-weight: 500;
}

.course.content .outline {
	line-height: 240%;
}
.course.content.view .panel .outline {
	background-color: #e6e6e6;
	padding: 12px;
	margin-right: 20px;
	border-radius: 5px;
}
.course.content .panel h2 {
	font-size: 1.8rem;
}
.course.content .panel h3 {
	font-size: 1.6rem;
	margin-left: 20px;
	text-indent: -20px;
}
.course.content .module-content .foot p {
	text-align: center;
    color: #333;
    font-size: 1.8rem;
}


.outline h2.heading {
	margin-bottom: 20px;
}
.outline .topic {
	margin-bottom: 20px;
}
.panel .outline .topic {
	margin-bottom: 12px;
}
.outline .topic .module {
	margin-bottom: 4px;
}
.panel .outline .topic .module {
	margin-bottom: 0;
}
.outline h3.head {
	color: #000;
	margin-bottom: 12px;
}
.panel .outline h3.head {
	margin-bottom: 8px;
}
.outline label {
	font-size: 1.8rem;
	font-weight: 300;
	color: #333;
	cursor: pointer;
}
.panel .outline label {
	font-size: 1.5rem;
	margin-bottom: 2px;
	margin-left: 60px;
	line-height: 16px;
	text-indent: -24px;
}
.outline label:hover {
	color: #06c;
}
.outline label.disabled {
	pointer-events: none;
	color: #999;
	cursor: default;
}
.module-content .content-module {
	height: 558px;
}
.module-content .content-module iframe {
	height: 558px;
}
.module-content .control {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 400;
}
.control a:last-child {
	float: right;
}
.control a:hover {
	color: #06c;
}
/* dashboard */
#dashboard .enrolled
{
	min-height: 400px;
	margin-bottom: 80px;
}
#dashboard .enrolled .course ,
#dashboard .completed .course {
	margin: 20px 12px;
	text-align: left;
}
#dashboard .enrolled .course:hover ,
#dashboard .completed .course:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}
#dashboard .enrolled .course .info,
#dashboard .completed .course .info {
	height: 170px;
	background-image: url(../img/background/bg_enrolled.jpg);
	background-position: center top;
	background-size: cover;
	color: #fff;
	padding: 32px 24px;
}
#dashboard .enrolled .course .info > .thumb,
#dashboard .completed .course .info > .thumb {
	background-position: center center;
	background-size: contain;
	height: 60px;
	width: 120px;
	position: absolute;
	right: 0;
	top: 0;
}
#dashboard .enrolled .course .info > .state,
#dashboard .completed .course .info > .state {
	position: absolute;
	right: 12px;
	bottom: 12px;
}
#dashboard .enrolled .course .info h2,
#dashboard .completed .course .info h2 {
	font-weight: 300;
	padding-right: 100px;
}
#dashboard .enrolled .course .info h2 > span,
#dashboard .completed .course .info h2 > span {
	font-size: 60%;
	height: 21px;
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#dashboard .enrolled .course .info .category,
#dashboard .completed .course .info .category {
	font-size: 1.4rem;
	margin-bottom: 12px;
}
#dashboard .enrolled .course .detail,
#dashboard .completed .course .detail {
	font-size: 1.6rem;
	color: #666;
	padding: 24px 12px 0;
	border-width: 17px;
}
#dashboard .enrolled .course .detail .brief,
#dashboard .completed .course .detail .brief {
	display: block;
	display: -webkit-box;
	margin-left: 110px;
	/*width: 458px;*/
	height: 150px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#dashboard .enrolled .course .detail .brief > a,
#dashboard .completed .course .detail .brief > a {
	color: #0066b2;
}

#dashboard .content .completed .detail p {
	margin: 0;
}

#dashboard .certificate-img {
	width: 100px;
	height: 100px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}


#dashboard .power-by, {
	position: absolute;
	right: 0px;
	bottom: -40px;
	zoom: 50%;
}
#my a {
	color: #c00;
}
/*
#course-detail .section {
	padding: 0 12px;
}
#course-detail .section .control {
	border-bottom: none;
	padding: 20px 0;
}
#course-detail .section .control a.button {
	display: block;
	font-size: 2.0rem !important;
	line-height: 32px;
	height: 32px;
}
#course-detail .text {
	text-align: left;
	padding: 12px 40px;
	font-size: 1.6rem;
	margin-left: 33.33%;
	line-height: 28px;
}
#course-detail .text h1 {
	font-size: 2.0rem;
}
#course-detail .text h5 {
	font-size: 1.8rem;
}
#course-detail .text li {
	line-height: 28px;
}
#course-detail .text li > span {
	margin-right: 8px;
}
#course-detail .text ul.ditp_list1 {
	list-style: none;
}
.widget {
	background: #f7f6f2;
	margin-bottom: 0px;
	padding: 12px 24px 40px;
	font-size: 1.6rem;
}
.widget > div {
	text-align: left;
	line-height: 40px;
	border-bottom: solid 1px #d4dde5;
	padding: 0 8px;
}
.widget > div > span {
	float: right;
	font-weight: 300;
}
*/
/* form */
.login-condition h4{
	font-weight: 300;
	font-size: 2.0rem;
	padding: 40px 60px;
	line-height: 30px;
}
.login-condition span{
	font-weight: 500;
	color: #fe1000;
}
.form-login {
	float: left;
	text-align: left;
	margin: 40px 96px;
}
#login-form {
	margin: 20px auto;
	width: 360px;
}
#register-form {
	margin: 60px 180px;
}
form {
	text-align: left;
}
form .form-section {
	margin: 30px 0px 25px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	font-size: 2.0rem;
}
form label {
	display: block;
	font-size: 1.5rem;
	color: #333;
	margin-left: 1px;
	margin-bottom: 4px;
	text-align: left;
	font-weight: 500;
}
.form-horizontal .form-group {
	margin: 8px 0;
}
.form-horizontal .form-action {
	margin: 32px 202px;
}
.form-horizontal .control-label {
	display: inline-block;
	width: 180px;
	margin-right: 30px;
	float: left;
}
.form-group.require sup {
	color: #cc0000;
}
.form-horizontal .form-input {
	width: 70%;
	display: inline-block;
}
.form-horizontal .form-input textarea {
	height: 80px;
}
form input[type='text'],
form input[type='password'] {
	text-align: left;
	font-size: 1.5rem;
	height: 36px;
	line-height: 36px;
}
.short input {
	width: 75%;
}
.address textarea, .address select {
	width: 60%;
}
.x-short input, .x-short select {
	width: 40%;
}
form textarea {
	resize: none;
}
form .help-block {
	font-size: 1.2rem;
	padding-left: 8px;
}
form .submit {
	text-align: right;
	font-size: 1.4rem;
	line-height: 32px;
}
form button, button {
	color: #fff;
	background-color: #ff0000;
	width: 120px;
	font-family: Prompt;
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 8px;
}
button.drive {
	background-image: url(../img/background/bg_drive_button.png);
	background-position: center center;
	background-size: cover;
}
.state > button {
	border: none;
	font-size: 2.0rem;
	line-height: 40px;
	margin: 0;
	/*margin-top: 40px;*/
	width: auto;
	padding: 0 24px;
	opacity: 1.0;
	border-radius: 5px;
}
.state > button:hover {
	opacity: 0.8;
	cursor: pointer;
}
#member .state > button {
	font-size: 1.6rem;
	line-height: 32px;
	padding: 0 12px;
}
.form-group {
	margin-bottom: 32px;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group .form-control {
	display: table-cell;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
/* input style checkbox and radio */
input[type=checkbox] {
	position: absolute;
	opacity: 0;
}
input[type=checkbox] + label {
	position: relative;
	/*cursor: pointer;*/
	padding: 0;
}
input[type=checkbox] + label:before {
	content: url(../img/icon/ic_completion-auto-n.jpg);
	margin-right: 12px;
}
input[type=checkbox] + label:after {
	position: absolute;
	left: 0;
	top: 0;
}
input[type=checkbox]:checked + label:after {
	content: url(../img/icon/ic_completion-auto-y.jpg);
}
.panel .outline input[type=checkbox] + label:before {
	margin-left: -20px;
	margin-right: 6px;
}
.panel .outline input[type=checkbox]:checked + label:after {
	left: -20px;
}
.panel .outline input[type=checkbox].current + label {
	color: #333;
}
.panel .outline input[type=checkbox].current + label:after {
	content: url(../img/icon/ic_completion-auto-p.jpg);
	left: -20px;
}


/*
input[type=checkbox]:hover + label:before {
	background: #f35429;
}
input[type=checkbox]:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked + label:before {
	background: #f35429;
}
input[type=checkbox]:disabled + label {
	color: #b8b8b8;
    cursor: auto;
}
input[type=checkbox]:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
/*
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 20px;
	line-height: 1.71428;
	color: #777777;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #777777;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.input-group-addon:last-child {
	border-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding-left: 16px;
}
*/
.registration {
	padding: 48px 36px;
	background-image: url(../img/background/bg_registration.jpg);
	background-position: center top;
	background-size: cover;
	width: 370px;
	height: 336px;
	float: left;
	margin-top: 20px;
}
.registration .header {
	padding-bottom: 16px;
	border-bottom: solid 2px #ffffff;
}
.registration p {
	text-align: left;
	margin-bottom: 40px;
	line-height: 160%;
}

/* icon */
#ham-menu {
	width: 15px;
	height: 15px;
	background-image: url(../img/icon/ic_hammenu.png);
	position: absolute;
	top: 12px;
	left: 16px;
}

#qr_code {
	width: 125px;
	height: 125px;
	background-image: url(../img/banner/E-Ac_LineAd.png);
	background-size: contain;
	margin: 20px auto 12px;
}

#facebook {
/* 	background-image: url(../img/icon/ic_facebook.png); */
	background-image: url(../img/icon/facebook_iconnew.png);
/* 	background-size: 16px; */
	background-size: 25px;
	width: 25px;
    margin-left: 14px;
}
#instagram {
	background-image: url(../img/icon/ic_instagram.png);
	
}
#youtube {
/* 	background-image: url(../img/icon/ic_youtube.png); */
	background-image: url(../img/icon/youtube_iconnew.png);
/* 	background-size: 16px; */
	background-size: 25px;
	width: 25px;
	
}
#line {
/* 	background-image: url(../img/icon/ic_line.png); */
	background-image: url(../img/icon/line_iconnew.png);
/* 	background-size: 16px; */
	background-size: 25px;
	width: 25px;
	
}


/*
@media(min-width:768px) {
    .wrapper {
        margin: 0 auto;
        padding: 0;
		min-width: 1280px;
    }
}
*/

/* swiper slide */
@import url('/vendors/swiper/css/swiper.min.css');
.swiper-container, .swiper-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.swiper-slide {
	width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* ng-scrollbar */
.mCSB_outside + .mCSB_scrollTools {
	right: 0;
	z-index: 100000;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.5);
}
iframe#h5p-youtube-0 {
	pointer-events: none;
}

/* page loding */
.loading {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.90);
	position: fixed;
	z-index: 9999999;
	text-align: center;
}
.loading:after {
	content: url(../img/loading/loading_small.gif);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* Edit By Pin */

.phone-echo b {
	color: red;
	padding-left: 10px;

}
.phone-echo p {
	color: #2160b1;
	padding-left: 40px;
}

#e-publication {
	min-height: 364px;
	white-space: nowrap;
	text-align: left;
	/*max-width: 930px;*/
}

#e-publication > .wrap{
	/*max-width: 930px;*/
}

#e-publication #ebook {
	/*margin-top: 20px;*/
	margin-top: 4px;
	text-align: center;
}

#ebook .cover {
	width: 160px;
	height: 228px;
	margin-right: 32px;
	display: inline-block;
	background-size: cover;
}
#ebook .cover:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}

/* bullet */
.bl {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
	min-width: 50%;
}
.bl.row {
	background-position: left top;
}
.bl.nea {
	background-image: url(../img/bullet/bl_nea.png);
	padding-left: 36px;
	padding-top: 4px;
	background-size: auto;
}
.bl.nea.tiny {
	background-image: url(../img/bullet/bl_nea_tiny.png);
	padding-left: 28px;
	background-position: left 6px;
}
.address .bl {
	padding-left: 32px;
	padding-top: 2px;
	background-size: auto;
	background-position: left top;
	display: block;
}

/* popup */

.popup {
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.85);
}

.popup div{
	text-align: center;
	margin: auto;
    margin-top: calc(50vh - 245px);
    max-width: 80%;
}

.popup div img{
	width: 100%;
    max-width: 1024px;}


#network {
	text-align: left;
}

#network > div > div {
    max-width: 1130px;
    margin: 20px auto;
}

#network a {
    display: inline-block;
    padding: 20px 10px;
    width: 33%;
    min-width: 300px;
}

#network a:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

#network .cover {
    max-width: 300px;
    width: 100%;
    
}

.pdf {
    padding: 7px 0 7px 50px;
    margin: 15px 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon/ic_pdf.png);
}



/* //// 6 6 2562 //// */

#alert_msg {
	z-index: 99999;
	position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: .3s;
}

#alert_msg.ng-hide {
	display: block !important;
	opacity: 0;
	pointer-events: none;
}

#alert_msg .box-alert {
	background-color: #fff;
	display: block;
	z-index: 2;
	position: fixed;
	left: calc(50% - 250px);
	top: calc(50vh - 200px);
	max-width: 100%;
	width: 500px;
	padding: 50px;
}

#alert_msg #alert_backdrop {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100vh;
	opacity: .6;
}

.h5p-course-presentation p {
    font-size: 1em;
    font-weight: 400;
    line-height: 2.25em !important;
    padding: 0;
    margin: 0 0 1em;
}

.slide-bar {
	position: fixed;
	width: 100%;
	border: none;
	background-color: rgba(0,0,0,1);
	bottom: 0px;
	z-index: 10000;
	padding: 1rem 0;
	display: flex;
}

.slide-bar .detail {
	width: 80%;
    font-size: 14px;
    align-items: center;
    display: flex;
    color: #fff;
}

.slide-bar .detail a {
	color: #004586;
	text-decoration: underline #004586;
	font-weight: 500;
}

.slide-bar .detail a:hover {
	color: #fff;
	text-decoration: underline #fff !important;
	font-weight: 500;
}

.slide-bar .accept {
	display: flex;
	margin: 2em;
	align-items: center;
}

.slide-bar .btn {
	font-size: 20px;
	margin: 1em;
	font-weight: 500;
}

.slide-bar .btn a {
	color: #004586;
	text-decoration: underline #004586;
}

div.slide-bar{
	animation: slide-bottom 2s;
}

@keyframes slide-bottom {
  0%{bottom:-150px}
  100%{bottom:0;}
}

h1.header {
    font-size: 36px;
    color: #343434;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.5em;
}

p.paragraph {
    margin-bottom: 15px;
    word-wrap: break-word;
    color: #000;
    font-size: 22px;
    line-height: 1.5em;
}

.privacy {
	color: #000;
	background-color: #fff;
	padding: 50px 0;
}

p.topic {
	margin: 0;
	line-height: 1.5em;
    font-weight: bold;
}

p.detail {
	text-indent: 2em;
	line-height: 1.5em;
	margin: 0;
	color: #000;
}

p.title {
	padding-top: 5px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 24px;
	color: #fff;
	background-color: #004586;
	text-indent: 1em;
}

.wrappage {
	max-width: 1080px;
	margin: 0 auto;
}

.para {
	margin: 20px;
}

.slide-bar .button {
    background-color: #004586;
    margin: 0;
    color: #fff;
    padding: 10px 25px;
    border-radius: 7px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    cursor: pointer;
    width: 100% !important;
}
.expand-vdo {
	display: none;
	text-align: center;
}
.expand-vdo .button-expand {
    background-color: #428bca;
    border: none;
    color: white;
    width: 140px;
    margin: 20px;
    padding: 9px;
    border-radius: 12px;
    display: inline-block;
    display: -webkit-inline-box;
    cursor: pointer;
    /* position: relative; */
    /* z-index: 30; */
}
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.expand-vdo{
		display: block;
		 -webkit-appearance: none !important;
	}
	.expand-vdo .button-expand {
		 display: block;
		 margin: auto;
	}
	@supports not (-webkit-touch-callout: none) {
	   .expand-vdo .button-expand {
		   	display: none !important;
			margin: auto;
	   }
	}
	.fullviewvdo{
		width: 100%;
		height: 100% !important;
     position: fixed !important;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 display: grid;
	   background-color: #000;
	}

}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	.expand-vdo{
		display: block;
		 /* -webkit-appearance: none !important; */
	}
	@supports not (-webkit-touch-callout: none) {
	   .expand-vdo .button-expand {
		   display: none !important;
	   }
	}
	.fullviewvdo{
		width: 100%;
		height: 100% !important;
     position: fixed !important;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 display: grid;
	   background-color: #000;
	}
}

.certificate-issue {
    color: #9a9898;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
.text-cer {
    line-height: .2;
    margin-top: 5px;
}
.icon-cer img {
	width: 25px;
    margin-left: 10px;
}


/* @media only screen and (max-device-width: 1024px ) {
	.fullviewvdo{
	    padding-top: calc(0%) !important;

	}
} */


#dashboard .completed .course .detail .brief table tr td:nth-child(2) {
	color: #2179ba;
	padding-left: 5px;
}

#dashboard .completed .course .detail .brief table .cer_btn {
	color: #2179ba;
}

#dashboard .completed .course .detail .brief table .cer_btn span {
	text-decoration: underline;
}

/* popup 45  */


.html_popup {
/*   display: none !important;  */
    position: fixed;
    top: 49.9%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: grid; */
    background-color: #000;
    padding: 0 5%;
    z-index: 999999;
    height: 100vh;
    width: 100%;
}

.html_btnpopup {
	background-color: #0e416b;
    border: none;
    color: white;
    width: 140px;
    margin: 20px;
    padding: 15px;
    border-radius: 12px;
/*     display: none; */
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    font-size: 16px;
	

}

.course .courses .item {
    position: relative;
    margin-bottom: 20px;
}

.course .item .detail-course {
    text-align: left;
    color: #333333;
    font-size: 1.3rem;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.detail.hi-de {
    height: 160px !important;
}


/*
.course .courses .item .detail-course {
	 margin-bottom: 20px !important;
}
*/




