<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pt__70 {
  padding-top: 70px;
}

.pb__70 {
  padding-bottom: 70px;
}

.pt__50 {
  padding-top: 50px;
}

.pb__50 {
  padding-bottom: 50px;
}

.card__container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px 120px;
  padding: 30px 0px;
}

.card__container &gt; .card {
  text-align: center;
  font-size: 30px;
  height: 230px;
  max-width: 400px;
  background-size: cover;
  background-position: center center;
  border: 0;
}

.bg__white {
  background-color: #fff !important;
}

.a__link {
  color: #000;
  text-decoration: underline !important;
  font-size: 15px;
}

.btn__select {
  width: 370px;
  height: 50px;
  color: #fff;
  border: 0;
  font-size: 17px;
}

.cardimage {
  height: 450px;
  background-size: cover;
  background-position: center center;
  border: 0;
  width: 100%;
}

.cardimage__fullcontainer {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  border: 0;
}

.w__headerbox {
  width: 100%;
  height: 60px;
  background-color: #aaa;
}

.headerbox__1 {
  width: 11%;
}

.headerbox__2 {
  width: 16%;
}

.headerbox__3 {
  width: 28%;
}

.headerbox__4 {
  width: 34%;
}

.headerbox__5 {
  width: 11%;
}

.headerbox__1,
.headerbox__2,
.headerbox__3,
.headerbox__4,
.headerbox__5 {
  text-align: center;
  float: left;
  height: 100%;
  padding-top: 14px;
}

.w__contentbox {
  width: 100%;
  height: 160px;
  /* height: auto; */
  background-color: transparent;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
}

.contentbox__1,
.contentbox__2,
.contentbox__3,
.contentbox__4,
.contentbox__5 {
  text-align: left;
  height: 100%;
}

/* .contentbox__1 {
      border: 1px solid #dcdcdc;
    } */

.contentbox__1,
.contentbox__2,
.contentbox__3,
.contentbox__4 {
  border-right: 1px solid #dcdcdc;
  border-left: 0;
}

.contentbox__2,
.contentbox__3 {
  padding: 20px;
}

.w_project__img {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center center;
}

.contentbox__5 {
  text-align: center;
  padding-top: 60px;
}

.contentbox__1 {
  padding-left: 48px;
  justify-content: center;
}

.btn__viewdetail {
  font-size: 1.5rem;
  line-height: 1.15;
  color: #003168;
  margin-top: 30px;
  position: relative;
}

.btn__viewdetail::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 20px;
}

.btn__viewdetail:hover {
  font-weight: bold;
  /*text-decoration: underline;*/
}

.btn__viewall {
  cursor: pointer;
  margin-top: 6px;
  width: 150px;
}

.w__checkbox {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 40px;
}

.w__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #575859;
}

.container input:checked ~ .checkmark {
  background-color: #dcdcdc;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.w__checkbox input:checked ~ .checkmark:after {
  display: block;
}

.w__checkbox .checkmark:after {
  left: 7px;
  top: -1px;
  width: 5px;
  height: 16px;
  border: solid #575859;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.project__card {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
  -moz-box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
  box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
}

