.toptitle{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.toptitle img{
	max-width: 100%;
}
.article_title{
	margin-bottom: 4em;
	text-align: center;
}
.article_title img{
	max-width: 100%;
}
.ocean { 
  height: 5%;
  width:100%;
  position:relative;
  bottom:-21em;
  left:0;
  background: #015871;
}

.wave {
  background: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/wave.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.wave2 {
  background: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/wave2.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave2:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave2 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.wave3 {
  background: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/wave3.svg) repeat-x; 
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave3:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}
@keyframes wave3 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.wave4 {
  background: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/wave4.svg) repeat-x; 
  position: absolute;
  top: -24em;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave4:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave4 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}
/**********font****************/
.IG h2,.island h2{
	color: #000;
    font-size: 1.8em;
    font-weight: 400;
    font-family: "Noto Sans JP";
    margin-top: 1em;
    margin-bottom: 0.5em;
	text-align: center;
}
.travel h2{
	color: #000;
    font-size: 1.8em;
    font-weight: 400;
    font-family: "Noto Sans JP";
    margin-top: 0.1em;
	text-align: center;
}
.hotels h2 {
	font-size: 1.6em;
    font-weight: lighter;
    font-family: "Noto Sans JP";
    line-height: 1.3em;
}
.hotels h4 {
	font-size: 1.2em;
    font-weight: lighter;
    margin-top: 2.5%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;;
}
.go h2 {
	color: #000;
    font-size: 1.9em;;
	font-weight: 400;
	font-family: "Noto Sans JP";
	margin-top: 2%;
	margin-bottom: 3%;
}
.IG span,.travel span,.hotels span,.island span {
	color:#eb046b;
	font-family: "Noto Sans JP";
	font-weight: 300;
}
.go span {
	color:#eb046b;
	font-weight: 700;
}
.IG h4,.travel h4,.island h4{
	color: #979797;
	font-size: 2em;
	padding: 1em 0em 1em 0em;
}
.go h4{
	color: #000;
	font-size: 15px;
}
.IG h6,.travel h6,.island h6,.go h6{
	width:150px;
	margin: 0 auto;
	border-bottom:1px solid #cecccc;
}
.hotels h5{
	font-size: 2.1em;
	color: #000;
	text-align: center;
	font-weight: 500;
	margin-top: 1em;
}
.hotels h6{
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #000;
	margin-top: 1em;
    margin-bottom: 2.1em;
	
}
.IG p,.island p{
	color: #000000;
	width: 80%;
	margin: 0 auto;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 1.2em;
	font-size: 18px;
	line-height: 27px;
	text-align: justify;
}
.hotels p{
	color: #fff;
    width: 90%;
    margin: 0 auto;
    padding-top: 0.6em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 1.2em;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    
	display: none;
}
.go p{
	color: #000000;
	font-size: 18px;
	line-height: 27px;
	text-align: justify;
}
.travel p{
	color: #000000;
    margin-top: 1em;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}
/**********IG****************/
.IG {
	width: 100%;
    background-color: #FFFC00;
    text-align: center;
    padding-top: 17em;
    padding-bottom: 11em;
    top: 0;
    font-family: '微軟正黑體';
    margin-top: 0em;
}
.IG .box1{
	width: 100%;
    height: 469px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
		}
.IG .box2-1{
	width: 100%;
	height: 250px;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/IG-01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	}
.IG .box2-1:hover{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/IG-02.png);
	width: 100%;
	}
.IG .box2-2{
	width: 100%;
	height: 250px;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/IG-03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	}
.IG .box2-2:hover{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/IG-04.png);
	width: 100%;
	}
.IG .box2-3{
	width: 100%;
	height: 250px;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/IG-05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	}
.IG .box2-3:hover{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/IG-06.png);
	width: 100%;
	}
.IG .box3{
	width: 90px;
	height: 90px;
	background: #2b5de2;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -12%;
	position: relative;
	font-family: "Arial";
	font-size: 53px;
	text-align: center;
	font-weight: bold;
	line-height: 90px;
	color: #fff;
	margin-bottom: 5%;
	
}

