/*Header*/
.header-main {
    padding: 15px 0;
}
.header-title {
    text-align: center;
}
.header-title h1 {
	font-weight: 600;
	color: #056839;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 2px;
	margin: 0;
}
.header-title p {
	font-size: 18px;
	color: #252525;
	font-family: 'Font Awesome 5 Free';
	margin: 0;
}
.header-contact {
    text-align: right;
}
.header-contact ul {
	margin: 0;
	padding: 0;
}
.header-contact ul li {
	list-style: none;
	font-weight: 500;
	line-height: 25px;
}
.header-contact ul li i {
	margin-right: 5px;
	color: #056839;
}

.main-navigation .container {
	position: relative;
}
.topMenu-right {
    position: absolute;
    right: 0px;
    top: 5px;
}
.topMenu-right form {
	position: relative;
}
.topMenu-right form input {
	min-width: 200px;
	height: 30px;
	padding-left: 15px;
	border: 1px solid #ddd;
	border-radius: 25px;
	outline: 0;
}
.topMenu-right form button {
	position: absolute;
	top: 0;
	right: 5px;
	background: no-repeat;
	color: #056839;
	border: none;
}
.topMenu-right form button:hover {
	background: no-repeat;
	box-shadow: 0 0;
	color: #056839;
}

/*Index*/
.home-slider {
    max-width: 90%;
    margin: 0 auto;
}

.introduce {
	padding: 30px 0;
}
.introduce-image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border: 10px solid #056839;
	border-top: none;
	border-bottom: none;
	border-radius: 0 35px 0 35px;
}
.introduce-content {
	text-align: justify;
}
.introduce-link {
	margin-top: 25px;
}
.introduce-link a {
	background: #056839;
	padding: 8px 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
}
.introduce-link a:hover {
	color: #fff;
	text-decoration: underline;
}

.service {
	background: #f4f4f4;
	padding: 50px 0 30px;
}
.service .entry-thumb a img {
	height: 250px !important;
	object-fit: cover;
}

.home_product {
    padding: 50px 0;
}
.home_product .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 25px;
}
.home_product .nav-tabs .nav-item.show .nav-link, 
.home_product .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #056839;
    border: none;
}
.home_product .nav-tabs .nav-link:focus, 
.home_product .nav-tabs .nav-link:hover {
    border: none;
    border-radius: 0;
    background-color: #056839;
    color: #fff;
}
.home_product .nav-tabs .nav-item {
    margin-bottom: 0;
    background: #f4f4f4;
    margin: 0 5px;
    text-transform: uppercase;
}
.home_product .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #252525;
    padding: 8px 20px;
}
.home_product .nav-link {
	padding: 0;
}

.home_product .item-product img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.item-product-image {
    position: relative;
}
.item-product-cart {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #5954529c;
    text-align: center;
    padding: 5px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.item-product-cart a {
	color: #fff;
	margin: 0 3px;
}
.item-product-cart a i {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 30px;
}
.item-product-cart a:hover {
	color: #fff;
}
.item-product-cart a i:hover {
	border: 1px solid #056839;
}
.home_product .item-product h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 5px;
	line-height: 1.4;
}
.home_product .item-product h4 a {
	color: #252525;
}
.home_product .item-product h4 a:hover {
	color: #056839;
}
.home_product .price-product {
	font-size: 16px;
	color: #ed1c24;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}
.home_product .item-product {
    border: 1px solid #f4f4f4;
}
.home_product .item-product:hover {
    box-shadow: 0 3px 6px #ddd;	
}
.home_product .item-product:hover .item-product-cart {
	opacity: 1;
}
.tabs-link {
    text-align: center;
    margin-top: 30px;
}

.home_blog {
	padding: 50px 0 30px;
	background: #f4f4f4;
}
.home_blog .entry-title, .archive-page .entry-title {
    padding: 0 !important;
    text-align: left !important;
    background: no-repeat !important;
}
.home_blog .entry-title a, .archive-page .entry-title a {
	color: #252525 !important;
}
.home_blog .entry-title a:hover, .archive-page .entry-title a:hover {
	color: #056839 !important;
}

.home_work {
	padding: 50px 0;
}
.home_work .entry-thumb a img {
	height: 200px !important;
	object-fit: cover;
}
.work-link {
	text-align: center;
	margin-top: 15px;
}

.entry-content p {
	text-align: justify;
}

/*Woo*/
.view-mode-switcher.d-none.d-md-block {
    display: none !important;
}
.switcher-wrap {
    float: right;
}
.woocommerce-products-header {
	position: relative;
}
.term-description[data-readmore] {
    background: #f4f4f4;
    padding: 30px 20px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
}
.read-full {
    position: absolute;
    bottom: -10px;
    left: 20px;
}
.term-description[data-readmore]:after {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), white, white);
    background-image: linear-gradient(rgba(0, 0, 0, 0), white, white);
    bottom: -20px;
    width: 100%;
    left: 0;
    height: 70.8px;
}
.woocommerce-products-header__title.page-title {
    margin-bottom: -30px;
}

