@font-face {
  font-family: "Lanna-BD";
  src: url("../fonts/MN Lanna Bd v3.2.1.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Lanna-BD";
  src: url("../fonts/MN Lanna Bd It v3.2.1.ttf");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Lanna-BD";
  src: url("../fonts/MN Lanna Bd v3.2.1.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Lanna-BD";
  src: url("../fonts/MN Lanna v3.2.1.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lanna-BD";
  src: url("../fonts/MN Lanna Li v3.2.1.ttf");
  font-weight: lighter;
  font-style: lighter;
}

body {
  font-family: "Lanna-BD";
  overflow-x: hidden;
}

.wrap-content {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

h1 {
  font-size: 64px;
  font-weight: bold;
}

h2 {
  font-size: 56px;
  font-weight: bold;
}

h3 {
  font-size: 40px;
  font-weight: bold;
}

h4 {
  font-size: 30px;
  font-weight: bold;
}

.mt-0 {
  margin-top: 0px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-m10 {
  margin-top: -10px;
}
.mt-m20 {
  margin-top: -20px;
}

.mb-m20 {
  margin-bottom: -20px;
}

.mb-m30 {
  margin-bottom: -30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}



@media screen and (max-width: 991px) {
  .mb-10 {
    margin-bottom: 10px;
  }
}

.header-line-1 {
  font-size: 24px;
  font-weight: bold;
}

.header-line-2 {
  font-size: 22px;
  font-weight: bold;
}

.header-line-3 {
  font-size: 20px;
  font-weight: normal;
}

.primary-content {
  font-size: 24px;
  font-weight: normal;
}

.secondaray-content {
  font-size: 22px;
  font-weight: normal;
}

.text_blue {
  font-size: 20px;
  color: #0dcaf0;
  font-weight: bold;
}

.text_green {
  font-size: 20px;
  color: #26836f;
  font-weight: bold;
}

.banner {
  width: 100%;
  height: 890px;
  position: relative;
  top: 0;
  z-index: 1;
  margin-top: -174px;
}

.drop-shadow {
  width: 100%;
  height: 260px;
  background-color: #000;
  box-shadow: 5px 5px 5px #000;
}

.drop-shadow-mb {
  background-color: rgb(0 0 0 / 30%);
  box-shadow: 0px 30px 35px 15px rgb(0 0 0 / 30%);
  height: 160px;
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
}

.nav {
  background-color: #dac2a8;
}

.nav-home {
  background-color: rgb(0 0 0 / 35%);
  box-shadow: 0px 50px 50px 5px rgb(0 0 0 / 35%);
  z-index: 2;
  position: relative;
}

.nav-wrap {
  height: 150px;
  width: 100%;
  padding: 23px 0;
}

.top-nav,
.bottom-nav {
  display: flex;
  justify-content: space-between;
}

.top-nav a {
  color: white;
  text-decoration: none;
  transition: 0.3s all;
  font-weight: bold;
}

.a-home:hover {
  color: #17836f;
}

/* .top-nav a:hover  {
color : #17836F;
} */
.bottom-nav a {
  color: white;
  transition: 0.3s all;
  text-decoration: none;
}

.bottom-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #17836f;
  text-decoration-thickness: 3px;
  /*     border-bottom: 4px solid #17836F;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; */
}

.bottom-nav a:active {
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #17836f;
  text-decoration-thickness: 3px;
  /*     border-bottom: 4px solid #17836F;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px; */
}

.a-home {
  float: right;
}

.btn-defualt {
  background-color: #17836f;
  border-radius: 10px;
  width: 205px;
  height: 50px;
  padding: 10px 30px 10px 30px;
  transition: 0.3s ease-in;
}

.btn-small {
  background-color: #17836f;
  border-radius: 10px;
  height: 40px;
  padding: 0 30px;
  transition: 0.3s ease-in;
  display: block;
}

.btn-defualt:hover,
.btn-small:hover {
  background-color: #00b694;
  color: #fff;
}

.btn-defualt:active,
.btn-small:active {
  background-color: #035949;
  color: #fff;
}

.btn-defualt:disabled,
.btn-small:disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


.btn-normal {
  min-width: 120px;
  max-width: 180px;
  min-height: 40px;
  padding: 0px 8px;
  background-color: #17836f;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  line-height: 45px;
  transition: 0.3s all;
  font-size: 22px;
  transform: translate(-50%, 0);
  font-weight: bold;
}

.btn-normal:hover {
  background-color: #00b694;
  color: white;
  text-decoration: none;
}

.btn-normal:active {
  background-color: #035949;
  color: white;
  text-decoration: none;
}

.btn-normal:disabled{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.w-120 {
  width: 145px;
  line-height: 0;
}

.w-207 {
  width: 230px;
  line-height: 40px;
  margin-right: 25px;
}

.w-btn230 {
  width: 230px;
}

.w-auto {
  width: auto;
  /*min-width: 200 px;*/
  line-height: 40px;
  margin-right: 25px;
}

.w-tran-auto {
  width: auto;
  /*min-width: 200 px;*/
  line-height: 0px;
  margin-right: 10px;
}

.top-nav-right {
  display: flex;
}

.icon-btn-transparent {
  display: block;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: 0.3s ease-out;
  padding: 8px 20px 8px 20px;
}

.icon-btn-transparent:hover {
  color: #17836f;
  background-color: #fff;
}

.bottom-nav {
  margin-top: 25px;
}

.b-nav-left {
  width: 50%;
  height: 50px;
  margin-right: 75px;
  display: flex;
  border-top: 0.5px solid #ffffff36;
  padding-top: 10px;
}

.b-nav-right {
  width: 50%;
  height: 50px;
  margin-left: 75px;
  display: flex;
  border-top: 0.5px solid #ffffff36;
  padding-top: 10px;
}

.b-nav-left a,
.b-nav-right a {
  font-weight: bold;
  font-size: 20px;
}

.logo {
  width: 110px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.b-nav-left a:nth-child(3) {
  width: inherit;
  text-align: right;
}

.b-nav-left a:nth-child(3) i {
  font-size: 15px;
}

.b-nav-left a:nth-child(1) {
  width: inherit;
  text-align: left;
}

.b-nav-left a:nth-child(2) {
  width: inherit;
  text-align: center;
}

.b-nav-right a:nth-child(3) {
  width: inherit;
  text-align: right;
}

.b-nav-right a:nth-child(1) {
  width: inherit;
  text-align: left;
}

.b-nav-right a:nth-child(2) {
  width: inherit;
  text-align: center;
}

.dropdown {
  width: inherit;
  text-align: right;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  right: 0;
  top: 40px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left !important;
  transition: 0.3s all;
}

.dropdown-content a:hover {
  background-color: rgba(23, 131, 111, 0.1) !important;
  border: none;
  border-radius: 0;
  color: #17836f;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-i {
  font-size: 15px;
  transform: rotate(180deg);
}

.dropdown-i {
  font-size: 15px;
  transition: 0.3s all;
}

.menu-mobile {
  display: none;
}

.nav-mobile {
  display: none;
}

.dropdown-i-mb {
  font-size: 15px;
  transition: 0.3s all;
}

.img-slide {
  height: 890px;
  object-fit: cover;
}

.mahingsa-mascot {
  width: 491px;
  position: absolute;
  right: 0;
  bottom: 50px;
}

.carousel-caption {
  right: 0;
  left: 0;
}

.row-slide {
  height: 780px;
}

.topic-head-slide {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #0000004f;
  box-shadow: 0px 0px 19px 17px #0000004f;
}

.content-slides {
  position: absolute;
  left: 5%;
  top: 60%;
  font-size: 32px;
}

.a-slide {
  position: absolute;
  font-weight: bold;
  left: 0;
  top: 75%;
  color: #fff;
  text-decoration: none;
}

.a-slide:hover {
  color: #fff;
}

.section2 {
  background-image: url("../images/section2-bg.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.section-detail-list {
  background-image: url("../images/section2-bg.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  /*padding: 30px 0;*/
}

.head-topic {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.head-topic p {
  font-size: 26px;
}

.head-topic h1 {
  font-weight: bold;
}

.head-topic p {
  padding: 0px 225px;
}

.leaf {
  width: 30px;
  margin-top: -70px;
}

.box-sec-2 {
  background-color: #fff;
  border: 1px solid #b3ba4c;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.box-sec-2 {
  padding: 26px;
}

.box-sec-2 p {
  font-size: 26px;
  margin-bottom: 0;
}

.box-sec-2 img {
  width: 80px;
  margin-bottom: 25px;
}

.box-sec-2 span {
  color: #17836f;
  font-weight: bold;
}

.section3 {
  width: 100%;
  height: 100%;
  background-color: #b3ba4c;
  padding: 50px 0;
}

.box-type {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  height: 430px;
}

.img-type {
  width: 487px;
  margin-top: -3px;
}

.box-type-content h3 {
  margin-top: 40px;
}

.box-type-content {
  font-size: 26px;
  line-height: 1;
}

.box-type-content a {
  margin-top: 15px; /*50px;*/
}

.box-type-content p:nth-child(3) {
  font-weight: bold;
}

.box-type-content ul {
  padding-left: 15px;
}

.btn-default-w {
  width: 246px;
  font-weight: bold;
  height: 50px;
  display: block;
  background-color: #fff;
  border: 1px solid #17836f;
  color: #17836f;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  transition: 0.3s all !important;
}

.btn-default-w:hover {
  background-color: #17836f;
  color: #fff;
}

.btn-default-w:active {
  background-color: #035949;
}

.box-type-t {
  padding-right: 65px;
}

.box-type-b {
  padding-left: 65px;
}

.section4 {
  width: 100%;
  height: 350px;
  background-image: url("../images/caspian-dahlstrom-xXbaTOP31M4-unsplash@2x.png");
  background-size: cover;
  background-position: center;
}

.box-dropshadow-count {
  background-color: rgb(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  padding: 125px 0;
}

.box-count-number {
  text-align: center;
  color: #fff;
}

.number-count {
  font-size: 110px !important;
  font-weight: bold;
  line-height: 0;
}

.box-count-number p {
  margin-top: 30px;
  font-size: 30px;
}

.section5 {
  background-image: url("../images/section2-bg.png");
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.box-owl-content {
  padding: 25px;
}

.box-owl-slide {
  border: 1px solid #b3ba4c;
  border-radius: 10px;
  border-bottom: 12px solid #b3ba4c;
  margin-bottom: 30px;
}

.date-owl {
  color: #363a3b;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 0;
}

.a-owl {
  color: #363a3b;
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s all;
}

.a-owl:hover {
  /*     text-decoration: none; */
  color: #363a3b;
}

.box-owl-slide img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.more-article {
  width: 174px;
  height: 50px;
  background-color: #17836f;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  line-height: 50px;
  transition: 0.3s all;
  font-size: 26px;
  margin-top: 50px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
}

.more-article:hover {
  background-color: #00b694;
  color: white;
  text-decoration: none;
}

.more-article:active {
  background-color: #035949;
  color: white;
  text-decoration: none;
}

.section6 {
  background-color: #dac2a880;
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.box-calendar {
  border-radius: 15px;
  width: 100%;
  overflow-x: auto;
  box-shadow: 0px 1px 20px 13px #e1d5c9;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.box-calendar img {
  width: 100%;
  border-radius: 15px;
}

.box-calendar-mb {
  display: none;
}

/* width */
.box-calendar::-webkit-scrollbar,
.box-calendar-mb::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.box-calendar::-webkit-scrollbar-track,
.box-calendar-mb::-webkit-scrollbar-track {
  background: #f1f1f147;
}

/* Handle */
.box-calendar::-webkit-scrollbar-thumb,
.box-calendar-mb::-webkit-scrollbar-thumb {
  background: #d4d4d461;
}

/* Handle on hover */
.box-calendar::-webkit-scrollbar-thumb:hover,
.box-calendar-mb::-webkit-scrollbar-thumb:hover {
  background: #d4d4d4;
}

hr.line {
  color: #000000;
  margin: 50px 0;
  height: 1.5px;
}

.hr-padding {
  padding: 0;
}

footer {
  background-color: #dac2a8;
  width: 100%;
  height: auto;
  padding: 25px 0 10px 0;
}

.side-map {
  width: 100%;
  display: flex;
}

.side-map a {
  flex-wrap: wrap;
  width: inherit;
  text-align: center;
  font-size: 22px;
  color: #363a3b;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s all;
}

.side-map a:hover {
  color: #17836f;
}

.side-map a:nth-child(1) {
  text-align: left;
}

.side-map a:nth-child(6) {
  text-align: right;
}

.box-footer-1 {
  width: 100%;
  display: flex;
}

.box-footer-1 img {
  width: 76px;
  height: 76px;
}

.box-footer-content {
  padding: 0 25px;
  margin-top: -5px;
}

.tel-content {
  color: #17836f !important;
  font-weight: bold;
  line-height: 0.5;
  text-decoration: none;
}

.line-footer {
  border-left: 0.5px solid #707070;
  width: 0.5px;
  height: 207px;
  margin-top: 60px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.copyright {
  font-weight: lighter;
  margin-top: 10px;
  padding: 0;
}

.p-70 {
  padding-left: 70px;
}

.box-owl-slide-a {
  text-decoration: none;
}

.box-owl-content p {
  line-height: 1;
}

.see-detail {
  width: 100%;
  color: #2d2d2d;
  display: flex;
  justify-content: center;
  background-color: #b3ba4c;
  transform-origin: 0 100%;
  transform: scaleY(0);
  height: 10px;
  transition: transform 0.5s;
  margin-top: -25px;
}

.see-detail p {
  margin-top: -6px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 22px;
}

.see-detail i {
  margin-top: 1px;
  margin-right: 5px;
}

.box-owl-slide-a:hover .see-detail {
  transform: scaleY(1);
}

.p-footer-left {
  font-size: 20px;
  display: block;
  margin-bottom: 1rem;
}

.p-footer-right {
  font-size: 22px;
  margin-bottom: 1rem;
  display: block;
}

.h3-calendar {
  margin-left: 0 !important;
  padding-left: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 3px !important;
  border-radius: 0 !important;
}

.owl-dots {
  margin-top: 25px !important;
}

.owl-nav {
  display: none !important;
}

.with-bg {
  background-color: #dac2a8;
  box-shadow: 0px 3px 50px 5px rgb(0 0 0 / 15%);
  height: 138px;
}

.hamberger {
  display: none;
}

.form-padding {
  padding: 0 225px;
}

.form-padding {
  width: 80%;
  height: auto;
  border: 1px solid #b3ba4c;
  border-radius: 10px;
  padding: 25px;
  background-color: #ffffff;
  margin-left: 50%;
  margin-bottom: 30px;
  transform: translate(-50%);
  box-shadow: 5px 5px 14px 0px #0000002b;
  box-sizing: content-box;
}

.form-consent {
  padding: 0 225px;
}

.form-consent {
  /*width: 80%;*/
  height: auto;
  /*border: 1px solid #b3ba4c;*/
  /*border-radius: 10px;*/
  /*padding: 25px;*/
  /*background-color: #ffffff;*/
  /*margin-left: 50%;*/
  margin-bottom: 20px;
  margin-top: -30px;
  /*transform: translate(-50%);*/
  /*box-shadow: 5px 5px 14px 0px #0000002b;*/
  /*box-sizing: content-box;*/
}

.form-head {
  font-size: 30px;
  /*margin-bottom: 40px;*/
}

.long-form-topic {
  font-size: 22px;
  /*margin-top: 25px;*/
  margin-top: 30px;
  margin-bottom: 0;
}

.form-topic {
  font-size: 22px;
  /*margin-top: 25px;*/
  margin-top: 40px;
  margin-bottom: 0;
}


@media screen and (max-width: 991px) {
.form-topic {
  margin-top: 30px;
  }
}

.form-topic span {
  color: #828282;
  font-size: 22px;
  font-weight: 400;
}

.form-sub-topic {
  font-size: 22px;
  /*margin-top: 25px;*/
  margin-top: 22px;
  margin-bottom: 0;
}

.list-topic {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}


.list-tb-topic {
  font-size: 25px;
  font-weight: bold;
  margin: -15px;
  margin-bottom: 0;
  text-align: center;
  background-color: #b3ba4c;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 50px;
  padding: 10px;
}

.list-tb-label {
  font-size: 25px;
  font-weight: bold;
  margin: 0 -15px;
  text-align: center;
  background-color: #b3ba4c;
  height: 50px;
  padding: 10px;
}

.form-detail-topic {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}

.form-detail {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 0;
}

.form-group {
  position: relative;
  width: 100%;
  margin-top: 30px; /*addon*/
}

.long-form-group {
  position: relative;
  width: 100%;
  margin-top: 20px; /*addon*/
}

.title-form-group {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  width: 100%;
  margin-top: 20px; /*addon*/
}

.txt-form-group {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin-top: 20px; /*addon*/
}

.form-input {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  outline: none;
  padding: 20px;
  border: 1px solid #363a3b;
  font-size: 24px;
  margin-top: -10px;
  transition: 0.5s all;
}

.form-input:hover {
  border: 1px solid #17836f;
}

.form-input:focus {
  border: 1px solid #17836f;
}

.placeholder {
  position: absolute;
  left: 20px;
  top: -20px;
  background-color: white;
  padding: 0 20px;
  font-family: "Lanna-BD";
  transition: 0.3s all;
  opacity: 0;
}

.form-input:focus~.placeholder,
.form-input:valid~.placeholder {
  opacity: 1;
  color: #17836f;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;

  /* font-family: Arial; */
  /*margin-bottom: 30px;*/
}

.custom-select select {
  display: none;

  /*hide original SELECT element:*/
}

.select-selected:focus~.placeholder,
.select-selected:valid~.placeholder {
  display: block;
  color: #17836f;
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
  transform: rotate(-135deg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  transform: rotate(45deg);
  top: 22px;
}

/*style the items (options), including the selected item:*/
.select-selected {
  /*color: gray;*/
  color: #363A3B;
  padding: 8px 16px;
  border: 1px solid gray;
  cursor: pointer;
  user-select: none;
  height: 50px;
  border-radius: 10px;
  font-size: 24px;
  transition: 0.3s all;
}

.select-selected:hover {
  border: 2px solid #17836f;
}

.select-items div {
  color: #363A3B;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  border-radius: 10px;
  margin-top: 5px;
  font-size: 24px;

}

.select-items option {
  color: #363A3B;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  border-radius: 10px;
  margin-top: 5px;
  font-size: 24px;

}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 4px;
  margin-top: 5px;
  border: 2px solid #17836f;
  max-height:250px;
  overflow-y: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(23, 131, 111, 0.1);
  border-radius: 0 !important;
  color: #363a3b !important;
  /* font-weight: 700; */
}

.top-label {
  position: absolute;
  font-size: 1rem;
  left: 0;
  /*top: 25px;*/
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
  font-size: 24px;
}


@media screen and (max-width: 440px) {
    .top-label {
      font-size: 20px;
    }
}

@media screen and (max-width: 374px) {
    .top-label {
      font-size: 16px;
    }
}

.disable-label {
  background-color: #bdbdbd;
}

.input-bottomline {
  outline: 0;
  border-width: 0 0 2px;
  border-color: blue;
}

.material-textfield {
  position: relative;
  display: inline-grid;
  width: 100%;
}


label {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 25px;
  transform: translateY(-50%);
  background-color: white;
  color: #363A3B;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
  font-size: 24px;
}

input {
  font-size: 1rem;
  outline: none;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 1rem 0.7rem;
  color: gray;
  transition: 0.1s ease-out;
  font-size: 24px;
  height: 50px;
  border-radius: 10px;
  /*margin-bottom: 30px;*/  /*cutoff*/
  width: 100%;
}

input:hover {
  border: 2px solid #17836f;
}

input:focus {
  border: 2px solid #17836f;
}

input:focus+label {
  color: #17836f;
  top: -2px; /*top: 0*/
  transform: translateY(-15px) scale(0.9);
}

input:not(:placeholder-shown)+label {
  transform: translateY(-15px) scale(0.9);
  opacity: 1;
  top: -2px; /*top: 0*/
  color: #000;
  background-color: #fff;
}

input:not(:placeholder-shown) {
  color: #000;
  border: 1px solid #000;
}

input:disabled {
  background: #fff;
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
}

/*input:read-only {
  background: #fff;
  color: #363A3B;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0px;
}*/

/*disable address form*/
input.inputDisable:disabled {
  background: #fff;
  color: #363A3B;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0px;
}

input.search:hover  {
  border: 2px solid #17836f;
}


textarea {
  font-size: 1rem;
  outline: none;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0.5rem;
  color: #000;
  transition: 0.1s ease-out;
  font-size: 24px;
  height: 130px;
  border-radius: 10px;
  /*margin-bottom: 30px;*/  /*cutoff*/
  width: 100%;
}

textarea:hover {
  border: 2px solid #17836f;
}

textarea:focus {
  border: 2px solid #17836f;
}

textarea:focus+label {
  color: #17836f;
  top: -2px; 
  transform: translateY(-15px) scale(0.9);
}

.textarea-remark{
  height: 100px;
}

/*textarea:not(:placeholder-shown)+label {
  transform: translateY(-15px) scale(0.9);
  opacity: 1;
  top: -2px; 
  color: #000;
  background-color: #fff;
}

textarea:not(:placeholder-shown) {
  color: #000;
  border: 1px solid #000;
}*/

textarea:disabled {
  background: #fff;
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
}

/* Error Styling */
.error {
  display: inline-grid;
}

.error-message {
  color: #cc0033;
  display: none;
  font-size: 22px;
  /*line-height: 15px;*/
  margin: 0px 0 0px;
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
    .error-message {
      margin: -0px 0 0px;
    }
}


.error label {
  color: #cc0033 !important;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.error input[type="text"] {
  background-color: #fff;
  border: 2px solid #eb5757;
  outline: none;
  color: #eb5757;
}

.error input[type="password"] {
  background-color: #fff;
  border: 2px solid #eb5757;
  outline: none;
  color: #eb5757;
}

.error .error-message {
  display: inline-block;
  margin-left: 15px;
}

.error-option .error-message {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 30px;
}

.error-option .custom-select {
  margin-bottom: 0;
}

.select-arrow-active {
  border: 2px solid #17836f;
}

.error-option .select-selected {
  border: 2px solid #eb5757;
  color: #eb5757;
}

.error-option .select-selected:after {
  /*border: 6px solid #eb5757;*/
  border-color: #eb5757 transparent transparent #eb5757;
}

/*style items (options):*/
.error-option .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 10px;
  margin-top: 5px;
  border: 2px solid #eb5757;
}

.error-notic {
  color: #cc0033;
  display: none;
  /*position: absolute;*/
  font-size: 20px;
  /*line-height: 15px;*/
  margin: 0px 0 -10px;
  margin-left: 15px;
}

.material-textfield i {
  position: absolute;
  font-size: 25px;
  right: 10px;
  top: 13px;
}

.line-break {
  background-color: #bdbdbd;
  width: 100%;
  height: 0.5px;
  margin-top: 30px;
  /*margin-bottom: 30px;*/
}

.btn-save {
  background-color: #17836f;
  height: 50px;
  width: 147px;
  border-radius: 10px;
  padding: 10px, 30px, 10px, 30px;
  transition: 0.3s all;
  color: #fff;
  font-size: 24px;
  border: none;
  margin-left: 50%;
  transform: translate(-50%);
  font-weight: 700;
  margin-top: 15px;
}

.btn-save:hover {
  background-color: #00b694;
}

.btn-save:disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


.btn-save-default {
  background-color: #17836f;
  height: 50px;
  min-width: 147px;
  border-radius: 10px;
  padding: 10px 30px;
  transition: 0.3s all;
  color: #fff;
  font-size: 24px;
  border: none;
  margin-left: 50%;
  transform: translate(-50%);
  font-weight: 700;
  margin-top: 15px;
}

.btn-save-default:hover {
  background-color: #00b694;
}

.active-login {
  border: 1px solid #17836f;
  color: #17836f !important;
}

.active-nav {
  text-decoration: underline !important;
  text-underline-offset: 15px !important;
  text-decoration-color: #17836f !important;
  text-decoration-thickness: 3px !important;
}

.active-nav a {
  color: #17836f !important;
}

.section-report {
  width: 100%;
  height: 220px;
  background-image: url("../images/report-bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.section-download {
  width: 100%;
  height: 195px;
  background-image: url("../images/download-bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.report-head {
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 56px;
  text-align: center;
}

.left-report img {
  margin-left: -20px;
  margin-top: -40px;
  width: 32px;
  height: 21px;
}

.break-cum {
  margin-top: 32px;
  display: flex;
}

.break-cum a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.break-cum a:nth-child(1):after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}

.break-cum-dark {
  margin-top: 32px;
  display: flex;
}

.break-cum-dark p {
  color: #000;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}


.break-cum-dark a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.break-cum-dark a:nth-child(1):after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}

.break-cum-bg {
    margin-top: 32px;
    display: flex;
}

.break-cum-bg a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}
.break-cum-bg a:nth-child(1):after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}

.break-cum-bg p {
  color: #000;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.box-report-1 {
  width: 100%;
  background-color: #f5f6e7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #b3ba4c;
}

.box-register {
  padding: 0px 15px;
  margin-bottom: 40px;
  /*min-height: 325px;*/
}

.box-register img{
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
}

.box-register div{
  margin-top: -70px;
  margin-left: 50%;
}

.box-green {
  width: 100%;
  background-color: #f5f6e7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #b3ba4c;
}

.box-white {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  /*margin-left: 15px;*/
  border: 1px solid #b3ba4c;
}

.box-report-detail {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #b3ba4c;
}

.form-checkbox {
  position: relative;
  margin-top: 22px;
  display: flex;
  height: 25px;
  margin-right: 50px;
}

.ip-checkbox {
  width: 24px;
  height: 24px;
  margin: 0;
  margin-top: -10px;
}

.label-checkbox {
  font-size: 24px;
  font-weight: 400;
  background-color: transparent;
  position: relative;
}

.box-input {
  display: flex;
}

.box-input-radio {
  display: flex;
  margin-top: 15px;
  margin-left: 50px;
}

.box-input-radio-col {
  margin-top: 15px;
}
 


/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: transparent;
  user-select: none;
  margin-right: 50px;
  margin-top: 30px;
  pointer-events: all;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid;
  transition: 0.3s all;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
  background-color: #fff;
  border: 2px solid #17836f;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
  background-color: #fff;
  border: 2px solid #17836f;
  border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 15px;
  border: solid #26836f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}

.arrow.down {
  transform: rotate(-135deg);
  right: 175px;
}

/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: auto;
  background-color: transparent;
  pointer-events: auto;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark-radio {
  background-color: #fff;
  border: 2px solid #26836f;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark-radio {
  background-color: #ffffff;
  border: 2px solid #26836f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #26836f;
}

.container-radio .checkmark-radio:disabled {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #bdbdbd;
}


/* The container */
.container-radio-form {
  display: block;
  position: relative;
  padding: 10px 10px 10px 45px;
  margin: 15px 0px;
  /*padding-left: 35px;*/
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: auto;
  background-color: transparent;
  pointer-events: auto;
  border-radius: 10px;
  border: 1px solid;
}

.container-radio-form-active {
  background-color: #17836F;
  color: #fff;
}
/* Hide the browser's default radio button */
.container-radio-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Create a custom radio button */
.checkmark-radio-form {
  position: absolute;
  top: 15px;
  left: 10px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid;
}

/* On mouse-over, add a grey background color */
.container-radio-form:hover input~.checkmark-radio-form {
  background-color: #fff;
  border: 2px solid #26836f;
}

/* When the radio button is checked, add a blue background */
.container-radio-form input:checked~.checkmark-radio-form {
  background-color: #ffffff;
  border: 2px solid #26836f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio-form:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio-form input:checked~.checkmark-radio-form:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio-form .checkmark-radio-form:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #26836f;
}

.container-radio-form .checkmark-radio-form:disabled {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #bdbdbd;
}


.btn-search {
  width: 76px !important;
  height: 41px !important;
  font-size: 20px !important;
}

.dataTables_length,
.dataTables_info {
  display: none;
}

table {
  border-radius: 10px;
}

#report-table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b3ba4c;
  border-bottom: 1px solid #b3ba4c !important;
}

#report-table td,
#report-table tr {
  padding: 8px;
  background-color: #fff;
  /* border-bottom: 1px solid #b2ba4c; */
  font-size: 22px;
}

#report-table td,
#report-table tr:nth-last-child() {
  border-bottom: none;
}

#report-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#report-table tr:hover {
  background-color: #ddd;
}

#report-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #f5f6e7;
  color: #17836f;
  border-bottom: 1px solid #b1ba4c;
  font-size: 22px;
  font-weight: 700;
}

#report-table thead {
  border-top-left-radius: 10px !important;
}


#report-table2 {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b3ba4c;
  border-bottom: 1px solid #b3ba4c !important;
}

#report-table2 td,
#report-table2 tr {
  padding: 8px;
  background-color: #fff;
  /* border-bottom: 1px solid #b2ba4c; */
  font-size: 22px;
}

#report-table2 td,
#report-table2 tr:nth-last-child() {
  border-bottom: none;
}

#report-table2 tr:nth-child(even) {
  background-color: #f2f2f2;
}

#report-table2 tr:hover {
  background-color: #ddd;
}

