@charset "UTF-8";

.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/*ฟอนต์ ม.รังสิต*/
@font-face {
  font-family: "RSU";
  src: url("../public/fonts/rsu/RSU.woff") format("woff"),
    url("../public/fonts/rsu/RSU.ttf") format("truetype"),
    url("../public/fonts/rsu/RSU.svg#RSU") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RSU_Regular";
  src: url("../public/fonts/rsu/RSU_Regular.eot");
  src: url("../public/fonts/rsu/RSU_Regular.woff2") format("woff2"),
    url("../public/fonts/rsu/RSU_Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

/*ฟอนต์ THsarabun*/
@font-face {
  font-family: "THSarabun";
  src: url("../public/fonts/thaisarabun/THSarabun.eot");
  src: url("../public/fonts/thaisarabun/THSarabun.woff2") format("woff2"),
    url("../public/fonts/thaisarabun/THSarabun.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kanit-light";
  src: url("../public/fonts/thaisarabun/kanit-light.woff") format("woff"),
    url("../public/fonts/thaisarabun/kanit-light.ttf") format("truetype"),
    url("../public/fonts/thaisarabun/kanit-light.svg#kanit-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ฟอนต์ไทยสาร*/
@font-face {
  font-family: "ThaiSansNeue-Light";
  src: url("../public/fonts/ThaiSansNeue/ThaiSansNeue-Light.eot");
  src: url("../public/fonts/ThaiSansNeue/ThaiSansNeue-Light.woff2") format("woff2"),
    url("../public/fonts/ThaiSansNeue/ThaiSansNeue-Light.woff") format("woff"),
    url("../public/fonts/ThaiSansNeue/ThaiSansNeue-Light.ttf") format("truetype"),
    url("../public/fonts/ThaiSansNeue/ThaiSansNeue-Light.svg#ThaiSansNeue-Light")
      format("svg"),
    url("../public/fonts/ThaiSansNeue/ThaiSansNeue-Light.eot?#iefix")
      format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/*ฟอนต์พร้อม*/
@font-face {
  font-family: "Prompt-Light";
  src: url("../public/fonts/prompt/Prompt-Light.eot");
  src: url("../public/fonts/prompt/Prompt-Light.woff2") format("woff2"),
    url("../public/fonts/prompt/Prompt-Light.woff") format("woff"),
    url("../public/fonts/prompt/Prompt-Light.ttf") format("truetype"),
    url("../public/fonts/prompt/Prompt-Light.svg#Prompt-Light") format("svg"),
    url("../public/fonts/prompt/Prompt-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
#body {
  margin-right: 0;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "kanit-light";
}
table {
  font-family: "kanit-light";
  font-size: 1.4em;
}
.formfont {
  font-family: "kanit-light";
  font-size: 22px;
}
button {
  cursor: pointer;
}
.headlinevdo {
  font-family: "kanit-light";
  border-bottom: 2px solid #008dff;
  font-weight: bold;
}
.headlinenews {
  color: #565656;
  font-size: 1.2em;
}
.linkallyoutube {
  font-family: "kanit-light";
  font-size: 1.2em;
  color: #28a2b7;
  font-weight: bold;
}
.linkallyoutube:hover {
  color: #004972;
}
.btn {
  font-size: 1em !important;
}
.font-type-A {
  font-family: "kanit-light";
}
.font-type-B {
  font-family: "ThaiSansNeue-Light";
}
.clear {
  clear: both;
}
.pd-md-0 {
  padding: 0px;
  margin: 0px;
}
.error {
  color: red;
}
.bg-c-green {
  background-color: #008dff;
}
.bg-c-bluedrak {
  background-color: #004972;
}
.text-c-bluedrak {
  color: #1f383d;
}
.text-size-A {
  font-size: 1.5em;
}
.btn-text {
  font-family: "kanit-light";
  font-size: 1.4em !important;
  font-weight: bold;
}
.headcategory {
  font-size: 1.1em;
  font-weight: bold;
  color: #0a58b8;
}
.content-example {
  color: gray;
  font-size: 1em;
  margin-left: 15px;
  font-weight: bold;
}
.box-epet:hover {
  background: rgb(255, 255, 179);
}
.text-black {
  color: #000000;
}
.tabs li a {
  font-size: 1em !important;
}
.text-gray {
  color: gray;
}
.box-epet {
  padding: 20px;
  border: 1px solid #ccc;
}
.pd {
  padding: 0px;
  margin: 0px;
}
.hr-boder-white {
  border: 0.5px solid #ffffff !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fb-share-button {
  margin: 0px;
  top: -6px;
}
.hr-boder-gray {
  border: 0.5px solid gray !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.head-line-a1 {
  font-family: "THSarabun";
  color: #000000;
}
.bd-callout-white {
  border-left: 1px solid #ffffff;
}
.b-top {
  top: 110px;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.text-ind {
  text-indent: 1em;
}
.navigatorpage {
  position: relative;
  width: 100%;
}
.navigatorpage a {
  font-family: "kanit-light";
  font-size: 1.5em;
  font-weight: lighter;
}
.text-buledark {
  color: #1179b4;
}
.content-detail {
  font-family: "kanit-light";
  font-size: 1.3em;
}
.content-detail15 {
  font-family: "THSarabun";
  font-size: 1.5em;
}
.text-detail-custom {
  text-indent: 20px;
  line-height: 20px;
  height: 60px;
  display: block;
  overflow: hidden;
}
.content-form {
  font-family: "kanit-light";
  font-size: 1.5em;
}
.text-form {
  font-family: "kanit-light";
  font-size: 0.9em;
}

.box-album h4 {
  font-weight: bold;
  font-family: "Prompt-Light";
  font-size: 1.4em;
}
.news-titile {
  overflow: hidden !important;
  position: relative;
  border: 0px solid green;
  height: 1.7em;
}
.form-control-sm {
  font-size: 0.9em !important;
}
.reviewreader {
  height: 40px;
  width: 40px;
  background-color: #1bbc9b;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-weight: bold;
}
.line-right-separate {
  border-right: 1px solid #666666;
  padding-right: 10px;
  padding-left: 10px;
}
.i-c-blue {
  color: #018dfe;
}
#wrapper {
  position: relative;
  min-height: 100%;
  border: 0px solid red;
  background: radial-gradient(
    circle,
    rgb(107, 253, 190) 0%,
    rgb(113, 189, 251) 78%
  );
}
#header-devicemobile {
  position: absolute;
  display: none;
  border: 0px solid red;
  background: #ffffff;
  min-width: 100%;
}
#header {
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0px;
  /* min-height: 120px; */
  border: 0px solid orange;
  z-index: 999;
  background: radial-gradient(
    circle,
    rgb(107, 253, 190) 0%,
    rgb(113, 189, 251) 78%
  );
}

.header-top {
  position: relative;
  min-height: 20px;
  background-color: #008dff;
  font-family: "THSarabun";
  padding-left: 25px;
  padding-right: 25px;
}

.header-contain {
  background-color: #ffffff;
  /* height: 80px; */
}

.header-bottom {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 16px 32px;
  border: 0px solid red;
  background-color: #ffffff;
  position: sticky;
  top: 0px;
  /* height: 8vh; */
  max-height: 80px;
  width: 100vw;
}

.slogan {
  color: #000000;
  font-family: "THSarabun";
}
.logo-text {
  margin-left: 8px;
  margin-top: 15px;
}
ul.display-changfont {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.display-changfont li {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 2px;
  border-radius: 5px;
  text-align: center;
}
ul.display-changfont li a {
  color: #000000;
  font-size: 1.5em;
  position: relative;
  font-weight: bold;
  top: -5px;
}
ul.display-changcolor {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.display-changcolor li {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin: 2px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4em;
}
ul.display-changcolor li.diplayfont-normal {
  background-color: #ffffff;
}
ul.display-changcolor li.diplayfont-normal a {
  color: #008dff;
  font-weight: bold;
  position: relative;
  top: -4px;
}
ul.display-changcolor li.diplayfont-blackwhite {
  background-color: gray;
  border: 1px solid #ffffff;
}
ul.display-changcolor li.diplayfont-blackwhite a {
  color: #ffffff;
  font-weight: bold;
  position: relative;
  top: -4px;
}
ul.display-changcolor li.diplayfont-yellow {
  background-color: #000000;
  border: 1px solid #ffffff;
}
ul.display-changcolor li.diplayfont-yellow a {
  color: yellow;
  font-weight: bold;
  position: relative;
  top: -4px;
}
/*Main menu*/
ul.list-group-mainmenu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #ffffff;
}
ul.list-group-mainmenu > li {
  float: left;
  font-family: "kanit-extralight";
  font-size: 1.3em;
}
ul.list-group-mainmenu > li > a {
  color: #052010;
  display: block;
  padding: 0.19em 1.14em;
  cursor: pointer;
}
ul.list-group-mainmenu > li > a:hover,
ul.list-group-mainmenu > li > a:active,
ul.list-group-mainmenu > li > a:focus,
ul.list-group-mainmenu > li:hover > a {
  background: #ffffff;
  border: none;
  color: #007bff;
}
ul.list-group-mainmenu > li > ul {
  border-radius: 4px;
  background: #007bff;
  border-top: none;
  /* top: 44px; */
  position: absolute;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
ul.list-group-mainmenu > li > ul > li > a {
  color: #ffffff;
}
ul.submenu {
  margin: 0px;
  padding: 0px;
}
ul.submenu li {
  font-size: 0.9em;
  background-image: url("../images/next.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: 0px 13px;
}

#header_linkPage__K_YVh {
  color: #052010;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#header_linkPage__K_YVh:hover {
  color: #069352;
}

#header_linkPage__K_YVh:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  right: 100%;
  position: absolute;
  background: #069352;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

#header_linkPage__K_YVh:hover:after {
  width: 100%;
  right: 0;
}

ul.list-group-mainmenu > li > ul > li a:hover {
  color: rgb(1, 15, 71);
  font-weight: bold;
}
ul.list-group-mainmenu > li:hover > ul > li {
  display: block;
}
ul.list-group-mainmenu > li > ul > li {
  display: none;
}
ul.list-group-menumember {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "THSarabun";
  font-size: 1.3em;
}
ul.list-group-menumember li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #17a2b8;
}
ul.list-group-menumember li a {
  color: #000;
}
/* End Main menu*/
#searchdata {
  margin: 5px !important;
  border-radius: 5px;
  padding: 3px;
  font-size: 1.2em;
  border: 1px solid gray;
}

#hilightslide {
  border: 0px solid blue;
  position: relative;
  /* min-height: 100px;
  height: 90vh; */
  height: auto;
  background-color: gray;
}
#main {
  /* position: relative; */
  border: 0px solid rgb(19, 0, 128);
  min-height: 700px;
  /* z-index: 900; */
  /* padding-top: 25px; */
  /* background-color: #ffffff;*/
  /* background: radial-gradient(
    circle,
    rgb(107, 253, 190) 0%,
    rgb(113, 189, 251) 78%
  ); */
  background-color: aliceblue;
  /* top: -20px; */
}
.text-animation {
  color: #ffffff;
  font-family: "THSarabun";
  font-size: 3.5em;
}
#box-content {
  /* margin-top: -40px; */
  /* min-height: 150vh; */
  background-color: #ffffff;
}
#box-content-pagedetail {
  position: relative;
  min-height: 800px;
  background-color: #ffffff;
}
.d-top-nagative-1 {
  position: relative;
  top: -50px;
  min-height: 600px;
}
.content-boxdata {
  font-family: "THSarabun";
  font-size: 1.8em;
}
.content-gallery-news {
  border: 0px solid red;
  margin-right: 15px;
  width: 260px;
  height: 280px;
  font-size: 1.3em;
  line-height: 1;
}
.font-small-1 {
  font-size: 0.9em;
}
ul.list-group-menuleft {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.list-group-menuleft li {
  font-family: "THSarabun";
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 0.5px solid #cccccc;
  width: 100%;
}
ul.list-group-menuleft li a {
  color: #004972;
}
ul.list-group-menuleft li a:active,
ul.list-group-menuleft li a:focus,
ul.list-group-menuleft li a:hover {
  color: #007bff;
}
ul.list-group-menuleft li.active > a {
  color: #007bff;
}
/*footer*/
#footer {
  position: relative;
  left: 0;
  bottom: 0;
  margin-bottom: -25px;
  border: 0px solid yellow;
  width: 100%;
}
#footer h4 {
  font-family: "THSarabun";
  color: rgb(0, 0, 0);
}
#footer-box {
  /*background-image: url("../images/line-bottom.jpg");*/
  border: 0px solid red;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 110px;
}
ul.list-group-menu {
  padding: 0px;
  list-style: disc;
}
ul.list-group-menu li {
  margin-left: 25px;
  padding: 0px;
  font-family: "THSarabun";
  color: #000000;
}
ul.list-group-menu li a {
  color: #000000;
  font-size: 1.4em;
}
ul.list-group-menu li a:hover {
  color: #3eb2f3;
}
.copyright {
  font-size: 1.3em;
}
/* Highlight*/
.slider {
  width: 100%;
  margin: 50px auto;
  border: 0px solid red;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  height: auto;
  border: 0px solid red;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
}

