html,
body,
div,
p,
a,
span,
b,
ul,
li,
strong,
input,
select,
option,
form,
h1,
h2,
h3,
h4,
h5 {
	margin: 0px;
	padding: 0px;
}
img{
	border: 0;
}
a{
	text-decoration: none;
}
#wrapper{
	width: 980px;
	margin: 0 auto;
}
.main {
	width: 100%;
	font-family: arial;
	width: 980px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/***********************hrader**********************/

#header {
	float: left;
	width: 100%;
	display: none;
}
#header .header_content {
	width: 96%;
	height: 75px;
	margin: 0 auto;
}
#header .header_left {
	float: left;
	width: 33.3%;
}
#header .header_left #menu_btn {
	height: 20px;
	margin: 27.5px 10px;
	width: 25px;
}
#header .header_left #menu_btn img {
	max-width: 100%;
}
#header .header_center {
	float: left;
	width: 33.3%;
}
#header .header_center .logo_div {
	height: 58px;
	margin: 8.5px auto;
	width: 58px;
}
#header .header_center .logo_div a {
	text-decoration: none;
}
#header .header_center .logo_div img {
	max-width: 100%;
}
#header .header_right {
	float: left;
	width: 33.3%;
}
#header .header_right .search_div {
	float: right;
	height: 20px;
	margin: 27.5px 10px;
	width: 25px;
}
#header .header_right .search_div img {
	max-width: 100%;
}
#mobile_lang_btn {
	background: #867963;
	float: right;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	margin-top: 22px;
	text-align: center;
	width: 35px;
}
#mobile_lang_btn a {
	color: #fff;
	text-decoration: none;
}
#header .mobile_search_div {
	float: left;
	width: 100%;
	display: none;
}
#header .mobile_search_div .mobile_input_div {
	border: 1px solid #fed32f;
	height: 40px;
	margin: 15px auto;
	position: relative;
	width: 95%;
}
#header .mobile_search_div .mobile_input_div .input_div_left {
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}
#header .mobile_search_div .mobile_input_div .input_div_left #mobile_search_btn {
	background: url("../img/mobile_op/m_btn_search.png") no-repeat;
	background-size: 30px 30px;
	border: 0 none;
	height: 30px;
	margin: 5px;
	padding: 0;
	width: 30px;
}
#header .mobile_search_div .mobile_input_div .input_div_right {
	height: 40px;
	padding-left: 40px;
}
#header .mobile_search_div .mobile_input_div .input_div_right #mobile_search_text {
	border: 0 none;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
/***********************contentpage**********************/

.main .contentpage {
	float: left;
	width: 100%;
	position: relative;
	
}
.main .contentpage .navbar_div_bg{
	width: 240px;
	background: url("../img/website_op/menu_bg_pattern.png") repeat-y;
	
}
.main .contentpage .navbar_div {
	width: 240px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	min-height:1020px;
	background:#fefdfb url("../img/website_op/menu_bg_2.png") no-repeat bottom;
	background-size: 100% 100%;
}
.main .contentpage .navbar_div .website_menu {
	float: left;
	padding-left: 30px;
	padding-top: 30px;
}
.main .contentpage .navbar_div .website_menu .website_logo {
	float: left;
	width: 160px;
	/*text-align: center;*/
}
.main .contentpage .navbar_div .website_menu .website_logo img{
	width: 100%;
}