.project__card_img {
  width: 100%;
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.project__card_title {
  width: 70%;
  height: auto;
  max-height: 74px;
  margin-bottom: 14px;
  margin: 10px 0 30px 0;
  overflow: hidden;
}

.project__card_select {
  width: 100%;
  height: auto;
  overflow: hidden;
  /* margin-top: 18px; */
}

.project__card_name {
  width: 85%;
  height: auto;
  margin: -32px 0 0 30px;
  padding-left: 6px;
}

.row_table__project .project__card_select {
  width: 100%;
  height: auto;
  overflow: hidden;
  /* margin-top: -6px; */
  /* margin-left: 26px; */
}

.project__card_select .w__checkbox {
  margin-top: 0px !important;
}

.w__projectcard .owl-dots {
  display: none !important;
}

.santh-section {
  padding: 70px 0;
}

.padding_form_center {
  padding: 100px 0;
}

.w__projectcard .owl-next {
  width: 0;
  height: 70px;
  position: absolute;
  right: -10px !important;
  top: 280px;
  display: none;
  outline: none !important;
}

.w__projectcard .owl-nav [class*='owl-']:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.w__projectcard .owl-prev {
  width: 0;
  height: 70px;
  position: absolute;
  left: -35px !important;
  top: 280px;
  outline: none !important;
}

.w__projectcard .owl-next span {
  font-size: 80px;
}

.w__projectcard .owl-prev span {
  font-size: 80px;
}

.register_next {
  font-size: 80px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 80px;
  top: 230px;
  border: 0;
}

.register_next:hover {
  color: #000;
}

.register_prev:hover {
  color: #000;
}

.register_prev {
  font-size: 80px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -62px;
  top: 230px;
  border: 0;
}

.bg-white {
  background-color: #f9fafb !important;
}

.slide_next {
  font-size: 80px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -45px;
  top: 4px;
  border: 0;
}

.slide_next:hover {
  color: #000;
}

.slide_prev:hover {
  color: #000;
}

.slide_prev {
  font-size: 80px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -62px;
  top: 230px;
  border: 0;
}

.slide_next:focus {
  border-color: transparent !important;
}

.w__projectregister {
  width: 672px;
  height: auto;
  float: right;
  padding-top: 40px;
  padding-bottom: 100px;
}

.projectregister__card {
  width: 100%;
  height: auto;
}

.projectregister__card_image {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center center;
}

.projectregister__card_detail {
  width: 95%;
  height: auto;
  padding-top: 0px;
  /*padding-bottom: 40px;*/
  padding-left: 12px;
  float: left;
}

.projectregister__card_detail .w__checkbox {
  margin: 0px 0px 0px 0px;
}

.projectregister__card_detail .card_content {
  width: 85%;
  height: 100%;
  margin-left: 15%;
  float: left;
}

.projectregister__card_detail .card_content .detail {
  width: 100%;
  height: 74px;
  overflow: hidden;
}

.project_register .owl-dots .owl-dot span {
  margin: 5px 4px;
}

.content_row1 .w__checkbox {
  margin-top: 0 !important;
  top: -22px;
  left: 40px;
}

.table-scrollbar-horizontal {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.tab-content.current {
  display: inherit;
}

.table-condo-list {
  width: 100%;
  border-spacing: 0;
}

.content_row1 {
  width: 160px;
}

.content_row2 {
  width: 180px;
}

.content_row2 img {
  width: 140px;
}

.table-condo-list tr:last-child td {
  /*padding-bottom: 10px;*/
}

.project__tab {
  overflow: hidden;
  /*background-color: #f1f1f1;*/
}

.project__tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 30px;
  transition: 0.3s;
  /*font-size: 17px;*/
}

.project__tab a:hover {
  text-decoration: underline;
}

.project__tab a.active {
  font-weight: bold;
}

.project__tabcontent {
  display: none;
  border-top: none;
}

.text-h2 {
  font-family: 'GraphikTH-SemiBold';
  font-size: 2.2rem;
  line-height: 1.4;
  color: #162e46;
}

.project__card_read {
  margin-top: 30px;
}

.w__fullimage {
  width: 100%;
  height: 500px;
  background-color: #aaa;
  background-size: cover;
  background-position: center center;
}

.card__tag {
  width: auto;
  padding: 0 15px;
  height: 25px;
  text-align: center;
  position: absolute;
  color: #fff;
}

.card__line {
  width: 55px;
  height: 5px;
  background-color: red;
  position: absolute;
  bottom: -5px;
}

.project__card_select .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #003168;
  transition: all 0.2s ease;
  margin-top: -5px;
  margin-right: 10px;
}

.cbx span:first-child svg {
  top: 5px;
  left: 5px;
}

.news__sticky {
  width: 100%;
  height: 100px;
  background-color: #aaa;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.cbx span {
  padding-top: 6px !important;
}

.projectregister__card_check {
  width: 5%;
  height: 100px;
  float: left;
  padding-top: 20px;
}

.card-body .project__card_select {
  margin-top: 0;
  padding-top: 6px;
}

.card-body .project__card_select .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #162e46;
  transition: all 0.2s ease;
  margin-top: -24px;
  margin-right: 10px;
}

/* Blog */
.blog__container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px 120px;
  padding: 30px 0px;
}

.blog__container &gt; .card {
  text-align: center;
  font-size: 30px;
  height: 230px;
  max-width: 400px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.card:hover .s-seemore {
  background-color: rgba(0, 49, 104);
  transition: 200ms;
}

.blog__container {
  grid-gap: 30px 90px;
  height: auto;
}

.blog__container &gt; .card {
  height: auto;
}

.blogcard__image {
  width: 100%;
  height: auto;
  position: relative;
}

.s-seemore {
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 200ms;
}

.blogcard__text {
  width: 100%;
  text-align: left !important;
  padding-top: 20px;
}

.btn__read_detail {
}

.position-text {
  position: absolute;
  left: 20px;
  top: auto;
}

.container {
  font-size: 15px;
}

#tocontact ul.santh-login-list li a {
  display: inline-block;
  padding: 0.8em 1em 0.6em;
  font-size: 1.4rem;
  border-radius: 50px;
  border: 1px solid transparent;
  width: 324px;
}

#tocontact ul.santh-login-list {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 3em;
}

#tocontact ul.santh-login-list li {
  display: inline-block;
  margin-right: 1.5em;
  border-radius: 50px;
  text-align: left;
}

#tocontact ul.santh-login-list li.lf {
  background-color: #3c5a99;
}

