@font-face {
  font-family: "rsuregular";
  src: url("font/rsu_regular-webfont.eot");
  src: url("font/rsu_regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("font/rsu_regular-webfont.woff2") format("woff2"),
    url("font/rsu_regular-webfont.woff") format("woff"),
    url("font/rsu_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rsulight";
  src: url("font/rsu_light-webfont.eot");
  src: url("font/rsu_light-webfont.eot?#iefix") format("embedded-opentype"),
    url("font/rsu_light-webfont.woff2") format("woff2"),
    url("font/rsu_light-webfont.woff") format("woff"),
    url("font/rsu_light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "prompt";
  src: url("font/prompt-regular-webfont.eot");
  src: url("font/prompt-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("font/prompt-regular-webfont.woff2") format("woff2"),
    url("font/prompt-regular-webfont.woff") format("woff"),
    url("font/prompt-regular-webfont.ttf") format("truetype"),
    url("font/prompt-regular-webfont.svg#promptregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "prompt-m";
  src: url("font/prompt-medium-webfont.woff2") format("woff2"),
    url("font/prompt-medium-webfont.woff") format("woff"),
    url("font/prompt-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sarabun";
  src: url("font/sarabun-regular-webfont.woff2") format("woff2"),
    url("font/sarabun-regular-webfont.woff") format("woff"),
    url("font/sarabun-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sarabun-m";
  src: url("Sarabun-Medium.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  width: 100%;
  padding: 0px;
  overflow-x: hidden;
  font-size: 10px;
  font-family: "rsuregular";
  margin: 0px;
  overflow-x: hidden;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
#wrap-main.blur #wrap-header,
#wrap-main.blur #wrap-content,
#wrap-main.blur #wrap-footer,
#wrap-main.blur #menu-foot {
  filter: blur(5px);
}
/* Box alert data */
body #data-alert {
  position: fixed;
  width: 180px;
  z-index: 20;
  padding: 10px;
  margin-left: 50%;
  left: -100px;
  top: 30%;
  border-radius: 3px;
  text-align: center;
  display: none;
}
body #data-alert a {
  color: #1c75bb;
  text-decoration: underline;
}
body #data-alert legend {
  border-radius: 3px;
  height: 25px;
  line-height: 30px;
  padding: 0px 5px;
}
body .data-alert-danger {
  box-shadow: 0px 0px 65px red;
  border: 1px solid #cc2727;
  background-color: #ffe0e0;
}
body .data-alert-danger legend {
  border: 1px solid #cc2727;
  background-color: #ffe0e0;
}
body .data-alert-warning {
  box-shadow: 0px 0px 65px #ffb101;
  border: 1px solid #ccb027;
  background-color: #fffde0;
}
body .data-alert-warning legend {
  border: 1px solid #ccb027;
  background-color: #fffde0;
}
body .data-alert-success {
  box-shadow: 0px 0px 65px #3c763d;
  border: 1px solid #3a7d3c;
  background-color: #edffe0;
}
body .data-alert-success legend {
  border: 1px solid #3a7d3c;
  background-color: #edffe0;
}
body .data-alert-box {
  box-shadow: 0px 0px 65px #8c8c8c;
  border: 1px solid #7d7d7d;
  background-color: #ffffff;
}
body .data-alert-box legend {
  border: 1px solid #7d7d7d;
  background-color: #dadada;
}
/* End Box alert data */

.wrap {
  position: relative;
  float: left;
  width: 100%;
}
.clear {
  clear: both;
}
.ui-loader {
  display: none;
}
.wrap .btn {
  width: 80%;
  background-color: #1c75bb;
  height: 40px;
  border-radius: 8px;
  margin-left: 10%;
  border: none;
  border-bottom: 5px solid #0a609b;
  text-align: center;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 48px;
  margin: 20px 10%;
}
#wrap-header #wrap-btn-show-menu #btn-back {
  width: 25%;
  position: relative;
  width: 42px;
  height: 25px;
  margin: 7px 0px 0px 5px;
  font-size: 0.8em;
  font-weight: 100;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 2px;
  padding-left: 22px;
  line-height: 27px;
  background-image: url("../../js/jquery.mobile-1.4.5/../images/icons-svg/back-white.svg");
  background-repeat: no-repeat;
  background-position: 5px 9px;
  text-align: left;
}

/* Content page */
#wrap-content-page {
  position: relative;
  float: left;
  width: 100%;
  z-index: 2;
  background-color: #f9f9f9;
  margin: 0px 0 60px 0px !important;
}
#wrap-content {
  min-height: calc(100vh - 400px);
  padding-bottom: 24px;
}

.wrap-facebook {
}
.wrap-foot {
  padding: 2% 2% 0px;
  width: 96%;
  margin: 5px 0px 60px;
  text-align: center;
  background-color: #838383;
  color: #ffffff;
}
.wrap-foot a {
  color: #ffffff;
}
.wrap-foot #contact {
  /* margin-top: 10px; */
  line-height: 18px;
}
.wrap-foot #copyright {
  font-size: 0.9em;
  padding-bottom: 5px;
}
.wrap-foot #social {
  width: 104%;
  height: 40px;
  margin-left: -2%;
  box-shadow: 0 -0.2em 0.4em rgba(100, 100, 100, 0.7);
  background: #383838;
}
.wrap-foot #social img {
  width: 25px;
  padding: 7px 5px;
}
/* Content page */

