/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}
/* 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;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  transition: all 0.25s ease;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="password"] {
    font-size: 16px;
    box-shadow: none !important;
    outline: none;
  }
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #0c3b6b;
}
::selection {
  color: #fff;
  background: #0c3b6b;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeue-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue/HelveticaNeue-Regular.otf') format('opentype'), url('../fonts/HelveticaNeue/HelveticaNeue-Regular.woff') format('woff'), url('../fonts/HelveticaNeue/HelveticaNeue-Regular.ttf') format('truetype'), url('../fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana/Verdana-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Verdana/Verdana-Regular.otf') format('opentype'), url('../fonts/Verdana/Verdana-Regular.woff') format('woff'), url('../fonts/Verdana/Verdana-Regular.ttf') format('truetype'), url('../fonts/Verdana/Verdana.svg#Verdana-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font: 15px/18px HelveticaNeue, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  line-height: 1.7;
  position: relative;
  font-weight: normal;
  padding: 0 ;
  margin: 0;
  color: #232323;
  background-color: #ffffff;
}
h2,
h3 {
  margin: 0;
  font-family: 'Verdana';
  font-weight: bold;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fed03d !important;
}
.show-mb {
  display: none;
}
@media (max-width: 576px) {
  .show-mb {
    display: block;
  }
}
.hidden-mb {
  display: block;
}
@media (max-width: 576px) {
  .hidden-mb {
    display: none;
  }
}
.invalid-feedback {
  display: block;
}
.faq {
  line-height: 1.7;
  position: relative;
  font-weight: normal;
  padding: 0 ;
  margin: 0;
  color: #232323;
  background-color: #ffffff;
}
.faq a {
  /*color: #fff;*/
}
.faq a:hover,
.faq a:focus,
.faq a.active {
  color: #0c3b6b;
  filter: brightness(120%);
}
@media screen and (max-width: 1024px) {
  .faq input[type="text"],
  .faq input[type="number"],
  .faq input[type="email"],
  .faq input[type="tel"],
  .faq input[type="password"] {
    font-size: 16px !important;
    box-shadow: none !important;
    outline: none;
  }
}
.faq .owl-theme .owl-nav [class*=owl-],
.faq .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  padding: 0;
}
.faq .owl-theme .owl-nav {
  margin-top: 0px;
}
.faq #accordion .btn-link {
  white-space: normal;
}
.faq .owl-next,
.faq .owl-prev {
  position: absolute;
  top: 35%;
  background: url('../images/img-prev.png') no-repeat top left !important;
  text-indent: -999px;
  width: 50px;
  height: 50px;
  background-size: 100% 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  transform: translateY(-50%);
}
.faq .owl-next {
  right: 15px;
  transform: translateY(-50%) rotate(180deg);
}
.faq .owl-prev {
  left: 15px;
}
.faq .owl-theme .owl-dots .owl-dot span {
  background: #c6c6c6;
  border: none;
}
.faq .owl-theme .owl-dots .owl-dot.active span,
.faq .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff5b35;
}
.faq .owl-dots {
  margin-top: 15px;
}
.faq .buttonMenu-Mobile {
  cursor: pointer;
}
.faq .buttonMenu-Mobile .bar1,
.faq .buttonMenu-Mobile .bar2,
.faq .buttonMenu-Mobile .bar3 {
  width: 25px;
  height: 3px;
  background-color: #3f5d18;
  margin: 5px 0;
  transition: 0.4s;
}
.faq .buttonMenu-Mobile.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.faq .buttonMenu-Mobile.active .bar2 {
  opacity: 0;
}
.faq .buttonMenu-Mobile.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
  transform: rotate(45deg) translate(-6px, -7px);
}
.faq .icon-menu {
  display: none;
}
.faq header {
  background: #fed03d !important;
  color: #fff;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.faq .headedInner {
  display: flex;
}
.faq .col-left {
  display: flex;
  /* flex: 1 1 100%; */
  justify-content: center;
  align-items: center;
}
.faq .col-left a {
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.faq .col-right {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .col-right a {
  color: #999999;
}
.faq .col-right img {
  margin-right: 7px;
}
.faq .headermidInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faq .headermidInner button {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border: none;
  outline: 0;
  height: 100%;
  background: #ff6600;
  padding: 0 15px;
  padding: 0 25px;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
}
.faq .headermidInner input {
  border: none;
  border: 1px solid #b1c3d6;
  outline: 0;
  box-shadow: none;
  height: 55px;
  border-radius: 15px;
  overflow: hidden;
  font-size: 14px;
  padding: 0 30px;
  box-shadow: none !important;
}
.faq .headermidInner p {
  font-style: italic;
  font-size: 14px;
  text-shadow: 0 0 1px #000;
}
.faq .input {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.faq .lead {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: normal;
  text-align: center;
}
.faq .lead br {
  display: none;
}
.faq .headermid {
  padding-top: 70px;
  padding-bottom: 40px;
  border-top: 1px solid #244e7c;
  background-image: linear-gradient(#06366a, #185492);
}
.faq footer {
  background: #fed03d !important;
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
  float: left;
  width: 100%;
}
.faq .copyright {
  display: flex;
}
.faq .copyright .col-left {
  flex-direction: column;
  justify-content: start;
  text-align: left;
  align-items: flex-start;
}
.faq .footermid {
  background: #0c3b6b;
  font-size: 14px;
  padding: 45px 0 70px;
  color: #b9b9b9;
}
.faq .footermid h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.faq .footermid a {
  color: #b9b9b9;
}
.faq .footermid a:hover {
  color: #fff;
}
.faq .footermid p {
  margin-bottom: 40px;
  padding-right: 45px;
}
.faq .footermid .col4 {
  padding-left: 50px;
}
.faq .logofooter {
  margin-bottom: 25px;
}
.faq .social {
  margin-top: 50px;
}
.faq .social .list-social a {
  margin: 0px 5px;
}
.faq .social .d-flex {
  align-items: center;
}
.faq .titlefooter {
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
  color: black !important;
}
.faq .titlefooter:after {
  content: "";
  width: 70px;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  bottom: -10px;
  color: black !important;
}
.faq .listfooter li a {
  margin-bottom: 10px;
  display: block;
  color: black;
}
.faq .cardfooter {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #545454;
}
.faq .titlesection {
  text-align: center;
  margin-bottom: 60px;
}
.faq .titlesection h3 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.faq .titlesection p {
  margin-bottom: 25px;
}
.faq .titlesection .line {
  color: #363636;
  width: 170px;
  height: 2px;
  background: #363636;
  margin: 0 auto;
}
.faq .item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq .item-news .thumb-news {
  width: 48%;
}
.faq .item-news .info-news {
  width: 49%;
  overflow: hidden;
}
.faq .item-news .date-news {
  margin-bottom: 15px;
  padding-top: 15px;
}
.faq .item-news .title-news a {
  color: #363636;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.faq .item-news .title-news a:hover {
  color: #1a5694;
}
.faq .item-news .des {
  color: #959595;
  margin-bottom: 15px;
}
.faq .item-news .readmore a {
  color: #363636;
  display: block;
  padding-bottom: 20px;
  position: relative;
}
.faq .item-news .readmore a:hover {
  color: #1a5694;
}
.faq .item-news .readmore a:hover:before {
  background: #1a5694;
  width: 100%;
}
.faq .item-news .readmore a:before {
  content: "";
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #363636;
  height: 2px;
  transition: all 0.25s ease;
}
.faq section.news {
  padding: 40px 0;
  float: left;
  width: 100%;
  overflow: hidden;
}
.faq .thumb-news {
  background: #ebebeb;
  position: relative;
  transition: all 0.25s ease;
}
.faq .thumb-news .iconlink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
  opacity: 0;
  z-index: 9;
}
.faq .thumb-news:hover .iconlink {
  opacity: 1;
}
.faq .thumb-news:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.faq .connect {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.faq .connect .innersection p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.faq .connect .innersection span {
  margin-left: 5px;
}
.faq .connect .d-flex {
  justify-content: center;
  align-items: center;
}
.faq .sendmessage,
.faq .chat {
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  font-size: 23px;
  background: #ff6600;
  color: #fff !important;
  margin: 0 5px;
  padding: 0 30px;
}
.faq .chat {
  background: #07386d;
}
.faq .main {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.faq .main .content {
  width: 70%;
  padding-left: 30px;
}
.faq .main .content h3 {
  border-bottom: 1px solid #ccc;
}
.faq .main .content img {
  max-width: 100%;
  height: auto !important;
}
.faq .main .innersection {
  display: flex;
}
.faq .main .sidebar {
  width: 30%;
  border-right: 1px solid #cccccc;
}
.faq .main .listfunction li {
  padding: 3px 7px;
  margin-bottom: 7px;
}
.faq .main .listfunction li.active,
.faq .main .listfunction li:hover {
  background: #cccccc;
}
.faq .main .listfunction a {
  color: #333333;
  font-size: 15px;
}
.faq .titleblock h3 {
  color: #333333;
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: bold;
}
.faq #accordion .card {
  margin-bottom: 10px;
  border: none;
}
.faq #accordion .card-header {
  background: #f2f2f2;
  border-bottom: none;
  padding: 0;
}
.faq #accordion .card-body {
  padding: 1.25rem 7px;
  color: #333;
}
.faq #accordion .btn-link {
  color: #363636;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  min-height: 60px;
  font-size: 15px;
  position: relative;
  border: none;
  transition: 0s;
  padding-right: 80px;
}
._sidebar {
  margin-top: 80px;
}
.faq #accordion .btn-link span.icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 54px;
  padding: 0 22px;
  vertical-align: middle;
  background: #cacaca;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 7px 7px 0px;
}
.faq #accordion .btn-link[aria-expanded="true"] {
  background-color: #fed03d !important;
  color: black;
}
.faq #accordion .btn-link[aria-expanded="true"] span.icon {
  background: #fed03d;
}
.faq #accordion .btn-link[aria-expanded="true"] span.icon img {
  transform: rotate(90deg);
}
.faq #accordion .btn-link:hover,
.faq #accordion .btn-link:focus {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .faq #accordion .btn-link {
    white-space: pre-line;
  }
  .faq .lead {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .faq .lead {
    font-size: 27px;
    line-height: 45px;
    text-align: center;
  }
  .faq .social {
    margin-top: 100px;
  }
  .faq .footermid .col4 {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .faq .headermid {
    padding-top: 30px;
  }
  .faq .lead br {
    display: block;
  }
  body.showmenu {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .faq .icon-menu {
    display: block;
  }
  .faq #logo {
    margin-left: 15px;
  }
  .faq #logo img {
    width: 130px;
    height: auto;
  }
  .faq .col-left {
    flex: 1 1 100%;
  }
  .faq .link {
    margin-left: auto;
  }
  .faq .col-left .link a {
    font-size: 14px;
  }
  .faq .main .sidebar {
    width: 100%;
    position: fixed;
    top: 76px;
    left: -100%;
    height: calc(100% - 76px);
    background: #fff;
    z-index: 9;
    padding: 1rem;
    padding-bottom: 2rem;
    transition: all 0.4s ease;
    overflow-y: auto;
  }
  .faq .main .sidebar.show {
    left: 0;
  }
  .faq .col-right {
    display: none;
  }
  .faq .col-right span {
    display: none;
  }
  .faq .lead {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
  .faq .headermidInner input {
    height: 45px;
    padding: 0 10px;
    padding-right: 30px;
  }
  .faq .headermidInner button {
    padding: 0 15px;
  }
  .faq .headermidInner button img {
    width: 18px;
  }
  .faq .main .innersection {
    flex-direction: column;
  }
  .faq .main .content {
    width: 100%;
    border: none;
    padding: 0;
  }
  .faq .main .content {
    margin-top: 30px;
  }
  .faq .connect .d-flex {
    flex-direction: column;
  }
  .faq .chat,
  .faq .sendmessage {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .faq .titlesection p br {
    display: none;
  }
  .faq .item-news {
    flex-direction: column;
  }
  .faq .item-news .thumb-news,
  .faq .item-news .info-news {
    width: 100%;
  }
  .faq .social {
    margin-top: 30px;
  }
  .faq .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .faq .col-left .link a {
    font-size: 11px;
  }
}
