/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,button {outline : none;}

/*Style guide*/
body{
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	width: 100%;
    box-sizing: border-box;
}

.container{
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 15px;
	clear: both;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	text-decoration: none;
}

/*Header*/
header{
	padding: 30px 20px;
	width: 100%;
	height: 160px;
	text-align: center;
	background-color: #ffffff;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 1, 0.4);
}

header .logo{
	margin: 0 auto;
	display: inline-block;
}

header .right-info{
	float: right;
}

header .right-info *{
	width: 100%;
}

header .phone{

}

header p{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;	
	line-height: normal;
	letter-spacing: 0.7px;
	text-align: right;
	color: #151515;
	float: right;
	text-transform: uppercase;
}

header a{
	font-family: Lato;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: right;
	color: #ff4e50;
}

header a:hover{
	color: #151515;
}

/*Footer*/
footer{	
	background: url("../img/footer-bg.png");
	background-size: cover;
	color: #ffffff;
}

footer .container{

}

footer .row{
	padding: 80px 0;
	display: inline-block;
	width: 100%;
}

footer .row .col{
	width: 50%;
	display: block;
	float: left;
}

footer .row h5{
	margin-bottom: 45px;
	font-size: 24px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: normal;
  	letter-spacing: 1.2px;
  	text-transform: uppercase;
}

.stations{
	width: 100%;
}

.stations li{
	width: 100%;
	margin-bottom: 20px;
}

.stations li strong{
	font-size: 20px;
  	font-weight: bold;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: 1px;
  	text-align: left;
  	color: #ffffff;
  	text-transform: uppercase;
}

.stations li p{
	font-size: 16px;
  	line-height: 1.38;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #ffffff;
}

footer .copyright{
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	display: block;
	font-size: 14px;  
  	letter-spacing: 0.7px;
  	text-align: center;
  	color: #ffffff;
  	border-top: 1px solid rgba(255,255,255, 0.4);
}

/*Main Content*/
.main-content{

}

.home-banner{
	max-width: 100%;
}

.section-news{
	padding: 120px 0;
	background: url("../img/bg-diadiemvuichoi.jpg");
	background-size: cover;
	min-height: 300px;
	text-align: center;
	background-size: center center;
}

.section-news h2{
	font-size: 32px;
  	font-weight: bold;
  	letter-spacing: 1.6px;
  	text-align: center;
  	color: #151515;
}

.post-list{
	margin-top: 60px;
	max-width: 100%;
}

.post-list .item{
	overflow: hidden;
}

.post .post-image{
	

}

.post .post-details{
	padding: 20px;
	background-color: #ffffff;
	text-align: left;
	display: inline-block;
}

.post .post-name,
.post .post-name a{
	font-size: 24px;
  	font-weight: bold;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: left;
  	color: #333333;
}

.post .post-name{
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .post-name a:hover{
	color: #ff4e50;
}

.post .post-des{
	margin: 20px 0;
	font-size: 16px;
 	line-height: 1.38;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #333333;
}

.post .post-details .post-link{
	padding: 20px 10px 0 10px;
	width: 100%;
	display: block;
	float: left;
	border-top: 1px solid #ccc;
	color: #ff4e50;
	text-align: center;
	text-transform: uppercase;
}

.post .post-details .post-link:hover{
	color: #333333;
}

/*CSS for Map Area*/
.map-area{
	margin: 0 auto;
	padding: 40px 20px;
	width: 100%;
	box-sizing: border-box;	
	min-width: 1000px;
	min-height: 500px;
	background-color: #eee;
	overflow: auto;
	display: inline-block;	
}

.map-area h5{	
  	margin-bottom: 20px;
  	font-size: 28px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: normal;
  	letter-spacing: 1.6px;
  	text-align: center;
  	color: #151515;
  	text-transform: uppercase;
}

.map-area .map-content .map-image{
	width: 40%;
	display: block;
}

.map-content #angiang{
	float: left;
}

.map-content #dongnai{
	float: right;
}

.map-image{

}

.map-image #Layout-Dong_Nai{
	/*fill: blue;*/
}

.map-image g g{
	position: relative;
	z-index: 10;
	opacity: 0.4;
}

.map-image g g:hover,
.map-image g g.hover,
.map-image g g.active{
	cursor: pointer;
	z-index: 11;
	opacity: 1;
}

.map-image g path{
	
	stroke:#fff;
	stroke-linejoin:round;
	stroke-width:2px;
	fill-rule: evenodd;
}

.map-image g g:not(.available) path{
	fill: none;
	fill: #cccccc;
}

.map-image g g:not(.available):hover path{
	/*fill: #789;*/
}

.map-image g g.hover path,
.map-image g g.active path{
	/*fill: yellow;*/
	/*stroke: #789;*/
	opacity: 1;
}

.angiang-longxuyen{
	fill: url("./img/map/longxuyen-angiang.jpg");
}

.map-content{
	margin: 0 auto;
	position: relative;	    
    display: block;
    width: 100%;
    max-width: 1400px;
}

.map-content > p{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.map-content .place{
	display: none;
}

.list-points{
	
}

.list-points .line{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.list-points .line.active{
	display: block;
	z-index: 20;
}

.list-points .line.An_Giang-4.Dong_Nai-4,
.list-points .line.An_Giang-4.Dong_Nai-9,
.list-points .line.An_Giang-4.Dong_Nai-11{
	background-image: url("../img/map/point-to-point-01.png");
    background-size: 79% 100%;
}

#mainCanvas{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    display: none;
    width: 100%;
    height: 100%;
    /*background-color: rgba(200,200,200,0.1);*/
}

#mainCanvas.active{
	display: block;
}

.popup{	
	position: absolute;
	top: 50%;
	left: 50%;
	width: 770px;
	height: 300px;
	display: none;
	z-index: 30;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.8);
}

.popup.active{
	/*position: absolute;
	top: 50%;
	left: 50%;
	width: 770px;
	height: 300px;
	display: block;
	z-index: 30;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.8);*/
    display: block;
}

.popup .popup-image{
	width: 370px;
	float: left;
}

.popup .popup-content{
	padding: 20px;
	width: 400px;
	display: block;
	float: right;
	box-sizing: border-box;
}

.popup .popup-content h6{
	font-size: 24px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.42;
  	letter-spacing: 1.2px;
  	text-align: left;
  	color: #333333;
}

.popup .popup-content .info{
	margin-top: 20px;
	padding-top: 10px; 
}

.popup .popup-content .info strong{
	font-size: 20px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.5;
  	letter-spacing: 1px;
  	text-align: left;
  	color: #ff4e50;
}

.popup .popup-content .info p{
	font-size: 16px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.38;
  	letter-spacing: 0.8px;
  	text-align: left;
  	color: #333333;
}

.popup .close-popup{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	background: url("../img/icon-close.png") no-repeat center center;
}


.owl-carousel.owl-theme .owl-dots{
	position: relative;
	bottom: 35px;
	margin-top: 0;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span{
	background-color: #333333;
	opacity: 0.3;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span{
	background-color: #ff4e50;
	opacity: 1;
}
