@CHARSET "ISO-8859-1";
@media (min-width: 1024px){
	.main_page.single .project_thumb img {
	    max-height: 537px;
	}
}
@media (min-width: 1280px){
	.main_page.single .project_thumb img {
	    max-height: 560px;
	}
}
@media (min-width: 1920px){
	.main_page.single .project_thumb img {
	    max-height: 756px;
	}
}
@media (min-width: 2560px){
	.main_page.single .project_thumb img {
	    max-height: 1008px;
	}
}
@media (max-width: 1250px){
	ul.boss_menu li {
	    padding: 0 20px;
	}
}
@media (max-width: 1199px){
	.list_team_2 .item h3 {
	    font-size: 12px;
	}
	.list_team_2 .item span {
	    font-size: 11px;
	}
}
@media (max-width: 1140px){
	.cpt_container{
		padding: 0 20px;
	}
	.header {
	    padding: 10px 0;
	}
	ul.boss_menu li a{
		font-size: 10px;
	}
	ul.boss_menu li {
	    padding: 0 20px;
	}
	.btn_ico i {
	    width: 35px;
	    height: 35px;
	    font-size: 18px;
	    line-height: 33px;
    }
    .wpml-ls-legacy-list-horizontal a {
	    text-decoration: none;
	    padding: 3px 10px;
	}
	.main_home .bx-controls-direction a {
	    width: 24px;
	    height: 60px;
	    font-size: 60px;
	    line-height: 60px;
	    margin-top: -30px;
	}
	.bx_slide_home .item .con h1 {
	    font-size: 40px;
	    margin: 40px 0;
	}
	a.read_more {
	    padding: 7px 30px;
	    font-size: 20px;
    }
    .list_team .item {
	    padding: 10px;
	}
}
@media (max-width: 1023px){
	.list_team_2 .item {
	    width: 25%;
	}
	.list_team_2 >.item:nth-child(1) {
	    width: 50%;
	}
	.list_team_2 .item:nth-child(8) {
	    clear: none;
	}
	.list_team_2 .item:nth-child(6) {
	    clear: both;
	}
}
@media (max-width: 991px){
	.cpt_container {
	    padding: 0 15px;
	}
	ul.boss_menu li {
	    padding: 0 10px;
	}
	.bx_slide_home .item .con h1 {
	    font-size: 30px;
	}
	.footer .con {
	    padding: 0;
	}
	.menu_header.openMenu ul.boss_menu > li {
	    padding: 0 2px;
	}
	.masony_grid .item {
	    width: 33.33%;
	}
	.header_nav {
	    width: auto;
	}
	.list_team .item {
	    width: 25% !important;
	}
	.scrollTo_top {
	    bottom: 50px;
	}
	.main_page {
	    padding: 130px 1% 50px 1%;
	}
}
@media (max-width: 851px){
	.logo {
	    height: 44px;
	    margin: 8px 0;
	}
	.btn_ico {
	    margin: 12px 0 8px;
	}
}
@media (max-width: 767px){
	.menu_header.openMenu{
		visibility: hidden;
		opacity:0;
	}
	.menu_header.openMenu ul.boss_menu >li {
	    padding: 0 10px;
	}
	.header.fixed .header_button {
	    margin-right: 28%;
	}
	.header.fixed ul.boss_menu li {
	    padding: 0;
	}
	.header.fixed .menu_header.openMenu {
	    top: 0;
	}
	.list_team .item {
	    width: 33.33% !important;
	}
	.btn_ico .ico_bars {
	    display: block;
	}
	a.pop_up.a_1 {
	    display: block;
	    font-size: 24px;
	    margin-right: 40px;
	    padding: 11px 30px;
	}
	.header_button {
	    margin-right: 165px;
	}
	.icon_menu {
	    display: block;
	    position: absolute;
	    right: 15px;
	    color: #494948;
	    font-size: 24px;
	    width: 110px;
	    height: 110px;
	    text-align: center;
	    border: 12px solid #fff;
	    border-radius: 50%;
	    top: -27px;
	    padding: 15px 0;
	    text-align: center;
	    background: #c1bfc0;
	    cursor: pointer;
	}
	.icon_menu span {
	    display: block;
	    width: 10px;
	    height: 10px;
	    background: #494948;
	    margin: 5px auto 0;
	    border-radius: 3px;
	    position: relative;
	}
	.icon_menu span::after {
	    content: "";
	    width: 10px;
	    height: 10px;
	    background: #494948;
	    border-radius: 3px;
	    position: absolute;
	    right: -23px;
	}
	.icon_menu span::before {
	    content: "";
	    width: 10px;
	    height: 10px;
	    background: #494948;
	    border-radius: 3px;
	    position: absolute;
	    left: -23px;
	}
	.menu_header {
	    position: fixed;
	    background: #666;
	    overflow: auto;
	    transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    visibility: hidden;
	    opacity: 0;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	.menu_header.openMenu{
		visibility: visible;
		opacity:1;
	}
	.btn_close_menu {
	    display: inline-block;
	    position: absolute;
	    color: #fff;
	    right: 10px;
	    top: 10px;
	    cursor: pointer;
	    width: 30px;
	    height: 30px;
	    line-height: 27px;
	    border-radius: 50%;
	    border: 1px solid #fff;
	    text-align: center;
	}
	.btn_close_menu:hover{
		color:#e46c0a;
		border: 1px solid #e46c0a;
	}
	.menu_header.openMenu .menu-menu-header-container {
	    width: 50%;
	    height: 100%;
	    padding: 20px 0;
	    border-right: 1px solid #fff;
	    float: left;
	}
	.menu_header ul.boss_menu > li {
	    float: none;
	    visibility: hidden;
	    opacity: 0;
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	}
	.menu_header.openMenu ul.boss_menu > li {
	    padding: 10px 20px;
	    float: none;
	    visibility: visible;
	    opacity: 1;
	}
	ul.boss_menu li > a {
	    font-size: 10px;
	    line-height: 18px;
	}
	#page ul.boss_menu li a{
		color:#fff;
	}
	ul.boss_menu li i {
	    position: absolute;
	    right: 0;
	    width: 37px;
	    height: 37px;
	    top: 0;
	    text-align: center;
	    line-height: 37px;
	    color: #fff;
	    cursor: pointer;
	    z-index: 9999;
	    display: block;
	}
	ul.boss_menu li .sub-menu {
	    background: #6e7c83;
	    display: none;
	    position: static;
	    width: 100%;
	    visibility: visible;
		opacity:1;
	}
	ul.boss_menu li .sub-menu li{
		padding: 0;
	}
	ul.boss_menu li.openSubmenu .sub-menu{
		display: block;
	}
	ul.boss_menu li .sub-menu li>a{
		padding: 7px 12px;
		border-bottom: 1px solid #7bc24e;
	}
	ul.boss_menu li .sub-menu li:hover >a{
		border-bottom: 1px solid #fff;
	}
	.header.fixed .icon_menu {
	    font-size: 16px;
	    width: 70px;
	    height: 70px;
	    border: 5px solid #fff;
	    top: 0px;
	    padding: 10px 0;
	    font-weight: bold;
	}
	.icon_menu span {
	    width: 7px;
	    height: 7px;
	    margin: 3px auto 0;
	    border-radius: 2px;
	}
	.icon_menu span::after {
	    width: 7px;
	    height: 7px;
	    border-radius: 2px;
	    right: -15px;
	}
	.icon_menu span::before {
	    width: 7px;
	    height: 7px;
	    border-radius: 2px;
	    left: -15px;
	}
	.menu_header.openMenu .header_about {
	    display: block;
	    width: 50%;
	    float: right;
	    padding: 50px 15px;
	    text-align: center;
	    color: #fff;
	}
	.logo_mobile {
	    margin-bottom: 20px;
	}
	.about_mobile p {
	    font-size: 14px;
	}
	.social_mobile {
	    margin-bottom: 10px;
	}
	.social_mobile .icon {
	    width: 35px;
	    height: 35px;
	    text-align: center;
	    line-height: 35px;
	    border: 1px solid #fff;
	    border-radius: 4px;
	    display: inline-block;
	    margin: 5px;
	    transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	.social_mobile .icon i {
	    color: #fff;
	    font-size: 16px;
	    transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	.social_mobile .icon:hover{
		border: 1px solid #1c7595;
	}
	.social_mobile .icon:hover i{
		color:#1c7595;
	}
	.ft_right {
	    width: 210px;
	    float: right;
	    padding: 0 15px;
	    text-align: center;
	}
	.ft_logo {
	    width: 100%;
	    float: none;
	    margin-bottom: 15px;
	}
	.tab_line {
	    width: 100%;
	    float: none;
	    padding: 0;
	    clear: both;
	}
	.ft_logo img {
	    max-width: 150px;
	    width: 100%;
	}
	.tab_line img.tab_line2 {
	    display: none;
	}
	.ft_left {
	    width: auto;
	}
	.ft_left img {
	    display: none;
	}
	.ft_bot {
	    display: block;
	}
	.ft_bot {
	    display: block;
	    padding-top: 20px;
	    text-align: center;
	}
	.ft_bot img {
	    width: 220px;
	}
	.ft_bot a img {
	    width: auto;
	    margin-top: 30px;
	}
	.top_header h2 {
	    font-size: 45px;
	    padding: 15px 0px 20px;
	}
	.header_nav {
	    width: auto;
	}
	a.pop_up {
	    padding: 5px 30px;
	    font-size: 14px;
	}
	a.pop_up.a_1 {
	    padding: 10px 30px;
	    font-size: 17px;
	    margin-right: 10px;
	}
	.header_button {
	    margin-right: 24%;
	}
	.icon_menu {
	    width: 90px;
	    height: 90px;
	    border: 8px solid #fff;
	    font-size: 20px;
	    top: -22px;
	}
	a.read_more {
	    padding: 10px 40px;
	    font-size: 20px;
	}
	.footer_menu li a {
	    font-size: 18px;
	}
	.footer_menu li a i {
	    font-size: 15px;
	}
	.ft_left span {
	    font-size: 14px;
	}
	.ft_right {
	    width: 160px;
	}
	.ft_bot img.tab_line_bot {
	    max-width: 180px;
	    width: 100%;
	}
	.ft_bot a img {
	    margin-top: 10px;
	}
	.main_page .main{
		width: 100%;
	}
	.main_page .sidebar{
		width: 100%;
	}
	.list_partner .item,
	.list_partner .item {
	    width: 33.33% !important;
	    padding: 20px;
	}
	.single_list .images {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.single_list .con {
	    width: 100%;
	}
	.main_page.single img {
	    max-height: calc(100vh - 100px);
	}
	.list_contact .item {
	    width: 100%;
	}
	.list_team_2 >.item:nth-child(1) {
	    width: 100%;
	}
	.list_team_2 .item {
	    width: 33.33%;
	}
	.list_team_2 .item:nth-child(6) {
	    clear: none;
	}
}
@media (max-width: 639px){
	a.pop_up.a_1,
	.header.fixed a.pop_up.a_1 {
	    display: none;
	}
	.header_button,
	.header.fixed .header_button {
	    width: 100%;
	    margin: auto;
	    text-align: center;
	}
	a.pop_up {
	    float: none;
	    display: inline-block;
	}
	.ft_left {
	    width: 100%;
	    max-width: 340px;
	    padding: 0;
	    margin: 0 auto 20px;
	    float: none;
	}
	.ft_right {
	    float: none;
	    margin: auto;
	}
	.bx_slide_home .item .con h1 {
	    font-size: 16px;
	    margin: 20px 10px;
	    line-height: 22px;
	}
	a.read_more {
	    padding: 5px 25px;
	    font-size: 13px;
	    border: 1px solid #fff;
	}
	.masony_grid .item {
	    width: 50% !important;
	}
	.list_team .item {
	    width: 100% !important;
	}
	.list_award .item .con {
	    width: 100%;
	}
	.list_award .item .img {
	    width: 100%;
	    padding: 0 15px;
	}
	.list_award .item .year {
	    width: 100%;
	}
	.list_award .item {
	    display: inherit;
	    text-align: center;
	    border-bottom: 1px solid #b2b2b2;
	}
	.list_award .item .cont {
	    width: 100%;
	    padding: 10px 0 20px 0;
	}
	.list_award .item .year {
	    width: 100%;
	    padding: 20px 10px 10px 10px;
	}
	.list_award .item .year::before,
	.list_award .item .year::after{
		display: none;
	}
	.project_info .item span {
	    font-size: 12px;
	}
	.project_info .item {
	    padding: 10px;
	}
	.project_info .item h3 {
	    font-size: 12px;
	}
	.single_list .item .img_row_n {
	    width: 100% !important;
	}
	.banner_text ul li{
		width: 100%;
		text-align: center;
	}
	.list_team_2 .item_row .item .img {
	    padding-top: 200px;
	}
	.list_team_2 >.item:nth-child(1) {
	    width: 100%;
	}
	.list_team_2 .item {
	    width: 50%;
	}
}
@media (max-width: 479px){
	.top_header h2 {
	    font-size: 24px;
	    padding: 10px 0;
	    line-height: 28px;
	}
	a.pop_up,
	.header.fixed a.pop_up {
	    padding: 5px 20px;
	    font-size: 13px;
	}
	.icon_menu ,
	.header.fixed .icon_menu{
	    width: 60px;
	    height: 60px;
	    border: 4px solid #fff;
	    font-size: 15px;
	    top: -7px;
	    padding: 8px 0;
	    font-weight: bold;
	}
	.icon_menu span {
	    width: 6px;
	    height: 6px;
	}
	.icon_menu span::before {
	    width: 6px;
	    height: 6px;
	    left: -12px;
	}
	.icon_menu span::after {
	    width: 6px;
	    height: 6px;
	    right: -12px;
	}
	a.read_more {
	    margin-bottom: 10px;
	    display: inline-block;
	}
	.archive .content .img {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.archive .content .con {
	    width: 100%;
	    padding-left: 0;
	}
	.copyright {
	    font-size: 8px;
	}
	.copyright img{
		max-width: 80%;
	}
	.copyright .column_one {
	  width: 55%;
	  float: left;
	}
	.copyright .column_two {
		width: 23%;
	  margin-left: 55%;
		padding-left:5px;
	}
	.copyright .column_three {
		width: 22%;
	  margin-left: 78%;
		margin-top:-30px;
	}
	.ft_social2 {
	    float: left;
			padding-left: 5px;
			padding-right: 0;
	}
	.list_partner .item,
	.list_partner .item {
	    width: 50% !important;
	}
	.gird_item .item,
	.masony_grid .item{
		width: 100% !important;
	}
	.menu_header.openMenu .menu-menu-header-container {
	    width: 100%;
	    height: auto;
	    border: 0;
	}
	.menu_header.openMenu .header_about {
	    width: 100%;
	}
	.list_team_2 .item {
	    width: 100%;
	}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.search_submit i{
		transform:translateX(-5px);
		-webkit-transform:translateX(-5px);
		-moz-transform:translateX(-5px);
	}
	.copyright {
			font-size:7px;
			line-height: 15px;
	}
	.copyright span{
			float:none;
			margin-right:auto;
			margin-left:auto;
	}
	.copyright img{
		max-width: 30%;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		display: inline;
	}
	.copyright .column_one {
	  width: 55%;
	  float: left;
	}
	.copyright .column_two {
		width: 25%;
	  margin-left: 55%;
		padding-left:5px;
	}
	.copyright .column_three {
		width: 20%;
	  margin-left: 80%;
		margin-top:-30px;
	}
	.ft_social {
		width:50%;
	}
	.ft_social2 {
		width:50%;
	}
	.type
	{
		margin: auto;
		padding-top: 1em;
		column-count: 2;
		width:80%;
	}

	.type button
	{
		background: none;
		border-top: none;
		border-right: none;
		border-left:none;
		border-bottom: 1px solid blue;
		outline: none;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.0em;
		color:#231eff;
		display: inherit;
		margin-left: auto;
		margin-right: auto;
		font-weight: 500;
		padding:0;
		margin-bottom:8px;
	}
	.type button:hover
	{
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		font-weight: 900;
	}
	.project
	{
    position: absolute;
    color: white;
    bottom: 0%;
    padding: 0.5em;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #464646c2;
    font-weight: 600;
	}
	.container
	{
		width: 100%;
		column-count: 1;
		margin: auto;
		padding-top: 50px;
		padding-bottom: 2em;
	}
	.grid-item
	{
		display: inline-block;
		position: relative;
		text-align: left;
		margin-bottom: 10px;
	}
	#content3
	{
		width: 100%;
		height: auto;
		margin-top: 0;
		border-radius: 2em;
		margin-left: auto;
		margin-right:auto;
		text-align: center;
	}
	#tieude
	{
		text-align: center;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		padding: 0.5em;
		border-style: solid none solid none;
		display: inline-block;
	}
	.content3
	{
		width: 100%;
		margin: auto;
		padding-bottom: 2em;
	}
	.content3_table
	{
		border: 2px solid white;
		border-collapse: collapse;
		width: 100%;
		height:140px;
		margin-bottom: 50px;
		margin-top:-30px;
		font-size: 11px;
		color: white;
		font-family: Arial,Helvetica,sans-serif;
	}
	.tr1 .tr_column1,.tr1 .tr_column2
	{
		background-color: rgb(78,158,255);
	}
	.tr2 .tr_column1,.tr2 .tr_column2
	{
		background-color: rgb(45,127,253);
	}
	.tr1:after {
	  content: "";
	  clear: both;
	  box-sizing: border-box;
	}
	.tr_column1 {
	  float: left;
	  width: 30%;
	  height:35px;
	  box-sizing: border-box;
		border: 1px solid white;
		border-collapse: collapse;
		padding:9px 2px;
	}
	.tr_column2 {
	  float: left;
	  width: 70%;
	  height: 35px;
	  box-sizing: border-box;
		border: 1px solid white;
		border-collapse: collapse;
		padding:9px 2px;
	}
	.banner_text p,
	.banner_text {
	    font-size: 13px;
	    line-height: 22px;
	    color: #ffffff;
	    font-weight: 400;
	}
	#tablebody
	{
		width: 90%;
		padding-top: 0;
		padding-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	#thongtin {
	  width: 100%;
		height: 50%;
	  box-sizing: border-box;
		padding-top: 0;
	}
	#map {
	  width: 100%;
	  height: 50%;
		text-align: left;
		padding-left: 5px;
	}
	.table_row{
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	.table_row:after {
	  content: "";
	  clear: both;
	  box-sizing: border-box;
	}
	#icon1,#icon2,#icon3,#icon4 {
	  float: left;
	  width: 8%;
		height: 50px;
		vertical-align: middle;
	  box-sizing: border-box;
		text-align: center;
	}
	#thongtin1,#thongtin2,#thongtin3,#thongtin4 {
	  float: left;
	  width: 92%;
	  height: 50px;
	  box-sizing: border-box;
		text-align: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		padding-top:11px;
		padding-left:5px;
	}
	#icon2{
		padding-top:8px;
	}
	#icon3{
		padding-top:0;
	}
	#thongtin2{
		padding-top:20px;
	}
	#thongtin3{
		padding-top:15px;
	}
	#contentnews {
    width: 100%;
    margin: auto;
    padding: 2em;
    min-height: 30em;
    text-align: center;
	}
	#tren_div1 {
    width: 100%;
    float: left;
	}
	.bignews1 {
    height: 15em;
    text-align: right;
    position: relative;
		font-size: 12px;
	}
	.title1, .summ1, .date1 {
    font-family: Arial,Helvetica,sans-serif;
    color: white;
    width: 90%;
    padding: 0;
	}
	.date1{
		color: #8cbaff;
		background: #4e4e4e;
		width: 80px;
	}
	.date1 i{
		color:#2d46fb;
		font-size:16px;
		background:#ddd;
		width:20%;
		text-align:center;
		border-radius:2px;"
	}
	.summ1
	{
		overflow-x: hidden;
		color:#8cbaff;
	}
	#tren_div2 {
    width: 50%;
    height: 50%;
    float: left;
	}
	#tren_div3 {
    width: 50%;
    height: 50%;
    float: right;
	}
	.bignews2
	{
		height: 7em;
		text-align: justify;
		position: relative;
		margin-top:2%;
	}
	.info2 {
    padding-left: 0.1em;
	}
	.bignews2 .title2 {
    font-size: 0.9em;
	}
	#tren_div2 .total2 {
    text-align: justify;
    width: 98%;
    position: absolute;
    bottom: 2.5%;
    background: rgba(0,0,0,0.75);
    border-radius: 0 0 0.3em 0.3em;
    margin-left: 0;
		}
	#tren_div3 .total2 {
    text-align: justify;
    width: 98%;
    position: absolute;
    bottom: 2.5%;
    background: rgba(0,0,0,0.75);
    border-radius: 0 0 0.3em 0.3em;
    margin-left: 2%;
	}
	#tren_div2 img {
    height: 98%;
    width: 98%;
    border-radius: 0.3em;
    float: left;
	}
	#tren_div3 img {
    height: 98%;
    width: 98%;
    border-radius: 0.3em;
    bottom: 0;
    float: right;
	}
	title2 {
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
    width: 90%;
    padding: 0;
    word-wrap: break-word;
	}
	.summ2{
		width:0;
		height:0;
		padding:1%;
		color:#8cbaff;
	}
	.date2 {
    font-size: 0.75em;
    font-family: Arial,Helvetica,sans-serif;
    color: white;
    padding:1%;
		color: #8cbaff;
		background: #4e4e4e;
		width: 80px;
	}
	.date2 i{
		color:#2d46fb;
		font-size:16px;
		background:#ddd;
		width:20%;
		text-align:center;
		border-radius:2px;"
	}
	.newsbox_1{
		vertical-align: top;
		width:100%;
		float:left;
		padding-top:2%;
	}
	.newsbox_2{
		vertical-align: top;
		width:100%;
		margin-left:0;
		float:left;
		padding-top:2%;
	}
	.newsbox_3{
		vertical-align: top;
		width:100%;
		margin-left:0;
		float:left;
		padding-top:2%;
	}
	.newsbox_4{
		vertical-align: top;
		width:100%;
		float:left;
		padding-top:2%;
	}
	.newsbox_5{
		vertical-align: top;
		width:100%;
		margin-left:0;
		float:left;
		padding-top:2%;
	}
	.newsbox_6{
		vertical-align: top;
		width:100%;
		margin-left:0;
		float:left;
		padding-top:2%;
	}
	.imgbox{
		overflow-y: hidden;
		height: 8em;
	}
	.imgbox img{
		width: 100%;
		height:100%;
	}
	.title3 {
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 0.1em;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
	}
	.summ3, .date3
	{
		color: white;
		font-family: Arial,Helvetica,sans-serif;
		font-size:12px;
		padding-top:0.2em;
		height:18px;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.date3{
		color: #8cbaff;
		background: #4e4e4e;
		width: 80px;
	}
	.date3 i{
		color:#2d46fb;
		font-size:16px;
		background:#ddd;
		width:20%;
		text-align:center;
		border-radius:2px;"
	}
	.pagebox {
    width: 91%;
    text-align: right;
    position: relative;
    bottom: 60px;
	}
	#timkiem_content{
		width: 100%;
		text-align: left;
		margin-left:auto;
		margin-right:auto;
		margin-top:40px;
	}

	#timkiem_content img
	{
		width: 100%;
		height:auto;
		display: inline-block;
	}

	#timkiem_content a
	{
		color: white;
		text-decoration: none;
	}

	#timkiem_content .title
	{
		text-align: justify;
		font-size: 1em;
		padding-left: 0.5em;
		padding-top: 0.5em;
		vertical-align: top;
		display: 	inline-block;
	}
	#timkiem_content .title2
	{
		text-align: justify;
		font-size: 1em;
		display:inline-block;
		width:100%;
		padding:0;
	}
	#timkiem_main_page{
		padding: 130px 0 15px 0;
	  margin-bottom: 80px;
	  width: 80%;
	  margin-left: auto;
	  margin-right: auto;
	}
	#timkiem_content .timkiem_row{
		border-top: 2px dashed #ddd;
		margin-top:10px;
		padding-top:10px;
		width:100%;
		display:block;
		height:310px;
		overflow-y: hidden;
	}
	#timkiem_content .imgbox
	{
		display: inline-block;
		width: 100%;
		height:auto;
	}
	#timkiem_content .timkiem_row_1{
		display: inline-block;
		width:100%;
		float:left;
		margin-left:0;
		margin-top:5px;
	}
	#timkiem_content .timkiem_row_2{
		display: inline-block;
		width:100%;
		text-align: justify;
		margin-top:0;
		font-size:0.9em;
	}
}
