@charset "UTF-8";
body {
  background-color: #252525;
}
body, input, select {
  font: normal 16px/140% Arial, Microsoft Sans Serif, sans-serif, Helvetica, "微軟正黑體";
  color: #ffffff;
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  line-height: 1.5;
}
html {
  font-size: 110%;
}
a {
  text-decoration: none;
  color: #AE9B70;
}
div, p, span, ul, ol, li, h1, h2, h3, h4, h5, h6, input, table, td, th, img {
  margin: 0;
  padding: 0;
  border: none
}
img {
  border: none;
  display: block
}
img.inline {
  display: inline-block;
  vertical-align: middle
}
ul, li {
  list-style: none;
}
input:focus, input:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}
input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
  color: #666666;
  font-size: 1rem;
  visibility: visible !important;
}
.btn:focus, button:focus {
  box-shadow: none
}
img:not([draggable]), embed, object, video {
  height: auto;
  max-width: 100%
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto
}
a, a:active, a:focus, a:hover, a:visited, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active, button:focus {
  outline: 0;
  text-decoration: none;
}
a {
  display: inline-block;
}
button {
  padding: 0;
  border: 0;
  outline: 0;
  background: 0;
  display: inline-block
}
a, button {
  -webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contentbox {
  overflow: hidden;
  position: relative
}
.col {
  padding-left: 12px;
  padding-right: 12px
}
::-moz-selection {
  color: #000;
  background-color: #fff
}
::selection {
  color: #000;
  background-color: #fff
}
iframe {
  border: 0
}
.section_space {
  padding: 130px 0
}
.btn {
  z-index: 1;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.09;
  position: relative;
  padding: 26px 40px;
  padding-bottom: 20px;
  border-radius: 50em;
  letter-spacing: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  line-height: normal;
}
.btn:before {
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #AE9B70;
  -webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 50em;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn:hover {
  color: #fff
}
.btn:hover:before {
  left: 0;
  width: 100%;
  right: auto
}
.btn i {
  margin-top: -4px;
  margin-right: 12px
}
.ul_li, .ul_li_center {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.ul_li > li, .ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block
}
.ul_li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.ul_li_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.slider_item:focus {
  outline: 0
}
/*首頁banner旁邊社群link*/
.social_primary li:not(:last-child) {
  margin-right: 25px
}
.social_primary a {
  color: #C6C6C6;
  font-size: 15px
}
.social_primary a:hover {
  color: #fff
}
:-moz-placeholder {
  color: #9d9a9a;
  text-transform: capitalize
}
::-moz-placeholder {
  color: #9d9a9a;
  text-transform: capitalize
}
:-ms-input-placeholder {
  color: #9d9a9a;
  text-transform: capitalize
}
::-webkit-input-placeholder {
  color: #9d9a9a;
  text-transform: capitalize
}
.ind_banner {
  background: url("../images/ind_banner.jpg") top center /100% no-repeat;
  margin-bottom: 2em;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
}
.herrobanner {
  margin-bottom: 2em;
  height: 53vh;
  min-height: 300px;
}
.top2_banner {
  background: url("../images/top_banner2.jpg") top center /100% no-repeat;
}
.top3_banner {
  background: url("../images/top_banner3.jpg") top center /100% no-repeat;
}
.top4_banner {
  background: url("../images/top_banner4.jpg") top center /100% no-repeat;
}
.top5_banner {
  background: url("../images/top_banner5.jpg") top center /100% no-repeat;
}
.top_logo img {
  width: 200px;
  height: 53px
}
.header_section .header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 2.5em 0 2.5em;
}
.header_section + main {
  margin-top: 111px
}
.main_menu {
  padding: 0
}
.main_menu_list > li {
  margin-right: 2em;
}
.main_menu_list > li > a {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: #ffffff;
  padding: 0;
  font-family: "Calibre";
  -webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
}
.main_menu_list > li:hover > a, .main_menu_list > li.active > a {
  color: #D0B881
}
.main_menu_list .submenu {
  top: 100%;
  margin: 0;
  border: 0;
  color: #8A8A8A;
  font-size: 18px;
  min-width: 210px;
  padding: 15px 0;
  border-radius: 0;
  font-family: "Calibre";
  -webkit-box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15)
}
.main_menu_list .submenu > li > a {
  font-size: 16px;
  display: block;
  line-height: 1;
  color: #000;
  padding: 15px 30px 10px 30px;
  -webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}
