@charset "utf-8";
/* CSS Document */
.vs-cookie-message {
    position: fixed;
    bottom: 0;
    background-color: rgba(51,51,51,0.8);
    padding: 5px;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.breadcam_meat {
    background-image: url(../img/banner/bradcam_meat.jpg);
}
.breadcam_dairy-bakery {
    background-image: url(../img/banner/bradcam_dairy-bakery.jpg);
}
.breadcam_fermented-food {
    background-image: url(../img/banner/bradcam_fermented-food.jpg);
}
.breadcam_starch-and-starch-derivative {
    background-image: url(../img/banner/breadcam_starch-and-starch-derivative.jpg);
}
.breadcam_protein {
    background-image: url(../img/banner/breadcam_protein.jpg);
}
.breadcam_preservatives {
    background-image: url(../img/banner/bradcam_preservatives.jpg);
}
.breadcam_seasoning-flavor-color {
    background-image: url(../img/banner/bradcam_seasoning-flavor-color.jpg);
}
.breadcam_premix {
    background-image: url(../img/banner/breadcam_premix.jpg);
}
.breadcam_beverage {
    background-image: url(../img/banner/bradcam_beverage.jpg);
}
.breadcam_other-product {
    background-image: url(../img/banner/breadcam_other-product.jpg);
}

/* line 1, ../../Arafath/CL/CL October/213. Business/HTML/scss/_slider.scss */
.slider_bg_1 {
  background-image: url(../img/banner/hompage_1.jpg);
}

/* line 4, ../../Arafath/CL/CL October/213. Business/HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(../img/banner/banner2.jpg);
}
/* line 4, ../../Arafath/CL/CL October/213. Business/HTML/scss/_slider.scss */
.slider_bg_3 {
  background-image: url(../img/banner/banner3.jpg);
}
/* line 4, ../../Arafath/CL/CL October/213. Business/HTML/scss/_slider.scss */
.slider_bg_4 {
  background-image: url(../img/banner/banner4.jpg);
}
.slider_bg_5 {
  background-image: url(../img/banner/banner5.jpg);
}
.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.card[class*="border"] {
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none
}
.card .card-title h3 {
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.card .card-title h5 {
  font-size: 12px;
  font-weight: 400;
  color: #fcb321;
  padding: 10px;
}
.card .card-title span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.card .card-title p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding:20px;
}
.img-card-bakery {
	background-image: url(../img/products/img-bakery-product.jpg);
}
.img-confectionary {
  background-image: url(../img/products/img-confectionary-product.jpg);
}
.img-card-meat {
	background-image: url(../img/products/img-meat-product.png);	
}
.img-card-beverage {
	background-image: url(../img/products/img-beverage-industry.jpg);
}
.rgba-black-strong,
.rgba-black-strong:after {
    background-color: rgba(0, 0, 0, 0.4)
}

/* line 1, ../../Arafath/CL/CL October/213. Business/HTML/scss/_product.scss */
.product_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/CL October/213. Business/HTML/scss/_product.scss */
  .product_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/CL October/213. Business/HTML/scss/_product.scss */
  .product_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.product_area a.single-product {
    display: block;
    color: inherit;
    text-decoration: none;
}

.product_area .single-product {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
    border-radius: 16px;
    transform: scale(1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover ทั้ง Card */
.product_area .single-product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* รูป ไม่ต้อง Zoom แยก */
.product_area .single-product img {
    display: block;
    width: 100%;
    transform: none;
    border-radius: 16px 16px 0 0;
}

/* Title */
.product_area .single-product .prodtitle {
    display: block;
    width: 100%;
    padding: 12px 10px;
    background: #f9f9f9;
    text-align: center;
}

.product_area .single-product .prodtitle h3 {
    position: static;
    margin: 0;
    padding: 0;
    background: none;
    color: #222;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.3em;
}

/* product_area list product */

.product_area a.list-product {
    display: block;
    color: inherit;
    text-decoration: none;
}

.product_area .list-product {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
    border-radius: 10px;
    transform: scale(1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
	height: 100%;	
}

/* Hover ทั้ง Card */
.product_area .list-product:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
}

.product_area .list-product .nameitem {
    display: block;
    width: 100%;
    padding: 16px 16px;
    background: #f9f9f9;
	margin-top: auto;
}

/* Title */
.product_area .list-product .nameitem p {
    position: static;
    margin: 0;
    padding: 0;
    background: none;	
	font-weight: 300;
	font-size: medium;
	line-height: 1.4em !important;
}

.product_area .list-product .nameitem h5 {
    position: static;
    margin-bottom: 15px;
    padding: 0;
    background: none;
    color: #401310;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.4em !important;
}

.bg-pink {
    background-color: #ea1e63 !important
}
.bg-drakblue {
    background-color: #003853 !important
}
.bg-purple {
    background-color: #9c28b1 !important
}
.bg-deeppurple {
    background-color: #673bb7 !important
}
.bg-indigo {
    background-color: #3f51b5 !important
}
.bg-lightblue {
    background-color: #3d82ab !important
}
.bg-cyan {
    background-color: #00bcd5 !important
}
.bg-teal {
    background-color: #009788 !important
}
.bg-lightgreen {
    background-color: #45bb89 !important
}
.bg-lime {
    background-color: #cddc39 !important
}
.bg-yellow {
    background-color: #ffeb3c !important
}
.bg-orange {
    background-color: #ff9700 !important
}
.bg-deeporange {
    background-color: #fe5722 !important
}
.bg-brown {
    background-color: #795547 !important
}
.bg-gray {
    background-color: #9e9e9e !important
}
.bg-bluegray {
    background-color: #607d8b !important
}
.bg-red {
    background-color: #f44236 !important
}
.bg-mist {
    background-color: #f2f4ef !important
}

.text-drakblue {
    color: #003853 !important
}

a.text-drakblue:focus,
a.text-drakblue:hover {
    color: #003A53 !important
}
.text-orange {
    color: #ff9700 !important
}

a.text-orange:focus,
a.text-orange:hover {
    color: #ffaa33 !important
}
.text-teal {
    color: #009788 !important
}

a.text-teal:focus,
a.text-teal:hover {
    color: #009788 !important
}
.text-sienna {
    color: #500913 !important
}

a.text-sienna:focus,
a.text-sienna:hover {
    color: #6D1818 !important
}

/* rounded */
.icon-rounded {
	display: inline-block;
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-o-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.icon-rounded.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.icon-rounded.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
	border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-o-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
}
.icon-rounded.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
}
.icon-rounded.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
	border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
	-o-border-radius: 12px !important;
	-ms-border-radius: 12px !important;
}


/* circled */
.icon-circled {
	display: inline-block;
	border-radius: 1000px !important;
	-moz-border-radius: 1000px !important;
	-webkit-border-radius: 1000px !important;
	-o-border-radius: 1000px !important;
	-ms-border-radius: 1000px !important;
	text-align: center;
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
}

.icon-circled.icon-2x{
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
}
.icon-circled.icon-3x{
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
}
.icon-circled.icon-4x{
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
.icon-circled.icon-5x{
	width: 120px !important;
	height: 120px !important;
	line-height: 120px !important;
}
.text-bold {
	font-weight:600;
}
.follow-links {
	margin-bottom: 70px;
}

.follow-links ul li {
	list-style: none;
	overflow: hidden;
	padding: 12px 16px 10px 20px;
	margin-bottom: 10px;
}
.follow-links ul li.facebook {
	background: #506eaa;
}

.follow-links ul li.twitter {
	background: #55acee;
}

.follow-links ul li.google {
	background: #dd4b39;
}
.follow-links ul li.lineid {
	background: #00b900;
}
.follow-links ul li.result  {
	background: #17a2b8;
}
.follow-links ul li.photo {
	background: #fd7e14;
}
.follow-links ul li i {
	font-size: 14px;
	color: #ffffff;
	float: left;
	line-height: 24px;
}

.follow-links ul li .fl-name {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	float: left;
	margin-left: 32px;
	position: relative;
}

.follow-links ul li .fl-name:after {
	position: absolute;
	left: -15px;
	top: -2px;
	height: 26px;
	width: 1px;
	background: #ffffff;
	content: "";
}

.follow-links ul li .fl-fan {
	font-size: 14px;
	color: #ffffff;
	float: right;
}
.section-title {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.section-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #f39c12;
    content: "";
    z-index: 1;
}
.section-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #f2f2f2;
    content: "";
}
.section-title h3 span {
    font-weight: 700;
}
/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.large-blog {
	height: 500px;
	position: relative;
	margin-bottom: 50px;
}

.large-blog .bi-tag {
	font-size: 12px;
	color: #ffffff;
	background: #dd1515;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 15px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.large-blog .bi-text {
	position: absolute;
	left: 0;
	bottom: 34px;
	width: 100%;
	padding: 0 30px;
}

.large-blog .bi-text h3 {
	margin-bottom: 15px;
}

.large-blog .bi-text h3 a {
	color: #ffffff;
	line-height: 38px;
	font-weight: 500;
}

.large-blog .bi-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	margin-right: 20px;
	position: relative;
}

