

:root {
  --whites: #fff;
  --blacks: #000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Prompt', sans-serif !important;
}

.fieldset {
  position: relative;
}

.clear-text {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.warper-box-new-noti {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
}

.box-new-noti {
  background-color: #FF0000;
  padding: 2px 14px;
  
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.formAll label {
  padding: 10px 0px;
  font-size: 0.9em;
  }

  .formAll .input-group-text {
  font-size: 0.9em;
  border-radius: 10px;
  border-color: var(--formborder);
  background-color: transparent;
  }

  #calculatePage .form-select,
  .formAll .form-select,
  .formAll .form-control {
  font-size: 0.9em;
  border-radius: 10px;
  border-color: var(--formborder);
  }
  .bgwhiteSD {
  -webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 3%);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 3%) !important;
  background-color: var(--white);
  padding: 10px 20px;
  }
  .titleTopic h2 {
  font-size: 1.6em;
  color: var(--blue);
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  }
  .titleTopic h6 {
  font-size: 1.1em;
  color: var(--blue);
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  }
  .titleTopic h3 {
  font-size: 1.4em;
  color: var(--blue);
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  }

  .titleTopic h6::before,
  .titleTopic h3:before,
  .titleTopic_SM span:before,
  .titleTopic h2:before {
  position: absolute;
  border: 0px;
  border-bottom: 3px solid;
  border-image: linear-gradient(
      to right,
      rgb(190, 30, 45) 30px,
      rgb(196, 161, 164) 50px
  );
  border-image-slice: 1;
  height: 5px;
  content: "";
  bottom: -10px;
  width: 50px;
  margin-left: 0px;
  }

  .titleTopic_center h3:before,
  .titleTopic_center:before {
  position: absolute;
  border: 0px;
  border-bottom: 3px solid;
  border-image: linear-gradient(
      to right,
      rgb(190, 30, 45) 30px,
      rgb(196, 161, 164) 50px
  );
  border-image-slice: 1;
  height: 5px;
  content: "";
  bottom: -10px;
  width: 50px;
  margin-left: 0px;
  left: 48%;
  }
  #Sec_BoxContact_form{
    width: 760px;
    margin: 0 auto; 
    display: flex;
    justify-content: center; 
    background-color: rgb(244, 244, 244);
  }
  .numberDL {
    font-size: 1.6em;
    color: var(--blue);
    font-weight: 700;
    margin-right: 10px;
  }


/*------ Start Web Css ---------*/

.Head_Top {
  background-color: #1a1a1a;
  padding: 1rem;
}

.Active_login .button_login {
  background-color: #04aa6d00;
  border: none;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-right: 2px solid #fff;
}

.Active_login .button_la {
  background-color: #04aa6d00;
  border: none;
  color: white;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

a {
  color: white !important;
  text-decoration: none !important;
}




/*------------ Footer ------------*/
#Footer {
  padding: 4rem;
  background-image: linear-gradient(#b0b0b0, #1a1a1a);
}

.Name_Footer {
  color: #fff;
  font-size: 14px;
}

.Address_Footer {
  color: #fff;
  font-size: 14px;
}

.Contact_Footer {
  color: #fff;
  font-size: 14px;
}

hr.new1 {
  border-top: 1px solid #fff;
}
.img_logofooter img {

  padding-left: 45px;
}
.Nemu_oFooter {
  font-size: 16px;
  color: #fff;
}

.Head_Order {
 font-size: 16px;
  color: #fff;
}

.Order_Detail {
  font-size: 14px;
  color: #bcbcbc;
}


.Copy_light {
  text-align: center;
  color: #fff;
  font-size: 14px;
}










/*------------ Nav ------------*/



.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.img_logoweb img {
  position:relative;
  top: -95px;
}
.topnav-right {
  float: right;
}

.nav-fostrap {
  display: block;
  margin-bottom: 15px 0;
  background: #1a1a1a;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  z-index: 2;
  position: relative;
  height: 60px;
}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.nav-fostrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14;
  color: #def1f0;
}