#report-table2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f5f6e7;
  color: #17836f;
  border-bottom: 1px solid #b1ba4c;
  font-size: 22px;
  font-weight: 700;
}

#report-table2 thead {
  border-top-left-radius: 10px !important;
}

#report-traning-table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b3ba4c;
  border-bottom: 1px solid #b3ba4c !important;
}

#report-traning-table td,
#report-traning-table tr {
  padding: 8px;
  background-color: #fff;
  /* border-bottom: 1px solid #b2ba4c; */
  font-size: 22px;
}

#report-traning-table td,
#report-traning-table tr:nth-last-child() {
  border-bottom: none;
}

#report-traning-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#report-traning-table tr:hover {
  background-color: #ddd;
}

#report-traning-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #f5f6e7;
  color: #17836f;
  border-bottom: 1px solid #b1ba4c;
  font-size: 22px;
  font-weight: 700;
}

#report-traning-table thead {
  border-top-left-radius: 10px !important;
}

#report-project-p-table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b3ba4c;
  border-bottom: 1px solid #b3ba4c !important;
}

#report-project-p-table td,
#report-project-p-table tr {
  padding: 8px;
  background-color: #fff;
  /* border-bottom: 1px solid #b2ba4c; */
  font-size: 22px;
}

#report-project-p-table td,
#report-project-p-table tr:nth-last-child() {
  border-bottom: none;
}

