html, body {
	font-family: 'PT Serif', serif;
	font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 300;    
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;   
    color: #fff;
    background: #263645;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;   

}

p {
    text-indent: 3.08em;
    margin: 0;
    padding: 0;
}

.pl {
    text-decoration: none;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;    
    color: #001689 !important;
}

.policytopic {
	font-weight: 700;    	
}

.otxtc {
    color: #FF5000 !important;
}

.btxtc {
    color: #001689 !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto 0;
    background-color: #263645;
}

.displaynone {
    display: none;
}

.center {
    width: 100%; margin: 0 auto;    
}

.header {
    background-color: #263645;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    height: 95px;
    position: fixed;
    z-index: 1001;
}

.iti__country-name {
	color: #000 !important;
}

.logo {
    position: absolute;
    background: url(../assets/images/interface/logopng.png) 0 0 no-repeat;
    background-size: 514px 60px;
    width: 514px;
    height: 60px;
    top: 17px;
    left: 50px;
}

.langholder {
    float: right;
    height: 0;
    width: 140px;
    border-bottom: 60px solid #FF5000;
    border-left: 33px solid transparent;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -o-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));    
}

.langcontaner {
    padding: 20px;
}

.langcontaner a {
    float: left;
    display: block;
    text-decoration: none;
    color: #fff; 
}

.langcontaner a:hover {
    color: #001689;
    
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    transition:all .3s ease-out;       
}

.langcontaner .active {
    float: left;
    font-weight: 700;
}


.navigation {
    max-width: 1200px;
    height: 60px;
    /*background: #001689;*/
}

.brand {
    position: absolute;
    /*padding-left: 20px;*/
    float: left;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 1.4em;
    z-index: 1;
}
.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    float: left;
    margin-left: 240px;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -o-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));      
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 10px;
    line-height: 60px;
    background: #001689;
    color: #ffffff;
    text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
    /*background: #56649C;*/
    color: #FF5000;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    transition:all .3s ease-out;   
}
   
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 2px;
    content: '▾';
}
nav ul li ul li {
    min-width: 320px;
/*    padding: 10px 0 0 0;
    background-color: #001689;*/
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-list > li:first-child {
    padding-left: 25px;
    background: #001689;
}

.nav-list > li > a:last-child:after {
    height: 0;
    width: 222px;
    border-top: 95px solid #001689;
    border-right: 55px solid transparent;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    -o-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.45));     
}

.nav-dropdown {
    position: absolute;
    margin-top: 15px;
    padding: 10px 6px 12px 8px;
    background: #001689;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

#lang {
    display: none;
}

 .nav-dropdown li a {
    padding: 10px;
    line-height: 0;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    /*background: #001689;*/
    height: 60px;
    width: 60px;
}

.page-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;        
    width: 100%;
    min-width: 50px;
    height: 400px;
    position: relative;
}

.page-title {
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    right: 110px;
    bottom: 10px;
    line-height: 40px;
    text-align: right;
    width: 300px; 
    text-shadow: 1px 1px 1px #000;  
}

.page-center {
	width: 100%;
	margin: 0 auto;
}

.gap {
    width: 100%;
    height: 50px;
    clear: both;
}

.fullcolumn {
    padding: 0 110px 25px 110px;
    height: auto;
    overflow: hidden;
    text-align: justify;
}
/*
.columnbg {
	background: url(../assets/images/interface/bg.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;	
	
}*/

.txtcenter {
    text-align: center;
}

.txtleft {
    text-align: left;
}

.bold {
    font-weight: 700;
}

.headline {
    font-size: 21px;
}

.qbig {
    font-size: 50px;
    line-height: 35px;
}

.qmedium {
    font-size: 21px;
    line-height: 25px;
}

.halfcolumn {
    width: 475px;
    float: left;
    text-align: justify;
}

.halfcolumn:first-child {
    margin: 0 30px 20px 0;    
}

.halfcolumn img {
    width: 100%;
}

.registerform {
	position: relative; margin: 10px 0 0 45px;	
	
}


.footer {
    position: relative;
	border-top: 1px solid #fff;
    margin: 0;
    padding: 20px 0 0 0 ;
    width: 100%;
	height: 265px;
}

.fglogo {
	float:left; border-right: 1px solid #fff; padding-right:20px;
}

.fglogo img {
	width: 200px;
}

.fcblogo {
	float:left; border-right: 1px solid #fff; padding-left:20px; padding-right:20px;
}

.fcblogo img {
	width: 170px;
}

input[type=submit],input[type=reset],textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.cinput {
    width: 200px;
    height: 25px;
    display:block;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    border: none;
    outline: none !important;
    background: transparent !important;
    font-family: "PT Sans";
    color: #fff;
}

.cinput:focus {
    outline: none;
    box-shadow: none;
}

.cselect {
    width: 200px;
    height: 25px;
    padding-left: 5px;
    border: none;
    outline: none !important;

    background: transparent !important;
    color: #fff;

    font-family: "PT Sans";
    font-size: 14px;

    /* ลบลูกศร default ที่แต่ละเบราว์เซอร์ใช้ */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* ให้มันดูเรียบเหมือน input เดิม */
    background-color: transparent;
}

/* ซ่อนลูกศรใน IE */
.cselect::-ms-expand {
    display: none;
}

/* ถ้าอยากใส่เส้นใต้แบบ input ก็เพิ่ม */
.cselect {
    border-bottom: 1px solid #8C6E4A;
}

/* ตัวเลือก (dropdown list) */
.cselect option {
    color: #000;
}


.formline {
    width: 95%;
	height: 1px;
	background-color: #fff;
	clear: both;
	float: none;
}

.register-btn-container {
    margin: 50px 0 0 430px;
}

.capcha-container {
	margin: 20px 0 0 320px;
}

