/* Commons */
@font-face {
	font-family: 'SK-text';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/application/themes/siamcreate/font/sukhumvit-set/sukhumvit-set_text-webfont.eot');
	src: url('/application/themes/siamcreate/font/sukhumvit-set/sukhumvit-set_text-webfont.eot?#iefix') format('embedded-opentype'),
		url('/application/themes/siamcreate/font/sukhumvit-set/sukhumvit-set_text-webfont-2.woff2') format('woff2'),
		url('/application/themes/siamcreate/font/sukhumvit-set/sukhumvit-set_text-webfont.woff') format('woff'),
		url('/application/themes/siamcreate/font/sukhumvit-set/sukhumvit-set_text-webfont.ttf') format('truetype'),
		url('/application/themes/siamcreate/font/sukhumvit-set/sukhumvit-set_bold-webfont.svg#SK-text') format('svg');
}

body{
    background-repeat: no-repeat;
    min-height: 100vh;
	overflow-x: hidden;
}

div.ccm-page{
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.4;
}

div.ccm-page h1, div.ccm-page h2, div.ccm-page h3, div.ccm-page h4, div.ccm-page h5, div.ccm-page h6{
    line-height: 1.4;
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
	margin: 20px 0px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p{

}

div.ccm-page hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #8d979a;
}

.sc-button {
    color: #606060 !important;
    background: #ffffff;
    padding: 13px 20px;
    border-radius: 15px;
    display: inline-block;
    font-size: 1.2em;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
}
.sc-button:hover {
    color: #ffffff !important;
    background: #274a97;
}

div.ccm-page td, div.ccm-page th{
    padding: 10px;
}

#select_language{
    position: relative;
    margin-top: 17px;
    text-align: right;
}
#select_language .text_holder{
    color: #606060;
    padding: 13px 37px 13px 15px;
    background: #ffffff url('/application/themes/siamcreate/images/arrow-down.png') right 13px center no-repeat;
    border-radius: 15px;
    font-size: 18px;
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
}
#select_language .text_holder.selected{
    background: #ffffff url('/application/themes/siamcreate/images/arrow-up.png') right 13px center no-repeat;
}
#select_language .region_holder{
    display: none;
    position: absolute;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 0px;
    padding: 7px;
    right: 0;
    text-align: left;
}

#select_language .search_language{
    
}

#select_language .search_language #search_value{
    color: #606060 ;
}

#select_language .search_result{
    
}

#select_language .search_data{
    
}

#select_language .search_result, #select_language .search_data{
    overflow-y: scroll;
    max-height: 200px;
}

#select_language .search_result ul, #select_language .search_data ul{
    float: none;
    margin: 0px;
    padding: 0px;
}

#select_language .search_result ul li, #select_language .search_data ul li{
    display: block;
    float: none;
}

#select_language .search_result ul li a, #select_language .search_data ul li a{
    display: block;
    padding: 5px;
}


/* Header */
div.ccm-page header{
    border: none;
	padding: 10px 0px;
}

