.header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1002;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .header ::-webkit-scrollbar {
    width: 4px; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .min-header {
    background: #F7F7F9;
    padding: 4px 0px;
    border-bottom: 1px solid transparent;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 550px) {
      .header .min-header {
        padding: 4px 0px; } }
    .header .min-header .select {
      width: 120px; }
      .header .min-header .select .form-control {
        height: 34px;
        padding: 0px 4px;
        background-position: 8px 13px;
        font-size: 14px; }
    @media (max-width: 500px) {
      .header .min-header .social {
        display: none; } }
    .header .min-header .social a svg {
      width: 18px;
      height: 18px; }
    .header .min-header .list {
      display: flex; }
      .header .min-header .list a {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        line-height: 16px;
        height: 16px;
        font-size: 14px; }
        .header .min-header .list a:hover {
          color: #077bc5; }
      .header .min-header .list .language {
        margin-right: 16px;
        border-right: 1px solid #000;
        padding-right: 16px; }
    .header .min-header .dropdown .dropdown-toggle {
      display: flex;
      align-items: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .header .min-header .dropdown .dropdown-toggle::after {
        display: none; }
      .header .min-header .dropdown .dropdown-toggle p {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        width: 110px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .header .min-header .dropdown .dropdown-toggle p::first-letter {
          text-transform: uppercase; }
      .header .min-header .dropdown .dropdown-toggle .arrow {
        margin-left: 4px; }
        .header .min-header .dropdown .dropdown-toggle .arrow svg {
          margin-left: 4px;
          max-width: 12px; }
    .header .min-header .dropdown .dropdown-menu.show {
      margin-top: 0px;
      min-width: inherit;
      -webkit-border-radius: 0px 0px 2px 2px;
      border-radius: 0px 0px 2px 2px;
      background-clip: padding-box;
      width: 160px;
      padding: 4px 16px;
      transform: none !important;
      top: 30px !important;
      border: 0px;
      z-index: 20;
      right: 0px;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      .header .min-header .dropdown .dropdown-menu.show .dropdown-item {
        display: inline-block;
        height: auto;
        margin: 0px;
        padding: 8px 0px;
        border: 0px;
        border-bottom: 1px solid #F7F7F9;
        background: none !important;
        font-size: 14px;
        text-align: right;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .min-header .dropdown .dropdown-menu.show .dropdown-item:last-child {
          border: 0px !important; }
        .header .min-header .dropdown .dropdown-menu.show .dropdown-item:hover {
          color: #077bc5; }
    .header .min-header .dropdown:hover .dropdown-toggle p {
      color: #077bc5; }
  .header .header-center {
    position: relative;
    z-index: 2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom: 1px solid #e8e8e8;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 1220px) {
      .header .header-center {
        padding: 16px 0px; } }
    @media (max-width: 991px) {
      .header .header-center .container {
        display: block; } }
    .header .header-center .logo img {
      max-width: 288px; }
      @media (max-width: 1270px) {
        .header .header-center .logo img {
          max-width: 238px; } }
    @media (max-width: 991px) {
      .header .header-center .logo {
        width: 100%;
        text-align: center; } }
    @media (max-width: 1220px) {
      .header .header-center .adv {
        display: none; } }
    .header .header-center .adv .slider-adv {
      position: relative;
      direction: ltr;
      max-width: 728px;
      height: 90px;
      overflow: hidden; }
      .header .header-center .adv .slider-adv .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none;
        margin: 0px -5px; }
        .header .header-center .adv .slider-adv .slick-list .slick-track {
          position: relative;
          top: 0;
          right: auto;
          bottom: auto;
          left: auto;
          display: block;
          overflow: hidden; }
          .header .header-center .adv .slider-adv .slick-list .slick-track:after, .header .header-center .adv .slider-adv .slick-list .slick-track:before {
            display: table;
            content: ''; }
      .header .header-center .adv .slider-adv .slick-prev,
      .header .header-center .adv .slider-adv .slick-next {
        position: absolute;
        top: -50px;
        cursor: pointer;
        border: 0px;
        padding: 0px;
        outline: none;
        font-size: 0px;
        background: none;
        display: none !important;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .header-center .adv .slider-adv .slick-prev svg,
        .header .header-center .adv .slider-adv .slick-next svg {
          width: 22px;
          height: 22px;
          fill: #adadad;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .header .header-center .adv .slider-adv .slick-prev:hover svg,
        .header .header-center .adv .slider-adv .slick-next:hover svg {
          fill: #077bc5; }
      .header .header-center .adv .slider-adv .slick-next {
        left: 30px; }
      .header .header-center .adv .slider-adv .slick-prev {
        left: 0px; }
      .header .header-center .adv .slider-adv .slick-dots {
        position: absolute;
        top: -44px;
        left: 0px; }
        @media (max-width: 991px) {
          .header .header-center .adv .slider-adv .slick-dots {
            display: none !important; } }
        .header .header-center .adv .slider-adv .slick-dots li {
          position: relative;
          display: inline-block;
          margin: 0px 4px;
          padding: 0px;
          cursor: pointer;
          width: 16px;
          height: 16px; }
          @media (max-width: 450px) {
            .header .header-center .adv .slider-adv .slick-dots li {
              width: 12px;
              height: 12px; } }
          .header .header-center .adv .slider-adv .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            display: block;
            width: 16px;
            height: 16px;
            cursor: pointer;
            border: 0px;
            outline: none;
            background: #9B9B9B;
            padding: 0px; }
            @media (max-width: 450px) {
              .header .header-center .adv .slider-adv .slick-dots li button {
                width: 12px;
                height: 12px; } }
        .header .header-center .adv .slider-adv .slick-dots li.slick-active {
          background: #077bc5; }
          .header .header-center .adv .slider-adv .slick-dots li.slick-active button {
            background: none; }
      .header .header-center .adv .slider-adv .slick-prev,
      .header .header-center .adv .slider-adv .slick-next {
        display: block !important;
        top: 28px !important;
        width: 32px;
        background: #0000005e;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        height: 32px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .header-center .adv .slider-adv .slick-prev svg,
        .header .header-center .adv .slider-adv .slick-next svg {
          fill: #fff;
          width: 18px;
          height: 18px; }
        .header .header-center .adv .slider-adv .slick-prev:hover,
        .header .header-center .adv .slider-adv .slick-next:hover {
          background: #077bc5; }
          .header .header-center .adv .slider-adv .slick-prev:hover svg,
          .header .header-center .adv .slider-adv .slick-next:hover svg {
            fill: #fff; }
      .header .header-center .adv .slider-adv .slick-prev {
        left: -50px !important; }
      .header .header-center .adv .slider-adv .slick-next {
        left: auto !important;
        right: -50px !important; }
      .header .header-center .adv .slider-adv:hover .slick-prev {
        left: 16px !important; }
      .header .header-center .adv .slider-adv:hover .slick-next {
        right: 16px !important; }
    .header .header-center .adv .slick-list {
      margin: 0px -4px !important; }
    .header .header-center .adv .slick-track {
      padding: 0px !important; }
      .header .header-center .adv .slick-track .item {
        display: inline-block;
        background: #F7F7F9;
        margin: 0px 4px; }
        .header .header-center .adv .slick-track .item img {
          width: 100%;
          height: 90px; }
    .header .header-center .adv .slick-dots {
      display: none; }
    .header .header-center .items {
      display: flex; }
      @media (max-width: 991px) {
        .header .header-center .items {
          display: none; } }
      .header .header-center .items a {
        font-size: 14px;
        margin-right: 24px;
        text-align: center;
        line-height: 1px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .header-center .items a:first-child {
          margin: 0px; }
        .header .header-center .items a .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0px auto;
          margin-bottom: 16px;
          width: 44px;
          height: 44px;
          border: 1px solid #c90305;
          background: #fff;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          @media (max-width: 1220px) {
            .header .header-center .items a .icon {
              margin-bottom: 12px; } }
          .header .header-center .items a .icon svg,
          .header .header-center .items a .icon img {
            max-height: 20px;
            width: 20px;
            fill: #c90305; }
        .header .header-center .items a:nth-child(2) .icon {
          border: 1px solid #077bc5; }
          .header .header-center .items a:nth-child(2) .icon svg {
            fill: #077bc5; }
        .header .header-center .items a:nth-child(3) .icon {
          border: 1px solid #e3c193; }
          .header .header-center .items a:nth-child(3) .icon svg {
            fill: #e3c193; }
        .header .header-center .items a:hover {
          color: #c90305; }
          .header .header-center .items a:hover:nth-child(2) {
            color: #077bc5; }
          .header .header-center .items a:hover:nth-child(3) {
            color: #e3c193; }
    .header .header-center .showboxsearch {
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      padding: 0px 10px;
      z-index: 100;
      height: 100%; }
      @media (max-width: 1220px) {
        .header .header-center .showboxsearch {
          height: 110%; } }
      .header .header-center .showboxsearch .formsearch {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%; }
      .header .header-center .showboxsearch input.form-control {
        height: 100%;
        width: 100%;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: #fff;
        text-transform: none;
        padding-left: 70px;
        padding-right: 138px; }
      .header .header-center .showboxsearch .line {
        position: absolute;
        right: 120px;
        width: 1px;
        height: 32px;
        margin-top: 12px;
        background: #F7F7F9; }
      .header .header-center .showboxsearch .bottom {
        position: absolute;
        left: 12px;
        padding: 0px;
        background: none;
        outline: none;
        outline-style: none;
        border: 0px;
        cursor: pointer; }
        .header .header-center .showboxsearch .bottom svg {
          width: 22px;
          height: 22px;
          fill: #077bc5; }
      .header .header-center .showboxsearch .cancel {
        position: absolute;
        left: 44px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 2;
        cursor: pointer; }
        .header .header-center .showboxsearch .cancel svg {
          width: 22px;
          fill: #c90305; }
      .header .header-center .showboxsearch select.select {
        position: absolute;
        right: -8px;
        background-position: 8px 13px;
        outline: none;
        outline-style: none;
        width: 120px;
        padding: 0px 8px; }
        .header .header-center .showboxsearch select.select:focus {
          border: 0px; }
    .header .header-center .adv-rspon {
      display: none;
      margin: 12px auto 0px auto;
      width: 348px; }
      @media (max-width: 991px) {
        .header .header-center .adv-rspon {
          display: block; } }
      @media (max-width: 400px) {
        .header .header-center .adv-rspon {
          width: 100%; } }
      .header .header-center .adv-rspon .item img {
        width: 100%; }
  .header .menu {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    background: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-box-shadow: 0px 0px 20px #00000017;
    -moz-box-shadow: 0px 0px 20px #00000017;
    -o-box-shadow: 0px 0px 20px #00000017;
    -ms-box-shadow: 0px 0px 20px #00000017;
    box-shadow: 0px 0px 20px #00000017; }
    @media (max-width: 991px) {
      .header .menu {
        align-items: inherit; } }
    .header .menu.sticky {
      position: fixed;
      top: 0px;
      left: 0;
      display: flex;
      justify-content: space-between; }
      .header .menu.sticky .container {
        justify-content: space-between; }
      .header .menu.sticky .logo {
        display: block; }
      .header .menu.sticky .s-show {
        display: block; }
        .header .menu.sticky .s-show .search {
          display: block; }
      .header .menu.sticky .social {
        margin-right: 32px; }
    .header .menu .s-show {
      display: none; }
      @media (max-width: 991px) {
        .header .menu .s-show {
          display: block; } }
      .header .menu .s-show .search {
        display: none; }
        @media (max-width: 991px) {
          .header .menu .s-show .search {
            display: block; } }
        .header .menu .s-show .search svg,
        .header .menu .s-show .search img {
          width: 22px;
          height: 22px;
          fill: #000;
          cursor: pointer; }
      .header .menu .s-show .showbox {
        display: none;
        position: absolute;
        top: 0px;
        left: 10px;
        width: calc(100% - 20px);
        z-index: 100;
        height: 54px; }
        @media (max-width: 991px) {
          .header .menu .s-show .showbox {
            height: 52px; } }
        .header .menu .s-show .showbox .formsearch {
          position: relative;
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%; }
        .header .menu .s-show .showbox .form-control {
          height: 100%;
          width: 100%;
          border-radius: 0px;
          border: 0px;
          box-shadow: none;
          outline: none;
          background: #fff;
          text-transform: none;
          padding-left: 70px;
          padding-right: 148px;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          background-clip: padding-box; }
        .header .menu .s-show .showbox .bottom {
          position: absolute;
          left: 0px;
          padding: 0px;
          background: none;
          outline: none;
          outline-style: none;
          border: 0px;
          margin-top: 6px;
          cursor: pointer; }
          .header .menu .s-show .showbox .bottom svg {
            width: 22px;
            height: 22px;
            fill: #077bc5; }
        .header .menu .s-show .showbox select.select {
          position: absolute;
          right: 0px;
          background-position: 8px 24px;
          outline: none;
          outline-style: none;
          width: 120px;
          height: 52px; }
          .header .menu .s-show .showbox select.select:focus {
            border: 0px; }
        .header .menu .s-show .showbox .line {
          position: absolute;
          right: 130px;
          width: 1px;
          height: 32px;
          margin-top: 12px;
          background: #F7F7F9; }
        .header .menu .s-show .showbox .cancelicon {
          position: absolute;
          top: 17px;
          left: 32px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          z-index: 2;
          cursor: pointer; }
          .header .menu .s-show .showbox .cancelicon svg {
            width: 22px;
            fill: #c90305; }
    .header .menu .container {
      justify-content: flex-start; }
      @media (max-width: 991px) {
        .header .menu .container {
          justify-content: space-between; } }
    .header .menu .logo {
      display: none; }
      .header .menu .logo img {
        max-width: 56px; }
    .header .menu .social {
      display: none; }
      @media (max-width: 500px) {
        .header .menu .social {
          display: inline-flex; }
          .header .menu .social a {
            margin: 0px 8px; } }
    .header .menu #cssmenu {
      position: relative;
      z-index: 10; }
      .header .menu #cssmenu #menu-button {
        display: none; }
      .header .menu #cssmenu ul {
        float: right; }
        .header .menu #cssmenu ul li {
          float: right;
          height: 52px;
          display: flex;
          align-items: center;
          position: relative;
          margin-left: 27px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 1150px) {
            .header .menu #cssmenu ul li {
              margin-left: 10px; } }
          .header .menu #cssmenu ul li:hover > ul {
            right: auto;
            z-index: 800; }
          .header .menu #cssmenu ul li a {
            display: block;
            position: relative;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            outline: none;
            color: #000;
            font-family: 'changa-medium';
            font-size: 18px; }
            @media (max-width: 1199px) {
              .header .menu #cssmenu ul li a {
                font-size: 16px; } }
            .header .menu #cssmenu ul li a .arrow {
              max-width: 12px;
              fill: #000;
              -moz-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              transition: all 0.5s ease-in-out 0s;
              margin-right: 4px; }
              @media (max-width: 991px) {
                .header .menu #cssmenu ul li a .arrow {
                  display: none; } }
            .header .menu #cssmenu ul li a:after {
              content: "";
              position: absolute;
              right: 0px;
              bottom: -12px;
              width: 0;
              background: #077bc5;
              height: 3px;
              -moz-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              transition: all 0.5s ease-in-out 0s; }
              @media (max-width: 991px) {
                .header .menu #cssmenu ul li a:after {
                  display: none; } }
            .header .menu #cssmenu ul li a:hover:after, .header .menu #cssmenu ul li a.active:after {
              width: 100%; }
            .header .menu #cssmenu ul li a:hover .arrow, .header .menu #cssmenu ul li a.active .arrow {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
          .header .menu #cssmenu ul li:hover a .arrow {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          .header .menu #cssmenu ul li:hover a:after {
            width: 100%; }
        .header .menu #cssmenu ul ul {
          position: absolute;
          top: 100%;
          right: -9999px;
          background: #fff;
          padding: 8px 0px;
          -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
          .header .menu #cssmenu ul ul.scrollmenu {
            height: 300px;
            overflow: hidden;
            overflow-y: scroll; }
          .header .menu #cssmenu ul ul li {
            padding: 0px 12px !important;
            margin: 0px !important;
            height: auto; }
            .header .menu #cssmenu ul ul li:last-child {
              width: auto; }
            .header .menu #cssmenu ul ul li.has-sub > a:after {
              content: '';
              position: absolute;
              top: 21px;
              right: auto;
              left: 0px;
              width: 8px;
              height: 2px;
              display: block;
              background: #000; }
            .header .menu #cssmenu ul ul li.has-sub > a:before {
              content: '';
              position: absolute;
              top: 18px;
              left: 3px;
              display: block;
              width: 2px;
              height: 8px;
              background: #000; }
            .header .menu #cssmenu ul ul li.has-sub:hover > a:before {
              top: 17px;
              height: 0px; }
            .header .menu #cssmenu ul ul li.has-sub:hover > a::after {
              background: #b51f76; }
            .header .menu #cssmenu ul ul li a {
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 8px 0px !important;
              min-width: 176px !important;
              height: auto !important;
              color: #000 !important;
              font-family: 'changa-regular';
              font-size: 16px !important; }
              .header .menu #cssmenu ul ul li a:after {
                display: none; }
              .header .menu #cssmenu ul ul li a:hover {
                color: #077bc5 !important; }
            .header .menu #cssmenu ul ul li ul {
              margin-right: 188px;
              top: 0px !important;
              z-index: 830;
              margin-top: -12px; }
              .header .menu #cssmenu ul ul li ul:after {
                display: none; }
            .header .menu #cssmenu ul ul li:last-child a {
              padding-bottom: 0px; }

@media (max-width: 991px) {
  .header .menu.sticky #cssmenu {
    position: absolute;
    margin-right: 70px; }
  .header .menu #cssmenu #menu-button {
    display: block; }
  .header .menu #cssmenu ul {
    position: absolute;
    top: 36px;
    width: 190px;
    display: none;
    background: #000;
    height: 260px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 120;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .header .menu #cssmenu ul li {
      display: block;
      width: 100%;
      margin: 0px !important;
      padding: 0px !important;
      height: auto !important;
      position: relative; }
      .header .menu #cssmenu ul li a {
        width: 100%;
        padding: 8px 12px;
        height: auto;
        margin: 0px;
        border-bottom: 1px solid rgba(120, 120, 120, 0.2);
        font-size: 16px;
        color: #fff; }
      .header .menu #cssmenu ul li:last-child a {
        border-bottom: 0px; }
  .header .menu #cssmenu #menu-button {
    display: block !important;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
    position: relative; }
    .header .menu #cssmenu #menu-button:after {
      position: absolute;
      top: 10px;
      right: 0px;
      display: block;
      height: 8px;
      width: 20px;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000;
      content: '';
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .header .menu #cssmenu #menu-button:before {
      position: absolute;
      top: 4px;
      right: 0px;
      display: block;
      height: 2px;
      width: 20px;
      background: #000;
      content: '';
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .header .menu #cssmenu #menu-button.menu-opened:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #c90305;
      top: 11px;
      border: 0px;
      height: 2px;
      width: 20px;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .header .menu #cssmenu #menu-button.menu-opened:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #c90305;
      top: 11px;
      width: 20px;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .header .menu #cssmenu .submenu-button {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border-right: 1px solid rgba(120, 120, 120, 0.2);
    height: 44px;
    width: 44px;
    cursor: pointer;
    z-index: 10; }
    .header .menu #cssmenu .submenu-button.submenu-button.submenu-opened {
      background: #077bc5; }
  .header .menu #cssmenu ul ul li a {
    min-width: 100%; }
  .header .menu #cssmenu ul ul ul li a {
    padding-left: 35px; }
  .header .menu #cssmenu ul ul li a {
    min-width: 100% !important;
    color: #fff;
    background: none; }
  .header .menu #cssmenu ul ul li:hover > a,
  .header .menu #cssmenu ul ul li.active > a {
    color: #fff; }
  .header .menu #cssmenu ul ul,
  .header .menu #cssmenu ul ul ul {
    position: relative !important;
    padding: 0px !important;
    margin: 0px !important;
    right: 0px !important; }
  .header .menu #cssmenu ul ul {
    height: auto; }
  .header .menu #cssmenu > ul > li.has-sub > a:after,
  .header .menu #cssmenu > ul > li.has-sub > a:before,
  .header .menu #cssmenu ul ul > li.has-sub > a:after,
  .header .menu #cssmenu ul ul > li.has-sub > a:before {
    display: none; }
  .header .menu #cssmenu ul ul .submenu-button {
    height: 39px;
    width: 39px; }
  .header .menu #cssmenu .submenu-button:after {
    position: absolute;
    top: 23px;
    right: 21px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''; }
  .header .menu #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 19px; }
  .header .menu #cssmenu .submenu-button.submenu-opened:after {
    background: #fff; }
  .header .menu #cssmenu .submenu-button:before {
    position: absolute;
    top: 20px;
    right: 24px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: ''; }
  .header .menu #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 22px; }
  .header .menu #cssmenu .submenu-button.submenu-opened:before {
    display: none; }
  .header .menu #cssmenu ul ul li ul {
    padding: 0px !important;
    width: 100%;
    height: auto;
    overflow: inherit;
    overflow-y: inherit; } }
