* {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  transition: 0.3s;
  outline:none !important
}
  *:before, *:after {
    font-family: 'Roboto', sans-serif;
    transition: 0.3s; }

h1, h2, h3, h4 {
  font-weight: normal; }

.modal-open {
  overflow: scroll;
  padding-right: 0 !important; }

#popup-map {
  height: 350px !important;
  width: 100% !important;
  max-width: 100%; }
.in-one-line {
    display: inline-block;
}
.showInMobile{display:none!important}
@media (min-width: 768px) {
  .col-md-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px; }
  .col-md-8-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83%;
    flex: 0 0 70.83%;
    max-width: 70.83%;
    padding: 0 15px; }
  .col-md-7-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    padding: 0 15px; }
  .col-md-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    padding: 0 15px; }
  .col-md-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16%;
    flex: 0 0 29.16%;
    max-width: 29.16%;
    padding: 0 15px; } }

@media (min-width: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px; }
  .col-lg-8-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83%;
    flex: 0 0 70.83%;
    max-width: 70.83%;
    padding: 0 15px; }
  .col-lg-7-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    padding: 0 15px; }
  .col-lg-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    padding: 0 15px; }
  .col-lg-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16%;
    flex: 0 0 29.16%;
    max-width: 29.16%;
    padding: 0 15px; } }

@media (min-width: 1200px) {
  .col-xl-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px; } }

.line > div {
  height: 2px;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #ffffff; }

.double-line {
  width: 100%;
  height: 4px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

a.btn-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #055d8c;
  color: #ffffff;
  padding: .5em 1em;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  text-decoration: none; }
  a.btn-1 > img {
    padding-right: .7em; }
  a.btn-1:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(253, 207, 207, 0.07); }
  a.btn-1.style-1 {
    color: #055d8c;
    background: #f0f0f0; }

.hover-darken {
  position: relative; }
  .hover-darken:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.07); }

a.btn-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #ffffff;
  color: #9b9b9b;
  padding: .5em 2.5em;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #9b9b9b;
  position: relative;
  text-decoration: none; }
  a.btn-2:after {
    content: '+';
    margin-left: 6px;
    width: 15px;
    height: 15px;
    background: #9b9b9b;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
  a.btn-2:hover {
    color: #ffffff;
    background: #055d8c;
    border-color: transparent; }
    a.btn-2:hover:after {
      color: #055d8c;
      background: #ffffff; }

a.btn-3 {
  padding: .5em 2.5em;
  background: #055d8c;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  position: relative;text-decoration: none!important }
    a.btn-3:hover:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.07);
        border-radius: 20px;
    }

a.btn-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #ffffff;
  color: #055d8c;
  padding: .5em 1em;
  border-radius: 5px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  border: 1px solid #055d8c; }

.thumbnail-wrapper > a {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-top: 62.5%;
  overflow: hidden; }
  .thumbnail-wrapper > a > img {
    min-width: 100%;
    min-height: 100%;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    width: 100%; }

form.contact > div:first-child > .input-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  position: relative;
  margin-bottom: 10px; }
  form.contact > div:first-child > .input-container > .decor {
    width: 35px;
    height: 35px;
    background-color: #055d8c;
    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2; }
    form.contact > div:first-child > .input-container > .decor:before {
      content: '';
      width: 5px;
      height: 10px;
      border-left: 5px solid #055d8c;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      position: absolute;
      right: -5px;
      top: 50%;
      transform: translateY(-50%); }
  form.contact > div:first-child > .input-container.name > .decor {
    background-image: url(/Content/img/ico_contact_1.png); }
  form.contact > div:first-child > .input-container.email > .decor {
    background-image: url(/Content/img/Layer-1503.png); }
  form.contact > div:first-child > .input-container.phone > .decor {
    background-image: url(/Content/img/icon-phone.png); }
  form.contact > div:first-child > .input-container > input {
    background: transparent;
    position: relative;
    z-index: 1;
    border-radius: 0;
    border: 1px solid #cccccc;
    border-left: none;
    box-shadow: none;
    padding-left: 16px; }
  form.contact > div:first-child > .input-container > input + label {
    position: absolute;
    top: 8px;
    left: 46px;
    color: #888888;
    z-index: 0; }
    form.contact > div:first-child > .input-container > input + label > span.required {
      color: #ff0000; }
  form.contact > div:first-child > .input-container > input:focus + label {
    display: none; }

form.contact > div:first-child > .form-check {
  margin-bottom: 10px; }

form.contact > div:first-child > textarea {
  border-color: #cccccc;
  margin-bottom: 10px; }

form.contact > div:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  form.contact > div:last-child > button {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold; }
    form.contact > div:last-child > button:first-child {
      margin-right: 5px;
      background: #055d8c; }
    form.contact > div:last-child > button:last-child {
      background: #acaba9; }

#banner {
  position: relative;
  padding: 30px 0;
  height: 19vw;
  min-height: 320px; }
  #banner > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  #banner > .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0; }
    #banner > .content > .container > .row > div:first-child > a:first-child {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 4px; }
    #banner > .content > .container > .row > div:first-child > h1,
    #banner > .content > .container > .row > div:first-child > p:nth-child(2) {
      font-size: 34px;
      font-weight: normal;
      margin-bottom: 7px;
      line-height: 1.2em;
      color: #ffffff; }
    #banner > .content > .container > .row > div:first-child > .decor {
      width: 90px;
      height: 2px;
      background: #f7952c;
      margin-bottom: 10px; }
    #banner > .content > .container > .row > div:first-child > p:last-child {
      color: #ffffff;
      font-size: 15px; }
    #banner > .content > .container > .row > div:last-child > form.search {
      padding: 20px 30px 20px 20px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
      #banner > .content > .container > .row > div:last-child > form.search > .form-group > label {
        color: #ffffff;
        font-size: 15px;
        font-weight: bold; }
      #banner > .content > .container > .row > div:last-child > form.search > .form-group > .captcha {
        padding-left: 0; }
        #banner > .content > .container > .row > div:last-child > form.search > .form-group > .captcha > img {
          border-radius: 0.25rem;
          width: 98px }
      #banner > .content > .container > .row > div:last-child > form.search > .form-group > button[type="submit"] {
        background: #055d8c;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 6px 15px; }

