/* PADDING MARGIN //////////////// */
.pd-0 {padding:0 !important;}.pd-15 { padding-left:15px !important;padding-right:15px !important;} .pd-30 { padding:30px !important;} 
.pl-35 { padding-left:35px !important; }
.mg-0 {margin:0 !important;}.mg-15 { margin-left:15px !important;margin-right:15px !important;} .mg-30 { margin:30px !important;} 
.pt-0 { padding-top:0px !important;}.pt-3 { padding-top:3px !important;}.pt-5 { padding-top:5px !important;}.pt-10 { padding-top:10px !important;}.pt-20 { padding-top:20px !important;}.pt-30 { padding-top:30px !important;}.pt-40 { padding-top:40px !important;}.pt-50 { padding-top:50px !important;}.pt-60 { padding-top:60px !important;}.pt-110 { padding-top:110px !important;}
.pb-5 { padding-bottom:5px !important;}.pb-10 { padding-bottom:10px !important;}.pb-15 { padding-bottom:15px !important;}.pb-20 { padding-bottom:20px !important;}.pb-30 { padding-bottom:30px !important;}.pb-40 { padding-bottom:40px !important;}.pb-50 { padding-bottom:50px !important;}.pb-60 { padding-bottom:60px !important;}
.mt-0 { margin:0px !important;}.mt-5 { margin-top:5px !important;}.mt-10 { margin-top:10px !important;}.mt-15 { margin-top:15px !important;}.mt-20 { margin-top:20px !important;}.mt-30 { margin-top:30px !important;}.mt-40 { margin-top:40px !important;}.mt-50 { margin-top:50px !important;}.mt-60 { margin-top:60px !important;}
.mb-0 { margin-bottom:0px !important;}.mb-5 { margin-bottom:5px !important;}.mb-10 { margin-bottom:10px !important;}.mb-15 { margin-bottom:15px !important;}.mb-20 { margin-bottom:20px !important;}.mb-30 { margin-bottom:30px !important;}.mb-40 { margin-bottom:40px !important;}.mb-50 { margin-bottom:50px !important;}.mb-60 { margin-bottom:60px !important;}
.mt-120 {margin-top:120px !important;}
/* PADDING MARGIN //////////////// */
/* FONT SIZE //////////////// */
.font-10 {font-size: 10px !important;line-height: 1.5 !important;}
.font-12 {font-size: 12px !important;line-height: 1.5 !important;}
.font-14 {font-size: 14px !important;line-height: 1.5 !important;}
.font-16 {font-size: 16px !important;line-height: 1.5 !important;}
.font-18 {font-size: 18px !important;line-height: 1.5 !important;}
.font-20 {font-size: 20px !important;line-height: 1.5 !important;}
.font-22 {font-size: 22px !important;line-height: 1.5 !important;}
.font-24 {font-size: 24px !important;line-height: 1.5 !important;}
.font-26 {font-size: 26px !important;line-height: 1.5 !important;}
.font-28 {font-size: 28px !important;line-height: 1.5 !important;}
.font-30 {font-size: 30px !important;line-height: 1.5 !important;} 


/* HTML PRO */
.round { 
	border-radius:5px;
}
.logo img {
	max-height:48px;
	border-radius:5px;
}
.section-title span {
	color: #006697 !important;
}

.text-right {
	text-align:right !important;
}
.notificatoins-dropdown-container {
    font-weight: 400;
}
.notification-drop-title {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px; 
}
.notification-drop-list {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px; 
	padding-left:15px;
}
.notifications-dropdown .notification .notification-text p {
    margin: 0 0 0 10px;
    color: #797979;
    font-size: 14px;
}
.notifications-dropdown .notification .notification-text span {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px; 
}
.notifications-dropdown .notification .notification-text { 
    line-height: 1.4;
}
nav .nav-wrapper>ul.nav-text>li>a {
    font-weight: 400;
    text-transform: uppercase; 
	color:#4e4e4e !important;
}
.btn-fb { 
	margin-bottom:10px;
	min-width:100%;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	height: 50px;
	color:#fff;
    border-color: #3b5998!important;
    background-color: #3b5998!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
} 
.btn-fb:focus, 
.btn-fb.focus,
.btn-fb:not(:disabled):not(.disabled):active:focus,
.btn-fb:not(:disabled):not(.disabled).active:focus,
.show > .btn-fb.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223,227,238, 0.5);
}

