alert-num-bell

/** Generated by FG **/
/* @font-face {
	font-family: 'prompt-Reg';
	src: url('../fonts/prompt/Prompt-Regular.eot');
	src: local('☺'), url('../fonts/prompt/Prompt-Regular.woff') format('woff'), url('../fonts/prompt/Prompt-Regular.ttf') format('truetype'), url('../fonts/prompt/Prompt-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */

@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	font-family: 'Mitr', sans-serif !important;
  color: #444444;
}

html { 
	scroll-behavior: smooth;
}

a {
  color: #34a3ab;
  text-decoration: none;
}

a:hover {
  color: #81e8f0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Mitr', sans-serif !important;
}

.max-width-logo{
	/*width: 200px;
	 max-width: 200px; */
	width: 100%;
    max-width: 400px;
    position: absolute;
    top: -30px;
}

.font-s{
	font-size: 13px;
}
.font-m{
	font-size: 16px;
}
.font-l{
	font-size: 19px;
}

.max-width-logo-footer{
	max-width: 138px;
}
.dis-inline{
	display: inline-block;
}
.dis-flex{
	display: flex;
}
.shadow-menu{
	box-shadow: 1px 2px 15px #eee;
}
.txt-color-menu{
	color: #5b5aa8 !important;
}
.color-font-size{
	color: #34a3ab;
}
.color-font-size:hover{
	color: #662e91;
}
.red{
	color: #d90c0c;
}
.txt-h-section-white{
	color:#fff;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
    padding-bottom: 20px;
}
.max-width-user{
	max-width: 80px;
	max-height: 80px;
	width: 80px;
	height: 80px;
}
.name-user-login{
	font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}
.day-user{
	color: #34a3ab;
	font-size: 13px;
}
.shadow-user{
	box-shadow: 1px 6px 12px #e1e1e1;
}
.border-l-gray{
	border-left: 1px solid #d2d2d2;
}
.border-t-0{
	border-top: 0px;
}
.border-b-0{
	border-bottom: 0px;
}
.aleart-color-r{
	color: #840886;
}
.mar-t-90px{
	margin-top: 130px;
}
.pad-t-90px{
	padding-top: 90px;
}
.border-b-1{
	border-bottom: 1px solid #7f7f7f;
}
.bg-footer{
	background-color: #525252;
}
.txt-white{
	color:#fff;
}
.txt-white:hover{
	color:#e0e0e0;
}
.txt-white-hover-gray{
	color:#fff;
}
.txt-white-hover-gray:hover{
	color:#eee;
}
.txt-yellow{
	color: #fff !important;
}
a.active span.txt-yellow{
	color: #34a3ab !important;
}
.text-muted{
	color: #fff !important;
}
.text-muted:hover{
	color: #eee !important;
}
.txt-color-purple{
	color: #34a3ab;
}
.txt-color-purple2{
	color: #811e8a;
}
.alert-num-bell{
	background-color: #cd0000;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 35px;
    /*left: 25px;*/
	right: 35px;
    font-size: 15px;
    padding-top: 2px;
}
.top80px{
	top: 80px;
}
.captcha{
	width: 100%;
	max-width: 350px;
}

.bg-calendar-index{
	background-image: url('../img/bg_calendar_index.jpg');
	background-size: cover;
}
.bg-list1{
	background-color: #6e13a1 !important;
	color: #fff;
}
.bg-list2{
	background-color: #8b1296 !important;
	color: #fff;
}
.bg-list3{
	background-color: #8e65d6 !important;
	color: #fff;
}
.bg-list4{
	background-color: #885a25 !important;
	color: #fff;
}
.position-pic-list{
	border-radius: 50%;
    max-width: 70px;
    position: absolute;
    left: 0px;
    top: -13px;
    z-index: 9;
}

@media (min-width: 767px) and (max-width: 991px){
	.position-pic-list{
		border-radius: 50%;
		max-width: 70px;
		position: absolute;
		right: -10px;
		top: -55px;
		z-index: 9;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px){
	.position-pic-list{
		max-width: 70px;
		right: 0px;
		top: -53px;
	}
	
}

.pic-list1{
	border: 2px solid #003f5c;
}
.pic-list2{
	border: 2px solid #58508d;
}
.pic-list3{
	border: 2px solid #bc5090;
}
.pic-list4{
	border: 2px solid #ff6361;
}

.max-width-top-collapes{
	max-width: 100%;
    width: max-content;
}
.pic-hbd{
	max-width: 150px;
    border-radius: 15px;
}
.card-hbd-fixsize{
	width: 75px;
	height: 75px;
}

.ul-li-center{
	list-style-type: none;
    display: flex;
    justify-content: center;
}
.ul-li-center li{
	margin-bottom: 10px;
}

/**** Go to top *****/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #003f5c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: ease-in-out 0.5s;
}

#myBtn:hover {
  background-color: #11258a;
}

/* Today */
.bg-today{
	background-color: #ffc107;
	color: #fff;
	padding: 10px;
}
.bg-system{
	background-color: #34a3ab;
	color: #fff;
	padding: 10px;
}
.txt-h-today{
	font-size: 17px;
	/* color: #fdd80e; */
}
.max-width-pic-today{
	max-width: 50px;
}