.slick-active {
}
/*Bootstrap4*/
.card-text {
  border: 0px solid red;
  height: 75px;
  overflow: hidden;
  font-family: "kanit-light";
  font-size: 1em;
  line-height: 25px;
  margin: 0px;
  text-indent: 15px;
  font-weight: 500;
}
.breadcrumb {
  background: none !important;
  padding: 0.75rem 0rem !important;
  margin-bottom: 0.5rem !important;
}
.breadcrumb-item a {
  color: #000000 !important;
  font-family: "kanit-light";
  font-size: 1.5em;
}
.breadcrumb-item.active {
  color: #222222 !important;
  font-family: "kanit-light";
  font-size: 1.5em;
}
.breadcrumb-item a.active {
  color: #000000 !important;
  font-size: 1.5em;
}
.box-viewdate {
  font-size: 15px;
}
.cursor {
  cursor: pointer;
}
.box-banner {
  border: 0px solid red;
  position: relative;
  margin-top: -25px;
  height: 180px;
}

.headline {
  display: flex;
  gap: 15px;
  font-family: "kanit-light";
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #004972;
  border-bottom: 1px solid #17a2b8;
  padding: 15px;
}
.headdate {
  font-family: "kanit-light";
  font-size: 1.3em;
  color: #666666;
}
.searchbox {
  font-family: "kanit-light";
  font-size: 1.3em;
}

