@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Kanit-Light.ttf);
}

div {
  font-family: myFirstFont;
}

a {
  text-decoration: none !important;
  font-family: myFirstFont;
}
button {
  font-family: myFirstFont;
}
ul {
  font-family: myFirstFont;
}
li {
  font-family: myFirstFont;
}
.header-box{
	background: #2a5cd1;
background: linear-gradient(90deg,rgba(42, 92, 209, 1) 0%, rgba(111, 166, 237, 1) 35%, rgba(0, 115, 255, 1) 100%);
	 padding:10px;
	width: 100%;
}
.page-header-box{
	/*background: rgb(103,125,52);
background: linear-gradient(90deg, rgba(103,125,52,1) 0%, rgba(103,125,52,1) 100%);*/
	background: #2a5cd1;
background: linear-gradient(90deg,rgba(42, 92, 209, 1) 0%, rgba(111, 166, 237, 1) 35%, rgba(0, 115, 255, 1) 100%);
	 padding:5px;
	color: #FFFFFF;
	font-size: 1em;
}
.page-header-box a{
	color:#fff;
}
.page-header-box a:hover {
	opacity: 0.7;
}
.text-mini{
color:#bdbebc;
font-size:14px;

}
.text-pink{
color:#d45c9e;

}
.text-black{
color:black;

}
.search{
border: 1px solid white;
border-radius: 15px;
height:40px;
}
form.search input[type=text] {
  padding: 0px 10px;
  font-size: 16px;
  color: #fff;
  float: left;
  width: 80%;
  height:40px;
  background-color:transparent;
  border: 0px solid white;
  border-radius: 15px;
}
form.search :focus, input:focus{
    outline: none;
}
form.search button {
  float: left;
  width: 20%;
  padding: 0px 0px;
  background-color:transparent;
  color: white;
  font-size: 16px;
  border-left: none;
  cursor: pointer;
  border: 0px solid white;
}

form.search button:hover {
  color: #CCC;
}
form.search::after {
  content: "";
  clear: both;
  display: table;
}
form.search ::placeholder {
  color: #D8D8D8;
  opacity: 0.7;
}
form.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #D8D8D8;
 opacity: 0.7;
}
form.search ::-ms-input-placeholder { /* Microsoft Edge */
 color: #D8D8D8;
 opacity: 0.7;
}
.fa {
  font-size: 20px;
  padding:8px;
  width:30px;
  height:30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin:0px 3px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-envelope {
  background: #55ACEE;
  color: white;
}
.h2-title {
    height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 100px;
	background: url(../images/border.png) 0 0 no-repeat;
	font-size:22px;
	}
.link{
	list-style-type: none;
	font-size:16px;
}

.link-head a{
	font-size: 12px;
	color:#fff;
	padding:0px 8px 0px 0px;
	text-decoration: none;
}
.link-head a:hover {
	opacity: 0.7;
}
.link-th img {
  width:20px;
  height:20px;
  margin:0px 0px;
}
.link-th a{
	padding:0px 0px 0px 0px;
	color:#555555;
}
.link-th a:hover {
	opacity: 0.7;
}
.about{
	/*background-image:url(../images/about.png);
    background-repeat: no-repeat;*/
	background-color: #dbe3ed;
	padding:30px;
}
.about a{
	color:#000000;
} 
.about a:hover {
	color:#d45c9e;
}
.gallary{
	padding:30px;
}
.gallary a{
	color:#000000;
} 
.gallary a:hover {
	color:#d45c9e;
}
.gallary span{
	color:#c4c0c2;
}
.video{
	/*background-image:url(../images/about.png);
    background-repeat: no-repeat;*/
	width: 100%;
	background-color: #2d6806;
	padding:30px;
}
.alumni{
	/*background-image:url(../images/about.png);
    background-repeat: no-repeat;*/
	width: 100%;
	background-color: #f5f5ef;
	padding:30px;
}
.job{
	/*background-image:url(../images/about.png);
    background-repeat: no-repeat;*/
	background-color: #d9d9d9;
	}
.job1{
	background-image:url(../images/job.png);
    background-repeat: no-repeat;
	padding:30px;
}
.login{
	/*background: rgb(255,240,219);
background: linear-gradient(90deg, rgba(255,240,219,1) 0%, rgba(0,188,191,1) 100%);*/
background: #ffffff;
background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(203, 226, 255, 1) 35%, rgba(0, 108, 255, 1) 100%);
	padding:25px;
}
.login-box h1 {
	padding: 10px 0;
	font-size: 2.5rem;
	color: #111;
	text-align: center;
	
}