.main .contentpage .navbar_div .website_menu .website_search {
	float: left;
	height: 25px;
	padding-bottom: 35px;
	padding-top: 20px;
	width: 100%;
}
.main .contentpage .navbar_div .website_menu .website_search .input_div {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #867963;
	float: left;
	height: 23px;
	margin: 0;
	padding: 0;
	width: 107px;
}
.main .contentpage .navbar_div .website_menu .website_search .input_div .td {
	/*background: none repeat scroll 0 0 #ffffff;*/
	/*filter:Alpha(opacity=0);*/
	display: table-cell;
	margin: 0;
	padding: 0;
	position: relative;
}
.main .contentpage .navbar_div .website_menu .website_search .input_div .td #search_btn {
	background: url(../img/mobile_op/ie8_btn_search.png) no-repeat;
	background-size: 15px 15px;
	border: 0 none;
	height: 15px;
	margin: 4px;
	padding: 0;
	width: 15px;
}
.main .contentpage .navbar_div .website_menu .website_search .input_div .td #search_text {
	border: 0 none;
	color: #535353;
	height: 23px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 80px;
}
.main .contentpage .navbar_div .website_menu .website_search #lang_btn {
	background: none repeat scroll 0 0 #867963;
	border-radius: 1px;
	color: #ffffff;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 2px;
	text-align: center;
	width: 45px;
}
.main .contentpage .navbar_div .website_menu .website_search #lang_btn a {
	color: #ffffff;
	text-decoration: none;
}
.main .contentpage .navbar_div .website_menu .menu-menu-container {
	float: left;
	width: 100%;
}
.main .contentpage .navbar_div .website_menu .menu-menu-container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.main .contentpage .navbar_div .website_menu .menu-menu-container ul li {
	color: #535353;
	float: left;
	font-size: 15px;
	padding: 10px 0;
	width: 100%;
}
.main .contentpage .navbar_div .website_menu .menu-menu-container ul li.menu-item-144{
	
}
.main .contentpage .navbar_div .website_menu .menu-menu-container ul li a {
	color: #535353;
	text-decoration: none;
	font-weight: bold;
}
.main .contentpage .navbar_div .website_menu .menu-menu-container .job_subnume{
	display: none;
}
.main .contentpage .navbar_div .website_menu .menu-menu-container .job_subnume a{
	font-weight: normal;
}
.main .contentpage .navbar_div .website_menu .menu_footer {
	padding-left: 30px;
	position: absolute;
	bottom: 10px;
	left: 0px;
}
.main .contentpage .navbar_div .website_menu .menu_footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.main .contentpage .navbar_div .website_menu .menu_footer ul li {
	color: #535353;
	float: left;
	font-size: 15px;
	padding: 10px 0;
	width: 100%;
}
.main .contentpage .navbar_div .website_menu .menu_footer ul li a {
	color: #535353;
	text-decoration: none;
	font-weight: bold;
}
.main .contentpage .navbar_div .website_menu .app_icon {
	float: left;
	width: 100%;
}
.main .contentpage .contentpage_right {
	/*float: left;*/
	width:740px;
	margin-left: 240px;
}
.current_page_item a {
    color: #867963 !important;
}
.menu_more_up_bg {
	background: url(../img/Desktop_980/other_pages-assets/menu_more_up.png) no-repeat 150px 50%;
}
.menu_more_on_bg {
	background: url(../img/Desktop_980/other_pages-assets/menu_more_on.png) no-repeat 150px 50%;
}
/*.contentpage .toggle {
		overflow:hidden;
		height:100%;
		position:absolute;
		top:0;
		left:240px;
	}
	.contentpage .navbar_div_toggle {
		display:block;
		position:relative;
	}
	#contentpage.contentpage_toggle {
		overflow-x:hidden;
	}*/
/*banner css*/
.swiper-container {
	width: 100%;
	padding-bottom:30px;
	overflow: hidden;
	position: relative;
}
.swiper-container1 {
	width: 100%;
	padding-bottom:30px;
	overflow: hidden;
}

.pagination {
	position: absolute;
	z-index:20;
	left:350px;
	bottom:0px;
}
.pagination1 {
	position: absolute;
	z-index:20;
	right:20px;
	top:25px;
}
.pagination2 {
	position: absolute;
	z-index:20;
	right:20px;
	bottom:20px;
}
.pagination3{
	position: absolute;
	z-index:20;
	left:48%;
	bottom:10px;
}
.pagination4{
	position: absolute;
	z-index:20;
	right:30px;
	top:40px;
}
.pagination5{
	position: absolute;
	z-index:20;
	left:48%;
	bottom:10px;
}
.swiper-pagination-switch {
	display: inline-block;
	width:10px;
	height: 10px;
	border-radius:50%;
	/*background:#FFFFFF;*/
	background:url(../img/Dots/grey_bullet.png) no-repeat;
	margin-right: 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiper-active-switch {
	background:url(../img/Dots/m_grey_bullet.png) no-repeat;
}

/*--------------------pop up start-------------------------*/
.more_text {
    /*background:#FEE582;
     filter:Alpha(opacity=80);*/
    color: #ffffff;
    display: none;
    height: 100%;
    position: absolute;
    width:742px;
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99fed32f', endColorstr='#99fed32f'); /* IE8 */
}
.more_note {
    /*background:#000000;
    filter:Alpha(opacity=80);*/
    font-family: Arial,Helvetica,sans-serif;
    height: auto;
    min-height: 450px;
    max-width: 100%;
    padding: 10px;
    position: relative;
    margin: 140px 20px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc000000', endColorstr='#cc000000'); /* IE */
}
.open_btn_div {
    color: #fed32f;
    float: left;
    /*height: 30px;*/
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 0 30px 0;
}
#open_btn_div_title {
    text-align: left;
    font-size: 18px;
    padding-left: 10px;
    color: #FED32F;
    max-width: 635px;
    
}

.more_note_text {
    font-size: 14px;
    line-height: 21px;
    padding-left: 12px;
    padding-right: 20px;
}
#open_btn {
     background: url("../img/Desktop_1600/home_output-assets/close.png") no-repeat;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1;
}
.more_btn{
	display: block;
}
/*--------------------pop up end-------------------------*/
/*----------banner css start------------------*/

