/*carousel*/
.animate-owl{
    margin-top:48px;
    position: relative;
    width:100%;
    height: auto;
}
.animate-owl .owl-carousel{
    position: relative;
}
.animate-owl .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.phone-animate-owl .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/*phone silde*/
.phone-animate-owl{
    display:none;
}
/*content*/
.sec-nav i{
    padding:0px 6px;
}
.sec-nav a{
    color:#666666;
}
.sub-title p:first-child{
    color:#444444;
    text-align: center;
    margin-bottom:0px;
}
.sub-title span:first-child{
    font-weight: 600;
}
.sub-title .left-world{
    padding-left:15px;
}
.sub-title hr{
    margin-top:0px;
}
.sub-title .info, .team{
    text-align: right;
}
.oversea-btn{
    border:1px solid #C25540;
    color:#C25540;
    padding:6px 40px;
}
.oversea a{
    text-decoration:none;
}
.phone-space{
  margin-bottom:20px;
}
/*country picture transition*/
.country-card{
    /* 閮剖�𡁶�閬芸�帋�漤�� */
    position: relative;
    width: 100%;
    
}
.hover-detail {
    display: none;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 10px;
    padding-left:10px;
    padding-right:10px;
    
}
.hover-detail a{
      color:white;
}
.country-name{
    display:block;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    width: 100%;
    height: 20%;
    text-align: center;
    padding-top: 10px;
    opacity: 1;
    color:white;
    font-weight: 600;
}
.parent-wrapper:hover .hover-detail {
display: block;
-webkit-transition: 500ms;
}
.parent-wrapper:hover .country-name {
    display: none;
}
.hover-detail a p:first-child{
    font-weight: 600;
    margin:0px;
}
.hover-detail hr{
    margin-top:0px;
    margin-bottom:6px;
    background-color: white;
}
.hover-btn{
    border:1px solid white;
    padding:6px 15px;
}
/*content*/
.sub-title2 p:first-child{
    font-weight: 600;
    color:#444444;
    text-align: center;
    margin-top:40px;
    margin-bottom:0px;
}
.child-title2{
    font-weight: 600;
    color:#C25540;
    text-align: center;
    margin:0px;
}
.sub-title2 hr{
    background-color: rgba(0,0,0,0.07);
    margin-bottom: 30px;
}
.sub-title2 .child-btn2{
    text-align: center;
    color:#C25540;
}
.sub-title2 .btn2-border{
    border:1px solid #C25540;
    padding:10px 10px;
}
.sub-title2 i{
    padding:0px 6px;
}
 .sub-title2  ul{
  padding: 0;
 text-align: center;
}
 .sub-title2  ul li{
  display: inline-flex;
 
}
/*.sub-title2 .child-word2{
    color:#676759;
    text-align: center;
}
.sub-title2 .child-word2 span{
    padding:0px 10px;
}*/
.sub-title3 .hild-word3{
    color:#444444;
    font-weight: 600;
    text-align: center;
}
.sub-title3 .radio-column{
    font-size: 18px;
    color:#444;
    background-color: #FFE6E6;
    padding:10px 20px;
    border-bottom: 2px solid #FFF;
}
/*custom radio botton*/
/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    letter-spacing: 1px;
    color:#444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0px;
  }
  
  /* Hide the browser's default radio button */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border-radius: 50%;
    border:1px solid #FF9F9F;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-container:hover input ~ .checkmark {
    /* background-color: #ccc; */
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-container input:checked ~ .checkmark {
    background-color: #C25540;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-container .checkmark:after {
    top: 2.7px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
  }


/*collapse*/
[aria-expanded="false"] .menu__icon--open {
  display: inline;
}
[aria-expanded="false"] .menu__icon--close {
  display: none;
}
[aria-expanded="true"] .menu__icon--open {
  display: none;
}
[aria-expanded="true"] .menu__icon--close {
  display: inline;
}
.overeas-collapsible {
  background-color: #fff9f9;
  color:#444;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.overeas-collapsible i{
    float:right;
    color:#C25540;
}
.overeas-collapsible{
  padding:0px;
}
.colap-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff9f9;
}

