.box_awesome {
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}
.right_content{
	background: #fafafa;
}
.content-service{
	position: relative;
	width: 100%;
}
.content-service h1 {
    font-size: 1.1em;
    color: #4c4c4c;
    margin: 15px 0 10px 0;
}
.box_awesome h3 a {
    text-decoration: none;
    color: #8a8a8a;
    font-size: 1em;
    transition: 0.5s all ease;
}
.box_awesome h3 a:hover {
    color: #007cff;
}
.box_awesome p:nth-child(2) {
    margin: 10px 15px 0 0;
}
.box_awesome p {
    float: left;
    margin-top: 10px;
    color: #4e4e4e;
    font-size: 0.8948em;
}
.left_content form input {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 5px 0 0 5px;
    outline: none;
    border-right: none;
    float: left; 
    transition: 0.5s all ease;
}
.left_content form input:focus{
	border: 1px solid #3b5998;
	border-right: none;
}
.left_content form button {
    padding: 9px 10px;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #3b5998;
    color: white;
    text-transform: uppercase;
}
.title_right_content {
    font-size: 1.053em;
    color: #fa701c;
    margin: 0 10px;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #b9b9b9;
}
.box_right_content ul li:nth-child(1) img {
    max-width: 100%;
    object-fit: cover;
}
.box_right_content ul li {
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
.box_right_content ul li a{
	text-decoration: none;
}
.box_right_content ul li a:nth-child(2){
	color: #333;
	transition: 0.5s all ease;
}
.box_right_content ul li a:nth-child(3){
	color: #fa701c;
	font-size: 0.9457em;
}
.box_right_content ul li:nth-child(1){
	border-bottom: 1px solid #dedede
}
.box_right_content ul li:not(:nth-child(1)) img{
	width: 130px;
	float: left;
	border: 1px solid #dedede;
	box-sizing: border-box;
	margin: 0 10px 0 0;
}
/*------- Box Create Question -------*/
.box_create_question{
    position: relative;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    z-index: 3;
}
.button_create_question {
    width: 100%;
    position: relative;
    border: 1px solid #dedede;
    border-radius: 0 0 5px 5px;
    border-top: none;
    box-sizing: border-box;
    float: left;
}
.box_create_question textarea {
    width: 100%;
    position: relative;
    float: left;
    resize: vertical;
    border: 1px solid #dedede;
    border-radius: 5px 5px 0 0;
    outline: none;
    padding:10px 5px;
    box-sizing: border-box;
}
.button_1 {
    width: 180px;
    float: left;
    text-align: left;
    font-size: 14px;
    padding: 15px 0 0 5px;
    color: #ababab;
    position: relative;
    box-sizing: border-box;
}
.button_1 i{
    cursor: pointer;
    padding:10px;
}
.button_2 {
    float: right;
    text-align: right;
    position: relative;
}
.button_2 p {
    color: white;
    background: #fa701c;
    padding: 7px 35px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.943em;
    margin: 7px 20px;
}
.box_right_content ul li:hover a {
    color: #0072bc;
}
.title_question {
    font-size: 22px;
    margin: 10px 0;
    color: #0072bc;
}
.hidden_question input {
    border: 1px solid #9c9c9c;
    box-sizing: border-box;
    width: 70%;
    border-radius: 4px;
    outline: none;
    padding: 10px;
    margin: 0 0 10px 0;
}
.hidden_question input:focus{
    border:1px solid #163651;
}
.box_create_question > input:nth-child(2){
    border: 1px solid #dedede;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    outline: none;
    padding: 10px;
    margin: 0 0 10px 0;
}
.hidden_question {
    position: absolute;
    top: 25px;
    text-align: center;
    z-index: 99;
    background: white;
    left: 0;
    height: 142px;
    padding: 57px 10px 10px 10px;
    visibility: hidden;
    opacity:0;
    transition: 0.5s all ease;
}
.show_hidden_question{
    opacity: 1;
    visibility: visible;
}