﻿.card-header {
    padding: 5px 10px 5px 10px;
}
.card-pad {
    padding: 0;
    margin: 4px 30px 0px 4px;
}
.background-ds {
    background: #fcfcfc;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.25);
    -ms-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}

.add-tt .nav-link i {
    margin-right: 5px;
    color: #0097c6;
}
.add-tt .nav-link {
    padding: 5px 9px;
}
.con-mar {
    /*margin-top: 30px;*/
}
.drop-tt {
    margin-top: 40px;
    padding: 0;
    border: 1px solid #0097c6;
}
.modal-body {
    padding: 10px;
}
.btn {
    padding: 4px 16px
}
.maxh-mod {
    height: 100%;
    overflow: auto;
    max-height: 500px;
}
#myModalAss .modal-body {
    padding: 10px;
}
#myModalAss .form-group {
    margin-bottom: 10px;
    font-size: 14px;
}
#myModalAss .label {
    font-size: 14px;
}
/* Menu assets */

.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	position:relative;
	background: #0097c6;
    margin-bottom: 0px;
}
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	color: #fff;
	text-decoration: none;
	border-right: 1px #ffffff dotted;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#009FE1;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}

/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
/*responsive*/

 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 6px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }

@media (max-width:767px){
  div[class*="col-"] {
    margin: 2px 0px 2px 0px;
  }
  .hice{
    max-height: calc(100vh - 137px);
  }
	.exo-menu {
		/*min-height: 58px;*/
		background-color: #449dd1;
		width: 100%;
    display: inline-flex;
	}
	.exo-menu > li > a{
    width:100% ;
      display:block ;
      padding: 6px 22px;
	    height: 100%;
  }
	/*.exo-menu > li > a{
		width:100% ;
	  display:none ;
	}*/
	.exo-menu > li{
		/*width:100%;*/
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}
@media only screen and (max-width: 920px) {
  .top-menu .btn{
    padding: 2px;
  }
  .col-sm-2{
    padding: 0
  }
  .top-menu h5{
    font-size: 16px;
  }
}
@media only screen and (max-width: 742px) {
 #right-panel .hice{
  margin-top: 60px;
 }
 #right-panel .dropdown .drop-mar{
  margin-top: 60px;
 }
}
@media only screen and (max-width: 580px) {
 #right-panel .hice{
  margin-top: 84px;
 }
 #right-panel .dropdown .drop-mar{
  margin-top: 85px;
 }
}
@media only screen and (max-width: 1270px) {
  #right-panel .hice{
  height: calc(100vh - 133px);
 }
 #right-panel .container-map {
    height: calc(100vh - 161px);
    position: inherit;
}
#right-panel .full-height {
    height: calc(100vh - 161px);
}
#right-panel .list-option{
  top: 155px;
}
}
@media only screen and (max-width: 830px) {
#right-panel .detailsLink{
   max-width: 150px;
}
}
@media only screen and (max-width: 768px) {
    #right-panel .full-height {
    height: calc(100vh - 172px);
}
}
@media only screen and (max-width: 770px) {
#right-panel .container-map {
    height: calc(100vh - 218px);
    position: inherit;
}
#right-panel .full-height {
    height: calc(100vh - 218px);
}
}
@media only screen and (max-width: 766px) {
#right-panel .container-map {
    height: calc(100vh - 173px);
    position: inherit;
}
#right-panel .full-height {
    height: calc(100vh - 173px);
}
}
@media only screen and (max-width: 721px) {
#right-panel .container-map {
    height: calc(100vh - 218px);
    position: inherit;
}
#right-panel .full-height {
    height: calc(100vh - 218px);
}
#right-panel .list-option{
  top: 208px;
}
#right-panel .list-option .content-body-fix {
    height: calc(100vh - 310px);
}
}
@media only screen and (max-width: 570px) {
#right-panel .container-map {
    height: calc(100vh - 387px);
    position: inherit;
}
#right-panel .full-height {
    height: calc(100vh - 387px);
}
}
@media (max-width: 575.99px){
#right-panel header.header div[class*="col"] {
    padding: 0;
    width: 100%;
}
#right-panel {
  display: table-cell;
}
}
@media only screen and (max-width: 1025px) {
#right-panel .list-option .content-body-fix {
    height: calc(100vh - 256px);
}
}
.drop-mar{
  margin-top: 37px;
}
.widimage {
    width: 80px;
}
/* Css */

@media only screen and (max-width: 980px) {
    .exo-menu > li > a {
        padding: 6px 8px;
    }
}
@media only screen and (max-width: 755px) {
    .exo-menu > li > a {
    padding: 6px 6px;
   }
}

/* Hover bản đồ */
.hover-detail-map:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50%;
  height: 3px;
  background-color: #0097c6;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}
.hover-detail-map:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 3px;
  background-color: #0097c6;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.hover-detail-map:hover:before {
  transform: scaleX(1);
}
.hover-detail-map:hover:after {
  transform: scaleX(1);
}

.form-control-textarea-w {
    padding: 2px 8px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