/* new version */

/* Colour palette */
:root {
  --blue: #3355bb;
  --blue-g: -webkit-linear-gradient(
    left,
    rgba(51, 85, 187, 1) 0%,
    rgba(93, 122, 209, 1) 100%
  );
  --red: #f33333;
  --purple: #333355;
  --yellow-g: -webkit-linear-gradient(
    left,
    rgba(246, 171, 46, 1) 0%,
    rgba(255, 204, 102, 1) 100%
  );
  --yellow: #ffcc66;
  --yellow-b: #34aa44;
  --yellow-l: #fcda80;
  --green: #34aa44;
  --main-txt: #333333;
  --sub-txt: #999999;
}

/* CSS Document */
body.body-fix {
  overflow: hidden;
}
body #wrap-main.newVersion {
  font-family: "prompt";
  font-size: 10px;
}
body #wrap-main.newVersion * {
  box-sizing: border-box;
}
#wrap-main.newVersion a {
  text-decoration: none;
  cursor: pointer;
}
#wrap-main.newVersion h1,
#wrap-main.newVersion h2,
#wrap-main.newVersion h3 {
  font-family: "prompt-m";
  margin: 0px;
  color: var(--purple);
}
#wrap-main.newVersion h1 {
  font-size: 1.25rem;
}
#wrap-main.newVersion h2 {
  font-size: 2.4em;
}
#wrap-main.newVersion h3 {
  font-size: 2em;
  color: var(--purple);
}
#wrap-main.newVersion img {
  border: 0px;
}
#wrap-main.newVersion ul,
#wrap-main.newVersion li,
#wrap-main.newVersion table,
#wrap-main.newVersion p {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#wrap-main.newVersion area {
  border: 0px;
}
#wrap-main.newVersion table {
  border: none;
  border-spacing: 0px;
  border-collapse: separate;
}

#wrap-main.newVersion .clear {
  clear: both;
}
#wrap-main.newVersion .clear-l {
  clear: left;
}
#wrap-main.newVersion .clear-r {
  clear: right;
}
#wrap-main.newVersion .content {
  padding: 0px 3.6%;
}
#wrap-main.newVersion .row {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.bg-lightbox {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 6;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#wrap-main.newVersion .bg-alert {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 6;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#wrap-main.newVersion .img-blur {
  -webkit-filter: brightness(1) blur(8px);
  -moz-filter: brightness(1) blur(8px);
  -o-filter: brightness(1) blur(8px);
  -ms-filter: brightness(1) blur(8px);
  filter: brightness(1) blur(8px);
}
#wrap-content {
  min-height: calc(100vh - 400px);
  padding-bottom: 24px;
}

/* header */
#wrap-header.new-version {
  background: #fff;
  position: relative;
  box-shadow: none;
  text-shadow: none;
  font-family: "prompt";
  line-height: unset;
  font-weight: normal;
  font-size: 10px;
  height: 48px;
  overflow: hidden;
}
#wrap-header.new-version .box-header {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: blur(0px);
}
#wrap-header.new-version .bg-back {
  height: 100%;
  overflow: hidden;
}
#wrap-header.new-version .bg-back:after {
  position: absolute;
  float: left;
  bottom: 0px;
  width: 100%;
  height: 50%;
  z-index: 0;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.59) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.59))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.59) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.59) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.59) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.59) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