.article-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px #e6e6e6; }
  .article-1 > .wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    max-width: 33vw;
    max-height: 33vw;
    overflow: hidden; }
    .article-1 > .wrapper > a > img {
      height: 100%;
      width: auto;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
  .article-1 > .content {
    flex: 1;
    padding: 20px 10px 20px 15px;
    position: relative; }
    .article-1 > .content > div:first-child {
      height: 55px;
      margin-bottom: 10px; }
      .article-1 > .content > div:first-child > a > img {
        height: 100%;
        width: auto;
        max-width: 100%; }
    .article-1 > .content > div:nth-child(2) > .description {
      text-decoration: none; }
      .article-1 > .content > div:nth-child(2) > .description > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 6em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: auto;
        font-size: 15px;
        text-align: justify;
        color: #000000; }
        .article-1 > .content > div:nth-child(2) > .description > h3:before {
          content: url(/Content/img/quote.png);
          padding-right: 8px; }
    .article-1 > .content > a.decor {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background: #d6d6d6;
      border-top-left-radius: 10px; }
      .article-1 > .content > a.decor:before {
        content: url(/Content/img/plus.png);
        width: 17px;
        height: 17px; }
  .article-1:hover > .content > a.decor {
    background: #055d8c; }
  @media (min-width: 768px) and (max-width: 991.8px) {
    .article-1 > .wrapper {
      width: 150px;
      height: 180px; }
    .article-1 > .content > div:nth-child(2) > .description > h3 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 4.5em;
      line-height: 1.5em;
      box-sizing: content-box;
      height: 4.5em; } }

.article-sm-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px #e6e6e6; }
  .article-sm-1 > .wrapper {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden; }
    @media (max-width: 991.8px) and (min-width: 576px) {
      .article-sm-1 > .wrapper {
        display: none; } }
    .article-sm-1 > .wrapper > a > img {
      height: 100%;
      width: auto;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
  .article-sm-1 > .content {
    flex: 1;
    padding: 10px 10px 10px 15px;
    position: relative; }
    .article-sm-1 > .content > div:first-child {
      height: 35px;
      margin-bottom: 20px; }
      .article-sm-1 > .content > div:first-child > a > img {
        height: 100%;
        width: auto;
        max-width: 100%; }
    .article-sm-1 > .content > div:nth-child(2) > .description {
      text-decoration: none; }
      .article-sm-1 > .content > div:nth-child(2) > .description > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 4.5em;
        font-size: 15px;
        color: #000000; }
    .article-sm-1 > .content > a.decor {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background: #d6d6d6;
      border-top-left-radius: 10px; }
      .article-sm-1 > .content > a.decor:before {
        content: url(/Content/img/plus.png);
        width: 17px;
        height: 17px; }
  .article-sm-1:hover > .content > a.decor {
    background: #055d8c; }

.article-lg-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px #e6e6e6; }
  .article-lg-1 > .wrapper {
    position: relative;
    width: 440px;
    height: 275px;
    overflow: hidden; }
    @media (max-width: 991.8px) and (min-width: 768px) {
      .article-lg-1 > .wrapper {
        width: 300px; } }
    @media (max-width: 767.8px) {
      .article-lg-1 > .wrapper {
        width: 200px;
        height: 200px; } }
    .article-lg-1 > .wrapper > a > img {
      height: 100%;
      width: auto;
      left: 50%;
      transform: translateX(-50%);
      position: absolute; }
  .article-lg-1 > .content {
    flex: 1;
    padding: 20px 10px 20px 15px;
    position: relative; }
    .article-lg-1 > .content > div:first-child {
      height: 74px;
      margin-bottom: 20px; }
      .article-lg-1 > .content > div:first-child > a > img {
        height: 100%;
        width: auto; }
    .article-lg-1 > .content > div:nth-child(2) > a.title {
      text-decoration: none;
      display: block; }
      .article-lg-1 > .content > div:nth-child(2) > a.title > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 3em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 3em;
        font-size: 18px;
        color: #000000;
        font-weight: bold; }
    .article-lg-1 > .content > div:nth-child(2) > span.description {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 4.5em;
      line-height: 1.5em;
      box-sizing: content-box;
      height: auto;
      font-size: 15px; }
      @media (max-width: 767.8px) {
        .article-lg-1 > .content > div:nth-child(2) > span.description {
          display: none; } }
    .article-lg-1 > .content > a.decor {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background: #d6d6d6;
      border-top-left-radius: 10px; }
      .article-lg-1 > .content > a.decor:before {
        content: url(/Content/img/plus.png);
        width: 17px;
        height: 17px; }
  .article-lg-1:hover > .content > a.decor {
    background: #055d8c; }

.article-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .article-2 > .thumbnail-wrapper {
    width: 250px;
    max-width: 40%;
    overflow: hidden; }
  .article-2 > .content {
    flex: 1;
    padding: 0px 10px 10px 20px; }
    .article-2 > .content > .title {
      display: block;
      font-weight: bold;
      color: #000000;
      margin-bottom: 5px;
      text-decoration: none; }
      .article-2 > .content > .title:hover > h2 {
        color: #055d8c; }
      .article-2 > .content > .title > h2 {
        font-size: 18px;
        color: #000000;
        font-weight: 700; }
    .article-2 > .content > span.time {
      font-size: 13px;
      color: #666666;
      margin-bottom: 6px;
      display: block; }
      .article-2 > .content > span.time:before {
        content: url(/Content/img/date-2.png);
        padding-right: 6px; }
    .article-2 > .content > .description {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 4.5em;
      line-height: 1.5em;
      box-sizing: content-box;
      height: auto;
      margin-bottom: 20px;
      text-align: justify; }
    .article-2 > .content > div:last-child {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-justify-content: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      .article-2 > .content > div:last-child > a.detail {
        padding: 6px 20px;
        background: #b6b5b5;
        color: #ffffff;
        border-radius: 20px;
        text-decoration: none; }
        .article-2 > .content > div:last-child > a.detail:hover {
          background: #055d8c; }

 @media (max-width: 575.8px) {
     .article-2 {
         flex-direction: column;
     }

     .article-2 > .thumbnail-wrapper {
         width: 100%;
         max-width: 100%;
         margin-bottom: 10px;
     }

     .article-2 > .content {
         padding: 0 10px 10px;
     }
 }

.article-sm-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .article-sm-2 > .thumbnail-wrapper {
    width: 120px;
    cursor: pointer; }
  .article-sm-2 > .content {
    padding: 0 10px;
    flex: 1; }
    .article-sm-2 > .content > a {
      font-weight: bold;
      display: block;
      margin-bottom: 4px;
      cursor: pointer;
      color: #055d8c; }
      .article-sm-2 > .content > a > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 3em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 3em;
        color: #000000;
        font-weight: 700;
        font-size: 14px; }
        .article-sm-2 > .content > a > h3:hover {
          color: #055d8c; }
    .article-sm-2 > .content > span.time {
      color: #999999;
      font-size: 13px; }
      .article-sm-2 > .content > span.time:before {
        content: url(/Content/img/date-2.png);
        padding-right: 6px; }

.article-video-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden; }
  .article-video-1 > .thumbnail-wrapper {
    position: relative;
    cursor: pointer; }
    .article-video-1 > .thumbnail-wrapper:before {
      content: '';
      width: 35px;
      height: 35px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-image: url(/Content/img/video.png);
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: rgba(230, 126, 23, 0.8);
      border-radius: 50%;
      border-bottom-left-radius: 0; }
    .article-video-1 > .thumbnail-wrapper > .duration {
      position: absolute;
      right: 5px;
      bottom: 5px;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 0px 5px;
      border-radius: 3px;
      font-size: 12px; }
  .article-video-1 > .content {
    padding: 10px; }
    .article-video-1 > .content > a {
      text-decoration: none;
      cursor: pointer; }
      .article-video-1 > .content > a > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 4.5em;
        font-size: 15px;
        color: #000000; }
        .article-video-1 > .content > a > h3:hover {
          color: #055d8c; }

.article-video-sm-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px; }
  .article-video-sm-1 > .thumbnail-wrapper {
    width: 110px;
    position: relative; }
    .article-video-sm-1 > .thumbnail-wrapper:before {
      content: url(/Content/img/video.png);
      position: absolute;
      bottom: 0px;
      left: 5px;
      z-index: 1; }
    .article-video-sm-1 > .thumbnail-wrapper > a {
      cursor: pointer; }
  .article-video-sm-1 > .content {
    flex: 1;
    margin-left: 10px; }
    .article-video-sm-1 > .content > a {
      cursor: pointer; }
      .article-video-sm-1 > .content > a > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 4.5em;
        font-size: 14px;
        color: #000000; }

.sidebar-article-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px; }
  .sidebar-article-1 > .thumbnail-wrapper {
    width: 120px;
    position: relative; }
    .sidebar-article-1 > .thumbnail-wrapper > .decor {
        
      display: none;
      -webkit-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 27px;
      height: 27px;
      border-radius: 50%;
      background: #f7952c;
      position: absolute;
      right: -6px;
      bottom: -10px;
      color: #ffffff;
      font-size: 15px;
      font-weight: bold; }
  .sidebar-article-1 > .content {
    flex: 1;
    padding-left: 8px; }
    .sidebar-article-1 > .content > a {
      text-decoration: none; }
      .sidebar-article-1 > .content > a > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-height: 6em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: auto;
        color: #000000;
        font-weight: bold;
        font-size: 13px; }
        .sidebar-article-1 > .content > a > h3:hover {
          color: #055d8c; }
  @media (min-width: 768px) and (max-width: 991.8px) {
    .sidebar-article-1 > .thumbnail-wrapper {
      width: 100px; }
    .sidebar-article-1 > .content > a > h3 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 4.5em;
      line-height: 1.5em;
      box-sizing: content-box;
      height: 4.5em; } }

.sidebar-article-2 {
  padding: 10px; }
  .sidebar-article-2 > .thumbnail-wrapper {
    margin-bottom: 10px; }
  .sidebar-article-2 > .content > a {
    text-decoration: none; }
    .sidebar-article-2 > .content > a > h3 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      max-height: 4.5em;
      line-height: 1.5em;
      box-sizing: content-box;
      height: auto;
      color: #000000;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 5px; }
      .sidebar-article-2 > .content > a > h3:hover {
        color: #055d8c; }
  .sidebar-article-2 > .content > span.time {
    color: #999999;
    font-size: 13px; }
    .sidebar-article-2 > .content > span.time:before {
      content: url(/assets/image/icon/date-2.png);
      padding-right: 6px; }

.sidebar-article-3 {
  padding: 10px; }
  .sidebar-article-3 > .content {
    padding-left: 15px;
    position: relative; }
    .sidebar-article-3 > .content:before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #969696;
      position: absolute;
      left: 2px;
      top: 8px; }
    .sidebar-article-3 > .content > a {
      text-decoration: none; }
      .sidebar-article-3 > .content > a > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: auto;
        color: #000000;
        font-size: 15px;
        margin-bottom: 5px; }
    .sidebar-article-3 > .content > span.time {
      color: #999999;
      font-size: 13px; }
      .sidebar-article-3 > .content > span.time:before {
        content: url(/assets/image/icon/date-2.png);
        padding-right: 6px; }
  .sidebar-article-3:hover > .content > a > h3 {
    color: #055d8c; }
  .sidebar-article-3:hover > .content:before {
    background: #055d8c; }

#header {
  height: 65px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 50;
  box-shadow: 0 0 5px rgba(0,0,0,0.15); }
  #header > .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%; }
    #header > .container > .logo {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px 0;
      text-decoration: none;
      order: 1; }
    #header > .container > .login{
        order:4;
    }
    #header > .container > .login > .btn-login {
        color: #ffffff;
        background: #3276b1;
        border: 1px solid #f8f8f8;
        cursor: pointer;
        font-size: 14px;
    }
        @media (max-width: 1199.8px) {
            #header > .container > .logo {
          flex: 1;
          -webkit-align-items: flex-start;
          align-items: flex-start; } }
      #header > .container > .logo > .description {
        font-size: 13.22px;
        margin-bottom: 0;
        color: #000000; }
    #header > .container > .main-menu {
      flex: 1;
      order: 2;
      position: relative; }
      #header > .container > .main-menu > a#condensed-menu {
        display: block;
        height: 100%;
        padding: 23px 0px 23px 18px;
        position: relative; }
        #header > .container > .main-menu > a#condensed-menu:hover {
          cursor: pointer; }
        #header > .container > .main-menu > a#condensed-menu > span {
          display: block;
          width: 24px;
          height: 3px;
          background-color: #333333;
          position: relative;
          border-radius: 3px;
          top: 0px; }
          #header > .container > .main-menu > a#condensed-menu > span.line-2 {
            top: 5px; }
          #header > .container > .main-menu > a#condensed-menu > span.line-3 {
            top: 10px; }
        @media (min-width: 1200px) {
          #header > .container > .main-menu > a#condensed-menu {
            display: none; } }
        #header > .container > .main-menu > nav {
            height: 100%;
            padding: 0;
            top: 0;
            width: 100%;
            border: none;
            background-color: #47699E;
            margin: 0;
        }
        #header > .container > .main-menu > nav > ul.navbar-nav {
          height: 100%;
          margin-left: auto;
          margin-right: auto;
          position: relative; }
          #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center; }
            @media (max-width: 1199.8px) {
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item {
                position: relative; } }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > a {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: center;
              align-items: center;
              padding: 0 10px;
              font-size: 14px;
              font-weight: bold;
              text-transform: uppercase;
              color: #000000;
              text-decoration: none;
              height: 100%; }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item:hover {
              cursor: pointer; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item:hover > a {
                color: #055d8c; }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > a.search, #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button {
              position: relative;
              width: 20px; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > a.search:before, #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button:before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                border: 2px solid #acaba9;
                top: calc(50% - 12px);
                left: 4px; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > a.search:after, #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button:after {
                content: "";
                position: absolute;
                width: 8px;
                height: 2px;
                background: #acaba9;
                top: calc(50% + 3px);
                transform: rotate(45deg);
                left: 15px; }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > input {
                order: 1;
                position: absolute;
                right: 30px;
                width: 0;
                border: none;
                height: 100%;
                top: 0; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button {
                order: 2;
                background: transparent;
                border: none;
                display: none; }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search.show > a.search:before {
              width: 15px;
              height: 2px;
              border: none;
              background: #acaba9;
              transform: rotate(-45deg);
              top: 50%;
              left: 7px;
              border-radius: 0; }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search.show > a.search:after {
              width: 15px;
              transform: rotate(45deg);
              top: 50%;
              left: 7px; }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search.show > form.search > input {
              width: 100%;
              box-shadow: 0 0 5px #cccccc;
              padding: 10px 20px;
              font-size: 22px; }
            @media (max-width: 1199.8px) {
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > a.search {
                display: none; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > input {
                order: 1;
                position: static;
                width: 100%;
                padding: 10px; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button {
                display: block; } }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu {
              display: none;
              position: absolute;
              top: 100%; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu > ul > li {
                /*margin-bottom: 1px;*/ }
                #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu > ul > li > a {
                  line-height: 40px;
                  height: 40px;
                  display: block;
                  min-width: 200px;
                  color: #000000;
                  background: rgba(255, 255, 255, 0.9);
                  text-decoration: none;
                  font-size: 18px;
                  /*font-weight: 600;*/
                  padding :0 10px;
                }
                  #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu > ul > li > a:hover {
                      color: #055d8c;
                    background: #ffffff; }
            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item:hover > .submenu {
              display: block;
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }
      @media (max-width: 1199.8px) {
        #header > .container > .main-menu {
          order: 4;
          flex: 0; }
          #header > .container > .main-menu > nav {
            display: none;
            height: auto;
            border-radius: 0;
            border: 1px solid rgba(0, 0, 0, 0.15);
            width: 215px; }
            #header > .container > .main-menu > nav.show {
              display: block; }
            #header > .container > .main-menu > nav > ul.navbar-nav {
              -webkit-flex-direction: column;
              flex-direction: column; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > a {
                line-height: 40px;
                width: 100%; }
              #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu {
                top: 0;
                transform: translateX(-100%); } }
    #header > .container > .contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      order: 3; }
      #header > .container > .contact > img {
        width: 30px;
        height: 30px; }
      #header > .container > .contact > .address {
        flex: 1;
        padding-left: 10px; }
        #header > .container > .contact > .address > p {
          margin-bottom: 0;
          font-weight: 300;
          font-size: 13px; }
          #header > .container > .contact > .address > p > a {
            color: #f7952c;
            font-weight: bold;
            font-size: 16px; }
      @media (max-width: 419px) {
        #header > .container > .contact {
          display: none; } }

