<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	font-size: 62.5%;
}

body{
	font-family: 'GraphikTH-Regular';
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.15;
	color: #838383;
	background-color: #f9fafb;
	padding-top: 0!important;
}

section{
	padding-top:5rem;
	padding-bottom: 6rem;
}

h1{
	font-size: 3.4rem;
	font-weight: normal;
	font-family: "GraphikTH-SemiBold";
}
h2, .h2 {
	font-size: 2rem;
	font-family: 'GraphikTH-SemiBold';
	line-height: 1.6;
}
h3{
	font-size: 2rem;
	font-weight: normal;
}

h5{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 27px;
	font-family: 'GraphikTH-SemiBold';
}

p{
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
}

.content h1 {
  margin-top: 0px;
  /*font-family: 'GraphikAnuparp','GraphikTH';*/
  font-size: 3.4rem;
     margin-bottom: 2px!important;
}
ul.list-btn.in-card li a{
	color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000!important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
	/* padding: 12px 12px 0px; */
	/* height: 48px; */
	font-size: 16px;
	font-weight: 500;
	margin-left: 5px;
	background: none;
	border-radius: 0;
	color: #9098a9;
	transition: all 0.15s ease;
	font-family: 'GraphikTH-Regular';
}

ul.list-btn{
	list-style-type: none;
	padding: 0;
	display: inline-block;
	/*float: right;*/
}

ul.list-btn li{
	display: block;
	float: left;
}

ul.list-btn li a{
	display: inline-block;
	background-color: #d7d7d7!important;
	/*padding: 5px 10px;*/
	padding: 1em 1.2em .8em;
	margin-right: 1em;
	margin-bottom: .8em;
	margin-top: 10px;
	font-weight: bolder;
	font-size: 1.4rem;
	font-weight: normal;
	color: #000;
	border: 2px solid;
	/*border-radius: 60px;*/
	border-color: #d7d7d7;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.bootstrap-select .dropdown-menu li a span.text{
	font-size: 16px;
    padding: 4px 0;
}
.mobile-list-btn {
	display: block;
}
.mobile-list-btn ul li a {
	padding: 0.5em;
	font-size: 0.875rem;
}

ul.list-btn li a:hover{
	border-color: #d7d7d7;
	color: #000 !important;
}

.position-relative{
	position: relative;
}

.card-columns{
	column-gap: 50px;
}

.card-columns .card{
	margin: 15px 0;
	padding: 1.25rem;
	border-radius: 0;
	cursor: pointer;
	border: none;
}

.card-columns2 .card{
	border: none;
	-webkit-box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
    box-shadow: 0 0 8px rgba(193, 193, 193, 0.2);
}

.card-columns .card:hover{
	-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);
}

.card ul.list-btn li a,ul.list-btn.none-redius li a{
	border-radius: 0;
	padding: 7px 10px;
	border:1px #d7d7d7 solid;
	font-weight: normal;
	background-color: #d7d7d7;
	font-size: 13px;
}
.card ul.list-btn li a:hover,.list-btn.none-redius li a:hover{
	border-color: #d7d7d7;
	color: #000 !important;
	background-color: #d7d7d7;
}

.none-radius {
	border-radius: 0 !important;
}
.card .card-img-overlay{
	padding:0;
}
.card .card-img{
	border-radius: 0;
}

.card .card-img-overlay .img-fluid{
	right: 0;
	bottom: 0;
	position: absolute;
}

.card-columns .card .card-body{
	padding: 2rem 0 2.25rem;
	border-bottom: 1px #333 solid;
}