/*custom chekc bok*/
/* The container */
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .ckmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border:1px solid #FF9F9f;
  }
  
  /* On mouse-over, add a grey background color */
  /* .check-container:hover input ~ .checkmark {
    background-color: #ccc;
  } */
  
  /* When the checkbox is checked, add a blue background */
  .check-container input:checked ~ .ckmark {
    background-color: #C25540;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .ckmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .check-container input:checked ~ .ckmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .check-container .ckmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*content*/
  .ckcon-smal{
      padding-right:3em;
  }
  .coll-color{
      color:#444;
  }
  .coll-color2{
      color:#C25540;
      font-weight: 600;
  }
  .coll-color3{
      color:#444444;
      letter-spacing: 1px;
      margin: 1rem 2rem;
      line-height: 23px;
  }
  .ck-p{
    display:inline-block;
    margin:0px;
    white-space: pre-wrap;
    /* padding-left: 22.9em; */
  }
  .arrow-left{
    padding-left:2.8em;
  }

.btn2-border span{
  padding-right:6px;
}

/*form*/
.oversea-fbg .pr{
    padding-right:0px;
    /* text-align:right; */
}
.oversea-fbg .pf{
    padding-left:0px;
}
.oversea-fbg .col-sm-10{
   padding-top:7px;
   padding-left:0px;
}
.oversea-fbg .form-note{
    border:1px solid #FFDDDD;
    padding:10px 15px;
    margin:15px 0px;
    width:100%;
    height:200px;
    overflow: auto;
    background-color:white;
}
.oversea-fbg .form-note p{
    color:#878787;
}
.oversea-agree span{
    color:#878787;
}
.oversea-agree a{
    color:#878787;
}
.oversea-agree a:hover{
    text-decoration: underline;
}
.oversea-sand{
    text-align: center;
}
.oversea-fbg{
    background-color:#FFF9F9;
    padding:20px 100px;
}
.oversea-fbg input[type=text], .oversea-fbg select{
    border: 1px solid #FFDDDD;
}
.oversea-fbg textarea {
    border: 1px solid #FFDDDD;
}   
/***2021-0209****/
.oversea-fbg-pink {
    background-color: #FFF9F9;
    padding: 15px;
}
.oversea-fbg-pink ul{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 17px;
}


.oversea-fbg-pink ul li{
  padding-bottom: 12px;
      text-indent: -0.78em;
    margin-left: 1.8em;
}

.oversea-fbg-pink ul li i{
  padding-right: 8px;
  padding-bottom: 3px;
  font-size: 15px;
  color: #f9c1c1;
}

.mydetail{
    padding:0px;
}
.ms{
    margin:0px;
}
.sex-container{
    padding-left:22px;
    padding-right:20px;
}
/* first collapse used*/
.oversea-fsib{
    background-color: #fff9f9;
    padding: 10px 20px;
    border-bottom: 2px solid #FFF;
}
.oversea-fcont{
    background-color: #FFF;
    padding:0px;
    border-bottom: 2px solid #fff;
}
.overeas-firstsible .fa:before {
    content: '\f106';
    color: #C25540;
    font-weight: bold;
    float: right;
    margin-left: 5px;

  }
  .active .fa:before {
    content: "\f107";
  }
  /*collapse */
.overeas-firstsible {
    background-color: #fff9f9;
    color:#444;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .overeas-firstsible:hover {
    /* background-color: #555; */
  }
  .overeas-firstsible .fa{
      float:right;
  }
  .overeas-firstsible .fa:after {
    content: '';
  }
  .active .fa:after {
    content: "";
  }
  .colap-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff9f9;

  }


/*Malsysia.html*/
.hotbuilding{
  text-align:left;
  color:#444444;
  font-size: 26px;
  font-weight: 600;
}
.hotbuilding span{
  color:#C25540;
}

/** live-ad-0209**/

.live-title{
  font-size: 40px;
  color: #444;
  font-weight: 600;
  text-align: center;
}

.live-title span{
  color:#C25540;
}

.live-word{
  font-size: 28px;
  color: #444;
  font-weight: 600;
  text-align: center;
}

.live-word2{
  font-size: 26px;
  color: #444;
  font-weight: 600;

  text-align: center;
}

.live-word2 span{
color:#C25540;
}

/******************/

.sub-title .info{
  margin-bottom:0px;
}
.ma-building p{
  margin-bottom:0px;
}
.ma-fs1{
  font-size: 16px;
  color:#444444;
}
.ma-fs-2{
  font-size:24px;
  color:#444444;
  font-weight: 600;
}
.ma-building hr{
  color:#eee;
}
.ma-fs1 .nt{
  font-size: 18px;
  color:#C25540;
  font-weight: 600;
  padding-left:6px;
}
.ma-fs1 .dollar{
  font-size: 28px;
  color:#C25540;
  font-weight: 600;
  padding-right:6px;
}
.masub-title2{
  margin-top:40px;
}
.masub-title2 .hotbuilding span{
  padding-left:10px;
}