.border-ra-10px{
	border-radius: 10px;
}
.border-ra-15px{
	border-radius: 15px;
}
.border-ra-30px{
	border-radius: 30px;
}
.border-ra-15-footer-0{
	border-radius: 15px 15px 0px 0px;
}
.btn-hbd-gift{
    background-color: #a579d7;
    padding: 2px 15px 2px 5px;
    border-radius: 50px;
    font-size: 10px;
    transition: ease-in-out 0.3s;
    width: fit-content;
}
.btn-hbd-gift:hover{
	background-color: #d050a8;
}
.position-gift{
	position: absolute;
    bottom: 16px;
    right: -5px;
}
@media (min-width: 1px) and (max-width: 767px){
	.position-gift{
		right: 20px;
	}
}
@media (min-width: 1200px) and (max-width: 1288px){
	.btn-en-chitchat{
		text-align: center;
		font-size: 7px !important;
	}
}
.btn-en-chitchat{
	background-color: #EDD232;
    padding: 2px 5px 2px 5px;
    border-radius: 50px;
    font-size: 9px;
	transition: ease-in-out 0.3s;
	width: fit-content;
}
.btn-en-chitchat:hover{
	background-color: #D3B520;
}
.bg-system-icon{
	background-color: #fff;
    border-radius: 50%;
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.more-index{
	background-color: #ffa600;
	color: #fff;
	border: 1px solid #ffa600;
	border-radius: 50px;
	width: fit-content;
    padding: 5px 25px;
    font-size: 15px;
	transition: ease-in-out 0.3s;
}
.more-index:hover{
	background-color: #e96b56;
	color: #fff;
	border: 1px solid #e96b56;
}

.send-index{
	background-color: #811e8a;
    color: #ffffff;
    border-radius: 50px;
    width: fit-content;
    padding: 15px 35px;
    font-size: 18px;
    transition: ease-in-out 0.3s;
	border: 0px;
}

.send-index:hover{
	background-color: #811e8a;
	color: #fdd80e;
}
.pic-card-wish{
	max-width: 200px;
}


@media (min-width: 992px) and (max-width: 999999px){
	.height31per{
		height: 31%;
	}
	.height33per{
		height: 33%;
	}
	.height36per{
		height: 36%;
	}
}

@media (min-width: 1px) and (max-width: 991px){
	.height31per{
		height: auto
	}
	.height33per{
		height: auto;
	}
	.height36per{
		height: auto;
	}
}

.border-ra-15-top{
	border-radius: 15px !important;
}


/*************** News section index ****************/
/*.bg-news-tab-index{
	background-color: #5b5aa8;
}*/
.tab-index{
	border: 1px solid #fff !important;
    border-radius: 50px !important;
    color: #fdd80e !important;
}
.txt-yellow{
	color: #fdd80e;
}

/************* Calendar index  ****************/
.arrow-slide{
	background-color: #011f5d;
    color: #FFF;
    padding: 12px 21px;
    font-size: 20px;
    border-radius: 50%;
	transition: ease-in-out 0.3s;
}
.arrow-slide:hover{
	background-color: #6e13a1;
}
.txt-between-arrow-calendar{
	background-color: #bc5090;
	margin: 0px 10px;
    color: #FFF;
    padding: 12px 21px;
    font-size: 20px;
    border-radius: 50px;
}
.txt-between-arrow-calendar:hover{
	color: #eee;
}
@media (min-width:1px) and (max-width: 380px){
	.txt-between-arrow-calendar{
		font-size: 10px;
	}
}


/************* Edit Bootstrap 4 ***************/
nav{
	font-family: 'Mitr', sans-serif !important;
}
a.nav-link{
	color: #34a3ab !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
a.nav-link:hover{
	color: #81e8f0 !important;
}
ul.dropdown-menu{
	padding: 5px 0px;
}
ul.dropdown-menu li{
	border-bottom: 1px solid #eee;
}
.dropdown-menu{
	border: 2px solid #42178a;
}


/*.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}*/
.navbar-nav li > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
	display: block;
}
@media(min-width:1px) and (max-width:991px){
	.navbar-nav li > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
		display: block;
	}
	ul.dropdown-menu{
		overflow-y: auto;
    	max-height: 200px;
	}
}


.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	/*left:-100%;*/
	/*left:-10rem;  10rem is the min-width of dropdown-menu 
	margin-top:-6px;  Edit 27/04/65 การแสดงผลเมนู */
	left: 100%;
	margin-top: 0px;
	overflow-y: auto;
	max-height: 80vh;
	
}

.dropdown-item{
	min-width: 250px !important;
	white-space: break-spaces !important;
}
.dropdown-toggle{
	white-space: break-spaces !important;
}


/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
} 

.carousel-indicators li{
	background-color: #34a3ab;
	border-radius: 50px;
	width: 40px;
	height: 15px;
	border-top: 0px;
	border-bottom: 0px;
}

.carousel-indicators .active{
	border: 1px solid #34a3ab;
	border-radius: 50px;
	width: 50px;
	height: 10px;
}
.carousel-indicators .active {
    background-color: #34a3ab !important;
}

.carousel-indicators-slide li{
	background-color: #751B7D;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	border-top: 0px;
	border-bottom: 0px;
}
.carousel-indicators-slide .active{
	border-radius: 50px;
	width: 15px;
	height: 15px;
}

ul.list-unstyled li{
	padding: 7px 2px;
}

.position-bullet1{
	position: absolute;
    top: -30px;
    left: 75%;
	width: fit-content;
}
.color-bullet1{
	background-color: #f0a50c !important;
    border: 0px !important;
    width: 15px !important;
    height: 15px !important;
}


@media (min-width: 1200px){
	.container, .container-sm, .container-md, .container-lg, .container-xl{
		max-width: 1300px;
	}
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	background-color: #fff;
    border: 1px solid #fdd80e;
    border-radius: 50px;
}
.border0{
	border: 0px !important;
}

.alert-top-index{
	position: absolute;
    top: 100px;
    /*right: 35%; edit change position collapes 25/04/65 */
	right: 115%;
    z-index: 17;
    width: fit-content;
}
@media (min-width: 1500px) and (max-width: 25000){
	.alert-top-index{
		right: 62%;
	}
}
.mar-l--20px{
	margin-left: -20px;
}
.mar-l--40px{
	margin-left: -40px;
}