#header + * {
  margin-top: 65px; }
#footer {
    background: red;
    padding: 30px 0 10px;
}

    #footer > .container > .row:first-child > div {
        padding-right: 5px;
        margin-bottom: 0px;
    }

        #footer > .container > .row:first-child > div .titleHead {
            color: #005d8c;
            font-weight: bold;
            font-size: 16px;
            text-transform: uppercase;
            line-height: 1.5em;
            margin-bottom: 0;
        }

@media screen and (min-width: 992px) {
    #footer > .container > .row:first-child > div .titleHead {
        height: auto;
    }
}

#footer > .container > .row:first-child > div .title-decor {
    height: 2px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background: #fff;
    display: none;
}

    #footer > .container > .row:first-child > div .title-decor:before {
        content: '';
        height: 1px;
        width: calc(100% - 60px);
        position: absolute;
        right: 0;
        bottom: 0;
        background: #00496e;
    }

    #footer > .container > .row:first-child > div .title-decor:after {
        content: '';
        height: 1px;
        width: calc(100% - 60px);
        position: absolute;
        right: 0;
        bottom: 1px;
        background: #002b41;
    }

#footer > .container > .row:first-child > div .menuBot {
    padding: 20px 10px 0 0;
}

    #footer > .container > .row:first-child > div .menuBot li {
        line-height: 1.5em;
        color: #005d8c;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        #footer > .container > .row:first-child > div .menuBot li > span,
        #footer > .container > .row:first-child > div .menuBot li > a {
            color: #005d8c;
        }

        #footer > .container > .row:first-child > div .menuBot li:before {
            content: '';
            width: 18px;
            display: block;
            background: url(/assets/image/icon/disc-1.png) no-repeat;
            position: relative;
            top: 7px;
        }

        #footer > .container > .row:first-child > div .menuBot li.address:before {
            background: url(/assets/image/icon/contact.png) no-repeat top left;
            top: 2px;
            width: 30px;
        }

        #footer > .container > .row:first-child > div .menuBot li.phone:before {
            width: 30px;
            background: url(/assets/image/icon/contact.png) no-repeat center left;
            top: 0;
        }

        #footer > .container > .row:first-child > div .menuBot li.web:before {
            background: url(/assets/image/icon/contact.png) no-repeat bottom left;
            top: -3px;
            width: 30px;
        }

        #footer > .container > .row:first-child > div .menuBot li.no-disc:before {
            display: none;
        }

        #footer > .container > .row:first-child > div .menuBot li > .social {
            margin-top: 20px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            #footer > .container > .row:first-child > div .menuBot li > .social > a {
                width: 32px;
                height: 32px;
                display: block;
                background: url(/Content/img/social.png) no-repeat;
                margin-right: 12px;
            }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.fb {
                    background-position-x: left;
                }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.gg {
                    background-position-x: -40px;
                }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.tw {
                    background-position-x: -80px;
                }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.pi {
                    background-position-x: -120px;
                }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.yh {
                    background-position-x: -159px;
                }