.card-columns .card .list-group.list-btn{
	margin-top: 2rem;
}
.card-columns .card:hover .btn-seemore {
    background-color: #162e46;
}
.card-columns .card:hover .btn-seemore::after {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(1000%) contrast(100%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

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

/*.btn-seemore:after{
	position: absolute;
	content: "";
	display: inline-block;
	top: 32%;
	left: 42%;
	height: 20px;
	width: 13px;
	background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/All-SVG.svg);
	background-size: 400px auto;
	background-position: -169px -44px;
}*/
/* .btn-load-more */
/*.btn-load-more:after{
	content: "";
    position: absolute;
    top: 30%;
    right: 10%;
    height: 15px;
    width: 10px;
	background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/All-SVG.svg);
	background-size: auto 115px;
    background-position: -56px -23px;
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(1000%) contrast(100%);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(1000%) contrast(100%);
    background-size: 320px 179px;
    background-position: -134px -37px;
}*/
.btn-load-more:hover::after{
	-webkit-filter: unset;
    filter: unset;
    /*-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;*/
}
.carousel-control-prev, .carousel-control-next {
	position: relative;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: none;
    border: 2px solid #c7c8c9;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    float: none;
    vertical-align: top;
    margin-top: 45px;
    margin-right: 20px;
}

.carousel-control-prev i, .carousel-control-next i {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.carousel-control-next-icon{
	background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/sustainability/sustainability-slider-next.svg");
}
.carousel-control-prev-icon{
	background-image: url("https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/sustainability/sustainability-slider-prev.svg");
}

.btn-back{
	min-width: 100px;
	text-align: center;
	border: 2px solid #1d4d9d !important;
}

ul.list-btn li a.btn-back:hover{
	background-color: #1d4d9d;
	color: #fff !important;
	/*border: 2px solid #d7d7d7 !important;*/
}

.box-start{
	/*border-top: 1px #333 solid;*/
	margin-top:1.5rem;
	padding-top: 3rem;
	padding-bottom: 6rem;
}

#content-list{
	transition: 1.4s all ease;
}

#content-list.animate-height{
	height: 0;
	padding-top:0;
	padding-bottom: 0;
	overflow: hidden;
}

.inp {
	position: relative;
	margin: auto;
	width: calc(100% - 8px);
}
.inp .label {
	position: absolute;
	top: 15px;
	left: 18px;
	font-size: 16px;
	color: #9098a9;
	font-weight: 500;
	transform-origin: 0 0;
	transition: all 0.2s ease;
	font-family: 'GraphikTH-Regular';
}
.inp .border {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #737678;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: all 0.15s ease;

}
.inp input {
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	font-family: inherit;
	padding: 12px 12px 0px;
	height: 48px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #ced4da;
	background: none;
	border-radius: 0;
	color: #223254;
	transition: all 0.15s ease;
	font-family: 'GraphikTH-Regular';
}
.inp input:hover {
	background: rgba(34,50,84,0.03);
}
.inp input:not(:placeholder-shown) + span {
	color: #5a667f;
	transform: translateY(-11px) scale(0.75);
}
.inp input:focus {
	background: none;
	outline: none;
}
.inp input:focus + span {
	color: #737678;
	transform: translateY(-11px) scale(0.75);
}
.inp input:focus + span + .border {
	transform: scaleX(1);
}

.contact-form{
	display: flex;
	flex-flow: wrap;
	margin-top:1rem;
	margin-bottom:1rem;
}

.gap-padding{
 	flex: 50%;
}

.contact-form .gap-padding .inp{
	float: left;
}

.contact-form .gap-padding:nth-child(even) .inp{
	float: right;
}

.gap-padding .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: calc(100% - 8px);
}

.gap-padding .bootstrap-select{
	float: left;
}

.contact-form .gap-padding:nth-child(even) .bootstrap-select{
	float: right;
}

.bootstrap-select&gt;.dropdown-toggle {
    padding: 13px 12px;
    line-height: 1.25;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ced4da;
}

.promotion{
	border:1px #333 solid;
	margin-left: 0;
	margin-right: 0;
}

