@font-face {
    font-family: 'Gotham';
    src: url('../font/gotham/GothamMedium_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('../font/gotham/GothamBold.ttf') format('truetype'),
    url('../font/gotham/Gotham_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../font/gotham/GothamBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BellMT';
    src: url('../font/bell_mt/Bell_MT.ttf') format('truetype');
}

@font-face {
    font-family: 'BellMTBold';
    src: url('../font/bell_mt/BellMTBold.ttf') format('truetype');
}

@font-face {
    font-family: 'KanitExtraLight';
    src: url('../font/kanit/Kanit-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'KanitLight';
    src: url('../font/kanit/Kanit-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'KanitMedium';
    src: url('../font/kanit/Kanit-Medium.ttf') format('truetype');
}

.nav_menu_resp {
	display: none;
	background-color: black !important;
}

.nav_menu_resp .div-nav-logo {
	width: 90%;
	text-align: center;
}

.nav_menu_resp .div-nav-logo img {
	height: 25px;
}

.nav_menu_resp .menu_nav_main {
	background-color: black;
	text-transform: uppercase!important;
	width: 100%
}

.nav_menu_resp .menu_nav_main .nav-active {
	color: white;
}

.navicon {
	color: white;
    font-size: 25px;
}

.div_menu {
	padding: 0px;
	background-color: black;
}

.menu_nav {
	padding: 20px 0px;
	background-color: black;
	transition: 0.4s;
}

.menu_nav .menu_navbar .menu_nav-item {
	position: relative;
	border: 0px;
}

.menu_navbar {
	border: 0px;
	background-color: black;
	padding: 0px 50px;
}

.menu_nav-item {
	font-family: 'GothamBook';
    font-size: 16px;
	color: #a3a3a3;
	text-decoration: none;
	padding: 23px 0px;
}

.menu_nav-item:hover{
	cursor: pointer;
}

.menu_nav-active {
	color: white;
}

.menu_nav .menu_navbar .menu_nav-item::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-color: #303299;
	width: 0%;
	height: 4px;
	transition: all 0.5s;
}
.menu_nav .menu_navbar .menu_nav-item:hover::after {
	width: 100%;
}

.div_header {
	background-image: url("../images/image1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*height: 100vh;*/
}

.div_header .header-info {
	position: relative;
	margin-top: 40%;
    margin-bottom: 80px;
}

.div_header .header-info .logo {
	width: 200px;
}

.div_header .header-info .info {
	font-family: 'KanitExtraLight';
    font-size: 14px;
	color: white;
	margin: auto;
	margin-top: 30px;
	width: 900px;
	line-height: 25px;
	
}
.div_header .coffee_slide {
	/*width: fit-content;
	border: 3px solid #FFFFFF;*/
	margin: auto;
}

.div_header .coffee_slide img {
	border: 5px solid #FFFFFF;
	width: 60%;
}

.row-ourservice1 {
	background-color: white;
	padding-top: 60px;
}

.row-ourservice1 h1 {
	font-family: 'KanitMedium';
    font-size: 35px;
	color: #313131;
	margin-bottom: 5px
}

.row-ourservice1 h2 {
	font-family: 'GothamBook';
    font-size: 14px;
	color: #717171;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.row-ourservice1 .service-info {
	font-family: 'KanitExtraLight';
    font-size: 14px;
	color: #393939;
	width: 900px;
	margin: auto;
	line-height: 25px;
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 60px;
}

.row-ourservice1 .split::after {
	position: absolute;
	/*bottom: 0;*/
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-color: #303299;
	width: 45px;
	height: 4px;
	transition: all 0.5s;
}
/*
.row-ourservice1 h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-color: #303299;
	width: 100%;
	height: 4px;
	transition: all 0.5s;
}
*/

.row-ourservice2 {
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 50px;
}

.row-ourservice2 .div1 {
	width: 40%;
	text-align: end;
	float: left;
}

.row-ourservice2 .div1_1 {
	width: 250px;
    float: right;
    margin-right: 20px;
}

.row-ourservice2 .div2 {
	width: 60%;
	text-align: left;
	float: right;
	padding-left: 30px;
	padding-top: 20px;
}

.row-ourservice2 .div3 {
	width: 280px;
	float: left;
}

.row-ourservice2 .div4 {
	float: left;
}

.row-ourservice2 .ul-machine {
	font-family: 'KanitMedium';
    font-size: 18px;
	color: white;
	margin-top: 30px;
	/*margin-right: 55px;*/
}

.row-ourservice2 .ul-machine li:first-child {
	background-color: #2e3192;
	color: white;
	border: 0;
}

.row-ourservice2 .ul-machine li:last-child {
	background-color: #9f1111;
	color: white;
	border: 0;
}

.row-ourservice2 h1 {
	font-family: 'GothamBold';
    font-size: 20px;
	border-left: solid 4px #303299;
	padding-left: 20px;
	padding-top: 5px;
    padding-bottom: 5px;
	color: #313131;
}

.row-ourservice2 p {
	font-family: 'KanitLight';
    font-size: 14px;
	color: #2b2b2b;
	padding-left: 20px;
	margin-bottom: 10px;
}
	
.row-ourservice2 h2 {
	font-family: 'KanitMedium';
    font-size: 18px;
	color: #2b2b2b;
}

.row-ourservice3 {
	background-color: #e9e9e9;
	padding-top: 60px;
	padding-bottom: 50px;
}

.row-ourservice3 .div1 {
	width: 40%;
	text-align: start;
	float: right;
}

.row-ourservice3 .div1_1 {
	width: 300px;
    float: left;
}

.row-ourservice3 .div2 {
	width: 46%;
	text-align: left;
	float: right;
	padding-left: 30px;
	padding-top: 20px;
}

.row-ourservice3 .div2 .div21 {
	float:left;
	
}

.row-ourservice3 .div3 {
	/*width: 260px;*/
	float: left;
}

.row-ourservice3 .div31 {
	width: 260px;
	float: left;
}

.row-ourservice3 .div4 {
	/*width: 330px;*/
	float: left;
}

.row-ourservice3 .ul-machine {
	font-family: 'KanitMedium';
    font-size: 18px;
	color: white;
	margin-top: 30px;
	/*margin-left: 55px;*/
}

.row-ourservice3 .ul-machine li:first-child {
	background-color: #2e3192;
	color: white;
	border: 0;
}

.row-ourservice3 .ul-machine li:last-child {
	background-color: #9f1111;
	color: white;
	border: 0;
}

.row-ourservice3 h1 {
	font-family: 'GothamBold';
    font-size: 20px;
	border-left: solid 4px #303299;
	padding-left: 20px;
	padding-top: 5px;
    padding-bottom: 5px;
	color: #313131;
}

.row-ourservice3 p {
	font-family: 'KanitLight';
    font-size: 14px;
	color: #2b2b2b;
	padding-left: 20px;
	margin-bottom: 10px;
}
	
.row-ourservice3 h2 {
	font-family: 'KanitMedium';
    font-size: 18px;
	color: #2b2b2b;
}

.div_ourproduct {
	background-color: #f6f6f6;
	background-image: url("../images/bean2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*height: 100vh;*/
	padding-bottom: 100px;
}

.div_ourproduct .row-ourproduct1 {
	padding-top: 60px;
	margin-bottom: 50px;
}

.div_ourproduct .row-ourproduct1 h1 {
	font-family: 'KanitMedium';
    font-size: 35px;
	color: #313131;
	margin-bottom: 5px
}

.div_ourproduct .row-ourproduct1 h2 {
	font-family: 'GothamBook';
    font-size: 14px;
	color: #717171;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.div_ourproduct .row-ourproduct1 .service-info {
	font-family: 'KanitExtraLight';
    font-size: 12px;
	color: #393939;
	width: 60%;
	margin: auto;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 40px;
}

.div_ourproduct .row-ourproduct1 .split::after {
	position: absolute;
	/*bottom: 0;*/
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-color: #303299;
	width: 45px;
	height: 4px;
	transition: all 0.5s;
}

.div_ourproduct .divmain {
	width: 1200px
}

.div_ourproduct .div_product {
	background-color: white;
	float: left;
	width: 270px;
	padding: 10px 10px 30px 10px;
	margin:10px 10px;
}

.div_ourproduct .div_product img {
	width: 100%
}

.div_ourproduct .div_product .product1 {
	margin-top: 20px;
	text-align: center;
	text-align: -webkit-center;
}

.div_ourproduct .div_product .product1 .p1 {
	width: 78%;
	margin-bottom: 10px;
	font-family: 'KanitMedium';
    font-size: 16px;
}

.div_ourproduct .div_product .product1 .p2 {
	font-family: 'KanitLight';
    font-size: 16px;
}

.div_ourproduct .div_product .ul-machine {
	font-family: 'KanitMedium';
    font-size: 16px;
	color: white;
}

.div_ourproduct .div_product .ul-machine li{
	background-color: #2e3192;
	color: white;
	border: 0;
	font-size: 16px;
	padding: 5px 15px
}

.div_contact {
	background-color: white;
	padding-top: 50px;
	padding-bottom: 100px;
}

.div_contact .div1 {
	
}

.div_contact .div2 {
	
}


.div_contact .copy {
	font-family: 'Calibri';
    font-size: 14px;
	color: #3b3b3b;
	border-right: 1px solid #d3d3d3;
    height: min-content;
}

.div_contact .copy p {
	margin-top: 10px;
	margin-bottom: 0px;
}

.div_contact .img1 {
	width: 120px;
}

.div_contact .img2 {
	width: 150px;
}

.div_contact .info {
	text-align: left;
	font-family: 'Calibri';
    font-size: 14px;
	color: #323232;
}

.div_contact .info p {
	margin: 0px;
	padding: 0px;
}

.div_contact .info .header {
	font-family: 'Calibri';
    font-size: 16px;
	color: #878787;
	margin-bottom: 5px;
}

.div_contact .info .telephone {
	font-family: 'Calibri';
	font-weight: bold;
    font-size: 30px;
	color: #2d3192;
}

.div_contact .info .span1 {
	width: 65px;
    display: inline-block;
}

.div_contact .info img {
	margin-right: 6px;
}

.div_contact .info2 {
	text-align: left;
	font-family: 'Calibri';
    font-size: 14px;
	color: #323232;
	padding: 0px 30px;
}

.div_contact .info2 p {
	margin: 0px;
	padding: 0px;
}

.div_contact .info2 .header {
	font-family: 'Calibri';
    font-size: 16px;
	color: #878787;
	margin-bottom: 5px;
}

.div_contact .info2 .address {
	font-family: 'Calibri';
    font-size: 12px;
	color: #323232;
}
