*{
	outline: 0 !important;
}
body,html{
	font-family: 'Poppins', 'Prompt', sans-serif;
	font-size: 16px;
	line-height: 33px;
	font-weight: 400;
	color: #666;
}
.wrap_banner{
	padding: 0;
}
 .wrap_banner .flexslider{
            margin-bottom: 0;
			border-right: 0;
			border: 0;
        }
 .wrap_banner .flex-control-nav{
	bottom: 10px;
	z-index: 9;
}
 .wrap_banner .flex-control-paging li a.flex-active{
	background-color: #fff;
	box-shadow: none;
}
 .wrap_banner .flex-control-paging li a{
	background: rgba(255,255,255,0.2);
	border: 2px solid #fff;
	box-shadow: none;
}
 .wrap_banner .flex-direction-nav .flex-next{
	background-image: url(../images/slidebanner-arrow-next.svg);
	width: 30px;
	height: 30px;
	 right: 30px;
	 background-repeat: no-repeat;
	background-size: 100%;
}
 .wrap_banner .flex-direction-nav .flex-prev{
	background-image: url(../images/slidebanner-arrow-next.svg);
	width: 30px;
	height: 30px;
	 left: 30px;
	 background-repeat: no-repeat;
	 background-size: 100%;
	 transform: rotate(180deg);
}
.wrap_banner .flexslider:hover .flex-direction-nav .flex-prev{
	left: 30px;
}
.wrap_banner .flexslider:hover .flex-direction-nav .flex-next{
	right: 30px;
}
.wrap_banner .flex-direction-nav a:before{
	text-indent: 9999px;
}
.home_titlecompany{
	background-image: url(../images/bg_titlecompany_03.jpg);
	background-repeat: repeat;
	color: #38190c;
	text-align: center;
	position: relative;
	padding: 60px 0 80px;
}
.home_titlecompany:after{
	content: "";
	background-image: url(../images/pineapple01_03.png);
	position: absolute;
	bottom: -25px;
	right: 0;
	width: 350px;
	height: 100%;
	background-size: 100%;
    background-repeat: no-repeat;
}
.home_titlecompany h1{
	text-transform: uppercase;
	color: #533022;
	margin-bottom: 20px;
}
.topic_title{
	font-weight: 700;
	letter-spacing: 3px;
}
.home_titlecompany .col{
	padding: 0 100px;
}
.bg_producthome{
	background-image: url(../images/bgproduct-home_02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	background-size: contain;
	border-top: 3px solid #f5f5f5;
	border-bottom: 3px solid #f5f5f5;
}
.home_productslide{
	width: 58%;
	float: right;
	text-align: center;
	padding: 100px 100px 100px 0;
}
.home_productslide h1{
	text-transform: uppercase;
	color: #175b49;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
.home_productslide h1:after{
	content: "";
	background-image: url(../images/icon_topic-ourproduct.svg);
	position: absolute;
	top: -10px;
	right: -55px;
	width: 50px;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.home_productslide .owl-carousel .owl-nav .owl-prev, .home_productslide .owl-theme .owl-nav [class*=owl-].owl-prev:hover{
	background-image: url(../images/homeproductslide-arrow.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 34%;
    left: -75px;
	background-size: 100%;
	transform: rotate(180deg);
	background-color: transparent;
}
.home_productslide .owl-carousel .owl-nav .owl-next, .home_productslide .owl-theme .owl-nav [class*=owl-].owl-next:hover{
	background-image: url(../images/homeproductslide-arrow.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 34%;
    right: -75px;
	background-size: 100%;
	background-color: transparent;
}
.home_productslide a{
	color: #333;
}
.home_productslide a:hover{
	text-decoration: none;
	color: #533022;
}
.home_productphoto{
	border-radius: 50%;
	border: 8px solid #d6d6d6;
	overflow: hidden;
	margin: 0 auto 30px;
	transition: 0.5s;
}
.home_productslide h2{
	font-size: 1.3rem;
	font-weight: 400;
}
.home_productphoto figure{
	margin: 0;
}
.home_productslide a:hover .home_productphoto{
	border: 8px solid #533022; 
}
.home_productslide .home_productphoto img{
	transition: all .5s ease-in-out;
	object-fit: cover;
}
.home_productslide a:hover .home_productphoto img{
	transform: scale(1.1);
}
.bgcontent{
	background-image: url(../images/bgcontent.jpg);
	background-repeat: repeat;
}
.home_latestnews{
	padding: 70px 0 0;
	text-align: center;
}
.home_latestnews h1{
	color: #533022;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.home_latestnews h1:before{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 20px;
	left: -30px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.home_latestnews h1:after{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 20px;
	right: -30px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.home_boxnews{
	border-bottom: dotted 2px #caa292;
	text-align: left;
	padding: 50px 0;
}
.home_boxnews:last-child{
	border-bottom: none;
}
.link_newsphoto{
	display: block;
}
.link_newsphoto figure{
/*
	border-radius: 50%;
	border: 8px solid #533022;
*/
	overflow: hidden;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.link_newsphoto figure img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-recentnews .link_newsphoto figure{
    height: 200px;
}
.link_news{
	display: block;
	padding-left: 30px;
}
.link_news:hover{
	text-decoration: none;
}
.link_news h2{
	color: #175b49;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 36px;
	max-height: 75px;
	margin-top: 25px;
}
.news_date{
	background-color: #fedd2b;
	border-radius: 10px;
	color: #533022;
	display: inline-block;
	height: 36px;
	padding: 0 25px;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 38px;
	white-space: nowrap;
}
.news_date img{
	width: 20px;
	height: 100%;
	margin-right: 10px;
	vertical-align: top;
}
.desc_news{
	color: #666;
	max-height: 100px;
	margin-bottom: 15px;
}
.btn_viewmore{
	color: #533022;
	font-weight: 500;
}
.btn_viewmore img{
	width: 16px;
	margin:9px 0 0 7px;
	vertical-align: top;
}
.bg_bannerabout{
	padding: 0;
}
.bg_bannerabout figure{
	padding: 0 0 30px;
}
.bg_bannerabout figure img{
	width: 100%;
	height: auto;
}
.bg_bannerabout{
	background-image: url(../images/bgabout.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #38190c;
	background-size: cover;
}
.desc_about01{
	margin-bottom: 50px;
}
.desc_about01 img{
	margin: 20px 0 40px;
}
.wrap_milestone{
	background-image: url(../images/bg_milestone_02.jpg);
	background-repeat: no-repeat;
	border-top: 4px solid #ededde;
	border-bottom: 4px solid #ededde;
	text-align: center;
	padding: 50px 0;
	background-size: 100%;
}
.wrap_achievement{
	background:rgba(238,238,238,0.3);
	border-bottom: 4px solid #eee;
	text-align: center;
	padding: 50px 0;
	background-size: 100%;
}
.wrap_milestone h1, .wrap_achievement h1{
	color: #533022;
    margin-bottom: 25px;
	text-transform: uppercase;
}
.arrow_tl{
    background-color: #00cc99;
    height: 24px;
    width: 100%;
    position: relative;
    text-align: center;
    padding-left: 12px;
    margin-top: 280px;
    margin-bottom: 320px;
}
.arrow_tl span{
    display: inline-block;
    background-color: #FFF;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    line-height: 1;
    vertical-align: middle;
}
.arrow_tl::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #00cc99;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 100%;
}
.arrow_tl:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 12px solid #003366;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.tl_top{
    position: absolute;
    margin: 0 auto;
    top: 100%;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: center;
    left: 12px;
    right: 0px;
}
.tl_top h1{
    font-size: 14px;
    margin-bottom: 30px;
}
.tl_top h1 div{
    margin-top: 10px;
}
.tl_year{
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.tl_bottom{
    position: absolute;
    margin: 0 auto;
    bottom: 100%;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: center;
    left: 12px;
    right: 0px;
}
.desc_timeline{
    line-height: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 0;
}
.desc_timeline img{
    padding-top: 15px;
}
.wrap_vision{
	border-bottom: 3px solid #eee;
	position: relative;
	padding: 50px 0 30px;
}
.wrap_vision:before{
	content: "";
	background-image: url(../images/photomission_03.png);
	background-repeat: no-repeat;
	width: 641px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-position: bottom left;
}
.wrap_vision:after{
	content: "";
	background-image: url(../images/jigsaw_06.png);
	background-repeat: no-repeat;
	width: 265px;
	height: 100%;
	position: absolute;
	top: 25px;
	right: 35px;
}
.vm_content{
	padding-left: 350px;
}
.boxvision{
	color: #b0c745;
}
.boxmission{
	margin-top: 30px;
}
.boxmission h1{
	color: #175b49;
}
.boxmission ul{
	padding: 5px 0 0 5px;
}
.boxmission ul li{
	list-style: none;
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
}
.boxmission ul li:before{
	content: "";
	background-color: #175b49;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 13px;
	left: 0;
}
.owl-carousel.timeline-carousel .owl-item figure{
	margin: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.owl-carousel.timeline-carousel .owl-item figure .svg{
	width: 150px;
	display: inline-block;
}
.owl-carousel.timeline-carousel .owl-item figure .svg.timeline_line{
	width: 100%;
	height: 27px;
	position: absolute;
	bottom: 5px;
	left: 50%;
}
.owl-carousel.timeline-carousel .owl-item:nth-child(even) figure .svg.timeline_line{
	left: auto;
	right: 50%;
}
.owl-carousel.timeline-carousel .owl-item:last-child figure .svg.timeline_line{
	display: none;
}
.owl-carousel.timeline-carousel .owl-item:nth-child(even) figure{
	transform: rotate(180deg);
	top: auto;
	bottom: 0;
}
.owl-carousel.timeline-carousel .owl-item figcaption p{
	margin-bottom: 15px;
	display: inline-block;
    color: #38190c;
    line-height: 26px;
}
.owl-carousel.timeline-carousel h1{
    font-size: 1.5rem;
    font-weight: 700;
}
.owl-carousel.timeline-carousel h2{
    position: absolute;
    top: 25.5%;
    left: 0;
    width: 100%;
    text-align: center;
}
.owl-carousel.timeline-carousel .owl-item:nth-child(even) figure h2{
    transform: rotate(180deg);
}
.txt_certificate{
	color: #533022;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.txt_certificate:before{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 20px;
	left: -30px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.txt_certificate:after{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 20px;
	right: -30px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.wrap_certificate{
    text-align: center;
    padding: 80px 0;
}
.wrap_certificate h2{
	color: #175b49;
	font-size: 1.8rem;
	margin-top: 30px;
}
.box_logocer{
    padding: 0 5% 50px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 70px;
}
.box_logocer:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.box_logocer a{
    color: #666;
    margin-top: 60px;
    display: inline-block;
    transition: 0.5s;
    width: 14%;
	vertical-align: top;
    line-height: 26px;
}
.box_logocer a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.news_latestupdate{
	background-image: url(../images/bg_titlecompany_03.jpg);
	background-repeat: repeat;
	color: #38190c;
	position: relative;
	padding: 50px 0 80px;
}
.link_topnews h1{
    color: #533022;
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: 1.2px;
    margin-top: 10px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.link_topnews h1:before{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.link_topnews h1:after{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 12px;
	right: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.link_topnews{
    color: #666;
    padding-left: 20px;
    display: block;
}
.link_topnews:hover{
    text-decoration: none;
    color: #666;
}
.owl-latestnews.owl-carousel .owl-item .news_date img{
    width: 20px;
    height: 100%;
    display: inline-block;
}
.owl-latestnews.owl-carousel .owl-item .btn_viewmore img{
    width: 16px;
    height: 100%;
    display: inline-block;
}
.link_topnews .news_date{
    display: inline-block;
    width: auto;
    margin: 30px 0 20px;
}
.link_topnews h2{
    color: #175b49;
    font-size: 1.3rem;
    max-height: 100px;
    line-height: 33px;
}
.desc_topnews{
    max-height: 165px;
    margin-bottom: 13px;
}
.owl-latestnews.owl-theme .owl-dots .owl-dot span{
    background-color: transparent;
    border: 2px solid #666;
}
.owl-latestnews.owl-theme .owl-dots .owl-dot.active span, .owl-latestnews.owl-theme .owl-dots .owl-dot:hover span, .owl-latestnews.owl-theme .owl-dots .owl-dot.active span, .owl-latestnews.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #175b49;
    border: 2px solid #175b49;
}
.bg_selectnews{
    background-image: url(../images/bg_yellownews_02.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 156px;
    margin-top: -30px;
}
.bg_selectnews h1{
    color: #533022;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-top: 50px;
}
.nav_newspage{
	padding-top: 50px;
}
.nav_newspage ul{
    padding-left: 0;
}
.nav_newspage ul li{
	list-style: none;
	display: inline-block;
	margin: 0 4px;
}
.nav_newspage ul li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fedd2b;
	line-height: 40px;
	color: #533022;
	font-weight: 500;
	transition: 0.5s;
}
.nav_newspage ul li a:hover, .nav_newspage ul li a.active{
	background-color: #768c08;
	color: #fff;
	text-decoration: none;
}
.news_selectmonth{
	margin-top: 50px;
}
.news_selectmonth select{
	width: 100%;
	border-radius: 25px;
	border: 2px solid #768c08;
	color: #768c08;
	background-color: rgba(255,255,255,0.3);
	padding: 0 7px;
	height: 40px;
	line-height: 40px;
}
.news_detailbg{
	background-image: url(../images/bg_titlecompany_03.jpg);
	background-repeat: repeat-x;
	color: #38190c;
	position: relative;
	padding: 50px 0 100px;
	background-size: auto 480px;
}
.news_detailbg h1{
	text-align: center;
	font-size: 1.8rem;
	line-height: 44px;
}
.news_detailbg figure{
	margin: 30px auto 40px;
	text-align: center;
}
.news_detailbg .news_date{
	display: block;
	text-align: center;
	background: none;
	margin-top: 15px;
}
.content_newdetail{
	color: #666;
}
.content_newdetail h5{
	line-height: 36px;
}
.content_newdetail img{
	width: 100% !important;
}
.title_newsgallery{
	background-color: #175b49;
	border-radius: 25px;
	color: #fff;
	font-size: 2rem;
	padding: 0 25px;
	height: 50px;
	margin: 70px auto 30px;
	width: 400px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 50px;
}
.photolg{
	padding-right: 15px;
}
.photogall{
	position: relative;
    padding-bottom: 75%;
    overflow: hidden;
	margin: 16px 0;
	border-radius: 10px;
}
.photogall img{
    display: block;
     position: absolute;
    width: 100%;
    height: auto;
}
.title_recentnews{
	text-align: center;
	padding-top: 20px;
}
.title_recentnews h1{
    color: #533022;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 1.2px;
    margin-top: 10px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 20px;
	text-align: center;
}
.title_recentnews h1:before{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 14px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.title_recentnews h1:after{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 14px;
	right: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.owl-recentnews h2{
	color: #533022;
    font-size: 1.2rem;
}
.banner_contact{
	padding: 0;
	border-bottom: 3px solid #b0c745;
}
.banner_contact figure{
	margin-bottom: 0;
}
.banner_contact img{
	width: 100%;
}
.bg_contact{
	background-image: url(../images/bg_contact.png);
	background-repeat: no-repeat;
	padding: 70px 0 40px;
	position: relative;
	background-size: 100%;
}
.contact_address{
	padding-right: 50px;
}
.contact_address h1{
	color: #175b49;
	font-size: 2rem;
}
.box_address{
	margin: 35px 0 0 40px;
}
.box_address h2{
	color: #533022;
	font-size: 1.6rem;
	position: relative;
}
.box_address h2:before{
	content: "";
	background-color: #533022;
	width: 25px;
	height: 3px;
	position: absolute;
	top: 13px;
	left: -40px;
}
.box_address address{
	color: #333;
	font-size: 1.1rem;
	margin:8px 0 10px;
}
.box_address div{
	margin-bottom: 5px;
}
.box_address div img{
	vertical-align: top;
	margin: 5px 8px 0 0;
	width: 20px;
	opacity: 0.7;
}
.box_address div a{
	color: #666;
}
.box_enquiry{
	background-color: #fff;
	box-shadow: 1px 0 1px rgba(102,102,102,0.1);
	padding: 30px;
	border: 1px solid #eee;
	margin-top: -135px;
	position: relative;
}
.box_enquiry:before{
	content: "";
	background-color: #b0c745;
	width: 35px;
	height: 70%;
	position: absolute;
	top: 30%;
	left: -36px;
}
.box_enquiry:after{
	content: "";
	background-color: #b0c745;
	width: 103%;
	height: 35px;
	position: absolute;
	bottom: -35px;
	left: -36px;
}
.title_enquiry{
	text-align: center;
}
.title_enquiry h1{
    color: #533022;
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: 1.2px;
    margin: 10px 0 30px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 20px;
	text-align: center;
}
.title_enquiry h1:before{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 12px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.title_enquiry h1:after{
	content: "";
	background-color: #533022;
	position: absolute;
	top: 12px;
	right: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.box_enquiry input, .box_enquiry select, .box_enquiry textarea{
	border-radius: 0;
	background-color: #f5f5f5;
	border: 0;
}
.box_enquiry label{
	margin-bottom: 0;
}
.box_enquiry label span{
	color: #f00;
}
.box_enquiry button{
	background-color: #fedd2b;
	border-radius: 25px;
	text-align: center;
	color: #533022;
	height: 35px;
	line-height: 35px;
	font-weight: 500;
	border: 0;
	width: 130px;
	margin: 20px 0;
	cursor: pointer;
	transition: 0.5s;
}
.box_enquiry button:hover{
	background-color: #666;
	color: #fff;
}
.banner_product{
	padding: 0;
	border-bottom: 4px solid #edede5;
}
.banner_product figure{
	margin-bottom: 0;
}
.banner_product img{
	width: 100%;
}
.wrap_itemproduct{
	padding: 70px 6%;
	text-align: center;
}
.wrap_itemproduct h1{
	color: #41261b;
}
.item_productdhd{
	display: inline-block;
	width: 24%;
	padding: 0 20px;
	vertical-align: top;
}
.item_productdhd a:hover{
	text-decoration: none;
}
.item_product, .item_productdhd{
	margin-top: 50px;
}
.item_product h1, .item_productdhd h1{
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.item_product figure, .item_productdhd figure{
	height: 193px;
	position: relative;
}
.item_product figure img, .item_productdhd figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.product_specification h1{
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin: 30px 0 40px;
}
.product_specification .flexslider{
    background: none;
}
.wrap_specification{
	display: none;
}
.wrap_specification:first-child{
	display: block;
}
.menusize h2{
	color: #41261b;
	font-size: 1.3rem;
	display: inline-block;
}
.menusize ul{
	display: inline-block;
}
.menusize ul li{
	list-style: none;
	display: inline-block;
	background-color: #dedede;
	border-radius: 25px;
	color: #333;
	cursor: pointer;
	font-weight: 500;
	width: 170px;
	text-align: center;
	height: 40px;
	margin-right: 10px;
	line-height: 40px;
	transition: 0.5s;
	position: relative;
}
.menusize ul li:hover, .menusize ul li.active{
	background-color: #175b49;
	color: #fff;
}
.productnew{
	position: absolute;
	top: -20px;
	right: -10px;
}
.wrap_specification{
	border: 5px solid #e5decf;
	border-radius: 7px;
	padding: 30px;
}
.product_bgcircle{
	position: relative;
}
.product_bgcircle:before{
	content: "";
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background-color: #d9ece7;
	position: absolute;
	top: 5px;
	left: 0;
}
.product_bgcircle figure{
	margin-left: 50px;
}
.product_bgcircle figure img, .product_bgcircle h1{
	position: relative;
	z-index: 9;
}
.product_bgcircle h1{
	color: #41261b;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.size_bgtoptable{
	background-color: #41261b;
	border-radius: 25px;
	height: 40px;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	position: relative;
	margin: 35px 0 5px;
}
.size_bgtoptable2{
	background-color: #41261b;
	border-radius: 25px;
	height: 40px;
	color: #fff;
	padding: 0 40px;
	line-height: 40px;
	margin: 15px 0 5px;
	display: inline-block;
	font-size: 1.2rem;
}
.icon_pineapple{
	position: absolute;
	bottom: -17px;
	right: -20px;
}
.desc_sizecan{
	border-bottom: dotted 2px #ddd;
	padding:10px 20px;
}
.desc_sizecan span{
	color: #175b49;
	font-weight: 500;
}
.spec_sizebottom{
	margin-bottom: 3px;
}
.spec_sizebottom span{
	color: #41261b;
	font-weight: 500;
	padding-right: 8px;
}
.wrap_specsizebottom{
	margin-top: 25px;
}
.wrap_specsizebottom2{
	margin: 15px 0 0 40px;
}
.wrap_specsizebottom2 h2{
    color: #175b49;
    font-size: 1.3rem;
    margin: 20px 0 15px;
}
.wrap_packingmedia{
	position: relative;
	margin: 80px 7% 0;
	padding: 30px 0;
}
.wrap_packingmedia:before{
	content: "";
	background-color: #f6f2ed;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 60px;
}
.desc_packmedia h1{
	color: #41261b;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin:15px 0;
}
.desc_packmedia ul{
	padding: 0;
}
.desc_packmedia ul li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
}
.desc_packmedia ul li:before{
	content: "";
	background-color: #175b49;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 1px;
}
.desc_packmedia ul li span{
	color: #000;
	font-weight: 500;
	padding-right: 3px;
}
.desc_packmedia{
	padding-left: 25px;
}
.box_product .desc_packmedia{
	margin-top: 30px;
	padding-left: 5px;
}
.photo_packing{
	padding: 0;
}
.product_contentleft{
	text-align: left;
	padding-left: 30px;
}
.product_contentleft h1{
	color: #41261b;
	margin:30px 0 15px;
}
.wrap_itemproduct2{
	padding: 70px 0 20px;
}
.photo_itemproduct2{
	padding: 0;
	text-align: center;
}
.photo_itemproduct2 img{
	margin: 0 auto;
}
.product_cansize{
	text-align: center;
}
.wrap_specsizebottom2 .spec_sizebottom{
	margin-bottom: 7px;
}
.wrap_specification2{
	padding-top: 50px;
}
.box_product:nth-child(even){
	background-color: rgba(246,242,237,0.3);
	border-top: 4px solid #ece7e0;
	border-bottom: 4px solid #ece7e0;
	padding-bottom: 50px;
	margin-top: 50px;
}
.product_toptable{
	padding-left: 0;
}
.product_toptable h1{
	margin-bottom: 0;
}
.bg_toptable{
	background-color: #41261b;
	color: #fff;
}
.bg_toptable td{
	padding: 5px 35px;
	text-align: center;
}
.bg_toptable th{
	font-weight: normal;
}
.bg_toptable td:first-child{
	-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomleft: 25px;
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
	text-align: left;
	width: 35%;
}
.bg_toptable td:last-child{
	-webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-bottomright: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}
.wrap_tableproduct table td{
	border: 0;
}
.box_listcutting{
	border-bottom: dotted 2px #ddd;
}
.box_listcutting span{
	font-weight: 500;
	color: #175b49;
}
.box_listcutting i{
	font-size: 1.8rem;
	color: #f0af1d;
	vertical-align: top;
}
.box_listcutting td{
	padding: 13px 35px;
	text-align: center;
}
.box_listcutting td:first-child{
	text-align: left;
}
.box_listcutting td:last-child{
	padding-bottom: 0;
}
.box_listcutting:last-child{
	border-bottom: 0;
}
.box_dhd td{
	padding: 10px 10px;
}
.bg_toptabledhd th{
	text-align: center;
}
.bg_toptabledhd th:first-child{
	text-align: left;
}
.box_dhd i{
	font-size: 1.6rem;
}
.timeline01.svg path.st0, .timeline01.svg ellipse.st0, .timeline_line.svg path.st0{
  fill: #fe635e;
}
.owl-item:nth-child(5n-3) .timeline01.svg path.st0, 
.owl-item:nth-child(5n-3) .timeline01.svg ellipse.st0, 
.owl-item:nth-child(5n-3) .timeline_line.svg path.st0{
  fill: #fb8b63;
}
.owl-item:nth-child(5n-2) .timeline01.svg path.st0, 
.owl-item:nth-child(5n-2) .timeline01.svg ellipse.st0, 
.owl-item:nth-child(5n-2) .timeline_line.svg path.st0{
  fill: #febf60;
}
.owl-item:nth-child(5n-1) .timeline01.svg path.st0, 
.owl-item:nth-child(5n-1) .timeline01.svg ellipse.st0, 
.owl-item:nth-child(5n-1) .timeline_line.svg path.st0{
  fill: #bdbc62;
}
.owl-item:nth-child(5n) .timeline01.svg path.st0, 
.owl-item:nth-child(5n) .timeline01.svg ellipse.st0, 
.owl-item:nth-child(5n) .timeline_line.svg path.st0{
  fill: #9dbe9f;
}
.owl-carousel.timeline-carousel h2{
    color: #fe635e;
}
.owl-carousel.timeline-carousel .owl-item:nth-child(5n-3) h2{
    color: #fb8b63;
}
.owl-carousel.timeline-carousel .owl-item:nth-child(5n-2) h2{
    color: #febf60;
}
.owl-carousel.timeline-carousel .owl-item:nth-child(5n-1) h2{
    color: #bdbc62;
}
.owl-carousel.timeline-carousel .owl-item:nth-child(5n) h2{
    color: #9dbe9f;
}
.wrap_toptable{
    padding-top: 30px;
}
.owl-carousel.timeline-carousel .owl-item:nth-child(odd) figcaption{
    padding-top: 15px !important;
}
.wrap_tableproduct2 th{
    border: 1px solid #a38f87;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
}
.wrap_tableproduct2 .bg_toptable th{
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 18px;
}
.wrap_tableproduct2 .bg_toptable th:first-child{
    text-align: left;
}
.wrap_tableproduct2 .box_listcutting td{
    padding:15px 10px;
    vertical-align: top;
    line-height: 24px;
}
.wrap_tableproduct2 .box_listcutting td:first-child{
    padding-right: 30px;
}
.fix_tablewidth{
    width: 30%;
}
.wrap_tableproduct2 .bg_toptable th.txt-center:first-child{
    text-align: center;
}
.fix_tablewidth2{
    width: 8%;
}
.wrap_packingmedia2{
	background-color: #f6f2ed;
	margin: 70px 7% 0;
	padding: 30px 0 15px;
}
.photoproduct{
	text-align: center;
	margin-top: 50px;
}
.dhd_products img{
	width: 100px;
}
.box_capcha{
	margin: 20px 0;
}
.logohome{
	text-align: center;
}
.logohome img{
	width: 250px;
	height: auto;
	margin: 50px 0 30px;
}
.btn_entersite{
	text-align: center;
	margin: 50px auto;
}
.btn_entersite a{
	display: block;
	background-color: #175b49;
	color: #fff;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	padding: 0 30px;
	transition: 0.5s;
}
.btn_entersite a:hover{
	text-decoration: none;
	background-color: #533022;
}
.boxrecentnews1{
        padding: 0 100px;
    }
.boxrecentnews1 .link_news{
    padding-left: 0;
}
.productcutting div{
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #175b49;
    font-weight: 500;
}
.productcutting{
    margin-bottom: 60px;
    padding: 0 5%;
}
.form-check-input{
    vertical-align: top;
    margin-top: 8px;
}
.img_cutting_canned{
    position: relative;
    padding-bottom: 36%;
}
.img_cutting_canned2{
    position: relative;
    padding-bottom: 60%;
}
.flexslider .slides .img_cutting_canned img, .flexslider .slides .img_cutting_canned2 img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.photo_topnewsdetail img{
    width: 50%; 
    height: auto;
}

/* responsive */

@media (min-width: 1700px) and (max-width: 2560px) {
    .bg_selectnews{
        height: 250px;
        background-size: cover;
    }
}
@media (max-width: 1440px) {
	.home_titlecompany .col{
		padding: 0 130px;
	}
    .wrap_vision:before{
        left: -50px;
    }
}

@media (max-width: 1299px) {
    .wrap_vision:before {
        left: -100px;
    }
    .box_logocer a{
        width: 18%;
    }
    .menusize ul li{
		width: auto;
        padding: 0 15px;
	}
}

@media (max-width: 1199px) {
    .owl-recentnews .link_newsphoto figure{
        height: 180px;
    }
    .news_selectmonth{
        margin-top: 35px;
    }
    .desc_topnews{
        height: 100px;
    }
    .link_newsphoto figure{
        height: 215px;
    }
    .txt_certificate:before, .txt_certificate:after{
        top: 15px;
    }
    .wrap_milestone{
        background-size: cover;
        background-position: top center;
    }
    .wrap_vision:before{
        left: -130px;
    }
    .wrap_certificate{
        padding: 50px 0;
    }
	.item_product figure, .item_productdhd figure{
		margin-bottom: 0;
	}
	.item_product h1, .item_productdhd h1{
		font-size: 1.1rem;
	}
	.item_product, .item_productdhd{
		margin-top: 10px;
	}
	.wrap_itemproduct{
		padding: 40px 6%;
	}
	.wrap_packingmedia{
		margin: 50px 3% 0;
	}
    .home_titlecompany{
        padding-top: 50px;
    }
    .topic_title{
        font-size: 2rem;
    }
    .home_titlecompany p{
        position: relative;
        z-index: 9;
    }
    .home_productslide h1:after{
        width: 40px;
        right: -45px;
    }
    .home_productslide{
        padding-right: 70px;
    }
    .home_productslide .owl-carousel .owl-nav .owl-next, .home_productslide .owl-theme .owl-nav [class*=owl-].owl-next:hover{
        width: 30px;
        height: 30px;
        right: -50px;
    }
    .home_productslide .owl-carousel .owl-nav .owl-prev, .home_productslide .owl-theme .owl-nav [class*=owl-].owl-prev:hover{
        width: 30px;
        height: 30px;
        left: -50px;
    }
    .home_productslide h2{
        font-size: 1.1rem;
    }
    .bg_producthome{
        background-size: 73%;
    }
	.home_productslide{
		padding-bottom: 40px;
	}
    .table_productphoto{
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .img_cutting_canned{
        padding-bottom: 67%;
    }
    .flexslider .slides .img_cutting_canned img, .flexslider .slides .img_cutting_canned2 img{
        top: 0;
        left: 0;
        transform: translate(0,0);
    }
	.wrap_packingmedia2{
		margin: 70px 3% 0;
		padding: 30px 15px 15px;
	}
	.wrap_packingmedia2 .desc_packmedia h1{
		font-size: 1.5rem;
	}
	.wrap_packingmedia2 .desc_packmedia .row{
		border-bottom: dotted 1px #ccc;
		padding: 10px 0;
	}
	.wrap_packingmedia2 .desc_packmedia .row:last-child{
		border-bottom: 0;
	}
	.item_productdhd h1{
		font-size: 1rem;
	}
	.item_productdhd figure{
		height: 125px;
	}
    .fix_tablewidth2{
        width: 10%;
    }
    .wrap_tableproduct2 .box_listcutting td:first-child{
        padding-right: 15px;
    }
    .box_listcutting i{
        font-size: 1.5rem;
    }
    .product_contentleft h1{
        margin-top: 0;
    }
    .wrap_specsizebottom2{
        margin-left: 10px;
    }
    .wrap_specification2{
        padding-top: 40px;
    }
    .wrap_itemproduct2{
        padding-top: 40px;
    }
    .bg_contact{
        padding-top: 40px;
    }
    .box_enquiry{
        margin-top: 30px;
    }
    .owl-recentnews .link_newsphoto figure{
        height: 285px;
    }
    .bg_selectnews{
        background-position: top center;
    }
    .link_topnews{
        padding-left: 0;
    }
    .wrap_milestone h1.topic_title{
        margin-bottom: 25px;
    }
    .wrap_milestone {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .wrap_vision:before{
        display: none;
    }
    .vm_content{
        padding-left: 0;
    }
    .box_logocer a{
        margin-top: 30px;
    }
	.home_titlecompany:after{
		display: none;
	}
	.home_titlecompany .col{
		padding: 0;
	}
	.home_titlecompany{
		padding-bottom: 30px;
	}
	.menusize h2, .menusize ul{
		display: block;
	}
	.home_productslide{
		padding-top: 50px;
		padding-bottom: 5px;
	}
	.home_productphoto{
		margin-bottom: 15px;
	}
	.home_productslide h1{
		margin-bottom: 30px;
	}
	.menusize ul{
		padding: 0;
	}
	.menusize ul li{
		font-size: 0.9rem;
		width: auto;
    	padding: 0 30px;
	}
	.product_bgcircle:before{
		width: 200px;
		height: 200px;
	}
	.product_bgcircle h1{
		font-size: 1.3rem;
	}
	.spec_sizebottom{
		font-size: 0.9rem;
		margin-bottom: 0;
	}
	.wrap_packingmedia h1{
		margin: 0;
	}
	.home_latestnews{
		padding-top: 50px;
	}
	.link_news{
		padding-left: 15px;
	}
    .boxrecentnews1{
        padding: 0;
    }
    .owl-recentnews .link_newsphoto figure{
        height: 180px;
    }
}

@media (max-width: 767px) {
	.wrap_vision{
		padding: 35px 0;
	}
    .fix_tablewidth{
        width: 35%;
    }
    .wrap_tableproduct2 table{
        min-width: 767px;
    }
    .link_newsphoto figure{
        height: 150px;
    }
	.link_news h2{
		font-size: 1.2rem;
		line-height: 30px;
		height: 60px;
	}
	.menusize h2{
		font-size: 1.1rem;
	}
	.product_specification h1{
		font-size: 1.6rem;
		margin-top: 0;
	}
	.item_product{
		padding: 0 25px;
	}
	.wrap_itemproduct h1{
		margin-bottom: 25px;
	}
	.topic_title{
		font-size: 1.8rem;
	}
	.menusize ul li{
		padding: 0;
		width: 150px;
		margin-bottom: 15px;
	}
	.product_specification h1{
		text-align: left;
		font-size: 1.3rem;
	}
	.product_bgcircle img{
		max-width: 40%;
	}
	.wrap_packingmediawrap_packingmedia h1{
		font-size: 1.5rem;
	}
	.wrap_packingmedia:before{
		bottom: 0;
	}
    .owl-recentnews .link_newsphoto figure{
        height: 210px;
    }
	.logohome img{
		width: 150px;
		margin-bottom: 20px;
	}
	.btn_entersite{
		margin-top: 30px;
	}
}

@media (max-width: 575px){
	body,html{
		font-size: 14px;
	}
	.mb_nopad{
		padding: 0;
	}
	.wrap_packingmedia2{
		margin: 30px 0;
		padding: 5px 15px;
	}
	.wrap_packingmedia2 .desc_packmedia h1{
		font-size: 1.3rem;
		line-height: 26px;
		margin-bottom: 0;
	}
	.item_productdhd{
		width: 48%;
	}
    .contact_address h1{
        font-size: 1.5rem;
    }
    .box_address{
        margin-top: 15px;
        margin-left: 25px;
    }
    .box_address h2{
        font-size: 1.3rem;
    }
    .box_address h2:before{
        top: 10px;
        height: 2px;
        width: 15px;
        left: -25px;
    }
    .link_topnews .news_date{
        margin-top: 15px;
    }
    .bg_selectnews h1{
        margin-top: 20px;
    }
    .bg_selectnews{
        padding: 0;
    }
    .news_selectmonth{
        margin-top: 5px;
    }
    .link_news h2{
        margin-top: 15px;
    }
	.spec_sizebottom{
		font-size: 1rem;
	}
	.wrap_packingmedia h1{
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	.desc_packmedia{
		padding-left: 0;
	}
	.photo_packing{
		display: none;
	}
	.wrap_packingmedia{
		margin: 40px 0 30px;
	}
	.wrap_specification{
		padding: 30px 15px;
	}
	.icon_pineapple{
		display: none;
	}
	.product_bgcircle:before{
		width: 180px;
		height: 180px;
	}
	.product_specification .product_bgcircle h1{
		margin-top: 0;
	}
	.product_bgcircle img{
		max-width: 60%;
	}
	.menusize ul{
		padding-left: 20px;
	}
	.menusize h2{
		vertical-align: top;
		line-height: 40px;
	}
	.menusize h2, .menusize ul{
		display: inline-block;
	}
	.product_specification h1{
		font-size: 1.3rem;
		margin: 30px 0 20px;
	}
	.item_product h1, .item_productdhd h1{
		font-size: 1rem;
	}
	.wrap_itemproduct h1{
		margin-bottom: 0;
	}
	.item_product figure, .item_productdhd figure{
		height: 150px;
	}
	.item_product{
		padding: 0 15px;
	}
	.wrap_itemproduct{
		padding: 25px 6%;
	}
	.topic_title{
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
	.menusize ul li{
		display: none;
		transition: none;
		margin-bottom: 7px;
		width: 200px;
		line-height: 40px;
		text-align: left;
		padding-left: 20px;
	}
	.menusize ul li:before{
		right: 15px;
		left: auto;
		display: none;
	}
	.menusize ul li.active:before{
		content: "";
		display: block;
		background-image: url(arrow-down.svg);
		width: 10px;
		height: 10px;
		background-size: 10px;
		background-color: transparent;
		transform: rotate(90deg);
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.menusize ul li.active{
		display: block;
		position: relative;
	}
	.wrap_banner .flex-direction-nav .flex-next{
		width: 20px;
		height: 20px;
		right: 10px;
	}
	.wrap_banner .flex-direction-nav .flex-prev{
		width: 20px;
		height: 20px;
		left: 10px;
	}
	.wrap_banner .flex-control-nav{
		bottom: -10px;
	}
	.home_titlecompany{
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.home_titlecompany h1{
		margin-bottom: 10px;
	}
	.home_productslide{
		padding:30px 20px;
		width: 100%;
	}
	.bg_producthome{
		background: none;
	}
	.home_productslide h1{
		margin-bottom: 20px;
	}
	.home_productslide .owl-carousel .owl-nav .owl-next, .home_productslide .owl-theme .owl-nav [class*=owl-].owl-next:hover{
		width: 20px;
		height: 20px;
		right: -35px;;
	}
	.home_productslide .owl-carousel .owl-nav .owl-prev, .home_productslide .owl-theme .owl-nav [class*=owl-].owl-prev:hover{
		width: 20px;
		height: 20px;
		left: -35px;
	}
	.home_latestnews{
		padding-top: 30px;
	}
	.link_newsphoto{
		display: none;
	}
    
    .recent_newsdetail .link_newsphoto{
        display: block;
    }
	.link_news{
		padding-left: 0;
	}
	.home_latestnews h1:before{
		top: 10px;
		left: -20px;
		width: 5px;
		height: 5px;
	}
	.home_latestnews h1:after{
		top: 10px;
		right: -20px;
		width: 5px;
		height: 5px;
	}
	.home_boxnews{
		padding: 30px 0;
	}
    .bg_bannerabout figure{
        padding:20px 0 0;
    }
    .desc_about01 img{
        margin: 0 0 20px;
    }
    .box_logocer a{
        width: 30%;
    }
    .txt_certificate:before, .txt_certificate:after{
        top: 9px;
        width: 5px;
        height: 5px;
    }
    .txt_certificate:before{
        left: -20px;
    }
    .txt_certificate:after{
        right: -20px;
    }
    .desc_about01{
        padding: 0;
    }
    .nav_newspage ul li a{
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
    .nav_newspage{
        padding-top: 30px;
    }
    .news_detailbg{
        padding: 50px 0 60px;
    }
    .news_detailbg h1{
        font-size: 1.3rem;
        line-height: 30px;
    }
    .news_detailbg figure{
        margin: 15px auto;
    }
    .title_newsgallery{
        font-size: 1.3rem;
        width: 100%;
        height: 43px;
        line-height: 43px;
        margin: 40px auto 20px;
    }
    .title_recentnews h1{
        font-size: 1.6rem;
        margin-top: 38px;
    }
    .title_recentnews h1:before, .title_recentnews h1:after{
        width: 5px;
        height: 5px;
        top: 10px;
    }
    .owl-recentnews .link_newsphoto figure{
        height: 158px;
    }
    .recent_newsdetail .link_news h2{
        font-size: 1rem;
        line-height: 24px;
    }
    .recent_newsdetail .home_latestnews{
        padding-top: 0;
    }
    .box_enquiry{
        padding: 15px;
    }
    .title_enquiry h1{
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .box_enquiry:after{
        height: 19px;
        bottom: -19px;
    }
    .box_enquiry button{
        margin-bottom: 0;
    }
    .title_enquiry h1:before, .title_enquiry h1:after{
        width: 5px;
        height: 5px;
        top: 10px;
    }
    .title_enquiry{
        text-align: left;
    }
    .photo_itemproduct2 figure{
        text-align: center;
    }
    .photo_itemproduct2 img{
        width: 80%;
        margin: 0 auto 15px;
    }
    .product_contentleft{
        padding-left: 0;
    }
    .desc_packmedia h1{
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .desc_packmedia ul li{
        margin-top: 0;
    }
    .desc_packmedia ul li:before{
        top: 13px;
    }
    .bg_toptable td{
        padding: 3px 35px;
    }
	.productnew{
		top: -5px;
	}
    .productcutting{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .productcutting div{
        text-align: left;
        margin-bottom: 10px;
    }
    .photo_topnewsdetail img{
        width: 80%;
        height: auto;
    }
}
