/******************************8***********
Camp Shop Stylesheet by CMNice Solutions. *
************************************8*****/

/*** Reset Documents ***/
/*@import url('reset.css');*/

/******** Fonts ********/
@import url('fonts.css');

/* WIDTH SETTING */
/*.wrapper {
	width: 100%;
    height: 100%;
	max-width: 1060px;
	margin: 0 auto;
    position: relative;
}*/
.nav-hold {
	width:100%;
    height: auto;
	margin:0 auto;
    position: relative;
}

.content-container {
    width: 100%;
    height: auto;
    position: relative;
    background: #000;
}

.brown-contact {
    z-index: 100;
    border-top: 4px solid #94ca53;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.brown-contact p {
    position: relative;
    margin: 0;
    font: 19px/1 'Kanit', sans-serif;
    color: #999;
    font-weight: 300;
}
.brown-contact p a {
    color: #94ca53;
    margin: 0 10px;
    text-decoration: none;
}

.fa-stack.small { 
    font-size: 0.8em; 
}
.fa-stack.small i { 
    vertical-align: middle; 
}
.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -5px;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    font: 11px/14px 'Open Sans', sans-serif !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 400 !important;
    background: #DF0000;
    color: #fff;
}

.top-bg {
    position: relative;
    z-index: 10;
}
.top-contact {
    position: relative;
    z-index: 100;
}
.top-contact p {
    font: 17px/1 'Kanit', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.top-contact p a {
    color: #387200;
    text-decoration: none;
}

.top-contact i.icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    background: #4f720b;
    color: #fff;
}

/* NAVIGATION */
.nav-bar {
	width:100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.logo-active {
    display: inline-block;
    width: 157px;
    height: 146px;
    position: relative;
    background: #866d2d;
    vertical-align: top;
}
.logo-active::after {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 78.5px 0 78.5px;
    border-color: #866d2d transparent transparent transparent;
}
.logo-active img,
.logo-inactive img {
    display: block;
    margin: 15px auto;
}
.logo-inactive {
    display: inline-block;
    width: 157px;
    height: 146px;
    position: relative;
    vertical-align: top;
}

.nav-logo{
	display: block;
    position: relative;
    z-index: 50;
    margin: 0 auto;
}

/* Main Menu */
#menu ul {
    margin: 0;
    padding: 0;
}

#menu .main-menu {
    display: none;
}

#tm:checked+.main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #fff;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

#menu .sub-menu li:last-child {
    border-width: 0;
}

#menu .sub-menu li a {
    color: #000;
}

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    font: 18px/1 'Kanit', sans-serif;
	color: #999;
    text-decoration: none;
    font-weight: 400;
}

#menu li:not(:last-child)::after {
    position: absolute;
    top: .5em;
    right: -.3em;
    display: block;
    font: 18px/1 'Kanit', sans-serif;
	color: #999;
    text-decoration: none;
    font-weight: 400;
    content: "/";
    z-index: 20;
}

#menu,
#toggle-menu {
    background-color: #fff;
}

#toggle-menu,
#menu a {
    padding: .5em 1em;
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
    background-color: white;
}

#menu .sub-menu {
    display: none;
}

#menu input[type="checkbox"]:checked+.sub-menu {
    display: block;
}

#menu .sub-menu a:hover {
    color: #000;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: .5em;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: rgb(153, 26, 65, .3);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
    vertical-align: top;
}

#menu .drop-icon {
    line-height: 1;
}

.nav-list {
	width: 100%;
    height: auto;
	position: relative;
    margin-bottom: 0;
    z-index: 99;
}
.nav-list li {
	display:inline-block;
	height: 100%;
    margin-right: 20px;
    box-sizing: border-box;
    position: relative;
	text-align:center;
	vertical-align:top;
}
.nav-list li#active {
    /*background: #000;*/
}
.nav-list li#active a {
    color: #991a41;
}
.nav-list li a {
    font: 19px/1 'Kanit', sans-serif;
	color: #000;
    text-decoration: none;
    font-weight: 400;
}

.nav-menu {
	display:none;
}

/* Sub nav */
.nav-list li ul {
	width: 212px;
	display: none;
	position: absolute;
	top: 100%;
	left: -70px;
	z-index:999;
    padding-top: 20px;
}
.nav-list li:hover ul {
	display:block;
}
.nav-list li ul li{
	min-height: 25px;
	width: 100%;
	margin: 0;
    text-align: center;
    background-color: rgba(204, 204, 204, .7);
}
.nav-list li ul li:hover{
    background: #4c433c;
}
.nav-list li ul li:hover a {
    color: #000;
}
.nav-list li ul li::after {
	display: none;
}
.nav-list li ul li:last-child a {
	border: 0;
}
.nav-list li ul li a{
	font: 24px/1 psl-akkhaneeregular;
    color: #000;
}
.nav-list li ul li:hover a{
    color: #fff;
}