#wrap-header.new-version.change .bg-back {
  background: rgba(0, 0, 0, 0.3);
}
#wrap-header.new-version .tab-header {
  position: absolute;
  z-index: 5;
  height: 48px;
}
#wrap-header.new-version.change .tab-header {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0px;
  transition: all 0.3s ease-in-out;
}
#wrap-header.new-version .tab-header .back-btn {
  width: 40px;
  height: 48px;
  text-align: center;
  display: none;
}
#wrap-header.new-version .tab-header .back-btn i {
  font-size: 16px;
  color: #fff;
  line-height: 48px;
}
#wrap-header.new-version.change .tab-header .back-btn i {
  color: #cccccc;
}
#wrap-header.new-version .tab-header .logo-header {
  width: 90px;
  margin-left: 15px;
}
#wrap-header.new-version .tab-header .logo-header a {
  width: 90px;
  height: 48px;
}
#wrap-header.new-version.change .tab-header .logo-header a {
  background-image: url("../images/logo-change.png?v1");
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
#wrap-header.new-version .tab-header .logo-header a img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#wrap-header.new-version.change .tab-header .logo-header a img {
  display: none;
}
#wrap-header.new-version .tab-header .hamberger {
  width: 24px;
  height: 25px;
  float: right;
  right: 15px;
  top: 12px;
}
#wrap-header.new-version .tab-header .hamberger .bar1,
#wrap-header.new-version .tab-header .hamberger .bar2,
#wrap-header.new-version .tab-header .hamberger .bar3 {
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: 0.4s;
  border-radius: 4px;
}
#wrap-header.new-version.change .tab-header .hamberger .bar1,
#wrap-header.new-version.change .tab-header .hamberger .bar2,
#wrap-header.new-version.change .tab-header .hamberger .bar3 {
  background-color: #cccccc;
}
#wrap-header.new-version .box-menu {
  background: #fff;
  height: 100vh;
  z-index: 6;
  position: fixed;
  max-width: 360px;
  right: 0;
  top: 0;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
#wrap-header.new-version .box-menu.show-menu {
  transform: translateX(0%);
}
#wrap-header.new-version .box-menu .colse-menu {
  color: #cccccc;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
#wrap-header.new-version .box-menu .box-user {
  height: 70px;
  box-shadow: 0 1px 1px #ecf0f1;
  font-size: 1.4em;
  background: #fff;
  z-index: 1;
  text-align: left;
}
#wrap-header.new-version .box-menu .box-user a {
  display: block;
  padding: 15px;
}
#wrap-header.new-version .box-menu .list-detail {
  height: calc(100vh - 70px);
  overflow-y: scroll;
}
#wrap-header.new-version .box-menu .box-user .user-login {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  line-height: 40px;
}
#wrap-header.new-version .box-menu .box-user .user-login .icon-box {
  width: 16px;
  height: 20px;
  margin-top: 10px;
}
#wrap-header.new-version .box-menu .box-user .user-login .txt-login {
  width: auto;
  color: var(--main-txt);
  padding-left: 10px;
}
#wrap-header.new-version .box-menu .box-user .user-profile .img-comp {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 50%;
}
#wrap-header.new-version .box-menu .box-user .user-profile .img-comp img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  height: 100%;
}
#wrap-header.new-version .box-menu .box-user .user-profile .detail-profile {
  width: calc(100% - 60px);
  padding-left: 10px;
}
#wrap-header.new-version
  .box-menu
  .box-user
  .user-profile
  .detail-profile
  .comp-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--main-txt);
}
#wrap-header.new-version
  .box-menu
  .box-user
  .user-profile
  .detail-profile
  .comp-email {
  color: var(--sub-txt);
}
#wrap-header.new-version .menulist {
  background: #fff;
}
#wrap-header.new-version .menulist ul li {
  border: 1px solid #ecf0f1;
  float: left;
  width: calc(33.33% - 1px);
  text-align: center;
  height: 110px;
  border-top: none;
  border-right: none;
}
#wrap-header.new-version .menulist ul li a {
  font-size: 12px;
  display: block;
  color: #36373f;
  width: 100%;
  height: 100%;
}
#wrap-header.new-version .menulist ul li a .img-menu {
  height: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#wrap-header.new-version .menulist ul li a .img-menu img {
  max-width: 36px;
  max-height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#wrap-header.new-version .logout {
  background: #fff;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 1px 1px #ecf0f1;
}
#wrap-header.new-version .logout a {
  color: var(--main-txt);
  font-size: 14px;
}

