<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.W-recommend {
    margin-bottom: 80px;
}

.tab-slide {
    position: relative;
}

.tab-slide .owl-theme .owl-nav {
    margin-top: 0;
}

.tab-slide .owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    font-size: 40px;
    line-height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.tab-slide .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    left: -50px;
}

.tab-slide .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    right: -50px;
}

.tab-slide .owl-carousel .owl-nav .owl-prev:hover,
.tab-slide .owl-carousel .owl-nav .owl-next:hover {
    color: #999;
}

.tab-slide .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 85px;
    width: 100%;
}

.tab-slide .item {
    background-color: transparent
}

.tab-slide .wrapper {
    height: 45px;
    text-align: center;
    line-height: 41px;
    display: block;
    border: 2px solid #ebebeb;
    position: relative;
    background-color: #fff;
    color: #5E7AA2;
    font-size: 16px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tab-slide .wrapper:hover,
.tab-slide .wrapper.active {
    background-color: #5E7AA2;
    color: #fff;
    border-color: #5E7AA2;
    text-decoration: none;
}

.tab .tab-pane {
    margin-top: 40px;
}

.tab .tab-pane .head-box {
    position: relative;
    background-color: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tab .tab-pane .head-box .title {
    color: #4BB1B0;
    font-size: 20px;
    padding-left: 20px;
}

.tab .tab-pane .head-box .btn-box {
    width: 500px;
}

.tab .tab-pane .head-box .btn-box:after {
    content: '';
    display: block;
    clear: both;
}

.tab .tab-pane .head-box .btn {
    float: right;
    background-color: #4BB1B0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.tab .tab-pane .head-box .btn:after {
    content: '\f105';
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-family: 'FontAwesome';
}

.tab .tab-pane .head-box .btn-before {
    background: url(../image/asset/btn-before.png) no-repeat center;
    width: 107px;
    height: 48px;
    background-size: contain;
    float: right;
}

.tab .tab-pane .slider {
    margin-top: 20px;
}

.tab .slider .owl-theme .owl-nav {
    margin-top: 0;
}

.tab .slider .owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    font-size: 40px;
    line-height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.tab .slider .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    left: -50px;
}

.tab .slider .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    right: -50px;
}

.tab .slider .owl-carousel .owl-nav .owl-prev:hover,
.tab .slider .owl-carousel .owl-nav .owl-next:hover {
    color: #999;
}

.tab .slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: relative;
    width: 100%;
}

.tab .slider .wrapper {
    display: block;
}

.tab .slider .wrapper:hover {
    text-decoration: none;
}

