.logo {
    margin: auto;
}
/*.container {
    width: 100%;
    max-width: 1160px;
}*/
a:hover{
  color: #000;
}
a{
  color: #000;
}
h1.text-center.title-logo {
    font-size: 14px;
    white-space: nowrap;
    font-family: UTMFuturaExtra;
    color: #00aeef;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    margin-top: 10px;
}
h1.text-center.title-logo:before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  height:1px;
  background: #00aeef;
  top: -6px;
  width: 70%;
    margin: auto;
}
ul.logoin,ul.addess,ul.time-header{
  list-style: none;
}
ul.logoin li,ul.time-header li{
  display: inline;
}
.info-address .item ul{border-left: 1px solid #CCC;}
ul.addess {
        position: relative;
        padding: 0;
        text-align: left;
        padding-left: 70px;
        margin-bottom: 0;
}
.p_re{
  position: relative;
}
ul.addess li {
    /*text-align: right;*/
}
ul.addess li,ul.addess li a {
    font-size: 14px;
    color: #ff3300;
    font-family: SVN-SegoeUIBold;
}

ul.time-header li a{
    font-size: 15px;
    /* font-family: SVN-SegoeUIBold; */
    color: #3099f4;
}
ul.time-header li{
    font-size: 8px;
}
ul.time-header li:nth-child(2){
    border-right: 1px solid #00aeef;
    border-left: 1px solid #00aeef;
    padding: 0px 4px;
    margin: 0 4px;
}
.slogan{
    position: relative;
}
.slogan:before,
.slogan:after{
    content: ' ';
    position: absolute;
    width: 30px;
    height: 20px;
}
.slogan:before{
    background: url(../../img/icon/ngoactrai.png);
    background-size: 70%;
    background-repeat: no-repeat;
    left: 13%;
    top: 10px;
}
.slogan:after{
    background: url(../../img/icon/ngoacphai.png);
    background-size: 70%;
    background-repeat: no-repeat;
    bottom: 10px;
    right: 10%;
}

.slogan-inner >h3{
    padding-top: 27px;
    padding-bottom: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 20px;
}
/*------menu----------*/
.main-menu .nav-main-menu li a {
    color: #000;
    padding: 10px 24px;
    text-transform: uppercase;
}
.main-menu .nav-main-menu li{
    position: relative;
}
.main-menu .nav-main-menu .active a,
.main-menu .nav-main-menu li a:hover{
  background:#fff;
  box-shadow:none;
  color:#00aeef;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

}
.main-menu .nav-main-menu li a::before{
  content:''; text-align:center;
  border-bottom: 2px solid #00aeef !important;
  width:0%;
  -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.main-menu .nav-main-menu .active a::after,
.main-menu .nav-main-menu li a:hover::after{
  content:'';
  border-bottom: 2px solid #00c100 !important;
  width:100%;
  left:0;right:0;text-align:center;margin:0 auto;
  position:absolute;
  left:0;right:0;
  bottom:0;
}
.main-menu .nav-main-menu .active a::before,
.main-menu .nav-main-menu li a:hover::before{
  content:'';
  border-bottom: 2px solid #00aeef !important;
  width:100%;
  left:0;right:0;text-align:center;margin:0 auto;
  position:absolute;
  left:0;right:0;
  bottom:0;z-index:1;
}
.main-menu .navbar:after {
    content: '';
    position: absolute;
    background: #00aeef;
    height: 2px;
    width: 100%;
    bottom: 0px;
}
.nav-toggle {
    min-height: 0px;
    background: #fff;
    border-radius: 0px;
}
.logo-nav{
    width: 70px;
    margin: auto;
    margin-top: 4px;
} 
.color-3099f4{
  color: #00aeef;
  font-size: 22px;
}
/*---*/
.wrapper{
    position: relative;
}
.caption-1{
    position: absolute;
    bottom: 0px;
    background: transparent;
    color: #fff;
        padding: 0px 25px 10px 10px;
    text-transform: uppercase;
    min-height: 0px;
    z-index: 1;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.caption-1 h2{
  font-size: 18px;
  font-family: SVN-SegoeUIBold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-transform: none;
}
.wrapper .bg-position{
    background: rgba(0, 0, 0, 0.32);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
/*------*/
.news-list .prev, .news-list .next {
    font-size: 50px;
    background: #000;
    color: #fff;
    width: 40px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    margin: auto;
    text-align: center;
    top: 45%;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s,opacity .5s linear;
}
.news-list:hover .prev, .news-list:hover .next{
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.61);
    transition: visibility .5s,opacity .5s linear;
}
.news-list .prev::before, 
.news-list .next::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
}
.news-list .next
{
    background-position: -134px -31px;
    left: 20px;
}
.news-list:hover .news-list .next,
.news-list:hover .news-list .prev
{
  display: block !important;
}
.news-list .prev{
    background-position: -205px -31px;
    right: 20px;

}
/*-----*/
.news-list .owl-dots {
    position: absolute;
    text-align: center;
    margin: auto;
    bottom: 0px;
    right: 0;
    display: none !important;
}
.news-list .owl-dot {
    width: 15px;
    height: 15px;
    background: rgba(0, 174, 240, 0.39);
    border-radius: 50%;
    margin: 2px 2px;
}
.news-list .owl-dot.active{
    width: 15px;
    height: 15px;
    background: #00aeef;
    border-radius: 50%;
    /* display: inline-table; */
}
.silebar-sm {
    position: relative;
    margin-top: 10px;
    margin-bottom: 13px;
}
.caption-1-silebar {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 0px 10px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.slider{
  background: #f2f3f7;
  /*padding: 0px 20px;*/
}
.silebar-sm img{
    width: 100%;
}
.silebar-inner {
    padding: 1px 10px;
    background: #fff;
}
.silebar-video{
  background: #fff;
  /* padding-top: 20px; */
  padding-bottom: 15px;
}
header.hd-share-video {
    width: 0px;
    height: 0px;
    border-right: 13px solid transparent;
    border-top: 30px solid #00aeef;
    border-left: 51px solid #00aeef;
    border-bottom: 30px solid #00aeef;
    position: relative;
    float: left;
}
header.hd-share-video span{
    position: absolute;
    left: -40px;
    top: -25px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.title-video {
    position: relative;
}
span.title-detail-inner {
    font-size: 15px;
    float: left;
    /*position: absolute;*/
    top: 0px;
    left: 67px;
    right: 10px;
    bottom: 0px;
    overflow: hidden;
    line-height: 20px;
}
.video-inner{
  padding: 10px 7px;
  position: relative;
}
.video-title {
    background: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-family: SVN-SegoeUIBold;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.video-list .next
{
  overflow: hidden;
  cursor: pointer;
  bottom: -5px;
  display: none;
  position: absolute;
  color: #3099f4;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  padding-left: 5px;
  left: 32px;
}
.video-list .next:hover
{
  background-position: -10px -31px; 
}
.video-list .prev
{
  overflow: hidden;
  cursor: pointer;
  display: none;
  bottom: -5px;
  position: absolute;
  right: 0px;
  color: #3099f4;
  width: 22px;
  height: 22px;
  padding-top: 5px;
  padding-left: 7px;
}
.video-list .owl-dots {
    top: -15px;
    text-align: center;
    margin: auto;
    counter-reset: section;
    float: right;
    left: auto;
    right: 28px;
    position: relative;
}
.video-list .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-table;
    margin: 0px 2px;
    font-weight: bold;
}
.video-list .owl-dot:before {
    counter-increment: section;
    content: counter(section);
}
.video-list .owl-dot.active{
    width: 20px;
    height: 20px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-table;
    color: #3099f4;
}
.video-list .owl-controls {
    position: static;
    padding-bottom: 10px;
    background: #fff;
}
.video-list .owl-nav{
    min-width: 191px;
    display: inline-block;
    position: relative;
    left: auto;
    right: 7px;
    float: right;
}
span.icon-home {
    background: url("../../img/icon/icon-home.png") no-repeat;
    width: 40px;
    height: 40px;
    /* float: left; */
    display: table-cell;
}
.title-header h3{
  font-family: SVN-SegoeUI;
  text-transform: inherit;
  vertical-align: middle;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 18px !important;
  font-weight: bold;
  float: left;
  margin-top: 0;
}
.title-header h3 a,
.title-header a h3,
.title-header h3,
.title-header-lk h3 a,
.title-header-lk h3{
    color: #f30;
    font-family: Arial, Helvetica, sans-serif;
}
.media-inner {
    min-height: 320px;
    margin-bottom: 10px;
    overflow: hidden;
}

.media>.pull-left{
  margin: 0px !important;
}
.video-item {
    position: relative;
}
.video-caption {
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    padding: 15px 30px;
    padding-bottom: 5px;
    padding-left: 15px;
    left: 10px;
    right: 10px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    z-index: 2;
}
.video-caption a {
    color: #fff;
}
.title-header:before {
  content: "";
}
.title-header:after {
  content: "";
}
/*.box-2 .media-left img {
    filter: grayscale(100%);
}
*/
.box-2 .media-inner:hover .media-left img{
    filter: grayscale(0%);
}
.listqh {
    position: relative;
    /*height: 210px;*/
    overflow: hidden;
}
.thumb-155-pr{
  height: 149px;
}
.listqh-inner {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-family: SVN-SegoeUIBold;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    display: none;
}
.listqh-inner a{
  color: #fff;
}
.listqh-ds {
    position: relative;
    padding: 5px 0px;
}
/*.listqh img{
  filter: grayscale(100%);
}*/
.listqh-ds:before{
    content: '';
    position: absolute;
    top: 0px;
    border-top: 1px solid #fff;
    width: 15%;
    border-bottom: 1px solid #fff;
    height: 100%;
    left: 0px;
    border-left: 1px solid #fff;
}
.listqh-ds:after{
    content: '';
    position: absolute;
    top: 0px;
    border-top: 1px solid #fff;
    width: 15%;
    border-bottom: 1px solid #fff;
    height: 100%;
    right: 0px;
    border-right: 1px solid #fff;
}
.bg-mo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.item:hover .listqh img{
    filter: grayscale(0%);
}
.item:hover .bg-mo,
.item:hover .listqh-inner{
    display: block;
    transition: 0.4;
}
.personal-info.dg {
    color: #3099f4;
    background: #f2f3f7;
    padding: 3px 10px 3px 10px;
}
.an .bg-mo1{
    position: absolute;
    width:    100%;
    height: 100%;
    top: 0px;
    /*background: rgba(0, 0, 0, 0.4);*/
    display: none;
}
.an:hover .bg-mo1{
  display: block;
}
.newss .thumbnail{
  position: relative;
}
.newss .caption{
    position: absolute;
    bottom: 0px;
    padding: 6px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
}

.newss .caption a strong {
    text-align: left;
}
.newss .caption a{
  color: #fff;
}

.newss .caption:before {
    border: 0;
}
.thanks-title{
      width: 0px;
      height: 0px;
      border-right: 10px solid transparent;
      border-top: 10px solid #00aeef;
      border-left: 75px solid #00aeef;
      border-bottom: 10px solid #00aeef;
      position: absolute;
      float: left;
      z-index: 1;
}
.thanks-title span{
  position: absolute;
  left: -70px;
  top: -9px;
  font-size: 12px;
  font-family: SVN-SegoeUIBold;
  color: #fff;
}
.banner-contanr{
  position: relative;
  padding: 20px;
  border: 1px solid #ccc;
  min-height: 185px;
  margin-bottom: 10px;
}
.banner-contanr img {
  width: 200px !important;
}

.banner-footer .banner-contanr img {
    width: auto !important;
}
.banner-contanr:before {
    content: " ";
    top: 20px;
    border-left: 1px solid #fff;
    height: 70%;
    left: -1px;
    position: absolute;
}
.banner-contanr:after {
    content: " ";
    top: 20px;
    border-left: 1px solid #fff;
    height: 70%;
    right: -1px;
    position: absolute;
}
footer.footer {
    background: #f2f3f7;
    padding-top: 5px;
}
.footer-title {
    font-size: 18px;
    font-family: SVN-UTMTrajanProBold_0;
    color: #ff3300;
    text-transform: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
}
.copy-right {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    background: #00aeef;
}
.online-donate {
    position: relative;
    float: left;
}
.financial-services {
    text-align: center;
    position: absolute;
    bottom: 0;
}
.listqh-home {
    position: relative;
    overflow: hidden;
    display: table;
}
button.th {
    position: absolute;
    bottom: 40px;
    margin: auto;
    left: 30%;
    border: 0;
    padding: 5px 20px;
    background: red;
    color: #fff;
}
button.th:hover {
    background: #111111;
}
.video-item:nth-child(1){
  margin-bottom: 20px;
}
.video-item:nth-child(2){
  margin-bottom: 13px;
}
.video-item:nth-child(2) img{
  height: 190px;
}
.video-item:nth-child(3) img{
    height: 190px;    
}
.thumb-155 {
    height: 140px ;
}
.thumb-size {
    overflow: hidden;
}
.thumb-table {
    display: table;
    width: 100%;
}
.media-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    /* border: 1px solid; */
    margin: auto;
    /* text-align: center; */
}
.media-table-cell:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 100% 100%;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='10');
}
.thumb-150{
  height: 140px;
}
.title-dg{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: absolute !important;
    bottom: 5px;
    background: #fff;
}
.media-object-img{
  position: relative;
}
.media-height-img {
    /* height: 200px; */
    overflow: hidden;
    text-align: center;
    position: relative;
}
.title-header,
.title-header-list-item{
  display: table;
  width: auto;
  margin-bottom: 0px;
  /* margin-top: 10px; */
  position: relative;
  vertical-align: middle;
}
/* .info-right,.benefactor .media{position:relative;}
.info-right:after,.benefactor .media:after {
    content:'';
    position:absolute;
    top:0;bottom:0;left:0;right:0;
    overflow: hidden;
    background: -webkit-linear-gradient(135deg, #00aeef 50%, transparent 50%);
    background: linear-gradient(-45deg, #00aeef 50%, transparent 50%);
    z-index:-1;opacity:0.5;
} */
.title-header-list-item h3:before{
  width: 100%;
}
.title-header h3:before, .title-header-list-item h3:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    /* left: -15px; */
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, #00aeef 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0)), color-stop(50%,#00aeef), color-stop(90%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 10%,#00aeef 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00aeef 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00aeef 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00aeef 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}
.plrp20{

  padding-left: 20px;
}
.annhan {
    position: relative;
}
.annhan .owl-nav {
    position: absolute;
    top: -30px;
    right: 0px;
    background:#fff;
}
.annhan .owl-nav .next {
  background: #11d5ff;
  padding: 4px 6px;
  margin-right: 10px;
  color:#fff;
  cursor: pointer;
}
.annhan .owl-nav .prev {
    background: #11d5ff;
    padding: 4px 6px;
    cursor: pointer;
    color:#fff;
}
.breadcrumb>.active {
    color: #00aeef !important;
}
.breadcrumb>.active a{
    color: #00aeef !important;
}
ol.breadcrumb.page-breadcrumb.mt20 {
    padding-left: 0;
    /* position: absolute; */
    /* top: -70px; */
    margin-top: 0;
}
.posi-title-fading-line {
    top: -14px;
    left: -55px;
    z-index: -1;
}
.newss-list-intro .thumbnail{
  position: relative;
}
.newss-list-intro .caption{
    position: absolute;
    bottom: 0px;
    padding: 22px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
}
.newss-list-intro .caption a{  color: #fff;
}
.newss-list-intro .owl-nav {
   position: absolute;
   top: -39px;
   right: 0px;
   background:#fff;
   font-size: 24px;
}
.newss-list-intro .owl-nav .next {
   padding: 4px 12px;
   margin-right: -1px;
    color: #ccc;
    cursor: pointer;
    border: 1px solid #ccc;
}
.newss-list-intro .owl-nav .prev {   padding: 4px 12px;
    color: #ccc;
    cursor: pointer;
    border: 1px solid #ccc;
}
.listqh-inner-ma{
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #fff;
    font-family: SVN-SegoeUIBold;
    text-transform: capitalize;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.41));
}
.media-list{
  height: 248px;
  margin-bottom: 20px;
}