/*little icon with text*/
.malay .maintitle{
  font-size:22px;
  color:#444444;
  font-weight: 600;
}
.malay .subtitle{
  font-size:18px;
  color:#8A8A7B;
}
.malay .outer-wrapper{
  margin: 16px;
}
    
.malay img{
  max-width: 85px;
  display: block;
  padding:10px 5px 10px 20px ;
}
.malay .frame {
  width:20em;
  height:6em;
  text-align: center;
  display: table-cell;
}
.malay .card-body{
  border-left: 1px solid #F1C89A;
  padding-left:10px;
  padding-bottom:0px;
}
.malay .card{
  background-color:#FFF7EE;
}

/*憪磰�梹憮yo甇仿��*/
.mala_step {
  background-color: #FFF;
  padding: 10px;
 margin: 0 auto;
 width: auto;
}
.mala_step ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
   
}
.mala_step ul li {
   margin: 0 auto;
   max-width: 200px;
}
.mala_step_block {text-align: center;}
.mala_step_number {
      width: 20px;
    height: 20px;
    line-height: 22px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #C25540;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    /* min-width: 20px; */
    margin-top: 4px;
}
.mala_step_txt {
  font-size: 20px;
  color: #C25540;
}
.mala_step_txt-s{
  text-align: center;
    display: block;
    font-weight: 500;
    margin-top: 10px;
    border-top: 1px solid #EEE;
    padding-top: 10px;
    color: #555555;
}
.mala_step_righticon {
      font-size: 28px;
    font-weight: 600;
    color: #C25540;
    padding: 40px 1rem;
}
.mala_step_mobilicon {
  display: none;
  font-size: 24px;
  font-weight: 600;
  color: #C25540;
  padding: 1rem 0;
  text-align: center;
}
.mala_step_down{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #C25540;
    padding-bottom: 12px;
}

/*瘚瑕�𤥁��撖笔��*/
.oversea_survey_banner {
  overflow: hidden;
  margin-top: 48px;
  height: 230px;
  background: url(../img/oversea/oversea_malaysia-top-banner.jpg) no-repeat center center;
}
.oversea_malaysia-top-banner {
  background: url(../img/oversea/oversea_malaysia-top-banner.jpg) no-repeat center center;
}
.oversea_thailand-top-banner {
  background: url(../img/oversea/oversea_thailand-top-banner.jpg) no-repeat center center;
}
.johor_trade-top-banner {
  background: url(../img/oversea/Johor_trade-top-banner.jpg) no-repeat center center;
}
.oversea_survey_banner > div {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 0.9);
}
.survey_banner_txt1 {
  font-size: 2.375em;
  font-weight: bold;
  margin-top: 65px;
}
.survey_banner_txt2 {
  font-size: 1.5em;
}
/* ������见振 */
.oversea_tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 10px;
}
.oversea_tab > div {
  margin-right: 15px;
}
.oversea_tab > div:last-child {
  margin-right: 0;
}
.oversea_tab_item a {
  display: block;
  font-size: 1.125em;
  color: #C25540;
  padding: 5px 15px;
  background-color: #FFF;
  border: 1px solid #C25540;
}
.oversea_tab_item a:hover {
  color: #FFF;
  background-color: #C25540;
}
.oversea_tab_item.active a {
    color: #FFF;
    background-color: #C25540;
}
/*銵𣬚�讠鸌�𠧧*/
.oversea_features_mb {
  margin-bottom: 35px;
}
.oversea_features_all {
  position: relative;
}
.oversea_features {
  position: relative;
  background-color: #FFF;
  padding: 2em 7%;
  margin: -15% 7% 0 7%;
  /* padding: 2em 4em;
  margin: -6.5em 2.5em 0 2.5em; */
  border-bottom: 1px solid #eeeeee;
}
.oversea_features_tittle {
  text-align: center;
  margin-top: -50px;
}
.features_tittle_txt {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 600;
  color: #FFF;
  margin: 0 0 20px 0 ;
  padding: 5px 6%;
  background-color: antiquewhite;
}
.oversea_features_content {
  letter-spacing: 1px ;
  line-height: 23px;
}
.txt_bgcolor_orange {
  background-color: #ff8000;
}
.txt_bgcolor_pink {
  background-color: #ff3939;
}
.txt_bgcolor_purple {
  background-color: #716de9;
}
.txt_bgcolor_brown {
  background-color: #b28500;
}
/*銵𣬚�贝����*/
.oversea_days_inf {
  margin-top: 35px;
}
.days_inf_txt {
  padding: 0 0 0 20px;
  margin-bottom: 30px;
  border-left: 1px solid #eeeeee;
}
.days_inf_txt_day {
  font-size: 1.375em;
  font-weight: 600;
  margin-bottom: 5px;
}
.days_inf_txt_dec {
  line-height: 1.8;
}
/*瘜冽�譍�钅�*/
.oversea_days_inf_note {
  font-size: 0.9375em;
  background-color: #f3f3f3;
  padding: 1.5% 3%;
  margin: 30px 0 20px 0;
}
.days_inf_note_dec {
  line-height: 1.8;
}
.days_inf_note_content {
  margin-top: 10px;
}
.note_content_item {
    list-style: none;
    padding: 0;
    margin: 0;
}
.note_content_item li {
    padding-left: 20px;
    position: relative;
}
.note_content_item li::before {
    content: "��";
    position: absolute;
    left: 0;
    top: 0;
}
.days_inf_note_contact {
  margin-top: 20px;
}