.btn-fb:hover,
.btn-fb.active,
.btn-outline-primary.active,
.btn-fb:active:hover,
.btn-fb.active:hover,
.show > .dropdown-toggle.btn-fb:hover,
.btn-fb:active:focus,
.btn-fb.active:focus,
.show > .dropdown-toggle.btn-fb:focus,
.btn-fb:active.focus,
.btn-fb.active.focus,
.show > .dropdown-toggle.btn-fb.focus,
.btn-fb:focus,
.btn-fb.focus {
    border-color: #8b9dc3!important;
    background-color: #8b9dc3!important;
}

.btn-gmail { 
	margin-bottom:10px;
	min-width:100%;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	height: 50px;
	color:#fff;
    border-color: #c71610!important;
    background-color: #c71610!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
} 
.btn-gmail:focus, 
.btn-gmail.focus,
.btn-gmail:not(:disabled):not(.disabled):active:focus,
.btn-gmail:not(:disabled):not(.disabled).active:focus,
.show > .btn-gmail.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248,165,163, 0.5);
}

.btn-gmail:hover,
.btn-gmail.active,
.btn-outline-primary.active,
.btn-gmail:active:hover,
.btn-gmail.active:hover,
.show > .dropdown-toggle.btn-gmail:hover,
.btn-gmail:active:focus,
.btn-gmail.active:focus,
.show > .dropdown-toggle.btn-gmail:focus,
.btn-gmail:active.focus,
.btn-gmail.active.focus,
.show > .dropdown-toggle.btn-gmail.focus,
.btn-gmail:focus,
.btn-gmail.focus {
    border-color: #f8a5a3!important;
    background-color: #f8a5a3!important;
}


.btn-line { 
	margin-bottom:10px;
	min-width:100%;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	height: 50px;
	color:#fff;
    border-color: #00c300 !important;
    background-color: #00c300 !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
} 
.btn-line:focus, 
.btn-line.focus,
.btn-line:not(:disabled):not(.disabled):active:focus,
.btn-line:not(:disabled):not(.disabled).active:focus,
.show > .btn-line.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248,165,163, 0.5);
}


.btn-line:hover,
.btn-line.active,
.btn-outline-primary.active,
.btn-line:active:hover,
.btn-line.active:hover,
.show > .dropdown-toggle.btn-line:hover,
.btn-line:active:focus,
.btn-line.active:focus,
.show > .dropdown-toggle.btn-line:focus,
.btn-line:active.focus,
.btn-line.active.focus,
.show > .dropdown-toggle.btn-line.focus,
.btn-line:focus,
.btn-line.focus {
    border-color: #f8a5a3!important;
    background-color: #f8a5a3!important;
}

.text-red {
	color:#ff0000 !important;
}
.card .card-content {
    padding: 5px 20px !important; 
}

.card .card-content h4 {
	/*
   font-size:20px; 
    padding: 15px 15px;
    border-bottom: solid 2px #b5b5b5;
	*/
}

body {
	font-family:'kanit' !important;
	background-color: #fff;
}
html { 
	font-family:'kanit' !important;
    color: #000 !important;
}
 
.mn-content, body, html {
	font-family:'kanit' !important;
	font-size: 16px;
	font-weight:400;
}
small {
    font-size: 80%;
}
 
.header-title span {
	padding:8px 0;
}
.chapter-title img {
	max-height:40px;
}
.cyan.darken-1 {
    background-color: #fff !important;
}
.main-wrapper {
	max-width: 1150px !important;
    margin-left: auto !important;
    margin-right: auto !important; 
}
 
