

/*#rowBottom {
    padding-bottom: 20px;
    background-color: #1565c0;
    color: #fff;
    -webkit-box-shadow: 0 4px 8px -8px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 4px 8px -8px rgba(0, 0, 0, 0.2) inset;
}

#rowBottom .CatMenu a {
    color: #fff;
    font-weight: 300;
}*/


.NContent {
    font-family: 'Source Sans Pro', Tahoma, Arial, sans-serif;
    text-align: left;
}

/* --- Cơ sở khác --- */

.boxHB {
	padding: 10px 20px;
    /*margin-bottom: 20px;*/
    border: 2px dashed #39C0ED;
    border-radius: 10px;
}
.boxHB h3{
    text-align: center;
    /*line-height: 2em;*/
    background-color: #39C0ED;
    color: #fff;
    padding: 15px 15px;
}

.maxHeight {
    height: 100%;
}

.maxWidth {
    width: 100%;
}



/* --- Cơ sở 1 --- */

.bg-primary {
  background-color: #39C0ED !important; }

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px; }
  .info-wrap .dbox:last-child {
    margin-bottom: 0; }
  .info-wrap .dbox p {
    margin-bottom: 0;
    color: #FFF; }
    .info-wrap .dbox p span {
      font-weight: 600;
      color: #FFF; }
    .info-wrap .dbox p a {
      color: #FFF; }
  .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); }
    .info-wrap .dbox .icon span {
      font-size: 20px;
      color: #FFF; }
  .info-wrap .dbox .text {
    width: calc(100% - 50px); }

.info-wrap {
    margin-top: -20px;
    margin-bottom: -20px;
    border-radius: 5px; } 

  .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); }
    .info-wrap .dbox .icon span {
      font-size: 20px;
      color: #FFF; }
  .info-wrap .dbox .text {
    width: calc(100% - 50px); }



/* --- LienKet --- */

.LienKet li {
    margin-bottom: 5px;
}

.LienKet li a {
    display: block;
    padding: 5px 10px;
    background-color: #284F9E;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.LienKet li a:hover {
    background-color: #ECC354;
    color: #fff;
    border-bottom: 0;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.LienKet li .CIco {
    margin-right: 10px;
}

.LinkIconMenu {
    display: inline-block;
}

.LinkIconMenu .CIco>div {
    width: 32px;
}

.LinkIconMenu ul li {
    float: right;
    margin-left: 14px;
    margin-bottom: 10px;
}



.HeaderSubContent {
    background: rgba(242, 241, 235, 1);
    background: -moz-linear-gradient(left, rgba(242, 241, 235, 1) 0%, rgba(245, 244, 239, 1) 26%, rgba(245, 244, 240, 0) 29%, rgba(252, 252, 252, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 241, 235, 1)), color-stop(26%, rgba(245, 244, 239, 1)), color-stop(29%, rgba(245, 244, 240, 0)), color-stop(100%, rgba(252, 252, 252, 0)));
    background: -webkit-linear-gradient(left, rgba(242, 241, 235, 1) 0%, rgba(245, 244, 239, 1) 26%, rgba(245, 244, 240, 0) 29%, rgba(252, 252, 252, 0) 100%);
    background: -o-linear-gradient(left, rgba(242, 241, 235, 1) 0%, rgba(245, 244, 239, 1) 26%, rgba(245, 244, 240, 0) 29%, rgba(252, 252, 252, 0) 100%);
    background: -ms-linear-gradient(left, rgba(242, 241, 235, 1) 0%, rgba(245, 244, 239, 1) 26%, rgba(245, 244, 240, 0) 29%, rgba(252, 252, 252, 0) 100%);
    background: linear-gradient(to right, rgba(242, 241, 235, 1) 0%, rgba(245, 244, 239, 1) 26%, rgba(245, 244, 240, 0) 29%, rgba(252, 252, 252, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f1eb', endColorstr='#fcfcfc', GradientType=1);
}

.HeaderSub {
    width: 60%;
    display: inline-block;
    background-color: #f2f1eb;
    padding: 0px 30px 10px 0px;
    border-radius: 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px;
    -webkit-border-radius: 0px 100px 100px 0px;
    border: 0px solid #000000;
}



/* --- RESPONSIVE --- */

/* Small devices (tablets) */
@media (max-width: 767px) {
    .HeaderSub {
        width: 100%;
    }
    #mapLHU {
        height: 250px;
        width: 100%;
    }
    .NewsDetail .NContent * {
        max-width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    #mapLHU {
        height: 450px;
        width: 100%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width:991px) {
    .HeaderSub {
        width: 80%;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width:992px) and (max-width:1199px) {
    #mapLHU {
        height: 450px;
        width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    #mapLHU {
        height: 450px;
        width: 100%;
    }
}