#report-project-p-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#report-project-p-table tr:hover {
  background-color: #ddd;
}

#report-project-p-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f5f6e7;
  color: #17836f;
  border-bottom: 1px solid #b1ba4c;
  font-size: 22px;
  font-weight: 700;
}

#report-project-p-table thead {
  border-top-left-radius: 10px !important;
}

.td-list{
  width: 100%;
  max-width: 400px;
}


.td-name {
  color: #17836f;
  font-weight: 700;
}

.pagination-wrap {
  margin-top: 30px;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  border: 1px solid #17836f !important;
  border-radius: 8px;
  color: #000 ;/*!important*/
  font-weight: 700;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  padding-top: 5px;
}

.page-link:hover {
  color: #fff;
  background-color: #17836F;
  /*border: 3px solid #17836f;*/
}
.page-link a :hover {
  color: #fff;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.page-item.disabled .page-link {
  color: #6c757d !important;
  border-color: #dee2e6 !important;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #17836f;
}

.page-next {
  color: #17836f;
  width: 115px;
}

.page-pre {
  width: 115px;
}

.dataTables_paginate {
  display: none;
}

#report-table tr:nth-last-child(1) td:nth-child(1) {
  border-bottom-left-radius: 8px;
}

#report-table tr:nth-last-child(1) td:nth-child(n-1) {
  border-bottom-right-radius: 8px;
}

