/* ---------- Variable & Mixin ---------- */
/* Variable */
/* Mixin */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* ---------- General ---------- */
@font-face {
  font-family: "Roboto";
  src: url(../font/google-font/Roboto-Light.ttf);
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/google-font/Roboto-LightItalic.ttf);
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/google-font/Roboto-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/google-font/Roboto-Italic.ttf);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/google-font/Roboto-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(../font/google-font/Roboto-BoldItalic.ttf);
  font-style: italic;
  font-weight: 700;
}
* {
  margin: 0 auto;
  padding: 0;
  color: inherit;
}

html {
  height: 100%;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif !important;
}

/* ---------- Resets ---------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- Typography ---------- */
a {
  transition: all 0.2s ease-out;
  color: inherit;
  text-decoration: none !important;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none !important;
  outline: none;
  background: none;
}

img {
  max-width: 100%;
}

/* ---------- Global Style ---------- */
.custom_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .cta {
    display: none;
  }
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #f07124 !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
  background-image: none !important;
}

.navbar-header {
  background-color: #50b744;
}

/* ---------- Header ---------- */
#slideindexVueApp img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#menuHeader .navbar-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#menuHeader .navbar-wrapper nav #navbar {
  background: #50b744;
}
#menuHeader .navbar-wrapper nav #navbar ul li a {
  color: #fff;
}
#menuHeader .navbar-wrapper nav #navbar ul .dropdown .dropdown-menu li {
  padding: 8px 10px;
}
#menuHeader .navbar-wrapper nav #navbar ul .dropdown .dropdown-menu li a {
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  #menuHeader .navbar-wrapper nav #navbar ul .dropdown .dropdown-menu li a {
    color: #fff;
  }
}
#menuHeader .navbar-wrapper nav #navbar ul .active a {
  background: #f07124;
}

/* ---------- Main ---------- */
.wrap-main .wrap-main-md-2,
.wrap-main .wrap-main-md-8 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  section.section_side_menu_left {
    display: none;
  }
}
section.section_side_menu_left .side-menu-md-3 {
  padding-right: 25px;
}
section.section_side_menu_left .side-menu-md-3 .widget_post_list .widget_list_title {
  background: #50b744;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
}
section.section_side_menu_left .side-menu-md-3 .widget_post_list .widget_list_post {
  background: #D3E4F2;
}
section.section_side_menu_left .side-menu-md-3 .widget_post_list .widget_list_post li {
  border-top: 1px solid #BDC3C7;
}
section.section_side_menu_left .side-menu-md-3 .widget_post_list .widget_list_post li a {
  padding: 0px 5px 8px 23px;
  display: block;
  color: #50b744;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_side_menu_left .side-menu-md-3 .side_bar_banner {
    display: none;
  }
}
section.section_side_menu_left .side-menu-md-3 .side_bar_banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