.tab .slider .wrapper .wordbox {
    height: 110px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.tab .slider .wrapper .wordbox .title {
    font-size: 20px;
    font-weight: bold;
    color: #5E7AA2;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.tab .slider .wrapper:hover .wordbox .title {
    color: #F7C52A;
}

.tab .slider .wrapper .wordbox .desc {
    font-size: 16px;
    color: #666666;
}

.bg-block2 {
    background: url(../image/background/bg-homeblock2.png) no-repeat right bottom;
}

.W-calendar {
    position: relative;
    margin-bottom: 80px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.W-calendar .W-head-box {
    padding: 30px 35px;
    margin-bottom: 0;
}

.W-calendar .mcscroll {
    overflow: auto;
    height: 430px;
}

.W-calendar .mcscroll ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.W-calendar .mcscroll ul li {}

.W-calendar .mcscroll ul li+li {
    border-top: 1px dotted #ebebeb;
}

.W-calendar .mcscroll ul li a {
    height: 68px;
    display: table;
    width: 100%;
    position: relative;
    padding: 10px 35px;
}

.W-calendar .mcscroll ul li a&gt;div {
    display: table-cell;
    vertical-align: middle;
}

.W-calendar .mcscroll ul li a:after {
    content: '\f105';
    font-size: 15px;
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    color: #7f7f7f;
    top: 0;
    right: 30px;
    line-height: 68px;
}

.W-calendar .mcscroll ul li a:hover {
    background-color: #5E7AA2;
    text-decoration: none;
}

.W-calendar .mcscroll ul li a:hover:after {
    color: #afbdd1;
}

.W-calendar .mcscroll ul li a .day {
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #4BB1B0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.W-calendar .mcscroll ul li a .day span {
    line-height: 28px;
    font-size: 30px;
}

.W-calendar .mcscroll ul li a .day p {
    margin: 0;
    line-height: 8px;
    font-size: 15px;
}

.W-calendar .mcscroll ul li a .desc {
    padding: 0 15px;
}

.W-calendar .mcscroll ul li a .desc .title {
    font-size: 18px;
    font-weight: bold;
    color: #5E7AA2;
}

.W-calendar .mcscroll ul li a .desc .time {
    font-size: 15px;
    color: #999;
}

.W-calendar .mcscroll ul li a:hover .desc .title {
    color: #fff;
}

.W-calendar .mcscroll ul li a:hover .desc .time {
    color: #fff;
}

.W-purchase {
    position: relative;
    margin-bottom: 80px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.W-purchase .W-head-box {
    padding: 30px 35px;
    margin-bottom: 0;
}

.W-purchase .mcscroll {
    overflow: auto;
    height: 430px;
}

.W-purchase .mcscroll ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.W-purchase .mcscroll ul li {}

.W-purchase .mcscroll ul li+li {
    border-top: 1px dotted #ebebeb;
}

.W-purchase .mcscroll ul li a {
    height: 68px;
    display: table;
    width: 100%;
    position: relative;
    padding: 10px 35px;
}

.W-purchase .mcscroll ul li a&gt;div {
    display: table-cell;
    vertical-align: middle;
}

.W-purchase .mcscroll ul li a:hover {
    background-color: #4BB1B0;
    text-decoration: none;
}

.W-purchase .mcscroll ul li a .icon {
    color: #f7c52a;
    font-size: 30px;
}

.W-purchase .mcscroll ul li a .desc {
    padding: 0 15px;
}

.W-purchase .mcscroll ul li a .desc .title {
    font-size: 18px;
    font-weight: bold;
    color: #5E7AA2;
}

.W-purchase .mcscroll ul li a .desc .time {
    font-size: 15px;
    color: #999;
}

.W-purchase .mcscroll ul li a:hover .icon {
    color: #fff;
}

.W-purchase .mcscroll ul li a:hover .desc .title {
    color: #fff;
}

.W-purchase .mcscroll ul li a:hover .desc .time {
    color: #fff;
}

.bg-block3 {
    background: url(../image/background/bg-homeblock3.png) no-repeat left bottom;
}

.W-LinkSlide {
    position: relative;
    height: 365px;
}

.W-LinkSlide .owl-theme .owl-nav {
    margin-top: 0;
}

.W-LinkSlide .owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    font-size: 40px;
    line-height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.W-LinkSlide .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    left: -50px;
}

.W-LinkSlide .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    right: -50px;
}

.W-LinkSlide .owl-carousel .owl-nav .owl-prev:hover,
.W-LinkSlide .owl-carousel .owl-nav .owl-next:hover {
    color: #999;
}

.W-LinkSlide .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -35px;
    position: absolute;
    width: 100%;
}

.W-LinkSlide .wrapper {
    display: block;
    text-align: center;
    padding: 65px 0;
    position: relative;
}

.W-LinkSlide .wrapper .thumb {
    position: relative;
    background-color: #fff;
    background-size: cover;
    bottom: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.W-LinkSlide .wrapper .thumb:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../image/asset/linkslider-hover.png);
    opacity: 0;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: All 300ms ease;
    -moz-transition: All 300ms ease;
    -o-transition: All 300ms ease;
    transition: All 300ms ease;
}