.min-width-250px{
	min-width: 250px;
}
@media (min-width:768px) and (max-width:991px){
	.min-width-user-md{
		min-width: 450px;
	}
}

.border-alert{
	border: 2px solid #34a3ab;
	border-radius: 15px;
}

ul.list-alert-top{
	list-style-image: url('../img/arrow-list.png');
}

ul.list-alert-top li{
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
    list-style-position: inside;
}
ul.list-alert-top li a{
	color: #333;
}
ul.list-alert-top li a:hover{
	color: #72148a;
}


.alert-top-system-index{
	position: absolute;
    top: 100px;
    /*right: 67%; change 25/04/65 */
	right: 52%;
    z-index: 17;
    width: fit-content;
}
@media (min-width: 1px) and (max-width: 767px){
	.alert-top-system-index{
		left: 20px;
		right: 0px;
	}
	.alert-top-index{
		/*add  24/014/65*/
		left: 25%;
		right: 0px;
		top: 10px;
	}
}


ul.list-alert-system-top{
	list-style-image: url('../img/doc-list.png');
}

ul.list-alert-system-top li{
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
    list-style-position: inside;
	font-size: 17px;
}
ul.list-alert-system-top li a{
	color: #333;
}
ul.list-alert-system-top li a:hover{
	color: #72148a;
}

.footer-alert{
	background-color: #34a3ab;
    border-radius: 0px 0px 10px 10px !important;
    color: #fff;
    font-size: 17px;
    text-align: center;
}

/***************** Suppage *****************/
.header--bg{
    /*padding: 50px 0px 0px 0px;*/
    background: #EEEEEE;
}
.bg--purple{
	background: #5B5AA8;
}
.border-b-news{
	border-bottom: 1px dashed #c0c0c0;
}
.top--topic--detial {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}
.btn-radius{
    border-radius: 50px;
    padding: 8px 25px;
}


/*************** RSS ***************/
.img-rss{
	max-width: 30px;
}

/*************** EMOTION ***************/
.width-emotion{
	max-width: 30px;
	margin-left: 3px;
	margin-right: 3px;
}



/****** position @media ********/
@media (min-width: 1px) and (max-width: 767px){
	.txt-center-sm{
		text-align: -webkit-center;
	}
}


/**************** Edit Profile *****************/
.max-w-450px{
	max-width: 450px;
}
.max-w-20px{
	max-width: 20px
}
.max-w-30px{
	max-width: 30px
}
.feild--form{
	width: 100%;
    border: 1px solid #ede8e8;
    border-radius: 0px;
    font-size: 14px;
    display: block;
    padding: 10px 15px;
}
.label-form{
	display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
    color: #8C517D;
    font-weight: 600;
}
.font-detial-form{
	font-size: 13px;
	color: #acacac;
}
.border-l-graylight{
	border-left: 1px solid #eee;
}
.txt-color-system{
	color: #642d8f;
}
.mar-t--14px{
	margin-top: -14px;
}
.width-fitcontent{
	width: fit-content;
}


/****************** Position Contact *******************/
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    right: 85px;
  position: fixed;
    z-index: 200;
  /*top: 50%;*/
  bottom: -18px;
    display: flex;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 11px 19px;
  transition: all 0.3s ease;
  color: white;
  font-size: 9px;
    margin-right: 10px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.contact--bg {
    background: #003f5c;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
	border-radius: 50%;
    box-shadow: 2px 0px 20px 0px #001d2a;
}

.filter-white{
        filter: invert(100%) brightness(118%);
    }


/**************** SEARCH ****************/

/* Custom CSS */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 5rem;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #da2d4d;
	border-color: #000000;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

@media (max-width: 600px) {
  #search input[type="search"] {
    font-size: 5rem;
  }  
}

@media (max-width: 480px) {
  #search input[type="search"] {
    font-size: 4rem;
  }  
}

@media (max-width: 400px) {
  #search input[type="search"] {
    font-size: 3rem;
  }  
}

@media (max-width: 320px) {
  #search input[type="search"] {
    font-size: 2rem;
  }  
}



/***************** Captcha *****************/
.re-captcha{
	background-color: #f0ad4e;
	color: #fff;
	text-align: center;
    padding: 5px 10px;
    border-radius: 0px 0px 15px 15px;
}
.bg-captcha{
	background-color: #e1fffe;
	
}
.max-width350px{
	max-width: 350px;
}

/************  Font Size ***********/
.font10px{
	font-size: 10px;
}
.font11px{
	font-size: 11px;
}
.font12px{
	font-size: 12px;
}
.font13px{
	font-size: 13px;
}
.font14px{
	font-size: 14px;
}
.font15px{
	font-size: 15px;
}
.font16px{
	font-size: 16px;
}
.font17px{
	font-size: 17px;
}
.font18px{
	font-size: 18px;
}
.font19px{
	font-size: 19px;
}
.font20px{
	font-size: 20px;
}
.font21px{
	font-size: 21px;
}
.font22px{
	font-size: 22px;
}
.font23px{
	font-size: 23px;
}
.font24px{
	font-size: 24px;
}
.font25px{
	font-size: 25px;
}
.font26px{
	font-size: 26px;
}
.font27px{
	font-size: 27px;
}
.font28px{
	font-size: 28px;
}
.font29px{
	font-size: 29px;
}
.font30px{
	font-size: 30px;
}
.font31px{
	font-size: 31px;
}
.font32px{
	font-size: 32px;
}
.font33px{
	font-size: 33px;
}
.font34px{
	font-size: 34px;
}
.font35px{
	font-size: 35px;
}


/********************** 
********************** 
Template 2 
********************** 
*********************/