.right_top {
	width: 100%;
	/*background: url(../img/website_op/Top_banner.png) no-repeat top left;*/
	font-family: arial;
}
.banerTop img{
	display: block;
	width: 100%;
}
.right_subtop {
	width: 100%;
	overflow: hidden;
	background: url(../img/website_op/home_apply_now_bg.png) no-repeat bottom;
	background-size: 100% 300px;
}
.right_top_titlebox {
	padding: 15px 0 0 20px;
	/*height: 155px;*/
}
.right_top_title {
	width: 100%;
	color: #fed32f;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
}
.logoicon{
	width: 350px;
	float: left;
	margin: 30px 65px  0 65px;
}
.logoicon img{
	width: 100%;
}
.mobileLogoicon{
	display: none;
}

.right_top_text {
    line-height: 1.2em;
    height: 4.8em;
    overflow: hidden;
}
.right_top_text p {
	padding: 0px 20px 0 0;
	font-size: 15px;
	color: #FFFFFF;
}
.top_banner {
	margin:0px auto 0;
	height: 280px;
	padding: 0 20px;
	/*max-width: 681px;*/
}
.banner_list_box {
	width: 33.3%;
	max-width: 227px;
	height: 280px;
	float: left;
}
.banner_list {
	width: 95%;
	height: 280px;
	margin: 0 auto;
	position: relative;
	background: url(../img/website_op/home_macau.png) no-repeat top;
}
.banner_list_bgleft{
	background: url(../img/website_op/home_macau.png) no-repeat top;
}
.banner_list_bgcenter{
	background: url(../img/website_op/home_starworld.png) no-repeat;
}
.banner_list_bgright{
	background: url(../img/website_op/home_city_club.png) no-repeat;
}
.list_bottom {
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 0;
	background:#000;
	filter:Alpha(opacity=80);
}
.list_text {
	padding: 10px 10px 0 10px;
	position: relative;
}
.list_bottom_title {
	font-size: 18px;
	color: #FED32F;
	padding-bottom: 10px;
}
.more_btn {
	width: 17px;
	height: 17px;
	background: url(../img/website_op/more.png) no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}
.list_text p {
	font-size: 14px;
	color: #FFFFFF;
	word-break: break-word;
}
/*********************************right banner top ccs end********************************/

/********************** apply now css start********************************/

.appley_now {
	padding: 20px 20px 0 20px;
	font-family: arial;
}
.appley_now_left {
	float: left;
}
.appley_now_right {
	float: right;
}
.appley_now_title {
	font-size: 30px;
	color: #515151;
	font-weight: bold;
}
.appley_now_text {
	font-size: 20px;
	color: #FFFFFF;
}
.appley_now_btn {
	width: 230px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 4px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #515151;
	font-weight: bold;
}
/********************** apply now css end********************************/

/********************** what new css start********************************/

.what_new {
	width: 100%;
	height: 630px;
	font-family: arial;
	background: url(../img/website_op/home_whats_new_bg.png) no-repeat;
	background-size: ;
}
.what_new_bigbox {
	padding: 20px;
	position: relative;
	max-height: 590px;
	overflow: hidden;
}
.what_new_title {
	color: #fed32f;
	font-size: 30px;
	font-weight: bold;
}
.what_new_top {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 20px 0;
}
.what_new_bottom{
   	 width: 100%;
}
.what_new_box {
	width: 50%;
	float: left;
}
.new_list_left {
	padding-right: 10px;
}
.new_list_right {
	padding-left: 10px;
}
.new_list_textbox {
	max-width: 100%;
	height: 220px;
	padding: 18px;
	/*background:#000000;
	filter:Alpha(opacity=60);*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.6,startColorstr='#cc000000', endColorstr='#cc000000'); /* IE */
	position: relative;
}
.new_list_title {
	width: 90%;	
	line-height: 1.2em;
    height: 2.4em;
	font-size: 18px;
	color: #FED32F;
	word-break: break-word;
	overflow: hidden;
}
.new_list_text {
	padding-top: 20px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
}
.new_list_text p {
	padding-left: 0px;
	overflow: hidden;
}
.new_list_text div{
	overflow: hidden;
}
.new_list_text div:nth-child(3) p:nth-child(2) {
    line-height: 1.5em;
    height: 7.5em;
}
.new_list_text .update {
	position: absolute;
	bottom: 12px;
}
.new_list_text span {
	display: block;
	width: 60px;
	float: left;
	overflow: hidden;
}
.plus_btn{
	width: 17px;
	height: 17px;
	position: absolute;
	right:15px;
	top:25px;
	background: url(../img/website_op/more.png) no-repeat;
}
/****************** what new css end***************************/

/****************** hot jobs css start***************************/