#footer > .container > .line {
    width: 100%;
    height: 1px;
    background: #00496e;
    margin: 0px 0 25px;
    position: relative;
}

    #footer > .container > .line:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #e0e0e0;
        top: 0;
        position: absolute;
    }

#footer > .container > .row:last-child .item {
    padding: 12px 0;
    border: none;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #efefef;
    border-radius: 12px;
}

    #footer > .container > .row:last-child .item > a {
        padding: 0 15px;
    }

    #footer > .container > .row:last-child .item > .spliter {
        width: 2px;
        height: 17px;
        background-color: #006d8e;
        position: relative;
    }

        #footer > .container > .row:last-child .item > .spliter:before {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            background-color: #013646;
        }

    #footer > .container > .row:last-child .item > div:last-child {
        padding: 0 14px;
    }

        #footer > .container > .row:last-child .item > div:last-child > a:first-child {
            font-weight: bold;
            color: #005d8c;
            display: block;
            font-size: 17px;
            padding-bottom: 8px;
        }

            #footer > .container > .row:last-child .item > div:last-child > a:first-child:before {
                content: url(/Content/img/location.png);
                margin-right: 8px;
                position: relative;
                top: 3px;
            }

        #footer > .container > .row:last-child .item > div:last-child > p:nth-child(2) {
            color: #005d8c;
            display: block;
            margin-bottom: 10px;
        }

        #footer > .container > .row:last-child .item > div:last-child > a:last-child {
            color: #005d8c;
            margin: 0;
            font-size: 16px;
            display: block;
        }