.main_menu_list .submenu > li:hover > a, .main_menu_list .submenu > li.active > a {
  color: #0D1313;
  background-color: rgba(23, 23, 26, 0.04);
  padding-left: 35px
}
.main_menu_list .submenu .dropdown > a {
  position: relative
}
.main_menu_list .submenu .dropdown > a:after {
  float: right;
  font-size: 12px;
  margin-top: 2px;
  content: "";
  font-weight: 400;
  display: inline-block;
  font-family: "Font Awesome 5 Pro"
}
.main_menu_list .submenu .submenu {
  top: -15px;
  left: 100%;
  border-top-left-radius: 0
}
.main_menu_list li:hover > .submenu {
  display: block;
  -webkit-animation: .3s ease-in-out 0s normal none 1 running fadeInUp;
  animation: .3s ease-in-out 0s normal none 1 running fadeInUp
}
.sidebar_main_menu {
  margin: 0 -40px
}
.sidebar_main_menu > li > a {
  display: block;
  color: #fff;
  font-size: 19px;
  padding: 20px 40px;
  padding-bottom: 10px
}
.sidebar_main_menu > li > a:after {
  font-size: 14px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px)
}
.sidebar_main_menu > li:hover > a, .sidebar_main_menu > li.active > a {
  background-color: rgba(255, 255, 255, 0.06)
}
.sidebar_main_menu .accordion-body {
  padding: 0
}
.sidebar_main_menu .item_has_child > a {
  position: relative
}
.sidebar_main_menu .item_has_child > a:after {
  top: 18px;
  right: 35px;
  font-weight: 900;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro"
}
.sidebar_main_menu .submenu {
  margin: 0;
  border: 0;
  padding: 10px 0;
  border-radius: 0;
  -webkit-transform: unset !important;
  transform: unset !important;
  position: static !important;
  background-color: rgba(255, 255, 255, 0.06)
}
.sidebar_main_menu .submenu > li > a {
  display: block;
  font-size: 19px;
  padding: 14px 40px;
  padding-left: 50px;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.8)
}
.sidebar_main_menu .submenu > li:hover > a {
  color: #fff;
  background-color: #0D1313
}
.header_section.sticky {
  -webkit-transition: all .5s;
  transition: all .5s
}
/*分頁*/
.pagination_nav {
  margin: -2px
}
.pagination_nav li {
  padding: 2px
}
.pagination_nav a {
  height: 56px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  min-width: 56px;
  font-size: 21px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Inter", sans-serif
}
.pagination_nav li:hover a, .pagination_nav li.active a {
  background-color: #303030
}
.pagination_nav li:first-child {
  margin-right: 10px
}
.pagination_nav li:last-child {
  margin-left: 10px
}
.pagination_nav li:first-child a, .pagination_nav li:last-child a {
  padding: 0;
  height: auto;
  min-width: auto
}
.pagination_nav li:first-child:hover a, .pagination_nav li:last-child:hover a {
  color: #BABABA;
  background-color: transparent
}
.footer_box {
  font-size: 0.9375rem;
  border: 1px solid #3E3E3E;
  padding: 1.5em 0 0.5em 0;
  margin-top: 5em;
}
.footer_box a {
  color: #ffffff
}
.footer_info {
  font-size: 0.9375rem
}
.footer_info h6 {
  font-size: 1.125rem;
  margin-bottom: 23px;
}
.footer_op, .footer_copyright {
  opacity: 0.5
}
.footer_social {
  background-color: #D0B881;
  right: 3em;
  top: -50px;
  width: 40px; /* height: 168px; */
}
.footer_social li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0.8rem auto;
}
.footer_social li:nth-child(1) i {
  background: url(../images/icon_ind6.svg) center center no-repeat;
}
.footer_social li:nth-child(2) i {
  background: url(../images/icon_ind7.svg) center center no-repeat
}
.footer_social li:nth-child(3) i {
  background: url(../images/icon_ind8.svg) center center no-repeat
}
.backtotop {
  right: 20px;
  z-index: 999;
  bottom: 4em;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  color: #fff;
  line-height: 1;
  position: relative;
  width: 35px;
  height: 35px;
  background: url("../images/icon_top.svg")center center /100% no-repeat
}
#loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  position: fixed;
  overflow: visible;
  background: #fff url("../images/loading.svg") no-repeat center center
}
.breadcrumb_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 485px;
  padding: 100px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.sidebar_section {
  padding-left: 70px
}
.slider_section {
  padding: 16em 12em;
}
.slider_content {
  position: relative;
  width: 100%;
}
.ind_banner_social {
  top: 26.5em;
  left: 59px;
  width: auto;
  display: block;
  position: absolute;
  height: 420px;
}
.ind_banner_social:before, .ind_banner_social:after {
  left: 8px;
  width: 17px;
  height: 139px;
  content: "";
  position: absolute;
  border-left: 1px solid #ffffff;
  height: 55%;
}
.ind_banner_social:before {
  top: -60%;
}
.ind_banner_social:after {
  bottom: -16%;
}
.ind_banner_social li {
  margin: 40px 0;
}
.ind_banner_social li i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ind_banner_social li:nth-child(1) i {
  background: url(../images/icon_ind1.svg) center center no-repeat;
}
.ind_banner_social li:nth-child(2) i {
  background: url(../images/icon_ind2.svg) center center no-repeat
}
.ind_banner_social li:nth-child(3) i {
  background: url(../images/icon_ind3.svg) center center no-repeat
}
.ind_banner h2 {
  line-height: 1;
  font-size: 200px;
  margin-bottom: 0;
  font-size: 3.2rem;
  opacity: 0.5;
  margin-top: 20px;
}
.ind_banner h1 {
  font-size: 2.3rem;
  letter-spacing: 3px;
  font-family: "Microsoft Yahei";
  letter-spacing: 3px;
}
.ind_banner h2:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #ffffff;
  right: calc(100% - 8em);
  top: 1.7em;
}
.ind_banner h2:after {
  right: 0;
  width: calc(100% - 8em);
  height: 5px;
  content: "";
  position: absolute;
  border-bottom: 1px solid #ffffff;
  top: 1.68em;
}
.ind_banner p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 22px;
  padding-right: 10px;
  letter-spacing: 6px;
  margin-top: -10px;
}
.ind_banner_btn {
  margin-top: -8px;
}
.ind_banner_btn .btn {
  font-size: 1.125rem;
  letter-spacing: 1px;
  padding: 6px 50px 7px 34px;
  border: 1px solid #ffffff;
  line-height: initial;
  margin-right: 15px;
}
.ind_banner_btn .btn:hover {
  border-color: #AE9B70;
  border: 1px solid transparent;
}
.ind_banner_btn svg {
  width: 1rem;
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  left: 72%;
  top: 0;
}
.ind_banner_btn:hover svg {
  left: 78%;
}
.main_contact_info {
  padding-right: 30px
}
.main_contact_info .area_title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px
}
.main_contact_info p {
  font-size: 18px;
  margin-bottom: 20px
}
.main_contact_info li {
  font-size: 18px
}
.main_contact_info li:not(:last-child) {
  margin-bottom: 3px
}
.main_contact_info li span {
  color: #fff
}
.contact_form_area {
  padding-top: 106px
}
.map_section {
  height: 640px;
  margin-left: 40px;
  position: relative
}
.map_section iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.portfolio_fullimage_layout {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px
}
.portfolio_fullimage_layout img {
  width: 100%;
  display: block;
  -webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}