.bg-main-top-index{
	min-height: 100vh;
	background-image:url(../img/bg_top_temp2.jpg); 
	background-size: cover;
}
.pad-t-top-index-t2{
	padding-top: 160px;
}
.search-btn-index-t2{
	text-align: right;
    background-color: #fff;
    border-radius: 0px 20px 20px 0px;
}
.search-box-index-t2{
	border-radius: 25px 0px 0px 25px;
    border: 1px solid #fff;
}
.search-btn-index-t2{
	background-color: #fff;
    border-radius: 0px 25px 25px 0px;
}
.color-blue{
	color: #165095;
}
.bg-icon-index{
	background-color: #ffffff;
	border-radius: 20px;
}
.max-width-icon-system-t2{
	width: 100%;
    max-width: 80px;
}
.min-height-alert{
	min-height: 300px;
}

/*Alert*/
.alert-num-bell2{
	background-color: #cd0000;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -47px;
    right: -15px;
    font-size: 15px;
    padding-top: 2px
}
.alert-top-system-index2{
	position: fixed;
    top: 100px;
    left: 69%;
    z-index: 1040;
    width: fit-content;
}
.box-alert-top{
	background-color: transparent;
    border: 1px solid #fff;
    padding: 5px 25px;
	margin-left: 20px;
	opacity: 1;
	border-radius: 15px;
	min-height: 100px;
	max-width: 100%;
}
.bg-alert-top{
	background-color: transparent;
    border: 0px;
}
.close-index{
	position: absolute;
    right: 0px;
    top: 0px;
    background-color: #083972;
    padding: 3px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 100;
    opacity: 1;
	border: none;
	float: right;
    font-size: 1.5rem;
	line-height: 1;
}
.pic-alert{
	position: absolute;
    top: -10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.txt-yellow{
	color: #ffff00;
}

.box-alert-top2{
	background-color: #b4a3d9;
    border: 1px solid #b4a3d9;
    padding: 5px 25px;
	margin-left: 20px;
	opacity: 1;
	border-radius: 15px;
	min-height: 100px;
	max-width: 100%;
}
.bg-alert-top2{
	background-color: #b4a3d9;
    border: 0px;
}
.close-index2{
	position: absolute;
    right: 0px;
    top: 0px;
    background-color: #083972;
    padding: 3px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 100;
    opacity: 1;
	border: none;
	float: right;
    font-size: 1.5rem;
	line-height: 1;
}
.pic-alert2{
	position: absolute;
    top: -10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	background-color: #fff;
}
.txt-purple-alert{
	color: #301270;
}
.line-h-19px{
	line-height: 19px;
}

.alert-top-index2{
	position: fixed;
    top: 100px;
    /*left: 76%; แก้ไขเนื่องจากย้ายปุ่มไปที่ภาพ 25/04/65*/
	left: 9%;
    z-index: 1040;
    width: fit-content;
}
@media (min-width: 1500px) and (max-width: 25000){
	.alert-top-index2{
		right: 62%;
	}
}
@media (min-width: 1px) and (max-width: 991px){
	.alert-top-system-index2{
		left: 15%;
	}
}
@media (min-width: 1101px) and (max-width: 1199px){
	.alert-top-index2{
		left: 15%;
	}
}
@media (min-width: 864px) and (max-width: 1100px){
	.alert-top-index2{
		/*left: 70%; แก้ไขเนื่องจากย้ายปุ่มไปที่ภาพ 25/04/65*/
		left: 12%;
	}
}
@media (min-width: 767px) and (max-width: 865px){
	.alert-top-index2{
		left: 12%;
	}
}
/*  แก้ไขเนื่องจากย้ายปุ่มไปที่ภาพ 25/04/65 
@media (min-width: 677px) and (max-width: 865px){
	.alert-top-index2{
		left: 60%;
	}
}
*/
@media (min-width: 501px) and (max-width: 676px){
	.alert-top-index2{
		left: 50%;
	}
}
@media (min-width: 1px) and (max-width: 500px){
	.alert-top-index2{
		left: 40%;
	}
}
@media (min-width: 1px) and (max-width: 575px){
	.pad-x-0-sm{
		padding-left: 0px;
		padding-right: 0px;
	}
}

.min-h-box-index{
	min-height: 100px;
    height: 90%;
}
@media(min-width: 992px) and (max-width: 1199px){
	.min-h-box-index{
		min-height: 0px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.min-h-box-index{
		min-height: 0px;
	}
}
@media(min-width: 1px) and (max-width: 767px){
	.min-h-box-index{
		min-height: auto;
	}
	/*
	.position-detial-article-inbox{
		position: inherit !important;
	}*/
}

.pad-l--15-lg{
	padding-left: auto;
	margin-left: auto;
}
.pad-x-0-smtolg{
	padding-left: auto;
	padding-right: auto;
}
@media (min-width: 576px) and (max-width: 1199px){
	.pad-l--15-lg{
		margin-left: -15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.pad-x-0-smtolg{
		padding-left: 0px;
		padding-right: 0px;
	}
}

.name-user-login2{
	font-size: 11px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
.max-width-user2{
	max-width: 60px;
	width: 60px;
    max-height: 60px;
    height: 60px;
}
.dis-alert-right2{
	max-width: 100px;
    display: inline-flex;
    float: right;
}


.max-width-logo2{
	max-width: 180px;
}
.dis-pc{
	display: inline-block;
}
.dis-mobile{
	display: none;
}
@media (min-width: 1px) and (max-width: 767px){
	.dis-pc{
		display: none;
	}
	.dis-mobile{
		display: inline-flex;
	}
	.max-width-logo2{
		max-width: 140px;
	}
}

.bg-top-menu-2{
	background: rgb(20,77,144);
	background: linear-gradient(0deg, rgba(20,77,144,1) 0%, rgba(22,81,150,1) 100%);
}
.bg-top-menu-2-sub{
	background: rgb(20,77,144);
	background: linear-gradient(0deg, rgba(20,77,144,1) 0%, rgba(22,81,150,1) 100%);
	height: 115px;
}
.bg-footer2{
	background-color: #05408c;
}
.bg-purple-menu2{
	background-color: #8c3b70;
}
.txt-white-nav{
	color:#fff;
}
.txt-white-nav:hover{
	color:#fdd80e;
}
a.active > .txt-white-nav{
	color:#fdd80e;
}



/****************************** 
*************** 

CSS Template 1 

*************** 
***************************** /


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #652e8f;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
  }
  .back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
  }
  .back-to-top:hover {
	background: #400e66;
	color: #fff;
  }
  .back-to-top.active {
	visibility: visible;
	opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
  #topbar {
	/*background: #f6f4ff;*/
	background: #ffedfa;
	padding: 0px 0;
	font-size: 12px;
  }
  #topbar .contact-info i {
	font-style: normal;
	color: #9e85d0;
  }
  #topbar .contact-info i a, #topbar .contact-info i span {
	padding-left: 5px;
	color: #af85d0;
  }
  #topbar .contact-info i a:hover{
	  color:#fff;
  }
  #topbar .contact-info i a {
	line-height: 0;
	transition: 0.3s;
  }
  #topbar .contact-info i a:hover {
	color: #e96b56;
  }
  #topbar .social-links a {
	color: #612d91;
	line-height: 0;
	transition: 0.3s;
	margin-left: 10px;
  }
  #topbar .social-links a:hover {
	color: #333;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
	height: 70px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background: #fff;
	/*box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);*/
  }
  #header .logo h1 {
	font-size: 26px;
	padding: 0 0 0 8px;
	margin: 11px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Mitr', sans-serif !important;
	border-left: 8px solid #e96b56;
  }
  #header .logo h1 a, #header .logo h1 a:hover {
	color: #545454;
	text-decoration: none;
  }
  #header .logo img {
	padding: 0;
	margin: 0;
	max-height: 56px;
  }
  
  .scrolled-offset {
	margin-top: 70px;
  }
  .btn-enchitchat-t1{
	background-color: #D3B520;
    padding: 2px 5px 2px 5px;
    border-radius: 50px;
    font-size: 13px;
    transition: ease-in-out 0.3s;
    width: max-content;
  }

  /* 
  
  ไม่ได้เอา Navi มาจาก temp 1 
  1. navi
  2. breadcrumbs
  3. Testimonials
  4. Our Skills

  */


  /**
* bell and alert
*/

  .bell-size{
	  max-width: 26px;
  }
