body, html {
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	background-color:#fff;
	color:#000;
	/*font:13px/1.231 "PingFang HK",STHeitiTC-Light,Arial,Meiryo,"Microsoft JhengHei",sans-serif;*/
	font-family: 'PingFang HK', STHeitiTC-Light, Arial, Meiryo, 'Microsoft JhengHei', sans-serif;
	font-weight: normal;
	font-size:15px;
}

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
[class*='col-'] {
	padding-right:0 !important;
	padding-left:0  !important;
}
.form-group{
	margin-bottom:8px;
}
a{
	color:#0067b6;
	text-decoration:none !important;
	text-shadow:none !important;
	font-weight:normal !important;
}
a:hover {
	color:#0067b6;
	text-decoration:none
}
a:active {
	color:#0067b6
}
a:visited {
	color:#0067b6
}
a:focus{
	outline:none;
}
h4{
	margin-top:5px; 
}
button:focus {
	outline:none;
}
.flowtop {
	position:absolute;
	top:0;
	z-index:999;
	width:100%; 
}
.top {
	/*background-image:url("img/topbg.png");*/
	background-color:#ffffff;
}

.logo { 
	max-width:1190px;
	margin:auto;
	padding:10px; 
}
.logo .logoimg{ 
	width:80%; max-width:300px;
	min-height:53px
}
.logo .logoimg img.logo_size{ 
  width:100%
}
.logo .space{
 height:52px;
}

img.cpm_logo{
  width:100%
}

.logo .topslogan1 {
	font-size:16px;
}
.logo .topslogan2 {
	font-size:21px;
}
.logo .toptel {
	margin-top:10px;
	margin-left:10px; 
	font-size:21px;
	text-align:right
}
.logo .toptel .tel {
	color:#0067b6;
}
.logo td {
	color:#FFFFFF;
	width:33%
}
.right_icon{
	 text-align:center;
   display: flex;
  justify-content: flex-end; 
}
.right_icon img{
	margin-left:10px;
	width:28px; 
}
.right_icon a{ 
	opacity:0.7
}
.right_icon a:hover{ 
	opacity:1
}

.right_icon a.lang {
    display: block;
    width: 32px;
    min-height: 28px;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
    color: #767676;
    padding: 3px;
    opacity: 1;
}

.menu {
	height:52px;
	/*background-image:url("img/menubg2.png");*/
  background:#1e50a2;
	font-size:16px;

}
.menu .menu_inner {
	max-width:1200px;
	margin:auto;
}
.menu .menu_inner td {
	text-align:center;
}
.menu .menu_inner .txt2 {
	width:5%
}
.menu .menu_inner .txt4 {
	width:8%
}
.menu .menu_inner .txt8 {
	width:15%
}
.menu a {
	display:block;
	width:100%;
	line-height:52px;
	color:#FFFFFF; 
}
.menu a:hover {
	color:#FF0
}
.menu .menumore{
	width:52px;
	height:52px;
	float:right;

	background-color:#003077;
}
.menu .dropdown-menu{
	left:auto !important; 
	margin:0 !important;
	width:100%;
	max-width:200px;
	text-align:left; 
	/*background-color:transparent;*/
	border:none !important;
	/*background-image:url('img/black80.png')*/
  background-color:rgba(0,48,119,.9);
}
.menu .dropdown-menu a{
	color:#FFF!important;
	padding:8px !important;
	padding-left:30px !important;
	background-image:url(img/menu_dot.png);
	background-repeat:no-repeat;
	background-position:15px 15px;	
}
.menu .dropdown-menu>li>a:hover{
	background-image:none !important;
	background-color:#0067b6 !important;
	background-image:url(img/menu_dot.png) !important;
	background-repeat:no-repeat;
	background-position:15px 15px;		
}
.collapse{
	
}
.collapse_in { 
	display:block;
	position:absolute;
	right:0;
	z-index:9999;
	/*background-image:url("img/black90.png");    */
  background-color:rgba(0,48,119,.8);
	min-width:150px
}
.collapse_in a {
	color:#FFFFFF !important;
	display:block;
	padding:10px 30px; 
	background-image:url(img/menu_dot.png);
	background-repeat:no-repeat;
	background-position:15px 15px;
	border-bottom:1px solid #3e3e3e
}
.collapse_in a:visited {
	color:#FFFFFF !important;
}
.collapse_in ul {
	list-style:none;
	padding:0;
	padding-bottom:20px;
	margin:0px;
}
.collapse_in ul li span{
	display:block;
	border-radius:10px;
	widows:20px;
	height:20px;
	color:#666;
	float:left;
}
.collapse_in ul li a:hover {
	background-color:#313131 !important
}
.collapse_in .submenu a {
	background-image:none;
	padding:8px; 
	margin:0 20px;
	border-bottom:none;
}
.collapse_in .submenu .line{
	height:1px;
	background-color:#333;
	margin: 0 15px
}
[data-toggle="collapse"] img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	margin-top:-2px;
}
[data-toggle="collapse"]:not(.collapsed) img {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
[data-toggle="collapse"]:not(.collapsed) {
}
 
#relativelink {
	padding:15px 0 10px 0;
  background:#00579a;
  color:#fff;
}
#relativelink a {
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}
#relativelink .hd {
	padding:0 10px;
}