.nav-fostrap li a {
  padding: 15px 20px;
  font-size: 14;
  color: #def1f0;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}
.right-aligned-menu {
  text-align: right;
}
.nav-fostrap li:hover ul.dropdown { display: block; }

.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #1a1a1a;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-fostrap li:hover a {
  background: #1a1a1a;
  color: #fff !important;
}

.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-fostrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }

.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
.title-mobile {
  display: none;
}
 @media only screen and (max-width:900px) {
  
  .img_logoweb img {
    padding-left: 29px;
    margin-top: -42px;
}

.nav-fostrap {
    background: #1a1a1a;
    width: 200px;
    height: 800px !important;
    display: block;
    position: fixed;
    left: -220px;
    top: 40px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    z-index: 2;
    position: relative;
}
.title-mobile {
  position: fixed;
  display: block;
    top: 10px;
    font-size: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
}
.nav-fostrap.visible {
    left: -18px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
}

.nav-bg-fostrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 63px;
  left: 0px;
  background: #1a1a1a;
  padding: 12px 0 0 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.navbar-fostrap {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
}

.navbar-fostrap span {
  height: 2px;
  background: #fff;
  margin: 5px;
  display: block;
  width: 20px;
}

.navbar-fostrap span:nth-child(2) { width: 20px; }

.navbar-fostrap span:nth-child(3) { width: 20px; }

.nav-fostrap ul { padding-top: 50px; }

.nav-fostrap li { display: block; }

.nav-fostrap li a {
  display: block;
  color: #505050;
  font-weight: 600;
}

.nav-fostrap li:first-child:hover a { border-radius: 0; }

.nav-fostrap li ul.dropdown { position: relative; }

.nav-fostrap li ul.dropdown li a {
  background: #2d375a !important;
  border-bottom: none;
  color: #fff !important;
}

.nav-fostrap li:hover a {
  background: #0e236f;
  color: #fff !important;
}

.nav-fostrap li ul.dropdown li:hover a {
  background: rgba(0,0,0,.1); !important;
  color: #fff !important;
}

.nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #ffffff;
  position: absolute;
  top: 20px;
  right: 10px;
}

.cover-bg {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
 @media only screen and (max-width:1199px) {

.container { width: 96%; }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}





























/*------  Slide ---------*/


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}






/*--- css slide ----*/

.slideshowContainer {
  position: relative;
    overflow: hidden;
    margin: -50px 0 0px 0;
    width: 100%;
    height: 600px;  
}

.imageSlides {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
  object-fit: cover;
}

/* add 'visible' class via Javascript */
.visible {
  opacity: 1;
}

.slideshowArrow {
  font-size: 4em;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
  opacity: 0.75;
}

#leftArrow {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#rightArrow {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(50%, -50%);
}

.slideshowCircles {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 1s ease-in-out;
}

.dot {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 2px rgba(255, 255, 255, 0.5);
}

/*------ End slide Banner ---------*/



/*------ Read only cursor---------*/
.droper {
  cursor: no-drop;
}



/*------------ Page  ------------*/


#Sec_BoxFrom {
    padding: 2rem;
    margin-top: -100px;
    position: relative;
}

.centere {
  color: white;
  text-align: center;
  font-weight: 600;
}

.centere2 {
  color: white;
  text-align: center;
  font-weight: 600;
}

.centere3 {
  color: white;
  text-align: center;
  font-weight: 600;
}

.centere4 {
  color: white;
  text-align: center;
  font-weight: 600;
}

.Box_FromOne {
    padding: 4rem;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 18px;
}


#Sec_IconShoeServices {
  padding: 4rem;
}

.box_in {
  padding: 1rem;
}

.box_in p {
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

#Sec_NewActivites {
  padding: 4rem;
  background-color: #F6F6F6;
}

.Head_News h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
}


