@media (min-width: 1200px){
    .container {
        width: 1000px;
    }
}

body{
	background: radial-gradient(circle, #ffffff, #ffffff, #ffffff);
    padding: 25px 0;
}

.about {
    border: 1px solid #ddd;
    padding: 25px;
}
.about-title {
    text-align: center;
    color: #000;
    font-size: 16px;
}
.about-des {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 43px;
}
.about-img{
    text-align: center;
}
.about-img img{
    text-align: center;
    margin: 15px 0 30px 0;
}
.about-content {
    color: #000;
    line-height: 23px;
    text-align: justify;
}
.about-content::-webkit-scrollbar {
    width: 1px;
    background-color: #000;
}
.about-content::-webkit-scrollbar-thumb {
    background-color: #000;
}
.about-content a{
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
.box-content img{
    width: 100%;
    height: 573px;
    object-fit: cover;
}
.box-form{
	border: 1px solid #ddd;
}
.box-form .form-control{
	border-radius: 0;
    box-shadow: none;
    border: none;
}
.box-form .btn{
    border-radius: 0;
    padding: 7px 12px;
}
.box-form .btn-success {
	color: #fff;
    background-color: #49a52a;
    border: none;
}
.box-form .btn-success:hover, .box-form .btn-success:focus, .box-form .btn-success:active, .box-form .btn-success.active, .box-form .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #39941a;
    border-color: #39941a;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 0px;
}
.box-content{
	color: #000;
}
.panel-default {
    background: none;
    border-radius: 0;
    margin-top: 10px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed #ccc;
}
.panel-body {

}
.box-content-bd{
	background: #f9f9f9;
    margin-bottom: 10px;
    padding: 15px;
}
.box-content-bd-title{
	font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #fd5300;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box-content-bd-title span{
	color: red;
}