.woocommerce-tabs ul {
	margin: 0;
	padding: 0;
}
.woocommerce-tabs ul li {
	list-style: none;
	display: inline-block;
}

.product-type-simple .quantity {
    width: 100%;
    margin-bottom: 25px !important;
    padding-left: 70px;
}
.product-type-simple .quantity:after {
	content: 'Số lượng: ';
	position: absolute;
	left: 0;
	top: 8px;
	font-weight: 600;
}
.product-type-simple .quantity input.qty, .product-type-simple .woocommerce-page .quantity input.qty {
    width: 60px !important;
}
.product-type-simple .quantity .minus, .product-type-simple .woocommerce-page .quantity .minus {
    bottom: 0;
    right: 0;
    border-radius: 0 0 2px 2px;
    border-right: 0 !important;
}
.product-type-simple .entry-summary .quantity .minus, .product-type-simple .entry-summary .quantity .plus {
    bottom: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    z-index: unset !important;
    width: 40px !important;
    float: left;
}
.product-type-simple .buttons_added .minus, .product-type-simple .buttons_added .plus {
    width: 35px !important;
    height: 35px !important;
    position: relative !important;
    background: #fff !important;
    border-bottom: 1px solid #bbb3b9;
}
.product-type-simple .quantity .plus, html .woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #bbb3b9 !important;
}

/*Contact*/
.contact-newPage .page-title {
    text-align: center;
    margin-bottom: 30px;
}
.form-contact {
    margin-bottom: 20px;
}
.form-contact input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 10px;
	margin-bottom: 15px;
	outline: 0;
}
.form-contact textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
	outline: 0;
}
.form-contact .send {
    text-align: center;
}
.form-contact .wpcf7-submit {
	background: #056839;
	width: auto;
	padding: 0 30px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 20px;
}
.pageContact-content i {
    color: #056839;
    font-size: 26px;
    margin-right: 5px;
}
.pageContact-content strong {
	font-size: 18px;
}
.pageContact-content .contact-Content {
	
}
.pageContact-content {
    display: contents;
}

/*Shopee*/
.ppocta-ft-fix {
    display: inline-grid;
    position: fixed;
    top: 40%;
    right: 20px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}
#calltrap-btn .calltrap_offline {
    background-color: #1cb2ed;
    margin-bottom: 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.7);
}
.calltrap_offline #calltrap-ico {
    -webkit-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    -o-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    animation: uptocallmini_offline 1.5s 0s ease-out infinite;
}

#calltrap-ico {
    width: 45px;
    height: 45px;
    border: 0;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    -o-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite;
}

a#calltrap-btn span {
    z-index: 10;
    display: none;
    padding: 10px;
    top: 0;
    right: 45px;
    width: 150px;
    line-height: 16px;
    border-radius: 4px;
    box-shadow: 5px 5px 8px #ccc;
    float: left;
}
#calltrap-btn {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    /*box-shadow: 0 0 10px -2px rgba(0,0,0,.7);*/
    background: url('https://bigfarm-group.com/wp-content/uploads/2020/12/Layer-251.png') center center no-repeat;
}
#calltrap-btn:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
    opacity: 1;
}
#calltrap-btn span {
	display: none;
}
#calltrap-btn:hover span {
	display: block;
	float: left;
    margin-left: -177px;
}