/* Slider */
.slider-container {
    width: 100%;
    height: auto;
    position: relative;
}

/* Show Course */
.show-c {
    position: relative;
    background-color: rgba(255,255,255,.76);
    box-shadow: 0.5px 0.9px 9px rgba(167, 45, 118, 0.36);
}
.c-head {
    position: relative;
}
.c-head h1 {
    font: 32px/1 'Kanit', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.c-head1 {
    background-color: #cc6600;
}
.c-head2 {
    background-color: #ff3333;
}
.c-head3 {
    background-color: #00b050;
}
.c-head4 {
    background-color: #22b866;
}
.c-head5 {
    background-color: #f8a01e;
}
.c-head6 {
    background-color: #fba522;
}
.c-head7 {
    background-color: rgba(151, 104, 62, 0.85);
}

.c-box {
    position: relative;
    width: 100%;
    height: auto;
}
.c-box .img {
    position: relative;
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
    background: #eee;
}
.c-box .img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-box h1 {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
}
.c-box h2 {
    font: 15px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #878787;
}
.c-box h3 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #fa3131;
}
.c-box h3 a {
    color: #fa3131;
    text-decoration: none;
}

.view-all-bar {
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgba(151, 104, 63, 0.85);
}
.view-all-bar p {
    font: 18px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.view-all-bar p a {
    color: #fff;
    text-decoration: none;
}

.ribbon {
    position: absolute;
    top: 0;
    left: -5px;
    width: auto;
    height: 40px;
}
.ribbon h4 {
    font: 18px/40px 'Kanit', sans-serif;
    color: #fff;
    margin: 0;
}

.rb1 {
    background: #cc6600;
}
.rb1::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #ad5600 transparent transparent;
    content: '';
}
.rb1 span {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 40px;
    background: #cc6600;
    content: '';
}
.rb1 span::before {
    position: absolute;
    right: -20px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #cc6600 transparent transparent transparent;
}
.rb1 span::after {
    position: absolute;
    right: -20px;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #cc6600;
}

.rb2 {
    background: #990000;
}
.rb2::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #7f0000 transparent transparent;
    content: '';
}
.rb2 span {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 40px;
    background: #990000;
    content: '';
}
.rb2 span::before {
    position: absolute;
    right: -20px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #990000 transparent transparent transparent;
}
.rb2 span::after {
    position: absolute;
    right: -20px;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #990000;
}

.rb3 {
    background: #339933;
}
.rb3::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #297a29 transparent transparent;
    content: '';
}
.rb3 span {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 40px;
    background: #339933;
    content: '';
}
.rb3 span::before {
    position: absolute;
    right: -20px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #339933 transparent transparent transparent;
}
.rb3 span::after {
    position: absolute;
    right: -20px;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #339933;
}



