.divFlex {
	display:flex;
}

.topbarHeader {
    background: #313041;
}

.contentLeft {
	padding: 10px 92px;
}

.contentRight {
	padding:10px 0px;
	margin-right:180px;
}

p.defaultspan {
    font-size: 12px;
    color: white;
}

.alignCenter {
    align-items: center;
}

.phoneDiv {
    margin-right: 10px;
}

img.iconsmall {
    margin-right: 5px;
}

img.ImgAlignCenter {
    width: 100%;
}

.AboutBtn {
    color: white;
    font-weight: bold;
    background: #e8604c;
    padding: 12px 17px 12px 35px;
}

.contactUsBtn {
    color: white;
    font-weight: bold;
    background: #e8604c;
    padding: 12px 35px 12px 17px;
}

.justifyBetween {
	justify-content: space-between;
}

/*.treeList #dataSiteTree.Hori .SiteGroup_1 {
    margin: 0px ! Important;
    height: inherit;
    padding: 29px 16px;
	 position:relative;
	 overflow:hidden;
}*/

.treeList #dataSiteTree.Hori .SiteGroup_1:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(red,red);
  animation: move .5s linear;
}

.contentRight .fb {
    padding: 0 10px;
    background-color: #4267b2;
    display: flex;
    align-items: center;
}

.contentRight {
    display: flex;
    padding: 0;
}

.contentRight .fb img {
    vertical-align: middle;
}

.contentRight .line {
    padding: 0 10px;
    background-color: #00b900;
    display: flex;
    align-items: center;
}

@keyframes move {
  	0% {
	    width: 0px;
	  }
	  100% {
	    width: 100%;
	  }
}

/*手機版hover特效取消*/
@media (max-width:768px){
	.treeList #dataSiteTree.Hori .SiteGroup_1:hover::after {
	  content: none;
	}
}