/*Lazada*/
#messengerButton .mess-offline {
    background-color: #1cb2ed;
    margin-bottom: 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.7);
}
a#messengerButton span {
    z-index: 10;
    display: none;
    padding: 10px;
    top: 0;
    right: 45px;
    width: 150px;
    line-height: 16px;
    border-radius: 4px;
    box-shadow: 5px 5px 8px #ccc;
    float: left;
}
#messengerButton {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    /*box-shadow: 0 0 10px -2px rgba(0,0,0,.7);*/
    background: url('https://bigfarm-group.com/wp-content/uploads/2020/12/Layer-26.png') center center no-repeat;
    margin-top: 10px;
}
#messengerButton:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
    opacity: 1;
}
#messengerButton span {
	display: none;
}
#messengerButton:hover span {
	display: block;
	float: left;
    margin-left: -177px;
}
/*Facebook*/
#zaloButton .zalo-offline {
    background-color: #1cb2ed;
    margin-bottom: 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.7);
}
a#zaloButton span {
    z-index: 10;
    display: none;
    padding: 10px;
    top: 0;
    right: 45px;
    width: 150px;
    line-height: 16px;
    border-radius: 4px;
    box-shadow: 5px 5px 8px #ccc;
    float: left;
}
#zaloButton {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    /*box-shadow: 0 0 10px -2px rgba(0,0,0,.7);*/
    background: url('https://bigfarm-group.com/wp-content/uploads/2020/12/Layer-27.png') center center no-repeat;
    margin-top: 10px;
}
#zaloButton:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
    opacity: 1;
}
#zaloButton span {
	display: none;
}
#zaloButton:hover span {
	display: block;
	float: left;
    margin-left: -177px;
}
/*Youtobe*/
#ytButton .zalo-offline {
    background-color: #1cb2ed;
    margin-bottom: 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.7);
}
a#ytButton span {
    z-index: 10;
    display: none;
    padding: 10px;
    top: 0;
    right: 45px;
    width: 150px;
    line-height: 16px;
    border-radius: 4px;
    box-shadow: 5px 5px 8px #ccc;
    float: left;
}
#ytButton {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    /*box-shadow: 0 0 10px -2px rgba(0,0,0,.7);*/
    background: url('../images/yt.png') center center no-repeat;
    background-size: cover;
    margin-top: 10px;
}
#ytButton:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
    opacity: 1;
}
#ytButton span {
    display: none;
}
#ytButton:hover span {
    display: block;
    float: left;
    margin-left: -177px;
}


/**/
.sh-blog-shortcode.style-3 .entry-thumb a img {
    height: 300px !important;
    object-fit: cover;
}

.footer-bank {
    border-top: 1px solid #ffffff8f;
    margin-top: 20px;
}
.footer-bank h4 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 0;    
}
.bank-image img {
    width: 100%;
    height: 80px !important;
    object-fit: contain;
    background: #fff;
    padding: 10px;
}

/**/
.order-qr {
    text-align: center;
}
.order-qr h3 {
    text-align: left;
}
.order-qr img {
    width: 200px;
}








/*----- Responsive -----*/
@media (max-width: 767px) {
    .home-slider {
        max-width: 100%;
    }
	.header-main {
	    padding: 10px 0;
	}
	.logo img {
	    width: 150px;	
	}
	.introduce, .home_product, .home_work {
	    padding: 20px 0;
	}
	.introduce-image img {
	    height: auto;
	    margin-bottom: 15px;
	}
	.service, .home_blog {
	    padding: 20px 0 0px;
	}
	.service .entry-thumb a img {
	    height: auto !important;
	}
	.heading {
	    margin: 0 0 20px 0 !important;
	    font-size: 20px !important;
	    line-height: 35px !important;
	}
	.home_product .nav-tabs {
	    margin-bottom: 15px;
	}
	.home_product .nav-tabs .nav-link {
	    padding: 6px;
	    height: 50px;
	    overflow: hidden;
	}
	.home_product .nav-tabs .nav-item {
	    margin: 5px;
	    width: 46%;
	    text-align: center;
	}
	.home_product .item-product img {
	    height: auto;
	}
	.home_product .tab-content {
	    margin: 0 -15px;
	}
	.item-product-cart {
	    opacity: 1;
	}
	.home_product .item-product {
	    margin-bottom: 15px;
	}
	.sh-blog-shortcode.style-5 .entry-thumb {
	    width: 100% !important;
	    margin-right: 0 !important;
	    margin-bottom: 10px;
	}
	.tabs-link {
	    margin-top: 15px;
	}
	.home_work .entry-thumb a img {
	    height: auto !important;
	}

	.woocommerce-products-header__title.page-title {
	    margin-bottom: 10px;
	}

	/*Woo*/

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-size: 15px !important;
	}





}