/*
	release      1.0.0
	author       Ngo Hoang Viet
	power by     Phuc Hung Dominion Ltd
*/

.activity-result .col-lg-12{
	padding-top: 60px;
}
.activity-result-title{
    color: #82c369;
    line-height: 24px;
    font-size: 2em;
    margin-top: 40px;
    text-transform: capitalize;
}
.activity-result-content{
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 0 17%;
    line-height: 24px;
}
.activity-result-circle{
	margin-top: 15px;
}
.activity-result-detail{
	 overflow: hidden; 
}
.activity-result-detail .col-lg-6{
	padding-top: 15px;

}

.phase-circle{
    border: 1px solid #777;
    border-radius: 50%;
    width: 3%;
    margin: 0 auto;
    height: 3vw;
}
.clear-phase{
	height: 10px;
	clear: both;
}
.detail-img-left{
	text-align: right;
	padding: 0 50px;
	border-right: 1px solid;
}
.detail-img-right{
	text-align: left;
	padding: 0 50px;
}
.detail-content-left, .detail-content-right{
    padding-top: 30px !important;
	text-align: left;
	line-height: 24px;
}
.detail-content-left{
	padding-left: 17%;
	padding-right: 4%;
	border-right: 1px solid;
}
.detail-content-right{
	padding-right: 17%;
	padding-left: 4%;
}
.detail-hr-middle{
	position: relative;
	border: 0;
}
.detail-hr-left hr{
	z-index: 9;
    position: absolute;
    left: 44%;
    margin-top: 3%;
    width: 9.5%;
    border: #aaa 1px solid;
}
.detail-hr-right hr{
	z-index: 9;
    position: absolute;
    left: 46.2%;
    margin-top: 3%;
    width: 10%;
    border: #aaa 1px solid;
}
.clear-detail{
	/*height: 10px;*/
	clear: both;
	/*width: 1px;
	border-left: 1px solid;
	margin: 0 auto;*/
}

.img-center{
	width: 100%;
}
@media screen and (min-width: 1200px){
	.center-img{
		width: 80% !important;
	}
}
.signature{
    text-align: justify;
    padding: 30px 17%;
    line-height: 24px;
}

.detail-content-title{
	color: #006231;
    font-size: 1.3em;
    font-weight: bold;
}

.detail-content-left{
	-moz-text-align-last: left;
    text-align-last: left;
}

.black-phase-circle{
    /*border: 1px solid #777;*/
    border-radius: 50%;
    width: 1.5%;
    margin: 0 auto;
    height: 1.5vw;
    background-color: #000;
}
.center-img{
    width: 100%;
}
@media screen and (max-width: 1199px) {
	.activity-result-detail .col-lg-6 {
	    float: left;
	    width: 50%;
	}
}
@media screen and (min-width: 970px) {
	.activity-result-detail [class*="col-"]{
	    margin-bottom: -99999px;
	    padding-bottom: 99999px;
	}
}

@media screen and (max-width: 969px) {
	.activity-result-detail .col-lg-6 {
		width: 100%;
	}
	.activity-result-circle, .detail-hr-left, .detail-hr-right, .clear-detail{
		display: none;
	}
	.detail-img-left, .detail-content-left{
		border: 0;
	}
	.detail-img-left, .detail-content-left, .detail-img-right, .detail-content-right{
		padding: 0 10%;
	}
	.detail-img-left, .detail-img-right{
		text-align: center;
	}
}
@media screen and (max-width: 599px) {
	.detail-content-right p img{
		max-width: 100% !important;
		height: auto !important;
	}
}