header {
  border-bottom: 1px solid #e7d3cf;
}
header .header_wrap {
  display: flex;
  background: #fae7e3;
}
header .header_wrap .header_icon_menu {
  flex: 0 0 8%;
  width: 8%;
}
header .header_wrap .header_icon_menu .icon_menu {
  cursor: pointer;
}
header .header_wrap .header_box {
  flex: 0 0 84%;
  width: 84%;
}
header .header_wrap .header_box .header_logo {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100px;
}
header .header_wrap .header_box .header_menu .ul_main {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event {
  display: inline-block;
  width: 230px;
  height: 42px;
  background: url(/assets/images/month-event-menu.gif) center no-repeat;
  background-size: contain;
  position: relative;
  margin-right: 10px;
  z-index: 1000;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .a1_event {
  display: inline-block;
  margin-left: 115px;
  padding-left: 5px;
  border-left: 0.5px solid #fae7e3;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  text-decoration: unset;
  color: #333;
  text-transform: uppercase;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .a1_event:hover {
  color: #eb4714;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  opacity: 0.1;
  top: 150%;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background: white;
  list-style: none;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #ccc;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event .li2_event {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  padding: 0.5rem 1rem;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event .li2_event .a2_event {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-decoration: unset;
  color: #333;
  text-transform: uppercase;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event .li2_event .a2_event:hover {
  color: #eb4714;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event .li2_event_old {
  position: relative;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event .li2_event_old .ul3_event_old {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 200%;
  opacity: 0.1;
  top: 40px;
  left: -200%;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background: white;
  list-style: none;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #ccc;
  z-index: 1;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event .li2_event_old .ul3_event_old .li3_event_old {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  padding: 0.5rem 1rem;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event .li2_event_old .ul3_event_old .li3_event_old .a3_event_old {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  text-decoration: unset;
  color: #333;
  text-transform: uppercase;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event .ul2_event .li2_event_old:hover .ul3_event_old {
  left: 0;
  opacity: 1;
  visibility: visible;
}
header .header_wrap .header_box .header_menu .ul_main .li1_event:hover .ul2_event {
  top: 45px;
  left: 0px;
  opacity: 1;
  visibility: visible;
}
header .header_wrap .header_box .header_menu .ul_main .li1 {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  z-index: 999;
}
header .header_wrap .header_box .header_menu .ul_main .li1 .a1 {
  display: inline-block;
  color: #4f4f4f;
  text-transform: uppercase;
  text-decoration: unset;
  padding-right: 4px;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
  border-bottom: 2px solid #fae7e3;
}
header .header_wrap .header_box .header_menu .ul_main .li1 .a1:hover {
  color: #ec4418;
  border-bottom: 2px solid red;
}
header .header_wrap .header_box .header_menu .ul_main .li1:hover i {
  color: #ec4418;
}
header .header_wrap .header_box .header_menu .ul_main .li1:hover .ul2 {
  position: absolute;
  top: 100px;
  left: 0px;
  opacity: 1;
  visibility: visible;
}
header .header_wrap .header_box .header_menu .ul_main .li1:last-child {
  margin-right: 0;
}
header .header_wrap .header_box .header_menu .ul_main .li1 .ul2 {
  position: absolute;
  opacity: 0.1;
  top: 150%;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background: white;
  list-style: none;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #ccc;
}
header .header_wrap .header_box .header_menu .ul_main .li1 .ul2 .li2 {
  padding: 5px 10px;
}
header .header_wrap .header_box .header_menu .ul_main .li1 .ul2 .li2 .a2 {
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #4f4f4f;
}
header .header_wrap .header_box .header_menu .ul_main .li1 .ul2 .li2 .a2:hover {
  color: #ec4418;
}
header .header_wrap .header_box .header_menu .ul_main .li1_search {
  margin-right: 0px;
}
header .header_wrap .header_box .header_menu .ul_main .li1_search .a1 {
  padding-left: 5px;
}
header .header_wrap .header_box .header_menu .ul_main .li1_search .a1:hover {
  border-bottom: 2px solid #fae7e3;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .header_wrap .header_box .header_menu .ul_main .li1 {
    margin-right: 0;
  }
  header .header_wrap .header_box .header_menu .ul_main .li1_search {
    float: right;
  }
}
header .header_wrap .header_box .header_user {
  display: flex;
  align-items: center;
  height: 100px;
}
header .header_wrap .header_box .header_user .button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
header .header_wrap .header_box .header_user .button_tk2 {
  font-weight: bold;
  background: white;
  font-size: 0.8rem !important;
  padding-top: 0.5rem !important;
}
header .header_wrap .header_box .header_user .button_tk2:hover {
  color: #eb4714;
}
header .header_wrap .header_box .header_user .button_tk3 {
  color: #eb4714;
  font-weight: bold;
}
header .header_wrap .header_box .header_user .button_tk3:hover {
  text-decoration: underline;
}
header .header_wrap .header_box .header_user .box_login_wrap {
  position: relative;
  z-index: 999;
}
header .header_wrap .header_box .header_user .box_login_wrap .button_tk2 {
  cursor: pointer;
}
header .header_wrap .header_box .header_user .box_login_wrap .box_login {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 5px 10px #ccc;
}
header .header_wrap .header_box .header_user .box_login_wrap .box_login a {
  white-space: nowrap;
  color: #4f4f4f;
  text-decoration: unset;
}
header .header_wrap .header_box .header_user .box_login_wrap .box_login a:hover {
  color: #eb4714;
}
header .header_wrap .header_box .header_user .box_register_wrap {
  position: relative;
  z-index: 999;
}
header .header_wrap .header_box .header_user .box_register_wrap .button_tk3 {
  cursor: pointer;
}
header .header_wrap .header_box .header_user .box_register_wrap .box_register {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 5px 10px #ccc;
}
header .header_wrap .header_box .header_user .box_register_wrap .box_register a {
  white-space: nowrap;
  color: #4f4f4f;
  text-decoration: unset;
}
header .header_wrap .header_box .header_user .box_register_wrap .box_register a:hover {
  color: #eb4714;
}
header .header_wrap .header_social {
  flex: 0 0 8%;
  width: 8%;
  text-align: right;
}
header .header_wrap .header_social a {
  display: inline-block;
}
header .header_wrap_mb {
  display: flex;
  background: #fae7e3;
}
header .header_wrap_mb .header_mb_icon {
  flex: 0 0 auto;
  width: 33.33333333%;
  align-items: center;
  justify-content: left;
}
header .header_wrap_mb .header_mb_icon .mb_icon_menu {
  display: inline-block;
  cursor: pointer;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
}
header .header_wrap_mb .header_mb_logo {
  flex: 0 0 auto;
  width: 33.33333333%;
  height: 55px;
  padding: 5px 0px;
}
header .header_wrap_mb .header_mb_user {
  flex: 0 0 auto;
  width: 33.33333333%;
  text-align: right;
}
header .header_wrap_mb .header_mb_user .header_mb_search {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 55px;
  text-align: center;
  font-size: 1.5rem;
  padding: 6.25px 0;
}
header .header_wrap_mb .header_mb_user .mb_icon_user {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 55px;
  text-align: center;
  font-size: 30px;
  padding: 6.25px 0;
}
header .header_wrap_mb .header_mb_user .mb_icon_user .mb_box_login {
  position: absolute;
  display: none;
  top: 55px;
  right: 15px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 5px 10px #ccc;
  z-index: 1;
}
header .header_wrap_mb .header_mb_user .mb_icon_user .mb_box_login a {
  white-space: nowrap;
  color: #4f4f4f;
  font-size: 1rem;
  text-decoration: unset;
}
header .header_wrap_mb .header_mb_user .mb_icon_user .mb_box_login a:hover {
  color: #eb4714;
}

#search_form {
  position: fixed;
  width: 100%;
  height: 150px;
  top: 0;
  background: white;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
}
#search_form .height {
  height: 150px;
}
#search_form .height .search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
#search_form .height .search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}
#search_form .height .search input:focus {
  box-shadow: none;
  border: 2px solid #ee4d2d;
}
#search_form .height .search i {
  position: absolute;
  top: 22px;
  left: 16px;
}
#search_form .height .search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: #ee4d2d;
}
#search_form .searchbar-history{    
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  z-index: 99;
  background: white;
  width: 100%;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-radius: 0 0 0.5rem 0.5rem;
}
#search_form .searchbar-history a{
  flex: 1;
  text-decoration: unset;
  color: #333;
  padding: 5px;
}
#search_form .searchbar-history a:hover{
  background-color: #fafafa;
}
#search_form .btn_close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 2rem;
  cursor: pointer;
}

