@charset "UTF-8";
.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; } }

.adv-w {
  width: 100%;
  background: #fff;
  padding: 32px;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .adv-w {
      padding: 16px; } }
  .adv-w .adv {
    margin: 0px auto;
    max-width: 1200px; }
    .adv-w .adv .slider-advbottom {
      position: relative;
      direction: ltr;
      height: 90px;
      overflow: hidden; }
      .adv-w .adv .slider-advbottom .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none;
        margin: 0px -5px; }
        .adv-w .adv .slider-advbottom .slick-list .slick-track {
          position: relative;
          top: 0;
          right: auto;
          bottom: auto;
          left: auto;
          display: block;
          overflow: hidden; }
          .adv-w .adv .slider-advbottom .slick-list .slick-track:after, .adv-w .adv .slider-advbottom .slick-list .slick-track:before {
            display: table;
            content: ''; }
      .adv-w .adv .slider-advbottom .slick-prev,
      .adv-w .adv .slider-advbottom .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; }
        .adv-w .adv .slider-advbottom .slick-prev svg,
        .adv-w .adv .slider-advbottom .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; }
        .adv-w .adv .slider-advbottom .slick-prev:hover svg,
        .adv-w .adv .slider-advbottom .slick-next:hover svg {
          fill: #077bc5; }
      .adv-w .adv .slider-advbottom .slick-next {
        left: 30px; }
      .adv-w .adv .slider-advbottom .slick-prev {
        left: 0px; }
      .adv-w .adv .slider-advbottom .slick-dots {
        position: absolute;
        top: -44px;
        left: 0px; }
        @media (max-width: 991px) {
          .adv-w .adv .slider-advbottom .slick-dots {
            display: none !important; } }
        .adv-w .adv .slider-advbottom .slick-dots li {
          position: relative;
          display: inline-block;
          margin: 0px 4px;
          padding: 0px;
          cursor: pointer;
          width: 16px;
          height: 16px; }
          @media (max-width: 450px) {
            .adv-w .adv .slider-advbottom .slick-dots li {
              width: 12px;
              height: 12px; } }
          .adv-w .adv .slider-advbottom .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) {
              .adv-w .adv .slider-advbottom .slick-dots li button {
                width: 12px;
                height: 12px; } }
        .adv-w .adv .slider-advbottom .slick-dots li.slick-active {
          background: #077bc5; }
          .adv-w .adv .slider-advbottom .slick-dots li.slick-active button {
            background: none; }
      .adv-w .adv .slider-advbottom .slick-prev,
      .adv-w .adv .slider-advbottom .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; }
        .adv-w .adv .slider-advbottom .slick-prev svg,
        .adv-w .adv .slider-advbottom .slick-next svg {
          fill: #fff;
          width: 18px;
          height: 18px; }
        .adv-w .adv .slider-advbottom .slick-prev:hover,
        .adv-w .adv .slider-advbottom .slick-next:hover {
          background: #077bc5; }
          .adv-w .adv .slider-advbottom .slick-prev:hover svg,
          .adv-w .adv .slider-advbottom .slick-next:hover svg {
            fill: #fff; }
      .adv-w .adv .slider-advbottom .slick-prev {
        left: -50px !important; }
      .adv-w .adv .slider-advbottom .slick-next {
        left: auto !important;
        right: -50px !important; }
      .adv-w .adv .slider-advbottom:hover .slick-prev {
        left: 16px !important; }
      .adv-w .adv .slider-advbottom:hover .slick-next {
        right: 16px !important; }
    .adv-w .adv .slick-list {
      margin: 0px -12px !important; }
    .adv-w .adv .slick-track {
      padding: 0px !important; }
      .adv-w .adv .slick-track .item {
        display: inline-block;
        background: #F7F7F9;
        margin: 0px 6px; }
        .adv-w .adv .slick-track .item img {
          width: 100%;
          height: 90px; }
    .adv-w .adv .slick-dots {
      display: none; }

.section {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 24px 0px; }
  .section .container.flex {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .section .container.flex {
        display: block; } }

.side-item {
  position: relative;
  width: 100%;
  padding-left: 260px; }
  @media (min-width: 1600px) {
    .side-item {
      padding-left: 310px; } }
  @media (max-width: 1199px) {
    .side-item {
      width: 100%;
      padding-left: 0px; } }

@media (max-width: 1199px) {
  .w-item {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px; }
    .w-item:last-child {
      margin: 0px;
      max-width: calc(50% - 5px);
      flex: calc(50% - 5px); } }
@media (max-width: 767px) {
  .w-item:last-child {
    max-width: 100%;
    flex: 100%; } }
.w-item.w-100 {
  max-width: 100% !important;
  flex: 100% !important; }
.w-item .item {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .w-item .item {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 500px) {
    .w-item .item {
      max-width: 100%;
      flex: 100%; } }
  .w-item .item .inner {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 8px;
    -webkit-box-shadow: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    -o-box-shadow: 1px 1px 5px 1px #ddd;
    -ms-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd; }
    .w-item .item .inner .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 223px;
      overflow: hidden;
      background: #02131e; }
      .w-item .item .inner .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; }
      .w-item .item .inner .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); }
    .w-item .item .inner .title {
      font: 16px/24px 'Jannat' !important;
      margin-top: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .w-item .item .inner .text {
      margin-top: 8px;
      height: 72px;
      overflow: hidden;
      font-size: 14px;
      line-height: 24px;
      color: #231F20;
      font-family: 'Jannat';
    }
      @media (max-width: 500px) {
        .w-item .item .inner .text {
          height: auto; } }
      .w-item .item .inner .text 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;
        font-family: 'Jannat';
        font-size: 14px;
        color: #000; }
        .w-item .item .inner .text a:hover {
          color: #077bc5; }
.w-item .list {
  padding: 8px;
  padding-top: 0px; }
  .w-item .list a {
    display: flex;
    align-items: center;
    width: 100%;
    border-right: 4px solid #077bc5;
    font: 18px/24px 'Jannat';
    background: #F7F7F9;
    color: #000;
    margin-bottom: 8px;
    padding-right: 16px;
    height: 50px;
    -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; }
    .w-item .list a:last-child {
      margin: 0px; }
    @media (max-width: 1199px) {
      .w-item .list a {
        font-size: 16px; } }
    .w-item .list a svg {
      width: 28px;
      height: 28px;
      fill: #077bc5;
      margin-left: 8px;
      -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; }
    .w-item .list a:hover {
      background: #077bc5;
      color: #fff; }
      .w-item .list a:hover svg {
        fill: #fff; }

.item-magazine {
  width: 100%;
  margin-top: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  -o-box-shadow: 1px 1px 5px 1px #ddd;
  -ms-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
  overflow: hidden; }
  .item-magazine .title {
    width: 100%;
    text-align: center;
    padding: 0px;
    padding: 20px 12px; }
  .item-magazine .s-inner {
    position: relative;
    width: 100%;
    height: 460px;
    padding: 0px 8px;
    overflow: hidden; }
    .item-magazine .s-inner .slider-magazine {
      position: relative;
      direction: ltr;
      overflow: hidden; }
      .item-magazine .s-inner .slider-magazine .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none;
        margin: 0px -5px; }
        .item-magazine .s-inner .slider-magazine .slick-list .slick-track {
          position: relative;
          top: 0;
          right: auto;
          bottom: auto;
          left: auto;
          display: block;
          overflow: hidden; }
          .item-magazine .s-inner .slider-magazine .slick-list .slick-track:after, .item-magazine .s-inner .slider-magazine .slick-list .slick-track:before {
            display: table;
            content: ''; }
      .item-magazine .s-inner .slider-magazine .slick-prev,
      .item-magazine .s-inner .slider-magazine .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; }
        .item-magazine .s-inner .slider-magazine .slick-prev svg,
        .item-magazine .s-inner .slider-magazine .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; }
        .item-magazine .s-inner .slider-magazine .slick-prev:hover svg,
        .item-magazine .s-inner .slider-magazine .slick-next:hover svg {
          fill: #077bc5; }
      .item-magazine .s-inner .slider-magazine .slick-next {
        left: 30px; }
      .item-magazine .s-inner .slider-magazine .slick-prev {
        left: 0px; }
      .item-magazine .s-inner .slider-magazine .slick-dots {
        position: absolute;
        top: -44px;
        left: 0px; }
        @media (max-width: 991px) {
          .item-magazine .s-inner .slider-magazine .slick-dots {
            display: none !important; } }
        .item-magazine .s-inner .slider-magazine .slick-dots li {
          position: relative;
          display: inline-block;
          margin: 0px 4px;
          padding: 0px;
          cursor: pointer;
          width: 16px;
          height: 16px; }
          @media (max-width: 450px) {
            .item-magazine .s-inner .slider-magazine .slick-dots li {
              width: 12px;
              height: 12px; } }
          .item-magazine .s-inner .slider-magazine .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) {
              .item-magazine .s-inner .slider-magazine .slick-dots li button {
                width: 12px;
                height: 12px; } }
        .item-magazine .s-inner .slider-magazine .slick-dots li.slick-active {
          background: #077bc5; }
          .item-magazine .s-inner .slider-magazine .slick-dots li.slick-active button {
            background: none; }
      .item-magazine .s-inner .slider-magazine .slick-prev,
      .item-magazine .s-inner .slider-magazine .slick-next {
        display: none !important; }
      .item-magazine .s-inner .slider-magazine .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        outline: none;
        padding: 0px !important;
        margin: 0px -160px; }
        @media (max-width: 991px) {
          .item-magazine .s-inner .slider-magazine .slick-list {
            margin: 0px -100px; } }
      .item-magazine .s-inner .slider-magazine .slick-track {
        padding: 24px 0px; }
      .item-magazine .s-inner .slider-magazine .magazitem {
        display: inline-block;
        position: relative;
        height: 380px;
        margin: 20px -24px 0px -24px;
        background: #fff;
        text-align: center; }
        .item-magazine .s-inner .slider-magazine .magazitem img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .item-magazine .s-inner .slider-magazine .magazitem.slick-slide.slick-active.slick-center {
        position: relative;
        z-index: 10;
        height: 406px;
        margin-top: 0px;
        -webkit-box-shadow: 0px 3px 15px #00000073;
        -moz-box-shadow: 0px 3px 15px #00000073;
        -o-box-shadow: 0px 3px 15px #00000073;
        -ms-box-shadow: 0px 3px 15px #00000073;
        box-shadow: 0px 3px 15px #00000073; }

.fot-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -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: calc(100% + 16px);
  padding: 4px 12px;
  background: #F7F7F9;
  margin: 16px -8px -8px 0px; }
  .fot-bar .all-item {
    display: flex; }
    .fot-bar .all-item .number {
      display: flex;
      align-items: center;
      font-size: 14px; }
      .fot-bar .all-item .number svg {
        max-width: 14px;
        height: 14px;
        margin-left: 4px; }
        .fot-bar .all-item .number svg path {
          fill: #077bc5; }
      .fot-bar .all-item .number span {
        color: #077bc5;
        font-size: 12px;
        font-family: 'changa-medium'; }
    .fot-bar .all-item .date {
      color: #adadad !important;
      margin-right: 8px;
      font-size: 12px;
      font-family: 'changa-medium'; }

.advleft {
  position: absolute;
  left: 0px;
  top: 53px;
  width: 250px; }
  @media (min-width: 1600px) {
    .advleft {
      width: 300px; } }
  @media (max-width: 1199px) {
    .advleft {
      top: auto;
      bottom: 0px;
      width: calc(50% - 5px);
      height: 692px; } }
  @media (max-width: 767px) {
    .advleft {
      display: none; } }
  .advleft .photo {
    display: block;
    margin-bottom: 10px;
    height: 218px;
    overflow: hidden; }
    .advleft .photo:last-child {
      margin: 0px; }
    .advleft .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; }
    .advleft .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); }