/*
.alert-num-bell{
	  background-color: #cd0000;
	  width: 20px;
	  height: 20px;
	  text-align: center;
	  border-radius: 50%;
	  color: #fff;
	  position: absolute;
	  top: -5px;
	  right: -8px;
	  font-size: 13px;
	  padding-top: 1px;
  }
*/
  /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	/*padding: 0 0 50px 0;*/
/*	padding: 40px 0 0px 0;*/
  }
  
  .section-bg {
	background-color: white;
  }
  
  .section-title {
	text-align: center;
	padding-bottom: 30px;
  }
  .section-title h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	font-family: 'Mitr', sans-serif !important;
  }
  .section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #652d91;
	bottom: 0;
	left: calc(50% - 25px);
  }
  .section-title p {
	margin-bottom: 0;
  }
	.max-w-pic1{
		max-width: 110px;
	}
	@media(min-width:1px) and (max-width: 991px){
		.max-w-pic1{
			max-width: 100%;
		}
	}

  /*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
	position: relative;
	z-index: 2;
  }
  .featured .icon-box {
		padding: 5px 15px 5px 15px;
	  text-align: center;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	background: #fff;
	transition: all ease-in-out 0.3s;
	height: 100%;
  }
  .featured .icon-box i {
	color: #642d8f;
	font-size: 42px;
	margin-bottom: 15px;
	display: block;
	line-height: 0;
  }
  .featured .icon-box h3 {
	font-weight: 700;
	/*margin-bottom: 15px;*/
	font-size: 13px;
  }
  .featured .icon-box h3 a {
	color: #545454;
	transition: 0.3s;
  }
  .featured .icon-box p {
	color: #545454;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
  }
  .featured .icon-box:hover {
	  /*background: #662e91;*/
	  /*background: rgb(102,46,149);*/
	  background-color: #b42ba3; /* เขียว #0dac71 #0dac71*/ /* เหลือง #ffca0f*/
	  /*background: linear-gradient(0deg, rgba(133,48,199,1) 0%, rgba(32,43,172,1) 100%);*/
  
  }
  .featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
	color: #fff;
  }

  /*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
	text-align: center;
	border: 1px solid #ededed;
	padding: 80px 20px;
	transition: all ease-in-out 0.3s;
  }
  .services .icon-box .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: #e96b56;
	border-radius: 5px;
	transition: all 0.3s ease-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transform-style: preserve-3d;
  }
  .services .icon-box .icon i {
	color: #fff;
	font-size: 28px;
  }
  .services .icon-box .icon::before {
	position: absolute;
	content: "";
	left: -8px;
	top: -8px;
	height: 100%;
	width: 100%;
	background: #fbe2dd;
	border-radius: 5px;
	transition: all 0.3s ease-out 0s;
	transform: translateZ(-1px);
  }
  .services .icon-box h4 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 24px;
  }
  .services .icon-box h4 a {
	color: #545454;
  }
  .services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
  }
  .services .icon-box:hover {
	background: #e96b56;
	border-color: #e96b56;
  }
  .services .icon-box:hover .icon {
	background: #fff;
  }
  .services .icon-box:hover .icon i {
	color: #e96b56;
  }
  .services .icon-box:hover .icon::before {
	background: #ef9383;
  }
  .services .icon-box:hover h4 a, .services .icon-box:hover p {
	color: #fff;
  }


  /*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
	box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 100%;
  }
  .counts .count-box i {
	display: block;
	font-size: 30px;
	color: #e96b56;
	float: left;
	line-height: 0;
  }
  .counts .count-box span {
	font-size: 42px;
	line-height: 24px;
	display: block;
	font-weight: 700;
	color: #545454;
	margin-left: 50px;
  }
  .counts .count-box p {
	padding: 30px 0 0 0;
	margin: 0;
	font-family: 'Mitr', sans-serif !important;
	font-size: 14px;
  }
  .counts .count-box a {
	font-weight: 600;
	display: block;
	margin-top: 20px;
	color: #7a7a7a;
	font-size: 15px;
	font-family: 'Mitr', sans-serif !important;
	transition: ease-in-out 0.3s;
  }
  .counts .count-box a:hover {
	color: #a1a1a1;
  }


  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #ffffff;
	padding: 0 0 10px 0;
	color: #652d91;
	font-size: 14px;
  }
  #footer .footer-newsletter {
	padding: 50px 0;
	background: #404040;
  }
  #footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
  }
  #footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
  }
  #footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 8px;
	width: calc(100% - 140px);
  }
  #footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 30px;
	margin: 3px;
	background: #e96b56;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
  }
  #footer .footer-newsletter form input[type=submit]:hover {
	background: #e6573f;
  }
  #footer .footer-top {
	  background: #525252;  /* #652d91 */
	  /* border-top: 1px solid #1f0731;
	  border-bottom: 1px solid #8a4abd; */
	  padding: 40px 0px 0px 0px;
  }
  #footer .footer-top .footer-info {
	margin-bottom: 30px;
  }
  #footer .footer-top .footer-info h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
  }
  #footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Mitr', sans-serif !important;
	color: #fff;
  }
  #footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #545454;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
  }
  #footer .footer-top .social-links a:hover {
	background: #e96b56;
	color: #fff;
	text-decoration: none;
  }
  #footer .footer-top h4 {
	font-size: 19px;
	/*font-weight: bold;*/
	color: #ffffff; /* #e7c7ff */
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
  }
  #footer .footer-top .footer-links {
	margin-bottom: 30px;
	color: #ffffff;
  }
  #footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  #footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #e7c8ff;
	font-size: 18px;
	line-height: 1;
  }
  #footer .footer-top .footer-links ul li {
	padding: 5px 0;
	display: flex;
	align-items: center;
  }
  #footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
  }
  #footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
  }
  #footer .footer-top .footer-links ul a:hover {
	color: #662e91;
  }
  #footer .footer-top .footer-contact {
	margin-bottom: 30px;
  }
  #footer .footer-top .footer-contact p {
	line-height: 26px;
  }
  #footer .copyright {
	text-align: center;
	padding-top: 15px;
  }
  #footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
  }
  