section.section_side_menu_right .side-menu-md-3 {
  padding-left: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_side_menu_right .side-menu-md-3 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_side_menu_right .side-menu-md-3 {
    padding-left: 0;
  }
}
section.section_side_menu_right .side-menu-md-3 .side_bar_banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_title {
  background: #50b744;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_post {
  background: #D3E4F2;
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_post li {
  border-top: 1px solid #BDC3C7;
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_post li a {
  padding: 0px 5px 8px 23px;
  display: block;
  color: #50b744;
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li {
  padding: 3px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li {
    padding: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li {
    padding: 5px;
  }
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a:hover {
  -webkit-text-decoration: underline #FFC603 !important;
          text-decoration: underline #FFC603 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a img {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a img {
    flex-basis: 40%;
    max-width: 40%;
  }
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a span {
  color: #004175;
}
section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a span:hover {
  color: #FFC603 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a span {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_side_menu_right .side-menu-md-3 .widget_list_post .list_latest_post li a span {
    flex-basis: 60%;
    max-width: 60%;
    padding-left: 5px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_services .section_services_wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_services .section_services_wrapper {
    padding: 5px 10px;
  }
}
section.section_home_services .section_services_wrapper .section_services_title {
  display: inline-flex;
  margin-bottom: 10px;
}
section.section_home_services .section_services_wrapper .section_services_title a {
  text-transform: uppercase;
  color: #fff;
  background: #50b744;
  font-size: 14px;
  padding: 6px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_services .section_services_wrapper .section_services_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_services .section_services_wrapper .section_services_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-10 {
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-10 .services_post_title {
  font-size: 16px;
  color: #029DC4;
  margin: 10px 0;
  font-weight: bold;
}
section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-10 .services_post_excerpt {
  font-size: 14px;
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_services .section_services_wrapper .section_services_post .custom_row .services-post-md-10 .services_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.section_home_services .section_services_wrapper .section_services_post_list ul {
  list-style: square !important;
  color: #FFC603;
  padding-left: 30px;
}
section.section_home_services .section_services_wrapper .section_services_post_list ul li {
  padding: 2px 0;
}
section.section_home_services .section_services_wrapper .section_services_post_list ul li a {
  font-size: 14px;
  color: #029DC4;
}

@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_education .section_education_wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_education .section_education_wrapper {
    padding: 5px 10px;
  }
}
section.section_home_education .section_education_wrapper .section_education_title {
  display: inline-flex;
  margin-bottom: 10px;
}
section.section_home_education .section_education_wrapper .section_education_title a {
  text-transform: uppercase;
  color: #fff;
  background: #50b744;
  font-size: 14px;
  padding: 6px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_education .section_education_wrapper .section_education_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_education .section_education_wrapper .section_education_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-10 {
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-10 .education_post_title {
  font-size: 16px;
  color: #029DC4;
  margin: 10px 0;
  font-weight: bold;
}
section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-10 .education_post_excerpt {
  font-size: 14px;
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_education .section_education_wrapper .section_education_post .custom_row .education-post-md-10 .education_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.section_home_education .section_education_wrapper .section_education_post_list ul {
  list-style: square !important;
  color: #FFC603;
  padding-left: 30px;
}
section.section_home_education .section_education_wrapper .section_education_post_list ul li {
  padding: 2px 0;
}
section.section_home_education .section_education_wrapper .section_education_post_list ul li a {
  font-size: 14px;
  color: #029DC4;
}

@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_experience .section_experience_wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_experience .section_experience_wrapper {
    padding: 5px 10px;
  }
}
section.section_home_experience .section_experience_wrapper .section_experience_title {
  display: inline-flex;
  margin-bottom: 10px;
}
section.section_home_experience .section_experience_wrapper .section_experience_title a {
  text-transform: uppercase;
  color: #fff;
  background: #50b744;
  font-size: 14px;
  padding: 6px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-10 {
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-10 .experience_post_title {
  font-size: 16px;
  color: #029DC4;
  margin: 10px 0;
  font-weight: bold;
}
section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-10 .experience_post_excerpt {
  font-size: 14px;
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_experience .section_experience_wrapper .section_experience_post .custom_row .experience-post-md-10 .experience_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.section_home_experience .section_experience_wrapper .section_experience_post_list ul {
  list-style: square !important;
  color: #FFC603;
  padding-left: 30px;
}
section.section_home_experience .section_experience_wrapper .section_experience_post_list ul li {
  padding: 2px 0;
}
section.section_home_experience .section_experience_wrapper .section_experience_post_list ul li a {
  font-size: 14px;
  color: #029DC4;
}

@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper {
    padding: 5px 10px;
  }
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_title {
  display: inline-flex;
  margin-bottom: 10px;
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_title a {
  text-transform: uppercase;
  color: #fff;
  background: #50b744;
  font-size: 14px;
  padding: 6px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-10 {
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-10 .accounting_doc_post_title {
  font-size: 16px;
  color: #029DC4;
  margin: 10px 0;
  font-weight: bold;
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-10 .accounting_doc_post_excerpt {
  font-size: 14px;
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post .custom_row .accounting_doc-post-md-10 .accounting_doc_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post_list ul {
  list-style: square !important;
  color: #FFC603;
  padding-left: 30px;
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post_list ul li {
  padding: 2px 0;
}
section.section_home_accounting_doc .section_accounting_doc_wrapper .section_accounting_doc_post_list ul li a {
  font-size: 14px;
  color: #029DC4;
}

@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper {
    padding: 5px 10px;
  }
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_title {
  display: inline-flex;
  margin-bottom: 10px;
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_title a {
  text-transform: uppercase;
  color: #fff;
  background: #50b744;
  font-size: 14px;
  padding: 6px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-10 {
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-10 .legislation_doc_post_title {
  font-size: 16px;
  color: #029DC4;
  margin: 10px 0;
  font-weight: bold;
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-10 .legislation_doc_post_excerpt {
  font-size: 14px;
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post .custom_row .legislation_doc-post-md-10 .legislation_doc_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post_list ul {
  list-style: square !important;
  color: #FFC603;
  padding-left: 30px;
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post_list ul li {
  padding: 2px 0;
}
section.section_home_legislation_doc .section_legislation_doc_wrapper .section_legislation_doc_post_list ul li a {
  font-size: 14px;
  color: #029DC4;
}

@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_cp_data .section_cp_data_wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_cp_data .section_cp_data_wrapper {
    padding: 5px 10px;
  }
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_title {
  display: inline-flex;
  margin-bottom: 10px;
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_title a {
  text-transform: uppercase;
  color: #fff;
  background: #50b744;
  font-size: 14px;
  padding: 6px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-2 {
    flex-basis: 30%;
    max-width: 30%;
  }
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-10 {
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-10 {
    flex-basis: 70%;
    max-width: 70%;
    padding-left: 10px;
  }
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-10 .cp_data_post_title {
  font-size: 16px;
  color: #029DC4;
  margin: 10px 0;
  font-weight: bold;
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-10 .cp_data_post_excerpt {
  font-size: 14px;
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post .custom_row .cp_data-post-md-10 .cp_data_post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post_list ul {
  list-style: square !important;
  color: #FFC603;
  padding-left: 30px;
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post_list ul li {
  padding: 2px 0;
}
section.section_home_cp_data .section_cp_data_wrapper .section_cp_data_post_list ul li a {
  font-size: 14px;
  color: #029DC4;
}

section.section_list_post_category .post_category_breadcrumb .breadCrumbs .wrap-content .breadcrumb .breadcrumb-item a {
  font-size: 15px;
}
section.section_list_post_category .post_category_breadcrumb .breadCrumbs .wrap-content .breadcrumb .active {
  font-size: 15px;
  font-weight: bold;
}
section.section_list_post_category .post_category_content .custom_row {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_list_post_category .post_category_content .custom_row .post-img-md-2 {
    width: 16.6666%;
    float: left;
  }
}
section.section_list_post_category .post_category_content .custom_row .post-img-md-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_list_post_category .post_category_content .custom_row .post-text-md-10 {
  padding: 10px 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_list_post_category .post_category_content .custom_row .post-text-md-10 {
    width: 83.3334%;
    float: left;
  }
}
section.section_list_post_category .post_category_content .custom_row .post-text-md-10 .post_text_title {
  font-size: 15px;
  color: #0000ff;
  padding: 10px 0;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.section_list_post_category .post_category_content .custom_row .post-text-md-10 .post_text_title {
    padding: 0;
  }
}
section.section_list_post_category .post_category_content .custom_row .post-text-md-10 .post_text_excerpt {
  font-size: 14px;
  color: #000;
}
section.section_list_post_category .pagination_row .paginationjs .paginationjs-pages ul {
  text-align: center;
}
section.section_list_post_category .pagination_row .paginationjs .paginationjs-pages ul li {
  display: inline-block;
  padding: 5px;
}
section.section_list_post_category .pagination_row .paginationjs .paginationjs-pages ul li a {
  color: black;
  padding: 8px 16px;
  font-weight: bold;
}
section.section_list_post_category .pagination_row .paginationjs .paginationjs-pages ul .active {
  background-color: #0051B5;
}
section.section_list_post_category .pagination_row .paginationjs .paginationjs-pages ul .active a {
  color: white;
}

section.section_post_detail .custom_row .post-detail-md-12 .post_detail_title {
  font-size: 20px;
  font-weight: bold;
}
section.section_post_detail .custom_row .post-detail-md-12 .post_detail_content {
  font-size: 15px;
}
section.section_post_detail .custom_row .related-post-md-12 h1 {
  font-size: 17px;
  font-weight: bold;
}
section.section_post_detail .custom_row .related-post-md-12 ul {
  list-style-type: disc;
  padding-left: 15px;
}
section.section_post_detail .custom_row .related-post-md-12 ul li {
  padding-bottom: 13px;
}
section.section_post_detail .custom_row .related-post-md-12 ul li a {
  color: #7143E3;
  font-size: 15px;
}

/* ---------- Footer ---------- */
footer section.section_footer .footer_menu {
  padding: 10px 8px;
  background: #50b744;
}
footer section.section_footer .footer_menu .custom_row ul {
  margin: 0;
}
footer section.section_footer .footer_menu .custom_row ul li {
  display: inline-block;
  border-right: 1px solid #fff;
}
footer section.section_footer .footer_menu .custom_row ul li a {
  color: #fff;
  font-weight: bold;
  padding: 0 15px 0 13px;
  font-size: 14px;
}
footer section.section_footer .footer_content {
  padding: 10px 25px;
}
footer section.section_footer .footer_content .custom_row .footer_title {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
footer section.section_footer .footer_content .custom_row .footer_description {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
footer section.section_footer .footer_content .custom_row .footer_contact {
  color: rgb(255, 0, 0);
  font-size: 14px;
  font-weight: bold;
}
footer section.section_footer .footer_content .custom_row .footer_address {
  color: rgb(0, 0, 255);
  font-size: #50b744;
  font-weight: bold;
}

.cta {
  position: fixed;
  right: 0px;
  bottom: 80px;
  width: 90px;
  z-index: 9999;
}

.ctaitem {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.ctabg {
  width: 60px;
  height: 60px;
  top: 15px;
  left: 15px;
  position: absolute;
  box-shadow: 0 0 0 0 #dd3333;
  border-radius: 50%;
  border: 2px solid transparent;
  animation: zigzag 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.ctaimg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  animation: zigzag 2s infinite ease-in-out;
}

.ctaimg a {
  display: block;
}

.ctacontent {
  color: #fff;
  padding: 10px 15px;
  border-radius: 99px;
  position: absolute;
  z-index: 0;
  top: 22px;
  transition-duration: 2s;
  display: none;
  margin-left: -120px;
  font-size: 100%;
  width: 180px;
  transition-duration: 2s;
}

.ctaitem:hover .ctacontent {
  display: block;
}

.ctamobile {
  position: fixed !important;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 99999 !important;
}
@keyframes zigzag {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 549px) {
  .cta {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99999 !important;
  }
}/*# sourceMappingURL=custom_style.css.map */