@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_2 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm2-2 {
    width: 44%;
    float: left;
    margin: 1%;
}

.col_sm66 {
    width: 9%;
    float: left;
    margin: 1%;
}

.col_sm666 {
    width: 84%;
    float: left;
    margin: 1%;
}


.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 22.5%;
    margin: 1%;
    float: left;
}


.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 13%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 78%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 9%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 85%;
    margin: 0 auto;
}

.top_bar {
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
}

.top_info:nth-child(1) {
    float: left;
}

.top_info:nth-child(2) {
    float: right;
    display: flex;
    gap: 28px;
    margin: 0 1%;
}

.top_info p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 140%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}


.cont-pdg {
    padding-left: 49px;
}

.top_info a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.top_info span {
    opacity: 0.5;
}


.logo {
    width: 242px;
    float: left;
    margin: 0.5% 0;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1% 0;
}

.logo-right {
    display: flex;
    align-items: center;
    justify-content: end;
}


.header_btn a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    background: #FF6700;
    min-height: 8vh;
    display: flex;
    align-items: center;
    padding: 7px 13px;
}

.fix_nav {
    position: static;
    background: transparent;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}

.con {
    width: 50px;
    margin: 0 auto;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #FF6700;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #2b3177;
}

/*------------------------------------------
bullet
------------------------------------------*/


.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/weight-scale.png);
    margin-left: 5%;

}

.bullet ul li {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
}



.bullet2 {
    width: 100%;
    margin-top: 0%;
}

.bullet2 ul {
    list-style-image: url(../images/weight-scale.png);
    margin-left: 5%;
    padding: 0px 60px 0px 54px;

}

.bullet2 ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
    font-family: "DM Sans", sans-serif;
}


.bullet3 {
    width: 100%;
    margin-top: 0%;
}

.bullet3 ul {
    list-style-image: url(../images/weight-scale.png);
    margin-left: 5%;
    padding: 0px 60px 0px 54px;
    display: flex;
    flex-wrap: wrap;
    gap: 7%;

}

.bullet3 ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    text-align: justify;
    font-family: "DM Sans", sans-serif;
}



.bullet4 {
    width: 100%;
    margin-top: 0%;
}

.bullet4 ul {
    list-style-image: url(../images/weight-scale-white.png);
    margin-left: 5%;
    padding: 0px 60px 0px 54px;
    display: flex;
    flex-wrap: wrap;
    gap: 7%;

}

.bullet4 ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    text-align: justify;
    font-family: "DM Sans", sans-serif;
    width: 45%;
}


/*------------------------------------------
footer
------------------------------------------*/
.bg_clr3 {
    background-color: #FF6700;
}

.ftr {
    background: #163560;
}

.ftr h3 {
    font-size: 22px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Kanit", sans-serif;
    color: #fff;
    text-align: left;
}

.ftr p {
    font-size: 16px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    text-align: justify;
    line-height: 140%;
}

.ftr_btn h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.ftr_btn p {
    font-size: 16px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

.ftr_btn a {
    color: #fff;
}

.ftr_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}


.ftr a {
    color: #fff;
}

.ftr_right {
    text-align: right;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}


.ftr_img {
    width: 67%;
}


.footer ul li {
    font-size: 16px;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    list-style: none;
    text-align: left;
}


/*------------------------------------------
Main Code 
------------------------------------------*/

.banner {
    position: relative;
    z-index: 9;
}

.banner_content {
    background: #fff;
    padding: 33px;
    width: 36%;
}

