/*// default font face
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/basefonts/Roboto-Regular.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/basefonts/Roboto-Medium.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/basefonts/Roboto-Bold.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/basefonts/Roboto-Black.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/awesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,900,700,500&subset=latin,vietnamese);*/
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome !important;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  cursor: default;
  speak: none;
}
label {
  font-weight: 400;
}
.font-base {
  font-family: 'Roboto', sans-serif !important;
}
.nomargin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
body {
  background-color: white;
}
* {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1em;
  outline: 0px !important;
}
a {
  text-decoration: none;
  color: #333333;
}
h1 {
  font-size: 2.188em;
}
h2 {
  font-size: 1.429em;
}
h3 {
  font-size: 1.286em;
}
h4 {
  font-size: 1.143em;
}
.share-social {
  line-height: 0.7;
  margin: 15px 0;
  float: left;
}
#header .top-nav {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
#header .top-nav .block-logo a:hover,
#header .top-nav .block-logo a:active,
#header .top-nav .block-logo a:focus {
  text-decoration: none;
}
#header .top-nav .block-logo a h1 {
  color: #fdb813;
  font-weight: 700;
}
#header .top-nav .block-right {
  text-align: right;
}
#header .top-nav .block-right a {
  color: #40444b;
  font-size: 1em;
}
#header .top-nav .block-right .nav-link ul {
  list-style: none;
  float: left;
  margin-top: 4px;
  padding: 0 !important;
}
#header .top-nav .block-right .nav-link li {
  border-right: 1px solid #40444b;
  display: inline;
  padding: 0 8px 0 5px;
  font-size: 0.571em;
}
#header .top-nav .block-right .nav-link li .hello {
  font-size: 14px;
}
#header .top-nav .block-right .nav-link li:last-child {
  border: 0;
  padding-right: 0;
}
#header .top-nav .block-right .nav-link li a {
  font-size: 12px !important;
}
#header .top-nav .block-right .nav-link .language input[type=radio] {
  display: none !important;
}
#header .top-nav .block-right .nav-link .language label {
  cursor: pointer;
}
#header .top-nav .block-right .hotline {
  display: block;
}
#header .top-nav .block-right .hotline .phone-number {
  font-size: 1.786em;
  background: url(../images/icons/icon-phone.png) center left no-repeat;
  padding-left: 40px;
  display: inline-block;
}
#header .nav-menu {
  background: #fdb813;
  /*font-size: 0.750em;*/

}
#header .nav-menu .navbar {
  border: 0 !important;
  margin: 0 !important;
  font-weight: 600;
  /*min-height: 36px;*/

}
#header .nav-menu .navbar .navbar-nav {
  font-size: 12px;
}
#header .nav-menu .navbar .navbar-nav > li {
  border-right: 1px solid #eeac0d;
}
#header .nav-menu .navbar .navbar-nav > li > a {
  text-transform: uppercase;
}
#header .nav-menu .navbar .navbar-nav > li > a:hover,
#header .nav-menu .navbar .navbar-nav > li > a:focus,
#header .nav-menu .navbar .navbar-nav > li > a:active {
  background: #eeac0d;
}
#header .nav-menu .navbar .navbar-nav > li:last-child {
  border-right: 0;
}
#header .nav-menu .navbar .navbar-nav > .open > a:hover,
#header .nav-menu .navbar .navbar-nav > .open > a:focus,
#header .nav-menu .navbar .navbar-nav > .open > a:active {
  background-color: #eeac0d !important;
}
#header .nav-menu .navbar .navbar-nav .has-submenu:after {
  width: 0;
  height: 0;
  border: 0.357em solid transparent;
  border-bottom: none;
  border-top-color: white;
  content: " ";
  vertical-align: middle;
  display: inline-block;
  bottom: 15%;
  position: absolute;
  left: 50%;
  right: 50%;
}
#header .nav-menu .navbar li > a {
  color: white;
}
#header .nav-menu .navbar .dropdown-menu {
  background: rgba(0, 0, 0, 0.5);
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 150% !important;
}
#header .nav-menu .navbar .dropdown-menu > li > a {
  padding: 8px 10px;
  font-size: 13px;
}
#header .nav-menu .navbar .dropdown-menu > li > a:hover {
  background-color: #fdb813;
}
#header .nav-menu .navbar-default {
  background: none;
  border-color: none;
}
#header .nav-menu .navbar-default .navbar-nav > .open > a {
  background-color: #eeac0d !important;
}
#block-slide {
  margin-top: 15px;
}
#block-slide .block-slide .carousel {
  overflow: hidden;
  max-height: 400px;
}
#block-slide .block-slide .carousel .carousel-caption {
  background: rgba(253, 184, 19, 0.6);
  text-shadow: none;
  border: 1px solid #684a00;
  padding: 20px;
  right: 10%;
  left: 50%;
  text-align: left;
  /*top: 25%;*/
  bottom: 25%;
}
#block-slide .block-slide .carousel .carousel-caption h3 {
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 500;
  margin: 15px 0 10px 0;
}
#block-slide .block-slide .carousel .carousel-caption h3 a {
  color: inherit;
}
#block-slide .block-slide .carousel .carousel-caption h3 a:hover,
#block-slide .block-slide .carousel .carousel-caption h3 a:focus,
#block-slide .block-slide .carousel .carousel-caption h3 a:active {
  color: inherit;
}
#block-slide .block-slide .carousel .carousel-control {
  opacity: 0.3;
  color: black;
  font-size: 6.25em;
}
#block-slide .block-slide .carousel .carousel-control:hover {
  opacity: 0.6;
  color: white;
}
#block-slide .block-slide .carousel .carousel-control .icon-next-item,
#block-slide .block-slide .carousel .carousel-control .icon-prev-item {
  top: 50%;
  line-height: 0;
  position: absolute;
  cursor: pointer;
}
#block-slide .block-slide .carousel .carousel-control .icon-next-item {
  right: 10%;
}
#block-slide .block-slide .carousel .carousel-control .icon-next-item:before {
  content: "\f105";
  cursor: pointer;
}
#block-slide .block-slide .carousel .carousel-control .icon-prev-item {
  left: 10%;
}
#block-slide .block-slide .carousel .carousel-control .icon-prev-item:before {
  content: "\f104";
  cursor: pointer;
}
#block-slide .block-slide .carousel .carousel-control.next {
  right: 0;
  left: auto;
}
#block-slide .block-slide .carousel .carousel-control.prev {
  left: 0;
  right: auto;
}
#block-slide .block-slide .carousel img {
  width: 100%;
}
#main-content {
  margin-top: 15px;
}
#main-content .block-left {
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
}
#main-content .block-left h4 {
  text-transform: uppercase;
  display: block;
  background: #fdb813;
  color: white;
  padding: 15px;
  margin: 0 !important;
}
#main-content .block-left .block-qc {
  overflow: hidden;
}
#main-content .block-left .block-qc img {
  width: 100%;
}
#main-content .block-left ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#main-content .block-left ul.relate-post > li a {
  background: url(../images/icons/icon-list.png) no-repeat left 35%;
  background-position: 1px 18px;
}
#main-content .block-left ul li {
  border-bottom: 1px solid #dbdbdb;
}
#main-content .block-left ul li:last-child {
  border: 0;
}
#main-content .block-left ul li a {
  padding: 10px 0 10px 10px;
  text-decoration: none;
  font-size: 1.125em;
  display: block;
}
#main-content .block-left ul li a:hover {
  color: #8ac007;
}
#main-content .empty {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #e6e6e6;
}
#main-content .block-right .intro {
  position: relative;
  text-align: justify;
  background: #8ac007;
  padding: 15px;
  line-height: 1.8;
  color: white;
  min-height: 215px;
}
#main-content .block-right .intro h2 {
  font-size: 1em;
  line-height: 1.5;
  margin: 5px 0;
  font-weight: 700;
}
#main-content .block-right .intro .image-intro {
  right: 1%;
  bottom: -30%;
  position: absolute;
}
#main-content .block-right .intro .image-intro img {
  width: 139px;
  height: 139px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid white;
  cursor: pointer;
  -webkit-box-shadow: 3px 5px 6px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 5px 6px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 5px 6px -6px rgba(0, 0, 0, 0.75);
}
#main-content .block-right .intro .image-intro img:hover {
  border-color: #fdb813;
}
#main-content .block-right .text-content {
  /*text-align: justify;*/
  position: relative;
  /*margin-top: 3.125em;*/
  overflow: hidden;
}
#main-content .block-right .text-content h2 {
  font-size: 1em;
  line-height: 1.5;
  margin: 5px 0;
  font-weight: 700;
}
#main-content .block-right .text-content img {
  width: 100%;
}
#main-content .block-right .bread-crumb {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
#main-content .block-right .bread-crumb ul {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}
#main-content .block-right .bread-crumb ul li {
  list-style: none;
  float: left;
  font-size: 1.125em;
}
#main-content .block-right .bread-crumb ul li.active {
  color: #fdb813;
}
#main-content .block-right .bread-crumb ul li:not(.active) a {
  color: inherit;
}
#main-content .block-right .bread-crumb ul li:not(.active) a:after {
  content: "";
  background-image: url(../images/icons/ar.png);
  display: inline-block;
  position: relative;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  background-size: contain;
}
#main-content .block-right .items .item {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#main-content .block-right .items .item h2 {
  line-height: 1.5;
  margin: 5px 0;
  text-transform: uppercase;
}
#main-content .block-right .items .item h2 a {
  text-decoration: none;
}
#main-content .block-right .items .item h2 a:hover,
#main-content .block-right .items .item h2 a:active,
#main-content .block-right .items .item h2 a:focus {
  color: #fdb813;
}
#main-content .block-right .items .item p {
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
#main-content .block-right .items .item img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
#main-content .block-right .items .item > a {
  float: right;
  display: block;
}
.map-images {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.map-images h3 {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
  text-transform: uppercase;
}
.map-images .info-map {
  padding-left: 0;
}
.map-images .info-map .title {
  font-weight: 600;
  color: #fdb813;
  font-size: 18px;
  text-transform: uppercase;
}
.map-images .info-map .phone {
  font-weight: 600;
}
.map-images .info-map .address {
  font-weight: 600;
  font-style: italic;
}
.map-images .img-map {
  padding-right: 0;
}
.map-images img {
  width: 100%;
}
#footer {
  background: #e6e6e6;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  color: #40444b;
  font-size: 0.929em;
}
#footer ul li {
  padding-bottom: 10px;
}
#footer ul li:last-child {
  padding-bottom: 0;
}
#footer ul li a:active#footer ul li a:focus {
  color: #40444b;
}
#footer .content-link .block-link .copy-right {
  font-size: 0.714em;
  text-transform: uppercase;
}
#footer .content-link .block-link .social {
  line-height: 2.5;
}
#footer .content-link .block-link .social b {
  font-size: 1.143em;
}
#footer .content-link .block-link .facebook {
  text-indent: -9999px;
  background: url(../images/icons/social-icon.png) no-repeat 1px center;
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
}
#footer .content-link .block-link .youtube {
  text-indent: -9999px;
  background: url(../images/icons/social-icon.png) no-repeat -32px center;
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
}
#footer .content-link .block-link .google {
  text-indent: -9999px;
  background: url(../images/icons/social-icon.png) no-repeat -62px center;
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
}
#footer .content-link .block-link .map {
  font-size: 1em;
  color: red;
}
#footer .content-link .block-link .map:before {
  content: "\f041";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  padding-right: 10px;
}
#footer .content-link .block-link .time-work {
  font-weight: 700;
  font-size: 1em;
  color: #6d6f74;
  padding-left: 15px;
}
/*@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 990px) {
  #block-slide .block-slide .carousel .carousel-caption {
    left: 10%;
    bottom: 10%;
  }
  /*.navbar-header {
          float: none;
      }
  
      .navbar-toggle {
          display: block;
      }
  
      .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      }
  
      .navbar-collapse.collapse {
          display: none !important;
      }
  
      .navbar-nav {
          float: none !important;
          margin: 7.5px -15px;
      }
  
      .navbar-nav > li {
          float: none;
      }
  
      .navbar-nav > li > a {
          padding-top: 10px;
          padding-bottom: 10px;
      }*/
}
@media screen and (max-width: 768px) {
  #main-content .block-right .text-content {
    margin-top: 15px !important;
  }
  #header .top-nav .block-logo a h1 {
    font-size: 1.714em;
  }
  .image-intro {
    display: none;
  }
  #block-slide .block-slide .carousel .carousel-caption {
    left: 25%;
    bottom: 18%;
  }
}
@media screen and (max-width: 480px) {
  #header .top-nav .block-logo h1 {
    text-align: left;
  }
  #header .top-nav .block-logo h1 span {
    display: none;
  }
  #header .top-nav .block-right .nav-link > ul {
    display: none;
  }
  #header .nav-menu {
    position: absolute;
    top: 10%;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
  #header .nav-menu .navbar .dropdown-menu {
    min-width: 100% !important;
  }
  #header .nav-menu .navbar .navbar-nav > li {
    border-right: 0;
  }
  #header .nav-menu .navbar .navbar-nav .has-submenu::after {
    bottom: 40%;
    left: 85%;
  }
  #block-slide .block-slide .carousel .carousel-caption {
    display: none;
  }
  #main-content .block-right .text-content {
    margin-top: 15px !important;
  }
  .image-intro {
    display: none;
  }
  #main-content {
    position: relative;
  }
  #main-content #block-ads {
    display: none;
  }
  #main-content #left-block {
    display: block;
  }
  #main-content #right-block {
    display: block;
  }
  #header .nav-menu {
    background: transparent !important;
  }
  #header .navbar-collapse {
    background: #fdb813;
  }
}
.demo-gallery > ul > li {
  margin-bottom: 30px;
}
/*LoiNguyen add*/

