@charset "utf-8";
html { /* For Sticky footer */
  position: relative;
  min-height: 100%;
}
body {
  /* padding-top: 50px; */
	background-color: #F5F5F5;
	color: #5c5c5c;
	/*padding-bottom: 250px;*/ /* eq footer height */
	font-family: 'Helvetica Neue', Helvetica, tahoma, arial, 'lucida grande', sans-serif;
}
h1, h2, h3, h4, h5, h6, .tab--section ul, .ads-item, .navbar1, .footer, .member-bar h6 {
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, tahoma, arial, 'lucida grande', sans-serif;
}
h4 { font-size: 20px; }
.display-flex { display: flex; }
.display-flex-vcenter {
	display: flex;
	align-items: center;
}
.text-success { color: #32d1b3; }
.text-info { color: #03A8D0; }
.font-kanit {
  font-family: 'Kanit', sans-serif;
}

.row.sm [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.modal-header {
  border-bottom: unset;
}

@media (max-width: 481px) {
  #content--body .container {
    padding: 0px;
  }
}

/**************************
** breadcrumb
**************************/
.bu-breadcrumb {
	font-family: 'Kanit', 'Helvetica Neue', Helvetica, tahoma, arial, 'lucida grande', sans-serif;
	padding: 0px;
	background-color: #64544B;
	line-height: 115px;
	margin-bottom: 0px;
}
.bu-breadcrumb,
.bu-breadcrumb a,
.bu-breadcrumb a:hover,
.bu-breadcrumb a:focus {
	color: #FFF;
}
.bu-breadcrumb ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bu-breadcrumb ul li {
	display: inline-block;
	font-size: 22px;
	padding: 0px 15px 0px 0px;
	vertical-align: bottom;
}
.bu-breadcrumb ul li .fa {
	font-size: 24px;
}
.bu-breadcrumb ul li:after {
	content: '/';
	padding-left: 15px;
}
.bu-breadcrumb ul li:last-child:after {
	content: '';
	padding-left: 0px;
}
.bu-breadcrumb .container {
  position: relative;
}
.bu-breadcrumb .container .breadcrumb-addon {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media(max-width: 481px) {
  .bu-breadcrumb {
    line-height: 50px;
  }
  .bu-breadcrumb .container .breadcrumb-addon {
    position: unset;
    margin-bottom: 20px;
  }
  .bu-breadcrumb .container .breadcrumb-addon .btn {
    width: 100%;
  }
}
/**************************
** breadcrumb - Zone
**************************/
.bu-breadcrumb.zone {
  line-height: unset;
  padding: 15px 0px;
}
.bu-breadcrumb.zone ul li {
  font-size: 30px;
}
.bu-breadcrumb.zone h4 {
  margin: 0px;
  font-size: 36px;
}
/**************************
** Item Cards
**************************/
	.col-xs-5ths,
	.col-sm-5ths,
	.col-md-5ths,
	.col-lg-5ths {
			position: relative;
			min-height: 1px;
			padding-right: 5px;
			padding-left: 5px;
	}

	.col-xs-5ths {
			width: 20%;
			float: left;
	}

	@media (min-width: 768px) {
			.col-sm-5ths {
					width: 20%;
					float: left;
			}
	}

	@media (min-width: 992px) {
			.col-md-5ths {
					width: 20%;
					float: left;
			}
	}

	@media (min-width: 1200px) {
			.col-lg-5ths {
					width: 20%;
					float: left;
			}
	}
  /**************************
  ** Cards
  **************************/
	.item-cards { margin-bottom: 20px; }
	.item-cards .cards-content {
		background-color: #FFF;
		box-shadow: 2px 2px 5px #CCC;
	}
  .item-cards .cards-content a,
  .item-cards .cards-content a:hover,
  .item-cards .cards-content a:active,
  .item-cards .cards-content a:focus {
    color: #4F4F4F;
  }
	.item-cards .cards-content .cards-detail {
		padding: 10px;
		word-break: break-word;
    position: relative;
    min-height: 130px;
    /* height: 180px; */
	}
	.item-cards .cards-title {
		font-size: 15px;
		font-weight: bold;
		height: 44px;
		overflow: hidden;
	}
	.item-cards .cards-name {
		font-size: 12px;
		height: 34px;
		overflow: hidden;
		margin: 10px 0px 0px 0px;
		color: #bebebe;
	}
  .item-cards .cards-content .cards-detail .cards-logo img {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
	.item-cards .cards-content .cards-detail .cards-price, .item-cards .cards-content .cards-detail .cards-remain {
		position: absolute;
    bottom: 10px;
    right: 10px;
	}
	.item-cards .cards-content .cards-detail .cards-price .price-old {
		font-size: 12px;
		color: #bebebe;
		text-decoration: line-through;
	}
	.item-cards .cards-content .cards-detail .cards-price .price-new {
		/* color: #0bb194; */
		font-size: 17px;
		font-weight: bold;
	}
	.item-cards .raty { color: #f5be47; }
	.item-cards .raty .fa-fw { width: 1.1em; }
  .item-cards .cards-remain {
    text-align: right;
    font-size: 12px;
    /* margin-top: 15px; */
  }
  .item-cards .cards-remain .text-mute {
    color: #bebebe;
  }
  .item-cards .cards-content .learn_hour-total,
  .item-cards .cards-content .learn_hour-process {
    font-size: 12px;
		color: #bebebe;
  }

  .item-cards .cards-content .progress {
    height: 15px;
    margin-bottom: 5px;
  }
  /* =============
     Checkbox and Radios
  ============= */
  .form-inline .checkbox label { padding-left: 5px; }
  .form-horizontal .checkbox { padding-top: 2px; }
  .checkbox {
    padding-left: 20px;
  }
  .checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
  }
  .checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 1px;
    border: 1px solid rgba(120, 130, 140, 0.13);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
  }
  .checkbox label::after {
    color: #2b2b2b;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
  }
  .checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
  }
  .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
  }
  .checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
    outline: thin dotted;
  }
  .checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
  }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #e4e7ea;
    cursor: not-allowed;
  }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%;
  }
  .checkbox.checkbox-inline {
    margin-top: 0;
  }
  .checkbox.checkbox-single label {
    height: 17px;
  }
  .checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #ab8ce4;
    border-color: #ab8ce4;
  }
  .checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
  }
  .checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #fb9678;
    border-color: #fb9678;
  }
  .checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
  }
  .checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #03a9f3;
    border-color: #03a9f3;
  }
  .checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
  }
  .checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #fec107;
    border-color: #fec107;
  }
  .checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
  }
  .checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #00c292;
    border-color: #00c292;
  }
  .checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
  }
  .checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #9675ce;
    border-color: #9675ce;
  }
  .checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
  }
  .checkbox-red input[type="checkbox"]:checked + label::before {
    background-color: #fb9678;
    border-color: #fb9678;
  }
  .checkbox-red input[type="checkbox"]:checked + label::after {
    color: #ffffff;
  }
  .checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #4c5667;
    border-color: #4c5667;
  }
  .checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
  }
  /* Radios */
  .form-inline .radio label { padding-left: 5px; }
  .form-horizontal .radio { padding-top: 2px; }
  /*
  .radio {
    padding-left: 20px;
  }
  */
  .radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
  }
  .radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(120, 130, 140, 5.13);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
  }
  .radio label::after {
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #2b2b2b;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 7px;
    left: 5px;
    margin-left: -20px;
    position: absolute;
    top: 5px;
    transform: scale(0, 0);
    transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 7px;
  }
  .radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
  }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.65;
  }
  .radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
  }
  .radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
  }
  .radio.radio-inline {
    margin-top: 0;
  }
  .radio.radio-single label {
    height: 17px;
  }
  .radio-default input[type="radio"] + label::after {
    background-color: #aaa;
  }
  .radio-default input[type="radio"]:checked + label::before {
    border-color: #aaa;
  }
  .radio-default input[type="radio"]:checked + label::after {
    background-color: #aaa;
  }
  .radio-primary input[type="radio"] + label::after {
    background-color: #ab8ce4;
  }
  .radio-primary input[type="radio"]:checked + label::before {
    border-color: #ab8ce4;
  }
  .radio-primary input[type="radio"]:checked + label::after {
    background-color: #ab8ce4;
  }
  .radio-danger input[type="radio"] + label::after {
    background-color: #fb9678;
  }
  .radio-danger input[type="radio"]:checked + label::before {
    border-color: #fb9678;
  }
  .radio-danger input[type="radio"]:checked + label::after {
    background-color: #fb9678;
  }
  .radio-info input[type="radio"] + label::after {
    background-color: #03a9f3;
  }
  .radio-info input[type="radio"]:checked + label::before {
    border-color: #03a9f3;
  }
  .radio-info input[type="radio"]:checked + label::after {
    background-color: #03a9f3;
  }
  .radio-warning input[type="radio"] + label::after {
    background-color: #fec107;
  }
  .radio-warning input[type="radio"]:checked + label::before {
    border-color: #fec107;
  }
  .radio-warning input[type="radio"]:checked + label::after {
    background-color: #fec107;
  }
  .radio-success input[type="radio"] + label::after {
    background-color: #00c292;
  }
  .radio-success input[type="radio"]:checked + label::before {
    border-color: #00c292;
  }
  .radio-success input[type="radio"]:checked + label::after {
    background-color: #00c292;
  }
  .radio-purple input[type="radio"] + label::after {
    background-color: #9675ce;
  }
  .radio-purple input[type="radio"]:checked + label::before {
    border-color: #9675ce;
  }
  .radio-purple input[type="radio"]:checked + label::after {
    background-color: #9675ce;
  }
  .radio-red input[type="radio"] + label::after {
    background-color: #fb9678;
  }
  .radio-red input[type="radio"]:checked + label::before {
    border-color: #fb9678;
  }
  .radio-red input[type="radio"]:checked + label::after {
    background-color: #fb9678;
  }
