/* PADDING MARGIN //////////////// */
.pd-0 {padding:0 !important;}.pd-10 {padding:10px !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;}
.pb-150 { padding-bottom:150px !important;}
/* 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-27 {font-size: 27px !important;}
.font-28 {font-size: 28px !important;}
.font-29 {font-size: 29px !important;}
.font-30 {font-size: 30px !important;}  
.font-31 {font-size: 31px !important;}  
.font-32 {font-size: 32px !important;}  
.font-33 {font-size: 33px !important;}  
.font-34 {font-size: 34px !important;}  
.font-35 {font-size: 35px !important;}  
.font-36 {font-size: 36px !important;}  
.font-37 {font-size: 37px !important;}  
.font-38 {font-size: 38px !important;}  
.font-39 {font-size: 39px !important;}  
.font-40 {font-size: 40px !important;}  
.w-100 {
	width:100%;
}
body { 
	font-family: 'Anuphan' !important;  
	font-size:16px;  
	color:#606060;
}
 h1, h2, h3, h4, h5, h6 { 
	font-family: 'Anuphan' !important;   
}
a {
	color:#606060;
	text-decoration:none;
}
a:hover {
	color:#9e9e9e;
	
}
.float-right {
	float: right !important;
}
.btn-full-width {
	width:100%;
}
.require {
	color:#ff0000;
}
h1 { font-size:26px; font-weight: 700; }
h2 { font-size:24px; font-weight: 700; }
h3 { font-size:22px; font-weight: 700; }
h4 { font-size:20px; font-weight: 700; }
h5 { font-size:18px; font-weight: 700; }
h6 { font-size:16px; font-weight: 700; }

 a:hover {
 } 

.text-left {
	text-align:left !important;
}
 
 .text-white {
	color:#fff !important;
 }
 .text-main {
	color:#034ea2 !important;
 }
 .text-normal {
	font-weight:400 !important;
 }
 .custom-control-label {
	color:#606060 !important;
 }
 .md-check {
  cursor: pointer;
  padding-left: 1.25rem;
  margin: 0;
  display: inline-block;
  position: relative; }
  .md-check input {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem; }
    .md-check input:checked + i:before {
      border-width: 0;
      background-color: inherit; }
    .md-check input:checked + span .active {
      display: inherit; }
    .md-check input[type="radio"] + i, .md-check input[type="radio"] + i:before {
      border-radius: 50%; }
    .md-check input[type="checkbox"]:checked + i:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 6px;
      top: 2px;
      display: table;
      width: 6px;
      height: 12px;
      border: 2px solid;
      border-top: 0;
      border-left: 0;
      content: ' '; }
    .md-check input[type="radio"]:checked + i:after {
      position: absolute;
      left: 6px;
      top: 6px;
      display: table;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      content: ' '; }
    .md-check input[disabled] + i:before,
    fieldset[disabled] .md-check input + i:before {
      opacity: 0.5; }
    .md-check input[disabled]:checked + i:before {
      opacity: 0.5; }
  .md-check > i {
    width: 0;
    height: 18px;
    line-height: 1;
    margin-left: -20px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    position: relative; }
    .md-check > i:before {
      content: "";
      position: absolute;
      width: 18px;
      height: 100%;
      border: 2px solid #9e9e9e;
      border-radius: 2px; }
    .md-check > i.no-icon:after {
      display: none !important; }
.btn {
	font-family: 'Anuphan' !important;   
	padding:10px 30px  !important;
 } 
 .btn-motorexpo {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}
@media (max-width: 767px){  
	 .df-logo img {
		height:36px !important;
	}
	.col-xs-12 { 
	  width: 100%;
	}
	.col-xs-10 { 
	  width: 80%;
	}
	.col-xs-8 { 
	  width: 66.6%;
	}
	.col-xs-6 { 
	  width: 50%;
	}
	.col-xs-5 { 
	  width: 41.6%;
	}
	.col-xs-4 { 
	  width: 33%;
	}
	.col-xs-3 { 
	  width: 25%;
	}
	.col-xs-2 { 
	  width: 16.6%;
	}
	.col-xs-1 { 
	  width: 8.3%;
	} 
}
.flex-fill img {
	width:190px;
}