#report-table2 tr:nth-last-child(1) td:nth-child(1) {
  border-bottom-left-radius: 8px;
}

#report-table2 tr:nth-last-child(1) td:nth-child(n-1) {
  border-bottom-right-radius: 8px;
}

#report-traning-table tr:nth-last-child(1) td:nth-child(1) {
  border-bottom-left-radius: 8px;
}

#report-traning-table tr:nth-last-child(1) td:nth-child(n-1) {
  border-bottom-right-radius: 8px;
}

#report-project-p-table tr:nth-last-child(1) td:nth-child(1) {
  border-bottom-left-radius: 8px;
}

#report-project-p-table tr:nth-last-child(1) td:nth-child(n-1) {
  border-bottom-right-radius: 8px;
}

.active-pagination {
  text-decoration: none;
}

.active-pagination .page-link {
  background-color: #17836f;
  color: #fff !important;
}

.profile-btn {
  width: auto;
  border: 1px solid #17836f;
  color: #17836f !important;
}

.profile-btn a {
  color: #17836f !important;
}

.profile-btn i {
  color: #17836f !important;
}

.sign-out {
  height: 40px;
  width: 40px;
  margin-left: 15px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #17836f;
  transition: 0.3s all;
}

.sign-out:hover {
  background-color: #fff;
}

