@font-face {
    font-family: 'MN_Paethai';
    src: url('../fonts/MN Paethai v3.2.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Medium';
    src: url('../fonts/SukhumvitSet-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Text';
    src: url('../fonts/SukhumvitSet-Text.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Light';
    src: url('../fonts/SukhumvitSet-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-SemiBold';
    src: url('../fonts/SukhumvitSet-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'SukhumvitSet-Bold';
    src: url('../fonts/SukhumvitSet-Bold.ttf') format('truetype');
}
a{
    text-decoration: none;
}
body {
    background-color: #F1F2F2;
    margin: 0;
    font-family: 'MN_Paethai';
    color: #808285;
    font-size: 24px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.show {display:block !important;}
.hidden {display:none !important;}
.card {
    margin-top: 20px;
}
.xl-1 {
    width: 280px;
    margin-left: 10px;
    margin-right: 10px;
}

.xl-2 {
    width: 580px;
    margin-left: 10px;
    margin-right: 10px;
}
.xl-3 {
    width: 900px;
}
.xl-3 > div {
    width: 880px;
    margin-left: 10px;
    margin-right: 10px;
}

.menu {
    height: 177px;
    background-color: #414042;
}

.container {
    width: 1200px;
    margin: 0 auto;
    
}

.maincontent{
}

.sidebar {
    width: 300px;
    float: left;
    margin-top: 177px;
}

.sidemenu {
        z-index: 10;
}
.sidemenu .menu-side{
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
    border: 1px solid #2094C0;
    margin-bottom: 20px;
}
.sidemenu .menu-side .logo{
    margin: 30px 30px 15px 30px;
}
.sidemenu .menu-side .menu-side-list{
    font-family: 'SukhumvitSet-Bold';
    font-size: 30px;
    color: #2094C0;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #414042;
    min-height: 60px;
}
.sidemenu .menu-side .menu-side-list:last-child{
    border-bottom: 0px;
}
.sidemenu .menu-side .menu-side-list .menu-item div{
    float: left;
}
.sidemenu .menu-side .menu-side-list.menu-album .menu-item .icon{
    margin-top: 5px;
}
.sidemenu .menu-side .menu-side-list.menu-album .menu-item .text{
    margin-top: 7px;
    max-width: 200px;
}
.sidemenu .menu-side .menu-side-list.menu-province .menu-item .icon{
    margin-top: 7px;
}
.sidemenu .menu-side .menu-side-list.menu-province .menu-item .text{
    margin-top: 7px;
    max-width: 200px;
}
.sidemenu .menu-side .menu-side-list.menu-infographic .menu-item .icon{
    margin-top: 8px;
}
.sidemenu .menu-side .menu-side-list.menu-infographic .menu-item .text{
    margin-top: 7px;
    max-width: 200px;
}
.sidemenu .menu-side .menu-side-list a{
    text-decoration: none;
    color: #2094C0;
}
.sidemenu .menu-side .menu-side-list img{
    margin-right: 10px;
    margin-left: 10px;
    width: 35px;
    height: 45px;
    vertical-align: middle;
}
.sidemenu .menu-side .language{
    padding: 10px 10px 10px 20px;
}
.sidemenu .menu-side .language a{
    background-color: #FFFFFF;
    border:0;
    font-family: 'SukhumvitSet-Medium';
    font-size: 25px;
    color: #808285;
    text-decoration: none;
}
.sidemenu .menu-side .language img{
    width: 50px;
    height: 33px;
    vertical-align: middle;
    margin-right: 20px;
}
.sidemenu .menu-side .menu-language .menu-language-list a{
    color: #808285;
}
.sidemenu .menu-side .menu-language .menu-language-list li{
    margin-left:5px; 
}
.sidemenu .menu-side .menu-language img{
    width: 50px;
    height: 33px;
    vertical-align: middle;
    margin-right: 20px;
}
.sidemenu .search{
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
    border: 1px solid #2094C0;
    padding: 10px;
}
.sidemenu .search input{
        width: 240px;
        padding-left: 10px;
/*	background: url('image/Search icon_2.svg') no-repeat;
        background-size: 30px 30px;*/
        border:1px solid #414042;
	background-color:#FFFFFF;
	color:#414042;
        font-size: 24px;
        font-family: 'MN_Paethai';
        border-radius: 5px;
}
.hero {
    overflow:hidden;
    height: 660px;
    border-radius: 10px;
}
.hero img{
    width: 880px;
    position: relative;
}
.hero .text{
    color: #ffffff;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 100%;
    text-shadow: 0 0 5px #000000;
    font-size: 40px;
    font-family: 'SukhumvitSet-Bold';
}
.hero .attractionname{
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    right: 20px;
    text-shadow: 0 0 5px #000000;
    font-size: 25px;
    font-family: 'SukhumvitSet-Light';
}
.hero .attractionname a{
    color: #ffffff;
    text-decoration: none;
}

.overall{
    background-color: #FFFFFF;
}
.overall .content {
    padding: 20px 40px 40px 40px;
}
.overall .content .title {
    font-family: 'SukhumvitSet-Bold';
    font-size: 42px;
    color: #2474BB;
}
.overall .content .title span {
    float: left;
    width: 700px;
}
.overall .content .title img {
    float: right;
    margin-top: 20px;
}
.overall .content .contact{
    height: 60px;
    margin-bottom: 15px;
}
.overall .content .contact img{
    width: 60px;
    height: 60px;
}
.overall .content .contact span {
    font-family: 'SukhumvitSet-SemiBold';
    font-size: 59px;
    color: #2474BB;
    line-height: 59px;
}
.overall .content .address {
    font-family: 'SukhumvitSet-Bold';
    font-size: 27px;
    border-bottom: 1px solid #808285;
    padding-top: 5px;
    padding-bottom: 5px;
}
.overall .content .workhour {
    font-family: 'SukhumvitSet-Bold';
    font-size: 27px;
    border-bottom: 1px solid #808285;
    padding-top: 5px;
    padding-bottom: 5px;
}
.overall .content .fee {
    font-family: 'SukhumvitSet-Bold';
    font-size: 27px;
    border-bottom: 1px solid #808285;
    padding-top: 5px;
    padding-bottom: 5px;
}
.overall .content .link {
    font-family: 'SukhumvitSet-Bold';
    font-size: 27px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}
.overall .content .link span a{
    text-decoration: none;
    color: #2094C0;
}
.overall .content .body img {
}
.overall .content .contact > div, .overall .content .address > div, .overall .content .workhour > div, .overall .content .fee > div, .overall .content .link > div{
    display: table;
    vertical-align: middle;
}
.overall .content .contact .icon,.overall .content .address .icon, .overall .content .workhour .icon, .overall .content .fee .icon, .overall .content .link .icon{
    width: 60px;
    text-align: center;
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}
.overall .content .contact .text,.overall .content .address .text, .overall .content .workhour .text, .overall .content .fee .text, .overall .content .link .text{
    display: table-cell;
    vertical-align: top;
}

.detail {
    font-family: 'MN_Paethai';
    font-size: 28px;
}
.detail .content {
    padding: 20px;
}
.detail .content p {
    margin: 0 0 20px 0;
}
.detail .content p:last-child {
    margin: 0;
}

.imagelist .image{
    border-radius: 10px;
    overflow:hidden;
    margin-right: 32px;
    float: left;
    display: block;
}
.imagelist .image:last-child{
    margin-right: 0px;
}
.imagelist .image img{
    width: 196px;
    height: 148px;
}

.interesting {
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
}
.interesting .bar {
    height: 10px;
    background-color: #D6B750;
}
.interesting .image {
    height: 350px;
}
.interesting .image > img {
    width: 880px;
    height: 350px;
}
.interesting .content {
}
.interesting .title {
    font-family: 'SukhumvitSet-Bold';
    font-size: 30px;
    padding: 10px;
    color: #2474BB;
    border-bottom: 1px solid #2474BB;
}
.interesting .body {
    display: table;
    padding: 10px;
}
.interesting .body .column{
    vertical-align: top;
    display: table-cell;
    width: 390px;
    padding: 10px;
}
.interesting .print_save {
    border-left: 1px solid #808285;
   display: table-cell;
   width: 100px;
   color: #2094C0;
}
.interesting .print_save .inner {
}
.interesting .print_save .inner div {
    text-align: center;
}
.interesting .print_save .inner .print {
    margin-top: 10px;
    margin-bottom: 10px;
}

.map {
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
}
.map .bar {
    height: 10px;
    background-color: #50A497;
}
.map .image {
}
.map .image > img {
    height: 350px;
}
.map .content p{
    margin: 0 0 10px 0;
}
.map .title {
    font-family: 'SukhumvitSet-Bold';
    font-size: 30px;
    color: #2474BB;
    line-height: 40px;
    padding: 10px;
    border-bottom: 1px solid #2474BB;
}
.map .body {
    padding: 20px;
}
.map .body .subtitle {
    font-family: 'SukhumvitSet-Bold';
    font-size: 30px;
}

.link {
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
    display: table;
}
.link > div{
    display: table-row;
}
.link .title {
    width: 210px;
    height: 100%;
    padding: 20px;
    border-right: 1px solid black;
    display: table-cell;
    font-family: 'SukhumvitSet-Bold';
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}
.link .title img{
    margin-bottom: 20px;
}
.link .title > div{
    text-align: center;
    vertical-align: middle;
}
.link .body {
    width: 500px;
    padding: 20px;
    display: table-cell;
}
.link .body a {
    width: 500px;
    font-family: 'SukhumvitSet-Medium';
    font-size: 19px;  
    text-decoration: none;
    color: #2094C0;
}

.news {
    border-radius: 10px;
    overflow:hidden;
    background-color: #414042;
    position: relative;
}
.news .suggestion{
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'SukhumvitSet-Light';
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
}

.news .suggestion a{
        color: #FFFFFF;
        text-decoration: none;
    }
.news .suggestion img{
    margin-right: 20px;
    vertical-align: middle;
}

.weather {
    background: linear-gradient(to bottom, #50A497, white );
    border-radius: 10px;
    overflow:hidden;
}
.weather .content{
    padding: 10px;
}
.weather .topsection {
    color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}
.weather .topsection .day{
    float: left;
    font-family: 'SukhumvitSet-SemiBold';
    font-size: 70px;
    margin-right: 10px;
    line-height: 70px;
}
.weather .topsection .month{
    font-family: 'SukhumvitSet-Light';
    font-size: 20px;
}
.weather .topsection .year{
    font-family: 'SukhumvitSet-Light';
    font-size: 20px;
}
.weather .topsection .place {
    font-family: 'SukhumvitSet-Light';
    font-size: 30px;
    line-height: 30px;
}
.weather .middlesection {
    padding-top: 10px;
    position: relative;
    color: #1F94BF;
}
.weather .middlesection .climate{
    float: left;
}
.weather .middlesection .temp{
    float: right;
}
.weather .middlesection .temp .current_temp{
    position: absolute;
    bottom: 20px;
    right: 0px;
    font-family: 'SukhumvitSet-SemiBold';
    font-size: 50px;
    line-height: 50px;
}
.weather .middlesection .temp .maxmin_temp{
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-family: 'SukhumvitSet-SemiBold';
    font-size: 20px;
    line-height: 20px;
}
.weather .bar{
    height: 10px;
    background-color: #50A497;
}

.howto {
    border-radius: 10px;
    overflow:hidden;
    border: 1px solid #2094C0;
}
.howto img{
width: 580px;
height: 290px;
}
.infographic {
    border-radius: 10px;
    overflow:hidden;
    height: 211px;
}

.sharing {
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
}
.sharing .bar {
    height: 10px;
    background-color: #808285;
}
.sharing .content {
    padding: 20px;
}
.sharing .content .list {
    font-family: 'SukhumvitSet-Bold';
    font-size: 19px;
    border-bottom: 1px solid #808285;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #2094C0;
}
.sharing .content .list:first-child {
    padding-top: 0;
}
.sharing .content .list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.sharing .content .list > img {
    vertical-align: middle;
    margin-right: 10px;
}

.province {
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
    float: left;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.province .image {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}
.province .image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.7s;
}
.province .content {
    border-bottom: 1px solid #808285;
    margin: 5px 15px;
}
.province .content .title{
    text-align: center;
    font-family: 'SukhumvitSet-Bold';
    font-size: 21px;
    margin-bottom: 10px;
}
.province .content .title span{
    border-bottom: 1px solid #808285;
    padding: 0 10px 3px;
}
.province .content .title a{
    color: #808285;
}
.province .content .tag{
    color: #2094c0;
}
.province .content a{
    text-decoration: none;
    color: #2094c0;
}
.province .footer {
    height: 30px;
}
.province .footer .share {
    height: 30px;
    float: left;
    margin-left: 20px;
}
.province .footer .share_button {
    height: 30px;
    float: left;
    margin-left: 20px;
    display: none;
}
.province .footer .share_button a {
    margin-right: 10px;
}
.province .footer .like {
    height: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 1px;
}
.province .footer .like a{
    text-decoration: none;
    color: #808285;
}
.province .footer .like_amount {
    line-height: 20px;
    float: right;
    margin-right: 20px;
}
.province .footer .like_amount a{
    text-decoration: none;
    color: #808285;
}
.province .moreinfo {
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
.province .moreinfo a{
    font-family: 'SukhumvitSet-Light';
    color: #2094c0;
    text-decoration: none;
    font-size: 18px;
}

.attraction {
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
    float: left;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.attraction .image{
}
.attraction .image img{
    width: 280px;
    height: 210px;
    transition: 0.7s;
}
/*pae*/
.card-link-btn-block{
    position: absolute;
    margin-top: 210px;
    margin-left: 100px;
    z-index: 1;
    opacity: 0;
    transition: 0.7s;
}
.card-link-btn-block.active{
    margin-top: 170px;
    opacity: 1;
    transition: 0.7s;
}

.card-link-btn-block a{
    float: left;
    background-color: white;
    color: #1D75BA;
    width: 30px;
    height: 30px;
    border: solid 1px;
    border-radius: 50%;
    display: block;
    margin-left: 5px;
}
.card-link-btn-block a i{
    padding: 3px;
}

/*end pae*/
.attraction .content{
    margin: 5px 15px;
    border-bottom:  1px solid #808285;
}
.attraction .content .title{
    font-family: 'SukhumvitSet-Bold';
}
.attraction .content .title a{
    color: #808285;
}
.attraction .content .tag{
    color: #2094c0;
}
.attraction .content a {
    text-decoration: none;
    color: #2094c0;
}
.attraction .footer {
    height: 30px;
}
.attraction .footer .share {
    height: 30px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.attraction .footer .share_button {
    height: 30px;
    float: left;
    margin-left: 20px;
    display: none;
    cursor: pointer;
}
.attraction .footer .share_button a {
    margin-right: 10px;
    cursor: pointer;
}
.attraction .footer .like {
    height: 30px;
    float: right;
    margin-right: 10px;
}
.attraction .footer .like a{
    text-decoration: none;
    color: #808285;
}
.attraction .footer .like_amount {
    height: 30px;
    float: right;
    margin-right: 20px;
}
.attraction .footer .like_amount a{
    text-decoration: none;
    color: #808285;
}

.attraction-feature {
    border-radius: 10px;
    overflow:hidden;
    background-color: #FFFFFF;
    float: left;
}
.attraction-feature .image{
    margin: 10px;
    float: left;
}
.attraction-feature .image img{
    width: 266px;
    height: 266px;
    border-radius: 50%;
    overflow: hidden;
}
.attraction-feature .rightbar{
    float: right;
    width: 280px;
    position: relative;
}
.attraction-feature .content{
    height: 240px;
    padding: 10px;
    border-bottom:  1px solid #808285;
}
.attraction-feature .content .title{
    font-family: 'SukhumvitSet-Bold';
}
.attraction-feature .content .tag{
    color: #2094c0;
}
.attraction-feature .card-footer {
    padding: 5px;
}
.attraction-feature .card-footer .like {
    float: left;
    width: 65px;
}
.attraction-feature .card-footer .share {
    float: left;
}
.attraction-feature .card-footer .moreinfo{
    border: 2px solid #808285;
    border-radius: 30px;
    padding: 0 5px;
    float: right;
}

/*---------------------------------*/

.menu{
    padding-top: 200px;
}

.menu-language-list ul, .menu-search-list ul {
    margin: 0 15px; 
    padding: 0; 
    list-style-type: none; 
    list-style-image: none;
}
.menu-language-list li, .menu-search-list li {
    display: block;   
    padding:10px 0;
}
.menu-language-list li:hover, .menu-search-list li:hover{
    display: block; 
    padding:10px 0;
}
.menu-language-list ul li img, .menu-search-list ul li img {  
    margin-right: 10px;
    vertical-align: middle;
}
.menu-language-list ul li a, .menu-search-list ul li a { 
    text-decoration:none;  
    margin: 0px; 
    color: #FFFFFF;
}
.menu-language-list ul li a:hover, .menu-search-list ul li a:hover { 
    text-decoration:none;
}
.menu-language-list a, .menu-search-list a {
    text-decoration:none; 
    color:white;
}
.menu-language-list a:hover, .menu-search-list a:hover {
    text-decoration:none;
    color:white;
}

.loading {
    padding:20px;
    display:none;
}

#circularG{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color:rgb(36,117,187);
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{ 
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}