.hot_jobs {
	height: 320px;
	padding: 20px 20px 20px 20px;
	font-family: arial;
	background: #f4f1f1;
	overflow: hidden;
}
.hot_jobs_box {
	width: 100%;
}
.mobile_hot_jobs_box {
	display: none;
}
.hot_jobs_left {
	width: 230px;
	height: 320px;
	float: left;
	background: url(../img/website_op/home_hot_job.png) no-repeat;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}
.hot_jobs_left_box{
	padding: 15px;
	max-width: 100%;
	max-height: 100%;
}
.hot_jobs_title {
	font-size: 50px;
	color: #FED32F;
	padding: 20px;
	font-weight: bold;
}
.hot_jobs_title span {
	color: #FFFFFF;
	display: block;
}
.hot_jobs_right {
	
	margin-left: 233px;
}
.number_box {
	width: 100%;
}
.number_top,
.number_center {
	width: 100%;
}
.number_bottom{
	float: left;
	width: 100%;
}
.number_box_1 {
    display: none;
}
.number_subtop,
.number_subcenter {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.numberbox {
	max-width: 100%;
	height: 100px;
	padding-left: 10px;
}
.number{
	max-width: 100%;
	position: relative;
}
.number_1,
.number_2,
.number_3,
.number_4,
.number_5,
.number_6,
.number_7,
.number_8,
.number_9,
.number_10  {
	height: 100px;
}
.number_1{
	background: url(../img/website_op/job_1.png) no-repeat left top;
	background-size:100% auto ;
}
.number_2{
	background: url(../img/website_op/job_2.png) no-repeat left top;
	background-size:100% auto ;
}
.number_3{
	background: url(../img/website_op/job_3.png) no-repeat left top;
	background-size:100% auto ;
}
.number_4{
	background: url(../img/website_op/job_4.png) no-repeat left top;
	background-size:100% auto ;
}
.number_5{
	background: url(../img/website_op/job_5.png) no-repeat left top;
	background-size:100% auto ;
}
.number h2 {
	font-size: 18px;
	color: #515151;
	width: 130px;
}
.number p {
	font-size: 14px;
	color: #FFFFFF;
	width: 130px;
}
.number span{
	font-size: 80px;
	color: #FFFFFF;
	position: absolute;
	right: 5px;
	top:15px;
}
.job_number_1{
	height: 70px;
	padding: 15px 0px 15px 15px;
	/*margin-right: 10px;*/
	background:url(../img/Mobile_768/mobile_home/m_job_number_1.png) no-repeat right bottom;
}
.job_number_2{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_2.png) no-repeat right bottom;
}
.job_number_3{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_3.png) no-repeat right bottom;
}
.job_number_4{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_4.png) no-repeat right bottom;
}
.job_number_5{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_5.png) no-repeat right bottom;
}
.job_number_6{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_6.png) no-repeat right bottom;
}
.job_number_7{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_7.png) no-repeat right bottom;
}
.job_number_8{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_8.png) no-repeat right bottom;
}
.job_number_9{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_9.png) no-repeat right bottom;
}
.job_number_10{
	height: 70px;
	padding: 15px 0px 15px 15px;
	margin-right: 10px;
	background:url(../img/Mobile_768/mobile_home/m_job_number_10.png) no-repeat right bottom;
}
/****************** hot jobs css end***************************/
/*----------------2.0 Job Opportunities start--------------------------*/
.job_top{
	position: relative;
}
.job_top img{
	display: block;
	width: 100%;
}
.job_top_title{
	font-size: 35px;
	font-weight:bold;
}
.awards_top_title {
    position: absolute;
    top: 10px;
    left: 10px;
}
.awards_top .right_top_text {
    position: absolute;
    top: 50px;
    left: 19px;
}