/* Member Menu */
.mem-menu {
    position: relative;
    background-color: #dbdcdd;
}
.mem-menu p {
    position: relative;
    margin: 0;
    font: 20px/1 kittithada_roman_55regular;
    color: #333;
    text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.8);
    font-weight: 600;
}
.mem-menu p a {
    color: #333;
    text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.mem-menu a {
    font: 14px/1 'Kanit', sans-serif;
    color: #373737;
    text-decoration: none;
}

.card-header h1 {
    font: 24px/1 'Kanit', sans-serif;
    color: #000;
    margin: 0;
}

/* Welcome */
.welcome-text-content {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
}
.welcome-text-content h1 {
    font: 26.71px/1 'Kanit', sans-serif;
    color: #626262;
    font-weight: 400;
}
.welcome-text-content p {
    font: 17px/1.4 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}
.welcome-text-content img {
    max-width: 100%;
    height: auto;
}
.welcome-text-content ol {
    list-style: decimal;
    list-style-position: inside;
}
.welcome-text-content ul {
    list-style: disc;
    list-style-position: inside;
}
.welcome-text-content ol li,
.welcome-text-content ul li {
    font: 20px/1.2 'Kanit', sans-serif;
    color: #333;
    font-weight: 300;
}

/* Card Box */
.card-body h1 {
    font: 36px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #000;
}
.card-body p {
    font: 16px 'Kanit', sans-serif;
    color: #000;
}
.card-body label {
    font: 16px 'Kanit', sans-serif;
    font-weight: 700;
    color: #000;
}

.card-body a {
    font: 14px 'Kanit', sans-serif;
    color: #000;
    text-decoration: none;
}

.card-body li.active {
    background-color: #9ecf64;
}

/*.tab-pane {
    background: url('../images/bg-profile-top.png') top center no-repeat;
    background-size: 100%;
}*/

.profile-box {
    position: relative;
}
.profile-box h2 {
    font: 20px 'Kanit', sans-serif;
    color: #000;
}
.profile-box h3 {
    font: 20px 'Kanit', sans-serif;
    color: #799a38;
}
.profile-box h4 {
    font: 18px 'Kanit', sans-serif;
    color: #535353;
}
.profile-box h5 {
    font: 18px 'Kanit', sans-serif;
    color: #845530;
    font-weight: 500;
    margin-bottom: 3px;
}
.profile-box p {
    font: 16px 'Kanit', sans-serif;
    color: #000;
    margin-bottom: 10px;
    font-weight: 300;
}
.profile-box h6 {
    font: 10px 'Kanit', sans-serif;
    color: #000;
}

/* Headings */
.heading1 {
    font: 40px/1 kittithada_roman_55regular;
    color: #000;
}
.bt-see-all {
    width: auto;
    height: 27px;
    border: 0.88px solid #991b42;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font: 20.45px/1 kittithada_roman_55regular;
    color: #991b42;
    letter-spacing: 3px;
    background: transparent;
}

.heading2 {
    font: 17px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.heading3 {
    font: 17px/1 'Kanit', sans-serif;
    font-weight: 700;
    color: #000;
}

.heading4 {
    font: 54px/1 kittithada_thin_35regular;
    color: #999;
    text-align: center;
    margin-bottom: 35px;
}

.heading5 {
    font: 30px/1 'Kanit', sans-serif;
    color: #000;
}

.dataTable {
    font-family: 'Kanit', sans-serif;
}

/* Contact Box */
.contact-box {
    position: relative;
    width: 100%;
    height: auto;
    background: url('../images/bg-contact.jpg') center no-repeat;
    background-size: cover;
}
.contact-box h1 {
    font: 43px/1 ThaiSansNeue_Regular;
    color: #fff;
}

/* Course Detail */
.course-detail {
    position: relative;
    font-family: 'Kanit', sans-serif;
}
.course-detail h1 {
    font: 19px/1 'Kanit', sans-serif;
    color: #000;
    text-align: center;
    font-weight: 700;
}
.course-detail h2 {
    font: 16px/1 'Kanit', sans-serif;
    color: #000;
    text-align: center;
    font-weight: 300;
}
.course-detail h3 {
    font: 18px/1 'Kanit', sans-serif;
    color: #000;
}
.course-detail h4 {
    font: 20px/1 'Kanit', sans-serif;
    color: #000;
}
.course-detail h5 {
    font: 18px/1 'Kanit', sans-serif;
    color: #232323;
}
.course-detail p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #232323;
}
.course-detail p span {
    color: #94ca53;
}
.course-detail ul:not(.dropdown-menu) {
    list-style: disc;
    list-style-position: inside;
}

.course-detail ol {
    list-style: decimal;
    list-style-position: inside;
}

.course-detail ul li,
.course-detail ol li {
    font: 14px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #232323;
}

.course-lecturer {
    position: relative;
}
.course-lecturer h1 {
    font: 18px/1 'Kanit', sans-serif;
    color: #000;
    text-align: center;
}
.course-lecturer h2 {
    font: 20px/1 'Kanit', sans-serif;
    color: #fff;
    text-align: center;
    background-color: #94ca53;
}
.course-lecturer h3 {
    font: 14px/1 'Kanit', sans-serif;
    color: #000;
}
.course-lecturer p {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}

.breadcrumb-item a {
    font: 14px/1 'Kanit', sans-serif;
}

.other-product {
    position: relative;
}
.other-product .img a {
    width: 50%;
    position: absolute;
    background-color: #377000;
    font: 18.27px/1 kittithada_roman_55regular;
    color: #fff;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.other-product p {
    font: 20.56px/1 kittithada_bold_75regular;
    color: #000;
}

/* Mix */
.mix-step {
    position: relative;
}
.mix-step p {
    font: 18px/1 dsn_sukumwitregular;
    color: #666;
}
.mix-step label {
    font: 29px/1 kittithada_medium_65regular;
    color: #387200;
}

.green-hr {
    border-top: 3px dotted #387200 !important; 
    background: transparent !important;
}

.yg-button {
    font: 24px/1 kittithada_roman_55regular;
    color: #fff;
    background-color: #4c433c;
    cursor: pointer;
    border: none;
}

.item-circle {
    width: 132px;
    height: 132px;
    position: relative;
    border: 3px solid #ccc;
}
.item-desc p {
    font: 28px/1 dsn_sukumwitregular;
    color: #666;
}

/* Green Box */
.green-box {
    max-width: 550px;
    height: auto;
    background-color: #fff;
    box-shadow: 2.5px 4.3px 5px rgba(1, 2, 2, 0.51);
    font: 20px/1.2 kittithada_roman_55regular;
    position: relative;
    z-index: 10;
}
.green-box .header {
    width: 100%;
    height: auto;
    background-color: #000;
}
.green-box .header h3 {
    font: 43.84px/1 kittithada_medium_65regular;
    color: #fff;
}

.detail-box {
    position: relative;
}
.detail-box p {
    font: 20px/1.2 kittithada_roman_55regular;
    color: #fff;
}

/* cart */
.cart-table {
    position: relative;
}
.cart-table thead th {
    font: 18px/1 kittithada_roman_55regular;
    color: #000;
    border-bottom: 2px dotted #9fb986 !important;
}
.cart-table tbody td,
.cart-table tbody td p {
    font: 20px/1.2 kittithada_medium_65regular;
    color: #000;
}

/* confirm */
.confirm-table {
    position: relative;
    border: 3px solid #ddd7e5;
}
.confirm-table thead th {
    font: 22px/1 kittithada_roman_55regular;
    color: #fff;
    background-color: #1d2b5a;
}
.confirm-table tbody td,
.confirm-table tbody td p {
    font: 22px/1 kittithada_roman_55regular;
    color: #000;
}

/* Receipt */
.receipt {
    width: 900px;
    background: #fff;
}
.receipt h3 {
    font: 24px/1 kittithada_roman_55regular;
    color: #387200;
}
.receipt h4 {
    font: 20px/1 kittithada_roman_55regular;
    color: #000;
}
.receipt h5 {
    font: 20px/1 kittithada_roman_55regular;
    color: #000;
}
.receipt h1 {
    font: 30px/1 kittithada_bold_75regular;
    color: #fff;
}
.receipt h1 span {
    background-color: #000;
}

/* Map Contact */
.map-contact {
    position: relative;
}
.map-contact p {
    font: 17px/1.4 kittithada_medium_65regular;
    color: #666;
}

/* Pricing */
.p-box {
    position: relative;
}
.p-box .img {
    position: relative;
    width: 100%;
    height: 295px;
}
.p-box .img a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.p-box h1 {
    font: 16.85px/1 'Kanit', sans-serif;
    color: #000;
}
.p-box h1 .profile {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.p-box h2 {
    font: 16px/1.2 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
}
.p-box h3 {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #fa3131;
}
.p-box p {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #333;
}
.p-box button {
    font: 16px 'Kanit', sans-serif;
}

.p-bg1 {
    background-color: #ff3e2c;
    border-radius: 10px;
    box-shadow: 0.5px 0.9px 9px rgba(167, 45, 118, 0.36);
}
.p-bg2 {
    background-color: #ff6e09;
    border-radius: 10px;
    box-shadow: 0.5px 0.9px 9px rgba(167, 45, 118, 0.36);
}
.p-bg3 {
    background-color: #ffa400;
    border-radius: 10px;
    box-shadow: 0.5px 0.9px 9px rgba(167, 45, 118, 0.36);
}
.p-bg4 {
    background-color: #00d282;
    border-radius: 10px;
    box-shadow: 0.5px 0.9px 9px rgba(167, 45, 118, 0.36);
}

.p-bg1 h1,
.p-bg2 h1,
.p-bg3 h1,
.p-bg4 h1 {
    font: 26px/1 'Kanit', sans-serif;
    color: #fff;
}

.image_area {
    width: 334px;
    position: relative;
}

.image_area img,
.modal-body img {
    display: block;
    max-width: 100%;
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg {
    max-width: 1000px !important;
}

.overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
}

.image_area:hover .overlay {
    height: 50%;
    cursor: pointer;
}

.text:not(span) {
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Footer */
.footer-content {
    width: 100%;
    height: auto;
    position: relative;
    background: #8ba848;
    color: #fff;
}
.footer-content h1 {
    font: 36px/1 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 400;
}
.footer-content p {
    font: 18px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 200;
}
.footer-content p strong {
    font-weight: 400;
}
.footer-content a {
    color: #fff;
    text-decoration: none;
}
.footer-content a:hover {
    color: #fff;
    text-decoration: none;
}

.social {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #2e2a2b;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.footer {
    width: 100%;
    height: auto;
    position: relative;
}
.footer p {
    font: 14.33px/1 Tahoma;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}
.footer p a {
    color: #000;
    text-decoration: none;
}
.footer img {
    display: block;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
    text-decoration: none;
}

.clearfix {
    clear: both;
}