.gallery-fig {
    position: relative;
}
span.date-bg.text-center {
    position: absolute;
    top: 0;
    right: 0;
    color: #00c100;
    background: rgba(0, 0, 0, 0.38);
}
figcaption.gallery-caption {
    color: #000;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 5px;
    height: 50px;
}

.hdtt figcaption.gallery-caption {
    border-bottom: 0px;
}

.hdtt figcaption.gallery-caption:before {
    border: 0px;
}
figcaption.gallery-caption:before{
  content: " ";
  border-right: 1px solid #ccc;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.media_an{
  margin-top: 5px;
}
/*figure{
  height: 220px;
}*/
.thumb-190{
  height: 190px !important;
}
.benefactor hr {
    margin-top: 7px;
    margin-bottom: 0;
}
div.benefactor:nth-child(5) hr,
div.benefactor:nth-child(6) hr{
  display: none;
}
ul.categori-footer {
    padding-left: 0;
    list-style: none;
    font-family: SVN-SegoeUI;
}

ul.categori-footer li a {
    color: #000;
    font-size: 14px;
}
.btn-submit-footer {
    background: #00c100;
    border-radius: 0;
    padding: 5px 15px;
    color: #fff;
    font-family: SVN-SegoeUIItalic;
}

.btn-submit-footer:hover {
    color: #fff;
}