.sign-out img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-profile-menu {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.profile-menu {
  background-color: #b3ba4c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px;
  text-align: center;
  position: relative;
}

.profile-menu p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.profile-menu a {
  font-size: 22px;
  font-weight: 400;
  color: #363a3b;
}

.leaf-box-profile {
  width: 33px;
  position: absolute;
  right: -15px;
  top: -20px;
}

.set-box-relative {
  position: relative;
}

.box-status-profile {
  background-color: #363a3b;
  padding: 25px;
  color: #fff;
}

.box-status-profile p {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.box-status-profile p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
}

.course {
  font-size: 24px;
  margin-bottom: 0;
}

.course span {
  color: #b3ba4c;
  margin-right: 5px;
}

.box-meun-profile {
  background-color: #fff;
  padding: 10px 25px;
  border: 1px solid #b3ba4c;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.box-meun-profile ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.box-meun-profile ul li a {
  color: #363a3b;
  text-decoration: none;
  font-size: 24px;
  transition: 0.3s all;
  font-weight: 700;
  width: 100%;
  display: block;
}

.box-meun-profile ul li a:hover {
  color: #17836f;
  text-decoration: none;
  font-size: 24px;
}

.box-meun-profile ul li a:hover~.box-regtang {
  display: block;
}

.profile-a-active {
  color: #17836f !important;
}

.box-meun-profile ul li {
  margin-bottom: 10px;
  position: relative;
}

.box-meun-profile ul li:nth-child(1) {
  display: none;
}

.box-meun-profile ul li a i {
  margin-right: 25px;
}

.box-meun-profile ul li a img {
  margin-right: 17px;
  margin-left: -5px;
  width: 35px;
}

.box-regtang {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -33px;
  top: 10px;

  /* Green */
  background-color: #fff;
  border-top: 1px solid #b3ba4c;
  border-right: 1px solid #b3ba4c;
  transform: rotate(45deg);
  transition: 0.3s all;
}

.box-regtang-active {
  display: block;
}

.profile-menu i {
  display: none;
}

.mystyle {
  height: auto !important;
  transition: height 2s;
  padding: 25px;
  opacity: 1 !important;
}

/* width */
.box-meun-profile::-webkit-scrollbar {
  width: 5px;
  height: 0.5px;
}

/* Track */
.box-meun-profile::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.box-meun-profile::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
.box-meun-profile::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.rotate-i {
  transform: rotate(180deg);
  transition: 0.3s all;
}

.box-form {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #b3ba4c;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 5px 5px 13px #0000001f;
}

.box-form h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 43px;
}

.box-form p {
  font-size: 30px;
  font-weight: 700;
}

.box-form p span {
  font-size: 22px;
  font-weight: 400;
}

.box-form-input {
  background-color: #f5f6e7;
  padding: 25px;
  border-radius: 10px;
}

.age-div {
  display: flex;
}

.age-p {
  font-size: 24px !important;
  font-weight: 400 !important;
  margin-left: 15px;
  margin-top: 10px;
}

.p-box-form {
  color: #17836f;
  font-size: 24px !important;
  margin-top: 15px;
}

.box-name-wrap {
  background-color: #fff;
  border: 1px solid #b3ba4c;
  border-radius: 10px;
  position: relative;
}

.box-name p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  /* margin-top: 10px; */
}

.box-name {
  width: 100%;
  border-bottom: 1px solid #b2ba4c;
  margin: 0;
  align-items: baseline;
}

.form-site-edit {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: #17836f;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
}

.edit-1 {
  margin-right: 10px;
  padding-right: 20px;
  border-right: 1px solid #bdbdbd;
  color: #17836f !important;
  text-decoration: none;
}

.edit-2 {
  margin-left: 10px;
  color: #17836f !important;
  text-decoration: none;
}

.edit-del {
  margin-left: 10px;
  color: #E0A291 !important;
  text-decoration: none;
}
.edit-del:hover {
  color: #fff !important;
}

.box-name:nth-last-child(1) {
  border: none;
}

.sticky {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}

.steps>.step {
  position: relative;
  display: table-cell;
  text-align: left;
  font-size: 20px;
  color: #363a3b;
  font-weight: 700;
}