/**************************
** Button
**************************/
.btn-shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
     -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.btn-shadow-none {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
          box-shadow: none;
}
.btn-radius-none {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
      -ms-border-radius: 0px;
          border-radius: 0px;
}

[class*='btn-'] {
		-webkit-border-radius: 0px;
			 -moz-border-radius: 0px;
			  -ms-border-radius: 0px;
            border-radius: 0px;
  /*
		-webkit-box-shadow: none;
			 -moz-box-shadow: none;
				-ms-box-shadow: none;
            box-shadow: none;
  */
}
.btn.btn-lg {
	line-height: 35px;
	height: auto;
}

.btn-default, .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:visited,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
		background-color: #A3A3A3;
		border-color: #A3A3A3;
}

.btn-success, .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:visited,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
		background-color: #32D1B3;
		border-color: #32D1B3;
}

.btn-info, .btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:visited,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
		background-color: #03A8D0;
		border-color: #03A8D0;
}
.btn-warning, .btn-warning:hover {
		background-color: #EF6C00;
		border-color: #EF6C00;
}

.btn-share-fb-ms, .btn-share-fb-ms:hover 	{ background-color: #0084ff;color: #FFF; }
.btn-share-fb				{ background-color: rgba( 58,  87, 149, 1.0);color: #FFF; }	/* #3a5795 */
.btn-share-fb:hover { background-color: rgba( 58,  87, 149, 0.9);color: #FFF; }
.btn-share-gp				{ background-color: rgba(216,  73,  55, 1.0);color: #FFF; }	/* #d84937 */
.btn-share-gp:hover { background-color: rgba(216,  73,  55, 0.9);color: #FFF; }
.btn-share-tw				{ background-color: rgba( 50, 202, 252, 1.0);color: #FFF; } /* #32cafc */
.btn-share-tw:hover { background-color: rgba( 50, 202, 252, 0.9);color: #FFF; }
.btn-share-ln				{ background-color: rgba( 00, 185,  00, 1.0);color: #FFF; }	/* #00B900 */
.btn-share-ln:hover { background-color: rgba( 00, 185,  00, 0.9);color: #FFF; }
.btn-logo						{ background-color: rgba( 80, 202, 172, 1.0);color: #FFF; } /* #50c1ac */
.btn-logo:hover 		{ background-color: rgba( 80, 202, 172, 0.9);color: #FFF; }

.color-logo 			{ color: #50c1ac; }
.color-text-up 		{ color: #52c0ab; }
.color-white { color: #FFF !important; }
.bgcolor-logo { background-color: #50c1ac; }
.bgcolor-white { background-color: #FFF; }
.bgcolor-black { background-color: #000; }

.box--content {
	padding: 15px;
	background-color: #FFF;
	border: 1px solid #e9e9e9;
}

.block-content {
	background-color: #FFF;
	border: 1px solid #ededed;
}
.display-inline { display: inline-block; }
.cursor-pointer { cursor: pointer; }

.form-group .control-label,
.form-group .form-control-static,
.form-group .help-block {
  font-family: 'Kanit', 'Helvetica Neue', Helvetica, tahoma, arial, 'lucida grande', sans-serif;
  font-size: 20px;
  font-weight: normal;
}

.form-control, select
, .input-group .form-control:first-child
, .input-group .form-control:last-child
, .input-group .form-control {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
       -o-border-radius: 0px;
          border-radius: 0px;
}
.form-control {
	background-color: #FCFCFC;
	background-image: none;
	border: 1px solid #E2E2E2;
	color: #4F4F4F;
	padding: 7px 12px;
	-webket-box-shadow: unset;
		 -moz-box-shadow: unset;
					box-shadow: unset;

}
.form-control:focus {
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	background-image: none;
	padding: 7px 12px;
	-webket-box-shadow: unset;
		 -moz-box-shadow: unset;
					box-shadow: unset;
}

a, a:hover { text-decoration: none; }
a { color: #4F4F4F; }
a:hover { color: #009688; }



hr.dash {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #EFEFEF;
}
.pagination > li > span {
	margin-right: 5px;
	padding: 4px 8px;
	font-size: 12px;
	cursor: pointer;
}
.pagination > li:first-child > span
, .pagination > li:last-child > span {
	-webkit-border-radius: 0px;
		 -moz-border-radius: 0px;
			 -o-border-radius: 0px;
					border-radius: 0px;
}