/*----------------2.0 Job Opportunities  end--------------------------*/
/*----------------3.0 Galaxy Entertainment Group start--------------------------*/
.top_box{
	/*height: 550px;*/
}
.top_box img{
	display: block;
	width: 100%;
}
.top_box_topbg{
	height: 280px;
	background: url(../img/property-assets/geg_banner.png) no-repeat;
}
.top_box_bottombg{
	height: 270px;
	background: url(../img/property-assets/geg_content_bg.png) no-repeat;
}
.top_box_btitle{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px 0 15px 0;
	text-align: center;
}
.top_box_btext{
	padding:0 25px ;
	font-size: 12px;
	text-align: center;
	color:#515151 ;
	line-height: 21px;
	word-break: break-word;
}
.center_box{
	 height: 205px;
	 background:#fefbf2 url(../img/property-assets/gm_bottom_bg.png) no-repeat left bottom;

}
.center_box_left{
	/*width: 50%;*/
	/*float: left;*/
	padding-top: 75px;
	text-align: center;
}
.center_box_left a,
.center_box_left a:visited,
.gm_center_btn a,
.gm_center_btn a:visited,
.sw_center_box_left a,
.sw_center_box_left a:visited{
	color: #515151;
}
.center_box_left div{
	line-height: 46px;
	text-indent: 20px;
	border-radius: 4px;
	font-weight: bold;
	text-align: left;
	/*display: inline-block;*/
	background:url(../img/Desktop_980/other_pages-assets/btn_more.png) no-repeat 92% 50%;
	/*background:#ffd84c ;
	filter:Alpha(opacity=60);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.4,startColorstr='#ccffd84c', endColorstr='#ccffd84c'); /* IE */*/
}
.center_box_left  a{
	height: 46px;
	width: 266px;
	margin:10px;
	display: inline-block;
   /* background:url(../img/Desktop_980/other_pages-assets/btn_more.png) no-repeat 92% 50%;*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.6,startColorstr='#ccffd84c', endColorstr='#ccffd84c'); /* IE */
}
.rightwards_btn{
	float: right;
	padding-right: 30px;
	font-weight: bold;
}
.center_box_right{
	width: 50%;
	float:right;
	padding: 60px 0px 0 0;
	display: none;
}
.center_box_right div{
	font-size: 12px;
	color: #515151;
	text-align: left;
	padding-right: 20px;
}
.center_text_box{
	font-size: 12px;
	color: #515151;
}
.center_text_box_left{
	width: 50%;
	float: left;
	line-height: 21px;
}
.center_text_box_left p{
	padding: 0px 20px 0px;
}
.center_text_box_right{
	width: 50%;
	float: left;
	line-height: 21px;
}
.center_list_box{
	padding: 34px 10px 30px 20px;
}
.center_list_box div span{
	display:block;
	float: left;
	color: #ffd22f;
	font-size:14px;
}
.center_list_box div p{
	overflow: hidden;
	padding-left: 10px;
}
.center_list_box li {
	color: #ffd22f;
}
.center_list_box li span{
	color: #515151;
}
.bottom_imgbox{
	padding:20px 10px 25px 20px;
	overflow: hidden;
	clear: both;
	/*background:#F5F2E9 url(../img/property-assets/gm_bottom_bg.png) no-repeat left bottom;*/
}
.bottom_imgbox_gap{
	width: 33.3%;
	float: left;	
}
.bottom_img_gap{
	padding:0 10px 0 0;
}
.bottom_img_gap img{
	width: 100%;
}
.bottom_img_gap p{
	text-align: center;
	font-size: 16px;
	color: #515151;
	font-weight: bold;
	padding: 15px 0;
}
/*----------------3.0 Galaxy Entertainment Group  end--------------------------*/
/*----------------4.0 StarWorld Hotel  start--------------------------*/
.sw_banner_topbg{
	height: 285px;
	background: url(../img/property-assets/sw_banner.png) no-repeat;
}
.sw_bottombg{
	height: 229px;
	background: url(../img/property-assets/sw_content_bg.png) no-repeat;
}
.sw_btitle{
	padding-bottom:20px;
}
.sw_center_box{
	height: 219px;
	background:url(../img/property-assets/sw_opportunities_bg.png) no-repeat;
}
.sw_center_box_left{
	max-width: 600px;
	margin:0 auto ;
	padding: 90px 0 0 0;
}
.sw_center_box_left div{
	border-radius:4px;
	line-height: 46px;
	/*background: #FED32F;*/
	text-align: center;
	color: #515151;
	font-size: 16px;
	font-weight: bold;
	background:url(../img/Desktop_980/other_pages-assets/btn_more.png) no-repeat 92% 50%;
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.6,startColorstr='#ccffd84c', endColorstr='#ccffd84c'); /* IE */*/
}
.sw_center_box_left  a{
	height: 46px;
	width: 270px;
	margin: 15px;
	 float: left;
	display: block;
   /* background:url(../img/Desktop_980/other_pages-assets/btn_more.png) no-repeat 92% 50%;*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.6,startColorstr='#ccffd84c', endColorstr='#ccffd84c'); /* IE */
}
.sw_bottom{
	height: 220px;
	
	background:#F4F1F1 url(../img/property-assets/sw_bottom_bg.png)no-repeat left bottom;
}
.sw_bootom_text{
	padding: 60px 40px 20px 40px;
	font-size: 12px;
	line-height: 21px;
	color: #515151;
}
.sw_top_box img,.gm_top_box img,.bmi_top_box img,.cc_top_box img{
	display:block;
	width: 100%;
}
/*----------------4.0 StarWorld Hotel  end--------------------------*/
/*----------------5.0 Galaxy Macau  start--------------------------*/
.gm_top_box_topbg{
	height: 280px;
	background: url(../img/property-assets/gm_banner.png) no-repeat;
}
.gm_top_box_bottombg{
	height: 230px;
	position: relative;
	overflow: auto;
	background: url(../img/property-assets/gm_content_bg.png) no-repeat;
}

