/* .default-page ul.default-list-group li {
    padding: 0 10px;
    float: none;
    margin-bottom: 20px;
} */

.about-page {
    position: relative;
}

.about-page .about01 {
    position: relative;
    padding: 100px 0 60px 0;
}

.about-page .about01::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -350px;
    z-index: -1;
    width: 516px;
    border-radius: var(--rounded);
    background-image: url(../../image/static/about-01-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.about-page .about01 img {
    box-shadow: 0px 30px 60px rgba(145, 151, 163, 0.16);
    border-radius: var(--rounded);
}

.about-page .title {
    color: var(--color-default);
    font-size: var(--typo-xl);
    font-weight: var(--fw-bold);
    line-height: 1em;
    margin-bottom: 10px;
}

.about-page .desc {
    color: var(--color-gray);
    font-size: var(--typo-md);
    line-height: 1.1em;
    margin-bottom: 20px;
}

.about-page .about01 .img {
    text-align: right;
}

.about-page ul.default-list-group li a .title {
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
    color: var(--color-default);
    font-size: var(--typo-sm);
    line-height: 1em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page .about01 {
    position: relative;
    padding: 100px 0 60px 0;
}

.about-page .about03 {
    background-color: var(--color-gray-200);
    margin-bottom: 100px;
}

.about-page .about03 .item {
}

.about-page .about03 .desc {
    font-size: var(--typo-sm);
}

.about-page .about03 .owl-carousel .owl-stage-outer {
    padding: 0px 15px;
    margin: 0 -15px;
    overflow: visible;
}

.about-page .about03 .owl-carousel .owl-item .box-wrapper {
    background-color: var(--color-white);
}

.about-page .about03 .owl-carousel .owl-item.active .box-wrapper {
    box-shadow: var(--box-shadow-100);
}

.about-page .about03 .owl-carousel .owl-item:hover .box-wrapper {
    box-shadow: var(--box-shadow);
}

.about-page .about03 .owl-carousel {
    top: 60px;
    right: -15px;
}

.about-page .about03 .owl-carousel .owl-stage {
    padding: 0;
    margin: 0;
}

.about-page .about03 .owl-theme .owl-nav {
    position: absolute;
    left: -384px;
    bottom: 25px;
    display: flex;
}

.about-page ul.-list-group li.active a,
.about-page ul.-list-group li a:hover {
    transform: translateY(0);
}

.about-page ul.-list-group li {
    width: 25%;
}

.about-page .list-number {
    padding: 0;
    margin: 0;
    list-style: none;
    background: url(../image/background/bg-list-number.png) no-repeat center;
    background-size: contain;
}

.about-page .list-number li {
    margin-bottom: 20px;
}

.about-page .list-number li .number {
    font-family: 'Silapakorn72';
    font-size: 60px;
    font-weight: bold;
    color: #7c92b2;
    width: 60px;
    text-align: left;
}

.about-page .management-science {
    background: url(../image/background/bg-management-science.png) no-repeat top 220px right 220px;
}

.about-page .management-science .title {
    color: #5e7aa2;
    font-family: 'Silapakorn72';
    padding: 20px 120px;
    margin-bottom: 30px;
}

.about-page .management-science .title .h-title1 {
    text-align: left;
    font-size: 40px;
}

.about-page .management-science .title .h-title2 {
    text-align: right;
    font-size: 25px;
}

.about-page .management-science .content {
    padding: 0 20px;
    font-family: 'Silapakorn72';
}

.about-page .management-science .content p {
    margin-bottom: 15px;
    font-size: 18px;
}

.about-page .Management-Structure {}

.about-page .Executives-slide {
    position: relative;
    height: 1024px;
    /* height: 875px; */
    /* padding-top: 120px; */
    padding-bottom: 20px;
    background-image: url(../image/background/bg-Executives-slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-page .Executives-slide .container {
    position: relative;
}

.about-page .Executives-slide .owl-theme {
    position: relative;
    z-index: 2;
}

.about-page .Executives-slide .owl-theme .owl-nav {
    margin-top: 0;
}
.about-page .Executives-slide .owl-theme .owl-nav [class*="owl-"]{
    margin: 0;
}

.about-page .Executives-slide .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 50%;
    margin-left: -320px;
}

.about-page .Executives-slide .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 50%;
    margin-right: -320px;
}

.about-page .Executives-slide .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 85px;
    width: 100%;
}

.about-page .Executives-slide .owl-item {
    position: relative;
    z-index: 10;
}

.about-page .Executives-slide .wrapper {
    position: relative; top: 45px;
    transform: scale(0.5);
    display: block;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
    transition-delay: 0.4s;
}

.about-page .Executives-slide .wrapper figure {
    display: block;
}

.about-page .Executives-slide .wrapper .content {
    text-align: center;
    padding-top: 50px;
    opacity: 0;
    -webkit-transition: All 0ms ease;
    -moz-transition: All 0ms ease;
    -o-transition: All 0ms ease;
    transition: All 0ms ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.about-page .Executives-slide .wrapper .content .title {
    font-size: var(--typo-lg);
    font-weight: var(--fw-bold);
    color: #5bb7b6;
    line-height: 1;
    margin-bottom: 15px;
}

.about-page .Executives-slide .wrapper .content .desc {
    font-size: var(--typo-md);
    font-weight: var(--fw-medium);
    color: #666;
    margin-bottom: 35px;
}

.about-page .Executives-slide .wrapper .content .btn {
    min-width: 110px;
}

.about-page .Executives-slide .owl-item.center .wrapper {
    top: 0;
    transform: scale(1);
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
    /*-webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;*/
}

.about-page .Executives-slide .owl-item.center .content {
    opacity: 1;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.about-page .Executives-slide .frame:after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: -50%;
    height: 50px;
    width: 200%;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
}

.about-page .Executives-slide .owl-carousel.padding {
    /* padding: 0 230px; */
}

.about-page .Executives-slide .owl-carousel .owl-stage {
    /*margin:0 auto;*/
    margin: 0;
    padding: 0;
}

/* .about-page .Executives-slide .owl-item .item {
    padding-top: 100px;
} */

.about-page .manager-head-title {
    position: relative;
    width: 100%;
    display: table;
    margin-bottom: 40px;
}

.about-page .manager-info {
    margin-bottom: 50px;
}

.about-page .manager-head-title .inner {
    position: relative;
    z-index: 3;
    vertical-align: middle;
}

.about-page .manager-head-title .inner .title {
    font-size: var(--typo-xl);
    font-weight: var(--fw-bold);
    color: var(--color-primary);
    line-height: 1.2em;
    margin-bottom: 0;
}

.about-page .manager-head-title .inner .desc {
    font-size: var(--typo-lg);
    color: var(--color-default);
    font-weight: var(--fw-medium);
    line-height: 1.2em;
    margin: 0;
}

.about-page .manager-graduated {
    position: relative;
}

.about-page .manager-graduated ul {
    list-style: none;
    margin-bottom: 15px;
}

.about-page .manager-graduated ul li {
    color: var(--color-gray);
    font-size: var(--typo-sm);
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.about-page .manager-graduated ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--color-default);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.about-page .manager-contact {
    position: relative;
}

.about-page .manager-contact ul {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.about-page .manager-contact ul li {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.about-page .manager-contact ul li img {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 5px;
}

.about-page .manager-contact ul li a {
    font-size: var(--typo-sm);
    color: var(--color-gray);
}

.about-page .Academic-performance {
    position: relative;
    margin-bottom: 35px;
}

.about-page .Academic-performance .title {
    font-size: 24px;
    font-weight: bold;
    color: #5E7AA2;
    margin-bottom: 15px;
}

.about-page .Academic-performance ul {
    padding: 0;
    margin: 35px 10px 10px 35px;
    list-style: none;
}

.about-page .Academic-performance ul li {
    color: #666666;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 5px;
}

.about-page .Academic-performance ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    position: absolute;
    top: 9px;
    left: 15px;
    font-size: 5px;
}

.about-page ul.-sublist-group {
    padding-top: 50px;
    border-top: 1px solid #e1e1e1;
}

.about-page ul.-sublist-group li {
    width: 33.33%;
}


/* People */
.people-page {
    background-image: url(../../image/background/BG.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -68.8px;
    padding-top: 68.8px;
}

.people-page .manager-box .box,
.people-page .Executives-slide .box {
    position: relative;
    width: 460px;
    height: 540px;
    overflow: hidden;
    margin: 0 auto;
}

.people-page .manager-box .box {
    width: 380px;
    height: auto;
    overflow: initial;
    padding: 0 46px;
}

.people-page .Executives-slide .box::before { display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 460px;
    height: 460px;
    background-color: transparent;
    border-radius: var(--rounded-circle);
    z-index: 1;
    box-shadow: 0 220px 0 -80px var(--color-gray-200);
}

.people-page .manager-box .box .circle,
.people-page .Executives-slide .box .circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 460px;
    height: 460px;
    background: linear-gradient(#fff 0%, #d4d9df 100%);
    overflow: hidden;
    border-radius: var(--rounded-circle);
}
.people-page .manager-box .box .circle,
.people-page .Executives-slide .box .circle:before{content: ''; position: absolute;  top: 0; left: 0; width: 100%; height: 100%;
    background-image: url(../../image/background/bg-people.png); background-size: cover; background-repeat: no-repeat;
    transition: All 400ms ease; opacity: 0;
}

.people-page .Executives-slide .box .mark img{
    top: 0;
}

.people-page .manager-box .box img {
    position: relative;
    z-index: 1;
}

.people-page .manager-box .box .circle {
    width: 380px;
    height: 380px;
    top: 80px;
    z-index: 0;
}

.people-page .manager-box .box .drop-shadow {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 80%);
}

.people-page .Executives-slide .box .circle img {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.people-page .Executives-slide .box img {
    position: absolute;
    top: -11%;
    left: 50%;
    transform: translateX(-50%);
}

.people-page .manager-box .box .circle,
.people-page .Executives-slide .owl-item.center .box .circle {
    /*background-image: url(../../image/background/bg-people.png);
    background-size: cover;
    background-repeat: no-repeat;*/
}
.people-page .manager-box .box .circle,
.people-page .Executives-slide .owl-item.center .box .circle:before{opacity: 1;}

.people-page .Executives-slide .owl-item.center .wrapper::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -30px;
    width: 460px;
    height: 460px;
    background: linear-gradient(120deg, #f7c52a 0%, #05afae 100%);
    opacity: 0.2;
    border-radius: var(--rounded-circle);
    transition: All 400ms ease;
}

.people-page .Executives-slide .owl-item.center .wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    width: 90px;
    height: 90px;
    background: linear-gradient(120deg, #f7c52a 0%, #05afae 100%);
    opacity: 0.6;
    border-radius: var(--rounded-circle);
    transition: All 400ms ease;
}

.about-page .Executives-slide .owl-theme .owl-nav {display: block;position: absolute; left: 0; right: 0; top: 280px;}

.about-page .Executives-slide .owl-item.center .content {
    position: absolute;
    left: -100%;
    right: -100%;
}


/* .people-page .Executives-slide .owl-item.center .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 460px;
    height: 460px;
    background: linear-gradient(#fff 0%, #d4d9df 100%);
    border-radius: var(--rounded-circle);
    z-index: 0;
} */

.about-page .Executives-slide .wrapper .content .info {
    padding: 0 10px;
}

.about-page .Executives-slide .wrapper .content .info .desc {
    font-size: var(--typo-sm);
    color: var(--color-gray);
    font-weight: var(--fw-normal);
}

.people-page .content-box .manager-info .icon,
.people-page .content-box .manager-head-title .icon,
.about-page .Executives-slide .wrapper .content .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: var(--color-gray-200);
    margin-bottom: 15px;
}

.people-page .content-box .manager-head-title .icon {
    margin-bottom: 0;
    width: 65px;
    height: 65px;
    margin-right: 20px;
}

.about-page .Executives-slide .owl-item:not(.center) .info {
    display: none;
}

.about-page ul.default-list-group li.active a .about-page ul.default-list-group li a:hover {
    transform: translateY(0);
}














 /* @media (max-width: 1600px) {
     .about-page .about03 .owl-theme .owl-nav {
         left: -307px;
     }
     .about-page .Executives-slide {
         height: 900px;
         padding-top: 30px;
     }
     .people-page .Executives-slide .box {
         width: 400px;
         height: 450px;
     }
     .people-page .Executives-slide .box .circle {
         width: 400px;
         height: 400px;
     }
     .people-page .Executives-slide .box::before {
         width: 400px;
         height: 400px;
     }
     .people-page .Executives-slide .owl-item.center .wrapper::before {
         width: 360px;
         height: 360px;
         top: -30px;
     }
     .people-page .Executives-slide .box img {
         top: -15%;
     }
     .people-page .Executives-slide .owl-item.center .wrapper::after {
         right: 0px;
         width: 75px;
         height: 75px;
     }
     .about-page .Executives-slide .owl-theme .owl-nav {
         top: 220px;
     }
     .about-page .Executives-slide .wrapper {
         transform: scale(0.5) translateY(-130px);
     }
 } */

@media (max-width: 1440px) {
    .about-page .about03 .owl-theme .owl-nav {
        left: -308px;
    }
    .about-page .Executives-slide .frame,
    .about-page .Executives-slide .container:after {
        width: 220px;
        height: 348px;
    }
    .about-page .Executives-slide .wrapper .content .desc {
        margin-bottom: 30px;
    }

    .default-page ul.default-list-group li a .icon{margin-top: 10px;}
    .default-page ul.default-list-group li a .box-wrapper{height: 200px;}

    .people-page .manager-box .box {
        width: 320px;
    }
    .people-page .manager-box .box .circle {
        width: 320px;
        height: 320px;
        top: 60px;
    }

    /* .about-page .Executives-slide .owl-carousel .owl-nav .owl-prev {margin: 0; left: 280px;}
    .about-page .Executives-slide .owl-carousel .owl-nav .owl-next {margin: 0; right: 280px;} */

    .people-page .manager-box .box{width: 330px; height: 605px;}
    .people-page .manager-box .box .drop-shadow {height: 30px;}
    
    .people-page .Executives-slide .box {width: 330px;height: 410px;}
    .people-page .manager-box .box .circle, 
    .people-page .Executives-slide .box .circle {width: 330px;height: 330px;}
    .people-page .Executives-slide .owl-item.center .wrapper::before {width: 300px;height: 300px;top: 10px;}
    .people-page .Executives-slide .owl-item.center .wrapper::after {top: 20px;right: 0px;}

}

@media (max-width: 1199px) {
     .about-page ul.-list-group li {
         width: 33.33%;
     }
     .about-page .about03 .owl-theme .owl-nav {
         left: -268px;
     }
     .about-page .Executives-slide {
         height: auto;
         padding-top: 20px;
     }
     .about-page .Executives-slide .frame,
     .about-page .Executives-slide .container:after {
         width: 220px;
         height: 335px;
     }
     .about-page .Executives-slide .frame {
         border: 5px solid #4BB1B0;
     }
     .about-page .Executives-slide .container:after {
         border-left: 5px solid #4BB1B0;
         border-right: 5px solid #4BB1B0;
     }
     .about-page .Executives-slide .wrapper .content {
         left: -115px;
     }
     .about-page .Executives-slide .wrapper .content .title {
         font-weight: normal;
         margin-bottom: 5px;
     }
     .about-page .Executives-slide .wrapper .content .desc {
         margin-bottom: 10px;
     }
     .about-page .Executives-slide {
         height: 760px;
         padding-top: 30px;
     }
     .people-page .Executives-slide .box {
         width: 320px;
         height: 360px;
     }
     .people-page .Executives-slide .box .circle {
         width: 320px;
         height: 320px;
     }
     .people-page .Executives-slide .box::before {
         width: 320px;
         height: 320px;
         box-shadow: 0 220px 0 -40px var(--color-gray-200);
     }
     .people-page .Executives-slide .owl-item.center .wrapper::before {
         width: 300px;
         height: 300px;
         top: 0px;
     }
     .people-page .Executives-slide .box img {
         top: -15%;
     }
     .people-page .Executives-slide .owl-item.center .wrapper::after {
         right: 0px;
         width: 60px;
         height: 60px;
     }
     .about-page .Executives-slide .owl-theme .owl-nav {
         top: 220px;
     }
     /* .about-page .Executives-slide .owl-carousel .owl-nav .owl-prev {
         left: -174px;
     }
     .about-page .Executives-slide .owl-carousel .owl-nav .owl-next {
         right: -160px;
     } */
     .people-page .manager-box .box {
         width: 280px;
         padding: 0 30px;
     }
     .people-page .manager-box .box .circle {
         width: 280px;
         height: 280px;
         top: 60px;
     }
     .people-page .manager-box .box .drop-shadow {
         height: 35px;
     }
     .people-page .content-box .manager-head-title .icon {
         width: 50px;
         height: 50px;
     }
}

@media (max-width: 991px) {
    .about-page .about01::before {
        display: none;
    }
    .about-page .about01 {
        padding: 30px 0 30px 0;
    }
    .about-page .about01 .img {
        margin-top: 20px;
    }
    .about-page .about02 {
        margin-bottom: 30px;
    }
    .about-page .about03 {
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-page .about03 .owl-carousel .owl-item .box-wrapper{
        padding: 20px;
    }
    .about-page .about03 .desc{
        margin-bottom: 5px;
    }
    .about-page .about03 .owl-carousel {
        right: initial;
        top: initial;
        margin-top: 30px;
    }
    .about-page .about03 .owl-theme .owl-nav {
        position: relative;
        left: initial;
    }
    .about-page .about03 .owl-carousel .owl-stage-outer {
        padding: 0px 14px;
        margin: 0 -14px;
    }
    .about-page .about03 .owl-carousel .owl-stage-outer {
        padding: 0px 7px;
        margin: 0 -7px;
    }
    .about-page .Executives-slide .owl-carousel.padding {
        padding: 0px;
    }
    .about-page .Executives-slide {
        height: 680px;
        padding-top: 30px;
    }

    .people-page .Executives-slide .box {
        width: 260px;
        height: 340px;
    }
    .people-page .Executives-slide .box .circle {
        width: 260px;
        height: 260px;
    }
    .people-page .Executives-slide .box::before {
        width: 260px;
        height: 260px;
        box-shadow: 0 220px 0 0px var(--color-white);
    }
    .people-page .Executives-slide .owl-item.center .wrapper::before {
        width: 240px;
        height: 240px;
        top: 0px;
    }
    .people-page .Executives-slide .box img {
        top: -15%;
    }
    .people-page .Executives-slide .owl-item.center .wrapper::after {
        right: 0px;
        width: 50px;
        height: 50px;
    }
    
    .about-page .Executives-slide .owl-theme .owl-nav {
        top: 170px;
    }
    /* .about-page .Executives-slide .owl-carousel .owl-nav .owl-prev {
        left: -126px;
    }
    .about-page .Executives-slide .owl-carousel .owl-nav .owl-next {
        right: -140px;
    } */

    .people-page .manager-box .box {
        width: 260px; height: 515px;
        padding: 0 30px;
    }
    .people-page .manager-box .box .circle {
        width: 260px;
        height: 260px;
        top: 50px;
    }
    .people-page .manager-box .box .drop-shadow {
        height: 30px;
    }

    .about-page .Executives-slide .owl-carousel .owl-stage {padding-bottom: 70px;}

    .about-page .manager-graduated ul li::before {width: 4px;height: 4px;margin-right: 4px;position: relative; top: -1px;}

}

@media (max-width: 767px) {
     .about-page ul.-list-group li {
         width: 50%
     }
     .about-page .about02 .img {
         text-align: center;
         padding: 0 20%;
     }
     .about-page .Executives-slide .wrapper .content {
         width: auto;
         left: 0;
         margin: 0 -60px;
         padding-top: 20px;
     }
     /* .about-page .Executives-slide .wrapper .content .title {
         font-size: 20px;
     } */
     .about-page .Executives-slide {
         height: auto;
     }
     .about-page .Executives-slide .owl-theme .owl-nav [class*='owl-'] {
         margin: auto;
     }
     .about-page .Executives-slide .frame,
     .about-page .Executives-slide .container:after {
         display: none;
         height: 60%;
         top: 35%;
     }
     .about-page .Executives-slide .wrapper {
         transform: scale(1);
     }
     .about-page .Executives-slide .wrapper figure img {
         height: 0;
         padding-top: 80%;
     }
     .about-page .Executives-slide .wrapper .content {
         margin: 0;
     }
     .about03-list .owl-theme .owl-nav [class*="owl-"]{
        width: 40px;
        height: 40px;
        margin: 5px;
     }
     .about-page .about03 .owl-theme .owl-nav{
        bottom: 0;
     }
     .people-page .Executives-slide .box {
         width: 260px;
         height: 295px;
     }
     .people-page .Executives-slide .box .circle {
         width: 260px;
         height: 260px;
     }
     .people-page .Executives-slide .box::before {
         width: 260px;
         height: 260px;
         box-shadow: 0 220px 0 0px var(--color-white);
     }
     .people-page .Executives-slide .owl-item.center .wrapper::before {
         width: 240px;
         height: 240px;
         top: 0px;
         left: 0;
     }
     .people-page .Executives-slide .box img {
         top: -15%;
     }
     .people-page .Executives-slide .owl-item.center .wrapper::after {
         right: 0px;
         width: 50px;
         height: 50px;
     }
     .about-page .Executives-slide .owl-theme .owl-nav {
         top: 170px;
     }
     /* .about-page .Executives-slide .owl-carousel .owl-nav .owl-prev {
         left: -140px;
     }
     .about-page .Executives-slide .owl-carousel .owl-nav .owl-next {
         right: -140px;
     } */
     .about-page .Executives-slide .owl-item.center .content {
         position: relative;
         left: initial;
         right: initial;
     }
     .people-page .manager-box .box {
         width: 220px;height: 415px;
         padding: 0 30px;
     }
     .people-page .manager-box .box .circle {
         width: 220px;
         height: 220px;
         top: 50px;
     }
     .people-page .manager-box .box .drop-shadow {
         height: 30px;
     }
     .about-page .manager-box {
         margin-bottom: 30px;
     }
     .about-page .manager-head-title {
         margin-bottom: 15px;
     }
}

@media (max-width: 575px) {
    .default-page ul.default-list-group li a .box-wrapper{
        padding: 15px;
    }
    .default-page ul.default-list-group{
        margin-left: -5px;
        margin-right: -5px;
    }
    .about-page .about03{
        margin-bottom: 0;
    }
     .about-page ul.-list-group li {
         width: 50%;
         padding: 0 5px;
         margin-bottom: 10px !important;
     }
     .about-page ul.default-list-group li a .title{
        height: 3em;
     }
     .about-page .title {
         text-align: center;
     }
     .about-page .btn {
         width: 100%;
     }
     .about-page .about01 .img {
         text-align: center;
     }
     .people-page .Executives-slide .box {
         width: 220px;
         height: 260px;
     }
     .people-page .Executives-slide .box .circle {
         width: 220px;
         height: 220px;
     }
     .people-page .Executives-slide .box .circle img {top: -70px;}
     /* .people-page .Executives-slide .box .mark{
        display: none;
     } */
     .people-page .Executives-slide .box .mark img {top: -30px;}
     .people-page .Executives-slide .box::before {
         width: 220px;
         height: 220px;
         box-shadow: 0 189px 0 0px var(--color-white);
     }
     .people-page .Executives-slide .owl-item.center .wrapper::before {
         width: 180px;
         height: 180px;
         top: 0px;
         left: 40px;
     }
     .people-page .Executives-slide .box img {
         top: -15%;
     }
     .people-page .Executives-slide .owl-item.center .wrapper::after {
         top: 10px; right: 60px;
         width: 50px;
         height: 50px;
     }
     .about-page .Executives-slide .owl-theme .owl-nav {
         top: 150px;
     }
     /* .about-page .Executives-slide .owl-carousel .owl-nav .owl-prev {
         left: -120px;
     }
     .about-page .Executives-slide .owl-carousel .owl-nav .owl-next {
         right: -120px;
     } */
     .about-page .manager-head-title .inner .title {
         font-size: var(--typo-lg); text-align: left;
     }
     .about-page .manager-head-title .inner .desc {
         font-size: var(--typo-md);
     }
}







.people-page{
    margin-top: -85px;
    padding-top: 85px;
}
.people-page .Executives-slide .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.people-page .Executives-slide .box .circle img{
    top: -50px;
}
.people-page .Executives-slide .box .mark{
    padding: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 460px;
    height: 460px;
    margin: auto;
    overflow: hidden;
}
.about-page .Executives-slide .wrapper .content .desc{
    margin-bottom: 40px;
}
.about-page .Executives-slide .wrapper .content .btn{
    min-width: 180px;
}







.about-page ul.default-list-group li a{position: relative; overflow: hidden;}
.about-page ul.default-list-group li a .box-wrapper{padding: 0 0 15px 0; height: auto;}
.about-page ul.default-list-group li a .icon{margin: 0 0 15px 0; width: 100%; padding-top: 64%; position: relative;}
.about-page ul.default-list-group li a .icon img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.about-page ul.default-list-group li a .title{padding: 0 20px;}






@media (max-width: 1440px) {
    .about-page .Executives-slide{height: auto; padding-bottom: 80px;}
    .about-page .Executives-slide .wrapper .content{padding-top: 30px;}
    .about-page .Executives-slide .wrapper{top: 30px;}
    .about-page .Executives-slide .wrapper .content .title{margin-bottom: 5px;}
    .people-page .Executives-slide .box .mark{width: 330px; height: 330px;}
    .about-page .Executives-slide .owl-theme .owl-nav{top: 220px;}
    .about-page .Executives-slide .owl-carousel .owl-nav .owl-prev{margin-left: -240px;}
    .about-page .Executives-slide .owl-carousel .owl-nav .owl-next{margin-right: -240px;}
}
@media (max-width: 991px) {
    .people-page .Executives-slide .box{height: 320px;}
    .people-page .Executives-slide .box .mark{width: 260px; height: 260px;}
    .people-page .Executives-slide .owl-item.center .wrapper::before{display: none; left: -80px; right: 0; margin: auto;}
    .people-page .Executives-slide .owl-item.center .wrapper::after{display: none;}
    .about-page .Executives-slide .wrapper .content .title{font-weight: var(--fw-bold);}
    .about-page .Executives-slide .owl-theme .owl-nav{top: 170px;}
    .about-page .Executives-slide .owl-item.center .content{left: initial; right: initial; position: relative;}
    .about-page .Executives-slide .owl-carousel .owl-stage{padding-bottom: 0;}
    /* .people-page .Executives-slide .box{height: 260px;} */

    .about-page.default-page ul.default-list-group li a .box-wrapper{padding: 0;}
    .about-page ul.default-list-group li a .icon{margin-bottom: 0;}
    .about-page.default-page ul.default-list-group li a .box-wrapper{height: 180px;}
    .about-page ul.default-list-group li a .title{padding: 0 10px; margin-top: auto; margin-bottom: auto;}
}
@media (max-width: 575px) {
    .people-page .Executives-slide .box .circle img{top: -30px;}
    .people-page .Executives-slide .box .mark{width: 220px; height: 220px; bottom: 30px;}
    .people-page .Executives-slide .box .mark img{top: 0;}
    .about-page .Executives-slide{padding-bottom: 0;}
    .about-page .Executives-slide .owl-carousel .owl-stage{padding-bottom: 10px;}
    .about-page .Executives-slide .wrapper .content .title{font-weight: var(--fw-bold); font-size: 26px;}
    .about-page .Executives-slide .wrapper .content .desc{font-size: 22px; margin-bottom: 20px;}
    .about-page .Executives-slide .owl-theme .owl-nav{top: 130px;}
    .about-page .Executives-slide .owl-theme .owl-nav [class*="owl-"] i{font-size: 20px;}
    .about-page .Executives-slide .owl-carousel .owl-nav .owl-prev{width: 40px; height: 40px; margin-left: -170px;}
    .about-page .Executives-slide .owl-carousel .owl-nav .owl-next{width: 40px; height: 40px; margin-right: -170px;}
    .people-page .Executives-slide .box{height: 260px;}
}