@charset "UTF-8";
* {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  background: #f9f9f9;
  font-family: "Open Sans", sans-serif;
  font-family: system-ui, -apple-system, -apple-system-font, "Segoe UI", "Roboto", "Open Sans", sans-serif;
  font-size: 13px;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-right, 0px);
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}

a:hover {
  color: #666;
  font-weight: 600;
}

.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .image, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .image, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption, .main_container .header .image, .main_container .header .caption {
  position: relative;
  float: left;
  width: 50%;
}

.main_container .detail_scope .menu_scope ul li {
  position: relative;
  float: left;
  width: 12.5%;
}

.main_container .detail_scope .menu_scope ul li .list_menu_scope, .main_container .detail_scope .menu_scope, .main_container .detail_scope .title_section, .main_container .detail_scope, .main_container .menu_top_non_home .sub, .main_container .menu_top_non_home, .main_container .vision .list_vision ul li, .main_container .vision .list_vision, .main_container .vision .title_section, .main_container .vision, .main_container .working .list_working, .main_container .working .title_section, .main_container .working, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub .button_wrap .button_header, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub .button_wrap, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image .img_1, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .caption .sub, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .caption, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub .button_wrap .button_header, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub .button_wrap, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image .img_1, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .caption .sub, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .caption, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap, .main_container .scope .list_scope .content_list_scope .sub_content_list_scope, .main_container .scope .list_scope .content_list_scope, .main_container .scope .list_scope, .main_container .scope .title_section, .main_container .scope, .main_container .header .caption .sub .button_wrap .button_header, .main_container .header .caption .sub .button_wrap, .main_container .header .caption .sub, .main_container .header, .main_container .menu_top .sub, .main_container .menu_top, .main_container .contact-header ul li, .main_container .contact-header, .main_container {
  position: relative;
  float: left;
  width: 100%;
}

