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

.dektop {
  display: block; }

.mobile {
  display: none; }

h1 {
  font-size: 44px;
  font-family: 'MetropolisExtra'; }

h2 {
  font-size: 38px;
  font-family: 'MetropolisExtra';
  margin-bottom: 20px; }

h3 {
  font-size: 32px;
  font-family: 'MetropolisExtra';
  margin-bottom: 20px; }

h4 {
  font-size: 26px;
  font-family: 'MetropolisExtra';
  margin-bottom: 20px; }

h5 {
  font-size: 20px;
  font-family: 'MetropolisExtra';
  margin-bottom: 20px; }

h6 {
  font-size: 14px;
  font-family: 'MetropolisExtra';
  margin-bottom: 20px; }

body {
  font-family: 'Metropolis';
  font-size: 18px; }

ul, ol {
  list-style: none;
  padding: 0; }

.red_color {
  color: #E71416 !important; }

.black_color {
  color: #000 !important; }

.white_color {
  color: #fff !important; }

a {
  text-decoration: none;
  outline: none !important; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
select {
  width: 100%;
  height: 48px;
  display: block;
  border: 1px solid #707070;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Metropolis';
  font-size: 16px;
  padding: 0 20px;
  outline: none !important; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    outline: none !important; }

#phone_number {
  padding-left: 40px;
  border: none; }

span.pn_placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  font-size: 16px; }

select {
  -webkit-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
  background: url(../images/icon_dropdown.png) no-repeat right 20px center; }

textarea {
  padding: 20px;
  resize: none;
  height: 150px; }

.def_btn {
  width: 100%;
  height: 43px;
  line-height: 43px;
  background: #FD433B;
  border: none;
  font-family: 'MetropolisExtra';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 5px 0 #A40000;
  cursor: pointer; }
  .def_btn.gray_btn {
    background: #F6F6F6;
    color: #000;
    box-shadow: 0 5px 0 #A2A2A2; }
  .def_btn.red_btn {
    background: #E71416;
    color: #fff;
    box-shadow: none;
    height: 48px;
    line-height: 48px;
    display: inline-block; }
  .def_btn.red_border_btn {
    background: none;
    border: 2px solid #E71416;
    color: #E71416;
    box-shadow: none;
    height: 48px;
    line-height: 48px;
    display: inline-block; }

header {
  width: 100%;
  background: #19191A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  header #logo {
    width: 220px;
    height: 36px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    text-indent: -9999px; }
  header .menu_mobile {
    width: 52px;
    height: 52px;
    display: none;
    background: url(../images/icon_menu.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0; }
    header .menu_mobile.active {
      background: url(../images/icon_close.png) no-repeat center;
      filter: brightness(0) invert(1); }

nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px; }
  nav ul li {
    float: left; }
    nav ul li a {
      color: #fff;
      padding: 0 20px;
      font-size: 16px;
      line-height: 56px;
      display: block; }
      nav ul li a.red_bg {
        background: #FD433B; }

.submainli ul li {
  width: 100%;
  display: block; }

.submainhover li {
  width: 100%;
  display: block; }
  .submainhover li h4 a:hover {
    text-decoration: none !important; }
  .submainhover li a:hover {
    text-decoration: underline; }

.width100 {
  width: 100%; }

.width67 {
  width: 67%; }
  .width67.container_center {
    margin: 0 auto; }

.width50 {
  width: 50%; }
  .width50.container_center {
    margin: 0 auto; }

.header_box {
  height: 56px;
  position: relative;
  background: #000; }

.notif_box {
  width: 100%;
  display: block;
  background: #ffdb00;
  padding: 15px 10px;
  font-family: 'MetropolisMedium';
  font-size: 14px;
  color: #000;
  z-index: 100;
  white-space: normal; }
  .notif_box strong {
    font-family: 'MetropolisBold'; }

section {
  padding-top: 56px;
  min-height: calc(100vh - 480px); }
  section .edit_profile {
    padding-bottom: 40px; }
    section .edit_profile .strong_grey {
      font-size: 20px;
      color: #6B6B6C;
      font-family: 'News706 BT';
      font-weight: normal;
      margin: 40px 0 40px;
      display: block; }
    section .edit_profile .form_wrapper {
      margin-bottom: 40px; }
    section .edit_profile .width50 {
      width: 50%; }
    section .edit_profile .two_coloumn .form_box {
      width: calc((100% - 20px)/2);
      margin-right: 20px;
      float: left; }
      section .edit_profile .two_coloumn .form_box:last-child {
        margin-right: 0; }
    section .edit_profile .three_coloumn .form_box {
      width: calc((100% - 40px)/3);
      margin-right: 20px;
      float: left; }
      section .edit_profile .three_coloumn .form_box:last-child {
        margin-right: 0; }
    section .edit_profile .form_box {
      margin-bottom: 30px; }
      section .edit_profile .form_box span.title {
        font-weight: bold;
        margin: 0 0 10px;
        display: inline-block;
        color: #313133; }
      section .edit_profile .form_box .required {
        color: #f00;
        display: inline-block; }
    section .edit_profile .button_wrapper .def_btn {
      float: none !important; }
    section .edit_profile .see_btn {
      width: 20px;
      height: 15px;
      display: block;
      position: absolute;
      top: 45px;
      right: 20px;
      background: url(../images/icon_eyes.png) no-repeat center;
      border: none;
      cursor: pointer; }
  section .section_my_profile {
    padding-bottom: 40px;
    padding-top: 20px; }
    section .section_my_profile .label {
      color: #FD433B;
      text-transform: uppercase;
      font-size: 24px;
      font-family: 'MetropolisExtra';
      display: block;
      margin-bottom: 20px; }
    section .section_my_profile .mp_top {
      padding-top: 20px;
      margin-bottom: 40px; }
    section .section_my_profile .pp_box {
      width: 108px;
      float: left; }
    section .section_my_profile .pp_img {
      width: 108px;
      height: 108px;
      background: #09838D;
      border-radius: 60px;
      line-height: 108px;
      text-align: center;
      color: #fff;
      font-family: 'MetropolisBold';
      font-size: 32px;
      margin-bottom: 10px; }
    section .section_my_profile .change_photo {
      position: relative; }
      section .section_my_profile .change_photo span {
        font-size: 12px;
        text-decoration: underline;
        display: block;
        text-align: center; }
      section .section_my_profile .change_photo input[type="file"] {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
    section .section_my_profile .pp_name {
      width: calc(100% - 185px);
      float: right;
      font-size: 48px;
      font-family: 'MetropolisBold';
      padding-top: 20px; }
    section .section_my_profile .mp_bot {
      margin-bottom: 40px; }
      section .section_my_profile .mp_bot table {
        border-collapse: collapse;
        width: 100%; }
        section .section_my_profile .mp_bot table tr td {
          border-bottom: 1px solid #D5D5D5;
          padding: 10px 0; }
          section .section_my_profile .mp_bot table tr td:first-child {
            color: #A2A2A2;
            font-family: 'News706 BT';
            font-size: 16px;
            width: 185px; }
          section .section_my_profile .mp_bot table tr td:last-child {
            color: #19191A;
            font-size: 16px; }
    section .section_my_profile .button_wrapper:after {
      content: '';
      display: block;
      clear: both; }
    section .section_my_profile .button_wrapper .def_btn {
      width: 200px;
      height: 48px;
      display: block;
      float: left;
      margin-right: 20px;
      font-size: 16px;
      text-align: center;
      line-height: 48px;
      font-family: 'MetropolisExtra'; }
  section .verification_account_wrapper {
    width: 100%; }
    section .verification_account_wrapper .va_box {
      width: 960px;
      padding: 40px 90px 90px;
      margin: 0 auto;
      text-align: center; }
      section .verification_account_wrapper .va_box img {
        display: block;
        margin: 0 auto 40px; }
      section .verification_account_wrapper .va_box h3 {
        font-family: 'News706 BT';
        font-weight: normal;
        color: #313133;
        margin-bottom: 30px; }
      section .verification_account_wrapper .va_box p {
        font-size: 16px;
        margin-bottom: 40px; }
      section .verification_account_wrapper .va_box .def_btn {
        display: block;
        width: 200px;
        margin: 20px auto; }
      section .verification_account_wrapper .va_box .small_text {
        font-size: 14px; }
      section .verification_account_wrapper .va_box .blue {
        color: #09838D;
        text-decoration: underline; }
  section .create_account_wrapper {
    width: 100%; }
    section .create_account_wrapper .ca_box {
      width: 960px;
      padding: 40px 90px 90px;
      margin: 0 auto;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
      border-radius: 5px; }
      section .create_account_wrapper .ca_box img {
        display: block;
        margin: 0 auto 40px; }
      section .create_account_wrapper .ca_box h3 {
        font-family: 'News706 BT';
        font-weight: normal;
        color: #313133;
        margin-bottom: 30px; }
      section .create_account_wrapper .ca_box .row_clear .form_box {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        float: left; }
        section .create_account_wrapper .ca_box .row_clear .form_box:last-child {
          margin-right: 0; }
        section .create_account_wrapper .ca_box .row_clear .form_box .required {
          color: #f00;
          display: inline-block; }
    section .create_account_wrapper .form_box {
      position: relative;
      margin-bottom: 30px; }
      section .create_account_wrapper .form_box span.title {
        font-weight: bold;
        margin: 0 0 10px;
        display: inline-block;
        color: #313133; }
      section .create_account_wrapper .form_box .fp_btn {
        position: absolute;
        top: 0;
        right: 0;
        color: #09838D; }
    section .create_account_wrapper p {
      font-size: 14px;
      line-height: 20px; }
    section .create_account_wrapper .button_wrapper {
      margin-top: 20px; }
      section .create_account_wrapper .button_wrapper:after {
        content: '';
        clear: both;
        display: block; }
      section .create_account_wrapper .button_wrapper .btn_left {
        float: left;
        font-size: 16px;
        line-height: 43px; }
        section .create_account_wrapper .button_wrapper .btn_left a {
          color: #09838D; }
      section .create_account_wrapper .button_wrapper .btn_right {
        width: 200px;
        float: right; }
  section .signin_wrapper {
    width: 100%; }
    section .signin_wrapper .signin_box {
      width: 640px;
      padding: 40px 90px 90px;
      margin: 0 auto;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
      border-radius: 5px; }
      section .signin_wrapper .signin_box img {
        display: block;
        margin: 0 auto 40px; }
      section .signin_wrapper .signin_box h3 {
        font-family: 'News706 BT';
        font-weight: normal;
        color: #313133;
        margin-bottom: 30px; }
    section .signin_wrapper .form_box {
      position: relative;
      margin-bottom: 30px; }
      section .signin_wrapper .form_box span.title {
        font-weight: bold;
        margin: 0 0 10px;
        display: block;
        color: #313133; }
      section .signin_wrapper .form_box .fp_btn {
        position: absolute;
        top: 0;
        right: 0;
        color: #09838D; }
    section .signin_wrapper .button_wrapper:after {
      content: '';
      clear: both;
      display: block; }
    section .signin_wrapper .button_wrapper .btn_left {
      float: left;
      font-size: 16px;
      line-height: 43px; }
      section .signin_wrapper .button_wrapper .btn_left a {
        color: #09838D; }
    section .signin_wrapper .button_wrapper .btn_right {
      width: 200px;
      float: right; }
  section .section_masthead {
    overflow: hidden;
    /*&.home{
    	.mh_text{
    		margin-top:-110px;
    	}
    }*/ }
    section .section_masthead.light_gray {
      background: #F6F6F6; }
    section .section_masthead.white {
      background: #fff; }
    section .section_masthead.black_color .mh_text {
      color: #000; }
    section .section_masthead .slick-track {
      /*height:480px;*/ }
    section .section_masthead .mh_box {
      width: 100%;
      /*height:480px;*/
      position: relative; }
    section .section_masthead .mh_img {
      /*height:480px;*/
      position: relative; }
      section .section_masthead .mh_img img {
        width: 100%;
        /*height:100%;
        position:absolute;
        top:0;
        left:0;*/ }
        section .section_masthead .mh_img img.desktop {
          display: block; }
        section .section_masthead .mh_img img.mobile {
          display: none; }
    section .section_masthead .masthead_slider.home .mh_text h2 {
      font-size: 44px; }
    section .section_masthead .masthead_slider.home .mh_text p {
      font-size: 18px; }
    section .section_masthead .mh_text {
      width: 100%;
      max-width: 960px;
      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; }
      section .section_masthead .mh_text h3 {
        line-height: 36px; }
      section .section_masthead .mh_text p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px; }
      section .section_masthead .mh_text .ce_button .def_btn {
        display: inline-block; }
        section .section_masthead .mh_text .ce_button .def_btn:nth-child(2) {
          margin-left: 20px; }
    section .section_masthead .home_shortcut {
      width: 100%;
      max-width: 960px;
      margin: -110px auto 20px;
      position: relative; }
    section .section_masthead .col_two {
      padding: 20px 20px 25px;
      background: #fff;
      text-align: center;
      font-family: 'News706 BT';
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); }
      section .section_masthead .col_two strong {
        display: block;
        font-size: 20px;
        margin-bottom: 10px;
        font-family: 'MetropolisExtra';
        text-transform: uppercase; }
      section .section_masthead .col_two p {
        line-height: 24px;
        margin-bottom: 15px; }
    section .section_masthead .def_btn {
      width: 180px;
      line-height: 46px;
      text-align: center;
      margin: 0 auto;
      display: block; }
    section .section_masthead .ce_text h4 {
      color: #000; }
      section .section_masthead .ce_text h4:before, section .section_masthead .ce_text h4:after {
        display: none; }
    section .section_masthead .ce_text h3 {
      font-size: 28px; }
    section .section_masthead.custom1 .mh_img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background: #ccc; }
      section .section_masthead.custom1 .mh_img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    section .section_masthead.custom1 .mh_text {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      position: relative;
      z-index: 10;
      margin: 0 auto; }
      section .section_masthead.custom1 .mh_text:after {
        content: '';
        clear: both;
        display: block; }
    section .section_masthead.custom1 .float_right {
      float: right; }
    section .section_masthead.custom1 .white_bg {
      background: #fff;
      color: #000;
      padding: 40px 40px 40px; }
    section .section_masthead.custom1 .light_gray {
      background: #F6F6F6;
      padding: 40px 40px 40px;
      color: #000; }
    section .section_masthead .ce_button {
      margin-bottom: 20px; }
      section .section_masthead .ce_button.align_center {
        text-align: center; }
      section .section_masthead .ce_button.align_left {
        text-align: left; }
      section .section_masthead .ce_button.align_right {
        text-align: right; }
      section .section_masthead .ce_button .def_btn {
        width: 200px;
        line-height: 46px;
        text-align: center;
        display: inline-block; }
        section .section_masthead .ce_button .def_btn:nth-child(2) {
          margin-left: 40px; }
        section .section_masthead .ce_button .def_btn:nth-child(3) {
          margin-left: 40px; }
      section .section_masthead .ce_button a {
        color: #fff !important; }
        section .section_masthead .ce_button a:hover {
          text-decoration: none !important; }
        section .section_masthead .ce_button a.gray_btn {
          color: #000 !important; }
  section .section_content_element {
    background: #fff;
    padding: 100px 0 120px;
    /*&.home{
    	.mh_text{
    		margin-top:-110px;
    	}
    }*/ }
    section .section_content_element:last-child:after {
      display: none !important; }
    section .section_content_element .container {
      margin-bottom: 60px; }
      section .section_content_element .container:last-child {
        margin-bottom: 0; }
    section .section_content_element strong {
      font-family: 'MetropolisBold'; }
    section .section_content_element.light_gray {
      background: #F6F6F6;
      position: relative; }
      section .section_content_element.light_gray:after {
        content: '';
        width: 63px;
        height: 63px;
        display: block;
        background: url(../images/triangle_light_gray.png) no-repeat top center/contain;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -30px;
        z-index: 10; }
      section .section_content_element.light_gray .ce_text a {
        color: #000; }
      section .section_content_element.light_gray a {
        color: #000; }
    section .section_content_element.dark_gray {
      background: #313133;
      position: relative;
      color: #fff; }
      section .section_content_element.dark_gray:after {
        content: '';
        width: 63px;
        height: 63px;
        display: block;
        background: url(../images/triangle_dark_gray.png) no-repeat top center/contain;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -30px;
        z-index: 10; }
      section .section_content_element.dark_gray .ce_text a {
        color: #fff; }
      section .section_content_element.dark_gray .ce_column .flex_box {
        color: #fff; }
      section .section_content_element.dark_gray h4:before,
      section .section_content_element.dark_gray h4:after {
        background-color: #fff; }
      section .section_content_element.dark_gray a {
        color: #fff; }
    section .section_content_element.white {
      background: #fff;
      position: relative; }
      section .section_content_element.white:after {
        content: '';
        width: 63px;
        height: 63px;
        display: block;
        background: url(../images/triangle_white.png) no-repeat top center/contain;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -30px;
        z-index: 10; }
    section .section_content_element.custom1 {
      padding: 20px 0; }
    section .section_content_element h1 {
      margin-bottom: 40px; }
    section .section_content_element h2 {
      margin-bottom: 40px; }
    section .section_content_element h3 {
      margin-bottom: 40px;
      line-height: 40px; }
    section .section_content_element h5 {
      margin-bototm: 40px; }
    section .section_content_element h4 {
      overflow: hidden;
      text-align: center;
      font-size: 18px;
      margin-bottom: 20px; }
    section .section_content_element .ce_flex {
      margin-bottom: 60px;
      display: -webkit-flex;
      display: flex; }
      section .section_content_element .ce_flex:last-child {
        margin-bottom: 0; }
    section .section_content_element h4:before,
    section .section_content_element h4:after {
      background-color: #000;
      content: "";
      display: inline-block;
      height: 2px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    section .section_content_element h4:before {
      right: 0.5em;
      margin-left: -50%; }
    section .section_content_element h4:after {
      left: 0.5em;
      margin-right: -50%; }
    section .section_content_element .ce_column,
    section .section_content_element .ce_column_custom1 {
      margin-bottom: 20px; }
      section .section_content_element .ce_column:last-child,
      section .section_content_element .ce_column_custom1:last-child {
        margin-bottom: 0; }
      section .section_content_element .ce_column.white_bg .flex_box,
      section .section_content_element .ce_column_custom1.white_bg .flex_box {
        background: #fff; }
      section .section_content_element .ce_column.black_bg .flex_box,
      section .section_content_element .ce_column_custom1.black_bg .flex_box {
        background: #000; }
        section .section_content_element .ce_column.black_bg .flex_box .content_box .content h6,
        section .section_content_element .ce_column_custom1.black_bg .flex_box .content_box .content h6 {
          color: #fff;
          line-height: 20px;
          height: 40px;
          margin-bottom: 5px;
          font-size: 16px;
          text-transform: uppercase;
          overflow: hidden; }
      section .section_content_element .ce_column.box_shadow .flex_box,
      section .section_content_element .ce_column_custom1.box_shadow .flex_box {
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); }
      section .section_content_element .ce_column.radius_on .flex_box,
      section .section_content_element .ce_column_custom1.radius_on .flex_box {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      section .section_content_element .ce_column.square .flex_box .content_box,
      section .section_content_element .ce_column_custom1.square .flex_box .content_box {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden; }
        section .section_content_element .ce_column.square .flex_box .content_box .content,
        section .section_content_element .ce_column_custom1.square .flex_box .content_box .content {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          padding: 20px 20px 0; }
      section .section_content_element .ce_column.align_center .flex_box,
      section .section_content_element .ce_column_custom1.align_center .flex_box {
        text-align: center; }
      section .section_content_element .ce_column.align_left .flex_box,
      section .section_content_element .ce_column_custom1.align_left .flex_box {
        text-align: left; }
      section .section_content_element .ce_column.align_right .flex_box,
      section .section_content_element .ce_column_custom1.align_right .flex_box {
        text-align: right; }
      section .section_content_element .ce_column.twoandfour .flex_box,
      section .section_content_element .ce_column_custom1.twoandfour .flex_box {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        margin-bottom: 20px; }
        section .section_content_element .ce_column.twoandfour .flex_box:nth-child(2n),
        section .section_content_element .ce_column_custom1.twoandfour .flex_box:nth-child(2n) {
          margin-right: 0; }
      section .section_content_element .ce_column.twoandfour .ce_button,
      section .section_content_element .ce_column_custom1.twoandfour .ce_button {
        text-align: center; }
      section .section_content_element .ce_column.threeandfive .flex_box,
      section .section_content_element .ce_column_custom1.threeandfive .flex_box {
        width: calc((100% - 40px)/3);
        margin-right: 20px;
        margin-bottom: 20px; }
        section .section_content_element .ce_column.threeandfive .flex_box:nth-child(3n),
        section .section_content_element .ce_column_custom1.threeandfive .flex_box:nth-child(3n) {
          margin-right: 0; }
        section .section_content_element .ce_column.threeandfive .flex_box:nth-child(5n),
        section .section_content_element .ce_column_custom1.threeandfive .flex_box:nth-child(5n) {
          margin-right: 0; }
      section .section_content_element .ce_column.onlyfour .flex_box,
      section .section_content_element .ce_column_custom1.onlyfour .flex_box {
        width: calc((100% - 60px)/4);
        margin-right: 20px;
        margin-bottom: 20px; }
        section .section_content_element .ce_column.onlyfour .flex_box:nth-child(2n),
        section .section_content_element .ce_column_custom1.onlyfour .flex_box:nth-child(2n) {
          margin-right: 20px !important; }
        section .section_content_element .ce_column.onlyfour .flex_box:nth-child(4n),
        section .section_content_element .ce_column_custom1.onlyfour .flex_box:nth-child(4n) {
          margin-right: 0 !important; }
      section .section_content_element .ce_column.onlythree .flex_box,
      section .section_content_element .ce_column_custom1.onlythree .flex_box {
        width: calc((100% - 40px)/3);
        margin-right: 20px;
        margin-bottom: 20px; }
        section .section_content_element .ce_column.onlythree .flex_box:nth-child(4n),
        section .section_content_element .ce_column_custom1.onlythree .flex_box:nth-child(4n) {
          margin-right: 0 !important; }
      section .section_content_element .ce_column .row_flex,
      section .section_content_element .ce_column_custom1 .row_flex {
        justify-content: center; }
      section .section_content_element .ce_column.even_col .flex_box,
      section .section_content_element .ce_column_custom1.even_col .flex_box {
        width: calc(100% / 2); }
      section .section_content_element .ce_column.odd_col .flex_box,
      section .section_content_element .ce_column_custom1.odd_col .flex_box {
        width: calc(100% / 3); }
      section .section_content_element .ce_column .flex_box,
      section .section_content_element .ce_column_custom1 .flex_box {
        color: #000; }
        section .section_content_element .ce_column .flex_box:hover,
        section .section_content_element .ce_column_custom1 .flex_box:hover {
          text-decoration: none !important; }
        section .section_content_element .ce_column .flex_box .ce_button,
        section .section_content_element .ce_column_custom1 .flex_box .ce_button {
          padding: 0 15px; }
        section .section_content_element .ce_column .flex_box .content_box .content,
        section .section_content_element .ce_column_custom1 .flex_box .content_box .content {
          padding: 20px 15px; }
          section .section_content_element .ce_column .flex_box .content_box .content h5,
          section .section_content_element .ce_column_custom1 .flex_box .content_box .content h5 {
            margin-bottom: 20px;
            text-transform: uppercase; }
          section .section_content_element .ce_column .flex_box .content_box .content .events_img,
          section .section_content_element .ce_column_custom1 .flex_box .content_box .content .events_img {
            width: 100%;
            height: 100px;
            position: relative;
            margin-bottom: 20px; }
            section .section_content_element .ce_column .flex_box .content_box .content .events_img img,
            section .section_content_element .ce_column_custom1 .flex_box .content_box .content .events_img img {
              width: 100%;
              height: 100%;
              max-height: 100%;
              object-fit: cover;
              margin: 0; }
          section .section_content_element .ce_column .flex_box .content_box .content img,
          section .section_content_element .ce_column_custom1 .flex_box .content_box .content img {
            max-width: 100%;
            display: block;
            margin: 0 auto 20px; }
          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 {
            line-height: 20px;
            font-size: 16px; }
          section .section_content_element .ce_column .flex_box .content_box .content .category_text,
          section .section_content_element .ce_column_custom1 .flex_box .content_box .content .category_text {
            color: #FD433B;
            font-family: 'MetropolisSemi';
            margin-bottom: 15px;
            display: block;
            font-size: 13px; }
          section .section_content_element .ce_column .flex_box .content_box .content .schedule_box,
          section .section_content_element .ce_column_custom1 .flex_box .content_box .content .schedule_box {
            color: #fff;
            font-size: 13px;
            background: url(../images/icon_calendar.png) no-repeat left center;
            text-align: left;
            padding-left: 30px;
            display: inline-block;
            min-height: 22px; }
          section .section_content_element .ce_column .flex_box .content_box .content .custome_font,
          section .section_content_element .ce_column_custom1 .flex_box .content_box .content .custome_font {
            font-size: 36px;
            font-family: 'MetropolisBold';
            display: block; }
    section .section_content_element .ce_button {
      margin-bottom: 20px; }
      section .section_content_element .ce_button.minus_top {
        margin-top: -80px; }
      section .section_content_element .ce_button.align_center {
        text-align: center; }
      section .section_content_element .ce_button.align_left {
        text-align: left; }
      section .section_content_element .ce_button.align_right {
        text-align: right; }
      section .section_content_element .ce_button .def_btn {
        width: 200px;
        line-height: 46px;
        text-align: center;
        display: inline-block; }
        section .section_content_element .ce_button .def_btn:nth-child(2) {
          margin-left: 40px; }
        section .section_content_element .ce_button .def_btn:nth-child(3) {
          margin-left: 40px; }
      section .section_content_element .ce_button a {
        color: #fff !important; }
        section .section_content_element .ce_button a:hover {
          text-decoration: none !important; }
        section .section_content_element .ce_button a.gray_btn {
          color: #000 !important; }
    section .section_content_element .ce_text {
      font-size: 16px;
      margin-bottom: 20px;
      font-family: 'Metropolis'; }
      section .section_content_element .ce_text p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        font-family: 'Metropolis'; }
      section .section_content_element .ce_text.align_center {
        text-align: center; }
      section .section_content_element .ce_text.align_left {
        text-align: left; }
      section .section_content_element .ce_text.align_right {
        text-align: right; }
      section .section_content_element .ce_text a {
        color: #000;
        text-decoration: underline; }
        section .section_content_element .ce_text a:hover {
          text-decoration: underline; }
      section .section_content_element .ce_text ol {
        list-style: decimal;
        padding-left: 20px;
        line-height: 20px; }
        section .section_content_element .ce_text ol li {
          margin-bottom: 10px; }
      section .section_content_element .ce_text ul {
        list-style: disc;
        padding-left: 20px;
        line-height: 20px; }
        section .section_content_element .ce_text ul li {
          margin-bottom: 10px; }
      section .section_content_element .ce_text strong {
        font-family: 'MetropolisBold'; }
    section .section_content_element ol {
      list-style: decimal;
      padding-left: 20px;
      line-height: 20px; }
      section .section_content_element ol li {
        font-size: 16px;
        margin-bottom: 10px; }
        section .section_content_element ol li a {
          color: #000; }
    section .section_content_element ul {
      list-style: disc;
      padding-left: 20px;
      line-height: 20px; }
      section .section_content_element ul li {
        font-size: 16px;
        margin-bottom: 10px; }
        section .section_content_element ul li a {
          color: #000; }
    section .section_content_element blockquote {
      color: #A9A9AC; }
      section .section_content_element blockquote a {
        color: #A9A9AC; }
    section .section_content_element .row_reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      section .section_content_element .row_reverse .ce_img_left {
        margin-left: 40px;
        margin-right: 0; }
      section .section_content_element .row_reverse .ce_video_left {
        margin-left: 40px;
        margin-right: 0; }
      section .section_content_element .row_reverse .ce_text_right {
        padding-right: 0px; }
    section .section_content_element .ce_img_left {
      width: calc((100% - 40px)/2);
      margin-right: 40px; }
      section .section_content_element .ce_img_left img {
        max-width: 100%; }
    section .section_content_element .ce_text_right {
      width: calc((100% - 40px)/2);
      padding-right: 20px; }
    section .section_content_element .ce_slider .testimoni_wrapper .testimoni_left {
      width: 100px;
      padding-top: 40px; }
    section .section_content_element .ce_slider .testimoni_wrapper .testimoni_img {
      width: 80px;
      height: 80px; }
    section .section_content_element .ce_slider .testimoni_wrapper .testimoni_right {
      width: calc(100% - 120px);
      padding-top: 20px; }
      section .section_content_element .ce_slider .testimoni_wrapper .testimoni_right:before {
        top: 5px; }
    section .section_content_element .ce_slider .testimoni_wrapper .slick-prev {
      width: 20px;
      height: 40px;
      left: -25px;
      z-index: 10;
      background: url(../images/icon_arrow_left_gray.png) no-repeat top center/contain; }
      section .section_content_element .ce_slider .testimoni_wrapper .slick-prev:before {
        display: none; }
    section .section_content_element .ce_slider .testimoni_wrapper .slick-next {
      width: 20px;
      height: 40px;
      right: -25px;
      z-index: 10;
      background: url(../images/icon_arrow_right_gray.png) no-repeat top center/contain; }
      section .section_content_element .ce_slider .testimoni_wrapper .slick-next:before {
        display: none; }
    section .section_content_element .instructor_nbox {
      margin-bottom: 40px; }
    section .section_content_element .speakers_nbox {
      margin-bottom: 40px; }
    section .section_content_element p {
      margin-bottom: 20px; }
    section .section_content_element .ce_img {
      margin-bottom: 60px; }
      section .section_content_element .ce_img:last-child {
        margin-bottom: 0; }
      section .section_content_element .ce_img img {
        max-width: 100%; }
    section .section_content_element .ce_video_left {
      width: calc((100% - 40px)/2);
      margin-right: 40px; }
    section .section_content_element .ce_video .ce_video_box {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; }
      section .section_content_element .ce_video .ce_video_box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    section .section_content_element .ce_img_custom1 {
      margin-bottom: 20px;
      color: #000;
      position: relative; }
      section .section_content_element .ce_img_custom1 .fake_box {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10; }
      section .section_content_element .ce_img_custom1 .row_clear {
        margin-bottom: 20px; }
      section .section_content_element .ce_img_custom1 .ce_img_c1 {
        margin-right: 60px;
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        height: 120px;
        border-radius: 60px;
        overflow: hidden;
        position: relative; }
        section .section_content_element .ce_img_custom1 .ce_img_c1 img {
          width: 100%;
          position: absolute;
          width: 100%;
          height: 100%;
          max-height: 100%;
          object-fit: cover; }
      section .section_content_element .ce_img_custom1 .ce_text_c1 {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 190px); }
    section .section_content_element .ce_text_custom2 {
      padding-right: 40px;
      font-size: 16px; }
      section .section_content_element .ce_text_custom2 p {
        line-height: 22px; }
    section .section_content_element .ce_img_custom2 .flex_box {
      width: 33.3333%;
      padding: 0 10px; }
    section .section_content_element .ce_img_custom2 .ce_img_c2 {
      margin-bottom: 20px;
      width: 100px;
      height: 100px;
      border-radius: 60px;
      overflow: hidden;
      position: relative; }
      section .section_content_element .ce_img_custom2 .ce_img_c2 img {
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: cover; }
    section .section_content_element .ce_img_custom2 .ce_text_c2 {
      text-align: center;
      font-size: 14px;
      line-height: 18px; }
    section .section_content_element .label {
      text-align: center;
      font-family: 'News706 BT';
      display: block;
      margin-top: -20px;
      margin-bottom: 60px; }
    section .section_content_element a:hover {
      text-decoration: underline; }
    section .section_content_element .image_slider {
      margin-bottom: 40px; }
    section .section_content_element .carousel_image_slider {
      margin-bottom: 40px; }
      section .section_content_element .carousel_image_slider:after {
        content: '';
        clear: both;
        display: block; }
      section .section_content_element .carousel_image_slider .mh_box {
        width: calc((100% - 60px)/3);
        float: left;
        margin: 0 10px; }
      section .section_content_element .carousel_image_slider .slick-slide {
        margin: 0 10px; }
        section .section_content_element .carousel_image_slider .slick-slide .mh_box {
          width: 100%;
          float: none;
          margin: 0; }
    section .section_content_element .slick-track {
      /*height:480px;*/ }
    section .section_content_element .slick-prev {
      background: url(../images/icon_arrow_left_gray.png) no-repeat top center/contain; }
      section .section_content_element .slick-prev:before {
        display: none; }
    section .section_content_element .slick-next {
      background: url(../images/icon_arrow_right_gray.png) no-repeat top center/contain; }
      section .section_content_element .slick-next:before {
        display: none; }
    section .section_content_element .mh_box {
      width: 100%;
      /*height:480px;*/
      position: relative; }
    section .section_content_element .mh_img {
      /*height:480px;*/
      position: relative; }
      section .section_content_element .mh_img img {
        width: 100%;
        /*height:100%;
        position:absolute;
        top:0;
        left:0;*/ }
        section .section_content_element .mh_img img.desktop {
          display: block; }
        section .section_content_element .mh_img img.mobile {
          display: none; }
    section .section_content_element .mh_text {
      width: 100%;
      max-width: 960px;
      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; }
      section .section_content_element .mh_text h3 {
        line-height: 36px; }
      section .section_content_element .mh_text p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px; }
      section .section_content_element .mh_text .ce_button .def_btn {
        display: inline-block; }
        section .section_content_element .mh_text .ce_button .def_btn:nth-child(2) {
          margin-left: 20px; }
    section .section_content_element .section_masthead {
      margin-bottom: 60px; }
      section .section_content_element .section_masthead:first-child {
        margin-top: -100px;
        margin-bottom: 60px; }
  section .section_courses_list.order_history .scl_top {
    height: auto;
    padding: 40px 0;
    background: none; }
    section .section_courses_list.order_history .scl_top .container {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }
    section .section_courses_list.order_history .scl_top h2 {
      color: #000;
      font-family: 'MetropolisExtra'; }
    section .section_courses_list.order_history .scl_top span {
      color: #6B6B6C;
      font-size: 24px;
      font-family: 'MetropolisExtra'; }
  section .section_courses_list.order_history .scl_filter {
    border-top: 1px solid #D2D2D2; }
  section .section_courses_list .scl_top {
    height: 360px;
    text-align: center;
    background: #3D68D3;
    color: #fff;
    font-family: 'News706 BT';
    position: relative;
    overflow: hidden; }
    section .section_courses_list .scl_top h2 {
      margin-bottom: 20px; }
    section .section_courses_list .scl_top p {
      line-height: 26px; }
    section .section_courses_list .scl_top .container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section .section_courses_list .scl_top img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-height: 100%;
      object-fit: cover; }
  section .section_courses_list .scl_filter {
    border-bottom: 1px solid #D2D2D2; }
    section .section_courses_list .scl_filter .topic_box {
      background: #F8F8F8;
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 7px;
      width: 260px;
      height: 100px;
      border-left: 1px solid #D2D2D2;
      float: left; }
      section .section_courses_list .scl_filter .topic_box strong {
        display: block;
        margin-bottom: 10px; }
      section .section_courses_list .scl_filter .topic_box select {
        height: 40px;
        display: inline-block;
        border: 1px solid #D2D2D2;
        padding: 0 10px;
        -webkit-appearance: none;
        appearance: none;
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #000;
        background: #fff url(../images/icon_arrow_bottom_square.png) no-repeat right center; }
      section .section_courses_list .scl_filter .topic_box select {
        display: block;
        width: 100%; }
      section .section_courses_list .scl_filter .topic_box .select2-container {
        width: 100% !important; }
      section .section_courses_list .scl_filter .topic_box .select2-container--default .select2-selection--single {
        height: 36px; }
      section .section_courses_list .scl_filter .topic_box .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px; }
    section .section_courses_list .scl_filter .type_box {
      background: #F8F8F8;
      padding-top: 15px;
      padding-left: 7px;
      padding-right: 15px;
      width: 260px;
      height: 100px;
      border-right: 1px solid #D2D2D2;
      float: left; }
      section .section_courses_list .scl_filter .type_box strong {
        display: block;
        margin-bottom: 10px; }
      section .section_courses_list .scl_filter .type_box select {
        height: 40px;
        display: inline-block;
        border: 1px solid #D2D2D2;
        padding: 0 10px;
        -webkit-appearance: none;
        appearance: none;
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #000;
        background: #fff url(../images/icon_arrow_bottom_square.png) no-repeat right center; }
      section .section_courses_list .scl_filter .type_box select {
        display: block;
        width: 100%; }
      section .section_courses_list .scl_filter .type_box .select2-container {
        width: 100% !important; }
      section .section_courses_list .scl_filter .type_box .select2-container--default .select2-selection--single {
        height: 36px; }
      section .section_courses_list .scl_filter .type_box .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px; }
    section .section_courses_list .scl_filter .filter_box {
      float: left;
      width: calc(100% - 520px); }
      section .section_courses_list .scl_filter .filter_box ul li {
        width: calc((100% - 1px) / 3);
        float: left;
        border-right: 1px solid #d2d2d2; }
        section .section_courses_list .scl_filter .filter_box ul li a {
          line-height: 100px;
          display: block;
          text-align: center;
          color: #19191A;
          font-size: 16px; }
          section .section_courses_list .scl_filter .filter_box ul li a.active, section .section_courses_list .scl_filter .filter_box ul li a:hover {
            font-family: 'MetropolisBold'; }
  section .section_courses_list .scl_bot {
    padding: 20px 0; }
    section .section_courses_list .scl_bot .new_notif {
      text-align: center;
      margin-bottom: 20px; }
      section .section_courses_list .scl_bot .new_notif span {
        color: #000;
        background: #ffdb00;
        padding: 5px 10px;
        display: inline-block; }
    section .section_courses_list .scl_bot .order_history_box {
      padding: 20px;
      background: #fff;
      display: block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
      color: #000;
      margin-bottom: 20px;
      padding-right: 200px;
      position: relative; }
      section .section_courses_list .scl_bot .order_history_box h3 {
        font-size: 20px;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 5px; }
      section .section_courses_list .scl_bot .order_history_box .price {
        background: url(../images/icon_price.png) no-repeat left center;
        padding-left: 30px;
        font-size: 30px;
        color: #FF000C;
        font-family: 'News706 BT'; }
      section .section_courses_list .scl_bot .order_history_box .oh_desc {
        border-top: 1px solid #D2D2D2;
        padding: 10px 0 0;
        margin-top: 10px; }
      section .section_courses_list .scl_bot .order_history_box .ohd_box {
        color: #6B6B6C;
        font-size: 14px;
        font-family: 'MetropolisMedium';
        display: inline-block;
        margin-right: 20px; }
        section .section_courses_list .scl_bot .order_history_box .ohd_box:first-child {
          font-family: 'News706 BT';
          font-size: 16px;
          font-weight: bold; }
      section .section_courses_list .scl_bot .order_history_box .oh_info {
        width: 200px;
        position: absolute;
        padding: 0 40px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
        section .section_courses_list .scl_bot .order_history_box .oh_info h5 {
          font-size: 18px;
          color: #A9A9AC;
          font-family: 'News706 BT';
          margin-bottom: 5px;
          font-weight: normal; }
          section .section_courses_list .scl_bot .order_history_box .oh_info h5.tosca {
            color: #09838D; }
        section .section_courses_list .scl_bot .order_history_box .oh_info span {
          font-family: 'MetropolisBold';
          font-size: 12px;
          color: #6B6B6C; }
    section .section_courses_list .scl_bot .course_box {
      padding: 20px;
      height: 120px;
      background: #fff;
      display: block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
      color: #000;
      margin-bottom: 20px; }
    section .section_courses_list .scl_bot .course_img_box {
      width: 130px;
      height: 80px;
      float: left; }
      section .section_courses_list .scl_bot .course_img_box .course_img {
        width: 130px;
        height: 80px;
        position: relative; }
        section .section_courses_list .scl_bot .course_img_box .course_img img {
          max-width: 100%;
          max-height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
    section .section_courses_list .scl_bot .course_desc_box {
      width: calc(100% - 250px);
      height: 80px;
      position: relative;
      float: left;
      position: relative; }
      section .section_courses_list .scl_bot .course_desc_box .course_desc {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 40px;
        width: 100%;
        left: 0;
        max-height: 80px;
        overflow: hidden;
        font-size: 14px;
        line-height: 16px; }
        section .section_courses_list .scl_bot .course_desc_box .course_desc h3 {
          font-size: 20px;
          line-height: normal;
          text-transform: uppercase;
          margin-bottom: 10px; }
    section .section_courses_list .scl_bot .course_info_box {
      width: 120px;
      height: 80px;
      position: relative;
      float: left;
      position: relative; }
      section .section_courses_list .scl_bot .course_info_box .course_info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 100%; }
        section .section_courses_list .scl_bot .course_info_box .course_info .label_class {
          font-size: 16px;
          font-family: 'News706 BT';
          display: block;
          margin-bottom: 20px;
          position: relative;
          padding-left: 35px;
          min-height: 20px; }
          section .section_courses_list .scl_bot .course_info_box .course_info .label_class img {
            position: absolute;
            top: 0;
            left: 0;
            width: 20px; }
        section .section_courses_list .scl_bot .course_info_box .course_info .label_multiple {
          font-size: 16px;
          display: block;
          font-family: 'News706 BT';
          position: relative;
          margin-bottom: 15px;
          min-height: 20px; }
          section .section_courses_list .scl_bot .course_info_box .course_info .label_multiple img {
            margin-right: 10px;
            display: inlineb-block;
            vertical-align: middle;
            width: 20px; }
          section .section_courses_list .scl_bot .course_info_box .course_info .label_multiple .multiple {
            margin-bottom: 5px; }
        section .section_courses_list .scl_bot .course_info_box .course_info .label_category {
          font-size: 16px;
          display: block;
          font-family: 'News706 BT';
          position: relative;
          padding-left: 35px;
          min-height: 20px;
          margin-bottom: 15px; }
          section .section_courses_list .scl_bot .course_info_box .course_info .label_category img {
            position: absolute;
            top: 0;
            left: 0;
            width: 20px; }
  section .section_courses_apply {
    padding: 60px 0; }
    section .section_courses_apply .title_strong {
      color: #6B6B6C;
      font-size: 24px;
      display: block;
      font-family: 'MetropolisBold';
      margin-bottom: 10px; }
    section .section_courses_apply h2 {
      margin-bottom: 30px; }
    section .section_courses_apply p {
      font-family: 'News706 BT';
      line-height: 24px; }
    section .section_courses_apply div.input {
      margin-top: 10px; }
    section .section_courses_apply.custom1 {
      padding: 40px 0;
      margin-top: 40px;
      border-top: 1px solid #707070; }
      section .section_courses_apply.custom1 .width50 {
        padding: 0; }
    section .section_courses_apply .width50 {
      padding: 50px 0 0; }
      section .section_courses_apply .width50 .hs-button.primary {
        margin: 0 0 20px !important; }
    section .section_courses_apply .notes_box {
      background: #F8F8F8;
      padding: 20px;
      font-size: 18px;
      font-family: 'News706 BT';
      margin-bottom: 20px; }
      section .section_courses_apply .notes_box ul {
        list-style: disc;
        padding-left: 20px;
        margin-top: 10px; }
        section .section_courses_apply .notes_box ul li {
          margin-bottom: 5px;
          font-size: 16px;
          line-height: 22px; }
    section .section_courses_apply .def_btn {
      width: calc((100% - 20px)/2); }
    section .section_courses_apply .agreement_box {
      color: #6B6B6C;
      font-size: 16px; }
      section .section_courses_apply .agreement_box p {
        font-family: 'MetropolisSemi'; }
      section .section_courses_apply .agreement_box a {
        color: #6B6B6C; }
        section .section_courses_apply .agreement_box a:hover {
          text-decoration: underline; }
  section .section_classes_list .scl_top {
    height: 360px;
    text-align: center;
    background: #FFDA00;
    color: #000;
    font-family: 'News706 BT';
    position: relative;
    overflow: hidden; }
    section .section_classes_list .scl_top h2 {
      margin-bottom: 20px;
      font-size: 44px; }
    section .section_classes_list .scl_top p {
      line-height: 26px; }
    section .section_classes_list .scl_top .container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section .section_classes_list .scl_top img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      max-height: 100%;
      object-fit: cover; }
  section .section_classes_list .scl_filter {
    border-bottom: 1px solid #D2D2D2; }
    section .section_classes_list .scl_filter .topic_box {
      background: #F8F8F8;
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 15px;
      width: 320px;
      height: 100px;
      border-left: 1px solid #D2D2D2;
      border-right: 1px solid #D2D2D2;
      float: left; }
      section .section_classes_list .scl_filter .topic_box strong {
        display: block;
        margin-bottom: 10px; }
      section .section_classes_list .scl_filter .topic_box select {
        width: 260px;
        height: 40px;
        display: inline-block;
        border: 1px solid #D2D2D2;
        padding: 0 10px;
        -webkit-appearance: none;
        appearance: none;
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #000;
        background: #fff url(../images/icon_arrow_bottom_square.png) no-repeat right center; }
      section .section_classes_list .scl_filter .topic_box .select2-container--default .select2-selection--single {
        height: 36px; }
      section .section_classes_list .scl_filter .topic_box .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px; }
    section .section_classes_list .scl_filter .type_box {
      background: #F8F8F8;
      padding-top: 15px;
      padding-left: 7px;
      padding-right: 15px;
      width: 260px;
      height: 100px;
      border-right: 1px solid #D2D2D2;
      float: left; }
      section .section_classes_list .scl_filter .type_box strong {
        display: block;
        margin-bottom: 10px; }
      section .section_classes_list .scl_filter .type_box select {
        width: 260px;
        height: 40px;
        display: inline-block;
        border: 1px solid #D2D2D2;
        padding: 0 10px;
        -webkit-appearance: none;
        appearance: none;
        color: rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 #000;
        background: #fff url(../images/icon_arrow_bottom_square.png) no-repeat right center; }
      section .section_classes_list .scl_filter .type_box .select2-container--default .select2-selection--single {
        height: 36px; }
      section .section_classes_list .scl_filter .type_box .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px; }
    section .section_classes_list .scl_filter .filter_box {
      float: left;
      width: calc(100% - 320px); }
      section .section_classes_list .scl_filter .filter_box ul li {
        width: 25%;
        float: left;
        border-right: 1px solid #d2d2d2; }
        section .section_classes_list .scl_filter .filter_box ul li a {
          line-height: 100px;
          display: block;
          text-align: center;
          color: #19191A;
          font-size: 16px; }
          section .section_classes_list .scl_filter .filter_box ul li a.active, section .section_classes_list .scl_filter .filter_box ul li a:hover {
            font-family: 'MetropolisBold'; }
  section .section_classes_list .scl_bot {
    padding: 80px 0 0; }
    section .section_classes_list .scl_bot .classes_wrapper {
      margin-bottom: 80px; }
    section .section_classes_list .scl_bot .month_title {
      color: #19191A;
      display: block;
      font-family: 'MetropolisBold';
      padding-bottom: 10px;
      border-bottom: 1px solid #707070;
      margin-bottom: 30px;
      text-transform: uppercase; }
    section .section_classes_list .scl_bot .classes_box {
      padding: 20px;
      height: 200px;
      background: #fff;
      display: block;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
      color: #000;
      margin-bottom: 20px; }
    section .section_classes_list .scl_bot .classes_img_box {
      width: 180px;
      height: 160px;
      float: left; }
      section .section_classes_list .scl_bot .classes_img_box .classes_img {
        width: 180px;
        height: 160px;
        position: relative; }
        section .section_classes_list .scl_bot .classes_img_box .classes_img img {
          max-width: 100%;
          max-height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
    section .section_classes_list .scl_bot .classes_desc_box {
      width: calc(100% - 380px);
      height: 160px;
      position: relative;
      float: left;
      position: relative;
      padding: 0 140px 0 40px; }
      section .section_classes_list .scl_bot .classes_desc_box .classes_desc {
        font-size: 14px; }
        section .section_classes_list .scl_bot .classes_desc_box .classes_desc h3 {
          font-size: 20px;
          text-transform: uppercase;
          margin-bottom: 10px; }
        section .section_classes_list .scl_bot .classes_desc_box .classes_desc p {
          /*width:calc(100% - 200px);
          position:absolute;
          bottom:0;
          left:40px;*/
          line-height: 16px;
          max-height: 64px;
          overflow: hidden; }
    section .section_classes_list .scl_bot .classes_info_box {
      width: 200px;
      height: 80px;
      position: relative;
      float: left;
      position: relative; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_class {
        font-size: 16px;
        font-family: 'News706 BT';
        background: url(../images/icon_class.png) no-repeat top left;
        padding-left: 35px;
        display: block;
        margin-bottom: 15px; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_money {
        font-size: 16px;
        display: block;
        font-family: 'News706 BT';
        position: relative;
        margin-bottom: 15px; }
        section .section_classes_list .scl_bot .classes_info_box .classes_info .label_money img {
          margin-right: 10px;
          display: inline-block;
          vertical-align: middle;
          width: 20px; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_multiple {
        font-size: 16px;
        display: block;
        font-family: 'News706 BT';
        position: relative;
        margin-bottom: 15px; }
        section .section_classes_list .scl_bot .classes_info_box .classes_info .label_multiple img {
          margin-right: 10px;
          display: inline-block;
          vertical-align: middle;
          width: 20px; }
        section .section_classes_list .scl_bot .classes_info_box .classes_info .label_multiple .multiple {
          margin-bottom: 5px; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_schedule {
        font-size: 14px;
        font-family: 'News706 BT';
        display: block;
        margin-bottom: 15px;
        position: relative;
        padding-left: 35px; }
        section .section_classes_list .scl_bot .classes_info_box .classes_info .label_schedule img {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_location {
        font-size: 14px;
        font-family: 'News706 BT';
        display: block;
        margin-bottom: 15px;
        position: relative;
        padding-left: 35px;
        min-height: 25px; }
        section .section_classes_list .scl_bot .classes_info_box .classes_info .label_location img {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_category {
        font-size: 14px;
        display: block;
        font-family: 'News706 BT';
        line-height: 20px;
        position: relative;
        padding-left: 35px;
        min-height: 20px;
        margin-bottom: 15px; }
        section .section_classes_list .scl_bot .classes_info_box .classes_info .label_category img {
          position: absolute;
          top: 0;
          left: 0;
          width: 20px; }
  section .section_faq {
    padding: 40px 0; }
    section .section_faq h2 {
      text-align: center;
      margin-bottom: 20px; }
    section .section_faq .label {
      font-size: 26px;
      color: #6B6B6C;
      font-family: 'MetropolisExtra';
      text-align: center;
      display: block; }
    section .section_faq .faq_wrapper {
      padding-top: 100px; }
    section .section_faq .faq_box {
      margin-bottom: 60px; }
      section .section_faq .faq_box:first-child .toggle_box:nth-child(2) .toggle_top {
        display: block; }
        section .section_faq .faq_box:first-child .toggle_box:nth-child(2) .toggle_top:before {
          width: 12px;
          background: url(../images/icon_arrow_top.png) no-repeat center/contain; }
        section .section_faq .faq_box:first-child .toggle_box:nth-child(2) .toggle_top.default:before {
          width: 10px;
          height: 12px;
          background: url(../images/icon_arrow_right.png) no-repeat center/contain; }
      section .section_faq .faq_box:first-child .toggle_box:nth-child(2) .toggle_bottom {
        display: block; }
    section .section_faq h5 {
      margin-bottom: 20px;
      text-transform: uppercase; }
    section .section_faq .toggle_bottom {
      font-size: 16px;
      line-height: 22px;
      font-family: 'Metropolis'; }
      section .section_faq .toggle_bottom a {
        font-family: 'MetropolisBold';
        color: #000;
        text-decoration: underline; }
      section .section_faq .toggle_bottom p {
        font-family: 'Metropolis'; }
  section .section_testimoni {
    padding: 40px 0; }
    section .section_testimoni h2 {
      text-align: center;
      margin-bottom: 20px; }
    section .section_testimoni .label {
      font-size: 26px;
      color: #6B6B6C;
      font-family: 'MetropolisExtra';
      text-align: center;
      display: block; }
  section .testimoni_wrapper {
    padding-top: 100px; }
  section .cover_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    section .cover_img img {
      max-width: 100%; }
  section .section_event_detail .container {
    padding-top: 80px; }
  section .section_event_detail .label {
    color: #FD433B;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'MetropolisExtra';
    display: block;
    margin-bottom: 20px; }
  section .section_event_detail .sed_top {
    position: relative;
    margin-bottom: 40px; }
    section .section_event_detail .sed_top .sed_img {
      float: right;
      max-width: 360px; }
      section .section_event_detail .sed_top .sed_img img {
        width: 100%; }
    section .section_event_detail .sed_top .sed_title {
      width: 50%;
      min-height: 160px;
      margin-bottom: 40px;
      float: left; }
      section .section_event_detail .sed_top .sed_title p {
        font-size: 14px;
        line-height: 22px; }
      section .section_event_detail .sed_top .sed_title .red_border_btn {
        width: 200px;
        height: 48px;
        text-align: center;
        font-size: 16px;
        line-height: 46px;
        margin-top: 20px; }
    section .section_event_detail .sed_top .sedi_wrapper .sedi_title {
      font-size: 16px;
      color: #6B6B6C;
      display: block;
      margin-bottom: 10px; }
    section .section_event_detail .sed_top .sedi_wrapper .sed_info {
      margin-top: 0; }
      section .section_event_detail .sed_top .sedi_wrapper .sed_info .column_box.two_c {
        min-height: 0;
        height: auto;
        text-align: center;
        padding: 20px 0;
        border-right: 1px solid #707070;
        width: 50%; }
        section .section_event_detail .sed_top .sedi_wrapper .sed_info .column_box.two_c:last-child {
          border-right: 0; }
        section .section_event_detail .sed_top .sedi_wrapper .sed_info .column_box.two_c .sedi_text {
          font-family: 'MetropolisSemi';
          font-size: 16px; }
      section .section_event_detail .sed_top .sedi_wrapper .sed_info .column_box.two {
        min-height: 90px; }
    section .section_event_detail .sed_top .sedi_wrapper .status_payment {
      color: #09838D;
      font-size: 18px;
      font-family: 'MetropolisBold';
      padding-left: 30px; }
      section .section_event_detail .sed_top .sedi_wrapper .status_payment img {
        display: block;
        position: absolute;
        top: 0px;
        left: 0; }
      section .section_event_detail .sed_top .sedi_wrapper .status_payment.completed {
        color: #949494; }
        section .section_event_detail .sed_top .sedi_wrapper .status_payment.completed span {
          color: #313133;
          display: block;
          font-size: 11px;
          margin-top: 5px; }
          section .section_event_detail .sed_top .sedi_wrapper .status_payment.completed span span {
            display: inline-block; }
    section .section_event_detail .sed_top .oh_button {
      width: 100%;
      position: relative;
      text-align: right;
      margin-bottom: 30px; }
      section .section_event_detail .sed_top .oh_button .cancel_btn {
        color: #6B6B6C;
        font-family: 'MetropolisExtra';
        font-size: 18px;
        text-decoration: underline;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
      section .section_event_detail .sed_top .oh_button .agree_box {
        color: #19191A;
        font-size: 16px;
        display: inline-block; }
        section .section_event_detail .sed_top .oh_button .agree_box a {
          color: #19191A;
          font-family: 'MetropolisBold';
          text-decoration: underline; }
        section .section_event_detail .sed_top .oh_button .agree_box span {
          width: 22px;
          height: 22px;
          display: inline-block;
          border: 1px solid #FD433B;
          border-radius: 3px;
          vertical-align: middle;
          margin-left: 10px; }
        section .section_event_detail .sed_top .oh_button .agree_box input[type="checkbox"] {
          opacity: 0;
          position: absolute;
          top: 0;
          right: 0; }
          section .section_event_detail .sed_top .oh_button .agree_box input[type="checkbox"]:checked + span {
            background: url(../images/icon_checkbox.png) no-repeat center/contain; }
      section .section_event_detail .sed_top .oh_button .red_btn {
        width: 200px;
        text-align: center;
        display: inline-block;
        margin-left: 20px; }
    section .section_event_detail .sed_top .order_created {
      color: #A9A9AC;
      text-align: right;
      font-size: 16px;
      font-family: 'MetropolisMedium';
      padding-bottom: 20px; }
    section .section_event_detail .sed_top .sed_info {
      border: 1px solid #707070;
      margin-top: 20px;
      margin-bottom: 40px; }
      section .section_event_detail .sed_top .sed_info .row_clear {
        border-bottom: 1px solid #707070; }
        section .section_event_detail .sed_top .sed_info .row_clear:last-child {
          border-bottom: none; }
      section .section_event_detail .sed_top .sed_info .column_box {
        padding: 10px 20px;
        border-right: 1px solid #707070;
        height: 80px;
        float: left;
        position: relative; }
        section .section_event_detail .sed_top .sed_info .column_box:last-child {
          border-right: none; }
        section .section_event_detail .sed_top .sed_info .column_box.four {
          width: 25%; }
        section .section_event_detail .sed_top .sed_info .column_box.two {
          width: 50%;
          height: auto;
          min-height: 80px;
          border-right: none; }
          section .section_event_detail .sed_top .sed_info .column_box.two .sedi_text {
            overflow: hidden; }
        section .section_event_detail .sed_top .sed_info .column_box .sedi_icon {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
        section .section_event_detail .sed_top .sed_info .column_box .sedi_text {
          display: inline-block;
          vertical-align: middle;
          font-family: 'News706 BT'; }
          section .section_event_detail .sed_top .sed_info .column_box .sedi_text span {
            display: block;
            font-size: 40px;
            text-transform: uppercase; }
      section .section_event_detail .sed_top .sed_info .pos_absolute {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px; }
        section .section_event_detail .sed_top .sed_info .pos_absolute.right {
          left: auto;
          right: 20px; }
      section .section_event_detail .sed_top .sed_info .def_btn {
        width: 200px;
        text-align: center; }
  section .share_box {
    margin-bottom: 20px;
    font-size: 16px; }
    section .share_box span {
      display: block;
      margin-bottom: 10px; }
    section .share_box a {
      margin-right: 5px; }
    section .share_box .st-label {
      font-family: 'Metropolis' !important; }
  section .section_gallery .container {
    padding: 60px; }
    section .section_gallery .container h2 {
      text-align: center;
      margin-bottom: 20px; }
    section .section_gallery .container .sub_title {
      color: #6B6B6C;
      font-family: 'MetropolisExtra';
      font-size: 28px;
      margin-bottom: 50px;
      display: block;
      text-align: center; }
  section .course_detail .container {
    position: relative; }
  section .course_detail .anchor_box {
    width: 200px;
    background: #F6F6F6;
    top: 30px;
    left: 0;
    z-index: 100;
    position: absolute; }
    section .course_detail .anchor_box .anchor_wrapper {
      display: block; }
    section .course_detail .anchor_box ul li a {
      color: #19191A;
      padding: 20px 0 20px 20px;
      display: block; }
      section .course_detail .anchor_box ul li a.active {
        border-right: 4px solid #09838D;
        color: #09838D; }
    section .course_detail .anchor_box .ab_bottom {
      padding: 0 20px 20px;
      text-align: center;
      font-size: 16px; }
    section .course_detail .anchor_box .ce_button {
      margin-bottom: 20px; }
    section .course_detail .anchor_box.sticky {
      position: fixed;
      left: auto; }
    section .course_detail .anchor_box .anchor_mobile {
      display: none;
      background: url(../images/icon_arrow_right.png) no-repeat left center/6px;
      font-family: 'MetropolisMedium';
      padding: 15px 0 15px 20px; }
  section .course_detail #section_1 {
    padding-top: 60px; }
  section .course_detail #section_2 {
    padding-top: 55px; }
  section .course_detail #section_3 {
    padding-top: 80px; }
  section .course_detail #section_4 {
    padding-top: 60px; }
  section .course_detail #section_2 {
    padding-bottom: 0; }
  section .course_detail .section_content_element {
    padding: 30px 0 30px;
    overflow: hidden; }
    section .course_detail .section_content_element:after {
      display: none !important; }
    section .course_detail .section_content_element.elit_instructors {
      padding: 60px 0; }
    section .course_detail .section_content_element .container {
      padding-left: 240px; }
    section .course_detail .section_content_element h4 {
      text-align: left;
      font-size: 26px; }
      section .course_detail .section_content_element h4:before, section .course_detail .section_content_element h4:after {
        display: none; }
    section .course_detail .section_content_element .section_masthead {
      margin-bottom: 0; }
      section .course_detail .section_content_element .section_masthead:first-child {
        margin-top: 0; }
    section .course_detail .section_content_element .ce_column_custom2.one_col .flex_box {
      width: 100%; }
      section .course_detail .section_content_element .ce_column_custom2.one_col .flex_box .custom_box {
        width: 33.3333%; }
    section .course_detail .section_content_element .ce_column_custom2.two_col .flex_box {
      width: 50%; }
      section .course_detail .section_content_element .ce_column_custom2.two_col .flex_box .custom_box {
        width: 100%; }
    section .course_detail .section_content_element .ce_column_custom2.three_col .flex_box {
      width: 33.3333%; }
      section .course_detail .section_content_element .ce_column_custom2.three_col .flex_box .custom_box {
        width: 100%; }
    section .course_detail .section_content_element .ce_column_custom2 .flex_box {
      border-right: 1px solid #707070;
      border-top: 1px solid #707070;
      border-bottom: 1px solid #707070;
      margin: 20px 0;
      padding: 20px; }
      section .course_detail .section_content_element .ce_column_custom2 .flex_box:last-child {
        border-right: none; }
      section .course_detail .section_content_element .ce_column_custom2 .flex_box:first-child {
        padding: 20px 20px 20px 0; }
    section .course_detail .section_content_element .ce_column_custom2 h4 {
      font-size: 18px; }
    section .course_detail .section_content_element .ce_column_custom2 h5 {
      font-size: 38px;
      font-family: 'MetropolisBold';
      display: block;
      margin-bottom: 0; }
    section .course_detail .section_content_element .admission_box {
      margin-bottom: 20px;
      text-align: center; }
      section .course_detail .section_content_element .admission_box .ce_button {
        margin-top: 20px; }
        section .course_detail .section_content_element .admission_box .ce_button a {
          color: #E71416 !important; }
  section .course_detail .upcoming_wrapper {
    margin-top: 40px; }
  section .course_detail .upcoming_box {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 20px;
    color: #A9A9AC;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px; }
    section .course_detail .upcoming_box span {
      font-size: 22px;
      color: #19191A;
      display: block;
      margin-bottom: 10px; }
    section .course_detail .upcoming_box a {
      width: 100%;
      height: 100%;
      text-align: right;
      color: #09838D;
      font-size: 20px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      line-height: 84px;
      padding-right: 20px;
      text-decoration: underline; }
  section .course_detail .faq_wrapper {
    padding-top: 0; }
  section .course_detail .faq_box {
    margin-bottom: 60px; }
    section .course_detail .faq_box:first-child .toggle_box:nth-child(2) .toggle_top:before {
      width: 12px;
      background: url(../images/icon_arrow_right.png) no-repeat center/contain; }
    section .course_detail .faq_box:first-child .toggle_box:nth-child(2) .toggle_top.active:before {
      width: 12px;
      background: url(../images/icon_arrow_top.png) no-repeat center/contain; }
    section .course_detail .faq_box:first-child .toggle_box:nth-child(2) .toggle_bottom {
      display: none; }
  section .course_detail .faq_box {
    margin-bottom: 60px; }
    section .course_detail .faq_box:first-child .toggle_box:first-child .toggle_top {
      display: block; }
      section .course_detail .faq_box:first-child .toggle_box:first-child .toggle_top:before {
        width: 12px;
        background: url(../images/icon_arrow_top.png) no-repeat center/contain; }
      section .course_detail .faq_box:first-child .toggle_box:first-child .toggle_top.default:before {
        width: 10px;
        height: 12px;
        background: url(../images/icon_arrow_right.png) no-repeat center/contain; }
    section .course_detail .faq_box:first-child .toggle_box:first-child .toggle_bottom {
      display: block; }
  section .section_ty .sty_top {
    padding: 60px 0;
    text-align: center;
    font-family: 'News706 BT'; }
    section .section_ty .sty_top .container {
      padding: 0 150px; }
    section .section_ty .sty_top img {
      max-width: 180px;
      display: block;
      margin: 0 auto 40px;
      position: relative;
      left: 10px; }
  section .section_ty .sty_bot {
    padding: 60px 0;
    text-align: center;
    background: #F6F6F6;
    font-family: 'MetropolisExtra';
    color: #6B6B6C; }
    section .section_ty .sty_bot .container {
      padding: 0 150px; }
    section .section_ty .sty_bot .ce_button {
      margin-top: 40px; }
    section .section_ty .sty_bot .def_btn {
      width: 200px;
      margin: 0 10px; }
  section .section_event_detail {
    padding: 0 20px; }
  section .section_fmc_top {
    background: #F6F6F6;
    padding: 60px 0; }
    section .section_fmc_top .container {
      position: relative; }
      section .section_fmc_top .container .sfmc_img {
        position: absolute;
        top: 0;
        right: 20px; }
        section .section_fmc_top .container .sfmc_img img {
          max-width: 320px; }
      section .section_fmc_top .container .sfmc_text {
        max-width: 540px; }
        section .section_fmc_top .container .sfmc_text h2 {
          font-size: 54px; }
        section .section_fmc_top .container .sfmc_text p {
          font-family: 'News706 BT';
          line-height: 24px; }
        section .section_fmc_top .container .sfmc_text .row_flex {
          margin-top: 40px; }
        section .section_fmc_top .container .sfmc_text .white_box {
          color: #19191A;
          font-family: 'MetropolisBold';
          font-size: 20px;
          background: #fff;
          padding: 15px 30px 15px 15px;
          margin-right: 20px; }
          section .section_fmc_top .container .sfmc_text .white_box:first-child {
            width: 280px; }
          section .section_fmc_top .container .sfmc_text .white_box:last-child {
            width: 210px; }
          section .section_fmc_top .container .sfmc_text .white_box a {
            color: #19191A;
            text-decoration: underline; }
          section .section_fmc_top .container .sfmc_text .white_box p {
            font-size: 14px;
            line-height: 18px;
            margin-top: 10px; }
          section .section_fmc_top .container .sfmc_text .white_box .wbtop {
            padding-left: 40px;
            position: relative; }
            section .section_fmc_top .container .sfmc_text .white_box .wbtop img {
              width: 14%;
              position: absolute;
              top: 0;
              left: 0; }
  section .section_fmc_two .container {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070; }
    section .section_fmc_two .container h3 {
      font-family: 'News706 BT';
      font-weight: normal; }
      section .section_fmc_two .container h3 .sub_title {
        color: #A9A9AC;
        font-size: 18px;
        font-family: 'metropolis'; }
    section .section_fmc_two .container .fmc_wrapper {
      width: calc((100% - 80px)/5);
      margin-right: 20px;
      margin-bottom: 40px;
      border-radius: 4px;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); }
      section .section_fmc_two .container .fmc_wrapper:nth-child(5n) {
        margin-right: 0; }
    section .section_fmc_two .container .fmc_box {
      width: 100%;
      padding-bottom: 100%;
      position: relative; }
    section .section_fmc_two .container .fmc_content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px;
      text-align: center; }
      section .section_fmc_two .container .fmc_content input[type="checkbox"] {
        width: 100%;
        height: 100%;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        top: 0;
        left: 0; }
        section .section_fmc_two .container .fmc_content input[type="checkbox"]:checked + span {
          background: url(../images/icon_checkmark_active.png) no-repeat top center/contain; }
      section .section_fmc_two .container .fmc_content span {
        width: 40px;
        height: 40px;
        display: block;
        background: url(../images/icon_checkmark.png) no-repeat top center/contain;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
    section .section_fmc_two .container .fmc_img {
      width: 100%;
      height: 100px;
      position: relative;
      margin-bottom: 10px; }
      section .section_fmc_two .container .fmc_img img {
        max-width: 100%; }
    section .section_fmc_two .container .rounded {
      position: relative;
      margin-bottom: 20px; }
      section .section_fmc_two .container .rounded input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0; }
        section .section_fmc_two .container .rounded input[type="checkbox"]:checked + span:before {
          border: none;
          background: url(../images/icon_checkmark_active.png) no-repeat top center/contain; }
      section .section_fmc_two .container .rounded input[type="radio"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0; }
        section .section_fmc_two .container .rounded input[type="radio"]:checked + span:before {
          border: none;
          background: url(../images/icon_checkmark_active.png) no-repeat top center/contain; }
      section .section_fmc_two .container .rounded span {
        cursor: pointer; }
        section .section_fmc_two .container .rounded span:before {
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          border: 1px solid #707070;
          border-radius: 10px;
          vertical-align: middle;
          margin-right: 10px; }
    section .section_fmc_two .container .square {
      position: relative;
      margin-bottom: 20px; }
      section .section_fmc_two .container .square input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0; }
        section .section_fmc_two .container .square input[type="checkbox"]:checked + span:before {
          border: none;
          background: #FF000C url(../images/icon_checkmark_active.png) no-repeat top center/contain; }
      section .section_fmc_two .container .square span {
        cursor: pointer; }
        section .section_fmc_two .container .square span:before {
          content: '';
          width: 20px;
          height: 20px;
          display: inline-block;
          border: 1px solid #707070;
          border-radius: 2px;
          vertical-align: middle;
          margin-right: 10px; }
    section .section_fmc_two .container .def_btn {
      width: 200px; }
    section .section_fmc_two .container .agreement_box {
      color: #6B6B6C; }
      section .section_fmc_two .container .agreement_box a {
        color: #6B6B6C;
        text-decoration: underline; }
  section .instructor_box {
    padding-top: 40px;
    padding-right: 360px;
    padding-bottom: 40px;
    position: relative; }
    section .instructor_box .in_title {
      color: #FD433B;
      font-size: 24px;
      font-family: 'MetropolisSemi';
      margin-bottom: 20px; }
    section .instructor_box .in_name {
      color: #19191A;
      font-size: 48px;
      font-family: 'MetropolisExtra';
      margin-bottom: 10px;
      text-transform: uppercase; }
    section .instructor_box .in_short_desc {
      color: #6B6B6C;
      font-size: 18px;
      font-family: 'News706 BT';
      margin-bottom: 20px; }
    section .instructor_box .in_img {
      width: 320px;
      height: 320px;
      position: absolute;
      top: 40px;
      right: 0; }
      section .instructor_box .in_img img {
        width: 100%; }
    section .instructor_box .in_topic {
      font-size: 14px;
      margin-bottom: 20px;
      font-family: 'News706 BT'; }
      section .instructor_box .in_topic img {
        width: 26px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px; }
        section .instructor_box .in_topic img:first-child {
          margin-left: 0; }
    section .instructor_box .in_long_desc {
      color: #19191A;
      font-family: 'Metropolis';
      font-size: 16px;
      line-height: 24px; }

.testimoni_wrapper .testimoni_box {
  margin-bottom: 50px; }
.testimoni_wrapper .testimoni_left {
  width: 220px;
  float: left; }
.testimoni_wrapper .testimoni_img {
  width: 120px;
  height: 120px;
  display: block;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden;
  position: relative; }
  .testimoni_wrapper .testimoni_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.testimoni_wrapper .testimoni_right {
  width: calc(100% - 220px);
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: 'News706 BT'; }
  .testimoni_wrapper .testimoni_right:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/icon_quote.png) no-repeat top center/contain;
    position: absolute;
    top: -10px;
    left: -45px; }
  .testimoni_wrapper .testimoni_right p {
    margin-bottom: 10px; }
.testimoni_wrapper .testimoni_name {
  color: #FD433B;
  font-family: 'MetropolisSemi'; }
.testimoni_wrapper .testimoni_job {
  font-family: 'MetropolisSemi';
  font-size: 14px;
  display: block;
  color: #6B6B6C; }

.toggle_box {
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #707070; }
  .toggle_box .toggle_top {
    color: #19191A;
    font-family: 'MetropolisBold';
    font-size: 18px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px; }
    .toggle_box .toggle_top:before {
      content: '';
      display: block;
      width: 10px;
      height: 12px;
      background: url(../images/icon_arrow_right.png) no-repeat center/contain;
      position: absolute;
      top: 0px;
      left: 0; }
    .toggle_box .toggle_top.active:before {
      width: 12px;
      background: url(../images/icon_arrow_top.png) no-repeat center/contain; }
  .toggle_box .toggle_bottom {
    padding: 10px 30px 0 30px;
    display: none; }
    .toggle_box .toggle_bottom ul {
      list-style: disc;
      padding-left: 20px; }
    .toggle_box .toggle_bottom ol {
      list-style: decimal;
      padding-left: 20px; }

.phone_box {
  position: relative;
  border: 1px solid #707070;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .phone_box input[type="text"] {
    height: 46px; }
  .phone_box .select2 {
    width: auto !important;
    display: inline-block;
    max-width: 180px; }
    .phone_box .select2 span {
      outline: none !important; }
  .phone_box .select2-container--default .select2-selection--single {
    border: none;
    border-right: 1px solid #707070;
    border-radius: 0;
    height: 46px;
    background: none; }
  .phone_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-right: 20px;
    padding-left: 20px; }
  .phone_box #phone_number {
    width: auto;
    display: inline-block;
    padding-left: 10px; }

/*.select2-dropdown{
	width:380px !important;
}*/
.select2-results__option {
  font-size: 14px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 20px; }

.form_box {
  margin-bottom: 20px;
  position: relative; }
  .form_box .title_form {
    color: #313133;
    font-family: 'MetropolisBold';
    display: block;
    margin-bottom: 10px; }
  .form_box .error_msg {
    color: #f00;
    font-size: 14px; }
  .form_box label span {
    font-size: 14px; }

.select2-container--default .select2-selection--single {
  height: 48px;
  background: #fff url(../images/icon_arrow_bottom_square.png) no-repeat right center/contain;
  border: 1px solid #707070; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  font-size: 16px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 40px;
  display: none; }

.dd_trigger {
  width: 56px;
  height: 56px;
  display: none !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  padding: 0 !important; }
  .dd_trigger:before {
    right: 25px !important; }

.hs-form-field {
  margin-bottom: 20px; }
  .hs-form-field label span:first-child {
    color: #313133;
    font-family: 'MetropolisBold';
    margin-bottom: 10px; }

.hs-button.primary {
  width: 200px !important;
  margin: 0 auto !important;
  display: block !important;
  height: 43px !important;
  background: #FD433B !important;
  border: none !important;
  font-family: 'MetropolisExtra' !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  color: #fff !important;
  box-shadow: 0 5px 0 #A40000 !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.legal-consent-container {
  font-size: 14px; }

.hs-error-msgs,
.hs-form-required {
  color: #f00;
  font-size: 14px; }

footer {
  padding: 40px 0 0;
  background: #222222; }
  footer .footer_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #A5A5A5; }
  footer .footer_left {
    width: calc(50% - 40px);
    position: relative;
    margin-right: 40px;
    min-height: 280px; }
    footer .footer_left p {
      color: #A5A5A5;
      line-height: 20px;
      font-size: 15px; }
  footer .footer_right {
    width: 50%;
    min-height: 280px; }
    footer .footer_right ul li a {
      color: #A5A5A5;
      display: block;
      padding: 15px 0;
      border-top: 1px solid #A5A5A5;
      font-size: 16px; }
  footer h5 {
    font-size: 20px;
    font-family: 'MetropolisBold';
    color: #A5A5A5;
    margin-bottom: 15px; }
  footer .latest_wrapper {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff; }
    footer .latest_wrapper .latest_box {
      margin-top: 15px; }
    footer .latest_wrapper input[type="text"] {
      width: 310px;
      float: left; }
    footer .latest_wrapper .def_btn {
      width: 120px;
      float: right; }
    footer .latest_wrapper .hs_email {
      width: calc(100% - 130px);
      position: relative;
      float: left; }
    footer .latest_wrapper .hs-button.primary {
      width: 120px !important;
      float: right; }
    footer .latest_wrapper .hs_error_rollup {
      position: absolute;
      bottom: 0;
      left: 0; }
  footer .col_two {
    width: calc((100% - 20px)/2);
    margin-right: 20px; }
    footer .col_two:nth-child(2n) {
      margin-right: 0; }
  footer .footer_bottom {
    padding: 30px 0 30px;
    color: #A5A5A5;
    font-size: 16px;
    position: relative;
    line-height: 36px; }
    footer .footer_bottom a {
      color: #A5A5A5;
      margin-right: 10px; }
    footer .footer_bottom span {
      display: inline-block; }
  footer .sosmed_box {
    position: absolute;
    right: -520px;
    bottom: -85px;
    z-index: 100; }

.container {
  max-width: 960px;
  margin: 0 auto; }

.sosmed_box a {
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  margin-right: 10px; }
  .sosmed_box a img {
    max-width: 100%; }
  .sosmed_box a:last-child {
    margin-right: 0; }
  .sosmed_box a.fb_btn {
    background: url(../images/icon_fb.png) no-repeat top center/contain; }
  .sosmed_box a.twitter_btn {
    background: url(../images/icon_twitter.png) no-repeat top center/contain; }
  .sosmed_box a.linkedin_btn {
    background: url(../images/icon_in.png) no-repeat top center/contain; }
  .sosmed_box a.youtube_btn {
    background: url(../images/icon_youtube.png) no-repeat top center/contain; }
  .sosmed_box a.ig_btn {
    background: url(../images/icon_ig.png) no-repeat top center/contain; }

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

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

.col_two {
  width: calc((100% - 20px)/2);
  margin-right: 20px; }
  .col_two:nth-child(2n) {
    margin-right: 0; }

.col_three {
  width: calc((100% - 40px)/3);
  margin-right: 20px; }
  .col_three:nth-child(3n) {
    margin-right: 0; }

.col_four {
  width: calc((100% - 60px)/4);
  margin-right: 20px; }
  .col_four:nth-child(4n) {
    margin-right: 0; }

.font_new {
  font-family: 'News706 BT'; }

.popup_wrapper {
  width: 100%;
  height: 100%;
  overflow: scroll;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .popup_wrapper .overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0; }
  .popup_wrapper .popup_box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40px;
    padding: 50px 70px;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 640px; }
    .popup_wrapper .popup_box h3 {
      font-family: 'Metropolis'; }
    .popup_wrapper .popup_box .def_btn {
      width: 200px;
      margin: 0 auto;
      display: block; }
    .popup_wrapper .popup_box.popup_cancel {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      .popup_wrapper .popup_box.popup_cancel img {
        display: block;
        margin: 0 auto 20px; }
      .popup_wrapper .popup_box.popup_cancel h3 {
        font-family: 'MetropolisBold'; }
      .popup_wrapper .popup_box.popup_cancel p {
        font-size: 20px;
        font-family: 'News706 BT';
        margin-bottom: 20px; }
      .popup_wrapper .popup_box.popup_cancel .button_wrapper .def_btn {
        text-align: center;
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle; }
  .popup_wrapper .agreement_box {
    color: #6B6B6C;
    font-size: 16px; }
    .popup_wrapper .agreement_box p {
      font-family: 'Metropolis'; }
    .popup_wrapper .agreement_box a {
      color: #6B6B6C; }
      .popup_wrapper .agreement_box a:hover {
        text-decoration: underline; }
  .popup_wrapper .close_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    border: none;
    right: 10px;
    background: url(../images/icon_close.png) no-repeat top center;
    cursor: pointer; }

@media only screen and (max-width: 960px) {
  .fb_dialog_content iframe {
    bottom: 80px !important; }

  header {
    height: auto; }
    header #logo {
      width: 220px;
      height: 25px;
      left: 10px; }
    header .menu_mobile {
      display: block; }

  nav {
    position: fixed;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background: #fff;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    overflow: auto;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    display: none; }
    nav ul li {
      display: block;
      float: none;
      width: 100%; }
      nav ul li a {
        color: #000; }

  section {
    padding-top: 52px; }
    section .section_my_profile {
      padding-right: 20px;
      padding-left: 20px; }
    section .section_event_detail .sed_top .sed_info .column_box .sedi_text span {
      font-size: 32px; }
    section .section_event_detail .sed_top .sedi_wrapper .status_payment {
      font-size: 16px;
      padding-left: 20px; }
      section .section_event_detail .sed_top .sedi_wrapper .status_payment img {
        width: 16px; }
      section .section_event_detail .sed_top .sedi_wrapper .status_payment.completed span span {
        display: block; }
    section .verification_account_wrapper .va_box {
      width: 100%;
      padding: 20px; }
    section .create_account_wrapper .ca_box {
      width: calc(100% - 40px);
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px;
      margin: 0 auto; }
    section .signin_wrapper .signin_box {
      width: calc(100% - 40px);
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px;
      margin: 0 auto; }
    section .section_masthead {
      /*.slick-track{
      	height:480px;
      }*/ }
      section .section_masthead .mh_box {
        width: 100%;
        /*height:480px;*/
        position: relative; }
      section .section_masthead .mh_img {
        /*height:480px;*/ }
        section .section_masthead .mh_img img {
          width: 100%;
          /*height:100%;
          position:absolute;
          top:0;
          left:0;*/ }
      section .section_masthead .width50 {
        width: 100%; }
      section .section_masthead .mh_text {
        width: calc(100% - 40px); }
      section .section_masthead .home_shortcut {
        width: calc(100% - 40px);
        margin-top: -60px; }
    section .section_content_element {
      padding: 80px 0; }
      section .section_content_element .section_masthead:first-child {
        margin-top: -80px; }
      section .section_content_element .container {
        padding: 0 20px; }
      section .section_content_element.custom1 {
        padding: 20px 0; }
      section .section_content_element .ce_slider .testimoni_wrapper .slick-prev {
        margin-top: 100px;
        left: 10px; }
      section .section_content_element .ce_slider .testimoni_wrapper .slick-next {
        margin-top: 100px;
        right: 10px; }
      section .section_content_element .ce_column .flex_box .content_box .content img {
        height: 80px;
        margin: 0 auto 10px; }
      section .section_content_element .ce_column .flex_box .content_box .content h5 {
        margin-bottom: 10px; }
      section .section_content_element .ce_column.black_bg .flex_box .content_box .content h6 {
        height: 56px;
        line-height: 18px; }
      section .section_content_element .ce_column.onlyfour .flex_box {
        /*width:calc((100% - 20px)/2);
        &:nth-child(2n){
        	margin-right:0 !important;
        }*/ }
    section .section_faq {
      padding-left: 20px;
      padding-right: 20px; }
    section .section_testimoni {
      padding-left: 20px;
      padding-right: 20px; }
    section .section_courses_list .scl_filter .topic_box {
      width: 240px; }
    section .section_courses_list .scl_filter .type_box {
      width: 240px; }
    section .section_courses_list .scl_filter .filter_box {
      width: calc(100% - 480px); }
    section .section_courses_list .scl_top .container {
      width: calc(100% - 40px); }
    section .section_courses_list .scl_bot {
      padding-left: 20px;
      padding-right: 20px; }
    section .section_classes_list .scl_top .container {
      width: calc(100% - 40px); }
    section .section_classes_list .scl_top h2 {
      font-size: 34px; }
    section .section_classes_list .scl_bot {
      padding-left: 20px;
      padding-right: 20px; }
      section .section_classes_list .scl_bot .classes_img_box {
        width: 140px; }
        section .section_classes_list .scl_bot .classes_img_box .classes_img {
          width: 140px;
          height: 90px; }
      section .section_classes_list .scl_bot .classes_desc_box {
        width: calc(100% - 340px);
        padding-left: 20px;
        padding-right: 20px; }
        section .section_classes_list .scl_bot .classes_desc_box .classes_desc p {
          width: calc(100% - 50px);
          left: 20px; }
    section #masthead .mh_text {
      position: static;
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      padding: 20px; }
    section #masthead .width50 {
      width: 100%; }
    section #masthead .ce_button {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 100;
      background: #fff;
      width: 100%;
      padding: 10px;
      margin-bottom: 0;
      z-index: 1000; }
      section #masthead .ce_button .def_btn {
        width: calc((100% - 20px)/2);
        margin-right: 15px; }
        section #masthead .ce_button .def_btn:last-child {
          margin-left: 0;
          margin-right: 0; }
    section .section_courses_apply {
      padding: 60px 20px; }
    section .course_detail .container {
      position: relative; }
    section .course_detail .anchor_box {
      width: 100%;
      background: #fff;
      position: static !important;
      padding: 0 20px; }
      section .course_detail .anchor_box .anchor_wrapper {
        display: none;
        background: #F6F6F6; }
        section .course_detail .anchor_box .anchor_wrapper .ce_button {
          display: none; }
      section .course_detail .anchor_box:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #c3c3c3;
        display: block; }
      section .course_detail .anchor_box:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #c3c3c3;
        display: block; }
      section .course_detail .anchor_box .anchor_mobile {
        display: block; }
      section .course_detail .anchor_box .ab_bottom {
        background: rgba(0, 0, 0, 0.05);
        padding: 12px;
        font-size: 14px;
        font-family: 'MetropolisMedium';
        font-style: italic; }
    section .course_detail .section_content_element .container {
      padding-left: 20px;
      padding-right: 20px; }
    section .course_detail .section_content_element h3 {
      font-size: 28px;
      line-height: 32px; }
    section .course_detail .section_content_element .ce_column_custom1.even_col .flex_box {
      width: calc((100% - 20px)/2);
      margin-right: 20px; }
      section .course_detail .section_content_element .ce_column_custom1.even_col .flex_box:nth-child(2n) {
        margin-right: 0; }
      section .course_detail .section_content_element .ce_column_custom1.even_col .flex_box h5 {
        line-height: 24px; }
    section .course_detail .section_content_element .ce_column_custom1 .flex_box .content_box .content {
      padding: 0; }
    section .course_detail .section_faq {
      padding: 0; }
    section .section_gallery .container {
      padding: 60px 20px; }
      section .section_gallery .container h2 {
        font-size: 34px; }
      section .section_gallery .container .sub_title {
        font-size: 24px; }
    section .section_ty .sty_top .container {
      padding: 0 20px; }
    section .section_ty .sty_bot .container {
      padding: 0 20px; }
    section .section_ty .sty_bot .ce_button {
      text-align: center; }
    section .section_ty .sty_bot .def_btn {
      width: calc((100% - 20px)/2);
      margin-right: 15px;
      margin-left: 0;
      display: inline-block; }
      section .section_ty .sty_bot .def_btn:last-child {
        margin-right: 0; }
    section .section_fmc_top .container {
      padding-left: 20px;
      padding-right: 20px; }
    section .section_fmc_two {
      padding-left: 20px;
      padding-right: 20px; }
      section .section_fmc_two .container .fmc_img {
        height: 64px; }
    section .instructor_box {
      padding-top: 40px;
      padding-right: 380px;
      padding-bottom: 40px;
      padding-left: 20px;
      position: relative; }
      section .instructor_box .in_img {
        right: 20px; }

  .nav_btn:before {
    right: 25px !important; }

  .dd_trigger {
    display: block !important; }

  footer {
    padding: 40px 20px; }
    footer .latest_wrapper input[type="text"] {
      width: calc(100% - 120px); }
    footer .latest_wrapper .def_btn {
      width: 110px; }
    footer .footer_bottom {
      font-size: 14px; }
    footer .sosmed_box {
      right: -120%; }

  .dm-hidden {
    display: block !important; }

  /*.dm-item_parent > ul{
  	display:block !important;
  }*/
  .submain {
    width: 100% !important;
    display: none !important;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: none !important; }
    .submain li {
      width: 100% !important; }

  .submain.active {
    width: 100% !important;
    display: none !important; }

  .dm-menu_submenu li ul {
    position: static; }

  .submainhover {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; }

  .submainhover.selected {
    display: block !important; }

  .dm-item_parent:hover > ul,
  .dm-item_submenu-mega:hover > ul.submain {
    display: none !important; }

  .dm-item_submenu-overflow.dm-item_parent {
    display: none !important; }

  .dm-item_submenu-mega > ul > li + li {
    padding: 0 !important; }

  .dm-item_parent:hover > ul.submainhover.selected,
  .dm-item_submenu-mega:hover > ul.submainhover.selected {
    display: block !important; }

  .dm-menu_submenu-shadow li ul {
    box-shadow: none; } }
@media only screen and (max-width: 767px) {
  input[type="text"],
  textarea,
  select {
    padding: 0 10px; }

  .phone_box .select2 {
    width: 100% !important;
    max-width: 100%; }
  .phone_box .select2-container--default .select2-selection--single {
    border-right: none; }
  .phone_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 10px; }
  .phone_box #phone_number {
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    border-top: 1px solid #707070;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .desktop {
    display: none; }

  .mobile {
    display: block; }

  body {
    font-size: 16px; }

  h1 {
    font-size: 36px; }

  h2 {
    font-size: 32px; }

  h3 {
    font-size: 28px; }

  h4 {
    font-sieze: 24px; }

  h5 {
    font-size: 20px; }

  section .edit_profile .two_coloumn .form_box {
    width: 100%;
    margin: 0 0 20px;
    float: none; }
  section .edit_profile .three_coloumn .form_box {
    width: 100%;
    margin: 0 0 20px;
    float: none; }
  section .edit_profile .width50 {
    width: 100%; }
  section .section_event_detail .sed_top .sedi_wrapper .sed_info .column_box.two_c {
    width: 100%;
    border-right: none;
    padding: 10px 0; }
  section .section_event_detail .sed_top .sedi_wrapper .status_payment {
    position: relative;
    padding-left: 30px; }
    section .section_event_detail .sed_top .sedi_wrapper .status_payment img {
      top: -1px;
      left: 2px; }
  section .section_event_detail .sed_top .sed_info .column_box.two .sedi_icon {
    left: 20px; }
  section .section_event_detail .sed_top .sed_info .column_box.two .sedi_text {
    padding-left: 30px; }
  section .section_event_detail .sed_top .order_created {
    text-align: center; }
  section .section_event_detail .sed_top .oh_button {
    text-align: center;
    padding-bottom: 40px; }
    section .section_event_detail .sed_top .oh_button .cancel_btn {
      top: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
    section .section_event_detail .sed_top .oh_button .agree_box {
      display: block;
      margin-bottom: 20px; }
    section .section_event_detail .sed_top .oh_button .red_btn {
      display: block;
      margin: 0 auto; }
  section .section_courses_list .scl_bot .order_history_box {
    padding: 20px; }
    section .section_courses_list .scl_bot .order_history_box h3 {
      line-height: 26px; }
    section .section_courses_list .scl_bot .order_history_box .oh_desc {
      margin-bottom: 10px; }
    section .section_courses_list .scl_bot .order_history_box .ohd_box {
      width: 100%;
      display: block;
      margin-bottom: 5px; }
    section .section_courses_list .scl_bot .order_history_box .oh_info {
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      width: 100%;
      padding: 0; }
  section .section_my_profile .pp_box {
    float: none;
    display: block;
    margin: 0 auto; }
  section .section_my_profile .pp_name {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 32px; }
  section .section_my_profile .mp_bot table tr td:first-child {
    font-size: 14px;
    width: 140px; }
  section .section_my_profile .mp_bot table tr td:last-child {
    font-size: 14px; }
  section .section_my_profile .button_wrapper .def_btn {
    float: none;
    margin: 0 auto 20px;
    display: block;
    font-size: 14px; }
  section .create_account_wrapper .ca_box .row_clear .form_box {
    width: 100%;
    margin-bottom: 30px;
    float: none; }
  section .create_account_wrapper .button_wrapper .btn_right {
    float: none;
    width: 100%;
    margin: 0 auto; }
  section .signin_wrapper .button_wrapper .btn_left {
    float: none;
    margin-bottom: 20px; }
  section .signin_wrapper .button_wrapper .btn_right {
    width: 100%;
    float: none; }
    section .signin_wrapper .button_wrapper .btn_right .def_btn {
      width: 100%; }
  section .section_masthead {
    /*.slick-track{
    	height:calc(100vh - 52px);
    }*/ }
    section .section_masthead.custom1 .white_bg {
      padding: 20px; }
    section .section_masthead.custom1 .light_gray {
      padding: 20px; }
    section .section_masthead.custom1 .mh_img {
      width: 100%;
      height: 300px;
      position: static;
      overflow: hidden; }
      section .section_masthead.custom1 .mh_img img {
        position: static;
        height: auto; }
    section .section_masthead.custom1 .mh_text {
      margin-top: -60px; }
    section .section_masthead .home_shortcut {
      margin-top: -110px; }
    section .section_masthead .col_two {
      width: 100%;
      margin: 0 0 20px; }
    section .section_masthead .mh_box {
      /*height:calc(100vh - 52px);*/
      position: relative; }
    section .section_masthead .mh_img {
      /*height:calc(100vh - 52px);*/
      position: relative; }
      section .section_masthead .mh_img img {
        width: 100%;
        display: block;
        /*height:100%;
        position:absolute;
        top:0;
        left:0;*/ }
        section .section_masthead .mh_img img.desktop {
          display: none; }
        section .section_masthead .mh_img img.mobile {
          display: block; }
  section .section_content_element .ce_button.minus_top {
    margin-top: -60px; }
  section .section_content_element .mh_text .ce_button .def_btn {
    margin-left: 0;
    margin-right: 0;
    /*display:block !important;*/ }
  section .section_content_element .mh_text .ce_button .def_btn:nth-child(2) {
    margin-left: 0;
    margin-right: 0; }
  section .section_content_element .mh_text .ce_button .def_btn:nth-child(3) {
    margin-left: 0;
    margin-right: 0; }
  section .section_content_element .ce_column .flex_box .content_box .content .events_img {
    display: none; }
  section .section_content_element .ce_flex {
    display: block; }
  section .section_content_element .ce_img_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  section .section_content_element .ce_video_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  section .section_content_element .ce_text_right {
    width: 100%;
    padding: 0;
    text-align: center; }
  section .section_content_element.custom1 {
    padding: 20px 0; }
  section .section_content_element .row_reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    section .section_content_element .row_reverse .ce_img_left {
      margin-left: 0;
      margin-right: 0; }
    section .section_content_element .row_reverse .ce_video_left {
      margin-left: 0;
      margin-right: 0; }
    section .section_content_element .row_reverse .ce_text_right {
      padding-right: 0px; }
  section .section_content_element .ce_button .def_btn {
    display: block;
    margin: 0 auto 20px; }
    section .section_content_element .ce_button .def_btn:nth-child(2) {
      margin: 0 auto 0; }
  section .section_content_element .ce_column.twoandfour .flex_box {
    width: 100%;
    margin-right: 0; }
  section .section_content_element .ce_column.threeandfive .flex_box {
    width: 100%;
    margin-right: 0; }
  section .section_content_element .ce_column.onlyfour .flex_box:nth-child(2n) {
    margin-right: 0 !important; }
  section .section_content_element .ce_column.onlyfour .flex_box .content_box .content img {
    display: none; }
  section .section_content_element .ce_column.black_bg .flex_box .content_box .content h6 {
    height: auto;
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px; }
  section .section_content_element .ce_column.black_bg .flex_box .content_box .content .category_text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px; }
  section .section_content_element .ce_column.black_bg .flex_box .content_box .content .schedule_box {
    font-size: 16px;
    display: block; }
  section .section_content_element .ce_column.square .flex_box .content_box {
    padding-bottom: 0; }
    section .section_content_element .ce_column.square .flex_box .content_box .content {
      position: relative;
      top: auto;
      left: auto;
      height: 80px;
      padding: 10px;
      padding-left: 100px; }
      section .section_content_element .ce_column.square .flex_box .content_box .content img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10px;
        height: 65px; }
      section .section_content_element .ce_column.square .flex_box .content_box .content p {
        display: none; }
      section .section_content_element .ce_column.square .flex_box .content_box .content h5 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 140px; }
  section .section_content_element .ce_img_custom1 .ce_img_c1 {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-right: 20px; }
    section .section_content_element .ce_img_custom1 .ce_img_c1 img {
      width: 100%; }
  section .section_content_element .ce_img_custom1 .ce_text_c1 {
    width: calc(100% - 110px); }
  section .section_faq .label {
    font-size: 22px; }
  section .section_classes_list .scl_top {
    height: auto; }
    section .section_classes_list .scl_top img {
      width: 100%;
      position: static; }
    section .section_classes_list .scl_top .container {
      padding: 20px;
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      text-align: left;
      width: 100%; }
      section .section_classes_list .scl_top .container h2 {
        font-size: 32px;
        line-height: 38px; }
      section .section_classes_list .scl_top .container p {
        line-height: 22px; }
  section .section_classes_list .scl_bot {
    padding-top: 40px; }
    section .section_classes_list .scl_bot .month_title {
      font-size: 20px; }
    section .section_classes_list .scl_bot .classes_box {
      height: auto; }
    section .section_classes_list .scl_bot .classes_img_box {
      width: 100%;
      float: none;
      height: 80px;
      margin-bottom: 10px; }
      section .section_classes_list .scl_bot .classes_img_box .classes_img {
        height: 80px; }
    section .section_classes_list .scl_bot .classes_desc_box {
      width: 100%;
      float: none;
      padding: 0;
      height: auto;
      margin-bottom: 10px; }
      section .section_classes_list .scl_bot .classes_desc_box .classes_desc h3 {
        line-height: 24px; }
      section .section_classes_list .scl_bot .classes_desc_box .classes_desc p {
        width: 100%;
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none; }
    section .section_classes_list .scl_bot .classes_info_box {
      width: 100%;
      height: auto;
      float: none; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_schedule {
        font-size: 16px; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_location {
        font-size: 16px; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_category {
        font-size: 16px; }
      section .section_classes_list .scl_bot .classes_info_box .classes_info .label_multiple .multiple {
        margin-bottom: 10px; }
  section .section_classes_list .scl_filter .topic_box {
    width: 100%; }
  section .section_classes_list .scl_filter .filter_box {
    width: 100%; }
    section .section_classes_list .scl_filter .filter_box ul li a {
      line-height: 42px; }
  section .section_courses_list .scl_filter {
    border-bottom: none; }
    section .section_courses_list .scl_filter .topic_box {
      width: 50%;
      background: #F8F8F8; }
      section .section_courses_list .scl_filter .topic_box strong {
        margin-bottom: 10px;
        display: block; }
      section .section_courses_list .scl_filter .topic_box select {
        display: block;
        width: 100%; }
      section .section_courses_list .scl_filter .topic_box .select2-container {
        width: 100% !important; }
    section .section_courses_list .scl_filter .type_box {
      width: 50%; }
      section .section_courses_list .scl_filter .type_box select {
        display: block;
        width: 100%; }
      section .section_courses_list .scl_filter .type_box .select2-container {
        width: 100% !important; }
    section .section_courses_list .scl_filter .filter_box {
      width: 100%;
      padding: 0 20px; }
      section .section_courses_list .scl_filter .filter_box ul {
        display: block; }
        section .section_courses_list .scl_filter .filter_box ul li {
          width: 33.3333%;
          border-right: 0;
          padding-right: 20px;
          text-align: center; }
          section .section_courses_list .scl_filter .filter_box ul li a {
            line-height: 32px; }
            section .section_courses_list .scl_filter .filter_box ul li a.active {
              border-bottom: 2px solid #E71416; }
  section .section_courses_list .scl_top {
    height: auto; }
    section .section_courses_list .scl_top img {
      width: 100%;
      position: static; }
    section .section_courses_list .scl_top .container {
      padding: 20px;
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      text-align: left;
      width: 100%; }
      section .section_courses_list .scl_top .container h2 {
        font-size: 32px;
        line-height: 38px; }
      section .section_courses_list .scl_top .container p {
        line-height: 22px; }
  section .section_courses_list .scl_bot {
    padding-top: 40px; }
    section .section_courses_list .scl_bot .month_title {
      font-size: 20px; }
    section .section_courses_list .scl_bot .course_box {
      height: auto; }
    section .section_courses_list .scl_bot .course_img_box {
      width: 100%;
      float: none;
      height: 80px;
      margin-bottom: 10px; }
      section .section_courses_list .scl_bot .course_img_box .course_img {
        height: 80px; }
    section .section_courses_list .scl_bot .course_desc_box {
      width: 100%;
      float: none;
      height: auto;
      padding: 0;
      margin-bottom: 10px; }
      section .section_courses_list .scl_bot .course_desc_box .course_desc {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        max-height: none;
        padding: 0; }
        section .section_courses_list .scl_bot .course_desc_box .course_desc h3 {
          line-height: 24px; }
        section .section_courses_list .scl_bot .course_desc_box .course_desc p {
          position: static;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          -webkit-transform: none;
          -moz-transform: none;
          transform: none; }
    section .section_courses_list .scl_bot .course_info_box {
      width: 100%;
      height: auto;
      float: none; }
      section .section_courses_list .scl_bot .course_info_box .course_info {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none; }
  section .course_detail .section_content_element .ce_column_custom1.even_col .flex_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  section .course_detail .section_content_element .ce_column_custom1.odd_col .flex_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  section .course_detail .section_content_element .ce_img_custom2 .flex_box {
    width: 100%;
    height: 100px;
    position: relative;
    padding-left: 120px;
    margin-bottom: 20px; }
  section .course_detail .section_content_element .ce_img_custom2 .ce_img_c2 {
    position: absolute;
    top: 0;
    left: 0; }
  section .course_detail .section_content_element .ce_img_custom2 .ce_text_c2 {
    text-align: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  section .course_detail .section_content_element.elit_instructors {
    padding: 40px 0; }
  section .course_detail .section_content_element .ce_column_custom2.one_col .flex_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #707070; }
  section .course_detail .section_content_element .ce_column_custom2.two_col .flex_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #707070; }
  section .course_detail .section_content_element .ce_column_custom2.three_col .flex_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    margin-top: 0;
    border-bottom: none;
    padding: 20px 0; }
    section .course_detail .section_content_element .ce_column_custom2.three_col .flex_box:last-child {
      border-bottom: 1px solid #707070;
      padding: 20px 0; }
  section .course_detail .upcoming_box {
    padding: 10px; }
    section .course_detail .upcoming_box span {
      font-size: 18px; }
    section .course_detail .upcoming_box a {
      font-size: 18px;
      line-height: 56px; }
  section .section_event_detail .container {
    padding-top: 20px; }
  section .section_event_detail .sed_top .sed_img {
    position: static;
    margin-bottom: 20px;
    max-width: 100%; }
    section .section_event_detail .sed_top .sed_img img {
      margin: 0 auto;
      display: block; }
  section .section_event_detail .sed_top .sed_title {
    width: 100%;
    min-height: 0; }
    section .section_event_detail .sed_top .sed_title h2 {
      font-size: 28px;
      line-height: 32px; }
  section .section_event_detail .sed_top .sed_info {
    border: none;
    background: #ECECEC;
    padding: 10px 0 15px; }
    section .section_event_detail .sed_top .sed_info .row_clear {
      border: none; }
    section .section_event_detail .sed_top .sed_info .column_box {
      border: none;
      height: auto;
      padding-bottom: 0; }
      section .section_event_detail .sed_top .sed_info .column_box:after {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        margin: 10px auto 0;
        display: block;
        background: #C7C7C7; }
      section .section_event_detail .sed_top .sed_info .column_box.four {
        width: 100%; }
        section .section_event_detail .sed_top .sed_info .column_box.four .pos_absolute {
          padding-left: 30px;
          position: relative; }
      section .section_event_detail .sed_top .sed_info .column_box.two .sedi_text {
        height: auto; }
      section .section_event_detail .sed_top .sed_info .column_box .sedi_icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0px; }
        section .section_event_detail .sed_top .sed_info .column_box .sedi_icon img {
          max-width: 22px; }
      section .section_event_detail .sed_top .sed_info .column_box .sedi_text {
        width: 100%; }
      section .section_event_detail .sed_top .sed_info .column_box.two {
        width: 100%; }
        section .section_event_detail .sed_top .sed_info .column_box.two:after {
          display: none; }
    section .section_event_detail .sed_top .sed_info .pos_absolute {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }
  section .share_box a {
    margin-right: 3px; }
  section .share_box img {
    width: 30px; }
  section .section_gallery .container {
    padding: 60px 20px; }
    section .section_gallery .container h2 {
      font-size: 30px; }
    section .section_gallery .container .sub_title {
      font-size: 20px; }
  section .section_fmc_top {
    padding: 30px 0; }
    section .section_fmc_top .container .sfmc_img {
      display: none; }
    section .section_fmc_top .container .sfmc_text h2 {
      font-size: 38px; }
    section .section_fmc_top .container .sfmc_text .row_flex {
      margin-top: 22px; }
    section .section_fmc_top .container .sfmc_text .white_box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      section .section_fmc_top .container .sfmc_text .white_box .wbtop {
        padding-left: 35px; }
      section .section_fmc_top .container .sfmc_text .white_box:first-child {
        width: 100%; }
        section .section_fmc_top .container .sfmc_text .white_box:first-child .wbtop img {
          width: 28px; }
      section .section_fmc_top .container .sfmc_text .white_box:last-child {
        width: 100%; }
        section .section_fmc_top .container .sfmc_text .white_box:last-child .wbtop img {
          width: 20px; }
  section .section_fmc_two .container .fmc_wrapper {
    width: 100%;
    margin-right: 0; }
  section .section_fmc_two .container .fmc_box {
    padding-bottom: 0; }
  section .section_fmc_two .container .fmc_content {
    position: static;
    height: 74px;
    padding-left: 120px;
    line-height: 50px;
    text-align: left; }
    section .section_fmc_two .container .fmc_content span {
      bottom: auto;
      top: 50%;
      left: auto;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }
  section .section_fmc_two .container .fmc_img {
    height: 64px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100px;
    margin-bottom: 0; }
  section .instructor_box {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    position: relative; }
    section .instructor_box .in_img {
      right: auto;
      position: static;
      margin: 0 auto 20px;
      display: block; }

  footer {
    padding: 40px 20px 0; }
    footer .footer_left {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px;
      min-height: 0;
      text-align: center; }
    footer .footer_right {
      width: 100%;
      float: none; }
    footer .footer_bottom {
      text-align: center; }
      footer .footer_bottom span {
        display: block; }
    footer .sosmed_box {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      margin-bottom: 20px;
      margin-top: 20px;
      display: inline-block; }
      footer .sosmed_box:after {
        content: '';
        clear: both;
        display: block; }
    footer .latest_wrapper {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }

  .testimoni_wrapper .testimoni_left {
    width: 130px; }
  .testimoni_wrapper .testimoni_right {
    width: calc(100% - 130px); }
  .testimoni_wrapper .testimoni_img {
    width: 80px;
    height: 80px;
    display: block; }

  .width50 {
    width: 100%; }

  .width67 {
    width: 100%; }

  .popup_wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .popup_wrapper .popup_box {
      width: calc(100% - 40px);
      padding: 40px 20px;
      top: 20px;
      left: 20px;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }
      .popup_wrapper .popup_box h3 {
        font-size: 24px; }
      .popup_wrapper .popup_box .agreement_box p {
        font-size: 14px; }
      .popup_wrapper .popup_box .phone_box .select2 {
        width: 100% !important;
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #707070; }
      .popup_wrapper .popup_box .phone_box .select2-container--default .select2-selection--single {
        border-right: 0; }

  /*.select2-dropdown{
  	width:300px !important;
  }*/
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 374px) {
  section .section_fmc_top .container .sfmc_text p br {
    display: none; } }

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