/* footer */
#wrap-footer.new-version {
  background: #ebebed;
  font-size: 10px;
  text-align: center;
  position: relative;
  height: auto;
}
#wrap-footer.new-version * {
  font-size: 1.4em;
  font-family: prompt;
}
#wrap-footer.new-version .logo {
  width: 100px;
  padding-top: 16px;
  padding-bottom: 12px;
  /* left: 50%;
  margin-left: -80px; */
}
#wrap-footer.new-version .logo-social {
  display: flex;
  justify-content: center;
}
#wrap-footer.new-version .logo img {
  width: 100%;
}
#wrap-footer.new-version .address {
  margin-top: 25px;
  color: var(--main-txt);
}
#wrap-footer.new-version .contact {
  margin-top: 10px;
}
#wrap-footer.new-version .contact a {
  color: var(--main-txt);
  display: block;
  font-size: 14px;
}
#wrap-footer.new-version .social {
  padding: 16px 0px 16px 0px;
  width: 192px;
  display: flex;
  margin-left: 36px;
  flex-wrap: wrap;
  align-items: center;
}
#wrap-footer.new-version .social .social-box {
  width: 40px;
  margin: 4px;
}
#wrap-footer.new-version .social .social-box img {
  width: 100%;
}
#wrap-footer.new-version .copyright {
  font-size: 12px;
  border-top: 1px solid #cccccc;
  font-family: tahoma;
  line-height: 40px;
}

/* menu-footer in footer.php */
#menu-foot {
  height: 60px;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  bottom: 0;
  z-index: 4;
  font-size: 10px;
}
#menu-foot ul li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 1.4em;
  color: #7b7e8c;
}
#menu-foot ul li a {
  color: #7b7e8c;
  display: block;
  padding: 11.5px 0;
}
#menu-foot ul li a svg {
  fill: #7b7e8c;
}
#menu-foot ul li.act a {
  color: #3355bb;
}
#menu-foot ul li a i,
#menu-foot ul li a svg {
  font-size: 15px;
  width: 17px;
  height: 17px;
}
#menu-foot ul li.act a svg {
  fill: #3355bb !important;
}
#menu-foot ul li a p {
  margin: 0;
  font-family: prompt;
  font-size: 14px;
}

#wrap-content {
  min-height: calc(100vh - 400px);
  padding-bottom: 24px;
}

/* style input */
.list-frm-group .frm-group.radio {
  margin-left: -7px;
  margin-right: -7px;
  padding-top: 14px;
  width: calc(100% + 14px);
}
.list-frm-group .frm-group {
  padding-top: 16px;
  padding-bottom: 4px;
  margin-top: 4px;
  font-family: "sarabun";
  overflow: hidden;
}
.list-frm-group .frm-group .frm-control {
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.6em;
  height: 48px;
  background: #fff;
  font-family: "sarabun";
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  outline: none;
  color: var(--main-txt);
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.list-frm-group .frm-group .frm-control::placeholder {
  color: var(--sub-txt);
}
.list-frm-group .frm-group .frm-control:focus {
  border: 1px solid #1a3485;
}
.list-frm-group .top-frm {
  position: absolute;
  font-size: 1.6em;
  color: var(--sub-txt);
  font-family: "sarabun";
  top: 30px;
  left: 15px;
  transition: ease-out 0.1s;
  pointer-events: none;
}
.list-frm-group .frm-group.slc i.fa-chevron-down {
  position: absolute;
  font-size: 15px;
  right: 15px;
  height: 48px;
  line-height: 48px;
  color: #cccccc;
  pointer-events: none;
}
.list-frm-group .frm-group .top-frm.fixed,
.list-frm-group .frm-group .top-frm.radio,
.list-frm-group .frm-group.top-label .top-frm,
.list-frm-group .frm-group .frm-control:focus + .top-frm {
  font-size: 1.2em;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 0px 5px;
  line-height: 14px;
  height: 14px;
}
.list-frm-group .frm-group .top-frm.radio {
  top: 0px;
}
.list-frm-group .frm-group .top-frm.radio {
  background: transparent;
}
.list-frm-group .frm-group.radio.top-label .top-frm {
  top: 0px;
  left: 10px;
}
.list-frm-group .frm-group .icon-inp {
  position: absolute;
  right: 18px;
  top: 32px;
  font-size: 14px;
  color: #cccccc;
}
.list-frm-group .frm-group .incorrect {
  color: #acafbf;
  font-size: 1.2em;
  position: relative;
  float: left;
  padding-top: 2px !important;
}
.list-frm-group .frm-group .alert-error {
  position: relative;
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  color: #ff4444;
}
.list-frm-group .frm-group .incorrect i,
.list-frm-group .frm-group .alert-error i {
  font-size: 1em;
  left: 0px;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;
}
.list-frm-group .frm-group .alert-error i {
  color: #ff4444;
  position: relative;
}
.button-btn button,
.button-btn .button {
  border-radius: 25px;
  height: 40px;
  background: var(--blue);
  color: #fff;
  margin-top: 40px;
  border: 1px solid var(--blue);
  max-width: 334px;
  font-family: "prompt";
  font-size: 1.8em;
  left: 50%;
  transform: translateX(-50%);
  outline: none;
}
.button-btn button a,
.button-btn .button a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 38px;
}

