html, body {
    font-family: PingFangSC-Regular;
    background-color: #560B10;
    width: 100%;
    overflow-x: hidden;
}
.header{
    background: #8C0612;
    height: 100px;
    
}
.titles{
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-family: PingFangSC-Semibold;
font-size: 30px;
/* color: #FF9926; */
color: #FFCB00;
text-align: center;
line-height: 30px;
font-weight: 600;
}
.content_text{
    font-family: PingFangSC-Regular;
font-size: 20px;
color: #FFEDDA;
letter-spacing: 0;
font-weight: 400;
}
.collapsibleNavbar{
    display: block;
}
.logo{
    width: 110px;
    height: auto;
}
.navbar {
    padding: 0;
}
.content{
    background-color: #560B10;
    margin-left: 15%;
    width:70%;
}
.about{
    margin-top: 40px;
    margin-bottom: 20px;
}
.title-0 {
    text-align: center;
    color: #FDB0B0;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.2rem 0;
}
.title-1 {
    color: #FF9926;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.2rem 0;
}
.text-0 {
    color: #FF9926;
    font-weight: 500;
    font-size: 1.3rem;
}
.blod-0 {
    font-weight: 600;
    color: #FDB0B0;
}
.aboutus-bg {
  
    padding: 0;
}
.aboutus-bg-other {
   
    padding: 0;
}
.aboutus-bg .container div,.aboutus-bg-other .container div {
    display: inline-block;
    height: 114px;
    line-height: 114px;
}
div.aboutus {
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin: 0 20px;
}
div.aboutimg {
    height: 114px;
    line-height: 114px;
}
div.aboutimg img {
    width: 80%;
    height: auto;
}
.aboutus-text {
    /* color: #FDB0B0; */
    padding: 20px 0;
    font-size: 25px;
}
.navbar-nav .nav-item a {
/* opacity: 0.5; */
font-family: PingFangSC-Regular;
font-size: 18px;
color: #FFFFFF;
letter-spacing: 0;
/* text-align: center; */
font-weight: 400;
}
.navbar-nav .nav-item a.active {
    /* border-bottom: 1px solid red; */
    color: #FFE500 !important;

}
.download{
	position: absolute;right: 20%;bottom: 20%;text-align: center;
}
@media (min-width: 768px) {
    .navbar-nav .nav-item {
        margin-left: 22px;

    }
    .navbar-nav {
        padding: 30px 0 0 0;
    }
}
@media (max-width: 1920px) {
    .download{
    	position: absolute;right: 25.4%;bottom: 18%;text-align: center;
    }
}
@media (max-width: 1450px) {
    .download{
    	position: absolute;right: 22.5%;bottom: 17%;text-align: center;
    }
}
@media (max-width: 1200px) {
    .download{
    	position: absolute;right: 19%;bottom: 16%;text-align: center;
    }
    .download img{
    	width: 65% !important;
    	height: auto;
    }
}
@media (max-width: 992px) {
    .download{
    	position: absolute;right: 22%;bottom: 15%;text-align: center;
    }
    .download img{
    	width: 60% !important;
    	height: auto;
    }
}
@media (max-width: 768px) {
    .download{
    	position: absolute;right: 26%;bottom: 20%;text-align: center;
    }
    .download img{
    	width: 55% !important;
    	height: auto;
    }
}

@media screen and (max-width: 576px) {
    .header{
        height: auto;
    }
    .logo {
        width: 60px;
        height: auto;
    }
    .wrap{
        text-align: center;
    }
    .about{
        width: 50%;
    }
    .content{
        width: 86%;
        margin: 0 7%;
    }
    .aboutus-bg .container div,.aboutus-bg-other .container div {
        display: inline-block;
        height: 50px;
        line-height: 50px;
    }
    div.aboutus {
        display: inline-block;
        font-size: 16px;
        font-family: Helvetica;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        margin: 0 10px;
    }
    div.aboutimg {
        height: 50px;
        line-height: 50px;
    }
    div.aboutimg img {
        width: 75%;
        height: auto;
    }
    .hide {
        display: none;
    }
    .title-0 {
        font-size: 1.2rem;
    }
    /* .title-1 {
        font-size: 1.2rem;
    }
    .text-0 {
        font-size: 1.0rem;
    } */
    .blod-0 {
        font-weight: 600;
        color: #FDB0B0;
    }
     .download{
    	position: absolute;right: 23.5%;bottom: 13%;text-align: center;width:72px;height: 24px;
    }
    .download img{
    	width: 100% !important;
    	height: auto;
    }
    .aboutus-text {
        padding: 20px 0;
        font-size: 18px;
    }
}