/* PADDING MARGIN //////////////// */
.pd-0 {padding:0 !important;}.pd-15 { padding-left:15px !important;padding-right:15px !important;} .pd-20 { padding:20px !important;} .pd-30 { padding:30px !important;} 
.pl-10 { padding-left:10px !important; }.pl-15 { padding-left:15px !important; }.pl-20 { padding-left:20px !important; }.pl-35 { padding-left:35px !important; }.pl-25 { padding-left:25px !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-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;}

body {
    font-family: 'Anuphan' !important;
	font-weight:400 !important; 
}
 h1, h2, h3, h4, h5, h6 {
    font-family: 'Anuphan' !important;
	font-weight:400 !important; 
}
 
 .img {
	max-width:100%;
	border-radius:5px;
 }
.img-responsive {
	width:100%;
}
 .pull-right {
	float:right;
 }
 .text-gray {
	color:#c0c0c0;
 }
 .text-warning {
	color:#ff9900;
 }
 .text-main {
	color:#009245;
 } 

/* PADDING MARGIN //////////////// */
/* FONT SIZE //////////////// */
.font-10 {font-size: 10px !important; }
.font-12 {font-size: 12px !important; }
.font-14 {font-size: 14px !important; }
.font-16 {font-size: 16px !important;}
.font-18 {font-size: 18px !important; }
.font-20 {font-size: 20px !important; }
.font-22 {font-size: 22px !important; }
.font-24 {font-size: 24px !important;}
.font-26 {font-size: 26px !important;}
.font-28 {font-size: 28px !important;}
.font-30 {font-size: 30px !important;}  
 
.btn-primary:hover,
.btn-primary.active,
.btn-outline-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.show > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.show > .dropdown-toggle.btn-primary.focus,
.btn-primary:focus,
.btn-primary.focus {
    border-color: #4242a4!important;
    background-color: #4242a4!important;
} 
.btn-fb { 
	margin-bottom:10px;
	min-width:210px;
	font-size:12px;
	font-weight:400;
	letter-spacing:1px;
	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:left;
} 
.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-outline-gmail {
  background-color: transparent;
  border-color: #c71610;
  color: #c71610; }
  .btn-outline-gmail:hover, .btn-outline-gmail:focus {
    background-color: #c71610;
    border-color: #c71610;
    color: #fff; }
 
.btn-outline-line {
  background-color: transparent;
  border-color: #00c300;
  color: #00c300; }
  .btn-outline-line:hover, .btn-outline-line:focus {
    background-color: #00c300;
    border-color: #00c300;
    color: #fff; }

.btn-gmail { 
	margin-bottom:10px;
	min-width:210px;
	font-size:12px;
	font-weight:400;
	letter-spacing:1px;
	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:left;
} 
.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;
}

.anp {
    font-family: 'Anuphan' !important;
} 
  
/* ==== CUSTOM CSS ============================= */
.df-logo img {
	height:45px !important;
}

@media (max-width: 767px){ 
 .df-logo img {
	height:36px !important;
}
.col-xs-12 { 
  width: 100%;
}
.col-xs-10 { 
  width: 80%;
}
.col-xs-6 { 
  width: 50%;
}
.col-xs-4 { 
  width: 33%;
}
.col-xs-3 { 
  width: 25%;
}
}