.large-blog .bi-text ul li:after {
	position: absolute;
	right: -12px;
	top: 0;
	content: "|";
}

.large-blog .bi-text ul li:last-child {
	margin-right: 0;
}

.large-blog .bi-text ul li:last-child:after {
	display: none;
}

.blog-items .single-item {
	overflow: hidden;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #e5e5e5; */
	margin-bottom: 10px;
}

.blog-items .single-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.blog-items .single-item .bi-pic {
	float: left;
	margin-right: 30px;
}

.blog-items .single-item .bi-pic img {
	border-radius: 2px;
	min-width: 100%;
}

.blog-items .single-item .bi-text {
	overflow: hidden;
	padding-top: 10px;
}

.blog-items .single-item .bi-text h4 {
	margin-bottom: 12px;
}

.blog-items .single-item .bi-text h4 a {
	color: #151618;
	line-height: 32px;
	font-weight: 500;
}
.blog-items .single-item .bi-text h4 a:hover {
	color: #f39c12;
}

.blog-items .single-item .bi-text ul {
	margin-bottom: 20px;
}

.blog-items .single-item .bi-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #ababab;
	margin-right: 20px;
	position: relative;
}

.blog-items .single-item .bi-text ul li i {
	color: #f39c12;
}

.blog-items .single-item .bi-text ul li:after {
	position: absolute;
	right: -12px;
	top: 0;
	content: "|";
}