/***************travel****************/
.travel {
	padding-top: 0em;
	padding-bottom: 5em;
	background-color: #fff;
	width: 100%;
	position: relative;
	font-family:"微軟正黑體";
}
.travel img {
	max-width: 100%;
}
.travel .car {
	position: absolute;
	right:0;
	top: -1.5em;
	z-index: 99;
}
.travel .giraffe {
	position: absolute;
	left:0;
	top:44em;
	z-index: 99;
}
.travel .article_title{
	padding-top: 5em;
    text-align: center;
	 margin-bottom: 5em;
}
.travel .box {
    margin-bottom: 3em;
    height: 350px;
}
.travel .nb{
	width: 100%;
	text-align: center;
	margin-top: 1em;
	font-size: 5.5em;
	color: #f7604b;
	font-family: "Arial Black";
}
.travel .img01{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/travel-slider01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 350px;
}

.travel .img02{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/travel01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 350px;
}
.travel .img03{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/travel-slider02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 350px;
	
}
.travel .img04{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/travel02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 350px;
}
.travel .img05{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/travel03-2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	height: 350px;
	
}
.travel .img06{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/travel-slider04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 350px;
}
.travel .img07{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/travel-slider03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 350px;
	
}
.travel .img08{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/travel04-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 350px;
}
.travel .star {
	float: left;
	margin-top: -2%;
	margin-right: 1%;
	margin-left: 0%;
	margin-bottom: 0%;
	width: auto;
	display: block;
}
.travel .title {
	float: left;
	margin: 0%;
	width: 100%;
	display: block;
}
.travel .titlebg {
	float: left;
	margin: 0%;
	width: auto;
	display: block;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/BG-yellow.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}
.travel .pd1{
	padding-left: 10em;
	padding-right: 9em;
}
.travel .pd2{
	padding-left: 12em;
	padding-right: 7em;
}
/**********************hotels***************/
.hotels {
	background-color: #dcdcdc;
	width: 100%;
	font-family:"微軟正黑體";
	padding-bottom: 10em;
}
.hotel_bg{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/hotelbg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 500px;
	width: 100%;
	padding-top: 190px;
	padding-bottom: 0px;
	margin-bottom: 1em;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center bottom;
	
	}
.hotels .box1 {
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 3em;
	text-align: center;
}
.hotels .box2 {
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 2em;
	text-align: center;
}
.hotels .box3 {
	height: 460px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 2em;
	display: none;
	text-align: center;
}
.hotels .color{
	background-color: #2abccf;
    text-align: center;
    color: #fff;
    padding-top: 10%;
    padding-left: 2%;
    padding-right: 2%;
    height: 35%;
}
.hotels .color2{
	background-color: #2abccf;
	text-align: center;
	color: #fff;
	padding-left: 5%;
    padding-right: 5%;
	width: 50%;
	height: 100%;
	float: left;
	padding-top: 100px;
}
.hotels .buttom1{
	background-color: hsla(0,0%,100%,0.85);
	color: #29bccf;
	font-size: 24px;
    border-radius: 50%;
    width: 50px;
    margin-top: -25px;
	margin-bottom: -25px;
    line-height: 50px;
    height: 50px;
	position: absolute;
    left: 50%;
    margin-left: -25px;
	font-weight: bold;
	
	
}
.hotels .buttom2{
	background-color: hsla(0,0%,100%,0.90);
	color: #29bccf;
	font-size: 24px;
	border-radius: 50%;
	width: 50px;
	margin-left: -5%;
	margin-right: -6%;
	margin-top: 123px;
	margin-bottom: auto;
	line-height: 50px;
	height: 50px;
	position: relative;
	float: left;
	font-weight: bold;
}
.hotels .buttom1 a{
	text-decoration: none;	
	color: #eb6877;
}
.hotels .buttom2 a{
	text-decoration: none;	
	color: #eb6877;
}

.hotels .buttom2:hover,.buttom1:hover {
	background-color: #FFFD00;
	text-decoration: none;	
}
.hotels .photo1{
	background-size: cover;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/hotel01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}
