/* ensure goldmadon about blocks work on XGWEAT page */
#smv_Main > [id^="smv_con_"]:not(#smv_con_23_35) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#smv_Main {
  height: 300px !important;
  min-height: 300px !important;
  overflow: hidden !important;
}
#gweat-about-wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: #fff;
  z-index: 2;
}
/* ann_left visibility controlled by JS + sidenav css below */
#gweat-about-wrap .ann_left {
  display: block;
}
#gweat-about-wrap .ann_right {
  position: relative;
  width: 100%;
}

/* year bar arrows */
#gweat-about-wrap .DevelopmentHistory .box.flexBetween {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}
#gweat-about-wrap .DevelopmentHistory .box .banner1 {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
}
#gweat-about-wrap .DevelopmentHistory .box .button.prev,
#gweat-about-wrap .DevelopmentHistory .box .button.next {
  flex: 0 0 auto;
  width: auto !important;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 8px;
  line-height: 1;
}
#gweat-about-wrap .DevelopmentHistory .box .button i {
  font-size: 0.22rem;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}
#gweat-about-wrap .DevelopmentHistory .box .button i:hover {
  color: #083484;
}

/* stats bar brand red */
#gweat-about-wrap .CompanyProfile .box1 {
  background: #c70009 !important;
}

/* history section all brand red #c70009 */
#gweat-about-wrap .DevelopmentHistory .img_box .img_list .bgimg {
  background-image: url("/static/images/tu2-red.png") !important;
}
#gweat-about-wrap .DevelopmentHistory .swiper_box .banner .swiper-slide .item::before {
  border-color: #c70009 !important;
}
#gweat-about-wrap .DevelopmentHistory .swiper_box .banner .active .item::before,
#gweat-about-wrap .DevelopmentHistory .swiper_box .banner .swiper-slide-active .item::before {
  border-color: #c70009 !important;
  background: #c70009 !important;
  background-color: #c70009 !important;
}
#gweat-about-wrap .DevelopmentHistory .swiper_box .banner .active .item .top,
#gweat-about-wrap .DevelopmentHistory .swiper_box .banner .swiper-slide-active .item .top {
  color: #c70009 !important;
}
#gweat-about-wrap .DevelopmentHistory .box .banner1 .active p,
#gweat-about-wrap .DevelopmentHistory .box .banner1 .swiper-slide-active p {
  color: #c70009 !important;
}
#gweat-about-wrap .DevelopmentHistory .box .button i:hover,
#gweat-about-wrap .DevelopmentHistory .box .button .nav-ico:hover {
  color: #c70009 !important;
}
#gweat-about-wrap .DevelopmentHistory .swiper_box .banner .swiper-slide .item .bot::-webkit-scrollbar-thumb {
  background: #c70009 !important;
}
/* catch any leftover blue text/border/bg inside history */
#gweat-about-wrap .DevelopmentHistory [style*="#083484"],
#gweat-about-wrap .DevelopmentHistory [style*="rgb(8, 52, 132)"],
#gweat-about-wrap .DevelopmentHistory [style*="rgb(7, 49, 144)"] {
  color: #c70009 !important;
  border-color: #c70009 !important;
}

/* stats unit + */
#gweat-about-wrap .CompanyProfile .box1 .item .top .unit {
  font-size: 0.36rem;
  font-weight: 700;
  margin-left: 2px;
}


/* Contact detail vertical + label align */
#gweat-about-wrap .ContactUs .box .toggle_main .list .item .main {
  display: block !important;
}
#gweat-about-wrap .ContactUs .box .toggle_main .list .item .main .ite {
  display: block !important;
  width: 100% !important;
}
#gweat-about-wrap .ContactUs .box .toggle_main .list .item .main .ite div p {
  display: block !important;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #666;
}
#gweat-about-wrap .ContactUs .box .toggle_main .list .item .main .ite div p font {
  display: inline-block !important;
  width: 2em;
  min-width: 2em;
  margin-right: 0.45rem !important;
  color: #666;
}


/* catch remaining goldmadon blues inside ContactUs */
#gweat-about-wrap .ContactUs .box .toggle ul .active a {
  border-bottom-color: #c7000b !important;
}
#gweat-about-wrap .ContactUs path[fill="rgb(8, 52, 132)"],
#gweat-about-wrap .ContactUs path[fill="#083484"] {
  fill: #c7000b !important;
}


/* if any leftover blue svg badge still injected, force hide */
.ContactUs h6 svg image {
  display: none !important;
}


/* ContactUs brand red #c7000b final */
.ContactUs .box .toggle ul li a:hover,
.ContactUs .box .toggle ul li.active a,
.ContactUs .box .toggle ul .active a {
  color: #c7000b !important;
  border-color: #c7000b !important;
  border-bottom-color: #c7000b !important;
}
.ContactUs .box .toggle_main .list .item .main .ite:hover h6 {
  color: #c7000b !important;
}
.ContactUs .gweat-hq-tag {
  display: inline-block !important;
  margin-left: 0.24rem !important;
  padding: 0 0.12rem !important;
  min-width: 0.56rem;
  height: 0.26rem !important;
  line-height: 0.26rem !important;
  background: #c7000b !important;
  background-color: #c7000b !important;
  color: #fff !important;
  font-size: 0.14rem !important;
  font-weight: normal !important;
  vertical-align: middle !important;
  border-radius: 2px !important;
  box-sizing: border-box;
}
.ContactUs h6 svg {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* contact tabs clickable */
.ContactUs .gweat-contact-tabs li,
.ContactUs .gweat-contact-tabs li a {
  cursor: pointer !important;
  position: relative;
  z-index: 2;
}
.ContactUs .toggle_main > .list {
  min-height: 1px;
}
.ContactUs .toggle_main > .list:not(.active) {
  display: none !important;
}
.ContactUs .toggle_main > .list.active {
  display: block !important;
}

/* sidenav pinned to body */
#gweat-about-wrap {
  overflow: visible !important;
}
#gweat-about-sidenav.ann_left,
body > .ann_left#gweat-about-sidenav {
  display: block;
  z-index: 50;
}
#gweat-about-sidenav .side_container {
  position: fixed !important;
  top: 25% !important;
  left: 0.42rem !important;
  z-index: 50 !important;
}
#gweat-about-sidenav .side_container ul::after {
  background: #c7000b !important;
}
#gweat-about-sidenav .side_container ul .active a {
  color: #c7000b !important;
}

