.myNav-item.dropdown:hover > .dropdown-menu{
	display:block;
	/*margin-top: 0;*/
}

.dropdown:hover > .dropdown-menu {
  display: block;
  /*margin-top: 0;*/
}


.container.footer.footer_start {
    /*padding: 20px*/
	border-bottom: 2px #c70000 solid;
	border-top: 2px #c70000 solid;
}
	

.myFooterText {
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
}

.myFooterHyperlinkText {
  color: #fff;
  font-size: 16px;
}

.myFooterHeadText > h5, .myFooterHeadText > h4 {
  text-align: center;
  margin-top: 10px;
  color: #0cefff;
}

.paragraphHeigh-tw {
  line-height: 2;
  font-size: 18px;
  color: #4f4f4f;
  margin-top: 10px;
  text-align: start;
}

.paragraphHeigh2-tw {
  line-height: 2;
  font-size: 18px;
  color: #4f4f4f;
  margin-top: 5px;
  text-align: start;
}

.contentImg {
  padding-left: 20px;
  padding-right: 5px;
  border-width: 2px;
}

.headMenu-subItem-icon {
  font-size: 8px;
}

.paragraph-head-scrollspy {
  font-size: 26px;
  text-decoration: none;
  color: #2d2d2d;
}

.contactUs-background {
  background-image: url('../../assets_v5/img/world_map.png');
  /* background-size: 100% 100%; */ /*contain; 100% 100%;  -->2個皆可用*/
 
  background-size: contain;   
  background-position: center center;
  background-repeat: repeat-x;
}