.mn-header.navbar-fixed nav .nav-wrapper {
	padding-left: 0px !important;
	max-width: 1150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mn-content.fixed-sidebar .page-footer {
	padding-left: 0px !important;
}
.fixed-sidebar .page-footer .footer-grid.container {
	max-width: 1150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
	text-align:center;
	padding: 15px;
	height: 200px !important;
}

.fixed-sidebar .page-footer .footer-grid.container span {
	font-weight:200 !important;
}

.main_title {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
    font-family: 'kanit'; 
	line-height:0.8;
}
.main_title strong {
	font-weight:600;
	font-size:26px;
}
.main_title p {
    font-weight: 200;
    font-size: 18px;
	text-transform:uppercase;
	letter-spacing:1px;
}


.card .announce-box {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
    font-family: 'kanit'; 
	padding: 20px 10px !important;
}
.card .announce-box strong {
	font-weight:600;
	font-size:26px; 
	line-height: 1.2;
    color: #f29200;
}
.card .announce-box p {
	margin-top:10px;
    font-weight: 200;
    font-size: 14px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height: 1.5;
}
.card .announce-box i {
    font-size: 100px;
    font-weight: 200;
    color: #ffac30;
}
 
.card .bank-box {
    font-family: 'kanit'; 
	margin-top:20px;
	margin-bottom:20px; 
	padding: 20px 30px !important;
}
.card .bank-box strong {
	font-weight:600;
	font-size:20px; 
	line-height: 1.2;
}
.card .bank-box small { 
    font-weight: 200;
    font-size: 12px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height: 1.5;
}

.card .bank-box hr { 
	border: solid 1px #31313166;

}
.card .bank-box .bank-detail { 
    font-weight: 200; 
	line-height: 1.2;
	padding-top:12px;
}
.card .bank-box .bank-detail strong { 
    font-weight: 400; 
	font-size:18px; 
	line-height: 1.5;
}
.card .bank-box .bank-detail .bank-number { 
    font-weight: 600; 
	font-size:30px; 
	line-height: 1.2;
	letter-spacing:1px;
}

.card .bank-box .bank-total { 
	position:relative;
	float:right;
    font-weight: 200; 
	line-height: 1.2; 
	text-align:right; 
}
.card .bank-box .bank-total strong { 
    font-weight: 400; 
	font-size:14px; 
	line-height: 1.5;
}
.card .bank-box .bank-total .total-number { 
    font-weight: 400; 
	font-size:40px; 
	line-height: 1.2;
	letter-spacing:1px;
}
.card .bank-box .bank-total .orderid { 
    font-weight: 400; 
	font-size:10px;  
	letter-spacing:1px;
}
.card .bank-box .bank-total .orderid strong { 
    font-weight: 400; 
	font-size:18px;  
	color:#000;
}
  
.css-label {
	letter-spacing:0;
}

.card-home .card-content {
	padding: 10px 20px !important;
}
.card-home .card-title {
    font-weight: 400 !important;
    font-size: 18px !important;
}
.card-home .card-date {
    font-weight: 400 !important;
    font-size: 12px !important;
}

.box-head h2 {
	font-size:18px; 
	margin-bottom:5px
}
.box-head h2 strong {
	font-size:24px; 
	line-height: 1.2 !important;
}

.box-head span {
    font-weight: 200;
    font-size: 14px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height: 1;
}

.wlabel strong {
	font-size:16px !important;
    font-weight: 400 !important;
}
.wlabel small {
	font-size:12px !important; 
}

	.pr-0 {
		padding-right:0 !important;
	}


.single_item { 
    line-height: 1.4;
    color: #4c4c4c;
	text-align: center;
}
.single_item img {
	margin-bottom:15px;
}

optgroup {
    font-weight: 200 !important;
}
@media (max-width: 767px){ 
	nav {
		padding:0;
	}
	.hidden-xs {
		display:none;
	}
	.default-title h2 {
		font-size:16px;
		line-height: 1.2 !important;
	}
	.chapter-title img {
		max-height: 28px;
	}
	.card .bank-box .bank-total { 
		position: static;
		font-weight: 200;
		line-height: 1.2;
		text-align: left;
		padding-top: 0;
		float: none;
		padding-bottom:15px;
	}
	  
	nav .nav-wrapper>ul.nav-text>li>a {
		font-weight: 400;
		text-transform: uppercase;
		padding: 0 12px 0 6px !important;
		color:#4e4e4e !important;
	}

	
	.card .card-content {
		padding: 10px 10px !important;
	}
	.card .bank-box {
    font-family: 'kanit';
    margin-top: 0px;
    margin-bottom: 10px;
	}

	.pr-0 {
		padding-right:10px !important;
	}
	
	.fixed-sidebar .page-footer .footer-grid.container { 
		height: 120px !important;
	}

}