.main_container .detail_scope .menu_scope ul li .list_menu_scope {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

body ::-webkit-scrollbar {
  width: 9px;
}
body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1.5px grey;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb:hover {
  background: grey;
}

.main_container .bg_header {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../images/bg_gbr3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: scroll;
  z-index: 1;
  opacity: 0.1;
}
.main_container .contact-header {
  padding: 0.5rem 2rem;
  z-index: 2;
  background-image: linear-gradient(to right, #F26722 0%, #FAA634 100%);
  box-shadow: 0px 1px 5px #00000038;
  /*border-bottom: 1px solid #ccc*/
  /*background: #f26628db*/
}
.main_container .contact-header ul {
  list-style: none;
  /*li:last-child
  * @extend %dua
  * span
  * position: relative
  * float: right
  * width: auto
  * margin-left: .75rem
  * color: colors.$white*/
  * /*color: colors.$grey*/
}
.main_container .contact-header ul li span {
  position: relative;
  float: left;
  width: auto;
  margin-right: 1rem;
  color: white;
  /*color: colors.$grey*/
}
.main_container .menu_top_scroll {
  position: fixed;
  background: white;
  box-shadow: 0px 0px 12px #c5c5c5;
}
.main_container .menu_top_scroll .sub {
  border-bottom: unset !important;
}
.main_container .menu_top {
  transition: all 0.3s;
  padding: 0 5rem;
  z-index: 3;
}
.main_container .menu_top .sub .logo {
  position: relative;
  float: left;
  width: 11%;
  padding: 0.8rem 1rem;
}
.main_container .menu_top .sub .logo img {
  width: 100%;
}
.main_container .menu_top .sub .list_menu {
  position: relative;
  float: right;
  width: 89%;
}
.main_container .menu_top .sub .list_menu ul {
  list-style: none;
}
.main_container .menu_top .sub .list_menu ul li {
  position: relative;
  float: right;
  width: auto;
  max-width: 210px;
  padding: 2.4rem 1.5rem;
  padding-left: 1.75rem;
}
.main_container .menu_top .sub .list_menu ul li a {
  color: #7a7a7a;
  font-size: 15px;
  transition: all 0.3s;
  /*i
  * position: relative
  * top: .2rem
  * font-size: 20px	
  * margin-right: .5rem
  * margin-right: 0.35rem
  * color: #aaa
  * @include transition_default(all .3s)*/
}
.main_container .menu_top .sub .list_menu ul li a .icon_menu {
  position: absolute;
  top: -4.5px;
  left: -32px;
  width: 26px;
  height: auto;
}
.main_container .menu_top .sub .list_menu ul li a .icon_menu img {
  width: 100%;
}
.main_container .menu_top .sub .list_menu ul li a:hover {
  font-weight: 400;
  color: #f46629;
  /*i
  * color: #f46629*/
}
.main_container .header {
  padding-bottom: 3rem;
  z-index: 2;
}
.main_container .header .caption {
  padding: 0 1rem 0 6rem;
}
.main_container .header .caption .sub {
  padding: 6rem 0;
}
.main_container .header .caption .sub h1 {
  color: #636363;
  font-size: 24px;
  padding: 0.4rem 0.75rem 0.3rem 0.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-left: 6px solid #f4662980;
}
.main_container .header .caption .sub h2 {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.main_container .header .caption .sub .button_wrap {
  padding-top: 2rem;
}
.main_container .header .caption .sub .button_wrap .button_header {
  width: 130px;
  border: unset;
  padding: 0.65rem 0.5rem;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  background: #f46629;
  color: white;
  @transition_default (all .3s);
}
.main_container .header .caption .sub .button_wrap .button_header i {
  position: relative;
  top: 0.1rem;
  margin-left: 0.2rem;
}
.main_container .header .caption .sub .button_wrap .button_header:hover {
  background: rgba(244, 102, 41, 0.81);
}
.main_container .header .image {
  padding: 0 1rem 0 6rem;
}
.main_container .header .image .img_1 {
  position: absolute;
  top: 12.5rem;
  right: 19rem;
  width: 320px;
  height: auto;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 2;
}
.main_container .header .image .img_1 img {
  width: 100%;
}
.main_container .header .image .img_2 {
  position: absolute;
  top: 4rem;
  right: 6rem;
  width: 270px;
  height: auto;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
}
.main_container .header .image .img_2 img {
  width: 100%;
}
.main_container .header .image .img_2 .sub_img_2 {
  z-index: 2;
  position: absolute;
  top: 4.5rem;
  right: 0rem;
  width: 214px;
  height: auto;
}
.main_container .header .image .img_2 .sub_img_2 img {
  width: 100%;
}
.main_container .scope {
  padding: 4rem 6rem;
  padding-bottom: 1rem;
  /*.button_wrap
  * position: relative
  * margin: 0 auto
  * width: 130px
  * padding-top: 2rem
  * .button_all_scope
  * @extend %fullwidth
  * padding: .65rem .5rem
  * border-radius: 5px
  * font-size: 16px
  * text-align: center
  * border: 1px solid #f46629
  * color: #f46629
  * cursor: pointer
  * @transition_default(all .3s)
  * z-index: 2
  * i
  * position: relative
  * top: .1rem
  * margin-left: .2rem
  * .button_all_scope:hover
  * background: #f46629
  * color: colors.$white*/
}
.main_container .scope .bg_triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_gbr2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: scroll;
  z-index: 1;
  opacity: 0.1;
}
.main_container .scope .title_section h1 {
  color: #636363;
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
}
.main_container .scope .title_section h3 {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 1rem;
  font-weight: 400;
  text-align: center;
}
.main_container .scope .title_section:before {
  content: "";
  position: absolute;
  top: 5.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 6px;
  margin: auto;
  background: #ec763d;
}
.main_container .scope .list_scope {
  padding: 1.95rem 0rem;
  z-index: 2;
  /*ul
  * list-style: none
  * li
  * @extend %fullwidth
  * padding: .5rem
  * padding-left: 4rem
  * color: colors.$grey
  * font-size: 16px
  * line-height: 1.8
  * .icon_list
  * position: absolute
  * top: 0.4rem
  * left: 0
  * width: 30px
  * height: 30px
  * border: 2px solid #f0a47c
  * border-radius: 50%
  * background: colors.$white
  * i
  *  font-size: 17px
  *  position: relative
  *  top: -.05rem
  *  left: 0.4rem
  *  color: #ec763dd9
  * a
  * color: #636363
  * font-style: italic
  * @include transition_default(all .3s)
  * i
  *  position: relative
  *  top: .1rem
  *  margin-left: .5rem
  *  color: #ec763d
  * a:hover
  * color: #464646
  * font-weight: 400*/
  /*.image_scope
  * position: absolute
  * top: 2rem
  * left: 3rem
  * width: 210px
  * height: auto
  * border: 0.75rem solid colors.$white
  * box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15)
  * -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15)
  * -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15)
  * img
  * width: 100%*/
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body {
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 0;
  color: rgba(0, 0, 0, 0);
  background-color: transparent;
  line-height: 28px;
  padding: 0 2rem;
  box-sizing: border-box;
  transition: all 0.5s;
  overflow: hidden;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap {
  padding-left: 2rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap section {
  display: none;
  padding: 1rem;
  border-top: 1px solid #ddd;
  height: 300px;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap input {
  display: none;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 0.5rem 1rem;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  width: auto;
  border: 1px solid transparent;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: f05armal;
  color: #75b2de;
  margin-right: 10px;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label[for*="1"]:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #75b2de;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label[for*="2"]:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #75b2de;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label[for*="3"]:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #75b2de;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label[for*="4"]:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #75b2de;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label[for*="5"]:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #75b2de;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label[for*="6"]:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #75b2de;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label:hover {
  color: #888;
  cursor: pointer;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #ec763d;
  border-bottom: 1px solid #f9f9f9;
  position: relative;
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap #tab1:checked ~ #content1,
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap #tab2:checked ~ #content2,
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap #tab3:checked ~ #content3,
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap #tab4:checked ~ #content4,
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap #tab5:checked ~ #content5,
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap #tab6:checked ~ #content6 {
  display: block;
}
@media screen and (max-width: 650px) {
  .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label {
    font-size: 0;
  }
  .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap label {
    padding: 15px;
  }
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left {
  padding: 0;
  min-height: 500px;
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .caption {
  width: 60%;
  padding: 0;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .caption .sub {
  padding: 0.5rem 0;
  /*.button_wrap
  * @extend %fullwidth
  * padding-top: 2rem
  * .button_header
  * @extend %fullwidth
  * width: 130px
  * border: unset
  * padding: .65rem .5rem
  * border-radius: 5px
  * font-size: 16px
  * cursor: pointer
  * background: #f46629
  * color: colors.$white
  * @transition_default(all .3s)
  * i
  * position: relative
  * top: .1rem
  * margin-left: .2rem
  * .button_header:hover
  * background: rgb(244 102 41 / 81%)*/					
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .caption .sub h1 {
  color: #636363;
  font-size: 16px;
  padding: 0rem 0.75rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  border-left: 4px solid #f4662980;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .caption .sub h2 {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .caption .sub h2 p {
  padding-bottom: 0.75rem;
  line-height: 1.8;
  font-size: 14px;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image {
  width: 40%;
  padding: 1rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image .img_1 {
  height: 252px;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 1;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image .img_1 img {
  width: 100%;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image .img_one {
  top: 0.5rem !important;
  right: -0.5rem !important;
  width: 232px !important;
  height: 160px !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image .img_one_potrait {
  width: 100%;
  height: 430px;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image .img_2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 1rem;
  height: 186px;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content .image .img_2 img {
  width: 100%;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content_parent .caption .sub {
  padding-bottom: 0 !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content_child {
  padding-left: 3rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content_child .caption .sub {
  padding-bottom: 0 !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_left .sub_content_child .caption .sub h1 {
  border-left: unset !important;
  padding-left: 0 !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right {
  padding-bottom: 3rem;
  min-height: 500px;
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption {
  float: right;
  padding: 0 6rem 0 1rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub {
  padding: 2rem 0;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub h1 {
  color: #636363;
  font-size: 24px;
  padding: 0.4rem 0.75rem 0.3rem 0.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-left: 6px solid #f4662980;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub h2 {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub h2 p {
  padding-bottom: 0.75rem;
  line-height: 1.8;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub .button_wrap {
  padding-top: 2rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub .button_wrap .button_header {
  width: 130px;
  border: unset;
  padding: 0.65rem 0.5rem;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  background: #f46629;
  color: white;
  @transition_default (all .3s);
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub .button_wrap .button_header i {
  position: relative;
  top: 0.1rem;
  margin-left: 0.2rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .caption .sub .button_wrap .button_header:hover {
  background: rgba(244, 102, 41, 0.81);
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .image {
  padding: 0 1rem 0 6rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .image .img_1 {
  position: absolute;
  top: 12.5rem;
  right: 12rem;
  width: 360px;
  height: auto;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 1;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .image .img_1 img {
  width: 100%;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .image .img_one {
  top: 5.5rem !important;
  right: 8rem !important;
  width: 415px !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .image .img_one_potrait {
  top: 0.5rem !important;
  right: -0.5rem !important;
  width: 232px !important;
  height: 254px !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .image .img_2 {
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 270px;
  height: 132px;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .tabs_wrap .content_right .sub_content .image .img_2 img {
  width: 100%;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left.content_left_labs {
  overflow: hidden;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left {
  padding: 0;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 2rem;
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .caption {
  width: 60%;
  padding: 0;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .caption .sub {
  padding: 0.5rem 0;
  /*.button_wrap
  * @extend %fullwidth
  * padding-top: 2rem
  * .button_header
  * @extend %fullwidth
  * width: 130px
  * border: unset
  * padding: .65rem .5rem
  * border-radius: 5px
  * font-size: 16px
  * cursor: pointer
  * background: #f46629
  * color: colors.$white
  * @transition_default(all .3s)
  * i
  * position: relative
  * top: .1rem
  * margin-left: .2rem
  * .button_header:hover
  * background: rgb(244 102 41 / 81%)*/					
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .caption .sub h1 {
  color: #636363;
  font-size: 16px;
  padding: 0rem 0.75rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  border-left: 4px solid #f4662980;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .caption .sub h2 {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .caption .sub h2 p {
  padding-bottom: 0.75rem;
  line-height: 1.8;
  font-size: 14px;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image {
  width: 40%;
  padding: 1rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image .img_1 {
  height: 259px;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 1;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image .img_1 img {
  width: 100%;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image .img_one {
  top: 0.5rem !important;
  right: -0.5rem !important;
  width: 232px !important;
  height: 160px !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image .img_one_potrait {
  width: 100%;
  height: 444px;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image .img_2 {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 1rem;
  height: 164px;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content .image .img_2 img {
  width: 100%;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content_parent .caption .sub {
  padding-bottom: 0 !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content_child {
  padding-left: 3rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content_child .caption .sub {
  padding-bottom: 0 !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_left .sub_content_child .caption .sub h1 {
  border-left: unset !important;
  padding-left: 0 !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right {
  padding-bottom: 3rem;
  min-height: 500px;
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption {
  float: right;
  padding: 0 6rem 0 1rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub {
  padding: 2rem 0;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub h1 {
  color: #636363;
  font-size: 24px;
  padding: 0.4rem 0.75rem 0.3rem 0.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-left: 6px solid #f4662980;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub h2 {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub h2 p {
  padding-bottom: 0.75rem;
  line-height: 1.8;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub .button_wrap {
  padding-top: 2rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub .button_wrap .button_header {
  width: 130px;
  border: unset;
  padding: 0.65rem 0.5rem;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  background: #f46629;
  color: white;
  @transition_default (all .3s);
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub .button_wrap .button_header i {
  position: relative;
  top: 0.1rem;
  margin-left: 0.2rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .caption .sub .button_wrap .button_header:hover {
  background: rgba(244, 102, 41, 0.81);
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .image {
  padding: 0 1rem 0 6rem;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .image .img_1 {
  position: absolute;
  top: 12.5rem;
  right: 12rem;
  width: 360px;
  height: auto;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 1;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .image .img_1 img {
  width: 100%;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .image .img_one {
  top: 5.5rem !important;
  right: 8rem !important;
  width: 415px !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .image .img_one_potrait {
  top: 0.5rem !important;
  right: -0.5rem !important;
  width: 232px !important;
  height: 254px !important;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .image .img_2 {
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 270px;
  height: 132px;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  z-index: 2;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope .accs-body .content_right .sub_content .image .img_2 img {
  width: 100%;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope label.accs {
  cursor: pointer;
  font-size: 16px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding: 15px;
  width: 100%;
  color: #636363;
  font-weight: 400;
  box-sizing: border-box;
  z-index: 100;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope label.accs i {
  font-size: 17px;
  position: relative;
  color: #ec763dd9;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope input {
  display: none;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope label.accs:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bolder;
  float: right;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope label.accs.accs_disabled:before {
  display: none;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope input:checked + label.accs {
  background-color: transparent;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope input:checked + label.accs:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope input:checked + label.accs.accs_disabled:before {
  display: none;
}
.main_container .scope .list_scope .content_list_scope .sub_content_list_scope input:checked ~ .accs-body {
  height: 360px;
  overflow: hidden;
  color: #636363;
  font-size: 14px;
  padding: 0;
  padding-top: 0rem;
  margin-bottom: 1rem;
  transition: all 0.5s;
}
.main_container .scope:before {
  content: "";
  position: absolute;
  top: -303px;
  right: 42px;
  width: 17%;
  height: 100%;
  background: url(../images/bg_gbr2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: scroll;
  z-index: 1;
  opacity: 0.1;
}
.main_container .working {
  padding: 4rem 6rem;
  padding-bottom: 1rem;
}
.main_container .working .title_section {
  padding-bottom: 1rem;
}
.main_container .working .title_section h1 {
  color: #636363;
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: right;
  color: #636363;
  font-size: 24px;
  padding: 0.4rem 0.75rem 0.3rem 0.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  border-right: 6px solid #f4662980;
}
.main_container .working .title_section h3 {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 1rem;
  font-weight: 400;
  text-align: right;
}
.main_container .working .list_working .content_table {
  width: 100%;
  float: left;
  margin-bottom: 2%;
}
.main_container .working .list_working .content_table .bg_table {
  width: 300px;
  height: 325px;
  position: absolute;
  top: -10rem;
  left: 0;
  background: url(../images/bg2.png) no-repeat;
  background-size: 100%;
}
.main_container .working .list_working .content_table .isi_table {
  width: 100%;
  height: 440px;
  float: left;
  overflow-y: auto;
  color: #7a7a7a;
  font-size: 14px;
}
.main_container .working .list_working .content_table .isi_table .table_working {
  width: 100%;
  border: none;
  background: #f0f0f0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.main_container .working .list_working .content_table .isi_table .table_working thead {
  background: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.main_container .working .list_working .content_table .isi_table .table_working thead tr {
  height: 40px;
  vertical-align: middle;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
}
.main_container .working .list_working .content_table .isi_table .table_working thead tr th {
  position: sticky;
  top: 0;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  border-left: none;
  border-width: 0 0 0 1px;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
  background: #636363;
  z-index: 2;
}
.main_container .working .list_working .content_table .isi_table .table_working thead tr th:first-child {
  border-left-width: 0;
}
.main_container .working .list_working .content_table .isi_table .table_working tbody tr:nth-child(odd) {
  background: #f6f6f6;
}
.main_container .working .list_working .content_table .isi_table .table_working tbody tr td {
  text-align: left;
  border-left: none;
  border-bottom: 1px solid #cbcbcb;
  background-color: transparent;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
  z-index: 1;
}
.main_container .working .list_working .content_table .isi_table .table_working tbody tr td:first-child {
  border-left-width: 0;
}
.main_container .vision {
  padding: 4rem 6rem;
}
.main_container .vision .bg_target {
  position: absolute;
  top: 3rem;
  left: -6rem;
  width: 360px;
  height: 100%;
  background: url(../images/target.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: scroll;
  z-index: 1;
  opacity: 0.1;
}
.main_container .vision .title_section h1 {
  color: #636363;
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
}
.main_container .vision .title_section h3 {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 1rem;
  font-weight: 400;
  text-align: center;
}
.main_container .vision .title_section:before {
  content: "";
  position: absolute;
  top: 5.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 6px;
  margin: auto;
  background: #ec763d;
}
.main_container .vision .title_section.title_section_without_h3:before {
  top: 4rem !important;
}
.main_container .vision .list_vision {
  padding: 2rem 8rem;
  padding-right: 400px;
}
.main_container .vision .list_vision ul {
  list-style: none;
}
.main_container .vision .list_vision ul li {
  padding: 0.5rem;
  padding-left: 4rem;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.8;
}
.main_container .vision .list_vision ul li .icon_list {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #f0a47c;
  border-radius: 50%;
  background: white;
}
.main_container .vision .list_vision ul li .icon_list i {
  font-size: 17px;
  position: relative;
  top: -0.05rem;
  left: 0.3rem;
  color: #ec763dd9;
}
.main_container .vision .list_vision .image_vision {
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 300px;
  height: auto;
  border: 0.75rem solid white;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
  -moz-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.15);
}
.main_container .vision .list_vision .image_vision img {
  width: 100%;
}
.main_container .menu_top_non_home {
  transition: all 0.3s;
  padding: 0 5rem;
  z-index: 3;
}
.main_container .menu_top_non_home .sub {
  border-bottom: 1px solid #ddd;
}
.main_container .menu_top_non_home .sub .list_menu {
  position: relative;
  float: left;
  width: 130px !important;
}
.main_container .menu_top_non_home .sub .list_menu ul {
  list-style: none;
}
.main_container .menu_top_non_home .sub .list_menu ul li {
  position: relative;
  float: left;
  width: auto;
  padding: 1.5rem 1rem;
}
.main_container .menu_top_non_home .sub .list_menu ul li a {
  color: #7a7a7a;
  font-size: 15px;
  transition: all 0.3s;
}
.main_container .menu_top_non_home .sub .list_menu ul li a i {
  position: relative;
  top: 0.2rem;
  font-size: 20px;
  margin-right: 0.5rem;
  margin-right: 0.35rem;
  color: #aaa;
  transition: all 0.3s;
}
.main_container .menu_top_non_home .sub .list_menu ul li a:hover {
  font-weight: 400;
  color: #f46629;
}
.main_container .menu_top_non_home .sub .list_menu ul li a:hover i {
  color: #f46629;
}
.main_container .detail_scope {
  padding: 2.5rem 6rem;
  padding-bottom: 1rem;
}
.main_container .detail_scope .bg_triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_gbr2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: scroll;
  z-index: 1;
  opacity: 0.1;
}
.main_container .detail_scope .title_section h1 {
  color: #636363;
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
}
.main_container .detail_scope .title_section h3 {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 1rem;
  font-weight: 400;
  text-align: center;
}
.main_container .detail_scope .menu_scope_scroll {
  position: fixed;
  top: 0.2rem;
  right: 6rem;
  width: 75%;
  z-index: 4 !important;
}
.main_container .detail_scope .menu_scope {
  padding-top: 1rem;
  z-index: 2;
}
.main_container .detail_scope .menu_scope ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_container .detail_scope .menu_scope ul li {
  padding: 0 0.3rem;
  cursor: pointer;
}
.main_container .detail_scope .menu_scope ul li .list_menu_scope {
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  padding: 0.5rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 25px;
  transition: all 0.3s;
}
.main_container .detail_scope .menu_scope ul li .list_menu_scope i {
  color: #7a7a7a;
}
.main_container .detail_scope .menu_scope ul li .list_menu_scope:hover {
  background: rgba(0, 0, 0, 0.11);
}
.main_container .footer {
  width: 100%;
  float: left;
  border: 0px solid #dedede;
  position: relative;
  background: #232220;
  padding-top: 70px;
  overflow: hidden;
}
.main_container .footer .wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.main_container .footer .wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*li:last-child
  * width: 49% !important*/
}
.main_container .footer .wrapper ul li {
  width: 24%;
  float: left;
  border: 0px solid #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  overflow: hidden;
}
.main_container .footer .wrapper ul li iframe {
  border-radius: 5px;
}
.main_container .footer .wrapper ul li .logo_bawah {
  float: left;
  width: 100%;
  padding-bottom: 2.45rem;
}
.main_container .footer .wrapper ul li .logo_bawah img {
  max-width: 100%;
}
.main_container .footer .wrapper ul li h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #F26722;
}
.main_container .footer .wrapper ul li p {
  color: #7b7b7b;
  margin: 0 0;
  line-height: 1.8;
}
.main_container .footer .layer {
  width: 100%;
  padding: 10px 0;
  float: left;
  background: #201f1d;
  margin-top: 70px;
}
.main_container .footer .layer .wrapper {
  max-width: unset;
  margin: unset;
  padding: 0 3rem;
  text-align: center;
}
.main_container .footer .layer .wrapper h4 {
  font-weight: normal;
  font-size: 13px;
  color: #888;
}
.main_container .footer .bg_footer {
  width: 100%;
  height: 135px;
  background: url(../images/bg_bottom_new_.svg) no-repeat;
  background-position: bottom left;
  position: absolute;
  bottom: 2rem;
  left: -18rem;
  background-size: contain;
}
.main_container .footer .bg_footer:after {
  content: "";
  width: 100%;
  height: 135px;
  background: url(../images/bg_bottom_new_.svg) no-repeat;
  background-position: bottom left;
  position: absolute;
  right: -36rem;
  bottom: 0rem;
  transform: rotateY(180deg);
  background-size: contain;
}

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