.login-box input {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	outline: none;
	width: 100%;
	border: solid 1px #ccc;
}

.login-box form i {
	margin-left: -30px;
	cursor: pointer;
}

.login-box button {
    box-sizing: border-box;
    width: 100%;
    padding: 4%;
    background: #007bff;
    border: none;
    color: #fff;
    font-size: 20px;
	border-radius: 5px;
}

.login-box button:hover {
    background: #0069d9;
    cursor: pointer;
}
.submit{
	margin-top:10px;
}
.login-box {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	margin: 0px auto;
	padding: 50px 20px 50px 20px;
}
p a{
	color:#677d34;
}
p a:hover {
	opacity: 0.7;
}
.green{
	color:#2cccc4;
}
.pink{
	color:#d45c9e;
}
.btn-green{color:#fff;background: rgb(103,125,52);
background: linear-gradient(90deg, rgba(103,125,52,1) 0%, rgba(167,169,122,1) 100%); border-radius:50px;
font-size:14px;}
.btn-green:hover{color:#fff; background-color:#0FF;}
.btn-green.focus,.btn-green:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-menu{color:#fff;background: rgb(71,138,201);
background: linear-gradient(90deg, rgba(71,138,201,1) 0%, rgba(44,204,196,1) 100%); border-radius:50px; width:100%}
.btn-menu:hover{color:#fff; opacity: 0.7;}
.btn-menu.focus,.btn-menu:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}

/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/

#features {
  padding-top: 130px;
}

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.features-item {
  text-align: center;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255,255,255);
  background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
}

.features-item:hover {
background: rgb(169,227,26);
background: linear-gradient(90deg, rgba(169,227,26,1) 0%, rgba(93,180,15,0.692612079011292) 100%);
}

.features-item:hover h4 {
  color: #fff;
}

.features-item:hover p {
  color: #fff;
}

.features-item:hover .line-dec {
  background-color: rgba(255,255,255,0.3);
}

.first-feature:hover .icon {
  background-image: url(../images/phar-icon-white-01.png);
}

.second-feature:hover .icon {
  background-image: url(../images/phar-icon-white-02.png);
}
.third-feature:hover .icon {
  background-image: url(../images/phar-icon-white-03.png);
}
.four-feature:hover .icon {
  background-image: url(../images/phar-icon-white-04.png);
}

.features-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.features-item .first-number h6 {
  background-image: url(../images/features-number-01.png);
}

.features-item .second-number h6 {
  background-image: url(../images/features-number-02.png);
}

.features-item .third-number h6 {
  background-image: url(../images/features-number-03.png);
}

.features-item .fourth-number h6 {
  background-image: url(../images/features-number-04.png);
}

.first-feature .icon {
  background-image: url(../images/phar-icon-black-01.png);
}

.second-feature .icon {
  background-image: url(../images/phar-icon-black-02.png);
}
.third-feature .icon {
  background-image: url(../images/phar-icon-black-03.png);
}
.four-feature .icon {
  background-image: url(../images/phar-icon-black-04.png);
}
.features-item .icon {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  transition: all 0.5s;
}

.features-item h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
}

.features-item .line-dec {
  width: 100px;
  height: 2px;
  background-color: rgba(51,204,197,0.3);
  margin: 30px auto;
  transition: all 0.5s;
}

