@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Prompt&subset=latin-ext,thai,vietnamese');

body{
	font-family: 'Prompt',Tahoma, helvetica;
	font-size:16px;
	background-color:#FFF;
    color: #999;
    -webkit-font-smoothing: antialiased;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#page{
	display:none;
}
button{
    border: 0px;
    padding: 0px 10px;
    line-height: 31px;
    font-weight: bold;
}
input{
	padding: 5px 10px;
	height: 31px;
	box-sizing: border-box;
}
input,textarea{
    border: 1px solid #CCC;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}
input[type="checkbox"], input[type="radio"] {
    width: auto;
    box-sizing: border-box;
    padding: 0;
    height: auto;
    position: relative;
    top: 2px;
}

a:link, a:visited{	
    text-decoration: none;
}
a:hover{
}
div{
	position: relative;
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.header-box {
    display: table;
    width: 95%;
    max-width: 1080px;
    margin: 0px auto;
}
.header-row {
    float: right;
    clear: right;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
}
.header-col{
    display: inline-block;
	margin-left:20px;
}
.header-col a:link{
    color: #FFF;
}
.header-col a:visited{
    color: #FFF;
}
span.cart-amount{
    border-radius: 30px;
    background-color: #f25822;
    padding: 5px;
}
.menu-row{
    display: table;
    float: right;
    padding: 10px 0px;
}
.menu-col{
    display: table-cell;
    padding-left: 20px;
}
.menu-col img{
    height: 18px;
    margin-right: 5px;
}
.banner-box {
    display: table;
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
    position: relative;
}
.banner-box img{
    width: 100%;
    height: 100%;
    max-height: 545px;
    object-fit: cover;
}
.mainsite-box{
	width:100%;
	margin:0px auto;
    color: #000;
}
.main-box-row{
	display: table;
	margin: 20px auto 20px auto;
	width: 100%;
    max-width: 1100px;
}
.main-box-row:last-child{
    margin: 0px auto;
}

.title-box{
    display: table;
    margin: 0px auto 20px auto;
    border-bottom: 1px solid #e90122;
}
.title-box-txt{
    display: inline-block;
    padding: 0px 20px;
    font-size: 30px;
}
.destination-box{
    display: table;
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
}
.destination-row{
    display: flex;
    width: 100%;
}
.destination-col{
    flex: auto;
    width: 25%;
    height: 295px;
    overflow: hidden;
    margin: 5px;
}
.destination-col:first-child{
    padding-left: 0px;
}
.destination-col:last-child{
    padding-right: 0px;
}
.destination-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.destination-col img:hover{
}
.destination-col a{
    display: inline-block;
    width: 100%;
    height: 100%;
    transform: scale(1,1);
}
.destination-col a:hover{
    transform: scale(1.1,1.1);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.destination-col a:hover:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    background-image: url(../images/watermark.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.destination-col .destination-title a:hover{
    transform: scale(1,1);
}
.destination-col .destination-title a:hover:before{
    background: none;
}
.destination-col a:link,
.destination-col a:visited{
    color: #FFF;
}
.destination-col.large-col{
    width: 52%;
}
.destination-title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    background-color: rgba(0,0,0,0.9);
    z-index: 999;
}
.why-box{
    display: table;
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
}
.why-box-row{
    display: flex;
}
.why-box-col{
    flex: 1;
    padding: 0px 10px;
}
.why-box-col:first-child{
    padding-left: 0px;
}
.why-box-col:last-child{
    padding-right: 0px;
}
.why-img{
    text-align: center;
    padding: 40px 0px;
}
.why-img img{
    height: 120px;
}
.why-content{
    text-align: center;
}
.program-box{
    display: table;
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
}
.program-box-row{
    display: flex;
}
.program-box-col{
    flex: 1;
    margin: 15px;
    overflow: hidden;
}
.program-box-col a {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    transform: scale(1,1);
}
.program-box-col a:hover{
    transform: scale(1.1,1.1);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.program-box-col a:hover:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    background-image: url(../images/watermark.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.program-box-col:first-child{
    margin-left: 0px;
}
.program-box-col:last-child{
    margin-right: 0px;
}
.program-box-col img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.program-title {
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    background-color: #000;
    white-space: nowrap;
    max-height: 50px;
    overflow: hidden;
    bottom: 0;
}
.program-title a:link,
.program-title a:visited{
    color: #FFF;
}
.program-box-col .program-title a:hover{
    transform: scale(1,1);
}
.program-box-col .program-title a:hover:before{
    background: none;
}

.travel-box{
    display: table;
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
}
.travel-box-row{
    display: flex;
}
.travel-box-col{
    flex: 1;
    height: 265px;
    overflow: hidden;
    margin: 15px;
}
.travel-box-col:first-child{
    margin-left: 0px;
}
.travel-box-col:last-child{
    margin-right: 0px;
}
.travel-box-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
	max-height: 80%;
    overflow: hidden;
	padding: 20px;
    text-align: center;
	background-color: rgba(255,255,255,0.8);
	z-index: 1;
	color: #000;
}
.bg-grey{
    background-color: #f7f7f7;
    padding: 20px 0px;
}
.footer-box{
	background-color:#fdb814;
}
.footer-box-row {
    display: table;
    width: 95%;
    max-width: 1200px;
    padding: 10px 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.footer-menu{
	background-color: #030303;
	padding: 10px 0px;
}
.footer-menu-row{
	display: table;
	width: 95%;
	max-width: 1080px;
	margin: 0px auto;
}
.footer-menu-col{
	display: table-cell;
    vertical-align: middle;
	color: #FFF;
	font-size: 16px;
	padding: 0px 20px;
    border-left: 1px solid #FFF;
}
.footer-menu-col:first-child{
    border: 0;
    padding-left: 0px;
    width: 320px;
}
.footer-menu-col:last-child{
    text-align: right;
    padding-right:0px;
}
.footer-menu-col
.footer-menu-col h3{
	font-weight: bold;
}
.footer-menu-col label{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
}
.footer-menu-col label img{
	max-width: 20px;
	height: 20px;
}
.footer-menu-col p{
	position: relative;
	padding-left: 35px;
}
.footer-menu-col p a:link,
.footer-menu-col p a:visited{
	color: #FFF;
}
.footer-menu-col input{
	width: 100%;
}
.footer-menu-col button{
	border-radius: 5px;
	margin: 10px auto;
	padding: 0px 30px;
	display: table;
	background-color: transparent;
	border:1px solid #FFF;
	color: #FFF;
}
.footer-menu-col ul{
    margin: 0;
}
.footer-menu-col li{
    padding: 5px 0px;
}

.banner-txt {
    position: absolute;
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
    bottom: 30px;
    z-index: 1;
    left: 0;
    right: 0;
}
.banner-txt span{
	padding: 10px 15px;
	font-size: 30px;
	color: #000;
	background-color: rgba(255,255,255,0.8);
}
.tour-box{
    display: table;
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
}
.tour-title{
    display: table;
    margin: 0px auto 20px auto;
    border-bottom: 1px solid #e90122;
}
.tour-title-txt{
    display: inline-block;
    padding: 0px 20px;
    font-size: 20px;
}
.tour-box-row{
    display: inline-block;
    float: left;
    width: 100%;
    padding: 5px 0px 10px 0px;
}
.share-box{
    float: right;
}
.tour-box-detail{
    display: flex;
    width: 100%;
}
.tour-detail-img,
.tour-detail-txt{
    flex: 1;
    padding: 0px 10px;
}
.tour-detail-img{
    padding-left: 0px;
}
.tour-detail-txt{
    padding-right: 0px;
}
.detail-row{
    display: table;
    width: 100%;
    padding: 0px 0px 15px 0px;
}
.detail-col{
    display: table-cell;
    width: 70%;
}
.detail-col:first-child{
    width: 30%;
}
.detail-col img{
    height: 30px;
}
.tour-detail-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.calendar-box ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.calendar-box li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 10px;
}
.cday {
    position: absolute;
    border-radius: 100%;
    text-align: center;
    left: 0;
    top: 0;
    color: #e90122;
    font-size: 16px;
}
.cday:before {
    content: " ";
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
li.ctime {
    padding: 0px;
    margin: 10px 0px;
    position: relative;
    padding-left: 77px;
    font-size: 16px;
    line-height: 26px;
    left: -45px;
}
li.ctime label {
    width: 150px;
    position: absolute;
    left: 0;
    color: #e90122;
}
.nav-box{
    display: inline-block;
    width: 100%;
    color: #F00;
    margin: 10px 0px;
}
.nav-box a:link,
.nav-box a:visited{
    color: #000;
}
.nav-box a:hover{
    color: #F00;
}
.nav-box a:after{
    content: ">";
    margin: 0px 5px 0px 10px;
}
.txt-11{
    font-size: 14px;
}
.txt-30{
    font-size: 30px;
}
.txt-org{
    color: #f25822;
}
.txt-green{
    color: #5dbb63;
}
.txt-center{
    text-align: center;
}
.txt-bold{
    font-weight: bold;
}
.title-text{
    font-size: 36px;
}
p.title-text{
    margin-bottom: 10px;
}
.sub-title-text{
    font-size: 20px;
}
p.sub-title-text{
    margin-top: 10px;
}
a.active-menu:link, a.active-menu:visited {
    color: #000;
}

.knowlead-box{
    display: table;
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
}
.knowlead-box-row{
    display: table;
    width: 100%;
    margin: 10px auto;
}
.knowlead-box-img,
.knowlead-box-txt{
    display: table-cell;
    vertical-align: top;
}
.knowlead-title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.knowlead-title,
.knowlead-title a:link,
.knowlead-title a:visited{
    color: #e90122;
}
.knowlead-box-txt{
    width: 70%;
}
.knowlead-box-img{
    width: 30%;
    padding-right: 20px;
}
.knowlead-box-img img{
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}
.btn-know{
	margin-top: 10px;
    float: right;
    font-size: 14px;
}
.btn-know a:link,
.btn-know a:visited{
    background-color: #e90122;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFF;
}
.footer-social span {
    margin: 5px;
    display: inline-block;
}
.footer-social img {
    width: auto;
    height: 80px;
    object-fit: contain;
}
.threeway-box{
    display: table;
    width: 100%;
}
.threeway-box-col{
}
.threeway-box-col img{
    width: 100%;
    height: auto;
    max-width: 100%;
}

.main-title {
    background-color: #363636;
    padding: 10px;
    text-align: center;
    margin: 0px 10px;
}
.main-title-txt{
    color: #FFF;
    font-size: 30px;
}
.main-title:before{
    content: "";
    background-color: #fdb814;
    width: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
}
.main-title:after{
    content: "";
    background-color: #ad8422;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 16px;
    top:0;
}
.other-box{
}
.other-box-row{
}
.other-box-col{
}
.other-box-img:hover,
.other-box-col:hover{
    cursor: pointer;
}
.other-box-img{
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    padding-top: 75%;
}
.other-box-img-scale{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.other-box-img-scale img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.other-box-nav{
    position: absolute;
    bottom: 0;
    padding: 10px;
    z-index: 9;
    width: 100%;
    color: #FFF;
}
.other-box-nav:before{
    content:"\e900";
    font-family: next;
    position: absolute;
    right: 10px;
}
.other-box-nav.by{
    background-color: #fdb814;
    font-size: 30px;
    color: #000;
}
.other-box-nav.bk{
    background-color: #000;
    font-size: 20px;
}

.media-box{
    display: flex;
    flex-wrap: wrap;
}
.media-box-col {
    flex: 1;
    padding: 0px 10px;
}
.progress-box{
    background-color: #d7d7d7;
    height: 100%;
}
.progress-box-row{
    padding: 20px;
    color: #000;
}
.progress-box span{
    padding: 10px 0px;
    display: inline-block;
}

.media-box-scale{
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    padding-top: 75%;
}
.media-box-scale iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.progress-box-title{
    color: #000;
    text-align: center;
    font-size: 20px;
}
.sb_progress,
.sb_bar{
    max-height: 20px;
}
.nav-box{
    width: 1080px;
    display: table;
    margin: 60px auto 0px auto;
}
.nav-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
.nav-box li{
    float: left;
    margin-left: 10px;
    padding: 20px 0px;
    color: #000;
}
.nav-box li:before{
    content: "\e900";
    font-family: arrow;
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;

}
.nav-box li:first-child:before{
    display: none;
}
.about-box{
    display: table;
    width: 1080px;
    margin: 0px auto;
}
.about-box-row {
    background-color: #FFF;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.about-box img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.half-box{
    display: table-cell;
    vertical-align: middle;
}
.txt-content{
    padding: 20px;
    font-size: 20px;
    color: #000;
}
.txt-y{
    color: #fdb814;
}
.about-title2 {
    padding: 20px;
    background-color: #363636;
    position: absolute;
    display: table;
    width: 339px;
    left: 417px;
    margin: 0 auto;
    height: 445px;
}
.about-title2-txt {
    color: #FFF;
    position: relative;
    font-size: 20px;
    transform: translateY(50%);
}
.service-box{
    display: table;
    width: 1080px;
    margin: 0px auto 20px auto;
}
.service-box-row{
    margin-bottom: 20px;
}
.service-box-row img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.content-title{
    margin: 20px 0px 40px 0px;
}
.content-title-txt{
    font-size: 40px;
    text-align: right;
    line-height: 30px;
}
.titile-s{
    font-size: 20px;
}
.port-box{
    width: 95%;
    max-width: 1080px;
    margin: 0px auto 20px auto;
}
.port-box-row{
}
.contact-box{
    display: table;
    width: 1080px;
    margin: 0px auto 20px auto;
}
.contact-box-row{
    display: table;;
    width: 100%;
    margin-bottom: 20px;
}
.map-box{
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    padding-top: 75%;
}
.map-box-scale{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.form-box,
.address-box{
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0px 20px;
}
.form-box{
    padding-left: 0px;
}
.address-box{
    padding-right: 0px;
}
.form-box-row{
    display: table;
    width: 100%;
}
.form-box-col{
    display: table-cell;
    vertical-align: top;
    padding: 5px 0px;
}
.form-box-col:first-child{
    text-align: right;
    padding-right: 20px;
    width: 150px;
}
.btn-form{
    background-color: #fdb814;
    padding: 0px 10px;
    text-align: center;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
}
.address-box-row{
    padding: 15px 0px 15px 60px;
}
.address-box-row i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fdb814;
}