@charset "utf-8";

body,
html {
    font-family: FuturaCyrillicBook, Helvetica, tahoma;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    color: #000;
    position: relative;
    line-height: 1.6;
}
[lang^="en"] body,
[lang^="th"] body {
    font-family: FuturaCyrillicBook, Helvetica, tahoma;
}
[lang^="cn"] body {
    font-family:
        Noto Sans SC,
        FuturaCyrillicBook,
        Helvetica,
        tahoma;
}
[lang^="th"] .txt-th {
    display: block;
}
[lang^="th"] .txt-en {
    display: none;
}
::placeholder {
    color: #999;
}
.reveal {
    display: block;
    position: relative;
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.5s ease;
}
.revealleft {
    transform: translateY(0) translateX(-200px);
}
.revealright {
    transform: translateY(0) translateX(200px);
}
.reveal.active {
    transform: translateY(0) translateX(0);
    opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 18px;
    line-height: 1.2;
}
h1,
h2 {
    font-size: 50px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5,
h6 {
    font-size: 20px;
}
p {
    margin: 0 0 10px;
}
hr {
    border: 2px solid var(--clr-gold);
    max-width: 50px;
    margin: 10px 0 20px 0;
}
* {
    outline: none;
    word-break: break-word;
    position: relative;
}
*,
button {
    box-sizing: border-box;
}
button {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
}
input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
}
input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 5px;
}
input[type="checkbox"],
input[type="radio"] {
    appearance: auto;
    -webkit-appearance: auto;
    width: auto;
    height: auto;
}
input[type="password"],
input[type="text"],
select,
textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
input[type="password"],
input[type="text"],
select {
    border-radius: 5px;
}
input[type="checkbox"],
input[type="radio"] {
    position: relative;
}
textarea {
    resize: none;
}
:required,
input:invalid,
textarea:invalid {
    background-color: #fff;
}
option {
    color: #000;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    color: #000;
}
a:active,
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline-width: 0;
}
div {
    position: relative;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.txt-left {
    text-align: left;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.row {
    display: flex;
    margin: 0 -20px;
    padding: 0;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-self: center;
    width: 100%;
    max-width: 1440px;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
    padding: 0 20px;
}
.col12 {
    width: 100%;
}
.col11 {
    width: 91.66666667%;
}
.col10 {
    width: 83.33333333%;
}
.col9 {
    width: 75%;
}
.col8 {
    width: 66.66666667%;
}
.col7 {
    width: 58.33333333%;
}
.col6 {
    width: 50%;
}
.col5 {
    width: 41.66666667%;
}
.col4 {
    width: 33.33333333%;
}
.col3 {
    width: 25%;
}
.col2 {
    width: 16.66666667%;
}
.col1 {
    width: 8.33333333%;
}
.sidemenu {
    width: auto;
    display: block;
    background-color: transparent;
    flex-direction: column;
    position: absolute;
    height: auto;
    z-index: 99;
    top: 0;
    right: 0;
    transition: all 0.4s;
}
.btn-sidemenu,
.logo-mobile {
    display: none;
}
.selectlang {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0;
    transition: all 0.3s;
    position: static;
    padding-left: 20px;
    border-left: 1px solid #000;
}
.selectlang img {
    margin-right: 10px;
}
.selectlang a {
    display: flex;
    align-items: center;
    padding-right: 25px;
}
.selectlang a:before {
    content: "\F282";
    font-family: bootstrap-icons;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 0;
}
.selectlang.active a:before {
    content: "\F286";
}
a.btn-selectlang-en {
    display: none;
}
.hidelang {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: auto;
    right: 0;
    top: 35px;
    background-color: #fff;
    z-index: -1;
    padding: 10px;
    transition: all 0.2s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    visibility: hidden;
    transform: translateY(-30px);
    transform-origin: top;
    opacity: 0;
    border-radius: 10px;
    column-gap: 10px;
}
.hidelang a:before {
    display: none;
}
.hidelang.active {
    display: flex;
    z-index: 1;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}
.hidelang a {
    display: flex;
    min-width: 60px;
    padding: 0;
    justify-content: center;
    font-size: 14px;
    column-gap: 10px;
    align-items: center;
}
.hidelang a,
.hidelang a:link,
.hidelang a:visited {
    color: var(--clr-black);
}
.hidelang a img {
    width: 21px;
    height: 14px;
    margin-right: 0;
}
.lockbody {
    overflow: hidden;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 40px auto;
    row-gap: 20px;
    flex-direction: column;
    width: 100%;
}
.index .row {
    max-width: 100%;
}
.banner-box {
    display: block;
    margin: 0;
    padding: 0;
    max-width: none;
    z-index: 1;
}
.banner-box-scale {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-top: 37.25%;
}
.banner-box-scale-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.banner-box-scale-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 0;
    filter: brightness(0.5);
}
.mainsite {
    display: block;
    padding: 0;
    width: auto;
    max-width: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: all 0.35s;
}
.footer-box,
.main-box {
    display: flex;
    flex-direction: column;
}
.footer-box {
    padding: 40px 20px 0 20px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    background-color: var(--clr-blue1);
    color: #fff;
    row-gap: 40px;
    font-size: 18px;
}
.footer-box i {
    font-size: 24px;
    line-height: 0;
}
.footer_contact i {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.footer-box-row {
    display: flex;
    column-gap: 40px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    justify-content: space-between;
}
.footer_contact {
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer_contact p {
    display: flex;
    column-gap: 15px;
    margin-bottom: 0;
}
.copyright {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding: 15px 0;
    font-size: 14px;
}
.imgscale {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.imgscale-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.imgscale-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.expertiselist-img .imgscale.c43{
padding-top: initial;
}

.expertiselist-img .imgscale-img{
position: relative;
}
.expertiselist-img .imgscale-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}
.imgscale.c100 {
    padding-top: 100%;
}
.imgscale.c43 {
    padding-top: 75%;
}
.imgscale.c34 {
    padding-top: 133.33%;
}
.imgscale.c169 {
    padding-top: 56.25%;
}
.imgscale.h100 {
    padding-top: 0;
    height: 100%;
}
.imgscale.h50 {
    padding-top: 0;
    height: 50%;
}
.imgscale.c916 {
    padding-top: 177.778%;
}
.navpage {
    padding: 20px 0;
    margin: 20px auto;
}
.navpage ul {
    list-style: none;
    flex-direction: row;
    column-gap: 20px;
}
.navpage li {
    padding: 0 30px 0 0;
    margin: 0;
}
.navpage li:before {
    content: "\F285";
    font-family: bootstrap-icons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.navpage li:last-of-type:before {
    content: "";
}
.containertitle {
    margin-bottom: 20px;
}
ul.chklist {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0 0 0 20px;
    row-gap: 10px;
}
.chklist li {
    display: flex;
    column-gap: 10px;
    padding: 0 10px;
}
.chklist.num li {
    flex: 1;
    background-image: url(../images/bor-gold.png);
    background-position: top;
    background-repeat: no-repeat;
}
.gallerybox {
    display: flex;
    margin: 40px -5px 0;
    row-gap: 20px;
}
.gallerybox-colleft,
.gallerybox-colright {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.gallerybox-colright {
    justify-content: flex-end;
}
.gallerybox .row {
    row-gap: 10px;
    margin: 0 -5px;
}
.gallerybox [class^="col"] {
    padding: 0 5px;
}
.gallerybox-content {
    flex: auto;
    padding: 0 20px;
}
.gallery-txt,
.gallerybox-content {
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-txt {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}
.container.subscribe {
    margin: 0;
    padding: 80px 0;
}
.subscribebox {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.subscribebox-txt {
    flex: auto;
    font-size: 2.4rem;
    text-transform: uppercase;
}
.subscribebox-txt h2 {
    margin: 0;
    font-size: 2.4rem;
}
.subscribebox-inp {
    display: flex;
    width: 40%;
    flex: none;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
}
.subscribebox-inp input {
    border: 0;
    background-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.subscribebox-inp button {
    flex: none;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}
.contactbox-row {
    display: flex;
    margin: 0 -20px;
    row-gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.contactbox-colimg,
.contactbox-coltxt {
    flex: auto;
    padding: 0 20px;
}
.contactbox-colimg {
    width: 60%;
}
.contactbox-coltxt {
    width: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contactbox i {
    font-size: 24px;
    display: inline-flex;
    height: auto;
    line-height: 0;
    align-items: center;
    justify-content: center;
}
.contactbox .address i{
align-items: start;
}
.contactbox p {
    display: flex;
    column-gap: 15px;
    margin-bottom: 0;
}
.location-scale {
    width: 100%;
    padding-top: 75%;
}
.location-scaleimg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.location-scale iframe,
.location-scaleimg,
.location-scale img {
    width: 100%;
    height: 100%;
}
.social-box {
    position: fixed;
    width: 50px;
    right: 15px;
    z-index: -1;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
}
.social-box.active {
    bottom: 80px;
    opacity: 1;
    z-index: 999;
}
.social-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.social-box li {
    transition: all 0.5s;
}
.social-box.active li:hover {
    transform: translateX(-10px);
}
.subdivision h4 {
    text-align: center;
}
ul.templist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 40px -10px 0;
    padding: 0;
    row-gap: 80px;
}
.templist li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    margin: 0;
    width: 20%;
    text-align: center;
    row-gap: 20px;
    font-size: 20px;
}
.templist li img {
    max-width: 100%;
}
.templist li a {
    filter: brightness(0.5);
    transition: all 0.3s;
}
.templist li a:hover {
    filter: brightness(1);
}
.templist li a:hover:before {
    content: "";
    font-family: bootstrap-icons;
    color: #fff;
}
.exsamtemp {
    width: 100vw;
    height: 100vh;
    border: 0;
}
:root {
    --clr-white: #fff;
    --clr-black: #000;
    --clr-blue1: #151733;
    --clr-blue2: #272b5f;
    --clr-gold: #c9aa6c;
    --clr-gold2: #dcb15c;
}
body {
    color: #000;
    transition: all 0.5s ease-in-out;
}
body:before {
    left: 0;
}
body:after {
    right: 0;
}
a:link,
a:visited {
    color: #000;
}
a:hover {
    color: var(--clr-gold);
}
.txt-hilight{
    font-family: Cormorant Garamond;
}
.txt-gold {
    color: var(--clr-gold);
}
.txt-blue2 {
    color: var(--clr-blue2);
}
.index .row {
    row-gap: 40px;
}
#header-inner {
    background-color: #fff;
    border-bottom: 2px solid #fff;
}
#header-inner-logo.active img {
    max-height: 40px;
}

.header-box a:link,
.header-box a:visited {
    color: #000;
}
.header-box-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 3vw;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    width: 100%;
}
.header-box-col.head-menu {
    flex: auto;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
.header-box-col.head-menu nav {
    flex: auto;
}
.flexnav li a:link,
.flexnav li a:visited {
    justify-content: center;
    color: #000;
}
.flexnav li a:hover {
    color: var(--clr-gold2);
}
.header-box-col.head-logo {
    width: auto;
    flex: none;
    text-align: center;
    align-self: flex-end;
}
.header-box-col {
    flex: auto;
}
.header-box-col.border {
    flex: none;
    max-width: 200px;
}
.header-box-col.border img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.header-box-col.border:first-of-type img {
    object-position: left;
}
.header-box-col.border:last-of-type img {
    object-position: right;
}
#header-inner-logo img {
    transform-origin: center;
}
.selectlang img {
    max-height: 16px;
}
.header-box-col.contact {
    justify-content: flex-end;
    column-gap: 20px;
    padding: 0;
    flex: none;
    align-items: center;
}
.hidelang {
    right: -10px;
    top: 40px;
}
.banner {
    padding: 0;
    color: #fff;
}
.banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: #fff;
    background: -webkit-linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    background: -moz-linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF",GradientType=0);
    z-index: 1;
}
.banner-box-scale {
    padding-top: 42.85%;
}
.bannerslide {
    max-width: 100%;
}
.bannerslide .slick-list {
    overflow: hidden;
}
.banner-box-scale-img img {
    filter: brightness(0.9);
}
.index .main-box {
    display: flex;
    flex-direction: column;
    row-gap: 0;
}
.index .container {
    padding: 0 20px;
}
.navpage {
    padding: 40px 20px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
#header [class^="lang"] {
    color: #000;
}
.containertitle,
.maintitle {
    display: flex;
    margin: 0 auto 20px auto;
    gap: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--clr-gold);
}
.containertitle :is(h1, h2),
.maintitle :is(h1, h2),
.maintitle h2 {
    text-transform: uppercase;
}
.maintitle h2 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
}
.containertitle .txt-title:after,
.maintitle .txt-title:after {
    content: "";
    background-color: var(--clr-gold);
    position: relative;
    width: auto;
    height: 1px;
    margin: 0;
    flex: auto;
}
.containertitle .txt-title,
.maintitle .txt-title {
    margin: 0;
    padding: 0;
    display: contents;
}


.footer-box a {
    color: #fff;
}
.footer-box-col.footer_logo {
    flex: none;
    width: 300px;
    align-self: center;
}
.footer_contact .footer_address {
    flex: auto;
    display: flex;
    gap: 40px;
    flex-direction: row;
}
.footer_contact .footer_address .location,
.footer_contact .footer_address .connection{
display: flex;
flex-direction: column;
row-gap: 15px;
}
.footer_contact .footer_address .connection{
    width: 230px;
    flex: none;
}
.footer_social {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 180px;
    flex: none;
}
.footer-box:before,
.index .container.expertise:after {
    height: 100px;
}
.copyright {
    border-top: 1px solid var(--clr-gold);
}
ul.chklist {
    margin: 20px 0;
    padding: 0;
    column-gap: 20px;
    justify-content: center;
}
ul.chklist li {
    padding: 0;
}
ol.chklist {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    padding: 0;
    counter-reset: my-counter;
    list-style: decimal;
}
.container.about ol.chklist, ol.chklist {
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
}
ol.chklist li {
    padding: 100px 0 30px 0;
    flex-direction: column;
    text-align: center;
}
ol.chklist li:before {
    font-family: 'FuturaCyrillicBook';
    content: "0" counter(my-counter);
    counter-increment: my-counter;
    color: var(--clr-gold);
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
}
ol.chklist.num li:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(../images/bor-gold.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 2px;
}
ol.chklist li.whybor {
    padding: 0 20px;
    flex: none;
}
ol.chklist li.whybor:before {
    background-image: url(../images/whybor.svg);
    background-repeat: no-repeat;
    counter-increment: none;
    content: "";
    position: relative;
    top: 0;
    width: 40px;
    height: 100%;
}
ol.chklist li h4,
ol.chklist li p {
    margin: 0 0 10px;
}
.aboutcontact {
    display: flex;
    column-gap: 40px;
    justify-content: center;
    margin: 40px auto;
}
.aboutcontact > div {
    display: flex;
    column-gap: 20px;
    line-height: 1.2;
}
.aboutcontact > div > img {
    width: auto;
}
.aboutcontact > div > p {
    margin: 0;
}
.expertise-box {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.expertiseslide .slick-list {
    overflow: initial;
    margin: 0 -10px;
}
.expertiseslide .slick-slide {
    padding: 0 10px;
}
.expertise-title {
    font-size: 20px;
    text-align: center;
}
.expertise-title a:link,
.expertise-title a:visited {
    color: #fff;
}
.peopleslide {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    row-gap: 20px;
}
.people-title h4 {
    margin: 0;
}
.people-title span.rank {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-weight: bold;
}
.people-title span.profile-detail,
.people-title span.rank {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.people-title span.profile-detail {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.index .container.case {
    background-color: var(--clr-blue1);
    padding: 80px 40px;
    color: #fff;
    background-image: url(../images/case-bg.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.index .container.case:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #151733;
    background: -webkit-linear-gradient(90deg, #151733 50%, rgba(21, 23, 51, 0));
    background: -moz-linear-gradient(90deg, #151733 50%, rgba(21, 23, 51, 0) 100%);
    background: linear-gradient(90deg, #151733 50%, rgba(21, 23, 51, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151733",endColorstr="#151733",GradientType=1);
}
.caseslide {
    width: 50%;
}
.caseslide .slick-list {
    margin: 0 -10px;
}
.caseslide .slick-slide {
    padding: 0 10px;
}
.case-box {
    padding: 20px 40px 20px 60px;
}
.case-box:after,
.case-box:before {
    content: "";
    background-image: url(../images/talk.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
}
.case-box:before {
    left: 0;
    top: 0;
}
.case-box:after {
    right: 0;
    bottom: 0;
    transform: scaleX(-1);
}
.news-box {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    height: 100%;
}
.news-box.hilight {
    border-right: 1px solid #e0e0e0;
    padding-right: 40px;
}
.news-box.hilight .news-col{
height: 100%;
}

.news-img,
.news-title {
    width: 100%;
}
.news-title {
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
}
.news-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.whybox ol.chklist {
    flex-direction: row;
}
.header-box-col.follow {
    display: none;
}
ul.expertiselist,
ul.newslist,
ul.peoplelist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 40px;
    padding: 0;
    row-gap: 40px;
    list-style: none;
}
ul.expertiselist li,
ul.newslist li,
ul.peoplelist li {
    width: 25%;
    padding: 0 10px;
}
.expertiselistbox{
    display: flex;
    flex-direction: column;
    height: 100%;
row-gap: 10px;
text-align: center;
border: 1px solid #E0E0E0;
padding: 15px;
}
.expertiselist-img{
margin: 20px 0;
}
.peoplebox {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #E0E0E0;
}
.newslistbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #E0E0E0;
}
.index .newslistbox {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 100%;
    border: 0;
}
.people-img,
.peoplebox-img {
}
.people-img.active .imgscale,
.peoplebox-img.active .imgscale {
    cursor: pointer;
}
.index .newslist-content,
.index .newslist-img {
    flex: 1;
}

.hilight .newslist-img .imgscale {
    padding-top: 0;
    height: 100%;
}
.newslist-content {
    padding: 10px 20px;
}
.index .newslist-content {
    padding: 0;
display: flex;
flex-direction: column;
}
.newslist-content-txt {
    flex: auto;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.newslist-title {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hilight .newslist-title {
    font-size: 22px;
}
.people-img,
.peoplebox-img {
    overflow: hidden;
}
.expertise-img a, .expertiselist-img a, .news-img a, .newslist-img a, .people-img a, .peoplebox-img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.peoplebox-img a:before,
.expertise-img a:before,
.expertiselist-img a:before,
.news-img a:before,
.newslist-img a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.peoplebox-img.active a:before,
.expertise-img.active a:before,
.expertiselist-img.active a:before,
.news-img.active a:before,
.newslist-img.active a:before{
    transition: all 0.3s;
    background-color: rgba(23, 21, 51, 0.75);
}
.peoplebox-img a:after,
.expertise-img a:after,
.expertiselist-img a:after,
.news-img a:after,
.newslist-img a:after{
    content: "";
    font-family: bootstrap-icons;
    color: #fff;
    font-size: 50px;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transition: all 0.5s;
    transform: translateY(-40%);
    transform-origin: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
}
.peoplebox-img.active a::after,
.expertise-img.active a:after,
.expertiselist-img.active a:after,
.news-img.active a:after,
.newslist-img.active a:after {
    transition: all 0.3s;
    opacity: 1;
    transform: translateY(-50%);
}

.peoplebox-img.active a:after{
    content: "\F3D8";
}

.news-img.active a:after,
.newslist-img.active a:after {
    content: "\F50F";
}
.expertise-img.active a:after,
.expertiselist-img.active a:after {
    content: "\F7BF";
}
.people-title, .peoplebox-title,.newslist-title {
    background-color: var(--clr-blue2);
    padding: 10px 20px;
    overflow: hidden;
    color: #FFF;
}
.expertiselist-title{
}

.index .newslist-title{
background-color: transparent;
padding: 0;
color: #000;
}

.expertiselist-title {
    align-content: center;
}
.index .people-title {
    margin-bottom: 0;
    flex: auto;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    background-color: transparent;
    color: #000;
    padding: 0;
}
.peoplebox-content {
    padding: 10px 20px;
}
.expertiselist-title {
    background-image: none;
}
.expertiselist-title h4{
margin-bottom: 0;
}
.expertiselist-content {
    padding: 0;
}

.newslist-title a:link, .newslist-title a:visited {
    color: #fff;
}

.peoplebox-title h4 {
    margin: 0;
    color: #fff;
}

.people-title h4,
.peoplebox-title h4 {
    font-size: 20px;
    margin: 0;
    color: #FFF;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.peoplebox-title .rank {
    font-size: 18px;
    color: var(--clr-gold);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.peoplebox-content span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-nav {
    margin: 20px 0;
}
.news-nav ul {
    padding: 0;
    flex-direction: row;
    margin: 0 -5px;
    list-style: none;
}
.news-nav li,
.news-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-nav li {
    padding: 0 5px;
    width: 40px;
    height: 40px;
}
.news-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.news-nav li a.active {
    border-radius: 100%;
    background-color: var(--clr-blue1);
    color: #fff;
}
.news-nav li i:before {
    font-weight: 700 !important;
}
.staff-title {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--clr-gold);
    padding-bottom: 10px;
}
.staff-title h2 {
    margin: 0;
}
.expertise-content,
.staff-content {
    margin: 20px 0;
    padding: 0 40px;
}
.expertise-content {
    font-size: 20px;
    text-align: center;
}
.container.expertise img{
margin: 40px auto;
}
.expertise-content:after,
.expertise-content:before,
.staff-content:after,
.staff-content:before {
    content: "";
    background-image: url(../images/talk.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
}
.expertise-content:before,
.staff-content:before {
    left: 0;
    top: 0;
}
.staff-content:after {
    right: 0;
    bottom: 0;
    transform: scaleX(-1);
}
.expertise-content:after {
    right: 0;
    top: 0;
    transform: scaleX(-1);
}
ul.expertise-contentlist,
ul.stafflist {
    display: flex;
    padding: 0;
    margin: 40px 0;
    flex-direction: column;
    list-style: none;
    align-items: flex-start;
    row-gap: 16px;
}
ul.expertise-contentlist dt,
ul.stafflist dt {
    font-family: Cormorant Garamond;
    width: auto;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid var(--clr-gold);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.expertise-contentlist li,
ul.stafflist li {
    width: 100%;
    padding: 0 0 0 40px;
    margin: 0;
}
ul.expertise-contentlist li:before,
ul.stafflist li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 34px;
    height: 34px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bullet.svg);
    background-size: 26px;
}
.newslist-title h4 {
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.expertiselist-content span,
.newslist-content span,
.newslist-title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.expertiselist-content span,
.newslist-content span {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
.container.about ol.chklist dt {
    font-size: 26px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
}
.container.about ol.chklist li {
    padding: 0;
    width: 100%;
    column-gap: 0;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}
.container.about ol.chklist li:before {
    width: 100px;
    position: relative;
    font-size: 70px;
    top: 0;
}
ul.expertise-contentlist li ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    row-gap: 10px;
}
ul.expertise-contentlist li ul li {
    padding: 0 0 0 30px;
}
ul.expertise-contentlist li ul li:before {
    content: "●";
    top: 0;
    background: none;
    color: var(--clr-gold);
}
.people-col {
    display: flex;
    height: 100%;
    column-gap: 20px;
}
.index .people-img,
.index .people-title {
    flex: 1;
}

.people-img .imgscale{
padding-top: 119.649%;
}

.index .people-title-txt {
    flex: auto;
}
.index .people-title-txt h2 {
    font-size: 26px;
}
.navpage ul {
    overflow: auto;
    flex: none;
    flex-flow: row nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    -webkit-appearance: none;
    align-items: center;
    column-gap: 10px;
}
.navpage ul,
.navpage ul li {
    display: flex;
    width: auto;
    margin: 0;
}
.navpage ul li {
    padding: 0 25px 0 0;
    position: relative;
    scroll-snap-align: start;
    flex: none;
    color: #222;
    align-content: flex-start;
    text-align: center;
}
.filter-box {
    border: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.filter-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px;
}
.filter-col {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.filter-col,
.filter-title {
    padding: 10px;
}
.filter-title {
    background-color: #eee;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 400;
}
.filter-col.col1{
    width: 100%;
}
.filter-col.col2 {
    width: 50%;
}
.filter-col.col3 {
    width: 33.33%;
}
.filter-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.filter-btn button {
    padding: 15px 20px;
    width: 100%;
    max-width: 300px;
}
.btn-search {
    background-color: var(--clr-blue2);
    color: #fff;
    width: 100%;
    max-width: 300px;
}
.btn-clear {
    background-color: #999;
    color: #fff;
}
.search-resualt {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.sort-resualt,
.total-resualt {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sort-resualt label,
.total-resualt label {
    font-weight: 400;
}
.sort-resualt a {
    padding: 5px 10px;
    transition: all 0.3s;
}
.sort-resualt a.active {
    background-color: var(--clr-blue2);
    color: #fff;
}
.filter-box select {
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
}
.expertiseslide {
    margin: 20px 0;
}
.slider-nav.contactslide {
    margin: 20px 0 0;
}
.slider-nav.contactslide .slick-track {
    justify-content: center;
}
.slider-nav.contactslide .slick-slide img {
    border: 2px solid #fff;
}
.slider-nav.contactslide .slick-slide.slick-current img {
    border: 2px solid var(--clr-gold2);
}
.prod-img {
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0;
    width: 100%;
    height: auto;
    padding-top: 75%;
    overflow: hidden;
}
.slider-for.contactslide {
    border-radius: 10px;
    overflow: hidden;
    background-color: #efefef;
}
.contactslide.slider-nav .slick-slide {
    max-width: 60px;
    padding: 0 5px;
}
.contactslide .slick-slide > div,
.contactslide .slick-slide > div > div {
    align-items: center;
    justify-content: center;
}
.prod-img-scale {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.prod-img-scale,
.prod-img-scale img {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.prod-img-scale img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.contactslide.slider-nav .prod-img {
    padding-top: 100%;
}
.contactslide.slider-nav .prod-img-scale img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.transport-opt-title {
    display: inline-flex;
    column-gap: 20px;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--clr-blue1);
    color: #fff;
    align-items: center;
    font-size: 20px;
    width: 100%;
    max-width: 376px;
}
.transport-opt-title img {
    max-width: 32px;
}
.transport-optrow {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    margin: 20px -10px;
}
.transport-optcol {
    width: 100%;
    padding: 0 10px;
}
.transport-optdetail {
    display: flex;
    align-items: flex-start;
    border: 1px solid #e0e0e0;
    column-gap: 30px;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.transport-optdetail-img {
    width: 80px;
    background-color: #e0e0e0;
    border-radius: 100%;
    padding: 15px;
}
:root {
    --clr-bts: #136a17;
    --clr-mrt: #ff7400;
    --clr-aplink: #016ad4;
    --clr-car: #5e328f;
}
.transport-optcol.bts .transport-optdetail {
    border: 1px solid var(--clr-bts);
}
.transport-optcol.bts .transport-optdetail-img {
    background-color: var(--clr-bts);
}
.transport-optcol.mrt .transport-optdetail {
    border: 1px solid var(--clr-mrt);
}
.transport-optcol.mrt .transport-optdetail-img {
    background-color: var(--clr-mrt);
}
.transport-optcol.aplink .transport-optdetail {
    border: 1px solid var(--clr-aplink);
}
.transport-optcol.aplink .transport-optdetail-img {
    background-color: var(--clr-aplink);
}
.transport-optcol.car .transport-optdetail {
    border: 1px solid var(--clr-car);
}
.transport-optcol.car .transport-optdetail-img {
    background-color: var(--clr-car);
}
.tip {
    padding: 20px;
    border-radius: 10px;
    background-color: #e0e0e0;
}
.tip ul {
    margin: 0;
    padding: 0;
}
.tip ul dt {
    font-weight: 700;
    margin-bottom: 10px;
}
.tip ul li {
    margin-left: 20px;
}
.bts .tip {
    background-color: #e5eee2;
}
.mrt .tip {
    background-color: #efd1b5;
}
.aplink .tip {
    background-color: #c6dbec;
}
.car .tip {
    background-color: #ece1f0;
}
.bts h4 {
    color: var(--clr-bts);
}
.mrt h4 {
    color: var(--clr-mrt);
}
.aplink h4 {
    color: var(--clr-aplink);
}
.car h4 {
    color: var(--clr-car);
}
.contactbox {
    margin-bottom: 40px;
}
.container.aboutus {
    margin: 40px auto;
}
.container.aboutus .row {
}
.txt-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.txt-content .txt {
}
.btn-more {
    display: flex;
    margin: 20px 0 0 0;
}
.btn-profile,
.btn-more a {
    transition: all 0.3s;
}
.btn-profile:link, .btn-profile:visited ,
.btn-more a:link, .btn-more a:visited {
    color: var(--clr-gold);
    font-size: 18px;
}
.btn-profile:hover,
.btn-more a:hover {
    color: var(--clr-gold);
    transform: translateX(10px);
}
.container.overview .row {
    align-items: center;
}
ul.list-exp {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
ul.list-exp li {
    flex: auto;
    padding: 0 10px;
    margin: 0;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #e0e0e0;
    align-items: center;
}
.exp-txt {
    font-size: 60px;
    line-height: 1;
}
ol.list-expertise {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    row-gap: 20px;
    counter-reset: my-counter1;
}
ol.list-expertise li {
    display: flex;
    gap: 20px;
    padding: 20px 0 20px 180px;
    margin: 0;
    border-top: 1px solid #e0e0e0;
}
ol.list-expertise li:before {
    content: "0" counter(my-counter1);
    counter-increment: my-counter1;
    position: absolute;
    left: 0;
    font-size: 60px;
    line-height: 1;
}
ol.list-expertise li:after {
    content: "";
    position: absolute;
    left: 100px;
    top: 50px;
    width: 30px;
    height: 2px;
    background-color: var(--clr-gold);
}
ol.list-expertise li:first-child {
    border-top: 0;
}
ol.list-expertise li:first-child::before {

}
.depart-title {
    font-family: Cormorant Garamond;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    min-width: 280px;
    max-width: 370px;
    flex: none;
    line-height: 1.25;
}
.depart-txt {
    display: flex;
    flex: auto;
    column-gap: 20px;
    justify-content: space-between;
}
.depart-txt i:before {
    color: var(--clr-gold);
    font-weight: bold !important;
    font-size: 24px;
}
.btn-profile {
    font-size: 18px;
}
.peopleslide .slick-list {
    margin: 0 -40px;
}
.peopleslide .slick-slide {
    padding: 0 40px;
    border-left: 1px solid #fff;
    border-right: 1px solid #e0e0e0;
}
.whylist {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    column-gap: 40px;
}
.whylist li {
    flex: 1;
    padding: 0;
    margin: 0;
    text-align: center;
}

.why-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.why-title img {
    max-height: 120px;
    margin-bottom: 20px;
}
.footer-title {
    width: 100%;
    color: var(--clr-gold);
}
.peopleslide .slick-prev {
    left: -20px;
}
.peopleslide .slick-next {
    right: -20px;
}
.firm-title{
display: flex;
column-gap: 40px;
align-items: center;
}
  .peopleslide {
    margin: 0 0 60px 0;
  }
.peopleslide .slick-dots {
    bottom: -60px;
}
.firm-title-txt{
width: 255px;
flex: none;
}
.firm-title-txt h2{
margin-bottom: 0;
}
.index .container.expertise .maintitle{
margin-bottom: 0;
}
.container.people .imgscale.c100{
padding-top: 119.649%;
}
.people-contact {
    display: flex;
    gap: 20px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}
.people-contact-row{
display: flex;
flex-direction: column;
gap: 20px;
}
.people-contact img{
max-height: 32px;
}
.people-contact a{
display: flex;
column-gap: 10px;
align-items: center;
}
