body #add_design {
  width: calc(100% - 80px);
  left: 80px;
}
body #form_design_pages #add_design label {
  font-size: 20px;
}
body .adress-map #form_design_pages #add_design label {
  width: auto;
}
body #form_design_pages #add_design select {
  font-size: 20px;
}
body #form_design_pages #add_design select option {
  font-size: 20px;
}
body #form_design_pages #add_design input {
  font-size: 18px;
  padding: 5px 30px;
  height: auto;
  line-height: 20px;
}
body #hero-and-body .module_icon {
  height: 27px;
}
body #hero-and-body .module_icon .btn {
  font-size: 18px;
  vertical-align: top;
  height: 26px;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  line-height: 20px;
}
body #hero-and-body .intro-panel .module_icon .btn {
  font-size: 18px;
  vertical-align: top;
  height: 26px;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  line-height: 20px;
}

body #hero-and-body .module_icon .btn i {
  font-size: 0.7em;
  margin-right: 0px;
}

body #hero-and-body .intro-panel .module_icon .btn i {
  font-size: 0.7em;
  margin-right: 0px;
}

body #hero-and-body .adress-map #col-map {
  margin-left: 90px;
  margin-top: -50px;
}

.fa-lg {
  font-size: 1em;
}

nav .fa {
  position: relative;

  width: 55px;
  height: 36px;
  text-align: center;
  top: 12px;
  font-size: 20px;
}

.tab1-2 {
  display: none;
}

.main-menu:hover,
nav.main-menu.expanded {
  width: 250px;
  overflow: hidden;
  opacity: 1;
}

.main-menu {
  background: #f7f7f7;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 55px;
  overflow: hidden;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.main-menu > ul {
  margin: 7px 0;
}

.main-menu li {
  position: relative;
  display: block;
  width: 250px;
}

.main-menu li > a {
  position: relative;
  width: 255px;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #8a8a8a;
  font-size: 13px;
  text-decoration: none;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transition: all 0.14s linear;
  transition: all 0.14s linear;
  font-family: quark-font-light;
  border-top: 1px solid #f2f2f2;
  text-shadow: 1px 1px 1px #fff;
}

.main-menu .nav-icon {
  position: relative;
  display: table-cell;
  width: 55px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}

.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  font-family: quark-font-light;
}

.main-menu > ul.logout {
  position: absolute;
  left: 0;
  bottom: 0;
}

.no-touch .scrollable.hover {
  overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
  overflow-y: auto;
  overflow: visible;
}

a:hover,
a:focus {
  text-decoration: none;
  border-left: 0px solid #f7f7f7;
}

nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

nav ul,
nav li {
  outline: 0;
  margin: 0;
  padding: 0;
  text-transform: unset;
}

.main-menu li:hover > a,
nav.main-menu li.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
  color: #fff;
  background-color: #00bbbb;
  text-shadow: 0px 0px 0px;
}
.area {
  float: left;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
}
/* navbar */
#add_design{
  z-index: 9999999 !important;
}
.navbar-right ul {
  display: flex;
  align-items: center;
}

.navbar-right ul li {
  margin: 0px 18px;
}

.navbar-right {
  position: absolute;
  top: 50%;
  right: 0;
  width: fit-content;
  display: table;
  margin: 0 auto;
  transform: translateY(-50%);
}

.navbar-right a {
  position: relative;
  width: -webkit-fill-available;
  display: table-cell;
  text-align: center;
  color: #8A1D08;
  text-decoration: none;
  font-family: 'kanit' !important;
  font-weight: 400;
  font-size: 18px !important;
  transition: 0.2s ease color;
  padding: 0px !important;
}

.navbar-right a:before,
.navbar-right a:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.2s ease transform;
}

.navbar-right a:before {
  top: 0;
  left: 10px;
  width: 6px;
  height: 6px;
}

.navbar-right a:after {
  top: 5px;
  left: 18px;
  width: 4px;
  height: 4px;
}


.navbar-right  a:hover {
  color: rgb(0, 0, 0);
}

.navbar-right a:hover:before,
.navbar-right a:hover:after {
  transform: scale(1);
}


/*  */
/*menu bar */