.about {
    position: relative;
}
.about-inner{
  position:relative;
  margin-top: -230px;
  width:100%;
  bottom:0;
  left:0;
  right:0;
  float: left;
  z-index: 1;
  overflow: hidden;
  }
.about-inner>div{
  position:relative;
}
.about-inner>div>h4{
    position: absolute;
    top: 82px;
    max-width: 45%;
}
.about-inner:before {
  content: '';
  position: relative;
  background: url("../../images/cong.png") no-repeat 100% / 100% 100%;
  padding-top: 0;
  width: 100%;
  float: left;
  height: 167px;
  z-index: -1;
}
.about-inner:after{
  content: '';
  background: #f3f3f3;
  position:absolute;
  left:0;
  right:0;
  bottom: 0;
  top: 166px;
  z-index: -1;

}
/*.bg-beackum {
    background: url(../../images/Banner_1300x200.jpg) no-repeat;
    margin-top: 20px; 
    height: 290px;
    position: relative;
    background-size: cover;
}*//*
.video-list .owl-carousel .owl-video-wrapper {
    height: 135px !important;
}*/
.video-list.owl-carousel .owl-video-play-icon{
      background: url("../../images/owl.video.play.png") no-repeat !important;
}
.owl-carousel .owl-video-frame iframe {
    width: 100%;
}
.videoplay-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background:url("../../images/owl.video.play.png") no-repeat !important;
    cursor: pointer;
    z-index: 1;
}
.categori-footer a{
  color: #fff;
  border-left: 1px solid #ddd;
  padding: 0 5px
}
.categori-footer a:first-child{
  border-left:none;
}
.bg-beackum {
    background: url(../../images/Banner_1920x200_op5.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg-beackum .background-1 a {
    color: #fff;
    text-align: center;
    float: none;
    margin: auto;
    display: -webkit-inline-box;
}
.more-info {
    color: #ccc !important;
    font-size: 14px;
}
.ltype {
    color: #00c100;
    font-size: 20px !important;
    vertical-align: middle;
    padding-right: 5px;
}
.rthumbnail img{
  width: 100%;
  height: 178px;
}
.rthumbnail {
    height: 309px;
    margin-bottom: 10px;
    overflow: hidden;
}
.news-item .rthumbnail .caption {
    border-bottom: 1px solid #ccc;
    position: relative;
    height: 130px;
    overflow: hidden;
}

.rthumbnail .caption a {
    display: inline-block;
}

.news-item .rthumbnail .caption:after {
    content: " ";
    position: absolute;
    right: 0;
    border-right: 1px solid #ccc;
    height: 20px;
    bottom: 0;
}
.newss-list-intro .caption:before {
  content: " ";
  border-right: 0;
}
.rthumbnail .detail {
  height: 60px;
  margin-bottom: 0;
}
div.ungho:nth-child(1) .background-1 {
    background: url(../../images/bg-lienhe1.png);
    background-repeat: no-repeat;
    background-position: -326px;
    height: 280px;
    background-color: #f3f3f3;
    position: relative;
}
div.ungho:nth-child(2) .background-1 {
    background: url(../../images/bg-lienhe2.png);
    background-repeat: no-repeat;
    background-position: -280px;
    height: 280px;
    background-color: #f3f3f3;
    position: relative;
}
div.ungho:nth-child(3) .background-1 {
    background: url(../../images/bg-lienhe3.png);
    background-repeat: no-repeat;
    background-position: -140px;
    height: 280px;
    background-color: #f3f3f3;
    position: relative;
}
.node-factor {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.ungho .background-1 h3 {
    padding: 10px 30px 10px 30px;
    background: url(../../images/bg-lienhe.png);
    background-size: 100% 100%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 0;
}

.ungho .background-1 p{
  list-style: 100px;
}
.lh-uh {
     padding: 0px 10px 0px 10px; 
    position: relative;
    font-size: 16px;
    font-family: SVN-SegoeUIBold;
    color: #000;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.lh-uh:before{
    border-top: 2px solid #00c100;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.lh-uh:after {
    border-top: 2px solid #00c100;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.send-button {
    float: right;
    border: 0px;
    background: #11d5ff;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    padding: 7px 30px;
    font-family: SVN-SegoeUIItalic;
    margin-top: 10px;
}
.uh-center{
      font-size: 16px;
    font-family: SVN-SegoeUIBold;
    color: #000;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}
.media-thum {
    height: 239px;
    display: table;
    margin: auto;
}
.media_form_thum{
      height: 220px;
      display: table-cell;
      vertical-align: middle;
}
ul.pagination >li:first-child >a,
ul.pagination >li:last-child >a {
   d;
   padding: 5px 10px;
   color: #000;
}
ul.pagination >li>a {
    border-radius: 0;
    border: 0px;
    margin-left: 5px !important;
    padding: 5px 6px;
    color: #000;
    font-weight: bold;
    position: relative;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li.current>a{
    background: #fff;
    color: #00c100;
    border: 1px solid #00c100;
}

.pagination>li>a:hover:before,.pagination>li.current>a:before {
    width: 100%;
    height: 65%;
    position: absolute;
    border-left: 1px solid #ffffff;
    /* border-right: 1px solid #00c100; */
    content:" ";
    left: -1px;
    top: 5px;
}
.pagination>li>a:hover:after,.pagination>li.current>a:after {
    width: 100%;
    height: 65%;
    position: absolute;
    border-right: 1px solid #ffffff;
    content:" ";
    right: -1px;
    top: 5px;
}
.background-1.table-cell.middle{
  width: auto;
}
.media-inner .media-body.info-right {
    margin-top: 10px;
}
.thumb-155-ab{
  height: 155px;
}
.abum {
    height: 210px;
    margin-bottom: 10px;
}
.title-header-lk {
    display: table;
    width: auto;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
}
.title-header-lk h3 {
    font-family: SVN-SegoeUI;
    text-transform: none;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: bold;
}
.title-header-lk h3:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    /* left: -15px; */
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, #00aeef 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0)), color-stop(50%,#00aeef), color-stop(90%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 10%,#00aeef 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00aeef 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00aeef 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00aeef 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}
/*----*/
.news-list-lk .owl-dots {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
    display: none !important;
}
.news-list-lk .owl-dot {
    width: 15px;
    height: 15px;
    background: #867a7a;
    border-radius: 50%;
    display: inline-table;
    margin: 0px 2px;
}
.news-list-lk .owl-dot.active{
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    display: inline-table;
}
.news-list-lk .next{
  background-position: -128px -41px;
  left: 0;
  display: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 5px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0 !important;

}
.news-list-lk .prev{
  background-position: -192px -40px;
  right: 0;
  display: none;
  border-radius: 5px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  
}

.news-list-lk .prev, .news-list-lk .next {
    font-size: 40px;
    background: #000;
    color: #fff;
    width: 30px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    margin: auto;
    text-align: center;
    top: 45%;
    visibility: hidden;
    opacity: 0;
    transition: visibility .5s,opacity .5s linear;
}
.news-list-lk:hover .prev, .news-list-lk:hover .next{
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.61);
    transition: visibility .5s,opacity .5s linear;
}
.abum-list {
    height: 225px;
}
footer.footer hr {
  border-color: #c1c1c1;
  margin-top: -5px !important;
}
.bg-white{
  background: #fff;
  padding-bottom: 13px;
}
.thumb-115{
  height: 115px;
}
h1.text-center.title-logo-xs {
    font-size: 14px;
    /* white-space: nowrap; */
    font-family: UTMFuturaExtra;
    color: #00aeef;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    margin-bottom: 0;
}
.thumb-180{
  height: 180px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.title-header-lk-tt{
  width: 100%;
  display: table;
  text-align: center;
}
article.video {
    /* border-top: 1px solid #eee; */
    margin-top: 10px;
}
article.video header{
    margin-top:5px
}
.news-list-footer .news {
    border-top: 1px solid #eee;
}
figcaption.gallery-caption a strong {
    text-transform: none !important;
}
span.emergency {
    color: black;
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
     /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255, 0, 0, 0), white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 0, 0, 0), white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 0, 0, 0), white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 255, 255, 0), white); /* Standard syntax */
}