.hotels .photo2{
	background-size: cover;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/hotel02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}
.hotels .photo3{
	background-size: cover;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/hotel03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}
.hotels .photo4{
	background-size: cover;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/hotel04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}
.hotels .photo5{
	background-size: cover;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/hotel05.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	width: 50%;
	float: left;
}
.hotels .photo6{
	background-size: cover;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/hotel06.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	width: 50%;
	float: left;
}
/**********************island********************/
.island {
	width: 100%;
    padding-top: 10em;
    padding-bottom: 11em;
    background-color: #46b77f;
    background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/island_bg.png);
    background-repeat: no-repeat;
    background-position: 0% top;
    
    margin-top: -5em;
}
.island .box1{
	width: 100%;
    height: 500px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
		}
.island .box2-1{
	width: 100%;
	height: 250px;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/island01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	}
.island .box2-2{
	width: 100%;
	height: 250px;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/island02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	}
.island .box2-3{
	width: 100%;
	height: 250px;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/island03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	}
.island .box3{
	width: 90px;
	height: 90px;
	background: #46b77f;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -11%;
	position: relative;
	font-family: "Arial";
	font-size: 53px;
	text-align: center;
	font-weight: bold;
	line-height: 90px;
	color: #fff;
	margin-bottom: 5%;
}
/***************tour***********/
.tour {
	width: 100%;
	padding-top: 5em;
	padding-bottom: 11em;
	background-color: #cdf4fb;
	font-family:"微軟正黑體";
}
.tour img{
	max-width: 100%;
}
.tour .icon1 {
	float: left;
	width: 49.5%;
	display: block;
	background-color: #00a0e9;
	color: #fff;
	text-align: center;
	font-size: 21px;
	padding: 1em 0;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/click.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	margin-right: 0.5%;
	font-family: "Noto Sans JP";
	font-weight: lighter;
}
.tour .icon1 a {
	color: #fff;
	text-decoration: none;	
}
.tour .icon2 a {
	color: #fff;
	text-decoration: none;	
}
.tour .icon2 {
	float: left;
	width: 49.5%;
	margin-left: 0.5%;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 21px;
	padding: 1em 0;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/click.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-color: #f04980;
	font-family: "Noto Sans JP";
	font-weight: lighter;
}
.tour .icon1:hover {
	background-color: #838383;
	background-image: none;
}
.tour .icon2:hover {
	background-color: #838383;
	background-image: none;
}
.tour .tour_title {
	clear: both;
	float: left;
	margin-top: 1%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 2%;
	width: 100%;
	display: block;
}

h3.tour_title span {
	text-align: center;
	display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
	color: #00a0e9;
	position: relative;   /*定位横线（当横线的父元素）*/
	font-family: "Noto Sans JP";
	font-weight: lighter;
	letter-spacing: 3px;
        }
 h3.tour_title span:before, h3.tour_title span:after {
     content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 52%;
    background: #494949;       /*宽和高做出来的背景横线*/
    width: 44%;
    height: 1px;
        }
h3.tour_title span:before{
            left: 0%;        /*调整背景横线的左右距离*/
        }
h3.tour_title span:after {
            right: 0%;
        }
.tour .pink{
	color: #f04980;
}
.tour .outbox {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 2%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 2%;
	padding: 3%;
	-webkit-box-shadow: 0px 4px 11px 0px hsla(0,0%,56%,0.40);
	box-shadow: 0px 4px 11px 0px hsla(0,0%,56%,0.40);
}
.tour .tour01{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/tourpic01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
	margin-top: 4%;
	margin-bottom: 1em;
}
.tour .tour02{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/tourpic02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
	margin-top: 4%;
	margin-bottom: 1em;
}
.tour .tour03{
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/vietnam/phuquoc/images/tourpic03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
	margin-top: 4%;
    margin-bottom: 1em;
}
.tour .line{
	border-bottom: 1px solid #B5B5B5;
	margin-top: 3em;
	margin-bottom: 3em;
}
/********************go******************/
.go {
	width: 100%;
	padding-top: 6em;
    padding-bottom: 5em;
	background-color:#dcdcdc;
	font-family:"微軟正黑體";
}
.go img{
	max-width: 100%;
}
.go .box {
	float: left;
	margin-top: 3em;
    margin-bottom: 2em;
	width: 100%;
}
.go .icon {
	float: left;
	margin-right: 3%;
	width: 11%;
}
.go .intro {
	float: left;
	width: 86%;
}
/*****responsive******/

