.main-content {
	background-color: #EEE;
}

.header{
    text-align: center;
    background-attachment: scroll;
    background-color: #666;
    height: 700px;
    background-position: center center;
    background-repeat: 	no-repeat;
    background-size: cover;
    color: #fff;
    background: url("../image/pic02.jpg");
    background-size: 100% 100%;
    margin-bottom: 20px;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
.content{
    background: url("../image/maldun_TAC.png") no-repeat;
    width: 900px;
    height: 200px;
    background-size: 100% 100%;
}
.Tac-table{
    text-align: center;
}
.Tac-td{
    margin: 0 50px 10px 50px;
	border-style: solid;
	border-width: 3px;
}
.Tac-td1{
    border-color: #61f697;

}
.Tac-td2{
    border-color: #26c1f4;
}
.Tac-td3{
    border-color: #ffe96e;
    margin-bottom: 20px;
}
.Tac-td .col-sm-2{
    height: 200px;
    text-align: center;
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
.green{
    background: #61f697;
}
.blue{
    background: #26c1f4;
}
.yellow{
    background: #ffe96e;
}
.Tac-td .col-sm-6 {
    padding: 40px 0;
    line-height: 1.5;
    font-size: 16px;
    height: 200px;
    background: #797979;
    color: white;

}
.Tac-td .col-sm-4>div {
    text-align: center;
    padding: 40px 0;
}