.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; }
  @media (max-width: 991px) {
    .header {
      padding: 8px 0px; }
      .header.sticky {
        position: fixed;
        top: 0px;
        left: 0px;
        -webkit-box-shadow: 4px 4px 60px #0000000d;
        -moz-box-shadow: 4px 4px 60px #0000000d;
        -o-box-shadow: 4px 4px 60px #0000000d;
        -ms-box-shadow: 4px 4px 60px #0000000d;
        box-shadow: 4px 4px 60px #0000000d; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .header .container {
        max-width: 100%; } }
  .header .header-center {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 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; }
    @media (max-width: 991px) {
      .header .header-center {
        padding: 8px 0px; } }
    .header .header-center .bor {
      position: absolute;
      bottom: -16px;
      left: -1%;
      width: 102%;
      border-bottom: 1px solid #ECECEC; }
      @media (max-width: 991px) {
        .header .header-center .bor {
          display: none; } }
      @media (max-width: 1300px) {
        .header .header-center .bor {
          width: 100%;
          left: 0px; } }
    @media (max-width: 991px) {
      .header .header-center .logo {
        margin-right: 36px; } }
    .header .header-center .logo img {
      max-width: 160px; }
      @media (max-width: 991px) {
        .header .header-center .logo img {
          max-width: 124px; } }
    .header .header-center .burger {
      position: absolute;
      right: 12px;
      display: none;
      cursor: pointer;
      user-select: none;
      width: 1.75rem;
      height: 1rem;
      opacity: 0;
      visibility: hidden;
      background: transparent; }
      .header .header-center .burger-line {
        position: absolute;
        display: block;
        right: 0;
        width: 100%;
        height: 2px;
        opacity: 1;
        border: none;
        outline: none;
        background: #000; }
        .header .header-center .burger-line:nth-child(1) {
          top: 0px; }
        .header .header-center .burger-line:nth-child(2) {
          top: 0.5rem; }
        .header .header-center .burger-line:nth-child(3) {
          top: 1rem; }
      @media only screen and (max-width: 991px) {
        .header .header-center .burger {
          display: block;
          opacity: 1;
          visibility: visible; } }
    .header .header-center .btn-ser {
      display: none;
      cursor: pointer; }
      @media (max-width: 991px) {
        .header .header-center .btn-ser {
          display: block; } }
      .header .header-center .btn-ser .close-news {
        display: none;
        position: absolute;
        left: 12px;
        top: 18px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        z-index: 1; }
        .header .header-center .btn-ser .close-news:before, .header .header-center .btn-ser .close-news:after {
          position: absolute;
          height: 1px;
          width: 16px;
          background: #FF0000;
          content: '';
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .header .header-center .btn-ser .close-news:after {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      .header .header-center .btn-ser.active .iconsearch {
        display: none; }
      .header .header-center .btn-ser.active .close-news {
        display: block; }
    .header .header-center .formsearch {
      position: relative;
      display: flex;
      align-items: center;
      width: 445px;
      height: 54px;
      background: #fff;
      border: 1px solid #BFBEBE;
      border-radius: 60px; }
      @media (max-width: 1200px) {
        .header .header-center .formsearch {
          width: 280px; } }
      @media (max-width: 991px) {
        .header .header-center .formsearch {
          display: none;
          position: absolute;
          left: 12px;
          top: 54px;
          border-radius: 4px; }
          .header .header-center .formsearch.active {
            display: block; } }
      .header .header-center .formsearch .form-control {
        height: 56px;
        width: 100%;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: none;
        text-transform: none;
        padding-right: 52px; }
      .header .header-center .formsearch ::placeholder {
        color: #B5B5B5;
        opacity: 1;
        /* Firefox */ }
      .header .header-center .formsearch ::-ms-input-placeholder {
        /* Edge 12 -18 */
        color: #B5B5B5; }
      .header .header-center .formsearch .btnsearch {
        position: absolute;
        top: 12px;
        right: 16px;
        padding: 0px;
        outline: none;
        outline-style: none;
        border: 0px;
        cursor: pointer;
        background: none; }
        .header .header-center .formsearch .btnsearch svg {
          width: 24px;
          height: 24px;
          margin: 0px; }
    .header .header-center .icons {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .header .header-center .icons {
          display: none; } }
      .header .header-center .icons a {
        text-align: center;
        margin-left: 30px;
        font-weight: 400;
        font-size: 12px;
        color: #6A6A6A;
        -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 .header-center .icons a {
            margin-left: 12px; } }
        .header .header-center .icons a:hover {
          color: #EEA616; }
        .header .header-center .icons a:last-child {
          margin: 0px; }
        .header .header-center .icons a svg {
          max-width: 26px;
          max-height: 26px; }
        .header .header-center .icons a span {
          display: block;
          margin-top: 10px; }
          @media (max-width: 991px) {
            .header .header-center .icons a span {
              margin: 0px; } }
  .header .social {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .header .social {
        justify-content: center; } }
    .header .social a {
      display: flex;
      align-items: center;
      justify-content: center; }
      .header .social a svg {
        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; }
      .header .social a.icon-twitter svg path {
        -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 .social a.icon-facebook svg {
        fill: #EEA616; }
      .header .social a.icon-facebook:hover svg {
        fill: #3b5998; }
      .header .social a.icon-facebook:hover.icon-twitter:hover svg path {
        fill: #3b5998 !important; }
      .header .social a.icon-twitter svg {
        fill: #EEA616; }
      .header .social a.icon-twitter:hover svg {
        fill: #00acee; }
      .header .social a.icon-twitter:hover.icon-twitter:hover svg path {
        fill: #00acee !important; }
      .header .social a.icon-instagram svg {
        fill: #EEA616; }
      .header .social a.icon-instagram:hover svg {
        fill: #8d5b46; }
      .header .social a.icon-instagram:hover.icon-twitter:hover svg path {
        fill: #8d5b46 !important; }
      .header .social a.icon-youtube svg {
        fill: #EEA616; }
      .header .social a.icon-youtube:hover svg {
        fill: #c4302b; }
      .header .social a.icon-youtube:hover.icon-twitter:hover svg path {
        fill: #c4302b !important; }
      .header .social a.icon-rss svg {
        fill: #EEA616; }
      .header .social a.icon-rss:hover svg {
        fill: #ee802f; }
      .header .social a.icon-rss:hover.icon-twitter:hover svg path {
        fill: #ee802f !important; }
      .header .social a.icon-linkedin svg {
        fill: #EEA616; }
      .header .social a.icon-linkedin:hover svg {
        fill: #007fb1; }
      .header .social a.icon-linkedin:hover.icon-twitter:hover svg path {
        fill: #007fb1 !important; }
      .header .social a.icon-gplus svg {
        fill: #EEA616; }
      .header .social a.icon-gplus:hover svg {
        fill: #dd4b39; }
      .header .social a.icon-gplus:hover.icon-twitter:hover svg path {
        fill: #dd4b39 !important; }
      .header .social a.icon-whatsapp svg {
        fill: #EEA616; }
      .header .social a.icon-whatsapp:hover svg {
        fill: #189d0e; }
      .header .social a.icon-whatsapp:hover.icon-twitter:hover svg path {
        fill: #189d0e !important; }
      .header .social a.icon-snapchat svg {
        fill: #EEA616; }
      .header .social a.icon-snapchat:hover svg {
        fill: #e2df01; }
      .header .social a.icon-snapchat:hover.icon-twitter:hover svg path {
        fill: #e2df01 !important; }
      .header .social a.icon-telegram svg {
        fill: #EEA616; }
      .header .social a.icon-telegram:hover svg {
        fill: #32afed; }
      .header .social a.icon-telegram:hover.icon-twitter:hover svg path {
        fill: #32afed !important; }
    @media (max-width: 991px) {
      .header .social {
        display: none; } }
    .header .social a {
      margin: 0px;
      margin-right: 16px; }
      @media (max-width: 991px) {
        .header .social a {
          margin: 0px 8px; } }
    .header .social .icon-twitter svg path {
      fill: #EEA616 !important; }
  .header .menuitem {
    position: relative;
    width: 100%;
    background: #fff;
    /* End NavMenu */ }
    .header .menuitem.sticky {
      position: fixed;
      top: 0px;
      left: 0;
      display: flex;
      justify-content: space-between;
      -webkit-box-shadow: 4px 4px 60px #0000000d;
      -moz-box-shadow: 4px 4px 60px #0000000d;
      -o-box-shadow: 4px 4px 60px #0000000d;
      -ms-box-shadow: 4px 4px 60px #0000000d;
      box-shadow: 4px 4px 60px #0000000d; }
      @media (max-width: 1300px) {
        .header .menuitem.sticky {
          display: none; } }
      @media (max-width: 991px) {
        .header .menuitem.sticky {
          position: relative;
          display: block; } }
      .header .menuitem.sticky .logo {
        display: block;
        margin-left: 24px; }
        @media (max-width: 991px) {
          .header .menuitem.sticky .logo {
            display: none; } }
      .header .menuitem.sticky .s-show {
        display: block; }
      .header .menuitem.sticky .menu-item .menu-link {
        font-size: 16px;
        padding: 16px 0px; }
        @media (max-width: 991px) {
          .header .menuitem.sticky .menu-item .menu-link {
            padding: 0px;
            font-size: 14px; } }
      .header .menuitem.sticky .submenu .container {
        padding-right: 124px; }
        @media (max-width: 991px) {
          .header .menuitem.sticky .submenu .container {
            padding-right: 0px; } }
    .header .menuitem .container {
      position: static; }
    .header .menuitem .logo {
      display: none; }
      .header .menuitem .logo img {
        max-width: 88px; }
    .header .menuitem .navbar {
      position: inherit;
      padding: 0px;
      width: 100%;
      display: flex;
      justify-content: center; }
      @media (max-width: 1220px) {
        .header .menuitem .navbar {
          justify-content: flex-start; } }
      @media screen and (max-width: 1333px) {
        .header .menuitem .navbar {
          justify-content: flex-start; } }
      .header .menuitem .navbar .logo {
        display: none; }
        @media screen and (max-width: 991px) {
          .header .menuitem .navbar .logo {
            display: block;
            padding: 0px 12px; } }
        .header .menuitem .navbar .logo img {
          display: block; }
      .header .menuitem .navbar .social {
        position: absolute;
        bottom: 24px;
        display: flex;
        direction: ltr;
        display: none; }
        .header .menuitem .navbar .social a {
          margin: 0px;
          margin-right: 16px; }
          .header .menuitem .navbar .social a svg {
            width: 20px;
            height: 20px;
            -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 .menuitem .navbar .social a.icon-facebook svg {
            fill: #3b5998; }
          .header .menuitem .navbar .social a.icon-facebook:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-twitter svg {
            fill: #00acee; }
          .header .menuitem .navbar .social a.icon-twitter:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-instagram svg {
            fill: #8d5b46; }
          .header .menuitem .navbar .social a.icon-instagram:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-youtube svg {
            fill: #c4302b; }
          .header .menuitem .navbar .social a.icon-youtube:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-rss svg {
            fill: #ee802f; }
          .header .menuitem .navbar .social a.icon-rss:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-linkedin svg {
            fill: #007fb1; }
          .header .menuitem .navbar .social a.icon-linkedin:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-gplus svg {
            fill: #dd4b39; }
          .header .menuitem .navbar .social a.icon-gplus:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-whatsapp svg {
            fill: #189d0e; }
          .header .menuitem .navbar .social a.icon-whatsapp:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-snapchat svg {
            fill: #e2df01; }
          .header .menuitem .navbar .social a.icon-snapchat:hover svg {
            opacity: 0.5; }
          .header .menuitem .navbar .social a.icon-telegram svg {
            fill: #32afed; }
          .header .menuitem .navbar .social a.icon-telegram:hover svg {
            opacity: 0.5; }
        @media screen and (max-width: 991px) {
          .header .menuitem .navbar .social {
            position: fixed;
            bottom: 0px;
            width: 280px;
            display: flex;
            justify-content: center;
            padding: 18px 0px;
            background: #fff; }
            .header .menuitem .navbar .social a {
              margin: 0px 4px !important; } }
      .header .menuitem .navbar .cancel {
        display: none;
        position: absolute;
        top: 18px;
        left: 18px;
        z-index: 10; }
        .header .menuitem .navbar .cancel svg {
          width: 18px;
          height: 18px; }
      @media screen and (max-width: 991px) {
        .header .menuitem .navbar {
          display: block;
          position: fixed;
          top: 0;
          right: -100%;
          width: 290px;
          height: 100%;
          z-index: 10;
          opacity: 0;
          overflow: hidden;
          overflow-y: auto;
          visibility: hidden;
          box-shadow: 0px 10px 40px 0px #06163a1a;
          background: #fff;
          transition: all 0.5s ease;
          padding: 24px 0px 60px 0px; }
          .header .menuitem .navbar .menu-link {
            color: #000; }
            .header .menuitem .navbar .menu-link svg {
              fill: #000; }
          .header .menuitem .navbar.active {
            right: 0rem;
            opacity: 1;
            visibility: visible; }
          .header .menuitem .navbar .cancel {
            display: block; } }
    .header .menuitem .menu {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .header .menuitem .menu-item {
        display: inline-block; }
      .header .menuitem .menu-link {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 0.25rem;
        font-weight: 400;
        padding: 20px 0px;
        line-height: inherit;
        cursor: pointer;
        color: #1E1E1E;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 991px) {
          .header .menuitem .menu-link {
            padding: 0px;
            font-size: 16px; } }
        @media (max-width: 1199px) {
          .header .menuitem .menu-link {
            font-size: 14px; } }
        @media (min-width: 1600px) {
          .header .menuitem .menu-link {
            font-size: 17px; } }
        .header .menuitem .menu-link svg {
          position: relative;
          max-width: 9px;
          max-height: 5px;
          fill: #1E1E1E;
          -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 only screen and (max-width: 991px) {
            .header .menuitem .menu-link svg {
              z-index: -1; } }
      @media only screen and (min-width: 991px) {
        .header .menuitem .menu-dropdown:hover > .submenu {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
          z-index: 100; } }
      @media only screen and (max-width: 991px) {
        .header .menuitem .menu {
          display: block;
          width: 100%;
          height: auto;
          padding: 0px 16px;
          margin-top: 60px; }
          .header .menuitem .menu-item {
            display: block;
            padding: 0px;
            margin-bottom: 12px; }
            .header .menuitem .menu-item:last-child {
              margin-bottom: 0px; }
          .header .menuitem .menu-link {
            justify-content: space-between; } }
      .header .menuitem .menu .activelink .menu-link svg {
        fill: #EEA616; }
      .header .menuitem .menu .activelink .menu-link,
      .header .menuitem .menu .menu-item:hover .menu-link {
        color: #EEA616; }
        .header .menuitem .menu .activelink .menu-link svg,
        .header .menuitem .menu .menu-item:hover .menu-link svg {
          fill: #EEA616; }
      .header .menuitem .menu .activelink .submenu {
        opacity: 1;
        visibility: visible;
        transform: none; }
    .header .menuitem .submenu {
      display: flex;
      position: absolute;
      top: 100%;
      right: 0px;
      width: 100%;
      height: auto;
      padding: 0px 12px 16px 12px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(1rem);
      background: #fff;
      box-shadow: 0px 4px 4px 0px #EDD6FF40;
      transition: all 0.3s ease-in-out; }
      .header .menuitem .submenu .container {
        position: relative;
        justify-content: flex-start; }
        @media (max-width: 991px) {
          .header .menuitem .submenu .container {
            display: block; } }
        @media (max-width: 1333px) {
          .header .menuitem .submenu .container {
            padding-right: 0px; } }
      .header .menuitem .submenu .submenu-item {
        display: block;
        margin-left: 24px; }
        @media (max-width: 991px) {
          .header .menuitem .submenu .submenu-item {
            margin: 0px; } }
      .header .menuitem .submenu .submenu-link {
        position: relative;
        display: block;
        cursor: pointer;
        color: #00000099;
        transition: all 0.35s ease;
        font-size: 14px !important; }
        .header .menuitem .submenu .submenu-link:hover {
          outline: none;
          color: #EEA616; }
      .header .menuitem .submenu .subactive a {
        color: #EEA616; }
      @media only screen and (max-width: 991px) {
        .header .menuitem .submenu {
          position: relative;
          top: 0px;
          right: 0px;
          width: 100%;
          max-height: 0px;
          padding: 0px;
          border: none;
          outline: none;
          opacity: 1;
          overflow: hidden;
          visibility: visible;
          transform: translateY(0px);
          box-shadow: none;
          background: none;
          padding: 0px;
          border-radius: 0px; } }
    .header .menuitem .overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      transition: all 0.35s ease-in-out;
      background-color: rgba(0, 0, 0, 0.65); }
      @media only screen and (max-width: 991px) {
        .header .menuitem .overlay.active {
          display: block;
          opacity: 1;
          visibility: visible; } }

.bn-breaking-news {
  position: relative;
  width: 100%;
  height: 54px !important;
  overflow: hidden;
  margin-top: 12px;
  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; }
  @media (min-width: 1600px) {
    .bn-breaking-news {
      height: 61px !important; } }
  .bn-breaking-news .title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    height: 54px;
    width: auto;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background: #FF0000;
    padding: 0px 52px; }
    @media (max-width: 991px) {
      .bn-breaking-news .title {
        font-size: 16px !important;
        padding: 0px 12px; } }
    @media (min-width: 1600px) {
      .bn-breaking-news .title {
        font-size: 24px;
        height: 61px; } }
  .bn-breaking-news .bn-news {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 48px; }
    .bn-breaking-news .bn-news ul {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex; }
      .bn-breaking-news .bn-news ul li {
        white-space: nowrap;
        overflow: hidden !important;
        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; }
        .bn-breaking-news .bn-news ul li a {
          position: relative;
          display: flex;
          align-items: center;
          white-space: nowrap;
          text-overflow: ellipsis;
          height: 54px !important;
          font-weight: 400;
          padding: 0px 24px 0px 32px;
          color: #1E1E1E;
          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; }
          @media (max-width: 991px) {
            .bn-breaking-news .bn-news ul li a {
              font-size: 14px !important; } }
          @media (min-width: 1600px) {
            .bn-breaking-news .bn-news ul li a {
              height: 61px !important;
              font-size: 18px; } }
          .bn-breaking-news .bn-news ul li a:hover {
            color: #EEA616; }
          .bn-breaking-news .bn-news ul li a::before {
            content: "";
            position: absolute;
            right: 2px;
            width: 10px;
            height: 10px;
            background: #FF0000;
            border-radius: 50%; }
  .bn-breaking-news .close-news {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 12px;
    top: 18px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1; }
    .bn-breaking-news .close-news:before, .bn-breaking-news .close-news:after {
      position: absolute;
      height: 1px;
      width: 16px;
      background: #FF0000;
      content: '';
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .bn-breaking-news .close-news:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative; }
  .bn-effect-scroll .bn-news ul li {
    display: list-item;
    float: left;
    position: relative;
    width: auto; }

.bn-breaking-news.newsbank {
  background: none;
  border-top: 1px solid #EEA616;
  border-bottom: 1px solid #EEA616;
  margin-top: 18px; }
  .bn-breaking-news.newsbank .bn-news {
    margin: 0px; }
    .bn-breaking-news.newsbank .bn-news li a {
      font-weight: 400;
      padding: 0px 12px; }
      @media (min-width: 1600px) {
        .bn-breaking-news.newsbank .bn-news li a {
          font-size: 26px; } }
      .bn-breaking-news.newsbank .bn-news li a::before {
        display: none; }
    .bn-breaking-news.newsbank .bn-news li b {
      margin-right: 8px;
      color: #000;
      font-weight: 400; }
      @media (min-width: 1600px) {
        .bn-breaking-news.newsbank .bn-news li b {
          font-size: 26px; } }
    .bn-breaking-news.newsbank .bn-news li .green {
      color: #007428; }
    .bn-breaking-news.newsbank .bn-news li .red {
      color: #FF0000; }

.allslide .item {
  margin-top: 12px; }
  @media (max-width: 991px) {
    .allslide .item {
      max-width: 100%;
      flex: 100%; } }
  .allslide .item .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 400;
    background: #EEA616;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    padding: 4px 12px; }
  .allslide .item .carousel {
    height: 550px;
    border-radius: 10px;
    overflow: hidden; }
  .allslide .item .carousel-inner {
    height: 100%; }
  .allslide .item .carousel-item {
    height: 100%; }
    @media (max-width: 991px) {
      .allslide .item .carousel-item {
        height: 54vh; } }
    .allslide .item .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .allslide .item .carousel-control-next,
  .allslide .item .carousel-control-prev {
    width: 41px;
    height: 41px;
    top: 50%;
    margin-top: -22px;
    border-radius: 10px;
    opacity: 1;
    background: #fff9;
    -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; }
    .allslide .item .carousel-control-next svg,
    .allslide .item .carousel-control-prev svg {
      width: 23px;
      height: 23px;
      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; }
    .allslide .item .carousel-control-next:hover,
    .allslide .item .carousel-control-prev:hover {
      background: #EEA616; }
      .allslide .item .carousel-control-next:hover svg,
      .allslide .item .carousel-control-prev:hover svg {
        fill: #fff; }
  .allslide .item .carousel-control-next {
    right: 22px; }
  .allslide .item .carousel-control-prev {
    left: 22px; }
    .allslide .item .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .allslide .item .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    padding: 24px;
    padding-top: 64px;
    font-size: 24px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 85.03%); }
    @media (max-width: 991px) {
      .allslide .item .title {
        font-size: 20px; } }
.allslide .itnews {
  margin-top: 12px !important; }
  .allslide .itnews .more {
    color: #EEA616; }
    .allslide .itnews .more:hover {
      text-decoration: underline; }

.banneradv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 12px 48px;
  margin-top: 32px; }
  @media (max-width: 991px) {
    .banneradv {
      margin-top: 12px; } }
  .banneradv .innerbanner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #f7f7f7;
    padding: 12px 0px; }
  .banneradv img {
    max-width: 100%; }

.banner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 150px 0px;
  margin-top: 48px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .banner {
      margin-top: 24px;
      padding: 100px 0px; } }
  @media (min-width: 1600px) {
    .banner {
      padding: 212px 0px; } }
  .banner img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner .container {
    z-index: 1; }
    .banner .container .title {
      color: #fff;
      font-size: 60px;
      font-weight: 400; }
      @media (max-width: 991px) {
        .banner .container .title {
          font-size: 40px; } }
      @media (min-width: 1600px) {
        .banner .container .title {
          font-size: 80px; } }

#video-popup-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000db;
  z-index: 1004;
  display: none;
  padding: 24px 12px; }
  #video-popup-overlay #video-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 24px;
    top: 24px;
    cursor: pointer; }
    @media (max-width: 767px) {
      #video-popup-overlay #video-popup-close {
        left: 8px;
        top: 8px; } }
    #video-popup-overlay #video-popup-close svg {
      width: 20px;
      height: 20px; }
      #video-popup-overlay #video-popup-close svg path {
        stroke: #000; }
  #video-popup-overlay #video-popup-container {
    position: relative;
    margin: 0px auto;
    width: 70%;
    background: #fff;
    padding: 32px 64px;
    border-radius: 20px; }
    @media (max-width: 767px) {
      #video-popup-overlay #video-popup-container {
        width: 100%;
        padding: 32px 12px; } }
  #video-popup-overlay .innervideo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      #video-popup-overlay .innervideo {
        display: block; } }
  #video-popup-overlay #video-popup-iframe-container iframe,
  #video-popup-overlay #video-popup-iframe-container video {
    display: block;
    border: 0px;
    width: 100%;
    height: 70vh; }
    @media (max-width: 767px) {
      #video-popup-overlay #video-popup-iframe-container iframe,
      #video-popup-overlay #video-popup-iframe-container video {
        height: 300px; } }
  #video-popup-overlay .info {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #video-popup-overlay .info {
        display: block;
        text-align: center; } }
    #video-popup-overlay .info .title {
      font-size: 20px;
      font-weight: 400;
      margin-top: 24px; }
      @media (max-width: 767px) {
        #video-popup-overlay .info .title {
          text-align: center; } }
    #video-popup-overlay .info .date {
      display: flex;
      align-items: center;
      color: #9d9d9d;
      margin-top: 8px; }
      @media (max-width: 767px) {
        #video-popup-overlay .info .date {
          justify-content: center; } }
      #video-popup-overlay .info .date svg {
        width: 20px;
        height: 20px;
        fill: #9d9d9d;
        margin-left: 8px; }
    #video-popup-overlay .info .iconshare {
      justify-content: center; }

.minwrap {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .minwrap {
      max-width: 100%;
      flex: 100%; } }
  .minwrap .slid-banner {
    position: relative;
    width: 100%;
    height: 684px;
    border-left: 200px solid #EEA616;
    border-bottom: 120px solid #EEA616;
    padding-left: 20px; }
    @media (max-width: 991px) {
      .minwrap .slid-banner {
        border-left: 160px solid #EEA616;
        border-bottom: 80px solid #EEA616;
        height: auto; } }
    @media (max-width: 767px) {
      .minwrap .slid-banner {
        border-left: 50px solid #EEA616;
        border-bottom: 20px solid #EEA616; } }
    .minwrap .slid-banner .title a {
      border: 0px;
      padding: 0px;
      font-weight: 600;
      font-size: 40px;
      line-height: 55px; }
      @media (min-width: 1600px) {
        .minwrap .slid-banner .title a {
          font-size: 50px; } }
      @media (max-width: 991px) {
        .minwrap .slid-banner .title a {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .minwrap .slid-banner .title a {
          font-size: 24px;
          line-height: 34px; } }
    .minwrap .slid-banner p {
      position: relative;
      z-index: 1;
      width: 456px;
      height: 128px;
      line-height: 32px;
      overflow: hidden;
      margin-top: 50px;
      color: #000; }
      @media (min-width: 1600px) {
        .minwrap .slid-banner p {
          font-size: 20px;
          width: 564px; } }
      @media (max-width: 767px) {
        .minwrap .slid-banner p {
          width: 100%;
          height: auto;
          margin-top: 24px; } }
    .minwrap .slid-banner .infouser {
      display: flex;
      align-items: center;
      position: absolute;
      right: 0px;
      bottom: 50px; }
      @media (max-width: 767px) {
        .minwrap .slid-banner .infouser {
          position: relative;
          right: auto;
          bottom: auto;
          margin-top: 24px; } }
      .minwrap .slid-banner .infouser li {
        color: #9f9f9f; }
        @media (min-width: 1600px) {
          .minwrap .slid-banner .infouser li {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .minwrap .slid-banner .infouser li {
            font-size: 14px; } }
        .minwrap .slid-banner .infouser li.name {
          color: #1E1E1E;
          margin-left: 4px; }
    .minwrap .slid-banner .photo {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      margin: -184px 78px -16px 0px; }
      @media (max-width: 1264px) {
        .minwrap .slid-banner .photo {
          margin: -118px 180px -16px 0px; } }
      @media (max-width: 991px) {
        .minwrap .slid-banner .photo {
          margin: -118px 142px -16px 0px; } }
      @media (max-width: 767px) {
        .minwrap .slid-banner .photo {
          margin: -78px 76px -16px 0px; } }
      @media (min-width: 1600px) {
        .minwrap .slid-banner .photo img {
          max-width: 582px; } }
      @media (max-width: 991px) {
        .minwrap .slid-banner .photo img {
          max-width: 70%; } }
      @media (max-width: 767px) {
        .minwrap .slid-banner .photo img {
          max-width: 100%; } }
  .minwrap .itemnews.col-sm-3 {
    max-width: 20%;
    flex: 20%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .minwrap .itemnews.col-sm-3 {
        max-width: 100%;
        flex: 100%; } }
  .minwrap .itemnews.col-sm-9 {
    max-width: 80%;
    flex: 80%; }
    @media (max-width: 991px) {
      .minwrap .itemnews.col-sm-9 {
        max-width: 100%;
        flex: 100%;
        margin: 0px; } }
  .minwrap .itemnews .inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 24px; }
    .minwrap .itemnews .inner .photo {
      display: block;
      width: 100%;
      height: 120px;
      border-radius: 10px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .minwrap .itemnews .inner .photo {
          height: 200px; } }
      .minwrap .itemnews .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .minwrap .itemnews .inner .title {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 8px;
      font-weight: 400;
      padding-bottom: 2px;
      font-size: 16px; }
      @media (min-width: 1600px) {
        .minwrap .itemnews .inner .title {
          font-size: 17px; } }
      @media (max-width: 991px) {
        .minwrap .itemnews .inner .title {
          -webkit-line-clamp: inherit; } }
      .minwrap .itemnews .inner .title:hover {
        color: #EEA616; }
  @media (max-width: 991px) {
    .minwrap .itemnews .iteminner {
      max-width: 100%;
      flex: 100%; } }
  .minwrap .itemnews .iteminner .inner .photo {
    height: 245px; }
    @media (max-width: 991px) {
      .minwrap .itemnews .iteminner .inner .photo {
        height: 200px; } }
  .minwrap .itemnews .iteminner .inner .title {
    -webkit-line-clamp: 1; }
    @media (max-width: 991px) {
      .minwrap .itemnews .iteminner .inner .title {
        -webkit-line-clamp: inherit; } }
  .minwrap .itemnews .iteminner .inner p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    font-weight: 400; }
    @media (min-width: 1600px) {
      .minwrap .itemnews .iteminner .inner p {
        font-size: 19px; } }
    @media (max-width: 991px) {
      .minwrap .itemnews .iteminner .inner p {
        -webkit-line-clamp: inherit; } }
  .minwrap .itemnews .infouser {
    display: flex;
    align-items: center;
    margin-top: 8px; }
    .minwrap .itemnews .infouser li {
      color: #9f9f9f; }
      .minwrap .itemnews .infouser li.name {
        color: #1E1E1E;
        margin-left: 4px; }
  .minwrap .itemnews .col-sm-12.iteminner .inadv {
    display: block;
    width: 100%;
    border-radius: 20px;
    background: #FBE7C9;
    padding: 20px;
    text-align: center;
    margin-top: 24px; }
    .minwrap .itemnews .col-sm-12.iteminner .inadv .photo {
      width: 100%; }
      .minwrap .itemnews .col-sm-12.iteminner .inadv .photo img {
        width: 256px; }
        @media (max-width: 991px) {
          .minwrap .itemnews .col-sm-12.iteminner .inadv .photo img {
            width: 156px; } }
    .minwrap .itemnews .col-sm-12.iteminner .inadv .title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 1600px) {
        .minwrap .itemnews .col-sm-12.iteminner .inadv .title {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .minwrap .itemnews .col-sm-12.iteminner .inadv .title {
          -webkit-line-clamp: inherit; } }
    .minwrap .itemnews .col-sm-12.iteminner .inadv .infouser {
      justify-content: center; }
  .minwrap .now-prices {
    margin-top: 40px; }
    @media (max-width: 991px) {
      .minwrap .now-prices {
        margin-top: 24px; } }
    .minwrap .now-prices .itemprice {
      position: relative;
      width: 100%;
      background: #fff;
      border-radius: 10px;
      margin-top: 24px;
      padding: 24px; }
      .minwrap .now-prices .itemprice .nav-tabs {
        border: 0px;
        justify-content: center; }
        .minwrap .now-prices .itemprice .nav-tabs li {
          border: 0px;
          margin: 0px;
          margin-left: 60px; }
          .minwrap .now-prices .itemprice .nav-tabs li:last-child {
            margin: 0px; }
          @media (max-width: 991px) {
            .minwrap .now-prices .itemprice .nav-tabs li {
              margin-left: 12px; }
              .minwrap .now-prices .itemprice .nav-tabs li:last-child {
                margin: 0px; } }
          .minwrap .now-prices .itemprice .nav-tabs li a {
            border: 0px !important;
            padding: 0px;
            border-radius: 0px;
            font-weight: 500;
            color: #000;
            border-bottom: 1px solid transparent !important; }
            @media (min-width: 1600px) {
              .minwrap .now-prices .itemprice .nav-tabs li a {
                font-size: 22px; } }
        .minwrap .now-prices .itemprice .nav-tabs .nav-link.active {
          border: 0px;
          color: #EEA616;
          background: none;
          border-bottom: 1px solid #EEA616 !important; }
      .minwrap .now-prices .itemprice .table-responsive {
        margin-top: 32px; }
        .minwrap .now-prices .itemprice .table-responsive .table {
          margin: 0px; }
        .minwrap .now-prices .itemprice .table-responsive th,
        .minwrap .now-prices .itemprice .table-responsive td {
          border: 0px;
          padding: 0px;
          vertical-align: middle;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .minwrap .now-prices .itemprice .table-responsive th {
          font-weight: 400;
          color: #000;
          padding-bottom: 16px; }
          @media (min-width: 1600px) {
            .minwrap .now-prices .itemprice .table-responsive th {
              font-size: 20px; } }
        .minwrap .now-prices .itemprice .table-responsive td {
          font-weight: 300;
          color: #000;
          font-size: 14px;
          padding: 8px 0px 8px 12px; }
          @media (min-width: 1600px) {
            .minwrap .now-prices .itemprice .table-responsive td {
              font-size: 18px; } }
          .minwrap .now-prices .itemprice .table-responsive td .red {
            color: #FF0000; }
          .minwrap .now-prices .itemprice .table-responsive td .green {
            color: #007428; }
        .minwrap .now-prices .itemprice .table-responsive .name {
          font-weight: 500;
          color: #000; }
          @media (min-width: 1600px) {
            .minwrap .now-prices .itemprice .table-responsive .name {
              font-size: 20px; } }
          .minwrap .now-prices .itemprice .table-responsive .name.b-red {
            border-right: 4px solid #FF0000;
            padding-right: 12px; }
          .minwrap .now-prices .itemprice .table-responsive .name.b-green {
            border-right: 4px solid #007428;
            padding-right: 12px; }
        .minwrap .now-prices .itemprice .table-responsive img {
          max-width: 80px;
          max-height: 64px; }
  .minwrap.market {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .minwrap.market {
        margin-top: 24px; } }
    .minwrap.market .slid-banner {
      border-left: 200px solid #273C17;
      border-bottom: 120px solid #273C17;
      margin-top: 20px;
      height: 706px; }
      @media (max-width: 991px) {
        .minwrap.market .slid-banner {
          border-left: 160px solid #273C17;
          border-bottom: 80px solid #273C17;
          height: auto; } }
      @media (max-width: 767px) {
        .minwrap.market .slid-banner {
          border-left: 50px solid #273C17;
          border-bottom: 20px solid #273C17; } }
      @media (min-width: 1600px) {
        .minwrap.market .slid-banner {
          height: 746px; } }
      .minwrap.market .slid-banner p {
        width: 70%; }
        @media (max-width: 991px) {
          .minwrap.market .slid-banner p {
            width: 100%; } }
      .minwrap.market .slid-banner .photo {
        margin: -116px 192px 0px 0px; }
        @media (max-width: 991px) {
          .minwrap.market .slid-banner .photo {
            margin-top: 0px; } }
        @media (max-width: 767px) {
          .minwrap.market .slid-banner .photo {
            margin: 0px; } }
        .minwrap.market .slid-banner .photo img {
          max-width: inherit;
          width: 596px; }
          @media (max-width: 991px) {
            .minwrap.market .slid-banner .photo img {
              width: auto;
              max-width: 100%; } }
          @media (min-width: 1600px) {
            .minwrap.market .slid-banner .photo img {
              width: 678px; } }
  .minwrap .itemvision {
    margin-top: 16px; }
    @media (max-width: 991px) {
      .minwrap .itemvision {
        max-width: 100%; } }
    .minwrap .itemvision .photo {
      height: 292px; }
    .minwrap .itemvision .title {
      -webkit-line-clamp: 1; }
      @media (max-width: 991px) {
        .minwrap .itemvision .title {
          -webkit-line-clamp: inherit; } }
  .minwrap .list-report .innreport {
    display: flex;
    align-items: center;
    margin-top: 24px; }
    .minwrap .list-report .innreport .photo {
      min-width: 180px;
      max-width: 180px;
      height: 125px;
      border-radius: 10px;
      overflow: hidden;
      margin-left: 12px; }
      @media (max-width: 991px) {
        .minwrap .list-report .innreport .photo {
          min-width: 120px;
          max-width: 120px;
          height: 100px; } }
      @media (min-width: 1600px) {
        .minwrap .list-report .innreport .photo {
          min-width: 230px;
          max-width: 230px;
          height: 122px; } }
      .minwrap .list-report .innreport .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .minwrap .list-report .innreport .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000;
      font-size: 18px;
      font-weight: 400; }
      @media (max-width: 991px) {
        .minwrap .list-report .innreport .title {
          -webkit-line-clamp: inherit;
          font-size: 16px; } }
      @media (min-width: 1600px) {
        .minwrap .list-report .innreport .title {
          font-size: 20px; } }
      .minwrap .list-report .innreport .title:hover {
        color: #EEA616; }

.rowflex .itemnews {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .rowflex .itemnews {
      max-width: 100%;
      flex: 100%;
      margin: 0px; } }
  .rowflex .itemnews:nth-child(1) {
    margin-top: 48px; }
    .rowflex .itemnews:nth-child(1) .title {
      white-space: nowrap;
      text-overflow: ellipsis; }
    @media (max-width: 991px) {
      .rowflex .itemnews:nth-child(1) {
        display: none; } }
  .rowflex .itemnews .imgadv {
    display: block;
    width: 100%;
    height: calc(100% - 56px);
    overflow: hidden;
    margin-top: 24px; }
    @media (min-width: 1600px) {
      .rowflex .itemnews .imgadv {
        height: calc(100% - 70px); } }
    .rowflex .itemnews .imgadv img {
      width: 100%;
      min-height: 100%; }
  @media (max-width: 991px) {
    .rowflex .itemnews:nth-child(3) {
      display: none; } }
  .rowflex .itemnews:nth-child(3) .imgadv {
    height: calc(100% - 24px);
    border-radius: 20px; }
  .rowflex .itemnews .inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 24px; }
    .rowflex .itemnews .inner .photo {
      display: block;
      width: 100%;
      height: 200px !important;
      border-radius: 10px 10px 0px 0px;
      overflow: hidden; }
      @media (min-width: 1600px) {
        .rowflex .itemnews .inner .photo {
          height: 302px !important; } }
      .rowflex .itemnews .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .rowflex .itemnews .inner .title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 8px;
      font-weight: 400;
      padding-bottom: 4px; }
      .rowflex .itemnews .inner .title:hover {
        color: #EEA616; }
    .rowflex .itemnews .inner p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 90px; }
      @media (max-width: 991px) {
        .rowflex .itemnews .inner p {
          min-height: inherit; } }
    .rowflex .itemnews .inner.inbg {
      background: #fff;
      border-radius: 20px;
      overflow: hidden; }
      .rowflex .itemnews .inner.inbg .title {
        margin: 0px; }
        @media (min-width: 1600px) {
          .rowflex .itemnews .inner.inbg .title {
            font-size: 29px; } }
  .rowflex .itemnews .infouser {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .rowflex .itemnews .infouser li {
      color: #9f9f9f; }
      .rowflex .itemnews .infouser li.name {
        color: #1E1E1E;
        margin-left: 4px; }

.sidbar {
  width: 100%; }
  .sidbar .subsidbar {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .sidbar .subsidbar {
        margin: 0px; } }
  .sidbar .q-price {
    position: relative;
    width: 100%;
    margin-bottom: 24px; }
    .sidbar .q-price:last-child {
      margin: 0px; }
    .sidbar .q-price .mintitle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 8px;
      border-bottom: 2px solid #EEA616;
      margin-top: 16px; }
      .sidbar .q-price .mintitle .form-control {
        border-radius: 0px;
        color: #EEA616;
        height: 48px;
        background: url(../images/arrow3.svg) 12px center no-repeat !important;
        border: 1px solid #BFBFBF; }
      .sidbar .q-price .mintitle .title {
        color: #EEA616;
        font-weight: 400;
        font-size: 22px; }
      .sidbar .q-price .mintitle .date {
        color: #A2A2A2;
        font-weight: 400;
        font-size: 20px; }
    .sidbar .q-price .numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 18px; }
      .sidbar .q-price .numbers li {
        display: flex;
        align-items: center;
        margin: 0px 12px;
        color: #000;
        font-weight: 400;
        font-size: 20px; }
        @media (max-width: 1199px) {
          .sidbar .q-price .numbers li {
            font-size: 15px; } }
        .sidbar .q-price .numbers li svg {
          margin-left: 4px;
          max-width: 17px; }
        .sidbar .q-price .numbers li.green {
          color: #007428; }
    .sidbar .q-price .nav-tabs {
      border: 0px;
      justify-content: center;
      margin-top: 16px; }
      .sidbar .q-price .nav-tabs li {
        min-width: calc(100% / 5);
        max-width: calc(100% / 5);
        border: 0px;
        margin: 0px; }
        .sidbar .q-price .nav-tabs li a {
          border: 0px !important;
          padding: 0px;
          border-radius: 0px;
          height: 48px;
          font-weight: 400;
          color: #000;
          text-align: center;
          background: #D7CFCF;
          padding-top: 4px;
          border-top: 4px solid transparent !important; }
          @media (max-width: 1199px) {
            .sidbar .q-price .nav-tabs li a {
              font-size: 13px; } }
          @media (min-width: 1600px) {
            .sidbar .q-price .nav-tabs li a {
              font-size: 18px; } }
      .sidbar .q-price .nav-tabs .nav-link.active {
        border: 0px;
        background: #fff;
        border-top: 4px solid #EEA616 !important; }
    .sidbar .q-price .styletab {
      min-width: 144px;
      max-width: 144px;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #EEA616;
      margin: 0px; }
      .sidbar .q-price .styletab li {
        min-width: calc(100% / 2);
        max-width: calc(100% / 2); }
        .sidbar .q-price .styletab li a {
          height: 40px;
          border: 0px;
          padding: 0px;
          background: #fff; }
      .sidbar .q-price .styletab .nav-link.active {
        border: 0px;
        background: #EEA616;
        color: #fff; }
    .sidbar .q-price .tabshow {
      border-radius: 10px;
      border: 1px solid #BFBFBF;
      padding: 10px;
      margin-top: 12px; }
      .sidbar .q-price .tabshow .minhead {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .sidbar .q-price .tabshow .minhead p {
          color: #EEA616;
          font-size: 15px;
          font-weight: 400;
          text-align: center; }
        .sidbar .q-price .tabshow .minhead span {
          display: block;
          color: #000;
          font-size: 15px;
          font-weight: 400; }
      .sidbar .q-price .tabshow .innertab {
        display: flex;
        position: relative;
        width: 100%;
        border: 1px solid #C4C4C4;
        border-radius: 10px;
        margin-top: 12px;
        overflow: hidden; }
        .sidbar .q-price .tabshow .innertab .innerprice {
          min-width: calc(100% / 2);
          max-width: calc(100% / 2);
          height: 100%;
          border-left: 1px solid #C4C4C4; }
          .sidbar .q-price .tabshow .innertab .innerprice:last-child {
            border: 0px; }
          .sidbar .q-price .tabshow .innertab .innerprice .list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #fff;
            padding: 0px 8px;
            height: 48px; }
            .sidbar .q-price .tabshow .innertab .innerprice .list li:nth-of-type(odd) {
              background: #f9f9f9; }
            .sidbar .q-price .tabshow .innertab .innerprice .list li p,
            .sidbar .q-price .tabshow .innertab .innerprice .list li span {
              color: #000;
              font-size: 15px;
              font-weight: 400; }
            .sidbar .q-price .tabshow .innertab .innerprice .list li .red {
              color: #FF0000; }
  .sidbar .hit-adv {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 24px; }
    .sidbar .hit-adv img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .sidbar .n-het {
    height: 1012px; }
    @media (max-width: 991px) {
      .sidbar .n-het {
        display: none; } }
    @media (min-width: 1600px) {
      .sidbar .n-het {
        height: 984px; } }
  .sidbar .highcharts {
    width: 100%;
    height: 214px;
    border-radius: 10px;
    padding: 10px 0px;
    background: #fff;
    margin-top: 20px; }

.allnews {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  margin-top: 20px; }
  .allnews .inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .allnews .inner .photo {
      position: relative;
      display: block;
      width: 100%;
      height: 185px;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #AEC2E040;
      box-shadow: 0px 4px 4px 0px #AEC2E040; }
      @media (max-width: 991px) {
        .allnews .inner .photo {
          height: 200px; } }
      .allnews .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .allnews .inner .photo .tag {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 75px;
        height: 32px;
        font-size: 12px;
        font-weight: 500;
        background: #EEA616;
        border-radius: 10px;
        color: #000; }
    .allnews .inner .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 8px;
      font-weight: 400;
      padding-bottom: 2px; }
      @media (max-width: 991px) {
        .allnews .inner .title {
          -webkit-line-clamp: inherit;
          font-size: 16px; } }
      .allnews .inner .title:hover {
        color: #EEA616; }
  .allnews .listnews {
    padding-bottom: 12px; }
    .allnews .listnews a {
      display: flex;
      align-items: center;
      margin-top: 22px; }
      .allnews .listnews a .photo {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0px 4px 4px 0px #AEC2E06E;
        margin-left: 16px; }
        .allnews .listnews a .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .allnews .listnews a .title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000;
        font-size: 16px; }
        @media (max-width: 991px) {
          .allnews .listnews a .title {
            -webkit-line-clamp: inherit; } }
        @media (min-width: 1600px) {
          .allnews .listnews a .title {
            font-size: 20px; } }
        .allnews .listnews a .title:hover {
          color: #EEA616; }

.v-more {
  padding: 24px; }
  .v-more .inner {
    margin-top: 24px; }
    .v-more .inner .photo {
      box-shadow: none;
      border: 0px;
      height: 135px; }
  .v-more .infouser {
    display: flex;
    align-items: center;
    margin-top: 8px; }
    .v-more .infouser li {
      color: #9f9f9f;
      font-size: 15px; }
      .v-more .infouser li.name {
        color: #1E1E1E;
        font-size: 15px;
        margin-left: 4px; }
  .v-more .listnews a .photo {
    min-width: 100px;
    max-width: 100px;
    height: 125px;
    border-radius: 10px;
    margin: 0px;
    margin-right: 12px;
    box-shadow: none;
    border: 0px; }

.bg-inner {
  position: relative;
  border-radius: 30px;
  background: #FFF7E5;
  box-shadow: 0px 4px 4px 0px #AEC2E040;
  padding: 24px; }
  .bg-inner .sliderinfogra {
    position: relative;
    width: 100%;
    direction: ltr;
    margin-top: 24px;
    padding: 0px !important; }
    .bg-inner .sliderinfogra .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
      .bg-inner .sliderinfogra .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .bg-inner .sliderinfogra .slick-list .slick-track:after, .bg-inner .sliderinfogra .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .bg-inner .sliderinfogra .slick-prev,
    .bg-inner .sliderinfogra .slick-next {
      position: absolute;
      left: 48px;
      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; }
      .bg-inner .sliderinfogra .slick-prev svg,
      .bg-inner .sliderinfogra .slick-next svg {
        width: 22px;
        height: 22px;
        fill: #EEA616;
        -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) {
          .bg-inner .sliderinfogra .slick-prev svg,
          .bg-inner .sliderinfogra .slick-next svg {
            width: 16px;
            height: 16px; } }
    .bg-inner .sliderinfogra .slick-next {
      bottom: 144px; }
      @media (max-width: 991px) {
        .bg-inner .sliderinfogra .slick-next {
          bottom: 64px; } }
    .bg-inner .sliderinfogra .slick-prev {
      bottom: 72px; }
      @media (max-width: 991px) {
        .bg-inner .sliderinfogra .slick-prev {
          bottom: 16px; } }
    .bg-inner .sliderinfogra .slick-dots {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .bg-inner .sliderinfogra .slick-dots {
          display: none !important; } }
      .bg-inner .sliderinfogra .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 4px;
        padding: 0px;
        cursor: pointer;
        width: 12px;
        height: 12px; }
        .bg-inner .sliderinfogra .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 12px;
          height: 12px;
          cursor: pointer;
          border: 0px;
          outline: none;
          background: #EEA616;
          opacity: 0.2;
          padding: 0px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box; }
          @media (max-width: 450px) {
            .bg-inner .sliderinfogra .slick-dots li button {
              width: 12px;
              height: 12px; } }
      .bg-inner .sliderinfogra .slick-dots li.slick-active button {
        opacity: 1; }
    .bg-inner .sliderinfogra .slick-list {
      margin: 0px -12px;
      padding: 0px !important; }
    .bg-inner .sliderinfogra .itemslide {
      display: inline-block;
      position: relative;
      text-align: center;
      margin: 0px 12px;
      direction: rtl;
      vertical-align: middle; }
      .bg-inner .sliderinfogra .itemslide .photo {
        display: block;
        width: 100%;
        height: 342px;
        border-radius: 20px;
        overflow: hidden; }
        @media (max-width: 500px) {
          .bg-inner .sliderinfogra .itemslide .photo {
            height: 260px; } }
        .bg-inner .sliderinfogra .itemslide .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .bg-inner .sliderinfogra .itemslide .title {
        display: block;
        text-align: center;
        font-weight: 400;
        font-size: 18px !important;
        -webkit-line-clamp: 2;
        margin-top: 24px; }
        @media (max-width: 991px) {
          .bg-inner .sliderinfogra .itemslide .title {
            font-size: 16px !important;
            -webkit-line-clamp: 1;
            height: auto; } }
      .bg-inner .sliderinfogra .itemslide .infouser {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px; }
        .bg-inner .sliderinfogra .itemslide .infouser li {
          color: #EEA616; }
          .bg-inner .sliderinfogra .itemslide .infouser li.name {
            color: #EEA616;
            margin-left: 4px; }
      .bg-inner .sliderinfogra .itemslide.slick-current, .bg-inner .sliderinfogra .itemslide.slick-center {
        position: relative;
        z-index: 10; }
        .bg-inner .sliderinfogra .itemslide.slick-current .photo, .bg-inner .sliderinfogra .itemslide.slick-center .photo {
          height: 500px; }
          @media (max-width: 991px) {
            .bg-inner .sliderinfogra .itemslide.slick-current .photo, .bg-inner .sliderinfogra .itemslide.slick-center .photo {
              height: 380px;
              margin: 0px; } }
  .bg-inner .bottom {
    width: 94px;
    height: 48px;
    border-radius: 10px;
    background: #EEA616;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .bg-inner .bottom {
        width: 74px;
        height: 38px; } }

.slidervideos {
  position: relative;
  width: 100%;
  direction: ltr;
  margin-top: 20px;
  overflow: hidden; }
  .slidervideos .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none; }
    .slidervideos .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .slidervideos .slick-list .slick-track:after, .slidervideos .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .slidervideos .slick-prev,
  .slidervideos .slick-next {
    position: absolute;
    left: 48px;
    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; }
    .slidervideos .slick-prev svg,
    .slidervideos .slick-next svg {
      width: 22px;
      height: 22px;
      fill: #EEA616;
      -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) {
        .slidervideos .slick-prev svg,
        .slidervideos .slick-next svg {
          width: 16px;
          height: 16px; } }
  .slidervideos .slick-next {
    bottom: 144px; }
    @media (max-width: 991px) {
      .slidervideos .slick-next {
        bottom: 64px; } }
  .slidervideos .slick-prev {
    bottom: 72px; }
    @media (max-width: 991px) {
      .slidervideos .slick-prev {
        bottom: 16px; } }
  .slidervideos .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .slidervideos .slick-dots {
        display: none !important; } }
    .slidervideos .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 4px;
      padding: 0px;
      cursor: pointer;
      width: 12px;
      height: 12px; }
      .slidervideos .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        border: 0px;
        outline: none;
        background: #EEA616;
        opacity: 0.2;
        padding: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        @media (max-width: 450px) {
          .slidervideos .slick-dots li button {
            width: 12px;
            height: 12px; } }
    .slidervideos .slick-dots li.slick-active button {
      opacity: 1; }
  .slidervideos .slick-list {
    margin: 0px -12px;
    padding: 0px !important; }
  .slidervideos .itemslide {
    display: inline-block;
    position: relative;
    margin: 0px 12px;
    direction: rtl;
    vertical-align: top;
    cursor: pointer; }
    .slidervideos .itemslide .photo {
      position: relative;
      width: 100%;
      height: 190px;
      border-radius: 20px;
      overflow: hidden; }
      .slidervideos .itemslide .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .slidervideos .itemslide .photo .play {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 45px;
        height: 45px;
        margin: -22px 0px 0px -22px;
        background: #EEA616;
        border-radius: 50%; }
    .slidervideos .itemslide .title {
      margin-top: 20px;
      font-size: 17px;
      font-weight: 400; }

.itemslder {
  margin-top: 40px;
  max-width: 66%;
  flex: 66%;
  padding-left: 0px; }
  @media (max-width: 991px) {
    .itemslder {
      max-width: 100%;
      flex: 100%;
      padding-left: 12px;
      margin-top: 24px; } }
  .itemslder .carousel {
    display: flex; }
    @media (max-width: 991px) {
      .itemslder .carousel {
        display: block; } }
  .itemslder .w-slid {
    position: relative;
    overflow: hidden;
    min-width: 60%; }
    .itemslder .w-slid:hover .carousel-control-next {
      right: 24px; }
    .itemslder .w-slid:hover .carousel-control-prev {
      left: 24px; }
    .itemslder .w-slid .carousel-control-next,
    .itemslder .w-slid .carousel-control-prev {
      width: 40px;
      height: 40px;
      top: 48%;
      opacity: 1;
      background: #00000061;
      border-radius: 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; }
      @media (max-width: 991px) {
        .itemslder .w-slid .carousel-control-next,
        .itemslder .w-slid .carousel-control-prev {
          display: none; } }
      .itemslder .w-slid .carousel-control-next svg,
      .itemslder .w-slid .carousel-control-prev svg {
        width: 20px;
        height: 20px;
        fill: #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; }
      .itemslder .w-slid .carousel-control-next:hover,
      .itemslder .w-slid .carousel-control-prev:hover {
        background: #EEA616; }
    .itemslder .w-slid .carousel-control-next {
      right: -90px; }
    .itemslder .w-slid .carousel-control-prev {
      left: -90px; }
      .itemslder .w-slid .carousel-control-prev svg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  .itemslder .carousel-inner {
    width: 100%;
    height: 496px; }
    @media (max-width: 991px) {
      .itemslder .carousel-inner {
        min-width: 100%;
        height: 280px; } }
    .itemslder .carousel-inner .carousel-item {
      width: 100%;
      height: 100%; }
      .itemslder .carousel-inner .carousel-item a {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden; }
      .itemslder .carousel-inner .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .itemslder ol.carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    min-width: calc(40% - 12px);
    display: block;
    margin: 0px;
    border-radius: 20px;
    background: #EBEEF3;
    padding: 7px;
    margin-right: 12px; }
    @media (max-width: 991px) {
      .itemslder ol.carousel-indicators {
        min-width: 100%;
        margin: 0px;
        margin-top: 24px; } }
    .itemslder ol.carousel-indicators li {
      display: flex;
      width: 100%;
      height: auto;
      text-indent: 0;
      margin: 0px;
      overflow: hidden;
      background: none;
      padding: 7px;
      margin-bottom: 4px;
      border-radius: 20px; }
      .itemslder ol.carousel-indicators li:last-child {
        margin: 0px; }
      .itemslder ol.carousel-indicators li.active {
        background: #fff; }
      .itemslder ol.carousel-indicators li .photo {
        min-width: 114px;
        max-width: 114px;
        height: 144px;
        border-radius: 20px;
        overflow: hidden;
        margin-left: 12px; }
        @media (max-width: 767px) {
          .itemslder ol.carousel-indicators li .photo {
            min-width: 104px;
            max-width: 104px;
            height: 116px; } }
        .itemslder ol.carousel-indicators li .photo img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }

@media (max-width: 991px) {
  .guide {
    margin-top: 24px; } }
.guide .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .guide .minhead {
      display: block; } }
  .guide .minhead .title {
    color: #EEA616;
    font-weight: 500;
    font-size: 24px; }
    @media (min-width: 1600px) {
      .guide .minhead .title {
        font-size: 38px; } }
  .guide .minhead .itemsearch {
    position: relative;
    width: 400px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #85ADE840;
    overflow: hidden; }
    @media (max-width: 767px) {
      .guide .minhead .itemsearch {
        width: 100%;
        margin-top: 12px; } }
    @media (min-width: 1600px) {
      .guide .minhead .itemsearch {
        width: 528px;
        height: 88px; } }
    .guide .minhead .itemsearch .form-control {
      width: 100%;
      height: 100%;
      border-radius: 0px;
      border: 0px !important; }
    .guide .minhead .itemsearch .bottom {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 42px;
      height: calc(100% - 24px);
      border-radius: 10px; }
      @media (min-width: 1600px) {
        .guide .minhead .itemsearch .bottom {
          width: 54px; } }
      .guide .minhead .itemsearch .bottom svg {
        margin: 0px; }
.guide .innerdictionary {
  margin-top: 40px; }
  @media (max-width: 991px) {
    .guide .innerdictionary {
      margin-top: 24px; } }
  .guide .innerdictionary .title {
    font-size: 24px; }
    @media (max-width: 991px) {
      .guide .innerdictionary .title {
        font-size: 20px; } }
  .guide .innerdictionary .item {
    margin-top: 20px;
    max-width: 20%;
    flex: 20%; }
    @media (max-width: 991px) {
      .guide .innerdictionary .item {
        max-width: 50%;
        flex: 50%; } }
    .guide .innerdictionary .item:nth-child(1) .inner {
      background: #EEA616; }
    .guide .innerdictionary .item:nth-child(2) .inner {
      background: #5C67DE80; }
    .guide .innerdictionary .item:nth-child(3) .inner {
      background: #C28409; }
    .guide .innerdictionary .item:nth-child(4) .inner {
      background: #E6BBBB; }
    .guide .innerdictionary .item:nth-child(5) .inner {
      background: #FF990082; }
    .guide .innerdictionary .item .inner {
      display: block;
      position: relative;
      width: 100%;
      min-height: 142px;
      padding: 16px;
      border-radius: 10px; }
      @media (max-width: 991px) {
        .guide .innerdictionary .item .inner {
          min-height: inherit; } }
      .guide .innerdictionary .item .inner svg {
        width: 38px;
        height: 38px; }
      .guide .innerdictionary .item .inner .title {
        margin-top: 38px;
        font-weight: 400;
        font-size: 20px;
        color: #fff; }
        @media (max-width: 991px) {
          .guide .innerdictionary .item .inner .title {
            font-size: 18px; } }
  .guide .innerdictionary .fication {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .guide .innerdictionary .fication {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .guide .innerdictionary .fication {
        max-width: 100%;
        flex: 100%; } }
    .guide .innerdictionary .fication .inner {
      position: relative;
      width: 100%;
      padding: 24px;
      border-radius: 16px;
      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;
      box-shadow: 0px 3px 8px -1px #3232470D; }
      @media (max-width: 767px) {
        .guide .innerdictionary .fication .inner {
          padding: 12px; } }
      .guide .innerdictionary .fication .inner:hover {
        transform: translateY(-1rem); }
    .guide .innerdictionary .fication .title {
      color: #4A5567;
      font-size: 20px; }
    .guide .innerdictionary .fication .countr {
      display: block;
      color: #425466;
      font-size: 14px;
      font-weight: 400;
      margin-top: 8px; }
    .guide .innerdictionary .fication p {
      font-size: 14px;
      font-weight: 400;
      margin-top: 12px; }
    .guide .innerdictionary .fication .bottom {
      width: 100%;
      border-radius: 5px;
      height: 38px;
      font-size: 14px;
      font-weight: 700;
      margin-top: 32px; }

.mt-menu {
  margin-top: 84px !important; }
  @media (max-width: 991px) {
    .mt-menu {
      margin-top: 24px !important; } }

.tomarg {
  margin-top: 49px !important; }
  @media (max-width: 991px) {
    .tomarg {
      margin-top: 0px !important; } }

.itnews {
  margin: 0px; }
  @media (max-width: 991px) {
    .itnews {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .itnews:last-child {
        margin: 0px; } }
  .itnews .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 548px;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .itnews .photo {
        height: 220px; } }
    .itnews .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .itnews .item {
    margin-top: 24px; }
    .itnews .item .photo {
      height: 274px; }
      @media (max-width: 991px) {
        .itnews .item .photo {
          height: 220px; } }
      @media (min-width: 1600px) {
        .itnews .item .photo {
          height: 284px; } }
      .itnews .item .photo .content {
        background: linear-gradient(180deg, rgba(238, 166, 22, 0) 0%, #000000 100%); }
        .itnews .item .photo .content .title {
          font-size: 16px;
          font-weight: 300; }
  .itnews .slidnews {
    width: 100%;
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #AEC2E040;
    overflow: hidden; }
    .itnews .slidnews .carousel {
      position: inherit; }
    .itnews .slidnews .carousel-inner {
      width: 100%; }
      .itnews .slidnews .carousel-inner .carousel-item {
        width: 100%; }
        .itnews .slidnews .carousel-inner .carousel-item .listnews a {
          display: flex;
          align-items: center;
          margin-top: 22px; }
          @media (max-width: 991px) {
            .itnews .slidnews .carousel-inner .carousel-item .listnews a {
              margin-top: 16px; } }
          .itnews .slidnews .carousel-inner .carousel-item .listnews a .photo {
            min-width: 134px;
            max-width: 134px;
            height: 90px;
            border-radius: 10px;
            overflow: hidden;
            margin-left: 16px; }
            @media (max-width: 991px) {
              .itnews .slidnews .carousel-inner .carousel-item .listnews a .photo {
                min-width: 100px;
                max-width: 100px; } }
            .itnews .slidnews .carousel-inner .carousel-item .listnews a .photo img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .itnews .slidnews .carousel-inner .carousel-item .listnews a .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #000;
            font-size: 16px;
            padding-bottom: 4px; }
            @media (max-width: 991px) {
              .itnews .slidnews .carousel-inner .carousel-item .listnews a .title {
                -webkit-line-clamp: inherit; } }
            @media (min-width: 1600px) {
              .itnews .slidnews .carousel-inner .carousel-item .listnews a .title {
                font-size: 20px; } }
            .itnews .slidnews .carousel-inner .carousel-item .listnews a .title:hover {
              color: #EEA616; }
    .itnews .slidnews .arow {
      position: absolute;
      left: 24px;
      top: 16px;
      display: flex; }
    .itnews .slidnews .carousel-control-next,
    .itnews .slidnews .carousel-control-prev {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      opacity: 1;
      z-index: 100;
      width: auto;
      margin-right: 24px; }
      .itnews .slidnews .carousel-control-next svg,
      .itnews .slidnews .carousel-control-prev svg {
        width: 23px;
        height: 23px;
        fill: #EEA616;
        -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) {
          .itnews .slidnews .carousel-control-next svg,
          .itnews .slidnews .carousel-control-prev svg {
            width: 18px;
            height: 18px; } }
      .itnews .slidnews .carousel-control-next:hover svg,
      .itnews .slidnews .carousel-control-prev:hover svg {
        fill: #000; }
    .itnews .slidnews .carousel-control-prev {
      rotate: 180deg; }

@media (max-width: 991px) {
  .workitem {
    max-width: 100%;
    flex: 100%; } }
.workitem .photo {
  display: block;
  position: relative;
  width: 100%;
  height: 371px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .workitem .photo {
      height: 220px;
      margin: 0px;
      margin-bottom: 24px; } }
  .workitem .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.workitem .content {
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
  background: #ffffffbf;
  border-radius: 10px;
  padding: 8px; }
  .workitem .content .date {
    font-size: 14px;
    font-weight: 300;
    color: #000; }
    .workitem .content .date svg {
      width: 18px;
      height: 18px; }
  .workitem .content .title {
    color: #000;
    font-weight: 500;
    margin: 0px;
    font-size: 20px !important; }

.workcenter {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .workcenter {
      max-width: 100%;
      flex: 100%;
      margin: 0px;
      margin-bottom: 24px; } }
  .workcenter .inner {
    margin-top: 24px; }
    .workcenter .inner .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 370px;
      border-radius: 10px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .workcenter .inner .photo {
          height: 220px; } }
      @media (min-width: 1600px) {
        .workcenter .inner .photo {
          height: 358px; } }
      .workcenter .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .workcenter .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .workcenter .item {
        max-width: 100%;
        flex: 100%; } }
    .workcenter .item a {
      display: flex;
      align-items: center; }
      .workcenter .item a .photo {
        min-width: 105px;
        max-width: 105px;
        height: 90px;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 12px; }
        .workcenter .item a .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .workcenter .item a .date {
        font-weight: 300;
        color: #000; }
        .workcenter .item a .date svg {
          width: 20px;
          height: 20px; }
          @media (max-width: 991px) {
            .workcenter .item a .date svg {
              width: 16px;
              height: 16px; } }
      .workcenter .item a .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000;
        font-size: 18px;
        font-weight: 400; }
        @media (max-width: 991px) {
          .workcenter .item a .title {
            -webkit-line-clamp: inherit; } }
        @media (min-width: 1600px) {
          .workcenter .item a .title {
            font-size: 20px; } }
        .workcenter .item a .title:hover {
          color: #EEA616; }

.la-market {
  background: #FFF2D7;
  margin-top: 64px !important;
  padding: 40px 0px; }
  @media (max-width: 991px) {
    .la-market {
      margin-top: 0px !important;
      padding: 24px 0px; } }
  .la-market .workcenter {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .la-market .workcenter {
        max-width: 50%;
        flex: 50%;
        margin: 0px;
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .la-market .workcenter {
        max-width: 100%;
        flex: 100%; } }
    .la-market .workcenter .photo {
      position: relative;
      display: block;
      width: 100%;
      height: 470px;
      border-radius: 10px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .la-market .workcenter .photo {
          height: 220px; } }
      .la-market .workcenter .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .la-market .workcenter .photo .content {
        background: linear-gradient(180deg, rgba(238, 166, 22, 0) 0%, rgba(117, 22, 238, 0.396) 100%); }
        .la-market .workcenter .photo .content .title {
          font-size: 18px;
          font-weight: 400; }
        .la-market .workcenter .photo .content .date svg {
          width: 20px;
          height: 20px; }
          @media (max-width: 991px) {
            .la-market .workcenter .photo .content .date svg {
              width: 16px;
              height: 16px; } }

.privacy-policy,
.usage-policy {
  display: flex;
  align-items: center;
  background: #EEA616;
  padding: 64px 0px; }
  .privacy-policy .title,
  .usage-policy .title {
    color: #fff;
    text-align: center; }
  .privacy-policy p,
  .usage-policy p {
    color: #fff;
    margin-top: 12px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 991px) {
      .privacy-policy p,
      .usage-policy p {
        padding: 0px; } }
    @media (min-width: 1600px) {
      .privacy-policy p,
      .usage-policy p {
        font-size: 18px;
        line-height: 32.5px; } }

.itemvision {
  margin-top: 35px; }
  @media (max-width: 991px) {
    .itemvision {
      max-width: 50%;
      flex: 50%;
      margin-top: 24px; } }
  @media (max-width: 767px) {
    .itemvision {
      max-width: 100%;
      flex: 100%; } }
  .itemvision .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 456px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #AEC2E040;
    overflow: hidden; }
    @media (max-width: 991px) {
      .itemvision .photo {
        height: 220px; } }
    .itemvision .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .itemvision .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 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; }
    @media (min-width: 1600px) {
      .itemvision .title {
        font-size: 25px; } }
    .itemvision .title:hover {
      color: #EEA616; }
  .itemvision.col-sm-4 .photo {
    height: 320px;
    box-shadow: none; }
    @media (max-width: 991px) {
      .itemvision.col-sm-4 .photo {
        height: 220px; } }

@media (max-width: 991px) {
  .subitem {
    max-width: 100%;
    flex: 100%; } }
.subitem .dat-news {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 24px; }
  .subitem .dat-news:last-child {
    margin: 0px; }
  .subitem .dat-news .title {
    font-size: 26px; }
    @media (max-width: 991px) {
      .subitem .dat-news .title {
        font-size: 20px; } }
  .subitem .dat-news .infouser {
    display: flex;
    align-items: center;
    margin-top: 24px; }
    .subitem .dat-news .infouser li {
      color: #9f9f9f; }
      @media (min-width: 1600px) {
        .subitem .dat-news .infouser li {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .subitem .dat-news .infouser li {
          font-size: 14px; } }
      .subitem .dat-news .infouser li.name {
        color: #1E1E1E;
        margin-left: 24px; }
  .subitem .dat-news .photo {
    width: 100%;
    height: 446px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .subitem .dat-news .photo {
        height: 220px;
        margin-top: 12px; } }
    .subitem .dat-news .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .subitem .dat-news p {
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-align: justify;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .subitem .dat-news p {
        font-size: 16px; } }
    @media (min-width: 1600px) {
      .subitem .dat-news p {
        font-size: 20px;
        line-height: 41.25px; } }
  .subitem .dat-news .listmore {
    margin-top: 24px; }
    .subitem .dat-news .listmore .title {
      font-size: 24px; }
      @media (max-width: 991px) {
        .subitem .dat-news .listmore .title {
          font-size: 20px; } }
    .subitem .dat-news .listmore .innerlist {
      margin-top: 16px;
      border-radius: 10px;
      padding: 20px;
      background: #fff;
      box-shadow: 0px 4px 4px 0px #AEC2E040; }
      .subitem .dat-news .listmore .innerlist a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #EEA61680;
        padding-bottom: 12px;
        margin-bottom: 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; }
        .subitem .dat-news .listmore .innerlist a:hover {
          color: #EEA616; }
        .subitem .dat-news .listmore .innerlist a:last-child {
          padding: 0px;
          border: 0px;
          margin: 0px; }
  .subitem .dat-news .banneradv {
    box-shadow: 0px 4px 4px 0px #AEC2E040;
    margin-top: 30px; }
  .subitem .dat-news .textnews {
    margin-top: 24px; }
    .subitem .dat-news .textnews .subtext {
      color: #000;
      padding: 4% 20%;
      font-weight: 400;
      text-align: center; }
      @media (max-width: 991px) {
        .subitem .dat-news .textnews .subtext {
          padding: 0px; } }
      .subitem .dat-news .textnews .subtext svg {
        width: 67px;
        height: 67px; }
        @media (max-width: 991px) {
          .subitem .dat-news .textnews .subtext svg {
            width: 38px;
            height: 38px; } }
  .subitem .dat-news .related {
    margin-top: 16px; }
    @media (max-width: 767px) {
      .subitem .dat-news .related {
        max-width: 100%;
        flex: 100%; } }
    .subitem .dat-news .related .inner {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      padding: 12px;
      overflow: hidden;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #D5E6FF40;
      box-shadow: 0px 4px 4px 0px #AEC2E040; }
      .subitem .dat-news .related .inner:hover .title {
        color: #EEA616; }
      .subitem .dat-news .related .inner .photo {
        min-width: 130px;
        max-width: 130px;
        height: 88px;
        background: #EEA616;
        border-radius: 10px;
        overflow: hidden;
        margin: 0px;
        margin-left: 16px; }
        @media (max-width: 767px) {
          .subitem .dat-news .related .inner .photo {
            min-width: 90px;
            max-width: 90px; } }
        .subitem .dat-news .related .inner .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .subitem .dat-news .related .inner .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px; }
        @media (max-width: 767px) {
          .subitem .dat-news .related .inner .title {
            font-size: 16px;
            -webkit-line-clamp: 3; } }
.subitem .v-more {
  margin: 0px;
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 10px; }
  .subitem .v-more .inner {
    margin-top: 20px; }
.subitem .banleft {
  margin-bottom: 24px !important; }
  @media (max-width: 991px) {
    .subitem .banleft {
      display: none; } }
.subitem .pos-top {
  position: sticky;
  top: 132px; }
.subitem .reportsnew {
  background: none;
  border-radius: 0px;
  padding: 0px; }
  .subitem .reportsnew .title {
    font-size: 24px; }
  .subitem .reportsnew p {
    font-weight: 300; }
  .subitem .reportsnew .subtext {
    padding: 0px 10%;
    text-align: center; }
    @media (max-width: 991px) {
      .subitem .reportsnew .subtext {
        padding: 0px; } }
    .subitem .reportsnew .subtext svg {
      width: 42px;
      height: 42px; }

.economy {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #EEA61630; }
  @media (max-width: 767px) {
    .economy .subeconomy {
      max-width: 100%;
      flex: 100%; } }
  .economy .subeconomy:first-child {
    display: flex;
    align-items: center; }
  .economy .subeconomy .photo {
    width: 100%;
    height: 487px; }
    @media (max-width: 767px) {
      .economy .subeconomy .photo {
        height: 240px; } }
    @media (min-width: 1600px) {
      .economy .subeconomy .photo {
        height: 687px; } }
    .economy .subeconomy .photo img {
      width: 100%;
      min-height: 100%; }
  .economy .subeconomy .q-text {
    color: #000;
    font-size: 20px;
    font-weight: 500; }
    @media (min-width: 1600px) {
      .economy .subeconomy .q-text {
        font-size: 28px; } }
    .economy .subeconomy .q-text svg {
      width: 13px;
      height: 21px;
      margin-right: 4px; }
  .economy .subeconomy .title {
    font-size: 26px;
    margin-top: 70px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .economy .subeconomy .title {
        font-size: 20px;
        margin-top: 32px; } }
    @media (min-width: 1600px) {
      .economy .subeconomy .title {
        font-size: 46px; } }
  .economy .subeconomy .bottom {
    border: 1px solid #EEA616;
    width: 120px;
    height: 39px;
    border-radius: 5px;
    background: none;
    margin-top: 70px;
    color: #000;
    font-weight: 400; }
    @media (max-width: 767px) {
      .economy .subeconomy .bottom {
        width: auto;
        margin-top: 32px; } }
    @media (min-width: 1600px) {
      .economy .subeconomy .bottom {
        width: 185px;
        height: 59px;
        font-size: 26px; } }
    .economy .subeconomy .bottom:hover {
      background: #EEA616;
      color: #fff; }
  .economy .carousel-indicators {
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
    right: 30px;
    bottom: 30px; }
    @media (max-width: 767px) {
      .economy .carousel-indicators {
        justify-content: center;
        right: 0px; } }
    .economy .carousel-indicators li {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #EEA616; }
      .economy .carousel-indicators li.active {
        background: #764F00; }

.gulf,
.c-goods {
  background: #FFF1D5;
  padding: 40px 0px; }
  @media (max-width: 767px) {
    .gulf,
    .c-goods {
      padding: 24px 0px; } }
  .gulf .itemvision,
  .c-goods .itemvision {
    margin-top: 24px; }

.mid-east .itemvision {
  margin-top: 24px; }
  .mid-east .itemvision .inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #AEC2E040;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #AEC2E040; }
    .mid-east .itemvision .inner .photo {
      height: 300px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      box-shadow: none; }
      @media (max-width: 991px) {
        .mid-east .itemvision .inner .photo {
          height: 220px; } }
      @media (min-width: 1600px) {
        .mid-east .itemvision .inner .photo {
          height: 440px; } }
    .mid-east .itemvision .inner .title {
      margin: 0px;
      font-weight: 400; }
      @media (min-width: 1600px) {
        .mid-east .itemvision .inner .title {
          font-size: 30px; } }
    .mid-east .itemvision .inner p {
      margin-top: 4px;
      color: #696969;
      font-weight: 300; }
      @media (min-width: 1600px) {
        .mid-east .itemvision .inner p {
          font-size: 20px; } }

@media (max-width: 991px) {
  .s-world .item {
    max-width: 100%;
    flex: 100%; } }
.s-world .item .listworld a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  overflow: hidden;
  border-bottom: 1px solid #BCBCBC;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .s-world .item .listworld a {
      display: block; } }
  .s-world .item .listworld a:last-child {
    padding: 0px;
    border: 0px; }
  .s-world .item .listworld a:hover .title {
    color: #EEA616; }
  .s-world .item .listworld a .photo {
    min-width: 232px;
    max-width: 232px;
    height: 208px;
    background: #EEA616;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 1600px) {
      .s-world .item .listworld a .photo {
        min-width: 336px;
        max-width: 336px; } }
    @media (max-width: 991px) {
      .s-world .item .listworld a .photo {
        height: 220px; } }
    @media (max-width: 767px) {
      .s-world .item .listworld a .photo {
        min-width: 100%;
        max-width: 100%;
        margin: 0px; } }
    .s-world .item .listworld a .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .s-world .item .listworld a .c-text {
    padding: 0px 16px; }
    @media (max-width: 767px) {
      .s-world .item .listworld a .c-text {
        padding: 0px;
        margin-top: 12px; } }
  .s-world .item .listworld a .title {
    font-weight: 500;
    margin-bottom: 12px; }
    @media (min-width: 1600px) {
      .s-world .item .listworld a .title {
        font-size: 24px; } }
  .s-world .item .listworld a p {
    font-weight: 300;
    text-align: justify;
    color: #6B6B6B;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .s-world .item .listworld a p {
        margin-top: 8px;
        display: none; } }
    @media (min-width: 1600px) {
      .s-world .item .listworld a p {
        font-size: 20px; } }
.s-world .itnews {
  margin-top: 24px; }
  .s-world .itnews .slidnews {
    position: sticky;
    top: 124px;
    border: 1px solid #AEC2E040; }
    .s-world .itnews .slidnews .arow {
      left: 0px;
      top: -26px; }

@media (max-width: 991px) {
  .itemstor {
    max-width: 100%;
    flex: 100%; } }
.itemstor .photo {
  display: flex;
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 10px; }
  @media (max-width: 991px) {
    .itemstor .photo {
      height: 320px; } }
  @media (max-width: 450px) {
    .itemstor .photo {
      height: 220px; } }
  .itemstor .photo a {
    position: relative;
    display: block;
    width: 100%; }
    .itemstor .photo a::before {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .itemstor .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.itemstor .content {
  background: none; }
.itemstor .title {
  color: #fff; }
  @media (min-width: 1600px) {
    .itemstor .title {
      font-size: 23px; } }
@media (max-width: 991px) {
  .itemstor:nth-child(2), .itemstor:nth-child(3) {
    max-width: 50%;
    flex: 50%; } }
@media (max-width: 450px) {
  .itemstor:nth-child(2), .itemstor:nth-child(3) {
    max-width: 100%;
    flex: 100%; } }
.itemstor:nth-child(2) .photo, .itemstor:nth-child(3) .photo {
  height: 253px;
  margin-bottom: 24px; }
  .itemstor:nth-child(2) .photo:last-child, .itemstor:nth-child(3) .photo:last-child {
    margin: 0px; }
  @media (max-width: 991px) {
    .itemstor:nth-child(2) .photo, .itemstor:nth-child(3) .photo {
      height: 220px;
      margin: 0px !important;
      margin-top: 24px !important; } }
.itemstor:nth-child(2) .title, .itemstor:nth-child(3) .title {
  font-size: 18px; }
  @media (min-width: 1600px) {
    .itemstor:nth-child(2) .title, .itemstor:nth-child(3) .title {
      font-size: 20px; } }

@media (max-width: 991px) {
  .itemenergy {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px; }
    .itemenergy:last-child {
      margin: 0px; } }
@media (max-width: 991px) {
  .itemenergy .innerenergy {
    max-width: 100%;
    flex: 100%; } }
.itemenergy .innerenergy .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 24px; }
  .itemenergy .innerenergy .inner .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .itemenergy .innerenergy .inner .photo {
        height: 200px; } }
    .itemenergy .innerenergy .inner .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .itemenergy .innerenergy .inner .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px; }
    @media (max-width: 991px) {
      .itemenergy .innerenergy .inner .title {
        -webkit-line-clamp: inherit; } }
    .itemenergy .innerenergy .inner .title:hover {
      color: #EEA616; }
.itemenergy .innerenergy:last-child .inner .photo {
  height: 594px; }
  @media (max-width: 991px) {
    .itemenergy .innerenergy:last-child .inner .photo {
      height: 200px; } }
  @media (min-width: 1600px) {
    .itemenergy .innerenergy:last-child .inner .photo {
      height: 618px; } }
.itemenergy .innerenergy:last-child .inner .title {
  font-size: 24px; }
  @media (max-width: 1199px) {
    .itemenergy .innerenergy:last-child .inner .title {
      font-size: 20px; } }
  @media (min-width: 1600px) {
    .itemenergy .innerenergy:last-child .inner .title {
      font-size: 28px; } }
.itemenergy .v-more .inner,
.itemenergy .v-more .listnews a {
  margin: 0px;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 24px; }
.itemenergy .v-more .inner .title {
  margin-top: 24px; }
.itemenergy .v-more .listnews a {
  margin-top: 24px; }
  .itemenergy .v-more .listnews a:last-child {
    border: 0px;
    padding: 0px; }

.technique {
  background: #FFF0D3;
  padding: 40px 0px; }
  @media (max-width: 991px) {
    .technique {
      padding: 24px 0px; } }
  .technique .itemvision {
    margin-top: 24px; }
    .technique .itemvision .photo {
      box-shadow: none;
      height: 382px; }
      @media (max-width: 991px) {
        .technique .itemvision .photo {
          height: 220px; } }
      .technique .itemvision .photo::before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
      .technique .itemvision .photo .content {
        background: none; }
    .technique .itemvision:nth-child(3) .photo, .technique .itemvision:nth-child(4) .photo, .technique .itemvision:nth-child(5) .photo {
      height: 320px; }
      @media (max-width: 991px) {
        .technique .itemvision:nth-child(3) .photo, .technique .itemvision:nth-child(4) .photo, .technique .itemvision:nth-child(5) .photo {
          height: 220px; } }

.house .itemhouse {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .house .itemhouse {
      max-width: 100%;
      flex: 100%; } }
  .house .itemhouse .inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 550px) {
      .house .itemhouse .inner {
        align-items: inherit; } }
    .house .itemhouse .inner .photo {
      min-width: 232px;
      max-width: 232px;
      height: 218px;
      background: #EEA616;
      border-radius: 10px;
      overflow: hidden;
      margin-left: 16px; }
      @media (max-width: 991px) {
        .house .itemhouse .inner .photo {
          min-width: 160px;
          max-width: 160px;
          height: 140px; } }
      @media (max-width: 550px) {
        .house .itemhouse .inner .photo {
          min-width: 100px;
          max-width: 100px;
          height: 90px; } }
      @media (min-width: 1600px) {
        .house .itemhouse .inner .photo {
          min-width: 320px;
          max-width: 320px; } }
      .house .itemhouse .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .house .itemhouse .inner .c-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 218px; }
      @media (max-width: 991px) {
        .house .itemhouse .inner .c-text {
          height: auto; } }
      .house .itemhouse .inner .c-text .bottom {
        border: 1px solid #EEA616;
        width: 124px;
        height: 46px;
        border-radius: 5px;
        background: none;
        color: #000;
        font-weight: 400; }
        @media (max-width: 991px) {
          .house .itemhouse .inner .c-text .bottom {
            width: 100px;
            height: 34px;
            margin-top: 24px; } }
        @media (min-width: 1600px) {
          .house .itemhouse .inner .c-text .bottom {
            font-size: 20px; } }
        .house .itemhouse .inner .c-text .bottom:hover {
          background: #EEA616;
          color: #fff; }
    @media (min-width: 1600px) {
      .house .itemhouse .inner .title {
        font-size: 25px; } }

.indicator .highcharts {
  margin-top: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #AEC2E040; }

.slidercompanies {
  position: relative;
  width: 100%;
  direction: ltr;
  margin-top: 24px;
  overflow: hidden;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 40px; }
  .slidercompanies .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none; }
    .slidercompanies .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .slidercompanies .slick-list .slick-track:after, .slidercompanies .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .slidercompanies .slick-prev,
  .slidercompanies .slick-next {
    position: absolute;
    left: 48px;
    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; }
    .slidercompanies .slick-prev svg,
    .slidercompanies .slick-next svg {
      width: 22px;
      height: 22px;
      fill: #EEA616;
      -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) {
        .slidercompanies .slick-prev svg,
        .slidercompanies .slick-next svg {
          width: 16px;
          height: 16px; } }
  .slidercompanies .slick-next {
    bottom: 144px; }
    @media (max-width: 991px) {
      .slidercompanies .slick-next {
        bottom: 64px; } }
  .slidercompanies .slick-prev {
    bottom: 72px; }
    @media (max-width: 991px) {
      .slidercompanies .slick-prev {
        bottom: 16px; } }
  .slidercompanies .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .slidercompanies .slick-dots {
        display: none !important; } }
    .slidercompanies .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 4px;
      padding: 0px;
      cursor: pointer;
      width: 12px;
      height: 12px; }
      .slidercompanies .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        border: 0px;
        outline: none;
        background: #EEA616;
        opacity: 0.2;
        padding: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        @media (max-width: 450px) {
          .slidercompanies .slick-dots li button {
            width: 12px;
            height: 12px; } }
    .slidercompanies .slick-dots li.slick-active button {
      opacity: 1; }
  @media (max-width: 991px) {
    .slidercompanies {
      padding-bottom: 24px; } }
  .slidercompanies .slick-list {
    margin: 0px -12px;
    padding: 0px !important; }
  .slidercompanies .itemslide {
    display: inline-block;
    position: relative;
    margin: 0px 12px;
    direction: rtl;
    vertical-align: top;
    cursor: pointer; }
    .slidercompanies .itemslide .table-responsive {
      border-radius: 10px;
      background: #fff;
      border: 1px solid #AEC2E040; }
      .slidercompanies .itemslide .table-responsive .table {
        margin: 0px; }
      .slidercompanies .itemslide .table-responsive tr:nth-child(even) {
        background: #FFECC6; }
      .slidercompanies .itemslide .table-responsive th,
      .slidercompanies .itemslide .table-responsive td {
        border: 0px;
        vertical-align: middle;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .slidercompanies .itemslide .table-responsive th {
        font-weight: 500;
        color: #EEA616;
        padding-bottom: 16px; }
        @media (min-width: 1600px) {
          .slidercompanies .itemslide .table-responsive th {
            font-size: 20px; } }
      .slidercompanies .itemslide .table-responsive td {
        font-weight: 400;
        color: #000;
        padding: 8px 12px; }
        @media (min-width: 1600px) {
          .slidercompanies .itemslide .table-responsive td {
            font-size: 20px; } }
      .slidercompanies .itemslide .table-responsive nav {
        display: flex;
        justify-content: flex-end; }
        .slidercompanies .itemslide .table-responsive nav a {
          margin-left: 16px; }
          .slidercompanies .itemslide .table-responsive nav a svg {
            width: 22px;
            height: 22px; }

.ipos {
  border-bottom: 1px solid #D7D7D7;
  margin-top: 24px;
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .ipos {
      padding-bottom: 24px; } }
  .ipos .table-responsive {
    border-radius: 10px;
    background: #fff; }
    .ipos .table-responsive .table {
      margin: 0px; }
    .ipos .table-responsive tr:nth-child(odd) {
      background: #FFECC6; }
    .ipos .table-responsive th,
    .ipos .table-responsive td {
      border: 0px;
      vertical-align: middle;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .ipos .table-responsive th {
      font-weight: 500;
      background: #EEA616;
      color: #fff;
      padding-bottom: 16px; }
      @media (min-width: 1600px) {
        .ipos .table-responsive th {
          font-size: 20px; } }
    .ipos .table-responsive td {
      font-weight: 400;
      color: #000;
      padding: 8px 12px; }
      @media (min-width: 1600px) {
        .ipos .table-responsive td {
          font-size: 20px; } }
    .ipos .table-responsive nav {
      display: flex;
      justify-content: flex-end; }
      .ipos .table-responsive nav a {
        margin-left: 16px; }
        .ipos .table-responsive nav a svg {
          width: 22px;
          height: 22px; }

.brokerage .item {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .brokerage .item {
      max-width: 100%;
      flex: 100%; } }
  .brokerage .item .inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #AEC2E040; }
    .brokerage .item .inner .papers {
      color: #EEA616;
      font-weight: 500; }
      @media (min-width: 1600px) {
        .brokerage .item .inner .papers {
          font-size: 20px; } }
    .brokerage .item .inner p {
      width: 100%;
      height: 80px;
      margin-top: 32px;
      font-weight: 300;
      line-height: 25px;
      color: #000;
      overflow: hidden; }
      @media (max-width: 991px) {
        .brokerage .item .inner p {
          margin-top: 24px;
          height: auto; } }
      @media (min-width: 1600px) {
        .brokerage .item .inner p {
          font-size: 20px; } }
    .brokerage .item .inner .phone {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 32px;
      color: #000;
      font-weight: 300; }
      @media (max-width: 991px) {
        .brokerage .item .inner .phone {
          margin-top: 24px; } }
      @media (min-width: 1600px) {
        .brokerage .item .inner .phone {
          font-size: 20px; } }
      .brokerage .item .inner .phone a {
        color: #000;
        font-weight: 300; }
        @media (min-width: 1600px) {
          .brokerage .item .inner .phone a {
            font-size: 20px; } }
    .brokerage .item .inner .photo {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 32px; }
      @media (max-width: 991px) {
        .brokerage .item .inner .photo {
          margin-top: 24px; } }
      .brokerage .item .inner .photo img {
        max-width: 100%; }

.an-opinions .itemvision {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .an-opinions .itemvision {
      max-width: 100%;
      flex: 100%; } }
  .an-opinions .itemvision .photo {
    height: 344px; }
    @media (min-width: 1600px) {
      .an-opinions .itemvision .photo {
        height: 382px; } }
    .an-opinions .itemvision .photo .tag {
      position: absolute;
      right: 12px;
      top: 12px;
      display: inline-flex;
      padding: 4px 16px;
      border-radius: 5px;
      background: #EEA616;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (min-width: 1600px) {
        .an-opinions .itemvision .photo .tag {
          font-size: 18px; } }
  @media (max-width: 991px) {
    .an-opinions .itemvision .title {
      -webkit-line-clamp: inherit; } }
  .an-opinions .itemvision .an-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .an-opinions .itemvision .an-item:last-child {
      margin: 0px; }
      .an-opinions .itemvision .an-item:last-child .sump {
        height: auto !important; }
    @media (max-width: 991px) {
      .an-opinions .itemvision .an-item {
        margin-bottom: 24px; }
        .an-opinions .itemvision .an-item:last-child {
          margin: 0px; } }
    .an-opinions .itemvision .an-item .photo {
      min-width: 220px;
      max-width: 220px;
      height: 166px;
      border-radius: 10px;
      overflow: hidden;
      margin-right: 12px; }
      @media (max-width: 500px) {
        .an-opinions .itemvision .an-item .photo {
          display: none; } }
      @media (min-width: 1600px) {
        .an-opinions .itemvision .an-item .photo {
          min-width: 276px;
          max-width: 276px;
          height: 186px; } }
      .an-opinions .itemvision .an-item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .an-opinions .itemvision .an-item .sump {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 166px; }
      @media (max-width: 500px) {
        .an-opinions .itemvision .an-item .sump {
          height: auto; } }
      @media (min-width: 1600px) {
        .an-opinions .itemvision .an-item .sump {
          height: 186px; } }
    @media (min-width: 1600px) {
      .an-opinions .itemvision .an-item span {
        font-size: 19px; } }
    .an-opinions .itemvision .an-item .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000;
      font-size: 18px;
      font-weight: 400; }
      @media (min-width: 1600px) {
        .an-opinions .itemvision .an-item .title {
          font-size: 22px; } }
      .an-opinions .itemvision .an-item .title:hover {
        color: #EEA616; }

.flixbox {
  display: flex; }
  @media (max-width: 991px) {
    .flixbox {
      display: block; } }
  .flixbox .cators {
    min-width: 55%;
    max-width: 55%;
    background: #fff;
    margin-top: 24px;
    border-radius: 0px 10px 10px 0px;
    padding: 16px; }
    @media (max-width: 991px) {
      .flixbox .cators {
        min-width: 100%;
        max-width: 100%;
        border-radius: 10px; } }
    .flixbox .cators .table-responsive .table {
      margin: 0px; }
    .flixbox .cators .table-responsive th,
    .flixbox .cators .table-responsive td {
      border: 0px;
      padding: 0px;
      vertical-align: middle;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .flixbox .cators .table-responsive th {
      font-weight: 400;
      color: #000;
      padding-bottom: 16px; }
      @media (min-width: 1600px) {
        .flixbox .cators .table-responsive th {
          font-size: 20px; } }
    .flixbox .cators .table-responsive td {
      font-weight: 300;
      color: #000;
      font-size: 14px;
      padding: 8px 0px 8px 12px; }
      @media (min-width: 1600px) {
        .flixbox .cators .table-responsive td {
          font-size: 18px; } }
      .flixbox .cators .table-responsive td .red {
        color: #FF0000; }
      .flixbox .cators .table-responsive td .green {
        color: #007428; }
    .flixbox .cators .table-responsive .name {
      font-weight: 500;
      color: #000; }
      @media (min-width: 1600px) {
        .flixbox .cators .table-responsive .name {
          font-size: 20px; } }
      .flixbox .cators .table-responsive .name.b-red {
        border-right: 4px solid #FF0000;
        padding-right: 12px; }
      .flixbox .cators .table-responsive .name.b-green {
        border-right: 4px solid #007428;
        padding-right: 12px; }
    .flixbox .cators .table-responsive img {
      max-width: 80px;
      max-height: 64px; }
  .flixbox .an-llist {
    min-width: 45%;
    max-width: 45%;
    margin-top: 24px;
    padding: 16px;
    background: #EEA616;
    border-radius: 10px 0px 0px 10px; }
    @media (max-width: 991px) {
      .flixbox .an-llist {
        min-width: 100%;
        max-width: 100%;
        border-radius: 10px; } }
    .flixbox .an-llist .nav-tabs {
      border: 0px; }
      .flixbox .an-llist .nav-tabs li {
        border: 0px;
        margin: 0px;
        margin-left: 8px; }
        .flixbox .an-llist .nav-tabs li a {
          padding: 0px 16px;
          height: 34px;
          border-radius: 5px;
          font-weight: 400;
          color: #fff;
          text-align: center;
          background: none;
          border: 1px solid #fff; }
          @media (max-width: 1199px) {
            .flixbox .an-llist .nav-tabs li a {
              font-size: 13px; } }
          @media (min-width: 1600px) {
            .flixbox .an-llist .nav-tabs li a {
              font-size: 18px; } }
      .flixbox .an-llist .nav-tabs .nav-link.active {
        border: 0px;
        background: #fff;
        color: #EEA616; }
    .flixbox .an-llist .highcharts {
      margin-top: 16px;
      height: 314px; }
      .flixbox .an-llist .highcharts rect {
        fill: none !important; }
      .flixbox .an-llist .highcharts text {
        fill: #fff !important; }
      .flixbox .an-llist .highcharts path {
        fill: #ffffff5e; }

.internation .itemvision {
  margin: 0px; }
  @media (max-width: 991px) {
    .internation .itemvision {
      max-width: 100%;
      flex: 100%; } }
  .internation .itemvision .photo {
    height: 415px; }
    @media (max-width: 991px) {
      .internation .itemvision .photo {
        height: 360px; } }
    .internation .itemvision .photo .content {
      display: flex;
      align-items: center;
      background: #EEA616;
      padding: 8px; }
      .internation .itemvision .photo .content .tag {
        min-width: 158px;
        height: 52px;
        background: #ffffff57;
        margin-left: 12px; }
        @media (max-width: 991px) {
          .internation .itemvision .photo .content .tag {
            padding: 0px;
            min-width: 116px;
            height: 40px;
            font-size: 14px; } }
      .internation .itemvision .photo .content .title {
        -webkit-line-clamp: 1;
        color: #fff !important;
        margin: 0px; }
  .internation .itemvision .an-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .internation .itemvision .an-item:last-child {
      margin: 0px; }
    @media (max-width: 991px) {
      .internation .itemvision .an-item {
        margin: 0px !important;
        margin-top: 24px !important; } }
    .internation .itemvision .an-item .photo {
      min-width: 210px;
      max-width: 210px;
      height: 124px;
      border-radius: 10px;
      overflow: hidden;
      margin-left: 12px; }
      @media (max-width: 500px) {
        .internation .itemvision .an-item .photo {
          min-width: 100px;
          max-width: 100px;
          height: 100px; } }
      .internation .itemvision .an-item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .internation .itemvision .an-item .tag {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 4px 16px;
      border-radius: 5px;
      background: #EEA616;
      font-weight: 500;
      color: #fff;
      margin-bottom: 8px; }
      @media (max-width: 991px) {
        .internation .itemvision .an-item .tag {
          padding: 2px 8px;
          font-size: 14px; } }
    .internation .itemvision .an-item .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000;
      font-size: 18px;
      font-weight: 400;
      margin: 0px; }
      @media (max-width: 500px) {
        .internation .itemvision .an-item .title {
          font-size: 16px; } }
      @media (min-width: 1600px) {
        .internation .itemvision .an-item .title {
          font-size: 22px; } }
      .internation .itemvision .an-item .title:hover {
        color: #EEA616; }

.contracts {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #AEC2E0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 24px; }
  .contracts .table-responsive .table {
    margin: 0px; }
  .contracts .table-responsive th,
  .contracts .table-responsive td {
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #AEC2E0; }
  .contracts .table-responsive th {
    font-weight: 400;
    color: #000;
    border: 0px; }
    @media (min-width: 1600px) {
      .contracts .table-responsive th {
        font-size: 20px; } }
  .contracts .table-responsive td {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 0px 12px; }
    @media (min-width: 1600px) {
      .contracts .table-responsive td {
        font-size: 18px; } }
    .contracts .table-responsive td .red {
      display: block;
      direction: ltr;
      color: #FF0000; }
    .contracts .table-responsive td .green {
      display: block;
      color: #007428;
      direction: ltr; }
    .contracts .table-responsive td .ofgreen {
      display: inline-block;
      height: 100%;
      text-align: center;
      background: #76da97;
      padding: 0px 8px; }
  .contracts .table-responsive .name {
    font-weight: 500;
    color: #000; }
    @media (min-width: 1600px) {
      .contracts .table-responsive .name {
        font-size: 20px; } }
    .contracts .table-responsive .name.b-red {
      border-right: 4px solid #FF0000;
      padding-right: 12px; }
    .contracts .table-responsive .name.b-green {
      border-right: 4px solid #007428;
      padding-right: 12px; }
  .contracts .table-responsive img {
    max-width: 80px;
    max-height: 64px; }

.mo-watch .itemvision {
  margin-top: 24px; }
  .mo-watch .itemvision .inner {
    position: relative;
    width: 100%;
    padding: 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #AEC2E040; }
    .mo-watch .itemvision .inner .photo {
      height: 180px; }
    .mo-watch .itemvision .inner .title {
      font-size: 16px;
      font-weight: 400; }

.mostnews .itemvision {
  margin-top: 24px; }
  .mostnews .itemvision .photo {
    height: 288px; }
    @media (max-width: 991px) {
      .mostnews .itemvision .photo {
        height: 220px !important; } }
  .mostnews .itemvision .tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    border-radius: 5px;
    background: #EEA616;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-left: 8px; }

.rep-item .itemenergy .innerenergy {
  margin-top: 24px; }
  .rep-item .itemenergy .innerenergy:first-child {
    margin: 0px; }
    .rep-item .itemenergy .innerenergy:first-child .inner .photo {
      height: 372px; }
      @media (max-width: 991px) {
        .rep-item .itemenergy .innerenergy:first-child .inner .photo {
          height: 220px; } }
  .rep-item .itemenergy .innerenergy .inner {
    margin: 0px; }
    .rep-item .itemenergy .innerenergy .inner .photo {
      height: 288px; }
      @media (max-width: 991px) {
        .rep-item .itemenergy .innerenergy .inner .photo {
          height: 220px; } }
    .rep-item .itemenergy .innerenergy .inner .title {
      font-size: 20px; }
      @media (min-width: 1600px) {
        .rep-item .itemenergy .innerenergy .inner .title {
          font-size: 24px; } }
.rep-item .v-more {
  padding: 12px;
  margin: 0px; }
  .rep-item .v-more .inner {
    padding-bottom: 12px; }
    .rep-item .v-more .inner .title {
      margin-top: 12px; }

.h-new .innerenergy {
  margin-top: 24px; }
  .h-new .innerenergy:first-child {
    margin: 0px; }
    .h-new .innerenergy:first-child .inner .photo {
      height: 372px !important; }
      @media (max-width: 991px) {
        .h-new .innerenergy:first-child .inner .photo {
          height: 220px !important; } }
  .h-new .innerenergy .inner .photo {
    height: 196px !important; }
  .h-new .innerenergy .inner .title {
    font-size: 16px; }
    @media (min-width: 1600px) {
      .h-new .innerenergy .inner .title {
        font-size: 22px; } }

@media (max-width: 767px) {
  .allreport .itemrepo {
    max-width: 100%;
    flex: 100%; } }
.allreport .itemrepo .itemvision {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .allreport .itemrepo .itemvision {
      max-width: 100%;
      flex: 100%; } }
  .allreport .itemrepo .itemvision .photo {
    height: 198px; }
.allreport .itemrepo .innreport {
  display: flex;
  align-items: center;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .allreport .itemrepo .innreport {
      display: block; } }
  .allreport .itemrepo .innreport .photo {
    min-width: 230px;
    max-width: 230px;
    height: 122px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 12px; }
    @media (max-width: 991px) {
      .allreport .itemrepo .innreport .photo {
        min-width: 100%;
        max-width: 100%;
        height: 198px;
        margin: 0px;
        margin-bottom: 12px; } }
    .allreport .itemrepo .innreport .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .allreport .itemrepo .innreport .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .allreport .itemrepo .innreport .title {
        -webkit-line-clamp: inherit; } }
    @media (min-width: 1600px) {
      .allreport .itemrepo .innreport .title {
        font-size: 20px; } }
    .allreport .itemrepo .innreport .title:hover {
      color: #EEA616; }

.art-item .itemenergy .innerenergy .inner {
  margin: 0px; }
  .art-item .itemenergy .innerenergy .inner .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 75px;
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    background: #EEA616;
    border-radius: 10px;
    color: #000; }
.art-item .itemenergy .allnews {
  margin: 0px; }
  .art-item .itemenergy .allnews .inner {
    margin-top: 16px; }

.subinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 122px; }
  @media (max-width: 991px) {
    .subinfo {
      height: auto; } }
  .subinfo .infotext {
    display: flex; }
    @media (max-width: 991px) {
      .subinfo .infotext {
        margin-top: 12px; } }
    .subinfo .infotext span {
      display: block;
      margin-left: 24px;
      color: #EEA616; }
      .subinfo .infotext span:last-child {
        margin: 0px; }

.wr-opinions {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .wr-opinions {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .wr-opinions {
      max-width: 100%;
      flex: 100%; } }
  .wr-opinions .inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px #AEC2E040;
    border: 1px solid #AEC2E040; }
    .wr-opinions .inner .useropin {
      display: flex;
      align-items: center;
      margin-top: 56px; }
      @media (max-width: 767px) {
        .wr-opinions .inner .useropin {
          margin-top: 24px; } }
      .wr-opinions .inner .useropin .photo {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0px 4px 4px 0px #AEC2E06E;
        margin-left: 12px; }
        .wr-opinions .inner .useropin .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .wr-opinions .inner .useropin span {
        color: #EEA616; }

@media (max-width: 991px) {
  .pr-inner {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px; } }
.pr-inner .minflex {
  display: flex;
  align-items: center; }
  .pr-inner .minflex .title {
    display: inline-flex;
    align-items: center;
    color: #979797;
    font-weight: 500;
    font-size: 20px;
    border-right: 6px solid #EEA616;
    padding-right: 12px;
    margin-left: 8px; }
    @media (max-width: 991px) {
      .pr-inner .minflex .title {
        font-size: 16px; } }
    @media (min-width: 1600px) {
      .pr-inner .minflex .title {
        font-size: 24px; } }
    .pr-inner .minflex .title svg {
      fill: #979797;
      max-width: 8px;
      margin: 4px 8px 0px 0px; }
      @media (min-width: 1600px) {
        .pr-inner .minflex .title svg {
          max-width: 12px; } }
  .pr-inner .minflex .subtitle {
    color: #EEA616;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .pr-inner .minflex .subtitle {
        font-size: 16px; } }
    @media (min-width: 1600px) {
      .pr-inner .minflex .subtitle {
        font-size: 24px; } }
.pr-inner .detelscompany {
  display: flex;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .pr-inner .detelscompany {
      display: block; } }
  .pr-inner .detelscompany .photo {
    min-width: 290px;
    max-width: 290px;
    height: 180px;
    margin-left: 22px; }
    @media (max-width: 991px) {
      .pr-inner .detelscompany .photo {
        margin: 0px;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 12px; } }
    .pr-inner .detelscompany .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pr-inner .detelscompany .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .pr-inner .detelscompany .text .list {
        margin-top: 24px; } }
    .pr-inner .detelscompany .text .list li {
      display: flex; }
      .pr-inner .detelscompany .text .list li p {
        min-width: 200px;
        color: #000;
        font-weight: 500; }
        @media (max-width: 991px) {
          .pr-inner .detelscompany .text .list li p {
            min-width: 100px; } }
        @media (min-width: 1600px) {
          .pr-inner .detelscompany .text .list li p {
            font-size: 20px; } }
      .pr-inner .detelscompany .text .list li span {
        color: #EEA616;
        font-weight: 500; }
        @media (min-width: 1600px) {
          .pr-inner .detelscompany .text .list li span {
            font-size: 20px; } }
.pr-inner .context {
  margin-top: 24px; }
  .pr-inner .context p {
    text-align: justify;
    color: #000; }

@media (max-width: 991px) {
  .v-iframe .item {
    max-width: 100%;
    flex: 100%; } }
.v-iframe .item .title {
  border-right: 6px solid #EEA616;
  padding-right: 12px; }
  .v-iframe .item .title svg {
    fill: #000;
    max-width: 8px;
    margin: 4px 8px 0px 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; }
    @media (min-width: 1600px) {
      .v-iframe .item .title svg {
        max-width: 12px; } }
.v-iframe .item .iframe {
  width: 100%;
  height: 540px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .v-iframe .item .iframe {
      height: 340px; } }
  @media (min-width: 1600px) {
    .v-iframe .item .iframe {
      height: 740px; } }
  .v-iframe .item .iframe iframe,
  .v-iframe .item .iframe video {
    display: block;
    width: 100%;
    height: 100%; }
.v-iframe .item .info {
  display: flex; }
  @media (max-width: 991px) {
    .v-iframe .item .info {
      margin-bottom: 24px; } }
  .v-iframe .item .info .infouser {
    display: flex;
    margin-top: 20px; }
    .v-iframe .item .info .infouser li {
      color: #EEA616;
      margin-left: 24px; }
      @media (max-width: 991px) {
        .v-iframe .item .info .infouser li {
          margin-left: 12px; }
          .v-iframe .item .info .infouser li:last-child {
            margin: 0px; } }
  .v-iframe .item .info .watch {
    display: flex;
    align-items: center;
    color: #EEA616;
    margin: 20px 20px 0px 0px; }
    @media (max-width: 991px) {
      .v-iframe .item .info .watch {
        margin-right: 12px; } }
    .v-iframe .item .info .watch svg {
      margin-left: 8px; }
.v-iframe .item .subvideo {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 24px; }
  .v-iframe .item .subvideo .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 190px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #AEC2E040;
    box-shadow: 0px 4px 4px 0px #AEC2E040; }
    @media (min-width: 1600px) {
      .v-iframe .item .subvideo .photo {
        height: 268px; } }
    .v-iframe .item .subvideo .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .v-iframe .item .subvideo .photo .play {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 60px;
      height: 60px;
      margin: -30px 0px 0px -30px;
      background: #EEA616;
      border-radius: 50%; }
  .v-iframe .item .subvideo .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
    font-weight: 500;
    border: 0px;
    padding: 0px;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
    .v-iframe .item .subvideo .title:hover {
      color: #EEA616; }
.v-iframe .item .descrip {
  font-weight: 400;
  color: #000;
  font-size: 18px;
  text-align: justify;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .v-iframe .item .descrip {
      font-size: 16px; } }
  @media (min-width: 1600px) {
    .v-iframe .item .descrip {
      font-size: 20px;
      line-height: 41.25px; } }
.v-iframe .item .innerlist {
  margin-top: 16px;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #AEC2E040; }
  .v-iframe .item .innerlist a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEA61680;
    padding-bottom: 12px;
    margin-bottom: 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; }
    .v-iframe .item .innerlist a:hover {
      color: #EEA616; }
    .v-iframe .item .innerlist a:last-child {
      padding: 0px;
      border: 0px;
      margin: 0px; }

.analytics .innerenergy .inner .photo {
  height: 250px !important; }
  @media (max-width: 991px) {
    .analytics .innerenergy .inner .photo {
      height: 220px !important; } }
.analytics .innerenergy:nth-child(1), .analytics .innerenergy:nth-child(2) {
  max-width: 50%;
  flex: 50%; }
  @media (max-width: 991px) {
    .analytics .innerenergy:nth-child(1), .analytics .innerenergy:nth-child(2) {
      max-width: 100%;
      flex: 100%; } }
  .analytics .innerenergy:nth-child(1) .inner, .analytics .innerenergy:nth-child(2) .inner {
    margin: 0px !important; }
    .analytics .innerenergy:nth-child(1) .inner .photo, .analytics .innerenergy:nth-child(2) .inner .photo {
      height: 450px !important; }
      @media (max-width: 991px) {
        .analytics .innerenergy:nth-child(1) .inner .photo, .analytics .innerenergy:nth-child(2) .inner .photo {
          height: 220px !important; } }
      @media (min-width: 1600px) {
        .analytics .innerenergy:nth-child(1) .inner .photo, .analytics .innerenergy:nth-child(2) .inner .photo {
          height: 650px !important; } }
    .analytics .innerenergy:nth-child(1) .inner .title, .analytics .innerenergy:nth-child(2) .inner .title {
      color: #fff !important; }
@media (max-width: 991px) {
  .analytics .innerenergy:nth-child(1) {
    margin-bottom: 24px; } }

.infitem {
  margin-bottom: 24px;
  position: relative; }
  @media (max-width: 991px) {
    .infitem {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 667px) {
    .infitem {
      max-width: 100%;
      flex: 100%; } }
  .infitem .photo {
    display: block;
    width: 100%;
    height: 342px;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 500px) {
      .infitem .photo {
        height: 260px; } }
    .infitem .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .infitem .title {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 18px !important;
    -webkit-line-clamp: 2;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .infitem .title {
        font-size: 16px !important;
        -webkit-line-clamp: 1;
        height: auto; } }
  .infitem .infouser {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
    .infitem .infouser li {
      color: #EEA616; }
      .infitem .infouser li.name {
        color: #EEA616;
        margin-left: 4px; }

.slidernews {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #AEC2E040;
  overflow: hidden; }
  .slidernews .pos {
    position: absolute; }

.subslidernews {
  direction: ltr;
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  height: 472px;
  padding-top: 40px;
  overflow: hidden; }
  .subslidernews .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
  .subslidernews .slick-list:focus {
    outline: none; }
  .subslidernews .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .subslidernews .slick-list,
  .subslidernews .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .subslidernews .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1; }
  .subslidernews .slick-track:before,
  .subslidernews .slick-track:after {
    content: "";
    display: table; }
  .subslidernews .slick-track:after {
    clear: both; }
  .subslidernews .slick-loading .slick-track {
    visibility: hidden; }
  .subslidernews .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
  .subslidernews .slick-initialized .slick-slide {
    display: block; }
  .subslidernews .slick-loading .slick-slide {
    visibility: hidden; }
  .subslidernews .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .subslidernews .slick-next {
    position: absolute;
    top: 12px;
    left: 0;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 10;
    padding: 0px;
    rotate: 180deg;
    background: none; }
    .subslidernews .slick-next svg path {
      fill: #EEA616; }
  .subslidernews .slick-prev {
    position: absolute;
    top: 8px;
    left: 25px;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 10;
    padding: 0px;
    background: none; }
    .subslidernews .slick-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      .subslidernews .slick-prev svg path {
        fill: #EEA616; }
  .subslidernews .slick-prev:focus,
  .subslidernews .slick-next:focus {
    outline: none; }
  .subslidernews .slick-dots {
    display: none !important; }
  .subslidernews .slick-prev.slick-disabled,
  .subslidernews .slick-next.slick-disabled {
    opacity: 0.4; }
  .subslidernews .listnews {
    direction: rtl; }
    .subslidernews .listnews a {
      display: flex;
      align-items: center;
      margin-top: 22px; }
      @media (max-width: 991px) {
        .subslidernews .listnews a {
          margin-top: 16px; } }
      .subslidernews .listnews a:hover .title {
        color: #EEA616; }
      .subslidernews .listnews a .photo {
        min-width: 124px;
        max-width: 124px;
        height: 86px;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 16px; }
        @media (max-width: 991px) {
          .subslidernews .listnews a .photo {
            min-width: 100px;
            max-width: 100px; } }
        .subslidernews .listnews a .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .subslidernews .listnews a .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #000;
        font-size: 16px;
        padding-bottom: 4px; }
        @media (max-width: 991px) {
          .subslidernews .listnews a .title {
            -webkit-line-clamp: inherit; } }
        @media (min-width: 1600px) {
          .subslidernews .listnews a .title {
            font-size: 20px; } }

.st-news .subslidernews {
  height: 768px; }
  .st-news .subslidernews .listnews a .photo {
    height: 82px; }
.st-news .more {
  color: #EEA616; }
  .st-news .more:hover {
    text-decoration: underline; }

@media (max-width: 991px) {
  .a-atem {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px; }
    .a-atem:last-child {
      margin: 0px; } }
.a-atem .inner {
  position: sticky;
  top: 140px;
  display: block;
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 10px 60px 0px #EDD6FF40; }
  @media (max-width: 991px) {
    .a-atem .inner {
      width: 280px;
      margin: 0px auto; } }
  @media (max-width: 340px) {
    .a-atem .inner {
      width: 100%; } }
  .a-atem .inner .photo {
    display: block;
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden; }
    .a-atem .inner .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .a-atem .inner .title {
    display: block;
    text-align: center;
    margin-top: 20px; }
  .a-atem .inner a.title:hover {
    color: #EEA616; }
  .a-atem .inner .event_date {
    margin-top: 4px; }
    .a-atem .inner .event_date span {
      font-weight: 500; }
.a-atem .w-item {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .a-atem .w-item {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .a-atem .w-item {
      max-width: 100%;
      flex: 100%; } }
  .a-atem .w-item .writerinner {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: #efefef;
    -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;
    border-radius: 8px; }
    .a-atem .w-item .writerinner:hover {
      box-shadow: 0px 10px 60px 0px #EDD6FF40;
      background: #fff; }
      .a-atem .w-item .writerinner:hover .title {
        color: #EEA616; }
    .a-atem .w-item .writerinner .title {
      margin-bottom: 4px;
      font-size: 18px; }
    .a-atem .w-item .writerinner .event_date {
      display: flex;
      align-items: center;
      justify-content: center;
      justify-content: flex-start;
      margin-top: 4px; }
      .a-atem .w-item .writerinner .event_date span {
        font-weight: 500; }
      .a-atem .w-item .writerinner .event_date svg {
        min-width: 14px;
        max-width: 14px;
        fill: #EEA616;
        margin-left: 4px; }

.list-letters {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .list-letters {
      max-width: 100%;
      flex: 100%;
      overflow-x: scroll;
      padding-bottom: 12px; } }
  .list-letters a {
    color: #EEA616;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 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; }
    @media (max-width: 991px) {
      .list-letters a {
        font-size: 16px;
        min-width: 40px;
        max-width: 40px; } }
    .list-letters a:hover, .list-letters a.active {
      color: #000; }

.dflex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .dflex .form-control {
    width: 186px;
    height: 45px;
    background: #fff url(../images/arrow.svg) no-repeat !important;
    background-position: 8px 16px !important;
    border-radius: 0px; }

.itemwriter {
  margin-top: 24px;
  max-width: 25%;
  flex: 25%; }
  @media (max-width: 991px) {
    .itemwriter {
      max-width: 33.333%;
      flex: 33.333%; } }
  @media (max-width: 767px) {
    .itemwriter {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 450px) {
    .itemwriter {
      max-width: 100%;
      flex: 100%; } }
  .itemwriter .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #EFEFEF;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #AEC2E040; }
    .itemwriter .inner .photo {
      width: 100%;
      height: 260px;
      border-radius: 10px;
      overflow: hidden; }
      @media (max-width: 1199px) {
        .itemwriter .inner .photo {
          height: 200px; } }
      @media (max-width: 767px) {
        .itemwriter .inner .photo {
          height: 120px; } }
      .itemwriter .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .itemwriter .inner .title {
      text-align: center;
      margin-top: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .itemwriter .inner span {
      display: flex;
      align-items: center;
      justify-content: center; }
      .itemwriter .inner span svg {
        min-width: 14px;
        max-width: 14px;
        fill: #EEA616;
        margin-left: 4px; }

.listening {
  padding-bottom: 60px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .listening {
      padding-bottom: 40px; } }
  .listening .carousel::before, .listening .carousel::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: 0px auto;
    width: 90%;
    height: 100%;
    background: #deddea;
    border-radius: 10px;
    z-index: -1; }
    @media (max-width: 991px) {
      .listening .carousel::before, .listening .carousel::after {
        width: 80%;
        bottom: -20px;
        border-radius: 16px; } }
  .listening .carousel::after {
    width: 80%;
    bottom: -60px;
    z-index: -2;
    background: #f2f2f5; }
    @media (max-width: 991px) {
      .listening .carousel::after {
        width: 70%;
        bottom: -40px; } }
  .listening:hover .carousel-control-next {
    right: 24px; }
  .listening:hover .carousel-control-prev {
    left: 24px; }
  .listening .carousel-inner {
    background: #fff; }
  .listening .carousel-item {
    height: 610px;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .listening .carousel-item {
        height: 370px;
        border-radius: 16px; } }
    @media (max-width: 550px) {
      .listening .carousel-item {
        height: 200px; } }
    .listening .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .listening .carousel-item .tag {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 75px;
      height: 32px;
      font-size: 12px;
      font-weight: 500;
      background: #EEA616;
      border-radius: 10px;
      color: #fff; }
    .listening .carousel-item .title {
      display: inline-table;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      bottom: 8px;
      color: #EEA616;
      padding: 12px 24px;
      border-radius: 10px;
      font-weight: 400;
      text-align: center;
      background: #000000b0; }
      @media (min-width: 1600px) {
        .listening .carousel-item .title {
          font-size: 32px; } }
  .listening .carousel-control-next,
  .listening .carousel-control-prev {
    width: auto;
    height: 32px;
    top: 50%;
    opacity: 1;
    -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) {
      .listening .carousel-control-next,
      .listening .carousel-control-prev {
        display: none; } }
    .listening .carousel-control-next svg,
    .listening .carousel-control-prev svg {
      width: 42px;
      height: 42px;
      fill: #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; }
    .listening .carousel-control-next:hover svg,
    .listening .carousel-control-prev:hover svg {
      fill: #832339; }
  .listening .carousel-control-next {
    right: -90px; }
  .listening .carousel-control-prev {
    left: -90px; }
    .listening .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .listening .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: -88px; }
    @media (max-width: 991px) {
      .listening .carousel-indicators {
        bottom: -58px; } }
    .listening .carousel-indicators li {
      background: #83233980;
      width: 11px;
      height: 11px;
      border-radius: 150px;
      -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; }
      .listening .carousel-indicators li.active {
        background: #832339;
        width: 46px; }

.videos .item {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .videos .item {
      max-width: 100%;
      flex: 100%; } }
  .videos .item .inner {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 12px; }
    .videos .item .inner .photo {
      position: relative;
      width: 100%;
      height: 342px;
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer; }
      @media (max-width: 991px) {
        .videos .item .inner .photo {
          height: 242px; } }
      .videos .item .inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .videos .item .inner .photo .play {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        margin: -30px 0px 0px -30px;
        background: #EEA616;
        border-radius: 50%; }
    .videos .item .inner .title {
      margin: 20px 0px;
      font-weight: 400;
      cursor: pointer; }
      @media (min-width: 1600px) {
        .videos .item .inner .title {
          font-size: 26px; } }
    .videos .item .inner span {
      display: block;
      color: #EEA616; }
  .videos .item .subvideo {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .videos .item .subvideo:last-child {
      margin: 0px; }
    .videos .item .subvideo .title {
      margin: 0px;
      font-size: 20px !important; }
      @media (max-width: 991px) {
        .videos .item .subvideo .title {
          font-size: 16px !important; } }
    .videos .item .subvideo .photo {
      min-width: 258px;
      max-width: 258px;
      height: 150px;
      margin-left: 12px; }
      @media (max-width: 991px) {
        .videos .item .subvideo .photo {
          min-width: 100px;
          max-width: 100px;
          height: 100px; }
          .videos .item .subvideo .photo .play {
            width: 40px;
            height: 40px;
            margin: -20px 0px 0px -20px; } }

.subpodcast {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden; }
  .subpodcast .playeraudio {
    min-width: 20%;
    max-width: 20%;
    height: 300px;
    background: #f9f9f9;
    cursor: pointer; }
    @media (max-width: 991px) {
      .subpodcast .playeraudio {
        min-width: 50%;
        max-width: 50%;
        height: 200px; } }
    @media (max-width: 450px) {
      .subpodcast .playeraudio {
        min-width: 100%;
        max-width: 100%;
        height: 160px; } }
    .subpodcast .playeraudio img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.subaudio {
  position: fixed;
  left: 0px;
  bottom: -100%;
  width: 100%;
  background: #1A1A1A;
  -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;
  z-index: 1004; }
  @media (max-width: 991px) {
    .subaudio {
      padding-top: 56px; } }
  .subaudio.active {
    bottom: 0px; }
  .subaudio .cancel {
    position: absolute;
    top: 16px;
    left: 12px;
    cursor: pointer; }
    .subaudio .cancel svg {
      width: 16px;
      height: 16px;
      fill: #fff; }
  .subaudio .inneraudio {
    display: flex; }

.gallery {
  overflow: hidden; }
  .gallery .lightgallery {
    display: flex;
    justify-content: space-between; }
  .gallery .architecture {
    margin-top: 24px;
    -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 .architecture .p-relative {
      position: relative;
      height: 300px;
      -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;
      overflow: hidden;
      cursor: pointer; }
      @media (max-width: 991px) {
        .gallery .architecture .p-relative {
          height: 180px; } }
      .gallery .architecture .p-relative a {
        display: block;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        height: 248px;
        border: 1px solid #AEC2E0;
        box-shadow: 0px 4px 4px 0px #AEC2E052; }
        @media (max-width: 991px) {
          .gallery .architecture .p-relative a {
            height: 140px; } }
        .gallery .architecture .p-relative a:hover .contant::before {
          top: 0px;
          opacity: 1;
          transition: all .8s; }
        .gallery .architecture .p-relative a:hover .popup-img {
          opacity: 1; }
      .gallery .architecture .p-relative img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .gallery .architecture .contant {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 20;
      width: 100%;
      height: 100%;
      text-align: center; }
      .gallery .architecture .contant:before {
        content: "";
        -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;
        width: 100%;
        bottom: 0;
        border-radius: 0;
        top: -100%;
        height: 100%;
        background: #00000091;
        right: 0px; }
      .gallery .architecture .contant .popup-img {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 16px;
        background-clip: padding-box;
        background: #EEA616;
        text-align: center;
        z-index: 1;
        opacity: 0;
        transform: translate(-50%, -50%);
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
        -webkit-transition: all 0.6s ease-in-out 0s;
        transition: all 0.6s ease-in-out 0s; }
        .gallery .architecture .contant .popup-img svg {
          fill: none;
          stroke: #fff;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-width: 1px;
          width: 44px;
          height: 44px; }
    .gallery .architecture:nth-child(2) .p-relative, .gallery .architecture:nth-child(4) .p-relative, .gallery .architecture:nth-child(5) .p-relative, .gallery .architecture:nth-child(7) .p-relative {
      height: 616px; }
      @media (max-width: 991px) {
        .gallery .architecture:nth-child(2) .p-relative, .gallery .architecture:nth-child(4) .p-relative, .gallery .architecture:nth-child(5) .p-relative, .gallery .architecture:nth-child(7) .p-relative {
          height: 180px; } }
      .gallery .architecture:nth-child(2) .p-relative a, .gallery .architecture:nth-child(4) .p-relative a, .gallery .architecture:nth-child(5) .p-relative a, .gallery .architecture:nth-child(7) .p-relative a {
        height: 570px; }
        @media (max-width: 991px) {
          .gallery .architecture:nth-child(2) .p-relative a, .gallery .architecture:nth-child(4) .p-relative a, .gallery .architecture:nth-child(5) .p-relative a, .gallery .architecture:nth-child(7) .p-relative a {
            height: 140px; } }
    .gallery .architecture:nth-child(5), .gallery .architecture:nth-child(7) {
      margin-top: -294px; }
      @media (max-width: 991px) {
        .gallery .architecture:nth-child(5), .gallery .architecture:nth-child(7) {
          margin-top: 24px; } }
  @media (max-width: 991px) {
    .gallery .dsn-stories .architecture {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 480px) {
    .gallery .dsn-stories .architecture {
      max-width: 100%;
      flex: 100%; } }
  .gallery .info {
    margin: 11px 0px;
    width: 100%;
    z-index: 22;
    left: 0px;
    text-align: center;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
    .gallery .info .title,
    .gallery .info h1,
    .gallery .info h2,
    .gallery .info h3,
    .gallery .info h4,
    .gallery .info h5,
    .gallery .info h6 {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: center; }
    .gallery .info .num-text {
      display: block;
      color: #007428;
      margin-top: 8px;
      line-height: 1; }

@media (max-width: 991px) {
  .interviews .item,
  .local-economy .item,
  .articles .item {
    max-width: 100%;
    flex: 100%; } }
.interviews .item .inner,
.local-economy .item .inner,
.articles .item .inner {
  position: relative;
  width: 100%; }
  .interviews .item .inner .photo,
  .local-economy .item .inner .photo,
  .articles .item .inner .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 446px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #AEC2E040;
    box-shadow: 0px 4px 4px 0px #AEC2E040;
    cursor: pointer; }
    @media (max-width: 991px) {
      .interviews .item .inner .photo,
      .local-economy .item .inner .photo,
      .articles .item .inner .photo {
        height: 242px; } }
    .interviews .item .inner .photo img,
    .local-economy .item .inner .photo img,
    .articles .item .inner .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .interviews .item .inner .photo .play,
    .local-economy .item .inner .photo .play,
    .articles .item .inner .photo .play {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 60px;
      height: 60px;
      margin: -30px 0px 0px -30px;
      background: #EEA616;
      border-radius: 50%; }
  .interviews .item .inner p,
  .local-economy .item .inner p,
  .articles .item .inner p {
    color: #6B6B6B;
    font-weight: 400;
    margin-top: 12px; }
    @media (min-width: 1600px) {
      .interviews .item .inner p,
      .local-economy .item .inner p,
      .articles .item .inner p {
        font-size: 18px; } }
.interviews .item .title,
.local-economy .item .title,
.articles .item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
  font-weight: 500;
  cursor: pointer;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s; }
  @media (min-width: 1600px) {
    .interviews .item .title,
    .local-economy .item .title,
    .articles .item .title {
      font-size: 24px; } }
  .interviews .item .title svg,
  .local-economy .item .title svg,
  .articles .item .title svg {
    width: 25px;
    height: 25px; }
  .interviews .item .title:hover,
  .local-economy .item .title:hover,
  .articles .item .title:hover {
    color: #EEA616; }
.interviews .item span,
.local-economy .item span,
.articles .item span {
  display: block;
  color: #EEA616;
  margin-top: 12px; }
@media (max-width: 991px) {
  .interviews .item .iteminter,
  .local-economy .item .iteminter,
  .articles .item .iteminter {
    margin-top: 24px !important; } }
@media (max-width: 767px) {
  .interviews .item .iteminter,
  .local-economy .item .iteminter,
  .articles .item .iteminter {
    max-width: 100%;
    flex: 100%; } }
.interviews .item .iteminter:nth-child(3), .interviews .item .iteminter:nth-child(4),
.local-economy .item .iteminter:nth-child(3),
.local-economy .item .iteminter:nth-child(4),
.articles .item .iteminter:nth-child(3),
.articles .item .iteminter:nth-child(4) {
  margin-top: 20px; }
.interviews .item .iteminter .inner .photo,
.local-economy .item .iteminter .inner .photo,
.articles .item .iteminter .inner .photo {
  height: 208px; }
@media (min-width: 1600px) {
  .interviews .item .iteminter .inner .title,
  .local-economy .item .iteminter .inner .title,
  .articles .item .iteminter .inner .title {
    font-size: 24px; } }

.interviews .item .iteminter .inner .photo {
  height: 176px; }

.banleft {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .banleft {
      display: none; } }
  .banleft:last-child {
    margin: 0px; }
  .banleft img {
    width: 100%; }

.subinter .item .intertext {
  margin-top: 24px; }
  @media (min-width: 1600px) {
    .subinter .item .intertext .title {
      font-size: 26px; } }
.subinter .item .iteminter {
  margin-top: 24px !important; }

@media (max-width: 991px) {
  .eco-advisor .item {
    max-width: 100%;
    flex: 100%; } }
.eco-advisor .item .photo {
  position: relative;
  width: 100%;
  height: 536px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #AEC2E040;
  box-shadow: 0px 4px 4px 0px #AEC2E040;
  cursor: pointer; }
  @media (max-width: 991px) {
    .eco-advisor .item .photo {
      height: 242px;
      margin-top: 24px; } }
  .eco-advisor .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.eco-advisor .item p {
  color: #616161;
  font-weight: 300;
  line-height: 36.25px;
  margin-top: 12px;
  padding-left: 12%; }
  @media (max-width: 991px) {
    .eco-advisor .item p {
      padding: 0px; } }
  @media (min-width: 1600px) {
    .eco-advisor .item p {
      font-size: 24px; } }
.eco-advisor .item:last-child {
  margin-top: -296px; }
  @media (max-width: 991px) {
    .eco-advisor .item:last-child {
      margin-top: 24px; } }
  .eco-advisor .item:last-child .subinner {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .eco-advisor .item:last-child .subinner {
        max-width: 100%;
        flex: 100%; } }
    .eco-advisor .item:last-child .subinner .inneradv {
      position: relative;
      width: 100%;
      height: 100%;
      background: #fff;
      padding: 24px;
      border: 1px solid #AEC2E040;
      border-radius: 10px;
      box-shadow: 0px 4px 4px 0px #AEC2E040; }
      .eco-advisor .item:last-child .subinner .inneradv svg {
        width: 80px;
        height: 80px; }
      .eco-advisor .item:last-child .subinner .inneradv .title {
        margin-top: 12px; }
        @media (min-width: 1600px) {
          .eco-advisor .item:last-child .subinner .inneradv .title {
            font-size: 26px; } }
      .eco-advisor .item:last-child .subinner .inneradv p {
        margin-top: 12px;
        padding: 0px !important; }
        @media (min-width: 1600px) {
          .eco-advisor .item:last-child .subinner .inneradv p {
            font-size: 20px; } }

.banerimg {
  height: 200px;
  background: #eea616; }
  @media (max-width: 767px) {
    .banerimg {
      height: auto;
      padding-bottom: 24px; } }
  .banerimg .photo {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%; }
    @media (max-width: 767px) {
      .banerimg .photo {
        position: relative;
        width: 100%;
        height: 160px; } }
    .banerimg .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .banerimg .photo::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 250px;
      height: 100%;
      background: url(../images/bg.png) no-repeat left top/cover; }
  .banerimg .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
  .banerimg .t-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 50%;
    max-width: 50%; }
    @media (max-width: 767px) {
      .banerimg .t-btn {
        min-width: 100%;
        max-width: 100%;
        margin-top: 24px; } }
    .banerimg .t-btn .title {
      color: #fff; }
    .banerimg .t-btn .bottom {
      min-width: 160px;
      max-width: 160px;
      height: 50px;
      background: #fff;
      color: #eea616;
      border-radius: 10px; }
      @media (max-width: 767px) {
        .banerimg .t-btn .bottom {
          min-width: 110px;
          max-width: 110px;
          height: 42px;
          font-size: 14px; } }
      @media (min-width: 1600px) {
        .banerimg .t-btn .bottom {
          font-size: 24px;
          min-width: 270px;
          max-width: 270px;
          height: 70px; } }
      .banerimg .t-btn .bottom:hover {
        -webkit-box-shadow: 4px 4px 60px #956d1d;
        -moz-box-shadow: 4px 4px 60px #956d1d;
        -o-box-shadow: 4px 4px 60px #956d1d;
        -ms-box-shadow: 4px 4px 60px #956d1d;
        box-shadow: 4px 4px 60px #956d1d; }

.c-studies .itemvision {
  margin-top: 24px; }
  .c-studies .itemvision .inner {
    background: #fff;
    box-shadow: 0px 4px 4px 0px #AEC2E040;
    border: 1px solid #AEC2E040;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 24px; }
    @media (min-width: 1600px) {
      .c-studies .itemvision .inner {
        padding-bottom: 32px; } }
    .c-studies .itemvision .inner .photo {
      border: 0px;
      box-shadow: none;
      height: 235px;
      border-radius: 0px; }
      @media (max-width: 991px) {
        .c-studies .itemvision .inner .photo {
          height: 220px; } }
    .c-studies .itemvision .inner .title {
      margin: 0px; }
  .c-studies .itemvision .morenews {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    background: #EEA616;
    border-radius: 10px;
    margin: -27px 16px 0px 0px; }
    @media (min-width: 1600px) {
      .c-studies .itemvision .morenews {
        width: 73px;
        height: 73px;
        margin: -37px 16px 0px 0px; } }

.condtext {
  margin-bottom: 24px; }
  .condtext:last-child {
    margin: 0px; }

.aboutus .title,
.aboutus h1,
.aboutus h2,
.aboutus h3,
.aboutus h4,
.aboutus h5,
.aboutus h6 {
  font-size: 24px; }
.aboutus p {
  margin-top: 12px;
  margin-bottom: 48px; }
.aboutus ul {
  padding-right: 20px; }
  .aboutus ul li {
    list-style: disc;
    margin-top: 12px; }

.contactus {
  margin-top: 40px; }
  @media (max-width: 991px) {
    .contactus {
      margin-top: 24px; } }
  .contactus .title {
    font-size: 24px; }
  .contactus .formmauto {
    max-width: 80%;
    margin-top: 24px;
    margin: 24px auto 0px auto; }
    @media (max-width: 991px) {
      .contactus .formmauto {
        max-width: 100%; } }
  .contactus .inpusrach {
    margin-bottom: 24px; }
    .contactus .inpusrach:last-child {
      margin: 0px; }
    @media (max-width: 991px) {
      .contactus .inpusrach {
        max-width: 100%;
        flex: 100%; } }
    .contactus .inpusrach .form-control {
      border: 1px solid #ced4da; }
      .contactus .inpusrach .form-control:focus {
        border: 1px solid #EEA616; }
    .contactus .inpusrach textarea.form-control {
      height: 180px;
      resize: none;
      padding-top: 32px; }
    .contactus .inpusrach .bottom {
      width: 160px;
      height: 54px;
      background: #000; }
      .contactus .inpusrach .bottom:hover {
        background: #EEA616; }
    .contactus .inpusrach .floating-label {
      position: absolute;
      right: 24px;
      top: 11px;
      color: #000;
      opacity: 0.3;
      margin: 0px;
      font-weight: normal;
      pointer-events: none;
      text-transform: capitalize;
      -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; }
    .contactus .inpusrach .form-control:focus ~ .floating-label,
    .contactus .inpusrach .form-control:not(:focus):valid ~ .floating-label {
      top: 0px;
      font-size: 14px; }
    .contactus .inpusrach .intl-tel-input input:focus ~ .floating-label,
    .contactus .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label {
      top: 9px; }
  .contactus .infomap {
    border-top: 1px solid #ced4da;
    margin-top: 54px; }
    @media (max-width: 991px) {
      .contactus .infomap {
        margin-top: 24px; } }
  .contactus .map {
    width: 100%;
    position: relative;
    background: #ccc;
    overflow: hidden;
    margin-top: 54px;
    margin-bottom: -54px; }
    @media (max-width: 991px) {
      .contactus .map {
        margin-top: 24px;
        margin-bottom: -24px; } }
    .contactus .map iframe {
      display: block;
      width: 100%;
      height: 368px;
      border: 0px; }
  .contactus .itemadds {
    margin-top: 54px; }
    @media (max-width: 991px) {
      .contactus .itemadds {
        margin-top: 24px; } }
    .contactus .itemadds .inner {
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: 24px; }
      .contactus .itemadds .inner:last-child {
        margin: 0px; }
      .contactus .itemadds .inner .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 12px;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        border-radius: 10px;
        overflow: hidden;
        background: #EEA616;
        position: relative; }
        .contactus .itemadds .inner .icon svg {
          min-width: 16px;
          min-height: 16px;
          fill: #fff; }
          .contactus .itemadds .inner .icon svg path {
            fill: #fff; }
      .contactus .itemadds .inner p,
      .contactus .itemadds .inner a {
        display: block;
        font-weight: 500;
        line-height: 150%;
        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; }
      .contactus .itemadds .inner a {
        direction: ltr; }
        .contactus .itemadds .inner a:hover {
          color: #EEA616; }

.consultation {
  position: relative;
  width: 100%;
  border-radius: 20px;
  padding: 48px 178px;
  background: #fdfcfc;
  border: 1px solid #7e7e7e4d; }
  @media (max-width: 991px) {
    .consultation {
      padding: 24px; } }
  .consultation .title {
    font-size: 24px;
    margin-bottom: 12px; }
  @media (min-width: 1600px) {
    .consultation p {
      font-size: 18px; } }
  .consultation .inpusrach {
    margin-top: 24px; }
    @media (min-width: 1600px) {
      .consultation .inpusrach {
        margin-top: 48px; } }
    .consultation .inpusrach .floating-label {
      background: #fdfcfc;
      color: #666666;
      font-weight: 500; }
      @media (min-width: 1600px) {
        .consultation .inpusrach .floating-label {
          font-size: 18px;
          top: 22px; } }
    .consultation .inpusrach .form-control {
      border: 1px solid #CCCCCC;
      padding-right: 24px; }
      @media (min-width: 1600px) {
        .consultation .inpusrach .form-control {
          height: 74px;
          font-size: 18px; } }
      .consultation .inpusrach .form-control:focus {
        border: 1px solid #EEA616; }
    .consultation .inpusrach select.form-control {
      -webkit-appearance: none;
      background: none !important;
      font-weight: 400;
      background: #fff url(../images/arrow3.svg) 12px center no-repeat !important; }
    .consultation .inpusrach .bottom {
      width: 160px;
      height: 54px; }

.reld .iteminter {
  margin-top: 24px !important; }

.faqs {
  padding: 40px 0px;
  /* Vertical line */ }
  @media (max-width: 991px) {
    .faqs {
      padding: 24px 0px; } }
  .faqs .title {
    font-size: 24px;
    margin-bottom: 12px; }
  .faqs p {
    color: #00000080; }
    @media (min-width: 1600px) {
      .faqs p {
        font-size: 18px; } }
  .faqs .accordion {
    max-width: 80%;
    margin: 24px auto 0px auto; }
    @media (max-width: 991px) {
      .faqs .accordion {
        max-width: 100%; } }
    .faqs .accordion .option {
      width: 100%;
      margin-bottom: 24px;
      border: 1px solid #65656533;
      background: #fff;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      background-clip: padding-box;
      position: relative; }
      .faqs .accordion .option:last-child {
        margin: 0px; }
      .faqs .accordion .option .click-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .faqs .accordion .option .click-title a {
          display: flex !important;
          align-items: center;
          width: 100%;
          padding: 20px;
          font-size: 18px;
          color: #000;
          font-weight: 400; }
          @media (min-width: 1600px) {
            .faqs .accordion .option .click-title a {
              padding: 32px 20px;
              font-size: 24px; } }
      .faqs .accordion .option .text {
        padding: 0px 32px 32px 32px;
        font-weight: 400; }
        @media (min-width: 1600px) {
          .faqs .accordion .option .text {
            color: #000000B2;
            font-size: 29px;
            line-height: 36.25px; } }
  .faqs .collapsible-link::before {
    content: '';
    position: absolute;
    left: 12px;
    width: 26px;
    height: 20px;
    background: url(../images/arrow.svg) no-repeat;
    display: block;
    -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;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .faqs .collapsible-link[aria-expanded='true']::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

.footer {
  position: relative;
  width: 100%;
  padding-top: 32px;
  background: #fff;
  z-index: 999;
  margin-top: 54px; }
  @media (max-width: 991px) {
    .footer {
      margin-top: 24px; } }
  .footer .logo {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fdde96; }
    @media (max-width: 991px) {
      .footer .logo {
        text-align: center; } }
    .footer .logo img {
      max-width: 152px; }
  .footer .boxfot {
    margin-top: 28px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .footer .boxfot .title {
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 4px; }
      @media (max-width: 991px) {
        .footer .boxfot .title {
          text-align: center; } }
      .footer .boxfot .title.c-y {
        color: #EEA616; }
    .footer .boxfot .newsletter {
      position: relative;
      width: 430px;
      margin-top: 32px; }
      @media (max-width: 991px) {
        .footer .boxfot .newsletter {
          padding: 0px;
          width: 100%;
          margin-top: 24px; } }
      .footer .boxfot .newsletter .form-control {
        width: 100%;
        height: 61px; }
        @media (min-width: 1600px) {
          .footer .boxfot .newsletter .form-control {
            height: 81px; } }
      .footer .boxfot .newsletter .bottom {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 81px;
        height: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; }
  .footer .navmenu a {
    display: block;
    width: 100%;
    position: relative;
    font-weight: 400;
    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; }
    @media (min-width: 1600px) {
      .footer .navmenu a {
        font-size: 22px; } }
    .footer .navmenu a:hover {
      color: #EEA616;
      opacity: 1; }
    @media (max-width: 991px) {
      .footer .navmenu a {
        text-align: center; }
        .footer .navmenu a svg {
          display: none; } }
    @media (min-width: 1600px) {
      .footer .navmenu a {
        font-size: 18px; } }
  .footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0px;
    border-top: 1px solid #00000033;
    margin-top: 48px; }
    .footer .copyright .navmenu {
      display: flex; }
      .footer .copyright .navmenu a {
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 24px; }
        .footer .copyright .navmenu a:last-child {
          margin: 0px; }
        @media (max-width: 991px) {
          .footer .copyright .navmenu a {
            margin: 0px 12px; } }
    .footer .copyright .social {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 991px) {
        .footer .copyright .social {
          justify-content: center; } }
      .footer .copyright .social a {
        display: flex;
        align-items: center;
        justify-content: center; }
        .footer .copyright .social a svg {
          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; }
        .footer .copyright .social a.icon-twitter svg path {
          -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 .copyright .social a.icon-facebook svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-facebook:hover svg {
          fill: #3b5998; }
        .footer .copyright .social a.icon-facebook:hover.icon-twitter:hover svg path {
          fill: #3b5998 !important; }
        .footer .copyright .social a.icon-twitter svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-twitter:hover svg {
          fill: #00acee; }
        .footer .copyright .social a.icon-twitter:hover.icon-twitter:hover svg path {
          fill: #00acee !important; }
        .footer .copyright .social a.icon-instagram svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-instagram:hover svg {
          fill: #8d5b46; }
        .footer .copyright .social a.icon-instagram:hover.icon-twitter:hover svg path {
          fill: #8d5b46 !important; }
        .footer .copyright .social a.icon-youtube svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-youtube:hover svg {
          fill: #c4302b; }
        .footer .copyright .social a.icon-youtube:hover.icon-twitter:hover svg path {
          fill: #c4302b !important; }
        .footer .copyright .social a.icon-rss svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-rss:hover svg {
          fill: #ee802f; }
        .footer .copyright .social a.icon-rss:hover.icon-twitter:hover svg path {
          fill: #ee802f !important; }
        .footer .copyright .social a.icon-linkedin svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-linkedin:hover svg {
          fill: #007fb1; }
        .footer .copyright .social a.icon-linkedin:hover.icon-twitter:hover svg path {
          fill: #007fb1 !important; }
        .footer .copyright .social a.icon-gplus svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-gplus:hover svg {
          fill: #dd4b39; }
        .footer .copyright .social a.icon-gplus:hover.icon-twitter:hover svg path {
          fill: #dd4b39 !important; }
        .footer .copyright .social a.icon-whatsapp svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-whatsapp:hover svg {
          fill: #189d0e; }
        .footer .copyright .social a.icon-whatsapp:hover.icon-twitter:hover svg path {
          fill: #189d0e !important; }
        .footer .copyright .social a.icon-snapchat svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-snapchat:hover svg {
          fill: #e2df01; }
        .footer .copyright .social a.icon-snapchat:hover.icon-twitter:hover svg path {
          fill: #e2df01 !important; }
        .footer .copyright .social a.icon-telegram svg {
          fill: #EEA616; }
        .footer .copyright .social a.icon-telegram:hover svg {
          fill: #32afed; }
        .footer .copyright .social a.icon-telegram:hover.icon-twitter:hover svg path {
          fill: #32afed !important; }
      @media (max-width: 991px) {
        .footer .copyright .social {
          margin-top: 12px; } }
      .footer .copyright .social a {
        margin: 0px;
        margin-right: 16px; }
        @media (max-width: 991px) {
          .footer .copyright .social a {
            margin: 0px 8px; } }
      .footer .copyright .social .icon-twitter svg path {
        fill: #EEA616 !important; }
    .footer .copyright p {
      color: #000; }
      @media (max-width: 991px) {
        .footer .copyright p {
          margin-top: 12px; } }
      @media (min-width: 1600px) {
        .footer .copyright p {
          font-size: 22px; } }
    @media (max-width: 991px) {
      .footer .copyright {
        display: block;
        margin-top: 32px; }
        .footer .copyright p {
          text-align: center; }
        .footer .copyright a {
          display: block;
          text-align: center;
          margin-top: 16px; } }
    .footer .copyright img {
      max-width: 92px;
      margin-right: 4px; }
  .footer .scrollToTop {
    display: none !important;
    position: fixed;
    bottom: 100px;
    left: 16px;
    width: 46px;
    height: 46px;
    z-index: 1000;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    border: 0px !important;
    padding-top: 8px; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
    .footer .scrollToTop.btntop {
      display: block !important; }
      @media (max-width: 991px) {
        .footer .scrollToTop.btntop {
          display: none !important; } }

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 {
  text-align: right;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Readex Pro', sans-serif;
  color: #6a6a6a; }

body {
  direction: rtl;
  background: #f9f9f9; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

::-webkit-scrollbar-track {
  background: #f9f9f9; }

::-webkit-scrollbar-thumb {
  background-color: #EEA616;
  cursor: pointer; }

.title {
  color: #000;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  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; }
  @media (max-width: 991px) {
    .title {
      font-size: 18px; } }
  @media (min-width: 1600px) {
    .title {
      font-size: 22px; } }
  .title a {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    border-right: 6px solid #EEA616;
    padding-right: 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; }
    @media (min-width: 1600px) {
      .title a {
        font-size: 28px; } }
    .title a:hover {
      color: #EEA616; }
      .title a:hover svg {
        fill: #EEA616; }
    .title a svg {
      fill: #000;
      max-width: 8px;
      margin: 0px 8px 0px 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; }
      @media (min-width: 1600px) {
        .title a svg {
          max-width: 12px; } }

.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: #EEA616;
  border-radius: 20px;
  -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: 0px 8px; }
  .bottom svg {
    margin-left: 8px;
    max-width: 24px; }
  .bottom:hover {
    background: #000; }
  .bottom:focus {
    outline: none;
    outline-style: none; }

.form-control {
  height: 56px;
  text-transform: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  border: 1px solid #EEA616;
  font-size: 14px;
  font-weight: 400;
  -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; }
  .form-control:focus, .form-control:hover, .form-control:focus-visible {
    outline: 0;
    outline-style: none; }

select.form-control {
  -webkit-appearance: none;
  background: none !important;
  font-weight: 400;
  background: url(../images/calendar.svg) 12px center no-repeat !important; }

textarea.form-control {
  resize: none; }

.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; }

.section {
  position: relative;
  width: 100%;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .section {
      margin-top: 24px; } }

.che-box {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  padding-right: 36px; }
  @media (min-width: 1600px) {
    .che-box {
      padding-right: 46px; } }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    position: absolute;
    left: 9000px; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 2px;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #CCCCCC;
    font-style: initial; }
    @media (min-width: 1600px) {
      .che-box input[type="checkbox"] + .label-text:before,
      .che-box input[type="radio"] + .label-text:before {
        width: 35px;
        height: 35px;
        top: 0px; } }
  .che-box input[type="checkbox"]:checked + .label-text:before,
  .che-box input[type="radio"]:checked + .label-text:before {
    content: "";
    background: #EEA616 url(../images/tick.svg) no-repeat center center;
    background-size: cover;
    border: 1px solid #EEA616;
    animation: effect 250ms ease-in; }
  .che-box span.label-text {
    font-weight: 400;
    color: #000; }
    @media (min-width: 1600px) {
      .che-box span.label-text {
        font-size: 22px; } }
    .che-box span.label-text a {
      color: #EEA616;
      text-decoration: underline;
      font-weight: 400; }
      @media (min-width: 1600px) {
        .che-box span.label-text a {
          font-size: 22px; } }
      .che-box span.label-text a:hover {
        text-decoration: none; }

.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%); }

.content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  padding: 48px 24px 24px 24px;
  background: linear-gradient(180deg, rgba(238, 166, 22, 0) 0%, #EEA616 100%); }
  .content .date {
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #fff; }
    @media (min-width: 1600px) {
      .content .date {
        font-size: 20px; } }
    .content .date svg {
      width: 26px;
      height: 26px;
      margin-left: 8px; }
      @media (max-width: 991px) {
        .content .date svg {
          width: 18px;
          height: 18px; } }
  .content .title {
    color: #fff;
    font-weight: 500;
    margin-top: 8px; }
    @media (min-width: 1600px) {
      .content .title {
        font-size: 25px; } }
  .content .tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    border-radius: 5px;
    background: #EEA616;
    font-weight: 500;
    color: #fff;
    text-align: center; }
    @media (min-width: 1600px) {
      .content .tag {
        font-size: 18px; } }

.iconshare {
  display: flex;
  align-items: center;
  margin-top: 16px; }
  .iconshare .share {
    display: block;
    cursor: pointer; }
    .iconshare .share svg {
      max-width: 16px;
      height: 16px;
      fill: #000; }
  .iconshare .social {
    display: flex;
    direction: ltr; }
    .iconshare .social a {
      margin: 0px;
      margin-right: 16px; }
      .iconshare .social a svg {
        width: 20px;
        height: 20px;
        -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; }
      .iconshare .social a.icon-facebook svg {
        fill: #3b5998; }
      .iconshare .social a.icon-facebook:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-twitter svg {
        fill: #00acee; }
      .iconshare .social a.icon-twitter:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-instagram svg {
        fill: #8d5b46; }
      .iconshare .social a.icon-instagram:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-youtube svg {
        fill: #c4302b; }
      .iconshare .social a.icon-youtube:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-rss svg {
        fill: #ee802f; }
      .iconshare .social a.icon-rss:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-linkedin svg {
        fill: #007fb1; }
      .iconshare .social a.icon-linkedin:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-gplus svg {
        fill: #dd4b39; }
      .iconshare .social a.icon-gplus:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-whatsapp svg {
        fill: #189d0e; }
      .iconshare .social a.icon-whatsapp:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-snapchat svg {
        fill: #e2df01; }
      .iconshare .social a.icon-snapchat:hover svg {
        opacity: 0.5; }
      .iconshare .social a.icon-telegram svg {
        fill: #32afed; }
      .iconshare .social a.icon-telegram:hover svg {
        opacity: 0.5; }

.pagination {
  width: 100%;
  margin-top: 48px;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: flex; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #eea61645;
      border: 0px;
      background: 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; }
      .pagination li a:focus,
      .pagination li span:focus {
        box-shadow: none; }
    .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: #EEA616;
      font-size: 14px;
      padding-top: 8px; }
      .pagination li:first-child a svg, .pagination li:last-child a svg {
        max-width: 12px;
        height: 12px;
        fill: #EEA616; }
    .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 {
    color: #EEA616 !important;
    background: none !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #EEA616; }

/*# sourceMappingURL=home.css.map */