@media screen and (max-width: 1366px)
{
.island{
	 background-image: none;
	}

}
@media screen and (max-width: 1280px) 
{

.travel .car {
	display: none;
}
.travel .giraffe {
	display: none;
}
.travel .pd1, .travel .pd2{
	padding-left: 0em;
	padding-right: 0em;
}
}
@media screen and (max-width: 1200px) 
{
.IG .box2-1,.IG .box2-2,.IG .box2-3,.island .box2-1,.island .box2-2,.island .box2-3 {
    height: 200px;
	}
.hotels .box3 {
	display: block;
}
.hotels .box1 {
	display: none;
}
.hotels .photo5,.hotels .photo6{
	float: none;
	width: 100%;
}
.hotels .color {
    padding-top: 7%;
	}
.IG .box3,.island .box3 {
    width: 80px;
    height: 80px;
    margin-top: -14%;
    font-size: 43px;
    line-height: 85px;
	}
.IG .box1,.island .box1 {
    height: 437px;
	}
.travel p {
    margin-bottom: 1em;
	}
}
@media screen and (max-width: 1080px) {
.toptitle {
    width: 45%;
}
}
@media screen and (max-width: 1024px) 
{
.toptitle {
    width: 42%
	}
.IG {
    padding-top: 15em;
	}
.IG .box1 {
    height: 437px;
	}
.IG .box2-1,.IG .box2-2,.IG .box2-3,.island .box2-1,.island .box2-2,.island .box2-3{
	height: 200px;
	}
.IG .box3,.island .box3{
	margin-top: -14%;
}
.travel {
	padding-bottom: 3em;
	}
.travel .article_title {
    padding-top: 4em;
	margin-bottom: 4em;
	}
.hotels {
    padding-bottom: 6em;
	}
.hotels .color {
    padding-top: 6%;
    height: 38%;
	}
.hotels .photo1,.hotels .photo2,.hotels .photo3,.hotels .photo4 {
    height: 250px;
	}
.hotels .box3 {
    height: 370px;
	}
.island {
    padding-top: 7em;
    margin-top: -3em;
}
.island .box1 {
    height: 463px;
	}
.tour {
    padding-top: 3em;
	}
.tour .outbox {
    margin-top: 3%;
}
.tour .tour_title {
    margin-bottom: 4%;
	}
.go {
    padding-top: 4em;
    padding-bottom: 3em;
}
.go .box {
    margin-bottom: 2.5em;
	margin-top: 0em;
	}
}
@media screen and (max-width: 991px) {
.IG .box2-1, .IG .box2-2, .IG .box2-3, .island .box2-1, .island .box2-2, .island .box2-3 {
    height: 150px;
	}
.IG .box3, .island .box3 {
    width: 60px;
    height: 60px;
    font-size: 33px;
    line-height: 62px;
	}
.IG .box1 {
    height: 423px;
}
.travel p {
    margin-top: 0em;
	}
.travel .img02,.travel .img04,.travel .img06,.travel .img08   {
	display: none;
	}
.island .box1 {
    height: 450px;
}
.tour .tour01 {
    margin-top: 8%;
	}
h3.tour_title span:before, h3.tour_title span:after {
    width: 41%;
	}
.tour .line {
    margin-bottom: 0em;
	}
.go .box {
    margin-bottom: 0em;
	}
	
}
@media screen and (max-width: 812px) {
.toptitle {
    width: 50%;
	}
.article_title {
    margin-bottom: 2em;
	}
.IG .box2-1, .IG .box2-2, .IG .box2-3, .island .box2-1, .island .box2-2, .island .box2-3 {
    height: 148px;
	}
.IG .box3, .island .box3 {
    margin-top: -14%;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 64px;
	}
.travel .article_title {
    margin-bottom: 2em;
	}
.travel p {
    padding-bottom: 0.2em;
	}
.hotel_bg {
    height: 350px;
    padding-top: 125px;
	}
.hotels h2 {
	font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
	}
.hotels h4 {
    font-size: 1.7em;
	}

.hotels .buttom2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 119px;
    margin-bottom: -36px;
    line-height: 6px;
    float: none;
	}