.steps>.step:before {
  content: ".";
  display: block;
  /* margin: 0 auto; */
  background: #ffffff;
  border: 2px solid #17836f;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  /* text-align: center; */
  margin-bottom: -4.2rem;
  line-height: 1.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1rem;
  background-image: url("../images/leaf-step.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.steps>.step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 80%;
  height: 0.125rem;
  top: 1rem;
  left: 40px;
}

.steps>.step:last-child:after {
  display: none;
}

.steps>.step.is-complete {
  color: #363a3b;
}

.steps>.step.is-complete:before {
  content: ".";
  color: #17836f;
  background: #17836f;
  border: 2px solid #17836f;
  background-image: url("../images/leaf-steped.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.steps>.step:nth-last-child(1):before {
  border: none;
  content: ".";
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.steps>.step.is-complete:after {
  background: #17836f;
}

.steps>.step.is-complete:nth-child(2):after {
  background: transparent;
  border: 1px solid #17836f;
  border-style: dashed;
}

.steps>.step.is-active {
  font-size: 20px;
}

.steps>.step.is-active:before {
  color: #17836f;
  border: 2px solid #17836f;
  background: #fff;
}

.steps1 {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}

.steps1>.step {
  position: relative;
  display: table-cell;
  text-align: left;
  font-size: 20px;
  color: #363a3b;
  /*font-weight: 700;*/
}

.steps1>.step:before {
  content: ".";
  display: block;
  /* margin: 0 auto; */
  background: #ffffff;
  border: 2px solid #17836f;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  /* text-align: center; */
  margin-bottom: -4.2rem;
  line-height: 1.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1rem;
  background-image: url("../images/leaf-step.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.steps1>.step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 80%;
  height: 0.125rem;
  top: 1rem;
  left: 40px;
}

.steps1>.step:last-child:after {
  display: none;
}

.steps1>.step.is-complete {
  color: #363a3b;
  font-weight: 700;
}

/*.steps1>.step.is-complete:before {
  content: ".";
  color: #17836f;
  background: #17836f;
  border: 2px solid #17836f;
  background-image: url("../images/leaf-steped.svg");
  background-repeat: no-repeat;
  background-position: center;
}*/

.steps1>.step:nth-last-child(1):before {
  border: none;
  content: ".";
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.steps1>.step:nth-last-child(2):before {
  border: none;
  content: ".";
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.steps1>.step:nth-last-child(3):before {
  border: none;
  content: ".";
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.steps1>.step.is-active {
  font-size: 20px;
}

.steps1>.step.is-active:before {
  color: #17836f;
  border: 2px solid #17836f;
  background: #fff;
}

.steps2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}

.steps2>.step {
  position: relative;
  display: table-cell;
  text-align: left;
  font-size: 20px;
  color: #363a3b;
  font-weight: 700;
}

.steps2>.step:before {
  content: ".";
  display: block;
  /* margin: 0 auto; */
  background: #ffffff;
  border: 2px solid #17836f;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  /* text-align: center; */
  margin-bottom: -4.2rem;
  line-height: 1.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1rem;
  background-image: url("../images/leaf-step.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.steps2>.step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 80%;
  height: 0.125rem;
  top: 1rem;
  left: 40px;
}

.steps2>.step:last-child:after {
  display: none;
}

.steps2>.step.is-complete {
  color: #363a3b;
}

.steps2>.step.is-complete:before {
  content: ".";
  color: #17836f;
  background: #17836f;
  border: 2px solid #17836f;
  background-image: url("../images/leaf-steped.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.steps2>.step:nth-last-child(2):before {
  border: none;
  content: ".";
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.steps2>.step:nth-last-child(1):before {
  border: none;
  content: ".";
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.steps2>.step.is-complete:after {
  background: #17836f;
}

.steps2>.step.is-complete:nth-child(1):after {
  background: transparent;
  border: 1px solid #17836f;
  border-style: dashed;
}

.steps2>.step.is-active {
  font-size: 20px;
}

.steps2>.step.is-active:before {
  color: #17836f;
  border: 2px solid #17836f;
  background: #fff;
}

.steps4 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}

.steps4>.step {
  position: relative;
  display: table-cell;
  text-align: left;
  font-size: 20px;
  color: #363a3b;
  font-weight: 700;
}

.steps4>.step:before {
  content: ".";
  display: block;
  /* margin: 0 auto; */
  background: #ffffff;
  border: 2px solid #17836f;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  /* text-align: center; */
  margin-bottom: -4.2rem;
  line-height: 1.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1rem;
  background-image: url("../images/leaf-step.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.steps4>.step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 80%;
  height: 0.125rem;
  top: 1rem;
  left: 40px;
}

.steps4>.step:last-child:after {
  display: none;
}

.steps4>.step.is-complete {
  color: #363a3b;
}

.steps4>.step.is-complete:before {
  content: ".";
  color: #17836f;
  background: #17836f;
  border: 2px solid #17836f;
  background-image: url("../images/leaf-steped.svg");
  background-repeat: no-repeat;
  background-position: center;
}
/*
.steps4>.step:nth-last-child(2):before {
  border: none;
  content: ".";
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}*/
.steps4>.step:nth-last-child(0):before {
  border: none;
  content: ".";
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.steps4>.step.is-complete:after {
  background: #17836f;
}

.steps4>.step.is-complete:nth-child(3):after {
  background: transparent;
  border: 1px solid #17836f;
  border-style: dashed;
}

.steps4>.step.is-active {
  font-size: 20px;
}

.steps4>.step.is-active:before {
  color: #17836f;
  border: 2px solid #17836f;
  background: #fff;
}

/**
* Some Generic Styling
*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

.steps {
  margin-bottom: 0;
  margin-top: 80px;
}
.steps1 {
  margin-bottom: 0;
  margin-top: 80px;
}
.steps2 {
  margin-bottom: 0;
  margin-top: 80px;
}
.steps4 {
  margin-bottom: 0;
  margin-top: 80px;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.btn-step {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#nextBtn {
  background-color: #17836F;
  color: #fff;
  width: auto;
  height: 50px;
  border: none;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  margin-left: 15px;
  padding: 0 15px;
}
#nextBtn:disabled,
#nextBtn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

#prevBtn {
  border: 1px solid #17836F;
  background-color: #fff;
  color: #17836f;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  width: 115px;
  height: 50px;
}

#prevBtn:disabled,
#prevBtn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


.step-mb {
  display: none;
}

.step-mb .select-selected {
  background-image: url(../images/section2-bg.png);
}

.steps>.step.is-complete:nth-last-child(1):before {
  border: 2px solid #17836f;
  color: #fff;
}

.steps1>.step.is-complete:nth-last-child(1):before {
  border: 2px solid #17836f;
  color: #fff;
}
.steps2>.step.is-complete:nth-last-child(1):before {
  border: 2px solid #17836f;
  color: #fff;
}
.steps4>.step.is-complete:nth-last-child(1):before {
  border: 2px solid #17836f;
  color: #fff;
}

.modal-footer {
  border: none !important;
  justify-content: center !important;
}

.btn-save-profile {
  background: #17836F;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: .3s ease-in;
  width: 76px;
  height: 41px;
}

.btn-save-profile:hover {
  background-color: #00b694;
  color: #fff;
}

.btn-close-profile {
  width: 80px;
  height: 41px;

  /* White */

  background: #FFFFFF;
  /* dark green */

  border: 1px solid #17836F;
  border-radius: 10px;
  color: #17836F;
  font-size: 20px;
  font-weight: 700;
  color: #17836F;
  transition: .3s ease-in;
  width: 80px;
  height: 41px;
}

.btn-close-profile:hover {
  background-color: #17836F;
  color: #fff;
}

.modal-topic {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}

.modal-content {
  width: 380px !important;
  border-radius: 10px !important;
}

.modal-body {
  text-align: center;
}

.modal-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}

.box-project {
  width: 100%;
  border: 1px solid #b3ba4c;
  border-radius: 10px;
  margin-bottom: 15px;
}

.box-project-head {
  width: 100%;
  border-bottom: 1px solid #b3ba4c;
  background: rgba(179, 186, 76, 0.3);
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  align-items: center;
}

.box-project-head p {
  font-weight: 700;
  font-size: 30px;
  color: #363A3B;
  font-style: normal;
  line-height: 0;
  margin-top: 20px;
}

.p-project-status {
  background: #FFFFFF;
  border-radius: 5px;
  width: auto;
  height: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px !important;
  padding: 12px 10px;
  align-items: center;
  justify-content: center;
}

.status-padding {
  color: #00ACFF !important;
}

.status-wait-approve {
  color: #DAC2A8 !important;
}

.project-c-left {
  font-style: normal;
  font-weight: 700;
  font-size: 22px !important;
  line-height: 0.5;
}

.project-c-left span {
  color: #17836F;
}

.box-project-content {
  width: 100%;
  padding: 25px;
  position: relative;
}

.see-more-a {
  font-weight: 700;
  font-size: 20px;
  color: #17836F;
  text-decoration: none;
}

.see-more-a i {
  margin-right: 15px;
}

.project-c-right {
  font-weight: 700 !important;
  font-size: 22px;
  color: #17836F;
  line-height: 0;
  margin-top: 5px;
}

.flow p {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #828282;
}

.flow-p {
  font-weight: 200 !important;
  font-size: 20px !important;
  color: #828282;
}

.flow {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  position: relative;
  /* border-left: 1px solid #b3ba4c; */
  display: flex;
}

.flow:before {
  content: '';
  position: absolute;
  left: -8.5px;
  top: 4px;
  background-color: #fff;
  width: 15px;
  height: 15px;
  background-image: url(../images/circle.svg);
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.flow:after {
  content: '';
  left: -15px;
  height: 100%;
  position: absolute;
  display: block;
  border-left: 1px solid #b3ba4c;
  height: 80%;
  top: 1rem;
  left: -1px;
  opacity: 0.5;
}

.flow-active:before {
  content: '';
  position: absolute;
  left: -8.5px;
  top: 4px;
  background-color: #fff;
  width: 15px;
  height: 15px;
  background-image: url(../images/circle-success.svg);
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.flow-active:after {
  content: '';
  left: -15px;
  height: 100%;
  position: absolute;
  display: block;
  border-left: 1px solid #B3BA4C;
  height: 80%;
  top: 1rem;
  left: -1px;
}


.flow:nth-last-child(1):after {
  border: none;
}

.image-upload {
  display: flex;
  width: 125px;
  height: 35px;

  /* Gray 4 */
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  font-size: 22px !important;
  margin-left: 16px;
  margin-top: -5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-upload>input {
  display: none;
}

.image-upload img {
  width: 80px;
  cursor: pointer;
}

.image-upload2 {
  display: flex;
  width: 130px;
  height: 35px;
  border: 1px solid #17836F;
  border-radius: 8px;
  font-size: 22px !important;
  margin-top: -5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-upload2>input {
  display: none;
}

.image-upload2 img {
  width: 80px;
  cursor: pointer;
}

.image-upload-view {
  display: flex;
  width: 150px;
  height: 35px;
  border: 1px solid #E0A291;
  background-color: #E0A291;
  border-radius: 8px;
  font-size: 22px !important;
  margin-top: -5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input span {
  font-weight: 700;
  font-size: 20px;
  color: #17836F;
}

.file-input {
  margin-top: -6px;
  background: transparent;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
}

.line-break-project {
  display: none;
}

.flow p span {
  color: #17836F;
  font-size: 20px !important;
}

.flow-active p,
.flow-active p span {
  font-weight: 700 !important;
  color: #363A3B;
}

/*.flow span {
  font-size: 20px !important;
}

.flow-active p span {
  font-weight: 500 !important;
  color: #363A3B;
}
*/

.flow a {
  align-items: flex-start;
  padding: 5px 15px;
  width: fit-content;
  height: 35px;

  /* dark green */
  background: #17836F;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: .3s all;
  display: block;
}

.flow a:hover {
  background-color: #00B694;
}


.flow .btn-load {
  border: 1px solid #51C2FA;
  background-color: #51C2FA;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
  width: 120px;
  height: 30px;
  transition: .3s all;
  margin-right: 15px;
  padding: 0px 5px;
  cursor: pointer;
}

.flow .btn-load a {
  text-decoration: none;
  color: #fff;
}
.flow .btn-load:hover {
  background-color: #05ACFF;
  color: #fff;
}

.have-file {
  border: 1px solid #17836F;
}

.have-file .file-input {
  color: #26836f;
}

.have-file .file-input i:nth-child(1) {
  display: none;
}

.have-file .file-input span {
  color: #26836f;
}

.file-input i:nth-child(3) {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 15px;
}

.status-waiting {
  color: #828282 !important;
}

.box-project-wrap h2 {
  text-align: center !important;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}

.box-project-wrap {
  width: 100%;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #b3ba4c;
  border-radius: 10px;
  position: relative;
  box-shadow: 5px 15px 13px #0000000f;
}

.back-a {
  font-weight: 700;
  font-size: 22px;
  color: #17836F;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1px;
  height: 25px;
  transition: .3s all;
  position: absolute;
}

.back-a i:before {
  position: relative;
  top: 18px;
  transform: translateY(-15px);
  display: block;
}

.back-a:hover {
  color: #00b694;
}

.box-assess-left {
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;


  /* Black */
  color: #363A3B;
  display: flex;
  border-right: 0.5px solid #82828263;
}

.box-assess-left p:nth-child(1) {
  font-weight: 700;
  font-size: 22px;
  color: #17836F;
  width: 120px;
  margin-bottom: 0;
}

.box-assess-left p:nth-child(2) {
  margin-left: 50px;
}

.box-assess {
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;


  /* Black */
  color: #363A3B;
  display: flex;
  /*border-right: 0.5px solid #82828263;*/
}

.box-assess p:nth-child(1) {
  font-weight: 700;
  font-size: 22px;
  color: #17836F;
  width: 120px;
  margin-bottom: 0;
}

.box-assess p:nth-child(2) {
  margin-left: 50px;
}

.box-assess-result {
  width: 100%;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  background-color: #F4F5E4;
  height: 100%;
}

.do-assess {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background: #17836F;
  border-radius: 10px;
  height: auto;
  width: 100%;
  padding: 8px 20px;
  transition: .3s all;
  display: block;
}

.do-assess:hover {
  color: #fff;
  background-color: #00b694;
}

.p-result-head {
  line-height: 0.5;
  font-weight: 700;
  font-size: 22px;
  color: #17836F;
}

.p-result {
  font-weight: 700;
  font-size: 22px;
  color: green;
}

.np-result {
  font-weight: 700;
  font-size: 22px;
  color: #EB5757;
}

.np-result i:before {
  position: relative;
  top: 17px;
  transform: translateY(-15px);
  display: block;
  margin-right: 10px;
}

.box-assess-wrap {
  width: 100%;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #b3ba4c;
  border-bottom: none;
  border-radius: 10px;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.box-assess-wrap h2 {
  text-align: center !important;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.box-assess-wrap-2 {
  width: 100%;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #b3ba4c;
  border-top: none;
  border-radius: 10px;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
  box-shadow: 5px 15px 13px #0000000f;
}

.box-assess-wrap-2 h3 {
  font-weight: 700;
  font-size: 30px;
  color: #363A3B;
}

.box-rate {
  width: 100%;
  border-radius: 10px;
  padding: 25px;
  background-color: #F4F5E4;
  height: 100%;
  margin-bottom: 30px;
}

.box-rate h3 {
  font-weight: 700;
  font-size: 24px;
  color: #17836F;
  margin-bottom: 35px;
}

.radio-disabled{
  cursor: not-allowed;/*defualt*/
}
.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 4px 11px;
  cursor: pointer;
  position: relative;
  border: 1px solid #000000;
  border-radius: 8px;
  height: 50px;
  font-weight: 700;
  font-size: 30px;
  width: 60px;
  color: #000;
  text-align: center;
  pointer-events: all;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #17836F;
  color: #fff !important;
  border: 1px solid #17836F !important;
}

.radio-toolbar {
  position: relative;
  text-align: center;
}

.radio-toolbar p {
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  margin-top: 5px;
}

.rate-p {
  display: none;
}

.rate-min-max {
  width: 50px;
  display: inline-block;
  position: relative;
  top: -20px;
}

.radio-error {
  border: 1px solid #FF0000 !important;
  border-radius: 8px;
  color: #FF0000 !important;
}

.form-rate {
  margin-bottom: 30px;
}

.comment-h3 {
  font-size: 24px !important;
  color: #17836F !important;
}

.rate-comment {
  border: 1px solid grey;
  border-radius: 10px;
  width: 100%;
  font-size: 24px;
  /*padding: 25px;*/
  color: #000;
  height: 150px;
}

.btn-reset {
  border: 1px solid #17836F;
  background-color: #fff;
  color: #17836f;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  width: 115px;
  height: 50px;
  transition: .3s all;
  margin-right: 15px;
}

.btn-reset:hover {
  background-color: #17836F;
  color: #fff;
}

.btn-del {
  border: 1px solid #E0A291;
  background-color: #fff;
  color: #E0A291;
  border-radius: 10px;
  font-size: 22px;
  width: 70px;
  height: 30px;
  transition: .3s all;
  margin-right: 15px;
  padding: 0px 5px;
  cursor: pointer;
}

.btn-del a {
  text-decoration: none;
  color: #fff;
}

.btn-del:hover {
  color: #fff;
  background-color: #E0A291;
}

.btn-load {
  border: 1px solid #51C2FA;
  background-color: #51C2FA;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
  width: 120px;
  height: 30px;
  transition: .3s all;
  margin-right: 15px;
  padding: 0px 5px;
  cursor: pointer;
}

.btn-load a {
  text-decoration: none;
  color: #fff;
}
.btn-load:hover {
  background-color: #05ACFF;
  color: #fff;
}

.btn-submit-rate {
  background-color: #17836F;
  color: #fff;
  width: 160px;
  height: 50px;
  border: none;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  transition: .3s all;
  margin-left: 15px;
}

.btn-submit-rate:hover {
  background-color: #00b694;
}

.form-btn {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}

.edit-a {
  font-weight: 700;
  font-size: 22px;
  color: #17836F;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1px;
  height: 25px;
  transition: .3s all;
  position: absolute;
  right: 25px;
}

.edit-a img:before {
  position: relative;
  top: 18px;
  transform: translateY(-15px);
  display: block;
}

.edit-a:hover {
  color: #00b694;
}

.box-edit-wrap {
  width: 100%;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #b3ba4c;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 5px 15px 13px #0000000f;
}

.box-edit-wrap h2 {
  text-align: left !important;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.box-icon  {
  text-align: center ;
  margin: 30px;
}
.box-title  {
  text-align: center ;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.box-edit-left p:nth-child(1) {
  font-weight: 700;
  font-size: 22px;
  color: #363A3B;
  width: 150px;
  margin-bottom: 0;
}

.box-edit-left p:nth-child(1) span {
  color: #828282 !important;
  font-weight: 400;
  font-size: 22px;
}

.box-edit-left {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 15px;
}

.box-edit-left:nth-last-child(1) {
  border: none;
  margin-bottom: 0;
}

.box-edit-left p:nth-last-child(1) {
  font-weight: 400;
  font-size: 24px;
  margin-left: 50px;
}

.box-regtang-edit {
  right: -7px !important;
  background-color: #b3ba4c !important;
  top: 50% !important;
}

.profile-menu:hover~.box-regtang {
  display: block;
}

.w3-bar.w3-black {
  width: 100%;
  display: flex;
}

.w3-bar-item {
  width: 50%;
  height: 70px;
  border: none;
  background-color: transparent;
  border-radius: 20px 20px 0px 0px;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  border-bottom: 2px solid #B3BA4C;
  justify-content: center;
}

.w3-red {
  border: 2px solid #B3BA4C;
  background-color: #fff;
  border-bottom: none;
}

.w3-bar-item img {
  margin-top: -18px;
}

.w3-bar-item span {
  font-weight: 700;
  font-size: 24px;
  margin-top: 15px;
}

.box-tab-content {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 25px 15px;
  border: 2px solid #b3ba4c;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  color: #363A3B;
  background-color: #fff;
  box-shadow: none;
  font-weight: 700;
  font-size: 32px;
}

.accordion-item:first-of-type .accordion-button {
  border: none !important;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
}

.accordion-button {
  font-size: 32px;
  font-weight: 700;
}

.see-detail-download {
  width: 100%;
  color: #2d2d2d;
  display: flex;
  justify-content: center;
  background-color: #b3ba4c;
  transform-origin: 0 100%;
  transform: scaleY(0);
  height: 10px;
  transition: transform 0.5s;
  margin-top: -25px;
  font-weight: 700;
}

.see-detail-download p {
  margin-top: -6px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
}

.see-detail-download i {
  margin-top: 3px;
  margin-right: 5px;
}

.box-owl-slide-a-download:hover .see-detail-download {
  transform: scaleY(1);
}

.box-owl-slide-a-download {
  text-decoration: none;
}

.a-owl-download {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  margin-left: 10px;
  margin-top: 8px;
  line-height: 1;
  height: 50px;
}

.box-owl-content-download {
  padding: 25px;
  display: flex;
  position: relative;
}

.box-owl-content-download img {
  width: 60px;
  height: 60px;
}

.book-wrap {
  padding-bottom: 7px !important;
  padding: 0;
}

.book-img {
  height: 155px !important;
  width: 116.28px !important;
  position: relative;
  z-index: 9;
}

.book-desc {
  margin-top: 45px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.another-page {
  color: #000 !important;
  transition: .3s all;
}

.another-page:hover {
  color: #17836f !important;
}

.another-page-login {
  color: #17836f !important;
  border: 1px solid #17836f;
}

.left-report {
  position: absolute;
  margin-left: 15px;
}

.accordion-body {
  padding: 1rem 0 !important;
}

.accordion-button:hover {
  color: #b3ba4c !important;
}

.accordion-button:hover::after {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(39deg) brightness(118%) contrast(119%);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.see-detail-thumbnail {
  width: 100%;
  color: #2d2d2d;
  display: flex;
  justify-content: center;
  background-color: #b3ba4c;
  transform-origin: 0 100%;
  transform: scaleY(0);
  height: 10px;
  transition: transform 0.5s;
  margin-top: -25px;
  font-weight: 700;
  z-index: 9;
  position: relative;
}

.see-detail-thumbnail p {
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
}

.see-detail-thumbnail i {
  margin-top: 3px;
  margin-right: 5px;
}

.box-owl-slide-a-thumbnail:hover .see-detail-thumbnail {
  transform: scaleY(1);
}

.box-owl-slide-a-thumbnail {
  text-decoration: none;
}

.a-owl-thumbnail {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  margin-left: 10px;
  margin-top: 8px;
  line-height: 1;
  height: 50px;
}

.box-owl-content-thumbnail {
  padding: 15px;
  display: flex;
  position: relative;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 15px !important;
}

.box-owl-content-thumbnail img {
  width: 60px;
  height: 60px;
}

.book-wrap-thumbnail {
  padding-bottom: 7px !important;
  padding: 0;
}

.book-img-thumbnail {
  height: 156px !important;
  width: 116.28px !important;
  position: relative;
  z-index: 9;
  border-top-left-radius: 10px;
}

.book-desc-thumbnail {
  margin-top: 45px;
}

.box-owl-slide-thumbnail {
  border: 1px solid #b3ba4c;
  border-radius: 10px;
  border-bottom: 12px solid #b3ba4c;
  margin-bottom: 30px;
  height: auto;
}

.another-page-nav {
  border-top: 0.5px solid #828282 !important;
}

.p-people-count,
#report-table_wrapper {
  padding-left: 0;
}
#report-table2_wrapper {
  padding-left: 0;
}
#report-traning-table_wrapper {
  padding-left: 0;
}
#report-project-p-table_wrapper {
  padding-left: 0;
}

.la-angle-left:before,
.la-angle-right:before {
  top: 18px;
  transform: translateY(2px);
  display: block;
}

.la-eye:before {
  top: 18px;
  transform: translateY(2px);
  display: block;
}

.custom-select-profile .select-selected {
  color: #000;
  font-weight: 700;
}

.same-as-selected {
  color: #363a3b !important;
  font-weight: 700;
}

.steps>.step:nth-child(4) {
  font-weight: 400;
}

.steps>.step:nth-child(3):after {
  background-color: #e5e7c3;
}

.steps>.step.is-complete:nth-child(3):after {
  background: #17836f;
}

.steps1>.step:nth-child(4) {
  font-weight: 400;
}

.steps1>.step:nth-child(3):after {
  background-color: #e5e7c3;
}

.steps1>.step.is-complete:nth-child(3):after {
  background: #17836f;
}

.steps1>.step:nth-child(2):after {
  background-color: #e5e7c3;
}

.steps1>.step:nth-child(1):after {
  background-color: #e5e7c3;
}

.steps2>.step:nth-child(4) {
  font-weight: 400;
}
.steps2>.step:nth-child(3) {
  font-weight: 400;
}

.steps2>.step:nth-child(3):after {
  background-color: #e5e7c3;
}

.steps2>.step:nth-child(2):after {
  background-color: #e5e7c3;
}

.steps2>.step.is-complete:nth-child(3):after {
  background: #17836f;
}


.step span {
  color: #17836f;
  font-size: 25px;
  top: -4px;
  position: relative;
}

.step span:nth-child(2) {
  color: #363a3b;
}

.set-position {
  position: relative;
  z-index: 9;
}

.set-position-10 {
  position: relative;
  z-index: 10;
}

.set-position-9 {
  position: relative;
  z-index: 9;
}


/*--------------------*/

.wrap-content-detail {
  background-image: url(../images/section2-bg.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.login-head {
  margin-top: 0px;
  color: #000;
  text-align: center;
}

.label-title {
  font-size: 24px;
}

.box-content {
  /*width: 100%;*/
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 25px 15px 0px 15px;
  border: 2px solid #b3ba4c;
  border-radius: 10px;
}

.text-pass {
  font-weight: bold;
  color: #51C2FA;
}

.text_link {
  font-size: 22px;
  font-weight: bold;
  color: #17836F;
  text-decoration: none;
  margin-top: 15px;
}

.text_link a {
  color: #17836f;
  text-decoration: none;
}

.text_link a:hover {
  color: #17836f;
  text-decoration: underline;
  text-decoration-color: #17836f;
  text-decoration-thickness: 3px;
}

.text_link_2 {
  font-size: 22px;
  /*font-weight: bold;*/
  color: #17836F;
  text-decoration: underline;
  margin-top: 15px;
}

.text_link_2 a {
  color: #17836f;
  text-decoration: underline;
}

.text_link_2 a:hover {
  color: #17836f;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #17836f;
  text-decoration-thickness: 3px;
}


.text_right {
  text-align: right; 
  margin-bottom: 15px;
}

.text_center {
  text-align: center; 
  margin-bottom: 15px;
}

.text_sub_link {
  font-size: 22px;
  color: #17836F;
  text-decoration: underline;
  margin-top: 15px;
}

.text_sub_link a {
  color: #17836f;
  text-decoration: none;
}

.text_sub_link a:hover {
  color: #17836f;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #17836f;
  text-decoration-thickness: 2px;
}

.text_desc {
  font-size: 24px;
}

.text_desc p {
  color:#17836f;
  font-size: 24px;
  font-weight: bold;
}


/*@media screen and (max-width: 991px) {
    .text_link a {
      margin-top: 15px;
    }
}*/ 


.more-btn {
  /*width: 174px;*/
  min-width: 170px;
  height: 50px;
  background-color: #17836f;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  line-height: 50px;
  transition: 0.3s all;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  border-width: 0px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;

}

.more-btn:hover {
  background-color: #00b694;
  color: white;
  text-decoration: none;
}

.more-btn:active {
  background-color: #035949;
  color: white;
  text-decoration: none;
}

.tooltip-show {
  position: relative;
  cursor: pointer;
  width: fit-content;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip-show .tooltiptext {
  visibility: hidden;
  width: max-content;
  max-width: 260px;
  background-color: #E0A291;
  color: #000;
  /*text-align: center;*/
  border-radius: 6px;
  padding: 5px 20px;
  position: absolute;
  z-index: 9999;
  top: 95%;
  left: 50%;
  margin-left: -100px;
}

.tooltip-show .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #E0A291 transparent;
}

.tooltip-show:hover .tooltiptext {
  visibility: visible;
}

@media screen and (max-width: 500px) {
  .tooltip-show .tooltiptext {
    font-size: 23px;
    visibility: hidden;
    width: max-content;
    max-width: 220px;
    background-color: #E0A291;
    color: #000;
    /*text-align: center;*/
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 9999;
    top: 95%;
    left: 50%;
    margin-left: -100px;
  }
}

.tb-train-list{
  width: 100%;
  max-width: 500px;
  margin: 15px 0;
}

.tb-line{
  border: 1px;
  border-color: #B3BA4C;
}

.tb-project-list{
  width: 100%;
  /*padding-left: 10px;*/
}

.thumbnail-news {
  width: 100% ;
  height: 230px; 
  object-fit: cover; 
  /*object-position: 100% 0;*/
}