#copyright {
  background: #ece9e9; }
  #copyright > .container {
    position: relative; }
    #copyright > .container > p {
      font-size: 13px;
      padding: 15px 0;
      color: #6d6d6d;
      margin-bottom: 0; }
      #copyright > .container > p > a {
        color: #055d8c;
        text-transform: uppercase; }
    #copyright > .container > .social {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; }
      #copyright > .container > .social > a {
        height: 100%;
        padding: 10px; }

#go-top {
  width: 57px;
  height: 57px;
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 100px;
  cursor: pointer;
  background: url(/Content/img/go-top.png) no-repeat center center; }

#main-content {
  padding: 30px 0; }
  #main-content > .body > .container > .row > div > .navbox {
    margin-bottom: 30px; }
    #main-content > .body > .container > .row > div > .navbox > .item {
      position: relative; }
      #main-content > .body > .container > .row > div > .navbox > .item:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      #main-content > .body > .container > .row > div > .navbox > .item:not(:first-child):before {
        content: "";
        width: 9px;
        height: 9px;
        background: #e67e17;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: -5px; }
      #main-content > .body > .container > .row > div > .navbox > .item.active + .item:before {
        display: none; }
      #main-content > .body > .container > .row > div > .navbox > .item:last-child:after {
        content: "";
        width: 9px;
        height: 9px;
        background: #e67e17;
        border-radius: 50%;
        position: absolute;
        right: 0;
        bottom: -5px; }
      #main-content > .body > .container > .row > div > .navbox > .item.active:before {
        display: none; }
      #main-content > .body > .container > .row > div > .navbox > .item.active:after {
        display: none; }
      #main-content > .body > .container > .row > div > .navbox > .item > a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        height: 46px;
        padding-left: 20px;
        font-size: 15px;
        font-weight: bold;
        color: #000000; }
      #main-content > .body > .container > .row > div > .navbox > .item > .decor {
        position: absolute;
        width: 100%;
        height: 14px;
        border-bottom: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        bottom: 0; }
        #main-content > .body > .container > .row > div > .navbox > .item > .decor:before {
          content: "";
          width: 5px;
          height: 5px;
          border-bottom: 1px solid #055d8c;
          border-left: 1px solid #055d8c;
          position: absolute;
          bottom: -1px;
          left: -1px; }
      #main-content > .body > .container > .row > div > .navbox > .item.active {
        background: #055d8c;
        border-top-right-radius: 10px; }
        #main-content > .body > .container > .row > div > .navbox > .item.active > a {
          color: #ffffff; }
        #main-content > .body > .container > .row > div > .navbox > .item.active > .decor {
          border-bottom-color: #f7952c;
          border-left-color: transparent; }
          #main-content > .body > .container > .row > div > .navbox > .item.active > .decor:before {
            border-color: transparent; }
          #main-content > .body > .container > .row > div > .navbox > .item.active > .decor:after {
            background: #f7952c; }
  #main-content > .body > .container > .row > div > .highlight-box {    
    overflow: hidden;
    border: 1px solid #eeeeee;
    margin-bottom: 30px; }
    #main-content > .body > .container > .row > div > .highlight-box > .header {
        background: #47699E;
        color: #ffffff;
        padding: 10px 20px;
    }
      #main-content > .body > .container > .row > div > .highlight-box > .header > h2 {
        margin-bottom: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold; }
    #main-content > .body > .container > .row > div > .highlight-box > .content {
      background: #fcfcfc; }
      #main-content > .body > .container > .row > div > .highlight-box > .content > .sidebar-article-1 {
        margin: 10px 0; }
      #main-content > .body > .container > .row > div > .highlight-box > .content > .dashed-line {
        margin: auto;
        width: 90%; }
  #main-content > .body > .container > .row > div > .adv > a > img {
    width: 100%;
    margin-bottom: 10px; }