.banner_content h2 {
    font-family: "Kanit", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.banner_content p {
    font-size: 16px;
    text-decoration: none;
    color: #464646;
    font-weight: 500;
    text-transform: capitalize;
    padding: 13px 0;
    line-height: 140%;
    font-family: "DM Sans", sans-serif;
}

.banner_content .contact-us {
    margin-top: 6%;
}

.banner_content .contact-us a {
    padding: 4% 6%;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    background-color: #FF6700;
}


.banner_content .contact-us a:hover {
    color: #fff;
    background-color: #2b3177;
}


.content {
    position: absolute;
    top: 38%;
    width: 100%;
}

.content h2 {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.content p {
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.content a {
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}

.content a:hover {
    color: #FF6700;
}

.margin-top {
    margin-top: 5%;
}


.about h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 39px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #000;
}

.about h3 {
    color: #FF6700;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.about p {
    font-size: 16px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
    padding: 13px 0;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
}

.about-btn {
    margin-top: 3%;
}

.about-btn a {
    padding: 2% 6%;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #FF6700;
}


.about-btn a:hover {
    color: #fff;
    background-color: #2b3177;
}

.we-cater {
    background-color: #163560;
}

.we-cater h2 {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.we-cater h3 {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 13px 0;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: center;
}


.marg-top {
    margin-top: 46px;
}

.products h2 {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #FF6700;
    text-align: center;
    text-transform: capitalize;
}

.products_content {
    /*margin: -80px 20px 0px 20px;*/
    padding: 20px 20px 20px 20px;
    background-color: #ffff;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    z-index: 99;
    min-height: 84px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.products_content h2 {
    font-family: "Kanit", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}

.products_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.products-card {
    position: relative;
    overflow: hidden;
}

.products-card:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
}


.products-card:hover:before {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.products_main {
    position: relative;
    height: fit-content;
}

.read-more {
    position: absolute;
    top: 39%;
    font-size: 53px;
    color: #fff;
    left: 42%;
    display: none;
    z-index: 9;
}

.products-card:hover .read-more {
    display: block;
}

.products-btn {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.products-btn a {
    padding: 1% 2%;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #FF6700;
}

.products-btn a:hover {
    color: #fff;
    background-color: #2b3177;
}

.products_content p {
    font-size: 16px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
    padding: 13px 0;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    min-height: 70px;
}

.ftr_clr2 {
    padding: 2% 0;
    background-color: #FF6700;
}

#counter {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#counter h1 {
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

#counter span {
    font-size: 35px;
}

.counter2 {
    width: 23%;
}

.certificates {
    background: #163560;
}

.certificates h2 {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.certificates_sub {
    padding: 10px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.contact-us h2 {
    font-family: "Kanit", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}


.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tabs li {
    display: inline-block;
    padding: 9px 12px;
    cursor: pointer;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.tabs .current {
    border-bottom: 2px solid #110142;
    margin-bottom: 16px;
}

.tab-content {
    display: none;
    /*background-color: #f9f9f9;*/
    padding: 15px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    min-height: 216px;
}

.tab-content p {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
}

.tab-content.current {
    display: inherit;
}

.tab-content a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
}

.img-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.img-content img.img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.cont-bg {
    background: #f9f9f9;
    padding: 4%;
}

.cont-bg h3 {
    text-align: left;
    font-family: "Kanit", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    color: #000;
    margin: 0 1%;
}

.flag-img {
    width: 20px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;

}




/* Show arrows and make them clearly visible */
.slick-prev,
.slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    /* semi-transparent black */
    color: white;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

/* Optional: Change default arrow icons */
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    /* make sure they’re visible */
    color: white;
}

.slick-prev:before {
    content: "←";
    /* or "\2190" */
}

.slick-next:before {
    content: "→";
    /* or "\2192" */
}


.containerw {
    background: #163560;
}

.containerw h2 {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.containerw p {
    font-size: 16px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: center;
}



.content-date {
    font-family: "Kanit", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 300px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
    position: absolute;
    background: #ff6700;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.main-timeline-section .timeline-end {
    right: 0px;
}

.main-timeline-section .conference-center-line {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff6700;
}

.timeline-article {
    width: 18%;
    position: relative;
    min-height: 300px;
    float: right;
}

.timeline-article .content-date {
    position: absolute;
    top: 35%;
    left: -10px;
    font-size: 18px;
}

.timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #ff6700;
}

.timeline-article .content-box {
    box-shadow: 2px 2px 4px 0px #c1c1c1;
    border: 1px solid #ff6700;
    border-radius: 5px;
    background-color: #fff;
    width: 180px;
    position: absolute;
    top: 60%;
    left: -92px;
    padding: 10px;
}

.timeline-article-top .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #ff6700;
}

.timeline-article-bottom .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #ff6700;
}


.timeline-article-bottom .content-date {
    top: 59%;
}

.timeline-article-bottom .content-box {
    top: 17%;
}



.choose h2 {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #FF6700;
    text-align: center;
    text-transform: capitalize;
}

.choose-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.choose-sub {
    text-align: left;
    /* padding: 50px 40px 50px 40px; */
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #DDDDDD;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 0;
}

.choose-sub-img {
    width: 90px;
}

.choose-sub .img-box {
    display: flex;
    justify-content: center;
}

.choose p {
    color: #000;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    align-items: center;
    text-align: center;
    padding: 1% 5% !important;
}

.mission-main h2 {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #FF6700;
    text-align: center;
    text-transform: capitalize;
}

.mission {
    text-align: left;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 11%);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #DDDDDD;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 0 0;
}

.mission h3 {
    color: #FF6700;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 500;

    font-size: 20px;

}

.mission p {
    font-size: 16px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    padding: 0;
}

.certificate-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.capabilities_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.truck-bg {
    background: #163560;
    z-index: 999;
    position: relative;
}

.truck-bg2 {
    background-color: #ff6700;
    z-index: 999;
    position: relative;
}

.truck-bg2 h3 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1%;
}

.truck-bg h3 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1%;
}

.truck-bg .contact-us {
    display: flex;
    justify-content: center;
}