/* Open Bell */

.bell {position: relative; cursor: pointer;width:20px; height:20px;}
.lbl-bell-img:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 15px;
  background-image: url('../img/bell.png');
  background-size: cover;
  top: -15px;
  transform-origin: top; 
  position: relative;
  z-index: 100;
}
.lbl-bell-img:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: linear-gradient(to bottom, #1C293E 50%, 
  #1C293E 50%, #1C293E 50%, #ffffff 51%, #ffffff 51%);
  border-radius: 100%;
  position: relative;
  top: 8px;
  left: 5px;
}
.note:after {
  font-size: 0.625rem;
  color: #fff;
  content: '3';
  position: absolute;
  top: 2%;
  right: -25%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 3px #FF4C13;
  border-radius: 100%;
  background-color: #FF4C13;
  transform: scale(0,0);
  transition: 0.25s;
  z-index: 200;
}
.notify .lbl-bell-img:before {
  animation: thing-move 0.8s forwards ease-in-out;
  animation-delay: 0.06s;
}
@keyframes thing-move {
  15% {
    transform: translateX(-5px) rotate(7deg);
  }
  32.5% {
    transform: translateX(14px) rotate(-7deg);
  }
  50% {
    transform: translateX(-5px) rotate(7deg);
  }
  65% {
    transform: translateX(3px) rotate(-7deg);
  }
  80% {
    transform: translateX(-1px) rotate(7deg);
  }
  90% {
    transform: translateX(2px) rotate(-7deg);
  }
}
.notify .lbl-bell-img:after {
  transform-origin: top;
  animation: ring-bell 1s forwards ease-out;
}
@keyframes ring-bell {
  0% {
    transform: rotate(0deg);
  }
  7.5% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(-25deg);
  }
  45% {
    transform: rotate(15deg);
  }
  58% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(5deg);
  }
  87.5% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.notify .note:after {
  transform: scale(1.0, 1.0);
  transition: 0.25s;
}