.btn-register ,.btn-reset{
    display:block;
    width: 80px;
    height: 30px;
    background: #fff;
    border: solid 1px #8C6E4A;
    cursor: pointer;
    text-align: center;
    vertical-align:text-top;
    padding-bottom: 5px;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    float: left;
    line-height: 25px;
      
}

.swiper { width: 100%;}
.swiper-slide { display: flex; justify-content: center; align-items: center; }
video { width: 100%; height: auto; }

:root {
  --swiper-navigation-size: 20px !important;; /* ปรับขนาดเล็กลงตามต้องการ */
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  opacity: 0.7;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
}
.swiper-button-prev { left: 10px; }
.swiper-button-next { right: 10px; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.5);
}



@media only screen and (max-width: 1199px) {
	
    .logo {
        left: 20px;              /* ของเดิม */
        width: 343px;            /* 514 ÷ 2 */
        height: 40px;            /* 60 ÷ 2 */
        background-size: 343px 40px;  /* ย่อภาพตามขนาดใหม่ */
    }
	
	.fullcolumn {
		padding: 0;
		height: auto !important;
	}
	
	.register-container {
		height: auto !important;
	}
	
	.registerform {
		margin: 0 0 0 0;
		padding: 10px;
	}
	
	.formline {
		width: 100% !important;
	}
	
	div:has(> .cinput) {
		/* style สำหรับ parent ของ .cinput */
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.cinput {
        width: 100%;
        background: #fff !important; /* override ได้แล้ว */
        color: #000 !important;
		padding-left: 0;
	}	
	
	.cselect {
		width: 100%;
        background: #fff !important; /* override ได้แล้ว */
        color: #000 !important;
		padding-left: 0;		
	}
	
	.cn {
		float: none !important;
	}
	
	.iti__selected-dial-code {
		color: #000 !important;
	}
	
	#ii1 {
		margin: 0 !important;
	}
	
	#iif1 {
		margin: 0 !important;
		float: none!important;
	}
	
	#ifl1 {
		display: none;
	}
	
	#if1 {
		display: none;
	}
	
	#iif2 {
		margin: 20px 0 0 0 !important;
		float: none!important;
	}
	
	#if2 {
		display: block!important;
	}
	#ifl2 {
		display: block!important;
	}	
	
	.register-btn-container {
		margin: 0 0 0 10px;
		padding-bottom: 50px;
	}
	
	.capcha-container {
		margin: 0 0 0 10px;
		padding-bottom: 10px;		
	}
	
	.footer {
		overflow: hidden;
	}
	
	.footer div:first-child {
		padding-left:10px !important;
	}
	
    .footer div:nth-child(2) {
        float: left !important;
		padding-top: 0px;
		overflow: hidden;
    }	
	
	.footer div:nth-child(2) > div:nth-child(1) {
		/* style */
		padding-left:10px !important;
		padding-top: 20px;
	}
	
	.footer div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
		/* style */
		padding-left:0 !important;
	}
	
	.footer div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
		/* style */
		padding-top:20px !important;
	}	

	.footer div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
		/* style */
		padding-top:0 !important;
	}	
	
	.footer div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
		/* style */
		padding-top:0 !important;
	}	
	
	.fglogo {
		display: none;
	} 

	.fcblogo {
		float:left; border: none; padding: 0;
	}  	
}

@media only screen and (max-width: 1199px) {
    .halfcolumn {
        width: 100%;
    }    
}


@media only screen and (max-width: 985px) {

}




@media screen and (min-width: 985px) {
    .nav-list {
        display: block !important;
    }
}

@media only screen and (max-width: 450px) {
    
    .page-title {
        right: 15px;
    }    
    
    .fullcolumn {
        text-align: left;
    }
    
    .halfcolumn {
        text-align: left;
    }
    
    .footer .copy {
        bottom: 4px;
    }   
    
    .txtcenter {
        text-align: center;
    }
	
	.policy {
	  padding: 0;
	}	
}

@media only screen and (max-width: 320px) {
    .page-image {
        height: 200px;
    }
    
    .page-title {
        font-size: 20px;
        right: 15px;
        bottom: 5px;
        line-height: 20px;
        width: 150px;
    }    

    .gap {
        height: 20px;
    }    

    .fullcolumn {
        padding: 0 20px 25px 20px;
    } 
    

    .footer .copy {
        bottom: 4px;
    } 

}

#nav-toggle {
    position: absolute;
    left: 13px;
    top: 28px;
    cursor: pointer;
/*  padding: 5px;*/
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.menu {
    display: block;
    height: 50px;
    float: left;
}

.menu-horizontal {
    display: block;
    height: 20px;
    width: 209px;
}


.fotorama__arr {
    display: none !important;
}

/* START REGISTER*/
.register-container {
	/*border: solid 1px #8C6E4A;*/
	width: 100%;
	height: 450px;
}

.register {
	padding: 20px;
}


.btn-register-close {
    margin: 15px 0 0 760px;
}

.btn-register-close a{
    color: #8d7249;
    font-size: 25px;
    text-decoration: none;
}

.register-topic {
	text-align: center;
    font-size: 25px;
}

.register-detail{
    margin: 10px 0 0 0;
    color: #000;
}

#register-content {

}

.black-line {
    width: 560px;
    height: 1px;
    background: #8d7249;
   
}

input[type=text],input[type=password]  {
    outline-color: #fff;
/*      outline-style: dotted;*/
     background: #fff;
    -webkit-appearance: none;
    border-radius: 0;  
  
}

input[type=submit], input[type=reset], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    color: #333; /* เพิ่มสีของตัวอักษร */
    font-size: 12px; /* กำหนดขนาดตัวอักษรให้ชัดเจน */
}

/* END REGISTER */