@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:wght@200;300;400;500;600;700&display=swap");
[lang="th"] {
  /*$Sarabun:  Sarabun-thai;
  $Prompt:   "Prompt-thai";*/ }

@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:wght@200;300;400;500;600;700&display=swap');*/
.maincontent > .fr-view:first-child {
  position: relative;
  z-index: 9; }

.header-set-4 {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  top: -90px;
  z-index: 9;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif; }
  .header-set-4 .container-fluid {
    padding-left: 15px; }
  .header-set-4 ul,
  .header-set-4 ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .header-set-4 .position-group {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .header-set-4 .position-group.v-align-center {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .header-set-4 .position-group.eposition {
      position: relative; }
  .header-set-4 .first_row {
    opacity: 1;
    -moz-opacity: 1;
    transition: opacity 0.2s ease-in-out;
    font-weight: normal; }
    .header-set-4 .first_row .position-group {
      flex-wrap: nowrap;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      padding: 40px 0; }
    .header-set-4 .first_row .logo img {
      max-height: 45px; }
    .header-set-4 .first_row .first_col1 {
      flex-grow: 1;
      text-align: center; }
    .header-set-4 .first_row .second_col2 {
      margin-left: auto; }
  .header-set-4.sticking {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%; }
  .header-set-4 .main-menu {
    /*display: flex !important;
    align-items: center; */
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: "Kanit", sans-serif; }
    .header-set-4 .main-menu > li {
      margin-left: 38px; }
    .header-set-4 .main-menu li {
      padding: 0px 0px;
      display: inline-block;
      position: relative; }
      .header-set-4 .main-menu li a {
        display: block;
        color: #A7A9AC;
        padding: 8px 1px 2px 1px;
        line-height: 1.5;
        font-weight: 500;
        border-bottom: 2px solid transparent; }
        .header-set-4 .main-menu li a i {
          margin-left: 8px;
          vertical-align: middle; }
        .header-set-4 .main-menu li a:hover, .header-set-4 .main-menu li a.active {
          color: #A71C20;
          border-color: #A71C20; }
        .header-set-4 .main-menu li a.active {
          font-weight: 700; }
      .header-set-4 .main-menu li:hover ul,
      .header-set-4 .main-menu li:hover .sub-menu {
        display: block; }
      .header-set-4 .main-menu li .sub-menu {
        display: none;
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        padding-top: 0px;
        background: #fff;
        min-width: 239px;
        box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
        .header-set-4 .main-menu li .sub-menu .submenu-inner {
          background: #fff;
          text-align: left;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
        .header-set-4 .main-menu li .sub-menu li {
          display: block;
          margin-right: 0px;
          padding: 0px; }
          .header-set-4 .main-menu li .sub-menu li:first-child a {
            border-radius: 5px 5px 0 0; }
          .header-set-4 .main-menu li .sub-menu li:last-child a {
            border-radius: 0 0 5px 5px; }
          .header-set-4 .main-menu li .sub-menu li a {
            padding: 10px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: normal;
            border: none;
            text-align: left; }
            .header-set-4 .main-menu li .sub-menu li a:hover, .header-set-4 .main-menu li .sub-menu li a.active {
              background: #A71C20;
              color: #fff; }
          .header-set-4 .main-menu li .sub-menu li:first-child {
                        /*a {
                            border-radius: 10px 0px 0px 0px;
                        }
*/ }
  .header-set-4 .right-top {
    display: flex;
    align-items: center; }
  .header-set-4 .lang-drop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px; }
    .header-set-4 .lang-drop a, .header-set-4 .lang-drop .lang-list {
      display: inline-flex;
      align-items: center;
      font-weight: 500;
      width: 32px;
      height: 32px;
      text-transform: uppercase;
      border-radius: 30px;
      text-align: center;
      justify-content: center;
      color: #292f36;
      font-size: 0.875rem;
      line-height: 1.5;
      background: #fff;
      border: 1px solid transparent; }
      .header-set-4 .lang-drop a.lang_active, .header-set-4 .lang-drop a:hover, .header-set-4 .lang-drop .lang-list.lang_active, .header-set-4 .lang-drop .lang-list:hover {
        color: #A71C20;
        border-color: #A71C20; }
    .header-set-4 .lang-drop .dropdown-toggle {
      text-transform: uppercase;
      font-weight: 700;
      color: #656329; }
      .header-set-4 .lang-drop .dropdown-toggle:hover {
        color: #A71C20; }

body.menu-active {
  overflow: hidden; }

.overlay {
  position: fixed;
  background: #fff;
  top: 50;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 999; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }

.side-menu-wrap {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  /*overflow-y: auto;*/
  z-index: 99999;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .side-menu-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6); }
  .side-menu-wrap .side-menu-close {
    /*right: 16px;
    top: 28px; position: absolute;*/
    font-size: 24px;
    font-weight: 500;
    z-index: 9;
    color: #292f36;
    margin-left: auto; }
    .side-menu-wrap .side-menu-close i {
      font-weight: 300;
      font-size: 24px;
      color: #25282A; }

.side-menu-wrap.opened {
  left: 0px;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s; }

.sidebarBackdrop {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
  display: none; }

@media all and (max-width: 991px) {
  .header-set-4 {
    padding: 0px 1px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }
    .header-set-4 .container-fluid {
      padding-right: 15px; }
    .header-set-4 i {
      font-weight: 500; }
    .header-set-4 .right-top {
      display: none; }
    .header-set-4 .position-group {
      padding: 16px 0; }
    .header-set-4 .side-menu-close {
      padding: 5px 5px; }
      .header-set-4 .side-menu-close span {
        background-color: #A71C20;
        height: 3px;
        width: 28px;
        position: relative;
        opacity: 1;
        transition: .4s;
        -webkit-transition: .4s;
        margin-bottom: 3px;
        margin-top: 2px;
        display: block;
        border-radius: 4px; }
    .header-set-4 .lang-call-wrap {
      display: none; }
    .header-set-4 .menu-lang-wrap .lang-wrap {
      display: none; }
    .header-set-4 .menu-lang-wrap .main-menu {
      display: none !important; }
    .header-set-4 .menu-lang-wrap .menu-wraps {
      display: inline-flex;
      align-items: center;
      margin-top: 6px; }
    .header-set-4 .position-group {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .header-set-4 .first_row .position-group {
      padding: 16px 0; }
    .header-set-4 .first_row .first_col1 {
      flex-grow: initial; }
    .header-set-4 .first_row .second_col2 .header-link-list {
      display: none; }
    .header-set-4 .first_row .logo img {
      max-height: 32px; }
    .header-set-4 body.open {
      overflow: hidden; }
    .header-set-4 .menu-list-wrap {
      padding-left: 35px;
      padding-right: 35px; }
    .header-set-4 .menu-item-list .menu-header {
      text-align: left;
      cursor: pointer;
      padding: 10px 15px; }
    .header-set-4 .menu-item-list .top-container {
      display: none;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 15px; }
      .header-set-4 .menu-item-list .top-container .close-menu {
        color: #A71C20 !important;
        font-size: 2rem;
        cursor: pointer;
        font-weight: 100; }

  .main-menu {
    list-style: none; }
    .main-menu ul {
      list-style: none; }
    .main-menu li {
      position: relative; }
      .main-menu li a {
        padding: 10px 16px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        color: #A7A9AC;
        font-weight: 500; }
        .main-menu li a i {
          display: none; }
        .main-menu li a.active, .main-menu li a.current {
          color: #fff;
          background: #A71C20; }
          .main-menu li a.active + .sub-menu, .main-menu li a.active .opened, .main-menu li a.current + .sub-menu, .main-menu li a.current .opened {
            display: block; }
            .main-menu li a.active + .sub-menu + i, .main-menu li a.active .opened + i, .main-menu li a.current + .sub-menu + i, .main-menu li a.current .opened + i {
              color: #fff; }
      .main-menu li .sub-menu {
        padding-left: 28px;
        font-weight: 400;
        font-size: 0.875rem;
        background: #A71C20;
        color: #fff; }
        .main-menu li .sub-menu + i {
          position: absolute;
          right: 0;
          top: 0px;
          padding: 14px; }
        .main-menu li .sub-menu.opened + i {
          color: #fff; }
          .main-menu li .sub-menu.opened + i:before {
            content: "\f077"; }
        .main-menu li .sub-menu a {
          font-weight: 400;
          color: #fff;
          padding: 6px 0;
          border: none; }
      .main-menu li ul {
        display: none; }
      .main-menu li li a {
        padding: 16px 24px;
        border-bottom: 1px solid #BAE9FF; }

  .side-menu-wrap .side-menu-nav {
    overflow-y: auto; }

  /**/
  .m-header-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: space-between;
    margin-bottom: 20px; }

  .lang-user-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-top: 1px solid #C2C2C2;
    margin-top: auto; }
    .lang-user-wrap .lang-wraps > span {
      text-transform: uppercase;
      font-size: 1rem;
      display: inline-block;
      vertical-align: middle;
      line-height: 1; }
      .lang-user-wrap .lang-wraps > span + span {
        border-left: 1px solid #C2C2C2;
        padding-left: 12px;
        margin-left: 12px; }
      .lang-user-wrap .lang-wraps > span.lang_active {
        color: #A71C20;
        font-weight: 600; }

  .call-link .btn {
    border-radius: 0px;
    padding: 31px 33px;
    font-size: 1.125rem;
    font-family: "Fahkwang", serif;
    font-weight: 700; }
    .call-link .btn i {
      margin-right: 8px; } }
