@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
font-family: "Kanit", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #ffffff !important; }
html, body { background-color: #ffffff !important; background-image: linear-gradient(#ffffff, #ffffff) !important; }
.x-item-description-child { all: initial }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Kanit", sans-serif;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.main_db_header{
	position: relative;
}
.promo_top_text {
	padding: 15px 0 40px;
}
.welcom_text {
	color: #111111;
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}
.welcom_text span {
	font-size: 16px;
	text-transform: capitalize;
	font-family: "Kanit", sans-serif;
	color: #111111;
	font-weight: 500;
}
.top_header {
	margin: -40px auto -70px;
	text-align: center;
	z-index: 1;
	position: relative;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
}
.top_newsletter_link ul li a i{
	margin-right:5px;
	color: #8bc34a;
}
.top_newsletter_link ul li a {
	color: #111111;
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
	background-color: transparent;
	border-right: 1px solid #0005;
	position: relative;
}
.top_newsletter_link ul li:last-child a{
	border-right:none;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
	color: #8bc34a;
}
.header_bottom {
	z-index: 111;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}
.main_menu ul li a i{
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 21px;
	display: inline-block;
}
.main_menu ul li a:hover{
	color:#8bc34a;
}
.main_menu ul li:nth-child(1) a {
	border-right: 1px solid #8698b2;
}
.top_section1 {
	background-color: #1a3c6d;
	border-radius: 80px;
	border-bottom: 5px solid #8bc34a;
	margin: 0 30px;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: center;
}
.Verifie-text1 h1 {
	font-size: 20px;
	font-family: "Kanit", sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	color: #111111;
	letter-spacing: 0.5px;
	line-height: 25px;
	text-transform: uppercase;
}
.top_section {
	padding: 20px 0;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 180px;
	overflow: hidden;
	padding: 10px;
	background-color: #8bc34a;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	background-color: transparent;
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px;
	display: inline-block;
}
.amon ul li a:hover{
	color:#1a3c6d;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 20px;
	border-radius: 5px;
	background-color: #8bc34a;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top:29%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 58%;
	transform-origin: left center;
	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width: 1199px) {
	.main_menu ul li a {
		font-size: 14px;
		padding: 0 14px;
	}
	.main_dezign_brain_header {
		margin: 0 0 20px 0;
	}
	.logo {
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width:1024px) {
	.top_section1 {
		margin: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.main_menu{
		display:none;
	}
	.top_newsletter_link {
		display: none;
	}
	.top_section1 .container .row .col-lg-4:nth-child(2) {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
    .menu{
        display: none;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}
	.top_section {
		padding: 0px 0;
	}
	.Verifie-main1 {
		margin: 20px 0 0 0;
		position: relative;
		z-index: 11;
	}
	.welcom_text {
		text-align: center;
		margin: 0;
	}
	.top_newsletter_link ul {
		justify-content: center;
	}
	.top_header {
		margin: -30px 0;
		text-align: left;
	}
	.logo {
		width: 70%;
		margin: 0;
	}
	.promo_top_text {
		padding: 10px 0 40px;
	}
	.welcom_text {
		font-size: 14px;
	}
	.welcom_text span {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main1 {
		justify-content: center;
	}
	.logo {
		width: 65%;
	}
	.Verifie-main1.box1 {
		justify-content: center;
	}
	.top_header {
		margin: -30px 0;
	}
}
@media screen and (max-width:575px){
	.promo_top_text {
		padding: 10px 0 30px;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.logo {
		width: 55%;
	}
	.top_section1 {
		margin: 15px 10px;
	}
	.promo_top_text {
		padding: 10px 0 0px;
	}
}
@media screen and (max-width:361px){
	.logo {
		width: 55%;
	}
	.promo_top_text {
		padding: 10px 0 10px;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 20px 0;
}
.main_top {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.main_top::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #dadada;
}
.main_title {
	max-width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
	background-color: #1a3c6d;
	text-transform: capitalize;
	border-radius: 25px;
	padding: 7px 20px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	font-family: "Kanit", sans-serif !important;
	border-bottom: 3px solid #8bc34a;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Kanit", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Kanit", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Kanit", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
}
.desc_bottum span {
	display: inline-block;
	font-family: "Kanit", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
}
.pro-and-about {
	padding: 30px 20px 20px;
	margin: -20px 0px 00px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	margin-bottom: 40px;
	width: 80%;
}
.desc-rd.desc-text tbody tr td:nth-child(1) {
	width: 37%;
}
.desc-rd.desc-text th, td {
	text-align: left;
	padding: 3px 13px;
}
.desc-rd.desc-text tr{
	color: #e4e4e4;
	font-family: "Kanit", sans-serif;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.70px;
	font-weight: 300;
	text-align: left;
}
.desc-rd.desc-text tr:nth-child(odd) {
	background-color: #000;
}
.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
.desc-hedtitle img {
	margin-top: -3px;
	margin-right: 6px;
}
.desc-rd.desc-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #555555;
	font-family: "Kanit", serif !important;
}
.desc-rd.desc-text p:last-child{
	margin-bottom:0;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 10px;
}
.desc-rd.desc-text b, strong {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #111111;
	font-family: "Kanit", serif !important;
	display: block;
	margin: 0 0 5px 0;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 730px;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	float: left;
	height: 614px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
section p {
	font-family: "Cormorant", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
	margin-bottom:0px;
}
.desc-hedtitle p {
	line-height: 30px;
	font-family: "Kanit", sans-serif;
	max-width: 100%;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-radius: 25px;
	padding: 8px 20px;
	z-index: 1;
	position: relative;
	border-bottom: 3px solid #8bc34a;
	background-color: #1a3c6d;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-bottom: 40px;
	z-index: 1;
	position: relative;
}
.desc-hedtitle {
	text-align: center;
}
.desc-rd.desc-text ul{
	padding-left: 0;
}
.desc-rd.desc-text ul li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 25px;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.30px;
	color: #555555;
	font-family: "Kanit", serif !important;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
	overflow: hidden;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:1079px){
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin: 10px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 430px;
		width: 100%;
	}
	.product-text {
		margin-top: 0px;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main_gallery #main_row div ul li {
		margin: 0 8px 20px 8px;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 20px;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width:991px) {
	.listing_section {
		margin: 0 0 0px 0;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 10px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top_newsletter_link ul li {
		padding: 0px 8px 0px;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	#right_box {
		height: auto;
		overflow: auto;
		scrollbar-width: thin;
		scrollbar-color: #d4d4d4 #f9f9f9;
		max-height: 450px;
	}
	.main_title {
		font-size: 16px;
	}
	.main_top {
		margin-bottom: 10px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 40px 0;
}
.service_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.service_wrapper .service_item .service_box:nth-child(1), .service_wrapper .service_item .service_box:nth-child(4){
	transform: translateY(-45px);
}
.service_item::after {
	content: '';
	position: absolute;
	background-image:url(../images/border.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
	width: 90%;
	height:62px;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
.service_box {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.service_img {
	position: relative;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
	margin: 15px 0 0px 0;
	letter-spacing: 0.65px;
	text-align: center;
}
.service_title p {
	font-size: 14px;
	font-weight: 400;
	color: #555555;
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
	margin: 0px 0 0px 0;
	letter-spacing: 0.80px;
	text-align: center;
}
@media screen and (max-width:1024px) {
	.service_item {
		flex-wrap: wrap;
		justify-content: center;
	}
	.service_wrapper .service_item .service_box:nth-child(3), .service_wrapper .service_item .service_box:nth-child(4) {
		margin:20px 0 0px 0;
	}
	.service_box {
		width: 50%;
	}
	.service_item::after {
		content: none;
	}
	.service_wrapper .service_item .service_box:nth-child(1), .service_wrapper .service_item .service_box:nth-child(4) {
		transform: translateY(0px);
	}
}
@media screen and (max-width: 991px) {
	.service_item::after {
		content: none;
	}
}
@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 361px) {
	.service_title h4 {
		font-size: 15px;
		letter-spacing: 0;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#slidersection {
	margin: 0px auto 40px;
	text-align: center;
	max-width: 1400px;
}
  .slider {
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .slider ul {
    width: 1000%;
    height: auto;
    position: relative;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    -moz-animation:slide-animation 17s infinite;
    -webkit-animation:slide-animation 17s infinite;
  }
  .slider li {
    width: 10%;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  @-webkit-keyframes slide-animation {
	  	1% {
		  left: 0%;
		  opacity: 1;
		}
	  20% {
		  left: 0%;
		  opacity: 1;
		}
		  25%{
			opacity: 1;
		  }
		33.33% {
		  left: -100%;
			opacity: 1;
		}
	  50% {
		  left: -100%;
			opacity: 1;
		}
	  75% {
		  opacity:1;
		}
	  83.33% {
		  left: -200%;
			opacity: 1;
		}
	  95% {
		  left: -200%;
			opacity: 1;
		}
	  100% {
		  left: 0%;
		}

  }
  @-moz-keyframes slide-animation {
    	1% {
		  left: 0%;
		  opacity: 1;
		}
	  20% {
		  left: 0%;
		  opacity: 1;
		}
		  25%{
			opacity:1;
		  }
		33.33% {
		  left: -100%;
			opacity: 1;
		}
	  50% {
		  left: -100%;
			opacity: 1;
		}
	  75% {
		  opacity:1;
		}
	  83.33% {
		  left: -200%;
			opacity: 1;
		}
	  95% {
		  left: -200%;
			opacity: 1;
		}
	  100% {
		  left: 0%;
		}

  }
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto 40px;
	}
	#slidersection {
		margin:0px auto;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 50px;
	position: relative;
}
.about_wrapper::before {
	content: " ";
	position: absolute;
	background-color: #f9f9f9;
	width: 70%;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 96%);
}
.about_img{
	margin: 0 0px 0 0;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content p {
	font-size: 15px;
	font-weight: 400;
	color: #555555;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: 'Kanit', sans-serif;
}
.button {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	padding: 7px 7px 7px 25px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-color: #8bc34a;
	text-transform: uppercase;
	border-radius: 25px;
	font-family: 'Kanit', sans-serif;
}
.button:hover {
	background: #1a3c6d;
	color:#fff;
}
.button i {
	margin-left: 5px;
	transition: all .5s ease-in-out;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	line-height: 32px;
}
@media screen and (max-width:1199px) {
	.about_content p {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.about_content {
		margin: 25px 0 0 0;
	}
	.about_content p {
		font-size: 16px;
		line-height: 27px;
	}
	.about_wrapper::before {
		content: none;
	}
	.about_wrapper {
		background-color: #f9f9f9;
		padding: 30px 0;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
}
@media screen and (max-width:480px){
	.about_content p {
		font-size: 16px;
		line-height: 23px;
	}
}
@media screen and (max-width:361px){	
	.button {
		font-size: 15px;
		padding: 7px 7px 7px 10px;
		text-transform: capitalize;
	}
	.button i {
		margin-left: 0;
		width: 25px;
		height: 25px;;
		line-height: 25px;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.main_tab_row {
	position: relative;
	margin-bottom: 40px;
}
.payment_text {
	margin: -28px 0 0 10px;
}
.inner_text {
	border: 1px solid #e4e4e4;
	padding: 20px;
	background: #FFF;
	position: relative;
	padding-top: 15px;
	font-family: 'Kanit', sans-serif;
}
.inner_text p {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Kanit', sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0.30px;
}
.inner_text b {
	font-size: 16px;
	color: #111111;
	font-weight: 500;
	line-height: 24px;
	font-family: 'Kanit', sans-serif;
	margin-bottom: 0px;
	letter-spacing: 0.30px;
	text-transform: uppercase;
}
.inner_text p:last-child{
	margin-bottom:0;
}
.inner_text img{
	margin-right:10px;
}
.inner_text h1::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0;
	left: -12px;
	border-bottom: 6px solid #061e40;
	border-right: 6px solid #061e40;
	border-left: 6px solid transparent;
	border-top: 6px solid transparent;
}
.inner_text h1::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0;
	right: -12px;
	border-bottom: 6px solid #061e40;
	border-right: 6px solid transparent;
	border-left: 6px solid #061e40;
	border-top:  6px solid transparent;
}
.inner_text h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.6px;
	font-family: 'Kanit', sans-serif;
	margin-bottom: 20px;
	background-color: #1a3c6d;
	display: inline-block;
	padding: 7px 20px;
	position: relative;
}
.inner_text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}
.please_note_text p {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-family: 'Kanit', sans-serif;
	margin-bottom: 25px;
}
.tabe_section .pay_01 {
	margin: 00px 0px 40px;
}
@media screen and (max-width: 480px) {
	.inner_text h6 {
		font-size: 14px;
	}
}
@media screen and (max-width:361px) {
	.inner_text {
		padding: 20px 10px;
	}
	.inner_text h6 {
		font-size: 13px;
	}
	.payment_text {
		margin: -32px 0 0 10px;
	}
	.inner_text p {
		font-size: 15px;
		line-height: 22px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}
.guaranteed-head h5 {
	font-size: 26px;
  	font-weight: 600;
  	color: #011;
  	text-transform: uppercase;
  	text-align: center;
  	position: relative;
  	margin: 0;
  	display: inline-block;
  	line-height: 30px;
  	padding: 0 70px;
  	font-family: "Kanit", sans-serif;
}
.guaranteed-head p{
	font-size:16px;
  	font-weight: 400;
  	color: #005555;
  	text-transform:capitalize;
  	text-align: center;
  	margin: 0;
  	line-height: 30px;
  	font-family: "Kanit", sans-serif;
}
.guaranteed-head h5::before, .guaranteed-head h5::after {
	content: '';
	position: absolute;
	background-image: url(../images/category_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 6px;
	top: 0;
	margin: auto;
	bottom: 0;
}
.guaranteed-head h5::after {
	right: 0;
}
.guaranteed-head h5::before {
	left: 0;
	transform: rotateZ(180deg);
}
.guaranteed_box {
	position: relative;
	z-index: 1;
	padding: 20px 25px;
	background-color: #f9f9f9;
	border-radius: 20px;
	border-bottom: 3px solid #8bc34a;
	margin: 0 0 30px 0;
}
.guaranteed_name {
	font-size: 18px;
	color: #111111;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.3px;
	font-family: "Kanit", sans-serif;
	margin: 5px 0 0 0;
}
.guaranteed_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.guaranteed_text {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 24px;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
	font-family: "Kanit", sans-serif;
	margin: 0 0 20px 0;
}
.browse_all_btn.review {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin:0px auto 30px;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		width: 40px;
	}
	.guaranteed-head h5 {
		padding: 0 50px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 20px;
		line-height: 25px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 21px;
		line-height: 25px;
		padding: 0;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		content: none;
	}
	.guaranteed-head p {
		line-height: 22px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 19px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.footer_wrapper {
	position: relative;
}
.store_footer_wapper {
	padding: 20px 0;
	background-color: #f9f9f9;
	position: relative;
}
.footer_menu ul {
	margin: 0;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #191919;
	line-height: 20px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.3px;
	font-family: "Kanit", sans-serif;
	padding: 10px 0;
}
.footer_menu ul li a:hover {
	color: #8bc34a;
}
.footer_menu ul li i {
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_block.footer_block02 {
	display: none;
}
.footer_block_titel {
	font-size: 18px;
	color: #191919;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.3px;
	font-family: "Kanit", sans-serif;
}
.footer_logo {
	text-align: center;
	z-index: 1;
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background: #1a3c6d;
	z-index: 1;
}
.dezign_copyright {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: "Kanit", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Kanit", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 400;
	font-family: "Kanit", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.5px;
	font-family: "Kanit", sans-serif;
}
@media screen and (max-width:1199px){
	.footer_menu ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 7px;
		line-height: 24px;
	}
	.footer_block.footer_block04 {
		margin: 0px 0 20px 0;
		text-align: center;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
	.footer_block.footer_block03 {
		text-align: center;
	}
	.footer_block.footer_block02 {
		display: block;
	}
	.footer_block.footer_block01 {
		display: none;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
		margin: 0 0 20px 0;
	}
	.footer_menu ul li a {
		padding: 7px 0px;
		font-size: 16px;
	}
	.footer_logo {
		margin: 0 0 20px 0;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 40px 0;
	position: relative;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}
.feature-title h2 {
	font-size: 26px;
	font-weight: 600;
	color: #001111;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 30px;
	padding: 0 70px;
	font-family: "Kanit", sans-serif;
}
.feature-title h2::before, .feature-title h2::after {
	content: '';
	position: absolute;
	background-image: url(../images/category_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 6px;
	top: 0;
	margin: auto;
	bottom: 0;
}
.feature-title h2::after {
	right: 0;
}
.feature-title h2::before {
	left: 0;
	transform: rotateZ(180deg);
}
.cate_box {
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto 30px;
	z-index: 1;
}
.feature_box {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
.feature_box a {
	display: block;
}
.cate_box .fat_text1 h2 {
	font-size: 18px;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	color: #001111;
	position: relative;
	display: block;
	font-family: "Kanit", sans-serif;
	text-align: center;
	margin:10px 0 0;
	letter-spacing: 0.3px;
}
.cate_box:hover .fat_text1 h2 {
	color: #8bc34a;
}
.browse_all_btn.view2 {
	text-align: center;
}
@media screen and (max-width:1199px){
	.cate_box .fat_text1 h2 {
		font-size: 16px;
	}
}
@media screen and (max-width:767px){
	.feature_section {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 480px) {
	.feature_section .container .row .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.feature-title h2 {
		font-size: 20px;
		line-height: 25px;
		padding: 0 50px;
	}
	.feature-title h2::before, .feature-title h2::after {
		width: 40px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 23px;
	}
	.feature-title h2::after, .feature-title h2::before {
		content: none;
	}
	.feature-title h2 {
		font-size: 23px;
		padding: 0;
	}
}
/*============================================
			feature CSS END
============================================*/