/*color = bkack blue #043B89 ,blue #0071BA  gray #58595B  red=#D0112B*/

body {
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	color:#575757;
}
a {
	color: #575757;
	text-decoration: none;
	transition: 0.3s
}
a:hover {
	color: #D0112B;
	text-decoration: none;
	transition: 0.3s
}
.clear {
	clear: both;
}

.form-control {
	color: #242424 !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	border-radius: 0  !important;
}
.form-control:focus {
	border: 1px solid #ced4da;
	outline: none;
	box-shadow: none;

}
label {
	text-transform: uppercase;
	font-size: 16px;
	color: #242424;
}
label a {
	color: #234EA2;
	text-decoration: underline;
}
.btn {
	border-radius: 0 !important;
	background:#234EA2 !important;
	border:0 !important;
	padding: 10px 25px;
	text-transform: uppercase;
}

.btn-back {
	background: #000 !important;
	color: #fff !important;
}

.relative {
	position: relative;
}
.w-90 {
	width: 90% !important;
}

.w-80 {
	width: 80% !important;
}
.min-hight-100 {
	min-height: 100px;
}
.min-hight-200 {
	min-height: 200px;
}
.min-hight-300 {
	min-height: 300px;
}
.min-hight-400 {
	min-height: 400px;
}
.hight-400 {
	height: 400px;
}
.hight-500 {
	height: 500px;
}
.hight-600 {
	height: 600px;
}
.overflow-auto {
	overflow: auto;
	padding-right: 10px;
}
 
.btn-close {
	position: absolute;
	top: -10px;
	right: 0;
	opacity: 1;
	background: none
}
.btn-close:hover {
	opacity: 0.9;
}
.btn-primary {
	background: #0071BA !important
}
.txt-red, a.txt-red {
	color: #BA091F !important
}
.txt-green {
	color: #01900b
}
.txt-black {
	color: #000
}
.txt-blue {
	color: #0071BA
}
.txt-blackblue {
	color: #043B89
}
.txt-white {
	color: #fff
}
.txt-gray {
	color: #ccc
}
a.txt-white:hover {
	color: #fff
}
/*light*/
.font-300 {
	font-weight: 300; 
}
/*regular*/
.font-400 {
	font-weight: 400;
}
/*Medium*/
.font-500 {
	font-weight: 500;
}
/*SemiBold*/
.font-600 {
	font-weight: 600;
}
/*Bold*/
.font-700 {
	font-weight: 700;
}
.size10 {
	font-size: 10px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size20 {
	font-size: 20px;
}
.size22 {
	font-size: 22px;
}
.size24 {
	font-size: 24px;
}
.size26 {
	font-size: 26px;
}
ul.un-list {
	margin: 0;padding:0;
}
ul.un-list li {
	list-style: none;
	display: inline-block;
}


/*จำนวนบรรทัด*/
.line-1 {
	 display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2 {
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-3 {
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*owl*/
.owl-theme .owl-dots .owl-dot span {
    
    margin: 5px 4px !important;
   
}

.owl-theme .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
	width: 62px !important;
	height: 6px !important;
	background: rgba(225, 225, 225, 1) !important;
	border-radius: 0 !important;
}
 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #D0112B !important;
	border-radius: 0 !important;
}


.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
}



/* page*/
.page {
	margin: 0 0 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600 ;
}
.page a {
	
	padding: 2px 10px;
	display: inline-block;
	margin: 5px 2px 5px 0;
	color: #ABABAB;

}
.page a:hover {
	 
	color: #D0112B
}
 


/*popup*/
.modal-title {
	color:#0071BA;
	font-style: 25px;
}
.modal-header {
	 
	border-bottom: 0
}

.modal-footer {
	text-align: center;
	display: unset;
	border-top: 0;
	padding-bottom: 20px;
}
.btn {
	border-radius: 5px;
}
 /*content all 1366px*/
 @media (min-width: 1400px) {
 	 .container {
    max-width: 1366px;
    
}
}

 