.truck-scale h2 {
    font-family: "Kanit", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #000;
    padding: 0px 60px 0px 60px;
}

.truck-scale h3 {
    color: #FF6700;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    padding: 20px 60px 0px 60px;
}

.truck-scale p {
    font-size: 16px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
    padding: 13px 0;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    padding: 0px 60px 0px 60px;
}

.truck-scale {
    margin-top: -1%;
}

.truck-scale .contact-us {
    padding: 0px 60px 20px 60px;
}

.truck-scale a {
    padding: 2% 6%;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #FF6700;
}


.truck-scale a:hover {
    color: #fff;
    background-color: #2b3177;
}

.truck-scale2 a {
    padding: 1% 3% !important;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #FF6700;
}


.truck-scale2 a:hover {
    color: #fff;
    background-color: #2b3177;
}


.col_sm2_11 {
    width: 50%;
    float: left;
    margin: 0%;
}

.product h2 {
    font-family: "Kanit", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    padding-top: 2%;
}

.product p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 13px;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: center;
}

.product {
    border: 1px solid #ccc;
    background: #163560;
}

.product a {
    padding: 2% 6%;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #FF6700;
}


.product a:hover {
    color: #fff;
    background-color: #2b3177;
}


.client_sub img {
    border: 1px solid #1635602e;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 12%);
}

.client_sub h2 {
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    padding-top: 3%;
}

.client-flex {
    display: flex;
    flex-wrap: wrap;
}

.product-flex {
    display: flex;
    justify-content: center;
}


thead {
    background: #4a4ca0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 84%;
    margin: 1% auto;
    float: none;
    border: 1px solid #afafaf;
    background-color: #FFFFFF;
    z-index: 9;
    position: relative;
}

th {
    border: solid 1px #cfcfcf !important;
    text-align: left !important;
    padding: 8px !important;
    font-size: 16px;
    line-height: 140%;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}


td {
    border: solid 1px #cfcfcf !important;
    text-align: left !important;
    padding: 8px !important;
    font-size: 16px;
    line-height: 140%;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}

tr:nth-child(even) {
    background-color: #f3f3f3;
}


#table th {
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 500;
}

#table td {
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: justify;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin: 0 auto;
}


.contact_form_bg_color2 {
    background-color: #fff;

    border-radius: 10px;
}

.contact_form_bg {
    background-color: #163560;
    padding: 2% 2%;
    border-radius: 7px;
}

.contact_form_min_h {
    min-height: 480px;
}

.contact_form_bg_color {
    background-color: #2658a80f;
    padding: 3% 2%;
    border-radius: 7px;
}

.contact_form_min_h {
    min-height: 480px;
}

.whtsapp {
    font-size: 1.2rem;
}

.fa-location-dot,
.fa-phone-volume,
.contact_form_bg_color2 .fa-envelope {
    color: #163560 !important;
    font-size: 21px !important;
    background-color: #16356045;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}



.link3 {
    text-decoration: none;
    color: #000 !important;
}

.social-links2 {
    display: flex;
    gap: 15px;
}

.social-links2 a {
    font-family: "Cabin", sans-serif;
    color: #244629;
    font-size: 1.2rem;

    transition: opacity 0.3s ease;
}

.social-link2 {
    width: 40px;
    height: 40px;

    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link2:hover {
    background: #a0cd5196;
    transition: all 0.3s ease;
}

.s-link {

    color: #00674f !important;
    font-size: 21px !important;
    background-color: #e0e8d5;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.contact_flex {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.contact_flex a {
    background: transparent;
    color: #000;
}

.tickty {
    position: sticky;
    top: 10%;
}



.frm_card h2 {
    font-family: "Kanit", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.frm_card p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 13px 0;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: center;
    min-height: 70px;
}

.contact_flex h2 {
    font-family: "Kanit", sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: left;
    text-transform: capitalize;
}

.contact_flex a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: center;

}

.contact_form_txt h2 {
    font-family: "Kanit", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: left;
    text-transform: capitalize;
}

.contact_form_txt p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: left;
}

.contact_form_txt a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: left;
}

.we-provide h2 {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #FF6700;
    text-align: left;
    text-transform: capitalize;
}