.gm_top_box_btitle {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0 10px;
    text-align: center;
}
.gm_top_box_subtitle{
	padding: 0 35px 5px 35px;
	color: #515151;
}
.gm_center_box{
	height: 220px;
	background: url(../img/property-assets/gm_opportunities_bg.png) no-repeat center;
}

.gm_center_btn{
    padding-top: 70px;
    max-width:600px;
    margin: 0 auto;
}
.gm_center_btn div{
	/*background: none repeat scroll 0 0 #fed32f;*/
    border-radius: 4px;
    color: #515151;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    background:url(../img/Desktop_980/other_pages-assets/btn_more.png) no-repeat 92% 50%;
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.6,startColorstr='#ccffd84c', endColorstr='#ccffd84c'); /* IE */*/
}
.gm_center_btn a{
    height: 46px;
	width: 270px;
	margin: 15px;
	 float: left;
	display: block;
   /* background:url(../img/Desktop_980/other_pages-assets/btn_more.png) no-repeat 92% 50%;*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.6,startColorstr='#ccffd84c', endColorstr='#ccffd84c'); /* IE */	
}
/*----------------5.0 Galaxy Macau  end--------------------------*/
/*----------------6.0 City Clubs  start--------------------------*/
.cc_top_box{
	
}
.cc_banner_topbg{
	height: 260px;
	background: url(../img/property-assets/cc_banner.png) no-repeat;
}
.cc_top_box_bottombg{
	height: 200px;
	background: url(../img/property-assets/cc_content_bg.png) no-repeat;
}

.cc_top_box_btitle {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    padding: 35px 0 20px 0;
    text-align: center;
}
.cc_center_box{
	height: 220px;
	background: url(../img/property-assets/cc_opportunities_bg.png) no-repeat;
}

.cc_center_box_left {
    margin: 0 auto;
    max-width: 600px;
    padding: 90px 0 0;
}
.cc_center_box_left div {
/*    background: none repeat scroll 0 0 #fed32f;*/
    border-radius: 4px;
    color: #515151;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    background:url(../img/Desktop_980/other_pages-assets/btn_more.png) no-repeat 92% 50%;
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.6,startColorstr='#ccffd84c', endColorstr='#ccffd84c'); /* IE */*/
}
.cc_center_box_left a{
	height: 46px;
	width: 270px;
	margin: 15px;
	 float: left;
	display: block;
   /* background:url(../img/Desktop_980/other_pages-assets/btn_more.png) no-repeat 92% 50%;*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0.6,startColorstr='#ccffd84c', endColorstr='#ccffd84c'); /* IE */
}
.cc_bottom{
	padding:40px 12px ;
	overflow: hidden;
	color: #515151;
	text-align: center;
	background:#FEFBF2 url(../img/property-assets/cc_bottom_bg.png) left bottom no-repeat;
}
.cc_bottom_box{
	width: 33.3%;
	float: left;
}
.cc_bootom_text{
	padding: 0 8px;
}
.cc_bootom_text h2{
	font-size: 20px;
	padding-bottom: 30px;
}
.cc_bootom_text p{
	font-size: 12px;
	line-height: 21px;
}
/*----------------6.0 City Clubs  end--------------------------*/
/*----------------8.0 M_What’s new  start--------------------------*/
.wn_bottom{
	
}
.wn_top_title {
    position: absolute;
    top: 10px;
    left: 10px;
}
.wn_top .right_top_text {
    position: absolute;
    top: 50px;
    left: 19px;
}
.mobile_wn_bottom{
	display: none;
}
.page_number{
	height: 45px;
	background: #fed32f;
	padding: 10px 0 0 20px;
}
.page_number_box div{
	width: 35px;
	height: 35px;
	border-radius: 4px;
	/*background:#fee582;*/
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	color: #515151;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.page_number .bg_white{
	background: #FFFFFF;
}
.wn_text_box{
	color: #515151;
}
.wn_text_left{
	margin-right:344px;
}
.wn_text_right{
	/*display: none;*/
	float: right;
	width: 344px;
	padding-top: 70px;
	overflow: hidden;
}
.wn_text_right_over {
    display: block;
}
.big_img{
	/*background:#000000;*/
	text-align: center;
}
.big_img div{
	width: 222px;
	margin: 0 auto;
	display: inline-block;
}
.small_img{
	/*width: 240px;*/
	margin: 0 auto;
	text-align: center;
}
.small_img div{
	width: 50px;
	/*float: left;*/
	padding: 5px;
	cursor: pointer;
	display: inline-block;
}
.small_img img{
	width: 100%;
}
.wn_gap {
    padding: 20px;
    overflow: hidden;
}
.wn_date{
	font-size: 12px;
	padding-left:25px;
	background:url(../img/Desktop_1600/other_pages-assets/1600_icon_date.png) no-repeat 0 50% ;
}
.wn_text_title{
	font-size: 20px;
	padding: 15px 0;
}
.wn_text{
	font-size: 12px;
	line-height: 21px;
	padding-right: 20px;
}
.wn_more_btn{
	margin: 35px 0 10px 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
    background: url("../img/Desktop_1600/other_pages-assets/1600_news_open.png") no-repeat;
}
.wn_more_btn.wn_close_btn {
    background: url("../img/Desktop_1600/other_pages-assets/1600_news_close.png") no-repeat;
}


