/* -------------------------------

1. General
2. Home page
3. About page
4. Contact page
5. 
6. 
7. 
8.
9.
10. 
------------------------------- */

.main {
    overflow: hidden;
}

.banner-title {
    font-family: "Kanit", sans-serif;
}

.banner-content {
    font-family: "Poppins", sans-serif !important;
}

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

.text-center {
    text-align: center;
}

.main-btn {
    padding: 0 30px;
    min-width: 180px;
    height: 52px;
    border: 1px solid #444444;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #525252;
    font-weight: 500;
    display: inline-block;
    align-content: center;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

.main-btn::after {
    content: "";
    background-color: #006b76;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.main-btn:hover::after {
    width: 100%;
}

.main-btn:hover {
    color: #fff;
    border: 1px solid #006b76;
}

.main-btn span {
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.main-btn span::after {
    content: "";
    width: 20px;
    height: 14px;
    background-image: url(../images/btn-arrow-second.png);
    background-repeat: no-repeat;
    background-position: center;
    right: -7px;
    top: 2px;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-btn:hover span::after {
    background-image: url(../images/btn-arrow-second-white.png);
}

/*------------------------------------------------------------------
1. Home page
-------------------------------------------------------------------*/

.home-abt-section {
    width: 100%;
    padding: 110px 0 90px;
}

.home-abt-title {
    width: 55%;
}

.home-abt-content {
    width: 45%;
    padding-top: 10px;
}

.main-title {
font-family: "Kanit", sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #191C40;
    font-weight: 400;
}

.main-title span {
    color: #006b76;
}

.focus-area-section {
    width: 100%;
    padding: 80px 0 140px;
    background-color: #191C40;
}

.main-title.white {
    color: #fff;
}

.focus-area-section .container {
    border-bottom: 1px solid #006b76;
}

.focus-area-content {
    width: 100%;
    margin-top: 40px;
}

.focus-area-content ul {
    display: flex;
    flex-wrap: wrap;
}

.focus-area-content ul li {
    width: 33.3%;
    overflow: hidden;
    position: relative;
}

.focus-area-text {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    padding: 0px 35px;
    width: 100%;
}

.focus-area-text h3 {
    font-size: 40px;
    line-height: 50px;
font-family: "Kanit", sans-serif;
    font-weight: 400;
    color: #fff;
    padding-right: 45px;
    margin-bottom: 0;
}

.focus-area-content ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.focus-area-content ul li img {
    width: 100%;
    min-height: 640px;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.focus-btn {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: 35px;
    top: 6px;
    background-image: url(../images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.focus-btn:hover {
    background-color: #006b76;
    background-image: url(../images/btn-arrow-white.png);
}



.title-border {
    width: 100%;
    border-bottom: 1px solid #dddd;
}

.news-slider-wrap {
    padding-top: 30px;
    margin-bottom: 55px;
}

.news-slider-box {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.news-slider-box::after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5206057422969187) 83%);
    z-index: 1;
}

.news-slider-box img {
    width: 100%;
    min-height: 388px;
    object-fit: cover;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-slider .item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news-slider-content {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px;
    z-index: 2;
}

.news-date {
    padding: 0px 10px;
    line-height: 22px;
    font-size: 13px;
    color: #525252;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.news-text {
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0 30px;
    position: absolute;
}

.news-text p {
    color: #fff;
}

.news-text label {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 25px;
    cursor: pointer;
}

.news-slider .owl-nav button.owl-prev {
    background-image: url(../images/prev-black.png);
}

.news-slider .owl-nav button.owl-prev:hover {
    background-image: url(../images/prev-white.png);
}

.news-slider .owl-nav button.owl-next {
    background-image: url(../images/next-black.png);
}

.news-slider .owl-nav button.owl-next:hover {
    background-image: url(../images/next-white.png);
}

.read-more {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
}

.read-more::after {
    content: "";
    width: 15px;
    height: 16px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -18px;
    top: 3px;
}

.choose-section {
    width: 100%;
    min-height: 500px;
    padding: 70px 0;
    display: flex;
    align-items: center;
    background-image: url(../images/invest-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.choose-section::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, rgb(0 0 0 / 60%) 90%);
}

.choose-section p {
    color: #fff;
    margin-bottom: 0;
}

.choose-section-inner {
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.news-slider-section .main-btn {
    margin: 0 auto;
}

.footer {
    width: 100%;
    background-color: #033141;
}

.footer-top-section {
    padding: 90px 0 0;
}

.footer-top-section h3 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.footer-logo {
    width: 35%;
}

.footer-nav {
    width: 65%;
}

.footer-nav ul{
       display: flex;
       flex-wrap: wrap;
       justify-content: right;
}

.footer-nav ul li {
    list-style: none;
}

.footer-nav ul li a {
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}



.footer-nav ul li a:hover {
    color: #00a2b3;
}

.footer-top-section .flex{
    align-items: flex-end;
    padding-bottom:35px;
    border-bottom: 1px solid rgba(183, 183, 183, 0.5);
}

.footer-mail a {
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}

.footer-mail a:hover {
    color: #00a2b3;
}

.footer-mail-box {
    margin-bottom: 30px;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(183, 183, 183, 0.5);
}

.copy-right {
    width: 40%;
}

.copy-right p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.footer-bottom ul {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom ul li {
    padding: 0 20px;
    position: relative;
}

.footer-bottom ul li+li::after {
    content: "";
    width: 1px;
    height: 15px;
    top: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.footer-bottom ul li:last-child {
    padding-right: 0px;
}

.footer-bottom ul li a {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.footer-bottom ul li a:hover {
    color: #00a2b3;
}

.footer-address{
      width: 100%;
      padding: 35px 0;
}

.main-banner img{
      width: 100%;
      height: 750px;
      object-fit: cover;
}

.footer-address-inner{
      width: 78%;
      display: flex;
      flex-wrap: wrap;
}

.footer-address-social{
        width: 22%
}

.footer-address-social ul{
      display: flex;
      flex-wrap: wrap;
      column-gap: 15px;
      justify-content: right;
}

.footer-address-social ul li{
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    overflow: hidden;
}

.footer-address-social ul li a{
       width: 100%;
       height: 100%;
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 20px;
       color: #fff;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
}
       

.footer-address-social ul li a:hover{
    background-color: #00a2b3;
}

.footer-address-box{
      width: 33.3%;
      padding-left: 40px;
      padding-right: 20px;
      position: relative;
}

.address-icon{
      width: 30px;
      position: absolute;
      left: 0;
      color: #fff;
      font-size: 20px;
      text-align: center;
}

.footer-address-box a{
    color: #fff;
}

.footer-address-box a:hover{
    color: #00a2b3;
}

.footer-address-box p{
      color: #fff;
}


/*------------------------------------------------------------------
2. About page
-------------------------------------------------------------------*/

.about-main-section {
    padding: 110px 0 200px;
    width: 100%;
    background-color: #E8E8E8;
}

.about-main-section-inner {
    width: 100%;
}

.about-main-section h2 {
    font-size: 114px;
    line-height: 100px;
    font-weight: 400;
    color: #191C40;
    text-transform: uppercase;
}

.about-main-section-inner p {
    color: #444444;
}

.about-main-title-content {
    width: 40%;
    padding-right: 50px;
    padding-top: 10px;
}

.about-main-title-text {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.about-main-title {
    width: 60%;
}

.about-main-title-text .about-main-title h2 {
    color: #006b76;
}

.about-tast-title-text {
    display: flex;
    flex-wrap: wrap;
}

.about-tast-title-text .about-main-title {
    padding-left: 5%;
    width: 56%;
}

.about-tast-title-text .about-main-title-content {
    width: 40%;
    padding-right: 50px;
    padding-top: 70px;
}

.about-vision-section {
    width: 100%;
    height: auto;
    position: relative;
}

.about-vision-section .container {
    position: relative;
    z-index: 2;
    align-items: flex-end;
}

.about-vision-section .title-border {
    position: absolute;
    top: 40px;
    z-index: 3;
}

.about-vision-section::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #006b76;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

}

.about-vision-left {
    width: 45%;
    padding-right: 8%;
    padding-bottom: 40px;

}

.about-vision-right {
    width: 55%;
}

.about-vision-left h3 {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 30px;
}

.about-vision-left p {
    color: #fff;
}

.mission-slider img {
    object-fit: cover;
    height: 860px;
}

.mission-text-main {
    min-height: 450px;
    max-width: 500px;
    padding-bottom: 30px;
}

.mission-text-main h4{
       color: #fff;
       font-family: "Poppins", sans-serif;
       font-weight: 400;
}

.prev-review-btn,
.next-review-btn {
    --size: 60px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all var(--transition-time) ease-in-out;
    transition: all var(--transition-time) ease-in-out;
    will-change: transform;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0;
    cursor: pointer;
}

.prev-review-btn:hover,
.next-review-btn:hover {
    background-color: #003042 !important;
}

.prev-review-btn {
    background-image: url(../images/prev-black.png);
}

.prev-review-btn:hover {
    background-image: url(../images/prev-white.png);
}

.next-review-btn {
    background-image: url(../images/next-black.png);
}

.next-review-btn:hover {
    background-image: url(../images/next-white.png);
}

.cutom-nav-main {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.core-values-section {
    width: 100%;
    padding: 80px 0;
}

.core-values-content {
    width: 100%;
    padding-top: 30px;
}

.core-values-content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


.core-values-content ul li .core-values-box {
    padding: 40px 20px;
    height: 100%;
    background-color: #F3F3F3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.core-values-content ul li:hover .core-values-box {
    background-color: #006b76;
}

.core-values-content ul li:hover h3 {
    color: #fff;
    border-color: #fff;
}

.core-values-content ul li:hover p {
    color: #fff;
}

.core-values-content ul li h3 {
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.timeline-section {
    width: 100%;
    padding: 90px 0;
    background-color: #003042;
}


.timeline-slider {
    width: 580px;
}

.timeline-slider .owl-stage-outer {
    overflow: visible !important;
}

.timeline-slider .owl-stage {
    min-height: 480px;
}

.timeline-slider .owl-stage::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #42455E;
    position: absolute;
    top: 46%;
    left: 0px;
    visibility: visible;
    z-index: -1;
}

.timeline_carousel .owl-item.active .item.last-one::before {
    display: none;
}



.owl-item.active .dot {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(../images/circles.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -40px;
    background-size: contain;
    animation: zoom-in-zoom-out 1s ease infinite;
}

.dot {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -26px;
    z-index: 999;
}

/* .timeline_carousel.owl-carousel .owl-item:nth-child(even) .dot {
    top: -33px;
    bottom: inherit;
  } */

.time-line-content {
    height: 200px;
    padding: 10px;
    padding-left: 0;
    overflow: auto;
}

.time-line-content h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    color: #5E6079;
    margin-bottom: 20px;
}

.time-line-content p {
    color: #5E6079
}

.owl-item.active .time-line-content h3,
.owl-item.active .time-line-content p {
    color: #fff;
}


.about-history-main {
    overflow: hidden;
}

.timeline_carousel.owl-carousel .owl-item:nth-child(odd) .time-line-content {
    transform: translateY(130%);
    align-items: flex-start;
}

.time-line-coming {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 184px;
    right: -111px;
}

.time-line-coming h4 {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #FAFAFA;
    font-weight: 600;
    background-color: #191c40;
    color: #464865;
    padding: 13px;
    display: inline-block;

}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.timeline-slider {
    margin-top: 30px;
}

.timeline_carousel .owl-item.active .item::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #006b76;
    position: absolute;
    left: -100%;
    top: 110%;
}

.custom-nav {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.custom-nav .owl-prev,
.custom-nav .owl-next {
    width: 42px;
    height: 42px;
    background-color: #006b76;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    border: none;
    left: 0;
    right: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.custom-nav .owl-prev:hover,
.custom-nav .owl-next:hover {
    background-color: #000;
}

.custom-nav .owl-prev {
    background-image: url(../images/arrow-prev.png);
    position: absolute;
    left: 0;
}

.custom-nav .owl-next {
    background-image: url(../images/arrow-next.png);
    left: auto;
    right: 0;
}

.gray-color {
    background-color: #E8E8E8;
}



/*------------------------------------------------------------------
4. Contact page
-------------------------------------------------------------------*/

.contact-section {
    width: 100%;
    padding: 80px 0 ;
}

.contact-left {
    width: 45%;
    padding-right: 30px;
}

.contact-right {
    width: 55%;
    
}

.contact-section .second-title {
    margin-bottom: 15px;
}

.contact-address-bottom ul li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 18px;
}

.contact-address-bottom ul li a {
    font-size: 16px;
}

.contact-icon {
    position: absolute;
    left: 0;
    top: -1px;
}

.form-control {
    width: 100%;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 58px;
    line-height: 58px;
    font-size: 15px;
    padding: 0 15px;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 10px;
}

.contact-form li {
    width: 100%;
    display: flex;
}

.form-control::placeholder {
    color: #BBBBBB;
}

.contact-form .main-btn {
    background-color: #444444;
    margin-left: auto;
    color: #fff;
    font-size: 15px;
    margin-top: 0;
}

.contact-form .main-btn span {
    padding-right: 0px;
}

.contact-form .main-btn:hover {
    border: 1px solid #006b76;
}

.contact-form .main-btn span::after {
    display: none !important;
}

.main-btn.second {
    background-color: #444444;
    margin-left: auto;
    color: #fff;
    font-size: 15px;
    margin-top: 0;
    text-align: center;
}

.main-btn.second span {
    padding-right: 0px;
}

.main-btn.second:hover {
    border: 1px solid #006b76;
}

.main-btn.second span::after {
    display: none !important;
}

.contact-left h5 {
    font-size: 20px;
}


/*------------------------------------------------------------------
5. Career page
-------------------------------------------------------------------*/

.career-section {
    padding: 110px 0;
}

.career-section .title-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.career-list-wrap {
    width: 100%;
    margin-top: 35px;
}

.career-list-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 30px;
}

.career-list-wrap ul li {
    padding: 30px 30px 15px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.career-list-wrap ul li h3 {
    font-size: 22px;
    line-height: 25px;
    color: #191C40;
    font-weight: 500;
    padding-right: 35px;
}

.career-title {
    width: 100%;
    margin-bottom: 20px;
}

.career-location {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.location-icon {
    width: 50px;
}

.career-list-wrap ul li .main-btn span {
    padding-right: 0;
}

.career-list-wrap ul li .main-btn {
    font-size: 15px;
    background-color: #d3ad55;
    border-color: #d3ad55;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 0;
}

.career-list-wrap ul li .main-btn:hover {
    border-color: #444444;
}

.career-list-wrap ul li .main-btn::after {
    background-color: #444444;
}



.career-list-wrap ul li .main-btn span::after {
    display: none;
}

.tag-icon {
    position: absolute;
    width: 24px;
    top: 15px;
    right: 30px;
}

.career-details-section {
    width: 100%;
    padding: 110px 0 80px;
}

.career-details-row {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.career-details-row ul {
    display: flex;
}

.career-details-row ul li {
    padding-left: 35px;
    min-height: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.career-icon {
    position: absolute;
    left: 0;
}

.career-details-row ul li+li {
    margin-left: 40px;
}

.career-details-main {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.career-details-left {
    width: 55%;
    padding-right: 75px;
    display: flex;
    row-gap: 90px;
    flex-wrap: wrap;
}

.career-details-box {
    width: 100%;
}

.career-details-box ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.career-details-box ul li {
    padding-left: 25px;
    position: relative;
}

.career-details-box ul li::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #006b76;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}

.career-details-right {
    width: 45%;
}

.career-details-right .contact-form .main-btn {
    margin-left: inherit;
    margin-top: 10px;
}


.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}

.file-upload-wrapper:after {
    content: "Browse";
    font-size: 16px;
    width: 145px;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    /* width: 100%; */
    pointer-events: none;
    z-index: 20;
    height: 60px;
    right: 0;
    text-align: center;
    line-height: 58px;
    color: #fff;
    background-color: #191C40;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 60px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.contact-form li label {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
    display: block;
}

.custom-file-upload {
    border: 1px solid #DEDEDE;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.banking-nav {
    width: 100%;
    padding-top: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.banking-nav ul {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    border: 1px solid #444444;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    padding: 3px;
    background-color: #fff;
}

.banking-nav ul li {
    display: block;
}

.banking-nav ul li a {
    padding: 0px 30px;
    line-height: 47px;
    font-size: 16px;
    display: inline-block;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.banking-nav ul li.active a {
    background-color: #006b76;
    color: #fff;
}

.relative {
    position: relative;
}

.banking-detail-section {
    padding-top: 195px;
    display: flex;
    flex-wrap: wrap;
}

.banking-section-img {
    width: 45%;
}

.banking-section-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.banking-section-content {
    width: 55%;
    background-color: #191C40;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.banking-section-content-inner {
    padding: 50px 0 50px 90px;
}

.banking-section-content-left {
    padding: 50px 200px 50px 0;
}

.banking-section-content-inner h3,
.banking-section-content-left h3 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 25px;
}

.banking-section-content-inner p,
.banking-section-content-left p {
    color: #fff;
}

.banking-second-section {
    width: 100%;
    padding: 80px 0 100px;
}

.banking-slider {
    width: 100%;
    padding-top: 30px;
}

.banking-slider-img {
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.banking-slider-img img {
    width: 100%;
    height: 505px;
    object-fit: cover;
    object-position: center;
}

.banking-slider-img::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7206057422969187) 83%);
    transition: all 0.3s linear;
}

.banking-slider-content {
    width: 100%;
    position: absolute;
    padding: 10px 20px;
    bottom: 10px;
    left: 0;
    z-index: 4;
}

.banking-slider-content h3 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}

.banking-slider-paragraph p {
    color: #fff;
}

.banking-slider-paragraph {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.bank-slider .item:hover .banking-slider-paragraph {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.bank-slider .item:hover .banking-slider-img::after {
    background: rgba(25, 28, 64, 0.66);
}

.philanthropy-scrolling-section {
    padding: 50px 0 100px;
}

.philanthropy-scrolling-left {
    width: 50%;
    position: relative;

}

.philanthropy-scrolling-right {
    padding-top: 50px;
    width: 50%;
}

.philanthropy-scrolling-right ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 20px;

}

.philanthropy-scrolling-right ul li {
    width: 100%;
    background-color: #F8F8F8;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.philanthropy-scrolling-right ul li:hover {
    background-color: #006b76;
}



.philanthropy-scroll-img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.philanthropy-scroll-img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    object-position: center;
}

.philanthropy-scroll-content {
    padding: 30px 15px;
}

.philanthropy-scroll-content h3 {
    font-size: 18px;
    line-height: 25px;
    color: #444444;
    margin-bottom: 10px;
    font-weight: 600;
}

.philanthropy-scrolling-right ul li:hover .philanthropy-scroll-content h3,
.philanthropy-scrolling-right ul li:hover .philanthropy-scroll-content p {
    color: #fff;
}

.wealth-first-section {
    padding: 190px 0 100px;
    position: relative;
}

.wealth-first-section::after {
    content: "";
    width: 47%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #191C40;
    z-index: 1;
}

.wealth-first-right .main-title {
    color: #006b76;
    margin-bottom: 20px;
}

.wealth-first-left {
    width: 60%;
    display: grid;
    position: relative;
    column-gap: 10px;
    z-index: 5;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 110px;
}

.wealth-first-right {
    width: 40%;
}

.wealth-first-section .flex {
    align-items: center;
}

.wealth-first-left img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}


.side {
    display: flex;
    flex-wrap: wrap;
    height: 100%px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 100%;
    padding-top: 50px;
    padding-right: 50px;
}


.menu-ul .sub-menu li:last-child {
    display: block !important;
}

.menu-ul li.menu-item-has-children::after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-ul li.menu-item-has-children:hover::after {
    width: 100%;
}

.error-404 .main-btn {
    margin-top: 30px;
}

.brand-section{
      padding: 90px 0;
}

.brand-listing-main{
       width: 100%;
       padding-top: 30px;
}

.brand-listing-main ul{
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       gap: 30px;
}

.brand-listing-main ul li{
    border: 1px solid #bdbdbd;
    background-color: #fff;
     
}

.brand-listing-main ul li a{
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



.brand-listing-main ul li img{
    max-height: 100%;
}

.brand-listing-wrap .brand-listing-main ul li {
       min-height: 140px;
       padding: 20px;
}

.brand-listing-wrap .brand-listing-main ul li img{
       max-height: 120px;
}


.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #006b76;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .owl-item img{
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
}

#customers-testimonials .item {
    text-align: center;
    padding: 10px;
        margin-bottom:40px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #006b76;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #006b76;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.brands-main-section {
    padding: 100px 0 40px;
}

.brand-listing-wrap{
    width: 100%;
    margin-bottom: 60px;
}

.brand-listing-wrap .main-title span{
      font-size: 24px;
      text-transform: uppercase;
}

.resources-section{
      padding: 100px 0;
}

.resources-section .accordion-container{
    width: 100%;
}

.resources-section .accordion-content{
    padding: 25px 30px;
}

.resources-section .accordion-container .accordion-title{
    padding: 20px 30px;
}


.accordion-container .accordion-title{
    background-color: #236278;
}

.accordion-content {
    border: 1px solid #00a2b3;
}

.accordion-container .accordion-title:hover, 
.accordion-container .accordion-title:active, 
.accordion-title.open {
    background-color: #00a2b3;
}

.resources-list{
      width: 100%;
}

.resources-list ul{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.resources-list ul li{
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #006b76;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}

.resources-list ul li:hover{
    background-color: #006b76;
}

.resources-list ul li:hover p{
    color: #fff;
}

.resources-list ul li a{
      width: 100%;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center
}

.resources-list ul li a p{
    width: calc(100% - 64px);
    padding-left: 20px;
}

.brand-content{
       width: 100%;
       max-width: 800px;
       padding: 30px 40px; 
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       border-radius: 10px;
}

.brand-content .fancybox-close-small {
    color: currentColor;
    padding: 4px;
    right: 10px;
    top: 10px;
}

.brand-logo{
    border: 1px solid #006b76;
    padding: 5px 10px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main-banner{
      position: relative;
      overflow: hidden;
}

.main-banner::after{
    content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
}

.banner-text{
      width: 100%;
      height: max-content;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 3;
}

.banner-text h2{
      font-size: 60px;
      line-height: 70px;
      font-family: "Kanit", sans-serif;
      color: #fff;
      
    }

   .grey-bg{
       background-color: #f3f3f3;
   } 

   .brand-box{
    width: 100%;
    padding: 20px;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    height: 140px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
   }

   .brand-box img {
    max-height: 100px;
    width: auto !important;
}

.main-btn-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
      margin-top: 30px;
}