.cnstn {
    font-family: "Kanit", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #111;
    height: 49vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ticker {
    background: #f3f3f3;
}

.flag-ticker {
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
}

.flag-track {
    display: flex;
    width: max-content;
    animation: scrollFlags 60s linear infinite;
}

.flag-track img {
    width: 100px;
    height: auto;
    margin: 0 25px;
    object-fit: cover;
}

/* Animation */
@keyframes scrollFlags {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.flag-ticker:hover .flag-track {
    animation-play-state: paused;
}




.flag-item span {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
    line-height: 140%;
    text-align: center;
}

.linkedin-img {
    width: 20px;
}

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {}

@media only screen and (max-width :1500px) {}

@media only screen and (max-width :1400px) {}

@media only screen and (max-width :1300px) {}



@media only screen and (max-width :1200px) {
    .col_sm6 {
        width: 29.5%;
    }

    .col_sm4 {
        width: 48%;
    }
}

@media screen and (max-width: 1100px) {
    .col_sm6 {
        width: 45.5%;
    }

    .header_btn {
        display: none;
    }

    .top_info:nth-child(2) {
        float: left;
    }
}

@media only screen and (max-width :1000px) {}


@media only screen and (max-width:960px) {
    .main-timeline-section {
        height: auto;
    }

    .ftr_right {
        text-align: left;
    }

    .content h2 {
        font-size: 29px;
    }

    .col_sm5 {
        width: 48%;

    }

    .contact_form_bg {
        padding: 1%;
    }

    .truck-scale p {
        padding: 0px 0px 0px 0px;
    }

    .truck-scale h2 {
        padding: 0px 0px 0px 0px;
    }

    .truck-scale .contact-us {
        padding: 0px 0px 14px 0px;
    }

    .bullet2 ul {
        padding: 0px 10px 0px 10px;
    }

    .timeline-article-bottom .content-box:before {
        display: none;
    }

    .timeline-article-top .content-box:before {
        display: none;
    }

    .conference-center-line {
        left: 20px;
        width: 4px;
        height: 100%;
        top: 0;
        transform: none;
    }

    .timeline-start,
    .timeline-end {
        display: none;
    }

    .timeline-wrapper {
        flex-direction: column;
    }

    .timeline-article {
        width: 100%;
        margin-bottom: 25px;
    }

    .timeline-article .meta-date {
        display: none;
    }

    .timeline-article .content-box {
        position: relative;
        left: 0;
        top: 0;
        width: 70%;
        margin: 0 auto;
        padding: 18px;
    }

    .col_sm3 {
        width: 48%;
    }

    .main-timeline-section {
        width: 77%;
    }

    .timeline-article .content-date {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }


    .containerw h2 {
        font-size: 30px;
    }

    .containerw p {
        font-size: 14px;
    }

    .main-timeline-section .conference-center-line {
        display: none;
    }

    .timeline-article {
        min-height: 0;
    }

    .banner img {
        height: 37vh;
        object-fit: cover;

    }

    .content {
        top: 26%;
    }

    .col_sm2-2 {
        width: 98%;
    }

    .product-flex {
        flex-wrap: wrap;
    }

    .tickty {
        position: static;
    }

    .col_sm2_11 {
        width: 98%;
        margin: 1%;
    }

    .capabilities_flex {
        display: block;
    }

    .logo-right {
        display: block;
    }

    .navbarrr {
        width: 100%;
        margin-top: -6%;
    }

    .banner_content {
        width: 90%;
    }

    .banner_content .contact-us {
        margin-top: 3%;
    }

    .inspiro-slider .slide .slide-captions {
        margin-left: 0 !important;
    }

    .banner_content .contact-us a {
        padding: 2% 6%;
    }

    .col_sm2 {
        width: 98%;
    }

    .col_sm2_2 {
        width: 98%;
    }

    .modal-content {
        max-width: 60% !important;
    }
}

@media only screen and (max-width:800px) {
    .col_sm6 {
        width: 45%;
    }

    .top_bar {
        display: none;
    }
}


@media only screen and (max-width : 700px) {
    .navbarrr {
        margin-top: -7%;
    }

    .col_sm4 {
        width: 98%;
    }

    .banner_content {
        width: 81%;
    }
}

@media only screen and (max-width:600px) {
    .col_sm66 {
        width: 98%;
    }

    .col_sm666 {
        width: 98%;
    }

    .contact_form_bg_color {
        padding: 0;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        padding: 1px 9px;
    }

    .modal-content {
        max-width: 90% !important;
    }

    .navbarrr {
        margin-top: -10%;
    }

    #cssmenu ul {
        margin-top: 7% !important;
    }

    #cssmenu ul li ul {
        margin-top: 4% !important;
    }

    .col_sm6 {
        width: 91%;
    }

    .inspiro-slider .slide .slide-captions {
        margin-left: 0 !important;
    }

    .counter2 {
        width: 48%;
    }

    #counter h1 {
        margin: 4% 0;
    }

    .col_sm3 {
        width: 98%;
    }

    .cont-pdg {
        padding-left: 0;
    }

    .top_bar {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .banner_content h2 {
        font-size: 39px;
    }

    .timeline-article .content-box {

        width: 90%;
    }
}


@media only screen and (max-width:400px) {
    .navbarrr {
        margin-top: -14%;
    }

    .banner_content {
        width: 87%;
    }
}

@media only screen and (max-width:360px) {}