@import url('https://fonts.googleapis.com/css?family=Oswald|Poppins');

body{
    font-family: 'Poppins', sans-serif;
}

.wrapp___container {

    width: 1000px;
    margin: 0 auto;

}

.header___lop img{
    position: absolute;
    width: 100px;
    left: 15px;
    top: -10px;
}

.header___lop {
    position: relative;
    display: block;
    padding-left: 145px;
    margin-bottom: 55px;
}

.header___lop h2{
    font-size: 27px;
    margin:25px 0 0 0px;
    color:#3e4095;
}

.header___lop h3{
    font-size: 22px;
    margin: 0px;
    color:#f58634;
}

.detail____tni {
    float: left;
    width: 100%;
}

.table_one, .table_two {
    width: 100%;
    text-align: left;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}


.table_one td, .table_one th, .table_two td, .table_two th{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:10px;
    
}



.wrapp___container h5 {
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
    color: #3e4095;
}

.table_two th{
    background-color: #3e4095;
    color:#fff;
}

.btn {

    text-align: center;
    background-color: #5fa142;
    padding: 15px 65px;
    color: #fff;
    text-decoration: none;
    margin: 25px 0;
    display: inline-block;

}

.bottom {

    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: center;

}

.wrapp___containertr{
	float:left;
	width:100%;
	border: 1px dashed #333;

padding: 25px;

border-radius: 5px;
margin-bottom:35px;
}