.promotion .promotion-img{
	padding: 0;
}

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #0053B5;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 4px;
  left: 4px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0053B5;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
  padding-right: 20px;
}
.cbx:hover span:first-child {
  border-color: #000000;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #0053B5;
  border-color: #0053B5;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
.btn-primary {
	padding: 10px 30px 10px 30px;
  font-size: 1rem;
	line-height: 1.15;
	font-size: 1.4rem;
	border: 2px solid transparent;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #000000;
    border: 2px solid #000000;
}
.btn-load-more {
    /*width: 370px;
    height: 50px;*/
    line-height:1;
    /*padding: 12px 20px 12px 20px;*/
    font-family: 'GraphikTH-SemiBold';
    font-size: 15px!important;
	border: 2px solid #000000;
    background-color: #ffffff;
}
.btn-load-more:hover {
    color: #ffffff;
    background-color: #000000;
    border: 2px solid #000000;
}

  .card-body .text-h2 {
    font-family: 'GraphikTH-SemiBold';
    font-size: 2.2rem;
    line-height: 1.4;
    color: #162e46;
  }
  .card-body p .text-blue {
    color: #162e46;
    font-family: 'GraphikTH-Regular';
  }
  .card-body p.new-p {
    height: 70px;
    overflow: hidden;
  }
  .card-body p {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #435060;
    margin: 10px 0 30px 0;
    font-family: 'GraphikTH-Regular';
  }
  .card-body .btn-card2 {
    padding: 0 0 30px 0;
    font-size: 1.5rem;
    line-height: 1.15;
    margin-top: 0px;
    color: #003168;
    font-weight: 700;
    float: left;
  }

	.card ul.list-btn{
		float: right;
	}

	.blog-content{
		
	}
	.blog-topic{
		display: block;
	}
	.blog-img{
		position:relative;
		display: block;
	}
	.blog-img img{
		width: 100%;
	}

	.blog-img span{
		position: absolute;
	    width: 50px;
	    height: 50px;
	    bottom: 0;
	    right: 0;
	    left: auto;
	    top: auto;
	    background-color: #fff;
	    transform: translate(0%, 0%);
	    -webkit-transition: all 0.2s;
	    -o-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.blog-img:hover span {
	    background-color: #003168;
	    color: #fff;
	    -webkit-transition: all 0.2s;
	    -o-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	}
	.blog-img span::after{
	    position: absolute;
	    content: "";
	    display: inline-block;
	    top: 30%;
	    left: 42%;
	    height: 20px;
	    width: 13px;
	    background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/All-SVG.svg);
	    background-size: 400px auto;
	    background-position: -169px -44px;
	}

	.blog-img:hover span::after{
		    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(1000%) contrast(100%);
	    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(1000%) contrast(100%);
	    -webkit-transition: all 0.2s;
	    -o-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	}
@media only screen and (min-width: 576px)and  (max-width: 992px)  {
	.card-columns{
		column-count: 2;
	}

	.promotion .promotion-img,.promotion .promotion-body{
			flex: 0 0 100%;
			max-width: 100%;
	}
	.list-btn-right {
		flex: 100%;
	}
	ul.list-btn.list-btn-right li {
		float: right;
	}
  
}

@media (max-width: 767px) {
	.promotion .promotion-img,.promotion .promotion-body{
	    flex: 0 0 100%;
   		max-width: 100%;
  	}
  	.promotion .promotion-img {
    	padding: 0;
	}
	.promotion .promotion-body {
		padding: 1rem;
	}
	.gap-padding {
	    flex: 100%;
	    margin-top: 0.5rem;
	    margin-bottom: 0.5rem;
	}
	.contact-form {
	    display: flex;
	    flex-flow: wrap;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.contact-form .gap-padding:nth-child(even) .inp {
	    float: left;
	}
	.contact-form .gap-padding:nth-child(even) .bootstrap-select {
	    float: left;
	}
	.list-btn-right {
		flex: 100%;
	}
	ul.list-btn.list-btn-right li {
		float: right;
	}
	section.section-register{
		padding-top: 12rem;
	}
}

@media (max-width: 991px){

	html {
	    font-size: 56.30631%;
	}
	.h-login.dd {
	    display: none !important;
	}

	.padding-start{
		padding-top: 140px;
	}
}

@media (max-width: 576px){
	.padding-start {
	    padding-top: 80px;
	}
	.card-body p.new-p {
	    max-height: 70px!important;
    	height: auto!important;
	}
}
</pre></body></html>