@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=vietnamese");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, html {
  font-size: 14px;
  /*font-family: "Roboto", sans-serif;*/
   }

a {
  text-decoration: none; }

.masonry {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clear {
  clear: both; }

.scroll-top {
  display: none; }

.active-scroll {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999999; }
  .active-scroll a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    background: #0fa6a3;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    border-radius: 3px; }

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
  background: linear-gradient(147deg, #0041b7 10%, #4ac0f8 90%); }

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
  background: linear-gradient(147deg, #0041b7 10%, #4ac0f8 90%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold; }

.hc-offcanvas-nav a {
  border-bottom: 1px solid #fff;
  font-size: 13px;
  text-transform: uppercase; }

.hc-offcanvas-nav h2 {
  font-weight: bold;
  color: #fff;
  font-size: 15px; }

.hc-offcanvas-nav li:last-child {
  border: none; }

.full-search {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.8);
  left: 0;
  top: 0;
  z-index: 999999999;
  display: none; }
  .full-search .input-search {
    width: 70%;
    margin: 20% auto;
    border-bottom: 1px solid #ffff; }
    .full-search .input-search input {
      width: 100%;
      outline: none;
      background: none;
      width: calc(100% - 110px);
      font-size: 15px;
      font-weight: 400;
      text-transform: capitalize;
      border-top: 0px;
      border-left: 0;
      border-right: 0;
      padding: 20px 20px;
      border: 0; }
    .full-search .input-search input:focus {
      color: #fff; }
    .full-search .input-search input::placeholder {
      color: #fff; }
    .full-search .input-search button {
      width: 100px;
      color: #fff;
      font-size: 20px;
      background: none;
      outline: none;
      cursor: pointer;
      border-top: 0px;
      border-left: 0;
      border-right: 0;
      padding: 20.6px 20px;
      border: 0; }
  .full-search .times-search {
    position: absolute;
    top: 50px;
    right: 50px; }
    .full-search .times-search a {
      color: #fff;
      font-size: 30px; }

.header-top {
  background-color: #3366ff;
  color: #fff;
  height: 40px;
  line-height: 40px; }
  .header-top .list-header-top ul li {
    display: inline-block;
    padding: 0px 10px; }
    .header-top .list-header-top ul li a {
      color: #fff;
      text-decoration: none;
      font-weight: bold; }
      .header-top .list-header-top ul li a .fa-phone-square {
        font-size: 16px; }
    .header-top .list-header-top ul li .fa-clock {
      font-size: 16px; }
  .header-top .list-left-header-top {
    text-align: right; }
    .header-top .list-left-header-top ul li {
      display: inline-block;
      position: relative; }
      .header-top .list-left-header-top ul li:hover .form-search {
        visibility: visible;
        opacity: 1;
        transition: all .3s; }
      .header-top .list-left-header-top ul li a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 0px 10px; }
      .header-top .list-left-header-top ul li .form-search {
        position: absolute;
        top: 100%;
        right: 0;
        width: 300px;
        background-color: #3366ff;
        padding: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        z-index: 99; }
        .header-top .list-left-header-top ul li .form-search form {
          background-color: rgba(255, 255, 255, 0.9);
          border: 1px solid #ccc;
          border-radius: 5px; }
          .header-top .list-left-header-top ul li .form-search form input {
            width: calc(100% - 40px);
            height: 30px;
            outline: none;
            border: none;
            background: none;
            padding-left: 5px;
            font-size: 15px;
            font-style: italic; }
          .header-top .list-left-header-top ul li .form-search form button {
            width: 35px;
            outline: none;
            border: none;
            background: none;
            cursor: pointer;
            font-size: 18px; }

.header-mid img {width: 100%; }
.header-bottom {
  transition: all .3s;
  background-image: url(../images/title-bg.png);
  background-position: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center; }
  .header-bottom ul > li {
    float: left;
    position: relative; }
    .header-bottom ul > li:hover .sub-menu {
      visibility: visible;
      opacity: 1;
      transition: all .3s; }
    .header-bottom ul > li .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 200px;
      height: auto;
      background: linear-gradient(147deg, #0041b7 10%, #4ac0f8 90%);
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      transition: all .3s;
      text-align: left; }
      .header-bottom ul > li .sub-menu ul li {
        float: none;
        white-space: nowrap;
        display: block; }
        .header-bottom ul > li .sub-menu ul li a {
          display: block;
          font-size: 12px;
          padding: 0 15px; }
    .header-bottom ul > li > a {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      padding: 0px 25px;
      display: block;
      transition: all .5s; }
      .header-bottom ul > li > a:hover {
        background-color: #efefef;
        color: #3366ff; }
    .header-bottom ul > li .active {
      background-color: #efefef;
      color: #3366ff; }
  .header-bottom .icon-mobile {
    position: relative !important;
    top: 0;
    left: 0;
    display: none !important;
    float: left;
    padding-top: 5px; }
    .header-bottom .icon-mobile a {
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      background-color: #c70808;
      border-radius: 5px; }
  .header-bottom .search-mobile {
    display: none;
    float: right;
    padding-top: 5px; }
    .header-bottom .search-mobile a {
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      background-color: #c70808;
      border-radius: 5px; }

.header-active {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .3s; }

.main-slider {
  width: 100%; }
  .main-slider .carousel-inner img {
    width: 100%;
    object-fit: cover;
    height: 400px; }
  .main-slider .carousel-control-prev-icon {
    background-image: url(../images/slider-left.png);
    width: 30px;
    height: 30px; }
  .main-slider .carousel-control-next-icon {
    background-image: url(../images/slider-right.png);
    width: 30px;
    height: 30px; }
  .main-slider .carousel-control-next, .main-slider .carousel-control-prev {
    width: 5%; }
  .main-slider .carousel-indicators {
    bottom: 20px; }
    .main-slider .carousel-indicators li {
      width: 15px;
      height: 15px;
      background-color: #9e0808;
      border-radius: 50%;
      cursor: pointer; }
    .main-slider .carousel-indicators .active {
      background-color: #9e08087d; }

.main-siter_bar {
  margin-bottom: 20px;
  margin-top: 30px; }
  .main-siter_bar .title-siter_bar h1, .main-siter_bar .title-siter_bar h2, .main-siter_bar .title-siter_bar h3 {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(147deg, #0041b7 10%, #4ac0f8 90%);
    text-transform: uppercase;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px; }
  .main-siter_bar .title-siter_bar-2 h3 {
    background: linear-gradient(147deg, #c57106 10%, #f2b363 90%); }
  .main-siter_bar .left-siter_bar-main .box-left-siter_bar {
    margin-top: 20px; }
    .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar {
      padding: 15px 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-bottom: 20px;
      transition: all .5s; }
      .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar:hover {
        box-shadow: 0px 0px 20px -5px #222; }
      .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar h4 {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        height: 40px; }
        .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar h4 a {
          font-size: 16px;
          font-weight: bold;
          color: #ff1700;
          text-decoration: none;
          text-transform: uppercase; }
      .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .img-text-box1 {
        display: flex; }
        .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .img-text-box1:hover .img-left-box1 img {
          opacity: 0.8;
          transition: all .3s; }
        .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .img-text-box1 .img-left-box1 img {
          width: 120px;
          height: 80px;
          object-fit: cover;
          transition: all .3s; }
        .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .img-text-box1 .img-left-box1 span {
          display: block;
          padding-top: 10px;
          font-size: 13px;
          font-style: italic;
          color: #999; }
        .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .img-text-box1 .text-right-box1 {
          padding-left: 10px;
          font-size: 14px;
          line-height: 20px; }
          .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .img-text-box1 .text-right-box1 p {
            text-align: justify;
            margin-top: -5px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            display: -webkit-box;
            -webkit-box-orient: vertical; }
      .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .link-web-bor {
        width: 100%;
        display: block;
        text-align: center;
        padding: 20px 0px 10px 0px; }
        .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .link-web-bor .link-web {
          padding: 7px 25px;
          font-size: 14px;
          font-weight: bold;
          background-color: #fff;
          color: #333;
          text-decoration: none;
          text-transform: uppercase;
          position: relative;
          transition: all .3s;
          border-radius: 3px; }
          .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .link-web-bor .link-web:hover:before {
            width: 100%;
            transition: all .3s; }
          .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .link-web-bor .link-web:hover span {
            position: relative;
            z-index: 9;
            color: #fff; }
          .main-siter_bar .left-siter_bar-main .box-left-siter_bar .title-img-text-site_bar .link-web-bor .link-web:before {
            z-index: 8;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #ac0000;
            transition: all .3s;
            border-radius: 3px; }
  .main-siter_bar .left-siter_bar-main .news-nb {
    margin-top: 20px; }
    .main-siter_bar .left-siter_bar-main .news-nb .list-news-nb {
      margin-bottom: 30px;
      padding: 10px 13px 0px 13px;
      border-left: 1px solid #ccc;
      border-radius: 5px; }
      .main-siter_bar .left-siter_bar-main .news-nb .list-news-nb ul li {
        display: block;
        padding-bottom: 10px; }
        .main-siter_bar .left-siter_bar-main .news-nb .list-news-nb ul li a {
          color: #1862c1;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 13px; }
          .main-siter_bar .left-siter_bar-main .news-nb .list-news-nb ul li a:hover {
            color: #ff5912; }
    .main-siter_bar .left-siter_bar-main .news-nb .list-tkwebsite {
      margin-top: 20px;
      padding-left: 15px; }
      .main-siter_bar .left-siter_bar-main .news-nb .list-tkwebsite ul li {
        display: flex; }
        .main-siter_bar .left-siter_bar-main .news-nb .list-tkwebsite ul li .text-tkws {
          padding-left: 10px; }
          .main-siter_bar .left-siter_bar-main .news-nb .list-tkwebsite ul li .text-tkws p {
            margin-top: 3px;
            display: block;
            font-size: 13px; }
  .main-siter_bar .site_bar-right .form-login {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
    border-radius: 5px; }
    .main-siter_bar .site_bar-right .form-login h4 {
      font-size: 14px;
      text-transform: uppercase;
      line-height: 20px;
      color: #3366ff;
      font-weight: bold;
      padding-bottom: 20px; }
    .main-siter_bar .site_bar-right .form-login form {
      width: 90%;
      margin: 0 auto;
      text-align: left; }
      .main-siter_bar .site_bar-right .form-login form label {
        display: block;
        padding-bottom: 5px;
        font-size: 13px;
        color: #104779;
        font-weight: bold; }
      .main-siter_bar .site_bar-right .form-login form input {
        width: 100%;
        height: 30px;
        border: 1px solid #ccc;
        background-color: #fff;
        font-size: 13px;
        font-style: italic;
        padding-left: 5px;
        outline: none;
        margin-bottom: 15px; }
      .main-siter_bar .site_bar-right .form-login form .botton-bottom {
        text-align: right; }
        .main-siter_bar .site_bar-right .form-login form .botton-bottom button {
          width: 120px;
          height: 30px;
          color: #fff;
          background-color: #104779;
          border: 0;
          text-transform: uppercase;
          font-size: 13px;
          cursor: pointer; }
    .main-siter_bar .site_bar-right .form-login p {
      padding-top: 20px;
      font-size: 13px;
      font-style: italic;
      line-height: 20px;
      color: #2b77d8;
      font-weight: bold;
      margin: 0; }
  .main-siter_bar .site_bar-right .form-login-tt {
    margin-bottom: 20px;
    border: 1px solid #c57106;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    margin-top: 5px;
    text-align: left; }
    .main-siter_bar .site_bar-right .form-login-tt .lable-input {
      margin-bottom: 10px; }
      .main-siter_bar .site_bar-right .form-login-tt .lable-input label {
        display: block;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 5px;
        display: block; }
      .main-siter_bar .site_bar-right .form-login-tt .lable-input input {
        width: 100%;
        height: 30px;
        outline: none;
        border: 1px solid #ccc;
        padding-left: 5px;
        font-size: 13px;
        font-style: italic; }
        .main-siter_bar .site_bar-right .form-login-tt .lable-input input:hover {
          border: 1px solid #c57106; }
      .main-siter_bar .site_bar-right .form-login-tt .lable-input textarea {
        padding-top: 10px;
        width: 100%;
        outline: none;
        border: 1px solid #ccc;
        padding-left: 5px;
        font-size: 13px;
        font-style: italic; }
        .main-siter_bar .site_bar-right .form-login-tt .lable-input textarea:hover {
          border: 1px solid #c57106; }
    .main-siter_bar .site_bar-right .form-login-tt .lable-input-2 {
      margin-bottom: 10px; }
      .main-siter_bar .site_bar-right .form-login-tt .lable-input-2 label {
        display: block;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 5px;
        display: block; }
      .main-siter_bar .site_bar-right .form-login-tt .lable-input-2 input {
        width: 100%;
        outline: none;
        padding-left: 5px;
        font-size: 13px;
        font-style: italic;
        cursor: pointer;
        border: none; }
    .main-siter_bar .site_bar-right .form-login-tt .lable-input-3 {
      text-align: right; }
      .main-siter_bar .site_bar-right .form-login-tt .lable-input-3 button {
        width: 100px;
        height: 30px;
        color: #fff;
        background-color: #c57106;
        border: 0;
        text-transform: uppercase;
        font-size: 13px;
        cursor: pointer;
        border-radius: 5px; }
  .main-siter_bar .site_bar-right .slider-car-img {
    text-align: left;
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    margin-bottom: 20px; }
    .main-siter_bar .site_bar-right .slider-car-img img {
      height: 200px;
      object-fit: cover; }
  .main-siter_bar .site_bar-right .list-tienich {
    text-align: left;
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px; }
    .main-siter_bar .site_bar-right .list-tienich ul li {
      display: block;
      padding: 5px 0px; }
      .main-siter_bar .site_bar-right .list-tienich ul li a {
        color: #222;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 20px; }
        .main-siter_bar .site_bar-right .list-tienich ul li a:hover {
          color: #ff5912; }
    .main-siter_bar .site_bar-right .list-tienich iframe {
      width: 100%;
      height: 200px; }

.footer-top {
  background-color: #3366ff;
  color: #fff;
  height: 40px;
  line-height: 40px; }
  .footer-top .list-footer-top {
    text-align: center; }
    .footer-top .list-footer-top ul li {
      float: left;
      padding: 0px 20px; }
      .footer-top .list-footer-top ul li a {
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase; }
        .footer-top .list-footer-top ul li a:hover {
          color: #bad1b8; }
        .footer-top .list-footer-top ul li a .fa-phone-square {
          font-size: 16px; }
      .footer-top .list-footer-top ul li .fa-clock {
        font-size: 16px; }

.footer-mid {
  background-color: #ac4609;
  color: #fff;
  height: 40px;
  line-height: 40px; }
  .footer-mid .list-footer-top {
    text-align: center; }
    .footer-mid .list-footer-top ul li {
      float: left;
      padding: 0px 20px; }
      .footer-mid .list-footer-top ul li a {
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase; }
        .footer-mid .list-footer-top ul li a:hover {
          color: #dedede; }
        .footer-mid .list-footer-top ul li a .fa-phone-square {
          font-size: 16px; }
      .footer-mid .list-footer-top ul li .fa-clock {
        font-size: 16px; }

.footer-bottom {
  padding: 30px 0px;
  background: #fff; }
  .footer-bottom .left-footer-bottom h5 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #de0000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #de0000; }
  .footer-bottom .left-footer-bottom ul li {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 10px; }
    .footer-bottom .left-footer-bottom ul li a {
      color: #222; }
  .footer-bottom .left-footer-bottom .left-width {
    width: 100%; }
  .footer-bottom .facebook-fanpage h5 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #de0000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #de0000; }
  .footer-bottom .facebook-fanpage iframe {
    width: 100%; }

.footer-bq {
  background-color: #252e4a;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center; }
  .footer-bq a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none; }

.link-tab {
  padding-top: 30px; }
  .link-tab ul li {
    display: inline-block; }
    .link-tab ul li a {
      font-size: 13px;
      color: #222;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      font-style: italic;
      padding: 0px 10px; }
      .link-tab ul li a:hover {
        color: #ff6600; }

.list-next-tab {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: center;
  margin-bottom: 30px; }
  .list-next-tab ul li {
    display: inline-block; }
    .list-next-tab ul li a {
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      background: linear-gradient(147deg, #0041b7 10%, #4ac0f8 90%);
      display: block;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      line-height: 32px;
      text-align: center;
      text-decoration: none; }
      .list-next-tab ul li a:hover {
        background: linear-gradient(147deg, #c57106 10%, #f2b363 90%); }
    .list-next-tab ul li .active {
      background: linear-gradient(147deg, #c57106 10%, #f2b363 90%); }

.text-details {
  margin: 0px 0px; }
  .text-details h1 a {
    font-size: 18px;
    color: #ff1700;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    display: block; }
  .text-details span {
    display: block;
    padding: 20px 0px;
    font-style: italic;
    color: #999; }
  .text-details p {
    font-size: 14px;
    line-height: 25px;
    color: #222; }
  .text-details img {
    width: 100%;
    padding-bottom: 1em; }

.img-text-slide-details {
  margin-top: 20px; }

.img-text-box1-details {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #0041b7;
  transition: all .5s;
  padding: 5px;
  margin-bottom: 30px; }
  .img-text-box1-details:hover {
    box-shadow: 0px 0px 10px 0px #ff5912;
    transition: all .5s;
    padding: 5px; }
    .img-text-box1-details:hover .img-hover-details .link-website-details {
      transform: translate(0px);
      opacity: 1;
      visibility: visible;
      transition: all .5s; }
  .img-text-box1-details img {
    width: 100%;
    height: 150px; }
  .img-text-box1-details h4 a {
    display: block;
    padding: 0.5em 0em;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    color: #1862c1; }
    .img-text-box1-details h4 a:hover {
      color: #ff5912; }
  .img-text-box1-details p {
    line-height: 20px;
    font-size: 13px;
    height: 75px;
    text-align: justify; }
  .img-text-box1-details .img-hover-details {
    position: relative;
    overflow: hidden; }
    .img-text-box1-details .img-hover-details .link-website-details {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(8, 99, 215, 0.55);
      text-align: center;
      transform: translate(-500px);
      opacity: 0;
      visibility: hidden;
      transition: all .5s; }
      .img-text-box1-details .img-hover-details .link-website-details a {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        font-style: italic;
        text-decoration: none;
        font-weight: bold;
        display: block;
        line-height: 150px; }
        .img-text-box1-details .img-hover-details .link-website-details a:hover {
          color: #ff5912; }

/*# sourceMappingURL=style.css.map */
@media (min-width: 1200px){
  .container {
      max-width: 1100px;
  }
}