<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html{
    margin: 0;
    padding: 0;
    /* background: #1d3557; */
    font-size: 1.05em;
}

.text-blue{
    color: #1d3557 !important;
}

.bg-blue{
    background-color: #1d3557 !important;
    padding: 20px 0px;
}

.bg-blue-2{
    /* background-color: #00509d; */
}
.header-1{
    position:absolute; top: 0px; left: 0px; width: 100%;
    padding: 5px 0px;
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #a8dadc;
    background: #fff;
    z-index: 99999999;
}

.header-2{
    position:absolute; top: 40px; left: 0px; width: 100%;
    padding: 5px 0px 15px 0px;
    border: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #a8dadc;
    z-index: 999999;
    /* background-color: #fff !important; */
}

.header-3{
    position:absolute; top: 20px; left: 0px; width: 100%;
    padding: 5px 0px 0px 0px;
    border: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #a8dadc;
    z-index: 999998;
    /* background-color: #f3f3f3; */
    /* height: 500px; */
}

.header-4{
    position:absolute; 
    /* top: 770px;  */
    left: 0px; 
    width: 100%;
}

.header-5{
    position:absolute; top: 130px; left: 0px; width: 100%;
    padding: 5px 0px 0px 0px;
    border: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #a8dadc;
    z-index: 999998;
    background-color: #ffffff;
}

a{
    color: #1d3557;
    text-decoration: none !important;
}

a:hover {
    color: #e63946;
}

.text-right{
    text-align: right;
}

.btn-custom-1{
    font-size: 11px;
    margin-left: 15px;
    margin-top: -8px;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    
}

.border-1{
    border: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #ccc;
    border-radius: 20px;
}

.btn-white{
    background: transparent;
    color: #0b4583;
    border-radius: 5px;
    border-width: 0px 0px 0px 0px;
    border-color: #fff;
    font-weight: bold !important;
}

.btn-custom-2{
    background-color: #0b4583;
    color: #fff;
    border-radius: 8px;
    border-width: 0px;
}

.btn-white:hover{
    /* background-color: #f8f8f8; */
    border: solid;
    border-width: 0px 0px 0px 0px;
    /* border-color: #457b9d; */
}

.submenu{
    position: absolute;
    top: 150px;
    z-index: 99999999;
    width: 100%;
}

.menu-div{
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ccc;
    border-radius: 20px;
}

.dn{
    display: none;
}

.menu_ul{
    list-style-type: none;
    padding-left: 0; /* เธฅเธเธฃเธฐเธขเธฐเธซเนเธฒเธเธ”เนเธฒเธเธเนเธฒเธขเธญเธญเธเธ”เนเธงเธข (optional) */
}

.map{
    background: #fff;
    height: 400px;
}


.index-card-figure{
    background-color: #f1f1f1;
    height: 300px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-post-title{
    font-size: 18px; 
    font-weight: bold;
}

.webstat &gt; table &gt; tbody &gt; tr &gt; td {
    color: #fff;
  }

.zoom {
/* padding: 50px;
background-color: green; */
transition: transform .2s; /* Animation */
/* width: 200px;
height: 200px; */
margin: 0 auto;
}

.zoom:hover {
    cursor: pointer;
transform: scale(1.025); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}</pre></body></html>