@charset "utf-8";
@import url("css/fonts.css");
*{
margin:0px;
padding:0px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,p {
    padding: 0px;
    margin:0px;
}
img {
	max-width: 100%;
}
a { 
    text-decoration: none;
} 

ul {
	list-style: none;
    margin:0px;
    padding: 0px;
}
body{
	font-family: "Arial";
	font-size: 13px;
    /*min-width: 1200px;*/
    /*overflow-x: hidden;*/
}
/*.container {
    padding-left: 5px !important ;
    padding-right: 5px !important;
}*/
/*.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,
.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
    padding-left: 5px !important ;
    padding-right: 5px !important;
}
*/


.fix-col {
    padding-left: 5px !important ;
    padding-right: 5px !important;
}
#goidien {
	display: none;
}
.padding-0 {
    padding:0px !important;
}

/*------------- MAPS -------------*/
#map_canvas_footer {
    width: 100%;
    min-height: 455px;
}
#map_canvas {
	min-height: 400px;
	width: 100%;
}

/*------------- SETTING -------------*/
.clear {
    clear: both;
}
.margin-auto,.container {
    width: 1200px;
    margin: auto;
    float: none;
}
.in-line > li{
    display: inline-table;
	padding-right: 5px;
	list-style: none;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}


/* -----------------------Popup---------------------------*/
#popub {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 10001;
    text-align: center;
}
#loading, #popub {
    width: 100%;
    height: 100%;
    display: none;
}
#popub .popub {
    position: relative;
    max-width: 80%;
    margin: auto;
    display: inline-block;
}
#popub .popub .close_popup {
    position: absolute;
    background: url(images/icon/close.png) center center no-repeat;
    width: 60px;
    height: 60px;
    right: -33px;
    top: -33px;
    z-index: 999999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 60px rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.1);
}
.close_popup {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.close_popup, .list-group-item>.badge {
    float: right;
}
#popub .popub .close_popup:hover {
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
}
/* -----------------------End Popup---------------------------*/
div.box-caothap{
	text-align:center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
	}
div.frame_images img{
	max-width:495px !important;
	}