.Button_Move .button {
    background-color: #1a1a1a;
    border: none;
    color: white;
    padding: 10px 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.Button_Move .button:hover {
    background-color: #0b216f;
    border: none;
    color: white;
    padding: 10px 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.Box_cardNews .card {
    width: 100%;
    background-color: #F6F6F6;
    border: 0px solid rgba(0, 0, 0, 0.125);
    padding-top: 2rem;
}

.Box_cardNews .card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.Box_cardNews .card .btn_more {
  font-size: 14px;
  color: #084298 !important;
  font-weight: 400;
  text-align: left;
}

.Box_cardNews .card-title {
  font-size: 12px;
  color: #949599;
}


.Button_Move {
    padding-top: 3rem;
}

.Box_cardNews .card-text {
  font-size: 15px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#Sec_Agency {
  padding: 4rem;
}

.Box_ShoeAgency {
  padding-top: 3rem;
}

.Box_ShoeAgency p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #1a1a1a;
}

.Box_ShoeAgency img {
  Width : 80px;
  Height : 80px;
  object-fit: cover;
}





/*------------ Page Agency ------------*/

#Sec_BoxActive {
  padding: 0rem;
}

#Sec_Agency .Box_ShoeAgency {
    padding: 1rem;
    border: 2px solid #64646424;
    height: 180px;
    margin-top: 30px;
    position: relative;
    background-color: white;
}

#Sec_BoxAgone {
  padding: 2rem 0rem 2rem 0rem;
}

.Img_BoxAgicon img {
  border-right: 1px solid #D6D6D6;
  padding-right: 1rem;
}

.Img_BoxAgOrder img {
  border-right: 1px solid #D6D6D6;
  padding-right: 1rem;
  align-items: center;
}

.Head_TextName p {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding-top: 10px;
}

hr.lineup1 {
    border-top: 1px solid #6c757d;
    margin-top: 3rem;
}

.Detail_Ag  {
  font-size: 16px;
  color: #393939;
  text-indent: 50px;
  padding-top: 20px;
}

#Sec_BoxAgtwo {
  background-color: #d6d6d624;
  padding: 4rem;
}

#Sec_BoxActive .Box_ShoeAgency {
    padding: 1rem;
    border: 2px solid #64646424;
    height: 180px;
    margin-top: 25px;
    position: relative;
    background-color: white;
}


#Sec_BoxAgthree {
  padding: 4rem;
}


#Sec_BoxAgfour {
    background-color: #d6d6d624;
    padding: 4rem;
}



  .size-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .size-button {
    padding: 1px 5px;
    background-color: #b6b6b6;
    color: #fff;
    border: none;
    font-size: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 40px;
    height: 30px;
  }

  .size-button:hover {
    background-color: #7A58BF;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-select {
    background-color: #f9f9f9;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
  }

  .dropdown-options {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-option {
    padding: 10px;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  .dropdown-option:hover {
    background-color: #f2f2f2;
  }



/*------------ Page Logim ------------*/


#Sec_BoxLogin {
  padding: 4rem;
}

.box_inputlog {
  padding: 2rem;
}

.Text_Login {
  text-align: center;
  color: #000000;
  font-size: 26px;
  font-weight: 600;
}

.Box_inputBig {
  padding-top: 2rem;
}


.Box_inputBig .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#Sec_BoxLogin .Forgot_password a {
  font-size: 16px;
  color: #0b216f !important;
  font-weight: 500;
  text-align: right;
}

.Forgot_password {
  margin-top: 1rem;
}

.box_insite {
    margin: 5rem;
    box-shadow: inset 2px 2px 2px 0px rgb(237 237 237 / 33%), 7px 7px 20px 0px rgb(141 141 141 / 10%), 4px 4px 5px 0px rgb(243 241 241 / 10%);
}