.features-item p {
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.new p {
	color:#1d821a;
}
.new span {
	color:#ff5e00;
	font-size:12px;
}
.news a{
	color:#000;
}
.news a:hover {
	color:#d25b9d;
}
.img {
	width:90%;
	height:auto;
	border:solid 4px #fff;
}
.btn-news {
  color: #fff;
  background: rgb(71,138,201);
  /*background: linear-gradient(90deg, rgba(71,138,201,1) 0%, rgba(44,204,196,1) 100%);*/
  background-color:#fd6684;
  border-radius:10px;
}
.btn-news:hover {
  color: #fff;
opacity: 0.7;
  border-radius:10px;
}
.btn-bule {
  color: #fff;
  background: rgb(71,138,201);
  background-color:#0332CA;
  border-radius:10px;
}
.btn-bule:hover {
  color: #fff;
	 background-color:#0332CA;
opacity: 0.7;
  border-radius:10px;
}
.btn-red {
  color: #fff;
  background: rgb(71,138,201);
  background-color:#E1181C;
  border-radius:10px;
}
.btn-red:hover {
  color: #fff;
	 background-color:#E1181C;
opacity: 0.7;
  border-radius:10px;
}
.btn-greens {
  color: #fff;
  background: rgb(71,138,201);
  background-color:#1B8046;
  border-radius:10px;
}
.btn-greens:hover {
  color: #fff;
	 background-color:#1B8046;
opacity: 0.7;
  border-radius:10px;
}
.event{
	background-image:url(../images/deegree11.png);
	width:100%;
    background-repeat: no-repeat;
	padding:55px 0px 0px 110px;
}
.event a{
	color:#677d34;
}
.event a:hover {
	opacity: 0.7;
}
.event-title{
	background-color:#2cccc4;
	border-radius: 10px;
	color:#fff;
	padding:10px;
	width:80%;
}
.event-title-s{
	color:#adf6f2;
}
.event-time-s{
	color:#bdbebc;
	font-size:13px;
}
.event-line{
	width:80%;
	height:1px;
	background-color:#adf6f2;
	z-index: 100;
	
}
.events{
	background-image:url(../images/deegree2.png);
	width:100%;
    background-repeat: no-repeat;
	padding:55px 0px 0px 110px;
}
.events a{
	color:#677d34;
}
.events a:hover {
	opacity: 0.7;
}
.events-title{
	background-color:#ef945f;
	border-radius: 10px;
	color:#fff;
	padding:10px;
	width:80%;
}
.events-title-s{
	color:#f9e79b;
}
.contact{
	background-color :#f2f2f2;
    background-repeat: no-repeat;
	padding:30px;
}
footer{
	background: #2a5cd1;
background: linear-gradient(90deg,rgba(42, 92, 209, 1) 0%, rgba(111, 166, 237, 1) 35%, rgba(0, 115, 255, 1) 100%);
	 padding:10px;
	 color:#fff;
}
.slider{
	padding: 10px 0px 60px 0px;
}
.more a{
	color:#C9C9C9;
}
.more a:hover {
	opacity: 0.7;
}
.pgwSlider {
    width: 100%;
    color: #fff;
}

.pgwSlider a{
    display: block;
    text-decoration: none;
    color: #fff;
}

.pgwSlider .ps-current {
    float: left;
    width: 74%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 1rem;
}

.pgwSlider.listOnTheLeft .ps-current {
    float: right;
}

.pgwSlider .ps-current ul {
    width: 100%;
}

.pgwSlider .ps-current li {
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: none;
}

.pgwSlider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    transition: margin-top 250ms linear;
}

.pgwSlider .ps-caption {
    position: absolute;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    left: 0;
    bottom: 0;
    display: none;
    z-index: 3;
}

ul.pgwSlider,
.pgwSlider  ul {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0;
}

ul.pgwSlider.listOnTheLeft,
.pgwSlider.listOnTheLeft > ul {
    float: left;
}

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-size: 0.8rem;
    transition: opacity 200ms linear;
}

ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
    margin-bottom: 0;
}

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
    opacity: 1 !important;
}

ul.pgwSlider > li img,
.pgwSlider > ul > li img {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: margin-top 250ms linear;
}

.pgwSlider .ps-prevIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block;
}

.pgwSlider .ps-nextIcon {
    border-color:transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block;
}

.pgwSlider .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 17px;
    left: 0;
    top: 45%;
    cursor: pointer;
}
.pgwSlider .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 17px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer;
}
/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.pgwSlider.wide > li,
.pgwSlider.wide > ul > li {
    width: 100% !important;
}

.pgwSlider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: 0.8rem;
}

.pgwSlider.narrow .ps-current img {
    width: 100%;
    min-height: inherit;
}

.pgwSlider.narrow .ps-current,
ul.pgwSlider.narrow,
.pgwSlider.narrow > ul {
    width: 100%;
}

ul.pgwSlider.narrow > li,
.pgwSlider.narrow > .ps-list > li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    font-size: 0.7rem;
    margin-bottom: 0;
}