.portfolio_fullimage_layout:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.portfolio_fullimage_layout .item_content {
  left: 55px;
  bottom: 55px;
  z-index: 2;
  opacity: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: absolute;
  display: inline-block;
  background-color: #fff;
  padding: 25px 35px 22px 35px;
  -webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}
.portfolio_fullimage_layout:hover .item_content {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0)
}
.portfolio_fullimage_layout .item_title {
  color: #000;
  display: block;
  line-height: 1;
  font-size: 26px;
  margin-bottom: 7px
}
.portfolio_fullimage_layout .item_categories {
  display: block;
  line-height: 1;
  color: #626161;
  font-size: 14px
}
.layer {
  position: relative !important
}
.title_group {
  position: relative;
}
.title_group h1 {
  opacity: 0.2;
  font-size: 3rem;
}
.title_group h2 {
  font-size: 0.875rem;
  position: absolute;
  left: 65px;
  top: 26px;
  z-index: 1;
  color: #AE9B70;
}
.title_group h2:before {
  content: "";
  border-bottom: 1px solid #AE9B70;
  width: 37px;
  left: -46px;
  content: "";
  position: absolute;
  top: 8px;
}
.title_group h3 {
  margin: 13px 24px;
}
.title_group h3, .ind_b2b .nom_title, .partners_cont h4 {
  font-size: 2.2rem;
}
.title_group p {
  margin: 7px 24px;
  line-height: normal;
  color: #BBBAB8;
  font-size: 0.875rem;
}
.more_link {
  color: #ffffff;
  font-size: 0.875rem;
  margin: 20px 24px;
  position: relative
}
.more_link i {
  background: url(../images/icon_ind10.svg) center center /100% no-repeat;
  width: 28px;
  height: 19px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 100%;
  top: 0;
}
.more_link:hover i {
  left: 120%;
}
.ind_cont {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.circle-img {
  width: 90%;
}
.circle-img, .circle-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.circle-img:hover > img, .circle-img:hover.circle-img:before {
  opacity: 0;
}
.circle-img:hover {
  border: 1px solid #ffffff;
}
.circle-img h6 {
  font-size: 1.125rem;
  color: #ffffff;
  padding: 5px;
}
.circle-img:before {
  background-color: rgb(0 0 0 / 47%);
  content: "";
  position: absolute;
  border-radius: 50em;
  width: 100%;
  height: 100%;
}
.ind_works:after {
  content: "";
  border: 1px dashed #ffffff;
  width: 300px;
  height: 300px;
  border-radius: 50em;
  position: absolute;
  left: -270px;
  bottom: -17%;
  left: -41%;
}
.ind_b2b {
  background: url("../images/ind_b2b.jpg") center top /100% no-repeat;
  padding: 5rem 0;
  background-size: cover;
}
.ind_b2b .nom_title {
  margin-bottom: 2.5rem;
}
.ind_b2b .slider_item img {
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
}
.nom_title {
  color: #AE9B70
}
.team_carousel3 {
  width: calc(100% - 60px);
  margin: 1em auto 0 auto
}
.contact_box h5 {
  font-size: 1.125rem;
}
.ul_cont li {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.ul_cont li span {
  font-size: 0.985rem;
}
.ul_cont li svg {
  vertical-align: text-top;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.cont_title {
  padding: 11em 0 0 14em;
}
.cont_title h4 {
  font-size: 2.5rem;
  margin: -25px 0 0 7px;
}
.form-input {
  position: relative
}
.form-input input {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  width: 100%;
}
.form-input label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 5px;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}
.form-input input:focus ~ label, .form-input input.act ~ label {
  top: -13px;
  transition: 0.3s;
  color: #aaa;
  font-size: 14px;
}
.focus-border {
  width: 100%;
  transition: 0.4s;
}
.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  transition: 0.4s;
}
.contact_box .form-check {
  margin-bottom: 10px;
}
.contact_box .form-input {
  margin-bottom: 2em
}
.form-check input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
  background-color: #787878;
  border-radius: 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  display: block;
  pointer-events: none;
  width: 22px;
  height: 22px;
  outline: none;
  transform: scale(2);
  -ms-transform: scale(2);
  transition: opacity .3s, transform .3s;
}
.form-check input:first-child {
  background-color: #D6C6B2;
}
.form-check input:first-child:active {
  transform: scale(0);
  -ms-transform: scale(0);
  opacity: 1;
  transition: opacity 0s, transform 0s;
}
.form-check > input:first-child + label::before, .form-check > input:first-child + input[type="hidden"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  border: 2px solid #D6C6B2;
  border-radius: 3px;
  margin-left: -29px;
  box-sizing: border-box;
}
.form-check > input:first-child:checked + label::after, .form-check > input:first-child:checked + input[type="hidden"] + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: solid 2px #252525;
  border-left: none;
  border-top: none;
  transform: translate(7.75px, 4.5px) rotate(45deg);
  -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
  box-sizing: border-box;
}
.form-check label {
  padding-left: 17px !important;
  min-height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.form-check > input:first-child:checked + label::after, .form-check > input:first-child:checked + input[type="hidden"] + label::after {
  width: 6px;
  height: 11px;
  transform: translate(-5px, 4px) rotate(45deg);
  -ms-transform: translate(-5px, 4px) rotate(45deg);
}
.form-check > input:first-child:checked + label::before, .form-check > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #D6C6B2;
  border-color: #D6C6B2;
}
.fix-w {
  display: inline-block;
  width: 11px;
  padding-left: 11px;
  margin-right: 11px;
}
.sjs-default {
  position: relative;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: height .2s ease-out, opacity .2s ease-out .2s
}
[data-sjsel] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
.sjs-default img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px
}
.sjs-default img.lazy {
  opacity: 0;
}
.sjs-default img:not(.initial) {
  transition: opacity 1s;
}
.sjs-default img.initial, .sjs-default img.loaded, .sjs-default img.error {
  opacity: 1;
}
.sjs-default img:not([src]) {
  visibility: hidden;
}
.list_table {
  border-collapse: collapse;
}
.list_table tr, .list_table th, .list_table td {
  border: none;
}
.list_table td {
  padding: 7px 12px;
}
.list_table thead {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.list_table th {
  background: #474646;
  color: rgb(255 255 255 / 50%);
  text-align: center;
  padding: 4px 12px;
  font-weight: normal;
  font-family: Microsoft YaHei;
  letter-spacing: 1px;
  font-size: 14px;
}
.list_table tbody td {
  font-size: 1rem;
}
.list_table thead tr:nth-child(2) th {
  background: transparent;
  height: 15px;
}
.list_table tr td {
  text-align: left;
}
.list_table tr td:nth-child(2), .list_table tr td:nth-child(2) a {
  color: #ffffff
}
.list_table tr td:nth-child(2) a:hover {
  color: #AE9B70
}
.list_table th:nth-child(1) {
  -webkit-border-top-left-radius: 50em;
  -webkit-border-bottom-left-radius: 50em;
  -moz-border-radius-topleft: 50em;
  -moz-border-radius-bottomleft: 50em;
  border-top-left-radius: 50em;
  border-bottom-left-radius: 50em
}
.list_table th:nth-child(3) {
  -webkit-border-top-right-radius: 50em;
  -webkit-border-bottom-right-radius: 50em;
  -moz-border-radius-topright: 50em;
  -moz-border-radius-bottomright: 50em;
  border-top-right-radius: 50em;
  border-bottom-right-radius: 50em;
}
.about_box {
  margin-top: 3rem; /* padding-bottom: 0; */
}
.about_box .des-info p {
  line-height: 1.6;
  opacity: 0.5;
}
.about_box .des-info h5 {
  font-size: 1.125rem;
  line-height: 1.7
}
.about_box:after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -110px;
  background: url("../images/about_bg.png") top right /100% no-repeat;
  background-size: 510px;
  width: 280px;
  height: 261px;
  width: 22%;
}
.service-info img {
  width: 50px;
  margin: 0 auto 15px auto;
  width: 2.5rem;
}
.service-info h5 {
  font-size: 1.125rem;
  margin-bottom: 5px;
  letter-spacing: 1.2px;
}
.service-info p {
  font-size: 0.985rem;
  opacity: 0.5;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.imgbox .img_item {
  padding: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgbox .img_item img {
  /* width: 65%; */
  max-height: 70px;
}
.partners_cont {
  padding: 5rem 0;
}
.partners_cont h4 {
  margin-bottom: 2.5rem;
}
.btn_check {
  background-color: #AE9B70;
  width: auto;
  padding: 9px;
  width: 160px;
}
.btn_check:before {
  background-color: #a48e5b
}
.sortable__nav a {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.125rem
}
.sortable__nav .is-active, .sortable__nav a:hover {
  color: #AE9B70 !important;
}
.sjs-default > div, .ind_works .slider_item, .ind_b2b .slider_item {
  overflow: hidden;
  border-radius: 6px;
}
.sjs-default img, .ind_works .slider_item img, .ind_b2b .slider_item img {
  width: 100%;
  display: block;
  -webkit-transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}
.sjs-default div:hover img, .ind_works .slider_item:hover img, .ind_b2b .slider_item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
@media screen and (min-width: 768px) {
  .ind_works .team_carousel_wrap {
    width: 1000px;
  }
  .list_table tr td:nth-child(1) {
    width: 20%;
    letter-spacing: -0.5px;
  }
  .list_table tr td:nth-child(2) {
    width: 68%;
  }
  .list_table tr td:nth-child(2) a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .list_table tr td:nth-child(3) {
    width: 12%;
  }
  .contact_box:before {
    content: "";
    position: absolute;
    right: -17px;
    top: -31px;
    background: url("../images/contact_ bg.png") top right /100% no-repeat;
    background-size: cover;
    width: 280px;
    height: -webkit-fill-available;
    width: 44%;
  }
}
@media screen and (min-width: 992px) {
  .blog-section-hm3 {
    padding-bottom: 120px
  }
  .circle-img h6 {
    font-size: 1.75rem;
  }
  .service_info {
    padding: 3em 5em;
  }
  .md-celar {
    clear: both;
    width: 100%;
    display: block;
  }
  .service-info {
    margin: 7rem auto;
  }
  .service-info > div > div:not(:last-child) {
    border-right: 1px solid rgb(90 90 90 / 80%)
  }
  .service-info > div > div {
    padding: 15px;
  }
}
/*11*/
@media screen and (max-width: 1460px) {
  html {
    font-size: 100%;
  }
  .header_section .header_container {
    padding: 18px 2.5em 0 2.5em;
  }
  .top_logo img {
    width: 150px;
    height: 40px;
  }
  .slider_section {
    padding: 10em 12em;
  }
  .ind_banner_social {
    top: 13em;
    left: 42px;
    height: 213px;
  }
  .ind_banner_social:before, .ind_banner_social:after {
    left: 8px;
    width: 17px;
    height: 139px;
    height: 52%;
  }
  .ind_banner_social li {
    margin: 25px 0;
  }
  .ind_banner_social:after {
    bottom: -30%;
  }
  .header-section-common.sticky .header_container {
    padding: 33px 100px
  }
  .header_section + main {
    margin-top: 103px
  }
  .slider_section .social_primary {
    left: 22px
  }
  .cont_title {
    padding: 7em 0 0 9em;
  }
}
@media screen and (max-width: 1360px) {
  .portfolio_fullimage_layout .item_content {
    left: 20px;
    bottom: 20px;
    padding: 20px 25px 17px 25px
  }
  .portfolio_fullimage_layout .item_title {
    font-size: 22px;
    margin-bottom: 5px
  }
  .ind_works:after {
    width: 250px;
    height: 250px;
    left: -270px;
    bottom: -26%;
  }
  .about_box:after {
    /* width: 250px; */
    /* height: 241px; */
    /* left: -70px; */
    /* bottom: 0; */
    /* background: red; */
    /* background-size: 450px; */
  }
  .ind_banner {
    margin-bottom: 0;
  }
  .ind_banner h1 {
    font-size: 2rem;
  }
  .ind_banner h2 {
    font-size: 2.8rem;
  }
  .ind_banner p {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
  .ind_banner_btn .btn {
    font-size: 0.985rem;
    padding: 5px 40px 4px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .section_space {
    padding: 100px 0
  }
  .header_section .header_container {
    padding: 35px 20px
  }
  .header_section + main {
    margin-top: 100px
  }
  .main_menu_list > li:not(:last-child) {
    margin-right: 40px
  }
  .breadcrumb_section {
    padding: 80px 0
  }
  .sidebar_section {
    padding-left: 0
  }
  .slider_section {
    padding: 5em;
  }
  .herrobanner {
    height: 300px;
    min-height: inherit;
  }
  .ind_banner {
    height: 450px;
    min-height: inherit;
  }
  .title_group h2 {
    top: 15px;
    font-size: 14px;
    left: 60px;
  }
  .title_group h2:before {
    top: 8px;
    left: -45px;
  }
  .title_group h3, .title_group p, .more_link {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pagination_nav a {
    height: 50px;
    min-width: 50px;
    font-size: 18px
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 86%;
  }
  .ind_service {
    margin-top: 2.5rem;
  }
  .ind_cont {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .footer_box {
    margin-top: 8em;
  }
  .header_section .header_container {
    padding: 20px
  }
  .header_section + main {
    margin-top: 80px
  }
  .navbar-toggler {
    width: 40px;
    height: 30px;
    padding: 0;
    color: #fff;
    line-height: 1;
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin-top: -5px;
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-collapse {
    left: 0;
    right: 0;
    top: 60px;
    position: fixed;
    margin-top: 0;
    padding: 15px 20px;
    background: #000;
    min-height: 100vh;
    z-index: 999;
  }
  .main_menu_list > li {
    width: 100%
  }
  .main_menu_list > li:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07)
  }
  .main_menu_list > li > a {
    padding: 15px 0 10px 0
  }
  .main_menu_list .submenu {
    min-width: 100%;
    position: static
  }
  .main_menu_list .submenu li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1
  }
  .main_menu_list > .dropdown > a {
    position: relative
  }
  .main_menu_list > .dropdown > a:after {
    top: 15px;
    right: 0;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro"
  }
  .main_menu_list > li:hover > a, .main_menu_list > li.active > a {
    color: #fff
  }
  .sidebar_section {
    margin-top: 50px
  }
  .main_contact_info {
    padding: 0;
    margin-top: 40px
  }
  .map_section {
    margin-top: 40px;
    margin-left: 0
  }
  .slider_section {
    padding: 6em 0 0 0;
  }
  .herrobanner {
    height: 220px;
    background-size: cover !important;
  }
  .ind_banner .slider_item {
    padding: 0 60px;
    background-position: right 60px center
  }
  .title_group h3, .ind_b2b .nom_title, .partners_cont h4 {
    font-size: 2.2rem;
  }
  .cont_title {
    padding: 41px 0 0 23px;
  }
  .title_group h1 {
    opacity: 0.2;
    font-size: 2.5rem;
  }
  .cont_title h4 {
    margin: -16px 0 0 7px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
  .team_carousel, .testimonial_carousel {
    margin-top: 30px
  }
  .ind_banner .slider_item {
    padding: 0 30px;
    text-align: center;
    background-position: center center
  }
  .ind_banner {
    height: 250px;
  }
  .slider_section {
    padding: 4em 0 0 0;
  }
  .btn_check {
    margin: 0 auto;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .herrobanner {
    margin-bottom: 1em;
  }
  .list_table thead {
    display: none;
  }
  .list_table tbody td {
    border: none !important;
    display: block;
    padding: 9px 12px 2px 12px;
    vertical-align: top;
  }
  .list_table tr td:nth-child(2) {
    padding-top: 0;
    padding-bottom: 9px;
  }
  .list_table tr td:nth-child(2) a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .list_table tbody tr {
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }
  .list_table tbody td:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sortable__nav {
    font-size: 15px;
  }
  .about_box {
    margin-top: 0;
  }
  .list_table tr td {
    color: #999999;
  }
}
@media screen and (max-width:360px) {
  html {
    font-size: 80%;
  }
  .list_table tbody td {
    font-size: 15px;
  }
}