#tocontact ul.santh-login-list li.lf a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  /* background-image: url({{asset("media/facebook-logo.svg")}}); */
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-right: 1em;
}

.santh-footer .santh-footer-link .santh-foot1 h4,
.santh-footer .santh-footer-link .santh-foot2 h4,
.santh-main-nav .santh-main-nav-detail ul h4,
.santh-main-nav .santh-main-nav-detail ul li {
  line-height: 1.15;
}

#tocontact ul.santh-login-list li.lf a {
  color: #fff;
  border: 1px solid #3c5a99;
}

#tocontact ul.santh-login-list li.lg {
  background-color: #fff;
}

#tocontact ul.santh-login-list li.lg a {
  color: #757575;
  border: 1px solid #c9c9c9;
}

#tocontact ul.santh-login-list li.lg a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  /* background-image: url({{asset("media/google-logo.svg")}}); */
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-right: 2em;
}

.error {
  color: #ff0000;
}

.mt__30 {
  margin-top: 30px;
}

.box_form_center {
  padding: 40px 100px 100px 100px;
  background-color: #fff;
  /*margin-top: -100px;*/
}

@media (max-width: 1200px) {
  .box_form_center {
    padding: 100px 40px 100px 40px;
  }
}

@media (min-width: 1200px) {
  #tocontact ul.santh-login-list li a {
    width: 236px;
  }
}

@media (max-width: 992px) {
  header.santh-stick .santh-header_tools .h-login.dd .santh-btn,
  .santh-header-wrap.santh-stick .santh-header_tools .h-login.dd .santh-btn {
    display: none !important;
  }

  #tocontact ul.santh-login-list li {
    margin-bottom: 3em;
    border-radius: 50px;
    display: block;
    border-radius: 50px;
    text-align: left;
  }

  #tocontact ul.santh-login-list li.lf {
    background: transparent;
  }

  #tocontact ul.santh-login-list li.lf a {
    background: #3c5a99;
  }

  #tocontact ul.santh-login-list li a {
    display: block;
    margin: 0 auto;
    padding: 0.7em 2.5em;
    font-size: 1.5rem;
    border-radius: 50px;
    text-align: left;
  }

  .box-padding-input-sc-4 {
    padding: 10px 20px 20px 20px;
    background-color: #ffffff;
  }

  #tocontact ul.santh-login-list li a {
    width: calc(50% - 6px);
    float: left;
    margin-right: 6px;
    margin-bottom: 3rem;
  }

  .container {
    width: 95%;
  }

  .container {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .box_form_center {
    padding: 100px 15px 15px 15px;
  }

  #tocontact ul.santh-login-list li a {
    width: 100%;
  }

  #tocontact ul.santh-login-list li.lf a:before {
    content: '';
    margin-right: 1.5em;
  }

  #tocontact ul.santh-login-list li.lg a:before {
    content: '';
    margin-right: 1.5em;
  }

  #tocontact ul.santh-login-list li {
    margin-bottom: 1.2em;
  }
}

.text-h1 {
  font-family: 'GraphikTH-SemiBold';
  font-size: 36px !important;
  line-height: 54px;
  margin: 0.67em 0;
  font-weight: 500;
}

