html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.about_hero {
 position: relative;
 min-height: 70rem;
 display: flex;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_hero {
 min-height: unset;
 padding-top: 0px;
 }}
@media screen and (max-width: 576px){
.about_hero {
 min-height: 36rem;
 }}
.img_bg {
 position: relative;
 z-index: 2;
 }
.img_bg::after {
 content: "";
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
 background: linear-gradient(to right, rgb(11, 26, 46), rgba(11, 26, 46, 0));
 }
.about_hero .img_bg {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 z-index: 0;
 }
.about_hero .img_bg::after {
 content: "";
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: linear-gradient(to right, rgb(11, 26, 46), rgba(11, 26, 46, 0.89), rgba(11, 26, 46, 0));
 z-index: 1;
 }
img {
 max-width: 100%;
 display: block;
 }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.about_hero .img_bg img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
.about_hero .content {
 position: relative;
 z-index: 2;
 width: 100%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.about_hero_inner {
 max-width: 79.3rem;
 padding: 12rem 0px 6rem;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.about_hero_inner {
 padding: 6rem 0px 5rem;
 }}
@media screen and (max-width: 768px){
.about_hero_inner {
 padding: 50px 0px;
 }}
.about_hero .tag {
 font-family: Oswald, sans-serif;
 display: inline-block;
 font-size: 1.2rem;
 font-weight: 400;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 background-color: var(--primary);
 padding: 0.5rem 1.5rem 0.7rem;
 letter-spacing: 0.08em;
 margin-bottom: 1.5rem;
 border-radius: 2px;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 576px){
.about_hero .tag {
 font-size: 1rem;
 padding: 0.4rem 1.2rem;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.about_hero h1 {
 font-size: 7.5rem;
 font-weight: 600;
 color: rgb(255, 255, 255);
 line-height: 9rem;
 margin-bottom: 3rem;
 letter-spacing: -0.01em;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.about_hero h1 {
 font-size: 3.8rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_hero h1 {
 font-size: 3.4rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.about_hero h1 {
 font-size: 3rem;
 }}
@media screen and (max-width: 768px){
.about_hero h1 {
 font-size: 25px;
 line-height: 1.5;
 margin-bottom: 20px;
 }}
@media screen and (max-width: 576px){
.about_hero h1 {
 font-size: 2.4rem;
 }}
.about_hero h1 span {
 color: var(--primary);
 }
.about_hero .desc {
 font-size: 1.8rem;
 font-weight: 300;
 color: rgb(204, 204, 204);
 line-height: 2.8rem;
 max-width: 55.2rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.about_hero .desc {
 font-size: 13px;
 line-height: 1.5;
 }}
.about_hero .breadcrumbs {
 position: absolute;
 bottom: 1.5rem;
 left: 0px;
 }
@media screen and (max-width: 768px){
.about_hero .breadcrumbs {
 left: 20px;
 }}
.about_hero .breadcrumbs > span {
 display: flex;
 align-items: center;
 }
.about_hero .breadcrumbs span {
 font-size: 1.2rem;
 color: rgb(119, 119, 119);
 margin: 0px;
 letter-spacing: 1px;
 }
a {
 text-decoration: none;
 color: inherit;
 transition: color 0.3s;
 }
.about_hero .breadcrumbs a {
 font-size: 1.2rem;
 font-weight: 400;
 color: rgb(119, 119, 119);
 transition: color 0.3s;
 letter-spacing: 1px;
 display: flex;
 align-items: center;
 }
.about_hero .breadcrumbs a::after {
 content: "";
 width: 1.5rem;
 height: 1.5rem;
 background: url("https://jianhangoutboards.com//wp-content/plugins/sytech-fronteditor/sytpl/about_0/assets/img/breadcrumbs_icon.svg") center center / contain no-repeat;
 display: inline-block;
 margin-left: 0.7rem;
 margin-right: 0.7rem;
 }
.about_hero .breadcrumbs a:hover {
 color: rgb(255, 255, 255);
 }
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}