.footer {
  background: #626262;
  color: white;
}
.footer .footer-infor {
  margin: 30px 0;
}
.footer-infor .footer-infor-2 h3 a,
.footer-infor .footer-infor-3 h3 a,
.footer-infor .footer-infor-4 h3 a {
  color: white;
  font-size: 20px;
}
.footer a {
  color: #fdb813;
}
.footer-content .footer-col h6 {
  font-size: 14px;
  color: #ff7264;
}
.footer-infor .footer-infor-2 h3,
.footer-infor .footer-infor-3 h3,
.footer-infor .footer-infor-4 h3 {
  padding-left: 44px;
}
.footer-infor .footer-infor-ct {
  font-size: 30px;
  position: absolute;
  margin-top: -4px;
}
.button {
  background-color: white;
  border-radius: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  border: 2px solid #fdb813;
  color: #fdb813;
  padding: 17px 30px 17px 30px;
  text-transform: none;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  text-align: center;
}
.footer-infor .footer-infor-ct i {
  color: #fdb813;
}
.fa-map-marker:before {
  content: "\e062";
  font-family: 'Glyphicons Halflings';
}
.fa-envelope-o:before {
  content: "\2709";
  font-family: 'Glyphicons Halflings';
}
.fa-clock-o:before {
  content: "\e023";
  font-family: 'Glyphicons Halflings';
}
.fa-check-circle-o:before {
  content: "\e089";
  font-family: 'Glyphicons Halflings';
}
.fa-calendar:before {
  content: "\e109";
  font-family: 'Glyphicons Halflings';
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.list-new-events .calendar-title i {
  position: absolute;
  top: 17px;
  left: 17px;
  font-size: 29px;
}
.footer-content .footer-col .footer-icon {
  font-size: 16px;
  position: absolute;
  color: white !important;
}
.footer-content .footer-col.footer-contact p {
  padding-left: 29px;
  margin-bottom: 0px;
}
.footer-content .footer-col h6.title-contact {
  font-size: 14px;
  padding-left: 29px;
}
.footer-content .footer-col p {
  line-height: 23px;
  font-size: 14px;
  color: white;
}
.footer .separator-text {
  margin: 0 0 35px !important;
}
.separator-text {
  margin-bottom: 15px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px !important;
  position: relative;
}
.separator-text h3 {
  margin-top: 14px !important;
}
.separator-text .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 10%;
}
.separator-text .sep-holder .sep-line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.home-blog .list-blog .post-item .img-blog a img {
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.new-events {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-new-events {
  overflow: hidden;
  background: #313236;
  color: white;
}
.list-new-events .calendar-title {
  background-color: #fdb813;
  padding: 18px 18px 18px 62px;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-top: 0px;
}
.new-events .event {
  padding: 13px;
  border-bottom: 1px solid #444444;
  display: table;
  width: 100%;
}
.new-events .event .date {
  display: table-cell;
  vertical-align: middle;
  width: 46px;
}
.new-events .event .date .month {
  font-size: 11px;
  text-align: center;
  line-height: 21px;
}
.new-events .event .date .day {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.new-events .event .date span {
  display: block;
}
.new-events .event .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 17px;
}
.new-events .event .info .title {
  font-size: 14px;
  line-height: 19px;
  color: white;
}
.new-events .event .info .title a {
  color: white;
}
.home-blog .list-blog .post-item .img-blog .date {
  z-index: 99;
  position: absolute;
  padding: 5px 13px;
  background-color: #fdb813;
  top: 18px;
  left: 16px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
}
.home-blog .list-blog .post-item .img-blog .date .month {
  border-bottom: 1px solid white;
  padding: 0 5px;
  line-height: 21px;
}
home-blog .list-blog .post-item .img-blog .date .day {
  font-size: 18px;
}
.events-link {
  padding: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
.events-link a {
  color: #ff7264;
}
.home-blog .header-blog h2 {
  text-align: center;
  margin-top: 20px !important;
}
/*-----------*/

.cuadro_intro_hover {
  padding: 0px;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.cuadro_intro_hover:hover .caption {
  opacity: 1;
  transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
}
.cuadro_intro_hover img {
  z-index: 4;
}
.cuadro_intro_hover .caption {
  position: absolute;
  top: 150px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cuadro_intro_hover .blur {
  background-color: rgba(0, 0, 0, 0.7);
  height: 300px;
  z-index: 5;
  position: absolute;
  width: 100%;
}
.cuadro_intro_hover .caption-text {
  z-index: 10;
  color: white;
  position: absolute;
  height: 300px;
  text-align: center;
  top: -20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .row {
    margin-left: -15px !important;
    margin-right: -16px;
  }
}
.intro-button.button {
  margin: auto;
  display: block;
}
.readmore-js-toggle {
  width: 100px !important;
  float: right;
  font-style: italic;
  color: blue;
}
.footer .content-link .block-link .copy-right {
  font-size: 0.714em;
  text-transform: uppercase;
}
.footer .content-link .block-link .social {
  line-height: 2.5;
}
.footer .content-link .block-link .social b {
  font-size: 1.143em;
}
.footer .content-link .block-link .facebook {
  text-indent: -9999px;
  background: url(../images/icons/social-icon.png) no-repeat 1px center;
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
}
.footer .content-link .block-link .youtube {
  text-indent: -9999px;
  background: url(../images/icons/social-icon.png) no-repeat -32px center;
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
}
.footer .content-link .block-link .google {
  text-indent: -9999px;
  background: url(../images/icons/social-icon.png) no-repeat -62px center;
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
}
.footer-images > a > img {
  width: 30%;
}
/*.fa-facebook:before {
    content: "\f09a";
}*/

.cuadro_intro_hover > p > img {
  width: 100% !important;
}
.logo-footer {
  margin-top: 0px;
}
#main-content .block-related h4 {
  text-transform: uppercase;
  display: block;
  background: none;
  color: black;
  padding: 15px 15px 15px 0px;
  margin: 0 !important;
  border-top: 1px solid black;
}
#main-content .block-related ul li {
  border-bottom: none;
}
