


.background-chairman-2 {
    top:395px !important;
}


.wrap_chairman_image { 
    display: flex !important;
    justify-content: center !important;
}

/*  mobile */
@media only screen and (max-width: 600px) {
    .text-heading {
        text-align: center;
        font-size: 2rem;
        font-weight: 500 !important;
    }

}

/* Tablet */
@media only screen and (min-width: 600px) {

    
}

@media only screen and (min-width: 900px) {
    /* Desktop */
    .chairman-img {
        transform: translate(-83px, 0);
    }

    .card-chairman {
        transform: translate(83px, 0);
    }
    
}

@media screen and (min-width: 576px) {

}

html, body {
    scroll-behavior: smooth;
}


p {
    margin:0 !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.go-to-top , .to-to-top:visited{
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 10px;
    background-color: #0956bd57;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 7px;
    font-size:14px;
    transition: background-color 0.3s ease;
}

.go-to-top:hover{
    background-color: #0956bd;
}



.card-chairman {
    background-color: white;
    color: var(--deep-blue-tasco);
    padding:20px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.comma-img { 
    height: 50px;
    display: block;
}

.chairman-img { 
    height: 500px;
    /* left: -78px; */
    z-index: -1;
}

.name_and_position { 
    text-align: right;
    color: var(--blue-tasco)
}
.director_name {
    /* font-family: 'DSNFreeJack' , "Anuphan"; */
    color: var(--orange-tasco);
    /* font-size: 2.8rem !important; */
    margin-top:2.8rem;
    font-weight: bold;
}

.background-chairman-1 {
    background-color: var(--blue-tasco); 
    height: 100px;
    width: 40%;
    position: absolute;
    top: 280px;
    left: 0;
    z-index: -1;
}
.background-chairman-2 {
    background-color: var(--blue-tasco); 
    height: 100px;
    width: 40%;
    position: absolute;
    top: 430px;
    right: 0;
    z-index: -1;
}

.cursor-pointer {
    cursor: pointer;
}

.orange-tasco {
    color: var(--orange-tasco);
}

.deep-blue-tasco {
    color: var(--deep-blue-tasco);
}
.blue-tasco {
    color: var(--blue-tasco);
}

.text-desc {
    color: var(--deep-blue-tasco);
    font-weight: 300;
}

.text-heading { 
    font-size: 2.5rem;
    font-weight: 550 !important;
    color: var(--blue-tasco);
}

.gradient-right {
    background: var(--gradint-right);
    color:white;
}
.gradint-deep-right {
    background: var(--gradint-deep-right);
    color:white;
}
.gradient-left {
    background: var(--gradint-left);
    color:white;
}
.gradient-top {
    background: var(--gradint-top);
    color:white;
}

.main-blue { 
    color: var(--color-blue-200);
}

.deep-blue { 
    color: var(--color-blue-300);
}

.color-blue-100 {
    color: var(--color-blue-100);
}

.color-blue-200 {
    color: var(--color-blue-200);
}

.color-blue-300 {
    color: var(--color-blue-300);
}
.color-blue-400 {
    color: var(--color-blue-400);
}

.bg-blue-100 {
    background-color: var(--color-blue-100);
    color:white;
}

.bg-blue-200 {
    background-color: var(--color-blue-200);
    color:white;
}

.bg-blue-300 {
    background-color: var(--color-blue-300);
    color:white;
}
.bg-blue-350 {
    background-color: var(--color-blue-350);
    color:white;
}
.bg-blue-400 {
    background-color: var(--color-blue-400);
    color:white;
}

.bg-blue-gradient {
    background-color: linear-gradient(90deg, rgba(0,83,173,1) 0%, rgba(9,19,33,1) 100%);
}

.bg-gray-100 {
    background-color: #c8c8c8;
}

.fs-20px {
    font-size: 20px;
}
.fs-22px {
    font-size: 22px;
}
.fs-24px {
    font-size: 24px;
}
.fs-26px {
    font-size: 26px;
}
.fs-28px {
    font-size: 28px;
}
.fs-30px {
    font-size: 30px;
}
.fs-32px {
    font-size: 32px;
}
.fs-34px {
    font-size: 34px;
}

.fs-1rem {
    font-size:1rem;
}

.fs-1_2rem {
    font-size:1.2rem;
}
.fs-1_5rem {
    font-size:1.5rem;
}
.fs-1_8rem {
    font-size:1.8rem;
}
.fs-2rem {
    font-size:2rem;
}
.fs-2_5rem{
    font-size:2.5rem;
}
.fs-2_8rem{
    font-size:2.8rem;
}
.fs-3rem {
    font-size:3rem;
}
.fs-3_5rem {
    font-size:3.5rem;
}
.fs-4rem {
    font-size:4rem;
}
.fs-5rem {
    font-size:5rem;
}
.fs-6rem {
    font-size:6rem;
}


.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}

.ms-2rem{
    margin-left:2rem;
}

.ms-9_5rem{
    margin-left:9.5rem;
}

.text-red{
    color:red;
}