@media (max-width: 991px) {
  .conv-item {
    max-width: 100%;
    flex: 100%; }
    .conv-item:last-child {
      display: flex;
      justify-content: space-between; } }
    @media (max-width: 991px) and (max-width: 767px) {
      .conv-item:last-child {
        display: block; } }

@media (max-width: 991px) {
  .conv-item .item {
    max-width: 50%;
    flex: 50%; } }
@media (max-width: 500px) {
  .conv-item .item {
    max-width: 100%;
    flex: 100%; } }
.conv-item .item .photo {
  display: flex;
  position: relative;
  width: 100%;
  height: 332px;
  overflow: hidden;
  background: #02131e;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .conv-item .item .photo {
      height: 232px; } }
  .conv-item .item .photo a {
    display: block;
    width: 100%; }
  .conv-item .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; }
  .conv-item .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); }
  .conv-item .item .photo .contant .title {
    font-size: 18px;
    font-family: 'changa-semibold';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

@media (max-width: 991px) {
  .recon {
    margin-top: 16px;
    width: calc(50% - 5px); } }
@media (max-width: 767px) {
  .recon {
    width: 100%; } }
.recon .title {
  line-height: 42px; }
  @media (max-width: 991px) {
    .recon .title {
      line-height: 28px; } }
.recon .as-box {
  width: 100%;
  background: #077bc5;
  margin-top: 10px;
  height: 332px;
  padding: 16px; }
  @media (max-width: 767px) {
    .recon .as-box {
      height: auto; } }
  .recon .as-box .title {
    color: #fff;
    font: 18px/36px 'changa-medium';
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 767px) {
      .recon .as-box .title {
        margin: 0px; } }
  .recon .as-box .che-box {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    margin: 0px;
    padding-right: 24px;
    width: 100%;
    margin-top: 18px; }
    .recon .as-box .che-box input[type="checkbox"],
    .recon .as-box .che-box input[type="radio"] {
      position: absolute;
      left: 9000px; }
    .recon .as-box .che-box input[type="checkbox"] + .label-text:before,
    .recon .as-box .che-box input[type="radio"] + .label-text:before {
      content: "";
      position: absolute;
      right: 0px;
      top: 6px;
      background: #fff;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      font-style: initial;
      -webkit-box-shadow: 0px 0px 20px #00000045;
      -moz-box-shadow: 0px 0px 20px #00000045;
      -o-box-shadow: 0px 0px 20px #00000045;
      -ms-box-shadow: 0px 0px 20px #00000045;
      box-shadow: 0px 0px 20px #00000045; }
    .recon .as-box .che-box input[type="checkbox"]:checked + .label-text:before,
    .recon .as-box .che-box input[type="radio"]:checked + .label-text:before {
      content: "";
      background: #fff url(../images/tick.svg) no-repeat center center;
      background-size: 84% 74%;
      background-size: cover;
      animation: effect 250ms ease-in; }
    .recon .as-box .che-box span.label-text {
      color: #dddddd;
      font-weight: normal; }
    .recon .as-box .che-box span.label-text {
      display: flex; }
    @media (max-width: 767px) {
      .recon .as-box .che-box {
        margin-top: 12px; } }
  .recon .as-box .bot {
    margin-top: 32px;
    max-width: 50%;
    flex: 50%; }
    @media (max-width: 767px) {
      .recon .as-box .bot {
        margin-top: 16px; } }
    .recon .as-box .bot .bottom {
      background: #ffffff2e;
      width: 100%;
      border: 1px solid transparent; }
      .recon .as-box .bot .bottom.bo-s {
        background: none;
        border: 1px solid #ffffff2e; }
      .recon .as-box .bot .bottom:hover {
        background: #02131e;
        border: 1px solid #02131e; }

.min-events {
  width: 100%;
  margin-top: 10px;
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  -o-box-shadow: 1px 1px 5px 1px #ddd;
  -ms-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
  overflow: hidden; }
  @media (max-width: 991px) {
    .min-events {
      margin-top: 62px;
      width: calc(50% - 5px); } }
  @media (max-width: 767px) {
    .min-events {
      width: 100%;
      margin-top: 10px; } }
  .min-events .title {
    font-size: 18px;
    background: #F7F7F9;
    justify-content: center;
    padding: 8px; }
  .min-events .nao-month {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 6px; }
    .min-events .nao-month.no-overflow {
      overflow: hidden !important;
      transform: translateZ(0); }
    .min-events .nao-month .month-head {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .min-events .nao-month .month-head button {
        width: 32px;
        height: 32px;
        border: none;
        outline: none;
        outline-style: none;
        cursor: pointer;
        position: absolute;
        z-index: 1;
        background: #F7F7F9 url(../images/arrow.svg) no-repeat;
        background-position: 9px 12px; }
      .min-events .nao-month .month-head button.btn.ic.ic-arrow-circle-angle-down.ripple-elemen,
      .min-events .nao-month .month-head button.btn.ic.ic-target.ripple-element,
      .min-events .nao-month .month-head button.btn.ic.ic-arrow-circle-angle-down {
        display: none; }
      .min-events .nao-month .month-head div {
        cursor: pointer; }
      .min-events .nao-month .month-head .angle-left {
        left: 0px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .min-events .nao-month .month-head .angle-right {
        right: 0px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .min-events .nao-month .year-month {
      position: absolute;
      display: block;
      width: 100%;
      height: 0px;
      z-index: 3;
      overflow: hidden;
      transition: height 5ms linear .5s, background .5s ease;
      pointer-events: none; }
      .min-events .nao-month .year-month div:first-child {
        margin-top: -100%;
        transition: margin 0.5s ease; }
  .min-events .nao-month > div + div {
    transition: opacity .5s ease;
    filter: none;
    opacity: 1;
    margin-bottom: 4px; }
  .min-events .nao-month table {
    width: 100%;
    transform: none;
    filter: none;
    opacity: 1;
    transition: transform .5s ease, opacity .5s ease; }
    .min-events .nao-month table thead,
    .min-events .nao-month table tbody {
      width: 100%;
      font-size: 14px; }
  .min-events .nao-month table.prev,
  .min-events .nao-month table.next,
  .min-events .nao-month table.come {
    position: absolute; }
  .min-events .nao-month table.prev {
    transform: translateX(-110%); }
  .min-events .nao-month table.prev + table {
    transform: translateX(110%); }
  .min-events .nao-month table.next {
    transform: translateX(110%); }
  .min-events .nao-month table.next + table {
    transform: translateX(-110%); }
  .min-events .nao-month table.come {
    transform: none; }
  .min-events .nao-month th,
  .min-events .nao-month td {
    text-align: center;
    font-weight: normal;
    width: calc(100% / 7); }
  .min-events .nao-month td {
    cursor: pointer; }
  .min-events .nao-month td.ripple {
    z-index: 99; }
  .min-events .nao-month td.today,
  .min-events .nao-month td.active {
    background: #077bc5;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
  .min-events .nao-month td.active {
    padding: 0px; }
  .min-events .nao-month td:empty {
    cursor: auto; }
  .min-events .nao-month td:empty::before {
    content: "•";
    opacity: .3;
    display: inline-block; }
  .min-events .nao-month .year-month.visible {
    display: block;
    transition: height 5ms linear 0s;
    height: 100%;
    pointer-events: auto; }
  .min-events .nao-month .year-month.visible ~ div,
  .min-events .nao-month .year-month.visible ~ table {
    filter: blur(5px);
    filter: none;
    opacity: 0.05; }
  .min-events .nao-month .year-month.visible > table,
  .min-events .nao-month .year-month.visible > div {
    margin-top: 0%;
    transform: none; }
  .min-events .nao-month .year-month.visible .angle-up {
    text-align: center;
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    background: #F7F7F9 url(../images/arrow.svg) no-repeat;
    background-position: 9px 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0px auto;
    margin-top: 16px; }
  .min-events .nao-month .year-month table {
    height: 70%; }
  .min-events .nao-month .year-month td {
    overflow: hidden;
    width: 33.333%; }
  .min-events .nao-month .year-month > .ic {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    width: 100%;
    cursor: pointer; }

.under {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 8px;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  -o-box-shadow: 1px 1px 5px 1px #ddd;
  -ms-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd; }
  .under .in-under {
    display: flex;
    align-items: center; }
    .under .in-under .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      min-width: 98px;
      max-width: 98px;
      height: 80px;
      overflow: hidden;
      background: #F7F7F9; }
      .under .in-under .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; }
      .under .in-under .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); }
    .under .in-under .title {
      font-size: 14px !important;
      font-family: 'changa-semibold';
      line-height: 22px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin: 0px;
      margin-right: 16px; }

.iron {
  width: 100%;
  padding: 24px;
  background: linear-gradient(303.91deg, #0c4c76 7.57%, #05283f 94.39%); }
  .iron .title a {
    color: #fff !important; }
    .iron .title a svg {
      fill: #fff !important; }
  .iron .item {
    margin-top: 10px; }
    @media (max-width: 1199px) {
      .iron .item {
        max-width: 25%;
        flex: 25%; } }
    @media (max-width: 991px) {
      .iron .item {
        max-width: 33.333%;
        flex: 33.333%; } }
    @media (max-width: 767px) {
      .iron .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 450px) {
      .iron .item {
        max-width: 100%;
        flex: 100%; } }
  .iron .inner {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    background: #0000007a;
    min-height: 116px;
    padding: 24px; }
    .iron .inner .title {
      color: #fff;
      font: 20px/28px 'changa-medium'; }
    .iron .inner .price {
      display: flex;
      align-items: center;
      margin-top: 8px; }
      @media (max-width: 450px) {
        .iron .inner .price {
          display: block; } }
      .iron .inner .price p {
        font-size: 14px;
        color: #adadad;
        text-align: center;
        line-height: 4px; }
        @media (max-width: 450px) {
          .iron .inner .price p {
            text-align: right;
            margin-bottom: 4px; } }
        .iron .inner .price p:last-child {
          border-right: 1px solid #ffffff1f; }
          @media (max-width: 450px) {
            .iron .inner .price p:last-child {
              border: 0px;
              margin: 0px; } }
        .iron .inner .price p span {
          display: inline-block;
          font-size: 13px;
          margin-top: 16px;
          color: #ccc;
          font-family: 'changa-medium'; }
    .iron .inner .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 16px;
      top: 12px;
      background: #0ba900;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-clip: padding-box; }
      .iron .inner .arrow.red {
        background: #c90305;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .iron .inner .arrow svg {
        height: 12px;
        fill: #fff; }

@media (max-width: 991px) {
  .news .item {
    max-width: 100%;
    flex: 100%; }
    .news .item:last-child {
      display: flex;
      justify-content: space-between; } }
@media (max-width: 550px) {
  .news .item:last-child {
    display: block; } }
.news .item .inner {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .news .item .inner {
      max-width: 100%;
      flex: 100%; }
      .news .item .inner:last-child {
        margin: 0px; } }
  .news .item .inner .text-inner {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16px;
    width: calc(100% + 10px);
    margin-right: -10px;
    height: 424px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .news .item .inner .text-inner {
        width: 100%;
        margin: 0px;
        height: auto; } }
    .news .item .inner .text-inner .title {
      margin: 0px;
      font: 26px/40px 'changa-semibold';
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 80px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .news .item .inner .text-inner .title {
          height: auto;
          font-size: 20px;
          line-height: 32px;
          -webkit-box-orient: initial; } }
    .news .item .inner .text-inner .sh-dat {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .news .item .inner .text-inner .sh-dat .date,
      .news .item .inner .text-inner .sh-dat .social {
        margin-top: 16px; }
    .news .item .inner .text-inner .text {
      margin-top: 16px;
      overflow: hidden;
      line-height: 28px;
      color: #231F20; }
      .news .item .inner .text-inner .text 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;
        font-family: 'changa-semibold';
        font-size: 18px;
        color: #000; }
        .news .item .inner .text-inner .text a:hover {
          color: #077bc5; }
.news .photo {
  display: flex;
  position: relative;
  width: 100%;
  height: 424px;
  overflow: hidden;
  background: #F7F7F9; }
  @media (max-width: 991px) {
    .news .photo {
      height: 324px; } }
  .news .photo a {
    position: relative;
    display: block;
    width: 100%; }
  .news .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; }
  .news .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); }
.news .gal-item {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .news .gal-item {
      width: calc(50% - 5px); } }
  @media (max-width: 550px) {
    .news .gal-item {
      width: 100%; } }
  .news .gal-item .photo {
    height: 207px; }
  .news .gal-item .title {
    font: 16px/24px 'changa-semibold' !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
.news .list {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .news .list {
      max-width: 100%;
      flex: 100%; } }
  .news .list .inner {
    position: relative;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    -o-box-shadow: 1px 1px 5px 1px #ddd;
    -ms-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd;
    -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: 667px) {
      .news .list .inner {
        display: block; } }
    .news .list .inner .photo {
      min-width: 300px;
      max-width: 300px;
      height: 228px;
      overflow: hidden; }
      @media (max-width: 667px) {
        .news .list .inner .photo {
          min-width: 100%;
          max-width: 100%; } }
    .news .list .inner .text-d .title {
      font: 20px/37px 'changa-semibold' !important;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding: 16px;
      padding-bottom: 0px;
      margin: 0px;
      height: 88px;
      -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; }
      .news .list .inner .text-d .title:hover {
        color: #077bc5; }
    .news .list .inner .text-d .text {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      color: #231F20;
      height: 70px;
      line-height: 24px;
      padding: 0px 16px;
      margin-top: 12px;
      overflow: hidden;
      font-family: 'changa-medium'; }
      @media (max-width: 991px) {
        .news .list .inner .text-d .text {
          height: auto; } }
    .news .list .inner .text-d .fot-bar {
      margin: 0px;
      width: 100%;
      margin-top: 22px;
      padding: 4px 16px; }
@media (max-width: 991px) {
  .news .news-item {
    max-width: 100%;
    flex: 100%; } }
.news .news-item .inner {
  position: relative;
  background: #fff;
  margin-top: 10px;
  padding: 24px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  -o-box-shadow: 1px 1px 5px 1px #ddd;
  -ms-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd; }
  @media (max-width: 767px) {
    .news .news-item .inner {
      padding: 16px; } }
  .news .news-item .inner .category {
    display: inline-block;
    border-bottom: 4px solid #077bc5;
    padding-bottom: 4px;
    font-size: 20px !important;
    font-family: 'changa-medium'; }
  .news .news-item .inner .title {
    line-height: 36px;
    margin-top: 16px;
    font-family: 'changa-semibold'; }
  .news .news-item .inner .sh-dat {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .news .news-item .inner .sh-dat {
        display: block; } }
    .news .news-item .inner .sh-dat .date,
    .news .news-item .inner .sh-dat .watching {
      color: #b8b8b8;
      margin-top: 16px; }
      @media (max-width: 767px) {
        .news .news-item .inner .sh-dat .date,
        .news .news-item .inner .sh-dat .watching {
          display: block;
          margin-top: 8px; } }
      .news .news-item .inner .sh-dat .date i,
      .news .news-item .inner .sh-dat .watching i {
        font-family: 'changa-semibold';
        color: #077bc5;
        font-style: normal;
        margin-right: 2px; }
    .news .news-item .inner .sh-dat .social {
      margin-top: 16px; }
      @media (max-width: 767px) {
        .news .news-item .inner .sh-dat .social {
          justify-content: center; } }
      .news .news-item .inner .sh-dat .social a {
        margin: 0px;
        margin-right: 12px; }
        .news .news-item .inner .sh-dat .social a:last-child {
          margin: 0px; }
        @media (max-width: 450px) {
          .news .news-item .inner .sh-dat .social a {
            margin: 0px;
            margin-left: 12px; }
            .news .news-item .inner .sh-dat .social a:last-child {
              margin-left: 12px; } }
        .news .news-item .inner .sh-dat .social a svg {
          width: 20px;
          height: 20px; }
  .news .news-item .inner .news-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-top: 16px;
    background: #F7F7F9; }
    @media (max-width: 767px) {
      .news .news-item .inner .news-photo {
        height: auto; } }
    .news .news-item .inner .news-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news .news-item .inner .adv-w {
    margin-top: 24px;
    background: #F7F7F9;
    padding: 24px; }
    @media (max-width: 767px) {
      .news .news-item .inner .adv-w {
        padding: 12px;
        margin-top: 16px; } }
    .news .news-item .inner .adv-w .adv {
      margin: 0px auto;
      max-width: 728px; }
      @media (max-width: 1199px) {
        .news .news-item .inner .adv-w .adv {
          max-width: 100%; } }
      .news .news-item .inner .adv-w .adv img {
        max-width: 100%; }
  .news .news-item .inner .text {
    color: #231F20;
    margin-top: 24px;
    font-family: 'changa-medium'; }
  .news .news-item .inner .other {
    margin-top: 24px; }
    .news .news-item .inner .other .title {
      margin-top: 0px; }
    @media (max-width: 991px) {
      .news .news-item .inner .other .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .news .news-item .inner .other .item {
        max-width: 100%;
        flex: 100%; } }
    .news .news-item .inner .other .under .in-under .title {
      line-height: 22px; }

.advinner {
  margin-top: 10px; }
  .advinner .photo {
    display: block;
    width: 100%;
    height: 443px;
    overflow: hidden; }
    .advinner .photo img {
      width: 100%;
      min-height: 100%;
      object-fit: cover; }

@media (max-width: 991px) {
  .sidebar {
    display: none; } }
.sidebar .inner {
  background: #fff;
  margin-top: 10px;
  padding: 24px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  -o-box-shadow: 1px 1px 5px 1px #ddd;
  -ms-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd; }
.sidebar .more-wiew {
  display: flex;
  align-items: center;
  padding: 0px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D2D2D2;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .sidebar .more-wiew {
      display: block; } }
  .sidebar .more-wiew:last-child {
    padding: 0px;
    border: 0px; }
  .sidebar .more-wiew .photo {
    min-width: 170px;
    max-width: 170px;
    height: 130px;
    background: #F7F7F9;
    overflow: hidden; }
    @media (max-width: 767px) {
      .sidebar .more-wiew .photo {
        margin: 0px auto; } }
    .sidebar .more-wiew .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; }
    .sidebar .more-wiew .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); }
  .sidebar .more-wiew .text {
    margin-top: 0px;
    padding-right: 16px; }
    .sidebar .more-wiew .text .title {
      font: 18px/30px 'changa-semibold' !important;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin: 0px; }
    .sidebar .more-wiew .text p {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #231F20;
      font-family: 'changa-medium';
      margin-top: 4px; }
.sidebar .adv {
  margin: 0px auto;
  width: 328px; }
  .sidebar .adv img {
    width: 100%; }
.sidebar .min-events {
  margin: 0px;
  padding: 0px;
  box-shadow: none; }

@media (max-width: 991px) {
  .reports .report {
    max-width: 50%;
    flex: 50%; } }
@media (max-width: 767px) {
  .reports .report {
    max-width: 100%;
    flex: 100%; } }
.reports .report .inner {
  position: relative;
  background: #232323;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  -o-box-shadow: 1px 1px 5px 1px #ddd;
  -ms-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd; }
  .reports .report .inner .title {
    padding: 20px 32px 0px 20px;
    margin: 0px;
    margin-bottom: 20px;
    font: 20px/30px 'changa-semibold';
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    .reports .report .inner .title:hover {
      color: #077bc5; }
    .reports .report .inner .title::before {
      content: "";
      position: absolute;
      right: 20px;
      top: 28px;
      width: 4px;
      height: 16px;
      background: #077bc5; }
  .reports .report .inner .photo {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 360px; }
    @media (max-width: 991px) {
      .reports .report .inner .photo {
        height: 280px; } }
    .reports .report .inner .photo img {
      width: 100%;
      min-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; }
    .reports .report .inner .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); }
  .reports .report .inner .fot-bar {
    margin: 0px;
    width: 100%;
    background: #1F1F1F;
    padding: 4px 16px; }

.all-search {
  padding-bottom: 24px; }
  .all-search .item {
    margin-top: 10px; }
    @media (max-width: 991px) {
      .all-search .item {
        max-width: 100%;
        flex: 100%; } }
    .all-search .item .title {
      line-height: 42px; }
      @media (max-width: 991px) {
        .all-search .item .title {
          line-height: 28px; } }
  .all-search .list {
    margin-top: 10px; }
    @media (max-width: 991px) {
      .all-search .list {
        max-width: 100%;
        flex: 100%; } }
    .all-search .list .inner {
      position: relative;
      display: flex;
      background: #fff;
      -webkit-box-shadow: 1px 1px 5px 1px #ddd;
      -moz-box-shadow: 1px 1px 5px 1px #ddd;
      -o-box-shadow: 1px 1px 5px 1px #ddd;
      -ms-box-shadow: 1px 1px 5px 1px #ddd;
      box-shadow: 1px 1px 5px 1px #ddd;
      -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: 667px) {
        .all-search .list .inner {
          display: block; } }
      .all-search .list .inner .photo {
        display: block;
        min-width: 196px;
        max-width: 196px;
        height: 154px;
        overflow: hidden; }
        @media (max-width: 667px) {
          .all-search .list .inner .photo {
            min-width: 100%;
            max-width: 100%; } }
        .all-search .list .inner .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; }
        .all-search .list .inner .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); }
      .all-search .list .inner .text-d .title {
        font: 18px/30px 'changa-semibold' !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 16px;
        padding-bottom: 0px;
        margin: 0px;
        height: 42px;
        -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; }
        .all-search .list .inner .text-d .title:hover {
          color: #077bc5; }
        @media (max-width: 667px) {
          .all-search .list .inner .text-d .title {
            height: auto; } }
      .all-search .list .inner .text-d .text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #231F20;
        height: 46px;
        line-height: 24px;
        padding: 0px 16px;
        margin-top: 8px;
        overflow: hidden;
        font-family: 'changa-medium'; }
        @media (max-width: 667px) {
          .all-search .list .inner .text-d .text {
            height: auto; } }
      .all-search .list .inner .text-d .fot-bar {
        margin: 0px;
        width: 100%;
        margin-top: 22px;
        padding: 4px 16px; }

.mimvideos {
  position: relative;
  width: 100%;
  padding: 24px 0px;
  background: #333; }
  @media (max-width: 991px) {
    .mimvideos {
      padding: 24px 0px; } }
  .mimvideos .title a {
    color: #fff !important; }
    .mimvideos .title a svg {
      fill: #fff !important; }
  .mimvideos .gallery {
    display: flex;
    width: 100%; }
    @media (max-width: 991px) {
      .mimvideos .gallery {
        display: block; } }
  .mimvideos .item {
    margin-top: 10px;
    padding-left: 20px; }
    @media (max-width: 991px) {
      .mimvideos .item {
        max-width: 100%;
        flex: 100%;
        padding-left: 8px;
        margin-top: 16px; } }
    @media (max-width: 991px) {
      .mimvideos .item {
        height: 300px; } }
    .mimvideos .item .iframe {
      width: 100%;
      height: 500px;
      background: #000; }
      @media (max-width: 991px) {
        .mimvideos .item .iframe {
          height: 300px; } }
    .mimvideos .item iframe,
    .mimvideos .item video {
      display: block;
      border: 0px;
      width: 100%;
      height: 500px; }
      @media (max-width: 991px) {
        .mimvideos .item iframe,
        .mimvideos .item video {
          height: 300px; } }
  .mimvideos .gallery-items {
    margin-top: 10px;
    padding-right: 0px; }
    @media (max-width: 991px) {
      .mimvideos .gallery-items {
        max-width: 100%;
        flex: 100%;
        padding-right: 8px; } }
    .mimvideos .gallery-items nav a {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      margin-bottom: 10px;
      background: #231f20;
      -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; }
      .mimvideos .gallery-items nav a:last-child {
        margin-bottom: 0px; }
      @media (max-width: 991px) {
        .mimvideos .gallery-items nav a {
          margin-right: 0px; } }
      .mimvideos .gallery-items nav a:hover {
        background: #4a4a4a; }
      .mimvideos .gallery-items nav a .vid-thumb {
        min-width: 177px;
        max-width: 177px;
        height: 117px;
        overflow: hidden;
        background: #F7F7F9;
        border-bottom: 2px solid #077bc5; }
        @media (max-width: 767px) {
          .mimvideos .gallery-items nav a .vid-thumb {
            min-width: 138px;
            max-width: 138px; } }
        .mimvideos .gallery-items nav a .vid-thumb img {
          width: 100%;
          min-height: 100%;
          object-fit: cover; }
      .mimvideos .gallery-items nav a .text {
        padding: 0px 16px; }
        .mimvideos .gallery-items nav a .text .title {
          color: #fff;
          font-size: 16px !important;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          font-family: 'changa-medium'; }
        .mimvideos .gallery-items nav a .text .date {
          display: block;
          color: #b8b8b8;
          font-family: 'changa-light'; }
      .mimvideos .gallery-items nav a.active {
        background: #4a4a4a; }
        .mimvideos .gallery-items nav a.active .vid-thumb {
          border-bottom: 4px solid #077bc5; }

@media (max-width: 991px) {
  .videos .item {
    max-width: 100%;
    flex: 100%; } }
.videos .item .photo {
  display: flex;
  position: relative;
  width: 100%;
  height: 466px;
  overflow: hidden;
  background: #F7F7F9;
  margin-top: 10px;
  cursor: pointer; }
  .videos .item .photo img {
    width: 100%;
    min-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; }
  .videos .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); }
  .videos .item .photo:hover i.icon-play {
    background: #077bc5; }
.videos .item .contant .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  line-height: 42px; }
.videos .item .contant p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px; }
.videos .item .inner {
  position: relative;
  display: flex;
  background: #fff;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  -moz-box-shadow: 1px 1px 5px 1px #ddd;
  -o-box-shadow: 1px 1px 5px 1px #ddd;
  -ms-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
  -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: 767px) {
    .videos .item .inner {
      display: block; } }
  .videos .item .inner .photo {
    min-width: 300px;
    max-width: 300px;
    height: 228px;
    margin: 0px;
    border-bottom: 4px solid #077bc5; }
    @media (max-width: 767px) {
      .videos .item .inner .photo {
        min-width: 100%;
        max-width: 100%; } }
  .videos .item .inner .text-d .title {
    font: 20px/33px 'changa-semibold' !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 16px;
    padding-bottom: 0px;
    margin: 0px;
    height: 82px;
    -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; }
    .videos .item .inner .text-d .title:hover {
      color: #077bc5; }
    @media (max-width: 991px) {
      .videos .item .inner .text-d .title {
        height: auto; } }
  .videos .item .inner .text-d .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0px 16px;
    margin-top: 12px;
    overflow: hidden;
    height: 84px; }
    @media (max-width: 991px) {
      .videos .item .inner .text-d .text {
        height: auto; } }
  .videos .item .inner .text-d .fot-bar {
    margin: 0px;
    width: 100%;
    margin-top: 14px;
    padding: 4px 16px; }
.videos i.icon-play {
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  width: 104px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  z-index: 1;
  background: #008ad299;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  margin-top: -28px;
  -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; }
  .videos i.icon-play svg {
    width: 32px;
    height: 32px; }
.videos .v-item {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .videos .v-item {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 500px) {
    .videos .v-item {
      max-width: 100%;
      flex: 100%; } }
  .videos .v-item .inner {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 8px;
    -webkit-box-shadow: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    -o-box-shadow: 1px 1px 5px 1px #ddd;
    -ms-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd; }
    .videos .v-item .inner .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 204px;
      overflow: hidden;
      background: #F7F7F9;
      object-fit: cover;
      border-bottom: 4px solid #077bc5;
      cursor: pointer; }
      .videos .v-item .inner .photo img {
        width: 100%;
        min-height: 100%;
        -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; }
      .videos .v-item .inner .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); }
      .videos .v-item .inner .photo:hover i.icon-play {
        background: #077bc5; }
      .videos .v-item .inner .photo i.icon-play {
        width: 84px;
        height: 50px; }
        .videos .v-item .inner .photo i.icon-play svg {
          width: 24px;
          height: 24px; }
    .videos .v-item .inner .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin: 0px;
      margin-top: 12px;
      justify-content: center;
      font-family: 'changa-semibold';
      font-size: 18px !important;
      cursor: pointer; }
      .videos .v-item .inner .title:hover {
        color: #077bc5; }
@media (max-width: 991px) {
  .videos .video-item {
    max-width: 100%;
    flex: 100%; } }

.videos-shows {
  background: #333;
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 24px 0px; }
  .videos-shows .title a {
    color: #fff; }
    .videos-shows .title a svg {
      fill: #fff; }
  .videos-shows i.icon-play {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    width: 104px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    z-index: 1;
    background: #008ad299;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    margin-top: -28px;
    -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; }
    .videos-shows i.icon-play svg {
      width: 32px;
      height: 32px; }
  .videos-shows .v-item {
    position: relative;
    margin-top: 10px; }
  @media (max-width: 991px) {
    .videos-shows .item {
      max-width: 100%;
      flex: 100%; } }
  .videos-shows .item .photo {
    display: flex;
    position: relative;
    width: 100%;
    height: 432px;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer; }
    .videos-shows .item .photo a {
      display: block;
      width: 100%; }
    .videos-shows .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; }
    .videos-shows .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); }
    .videos-shows .item .photo:hover i.icon-play {
      background: #077bc5; }
  .videos-shows .item .contant .title {
    font-family: 'changa-semibold';
    font-size: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    margin: 0px; }
  .videos-shows .item .item-inner .photo {
    height: 214px; }
    .videos-shows .item .item-inner .photo .icon-play {
      width: 80px;
      height: 50px; }
      .videos-shows .item .item-inner .photo .icon-play svg {
        width: 24px;
        height: 24px; }
  .videos-shows .item .item-inner .contant .title {
    font-size: 16px !important; }
  @media (max-width: 991px) {
    .videos-shows .item:nth-child(2) {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 500px) {
    .videos-shows .item:nth-child(2) {
      max-width: 100%;
      flex: 100%; } }
  .videos-shows .item:nth-child(2) .v-item .photo {
    height: 214px; }
    .videos-shows .item:nth-child(2) .v-item .photo .icon-play {
      width: 80px;
      height: 50px; }
      .videos-shows .item:nth-child(2) .v-item .photo .icon-play svg {
        width: 24px;
        height: 24px; }
  .videos-shows .item:nth-child(2) .v-item .contant .title {
    font-size: 16px !important; }
  .videos-shows .item:nth-child(2) .v-item:last-child .photo {
    height: 432px; }
    @media (max-width: 991px) {
      .videos-shows .item:nth-child(2) .v-item:last-child .photo {
        height: 214px; } }
  @media (max-width: 991px) {
    .videos-shows .item:nth-child(3) {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 500px) {
    .videos-shows .item:nth-child(3) {
      max-width: 100%;
      flex: 100%; } }
  .videos-shows .item:nth-child(3) .v-item .photo {
    height: 432px; }
    @media (max-width: 991px) {
      .videos-shows .item:nth-child(3) .v-item .photo {
        height: 214px; } }
    .videos-shows .item:nth-child(3) .v-item .photo .icon-play {
      width: 80px;
      height: 50px; }
      .videos-shows .item:nth-child(3) .v-item .photo .icon-play svg {
        width: 24px;
        height: 24px; }
  .videos-shows .item:nth-child(3) .v-item .contant .title {
    font-size: 16px !important; }
  .videos-shows .item:nth-child(3) .v-item:last-child .photo {
    height: 214px; }

.boxpopup,
.videospopup {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #404040;
  opacity: 0;
  z-index: -1000; }
  @media (max-width: 991px) {
    .boxpopup,
    .videospopup {
      display: block;
      overflow: hidden;
      overflow-y: scroll; } }
  .boxpopup.active,
  .videospopup.active {
    opacity: 1;
    z-index: 1100; }
  .boxpopup .items,
  .videospopup .items {
    width: calc(100% - 432px);
    padding: 24px 0px; }
    @media (max-width: 991px) {
      .boxpopup .items,
      .videospopup .items {
        width: 100%;
        padding: 16px; } }
    .boxpopup .items .adv-w,
    .videospopup .items .adv-w {
      margin: 0px auto;
      width: 728px;
      padding: 0px;
      background: none; }
      .boxpopup .items .adv-w .adv .line::before,
      .videospopup .items .adv-w .adv .line::before {
        width: calc(100% - 86px);
        background: #767676; }
      .boxpopup .items .adv-w .adv .line p,
      .videospopup .items .adv-w .adv .line p {
        color: #cbcbcb; }
      .boxpopup .items .adv-w img,
      .videospopup .items .adv-w img {
        max-width: 100%; }
    .boxpopup .items .slid-photos,
    .videospopup .items .slid-photos {
      direction: ltr;
      position: relative;
      width: 100%; }
      .boxpopup .items .slid-photos .het-img,
      .videospopup .items .slid-photos .het-img {
        margin: 0px auto;
        width: 100vh;
        padding: 0px 24px;
        overflow: hidden; }
        @media (max-width: 1199px) {
          .boxpopup .items .slid-photos .het-img,
          .videospopup .items .slid-photos .het-img {
            width: 100%; } }
        .boxpopup .items .slid-photos .het-img .slides > li,
        .videospopup .items .slid-photos .het-img .slides > li {
          display: none;
          -webkit-backface-visibility: hidden;
          display: flex !important;
          justify-content: center;
          align-items: center;
          height: 64vh;
          overflow: hidden; }
    .boxpopup .items .flexslider .slides > li,
    .videospopup .items .flexslider .slides > li {
      display: none;
      -webkit-backface-visibility: hidden; }
    .boxpopup .items .het-img2,
    .videospopup .items .het-img2 {
      position: relative;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .boxpopup .items .het-img2,
        .videospopup .items .het-img2 {
          margin-top: 12px; } }
      .boxpopup .items .het-img2 li,
      .videospopup .items .het-img2 li {
        cursor: pointer; }
        .boxpopup .items .het-img2 li img,
        .videospopup .items .het-img2 li img {
          width: 100%;
          height: 154px;
          object-fit: cover;
          border: 5px solid #CBCBCB; }
          @media (max-width: 1400px) {
            .boxpopup .items .het-img2 li img,
            .videospopup .items .het-img2 li img {
              height: 120px; } }
        .boxpopup .items .het-img2 li.flex-active-slide img,
        .videospopup .items .het-img2 li.flex-active-slide img {
          border: 5px solid #077bc5; }
      .boxpopup .items .het-img2 .flex-viewport,
      .videospopup .items .het-img2 .flex-viewport {
        padding-right: 90px; }
        @media (max-width: 991px) {
          .boxpopup .items .het-img2 .flex-viewport,
          .videospopup .items .het-img2 .flex-viewport {
            padding: 0px; } }
    .boxpopup .items .flexslider .slides img,
    .videospopup .items .flexslider .slides img {
      display: block;
      width: 100%;
      min-height: 100%;
      -moz-user-select: none;
      object-fit: cover; }
    .boxpopup .items .flex-direction-nav a,
    .videospopup .items .flex-direction-nav a {
      text-decoration: none;
      display: block;
      width: 40px;
      height: 40px;
      background: #464545 url(../images/right-arrow.png) no-repeat center center;
      margin-top: -102px;
      background-size: 27%;
      position: absolute;
      top: 50%;
      z-index: 10;
      overflow: hidden;
      cursor: pointer;
      text-indent: -9000px; }
      @media (max-width: 991px) {
        .boxpopup .items .flex-direction-nav a,
        .videospopup .items .flex-direction-nav a {
          margin-top: -64px; } }
    .boxpopup .items .flex-direction-nav .flex-prev,
    .videospopup .items .flex-direction-nav .flex-prev {
      left: 20px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .boxpopup .items .flex-direction-nav .flex-next,
    .videospopup .items .flex-direction-nav .flex-next {
      right: 20px;
      text-align: right;
      text-indent: 9000px; }
    .boxpopup .items .het-img2 .flex-direction-nav a,
    .videospopup .items .het-img2 .flex-direction-nav a {
      margin-top: -18px;
      display: none; }
    .boxpopup .items .het-img2:hover .flex-direction-nav a,
    .videospopup .items .het-img2:hover .flex-direction-nav a {
      display: block; }
    .boxpopup .items .het-img2 li,
    .videospopup .items .het-img2 li {
      margin: 0px 8px; }
  .boxpopup .video-item,
  .videospopup .video-item {
    margin: 0px auto;
    width: 100%;
    padding: 0px 48px;
    height: 70vh;
    margin-top: 24px; }
    @media (max-width: 600px) {
      .boxpopup .video-item,
      .videospopup .video-item {
        padding: 0px; } }
    .boxpopup .video-item iframe,
    .boxpopup .video-item video,
    .videospopup .video-item iframe,
    .videospopup .video-item video {
      display: block;
      width: 100%;
      height: 100%;
      border: 0px; }
  .boxpopup ::-webkit-scrollbar-track,
  .videospopup ::-webkit-scrollbar-track {
    background: none; }
  .boxpopup .item,
  .videospopup .item {
    width: 432px;
    height: 100%;
    background: #fff;
    padding: 16px;
    overflow-y: scroll;
    overflow-x: hidden; }
    @media (max-width: 991px) {
      .boxpopup .item,
      .videospopup .item {
        width: 100%;
        overflow-y: auto;
        overflow-x: auto;
        height: auto; } }
    .boxpopup .item .head,
    .videospopup .item .head {
      position: relative;
      display: flex;
      justify-content: space-between;
      padding-bottom: 16px;
      border-bottom: 1px solid #e8e8e8; }
      .boxpopup .item .head .logo,
      .videospopup .item .head .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 58px;
        height: 40px;
        overflow: hidden; }
        .boxpopup .item .head .logo img,
        .videospopup .item .head .logo img {
          max-width: 100%; }
      .boxpopup .item .head .icon-close,
      .videospopup .item .head .icon-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0px;
        top: 0px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        background: #077bc5;
        z-index: 1; }
        .boxpopup .item .head .icon-close:before, .boxpopup .item .head .icon-close:after,
        .videospopup .item .head .icon-close:before,
        .videospopup .item .head .icon-close:after {
          position: absolute;
          display: block;
          height: 1px;
          width: 16px;
          background: #fff;
          content: '';
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .boxpopup .item .head .icon-close:after,
        .videospopup .item .head .icon-close:after {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
    .boxpopup .item .title,
    .videospopup .item .title {
      margin-top: 16px;
      padding-right: 12px;
      border-right: 4px solid #077bc5;
      font-size: 20px !important; }
    .boxpopup .item .it-icons,
    .videospopup .item .it-icons {
      display: flex;
      justify-content: space-between;
      margin-top: 8px; }
      .boxpopup .item .it-icons p,
      .videospopup .item .it-icons p {
        display: block;
        margin-top: 8px; }
        .boxpopup .item .it-icons p span,
        .videospopup .item .it-icons p span {
          color: #077bc5;
          font-family: 'changa-medium'; }
    .boxpopup .item .text,
    .videospopup .item .text {
      margin-top: 8px;
      color: #231F20;
      font-size: 18px; }
    .boxpopup .item .social,
    .videospopup .item .social {
      justify-content: flex-end;
      margin: 16px 0px; }
      .boxpopup .item .social a,
      .videospopup .item .social a {
        margin: 0px;
        margin-left: 12px; }
        .boxpopup .item .social a svg,
        .videospopup .item .social a svg {
          width: 20px;
          height: 20px; }
    .boxpopup .item .to-w,
    .videospopup .item .to-w {
      display: block !important;
      margin: 0px auto;
      width: 300px;
      margin-top: 16px; }
  .boxpopup ::-webkit-scrollbar,
  .videospopup ::-webkit-scrollbar {
    width: 4px; }
  .boxpopup .content,
  .videospopup .content {
    text-align: center; }
    .boxpopup .content .title,
    .videospopup .content .title {
      justify-content: center;
      color: #fff;
      margin-top: 24px; }
    .boxpopup .content .date,
    .videospopup .content .date {
      display: block;
      color: #cfcaca;
      margin-top: 4px; }
  .boxpopup .item-caric,
  .videospopup .item-caric {
    display: flex;
    align-items: center;
    margin-top: 16px;
    background: #F7F7F9;
    padding: 10px; }
    .boxpopup .item-caric .photo,
    .videospopup .item-caric .photo {
      min-width: 90px;
      max-width: 90px;
      height: 80px;
      overflow: hidden; }
      .boxpopup .item-caric .photo img,
      .videospopup .item-caric .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; }
    .boxpopup .item-caric .content,
    .videospopup .item-caric .content {
      padding-right: 12px;
      text-align: right; }
      .boxpopup .item-caric .content .title,
      .videospopup .item-caric .content .title {
        justify-content: flex-start;
        margin: 0px;
        color: #000;
        line-height: 26px;
        font-size: 20px;
        padding: 0px;
        -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; }
        .boxpopup .item-caric .content .title::before,
        .videospopup .item-caric .content .title::before {
          display: none; }
      .boxpopup .item-caric .content .date,
      .videospopup .item-caric .content .date {
        display: block;
        color: #939292; }
    .boxpopup .item-caric:hover .photo img,
    .videospopup .item-caric:hover .photo 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); }
    .boxpopup .item-caric:hover .content,
    .videospopup .item-caric:hover .content {
      padding-right: 12px;
      text-align: right; }
      .boxpopup .item-caric:hover .content .title,
      .videospopup .item-caric:hover .content .title {
        color: #077bc5; }
  .boxpopup .in-item,
  .videospopup .in-item {
    margin-top: 16px;
    max-width: 50% !important;
    flex: 50% !important; }
    .boxpopup .in-item .photo,
    .videospopup .in-item .photo {
      display: block;
      width: 100%;
      height: 240px;
      overflow: hidden;
      background: #F7F7F9; }
      .boxpopup .in-item .photo img,
      .videospopup .in-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; }
      .boxpopup .in-item .photo:hover img,
      .videospopup .in-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); }

.gallery .gal-item {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .gallery .gal-item {
      max-width: 100%;
      flex: 100%; } }
  .gallery .gal-item .photo {
    display: flex;
    position: relative;
    width: 100%;
    height: 424px;
    overflow: hidden;
    background: #F7F7F9;
    cursor: pointer; }
    .gallery .gal-item .photo a {
      position: relative;
      display: block;
      width: 100%; }
    .gallery .gal-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; }
    .gallery .gal-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); }
  .gallery .gal-item .contant .title {
    font-family: 'changa-semibold';
    font-size: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff; }
@media (max-width: 991px) {
  .gallery .gallery-item {
    max-width: 100%;
    flex: 100%; } }
.gallery .gallery-item .item {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .gallery .gallery-item .item {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 500px) {
    .gallery .gallery-item .item {
      max-width: 100%;
      flex: 100%; } }
  .gallery .gallery-item .item .inner {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 8px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    -o-box-shadow: 1px 1px 5px 1px #ddd;
    -ms-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd; }
    .gallery .gallery-item .item .inner .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 248px;
      overflow: hidden;
      background: #F7F7F9; }
      .gallery .gallery-item .item .inner .photo img {
        width: 100%;
        min-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; }
      .gallery .gallery-item .item .inner .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); }
    .gallery .gallery-item .item .inner .title {
      margin: 0px;
      margin-top: 12px;
      justify-content: center;
      font-family: 'changa-semibold';
      font-size: 18px !important;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-align: center; }
    .gallery .gallery-item .item .inner .text {
      text-align: center;
      font-size: 14px; }

.gallery-shows {
  background: #333;
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 24px 0px; }
  .gallery-shows .title a {
    color: #fff; }
    .gallery-shows .title a svg {
      fill: #fff; }
  @media (max-width: 1199px) {
    .gallery-shows .item {
      max-width: 50% !important;
      flex: 50% !important; }
      .gallery-shows .item:nth-child(3) .photo:last-child {
        display: none; } }
    @media (max-width: 1199px) and (max-width: 667px) {
      .gallery-shows .item:nth-child(3) .photo:last-child {
        display: block; } }

  @media (max-width: 667px) {
    .gallery-shows .item {
      max-width: 100% !important;
      flex: 100% !important; } }
  .gallery-shows .item .photo {
    display: flex;
    position: relative;
    width: 100%;
    height: 510px;
    overflow: hidden;
    margin-top: 10px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .gallery-shows .item .photo {
        height: 247px; } }
    .gallery-shows .item .photo a {
      display: block;
      width: 100%; }
    .gallery-shows .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; }
    .gallery-shows .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); }
    .gallery-shows .item .photo .contant {
      padding-left: 56px; }
  .gallery-shows .item .contant .title {
    font-family: 'changa-semibold';
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    margin: 0px; }
  .gallery-shows .item .popup_main .share {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 16px;
    bottom: 80px;
    z-index: 10;
    width: 32px;
    height: 32px;
    bottom: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    cursor: pointer; }
    .gallery-shows .item .popup_main .share svg {
      max-width: 14px;
      height: 14px;
      fill: #fff; }
  .gallery-shows .item:nth-child(2) {
    max-width: 40%;
    flex: 40%; }
    .gallery-shows .item:nth-child(2) .title {
      font-size: 20px !important; }
  .gallery-shows .item:nth-child(3) .photo {
    height: 250px; }

.magazine {
  padding-bottom: 24px; }
  .magazine .item {
    margin-top: 10px; }
    @media (max-width: 991px) {
      .magazine .item {
        max-width: 100%;
        flex: 100%; } }
    .magazine .item .head {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .magazine .item .head .form-control {
        width: 186px;
        height: 45px;
        background-position: 8px 16px !important;
        border-radius: 0px; }
    .magazine .item .w-mer {
      justify-content: space-between; }
    .magazine .item .item {
      margin-top: 10px; }
      @media (max-width: 767px) {
        .magazine .item .item {
          max-width: 100%;
          flex: 100%; } }
      .magazine .item .item .inner {
        display: flex;
        border: 2px solid #d9d9d9;
        background: #fff; }
        .magazine .item .item .inner .photo {
          position: relative;
          min-width: 50%;
          max-width: 50%;
          height: 330px;
          padding: 8px; }
          @media (max-width: 500px) {
            .magazine .item .item .inner .photo {
              height: 200px; } }
          .magazine .item .item .inner .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .magazine .item .item .inner .photo.ovover::after {
            content: '';
            position: absolute;
            top: 0;
            right: auto;
            bottom: auto;
            left: 0;
            width: 100%;
            height: 100%;
            width: 142px;
            background: url(../images/magazine.png) no-repeat left;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          .magazine .item .item .inner .photo .text {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: #ffffffc4;
            border-right: 4px solid #93929200; }
            .magazine .item .item .inner .photo .text::after {
              content: '';
              position: absolute;
              top: 0;
              right: auto;
              bottom: auto;
              left: 0;
              width: 100%;
              height: 100%;
              left: 5px;
              background: url(../images/magazine.png) no-repeat right; }
            .magazine .item .item .inner .photo .text .center {
              position: relative;
              z-index: 1;
              text-align: center; }
              .magazine .item .item .inner .photo .text .center .title {
                justify-content: center;
                font-family: 'changa-semibold'; }
                @media (max-width: 1199px) {
                  .magazine .item .item .inner .photo .text .center .title {
                    font-size: 22px; } }
                @media (max-width: 500px) {
                  .magazine .item .item .inner .photo .text .center .title {
                    font-size: 20px; } }
              .magazine .item .item .inner .photo .text .center .date {
                display: block;
                font-size: 17px;
                color: #077bc5;
                margin-top: 8px; }
                @media (max-width: 500px) {
                  .magazine .item .item .inner .photo .text .center .date {
                    font-size: 14px; } }
              .magazine .item .item .inner .photo .text .center .bottom {
                margin-top: 24px;
                width: 150px;
                height: 46px;
                padding: 8px 12px; }
                @media (max-width: 767px) {
                  .magazine .item .item .inner .photo .text .center .bottom {
                    width: 124px;
                    font-size: 14px; } }

.login,
.signup,
.forgot {
  background: #fff; }
  .login .img,
  .signup .img,
  .forgot .img {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100vh;
    background: #F7F7F9;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .login .img::before,
    .signup .img::before,
    .forgot .img::before {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: #020202a8;
      z-index: 1; }
    .login .img img,
    .signup .img img,
    .forgot .img img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      min-height: 100%;
      object-fit: cover; }
    @media (max-width: 991px) {
      .login .img,
      .signup .img,
      .forgot .img {
        display: none; } }
    .login .img .inner,
    .signup .img .inner,
    .forgot .img .inner {
      width: 100%;
      position: relative;
      z-index: 1;
      text-align: center; }
      .login .img .inner .title,
      .signup .img .inner .title,
      .forgot .img .inner .title {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 24px;
        line-height: 40px; }
        .login .img .inner .title span,
        .signup .img .inner .title span,
        .forgot .img .inner .title span {
          display: block;
          font-weight: 700;
          font-size: 32px; }
  .login .boxform,
  .signup .boxform,
  .forgot .boxform {
    display: flex;
    align-items: center;
    width: 50%;
    margin-right: 50%;
    height: 100vh;
    padding: 0px 122px; }
    @media (max-width: 991px) {
      .login .boxform,
      .signup .boxform,
      .forgot .boxform {
        width: 100%;
        margin: 0px;
        padding: 24px 122px; } }
    @media (max-width: 667px) {
      .login .boxform,
      .signup .boxform,
      .forgot .boxform {
        padding: 24px; } }
    .login .boxform .inner,
    .signup .boxform .inner,
    .forgot .boxform .inner {
      width: 100%; }
    .login .boxform .logo,
    .signup .boxform .logo,
    .forgot .boxform .logo {
      width: 100%;
      text-align: center; }
      .login .boxform .logo img,
      .signup .boxform .logo img,
      .forgot .boxform .logo img {
        max-width: 115px; }
    .login .boxform .minhead,
    .signup .boxform .minhead,
    .forgot .boxform .minhead {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%; }
      .login .boxform .minhead .back,
      .signup .boxform .minhead .back,
      .forgot .boxform .minhead .back {
        position: absolute;
        right: 0px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media (max-width: 667px) {
          .login .boxform .minhead .back,
          .signup .boxform .minhead .back,
          .forgot .boxform .minhead .back {
            position: relative;
            right: auto; } }
    .login .boxform .title,
    .signup .boxform .title,
    .forgot .boxform .title {
      margin-top: 24px;
      justify-content: center; }
    .login .boxform p.text,
    .signup .boxform p.text,
    .forgot .boxform p.text {
      margin: 8px 0px 24px 0px;
      text-align: center; }

.signup .boxform {
  display: block;
  padding: 40px;
  height: auto; }
  @media (max-width: 991px) {
    .signup .boxform {
      padding: 12px; } }
  .signup .boxform .item {
    margin-top: 24px; }
    .signup .boxform .item .title {
      justify-content: flex-start;
      font-family: 'changa-medium';
      font-size: 22px;
      margin: 0px; }
    .signup .boxform .item .btn-group {
      width: 100%; }
    .signup .boxform .item .custom-select {
      height: 50px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      padding: 8px 12px;
      text-transform: none;
      border: 2px solid #e6ebf1;
      display: flex;
      color: #495057;
      padding-left: 20px;
      text-align: right; }
      .signup .boxform .item .custom-select:focus {
        border: 2px solid #077bc5;
        box-shadow: none; }
    .signup .boxform .item .text {
      display: block;
      line-height: 1;
      margin-bottom: 12px;
      color: #231F20;
      font-size: 14px; }
    .signup .boxform .item .form-check-input {
      right: 0px;
      margin-top: 7px; }

.careers {
  padding-bottom: 24px; }
  .careers .title {
    line-height: 42px; }
    @media (max-width: 991px) {
      .careers .title {
        line-height: 28px; } }
  .careers .itemjob {
    margin-top: 10px; }
    @media (max-width: 991px) {
      .careers .itemjob {
        max-width: 100%;
        flex: 100%; } }
  .careers .none {
    width: 100%;
    padding: 48px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c1030317;
    font-size: 32px;
    color: #000; }
  .careers .item {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    -o-box-shadow: 1px 1px 5px 1px #ddd;
    -ms-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd;
    -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;
    padding: 16px;
    margin-top: 10px; }
    .careers .item .title {
      font: 18px/30px 'changa-semibold' !important;
      color: #077bc5; }
    .careers .item a.title:hover {
      text-decoration: underline; }
    .careers .item span {
      display: flex;
      align-items: center; }
    .careers .item .expr {
      color: #231F20;
      margin-top: 12px; }
      .careers .item .expr img {
        max-width: 14px;
        margin-left: 4px; }
    .careers .item p.text {
      color: #231F20;
      margin-top: 8px; }
    .careers .item .location,
    .careers .item .date {
      font-size: 14px;
      line-height: 17px;
      margin-top: 12px; }
      .careers .item .location img,
      .careers .item .date img {
        max-width: 11px;
        margin-left: 4px; }
      .careers .item .location i,
      .careers .item .date i {
        font-family: 'changa-semibold';
        color: #077bc5;
        font-style: normal;
        margin-right: 2px; }
    .careers .item .date img {
      max-width: 14px; }
    .careers .item .a-link {
      display: flex;
      margin-top: 16px; }
      .careers .item .a-link li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 94px;
        height: 28px;
        font-size: 12px;
        line-height: 15px;
        color: #E07A14;
        border: 1px solid #E07A14;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box; }
        .careers .item .a-link li:last-child {
          color: #82479E;
          border: 1px solid #82479E;
          margin-right: 12px; }
    .careers .item .bottom {
      height: 48px;
      margin-top: 24px; }
    .careers .item .details {
      margin-top: 24px; }
      .careers .item .details ul {
        margin-top: 8px; }
        .careers .item .details ul li {
          position: relative;
          padding-right: 12px;
          margin-bottom: 8px;
          color: #231F20; }
          .careers .item .details ul li:last-child {
            margin: 0px; }
          .careers .item .details ul li::before {
            content: '';
            position: absolute;
            top: 12px;
            right: 0;
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            background: #077bc5; }

.wit-pop {
  max-width: 840px; }
  .wit-pop .modal-content {
    padding: 32px;
    border: 0px; }
    .wit-pop .modal-content .modal-body {
      padding: 0px; }
    .wit-pop .modal-content .head-title {
      padding-bottom: 16px;
      border-bottom: 1px solid #D2D2D2; }
    .wit-pop .modal-content .bottom {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      color: #fff;
      outline: none;
      outline-style: none;
      border: 0px;
      text-align: center;
      background: #077bc5;
      font-family: 'changa-medium';
      -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;
      cursor: pointer;
      padding: 8px 24px;
      width: 100%;
      height: 56px; }
      .wit-pop .modal-content .bottom:hover {
        background: #001624; }
      .wit-pop .modal-content .bottom:focus {
        outline: none;
        outline-style: none;
        border: 0px; }
    .wit-pop .modal-content .bot-can {
      background: #ed1c2414;
      color: #c90305;
      box-shadow: none; }
      .wit-pop .modal-content .bot-can:hover {
        color: #fff; }
    .wit-pop .modal-content span.btn.btn-primary {
      width: 100%;
      margin-top: 4px;
      background: none;
      border: 0;
      color: #495057; }
      .wit-pop .modal-content span.btn.btn-primary img {
        max-width: 40px;
        margin: 0px 8px; }
    .wit-pop .modal-content .bac {
      width: 100%;
      background-color: #fff;
      border: 1px solid #ced4da;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background-clip: padding-box;
      padding: 8px 12px; }
      .wit-pop .modal-content .bac p {
        color: #495057; }
      .wit-pop .modal-content .bac .input-group-btn {
        width: 100%; }
      .wit-pop .modal-content .bac .form-control {
        padding: 0px;
        box-shadow: none !important;
        background: none !important;
        border: 0px !important;
        text-align: center;
        color: #077bc5; }

.modal {
  padding: 16px; }

.contactus,
.termsofuse {
  padding-bottom: 24px; }
  .contactus .itme,
  .termsofuse .itme {
    margin-top: 10px; }
  .contactus .inner,
  .termsofuse .inner {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 24px;
    -webkit-box-shadow: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    -o-box-shadow: 1px 1px 5px 1px #ddd;
    -ms-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd; }
  .contactus .adv,
  .termsofuse .adv {
    margin: 0px auto;
    width: 300px; }
  .contactus .code,
  .termsofuse .code {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F9;
    width: auto;
    min-width: 60px;
    left: 7px;
    top: 2px;
    height: calc(100% - 4px);
    z-index: 1;
    padding: 0px 8px; }
  .contactus .scroll,
  .termsofuse .scroll {
    position: sticky;
    top: 50px; }

.partners {
  background: transparent linear-gradient(180deg, #f7f7f9 0%, #ccccd1 100%) 0% 0% no-repeat padding-box; }
  .partners .inner {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 24px;
    margin-bottom: 12px; }
    .partners .inner:last-child {
      padding: 0px;
      border: 0px;
      margin: 0px; }
    .partners .inner .title {
      font-size: 20px;
      font-family: 'changa-medium'; }
  .partners .row {
    justify-content: center; }
  .partners .title {
    justify-content: center; }
  .partners .part {
    margin-top: 10px;
    flex: 0 0 14.666667%;
    max-width: 14.666667%; }
    @media (max-width: 991px) {
      .partners .part {
        flex: 20%;
        max-width: 20%; } }
    @media (max-width: 450px) {
      .partners .part {
        flex: 25%;
        max-width: 25%; } }
  .partners .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 16px;
    overflow: hidden;
    min-height: 110px;
    max-height: 110px;
    -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: 1px 1px 5px 1px #ddd;
    -moz-box-shadow: 1px 1px 5px 1px #ddd;
    -o-box-shadow: 1px 1px 5px 1px #ddd;
    -ms-box-shadow: 1px 1px 5px 1px #ddd;
    box-shadow: 1px 1px 5px 1px #ddd; }
    @media (max-width: 991px) {
      .partners .item {
        min-height: 80px;
        max-height: 80px; } }
    @media (max-width: 550px) {
      .partners .item {
        min-height: 50px;
        max-height: 50px; } }
    .partners .item img {
      max-width: 100%;
      max-height: 100%; }
    .partners .item:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      z-index: 1; }

.error404 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  text-align: center;
  background: #F7F7F9; }
  .error404 .title {
    font-size: 150px !important;
    color: #000;
    width: 100%;
    text-align: center; }
  .error404 p {
    color: #077bc5;
    font-size: 24px;
    margin-top: 72px; }
  .error404 .bottom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    outline: none;
    outline-style: none;
    border: 0px;
    text-align: center;
    background: #077bc5;
    font-family: 'changa-medium';
    -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;
    cursor: pointer;
    padding: 8px 24px;
    float: none;
    display: inline-flex;
    margin-top: 32px;
    box-shadow: 0px 2px 17px rgba(73, 73, 73, 0.1);
    padding: 12px 20px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-clip: padding-box; }
    .error404 .bottom:hover {
      background: #001624; }
    .error404 .bottom:focus {
      outline: none;
      outline-style: none;
      border: 0px; }

.scrollToTop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border: 0px;
  background: #077bc5;
  z-index: 998;
  text-align: center; }
  @media (max-width: 991px) {
    .scrollToTop {
      display: none !important; } }
  .scrollToTop svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 20px;
    height: 20px; }
    .scrollToTop svg path {
      fill: #fff; }

.footer {
  position: relative;
  width: 100%;
  background: #02131e;
  padding: 0px !important;
  position: relative;
  z-index: 999; }
  .footer .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid #ffffff26; }
    @media (max-width: 991px) {
      .footer .icons {
        justify-content: center; } }
    .footer .icons .n-scrol {
      position: relative;
      right: auto;
      bottom: auto;
      display: block !important; }
      @media (max-width: 991px) {
        .footer .icons .n-scrol {
          display: none !important; } }
    .footer .icons .social a {
      margin: 0px;
      margin-right: 16px; }
      .footer .icons .social a svg {
        width: 20px;
        height: 20px;
        fill: #fff; }
  .footer .boxfot {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%; } }
    .footer .boxfot:nth-child(2), .footer .boxfot:nth-child(3), .footer .boxfot:nth-child(4) {
      padding-right: 4%; }
      @media (max-width: 991px) {
        .footer .boxfot:nth-child(2), .footer .boxfot:nth-child(3), .footer .boxfot:nth-child(4) {
          padding-right: 5px; } }
    .footer .boxfot .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 70px;
      overflow: hidden;
      text-align: center; }
      .footer .boxfot .logo img {
        max-width: 100%; }
    .footer .boxfot .text {
      margin-top: 12px;
      color: #b7b7b7;
      text-align: center;
      font-size: 14px; }
      .footer .boxfot .text.t-r {
        text-align: right;
        margin: 0px; }
        @media (max-width: 991px) {
          .footer .boxfot .text.t-r {
            text-align: center; } }
    .footer .boxfot .title {
      font-size: 20px !important;
      margin-bottom: 16px;
      color: #fff; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          justify-content: center; } }
    .footer .boxfot .navmenu a {
      display: inline-block;
      width: 100%;
      position: relative;
      margin-top: 8px;
      font-size: 14px;
      color: #b7b7b7;
      -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; }
      .footer .boxfot .navmenu a:hover {
        color: #077bc5; }
      @media (max-width: 991px) {
        .footer .boxfot .navmenu a {
          text-align: center; }
          .footer .boxfot .navmenu a svg {
            display: none; } }
    .footer .boxfot .email {
      width: 100%;
      text-align: center; }
      .footer .boxfot .email .form-control {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        height: 52px;
        background: #ffffff03;
        margin-top: 16px;
        border: 0px;
        text-align: left;
        color: #fff; }
        @media (max-width: 991px) {
          .footer .boxfot .email .form-control {
            text-align: center; } }
      .footer .boxfot .email ::-webkit-input-placeholder {
        /* Edge */
        text-align: right; }
        @media (max-width: 991px) {
          .footer .boxfot .email ::-webkit-input-placeholder {
            text-align: center; } }
      .footer .boxfot .email :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        text-align: right; }
        @media (max-width: 991px) {
          .footer .boxfot .email :-ms-input-placeholder {
            text-align: center; } }
      .footer .boxfot .email ::placeholder {
        text-align: right; }
        @media (max-width: 991px) {
          .footer .boxfot .email ::placeholder {
            text-align: center; } }
      .footer .boxfot .email .bottom {
        width: 148px;
        height: 54px;
        margin-top: 16px; }
        @media (max-width: 1199px) {
          .footer .boxfot .email .bottom {
            width: 100%; } }
  .footer .lines {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #010c14;
    width: 100%;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .lines {
        display: inline-block;
        text-align: center;
        padding: 12px 0px; } }
    .footer .lines li {
      color: #b7b7b7;
      margin: 16px 24px;
      font-size: 14px; }
      @media (max-width: 1199px) {
        .footer .lines li {
          margin: 16px 8px; } }
      @media (max-width: 991px) {
        .footer .lines li {
          display: inline-block;
          text-align: center;
          margin: 0px 12px; } }
      .footer .lines li span {
        color: #077bc5;
        font-family: 'changa-bold'; }
  .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0px; }
    .footer .copyright p {
      font-size: 14px;
      color: #fff; }

html,
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 {
  direction: rtl;
  text-align: right;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Jannat';
  /*color: #727272;*/
}

body {
  background: #F7F7F9; }
  body.active {
    overflow: hidden; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

::-webkit-scrollbar-track {
  background: #F7F7F9; }

::-webkit-scrollbar-thumb {
  background-color: #077bc5;
  cursor: pointer; }
@font-face {
    font-family: 'Jannat';
    src: url('../fonts/A.Jannat.LT.Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jannat';
    src: url('../fonts/A.Jannat.LT.Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'changa-semibold';
  src: url("../fonts/changa-semibold.svg#changa-semibold") format("svg"), url("../fonts/changa-semibold.ttf") format("truetype"), url("../fonts/changa-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'changa-regular';
  src: url("../fonts/changa-regular.svg#changa-regular") format("svg"), url("../fonts/changa-regular.ttf") format("truetype"), url("../fonts/changa-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'changa-medium';
  src: url("../fonts/changa-medium.svg#changa-medium") format("svg"), url("../fonts/changa-medium.ttf") format("truetype"), url("../fonts/changa-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'changa-light';
  src: url("../fonts/changa-light.svg#changa-light") format("svg"), url("../fonts/changa-light.ttf") format("truetype"), url("../fonts/changa-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'changa-extraLight';
  src: url("../fonts/changa-extraLight.svg#changa-extraLight") format("svg"), url("../fonts/changa-extraLight.ttf") format("truetype"), url("../fonts/changa-extraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'changa-extrabold';
  src: url("../fonts/changa-extrabold.svg#changa-extrabold") format("svg"), url("../fonts/changa-extrabold.ttf") format("truetype"), url("../fonts/changa-extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'changa-bold';
  src: url("../fonts/changa-bold.svg#changa-bold") format("svg"), url("../fonts/changa-bold.ttf") format("truetype"), url("../fonts/changa-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.it-span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
  background: #008AD1 0% 0% no-repeat padding-box;
  opacity: 0.86;
  color: #fff;
  line-height: 19px;
  padding: 0px 12px;
  height: 33px; }
  .it-span svg {
    max-width: 14px;
    height: 14px;
    fill: #fff;
    margin-right: 4px; }

.title {
  display: inline-flex;
  font-size: 26px;
  width: 100%;
  color: #000;
  overflow: hidden;
  font-family: 'changa-bold';
  -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: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 22px;
      line-height: 28px; } }
  .title a {
    color: #000;
    font-size: 26px;
    line-height: 42px;
    -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;
    font-family: 'changa-bold'; }
    @media (max-width: 991px) {
      .title a {
        font-size: 22px;
        line-height: 28px; } }
  .title svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #000;
    width: 16px;
    height: 16px;
    margin-right: 4px; }

.title.mb {
  margin-bottom: 8px; }

a.title {
  display: block;
  font-size: 24px;
  color: #000;
  margin-top: 8px;
  -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; }
  a.title:hover {
    color: #077bc5; }

.bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  outline: none;
  outline-style: none;
  border: 0px;
  text-align: center;
  background: #077bc5;
  font-family: 'changa-medium';
  -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;
  cursor: pointer;
  padding: 8px 24px; }
  .bottom:hover {
    background: #001624; }
  .bottom:focus {
    outline: none;
    outline-style: none;
    border: 0px; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px; }
  .alert strong {
    margin-left: 8px;
    color: #856404; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .text-mass {
    margin: 0px !important;
    margin-right: 12px !important; }
  .alert p {
    color: #fff;
    margin: 0px !important; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

.contant {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 48px 16px 16px 16px;
  background: linear-gradient(#00000000, #000000); }
  .contant .title {
    color: #fff !important;
    padding: 0px !important; }
  .contant.s-con {
    padding: 24px 16px; }
    .contant.s-con .title {
      font-size: 26px !important;
      line-height: 42px !important; }
      @media (max-width: 991px) {
        .contant.s-con .title {
          font-size: 20px !important;
          line-height: 28px !important; } }

select {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 12px 24px; }

.pagination {
  width: 100%;
  margin-top: 24px;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    .pagination {
      padding-bottom: 12px;
      overflow-x: scroll;
      justify-content: flex-start; } }
  .pagination li {
    display: inline-block;
    margin: 0px 8px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      background-clip: padding-box;
      min-width: 44px;
      height: 44px;
      border: 0px;
      background: #e6e6e6;
      font-family: 'changa-medium';
      -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;
      padding-top: 10px;
      color: #8B8B8B; }
    .pagination li svg {
      width: 12px;
      height: 12px;
      -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; }
    .pagination li:first-child a, .pagination li:last-child a {
      color: #077bc5;
      font-size: 12px;
      padding-top: 8px; }
      .pagination li:first-child a svg, .pagination li:last-child a svg {
        max-width: 12px;
        height: 12px;
        fill: #077bc5; }
    .pagination li:last-child {
      margin-left: 0px; }
      .pagination li:last-child svg {
        transform: rotate(90deg);
        margin-right: 4px; }
    .pagination li:first-child {
      margin-right: 0px; }
      .pagination li:first-child svg {
        transform: rotate(-90deg);
        margin-left: 4px; }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #077bc5 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.popup_main .share {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .popup_main .share svg {
    max-width: 16px;
    height: 16px;
    fill: #adadad; }
.popup_main .popup_body {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  z-index: 100; }
.popup_main .popup_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms; }
.popup_main .popup_contain {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000c2; }
  .popup_main .popup_contain .social {
    display: flex;
    direction: ltr; }
    .popup_main .popup_contain .social a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      margin: 0px 4px;
      -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; }
      .popup_main .popup_contain .social a svg {
        fill: #fff;
        width: 22px;
        height: 22px;
        -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; }
      .popup_main .popup_contain .social a.icon-facebook {
        background: #3b5998; }
        .popup_main .popup_contain .social a.icon-facebook:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-facebook:hover svg {
            fill: #3b5998; }
      .popup_main .popup_contain .social a.icon-twitter {
        background: #00acee; }
        .popup_main .popup_contain .social a.icon-twitter:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-twitter:hover svg {
            fill: #00acee; }
      .popup_main .popup_contain .social a.icon-instagram {
        background: #8d5b46; }
        .popup_main .popup_contain .social a.icon-instagram:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-instagram:hover svg {
            fill: #8d5b46; }
      .popup_main .popup_contain .social a.icon-youtube {
        background: #c4302b; }
        .popup_main .popup_contain .social a.icon-youtube:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-youtube:hover svg {
            fill: #c4302b; }
      .popup_main .popup_contain .social a.icon-rss {
        background: #ee802f; }
        .popup_main .popup_contain .social a.icon-rss:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-rss:hover svg {
            fill: #ee802f; }
      .popup_main .popup_contain .social a.icon-linkedin {
        background: #007fb1; }
        .popup_main .popup_contain .social a.icon-linkedin:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-linkedin:hover svg {
            fill: #007fb1; }
      .popup_main .popup_contain .social a.icon-gplus {
        background: #dd4b39; }
        .popup_main .popup_contain .social a.icon-gplus:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-gplus:hover svg {
            fill: #dd4b39; }
      .popup_main .popup_contain .social a.icon-whatsapp {
        background: #189d0e; }
        .popup_main .popup_contain .social a.icon-whatsapp:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-whatsapp:hover svg {
            fill: #189d0e; }
      .popup_main .popup_contain .social a.icon-snapchat {
        background: #e2df01; }
        .popup_main .popup_contain .social a.icon-snapchat:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-snapchat:hover svg {
            fill: #e2df01; }
      .popup_main .popup_contain .social a.icon-telegram {
        background: #32afed; }
        .popup_main .popup_contain .social a.icon-telegram:hover {
          background: #F7F7F9; }
          .popup_main .popup_contain .social a.icon-telegram:hover svg {
            fill: #32afed; }
.popup_main .popup_close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer; }
  .popup_main .popup_close svg {
    max-width: 22px; }

.line {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1; }
  .line::before {
    content: '';
    position: absolute;
    left: 0px;
    width: calc(100% - 84px);
    height: 1px;
    background: #e8e8e8;
    top: 10px;
    -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 p {
    position: relative;
    display: inline-block;
    font-family: 'changa-medium';
    font-size: 12px;
    line-height: 1px;
    color: #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; }

.social {
  display: flex;
  direction: ltr; }
  .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px; }
    .social a svg {
      fill: #000;
      width: 16px;
      height: 16px;
      -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; }
    .social a.icon-facebook:hover svg {
      fill: #3b5998; }
    .social a.icon-twitter:hover svg {
      fill: #00acee; }
    .social a.icon-instagram:hover svg {
      fill: #8d5b46; }
    .social a.icon-youtube:hover svg {
      fill: #c4302b; }
    .social a.icon-rss:hover svg {
      fill: #ee802f; }
    .social a.icon-linkedin:hover svg {
      fill: #007fb1; }
    .social a.icon-gplus:hover svg {
      fill: #dd4b39; }
    .social a.icon-whatsapp:hover svg {
      fill: #189d0e; }
    .social a.icon-snapchat:hover svg {
      fill: #e2df01; }
    .social a.icon-telegram:hover svg {
      fill: #32afed; }

.field {
  position: relative;
  margin-top: 16px; }
  .field .form-control {
    height: 50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 8px 12px;
    text-transform: none;
    border: 2px solid #e6ebf1; }
    .field .form-control:focus {
      border: 2px solid #077bc5;
      box-shadow: none; }
  .field select {
    background-position: 12px 20px; }
  .field.flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .field.flex .che-box {
      position: relative;
      cursor: pointer;
      font-weight: normal;
      margin: 0px;
      padding-right: 24px; }
      .field.flex .che-box input[type="checkbox"],
      .field.flex .che-box input[type="radio"] {
        position: absolute;
        left: 9000px; }
      .field.flex .che-box input[type="checkbox"] + .label-text:before,
      .field.flex .che-box input[type="radio"] + .label-text:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 6px;
        background: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        font-style: initial;
        -webkit-box-shadow: 0px 0px 20px #00000045;
        -moz-box-shadow: 0px 0px 20px #00000045;
        -o-box-shadow: 0px 0px 20px #00000045;
        -ms-box-shadow: 0px 0px 20px #00000045;
        box-shadow: 0px 0px 20px #00000045; }
      .field.flex .che-box input[type="checkbox"]:checked + .label-text:before,
      .field.flex .che-box input[type="radio"]:checked + .label-text:before {
        content: "";
        background: #fff url(../images/tick.svg) no-repeat center center;
        background-size: 84% 74%;
        background-size: cover;
        animation: effect 250ms ease-in; }
      .field.flex .che-box span.label-text {
        color: #dddddd;
        font-weight: normal; }
      .field.flex .che-box span.label-text {
        display: flex;
        color: #000; }
        .field.flex .che-box span.label-text:before {
          border-radius: 2px !important;
          width: 20px !important;
          height: 20px !important;
          top: 4px !important;
          border: 2px solid #e6ebf1 !important;
          box-shadow: none !important; }
        .field.flex .che-box span.label-text a {
          display: block;
          color: #000;
          color: #077bc5;
          margin-right: 4px;
          -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; }
          .field.flex .che-box span.label-text a:hover {
            text-decoration: underline; }
    .field.flex .forgetlink {
      display: block;
      color: #000; }
      .field.flex .forgetlink:hover {
        text-decoration: underline; }
  .field p {
    text-align: center; }
    .field p a {
      font-family: 'changa-medium';
      color: #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; }
      .field p a:hover {
        color: #077bc5; }
  .field .floating-label {
    position: absolute;
    right: 10px;
    padding: 0px 8px;
    top: 11px;
    background: #fff;
    color: #666666;
    margin: 0px;
    font-size: 16px;
    pointer-events: 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; }
  .field .form-control:focus ~ .floating-label,
  .field .form-control:not(:focus):valid ~ .floating-label {
    top: -15px;
    width: auto;
    color: #000; }
  .field textarea.form-control {
    height: 160px;
    resize: none; }
  .field .bottom {
    width: 100%;
    height: 50px; }

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