#notification .bg_notification {
  padding: 5px 15px;
  background: #f5f5f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
}
#notification .bg_notification .noti_title {
  flex: 0 0 110px;
  background: #ec4418;
  color: white;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
}
#notification .bg_notification marquee {
  flex: 0 0 calc(100% - 110px);
}
#notification .bg_notification marquee a {
  color: #ec4418;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
}
#notification .bg_notification marquee a:hover {
  color: #333;
}

footer {
  padding: 15px 0;
  background: #2c2c2c;
}
footer .col_1 {
  margin-top: 24px;
}
footer .col_1 .logo_slogan {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
footer .col_1 .logo_slogan .logo {
  flex: 0 0 100px;
  width: 100px;
}
footer .col_1 .logo_slogan .slogan {
  flex: 0 0 calc(100% - 100px);
  width: calc(100% - 100px);
}
footer .col_1 .logo_slogan .slogan span {
  display: block;
  color: #ccc;
  padding-left: 24px;
  font-weight: bold;
}
footer .col_1 .head span.name {
  color: #f97f2a;
  font-weight: bold;
}
footer .col_1 .head span {
  display: block;
  color: #a9a9a9;
  margin-top: 12px;
}
footer .col_1 .info .col {
  margin-top: 12px;
}
footer .col_1 .info .col .txt_1 {
  display: block;
  font-weight: bold;
  color: #e74524;
}
footer .col_1 .info .col .txt_1_mer {
  color: #03a374;
}
footer .col_1 .info .col .txt_2 {
  display: block;
  color: #ccc;
}
footer .col_1 .info .col .txt_2 i {
  display: inline-block;
  width: 20px;
}
footer .col_1 .info .col .txt_2 a {
  text-decoration: unset;
  color: #ccc;
}
footer .col_1 .info .col .txt_2 a:hover {
  color: #f97f2a;
}
footer .col_1 .info .col .txt_3 {
  display: block;
  color: #ccc;
}
footer .col_1 .info .col .txt_3 i {
  display: inline-block;
  width: 20px;
}
footer .col_1 .info .col .txt_3 a {
  text-decoration: unset;
  color: #ccc;
}
footer .col_1 .info .col .txt_3 a:hover {
  color: #f97f2a;
}
footer .col_1 .box_new .head {
  margin-bottom: 24px;
}
footer .col_1 .box_new .head a.pdf {
  display: block;
  margin-top: 24px;
  font-size: 1.2rem;
  color: #f97f2a;
  font-weight: bold;
  text-decoration: unset;
}
footer .col_1 .box_new .link {
  margin-top: 24px;
}
footer .col_2 .head span {
  display: block;
  margin-top: 24px;
  font-size: 1.2rem;
  color: #f97f2a;
  font-weight: bold;
}
footer .col_2 .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .col_2 .body ul li {
  display: flex;
  height: 100%;
  margin-top: 24px;
}
footer .col_2 .body ul li a.img {
  flex: 0 0 100px;
  width: 100px;
}
footer .col_2 .body ul li .info {
  flex: 0 0 calc(100% - 100px);
  width: calc(100% - 100px);
  padding-left: 24px;
}
footer .col_2 .body ul li .info a.name {
  display: block;
  color: #a9a9a9;
  text-decoration: unset;
}
footer .col_2 .body ul li .info .author {
  color: #a9a9a9;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
footer .col_3 .head {
  margin-bottom: 24px;
}
footer .col_3 .head span {
  display: block;
  margin-top: 24px;
  font-size: 1.2rem;
  color: #f97f2a;
  font-weight: bold;
}
footer .col_3 .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .col_3 .body ul li {
  display: flex;
  height: 100%;
  margin-top: 24px;
}
footer .col_3 .body ul li a.img {
  flex: 0 0 100px;
  width: 100px;
}
footer .col_3 .body ul li .info {
  flex: 0 0 calc(100% - 100px);
  width: calc(100% - 100px);
  padding-left: 24px;
}
footer .col_3 .body ul li .info a.name {
  display: block;
  color: #a9a9a9;
  text-decoration: unset;
}
footer .col_3 .body ul li .info .author {
  color: #a9a9a9;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
footer .col_3 .body hr {
  background-color: #a9a9a9;
}
footer .col_3 .body .app_title {
  font-weight: bold;
  color: #ccc;
  margin-bottom: 1rem;
}
footer .copyright {
  color: #a9a9a9;
  border-top: 1px solid #3a3a3a;
  margin-top: 12px;
  padding-top: 12px;
}