body {
  background-position: center;
  background-repeat: repeat;
  font-family: quark-light;
  height: 100%;
  width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*background-image: ".img/bg1.png";*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .intro-panel .tab-bar {
  font-family: quark-light;
  font-weight: 500;
  font-size: 15px;
  color: #42424a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-padding-start: 0;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  max-width: 990px;
  margin-right: auto;
  margin-top: 20px;
}

.news-panel ul {
  font-family: quark-light;
  font-weight: bold;
  font-size: 15px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  list-style-type: none;
  -webkit-padding-start: 0;
  margin: 15px 39px;
}

@media (min-width: 140px) and (max-width: 1023px) {
  .news-panel ul {
    margin: 10px 10px;
  }
}

.tab {
  width: auto;
  padding: 15px 0;
  overflow: hidden;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  /*flex-grow: 1;*/
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: auto;
  transition: border-bottom 0.7s;
  font-size: 35px;
}

body #hero-and-body .tab-bar .line-active hr {
  background: #fe5e2c;
  width: 100%;
  height: 6px;
  height: 6px;
  border-radius: 49px;
  border: 2px;
  margin: 8px 0px;
}

body .tab-bar .tab hr {
  background: #42424c;
  width: 100%;
  height: 6px;
  border-radius: 49px;
  margin: 8px 0px;
  border: 2px;
}

body .news-panel ul li::first-child {
  margin-left: 0px;
}
body .news-panel ul li {
  margin-right: 30px;
}
@media (min-width: 140px) and (max-width: 1023px) {
  body .news-panel ul li {
    margin-right: 0px;
  }
}

body .news-panel ul li a {
  width: auto;
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-bottom: 0px;
  margin: auto 30px;
  font-size: 37px;
  font-family: quark-light;
  font-weight: 500;
}
body .news-panel .fade:not(.show) {
  opacity: 1;
}
body .news-panel ul li a {
  background: none;
  color: #fff;
  border-top: 0px;
}
body #hero-and-body .news-panel ul li.active a {
  background: none;
}
body #hero-and-body .news-panel ul li.active a:focus {
  background: none;
}
body #hero-and-body .news-panel ul .active hr {
  background: #f1630f;
  width: 100%;
  height: 6px;
  height: 6px;
  border-radius: 49px;
  border: 2px;
  margin: 8px 0px;
}

body .news-panel ul li hr {
  background: #ffffff;
  width: 100%;
  height: 6px;
  border-radius: 49px;
  margin: 8px 0px;
  border: 2px;
}

.indicator {
  width: auto;
  height: 2px;
  background: white;
  position: absolute;
  margin-top: 49px;
  margin-left: 30px;
  -webkit-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}

.indicator2 {
  width: 180px;
  height: 2px;
  background: #f26522;
  position: absolute;
  margin-top: 59.5px;
  margin-left: 30px;
  -webkit-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}

.cercle {
  width: 0px;
  height: 0px;
  position: absolute;
  background-color: white;
}

.light .cercle {
  background: white;
}
.dark .cercle {
  background: black;
}

.anim {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-animation: touch 1.2s ease-out;
  animation: touch 1.2s ease-out;
}

@-webkit-keyframes touch {
  100% {
    width: 600px;
    height: 600px;
    border-radius: 600px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: -300px;
  }
}

@keyframes touch {
  100% {
    width: 600px;
    height: 600px;
    border-radius: 600px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: -300px;
  }
}

div {
  font-family: quark-light;
}

body .card-header {
  background-color: white;
}

body .card-body {
  background-color: #f7f7f7;
}

div h1 {
  font-size: 50px;
  font-weight: bold;
  color: white;
  font-family: quark-light;
}
.webtitle-bar {
  position: absolute;
  top: 0px;
  width: 50%;
  border-radius: 0px 0px 0px 70px;
  min-height: 100px;
  right: -4px;
  background-color: #ffffff;
  padding: 20px 20px 25px 25px;
  text-align: left;
  font-family: "Kanit" !important;
  font-size: 25px;
  z-index: 999999;
  color: #000;
}
body .webtitle-bar .title-logo-m .h-title-logo {
  font-family: "quark-light";
  font-size: 27px;
  color: #42424c;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 9px;
}
body .webtitle-bar .title-logo-m p {
  font-family: "quark-light";
  font-size: 27px;
  margin: 19px 0px 0px 0px;
  color: #7f7f7f;
  text-align: left;
  font-weight: 500;
}
body .webtitle-bar .title-logo-m .color-blue-text {
  color: #d43c00;
}
body .canvasjs-chart-credit {
  display: none;
}

.icon-bar {
  z-index: 1;
  position: fixed;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.instagram {
  background: #d8305d;
  color: white;
}

.youtube {
  background: #f44336;
  color: white;
}

.wrapper {
  width: 60px;
  background-color: #ffffffc9;
  text-align: center;
  height: 800px;
  position: fixed;
  color: #0072bc;
}