.Button_loginpage .button {
  background-color: #1a1a1a;
    border: none;
    color: white;
    padding: 10px 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.Button_loginpage .button {
  background-color: #1a1a1a;
    border: none;
    color: white;
    width: 100%;
    padding: 10px 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.full-screen-img {
  width: 100%; /* กำหนดให้ div ขยายตามความกว้างของหน้าจอ */
  height: 100vh; /* กำหนดความสูงของ div เป็น 100% ของความสูงของหน้าจอ */
  background-image: url('path/to/your/image.jpg'); /* ลิงก์รูปภาพของคุณ */
  background-size: cover; /* ปรับขนาดรูปภาพให้ครอบคลุมพื้นที่ div ทั้งหมด */
  background-position: center; /* จุดที่รูปภาพจะจัดตำแหน่งใน div */
  background-repeat: no-repeat; /* ป้องกันการทับซ้อนของรูปภาพ */
}
.Button_loginpage .button:hover {
    background-color: #3c3b3b;
    border: none;
    color: white;
    width: 100%;
    padding: 10px 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.Button_ActiveRegis {
  padding-top: 1rem;
}

.Button_ActiveRegis p {
  color: #686868;
  font-size: 16px;
  text-align: center;
}


.Button_ActiveRegis span {
  color: #0b216f;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.Logo_imgbox img {
  width: 35%;
}






/* #Seach_BoxShow .table > thead {
    vertical-align: bottom;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    font-size: 13px;
}

#Seach_BoxShow table > tbody {
    vertical-align: inherit;
    font-size: 13px;
    color: white;
} */








/*------------ Receipt Order History------------*/

#invoice-POS{
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
  padding:2mm;
  margin: 0 auto;
  width: 44mm;
  background: #FFF;
  
  
::selection {background: #f31544; color: #FFF;}
::moz-selection {background: #f31544; color: #FFF;}
h1{
  font-size: 1.5em;
  color: #222;
}
h2{font-size: .9em;}
h3{
  font-size: 1.2em;
  font-weight: 300;
  line-height: 2em;
}
p{
  font-size: .7em;
  color: #666;
  line-height: 1.2em;
}
 
#top, #mid,#bot{ /* Targets all id with 'col-' */
  border-bottom: 1px solid #EEE;
}

#top{min-height: 100px;}
#mid{min-height: 80px;} 
#bot{ min-height: 50px;}

#top .logo{
  //float: left;
	height: 60px;
	width: 60px;
	background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;
	background-size: 60px 60px;
}
.clientlogo{
  float: left;
	height: 60px;
	width: 60px;
	background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
	background-size: 60px 60px;
  border-radius: 50px;
}
.info{
  display: block;
  //float:left;
  margin-left: 0;
}
.title{
  float: right;
}
.title p{text-align: right;} 
table{
  width: 100%;
  border-collapse: collapse;
}
td{
  //padding: 5px 0 5px 15px;
  //border: 1px solid #EEE
}
.tabletitle{
  //padding: 5px;
  font-size: .5em;
  background: #EEE;
}
.service{border-bottom: 1px solid #EEE;}
.item{width: 24mm;}
.itemtext{font-size: .5em;}

#legalcopy{
  margin-top: 5mm;
}

  
  
}










/*------------ Page Register ------------*/

#Sec_RegisterPage {
  padding: 5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.Box_RegusterBig {
  background-color: white;
  width: 40%;
  padding: 3rem;
}

.Box_RegusterBig h3 {
  font-size: 26px;
  font-weight: 500;
  color: #000;

}

.Box_checkNoti {
  padding-top: 1rem;
}

.Box_checkNoti label {
  font-size: 14px;
  color: #A3A3A3;
}


.Button_Regis {
  padding-top: 2rem;
}

.Button_Regis .button {
    background-color: #1a1a1a;
    border: none;
    color: white;
    width: 100%;
    padding: 10px 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}


.Button_Regis .button:hover {
    background-color: #0b2172;
    border: none;
    color: white;
    width: 100%;
    padding: 10px 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}







/*------------ Page Seach หน่วยงาน ------------*/

#Image_BannerShow {
    padding: 9rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -64px;
}

.txt-head-bg {
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
}

#Seach_BoxShow {
  padding: 4rem;
}

.Head_TextSec {
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}







/*------------ Tab ------------*/


.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}



.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 15px;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    background-color: #f5f5f5;
    border-radius: 50px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d00;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    background: #0000;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #0000;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border-radius: 50px;
    font-size: 14px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.tabset {
  width: 100%;
  margin-top: 40px;
}

.tabset img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.tabset .form-select-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    border-radius: 50px;
}


.But_search {
  margin-top: 20px;
}

.But_search a {
    background-color: #084298;
    padding: 10px 50px 10px 50px;
    border-radius: 50px;
}

.Box_ShoeBigMap {
    margin-top: 30px !important;
}