/*----------------8.0 M_What’s new  end--------------------------*/
/*----------------9.0 M_Awards  start--------------------------*/
.awards_center{
	color: #515151;
}
.geg_tittle{
	font-size: 30px;
	height: 100px;
	line-height: 100px;
	padding: 0 20px;
	position: relative;
}
.geg_tittle_bg{
	background: url("../img/Desktop_1600/other_pages-assets/1600_awards_geg.png") no-repeat;
}
.gm_tittle_bg{
	background: url("../img/Desktop_1600/other_pages-assets/1600_awards_macau.png") no-repeat;
}
.swh_tittle_bg{
	background: url("../img/Desktop_1600/other_pages-assets/1600_awards_starworld.png") no-repeat;
}
.plustoggle_btn {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -20px;
	background: url(../img/Mobile_768/m_other_pages-assets/news_close.png) no-repeat;
	background-size: 100%;
}
.plustoggle_btn.on{
	background: url(../img/Mobile_768/m_other_pages-assets/news_open.png) no-repeat;
	background-size: 100%;
}
.geg_text_box{
}
.geg_text{
	width: 50%;
	float:left;
	height: 240px;
	
}
.geg_text_black{
	background:#515151 ;
	color: #FFFFFF;
}
.geg_text_pink{
	background: #FEFBF2;
}
.geg_text_gray{
	background: #f5f2e9;
}
.geg_text h2{
	font-size: 16px;
	padding: 20px 20px 20px 20px;
}
.geg_text p{
	font-size: 12px;
	padding:0 20px 20px 20px;
	line-height: 21px;
}
.awards_bottom{
	position: relative;
	background: url(../img/other_pages-assets/all_awards_bg.png) no-repeat;
}
.awards_bottom_title{
	padding: 35px 0 0 20px;
	font-size: 35px;
	color: #FED32F;
	font-weight: bold;
}
.awards_bottom_ico{
	width: 630px;
	margin:0 auto;
	text-align: center;
}
.awards_bottom_ico div{
	/*float: left;*/
	width: 24%;
	display: inline-block;
}
/*.awards_bottom_ico div img{
	width: 100%;
}*/
.mobile_awards_bottom{
	display: none;
}
/*----------------9.0 M_Awards  end--------------------------*/
/*----------------10.0 Privacy Policy  start--------------------------*/
.pp_top {
	position: relative;
}
.pp_top img{
	display: block;
	width: 100%;
}
.pp_top_title {
    position: absolute;
    top: 10px;
    left: 10px;
}
.pp_top .right_top_text {
    position: absolute;
    top: 50px;
    left: 19px;
}
.pp_bottom{
	color: #515151;
	padding: 20px 20px 200px;
	background:url(../img/other_pages-assets/bg.png) no-repeat bottom;
	background-position: left bottom;
}
.pp_bottom_title{
	font-size:26px;
	padding: 10px 0 5px 0;
}
.pp_bottom_text{
	font-size: 12px;
	line-height: 21px;
}
/*----------------10.0 Privacy Policy  end--------------------------*/
/*----------------12.0 Contact Us  start--------------------------*/
.cu_top{
	color: #515151;
	position: relative;
}
.cu_top img{
	display: block;
	width: 100%;
}
.cu_top_title {
    position: absolute;
    top: 10px;
    left: 10px;
}
.cu_top .right_top_text {
    position: absolute;
    top: 50px;
    left: 19px;
}
.cu_bottom{
	padding: 20px;
	padding-bottom: 250px;
	color: #515151;
	background: url(../img/other_pages-assets/bg.png) no-repeat left bottom;
}
.cu_bottom_title{
	font-size: 20px;
	padding:20px 0 10px;
}
.cu_bottom_title strong{
	font-size: 25px;
}
.input_box {
	margin: 20px 0;
	max-height: 70px;
	line-height: 35px;
}
.input_left{
	float: left;
	width: 80px;
}
.input_right{
	margin-left: 80px;
}
.input_right input{
	width: 60%;
	height: 33px;
	border: 1px solid #FFD84C;
}
.input_right textarea{
	resize:none;
	width:60%;
	height: 160px;
	border: 1px solid #FFD84C;
}
.button{
	margin-top: 30px;
	margin-left: 20%;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	background: #FED32F;
	cursor: pointer;
	font-weight: bold;
}

