    @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
    body:lang(en) {
        font-family: 'IBM Plex Sans', sans-serif !important;
    }
    
    body:lang(th) {
        font-family: 'Sarabun', sans-serif !important;
    }
    
    body {
        background: url("../img/bg.png") top center #F2F2F2;
        height: 100%;
        overflow-x: hidden;
    }
    
    h1 {
        font-size: 5rem;
        font-weight: 400;
    }
    
    h2 {
        font-size: 4rem;
        font-weight: 400;
    }
    
    h3 {
        font-size: 3rem;
        font-weight: 400;
    }
    
    .ml140 {
        margin-left: 140px;
    }
    
    .clipped {
        /* width: 100%; */
        display: block;
        height: 100%;
        -webkit-clip-path: polygon(M1920, 363.3l-420.3, 408.4c-22.6, 22-54.2, 32-85.3, 27.1L289.5, 620.6c-31.1-4.9-58.1-24.2-72.8-52.1 L0, 237.8V0h1920V363.3z);
        clip-path: polygon(M1920, 363.3l-420.3, 408.4c-22.6, 22-54.2, 32-85.3, 27.1L289.5, 620.6c-31.1-4.9-58.1-24.2-72.8-52.1 L0, 237.8V0h1920V363.3z);
        -webkit-clip-path: url(#cover-mask);
        clip-path: url(#cover-mask);
        top: 0;
        position: relative;
    }
    
    .svg-clip {
        width: 0px;
        height: 0px;
        position: absolute;
    }
    
    .slide-item {
        height: 100%;
    }
    
    .kiat-navbar a {
        color: #ffffff;
        margin: 10px 15px;
    }
    
    .kiat-logo {
        max-width: 285px;
    }
    
    .overlay {
        background: rgba(0, 0, 0, 0.25);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 2;
    }
    
    .slide-indicators {
        left: 25% !important;
        bottom: 8% !important;
    }
    
    .text-head {
        margin-top: 1rem;
        font-weight: 500;
    }
    
    .text-head>p {
        max-width: 770px;
        font-weight: 300;
    }
    .content-news ul,
    .content-news ol{
        margin-bottom: 30px;
    }
    .content-news h2,
    .content-news h3{
        font-size: 1.7rem;
        margin-bottom: 30px;
    }
    .news-box {
        background: #ffffff;
        box-shadow: 0px 20px 30px #4D4D4D54;
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 25px;
    }
    
    .news-section {
        background: #ffffff;
        box-shadow: 0px 20px 30px #4D4D4D54;
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 25px;
    }
    
    .kiat_news {
        max-width: 534px;
    }
    
    .news-index {
        height: 340px;
    }
    
    .news-image {
        display: block;
        max-width: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .news-image::before {
        content: "";
        padding-top: 60%;
        display: block;
    }
    
    .news-image img {
        display: block;
        -webkit-transition: -webkit-transform 2.4s ease;
        transition: -webkit-transform 2.4s ease;
        transition: transform 2.4s ease;
        transition: transform 2.4s ease, -webkit-transform 2.4s ease;
        width: 100%;
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    
    .news-image::after {
        content: '';
        display: block;
        border: 1px solid rgba(255, 255, 255, .2);
        position: absolute;
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    
    .news-link {
        color: #111;
        display: block;
    }
    
    .news-link:hover .news-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    .news-link:hover .news-image img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    
    .news-link:hover .news-title::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    
    .news-link:hover .news-image::after {
        opacity: 1;
    }
    
    .news-wrap {
        background: #fff;
        display: inline-block;
        padding: 1em 1em 1em 0;
        margin-top: -2.25em;
        vertical-align: top;
        max-width: calc(100% - 60px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    
    .news-date {
        display: inline-block;
        margin: 0 0 1em 0;
        line-height: 1.2;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        color: #999892;
        letter-spacing: 0.15em;
    }
    
    .news-title {
        display: inline-block;
        font-weight: 500;
        font-size: 20px;
        margin: 0;
        line-height: 1.2;
    }
    
    .news-title::after {
        background: #D8292D;
        content: '';
        display: block;
        height: 2px;
        width: 100px;
        margin: 0.5em 0 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }
    
    .news-body {
        font-size: 14px;
        line-height: 1.5;
        max-width: 100%;
        font-weight: 300;
    }
    
    .news-link {
        width: 100%;
        color: #444;
        display: inline-block;
        font-size: 14px;
        margin-top: 1em;
        font-weight: bold;
        text-decoration: none;
    }
    
    .news-link svg {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.5em;
        -webkit-transform: translateY(-0.1em);
        transform: translateY(-0.1em);
    }
    
    .right-border {
        border-right: 1px solid #DDDDDD;
        ;
    }
    
    .heading-title {
        margin-bottom: 40px;
    }
    
    .heading-title:before {
        content: " ";
        display: inline-block;
        height: 5px;
        width: 60px;
        background-color: #D8292D;
        vertical-align: middle;
        margin-right: 15px;
    }
    
    .quote-left-icon {
        content: url(../img/icon/quote-left.svg);
        width: 30px;
        display: block;
        position: absolute;
        top: 15%;
        left: 5%;
    }
    
    .quote-right-icon {
        content: url(../img/icon/quote-right.svg);
        width: 30px;
        display: block;
        position: absolute;
        bottom: 15%;
        right: 5%;
    }
    
    .kiat-content section {
        margin-top: 90px;
    }
    
    .safety-quote {
        color: #5C5C5C;
        font-style: italic;
        padding: 4rem;
        max-width: 1000px;
        margin: auto;
        position: relative;
        font-weight: 200
    }
    
    .safety-measure-bg {
        width: 100%;
        display: block;
        height: 1000px;
        -webkit-clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
        clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
        background-color: #D8292D;
    }
    
    .safety-menu .nav-link {
        color: #ffffff;
        margin: 5px 0px;
        display: flex;
        align-items: center;
    }
    
    .safety-menu .nav-link.active {
        color: #fff;
        background: none !important;
        transform: translateX(20%) scale(1.4);
        text-align: left;
    }
    
    .safety-menu .nav-link>img {
        margin-right: 15px;
    }
    
    .safety-icon {
        width: 100%;
        max-height: 150px;
        margin: 2rem 0;
        margin-left: auto;
        margin-right: auto
    }
    
    .safety-detail {
        color: #ffffff;
        margin: 5px 0px;
        height: 689px;
        max-width: 884px;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    
    .safety-box {
        height: 100%;
        width: 100%;
        max-width: 570px;
        margin: auto;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    
    .safety-box>h4 {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .safety-box:after {
        content: " ";
        background: url(../img/safety-menu-bg.png)center no-repeat;
        /* max-height: 761px; */
        height: 100%;
        /* max-width: 884px; */
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        z-index: -1;
        background-size: contain;
        left: 0;
        background-position: top;
    }
    
    .safety-menu {
        position: relative;
        overflow: hidden;
    }
    
    .safety-menu:after {
        z-index: -1;
        max-width: 100%;
        width: 100%;
        height: 100%;
        background: red;
        background: url(../img/safety-menu-bg-out-3.png)top center no-repeat;
        position: absolute;
        content: " ";
        display: block;
        top: 0;
        left: 0;
        background-size: cover;
    }
    
    .safety-measure {
        margin-top: 90px;
    }
    
    section#our-client {
        margin-top: -10vh;
    }
    
    .owl-carousel .owl-item.big div {
        transform: scale(1.5) !important;
    }
    
    .owl-carousel .owl-item.medium div {
        transform: scale(0.8) !important;
    }
    
    #subsidiary {
        background: url(../img/subsidiary-bg.svg) no-repeat;
        height: 1380px;
    }
    
    #subsidiary-title {
        margin-top: 10rem;
        color: #ffffff;
    }
    
    #sub-1 {
        z-index: 2;
    }
    
    #sub-1 a,
    #sub-2 a {
        transform: scale(1);
        display: block;
        transition: all ease .3s;
    }
    
    #sub-1 a:hover,
    #sub-2 a:hover {
        transform: scale(1.05);
    }
    
    #sub-2 {
        margin-top: 10rem;
        z-index: 3
    }
    
    /*footer*/
    
    footer {
        background: url(../img//footer-bg.svg);
        margin-top: -30%;
        z-index: 1;
        position: relative;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    
    footer .container-custom {
        padding-top: 10rem;
    }
    
    .footer-logo {
        max-width: 300px !important;
    }
    
    .kiat-address {
        color: #ffffff;
    }
    
    .form-group {
        position: relative;
        margin-bottom: 2.5rem;
    }
    
    .form-group input,
    .form-group textarea {
        font-size: 18px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 2px solid #ffffff;
        background: none;
        border-radius: initial;
    }
    
    .form-group input:focus,
    .form-group textarea:focus {
        outline: none;
        box-shadow: initial;
    }
    
    .modal-dialog {
        min-width: 80%;
    }
    /* LABEL ======================================= */
    
    .form-group label {
        color: #ffffff;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 10px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        opacity: .7;
    }
    /* active state */
    
    .form-group input:focus~label,
    .form-group input:valid~label,
    .form-group textarea:focus~label,
    .form-group textarea:valid~label {
        top: -23px;
        font-size: 14px;
        color: #ffffff;
        opacity: 1;
    }
    /* BOTTOM BARS ================================= */
    
    .form-group .bar {
        position: relative;
        display: block;
        width: 100%;
    }
    
    .form-group .bar:before,
    .form-group .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5C5C5C;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
    
    .form-group .bar:before {
        left: 50%;
    }
    
    .form-group .bar:after {
        right: 50%;
    }
    /* active state */
    
    .form-group input:focus~.bar:before,
    .form-group input:focus~.bar:after,
    .form-group textarea:focus~.bar:before,
    .form-group textarea:focus~.bar:after {
        width: 50%;
    }
    /* HIGHLIGHTER ================================== */
    
    .form-group .form-group .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }
    /* active state */
    
    .form-group input:focus~.highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }
    /* ANIMATIONS ================ */
    
    @-webkit-keyframes inputHighlighter {
        from {
            background: #5264AE;
        }
        to {
            width: 0;
            background: transparent;
        }
    }
    
    @-moz-keyframes inputHighlighter {
        from {
            background: #5264AE;
        }
        to {
            width: 0;
            background: transparent;
        }
    }
    
    @keyframes inputHighlighter {
        from {
            background: #5264AE;
        }
        to {
            width: 0;
            background: transparent;
        }
    }
    
    .contact-form .white-btn {
        padding: 5px 60px
    }
    
    .footer-menu {
        border-top: 1px solid #ffffff;
        margin-top: 3rem !important;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .footer-menu a,
    .social-group a {
        color: #ffffff;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .footer-menu a:hover,
    .social-group a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
    
    #social-phone img,
    #social-fb img,
    #social-mail img {
        margin-right: 15px
    }
    
    .contact-form>form>div>div {
        margin-bottom: 20px;
    }
    
    .contact-form .white-btn {
        background: none;
        border: 2px solid #ffffff;
        border-radius: 100px;
        color: #ffffff;
    }
    
    .contact-form .white-btn:hover {
        color: #EC2426;
        background: #ffffff;
    }
    
    .active_lang {
        font-weight: 800;
    }
    
    .mobile-menu {
        z-index: 99;
    }
    
    #f-menu.fullscreen-menu {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #212529;
        overflow-y: hidden;
        transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
    
    #f-menu .fullscreen-menu-content {
        position: relative;
        width: 100%;
        text-align: center;
        max-width: 300px;
        margin: auto;
    }
    
    #f-menu .fullscreen-menu-content a {
        padding: 1.5rem;
        text-decoration: none;
        color: #ffffff;
        display: block;
        transition: all 0.3s ease;
    }
    
    #f-menu .fullscreen-menu-content .navbar-nav .dropdown-menu {
        border: none;
    }
    
    #f-menu .fullscreen-menu-content .navbar-nav .dropdown-menu.show a.dropdown-item {
        text-align: center;
    }
    
    #f-menu .fullscreen-menu-content .navbar-nav .dropdown-menu.show a.dropdown-item:hover {
        color: #d93f2b;
    }
    
    #f-menu.fullscreen-menu a:hover,
    #f-menu.fullscreen-menu a:focus {
        color: #d93f2b;
    }
    
    #f-menu.fullscreen-menu .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }
    
    .mobile-logo {
        padding: .8rem;
        display: block;
    }
    
    .logo-center {
        transform: scale(1.2);
        margin: 10px auto !important;
        display: block;
        transition: transform 0.3s ease;
        z-index: 999;
    }
    
    #f-menu .fullscreen-menu-content .lang-select a {
        display: inline-block;
        vertical-align: middle;
        font-weight: 300;
        color: #8a8a8a;
    }
    
    #f-menu .fullscreen-menu-content .lang-select a.active_lang {
        font-weight: 800;
        color: #ffffff;
    }
    
    #f-menu .fullscreen-menu-content a,
    #f-menu .fullscreen-menu-content a .dropdown-submenu {
        padding: 12px 1.5rem;
    }
    /*End-footer*/
    
    .owl-theme .owl-nav [class*=owl-]:hover {
        transform: scale(1.2);
    }
    /* Extra small devices (portrait phones, less than 576px) */
    
    @media (max-width: 575.98px) {
        #f-menu.fullscreen-menu {
            overflow-y: auto;
        }
        #f-menu.fullscreen-menu a {
            font-size: inherit;
        }
        #f-menu.fullscreen-menu .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
    }
    /* Small devices (landscape phones, 576px and up) */
    
    @media (min-width: 576px) and (max-width: 767.98px) {
        .safety-menu {
            padding-top: 20%;
            height: 100%;
            min-height: 1192px;
        }
    }
    /*  Medium devices (tablets, 768px and up) */
    
    @media (min-width: 768px) and (max-width: 991.98px) {}
    /* Large devices (desktops, 992px and up) */
    
    @media (min-width: 992px) and (max-width: 1199.98px) {
        .safety-menu {
            padding-top: 20%;
            height: 100%;
            min-height: 1192px;
        }
    }
    
    @media (max-width: 1199.98px) {
        #kiat-nav {
            display: none;
        }
    }
    /* Extra large devices (large desktops, 1200px and up) */
    
    @media (min-width: 1200px) {}