/* style radio */
.list-frm-group .frm-group.radio .type-box {
  width: calc(50% - 14px);
  height: 80px;
  margin: 0 7px;
  margin-top: 7px;
  background: #fff;
}
.list-frm-group .frm-group.radio .type-box .box-radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.list-frm-group .frm-group.radio .type-box .icon-box {
  width: 30px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
.list-frm-group .frm-group.radio .type-box .icon-box svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.list-frm-group .frm-group.radio .type-box .text-detail {
  font-size: 1.4em;
  font-family: "prompt";
  color: var(--sub-txt);
  text-align: center;
  margin-top: 5px;
}
.list-frm-group .frm-group.radio .type-box .radio-detail {
  width: 100%;
  height: 100%;
  border: 2px solid #ecf0f1;
  border-radius: 4px;
}
.list-frm-group .frm-group.radio .type-box .radio-detail .icon-box svg g path,
.list-frm-group .frm-group.radio .type-box .radio-detail .icon-box svg g rect {
  fill: #ccc;
}
.list-frm-group .frm-group.radio .type-box .box-radio:checked + .radio-detail {
  border: 2px solid #1a3485;
  background: #eef1fb;
}
.list-frm-group
  .frm-group.radio
  .type-box
  .box-radio:checked
  + .radio-detail
  .text-detail {
  color: #1a3485;
  font-weight: bold;
}
.list-frm-group
  .frm-group.radio
  .type-box
  .box-radio:checked
  + .radio-detail
  .icon-box
  svg
  g
  path,
.list-frm-group
  .frm-group.radio
  .type-box
  .box-radio:checked
  + .radio-detail
  .icon-box
  svg
  g
  rect {
  fill: #1a3485;
}
.list-frm-group .frm-group.radio.text .type-box {
  height: 48px;
  line-height: 48px;
}
.list-frm-group .frm-group.radio.text .type-box .text-detail {
  margin-top: 0px;
}

.list-frm-group.flex {
  width: calc(100% + 14px);
  margin-left: -7px;
  display: flex;
}
.list-frm-group.flex .frm-group {
  margin-left: 7px;
  margin-right: 7px;
}

/* checkbox normal */
.list-frm-group .frm-group.checkbox {
  padding-top: 0;
  margin-top: 10px;
}
.list-frm-group .frm-group.checkbox .list input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.list-frm-group .frm-group.checkbox .list .checkmark {
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  font-family: "sarabun";
  font-size: 1.6em;
  color: #7b7e8c;
  width: auto;
}
.list-frm-group .frm-group.checkbox .list .checkmark::before {
  position: absolute;
  border: 2px solid #acafbf;
  border-radius: 3px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  height: 15px;
  left: 2px;
  color: #34aa44;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 0.875em;
  content: "";
}
.list-frm-group .frm-group.checkbox .list input:checked + .checkmark::before,
.list-frm-group
  .frm-group.checkbox
  .list
  input[checked="checked"]
  + .checkmark::before {
  content: "\f00c";
  border: 2px solid #34aa44;
}

/* Large desktop */
@media (min-width: 1200px) {
  #left-menu {
    width: 100%;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #left-menu {
    width: 100%;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #content-page #header #menu {
    position: absolute;
    width: 60px;
    height: 66px;
  }
  #left-menu {
    width: 100%;
  }
}
@media (max-width: 600px) {
}
@media (max-width: 480px) {
  #wrap-header #hoteljob {
    font-size: 1.1em;
  }
}
@media (max-width: 360px) {
  #wrap-header #hoteljob {
    font-size: 0.9em;
  }
  #wrap-footer.new-version .social {
    width: 176px;
    margin-left: 18px;
  }
  #wrap-footer.new-version .social .social-box {
    width: 36px;
  }
}

/* Iphone 4 - 5s vertical */
@media (max-width: 350px) {
}