div.ccm-page header .top_nav{
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
div.ccm-page header .header_background{
    margin-top: -150px;
}
div.ccm-page header .header_background img.header_background_img{
    width: 100%;
    margin-top: -150px;
}
div.ccm-page header .header_content{
    position: absolute;
    z-index: 1;
    top: 140px;
    width: 100%;
}

div.ccm-page header nav ul{
    margin-top: 5px !important;
}

div.ccm-page header nav ul li{
    margin-right: 20px;
    margin-top: 0px;
	padding-top: 10px;
}
div.ccm-page header nav ul li:last-child{
    border-right: none;
}

div.ccm-page header nav ul li a{
    color: #54595F;
    padding: 13px 20px;
    font-size: 18px;
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

div.ccm-page header nav ul li a:hover,
div.ccm-page header nav ul li a.nav-path-selected{
    color: #034ea2;
	border-bottom: solid 2px #034ea2;
}

div.ccm-page header nav ul li ul{
    top: 38px !important;
    border-radius: 10px;
    padding: 10px;
    width: 230px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.28);
}
div.ccm-page header nav ul li ul li{
    border-right: none;
    margin: 0px;
}
div.ccm-page header nav ul li ul li a{
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #606060;
    background: none;
    box-shadow: none;
    padding: 10px 5px;
}
div.ccm-page header nav ul li ul li a:hover,
div.ccm-page header nav ul li ul li a.nav-path-selected{
    background: none;
    color: #274a97;
    border: none;
    box-shadow: none;
}

.ccm-responsive-menu-launch i:after{
    color: #303942;
}
.ccm-responsive-menu-launch.responsive-button-close i:after{
    color: #FFF;
}

div.ccm-page .language_selection ul{

}


div.ccm-page .language_selection ul li{

}

div.ccm-page .language_selection ul li a{

}

div.ccm-page .language_selection ul li a:hover,
div.ccm-page .language_selection ul li a.nav-path-selected{

}


/* Body */
div.ccm-page main {
    padding: 0 ;
    background: none;
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

div.ccm-page main ul.nav {

}

div.ccm-page main ul.nav li{

}
div.ccm-page main ul.nav li:last-child{

}

div.ccm-page main ul.nav li a{
    color: #1a2e35 !important;
}

div.ccm-page main ul.nav li a:hover,
div.ccm-page main ul.nav li a.nav-path-selected{
    padding-left: 30px;
    background: url('/application/themes/siamcreate/images/arrow-right.png') left center no-repeat;
    color: #1a2e35 !important;
}

/* Footer */
footer#footer-theme{
    color: #FFF;
    background: #034EA2;
}

footer h1, footer h2, footer h3, footer h4, footer h5{
    color: #FFF;
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer .footercoppyright{
    border-top: solid 1px #2b569b;
    padding-top: 20px;
    margin-top: 10px;
}

footer ul{
    list-style: none;
    padding-left: 0px;
}
footer ul li{
    padding: 0;
    border-bottom: solid 2px #FFF;
}
footer ul li a{
    padding: 10px 30px;
	display: block;
}
footer ul li a:hover{
    background: #041366;
}

/* Block Slide */
div.ccm-page .ccm-image-slider-container{
    border: none;
    padding: 0;
    margin: 0;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs{
    text-align: center;
}
div.ccm-page .ccm-image-slider-container .rslides_tabs li a{
    width: 10px;
    height: 10px;
}
.ccm-image-slider-text {
    width: 50%;
    text-align: center;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p{
    width: 100%;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p b,
div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p strong{
    font-size: 1.5em;

}

/* Block Carousel Slide */
.easy-slider-carousel .info > div{
    opacity: 0.7 !important;
}
.easy-slider-carousel .info p{
    padding: 0 !important;
}
.easy-slider-carousel .info a{
    font-size: 1.5em !important;
    background-color: none !important;
}

/* Block Page List*/
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title{
    font-size: 1em;
    margin-top: 10px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title a{
    color: #58585a;
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title a:hover{
    color: #144391;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-description{
	color: #777;
	margin-top: 10px;
}

/* Block Gallery */
.ccm-block-gallery .ccm-block-gallery-image{
    padding-top: calc(3.125rem + 12.5vw);
}
.ccm-block-gallery .ccm-block-gallery-image-caption{
    color: #333;
    text-align: center;
    font-family: 'SK-text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

/* Block Form */
div.ccm-block-type-form div.form-group label.control-label{
    color: #1a2e35;
    font-weight: normal !important;
}

/* Block next-previous */
div.ccm-block-next-previous{
	margin-top: 30px;
    border-top: 1px solid #CCC;
}
div.ccm-block-next-previous .ccm-block-next-previous-header{
	width: 50%;
    float: left;
}
div.ccm-block-next-previous .ccm-block-next-previous-header.previous-header{
	text-align: left;
}
div.ccm-block-next-previous .ccm-block-next-previous-header.next-header{
	text-align: right;
}

/* Responsive */
@media screen and (max-width: 767px) {
    .ccm-responsive-overlay{
        border: none;
        height: 100%;
        top: 0px;
        z-index: 1;
        background: #FFF;
        padding-top: 300px;
    }
    div.ccm-page .language_selection ul{
        margin-right: 20px;
    }
    .ccm-responsive-menu-launch{
        display: block;
        background: #ffffff;
        padding: 10px 10px;
        border-radius: 10px;
    }
    .ccm-responsive-menu-launch.responsive-button-close{
        background: #303942;
    }
    div.ccm-page header .header_content{
        position: relative;
        top: 0px;
    }
    div.ccm-page header .header_background{
        margin-top: 0px;
    }
    div.ccm-page header .header_background img.header_background_img{
        width: 100%;
        margin-top: 0px;
    }
}
@media screen and (min-width: 1200px) {
    .ccm-block-gallery .ccm-block-gallery-image{
        padding-top: 11rem;
    }
}