.notification-box{
  width: 330px;
  height: auto !important;
  opacity: 0;
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  transition: 0.2s opacity ,  0.3s height;
  z-index: 100;
}
.notification-box h2{
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #eee;
  color: #999;
  font-weight: 500;
}
.notification-box h2 span{
  color: #FF4C13;
}
.notification-item {
  display: flex;
  border-bottom: 1px solid #eee;
  /*padding: 0.9375rem 0.3125rem;*/
  padding : 10px 10px 5px 10px;
  align-items: center;
  cursor: pointer;
}
.notification-box .notification-item:nth-child(6){
  border-bottom: none;
  padding-bottom: 1.25rem;
}
.notification-item:hover{
  background-color: #eee;
}
.notification-item img{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.notification-item .text h4{
  color: rgb(46, 46, 46);
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.notification-item .text p{
  color: #aaa;
  font-size: 0.75rem;
  line-height: 14px;
}
a.more-alert{
	color: #5c2985 !important;
    float: right;
    padding-right: 10px;
    margin-top: 10px;
	margin-bottom: 10px;
}

/* Close Bell */


.div-fontsize{
	/*border-left: 1px solid #b882e2;*/
    padding-left: 5px;
    margin-left: 5px;
}
.div-fontsize a, .div-fontsize span{
	color:#652d91;
}
.div-fontsize a:hover{
	color:#333;
}

.font-sm{
	font-size: 12px;
	padding-left: 6px;
	padding-right: 5px;
}
.font-md{
	font-size: 14px;
	padding-left: 6px;
	padding-right: 5px;
}
.font-lg{
	font-size: 18px;
	padding-left: 6px;
	padding-right: 5px;
}


ul.user-list li a{
	padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #2c2c2c !important;
}
ul.user-list li{
	/*text-align: left;*/
	display: flex;
}

ul.user-list li a:hover{
	color:#662e91;
}


.txt-left{
	text-align: left;
}
.txt-right{
	text-align: right;
}

.icon-link{
	font-size: 40px;
    margin-bottom: 15px;
}

.bg-annouce{
	background: rgb(80,19,128);
	background: linear-gradient(180deg, rgba(80,19,128,1) 0%, rgba(68,3,119,1) 100%);
    padding: 15px;
    font-size: 15px;
    border-radius: 10px;
}
.all-annouce{
	font-size: 13px;
	text-align: right;
}

.line-dashed-bottom{
	/*border-bottom: 1px dashed #e3e3e3;*/
    margin-top: 10px;
}
.line-dashed-right{
	border-right: 1px dashed #e6e6e6;
}


.h-tab-index{
	font-size: 18px;
	font-weight: 600;
	color:#652d91;
	text-align: center;
	margin-bottom: 20px;
}
.dis-none{
	display: none;
}
.stat-num1{
	background-color: #672f92;
	border-radius: 20px;
	padding: 3px 15px;
	color: #fff;
}
.stat-num2{
	background-color: #233ea4;
	border-radius: 20px;
	padding: 3px 15px;
	color: #fff;
}

.h-news-col{
	font-size: 30px;
    /*padding-top: 25px;*/
	padding-bottom: 15px;
    color: #292929;
}
.h-news-list{
	font-size: 13px;
	/*padding-bottom: 10px;*/
}
.h-news-tab{
	font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
	word-break: break-word;
    width: 100%;
}
.text-short{
	white-space: normal;
}
.detial-news-tab{
	font-size: 13px;
}
.counter-stat{
	font-size: 40px;
    font-weight: 600;
	color: #eaff3a;
}
p.text-muted{
	color: #bba2d0 !important;
	font-size: 15px;
}


.date-notice-news{
	color:#bc0101;
}
.h-notice-news{
	color:#0a80c2;
}
.view-notice-news{
	color:#888;
}
.more-api{
	font-size: 14px;
    background-color: #b42ba3;
    padding: 3px 15px;
    border-radius: 30px;
    color: #fff;
	transition: ease-in-out 0.3s;
}
.more-api:hover{
    background-color: #fff;
	border: 1px solid #662e91;
    color: #b42ba3;
	transition: ease-in-out 0.3s;
}
.more-allsystem{
	font-size: 14px;
    background-color: #b42ba3;
	padding: 5px 20px;
    border-radius: 30px;
	color: #fff;
	transition: ease-in-out 0.3s;
}
.more-allsystem:hover{
	background-color: #fff;
	border: 1px solid #662e91;
	color: #b42ba3;
}
.dis-inline-block-more{
	display: inline-block;
}
@media (min-width: 1100px) and (max-width: 1200px){
	.more-allsystem{
		font-size: 11px;
		background-color: #b42ba3;
		padding: 22px 30px;
		border-radius: 50%;
		color: #fff;
		transition: ease-in-out 0.3s;
		/*position: absolute;*/
		bottom: 30%;
		left: 10px;
		text-align: center;
	}
	.dis-inline-block-more{
		display: block;
	}
}
@media (min-width: 1280px) and (max-width: 1366px){
	/*.more-allsystem{
		font-size: 11px;
		background-color: #b42ba3;
		padding: 22px 30px;
		border-radius: 50%;
		color: #fff;
		transition: ease-in-out 0.3s;
		position: absolute;
		bottom: 30%;
		left: 10px;
		text-align: center;
	}
	.dis-inline-block-more{
		display: block;
	}*/
}
.marquee-position{
	border-radius: 50px;
    position: relative;
    top: -20px;
    z-index: 9;
}
.txt-marquee{
	color:#fff;
}
.main-data-position{
	background-color: #642d8e;
    /*margin-top: -46px;*/
	/*padding-top: 20px;*/
}
.bg-top-index{
	/*background-image: url('../img/bg_purple.jpg');
	background-size: cover;
    background-position: bottom center;*/
	/*background-color: #f4fdff;*/
	background-color: #5881d4;
}
.bg-top-sub{
	background-image: url('../img/bg-sub.jpg');
	background-size: cover;
    background-position: bottom center;
}
.bg-dashboard{
	background-color: #ffffff10;
    border-radius: 10px;
    padding: 10px;
	margin-top: 20px;
}
.h-dashboard{
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	/*padding-top: 15px;*/
}
.txt-start-dashboard{
	font-size: 13px;
	color:#fff;
}
.list-system li{
	width: 50%;
    float: left;
	list-style: none;
}
.list-system li a div.icon-box{
    background-color: #eee;
    padding: 10px 10px;
	border-radius: 10px;
	margin: 5px;
	transition: ease-in-out 0.3s;
}
.list-system li a:hover div.icon-box{
    background-color: #662e91;
    color:#fff;
	/*border: 1px solid #440377;*/
	transition: ease-in-out 0.3s;
}
.txt-department{
	font-size: 13px;
    color: #5d6166;
}

li.nav-item button.active{
	background-color: #652d91 !important;
    color: #fff !important;
	border-radius: 20px 20px 0px 0px;
}
li.nav-item button.nav-link{
    color: #333;
}
li.nav-item button:hover{
	border-radius: 20px 20px 0px 0px;
}

.color-date-today{
	color:#345bb4;
}
.border-l-prd{
	border-left: 1px solid #8035b8;
}
.border-r-prd{
	border-right: 1px solid #8035b8;
}
.bor-ra-10{
	border-radius: 10px;
}
.section-setting{
	border-bottom: 1px dashed #c0c0c0;
    margin-bottom: 10px;
}
.captcha-center{
	width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.txt-detail-search{
	font-size: 15px;
    color: #bebebe;
}
.border-b-list{
	border-bottom: 1px solid #f0f0f0;
    /*padding-bottom: 15px;*/
}
div.icon-box:hover img.img-hover{
	filter: contrast(45%) brightness(270%);
	transition: ease-in-out 0.3s;
}

/* Position */
.txt-center{
	text-align: center;
}


/* search right side*/
.bg-search{
	visibility: visible;
    background-color: #340458;
    color: #fff;
}
.close-icon-search{
	background-color: #fff;
}
.mar-lr-auto{
    margin-left: auto;
    margin-right: auto;
}

/*table*/
.h-table-list{
	background-color: #652d91;
    color: #fff;
}
.w-50{
	width: 50%;
}
.w-80{
	width: 80%;
}
.w-100{
	width: 100%;
}
.w-table-1{
	width: 35%;
}
.w-table-2{
	width: 65%;
}
.img-table{
	width: 100%;
    border-radius: 10px 10px !important;
    margin-top: -100px !important;
}
.w-100-im{
	width: 100% !important;
}
.min-w-150px{
	/*min-width: 150px;*/
}
.h-setting-table{
	background-color: #652e90;
    color: #fff;
}
.w-setting-1{
	width: 10%;
}
.w-setting-icon{
	width: 10%;
}
.w-setting-namesystem{
	width: 70%;
}
.w-setting-num{
	width: 10%;
}
.border-l-graylight{
	border-left: 1px solid #eee;
}
.font-color-i{
	color:#aeaeae;
}


/* Space */
.mt-30px{
	margin-top: 30px;
}
.mt-40px{
	margin-top: 40px;
}
.pad-r-10px{
	padding-right: 10px !important;
}
.dis-flex-lg_block-sm{
	display: flex;
}
@media (min-width:1px) and (max-width: 767px){
	.mt-80px-sm{
		margin-top: 80px !important;
	}
	.dis-flex-lg_block-sm{
		display: block;
	}
}

.top10px{
	top: 10px;
}

.max-w-38px{
	max-width: 38px;
	height: auto;
}
.max-w-20px{
	max-width: 20px;
	height: auto;
}

.alert-top-system-index1{
	position: absolute;
    top: 50px;
    left: 62%;
    z-index: 1040;
    width: fit-content;
}
.alert-top-index1{
	position: absolute;
    top: 50px;
    left: 73%;
    z-index: 1040;
    width: fit-content;
}
.alert-num-bell1{
	background-color: #cd0000;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: -32px;
    right: -8px;
    font-size: 15px;
    padding-top: 12px;
}
.dis-alert-right1{
	display: inline-flex;
    float: right;
	padding: 0px 10px;
}

@media (min-width:630px) and (max-width:991px){
	.alert-top-system-index1{
		left: 35%;
	}
	.alert-top-index1{
		left: 58%;
	}
}
@media (min-width:1px) and (max-width:766px){
	.alert-top-system-index1{
		top: 80px;
	}
	.alert-top-index1{
		top: 80px;
	}
}
@media (min-width:1px) and (max-width:629px){
	.alert-top-system-index1{
		left: 25%;
	}
	.alert-top-index1{
		left: 40%;
	}
}

.h-50px{
	height: 50px;
}

.pic-width-hbd {
    max-width: 100px;
    width: 100%;
    max-height: 100px;
    height: 100px;
}

.h-ecard-page {
    color: #fff;
    text-shadow: 0px 1px 5px #440576;
}

.btn-search-hbd {
    color: #ffffff;
    background-color: #34a3ab;
    border-color: #34a3ab;
}

.bg-box-hbd {
	height: 107px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #d32a9f;
    border-radius: 10px;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #722ab2 50%, #2B86C5 100%);
}




@media(min-width: 992px) and (max-width: 1199px){
	.width-hbd-100per-tablet{
		max-width: 100% !important;
    	flex: 0 0 100% !important;
	}
}

@media(min-width: 1px) and (max-width: 991px){
	.width100per-small{
		width: 100%;
	}
}


/*--------- banner news ----------*/ 

.label_caption{
	position: absolute;
    right: 3%;
    bottom: 20px;
    left: 3%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;

}
.title_caption{
	background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
	font-size: 18px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 5px;
}

@media(min-width: 992px) and (max-width: 1199px){
	.title_caption{
		font-size: 16px;
	}
}

@media(min-width: 1px) and (max-width: 991px){
	.title_caption{
		font-size: 14px;
	}
}



/******************    Add For PI_WEB ********************/

div.text-short-more-rss a, div.article--subcate-block-left a, small a, div.article-attach-list a{
	color: #34a3ab;
  	text-decoration: none;
}
div.text-short-more-rss a:hover, div.article--subcate-block-left a:hover, small a:hover, div.article-attach-list a:hover{
	color: #000000;
  	text-decoration: none;
}

.text-small{
	font-size: 16px;
}

.box_icon_serve{
	max-width: 120px;
}

