.menu-bg div ul li:hover{
  background-color:#E00010;
}

.main_banner:after{
  content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 25%;
    background: #fff;
    z-index: 2;
    transform: skewX(-40deg);
    opacity: .5;
}

.sub_banner:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 25%;
    background: #fff;
    z-index: 2;
    transform: skewX(-40deg);
    opacity: .5;
}

.sub_banner:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 25%;
    background: #fff;
    z-index: 2;
    transform: skewX(-40deg);
    opacity: .5;
}

.brands-item:hover h3{
  color: #e00010;
}

.required-star {
    color: #ff0000!important;
}

.history-text div > p{
  margin-left: 40px!important;
}

::selection {
    color: #ffffff;
    background: #3897b6;
}

/*選擇文字-子選單顯示*/
@media (max-width: 1024px) {
.ba-hamburger-menu.ba-collapse-submenu li.deeper > span i:not(.ba-menu-item-icon),
.ba-hamburger-menu.ba-collapse-submenu li.deeper > a i:not(.ba-menu-item-icon) {
left: 0;
justify-content: flex-end;
}
}
/*選擇文字-子選單顯示*/

.news-single-line:before{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8%;
  background: #919191;
  transform: skewX(-25deg);
  opacity: .2;
}