.ssr-pic-profile {
  width: 120px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ssr-pic-profile img {
  border-radius: 100%;
}

.text-select-other-project {
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding: 0;
}

/*.padd-form-right {
  margin-right: 0;
}
.padd-form-left {
  margin-left: 0;
}*/
@media (max-width: 991px) {
  .box-select-section2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.text-underline {
  text-decoration: underline;
}

.text-black {
  color: #000;
  font-family: 'GraphikTH-SemiBold';
  font-size: 17px;
}

@media (max-width: 1440px) {
  .w__projectcard {
    padding: 0 70px !important;
  }

  .w__projectregister {
    width: 100%;
  }

  .projectregister__card {
    width: 80%;
    margin: auto;
  }

  .register_next {
    right: 20px;
  }

  .register_prev {
    left: 20px;
  }

  .w__projectcard .owl-next {
    right: 46px !important;
    top: 260px;
  }

  .w__projectcard .owl-prev {
    width: 0;
    height: 70px;
    position: absolute;
    left: 20px !important;
    top: 261px;
    outline: none !important;
  }
}

@media (max-width: 1200px) {
  .project__card_select {
    margin-top: 18px;
  }

  .w__projectcard .owl-next {
    right: 40px !important;
  }

  .w__projectcard .owl-prev {
    left: 16px !important;
  }

  .w__projectcard .owl-next {
    top: 264px;
  }

  .register_next {
    right: -44px;
  }

  .register_prev {
    left: -44px;
  }

  .w__projectregister {
    padding-left: 15px;
    padding-right: 15px;
  }

  .projectregister__card {
    width: 100%;
  }

  .projectregister__card_image {
    height: 320px;
  }

  .content_row1 {
    width: 110px;
  }

  .content_row1 .w__checkbox {
    left: 14px;
    top: -16px;
  }

  .card__container {
    grid-gap: 30px 30px;
  }

  .card__container &gt; .card {
    height: 190px;
  }

  .cardimage {
    height: 330px;
  }

  .cardimage__fullcontainer {
    height: 500px;
  }

  .contentbox__1 {
    padding-left: 21px;
  }

  .contentbox__2,
  .contentbox__3 {
    padding: 10px;
  }

  .headerbox__1 {
    width: 10%;
  }

  .w__contentbox {
    height: 144px;
  }

  .w__checkbox {
    margin-top: 32px;
  }

  .headerbox__2 {
    width: 20%;
  }

  .headerbox__4 {
    width: 31%;
  }
}

@media (max-width: 992px) {
  .w__projectcard .owl-prev {
    left: -14px !important;
  }

  .w__projectcard .owl-next {
    right: 10px !important;
  }

  .w__projectcard {
    padding: 0 30px !important;
  }

  .blog__container {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px 120px;
    padding: 30px 0px;
  }

  .blog__container &gt; .card {
    max-width: 100%;
  }

  .w__projectregister {
    width: 450px;
    float: none;
    margin: auto;
    padding-bottom: 0;
  }

  .checkmark {
    height: 40px;
    width: 40px;
  }

  .w__checkbox .checkmark:after {
    left: 23px;
    height: 38px;
  }

  .cardimage__fullcontainer {
    height: 400px;
  }

  .w__projectcard .owl-next {
    display: none;
  }

  .cardimage {
    height: 400px;
    /*margin-top: 30px;*/
  }

  .project__card_img {
    height: 220px;
  }

  .project__card {
    height: auto;
  }

  .w__projectcard .owl-next {
    top: 230px;
  }

  .w__projectcard .owl-prev {
    top: 230px;
  }
}

@media (max-width: 767px) {
  .w__projectcard {
    padding: 0 0px !important;
  }

  .w__projectcard .owl-next {
    display: none !important;
  }

  .w__projectcard .owl-prev {
    display: none !important;
  }

  .grid-item .santh-list-condo {
    /*padding: 20px 15px;*/
    position: relative !important;
  }

  /*  .w__checkmobile{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
  }*/
  .btn__select {
    width: 100%;
  }

  .register_next {
    display: none;
  }

  .w__projectregister {
    width: 100%;
  }

  .card__container {
    grid-template-columns: auto;
  }

  .card__container &gt; .card {
    height: 230px;
    max-width: auto;
    width: 300px;
    margin: auto;
  }

  .w__projectcard .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: none;
  }
}

@media (max-width: 576px) {
  .padding_form_center {
    padding: 50px 0 30px 0;
  }

  .mobile__row .cbx span:first-child {
    width: 28px;
    height: 28px;
  }

  .project__tab a.active {
    font-weight: bold;
    text-decoration: underline !important;
  }

  .box_form_center {
    padding: 10px 15px 15px 15px;
  }

  .w__checkmobile {
    position: absolute;
    right: 0;
    top: 0;
  }

  .project__card_name {
    width: 85%;
    height: auto;
    margin: -32px 0 0 36px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: none;
  }

  .cardimage__fullcontainer {
    height: 260px;
  }

  .cardimage {
    height: 260px;
    /*margin-top: 15px;*/
  }

  .card__container &gt; .card {
    height: 230px;
    max-width: auto;
    width: 100%;
    margin: auto;
  }

  .card__container {
    grid-gap: 15px 30px;
  }

  .text-h1 {
    font-size: 2.25rem !important;
    line-height: 40px;
  }
}

@media (min-width: 992px) {
  .santh-foot3 *,
  .santh-foot1 .santh-col-xs-12.santh-col-sm-12,
  .santh-footer .santh-footer-link .sf-2 ul,
  .santh-footer .santh-footer-link .sf-3 ul,
  .santh-footer .santh-footer-link .sf-4 ul,
  .santh-footer .santh-footer-link .santh-foot1 h3,
  .santh-footer .santh-footer-link .santh-foot1 h4,
  .santh-footer .santh-footer-link .santh-foot2 ul li &gt; a {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .santh-foot3 *,
  .santh-foot1 .santh-col-xs-12.santh-col-sm-12,
  .santh-footer .santh-footer-link .sf-2 ul,
  .santh-footer .santh-footer-link .sf-3 ul,
  .santh-footer .santh-footer-link .sf-4 ul,
  .santh-footer .santh-footer-link .santh-foot1 h3,
  .santh-footer .santh-footer-link .santh-foot1 h4,
  .santh-footer .santh-footer-link .santh-foot2 ul li &gt; a {
    text-align: left;
  }
}
</pre></body></html>