span.emergency i {
    padding-right: 5px;
    color: red;
}
article.box-2 {
    border-top: 1px solid #eee;
}

article.box-2 a span {
    color: #3099f4 !important;
}
p.view.color-fff {
    color: #fff;
}
.silebar-inner .silebar-sm img {
    height: 157px;
}
.donate-item.donate-lh form {
    height: 239px;
    margin: auto;
    padding: 0px 10px 0px 10px;
    position: relative;
    font-size: 16px;
    font-family: SVN-SegoeUIBold;
    color: #000;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
h1.title-logo p:nth-child(1) {
    color: #00aeef;
    margin-bottom: 2px !important;
    font-family: sans-serif;
    font-size: 12px;
    text-shadow: none;
}
h1.title-logo p:nth-child(2) {
    margin-bottom: 5px;
    color: #fe8d3f;
}
.thumb-10 {
    height: 393px;
}
div#jssor_1 {
    width: auto !important;
}

.focus .media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left{
  padding-right: 5px;
}
.focus .media-object {
    display: block;
}
.bg-beackum img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    display: table-cell;
    margin-top: 15px;
}
.title-beackum:before {
    border-left: 2px solid #fff;
    height: 60%;content: " ";
    position: absolute;
    left: 0;
    top: 25px;
}

div.beackum-item:nth-child(2) .title-beackum:before {
    border: 0;
}
.title-beackum {
    position: relative;
    padding-left: 20px;
}
div.beackum-item:nth-child(1) .title-beackum:before {
    top: 5px;
}
.title-beackum h3 {
    text-transform: uppercase;
    font-size: 20px;
}
/*.newss-list-intro .thumb-190 {
    height: auto !important;
}*/
div.beackum-item:nth-child(2) .title-beackum {
    padding-left: 0;
    height: auto;
}
div.beackum-item:nth-child(2) .title-beackum #beackum-donate img{
  height: 0px;
}

