html, body{
    padding: 0;
    margin: 0;
    font-family: 'Kanit-Regular';
    scroll-behavior: auto;
    scroll-behavior: smooth;
    color: #000000;
}
:root {
    --body-color: #000000;
    --white-color: #ffffff;
  }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'Kanit-Regular';
    src: url(../fonts/Kanit/Kanit-Regular.ttf);
}
@font-face {
    font-family: 'Kanit-Medium';
    src: url(../fonts/Kanit/Kanit-Medium.ttf);
}
@font-face {
    font-family: 'Kanit-Light';
    src: url(../fonts/Kanit/Kanit-Light.ttf);
}
.container{
    padding: 0 45px;
}
.header {
    display: flex;
    justify-content: space-between;
    margin: 22px 0;
}
.header-nav ul {
    display: flex;
    line-height: 54px;
}
.header-nav ul li {
    padding: 0 16px;
}
.header-nav ul li:last-child {
    padding-right:0;
}
.header-nav ul li a {
    color: var(--white-color);
    padding: 2px 2px;
    text-decoration: none;
    font-family: 'Kanit-Light';
    font-size: 16px;
}
.header-nav ul li a.focus,
.header-nav ul li a.active,
.header-nav ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--body-color);
}
.banner-slide{
    clear: both;
}
.hero-slider .swiper-slide {
    position: relative;
}
.banner-info {
    position: absolute;
    right: 67px;
    width: 308px;
}
.prymary-button {
    padding: 3px 25px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 24px;
    border: 0;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    height: 38px;
    line-height: 31px;
    font-family: 'Kanit-Light';

}
.banner-info h3 {
    font-size: 30px;
    font-family: 'Kanit-Medium';
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 32px;
}
.prymary-button:hover{
    text-decoration: none;
    color: #ffffff;
}
.footer-section {
    background-color: #000000;
    color: #ffffff;
}
.footer-content {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.conpany-info-box {
    display: flex;
}
.social-info ul {
    display: flex;
}
.footer-content ul li a {
    font-size: 14px;
    color: white;
    font-family: 'Kanit-Light';
    padding: 0 5px;
}
.conpany-info p {
    margin: 15px 0;
    font-family: 'Kanit-Light';
    font-size: 15px;
}
.footer-menu {
    margin-left: 75px;
}
.footer-menu ul li {
    margin-bottom: 20px;
}
.product-box {
    padding: 0 45px;
}
.our-projects .product-box {
    margin-bottom: 50px;
    margin-top: 50px;
}
.title h2 {
    font-size: 36px;
    text-align: center;
    font-family: 'Kanit-Medium';
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-box .title h2 {
    margin-top: 45px;
}
.product_list {
    display: flex;
    flex-wrap: wrap;
}
.product_list .product-item {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
}
.product_list .product-item:nth-child(3n +1){
    margin-right: 15px;
}
.product_list .product-item:nth-child(3n +2){
    margin:0 15px;
}
.product_list .product-item:nth-child(3n +3){
    margin-left: 15px;
}
.product-item img {
    width: 100%;
}
.contact {
    max-width: 845px;
    margin: 0 auto;
    background-color: #F0F0F0;
    padding: 40px;
    border-radius: 17px;
}
.contact-us {
    max-width: 575px;
    margin: 0 auto;
}
.contact-us .form-group {
    display: flex;
    justify-content: space-between;
}
.contact-us .form-group textarea,
.contact-us .form-group input {
    padding: 7px 15px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #ACACAC;
    width: 275px;
    height: 45px;
    font-family: 'Kanit-Light';
    font-size: 15px;
}
.contact-us .form-group input::placeholder,
.contact-us .form-group textarea::placeholder {
    color: #000000;
    opacity: 1; 
  }
  .contact-us .form-group input::-ms-input-placeholder,
.contact-us .form-group textarea::-ms-input-placeholder{
    color: #000000;
  }
.contact-us .form-group textarea {
    width: 100%;
    height: 115px;
}
.contact-box {
    margin-bottom: 50px;
}
.about-banner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}
.about-text {
    padding-left: 55px;
    padding-right: 0;
}
.about-text h2 {
    text-align: left;
    /* margin-top: 30px;
    margin-bottom: 20px; */
}
.about-text h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.about-text p {
    margin-bottom: 15px;
}
.content-info p {
    text-align: left;
    font-size: 16px;
    font-family: 'Kanit-Light';
    line-height: normal;
}
.margin_bt6{
    margin-bottom: 60px;
}
.mobile{
    display: none;
}
.logo h1 {
    margin-top: 0;
}
header {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
header.sticky {
    position: fixed;
    background: #000000;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: 99;
    top: 0;
}
span.currency {
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 500;
}
.certifications {
    width: 100%;
}
.our-products-section {
    padding: 50px 0;
    background-color: #EDEDED;
}
.our-clients-section{
    padding: 50px 0;
    background-color: #ffffff;
}
.video-box iframe {
    width: 100%;
    border-radius: 15px;
}
#get-in-touch {
    margin-bottom: 35px;
}
ul.messages {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    margin-left: -125px;
    padding: 10px 15px;
    top: 125px;
    z-index: 999;
    border: 1px solid #dddddd;
    background-color: #000000;
    border-radius: 5px;
}
.messages .success {
    color: #ffffff;
    font-family: 'Kanit-Light';
}
.footer-section .footer-content h3 img {
    height: 22px;
    position: relative;
    left: 0;
    top: 0;
}
.footer-content h3 {
    padding-bottom: 8px;
}
.factory-overview-box {
    max-width: 950px;
    margin: 0 auto;
}
.factory-overview p {
    font-family: 'Kanit-Light';
    line-height: 20px;
}
.factory-overview p strong {
    font-family: 'Kanit-Medium';
    line-height: normal;
    padding-bottom: 5px;
    display: block;
    font-weight: normal;
    padding-top: 7px;
}
.overview-image {
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.client_list {
    display: block;
    text-align: center;
}
.our-products-box .swiper {
    width: 100%;
    height: 100%;
}
.our-products-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-clients-section .swiper-slide {
    background: #ffffff;
}
.ourClient {
    padding: 0;
    overflow: hidden;
}
.our-clients-section .our-products {
    padding: 0 30px;
}
.header .logo {
    display: flex;
    align-items: center;
}
.our-clients-box .swiper-button-next, 
.our-clients-box .swiper-button-prev{
    height: 30px;
    margin-top: calc(0px - 30px / 2);
}
.about-section .content-info p {
    margin-bottom: 15px;
    text-align: justify;
}
.amari .product-image-box img {
    width: 100%;
    max-width: 150px;
}