.selectoption {
  position: relative;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
select.selectoption {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png),
    -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #aaa;
  color: #555;
  font-size: inherit;
  margin: 20px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}

select.selectoption-color {
  color: #fff;
  background-image: url(http://i62.tinypic.com/15xvbd5.png),
    -webkit-linear-gradient(#779126, #779126 40%, #779126);
  background-color: #779126;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
}
.border-line-bottom {
  border-bottom: 1px solid #17a2b8;
}
.contentdetail {
  font-family: "kanit-light" !important;
  font-size: 1.5em;
  text-indent: 20px;
}
.card-header h5 a {
  font-family: "kanit-light" !important;
  font-size: 1.3em;

  font-weight: bold;
}
.box-faqquestion {
  border: 0px solid red;
}
ul.list-group li a {
  font-family: "kanit-light" !important;
  font-size: 1.5em;
  color: #004972 !important;
}
.header-title {
  border-left: 5px solid #17a2b8;
  padding-left: 10px;
  font-family: "kanit-light" !important;
  font-weight: bold;
}
.keyword {
  font-family: "kanit-light" !important;
  font-weight: bold;
  font-size: 1.5em;
}
.keyword-word {
  display: inline;
  padding: 0.1em 0.6em 0.1em 0.6em;
  margin-right: 3px;
  background-color: #5cb85c;
  color: #fff;

  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.box-search {
  font-family: "kanit-light" !important;
  font-size: 1.5em;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.browse_page {
  font-family: "kanit-light" !important;
  font-size: 1.2em;
}
.box-search input,
.box-search select {
  font-family: "kanit-light" !important;
  font-size: 0.9em;
}
.box-menu-agree {
  padding: 15px;
  background: #17a2b8 !important;
  font-family: "kanit-light" !important;
  color: #fff;
  position: relative;
  height: 130px;
  width: 100%;
  text-align: center;
  font-size: 2em;
}
.inputsearch {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.inputsearch:focus {
  width: 300px;
}
.btn-block {
  font-size: 1.3em !important;
  font-family: "kanit-light" !important;
}
.boxregiser {
  font-family: "kanit-light" !important;
  font-size: 1.4em;
  margin: auto;
  width: 70%;
  border: 0px solid red;
}
.text-alert {
  font-family: "kanit-light" !important;
}
input.error {
  border: 1px solid red;
}
.bg-bannereproposal {
  color: #fff;
  border: 0px solid red;
  padding: 10px;
  /*background: #35b497 !important*/
  background: url("../images/office-3295556_1920.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  top: -50px;
  position: relative;
  text-align: center;
  justify-content: center;
}
.menubar {
  position: relative;
  top: -50px;
  background: #35b497 !important;
  height: 50px;
  color: #fff;
}
.eprotop {
  position: relative;
  top: -50px;
}
.text-agree {
  font-family: "kanit-light" !important;
  text-indent: 30px;
  font-size: 1.5em;
}
.list-goup-esurvey li {
  font-weight: bold;
}
.list-goup-esurvey li.list-group-item a {
  color: #186a48 !important;
}

@media (max-width: 1280px) {
  table {
    font-family: "kanit-light";
    font-size: 1em;
  }
  .card-text {
    border: 0px solid red;
    height: 75px;
    overflow: hidden;
    font-family: "kanit-light";
    font-size: 0.8em;
    line-height: 25px;
    margin: 0px;
    text-indent: 15px;
    font-weight: 500;
  }
  .btn-read {
    font-size: 0.7em !important;
  }
  .box-viewdate {
    font-size: 0.7em;
  }
  .boxregiser {
    font-family: "kanit-light" !important;
    font-size: 1em;
    margin: auto;
    width: 70%;
    border: 0px solid red;
  }

  .contentdetail {
    font-family: "kanit-light" !important;
    font-size: 1em;
    text-indent: 20px;
  }

  .breadcrumb-item.active {
    color: #222222 !important;
    font-family: "kanit-light";
    font-size: 1em;
  }

  .breadcrumb-item a {
    color: #000000 !important;
    font-family: "kanit-light";
    font-size: 1em;
  }
  .breadcrumb-item a.active {
    color: #000000 !important;
    font-size: 1em;
  }

  .navigatorpage a {
    font-family: "kanit-light";
    font-size: 1em;
    font-weight: lighter;
  }

  ul.list-group-mainmenu > li > a {
    color: #052010;
    display: block;
    padding: 8px;
    cursor: pointer;
  }
  ul.list-group-mainmenu > li {
    float: left;
    font-family: "kanit-extralight";
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90vw;
    max-width: 90vw !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
/*End*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contentdetail img {
    width: 100% !important;
    height: auto !important;
  }
  .navigatorpage {
    padding: 10px;
  }

  .header-top {
    display: none !important;
  }
  #header-devicemobile {
    display: flex;
    align-items: center;
    position: relative;
    /* display: inline-block; */
    padding: 2px;
    position: relative;
    min-height: 100%;
    min-width: 100%;
    z-index: 999;
  }
  #header {
    display: none;
  }
  .boxregiser {
    position: relative;
    width: 80%;
  }
}
.login-labal {
  text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .login-labal {
    text-align: left;
  }

  .contentdetail img {
    width: 100% !important;
    height: auto !important;
  }
  .contentdetail input {
    width: 100% !important;
    height: auto !important;
  }
  .navigatorpage {
    display: none;
  }
  .bannerlink {
    display: none !important;
  }

  .container {
    padding: 10px;
  }

  .navigatorpage a {
    font-family: "kanit-light";
    font-size: 1.2em;
    font-weight: lighter;
  }

  .breadcrumb-item a {
    color: #000000 !important;
    font-family: "kanit-light";
    font-size: 1.2em;
  }
  .breadcrumb-item.active {
    color: #222222 !important;
    font-family: "kanit-light";
    font-size: 1.2em;
  }
  .breadcrumb-item a.active {
    color: #000000 !important;
    font-size: 1.2em;
  }

  .header-top {
    display: none;
  }
  #header-devicemobile {
    display: flex;
    align-items: center;
    position: relative;
    /* display: inline-block; */
    padding: 2px;
    min-height: 100%;
    min-width: 100%;
    z-index: 999;
  }
  #header {
    display: none;
    min-height: 100px;
    z-index: 999;
  }
  .boxregiser {
    position: relative;
    width: 100%;
  }
}