div.beackum-item:nth-child(2) .title-beackum h3 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #003366;
}

div.beackum-item:nth-child(2) .title-beackum p {
    margin-bottom: 0;
    color: #003366;
}
.thanks .owl-item {text-align: center;}
.media.focus {
    height: 56px;
}
.col-xs-8.col-xs-55.col-sm-4.col-md-4.col-lg-4.media-inner
 img {
    height: 230px;
}
.item-dsl .listqh img{
    filter: grayscale(0%);
}
.item-dsl .bg-mo,
.item-dsl .listqh-inner{
    display: block;
    transition: 0.4;
}
div.item-list-hepp:nth-child(1) .ds-dacbiet {background: #f42f2f;}
div.item-list-hepp:nth-child(2) .ds-dacbiet {
    background: #ff7011;
}
div.item-list-hepp:nth-child(3) .ds-dacbiet {
    background: #11d5ff;
}
div.item-list-hepp:nth-child(4) .ds-dacbiet {
    background: #36c341;
}
div.item-list-hepp .ds-dacbiet{
    padding: 5px 20px;
    border-radius: 50px;
}
div.item-list-hepp .ds-dacbiet a{
/*     color:#3099f4; */
color:#fff;
}
.family-slide .owl-nav {
    position: absolute;
    top: -30px;
    right: 0px;
    background:#fff;
}
.family-slide .owl-nav .next {
  background: red;
    padding: 4px 6px;
  margin-right: 10px;
    color:#fff;
    cursor: pointer;
}
.family-slide .owl-nav .prev {
    background: red;
    padding: 4px 6px;
    cursor: pointer;
    color:#fff;
}
.item_home_list {
    position: relative;
}
.col-xs-16.col-sm-16.col-md-16.col-lg-16.inline-list.mb20 h3 {
    margin-top: 16px;
}
.online-donate-xs {
    background: url('../../images/OurVision2.png') no-repeat;
    background-position: right;
    background-color: rgb(255, 255, 255);
}
.online-donate-right{
    background: url('../../images/OurVision2.png') no-repeat;
    background-position: right;
    background-color: rgb(255, 255, 255);
    height: 180px;
}
.online-donate-xs h3,.online-donate-xs .financial-services {
    position: absolute;
    left: 30px !important;
}
.online-donate-xs h3 {
    bottom: 0px;
    text-transform: uppercase;
    font-family: SVN-SegoeUIBold;
    font-size: 30px;
}

.online-donate-xs .financial-services {
    top: 15px;
    bottom: auto !important;
}
.fixhr hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.fixhr hr:last-child{
    margin-bottom: 0px;
    border-top: 0px solid #ccc;
}
.txtdonate{
  width: 150px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-top: 75px;
}

.online-donate-top{
    background: url('../../images/OurVision2.png') no-repeat;
    background-position: right;
    background-color: rgb(255, 255, 255);
    height: 60px;    
    background-position-y: -30px;
    background-position-x: -56px;    width: 300px;
}
.online-donate-top .financial-services {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 135px;
}
.online-donate-top h4{
  position: absolute;
  left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  width: 120px;
  margin-top: 13px !important;
}
.online-donate-right h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    width: 135px;
    margin-top: 75px;
}
.news-item-slider .wrapper {
    height: 350px;
    overflow: hidden;
}
.news-item-slider .wrapper a {
    height: 350px;
    display: flex;
    align-items: center;
}
.bg_item_img_slider {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.form-group label{
  font-weight: normal !important;
}
.share-top {
    background: #ebebeb;
    margin-top: 10px;
    padding-top: 9px;
    padding-bottom: 8px;
}
.share-top a {
    font-size: 17px;
}
.share-top i {
    font-size: 25px;
    vertical-align: middle;
}
.share-top div:nth-child(1) a {
    color:#3b5998;
}
.share-top div:nth-child(2) a {
    color: #1da1f2;
}
.share-top div:nth-child(3) a {
    color: #db4437;
}
.share-top div:nth-child(4) a {
    color: #cc181e;
}
.share-top .col-xs-8 {
    margin: 8px 0;
}
.text-center.phone_line {
    border-radius: 5px;
    padding: 0px 7px;
}
button.btn.btn-donate {
    background: transparent;
}
button.btn.btn-donate:focus {
    outline: oldlace;
}
button.btn.btn-donate .white-space {
    white-space: pre-line !important;
    text-align: left !important;
}