:root {
    --alt-font: "IBM Plex Sans Thai", "IBM Plex Sans", sans-serif;
    --primary-font: "IBM Plex Sans Thai", "IBM Plex Sans", sans-serif;
}

.bg-header {
    background-color: rgb(0 26 118 / 60%);
}

.bg-dark-3 {
    background-color: #121212;
}

.bg-gary-3 {
    background-color: #fafafa;
}

.bg-blue-2 {
    background-color: #081a6b;
}

.bg-gradient-blue {
    background-image: linear-gradient(to right top, #081a6b, #081a6beb, #081a6be0, #081a6bc9, #081a6bb0);
}

.text-dark-3 {
    color: #2d2c2a;
}

.text-blue-2 {
    color: #001a76;
}

.text-blue-3 {
    color: #dceeff;
}

.text-blue-hover-2:hover {
    color: #001a76;
    opacity: 0.5;
}

.text-gray-2 {
    color: #999999;
}

.text-gray-3 {
    color: #777777;
}

.text-gray-4 {
    color: #fafafa;
}

.box-shadow-project {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 32%);
}

.text-outline-color-dark-3-color {
    -webkit-text-stroke-color: #2d2c2a;
}

.border-footer {
    border-top: 2px solid #434343;
}

.border-footer-social {
    border: 1px solid #fff;
    border-radius: 5px;
}

.border-radius-top {
    border-radius: 20px 20px 0 0 !important;
}

.embed-responsive-16by9 {
    position: absolute;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-responsive-16by9 iframe,
.embed-responsive-16by9 video,
.embed-responsive-16by9 object,
.embed-responsive-16by9 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-header-custom{
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
    background-color: transparent;
    border-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: var(--white);
}

.btn-header-custom:hover{
    background-color: #001a76;
    color: var(--white);
}

.btn-banner-custom {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #001a76;
    padding: 15px 20px;
}

.btn-banner-custom:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.btn-about-custom {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    background-color: #001a76;
    padding: 10px 15px;
}

.btn-about-custom:hover {
    color: #001a76;
    border: 1px solid #001a76;
    background-color: transparent;
}

.btn-contact{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    background-color: #001a76;
    padding: 5px 15px;
}

.btn-contact:hover {
    color: #fff;
    background-color: #001a76;
    opacity: 0.6;
}

.text-shadow-black {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.footer-email span {
    color: #c6c6c6;
    font-size: 18px;
}

.footer-email a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.footer-email a:hover {
    color: #dceeff;
}

.btn-language {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
}

.bg-address-contace-main2 {
    background-color: #fafafa !important;
    padding: 0 4em 30px;
}

.crop-icon-add {
    float: left;
    padding: 0 4px 4px 0px;
}

.tex-r6 {
    font-size: 16px;
    color: #2c2d2c;
    line-height: 25px;
    text-align: left;
    padding: 0 2px;
}
.crop-r6 {
    padding: 0 0 0 50px !important;
}

.tex-r6 span {
    font-weight: 500;
    color: #2c2d2c;
}

.text-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .text-baner-title {
        font-size: 40px;
        line-height: 50px;
        margin-top: 40px;
    }

    .text-baner-title-2 {
        font-size: 18px;
        line-height: 30px;
    }

    .btn-banner-custom {
        font-size: 18px;
        padding: 10px 10px;
    }

    .md-align-items-start {
        align-items: start !important;
    }

}

@media (max-width: 767px) {
    .text-baner-title {
        font-size: 22px;
        line-height: 30px;
    }

    .text-baner-title-2 {
        font-size: 12px;
        line-height: 20px;
    }

    .btn-banner-custom {
        font-size: 12px;
        padding: 10px 10px;
    }

    .btn-about-custom {
        font-size: 16px;
        padding: 8px 15px;
    }

    .bg-address-contace-main2 {
        padding: 30px 3em 30px;
    }
}