.table-striped th {
    font-size: 13px;
    font-weight: 400 !important;
    background-color: #084298 !important;
    color: #fff;
}

.table-striped td {
      font-size: 13px;
    font-weight: 400 !important;
}

.table-striped  .table > :not(caption) > * > * {
    padding: 10px 14px 10px 1px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.Box_ShoeBigMap a {
    background-color: #084298;
    padding: 3px 23px;
    border-radius: 50px;
}








.w3-black, .w3-hover-black {
    color: #fff!important;
    background-color: #084298!important;
    border-radius: 6px;
}

.w3-black, .w3-hover-black:hover {
    color: #fff!important;
    background-color: #084298!important;
    border-radius: 6px;
}

.w3-modal-content {
    width: 80%;
    padding: 40px;
}

.StuTus_Download .activeonline span {
  background-color: #14bd6f;
    padding: 2px 20px 1px 5px;
    border-radius: 60px;
    margin-right: 10px;
}

.StuTus_Download .cancel span {
    background-color: red;
    padding: 2px 20px 1px 5px;
    border-radius: 60px;
    margin-right: 10px;
}

.fa-list-ul:before {
    content: "\f0ca";
    font-size: 18px;
    color: #084298;
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f0ca";
    font-size: 18px;
    color: #084298;
}

.fa-map-marker:before {
    content: "\f041";
    font-size: 18px;
    color: #084298;
}

.fa-calendar-o:before {
    content: "\f133";
    font-size: 18px;
    color: #084298;
}

.fa-user:before {
    content: "\f007";
    font-size: 18px;
    color: #084298;
}

















#Sec_BoxContact {
  padding: 4rem;
}

.Box_showContact {
    background-color: #ebebeb4a;
    padding: 3rem;
    margin-top: 2rem;
}

.Head_Contact h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
}

.Detail_ContactBig {
  padding-top: 2rem;
}

.Detail_ContactBig p {
  color: #686868;
  font-size: 16px;
}

.Detail_ContactBig .fa-map-marker {
    color: #14bd6f;
    font-size: 16px !important;
}

.Detail_ContactBig .fa-phone {
    color: #14bd6f;
    font-size: 16px !important;
}


.Detail_ContactBig .fa-envelope {
    color: #14bd6f;
    font-size: 16px !important;
}

.Icon_social  {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.Icon_social a {
  font-size: 16px;
  color: #0b216f;
  text-decoration: none !important;
}






/*------------ Page News ------------*/


#Sec_BoxNewDetail {
  padding: 5rem;
}

.DateIn p {
  text-align: center;
  font-size: 12px;
  color: #949599;
  padding: 1rem 0rem 1rem 0rem;
}

.fa-calendar-o {
   color: #949599;
}

.Img_Titel img {
  Width : 100%;
  Height : 100%;
  object-fit: cover;
}

.Head_TitleNew h5 {
  text-align: center;
}

.De_ContactShow p {
  color : #606060;
  font-size: 14px;
  padding-bottom: 1rem;
  text-indent: 50px;	
  padding-top: 1rem;
}

#Sec_NewActivites .But_search .button {
    background-color: #084298;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    width: 100%;
}


#Sec_NewActivites .box_input .form-control {
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
}


#Sec_NewActivites .box_input .form-select {
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
}

.Box_imageGallery {
  padding-top: 50px;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}


.Button_Download {
  padding-top: 30px;
}

.Button_Download .button {
    background-color: #084298;
    border: none;
    color: white;
    padding: 8px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

#Sec_BigDocument {
  padding: 4rem;
}


.Box_Documentchoice {
    margin: 5rem;
    padding: 2rem;
    box-shadow: inset 2px 2px 2px 0px rgb(237 237 237 / 33%), 7px 7px 20px 0px rgb(141 141 141 / 10%), 4px 4px 5px 0px rgb(243 241 241 / 10%);
}


.Head_TextDocum {
  text-align: center;
    color: #000000;
    font-size: 26px;
    font-weight: 600;
}