#video-modal > .modal-dialog {
  max-width: none;
  margin-top: 100px; }
  #video-modal > .modal-dialog > .modal-content {
    background: rgba(83, 92, 100, 0.8);
    border-radius: 10px;
    padding: 8px;
    position: relative; }
    #video-modal > .modal-dialog > .modal-content > .title {
      background: rgba(230, 126, 23, 0.8);
      color: #ffffff;
      font-size: 18px;
      padding: 5px 10px;
      position: relative; }
    #video-modal > .modal-dialog > .modal-content > button.close {
      position: absolute;
      top: -20px;
      right: 0;
      color: #ffffff;
      text-shadow: none;
      opacity: 1;
      font-size: 15px;
      font-weight: normal;
      cursor: pointer; }

.register-modal > .modal-dialog {
  margin-top: 50px; }
  .register-modal > .modal-dialog > .modal-content {
    border-radius: 10px; }
    .register-modal > .modal-dialog > .modal-content > .modal-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative;
      background: #055d8c;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .register-modal > .modal-dialog > .modal-content > .modal-header > button {
        position: absolute;
        top: -20px;
        right: 0;
        color: #ffffff;
        text-shadow: none;
        opacity: 1;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 15px; }
      .register-modal > .modal-dialog > .modal-content > .modal-header > p {
        font-size: 22px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0; }

