/*
Theme Name: An Bảo Khang
Theme URI: https://mgbsoft.vn/
Author: MGBSOFT.VN
*/

#single-project .item {
    box-shadow: #9b9b9b70 1px 1px 5px;
}
.list_baogia li a {
    box-shadow: #222 4px 1px 5px;
}
.chuchay {
    font-size: 16px !important;
}
.ttt_line {
    text-transform: uppercase;
    font-weight: bold;
}
/* Css Dự Án */
@media only screen and (max-width: 480px){
.content_timline {
     width:100% !important;
  }
	.num_timline {display:none;}
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div {
    display: block;
}
.item_timeline {
    overflow: hidden;
}

.item_timeline_1 .num_timline span, .item_timeline_1 .num_timline::after, .item_timeline_1 .content_timline h3 span, .item_timeline_1 .content_timline h3::after {
    background: #005837;
}
.item_timeline_2 .num_timline span, .item_timeline_2 .num_timline::after, .item_timeline_2 .content_timline h3 span, .item_timeline_2 .content_timline h3::after {
    background: #00bdac;
}
.item_timeline_3 .num_timline span, .item_timeline_3 .num_timline::after, .item_timeline_3 .content_timline h3 span, .item_timeline_3 .content_timline h3::after {
    background: #63b7e8;
}
.item_timeline_4 .num_timline span, .item_timeline_4 .num_timline::after, .item_timeline_4 .content_timline h3 span, .item_timeline_4 .content_timline h3::after {
    background: #5952bc;
}
.item_timeline_5 .num_timline span, .item_timeline_5 .num_timline::after, .item_timeline_5 .content_timline h3 span, .item_timeline_5 .content_timline h3::after {
    background: #e3d826;
}
.item_timeline_6 .num_timline span, .item_timeline_6 .num_timline::after, .item_timeline_6 .content_timline h3 span, .item_timeline_6 .content_timline h3::after {
    background: #f26f4e;
}
.item_timeline_7 .num_timline span, .item_timeline_7 .num_timline::after, .item_timeline_7 .content_timline h3 span, .item_timeline_7 .content_timline h3::after {
    background: #840325;
}
.num_timline span {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    background: #0d5e11;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
    z-index: 9;
}
.num_timline::after {
    content: "";
    width: 97%;
    height: 3px;
    background: #005837;
    position: absolute;
    top: 32px;
    right: 0;
}
.item_timeline_1 .content_timline {
    border-left: 10px solid #005837;
}
.item_timeline_2 .content_timline {
    border-left: 10px solid #00bdac;
}
.item_timeline_3 .content_timline {
    border-left: 10px solid #63b7e8;
}
.item_timeline_4 .content_timline {
    border-left: 10px solid #5952bc;
}
.item_timeline_5 .content_timline {
    border-left: 10px solid #e3d826;
}
.item_timeline_6 .content_timline {
    border-left: 10px solid #f26f4e;
}
.item_timeline_7 .content_timline {
    border-left: 10px solid #840325;
}
.content_timline {
    width: 100%;
    float: left;
}
.num_timline {
	display:none;
    width: 25%;
    float: left;
}
.content_timline h3 {
    position: relative;
    margin: 8px;
    font-weight: 600;
}
.content_timline h3 span {
    /*display: block;
    margin: auto;
    text-align: center;
    padding: 1px;
    border: 2px solid;
    border-radius: 7px;
    color: #fff;
    position: relative;*/
    z-index: 9;
	width: auto;
}
.content_timline h3::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #005837;
    position: absolute;
    /*top: 20px;*/
	top: 20px;
    left: 0;
}
.info_timeline {
    padding: 20px;
}
/* Css Tab trang chủ */
#ez-toc-container {
	font-size:15px;
}
body {
	font-size:17px !important;
}
.du_per p {
	font-size:15px !important;
}
.page_tam_new #main-nav ul ul li a {
    line-height: 39px !important;
    font-size: 21px !important;
}

.page_tam_new #main-nav ul ul {
    width: 80% !important;
}
.page_tam_new #main-nav ul ul li {
    border-bottom: 1px solid #09c30f !important;
}
.menu-top-new #nav ul li > a {
	font-size: 17px !important;
}
td, th {
    padding: 5px !important;
}
/*should be the same height as the images*/

.img-comp-container {
  position: relative;
  
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}
#footer p {
    font-size: 15px;
}
.page_tam_new .list_cn .item h2 {
	
}
.og-grid li {
    width: 250px !important;
}