ul.pgwSlider.narrow.listOnTheLeft > li,
.pgwSlider.narrow.listOnTheLeft > ul > li {
    float: right;
}

.pgwSlider.narrow .ps-caption {
    padding: 8px;
}

.pgwSlider.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%;
}

.pgwSlider.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%;
}
.line{
	background-color: #AAAAAA;
	width: 100%;
	padding: 1px;
	margin: 10px 0px;
}
.line-pink{
	background-color: #e669a7;
	width: 11%;
	padding: 3px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.line-green1{
	background-color: #73a205;
	width: 22%;
	padding: 3px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.statics {
	padding: 50px;
}
.bg-pink{
	background-color: #d45c9e;
	
}
.bg-pinks{
	background-color: #ff6782 !important;
	
}
.ubu {
	 background: url(../images/ubu.png) 0 0 no-repeat;
	 background-position:right;
}
.col-padding { padding: 4rem; }
/* Breadcrumbs ================================= */
.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 10px; }
  .breadcrumb li a {
    color: #fff;
    text-decoration: none; }
    .breadcrumb li a .material-icons {
      font-size: 18px;
      position: relative;
      top: 4px; }
  .breadcrumb li .material-icons {
    font-size: 18px;
    position: relative;
    top: 4px; }
  .breadcrumb > li + li:before {
    content: '>\00a0'; }

.breadcrumb-col-red li a {
  color: #F44336 !important;
  font-weight: bold; }

.breadcrumb-bg-red {
  background-color: #F44336 !important; }
  .breadcrumb-bg-red li {
    color: #fff !important; }
    .breadcrumb-bg-red li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-red li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-red li + li:before {
    color: #fff; }

.breadcrumb-col-pink li a {
  color: #E91E63 !important;
  font-weight: bold; }

.breadcrumb-bg-pink {
  background-color: #E91E63 !important; }
  .breadcrumb-bg-pink li {
    color: #fff !important; }
    .breadcrumb-bg-pink li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-pink li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-pink li + li:before {
    color: #fff; }

.breadcrumb-col-purple li a {
  color: #9C27B0 !important;
  font-weight: bold; }

.breadcrumb-bg-purple {
  background-color: #9C27B0 !important; }
  .breadcrumb-bg-purple li {
    color: #fff !important; }
    .breadcrumb-bg-purple li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-purple li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-purple li + li:before {
    color: #fff; }

.breadcrumb-col-deep-purple li a {
  color: #673AB7 !important;
  font-weight: bold; }

.breadcrumb-bg-deep-purple {
  background-color: #673AB7 !important; }
  .breadcrumb-bg-deep-purple li {
    color: #fff !important; }
    .breadcrumb-bg-deep-purple li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-deep-purple li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-deep-purple li + li:before {
    color: #fff; }

.breadcrumb-col-indigo li a {
  color: #3F51B5 !important;
  font-weight: bold; }

.breadcrumb-bg-indigo {
  background-color: #3F51B5 !important; }
  .breadcrumb-bg-indigo li {
    color: #fff !important; }
    .breadcrumb-bg-indigo li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-indigo li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-indigo li + li:before {
    color: #fff; }

.breadcrumb-col-blue li a {
  color: #2196F3 !important;
  font-weight: bold; }

.breadcrumb-bg-blue {
  background-color: #2196F3 !important; }
  .breadcrumb-bg-blue li {
    color: #fff !important; }
    .breadcrumb-bg-blue li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-blue li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-blue li + li:before {
    color: #fff; }

.breadcrumb-col-light-blue li a {
  color: #03A9F4 !important;
  font-weight: bold; }

.breadcrumb-bg-light-blue {
  background-color: #03A9F4 !important; }
  .breadcrumb-bg-light-blue li {
    color: #fff !important; }
    .breadcrumb-bg-light-blue li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-light-blue li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-light-blue li + li:before {
    color: #fff; }

.breadcrumb-col-cyan li a {
  color: #00BCD4 !important;
  font-weight: bold; }

.breadcrumb-bg-cyan {
  background-color: #00BCD4 !important; }
  .breadcrumb-bg-cyan li {
    color: #fff !important; }
    .breadcrumb-bg-cyan li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-cyan li a .material-icons {
        padding-bottom: 8px; }

  .breadcrumb-bg-cyan li + li:before {
    color: #fff; }

.breadcrumb-col-teal li a {
  color: #009688 !important;
  font-weight: bold; }

.breadcrumb-bg-teal {
  background-color: #009688 !important; }
  .breadcrumb-bg-teal li {
    color: #fff !important; }
    .breadcrumb-bg-teal li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-teal li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-teal li + li:before {
    color: #fff; }

.breadcrumb-col-green li a {
  color: #4CAF50 !important;
  font-weight: bold; }

.breadcrumb-bg-green {
  background-color: #4CAF50 !important; }
  .breadcrumb-bg-green li {
    color: #fff !important; }
    .breadcrumb-bg-green li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-green li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-green li + li:before {
    color: #fff; }

.breadcrumb-col-light-green li a {
  color: #8BC34A !important;
  font-weight: bold; }

.breadcrumb-bg-light-green {
  background-color: #8BC34A !important; }
  .breadcrumb-bg-light-green li {
    color: #fff !important; }
    .breadcrumb-bg-light-green li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-light-green li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-light-green li + li:before {
    color: #fff; }

.breadcrumb-col-lime li a {
  color: #CDDC39 !important;
  font-weight: bold; }

.breadcrumb-bg-lime {
  background-color: #CDDC39 !important; }
  .breadcrumb-bg-lime li {
    color: #fff !important; }
    .breadcrumb-bg-lime li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-lime li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-lime li + li:before {
    color: #fff; }

.breadcrumb-col-yellow li a {
  color: #ffe821 !important;
  font-weight: bold; }

.breadcrumb-bg-yellow {
  background-color: #ffe821 !important; }
  .breadcrumb-bg-yellow li {
    color: #fff !important; }
    .breadcrumb-bg-yellow li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-yellow li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-yellow li + li:before {
    color: #fff; }

.breadcrumb-col-amber li a {
  color: #FFC107 !important;
  font-weight: bold; }

.breadcrumb-bg-amber {
  background-color: #FFC107 !important; }
  .breadcrumb-bg-amber li {
    color: #fff !important; }
    .breadcrumb-bg-amber li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-amber li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-amber li + li:before {
    color: #fff; }

.breadcrumb-col-orange li a {
  color: #FF9800 !important;
  font-weight: bold; }

.breadcrumb-bg-orange {
  background-color: #FF9800 !important; }
  .breadcrumb-bg-orange li {
    color: #fff !important; }
    .breadcrumb-bg-orange li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-orange li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-orange li + li:before {
    color: #fff; }

.breadcrumb-col-deep-orange li a {
  color: #FF5722 !important;
  font-weight: bold; }

.breadcrumb-bg-deep-orange {
  background-color: #FF5722 !important; }
  .breadcrumb-bg-deep-orange li {
    color: #fff !important; }
    .breadcrumb-bg-deep-orange li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-deep-orange li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-deep-orange li + li:before {
    color: #fff; }

.breadcrumb-col-brown li a {
  color: #795548 !important;
  font-weight: bold; }

.breadcrumb-bg-brown {
  background-color: #795548 !important; }
  .breadcrumb-bg-brown li {
    color: #fff !important; }
    .breadcrumb-bg-brown li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-brown li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-brown li + li:before {
    color: #fff; }

.breadcrumb-col-grey li a {
  color: #9E9E9E !important;
  font-weight: bold; }

.breadcrumb-bg-grey {
  background-color: #9E9E9E !important; }
  .breadcrumb-bg-grey li {
    color: #fff !important; }
    .breadcrumb-bg-grey li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-grey li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-grey li + li:before {
    color: #fff; }

.breadcrumb-col-blue-grey li a {
  color: #607D8B !important;
  font-weight: bold; }

.breadcrumb-bg-blue-grey {
  background-color: #607D8B !important; }
  .breadcrumb-bg-blue-grey li {
    color: #fff !important; }
    .breadcrumb-bg-blue-grey li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-blue-grey li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-blue-grey li + li:before {
    color: #fff; }

.breadcrumb-col-black li a {
  color: #000000 !important;
  font-weight: bold; }

.breadcrumb-bg-black {
  background-color: #000000 !important; }
  .breadcrumb-bg-black li {
    color: #fff !important; }
    .breadcrumb-bg-black li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-black li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-black li + li:before {
    color: #fff; }

.breadcrumb-col-white li a {
  color: #ffffff !important;
  font-weight: bold; }

.breadcrumb-bg-white {
  background-color: #ffffff !important; }
  .breadcrumb-bg-white li {
    color: #fff !important; }
    .breadcrumb-bg-white li a {
      color: #fff;
      font-weight: bold; }
      .breadcrumb-bg-white li a .material-icons {
        padding-bottom: 8px; }
  .breadcrumb-bg-white li + li:before {
    color: #fff; }
/* Card ======================================== */
.card {
  background: #fff;
  min-height: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
/* กล่อง input ทั้งชุด */
.input-groups {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
}

/* ส่วน icon ด้านซ้าย */
.input-groups .icon {
  background-color: #f5f5f5;
  color: #555;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
}

/* ช่อง input */
.input-groups input {
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  outline: none;
}
.input-groups .icon-textarea {
  background-color: #fff;
  color: #555;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0px solid #ddd;
}
.input-groups textarea {
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  outline: none;
  background: #f9f9f9;
  border-radius: 8px;
}
/* เอฟเฟกต์เมื่อ focus */
.input-groups:focus-within {
  border-color: #5b9bd5;
  box-shadow: 0 0 3px #5b9bd5;
}
.review-card {
      border: none;
      border-radius: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
      cursor: pointer;
      overflow: hidden;
      position: relative;
    }

    .review-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .review-card:active {
      transform: scale(1.05);
      box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    }

/*    .status-badge {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #d9fdd3;
      color: #1f8a1f;
      font-size: 12px;
      padding: 5px 12px;
      border-radius: 20px;
    }*/
.status-badge {
  position: absolute;
      top: 10px;
      right: 10px;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
}
.status-badges {
      font-size: 12px;
      padding: 5px 12px;
      border-radius: 20px;
    }

/* ยังไม่เริ่มดำเนินการ */
.status-badge-gray {
  background-color: #f3f4f6;
  color: #6b7280;
}

/* รับเรื่องแล้ว */
.status-badge-blue {
  background-color: #dbeafe;
  color: #2563eb;
}

/* กำลังดำเนินการ */
.status-badge-yellow {
  background-color: #fff6bf;
  color: #b38f00;
}

/* ปิดงานแล้ว */
.status-badge-green {
  background-color: #d9fdd3;
  color: #1f8a1f;
}

/* ดำเนินการไม่สำเร็จ */
.status-badge-red {
  background-color: #fee2e2;
  color: #b91c1c;
}

    .stars {
      color: #f6b500;
         }

    .review-meta {
      font-size: 13px;
      color: #777;
    }

    .review-text {
      font-size: 14px;
      color: #444;
    }
.page-btn {
  border: none;
  background: #f0f0f0;
  margin: 0 3px;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}
.page-btn.active {
  background-color: #ff6680;
  color: white;
}
.page-btn:hover {
  background-color: #ffb3c1;
}
.sweet-alert, 
.sweet-alert h2, 
.sweet-alert p {
    font-family: myFirstFont !important;
}
.timeline-wrapper {
  position: relative;
  padding: 20px 0 20px 40px;
  overflow: visible !important; /* ป้องกันเส้นโดนตัด */
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  border-left: 2px solid #dcdcdc;
  max-width: 500px;
  z-index: 0; /* สำคัญมาก ป้องกัน modal ดัน timeline ขึ้น */
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
  min-height: 40px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -11px; /* เดิม -12px บาง browser จะเพี้ยน 1px */
  top: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ccc;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #dcdcdc;
  z-index: 1; /* ให้แน่ใจว่ากลมอยู่เหนือเส้น */
}

.timeline-item.red::before {
  background: #D3292C;
}

.timeline-item.orange::before {
  background: #f59e0b;
}

.timeline-item.green::before {
  background: #22c55e;
}

.timeline-item.gray::before {
  background: #9ca3af;
}

.timeline-content {
  margin-left: 25px;
  position: relative;
  z-index: 2; /* กัน modal หรือ layout ดันตำแหน่ง */
}

.timeline-content h4 {
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.timeline-content p {
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #444;
}

.timeline-content span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}

/*ส่วนนี้สำคัญสุด ป้องกัน Bootstrap Modal กระทบ timeline layout */
body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

.modal-open .timeline-wrapper,
.modal-open .timeline {
  position: relative !important;
  z-index: auto !important;
  overflow: visible !important;
}