.hotels .box2,.hotels .box3 {
    height: 350px;
	margin-bottom: 1.2em;
	margin-left: 3%;
    margin-right: 3%;
	}
.hotels .color {
    height: 40%;
	}
.island {
    padding-top: 6em;
    margin-top: -3em;
	}
.island .box1{
	height: 443px;
}
.tour .tour01,.tour .tour02,.tour .tour03 {
    height: 200px;
    float: left;
    width: 100%;
	margin-top: 1%;
	}
.go {
    padding-bottom: 3em;
	}
.go .box {
    margin-bottom: 2em;
	}
}
@media screen and (max-width: 800px){
.IG,.travel,.island,.tour,.go{
    padding-left: 2em;
    padding-right: 2em;
}
.toptitle {
    width: 42%;

}
}
@media screen and (max-width: 768px) 
{
.IG {
   	padding-left: 3em;
    padding-right: 3em;
    padding-top: 8em;
}

.IG h2,.island h2 {
    font-size: 1.5em;
	margin-top: 0.7em;
	}
.IG .box2-1,.IG .box2-2,.IG .box2-3,.island .box2-1,.island .box2-2,.island .box2-3{
	height: 150px;
	}
.IG p,.island p{
	width: 90%;
}
.IG .box1{
	height: 400px;
    margin-bottom: 1.5em;
}
.IG .box3,.island .box3{
	margin-top: -13%;
    margin-bottom: 1%;
    width: 50px;
    height: 50px;
    font-size: 29px;
    line-height: 52px;
}
.travel h2 {
    margin-bottom: 0.5em;
}
.travel {
   	padding-left: 3em;
    padding-right: 3em;
	}

.travel .img01,.travel .img05  {
	display: block;
	}
.travel .img02,.travel .img04,.travel .img06,.travel .img08  {
	display: none;
	}

.travel .nb {
    margin-top: 1em;
	}
.hotels h5 {
    margin-top: 0.5em;
	}
.hotels .box2, .hotels .box3 {
    height: 400px;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
}
.hotels .color {
	padding-top: 5%;
    height: 40%;
}
.hotels .buttom2 {
    margin-top: 144px;
	}
.hotels .photo1, .hotels .photo2, .hotels .photo3, .hotels .photo4 {
    height: 100%;
	}
.island {
    padding-left: 4em;
    padding-right: 4em;
}
.island .box1 {
    height: 438px;
}
.tour {
    padding-top: 4em;
    padding-left: 4em;
    padding-right: 4em;
	}
.tour .tour_title {
    margin-bottom: 2%;
    margin-top: 3%;
	}
h3.tour_title span:before, h3.tour_title span:after {
    width: 39%;
	}
.tour .tour01, .tour .tour02, .tour .tour03 {
    margin-top: 1.5em;
}
.go {
    padding:4em;
}
}
@media screen and (max-width: 736px) 
{
.toptitle {
    width: 44%;
}
.IG {
    padding-top: 9em;
}
.IG .box2-1, .IG .box2-2, .IG .box2-3, .island .box2-1, .island .box2-2, .island .box2-3 {
    height: 250px;
}
.IG .box1,.island .box1{
	height: auto;
}
.IG .box3, .island .box3 {
    margin-top: -5%;
    margin-bottom: 1%;
    width: 60px;
    height: 60px;
    font-size: 33px;
    line-height: 60px;
}
.travel .box {
    height: auto;
}
.travel .nb {
    margin-top: 0em;
}
.travel .img01,.travel .img04,.travel .img05,.travel .img08   {
	display: none;
	}
.travel .img02,.travel .img06 {
	display: block;
	}
.travel .img03,.travel .img07{
		margin-left: 2%;
		margin-right: 2%;
	}
.hotels .box2, .hotels .box3 {
    margin-left: 4em;
    margin-right: 4em;
}
}
@media screen and (max-width: 640px) 
{
.toptitle{
	width: 46%
	}
.IG .box1, .island .box1 {
    height: auto;
	}
.travel p {
    padding-right: 1em;
	margin-top: 1em;
	margin-bottom: 0.2em;
	}
 h3.tour_title span:before, h3.tour_title span:after {
    width: 31%;
	}
.tour .line{
	display: none;
}
.tour .outbox {
    margin-top: 5%;
	}
.tour .icon1,.tour .icon2  {
    background-image:none;
	padding: 0.6em 0;
	}
.tour .tour01, .tour .tour02, .tour .tour03 {
    height: 150px;
	}
.go .box {
    margin-bottom: 0em;
	}

}
@media screen and (max-width: 600px) 
{
.toptitle {
    width: 55%;
}
.IG {
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 9em;
}
.IG h2, .island h2 {
    font-size: 1.8em;
	}
.IG .box2-1, .IG .box2-2, .IG .box2-3, .island .box2-1, .island .box2-2, .island .box2-3 {
    height: 245px;
}
.IG .box3, .island .box3 {
    margin-top: -7%;
	margin-bottom: 1%;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 63px;
	}
.travel {
    padding-left: 4em;
    padding-right: 4em;
}
.travel .nb {
    margin-top: 0em;
}
.travel .box {
    margin-bottom: 1em;
}
.travel .img02, .travel .img03, .travel .img06, .travel .img07 {
    height: 270px;
}
.hotels .color {
    height: 37%;
}
.island .box1 {
    margin-bottom: 1.5em;
}
.go .box {
    margin-bottom: 1em;
    margin-top: 2em;
}
}
@media screen and (max-width: 480px) 
{
.ocean { 
	display: none;
	}
.toptitle{
	width: 64%
	}

.article_title {
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
	}
.IG {
    padding-bottom: 2em;
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 0em;
}
.IG .box2-1, .IG .box2-2, .IG .box2-3, .island .box2-1, .island .box2-2, .island .box2-3 {
    height: 170px;
	}
.IG .box3, .island .box3 {
    margin-top: -12%;
	}
.island {
	padding-top: 4em;
    padding-bottom: 2em;
    padding-left: 3em;
    padding-right: 3em;
    margin-top: -1em;
}
.travel {
    padding-bottom: 1em;
    padding-left: 3em;
    padding-right: 3em;
}
.travel .img02, .travel .img03, .travel .img06, .travel .img07 {
    height: 200px;
}
.hotel_bg {
    margin-bottom: 0em;
    background-attachment: inherit;
    height: 250px;
    padding-top: 46px;
    padding-left: 1em;
    padding-right: 1em;
}
.hotels .box2, .hotels .box3 {
    margin-left: 3em;
    margin-right: 3em;
	 height: 300px;
	}
.hotels h5 {
    margin-top: 1em;
}
.hotels .color{
    padding-top: 8%;
    height: 44%;
}
.hotels h2 {
    font-size: 1.6em;
	}
.hotels .photo5, .hotels .photo6 {
 	height: 200px;
	}
.tour {
    padding-top: 4em;
    padding-bottom: 3em;
	padding-left: 1.5em;
    padding-right: 1.5em;
}
.go {
    padding: 3em;
}
}
@media screen and (max-width: 375px){
.IG .box2-1, .IG .box2-2, .IG .box2-3, .island .box2-1, .island .box2-2, .island .box2-3{
		height:150px;
	}
.button {
    bottom: 40px;
}
.hotels .box2, .hotels .box3 {
    margin-left: 2em;
    margin-right: 2em;
	}
.hotels h4 {
    font-size: 1.2em;
}
}
@media screen and (max-width: 320px) 
{
.IG, .travel, .island, .tour, .go{
	padding-left: 2em;
    padding-right: 2em;
	}	

	}