.blog-items .single-item .bi-text ul li:last-child {
	margin-right: 0;
}

.blog-items .single-item .bi-text ul li:last-child:after {
	display: none;
}

.blog-items .single-item .bi-text p {
	font-size: 14px;
	color: #636363;
}

.more-blog {
	margin-top: 50px;
}

.more-blog a {
	display: inline-block;
	font-size: 14px;
	color: #636363;
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 22px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 16px;
}

.more-blog a:hover {
	background: #dd1515;
	color: #ffffff;
	border-color: #dd1515;
}

.blog-sidebar .bs-categories {
	margin-bottom: 60px;
}

.blog-sidebar .bs-categories ul li {
	list-style: none;
	position: relative;
	padding-left: 22px;
}

.blog-sidebar .bs-categories ul li a {
	font-size: 16px;
	color: #151618;
	line-height: 30px;
}

.blog-sidebar .bs-categories ul li:before {
	position: absolute;
	left: 0;
	top: 11px;
	height: 8px;
	width: 8px;
	background: #636363;
	content: "";
	border-radius: 50%;
}

.blog-sidebar .bs-recent {
	margin-bottom: 65px;
}

.blog-sidebar .bs-popular-tag .tags a {
	display: inline-block;
	font-size: 14px;
	color: #636363;
	font-weight: 500;
	text-transform: uppercase;
	background: #f2f2f2;
	padding: 4px 16px;
	margin-right: 6px;
	margin-bottom: 10px;
}
.cut-text-multi{
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.cut-text-2c{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
/*-------------------------------- Respinsive Media Styles --------------------------------*/

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.left-blog-pad {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.blog-sidebar {
		margin-top: 40px;
}
	.hs-item .hs-text h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 32px;
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.left-blog-pad {
		padding-right: 15px;
	}
}
	.hs-item .hs-text h2 {
	font-size: 24px;
	margin-bottom: 22px;
}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.section-title.latest-title h3 {
		float: none;
	}
	.section-title.latest-title ul {
		text-align: left;
		padding-top: 10px;
	}
	.section-title.latest-title ul li {
		margin-bottom: 5px;
	}
	.blog-items .single-item .bi-pic {
		float: none;
		margin-right: 0;
	}
	.blog-items .single-item .bi-text {
		padding-top: 20px;
	}
	.left-blog-pad {
		padding-right: 15px;
	}	
	.left-blog-pad {
		padding-right: 15px;
	}
}

/* Small Mobile: 320px */

.hover-effect {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 1px solid rgba(255, 193, 7, 0.1) !important; /* เส้นขอบสีเหลืองบางๆ */
}

.hover-effect:hover {
  transform: translateY(-5px); /* เลื่อนขึ้นเล็กน้อยตอนเมาส์ชี้ */
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.2) !important; /* เงาสีเหลืองเรืองแสง */
  border-color: #ffc107 !important; /* เปลี่ยนเส้นขอบเป็นสีเหลืองชัดขึ้น */
  cursor: pointer;
}