.adv-top {
  overflow: hidden; }
  .adv-top .adv-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    .adv-top .adv-list a {
      margin: 10px 5px 0px 5px; }
      .adv-top .adv-list a img {
        max-width: 100%; }

.news-ticker {
  overflow: hidden;
  margin-top: 10px; }
  .news-ticker .bn-breaking-news {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 45px !important;
    vertical-align: top;
    overflow: hidden;
    background: #fff;
    border-top-right-radius: 8px !important; }
    .news-ticker .bn-breaking-news .title {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 1;
      height: 45px;
      width: auto;
      color: #fff;
      font-size: 20px !important;
      background: #077bc5;
      padding: 0px 24px;
      border-top-right-radius: 8px; }
      @media (max-width: 991px) {
        .news-ticker .bn-breaking-news .title {
          font-size: 14px !important;
          padding: 0px 12px; } }
    .news-ticker .bn-breaking-news .bn-news {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .news-ticker .bn-breaking-news .bn-news ul {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex; }
        .news-ticker .bn-breaking-news .bn-news ul li {
          display: flex;
          white-space: nowrap;
          margin-left: 42px;
          text-overflow: ellipsis;
          text-decoration: none;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          position: absolute;
          display: none; }
          .news-ticker .bn-breaking-news .bn-news ul li a {
            position: relative;
            display: flex;
            align-items: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-family: 'changa-semibold';
            color: #000;
            height: 45px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            @media (max-width: 991px) {
              .news-ticker .bn-breaking-news .bn-news ul li a {
                font-size: 14px; } }
            .news-ticker .bn-breaking-news .bn-news ul li a:hover {
              color: #077bc5; }
            .news-ticker .bn-breaking-news .bn-news ul li a::before {
              content: "";
              position: absolute;
              right: -13px;
              min-width: 6px;
              height: 6px;
              background: #077bc5;
              margin-top: 2px; }
  .news-ticker .bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative; }
    .news-ticker .bn-effect-scroll .bn-news ul li {
      display: list-item;
      float: left;
      position: relative;
      width: auto; }

.slider {
  width: 100%;
  position: relative;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .slider .row {
    margin: 0px; }
  .slider .item {
    padding: 0px;
    margin-left: 10px; }
    .slider .item:last-child {
      margin: 0px; }
    .slider .item .photo {
      display: flex;
      position: relative;
      width: 100%;
      overflow: hidden;
      background: #02131e;
      margin-top: 10px; }
      .slider .item .photo a {
        display: block;
        width: 100%; }
      .slider .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .slider .item .photo:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .slider .item .photo .contant .title {
        font-family: 'changa-semibold';
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    .slider .item:nth-child(1) {
      max-width: calc(100% - 780px);
      flex: calc(100% - 780px); }
      @media (min-width: 1600px) {
        .slider .item:nth-child(1) {
          max-width: calc(100% - 930px);
          flex: calc(100% - 930px); } }
      @media (max-width: 1199px) {
        .slider .item:nth-child(1) {
          max-width: calc(100% - 520px);
          flex: calc(100% - 520px); } }
      .slider .item:nth-child(1) .photo {
        height: 510px; }
        .slider .item:nth-child(1) .photo .contant .title {
          line-height: 42px; }
      @media (max-width: 991px) {
        .slider .item:nth-child(1) {
          max-width: 100%;
          flex: 100%;
          margin: 0px; }
          .slider .item:nth-child(1) .photo {
            height: 372px; } }
    .slider .item:nth-child(2), .slider .item:nth-child(3), .slider .item:nth-child(4) {
      max-width: 250px;
      flex: 250px; }
      @media (min-width: 1600px) {
        .slider .item:nth-child(2), .slider .item:nth-child(3), .slider .item:nth-child(4) {
          max-width: 300px;
          flex: 300px; } }
      .slider .item:nth-child(2) .photo, .slider .item:nth-child(3) .photo, .slider .item:nth-child(4) .photo {
        height: 250px; }
        .slider .item:nth-child(2) .photo .contant .title, .slider .item:nth-child(3) .photo .contant .title, .slider .item:nth-child(4) .photo .contant .title {
          font-size: 16px !important;
          line-height: 24px; }
      @media (max-width: 991px) {
        .slider .item:nth-child(2), .slider .item:nth-child(3), .slider .item:nth-child(4) {
          display: flex;
          justify-content: space-between;
          max-width: 100%;
          flex: 100%;
          margin: 0px; }
          .slider .item:nth-child(2) .photo, .slider .item:nth-child(3) .photo, .slider .item:nth-child(4) .photo {
            width: calc(50% - 5px); } }
    @media (max-width: 991px) and (max-width: 550px) {
      .slider .item:nth-child(2) .photo, .slider .item:nth-child(3) .photo, .slider .item:nth-child(4) .photo {
        width: 100%; } }
      @media (max-width: 991px) {
            .slider .item:nth-child(2) .photo .contant .title, .slider .item:nth-child(3) .photo .contant .title, .slider .item:nth-child(4) .photo .contant .title {
              height: auto; } }
      @media (max-width: 550px) {
        .slider .item:nth-child(2), .slider .item:nth-child(3), .slider .item:nth-child(4) {
          display: block; } }
    @media (max-width: 1199px) {
      .slider .item:nth-child(3) {
        display: none; } }
    @media (max-width: 991px) {
      .slider .item:nth-child(3) {
        display: flex; } }
    @media (max-width: 550px) {
      .slider .item:nth-child(3) {
        display: block; } }
    .slider .item:nth-child(4) .photo {
      height: 510px; }
      @media (max-width: 991px) {
        .slider .item:nth-child(4) .photo {
          margin: 10px auto 0px auto; } }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: capitalize; }

body {
  direction: ltr;
  text-align: left; }

.che-box {
  padding-right: 0px !important;
  padding-left: 22px !important; }
  .che-box input[type="radio"],
  .che-box input[type="checkbox"] {
    left: auto !important;
    right: 9000px !important; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    right: auto !important;
    left: 0px !important; }

/*# sourceMappingURL=home-ltr.css.map */