#copyright {
	text-align:center;
	padding:15px 0 30px 0;
	font-size:13px;
  background:#00579a;
  color:#fff;
}
#copyright p {
	margin:0;
}
.star {
	color:#F00
}
.left_whatsapp{
	position:fixed; right:5px; bottom:5px; z-index:9999; 
	width:130px;
}
.left_whatsapp img{
	width:100%
}
/*
.otherbg {
	background-color:#000000;
	background-image:url("img/plan2.jpg");
	background-size:cover; 
	min-height:300px;
}
*/
.otherbg { 
	background-image:url(img/bg.jpg?r=2);
	background-size:auto 800px !important;
	background-position:center 100px;
	background-repeat:repeat-x; 
	background-color:#213F56
}
.dataoverlay{
	/*background-image:url(img/black60.png);*/
  background: #fff;
	margin:10px auto;
	max-width:1200px;
	border-radius:10px !important;
}
#datacontent{ 
	padding:15px; 
	width:100%;
	min-height:300px;
}
.topnav{
	max-width:1200px;
	margin:auto;
	padding-top:10px;   
  color:#000;
}
.topnav a{
	color:#0067b6
}
.topnav .tb{
	display:table;
}
.topnav a, .topnav span, .topnav h1{
	display:table-cell;
	padding-left:2px;
	padding-right:2px;
	font-size:inherit;
	font-weight:inherit;
}
.modal{
	z-index:9999;
	color:#333
}
.modal .modal-title{
	font-size:19px;
}
  
.modal .close{
	font-size:30px !important;
	margin-top:-25px !important;
}
.bluebtn {
	display:block;
	border-radius:10px !important;
	padding:10px 15px;
	margin-top:20px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto; 
	width:70%;
	text-align:center;
	background-color:#2b6a96;
	color:#e7e7e7 !important;
	font-size:17px
}
.bluebtn:hover{
	background-color:#538bb2;
}
.blue_link a{
	color:#03F
}
.bluebutton {
	display:block;
	border-radius:10px !important;
	padding:10px 15px;
	margin-top:20px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto; 
	width:70%;
	text-align:center;
	background-color:#2b6a96;
	color:#e7e7e7 !important;
	border:none; 
	cursor:hand;
	cursor:pointer
  
}
.bluebutton:hover{
	background-color:#538bb2;
}

.orangebutton {
	display:block;
	border-radius:10px !important;
	padding:10px 30px;
	margin-top:20px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto; 
	text-align:center;
	background-color:#ff6800;
	color:#fff !important;
	border:none; 
	cursor:hand;
	cursor:pointer
}
.orangebutton:hover{
	background-color:#ff7e25;
}

.modal-content{
	background-color:#0d3648 !important;
	color:#FFFFFF	 
}
.modal-header{
	border-bottom:1px solid #1f4b5f !important;
}
.modal-content .close{
	color:#FFFFFF;
	opacity:0.9 !important;
}
.modal-title{
	color:#6FF
}
@media (max-width: 1000px) {
	 
	.menu .lastitem{
		right:0
	}
}
@media (max-width: 1220px) {
	.dataoverlay{
		margin-left:5px;
		margin-right:5px;
	}
	.topnav{ 
		margin-left:5px;
		margin-right:5px;
	}	 
}
@media (max-width: 1200px) { 
	.right_icon{
		 text-align:right;	 
	}

}
@media (min-width: 1200px) { 
	.logo .toptel { 
		text-align:right
	}

}

@media (max-width: 1150px) {
	.menu {
		font-size:15px;
	} 	
}
@media (max-width: 991px) {
	#copyright { 
		margin-bottom:65px
	}
}

@media (min-width: 992px) {
	#navbar-collapse1{
		display:none;
	}	
}

@media (max-width: 767px) {
	 #datacontent{ 
		padding:10px;  
	}
	.logo .toptel {
		margin-top:5px; 
		font-size:17px;
		text-align:center
	}
	.logo .toptel span {
		display:block;
	}
  /*
	#relativelink .hd {
		display:block;
		width:100%;
		text-align:left;
		margin-bottom:5px;
	}

	#relativelink a {
		float:left;
	}
  */
	.dataoverlay{
		margin:5px;
	}
	.topnav{ 
		 
	}	
  #relativelink a {
    color:#fff;
    padding-left:6px;
    padding-right:6px;
  }
  #relativelink .hd {
    padding:0 5px;
  }

}
@media (min-width: 768px) {
	
}
@media (max-width: 550px) {
	.logo .toptel {
		margin-top:3px;
		margin-left:5px;
		font-size:14px;
		text-align:center
	}
	.logo .toptel .tel { 
		font-size:17px
	}
}
@media (max-width: 400px) {
	.logo .logoimg{ 
		width:95%; min-width:100px;
	}
	.logo .toptel {
		display:none
	}
  #relativelink a {
    color:#fff;
    padding-left:4px;
    padding-right:4px;
  }
  #relativelink .hd {
    padding:0 2px;
  }
} 
 
@media (max-width: 365px) {
	.hidden-2xs{
		display:none;
	}
}
.visible-2xs{
	display:none;
}
@media (max-width: 365px) {
	.visible-2xs{
		display:block;
	}
}

.cpm-logo {
  width:100%;
}
.collapse_in ul .dl{
  margin-left:0px; margin-top:10px;
}
.collapse_in ul .dl a{
  border-bottom:none; padding-bottom:0
}
#mortgage-cal .mbtn{
  margin-top:4px;
}
#mortgage-cal .more-cal{
  margin-top:10px; text-align:center;
}
#relativelink .space{
  height:15px;
}
#copyright p.ver{
  font-size:10px;color:#0e6eb8;margin:10px 0 0 0;line-height:10px;
}

.submenu1 {
  margin-left:0px; margin-top:10px;
}
.submenu1 a{
  border-bottom:none; padding-bottom:0
}