.chitiet { width: 100%; max-width: 1600px; margin: 50px 0px; }
.chitiet-tour { width: 1000px; margin: auto; }
.chitiet-tinchinh { width: 665px; line-height: 25px; }
.chitiet-tinchinh-tieude { 
	align-items: center;
	background-color: #2c55a5;
	color: white;
	display: flex;
	text-transform: uppercase;
	padding: 10px 35px;
}
.chitiet-danhmuc { width: 315px; }
.chitiet-danhmuc-tieude { 
	align-items: center; 
	background-color: #2c55a5;
	color: white;
	display: inline-grid;
	height: 32px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-size: 19px;
}
.chitiet img {
    max-width: 100%;
    height: auto!important;
}
.chitiet-danhmuc-noidung { margin-top: 35px; padding: 0 25px; }
.timeline-block::after {
    clear: both;
    content: "";
    display: table;
    background: black;
}
#timeline-education:before {
/*    content: '';
    position: absolute;
    left: 14%;
    height: 1330px;
    width: 2px;
    opacity: 0.3;
    border: dashed 0.1px #06A763;*/
}
.timeline-span {
	list-style: none;
	width: 663px;
    border: 1px solid whitesmoke;
	margin-top: 25px;
	text-transform: uppercase;
      background-color: #eee;
}
.timeline-span .menu-btn {
	display: inline-grid;
    color: black;
    text-decoration: none;
    float: left;
    height: 40px;
    width:50%;
    text-align: center;
    font-weight: bold;
    color: #5d5d5d;
    align-items: center;
}
.timeline-span .active {
    background-color: #FFF;
}
.timeline {
	width: 100%;
	margin-top: 35px;
}
.timeline-block { position: relative; }
.timeline-dot {
	background: #2c55a5;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 2;
    color: #fff;
    text-align: center;
    top:0;
    position: absolute; 
    display: flex;align-items: center;justify-content: center;

}
.timeline-dot h6 {
    font-size: 17px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.29);
}
.timeline-content {
	position: relative;
    background: #fff;
    margin-right: 0;
    z-index: 1;
    margin-bottom: 5px; width: 90%;
    padding-left: 7.5%;
    margin-left: 2.4%;    
    border-left: 1px dashed #BCBCBC;
    font-weight:normal;
    color: #5d5d5d;
}
.timeline-content img {
    margin-top: 25px;
    width: 100%;
}
.totalcomment {
	float: left;
    padding: 12px 0 10px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    font-weight: bold;
    text-transform: capitalize;
}
.s_comment {
	float: right;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    position: relative;
}
.listcomment {
	display: block;
    overflow: visible;
    background: #fff;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-top: 20px;
    height: 75px;
}
.comment_ask {
	display: block;
	overflow: visible;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 5px;
}
.comment_ask textarea {
	display: block;
    overflow: hidden;
    width: 570px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 10px 1.5%;
    font-size: 14px;
    color: #333;
    outline: none; float: right;
}
.timeline-note
{
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.timeline-content img
{
    max-width: 100%;
    height: auto !important;
}
@media only screen and (max-width: 768px) and (min-width: 480px){
    .chitiet { width: 100%; max-width: 768px; }
    .chitiet-tour { width: 100%; }
    .chitiet-tinchinh { width: 100%; }
    .timeline-span { width: calc(100% - 2px); }
    #timeline-education { padding: 0 25px 0 25px; }
    .timeline-content { padding-left: 40px; }
    .timeline-content img{
    	height: auto;
    }
}

@media only screen and (max-width: 480px){
    .chitiet { width: 100%; max-width: 768px; }
    .chitiet-tour { width: 100%; }
    .chitiet-tinchinh { width: 100%; }
    .chitiet-tinchinh .chitiet-tinchinh-tieude { font-size: 15px; }
    .timeline-span { width: calc(100% - 2px); font-size: 15px; }
    #timeline-education { padding: 0 15px 0 15px; }
    .timeline-content { border-left: none; border-top: 1px dashed #BCBCBC; padding: 15px 7px; line-height: 25px;}
    .timeline-block { padding-top: 15px; }
    .timeline { margin-top : 15px; }
    .timeline 
    {
        width: 96%; margin: 2%;
    }
    .timeline-content img
    {
    	height: auto !important;
    }
}