.container{
	width:1560px;
}

.row-0{margin: 0;}
.row-0 > div{padding: 0;}
.row-10{margin: 0 -5px;}
.row-10 > div{padding: 0 5px;}
.row-20{margin: 0 -10px;}
.row-20 > div{padding: 0 10px;}
.row-40{margin: 0 -20px;}
.row-40 > div{padding: 0 20px;}

.row-table{display: table; width: 100%;}
.row-table > div{display: table-cell; vertical-align: middle; position: relative;}
.row-table .col{width: auto;}
.row-table .col-auto{width: 1%;}
.row-table.vlign-top > div{vertical-align: top;}

.row-flex{display: flex;}
.row-flex .col-auto{}
.row-flex .col{flex-grow: 1;}
.row-flex .middle{align-self: center;}

.section-middle{display: table; width: 100%; height: 100vh;}
.section-middle > div{display: table-cell; vertical-align: middle;}

html{font-size: 62.5%;}
body{
	font-family: 'Kanit', sans-serif;
	background-color: #fff;
	font-size: 1em;
	color: #333;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cover,
figure.cover{margin: 0; background-size: cover; background-position: center; background-repeat: no-repeat;}
figure.contain{background-size: contain; background-position: center; background-repeat: no-repeat;}
figure.cover img,
.cover img{width: 100%;}
img{max-width: 100%;}

.icon{position: relative;}
.icon img{display: block;}

a:focus{outline: none;}
.btn,
.link{
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.link:focus,
.link:hover{text-decoration: none;}

input,
select,
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.item-list{margin: 0; padding: 0;}
.item-list > li{list-style: none; float: left;}
.item-list:before,
.item-list:after{content: ' '; display: table;}
.item-list:after{clear: both;}
.item-list.fluid > li{width: 100%;}

.nav-list{margin: 0; padding: 0;}
.nav-list > li{list-style: none; float: left;}
.nav-list:before,
.nav-list:after{content: ' '; display: table;}
.nav-list:after{clear: both;}
.nav-list.fluid > li{width: 100%;}

.text-primary{color: #143d8d;}
.text-secondary{}
.text-light{color: #fff;}

.title{margin: 0;}
.desc{margin: 0;}




.site-header .main{position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 140px; background-color: rgba(239,242,245,1);}
.site-header .main-brand{padding: 5px 0; margin-right: 40px;}
.site-header .main-brand img{height: 130px;}

.site-header .main-wrapper{float: right;}

.site-header .main-topbar{height: 90px;}
.site-header .main-search .form-default{position: relative; width: 300px;}
.site-header .main-search .form-control{min-height: 40px;}
.site-header .main-search .btn{position: absolute; padding: 0; color: #333; font-size: 20px; min-width: inherit; width: 40px; height: 40px; top: 0; right: 0; line-height: 40px;}
.site-header .main-lang{margin-left: 30px;}
.site-header .main-lang li + li{border-left: 1px solid #a5acb2; margin-left: 15px; padding-left: 15px;}
.site-header .main-lang .link{display: block; font-size: 2.2em; color: #333; line-height: 40px; font-weight: 300;}
.site-header .main-lang .active .link{color: #143d8d;}
.site-header .main-sub{margin-left: 30px;}
.site-header .main-sub > .link{display: block; height: 40px; line-height: 40px; padding: 0 15px; background-color: #143d8d; color: #fff; font-size: 1.8em; font-weight: 300;}
.site-header .main-sub > .link:after{font-family: 'feather'; content: '\e842'; position: relative; top: 1px; right: -4px; margin-left: 5px;}
.site-header .main-sub .dropdown-menu{
	padding: 15px;
	margin-top: 10px;
	left: auto;
	right: 0;
	min-width: 220px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 0;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms ease-out;
}
.site-header .main-sub .sub-list{max-height: 422px;}
.site-header .main-sub .sub-list .mCSB_scrollTools{right: 0;}
.site-header .main-sub .item-list > li{padding: 10px 0;}
.site-header .main-sub .item-list > li + li{border-top: 1px solid #a5acb2;}
.site-header .main-sub.open > .link:after{content: '\e845';}
.site-header .main-sub.open .dropdown-menu{
	opacity: 1;
	visibility: visible;
}

.site-header .main-nav{height: 50px;}
.site-header .main-nav .nav-list > li + li{margin-left: 130px;}
.site-header .main-nav .link.home{font-size: 0;}
.site-header .main-nav .link.home span{font-size: 26px; line-height: 48px;}
.site-header .main-nav .link{display: block; position: relative; color: #333; font-size: 2.2em; line-height: 50px;}
.site-header .main-nav .link:hover{color: #143d8d;}
.site-header .main-nav .active .link{color: #143d8d;}
.site-header .main-nav .active .link:before{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #a1b1d1;}
.site-header .main-nav .active .link.home:before{display: none;}




.menu-mobile-btn{display: none; position: absolute; z-index: 100; top: 10px; right: 6px;}
.menu-mobile-btn .btn-mobile{
	display: block; 
	width: 36px; 
	height: 36px;
	border-radius: 50%;
	-webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.menu-mobile-btn .btn-mobile > div{position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; width: 18px; height: 14px;}
.menu-mobile-btn .btn-mobile .bar{
	background-color: #143d8d; 
	position: absolute; 
	width: 100%; 
	height: 2px; 
	left: 0; 
	margin: auto;
    border-radius: 2px;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(1){top: 0;}
.menu-mobile-btn .btn-mobile .bar:nth-child(2){top: 0; bottom: 0;}
.menu-mobile-btn .btn-mobile .bar:nth-child(3){top: 0; bottom: 0;}
.menu-mobile-btn .btn-mobile .bar:nth-child(4){bottom: 0;}
.menu-mobile-btn .btn-mobile.close{opacity: 1; border-color: transparent;}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(1){top: 0; opacity: 0;}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(2){top: 0; bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(3){top: 0; bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(4){bottom: 0; opacity: 0;}




.site-container{position: relative; z-index: 100;}




.default-page{margin-top: 140px;}
.default-topbar{background: url('../img/background/default-topbar.jpg'); background-size: cover;}
.default-header{overflow: hidden;}
.default-header img{width: 100%; height: 450px; object-fit: cover; object-position: center;}
.default-header img{
	transform: scale(1);
    animation: bgzoomheader 20000ms
}
@keyframes bgzoomheader {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.default-body{padding: 80px 0; position: relative;}
.default-body:before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: rgb(218,226,232);
	background: -moz-linear-gradient(top,  rgba(218,226,232,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(218,226,232,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(218,226,232,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae2e8', endColorstr='#ffffff',GradientType=0 );
}
.default-body.-bg-white:before{display: none;}
.default-body .container{position: relative; z-index: 10;}

.side-nav{margin-top: 95px;}
.side-nav .nav-list > li{padding-bottom: 15px;}
.side-nav .nav-list > li + li{border-top: 1px solid #bbb; padding: 15px 0;}
.side-nav .link{font-size: 2.8em; font-weight: 300; color: #333; line-height: 1.2em; display: inline-block; position: relative;}
.side-nav .link:hover{color: #143d8d;}
.side-nav .active .link{color: #143d8d; padding-left: 25px;}
.side-nav .active .link:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #143d8d;
	top: 13px;
	left: 0;
}
.main-content{padding-left: 100px;}




.default-nav{margin-bottom: 50px;}
.default-nav .nav-list{margin: 0 -10px;}
.default-nav .nav-list > li{width: 25%; padding: 0 10px; margin-bottom: 10px;}
.default-nav .link{color: #333; font-size: 2.2em; font-weight: 300; line-height: 1.2em;}
.default-nav .link:hover,
.default-nav .active .link{color: #143d8d;}




.site-footer{position: relative; z-index: 100;}
.site-footer .topbar{padding: 40px 0; background-color: #eef2f5; overflow: hidden;}
.site-footer .topbar-nav .nav-list{margin: 0 -30px;}
.site-footer .topbar-nav .nav-list > li{width: calc(100% / 3); padding: 0 30px;}
.site-footer .topbar-nav .link{display: block; background: url('../img/background/topbar-nav.jpg') center; color: #fff;
	background-size: 100%;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transition-delay: 100ms;
	     -o-transition-delay: 100ms;
	        transition-delay: 100ms;
}
.site-footer .topbar-nav .icon{width: 100px; height: 80px; padding: 0 10px; background-color: #143d8d;}
.site-footer .topbar-nav .title{display: block; text-align: center; text-transform: uppercase; font-weight: 300; font-size: 3.4em;}
.site-footer .topbar-nav .link:hover{background-size: calc(100% + 60px);}
.site-footer .main{padding: 50px 0; background-color: #fff;}
.site-footer .main-map{width: 720px;}
.site-footer .main-map .wrapper{position: relative; width: 350px; height: 290px; border: 1px solid #ddd;}
.site-footer .main-map iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.site-footer .main-map .link{display: block;}
.site-footer .main-address{padding-left: 30px;}
.site-footer .main-address .inner{height: calc(290px - 40px);}
.site-footer .main-address .title{margin-bottom: 5px; font-size: 2em; font-weight: 400;}
.site-footer .main-address .desc{font-size: 1.6em; line-height: 1.4em; font-weight: 200; padding-right: 40px;}
.site-footer .main-address .info{font-size: 1.6em; line-height: 1.4em; font-weight: 200; margin-top: 25px;}
.site-footer .main-address .info strong{font-weight: 400;}
.site-footer .main-address .info > div + div{margin-top: 8px;}
.site-footer .main-address .social .link{float: left; width: 40px; height: 40px; color: #fff; font-size: 20px; text-align: center; line-height: 40px; background-color: #ddd;}
.site-footer .main-address .social .link + .link{margin-left: 10px;}
.site-footer .main-address .social .link.facebook{background-color: #226cc1;}
.site-footer .main-address .social .link.email{background-color: #d9594e;}
.site-footer .main-nav.nav-1{width: 200px;}
.site-footer .main-nav.nav-1 .nav-list > li + li{margin-top: 14px;}
.site-footer .main-nav{width: 250px; padding-left: 30px;}
.site-footer .main-nav .nav-list > li + li{margin-top: 4px;}
.site-footer .main-nav .link{font-weight: 400; font-size: 2em; line-height: 1.2em; color: #333;}
.site-footer .main-nav .nav-list .nav-list{margin: 6px 0;}
.site-footer .main-nav .nav-list .nav-list > li + li{margin-top: 4px;}
.site-footer .main-nav .nav-list .nav-list .link{position: relative; padding-left: 10px; font-weight: 200; font-size: 1.7em;}
.site-footer .main-nav .nav-list .nav-list .link:before{
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #333;
	border-radius: 50%;
}
.site-footer .main-nav .link:hover{color: #143d8d;}




.btn-nav{
	display: none;
	margin-bottom: 30px;
	padding: 5px;
	background: rgb(0,159,219);
	background: -moz-linear-gradient(top,  rgba(0,159,219,1) 0%, rgba(0,104,190,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,159,219,1) 0%,rgba(0,104,190,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,159,219,1) 0%,rgba(0,104,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fdb', endColorstr='#0068be',GradientType=0 );
}
.btn-nav .link{display: block; position: relative; height: 36px; line-height: 36px; font-size: 18px; font-weight: 400; color: #333; padding: 0 10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(207,213,220,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(207,213,220,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(207,213,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd5dc',GradientType=0 );
}
.btn-nav .link > div{position: absolute; top: 0; bottom: 0; right: 16px; margin: auto; width: 18px; height: 14px;}
.btn-nav .bar{
	background-color: #333; 
	position: absolute; 
	width: 100%; 
	height: 2px; 
	left: 0; 
	margin: auto;
    border-radius: 2px;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.btn-nav .bar:nth-child(1){top: 0;}
.btn-nav .bar:nth-child(2){top: 0; bottom: 0;}
.btn-nav .bar:nth-child(3){bottom: 0;}

.defaultmenu-mobile-overlay{
	position: fixed;
	z-index: 2000;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.defaultmenu-mobile-overlay.open{
	visibility: visible;
	opacity: 1;
}

.site-header .defaultmenu-mobile-overlay{height: 56px;}




.back-top{
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	visibility: hidden;
	background-color: #143d8d;

	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.back-top:hover,
.back-top:focus{color: #fff; text-decoration: none;}
.back-top.show{
	opacity: 1;
	bottom: 50px;
	visibility: visible;
}




.social-fix{position: fixed; right: 0; top: 50%; transform: translate(0, -50%);}
.social-fix .link{display: block; width: 40px; height: 40px; color: #fff; font-size: 20px; text-align: center; line-height: 40px; background-color: #ddd;}
.social-fix .link.facebook{background-color: #226cc1;}
.social-fix .link.email{background-color: #d9594e;}




.map-popup{position: relative;}
.map-popup .wrapper{position: relative; padding-top: 60%;}
.map-popup .wrapper iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.map-popup img{width: 100%;}