.W-LinkSlide .wrapper .thumb figure {
    position: relative;
    z-index: 1;
    border: 2px solid #ebebeb;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
    -webkit-filter: grayscale(0) brightness(100%);
    filter: grayscale(0) brightness(100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: All 800ms ease;
    -moz-transition: All 800ms ease;
    -o-transition: All 800ms ease;
    transition: All 800ms ease;
}

.W-LinkSlide .wrapper .thumb figure img {
    image-rendering: -webkit-optimize-contrast;
}

.W-LinkSlide .wrapper .shahow {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 15%;
    height: 15px;
    width: 70%;
    opacity: 0;
    margin-top: 25px;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition: All 300ms ease;
    -moz-transition: All 300ms ease;
    -o-transition: All 300ms ease;
    transition: All 300ms ease;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.W-LinkSlide .wrapper .wordbox {
    font-size: 20px;
    font-weight: bold;
    color: #999999;
    display: table;
    height: 2.4em;
    padding: 5px;
    margin-top: 10px;
    width: 100%;
}

.W-LinkSlide .wrapper .wordbox .title {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2em;
}

.W-LinkSlide .wrapper:hover {
    text-decoration: none;
}

.W-LinkSlide .wrapper:hover .thumb {
    bottom: 25px;
    background-color: transparent;
}

.W-LinkSlide .wrapper:hover .thumb:after {
    opacity: 1;
}

.W-LinkSlide .wrapper:hover figure {
    border-color: transparent;
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
}

.W-LinkSlide .wrapper:hover .shahow {
    opacity: 0.4;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.bg-block4 {
    background: url(../image/background/bg-homeblock4.jpg) no-repeat center;
}

.W-about-faculty {
    display: table;
    height: 770px;
}

.W-about-faculty .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.W-about-faculty .inner .title {
    font-family: 'SILPAKORN70NEW';
    font-size: 73px;
    color: #fff;
    padding-right: 500px;
    line-height: 1em;
    margin-bottom: 40px;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.W-about-faculty .inner .desc {
    font-size: 18px;
    color: #fff;
    padding-right: 710px;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.W-about-faculty .inner .btn {
    margin-top: 50px;
    /* width: 150px; */
    width: auto;
    height: 50px;
    line-height: 50px;
}

.footer-contact {
    background: url(../image/background/bg-footer.png) no-repeat center;
    height: 612px;
    padding-top: 99px;
    background-size: cover;
    position: relative;
    z-index: 1;
    pointer-events: visible;
}

.footer-contact .line-ad {
    width: 370px;
    height: 512px;
    background: url(../image/background/bg-line@.png);
    background-size: cover;
}

.footer-contact .line-ad .inner {
    padding: 91px 120px 10px 54px;
    text-align: center;
}

.footer-contact .line-ad .inner .LINE {
    margin-bottom: 28px;
}

.footer-contact .line-ad .inner .QR {
    margin-bottom: 19px;
}

.footer-contact .line-ad .inner .title {
    display: block;
}

.footer-contact .line-ad .inner .title span {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}

.footer-contact .line-ad .inner .title p {
    color: #666666;
    font-size: 7px;
    font-weight: bold;
}

.footer-contact .contact-box {
    position: relative;
}

.footer-contact .contact-box .inner {
    padding: 100px 180px 10px 45px;
}

.footer-contact .contact-box .inner .content {
    display: block;
    margin-bottom: 15px;
}

.footer-contact .contact-box .inner .content .title {
    display: block;
    margin-bottom: 15px;
}

.footer-contact .contact-box .inner .content .title span {
    color: #666666;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}

.footer-contact .contact-box .inner .content .title p {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.footer-contact .contact-box .inner .content .desc {
    display: block;
    margin-bottom: 30px;
    padding-right: 170px;
}

.footer-contact .contact-box .inner .content .desc p {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.footer-contact .contact-box .inner .social {
    display: block;
}

.footer-contact .contact-box .inner .social .title {
    color: #5e7aa2;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}

.footer-contact .contact-box .inner .social .title.head {
    margin-bottom: 15px;
}

.footer-contact .contact-box .inner .social .desc {
    color: #5e7aa2;
    font-size: 17px;
    line-height: 1;
}

.footer-contact .contact-box .inner .social .inner2 {
    padding-top: 30px;
}

.footer-contact .contact-box .inner .social .follow {
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
}

.footer-contact .contact-box .inner .social .follow:after {
    content: '';
    display: block;
    clear: both;
}

.footer-contact .contact-box .inner .social .follow li {
    float: left;
}

.footer-contact .contact-box .inner .social .follow li+li {
    margin-left: 10px;
}

.footer-contact .contact-box .inner .social .follow li a {
    display: block;
}

.footer-contact .contact-box .inner .social .action {
    padding-top: 40px;
}

.footer-contact .contact-box .inner .social .action:after {
    content: '';
    clear: both;
    display: block;
}

.footer-contact .contact-box .inner .social .action .btn {
    float: left;
}

.footer-contact .contact-box .inner .social .action .btn+.btn {
    margin-left: 20px;
}

.footer-contact .contact-box .inner .social .action .btn:after {
    display: none;
}

.footer-link {
    padding-top: 25px;
    padding-bottom: 25px;
    pointer-events: visible;
}

.footer-link .nav-footer {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.footer-link .nav-footer:after {
    content: '';
    display: block;
    clear: both;
}

.footer-link .nav-footer li {
    display: inline-block;
    vertical-align: middle;
}

.footer-link .nav-footer li+li {
    margin-left: 10px;
}

.footer-link .nav-footer li a {
    color: #666666;
    font-size: 16px;
}

.footer-link .copyright {
    text-align: right;
}

.footer-link .copyright .title {
    color: #666666;
    font-size: 16px;
}

.footer-link .copyright .direction {
    color: #666666;
    font-size: 12px;
}

.header-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 204px;
    position: relative;
}

.header-cover:after {
    content: '';
    height: 204px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/background/header-cover.png);
    pointer-events: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-cover .container {
    display: table;
    height: 100%;
}

.header-cover .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.header-cover .inner .title {
    color: #5E7AA2;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}

.header-cover .inner .desc {
    color: #666666;
    font-size: 20px;
    line-height: 1.2em;
    margin: 5px 0 0 0;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}

.map-page {
    display: table;
    width: 100%;
}

.map-page&gt;div {
    display: table-cell;
    vertical-align: top;
}

.map-page .menu {
    height: calc(100vh);
    width: 450px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 65px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 65px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 65px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.map-page .menu .logo-box {
    display: table;
    padding: 10px 25px;
}

.map-page .menu .logo-box&gt;div {
    display: table-cell;
    vertical-align: middle;
}

.map-page .menu .symbol {
    width: 115px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
    transition: All 200ms ease;
}

.map-page .menu .symbol img {
    width: 100%;
}

.map-page .menu .word {
    padding-left: 15px;
}

.map-page .menu .word .title1 {
    color: #5E7AA2;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.map-page .menu .word .title2 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.map-page .menu .word .title3 {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

.map-page .menu .company {
    padding: 25px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
}

.map-page .menu .company .name {
    color: #5E7AA2;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.map-page .menu .company .sub-name {
    color: #5E7AA2;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.map-page .menu .company .desc {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.map-page .menu ul {
    border-top: 1px solid #e1e1e1;
    padding: 0;
    margin: 0;
    list-style: none;
}

.map-page .menu ul:after {
    content: '';
    display: block;
    clear: both;
}

.map-page .menu ul&gt;li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
}

.map-page .menu ul&gt;li&gt;a {
    height: 70px;
    line-height: 70px;
    display: block;
    position: relative;
    color: #5E7AA2;
    background-color: #fff;
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
}

.map-page .menu ul&gt;li&gt;a .icon {
    width: 36px;
    height: 36px;
    line-height: 70px;
    margin-right: 10px;
}

.map-page .menu ul&gt;li&gt;a:hover,
.map-page .menu ul&gt;li.active&gt;a {
    text-decoration: none;
    background-color: #fbfbfb;
}

.map-page .menu ul&gt;li.active&gt;a:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../image/background/bg-map-menu-active.png);
    height: 51px;
    width: 95px;
}

.map-page .map-responsive {
    top: auto;
    margin: 0;
    padding-bottom: 0;
    width: auto;
    height: calc(100vh);
    padding-right: 60px;
}

.map-page .map-responsive.map-graphic {
    padding-right: 0;
    position: relative;
}

.map-page .map-responsive.map-graphic figure {
    top: 0;
    margin: 0;
    padding-bottom: 0;
    width: 100%;
    height: calc(100vh);
    position: absolute;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.map-page .map-responsive .button {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 55px;
    right: 35px;
    text-align: right;
}

.map-page .map-responsive .button&gt;li {
    display: inline-block;
    vertical-align: middle;
}

.map-page .map-responsive .button&gt;li+li {
    margin-left: 20px;
}

.map-page .map-responsive .button&gt;li&gt;.link {
    padding: 0 18px;
    text-shadow: none;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    background-color: #4BB1B0;
    border-color: transparent;
    position: relative;
    font-weight: bold;
    border: 0;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.map-page .map-responsive .button&gt;li:nth-child(1)&gt;.link {
    min-width: 95px;
}

.map-page .map-responsive .button&gt;li:nth-child(2)&gt;.link {
    min-width: 205px;
}

.map-page .map-responsive .button&gt;li:nth-child(3)&gt;.link {
    min-width: 150px;
}

.map-page .map-responsive .button&gt;li&gt;.link:hover,
.map-page .map-responsive .button&gt;li&gt;.link:focus:hover,
.map-page .map-responsive .button&gt;li&gt;.link:focus {
    color: #fff;
    background-color: #5E7AA2;
    border-color: transparent;
}

.map-page .bar {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 7px;
    font-size: 24px;
    color: #181818;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    line-height: 1;
    opacity: 0.4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.map-page .bar:before {
    content: "\f0c9";
    font: normal normal normal 24px/1 FontAwesome;
}

.map-page .bar.active {
    left: 460px;
    opacity: 1;
}

.map-page .bar.active:before {
    content: "\f00d"
}

.map-page .bar:hover {
    color: #de3923;
    text-decoration: none;
    opacity: 1;
}

.purchase-page ul.-list-group li:nth-child(1) {
    width: 50%;
}

.purchase-page ul.-list-group li:nth-child(2) {
    width: 25%;
}

.purchase-page ul.-list-group li:nth-child(3) {
    width: 25%;
}

.purchase-page ul.-list-group li:nth-child(4) {
    width: 25%;
}

.purchase-page ul.-list-group li:nth-child(5) {
    width: 50%;
}

.purchase-page ul.-list-group li:nth-child(6) {
    width: 25%;
}

.purchase-page ul.-list-group li:nth-child(6n+1) {
    width: 50%;
}

.purchase-page ul.-list-group li:nth-child(6n+2) {
    width: 25%;
}

.purchase-page ul.-list-group li:nth-child(6n+3) {
    width: 25%;
}

.purchase-page ul.-list-group li:nth-child(6n+4) {
    width: 25%;
}

.purchase-page ul.-list-group li:nth-child(6n+5) {
    width: 50%;
}

.purchase-page ul.-list-group li:nth-child(6n+6) {
    width: 25%;
}

.achievement-page {
    position: relative;
}


/* .achievement-page .achievement-slider {
    position: relative;
} */


/* .achievement-page .achievement-slider .wrapper {
    background-color: #3a3a3a;
    display: block;
    position: relative;
} */

.achievement-page .achievement-slider .wrapper:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 331px;
    height: 180px;
    pointer-events: none;
    background: url(../image/asset/achievement-mark.png) no-repeat center;
    background-size: cover;
}


/* .achievement-page .achievement-slider .wrapper .title {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 40px;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
} */


/* .achievement-page .achievement-slider .wrapper figure {
    opacity: 0.5;
    position: relative;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
    transition: All 200ms ease;
} */

.achievement-page .achievement-slider .wrapper:hover figure {
    opacity: 1;
}

.achievement-page .achievement-slider .wrapper:hover:before {
    background-color: transparent;
}


/* .achievement-page .achievement-slider .wrapper:hover {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
} */


/* .achievement-page .select-search {
    width: 310px;
} */


/*.achievement-page .select-search .select2-container--default .select2-selection--single .select2-selection__rendered:before {
    content: 'เธเธฑเธ”เน€เธฃเธตเธขเธ';
    font-size: 16px;
    color: #5E7AA2;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #c5c5c5;
    line-height: 24px;
}*/


/* .achievement-page .select-search .title {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 13px;
    font-size: 16px;
    color: #5E7AA2;
    line-height: 24px;
    padding-right: 15px;
    border-right: 1px solid #c5c5c5;
} */


/* .achievement-page .layout {
    background-color: #fbfbfb;
} */

.achievement-page .layout.list li {
    width: 100%;
}

.achievement-page .layout.list li .wrapper {
    display: table;
}

.achievement-page .layout.list li .wrapper figure {
    display: table-cell;
    vertical-align: top;
    width: 320px;
}

.achievement-page .layout.list li .wrapper .wordbox {
    display: table-cell;
    vertical-align: top;
    height: auto;
    width: auto;
}


/* .achievement-page .wrapper {
    display: block;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
} */

.achievement-page .wrapper:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: transparent;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}


/* .achievement-page .wrapper:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.achievement-page .wrapper:hover:before {
    background-color: #5E7AA2;
} */


/* .achievement-page .wrapper figure {
    position: relative;
} */

.achievement-page .wrapper figure .time {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: #5E7AA2;
    color: #fff;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}


/* .achievement-page .wrapper .wordbox .title {
    font-size: 20px;
    font-weight: bold;
    color: #5E7AA2;
    line-height: 1.2em;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
} */


/* .achievement-page .wrapper .wordbox .desc {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    font-family: 'tahoma';
} */

.achievement-page .achievement-hilight {
    position: relative;
}

.achievement-page .achievement-hilight .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    text-align: right;
    top: 350px;
    padding-right: 15px;
}

.achievement-page .achievement-hilight .wrapper:before {
    display: none;
}

.achievement-page .achievement-hilight .wrapper .wordbox {
    height: auto;
}

.terms-page {
    position: relative;
}






.search-page {
    position: relative;
    padding-top: 0;
}
.search-page .head-search {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
}

.search-page .head-search .H-title {
    margin-bottom: 0;
}

.search-page .head-search .search-form {
    margin-top: 15px;
}

.search-page .head-search .search-form .sub-title {
    position: absolute;
    z-index: 4;
    top: 16px;
    left: 35px;
    font-size: 16px;
    color: #333333;
    padding-right: 40px;
    border-right: 1px solid #c5c5c5;
    line-height: 15px;
}

.search-page .head-search .search-form .sub-title .svg-inline--fa {
    color: #5E7AA2;
    margin-right: 20px;
}

.search-page .head-search .search-form .form-control {
    border: 1px solid #ebebeb;
    height: 48px;
    line-height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: var(--typo-xs);
    padding: 0 15px;
}

.search-page .head-search .search-form .input-group .input-group-addon {
    padding: 0 0 0 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.search-page .head-search .search-form .input-group .input-group-addon .btn- {
    min-width: 150px;
}

.default-page.search-page .content-box .top-title-box {
    border: none;
}

.search-page .search-list {
    position: relative;
}

.search-page .search-list&gt;ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.search-page .search-list&gt;ul&gt;li {
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
}

.search-page .search-list&gt;ul&gt;li&gt;.link {
    display: table;
}

.search-page .search-list&gt;ul&gt;li&gt;.link&gt;div {
    vertical-align: middle;
    display: table-cell;
}

.search-page .search-list&gt;ul&gt;li&gt;.link .thumb {
    width: 1%;
    padding-right: 30px;
}

.search-page .search-list&gt;ul&gt;li&gt;.link .thumb figure {
    width: 200px;
}

.search-page .search-list&gt;ul&gt;li&gt;.link .thumb .cover {
    background-position: center;
    border-radius: var(--rounded);
    padding-top: 76%;
}
.search-page .search-list&gt;ul&gt;li&gt;.link .thumb .cover img{
    display: none;
}

.search-page .search-list&gt;ul&gt;li&gt;.link .content {
    width: auto;
}

.search-page .search-list&gt;ul&gt;li&gt;.link .content .title {
    font-size: var(--typo-default);
    font-weight: bold;
    color: #4BB1B0;
    margin-bottom: 0;
    line-height: 1em;
}

.search-page .search-list&gt;ul&gt;li&gt;.link .content .desc {
    font-size: var(--typo-xs);
    color: var(--color-default);
    margin-bottom: 5px;
}

.search-page .search-list&gt;ul&gt;li&gt;.link .content .url {
    font-size: var(--typo-xs);
    color: var(--color-gray);
}

.search-page .search-list&gt;ul&gt;li&gt;.link .content .url .link-url {
    color: var(--color-secondary);
}

.calendar-page {
    position: relative;
}


/* .calendar-page .select-search.calendar {
    width: 270px;
} */


/* .calendar-page .select-search.year {
    width: 205px;
    margin-right: 15px;
    margin-left: 15px;
} */


/*.calendar-page .select-search.year .select2-container--default .select2-selection--single .select2-selection__rendered:before {
    content: 'เน€เธฅเธทเธญเธเธเธต';
    font-size: 16px;
    color: #5E7AA2;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #c5c5c5;
    line-height: 24px;
}*/


/* .calendar-page .select-search.year .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 90px;
} */

.calendar-page .select-search.year .title {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 13px;
    font-size: 16px;
    color: #5E7AA2;
    line-height: 24px;
    padding-right: 15px;
    border-right: 1px solid #c5c5c5;
}


/* .calendar-page .select-search.month {
    width: 270px;
} */


/* .calendar-page .select-search.month .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 110px;
} */

.calendar-page .select-search.month .title {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 13px;
    font-size: 16px;
    color: #5E7AA2;
    line-height: 24px;
    padding-right: 15px;
    border-right: 1px solid #c5c5c5;
}


/*.calendar-page .select-search.month .select2-container--default .select2-selection--single .select2-selection__rendered:before {
    content: 'เน€เธฅเธทเธญเธเน€เธ”เธทเธญเธ';
    font-size: 16px;
    color: #5E7AA2;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #c5c5c5;
    line-height: 24px;
}*/

.calendar-page.default-page .content-box .monthly-activity {
    border-top: 0;
    padding-top: 5px;
}

.map-box .row .col-sm-6 {
    margin-bottom: 20px;
}</pre></body></html>