label.custom-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  label.custom-radio > input[type="radio"] {
    display: none; }
  label.custom-radio > span.checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #666666;
    margin-right: 6px;
    display: inline-block;
    padding: 2px;
    position: relative;
    top: -1px; }
    label.custom-radio > span.checkmark:before {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #055d8c;
      display: none; }
  label.custom-radio > input[type="radio"]:checked + span.checkmark {
    border-color: #055d8c; }
    label.custom-radio > input[type="radio"]:checked + span.checkmark:before {
      display: block; }

    #page-TimKiem .article-2{margin-bottom:15px}

    .captchaBox{color:transparent;font-size:0;position:relative}
    .captchaBox br{display:none}
    #CaptchaInputText{width:calc(100% - 112px);height:34.29px;margin-left:10px;position:absolute;right:0;top:0px;text-transform:uppercase}
    /*.btnShowSubmenu{background:#dcd7d7;display:block;width:40px;height:40px;position:absolute;top:0;right:0;z-index:1;color:#333;display:none}*/
    .main-menu-mobile{display:none}
.hotlineMobile {
    display: none
}



#anhCotPhai{ padding: 0;margin: 0;width:100%}
    #anhCotPhai li{margin-bottom: 10px}
        #anhCotPhai li img{width: 100%}

        .fix .document-section .title {
            padding-left: 15px !important
        }
.page404 img{max-width: 100%}

/*# sourceMappingURL=style.css.map */

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.titleBlock {
    font-size: 36px;
    margin: 30px 0;
    font-weight: 600;
}

.btn {
    display: inline-block;
    border: 1px solid;
    border-radius: 0.25rem;
}

.toc {
    background-color: rgb(246,248,249);
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    margin :18px 0;
}
.toc ul{
    list-style-type: none !important;
    margin : 0;
}

    .toc strong {
        display: block;
        margin: 10px;
        font-size: 20px;
    }

.toc-h2 {
    color: #007bff;
}

    .toc-h2:hover {
        text-decoration: underline;
    }

    .toc-h2 a:hover {
        color: #0056b3;
    }

* {
    font-family: Roboto, sans-serif !important;
    color: #000000 ;
}