/*瘚瑕�硋𧑐�𤩎閰喟敦��*/
.oversea_detail_lineheight {
  line-height: 1.8;
}
.oversea_detail_kind {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px ;
}
.oversea_detail_kind > div {
  padding: 0 10px ;
  color: #e66833;
  border: 1px solid #e66833;
  margin: 0 5px 5px 0;
}
.oversea_detail_kind > div:last-child {
  margin-right: 0;
}
.oversea_detail_contact {
  padding: 15px;
  background-color: #fff4f4;
  margin-top: 20px;
  margin-bottom: 50px;
}
.detail_contact_txt2 {
  color: #b22c00;
  font-size: 1.6em;
}
.detail_contact_QRC {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-right: 10px;
}
.detail_contact_pic {
  max-width: 80px;
  margin-right: 5px;
}
.oversea_detail_movebtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  overflow: auto;
  background-color: #FFF;
}
.detail_movebtn_item {
  cursor: pointer;
  padding: 8px 2%;
  white-space: nowrap;
}
.detail_movebtn_item.active {
  color: #C25540;
  font-weight: 600;
  border-bottom: 2px solid #C25540;
}

.oversea_detail_introduction {
  margin-bottom: 50px;
}
.detail_introduction_item {
  border-bottom: 1px solid #eeeeee;
}
.introduction_item_bg {
  padding: 15px;
  background-color: #f3f3f3;
}
.introduction_item_txt {
  text-align: center;
  padding: 20px 0 10px 0;
}
.oversea_detail_inf > div {
  /* line-height: 1.9; */
  color: #555;
  margin-bottom: 10px;
}
.oversea_detail_btnplace {
  margin-bottom: 15px;
}
.oversea_detail_btnplace .btn {
  color: #aaaaaa;
  border: 1px solid #aaaaaa;
  background-color: #FFF;
  margin-bottom: 5px;
}
.oversea_detail_btnplace .btn:hover {
  color: #C25540;
  border: 1px solid #C25540;
}
.oversea_detail_btnplace .btn.active {
  color: #C25540;
  border: 1px solid #C25540;
}
.oversea_detail_btnplace .btn.active i {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.oversea_detail_btnplace .btn i {
  margin-right: 5px;
}
.sticky {
  position: fixed;
  top: 48px;
  width: 100%;
  z-index: 3;
  left: 0;
}

/* �暒����滚遣 */
.acts-block-mt {
  margin-top: 40px;
}
.acts-3block .card {
  background-color: #f7f7f7;
}
.acts-3block .outer-wrapper {
  margin: 30px 15px;
}
.acts-3block .card-img {
  max-width: none;
  padding: 0 15px 0 0;
}
.acts-3block .card-body {
  border-left: 1px solid #d9d9d9;
  padding: 0 0 0 10px !important;
}
.acts-3block .maintitle {
  font-size: 20px;
  color: #444444;
  font-weight: 600;
}
.acts-3block .subtitle {
  font-size: 16px;
  color: #8A8A7B;
  margin-top: 5px;
}
.acts-4block-pic {
  max-width: 100px;
}
.acts-4block-title {
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  margin-top: 20px;
}
.acts-4block-contect {
  font-size: 16px;
  color: #8A8A7B;
  margin-top: 10px;
}
.acts-ex {
  border-bottom: 1px solid #eeeeee;
}
.acts-ex-txt {
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
.acts-ex-txt span {
  color: #C25540;
}
.acts-service {
  text-align: center;
  background-color: #fff7ee;
  padding: 15px;
}
.acts-service-tittle {
  font-size: 20px;
  color: #C25540;
  font-weight: 600;
}
.acts-service-contect {
  font-size: 16px;
  color: #444;
  margin-top: 5px;
  line-height: 1.8;
}
.acts-step-w {
  width: 100%;
}
.acts-step-pic {
  max-width: 125px;
}
.acts-step-tittle {
  font-size: 20px;
  color: #444;
  font-weight: 600;
  margin-top: 10px;
}
.acts-step-contect {
  font-size: 16px;
  color: #8A8A7B;
  margin-top: 10px;
  border-top: 1px solid #EEE;
  padding-top: 10px;
  font-weight: normal;
}
.acts-team-pic {
  max-width: 235px;
}
.acts-team-tittle {
  font-size: 20px;
  color: #C25540;
  font-weight: 600;
  margin-top: 20px;
}
.acts-team-name {
  font-size: 16px;
  color: #444;
}
.acts-partner {
  background-color: #fff7ee;
  padding: 15px;
  min-height: 250px;
}
.acts-partner-tittle {
  font-size: 20px;
  color: #C25540;
  font-weight: 600;
}
.acts-partner-contect {
  font-size: 16px;
  color: #444;
  margin-top: 10px;
}
.acts-partner-contect p {
  margin-bottom: 10px;
}
.acts-partner-contect p:last-child {
  margin-bottom: 0;
}
.acts-partner-skill {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  background-color: #ffead2;
  padding: 10px 15px;
}
.finger-tip {
  cursor: pointer;
}
.oversea-sand .btn {
  padding: .5rem 2rem;
  font-size: 16px;
  opacity: 1;
  border-radius: 3px;
  letter-spacing: 1px;
}
.oversea-sand .btn-acts {
  color: #fff;
  background-color: #C25540;
  border-color: #C25540;
}
/* ��惩�亙暒����㗛�� lightbox */
.acts-addteam {
  padding: 15px;
}
.acts-addteam-tittle {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

/* 鈭斗�栞���� */
/* table璅��譍� */
.trade-table01 {
  background-color: #FFF;
}
.trade-table01 .td-l {
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.trade-table02 {
  text-align: center;
}
.trade-table02 tr th , .trade-table02 tr td {
  border: 1px solid #FFF;
}
.trade-table02 tr th {
  font-size: 18px;
  font-weight: 600;
  width: 50%;
}
.trade-bg01 , .trade-table02 tr th {
  background-color: #FFE6E6;
}
.trade-bg02 , .trade-table02 tr td {
  background-color: #fff9f9;
}
.trade-table03 tr th , .trade-table03 tr td {
  border: 1px solid #ffffff;
}
.trade-table03 tr th {
  background-color: #fff0f0;
}
.trade-table03 tr td {
  background-color: #FFF;
  border-bottom: 1px solid #ffe6e6;
}
.trade-contect-tittle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.trade-block {
  margin-top: 30px;
}
.trade-QA {
  padding: 15px;
}
.trade-QA-tittle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.trade-QA-answer {
  line-height: 1.82;
}


/*��蠘�賭��-lightbox�����*/
/* Modal Content */
.surverydetail-lightbox-contect {
  position: relative;
  padding: 10px 0;
}

/* The Close Button */
.surverydetail-lightbox-contect .close {
  color: #666666;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  margin-right: 8px;
}

.surverydetail-lightbox-contect .close:hover,
.surverydetail-lightbox-contect .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.surverydetail-lightbox-contect .mySlides {
  display: none;
}


/* Next & previous buttons */
.surverydetail-lightbox-contect .prev,
.surverydetail-lightbox-contect .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(0 0 0 / 0.1);
}

/* Position the "next button" to the right */
.surverydetail-lightbox-contect .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.surverydetail-lightbox-contect .prev:hover,
.surverydetail-lightbox-contect .next:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color:white;
}


.oversea_detail_introduction .cursor {
  cursor: pointer;
}

.oversea_detail_introduction .hover-shadow {
  transition: 0.3s;
}

.oversea_detail_introduction .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}