.device {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.arrow-left,.arrow-left1 {
	background:url(../img/Desktop_1600/other_pages-assets/all_awards_left.png) no-repeat;
	position: absolute;
	right: 80px;
	top: 40px;
	width: 17px;
	height: 30px;
	z-index: 99;
}
.arrow-right,.arrow-right1 {
	background:url(../img/Desktop_1600/other_pages-assets/all_awards_right.png) no-repeat;
	position: absolute;
	right: 40px;
	top: 40px;
	width: 17px;
	height: 30px;
	z-index: 99;
}

.right_top_mobile_title, .top_box_mobile_btitle{
	display: none;
}
/*----------------12.0 Contact Us  end--------------------------*/
/*----------------Search Result start--------------------------*/
.sr_top{
    height: 160px;
    padding: 40px 20px 0;
}
.sr_bottom {
    color: #515151;
    padding: 30px 30px 200px;
    min-height: 600px;
}
.search_result_text{
    font-size: 14px;
    line-height: 21px;
}
.search_result_text h1 {
    font-size: 18px;
    padding-bottom: 10px;
}
.search_result_text h4 {
   font-size: 16px;
	font-weight: 100;
	padding: 6px 0 20px 0;
}
.search_result_text h4  b{
	font-weight: bold;
} 
.search_result_text a{
	color: #515151;
}
/*.search_result_text p{
	padding: 6px 0 20px 0;
}*/
.search_result_text .post-title {
	width: 100%;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.search_result_text .post p{
	padding: 0;
	line-height: 21px;
}
.entry-summary {
	width: 100%;
	line-height: 21px;
	border-top: 1px dashed #ccc;
	padding: 15px 0 50px 0;
}
.entry-summary a {
	display: block;
	text-align: left;
	width: 100%;
	text-decoration: underline;
	color: #424242;
}
/*----------------Search Result end--------------------------*/
.website_see_mome a {
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    position: absolute;
    right:30px;
    text-decoration: underline;
    bottom: 5px;
}
/***********************footer**********************/


#footer {
	float: left;
	width: 100%;
	height: 75px;
	text-align: center;
	display: none;
}
#footer .footer_content {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
#footer .footer_content a {
	text-decoration: none;
}
#footer .footer_content img {
	max-width: 100%;
}
.mobile_banner{
	display: none;
}
.main_visual{
	border: 0;
}
#menu-item-816,#menu-item-1147{
	position: relative;
	cursor: default;
}
#menu-item-816  a ,#menu-item-1147 a{
	cursor: default;
}
#menu-item-816 .app_icon a ,#menu-item-1147 .app_icon a{
	cursor:pointer;
}
.app_icon{
	display: none;
}
#menu-item-816 .app_icon,#menu-item-1147 .app_icon{
	display: block;
	position: absolute;
	right: -105px;
	top:16%	 ;
}
.website_hot_job_btn .hot_jobs_btn{
	background:#ffffff;
    border-radius: 4px;
    color: #515151;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 230px;
}
.right_bottom_btn{
	float: left;
	margin-bottom: 25px;
}
.right_bottom_btn .btn{
	margin: 10px 0;
}
.mobile_hot_job_btn .hot_jobs_btn{
	display:none ;
}
.right_top_text{
	padding: 3px 0 0 0;
}
/*page*/
#zzsc {
	height: 45px;
	width: 135px;
	position: relative;
}
#zzsc .pre ,#zzsc .next{
	display: block;
	height: 35px;
	width: 35px;
	cursor: pointer;
	position: absolute;
	right: -36px;
	top: 0px;
	background: #fee582;
	color: #515151;
	text-align: center;
	line-height: 35px;
	border-radius: 4px;
	font-size: 25px;
}
#zzsc a.pre:hover,#zzsc a.next:hover {
	background: #FFFFFF;
}
#zzsc #wai_box {
	height: 45px;
	width: 135px;
	overflow: hidden;
	position: relative;
}
#zzsc .zzsc_box {
	width: 2976px;
	position: absolute;
	left: 10px;
	top: 0px;
}

.page_number {
	height: 45px;
	background: #fed32f;
	padding: 10px 0 0 20px;
}
.page_number_box .w_page_number{
	border-radius: 4px;
	background: #fee582;
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	width: 35px;
	height: 35px;
	display: block;
	color: #515151;
	text-decoration: none;
}
.page_number_box .w_page_number:hover{
	background: #FFFFFF;
}
.page_number .bg_white {
	background: #FFFFFF;
}
#menu-item-1148{
	display: none;
}
