*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

body {
  font-family: 'CenturyGothic';
  font-size: 16px;
  background: #fff !important; }

a {
  text-decoration: none; }

ul, ol {
  list-style: none; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative; }

header {
  width: 100%;
  height: 100px;
  background: url(../images/header_bg.png) repeat-y center/contain;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  header .burger_menu {
    display: none; }
  header .i_arrow {
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    background: url(../images/arrow_bottom.png) no-repeat center/20px; }
    header .i_arrow.active {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  header .container {
    width: 100%;
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 100px;
    padding-left: 180px; }
    header .container:after {
      content: '';
      display: block;
      width: 40px;
      height: 100px;
      background: url(../images/golden_strip.png) no-repeat center/cover;
      position: absolute;
      top: 0;
      right: 20px; }
  header #logo {
    width: 268px;
    height: 62px;
    display: block;
    background: url(../images/logo_n.png) no-repeat center/contain;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  header nav ul {
    text-align: center; }
    header nav ul li {
      display: inline-block;
      position: relative;
      text-transform: uppercase; }
      header nav ul li a {
        color: #fff;
        line-height: 100px;
        display: block;
        font-size: 14px;
        padding: 0 10px;
        position: relative; }
        header nav ul li a.active:after, header nav ul li a:hover:after {
          content: '';
          width: calc(100% - 20px);
          display: block;
          height: 5px;
          background: #AF803B;
          position: absolute;
          top: 60px; }
      header nav ul li:hover ul.dd_toggle {
        display: block; }
        header nav ul li:hover ul.dd_toggle li a {
          position: relative; }
      header nav ul li ul.dd_toggle {
        width: 200px;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 1001;
        background: #AF803B;
        display: none; }
        header nav ul li ul.dd_toggle.three_col {
          width: 1080px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          padding: 10px 0;
          -webkit-column-count: 3;
          -moz-column-count: 3;
          column-count: 3; }
          header nav ul li ul.dd_toggle.three_col li {
            width: 100%;
            text-align: left;
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid; }
            header nav ul li ul.dd_toggle.three_col li a {
              text-align: left; }
        header nav ul li ul.dd_toggle li {
          display: block;
          text-align: left; }
          header nav ul li ul.dd_toggle li a {
            line-height: normal;
            padding: 10px 20px;
            text-align: left; }
            header nav ul li ul.dd_toggle li a:hover:before {
              content: '';
              width: 100%;
              height: 100%;
              display: block;
              background: rgba(255, 255, 255, 0.25);
              position: absolute;
              top: 0;
              left: 0; }
            header nav ul li ul.dd_toggle li a:hover:after {
              display: none; }
  header .search_box {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/icon_search.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  header .popup_search {
    width: 100%;
    height: 68px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 10;
    display: none; }
    header .popup_search:after {
      content: '';
      width: 100%;
      height: 100%;
      display: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #212457;
      opacity: 0.5;
      z-index: -1; }
    header .popup_search .container {
      padding-left: 0;
      padding-top: 10px; }
      header .popup_search .container:after {
        content: '';
        display: none; }
      header .popup_search .container input[type="text"] {
        width: 100%;
        height: 48px;
        display: block;
        border: none;
        background: none;
        color: #fff;
        font-size: 16px;
        padding: 0 68px;
        padding-right: 120px; }
      header .popup_search .container .close_btn {
        width: 48px;
        height: 48px;
        display: block;
        background: url(../images/icon_close.png) no-repeat center;
        position: absolute;
        top: 10px;
        left: 0;
        cursor: pointer; }
      header .popup_search .container .search_btn {
        width: 48px;
        height: 48px;
        display: block;
        background: url(../images/icon_search.png) no-repeat center;
        position: absolute;
        top: 10px;
        right: 75px;
        border: none;
        cursor: pointer; }

section {
  padding-top: 100px;
  color: #202456; }
  section .section_thankyou {
    margin-top: 50px;
    width: 100%;
    padding: 60px 0 20px;
    background: url(../images/header_bg.png) repeat-y center/contain; }
    section .section_thankyou .container {
      max-width: 960px;
      margin: 0 auto;
      text-align: center;
      color: #fff; }
      section .section_thankyou .container h2 {
        color: #D79D39;
        font-size: 32px;
        text-transform: uppercase;
        font-family: 'BodoniXT';
        letter-spacing: 2px;
        margin-bottom: 20px; }
      section .section_thankyou .container .img_top {
        width: 70px;
        margin-bottom: 20px; }
      section .section_thankyou .container .button_row {
        margin-top: 40px;
        margin-bottom: 60px; }
        section .section_thankyou .container .button_row a {
          padding: 2px 10px;
          margin: 0 10px;
          border: 1px solid #fff;
          display: inline-block;
          border-radius: 3px;
          color: #fff;
          text-transform: uppercase;
          margin-top: 20px; }
          section .section_thankyou .container .button_row a span {
            background: url(../images/arrow_paging_right_white.png) no-repeat right center;
            padding-right: 15px;
            display: block; }
  section.grey_bg {
    /*background:#C8C8C8;*/
    background: #F4F4F4; }
  section .section_notfound {
    width: 100%;
    position: absolute;
    height: 100vh;
    background: url(../images/bg_404.png) no-repeat center/cover;
    overflow: hidden;
    top: 0;
    left: 0; }
    section .section_notfound .container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      text-align: center; }
      section .section_notfound .container h2 {
        font-family: 'CenturyGothicBold';
        font-size: 100px; }
      section .section_notfound .container .txt_bold {
        font-family: 'CenturyGothicBold';
        display: block;
        font-size: 20px;
        margin-bottom: 5px; }
      section .section_notfound .container a {
        padding: 0 20px;
        border: 1px solid #fff;
        display: inline-block;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 20px; }
        section .section_notfound .container a span {
          background: url(../images/arrow_paging_right_white.png) no-repeat right center;
          padding-right: 15px;
          display: block; }
  section h3 {
    font-family: 'BodoniXT';
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 36px; }
  section .flag_name_btn {
    background: #212557;
    padding: 0 40px 0 20px;
    display: block;
    color: #fff;
    line-height: 38px;
    position: relative; }
    section .flag_name_btn:after {
      content: '';
      width: 22px;
      height: 100%;
      background: url(../images/golden_strip.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      right: 15px; }
  section .section_news_update {
    padding-top: 40px;
    padding-bottom: 60px; }
    section .section_news_update .container {
      max-width: 960px;
      margin: 0 auto; }
    section .section_news_update .snu_box {
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #ccc; }
    section .section_news_update .snu_img {
      width: 260px;
      float: left;
      margin-right: 20px; }
      section .section_news_update .snu_img img {
        width: 100%; }
    section .section_news_update .snu_desc {
      width: calc(100% - 280px);
      float: left;
      font-size: 16px; }
      section .section_news_update .snu_desc .label {
        color: #A2A2A2;
        font-size: 14px; }
      section .section_news_update .snu_desc h4 a {
        color: #212557;
        font-family: 'CenturyGothicBold';
        font-size: 18px;
        line-height: 28px; }
      section .section_news_update .snu_desc .date {
        color: #808080;
        display: block;
        margin-bottom: 20px; }
      section .section_news_update .snu_desc p {
        text-align: justify; }
    section .section_news_update .show_more {
      width: 200px;
      margin: 0 auto;
      display: block;
      line-height: 36px; }
    section .section_news_update .snu_detail_box {
      width: 620px;
      float: left; }
      section .section_news_update .snu_detail_box .snu_detail_top {
        background: url(../images/snu_bar.png) repeat-y right center/contain;
        padding: 7px 20px;
        color: #fff;
        position: relative; }
        section .section_news_update .snu_detail_box .snu_detail_top:after {
          content: '';
          display: block;
          width: 20px;
          height: 100%;
          background: url(../images/golden_strip.png) no-repeat center/cover;
          position: absolute;
          top: 0;
          right: 10px; }
        section .section_news_update .snu_detail_box .snu_detail_top h4 {
          font-size: 20px;
          font-weight: normal; }
        section .section_news_update .snu_detail_box .snu_detail_top span {
          font-size: 14px;
          display: block;
          margin-bottom: 5px;
          font-family: 'CenturyGothicBold'; }
      section .section_news_update .snu_detail_box .snu_btn {
        text-align: right;
        margin-bottom: 20px; }
        section .section_news_update .snu_detail_box .snu_btn .pdf_btn {
          background: #AF803B;
          color: #fff;
          padding: 5px 10px;
          border-radius: 3px;
          display: inline-block; }
          section .section_news_update .snu_detail_box .snu_btn .pdf_btn span {
            background: url(../images/arrow_paging_right_white.png) no-repeat center right;
            padding-right: 20px;
            display: block;
            font-size: 12px;
            font-family: 'CenturyGothicBold'; }
        section .section_news_update .snu_detail_box .snu_btn .share_btn {
          background: #212557;
          color: #fff;
          padding: 5px 10px;
          border-radius: 3px;
          display: inline-block; }
          section .section_news_update .snu_detail_box .snu_btn .share_btn span {
            background: url(../images/icon_share.png) no-repeat center right;
            padding-right: 20px;
            display: block;
            font-size: 12px;
            font-family: 'CenturyGothicBold'; }
      section .section_news_update .snu_detail_box .snu_detail_desc {
        padding: 20px;
        background: #fff; }
        section .section_news_update .snu_detail_box .snu_detail_desc img {
          width: 100%;
          margin-bottom: 10px;
          display: block; }
        section .section_news_update .snu_detail_box .snu_detail_desc p {
          line-height: 24px;
          margin-bottom: 20px; }
        section .section_news_update .snu_detail_box .snu_detail_desc h4 {
          margin-bottom: 20px; }
        section .section_news_update .snu_detail_box .snu_detail_desc ul {
          list-style: disc;
          padding-left: 20px;
          line-height: 24px; }
        section .section_news_update .snu_detail_box .snu_detail_desc ol {
          list-style: decimal;
          padding-left: 20px;
          line-height: 24px; }
    section .section_news_update .snu_misc {
      width: calc(100% - 640px);
      float: right;
      padding: 20px;
      background: #fff; }
      section .section_news_update .snu_misc h3 {
        font-size: 18px;
        letter-spacing: 0;
        margin-bottom: 20px; }
      section .section_news_update .snu_misc .snu_thumb {
        margin-bottom: 20px; }
        section .section_news_update .snu_misc .snu_thumb:last-child {
          margin-bottom: 0; }
      section .section_news_update .snu_misc .snut_img {
        width: 80px;
        float: left; }
        section .section_news_update .snu_misc .snut_img img {
          width: 100%; }
      section .section_news_update .snu_misc .snut_desc {
        width: calc(100% - 80px);
        float: left;
        padding: 0 10px; }
        section .section_news_update .snu_misc .snut_desc h4 {
          font-size: 14px; }
          section .section_news_update .snu_misc .snut_desc h4 a {
            color: #212557; }
            section .section_news_update .snu_misc .snut_desc h4 a:hover {
              text-decoration: underline; }
  section .section_notable {
    padding: 40px 0; }
    section .section_notable .container {
      max-width: 960px;
      margin: 0 auto; }
    section .section_notable .filter_box .title {
      color: #CFCFCF;
      font-size: 18px;
      margin-bottom: 5px;
      display: block; }
    section .section_notable .filter_box .row_clear {
      border-bottom: 1px solid #ccc;
      padding-bottom: 30px;
      margin-bottom: 30px; }
    section .section_notable .form_box {
      display: block;
      float: left;
      margin-right: 20px; }
      section .section_notable .form_box select {
        height: 36px;
        padding: 0 5px;
        border: 1px solid #909090;
        background: #ccc;
        color: #333333;
        font-size: 18px;
        max-width: 300px; }
      section .section_notable .form_box input[type="text"] {
        border: 1px solid #909090;
        color: #333;
        border-radius: 0;
        background: url(../images/icon_search_grey.png) no-repeat center left 10px;
        padding-left: 35px;
        font-size: 18px; }
      section .section_notable .form_box .grey_btn {
        background: #ccc url(../images/icon_submit.png) no-repeat center left 10px;
        display: block;
        border: 1px solid #909090;
        height: 36px;
        padding: 0 15px 0 30px;
        font-family: 'CenturyGothicBold';
        font-size: 18px;
        color: #333333; }
    section .section_notable .filter_list {
      margin-bottom: 60px; }
      section .section_notable .filter_list ul {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 20px; }
        section .section_notable .filter_list ul li {
          margin-bottom: 20px;
          color: #212557; }
          section .section_notable .filter_list ul li a {
            color: #212557; }
          section .section_notable .filter_list ul li span {
            display: block;
            font-family: 'CenturyGothicBold'; }
    section .section_notable .paging_box ul {
      text-align: center; }
      section .section_notable .paging_box ul li {
        border: 1px solid #909090;
        width: 24px;
        height: 24px;
        line-height: 22px;
        border-radius: 3px;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        position: relative; }
        section .section_notable .paging_box ul li a {
          width: 24px;
          height: 24px;
          line-height: 22px;
          color: #212557;
          font-family: 'CenturyGothicBold';
          disapl: blovck; }
        section .section_notable .paging_box ul li img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          max-width: 50%; }
        section .section_notable .paging_box ul li.active, section .section_notable .paging_box ul li:hover {
          background: #D79D39; }
  section .section_simple_ce {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 60px; }
    section .section_simple_ce .container {
      max-width: 960px;
      margin: 0 auto; }
      section .section_simple_ce .container .sce_repeat {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        text-align: justify; }
        section .section_simple_ce .container .sce_repeat h4 a {
          color: #202456; }
      section .section_simple_ce .container hr {
        margin-bottom: 20px; }
      section .section_simple_ce .container p {
        margin-bottom: 20px; }
      section .section_simple_ce .container h4 {
        margin-bottom: 20px; }
      section .section_simple_ce .container ul {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 20px; }
        section .section_simple_ce .container ul li {
          line-height: 24px; }
      section .section_simple_ce .container ol {
        list-style: decimal;
        padding-left: 20px;
        margin-bottom: 20px; }
  section .section_contact {
    margin-bottom: 40px; }
    section .section_contact .container {
      max-width: 960px;
      margin: 0 auto; }
      section .section_contact .container h4 {
        font-family: 'CenturyGothicBold';
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 20px; }
      section .section_contact .container .cp_box {
        float: left;
        display: block;
        margin-right: 40px;
        margin-bottom: 40px; }
      section .section_contact .container .cp_img {
        width: 120px;
        height: 120px;
        display: block;
        overflow: hidden;
        border-radius: 60px;
        margin: 0 auto 10px; }
        section .section_contact .container .cp_img img {
          width: 100%; }
      section .section_contact .container .cp_info {
        font-size: 15px; }
      section .section_contact .container span.title {
        text-align: center;
        font-family: 'CenturyGothicBold';
        display: block;
        text-transform: uppercase;
        font-size: 15px; }
  section .breadcrumb_box .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0; }
    section .breadcrumb_box .container ul:after {
      content: '';
      display: block;
      clear: both; }
    section .breadcrumb_box .container ul li {
      color: #808080;
      font-family: 'CenturyGothicBold';
      text-transform: uppercase;
      display: block;
      float: left; }
      section .breadcrumb_box .container ul li:after {
        content: '/';
        display: inline-block;
        margin: 0 10px; }
      section .breadcrumb_box .container ul li:last-child:after {
        display: none; }
      section .breadcrumb_box .container ul li a {
        color: #808080; }
  section .section_aop .container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }
    section .section_aop .container h3 {
      margin-bottom: 20px; }
    section .section_aop .container strong {
      font-family: 'CenturyGothicBold'; }
    section .section_aop .container p {
      text-align: justify; }
  section .section_aop .row_clear {
    margin-top: 40px;
    margin-bottom: 60px; }
  section .section_aop .aop_slider .slick-prev {
    width: 25px;
    height: 50px;
    background: url(../images/icon_arrow_left.png) no-repeat top center; }
    section .section_aop .aop_slider .slick-prev:before {
      display: none; }
  section .section_aop .aop_slider .slick-next {
    width: 25px;
    height: 50px;
    background: url(../images/icon_arrow_right.png) no-repeat top center; }
    section .section_aop .aop_slider .slick-next:before {
      display: none; }
  section .section_aop .aop_slider .slick-slide {
    margin: 0 20px; }
  section .section_aop .aop_slider.slick-dotted.slick-slider {
    margin-bottom: 0; }
  section .section_aop .aop_slider .slick-dots {
    padding: 0 !important;
    bottom: -40px; }
    section .section_aop .aop_slider .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 2px;
      margin-bottom: 0 !important; }
      section .section_aop .aop_slider .slick-dots li.slick-active button {
        background: #000; }
      section .section_aop .aop_slider .slick-dots li button {
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 10px;
        padding: 0; }
        section .section_aop .aop_slider .slick-dots li button::before {
          display: none; }
  section .section_aop .aop_slider .aop_img {
    margin-bottom: 20px; }
    section .section_aop .aop_slider .aop_img img {
      width: 100%; }
  section .section_aop .aop_slider .aop_text a {
    color: #212557; }
  section .section_partners {
    padding: 100px 0; }
    section .section_partners.custom_one {
      padding: 40px 0; }
      section .section_partners.custom_one .container p {
        margin-bottom: 30px; }
      section .section_partners.custom_one .container h3 {
        text-align: center;
        margin-bottom: 30px; }
        section .section_partners.custom_one .container h3 a {
          color: #212557; }
      section .section_partners.custom_one .container .sp_wrapper {
        text-align: center;
        padding: 40px 0 40px; }
        section .section_partners.custom_one .container .sp_wrapper.border_bottom {
          border-bottom: 1px solid #eee;
          padding-bottom: 40px;
          margin-bototm: 40px; }
        section .section_partners.custom_one .container .sp_wrapper:after {
          content: '';
          display: block;
          clear: both; }
        section .section_partners.custom_one .container .sp_wrapper .row_clear {
          background: none;
          padding: 0; }
          section .section_partners.custom_one .container .sp_wrapper .row_clear:before {
            display: none; }
        section .section_partners.custom_one .container .sp_wrapper .pr_box {
          float: none;
          display: inline-block;
          margin: 0 20px; }
        section .section_partners.custom_one .container .sp_wrapper .pr_name {
          text-align: center;
          left: 0;
          width: 100%; }
        section .section_partners.custom_one .container .sp_wrapper .flag_name_btn {
          display: inline-block;
          text-align: left;
          text-transform: uppercase;
          width: 280px;
          margin: 0 10px;
          height: 76px;
          position: relative; }
          section .section_partners.custom_one .container .sp_wrapper .flag_name_btn span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 100%;
            padding: 0 20px;
            line-height: 24px; }
    section .section_partners.custom_two {
      padding: 40px 0; }
      section .section_partners.custom_two .container p {
        margin-bottom: 30px; }
      section .section_partners.custom_two .container h2 {
        margin-bottom: 30px;
        font-family: 'BodoniXT';
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 36px; }
      section .section_partners.custom_two .container .sp_wrapper .row_clear {
        padding: 0; }
        section .section_partners.custom_two .container .sp_wrapper .row_clear:before {
          display: none; }
      section .section_partners.custom_two .container .sp_wrapper .pr_box {
        float: none;
        margin: 0;
        display: block;
        background: #f2f2f2;
        width: 100%;
        margin-bottom: 40px; }
        section .section_partners.custom_two .container .sp_wrapper .pr_box:after {
          content: '';
          display: block;
          clear: both; }
        section .section_partners.custom_two .container .sp_wrapper .pr_box.reverse .pr_img {
          float: right;
          margin-right: 0;
          width: 240px; }
        section .section_partners.custom_two .container .sp_wrapper .pr_box.reverse .pr_desc {
          width: calc(100% - 260px);
          padding-left: 20px; }
          section .section_partners.custom_two .container .sp_wrapper .pr_box.reverse .pr_desc h3 {
            letter-spacing: 2px; }
        section .section_partners.custom_two .container .sp_wrapper .pr_box.reverse .pr_contact {
          margin-top: 15px;
          font-family: 'CenturyGothicBold'; }
          section .section_partners.custom_two .container .sp_wrapper .pr_box.reverse .pr_contact .strong {
            display: block;
            font-family: 'CenturyGothicBold';
            margin-bottom: 5px; }
      section .section_partners.custom_two .container .sp_wrapper .pr_img {
        width: 260px;
        float: left;
        margin-right: 20px; }
        section .section_partners.custom_two .container .sp_wrapper .pr_img img {
          display: block; }
      section .section_partners.custom_two .container .sp_wrapper .pr_desc {
        width: calc(100% - 280px);
        float: left;
        padding: 10px 20px 10px 0; }
      section .section_partners.custom_two .container .sp_wrapper .flag_name_btn {
        width: 330px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      section .section_partners.custom_two .container .sp_wrapper .pr_contact {
        margin-bottom: 10px; }
        section .section_partners.custom_two .container .sp_wrapper .pr_contact .pr_phone {
          background: url(../images/icon_phone.png) no-repeat left center;
          padding-left: 25px;
          line-height: 32px;
          display: inline-block;
          margin-right: 20px; }
        section .section_partners.custom_two .container .sp_wrapper .pr_contact .pr_mail {
          background: url(../images/icon_mail.png) no-repeat left center;
          padding-left: 25px;
          line-height: 32px;
          display: inline-block; }
      section .section_partners.custom_two .container .sp_wrapper .see_more {
        background: #B6803B;
        padding: 5px 15px;
        display: inline-block;
        color: #fff;
        border: none; }
        section .section_partners.custom_two .container .sp_wrapper .see_more span {
          background: url(../images/small_arrow_right_white.png) no-repeat right center; }
      section .section_partners.custom_two .container .sp_overview {
        padding: 40px 0 0; }
        section .section_partners.custom_two .container .sp_overview:after {
          content: '';
          display: block;
          clear: both; }
        section .section_partners.custom_two .container .sp_overview .spo_left {
          float: left;
          width: 240px; }
          section .section_partners.custom_two .container .sp_overview .spo_left h3 {
            letter-spacing: 2px;
            font-size: 36px; }
        section .section_partners.custom_two .container .sp_overview .spo_right {
          float: left;
          width: calc(100% - 240px);
          padding: 0 20px; }
          section .section_partners.custom_two .container .sp_overview .spo_right h4 {
            margin-bottom: 20px; }
          section .section_partners.custom_two .container .sp_overview .spo_right ul {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 20px; }
            section .section_partners.custom_two .container .sp_overview .spo_right ul li {
              line-height: 24px; }
          section .section_partners.custom_two .container .sp_overview .spo_right ol {
            list-style: decimal;
            padding-left: 20px;
            margin-bottom: 20px; }
    section .section_partners .row_clear {
      width: 100%;
      position: relative;
      padding: 40px 0; }
      section .section_partners .row_clear:before {
        content: '';
        width: 100%;
        height: 100%;
        background: #f2f2f2;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    section .section_partners .container {
      max-width: 960px;
      margin: 0 auto;
      position: relative;
      text-align: justify; }
    section .section_partners .partner_left {
      max-width: 360px;
      text-align: left;
      font-size: 16px; }
      section .section_partners .partner_left h3 {
        text-align: left;
        margin-bottom: 10px; }
      section .section_partners .partner_left p {
        margin-bottom: 20px;
        text-align: justify; }
    section .section_partners .partner_right {
      max-width: 600px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
    section .section_partners .pr_box {
      width: 260px;
      float: left;
      margin-left: 40px;
      position: relative; }
    section .section_partners .pr_img img {
      max-width: 100%; }
    section .section_partners .pr_name {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
      text-transform: uppercase;
      text-align: left !important;
      word-break: break-word;
      width: calc(100% - 40px); }
      section .section_partners .pr_name a {
        color: #fff; }
    section .section_partners .see_more {
      padding: 2px 10px;
      display: inline-block;
      border: 1px solid #202456;
      border-radius: 3px;
      font-size: 14px;
      color: #202456;
      font-family: 'CenturyGothicBold'; }
      section .section_partners .see_more span {
        background: url(../images/small_arrow_right.png) no-repeat right center;
        padding-right: 15px; }
  section .section_news {
    padding: 0 0 40px; }
    section .section_news .container {
      max-width: 960px;
      margin: 0 auto;
      text-align: center; }
      section .section_news .container h3 {
        margin-bottom: 40px; }
      section .section_news .container .slick-prev {
        width: 25px;
        height: 50px;
        background: url(../images/icon_arrow_left.png) no-repeat top center; }
        section .section_news .container .slick-prev:before {
          display: none; }
      section .section_news .container .slick-next {
        width: 25px;
        height: 50px;
        background: url(../images/icon_arrow_right.png) no-repeat top center; }
        section .section_news .container .slick-next:before {
          display: none; }
      section .section_news .container .slick-slide {
        margin: 0 40px; }
      section .section_news .container.slick-dotted.slick-slider {
        margin-bottom: 0; }
      section .section_news .container .slick-dots {
        padding: 0 !important;
        bottom: -40px; }
        section .section_news .container .slick-dots li {
          width: 10px;
          height: 10px;
          margin: 0 2px;
          margin-bottom: 0 !important; }
          section .section_news .container .slick-dots li.slick-active button {
            background: #000; }
          section .section_news .container .slick-dots li button {
            width: 8px;
            height: 8px;
            background: #ccc;
            border-radius: 10px;
            padding: 0; }
            section .section_news .container .slick-dots li button::before {
              display: none; }
    section .section_news .snu_box {
      text-align: center; }
    section .section_news .label_box {
      min-width: 280px;
      text-align: center;
      background: #202456;
      display: inline-block;
      padding: 8px 20px;
      font-family: 'BodoniXT';
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 2px;
      border-radius: 2px;
      margin-bottom: 40px; }
    section .section_news .snu_img {
      width: 100%;
      margin-bottom: 20px;
      height: 200px;
      overflow: hidden; }
      section .section_news .snu_img img {
        width: 100%; }
    section .section_news .snu_desc {
      text-align: left;
      padding-bottom: 60px;
      position: relative; }
      section .section_news .snu_desc h4 {
        font-family: 'CenturyGothicBold';
        font-size: 18px;
        margin-bottom: 5px;
        height: 46px;
        overflow: hidden; }
        section .section_news .snu_desc h4 a {
          color: #202456; }
      section .section_news .snu_desc span {
        color: #999;
        display: block;
        margin-bottom: 20px; }
      section .section_news .snu_desc .snu_p {
        height: 42px;
        overflow: hidden; }
        section .section_news .snu_desc .snu_p p {
          text-align: justify; }
      section .section_news .snu_desc .see_more {
        position: absolute;
        bottom: 0;
        right: 0;
        text-transform: uppercase;
        border-bottom: 1px solid #999;
        display: block;
        text-align: right;
        width: 100%;
        color: #000;
        padding-bottom: 5px; }
  section .section_content_element .container p {
    text-align: justify; }
  section .section_contact_form {
    width: 100%;
    padding: 40px 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/header_bg.png) repeat-y center/contain; }
    section .section_contact_form .container {
      max-width: 960px;
      margin: 0 auto; }
      section .section_contact_form .container h3 {
        font-family: 'BodoniXT';
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3px;
        font-size: 20px;
        color: #D79D39;
        margin-bottom: 10px; }
      section .section_contact_form .container .half_box {
        width: calc((100% - 20px)/2);
        float: left;
        margin-right: 20px; }
        section .section_contact_form .container .half_box:last-child {
          margin-right: 0; }
      section .section_contact_form .container .footer_box {
        margin-bottom: 20px;
        color: #fff;
        font-size: 14px;
        line-height: 24px; }
      section .section_contact_form .container .form_box {
        margin-bottom: 20px; }
      section .section_contact_form .container .footer_top {
        margin-bottom: 20px; }
      section .section_contact_form .container .sosmed {
        margin-right: 20px; }
      section .section_contact_form .container .footer_bot {
        color: #fff;
        font-size: 12px;
        text-align: center; }
        section .section_contact_form .container .footer_bot a {
          color: #fff; }
      section .section_contact_form .container .footer_right {
        display: inline-block; }
        section .section_contact_form .container .footer_right a:before {
          content: '|';
          margin: 0 5px;
          display: inline-block;
          vertical-align: top; }
  section .section_map {
    margin-bottom: 20px; }
    section .section_map .container {
      max-width: 960px;
      margin: 0 auto; }
  section .section_opportunities .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px; }
    section .section_opportunities .container h3 {
      letter-spacing: 2px;
      font-size: 32px;
      margin-bottom: 40px; }
    section .section_opportunities .container P {
      margin-bottom: 20px; }
      section .section_opportunities .container P a {
        font-family: 'CenturyGothicBold';
        color: #202456; }
    section .section_opportunities .container .row_clear {
      padding-top: 40px; }
    section .section_opportunities .container .oppor_box {
      width: calc((100% - 40px)/2);
      margin-right: 40px;
      margin-bottom: 20px;
      float: left; }
      section .section_opportunities .container .oppor_box:last-child {
        margin-right: 0; }
      section .section_opportunities .container .oppor_box h4 {
        text-transform: uppercase;
        margin-bottom: 5px; }
    section .section_opportunities .container .oppor_btn {
      text-align: center; }
      section .section_opportunities .container .oppor_btn a {
        background: #AF803B;
        color: #fff;
        padding: 5px 20px;
        border-radius: 3px;
        display: inline-block; }
        section .section_opportunities .container .oppor_btn a span {
          background: url(../images/arrow_paging_right_white.png) no-repeat center right;
          padding-right: 20px;
          display: block;
          font-size: 14px;
          text-transform: uppercase; }
  section .section_ot_detail .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0; }
    section .section_ot_detail .container p {
      margin-bottom: 20px; }
    section .section_ot_detail .container ul {
      list-style: disc;
      padding-left: 20px; }
    section .section_ot_detail .container .required {
      color: #f00; }
    section .section_ot_detail .container .form_box {
      margin-bottom: 20px;
      max-width: 640px; }
    section .section_ot_detail .container input[type="text"] {
      border: 1px solid #ccc; }
    section .section_ot_detail .container textarea {
      border: 1px solid #ccc;
      height: 200px; }
    section .section_ot_detail .container label {
      display: block;
      margin-bottom: 2px; }
      section .section_ot_detail .container label span {
        margin-left: 5px; }
    section .section_ot_detail .container .def_btn {
      width: 200px;
      text-transform: uppercase; }
    section .section_ot_detail .container a {
      color: #202456;
      font-family: 'CenturyGothicBold'; }
  section .section_search_results .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0; }
  section .section_search_results .sr_box {
    width: calc((100% - 60px)/2);
    margin-right: 60px;
    margin-bottom: 60px;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }
    section .section_search_results .sr_box:nth-child(2n) {
      margin-right: 0; }
  section .section_search_results .sr_btn {
    text-align: center; }
    section .section_search_results .sr_btn a {
      background: #D79D39;
      color: #fff;
      padding: 5px 20px;
      border-radius: 3px;
      display: inline-block; }
      section .section_search_results .sr_btn a span {
        display: block;
        font-size: 14px;
        text-transform: uppercase; }
  section .section_search_results .see_more {
    margin-top: 10px;
    padding: 2px 10px 2px 0;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #202456;
    font-family: 'CenturyGothicBold'; }
    section .section_search_results .see_more span {
      background: url(../images/small_arrow_right.png) no-repeat right top 4px/6px;
      padding-right: 15px; }
  section .section_about .container {
    max-width: 960px;
    margin: 0 auto; }
    section .section_about .container .s_about_box {
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 30px; }
    section .section_about .container p {
      margin-bottom: 20px; }
  section .section_about .testimoni_wrapper {
    padding-bottom: 40px; }
    section .section_about .testimoni_wrapper h4 {
      text-transform: uppercase;
      text-align: center;
      font-size: 20px;
      margin-bottom: 40px; }
    section .section_about .testimoni_wrapper .testimoni_box span {
      display: block;
      padding: 0 60px;
      text-align: center;
      line-height: 26px;
      margin-bottom: 20px;
      position: relative; }
      section .section_about .testimoni_wrapper .testimoni_box span:before {
        content: '';
        display: block;
        width: 45px;
        height: 50px;
        background: url(../images/quote_left.png) no-repeat left center/contain;
        position: absolute;
        top: 0;
        left: 0; }
      section .section_about .testimoni_wrapper .testimoni_box span:after {
        content: '';
        display: block;
        width: 45px;
        height: 50px;
        background: url(../images/quote_right.png) no-repeat left center/contain;
        position: absolute;
        top: 0;
        right: 0; }
    section .section_about .testimoni_wrapper .testimoni_box h5 {
      color: #999;
      display: block;
      text-align: center;
      margin-bottom: 20px; }
    section .section_about .testimoni_wrapper .slick-prev {
      width: 20px;
      height: 50px;
      background: url(../images/icon_arrow_left.png) no-repeat left center/contain;
      left: -45px;
      z-index: 10; }
      section .section_about .testimoni_wrapper .slick-prev:before {
        display: none; }
    section .section_about .testimoni_wrapper .slick-next {
      width: 20px;
      height: 50px;
      background: url(../images/icon_arrow_right.png) no-repeat left center/contain;
      right: -45px;
      z-index: 10; }
      section .section_about .testimoni_wrapper .slick-next:before {
        display: none; }
    section .section_about .testimoni_wrapper .slick-dots li {
      width: 10px;
      height: 10px; }
      section .section_about .testimoni_wrapper .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #ccc; }
        section .section_about .testimoni_wrapper .slick-dots li button:before {
          display: none; }
      section .section_about .testimoni_wrapper .slick-dots li.slick-active button {
        background: #1A1A1A; }
        section .section_about .testimoni_wrapper .slick-dots li.slick-active button:before {
          display: none; }
  section .section_wwd .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0; }
  section .section_wwd .wwd_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    section .section_wwd .wwd_box:nth-child(1), section .section_wwd .wwd_box:nth-child(2) {
      width: 480px; }
    section .section_wwd .wwd_box:nth-child(1) .wwd_con {
      float: right; }
    section .section_wwd .wwd_box:nth-child(2) .wwd_con {
      float: left; }
    section .section_wwd .wwd_box .wwd_con {
      width: 280px;
      margin: 0 20px; }
    section .section_wwd .wwd_box .wwd_img img {
      width: 100%;
      display: block;
      margin: 0 0 5px; }
    section .section_wwd .wwd_box .wwd_info h4 {
      font-weight: normal;
      text-align: center; }
      section .section_wwd .wwd_box .wwd_info h4 a {
        color: #212557; }

.text_search {
  position: relative;
  top: -15px; }

.contact_btn {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/contact_btn.png) no-repeat center/contain;
  position: fixed;
  bottom: 60px;
  right: 20px; }

footer {
  width: 100%;
  padding: 40px 0;
  background: url(../images/header_bg.png) repeat-y center/contain; }
  footer .container {
    max-width: 960px;
    margin: 0 auto; }
    footer .container h3 {
      font-family: 'BodoniXT';
      text-transform: uppercase;
      text-align: left;
      letter-spacing: 3px;
      font-size: 20px;
      color: #D79D39;
      margin-bottom: 10px; }
    footer .container .half_box {
      width: calc((100% - 20px)/2);
      float: left;
      margin-right: 20px; }
      footer .container .half_box:last-child {
        margin-right: 0; }
    footer .container .footer_box {
      margin-bottom: 20px;
      color: #fff;
      font-size: 14px;
      line-height: 24px; }
    footer .container .form_box {
      margin-bottom: 20px; }
    footer .container .footer_top {
      margin-bottom: 20px; }
    footer .container .sosmed {
      margin-right: 20px; }
    footer .container .footer_bot {
      color: #fff;
      font-size: 12px;
      text-align: center; }
      footer .container .footer_bot a {
        color: #fff; }
    footer .container .footer_right {
      display: inline-block; }
      footer .container .footer_right a:before {
        content: '|';
        margin: 0 5px;
        display: inline-block;
        vertical-align: top; }
  footer strong {
    font-family: 'CenturyGothicBold'; }

.row_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: block;
  border: none;
  padding: 0 10px;
  font-family: 'CenturyGothicBold';
  color: #202456;
  font-size: 14px; }

.yellow_btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  font-family: 'CenturyGothicBold';
  border: none;
  text-align: center;
  height: 36px;
  color: #fff;
  background: #D79D39;
  text-transform: uppercase;
  cursor: pointer; }

textarea {
  padding: 10px;
  resize: none;
  height: 140px; }

.row_clear:after {
  content: '';
  clear: both;
  display: block; }

.masthead_slider .slick-next {
  display: none !important; }
.masthead_slider .slick-prev {
  display: none !important; }
.masthead_slider.slick-dotted.slick-slider {
  margin-bottom: 0; }
.masthead_slider .slick-dots {
  padding: 0 !important;
  bottom: 20px; }
  .masthead_slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    margin-bottom: 0 !important; }
    .masthead_slider .slick-dots li.slick-active button {
      background: #fff; }
    .masthead_slider .slick-dots li button {
      width: 8px;
      height: 8px;
      background: none;
      border: 2px solid #fff;
      border-radius: 10px;
      padding: 0; }
      .masthead_slider .slick-dots li button::before {
        display: none; }

@media only screen and (max-width: 1279px) {
  header {
    height: 68px; }
    header .container {
      height: 68px; }
      header .container:after {
        display: none; }
    header #logo {
      width: 200px;
      height: 48px;
      background-size: contain; }
    header nav {
      position: fixed;
      top: 68px;
      left: 0;
      width: 100%;
      height: calc(100vh - 68px);
      background: #202455;
      z-index: 100;
      padding-top: 60px;
      overflow: scroll;
      display: none; }
      header nav ul {
        border-top: 1px solid #fff; }
        header nav ul li {
          display: block;
          float: none;
          text-align: left;
          position: relative; }
          header nav ul li a {
            line-height: normal;
            padding: 10px 20px;
            display: block;
            border-bottom: 1px solid #fff; }
            header nav ul li a.active:after, header nav ul li a:hover:after {
              display: none; }
          header nav ul li:hover ul.dd_toggle {
            display: none; }
          header nav ul li ul.dd_toggle {
            border-top: none;
            position: static;
            display: none;
            width: 100%; }
            header nav ul li ul.dd_toggle.three_col {
              position: static;
              width: 100%;
              left: 0;
              -webkit-transform: none;
              -moz-transform: none;
              transform: none;
              padding: 10px 0; }
              header nav ul li ul.dd_toggle.three_col li {
                float: none;
                width: 100%;
                text-align: left; }
                header nav ul li ul.dd_toggle.three_col li a {
                  text-align: left; }
    header .i_arrow {
      display: block; }
    header .burger_menu {
      width: 40px;
      height: 40px;
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      background: url(../images/burger_menu.png) no-repeat center/16px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
      header .burger_menu.active {
        background: url(../images/icon_close_white.png) no-repeat center/12px; }

  section {
    padding-top: 68px; }
    section h3 {
      font-size: 32px;
      letter-spacing: 2px; }
    section .section_aop .container {
      padding: 0 20px; }
    section .section_aop .aop_slider .slick-prev {
      left: -10px; }
    section .section_aop .aop_slider .slick-next {
      right: -10px; }
    section .section_partners .row_clear .container {
      padding: 0 20px; }
    section .section_partners .pr_box {
      width: 220px;
      margin-left: 20px; }
    section .section_partners .partner_right {
      right: 20px; }
    section .section_news .container {
      padding: 0 20px; }
      section .section_news .container .slick-prev {
        left: -10px; }
      section .section_news .container .slick-next {
        right: -10px; }
      section .section_news .container .slick-slide {
        margin: 0 20px; }
    section .section_content_element .container {
      padding: 20px; }
    section .section_content_element .mh_text {
      padding: 0 20px; }
    section .breadcrumb_box .container {
      padding: 0 20px; }
    section .section_partners .container,
    section .section_simple_ce .container,
    section .section_contact .container,
    section .section_notable .container,
    section .section_news_update .container,
    section .section_contact_form .container,
    section .section_ot_detail .container,
    section .section_search_results .container,
    section .section_about .container {
      padding-left: 20px;
      padding-right: 20px; }
    section .section_about .testimoni_wrapper .slick-prev {
      left: 0; }
    section .section_about .testimoni_wrapper .slick-next {
      right: 0; }
    section .testimoni_box {
      padding: 0 60px; }

  footer .container {
    padding: 0 20px; } }
@media only screen and (max-width: 959px) {
  section .section_wwd .wwd_box:nth-child(1), section .section_wwd .wwd_box:nth-child(2) {
    width: 384px; }
  section .section_wwd .wwd_box .wwd_con {
    width: 236px;
    margin: 0 10px; }
  section .section_wwd .wwd_box .wwd_info h4 a {
    font-size: 14px; }
  section .breadcrumb_box .container ul {
    overflow: hidden;
    white-space: nowrap; }
    section .breadcrumb_box .container ul li {
      float: none;
      display: inline-block;
      font-size: 14px; }
      section .breadcrumb_box .container ul li:after {
        margin: 0 -2px 0 3px; }
  section .section_opportunities .container h3 {
    font-size: 28px; }
  section .section_news_update .snu_detail_box {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  section .section_news_update .snu_misc {
    width: 100%;
    display: block;
    float: none; }
  section .section_aop .container {
    padding: 0 20px; }
  section .section_aop .aop_slider .slick-prev {
    left: -10px; }
  section .section_aop .aop_slider .slick-next {
    right: -10px; }
  section .section_partners {
    padding-top: 20px; }
    section .section_partners .row_clear {
      padding: 0; }
    section .section_partners .partner_left {
      max-width: 100%;
      padding: 20px; }
    section .section_partners .partner_right {
      position: static;
      max-width: 100%;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }
    section .section_partners .pr_box {
      width: calc((100% - 20px)/2);
      margin: 0;
      margin-right: 20px; }
      section .section_partners .pr_box:last-child {
        margin-right: 0; }
  section .section_news .container {
    padding: 0 20px; }
    section .section_news .container .slick-prev {
      left: -10px; }
    section .section_news .container .slick-next {
      right: -10px; }
    section .section_news .container .slick-slide {
      margin: 0 20px; }
  section .section_content_element .mh_text.custom_one {
    padding: 0 20px; }
    section .section_content_element .mh_text.custom_one h2 {
      font-size: 32px; }
  section .breadcrumb_box .container {
    padding: 20px; }
    section .breadcrumb_box .container ul:after {
      content: '';
      display: block;
      clear: both; }
  section .section_partners.custom_one {
    padding: 40px 20px; }
    section .section_partners.custom_one .pr_box {
      width: 300px; }
    section .section_partners.custom_one .container .sp_wrapper .flag_name_btn {
      margin: 0 10px 20px; }
    section .section_partners.custom_one .container .sp_wrapper .pr_box {
      margin-bottom: 20px; }
  section .section_partners.custom_two {
    padding: 40px 0; }
    section .section_partners.custom_two .container .sp_wrapper .flag_name_btn {
      font-size: 16px; }
    section .section_partners.custom_two .container .sp_wrapper .pr_desc {
      font-size: 14px; }

  footer .container .half_box {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
    padding: 0 20px; }
  footer .container .form_box .half_box {
    padding: 0;
    margin-bottom: 20px; }
    footer .container .form_box .half_box:last-child {
      margin-bottom: 0; }
  footer .footer_right {
    display: block; }
    footer .footer_right a:first-child:before {
      display: none; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  section .section_about .testimoni_wrapper .testimoni_box {
    padding: 0; }
    section .section_about .testimoni_wrapper .testimoni_box span {
      padding: 0 20px; }
      section .section_about .testimoni_wrapper .testimoni_box span:before {
        width: 15px;
        height: 18px; }
      section .section_about .testimoni_wrapper .testimoni_box span:after {
        width: 15px;
        height: 18px; }
  section .section_about .testimoni_wrapper .slick-prev {
    width: 12px; }
  section .section_about .testimoni_wrapper .slick-next {
    width: 12px; }
  section .section_ot_detail .container {
    padding: 40px 20px; }
  section .section_wwd .wwd_box {
    width: 100%; }
    section .section_wwd .wwd_box:nth-child(1), section .section_wwd .wwd_box:nth-child(2) {
      width: 100%; }
      section .section_wwd .wwd_box:nth-child(1) .wwd_con, section .section_wwd .wwd_box:nth-child(2) .wwd_con {
        float: none;
        margin: 0 auto; }
    section .section_wwd .wwd_box .wwd_con {
      float: none;
      margin: 0 auto; }
  section .section_search_results .sr_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  section .section_ot_detail .container {
    padding-top: 20px; }
  section .section_opportunities .container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    section .section_opportunities .container h3 {
      font-size: 22px;
      letter-spacing: 0;
      margin-bottom: 20px; }
    section .section_opportunities .container .oppor_box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
  section .section_contact_form .container .half_box {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
    padding: 0; }
  section .section_contact_form .container .form_box .half_box {
    padding: 0;
    margin-bottom: 20px; }
    section .section_contact_form .container .form_box .half_box:last-child {
      margin-bottom: 0; }
  section .section_contact_form .footer_right {
    display: block; }
    section .section_contact_form .footer_right a:first-child:before {
      display: none; }
  section .section_news_update {
    padding-top: 0; }
    section .section_news_update .snu_detail_box .snu_detail_top h4 {
      font-size: 18px; }
    section .section_news_update .snu_box {
      padding-bottom: 20px;
      margin-bottom: 20px; }
    section .section_news_update .snu_img {
      width: 100%;
      display: block;
      float: none;
      margin-right: 0;
      margin-bottom: 5px; }
      section .section_news_update .snu_img img {
        width: 100%; }
    section .section_news_update .snu_desc {
      width: 100%;
      float: none;
      font-size: 14px; }
      section .section_news_update .snu_desc h4 a {
        font-size: 16px;
        line-height: 24px; }
      section .section_news_update .snu_desc .date {
        font-size: 14px;
        margin-bottom: 10px; }
  section .section_notable {
    padding-top: 20px; }
    section .section_notable .form_box {
      margin-right: 10px;
      margin-bottom: 10px; }
      section .section_notable .form_box select {
        font-size: 14px; }
      section .section_notable .form_box input[type="text"] {
        font-size: 14px; }
      section .section_notable .form_box .grey_btn {
        font-size: 14px; }
  section .section_simple_ce {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    section .section_simple_ce .container .sce_repeat {
      padding-top: 0; }
  section .section_contact .container h4 {
    text-align: center;
    margin-bottom: 40px; }
  section .section_contact .container .row_clear {
    text-align: center; }
  section .section_contact .container .cp_box {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 0; }
  section .section_partners .container {
    padding-left: 0;
    padding-right: 0; }
  section .section_content_element .mh_text.custom_one {
    padding: 0 20px; }
    section .section_content_element .mh_text.custom_one h2 {
      font-size: 22px; }
  section .breadcrumb_box .container ul li {
    font-size: 12px; }
  section .section_partners.custom_one {
    padding-top: 20px; }
  section .section_partners.custom_two {
    padding: 20px 20px 40px; }
    section .section_partners.custom_two .container h2 {
      font-size: 24px;
      text-align: center; }
    section .section_partners.custom_two .container .sp_overview {
      padding-top: 0; }
      section .section_partners.custom_two .container .sp_overview .spo_left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
        section .section_partners.custom_two .container .sp_overview .spo_left h3 {
          font-size: 28px; }
      section .section_partners.custom_two .container .sp_overview .spo_right {
        width: 100%;
        float: none;
        text-align: center; }
    section .section_partners.custom_two .container .sp_wrapper .pr_box {
      padding: 20px 0; }
      section .section_partners.custom_two .container .sp_wrapper .pr_box.reverse .pr_img {
        float: none;
        margin: 0 auto 20px; }
      section .section_partners.custom_two .container .sp_wrapper .pr_box.reverse .pr_desc {
        width: 100%;
        float: none; }
    section .section_partners.custom_two .container .sp_wrapper .pr_img {
      float: none;
      display: block;
      margin: 0 auto 20px; }
    section .section_partners.custom_two .container .sp_wrapper .pr_desc {
      width: 100%;
      float: none;
      padding: 0;
      text-align: center;
      padding: 0 20px; }
    section .section_partners.custom_two .container .sp_wrapper .flag_name_btn {
      margin: 0 auto 20px;
      display: block;
      width: 100%;
      line-height: 24px;
      padding: 10px 10px; }
  section .section_content_element h1 {
    font-size: 26px; }
  section .section_content_element h2 {
    font-size: 24px; }
  section .section_content_element h3 {
    letter-spacing: 0; }
  section .section_content_element h4 {
    font-size: 18px; }
  section .section_content_element h5 {
    font-size: 16px; }
  section .section_content_element .ce_text {
    font-size: 14px; }
    section .section_content_element .ce_text p {
      font-size: 14px;
      line-height: 24px; }
  section .section_content_element .ce_column .flex_box .content_box .content p,
  section .section_content_element .ce_column_custom1 .flex_box .content_box .content p {
    font-size: 14px;
    line-height: 24px; }
  section .slick-prev {
    left: -20px; }
  section .slick-next {
    right: -20px; }

  footer .container .half_box {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 479px) {
  section .section_thankyou {
    margin-top: 30px;
    padding: 40px 0 20px; }
    section .section_thankyou .container {
      padding: 0 20px; }
      section .section_thankyou .container h2 {
        font-size: 26px; }
      section .section_thankyou .container .img_top {
        width: 50px;
        margin-bottom: 20px; }
      section .section_thankyou .container .button_row {
        margin-top: 40px;
        margin-bottom: 60px; }
        section .section_thankyou .container .button_row a {
          font-size: 14px; }
  section .section_notfound .container {
    width: 100%;
    padding: 0 20px; }
  section .section_partners.custom_one .container .sp_wrapper .pr_box {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  section .section_partners.custom_one .container .sp_wrapper .flag_name_btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 38px; } }

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