@charset "utf-8";
/* ------ reset.css * Resets default browser CSS.---------- */
html {
  margin: 0;
  padding: 0;
  border: 0;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body{
width:100%;
}
body {
  font-family: 'Poppins-Regular','Prompt-Regular','LayijiMahaniyom';
  color: #000;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  height: auto;
  min-height: 100%;
  overflow-x:hidden;
  background-color:#F2FDFF ;
}
p {
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}
table,
th,
td {
  vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: none;
}
:focus {
  outline: 0;
}
ul li {
  list-style: none;
}

/* end reset */
body{
  min-height: 1000px;
}
a{
  color: #001A53;
}
a,
button {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
strong{
  font-weight: normal;
}
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  outline-offset: 0;
}

h1,h2,h3,h4,h5,strong {
  font-family: 'Poppins-SemiBold';
  color: #001A53;
}
h1{
    font-size: 30px;
    line-height: 35px;
}
h2{
  font-size: 24px;
  line-height: 34px;
}
.header-name h1,
h3{
  font-size: 20px;
  line-height: 30px;
}
h4{
  font-size: 16px;
  line-height: 24px;
}
h5{
  font-size: 14px;
  line-height: 24px;
}
img {
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.clearboth {
  clear: both;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;  
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  cursor: pointer;
}
select.form-control {
  background-repeat: no-repeat;
  background-position: calc( 100% - 15px) center !important;
  background-image: url(../images/bg-select.svg);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
}
.form-control::-webkit-input-placeholder {
  color: #B7B7B7;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #B7B7B7;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #B7B7B7;
}
.form-control:-ms-input-placeholder {
  color: #B7B7B7;
}
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: rgba(0, 26, 83, 0.5);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:disabled, 
.form-control[readonly] {
  background: #F8FAFF;
  border: 1px solid #F8FAFF;
  color: #000;
  opacity: 1;
  cursor: no-drop;
}
.text-med{
  font-family: 'Poppins-Medium','Prompt-Medium';
}
.text-reg{
  font-family: 'Poppins-Regular','Prompt-Regular' !important;
}
.text-semi{
  font-family: 'Poppins-SemiBold','Prompt-SemiBold';
}
.font24{
  font-size: 24px;
  line-height: 40px;
}
.font20{
  font-size: 20px; /* up 1 point */
  line-height: 30px;
}
.font12{
  font-size: 12px;
  line-height: 15px;
}
.font14{
  font-size: 14px;
  line-height: 24px;
}
.font16{
  font-size: 16px;
  line-height: 24px;
}
.btn-white,
.btn-blue,
.btn-primary{
  font-family: 'Poppins-Medium','Prompt-SemiBold';
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 16px;
  text-align: center;
  letter-spacing: 0.32px;
  border: none;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(71.87deg, #FD8A02 4.95%, #E6A000 78.48%);
}
.btn-primary:hover,
.btn-primary:focus{
  background: linear-gradient(71.87deg, #001A53 4.95%, #001A53 78.48%);
}
.btn-white {
  color: #001A53;
  background-color: #fff;
}
.btn-white:hover,
.btn-white:focus{
  background-color: #B7B7B7;
}
.btn.btn-org{
  background: linear-gradient(71.87deg, #FD8A02 4.95%, #E6A000 78.48%);
  border-radius: 30px;
  color: #fff;
}
.btn.btn-org:hover,
.btn.btn-org:focus{
  background:#001A53 ;
}
.btn-blue {
  color: #fff;
  background: linear-gradient(66.77deg, #4B5F87 -3.6%, #001A53 64.51%);
}
.btn-blue:hover,
.btn-blue:focus{
  color: #fff;
  background: linear-gradient(66.77deg, #001A53 -3.6%, #4B5F87 64.51%);
}
.mg-bt-30{
  margin-bottom: 30px !important;
}
.mg-bt-24{
  margin-bottom: 24px !important;
}
.mg-bt-16{
  margin-bottom: 16px !important;
}
.mg-bt-10{
  margin-bottom: 10px;
}
.mg-bt-6{
  margin-bottom: 6px;
}
.mg-t-50{
  margin-top: 50px;
}
.mg-t-80{
  margin-top: 80px;
}
.pd-bt-0{
  padding-bottom: 0 !important;
}
.mg-0{
  margin: 0 !important;
}
.mg-bt-0{
  margin-bottom: 0 !important;
}
.pd-r-0{
  padding-right: 0;
}
.pd-24{
  padding: 24px;
}
.mg-t-5{
  margin-top: 5px;
}
.mg-r-10{
  margin-right: 10px;
}
.border-radius8{
  border-radius: 8px;
}
.box-circle{
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  box-shadow: 4px 4px 20px rgb(0 0 0 / 8%);
  display: inline-flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  top: -3px;
}
.topfixed .block-header{
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.topfixed .wrapper{
  padding-top: 50px;
}
/* css burger */
#menuToggle{
  display: block;
  position: relative;
  top: 13px;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  height: 20px;
  cursor: pointer;
}
#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#menuToggle span{
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #001A53;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-1px, -1px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(2px, -1px);
}
#menu{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menuToggle input:checked ~ ul{
  transform: none;
}
/* end burger*/
.block-header{
  position: relative;
  z-index: 100;
  padding: 15px 15px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  height: 70px;
}
.box-logoname a{
  display: inline-block;
  line-height: 0;
}
.logo-img img{
  width: 40px;
  border-radius: 3px;
}
.box-lange .dropdown {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #F4F4F4;
  color: #000;
  border: none;
  min-width: 200px;
  height: 55px;
  font-size: 16px;
  font-family: 'Poppins-SemiBold';
  padding: 8px;
  cursor: pointer;
}
.box-lange .select span{
  padding-left: 50px;
}
.box-lange .select{
  background-image: url(../images/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}
.box-lange input[value="th"] + .select span,
.box-lange input[value="en"] + .select span{
  background-size: auto 23.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.box-lange input[value="th"] + .select span{
  background-image: url(../images/flag-th.png);
}
.box-lange input[value="en"] + .select span{
  background-image: url(../images/flag-en.png);
}
.header-manage .box-circle{
  position: relative;
  top: -15px;
}
.block-header-in{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-logo{
  display: flex;
  flex-direction: row;
}
.box-logoname span{
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.box-logoname a{
  font-family: 'Poppins-SemiBold','Prompt-SemiBold';
  font-size: 20px;
  line-height: 0;
  display: flex;
}
.header-name{
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.box-logoname a:hover{
  color: #001A53;
}
.logo-name{
  margin-left: 15px;
}
.box-logoname a,
.header-name{
  height: 40px;
}
.box-circle a{
  display: block;
  line-height: 0;
}
.icon-user{
  padding: 1px;
}
.icon-user img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-manage{
  display: flex;
  flex-direction: row;
  justify-content: end;
  position: relative;
  z-index: 10;
}
.header-manage > div{
  margin-left: 24px;
}
.box-lange .dropdown-menu img{
  height: 23.5px;
}
.box-lange .dropdown-menu{
  box-shadow: 4px 4px 20px rgb(0 0 0 / 8%);
  border: none;
  border-radius: 6px;
  margin-top: 5px;
  width: 100%;
  min-width: inherit;
  padding: 0 0 8px 0;
}
.box-lange .dropdown-menu li{
  cursor: pointer;
  padding:8px;
  line-height: 0;
}
.box-lange .dropdown-menu li img{
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.wrapper .container-fluid{
  padding: 0 30px 0 110px;
}
.block-content{
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
  margin-bottom: 30px;
}
.icon-headline{
  background: linear-gradient(71.87deg, #FD8A02 4.95%, #E6A000 78.48%);
  box-shadow: 0px 5px 15px rgb(255 213 150 / 46%);
  border-radius: 4px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 15px;
}
.icon-headline img{
  height: 20px;
}
.box-headline{
  color: #001A53;
  position: relative;
  margin-bottom: 15px;
}
.bg-right::before{
  width: 117px;
  height: 4px;
  border-radius: 5px;
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #F6E05E;
}
.bg-right::after{
  width: 46px;
  height: 4px;
  border-radius: 5px;
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  background-color: #FD8A02;
}
.box-headline h2{
  padding: 12px 15px;
  background-color: #FAFAFA;
  display: inline-block;
  border-radius: 10px;
}
.box-input label{
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.box-input{
  margin-bottom: 16px;
  position: relative;
}
.form-control.input-icon{
  padding-left: 50px;
  background-position:14px center;
  background-repeat: no-repeat;
}
.input-user{
  background-image: url(../images/icon-user.svg);
}
.input-email{
  background-image: url(../images/icon-email.svg);
}
.input-phone{
  background-image: url(../images/icon-phone.svg);
}
.input-roomtype{
  background-image: url(../images/icon-roomtype.svg);
}
.input-roomsize{
  background-image: url(../images/icon-roomsize.svg);
}
.input-floor{
  background-image: url(../images/icon-floor.svg);
}
.input-lift01{
  background-image: url(../images/icon-lift01.svg);
}
.input-lift02{
  background-image: url(../images/icon-lift02.svg);
}
.input-tower{
  background-image: url(../images/icon-building.svg);
}
.input-area{
  background-image: url(../images/icon-area.svg);
}
.input-storey{
  background-image: url(../images/icon-storey.svg);
}

.input-calendar{
  background-image: url(../images/icon-calendar.svg);
}

.box-input .dropdown .btn{
  width: 100%;
  text-align: left;
  height: 35px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  background-color: #fff;
  color: #B7B7B7;
} 
.box-input .dropdown .btn.input-icon{
  padding-left: 50px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.icon-label{
  background-image: url(../images/icon-label.svg);
}
.box-input .dropdown .dropdown-toggle::after{
  content: '';
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 2;
  border: none;
  width: 24px;
  height: 24px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-image: url(../images/bg-select.svg);
  background-size: auto 8px;
}
.box-input .dropdown-menu{
  width: 100%;
  font-size: 14px;
  border: 1px solid #EEEEEE;
  padding: 0;
}
.box-input .dropdown-menu a{
  border-bottom: 1px solid #EEEEEE;
}
.box-input .dropdown-menu a:last-child{
  border: none;
}
.btn.btn-add{
  background: linear-gradient(66.77deg, #4B5F87 -3.6%, #001A53 64.51%);
  box-shadow: 4px 4px 20px rgb(0 0 0 / 8%);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  padding: 2px;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn.btn-add:hover,
.btn.btn-add:focus{
  background: linear-gradient(66.77deg, #232323 -3.6%, #232323 64.51%);
}
.btn.btn-add img{
  margin: 0 auto;
  display: block;
  max-width: 24px;
}
.box-input.input-add .dropdown{
  width: calc(100% - 45px);
}
/* css datepicker */
.datepicker{
  padding: 0 !important;
  border: none;
}
.datepicker-days{
  padding: 20px;
  box-shadow: 0px 10px 13px rgb(17 38 146 / 5%);
}
.datepicker table{
  font-family: 'Kanit-Regular';
  font-size: 13px;
  line-height: 18px;
  background-color: #fff;
  width: 260px;
  border: none;
  border-radius: 8px;

}
.datepicker table thead tr:nth-child(2) th{
  background-color: transparent !important;
  border-radius: 0;
  color: #000;
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  padding: 8px 5px;
}
.datepicker table thead tr:nth-child(3)  th{
  border-radius: 0;
  color: #9C9D9F;
  font-family: 'Poppins-Medium';
  font-size: 13px;
  height: 40px !important;
  border-bottom: 3px solid #fff;
  border-radius: 0 !important;
  padding-top: 15px;
}
.datepicker td, .datepicker th{
  width: 35px !important;
  height: 35px !important;
  color: #374957;
   font-family: 'Poppins-Regular';
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover{
  background: linear-gradient(71.87deg, #FD8A02 4.95%, #E6A000 78.48%) !important;
  color: #fff !important;
   font-family: 'Poppins-Regular';
 }
 .datepicker table tr td.active.active{
   color: #fff !important;
   background: linear-gradient(71.87deg, #FD8A02 4.95%, #E6A000 78.48%) !important;
    font-family: 'Poppins-Regular';
    text-shadow: none;
 }
 .datepicker{
   z-index: 9999 !important;
 }
 .datepicker  table thead tr th.prev,
 .datepicker  table thead tr th.next{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  text-indent: -100px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
 }
 .datepicker  table thead tr th.prev,
 .datepicker  table thead tr th.prev:hover{
   background-image: url(../images/arrow-prev.svg) !important;
   background-position: center center;
   background-color: transparent;
   background-repeat: no-repeat;
 }
 .datepicker table thead tr th.next,
 .datepicker table thead tr th.next:hover{
  background-image: url(../images/arrow-next.svg) !important;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
 }
 .input-group.date{
  position: relative;
  background-color: #fff;

  }
  .input-group-append img{
    height: 25px;
  }
 .input-group.date .form-control{
   overflow: hidden;
   box-shadow: none;
   padding-left: 50px;
   border-radius: 4px !important;
 }
 .input-group.date .input-group-append{
  right: inherit;
  left: 5px;
  top: 4px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  height: 25px;
  padding: 1px 10px;
 }

 /* end datepicker */
 .sub-headline {
  position: relative;
  margin-bottom: 16px;
 }
 .sub-headline::after{
  left: 0;
  top: 20px;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
 }
 .sub-headline h2{
  background-color: #fff;
  padding-right: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-family: 'Poppins-Medium','Prompt-Medium';
  
 }
 .box-input label span{
  display: inline-block;
  margin-left: 5px;
  color: #B7B7B7;
  font-size: 12px;
 }
 .btn-submitpage{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
 }
 .btn-submitpage.btn-right{
  justify-content: flex-end;
 }
 .btn-submitpage .btn{
  height: 40px;
  display: inline-flex;
  min-width: 150px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  border-radius: 30px;
  padding: 9px 10px;
 }
 .btn-submitpage .btn img{
  position: relative;
  top: -4px;
 }
 .box-icon-nav a{
  display: flex;
  width: 74px;
  height: 74px;
  background: #FFFFFF;
  border: 1px solid rgba(236, 236, 236, 0.5);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 200px;
  justify-content: center;
  flex-direction: row;
  position: relative;
  z-index: 2;
 }
 .box-icon-nav a:hover{
  background-color: #eee;
 }
 .box-icon-nav img{
  max-width: 50px;
  margin: 0 auto;
 }
 .block-nav{
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  position: relative;
 }
 .block-nav::after{
  left: 0;
  top: 40px;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color:#CBD5E0 ;
 }
 .block-nav > div{
  margin-right: 60px;
 }
 .text-blue{
  color:#001A53;
 }
 .img-profile{
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
 }
 .img-profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .block-profile-in{
  box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
  border-radius: 8px;
  padding: 20px 28px;
  position: relative;
 }
 .box-profile-name{
  display: flex;
  flex-direction: row;
  position: relative;
 }
 .text-profile h2{
  margin: 5px 0;
 }
 .user-code{
  color: #fff;
  display: inline-block;
  background: linear-gradient(71.87deg, #FD8A02 4.95%, #E6A000 78.48%);
  border-radius: 29px;
  padding: 2px 10px;
 }
 .block-profile-in .btn{
  position: absolute;
  right: 20px;
  top: 40px;
  height: 40px;
  min-width: 110px;
  font-family: 'Poppins-SemiBold';
  display: inline-flex;
  justify-content: center;
  padding: 7px 10px;
 }
 .block-profile-in .btn img{
  margin-left: 8px;
  position: relative;
 }
 .box-shadow{
  border: 1px solid #EEEEEE;
  box-shadow: 4px 4px 20px rgba(17, 38, 146, 0.08);
  border-radius: 8px;
 }
 .t-contact{
  position: relative;
  padding-left: 35px;
 }
 .t-contact img{
  position: absolute;
  left: 0;
  top: -1px;
  margin-right: 10px;
  max-height: 25px;
 }
 .text-blue a{
  word-wrap: break-word;
 }
 /* css facility*/
 .block-facility{
  overflow-y: hidden;
  padding-bottom: 20px;
  margin-right: -12px;
 }
 .block-facility ul{
  float: left;
  width: 100%;
  margin:0 -12px;
 }
 .block-facility ul li{
  float: left;
  width: calc(100% / 7);
  margin-bottom: 24px;
  padding:0 12px;
 }
 .box-facility{
  position: relative;

 }
 .box-facility label{
  height: 111px;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgb(0 0 0 / 8%);
  border-radius: 12px;
  padding: 10px 5px;
  width: 100%;
  display: flex;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px solid transparent;
  flex-direction: column;
  justify-content: center;
 }
 .img-facility{
  height: 60px;
  line-height: 0;
  margin-bottom: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
 .img-facility img{
  max-height: 60px;
 }
 .t-facility{
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  text-transform: capitalize;
 }
 .box-facility input[type=checkbox]{
  width:100% !important;
  height:100% !important;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.box-facility input[type=checkbox]:checked + label{
  background: #EAF9FF;
  border: 2px solid #95B8FF;
  box-shadow: 4px 4px 20px #C6DDFF;
}
.box-facility input[type=checkbox]:checked + label:after {
  content:  url(../images/ico-check.svg);
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 22px;
  z-index: 2;
}
.box-subheadline{
  background: #FFFFFF;
  box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
  border-radius: 8px;
  padding: 8px 24px;
  margin-bottom: 24px;
}
.box-subheadline p{
  color: #4B5F87;
}
.box-subheadline h3 img{
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.block-editor{
  background: #F7F7F7;
  padding: 15px;
  position: relative;
}
.icon-lang{
  position: absolute;
  right: 13px;
  top: 16px;
  height: 18px;
}
.tox .tox-menubar{
  display: none !important;
}
.tox-tinymce{
  border: 1px solid #EEEEEE !important;
  border-radius: 4px !important;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
  border-bottom:  1px solid #EEEEEE !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.tox-statusbar__branding{
  opacity: 0;
}
.block-editor{
  margin-bottom: 30px;
}
.box-input-switch > div{
  display: flex;
}
.t-switch{
  display: flex;
}
.t-switch img{
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.box-switch{
  height: 24px;
  position: relative;
}
.box-switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
  position: absolute;
  top: 0;
}
.box-switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 28px;
	background: grey;
	display: block;
	border-radius: 24px;
	position: relative;
}
.box-switch label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 24px;
	height: 24px;
  border: 1px solid #EEF0F3;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  transition: 0.3s;
}
.box-switch input:checked + label {
	background: #34C759;
}
.box-switch input:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}
.box-switch label:active:after {
	width: 23px;
}
.t-switch span{
  display: inline-flex;
  width: 120px;
}
.box-input-switch .box-input{
  height: 35px;
}
.box-input-switch .box-input input{
display: none;
}
.box-input-switch.open .box-input input{
  display: block;
}
.title-pet{
  display: flex;
  flex-direction: row;
}
.input-required > label{
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.input-required > label::after{
  content: '*';
  position: absolute;
  right: 0;
  top: 0;
  color: #C53030;
}
.block-mapaddress{
  background: #F8F8F8;
}
.block-mapsearch{
  height: 355px;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.box-map-latlong{
  display: flex;
  flex-direction: row;
  padding: 12px 16px;
}
.t-latlong{
  background: #FFFFFF;
  border-radius: 4px;
  padding: 2px 8px;
  color: rgba(0, 0, 0, 0.64);
  margin-right: 16px;
}
.t-latlong span{
  color: #4B5F87;
}
.t-latlong strong{
  display: inline-block;
  padding-right: 12px;
  margin-right: 8px;
  position: relative;
}
.t-latlong strong::after{
  height: 11px;
  width: 1px;
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  background: #CBD5E0;
}
.block-mapsearch iframe{
  width: 100%;
  height: 100%;
}
.search-map{
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 20px;
  width: 100%;
}
.btn-point .btn{
  width: 41px;
  height: 41px;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
}
.btn-point .btn:hover{
  background-color: #ededed;
}
.search-map .box-input > button{
  position: absolute;
  z-index: 2;
  background-color: transparent;
  border: none;
  top: 5px;
  left: 2px;
}
.search-map .box-input{
  width: calc(100% - 200px);
}
.search-map .box-input .form-control{
  padding-left: 40px;
  height: 41px;
}
.search-map{
  display: flex;
  flex-direction: row;
}
.box-checkbox
.gm-fullscreen-control{
  display: none !important;
}
.gmnoprint.gm-bundled-control-on-bottom .gmnoprint{
  top: -200px !important;
}
#map {
  width: 100%;
  height: 100%;
}
#map > div:nth-child(2){ display: none !important;}
/* end css map*/
/* .box-checkbox */
.box-checkbox {
  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: none;
}
.box-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #C4C4C4;
  margin: 0 12px 0 0;
}
.box-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.box-checkbox input:checked ~ .checkmark {
  background: #2074FF;
  border: 2px solid #2074FF;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.box-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.box-checkbox .checkmark:after {
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
}
.box-border-radio .box-checkbox{
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  height: 36px;
  margin: 0;
}
.box-checkbox .t-check{
  font-size: 15px;
  line-height: 15px;
  color: #000;
  margin: 0;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 11px;
}
.box-border-radio .checkmark {
  position: absolute;
  top: 7px;
  left: calc(50% - 30px);
}
.box-checkbox input:checked ~ .checkmark + strong {
  content: '';
  border: 1px solid #2074FF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.box-checkbox input:checked + .t-check{
  color: #001A53;
  margin-left: 0;
}
.box-inputgroup{
  position: relative;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  height: 40px;
}
.box-inputgroup .form-control{
  width: calc(100% - 58px);
  border: none;
  border-radius: 0;
  height: 38px;
}
.box-inputgroup:focus {
  border-color: rgba(0, 26, 83, 0.5);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-unit{
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 100%;
  background: #F4F4F4;
  /* border: 1px solid #EEEEEE; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7B7B7;
}
.btn.btn-add{
  background: linear-gradient(66.77deg, #4B5F87 -3.6%, #001A53 64.51%);
  box-shadow: 4px 4px 20px rgb(0 0 0 / 8%);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  padding: 2px;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  align-items: center;
}
.btn.btn-add:hover,
.btn.btn-add:focus{
  background: linear-gradient(66.77deg, #232323 -3.6%, #232323 64.51%);
}
.btn.btn-add img{
  margin: 0 auto;
  display: block;
  max-width: 24px;
}
.box-input.input-add .box-inputgroup{
  width: calc(100% - 50px);
}
.control-inputarea{
  padding-right: 15px;
}
.control-inputarea label{
  margin-bottom: 5px;
}
.form-manage{
  border-bottom: 1px solid #EDF2F7;
  margin-bottom: 20px;
}
.input-manage label{
  height: 40px;
  line-height: 16px;
  align-items: center;
  display: flex;
  margin: 0;
}
.input-manage .text-unit{
  width: auto;
  padding: 5px 10px;
}
.box-checkbox .t-check{
  margin-left: 0;
}
.list-checkbox .box-checkbox{
  display: flex;
  padding-left: 25px;
  margin-top: 3px;
}
.t-charge{
  display: flex;
}
.t-charge img{
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.input-charge .form-control:disabled,.input-charge .form-control[readonly]{
  background: #E8E8E8;
  border: 1px solid #EEEEEE;
}
.box-btnadd{
  width: 100%;
  margin: 0 auto;
  max-width: 560px;
}
.box-btnadd .btn{
  background: #FFFFFF;
  border: 1px dashed #4B5F87;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #001A53;
  padding: 12px;
}
.box-btnadd .btn:hover{
  background: linear-gradient(66.77deg, #4B5F87 -3.6%, #001A53 64.51%);
  color: #fff;
}
.box-input .label-img{
  display: flex;
  height: 31px;
  align-items: flex-end;
}
.label-img img{
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.form-viewitem{
  margin-top: 24px;
  border: 1px solid #E2E8F0;
  border-radius: 5px;
  padding: 16px 16px 10px 16px;
  padding-right: 140px;
  position: relative;
}
.form-viewitem .manage-item{
  position: absolute;
  right: 16px;
  top: 52px;
}
.manage-item > a{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
  margin-left: 16px;
}
.manage-item a:hover{
  background-color: #eee;
}
.manage-item{
  display: flex;
}
.input-view{
  color: #001A53;
}
.input-view{
  height: 24px;
  margin-bottom: 20px;
}
.input-view.input-icon {
  padding-left: 40px;
  background-position: left center;
  background-repeat: no-repeat;
}
.t-gray{
  color: #B7B7B7;
}
.input-view span{
  display: inline-block;
  margin-left: 5px;
}
.formview .input-manage label{
  height: 24px;
}
.unit-no{
  background: #F8F3F3;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-left: 10px;
}
/* css popup */
.block-popup .modal-dialog{
  max-width: 720px;
  margin: 0 auto;
  width: 90%;
}
.block-popup .modal-content{
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
  border-radius: 8px;
  border: none;
}
.block-popup .modal-header{
  padding: 0 0 15px 0;
  position: relative;
}
.block-popup .modal-header .close{
  padding: 0;
  opacity: 1;
  position: absolute;
  right: 24px;
  top: 22px;
}
.block-popup .modal-body{
  padding:24px 0 10px 0;
}
.box-form-r15{
  padding-right: 15px;
}
.block-popup .btn-submitpage{
  margin: 0;
}
.list-view .form-viewitem{
  padding-right: 30px;
}
.form-addcontact{
  max-width: 340px;
  width: 100%;
}
.box-addcontact{
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  margin-bottom: 20px;
}
.box-addcontact .btn.btn-add{
  width: 32px;
  height: 32px;
  right: 5px;
  top: 4px;
}
.btn-create .btn{
  min-width: 180px;
  padding: 9px 10px;
  border-radius: 20px;
  color: #FFF;
}
.box-input.w-80{
  width: 80px;
  margin: 0 auto;
}
.box-more{
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  position: relative;
}
.btn.favorite{
  background-image: url(../images/icon-fav.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.btn.favorite.active{
  background-image: url(../images/icon-fav-active.svg);
}
.block-submore{
  display: none;
  background: #FFFFFF;
  border: 1px solid #EDF2F7;
  box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
  border-radius: 8px;
  width: auto;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  padding: 8px;
}
.open + .block-submore{
  display: block;
}
.block-submore a{
  display: flex;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  font-family: 'Poppins-Medium','Prompt-Medium';
  text-align: left;
}
.block-submore a:hover{
  background-color: #eee;
}
.block-submore a img{
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.link-red img{
  width: 15px;
}
.link-red{
  color: #C53030 !important;
}
.block-table{
  min-height: 200px;
}
.block-table .table td{
  padding: 20px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top: none;
  font-size: 14px;
  line-height: 18px;
}
.block-table .table td a{
  color: #000;

}
.block-table .table td a:hover{
  color: #001A53;
}
.block-table .table-responsive{
  overflow-x:inherit !important;
}
.block-table .table thead th{
  vertical-align: middle;
  background: #F8F8F8;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.block-table .table tbody tr:hover{
  background: #f4fbfe;
}
/* css backoffice */
.block-left-sidebar{
  webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.block-left-sidebar {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 245px;

  background: #fff;
  border-right: 1px solid rgba(183, 183, 183, 0.4);
}
.block-left-sidebar #sidebar-menu{
  padding: 15px;
}

.box-logoname{
  display: flex;
  justify-content: space-between;
  height: 40px;
  margin-bottom: 15px;
  width: 214px;
}

#leftside-navigation{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 85px); /* 15+15+logo = 70px */
}
#leftside-navigation ul.menu-main > li > a,
#leftside-navigation ul.menu-bottom > li > a {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 39px;
  margin-bottom: 10px;
  }
#leftside-navigation ul li.open > a,
#leftside-navigation ul.menu-main > li > a:focus,
#leftside-navigation ul.menu-main > li > a:hover,
#leftside-navigation ul.menu-bottom > li > a:focus,
#leftside-navigation ul.menu-bottom > li > a:hover{
  background: rgba(149, 184, 255, 0.28);
  color: #001A53;
  font-weight: 500;
}
#leftside-navigation ul li a span{
  display: flex;
  height: 33px;
  align-items: center;
}
#leftside-navigation ul li .icon-menu{
  display: flex;
  width: 33px;
  height: 33px;
  margin-right: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 32px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#leftside-navigation ul ul {
  display: none;
}
#leftside-navigation ul li.sub-menu > ul{
  position: fixed;
  left: 245px;
  top: 0;
  height: 100vh;
  background: #FFFFFF;

  border-right: 1px solid rgba(183, 183, 183, 0.4);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.04);
  width: 270px;
}
#leftside-navigation ul li.open ul{
  display: block;
  padding: 25px 30px 25px 20px;
}
#leftside-navigation ul li.sub-menu > ul li a{
  font-size: 14px;
  line-height: 1;
  color: #000;
  opacity: 0.4;
  display: block;

}
#leftside-navigation ul li.sub-menu > ul li a:hover,
#leftside-navigation ul li.sub-menu > ul li a:focus{
  opacity: 1;
  font-weight: 500;
}
#leftside-navigation ul li.sub-menu > ul > li > a{
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

#leftside-navigation .dropdown-toggle::after{
  content: url(../images/chevron-down.svg);
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: rotate(180deg);
  line-height: 0;
}
#leftside-navigation .show .dropdown-toggle::after{
  transform: rotate(0deg);
}
#leftside-navigation .dropdown-menu{
  position: relative !important;
  margin: 15px 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow:none;
  float: none;
  transform:none!important;
}
#leftside-navigation .dropdown-menu a{
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 7px;
  color: #001A53;
}
#leftside-navigation .dropdown-menu a:hover{
  background: #E1EBFF;
}
#leftside-navigation ul li.sub-menu > ul li{
  margin-bottom: 20px;
}
.sub-menu h5{
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 500;
  color: #000;
}
.menu-home{
  background-image: url(../images/menu-home.svg);
}
li.open > a .menu-home,
a:hover .menu-home{
  background-image: url(../images/menu-home-active.svg);
}
.menu-search{
  background-image: url(../images/menu-search.svg);
}
li.open > a .menu-search,
a:hover .menu-search{
  background-image: url(../images/menu-search-active.svg);
}
.menu-pp{
  background-image: url(../images/menu-pp.svg);
}
li.open > a .menu-pp,
a:hover .menu-pp{
  background-image: url(../images/menu-pp-active.svg);
}
.menu-report{
  background-image: url(../images/menu-report.svg);
}
li.open > a .menu-peport,
a:hover .menu-report{
  background-image: url(../images/menu-report-active.svg);
}
.menu-noti{
  background-image: url(../images/menu-noti.svg);
}
.menu-setting{
  background-image: url(../images/menu-setting.svg);
}
li.open > a .menu-report,
a:hover .menu-report{
  background-image: url(../images/menu-report-active.svg);
}
.block-left-sidebar.hide {
  width: 85px;
}
.block-left-sidebar.hide  .box-logoname{
  justify-content: center;
}
.block-left-sidebar.hide .box-logoname{
  width: auto;
}
.block-left-sidebar.hide #leftside-navigation  span.text-menu,
.block-left-sidebar.hide .text-logo{
  display: none;
}
.block-left-sidebar.hide  #leftside-navigation ul.menu-main > li > a,
.block-left-sidebar.hide  #leftside-navigation ul.menu-bottom > li > a{
  width: 53px;
  height: 53px;
  padding: 0;
  border-radius: 100%;
}
.block-left-sidebar.hide #leftside-navigation ul li .icon-menu{
  margin: 0; 
  justify-content: center;
  width: 100%;
  height: 100%;
}
.block-left-sidebar.hide #leftside-navigation ul li.sub-menu > ul{
  left: 85px;
}
#leftside-navigation ul li.sub-menu > ul.unopen{
  width: 0;
  left: 0;
}
.hide .box-slideclose{
  display: none;
}
.box-slideclose{  display: none;}
.box-slideclose a{
  background: #B5C7F2;
  border-radius: 42px;
  width: 49px;
  height: 49px;
  position: fixed;
  left: 490px;
  top: 10px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-slideclose a img{
  position: relative;
  left: -3px;
}
.block-left-sidebar.hide .box-slideclose a{
  left: 331px;
}
.block-left-sidebar .box-slideclose a{
  left: 490px;
}
.sub-menu.open .box-slideclose a{
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}
/* css list */
.top-headeline{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top-headeline h2{
  display: flex;
  align-items: center;
}
.top-headeline h2 img{
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.btn.btn-border{
  border: 1px solid #001A53;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.08));
  border-radius: 30px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #001A53;
  font-family: 'Poppins-Medium','Prompt-SemiBold';
  font-size: 16px;
  line-height: 24px;
}
.btn.btn-border.btn-export{
  padding-right: 25px;
  padding-left: 25px;
}
.btn.btn-border.btn-export:hover,
.btn.btn-border.btn-export:focus{
  background-color: #fff;
}
.btn.btn-border.btn-export img{
  margin-left: 8px;
}
.top-right .btn-circle{
  width: 42px;
  height: 42px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  line-height: 0;
  padding: 0;
  display: flex;
}
.top-right{
  display: flex;
}
.top-right a{
  margin-left: 15px;
}
.block-mainsearch.show-btn-right{
  position: relative;
  padding-right: 65px;
}
.block-mainsearch select.form-control{
  padding-right: 20px;
  background-size: auto 8px; 
  background-position: calc( 100% - 10px) center !important;
}
.block-mainsearch .form-control{
  padding: 10px;
}
.block-mainsearch .input-price .form-control{
  padding-left: 5px;
  padding-right: 5px;
}
.block-mainsearch .input-price > .row > div:first-child{
  padding-right: 8px;
}
.block-mainsearch .input-price > .row > div:last-child{
  padding-left: 8px;
}
.block-mainsearch .input-price{
  position: relative;
}
.block-mainsearch .input-price::after{
  content: '-';
  color: #001A53;
  font-family: 'Poppins-Medium','Prompt-SemiBold';
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: calc(50% - 5px);
  top: 38px;
}
.input-search .form-control{
  padding-left: 45px;
}
.input-search .btn{
  position: absolute;
  left: 11px;
  top: 36px;
  padding: 0;
  border: none;
}
.btn.btn-reset{
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-reset:hover{
  background-color: #eee;
}
.show-btn-right .btn.btn-reset{
  position: absolute;
  right: 0;
  top: 29px;
}
.mg-t-30{
  margin-top: 30px;
}
.td_project_img{
  width: 80px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 5px;
}
.unit-img{
  margin-right: 15px;
  color: #747474;
}
.td_project_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.td_project{
  display: flex;
}
.unit-name{
  line-height: 1.5;
}
.link-blue{
  color: #3182CE !important;
}
.block-submore.w-xs{
  width: 110px;
  top: 45px;
  left: -15px;
  z-index: 10;
}
.box-more.more-center{
  justify-content: center;
}
.box-more.more-center .manage-item > a{
  margin: 0;
}
.switch-input {
  display: none;
}
.switch-label {
  position: relative;
  display: inline-block;
  min-width: 140px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 15px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 8px 65px 8px 15px;
}
.switch-label:before, .switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.switch-label:before {
  right: 8px;
  width: 48px;
  height: 28px;
  background-color: #9E9E9E;
  border-radius: 28px;
}
.switch-label:after {
  right: 30px;
  width: 24px;
  height: 24px;
  border: 1px solid #EEF0F3;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  background-color: #fff;
}
.switch-label .toggle--on {
  display: none;
}
.switch-label .toggle--off {
  display: inline-block;
}
.switch-input:checked + .switch-label:before {
  background-color: #34C759;
}
.switch-input:checked + .switch-label:after {
  background-color: #fff;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
  display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
  display: none;
}
.none-text .switch-label {
  min-width: 48px;
  border: none;
  border-radius: 4px;
  padding: 0;
}
.box-status.none-text{
  width: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  left: 8px;
  position: relative;
}
.pagin{
  text-align: center;
  margin: 30px 0;
  width: 100%;
}
.pagin .pagination{
  justify-content: center;
}
.pagin .pagination>li>a, .pagination>li>span{
  width: 36px;
  height: 36px;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 5px;
  color: #001A53;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #ddd;
}
.pagin .pagination li{
  margin: 0 3px;
  display: inline-block;

}
.pagin .pagination>li>a:hover,
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #001A53;
  border-color: #001A53;
  color: #fff !important;
}
.pagination>li a span {
  font-size: 24px;
  line-height: 10px;
}
.td_contact{
  display: flex;
  justify-content: center;
}
.td_contact img{
  margin-right: 8px;
}
.block-table.table-searchlist .table td{
  padding: 20px 8px;
}
.block-table.table-searchlist .table  tr.align-top td{
  vertical-align: top;
}
.pd-0{
  padding: 0 !important;
}
.text-black{
  color: #000;
}
.text-blue-dark{
  color:#001A53;
}
.row-center{
  align-items: center;
}
.mg-r-5{
  margin-right: 5px;
}
.mg-r-8{
  margin-right: 8px;
}
.mg-0-3{
  margin: 0 3px;
}
.mg-t-10{
  margin-top: 10px;
}
.total-unit{
  background-color: #ECECEC;
  border-radius: 26px;
  padding: 4px 12px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
}
.total-unit strong{
  font-size: 14px;
  margin: 0 2px;
  display: inline-block;
}
.dot-green,
.dot-blue,
.dot-red{
  position: relative;
  padding-left: 15px;
}
.dot-green::after,
.dot-blue::after,
.dot-red::after{
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 0;
  top: 5px;
  content: '';
  position: absolute;
}
.dot-green::after{
  background: #34C759;
}
.dot-blue::after{
  background: #2074FF;
}
.dot-red::after{
  background: #FF0000;
}
.block-table .table thead th{
  padding-left: 8px;
  padding-right: 8px;
}
.align-top .box-status.none-text{
  top:15px
}
.media-sum .text-black{
  margin-left: 5px;
}
.warning-table{
  font-size: 13px;
  margin-top: 5px;
  color: #666;
  text-align: right;
  display: none;
}
.warning-table .fas{
  position: relative;
  top: 1px;
}
.close_sidebar .box-slideclose,
.close_sidebar #leftside-navigation ul li.open ul{
  display: none !important;
}
.header-name{
  position: absolute;
  width: 100%;
  text-align: center;
}
/* css page unit*/
.btn-add.btn-xs{
  width: 40px;
  height: 40px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
.btn-add.btn-left{
  right: auto;
  left: 5px;
}
.box-border-radio.them-property .box-checkbox{
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-border-radio.them-location .box-checkbox{
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.box-border-radio.them-property .checkmark,
.box-border-radio.them-location .checkmark {
  position: absolute;
  top: 12px;

}
.box-border-radio.them-property .checkmark{
  left: calc(50% - 65px);
  text-align: left;
}
.box-border-radio.them-location .checkmark{
  left: 15px;
}
.box-border-radio.them-property .box-checkbox .t-check,
.box-border-radio.them-location .box-checkbox .t-check{
  top: 0;
}
.box-border-radio.them-property .box-checkbox .t-check{
  text-align: left;
}
.w-90{
  width: 90px;
}
.number-spinner .form-control{
  text-align: center;
}
.block-media{
  background: rgba(235, 248, 255, 0.3);
  border: 1px dashed rgba(56, 78, 183, 0.3);
  border-radius: 4px;
  height: 560px;
  position: relative;
}
.block-media .dropzone {
  min-height: 100%;
  border: none;
  background: transparent;
  padding: 20px 20px;
  position: relative;
}
.dropzone.dz-started .box-desfile{
  display: none;
}
.box-desfile{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #676767 ;
  font-size: 12px;
  position: absolute;
  top: calc(50% - 90px);
  left: 0;
  width: 100%;
}
.box-desfile h4{
  color: #000;
}
.box-desfile strong{
  color: #E5A000
  ;
}
.box-desfile img{
  height: 33px;
  margin-bottom: 10px;
}
.box-desfile p{
  font-size: 12px;
}
.dropzone .dz-message{
  margin: 0 !important;
  width: calc(100% - 40px) ;
  height: 100%;
  position: absolute;
  z-index: 10;
  bottom: 24px;
  left: 20px;
  z-index: 10;
}
.dropzone .dz-message {
  background: linear-gradient(66.77deg, #4B5F87 -3.6%, #001A53 64.51%) !important;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  width: calc(100% - 40px) ;
  height: 33px;
  color: #fff !important;
  padding: 5px;
  opacity: 0 !important;
}
.dropzone .dz-message:hover{
  background: linear-gradient(66.77deg, #001A53 -3.6%, #4B5F87 64.51%) !important; 
}
.block-media .dropzone .dz-preview{
  margin: 0;
  position: relative;
  width: calc(100% / 3);
  float: left;
}
.block-media .dropzone .dz-preview .dz-image {
  border-radius: 0;
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 100%;
}
.block-media .dropzone .dz-preview .dz-image img{
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: cover;
}
.block-media .dropzone .dz-preview > div{
  position: absolute;
}
.block-media .dropzone .dz-preview .dz-success-mark, 
.block-media .dropzone .dz-preview .dz-error-mark{
  width: 20px;
  height: 20px;
  margin: 0;
  right: 8px;
  top: 8px;
  left: auto;
}
.block-media .dropzone .dz-preview .dz-success-mark svg, 
.block-media .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}
.block-media .dropzone .dz-preview .dz-error-mark {
  background-image: url(../images/icon-remove.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.block-media .dropzone .dz-preview .dz-error-mark svg{
  display: none;
}
.block-media .dropzone.dz-started .dz-message {
  opacity: 1 !important;
  display: block !important;
}
.t-special{
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}
.box-status{
  margin-bottom: 30px;
}
.form-addition .box-input label {
  margin-bottom: 0;
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
}
/* end css page unit*/
@media (min-width: 1440px){
  .td_project{padding-left: 30px;}
  .block-table.table-searchlist .table thead th:first-child{ padding-left: 30px;}
}
@media (min-width: 1380px){
  .td_project{padding-left: 20px;}
  .block-table.table-searchlist .table thead th:first-child{ padding-left: 20px;}
}
/* end css backoffice */

#headline-detail, 
.wrapper-custom,
#headline_detail_form, 
#cotnact_form, 
#contact_form,
#project_info_form, #property_for_form,#property_special_form{
  width: 100%;
}

.btn-exit{
  margin-right: 5px;
}
 .ui-autocomplete {
  height:300px !important;
  overflow-x: scroll;
  }