.Box_buttonActive .buttonActive {
  background-color: #F5F5F5 !important;
    border-radius: 50px;
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonActive .buttonActive:hover {
  background-color: #fff !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonActive a {
  color: #000 !important;
  font-size: 16px;
}

.Box_buttonActive  img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}


.Box_buttonOption .buttonActives {
  background-color: #753030 !important;
    border-radius: 50px;
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonOption .buttonActives:hover {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonOption a {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
  color: #ffffff !important;
  font-size: 16px;
}

.Box_buttonOption  img {
  
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.Box_buttonGender .buttonActive {
  background-color: #753030 !important;
    border-radius: 50px;
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonGender .buttonActive:hover {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonGender a {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
  color: #ffffff !important;
  font-size: 16px;
}

.Box_buttonGender  img {
  
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.Box_buttonOption1 .buttonActives {
  background-color: #753030 !important;
    border-radius: 50px;
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonOption1 .buttonActives:hover {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonOption1 a {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
  color: #ffffff !important;
  font-size: 16px;
}

.Box_buttonOption1  img {
  
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.Box_buttonGender1 .buttonActiveq {
  background-color: #753030 !important;
    border-radius: 50px;
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonGender1 .buttonActiveq:hover {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonGender1 a {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
  color: #ffffff !important;
  font-size: 16px;
}

.Box_buttonGender1  img {
  
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.Box_buttonOption2 .buttonActives {
  background-color: #753030 !important;
    border-radius: 50px;
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonOption2 .buttonActives:hover {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonOption2 a {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
  color: #ffffff !important;
  font-size: 16px;
}

.Box_buttonOption2  img {
  
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.Box_buttonGender2 .buttonActivez {
  background-color: #753030 !important;
    border-radius: 50px;
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonGender2 .buttonActivez:hover {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.Box_buttonGender2 a {
  background-color: #3e3d3d !important;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 11%);
    border: 1px solid;
    padding: 7px 20px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
  color: #ffffff !important;
  font-size: 16px;
}

.Box_buttonGender2  img {
  
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.Button_DocumSent {
  margin-top: 60px;
  margin-bottom: 60px;
}

.Button_DocumSent .button {
  background-color: #1a1a1a;
    border: none;
    color: white;
    padding: 10px 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

#Sec_RegisterDocum {
  padding: 4rem;
}


.Box_DocumRegister {
    margin: 5rem;
    padding: 3rem;
    box-shadow: inset 2px 2px 2px 0px rgb(237 237 237 / 33%), 7px 7px 20px 0px rgb(141 141 141 / 10%), 4px 4px 5px 0px rgb(243 241 241 / 10%);
}


.Head_TextRe p {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0rem !important;
}


.Head_TextRe span {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}


.Button_TwoAvtiveSent .buttondetail {
  background-color: #F5F5F5;
    border: none;
    color: #000 !important;
    padding: 10px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.Button_TwoAvtiveSent .buttondetail:hover {
  background-color: #1a1a1a;
    border: none;
    color: white !important;
    padding: 10px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.Button_TwoAvtiveSent .buttondocum {
  background-color:  #F5F5F5;
    border: none;
    color: #000 !important;
    padding: 10px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.Button_TwoAvtiveSent .buttondocum:hover {
  background-color: #1a1a1a;
    border: none;
    color: white !important;
    padding: 10px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.From_inputBigPage ::placeholder {
  color: #A3A3A3 !important;
  font-size: 16px;
}


.From_inputBigPage .form-select .selected {
  color: #A3A3A3 !important;
  font-size: 16px;
}

.From_inputBigPage .form-label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 16px;
}

.Button_RegisterDocum {
  margin-top: 40px;
}

.Button_RegisterDocum .button {
  background-color: #1a1a1a;
    border: none;
    color: white !important;
    padding: 10px 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

.From_inputBigPage .form-control {
  border-radius: 50px;
}

.From_inputBigPage .form-select {
  border-radius: 50px;
}


#Sec_fileupbig {
  padding: 4rem;
}


.file_upfile {
    margin: 5rem;
    padding: 3rem;
    box-shadow: inset 2px 2px 2px 0px rgb(237 237 237 / 33%), 7px 7px 20px 0px rgb(141 141 141 / 10%), 4px 4px 5px 0px rgb(243 241 241 / 10%);
}

.list_Numberfile {
  margin-top: 30px;
}

.choiceenum p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.choiceenum {
  padding-top: 15px;
}



.Box_starbig {
    margin: 5rem;
    padding: 3rem;
    box-shadow: inset 2px 2px 2px 0px rgb(237 237 237 / 33%), 7px 7px 20px 0px rgb(141 141 141 / 10%), 4px 4px 5px 0px rgb(243 241 241 / 10%);
}


#Sec_BoxReview {
  padding: 4rem;
}

.Head_Textstarbig {
    text-align: center;
    color: #000000;
    font-size: 26px;
    font-weight: 600;
}

.Detail_TextHead {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.Detail_TextHead span {
    text-align: center;
    color: #949599;
    font-size: 16px;
    font-weight: 600;
}

.Star_vote {
  padding-top: 25px;
  padding-bottom: 45px;
}

.Star_vote .fa-star {
    color: #FFC200;
    font-size: 65px;
}


.Button_sentbut .button {
  background-color: #1a1a1a;
    border: none;
    color: white !important;
    padding: 10px 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}




.fh-button-sticky {
  background-color: #1a1a1a;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 0 0 10px 10px;
  transform: rotate(-90deg);
  position: fixed;
  top: 350px;
  left: -67px;
  transition: box-shadow 0.2s ease-out;
}
.fh-button-sticky:hover {
  box-shadow: -3px 3px 5px 2px #ccc;
}

.fa-book {
    content: "\f02d";
    font-size: 26px !important;
}


#Sec_QandAFution {
  padding: 4rem;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 20px;
}

.active, .accordion:hover {
  background-color: #7A58BF; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/*------ Img zoom---------*/
figure.goOnZoom {
  position: relative;
  width: 500px;
  overflow: hidden;
    cursor: zoom-in;
}
figure.goOnZoom img {
  transition: opacity .5s;
  display: block;
    width: 100%;
}   
figure.goOnZoom img:hover { opacity: 0; }


/*------ css fin ---------*/
.Section-mydata {
    margin-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;

}

.warpbigbox-mydata {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 40px;
    box-shadow: 0px 2px 70px 0px #00000012;

}

.divboxdata-left {
    width: 25%;
    margin-right: 40px;
}

.divboxdata-right {
    width: 75%;
}

.box-btn-data {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.texthead-data {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-left: 40px;
    margin-bottom: 20px;
}

/* Style the tab */
.tabboxdata {
    float: left;
    /* border: 1px solid #ccc; */
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
}

/* Style the buttons inside the tabboxdata */
.tabboxdata button {
    display: block;
    background-color: #fff;
    color: #4D4A49;
    padding: 18px 20px;
    width: 100%;
    border: 1px solid #D2D2D2;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 400;
}

/* Change background color of buttons on hover */
.tabboxdata button:hover {
    background-color: #2e4dc1 !important;
    color: #fff;
    border: 1px solid #2e4dc1 !important;
}

/* Create an active/current "tabboxdata button" class */
.tabboxdata button.active {
    background-color: #1a1a1a !important;
    color: #fff;
    border: 1px solid #1a1a1a !important;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0;
    width: 100%;
    height: auto;
}

.tab-boxcontent {
    border: 1px solid #D2D2D2;
    margin-bottom: 40px;
}

.iconmydata {
    margin-right: 8px;
}

/* .iconmydata button.active {
    color: #fff !important;
} */

.boxheader-data-right {
    padding: 30px;
    border-bottom: 1px solid #D2D2D2;
}

.boxnormal-data-right {
    padding: 30px 30px 35px 30px;
    border-top: 1px solid #D2D2D2;
}

.bigbox-data-agency {
    display: flex;
}

.boxnormal-data-right-pass {
    padding: 30px 250px 35px 250px;
}

.box-certification {
    padding: 20px 30px;
    display: flex;
}

.inbox-cer-left {
    width: 75%;
}

.inbox-cer-right {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}

.box-status-certi {
    display: flex;
    align-items: center;
}

.btn-data {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* padding: 10px 30px; */
    width: 136px;
    height: 34px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn-data-pass {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /*padding: 10px 30px;
    */
    width: 100%;
    height: 40px;
    padding: 4px 15px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn-data:hover {
    background-color: #2e4dc1;
}

.btn-data-pass:hover {
    background-color: #2e4dc1;
}

.box-input-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.input-data {
    width: 86%;
    color: #000;
    font-size: 18px;
    font-weight: 300 !important;
    padding: 4px 15px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.input-data-pass {
    width: 100% !important;
    height: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 300 !important;
    padding: 4px 15px;
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.map-data {
    width: 100% !important;
    height: 300px;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-w-400 {
    font-weight: 400;
}

.text-w-500 {
    font-weight: 500;
}

.text-w-600 {
    font-weight: 600;
}

.text-blue {
    color: #1a1a1a;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #A3A3A3;
}

.text-white {
  color: #fff;
}

.background-gray {
    background-color: #F5F5F5;
}

.icon-green {
    font-size: 20px !important;
    color: #309939;
}

.icon-yellow {
    font-size: 20px !important;
    color: #FFE600;
}

.icon-red {
    font-size: 20px !important;
    color: #FF0000;
}

.img-agency {
    width: 24px;
    height: 24px;
}

.warper-box-new-noti {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
}

.box-new-noti {
  background-color: #FF0000;
  padding: 2px 14px;
  
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}























/*---------------------*/
/*------ RESPOSIVE ---------*/
/*---------------------*/

@media screen and (min-width:332px) and (max-width:767px) {


header {
  display: none !important;

}

.bg-bannerTitle {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}

.Box_FromOne {
    padding: 3rem;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 20px;
}

#Sec_NewActivites {
    padding: 2rem;
    background-color: #F6F6F6;
}

.Head_News h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.Box_cardNews .card-text {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#Image_BannerShow {
    padding: 7rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -64px;
}

.carousel {
    margin-top: -752px;
}


.txt-head-bg {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

#Sec_BoxActive .Box_ShoeAgency {
    padding: 1rem;
    border: 2px solid #64646424;
    height: 180px;
    margin-top: -70px;
    position: relative;
    background-color: white;
    margin-bottom: 55px;
}


.Img_BoxAgicon img {
    border-right: 0px solid #D6D6D6;
    padding-right: 1rem;
    width: 99px;
    height: 83px;
    object-fit: cover;
    margin-top: 10px;
}

.Img_BoxAgOrder img {
  border-right: 0px solid #D6D6D6;
  padding-right: 1rem;
  width: 99px;
  height: 83px;
  object-fit: cover;
  margin-top: 10px;
  align-items: center;
}
.Head_TextName p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-top: 10px;
}


.Detail_Ag {
    font-size: 14px;
    color: #393939;
    text-indent: 50px;
    padding-top: 20px;
}


#Sec_BoxAgtwo {
    background-color: #d6d6d624;
    padding: 0rem;
}

#Sec_BoxAgthree {
    padding: 0rem;
}

.Button_Move {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#Sec_BoxAgfour {
    background-color: #d6d6d624;
    padding: 0rem;
}

#Sec_NewActivites .box_input .form-select {
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
}

#Sec_BoxLogin {
    padding: 0rem;
}

.box_insite {
    margin: 1rem;
    box-shadow: inset 2px 2px 2px 0px rgb(237 237 237 / 33%), 7px 7px 20px 0px rgb(141 141 141 / 10%), 4px 4px 5px 0px rgb(243 241 241 / 10%);
}

.Box_Documentchoice {
    margin: -1rem;
    padding: 2rem;
    box-shadow: inset 2px 2px 2px 0px rgb(237 237 237 / 33%), 7px 7px 20px 0px rgb(141 141 141 / 10%), 4px 4px 5px 0px rgb(243 241 241 / 10%);
}

  #Sec_BigDocument {
    padding: 1rem;
}

.slideshowContainer {
    position: relative;
    overflow: hidden;
    margin: -100px 0 0px 0;
    width: 100%;
    height: 250px;
    margin-top: -754px;
}





}

@media screen and (min-width: 768px) and (max-width: 1200px) {







}