@import "https://fonts.googleapis.com/css?family=Kanit|Prompt";
/** @section Reset Styles */

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/** @group Components */

/*header-bar*/
.header-bar {
  background-color: #3ea3cb;
  height: 15px;
  display: table;
  width: 100%;
}
/*-----End-header-bar-----*/

/*Logo*/
.wb-navigation-logo {
  margin-left: 20px;
  margin-top: 4px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
/*-----End-Logo-----*/

/*nav-menu*/
.navbar {
  position: relative;
  padding: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #232e66 !important;
  font-size: 15px;
  font-family: "kanit";
  font-weight: 500;
}
/*-----End-nav-menu-----*/

/* Login & Register buton
.user-tab .user-icon,
.user-tab .register-icon {
  border-radius: 0;
  border: 0;
  border-right: 0;
  border-image: unset;
  padding-left: 47px;
  float: left;
  width: 140px;
  line-height: 42px;
  margin-top: 20px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  background-repeat: no-repeat !important;
  padding-right: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px -1px 10px rgb(0 0 0 / 10%);
  margin-left: 10px !important;
  font-size: 16px;
  font-family: "kanit";
}
.user-tab .register-icon:hover,
.user-tab .user-icon:hover {
  opacity: 0.9;
}
.user-tab .register-icon::after {
  display: none;
}
.user-tab .user-icon {
  background: url(../images/user_icon.png) 15% 50%;
  color: #232e66;
}
.user-tab .register-icon {
  background: url(../images/register_icon2.png) 17% 50%;
  color: #fff;
  background-color: #213253;
}
a.dropdown-toggle.register-icon::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
----End-Login & Register buton-----*/

/*----fuction-item-----*/
#main-1 {
  padding: 40px 0 40px 0;
  background: url(../images/bg-function.jpg) 10% 50%;
  background-attachment: fixed;
  background-size: cover;
  background-position: right bottom;
}
.fuction-item {
  font-family: "kanit";
  font-weight: 300;
}

.fuction-item > a > .col-md-12 {
  border-radius: 10px;
  color: #232d65;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #fff;
  min-height: 100px;
  background-position-x: center;
  background-position-y: 70%;
  padding: 10px 0;
  box-shadow: 0 20px 40px rgb(33 50 83 / 10%);
}
.fuction-item > a > .col-md-12 strong {
  color: #232d65 !important;
}
.fuction-item .width-2 {
  max-width: 30px;
}

.fuction-item a:hover > div {
  transition: all 0.5s;
  color: #d0edfd !important;
  box-shadow: 0 30px 40px rgba(33, 50, 83, 0.3);
}
.fuction-item a strong {
  text-align: center;
  line-height: 20px;
  display: inline-block;
  padding: 1px 0 1px 0;
  font-size: 14px;
}
/*----​End-fuction-item-----*/
