@font-face{
	font-family:"GOTHIC";
	src:url('GOTHIC.eot');
	src:url('GOTHIC.eot?#iefix') format('eot'),
	url('GOTHIC.ttf') format('truetype'),
	url('GOTHIC.woff') format('woff'),
	url('GOTHIC.svg#GOTHIC') format('svg');
}
body{
	font-family: "GOTHIC";
	font-size:18px;
	color:#000;
	margin:0;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#ff6600;
}
img{
	border:none;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
input[type='text'], textarea, select{
	width:93%;
	height:2em;
	margin-top:2px;
	border:solid 1px #e0e0e0;
	background-color:#f5f5f5;
	color:#1b3146;
	padding:3px 10px;
}
textarea{
	height:auto;
}
h1{
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}
h2{
    font-size: 30px;
    color: #ff6600;
    text-transform: uppercase;
    text-align: center;
}
h3{
    font-size: 30px;
    color: #ff6600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
hr{
    height: 3px;
    border: none;
    background-color: #ff6600;
}
.font20{
    font-size: 20px;
}
.cover{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.white{
    color: #FFF;
}
.orange{
    color: #ff6600;
}
.red{
    color: #FF0004;
}
#top{
    width: 100%;
    margin: 15px 0;
}
#logo{
    width: 183px;
    height: 93px;
    background-image: url("../images/template/logo.jpg");
    float: left;
}
#top-right{
    width: 500px;
    float: right;
    text-align: right;
    margin: 10px 0;
}
.social, .img-valign{
    vertical-align:middle;
}
.btn-book{
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
    background-color: #ff6600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 20px;
}
.btn-orange{
    font-size: 14px;
    color: #FFF;
    background-color: #ff6600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 20px;
    padding: 8px 22px;
    text-transform: uppercase;
}
.btn-orange1{
    font-size: 14px;
    color: #FFF;
    background-color: #ff6600;
    border: none;
    cursor: pointer;
    padding: 8px 20px;
    padding: 8px 22px;
}
.btn-white{
    font-size: 14px;
    color: #003044;
    background-color: #FFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 22px;
    text-transform: uppercase;
}
#listmenu{
    width: auto;
    overflow: hidden;
    float: right;
    text-align: right;
    margin: 15px 0;
}
#home-slide{
    width: 100%;
    min-height: 1344px;
    background: url("../images/bg-home.jpg");
}
#btnside{
    margin: 570px 0 20px 0;
    text-align: center;
}
#bottom{
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
}
#detail{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 25px 0;
}
.p-element{
    display: block;
}
.m-element{
    display: none;
}
#bg-img-orange{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/bg.jpg") left #ff6600 no-repeat;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 30px;
}
#slideshow{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#slideshow img{
    width: 100%;
    height: auto;
}
.row{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 25px 0;
}
.col2{
    width: 46%;
    float: left;
    padding: 2%;
}
.col3{
    width: 30%;
    float: left;
    padding: 1.6%;
}
.w70{
    width: 70%;
    float: left;
}
.w30{
    width: 30%;
    float: right;
    margin-top: 10px;
}
.w60{
    width: 60%;
    float: left;
}
.w40{
    width: 35%;
    float: left;
    margin-left: 5%;
}
.bg-gray{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f4f4f4;
}
.gallery{
	list-style:none;
	margin:0;
	padding:0
}
.gallery img{
	width:23%;
	margin:1%;
	float:left;
}
.border-gray{
    width: 98%;
    height: auto;
    overflow: hidden;
    border: solid 1px #e9e9e9;
    margin: 30px 0;
}
table.chart th{
	text-indent:10px;
    text-align: left;
	background-color:#ff6600;
	font-weight:bold;
	height:40px;
    color: #FFF;
}
table.chart td{
	padding:10px 8px;
	border-bottom:dashed 1px #005d01;
}
table.chart1{
    border-left:solid 1px #ff6600;
}
table.chart1 th{
	text-indent:10px;
	text-align:center;
	background-color:#ff6600;
	font-weight:bold;
	height:40px;
	border-bottom:solid 1px #ffb380;
    border-right:solid 1px #ffb380;
    color: #FFF;
}
table.chart1 td{
	padding:12px 8px;
	border-bottom:solid 1px #ff6600;
    border-right:solid 1px #ff6600;
}
@media only screen and (max-width: 850px) {
    h1, h2, h3{
        font-size: 28px;
    }
    .cover{
        width: 95%;
    }
    #top-right{
        margin:0;
    }
    #logo{
        width: 150px;
        height: 76px;
        background-image: url("../images/template/slogo.jpg");
        float: none;
        margin: 0 auto;
    }
    .social{
        display: none;
    }
    #listmenu{
        width: 100%;
        float: none;
        text-align: left;
        margin:0;
    }
    .btn-book{
        position: relative;
        margin-right:15px;
        top: 30px;
    }
    #home-slide{
        width: 100%;
        min-height:auto;
        background: url("../images/bg-home.jpg") no-repeat;
        background-size: cover;
        background-position:top center;
    }
    #btnside{
        margin: 40% 0;
    }
    .p-element{
        display: none;
    }
    .m-element{
        display: block;
    }
    .col2, .col3,.w60,.w40{
        width: 100%;
        float: none;
        padding: 15px 0;
    }
    .gallery img{
		width:47%;
		margin:1.5%;
		float:left;
	}
    #table-scroll {
      overflow-x: auto;  
    }
}
@media only screen and (min-width: 851px) and (max-width: 1300px) {
     .cover{
        width: 95%;
    }
    #home-slide{
        width: 100%;
        min-height:auto;
        background: url("../images/bg-home.jpg") no-repeat;
        background-size: cover;
        background-position:top center;
    }
    #btnside{
        margin: 40% 0;
    }
    .gallery img{
		width:30%;
		margin:1.5%;
		float:left;
	}
}