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

body {
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: 300;
	color: #666;
}
a {
	color: #666;
	text-decoration: none;
	transition: 0.3s
}
a:hover {
	color: #043B89;
	text-decoration: none;
	transition: 0.3s
}
.clear {
	clear: both;
}
.swal2-popup .swal2-title {
		font-size: 22px !important;
	}
.form-control {
	color: #666 !important;
	font-weight: 300 !important;
	font-size: 14px !important;
}
.form-control:focus {
	border: 1px solid #ced4da;
	outline: none;
	box-shadow: none;

}
.flexslider {
	border-radius: 0 !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;
}
.size11 {
	font-size: 11px;
}
.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;
   
}

#coupon-slide .owl-nav {
	position: absolute;
	top: 15px;
	width: 100%;
	height: 20px;
}

#coupon-slide .owl-dots {
	display: none;
}
#coupon-slide button.owl-next  {
	float: right;
	margin-right: -25px;
	background: url(../images/img-account/arrow-slide-next.svg) no-repeat center;
	width: 32px;
	height: 31px;
	text-indent: 9999
}
#coupon-slide button.owl-prev  {
	float: left;
	margin-left: -25px;
	background: url(../images/img-account/arrow-slide-prev.svg) no-repeat center;
	width: 32px;
	height: 31px;
	text-indent: 9999
}
#coupon-slide button.owl-prev span, #coupon-slide button.owl-next  span {
	display: none;
}
#coupon-slide .item {
	padding: 6px 0
}

 
 

#semi-slide .owl-nav {
	position: absolute;
	top: 37%;
	width: 100%;
	height: 20px;
	display: none;
}

#semi-slide .owl-dots {
/*	display: none;*/
}
#semi-slide  button.owl-next  {
	float: right;
	margin-right: -6px;
	background: url(../images/icon/chevron-left.svg) no-repeat center;
	width: 32px;
	height: 31px;
	text-indent: 9999
}
#semi-slide  button.owl-prev  {
	float: left;
	margin-left: -32px;
	background: url(../images/icon/chevron-right.svg) no-repeat center;
	width: 32px;
	height: 31px;
	text-indent: 9999
}
#semi-slide  button.owl-prev span, #semi-slide  button.owl-next  span {
	display: none;
}
#semi-slide  .item {
	padding: 6px 0
}

#relate-slide .owl-nav {
	position: absolute;
	top: 37%;
	width: 100%;
	height: 20px;
	display: none;
}

#relate-slide .owl-dots {
/*	display: none;*/
}
#relate-slide  button.owl-next  {
	float: right;
	margin-right: -6px;
	background: url(../images/icon/chevron-left.svg) no-repeat center;
	width: 32px;
	height: 31px;
	text-indent: 9999
}
#relate-slide  button.owl-prev  {
	float: left;
	margin-left: -6px;
	background: url(../images/icon/chevron-right.svg) no-repeat center;
	width: 32px;
	height: 31px;
	text-indent: 9999
}
#relate-slide  button.owl-prev span, #relate-slide  button.owl-next  span {
	display: none;
}
#relate-slide  .item {
	padding: 6px 0
}

#history-slide .owl-nav {
	position: absolute;
	top: 37%;
	width: 100%;
	height: 20px;
	display: none;
}

#history-slide .owl-dots {
/*	display: none;*/
}
#history-slide  button.owl-next  {
	float: right;
	margin-right: -6px;
	background: url(../images/icon/chevron-left.svg) no-repeat center;
	width: 32px;
	height: 31px;
	text-indent: 9999
}
#history-slide  button.owl-prev  {
	float: left;
	margin-left: -6px;
	background: url(../images/icon/chevron-right.svg) no-repeat center;
	width: 32px;
	height: 31px;
	text-indent: 9999
}
#history-slide  button.owl-prev span, #histoery-slide  button.owl-next  span {
	display: none;
}
#history-slide  .item {
	padding: 6px 0
}


#history-slide .owl-theme .owl-nav {
	display: none;
}

/*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 1160*/
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
    padding: 0 20px
}

}




/*accordion*/
 .ui-accordion .ui-accordion-header {
 	 background-color:  #f1f2f2 ;
 	 border-left: 10px solid #0071ba;
 	 padding: 8px 10px 5px 0;
 	 font-size: 16px;
 	 color: #404041;
 	 font-family: 'Prompt', sans-serif;
 	 border-top:none;
 	  border-right:none;
 	  border-bottom:none;
 	
 	 font-weight:500;
 }

.ui-corner-top {
	border-radius: 0;
}

.ui-widget-content {
	border:none;
}
.ui-accordion .ui-accordion-content {
	 color: #404041;
 	 font-family: 'Prompt', sans-serif;
 	 font-size: 14px;
 	 padding: 20px 25px 50px 25px 
}
 
 
.ui-state-active {
	 background-image: url(../images/arrow-down.svg);
 	 
 	 background-repeat: no-repeat;
 	  background-size: 16px;
 	 background-position: 98% 12px ;
}