/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}
body {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.52;
	color: #000;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
    color: #01a652;
}
button,input {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
	background-color: unset;
	border-color: unset;
	border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
	html {
	    margin-top: 0 !important;
	}
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #01a652;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 7px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #01a652;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
header#header.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
    padding: 0;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #01a652;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #01a652!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
#logo img {
    height: 85px;
}
header#header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: transparent;
    transition: all 0.3s ease 0s;
    z-index: 99;
    padding-top: 20px;
}

header#header .container {
    background: #fff;
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}
body.admin-bar header#header {
    top: 32px;
}

.header-top ul {
    list-style: none;
    background: #01a652;
    color: #fff;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    align-items: center;
    position: relative;
}

.header-top ul:before {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 100%;
    content: "";
    display: block;
    background: #01a652;
    top: 0;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.header-top li {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
}

.header-top svg {
    height: 20px;
    width: 20px;
}

.header-top span {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 300;
}
div#logo {
    width: 200px;
}


nav#primary-menu ul.menu>li:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #01a652;
    transition: all 0.3s ease 0s;
    opacity: 0;
    border-radius: 100%;
    visibility: hidden;
}

nav#primary-menu ul.menu>li.current-menu-item:before,
nav#primary-menu ul.menu>li:hover:before{
    opacity: 1;
    visibility: visible;
}
nav#primary-menu ul.menu>li:hover>a {
    color: #01a652;
}
nav#primary-menu ul.menu>li.menu-item-has-children::after {
    height: 6px;
    width: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
    content: "";
    position: relative;
    display: block;
    margin-left: 6px
}

.header-main {
    margin-top: 15px;
}

.header-search input {
    padding: 6px 15px;
    padding-right: 50px;
    outline: none;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 186px;
    line-height: 30px;
    color: #000;
    font-size: 15px;
    height: auto;
}
nav#primary-menu ul.sub-menu a:hover {
    color: #01a652;
}
section.home-content {
    padding: 50px 0;
}

.head_block .title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0
}


.abx-right .slogan {
    padding-left: 32px;
    position: relative;
    border-left: 1px solid #ccc;
    font-weight: 700;
    font-size: 16px;
}
section.home-content .info .more-x {
    position: relative
}

section.home-content .info .more-x a {
    display: inline-flex;
    align-items: center;
    background: #c4faca;
    border-radius: 40px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: #209e2e;
    border: 1px solid #209e2e;
    transition: all 0.3s ease-in-out
}

section.home-content .more-x a svg {
    height: 20px;
    width: 20px;
    margin-left: 12px
}

section.home-content .more-x a svg path {
    fill: #209e2e
}

section.home-content .more-x a:hover {
    background: transparent
}
.product-item {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px dashed #01a652;
    transition: all 0.6s ease 0s;
    text-align: center;
    z-index: 2;
}

.product-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #209e2e;
    z-index: -1;
    transition: all 0.6s;
}

.product-item:hover:before {
    height: 39%;
}

a.product-image {
    display: block;
    position: relative;
}

a.product-image img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

span.box-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #01a652;
    font-size: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 3px 10px;
}

.product-info {
    padding-top: 15px;
}

.product-info h3 {
    margin: 0;
}

.product-info h3 a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}

.product-row-price {
    color: #01a652;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-row-price del span,.product-row-price del {
    color: #111;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
}

.product-row-price del {
    margin-right: 5px;
}

.product-button ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-button ul li+li {
    margin-left: 10px;
}

.product-button a {
    padding: 10px 12px !important;
    font-size: 12px !important;
    border: 1px solid #01a652 !important;
    display: inline-block !important;
    background: #fff !important;
    font-weight: 700 !important;
    color: #01a652 !important;
    border-radius: 30px !important;
}

.product-item:hover .product-info h3 a {
    color: #fff;
}

.product-item:hover .product-row-price {
    color: #fff;
}

.product-item:hover .product-row-price del span,.product-item:hover .product-row-price del {
    color: #fff;
}
section.home-content-2 {
    padding: 50px 0;
}

section.home-content-2 .head_section .title {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase
}
section.home-content-2 .head_section .sub {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-top: 4px;
    padding-bottom: 20px;
}
section.home-content-2 .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    word-wrap: break-word;
    padding-bottom: 20px;
}
section.home-content-2 .commit-item {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}

section.home-content-2 .commit-item .image {
    position: relative;
    padding-bottom: 100%;
    display: block;
    width: 100%;
    background-position: center;
    overflow: hidden;
    border-radius: 100%
}

section.home-content-2 .commit-item .image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #01a652;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden
}

section.home-content-2 .commit-item .image img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

section.home-content-2 .commit-item .image a {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    transform: translateY(-70%);
    z-index: 2;
    color: #01a652;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #eafef1;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center
}

section.home-content-2 .commit-item .image a svg {
    width: 16px;
    height: 16px
}

section.home-content-2 .commit-item .info {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 80px;
    transition: 0.6s;
    text-align: center;
    color: #fff;
    padding: 24px;
    z-index: 3;
    font-weight: 700
}
section.home-content-2 .commit-item .image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #01a652;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden;
}
section.home-content-2 .commit-item:hover .image::before {
    opacity: .6;
    visibility: visible;
}

section.home-content-2 .video {
    position: relative;
    display: block;
}
section.home-content-2 .video img {
    width: 100%;
    height: auto;
}
section.home-content-2 .video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 90px;
    height: 90px;
    line-height: 100px;
    background-color: #fff;
    border-radius: 50%;
    color: #209e2e;
    z-index: 2;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
section.home-content-2 .video a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: ripple 2s linear infinite;
}
section.home-content-2 .video a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: ripple 2s linear 1s infinite;
}
@keyframes ripple {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}
section.home-content-2 .video i {
        font-size: 32px;
    padding-left: 7px;
}
section.home-content-2 .solution {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    background-color: #fff;
    border-radius: 5px;
    padding: 50px;
}
section.home-content-2 .solution>.row>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
section.home-content-2 .solution .solute-item .count-area-content {
    border-right: 1px dashed #209e2e;
    color: #01a652;
    padding: 0 15px;
    text-align: center;
}
section.home-content-2 .solution .solute-item .count-area-content .number {
    font-size: 50px;
    margin-bottom: 0;
}
section.home-content-2 .solution .solute-item .count-area-content .number span {
    font-size: 50px;
}
section.home-content-2 .solution .solute-item .count-area-content .name {
    font-size: 18px;
    margin-bottom: 0;
}
section.home-product .heading {
    margin-bottom: 30px;
    text-align: center;
}

section.home-product .heading h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}

section.home-product .heading p:not(:last-child) {
    margin-top: 10px;
}
section.home-product .heading i {
    color: #2ecc71;
  margin-right: 8px;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}
.review-slide .slick-list {
    margin: 0 -15px;
    padding-top: 70px;
}
.review-slide .slick-slide {
    padding: 0 15px;
}
section.home-review {
    position: relative;
    padding: 48px 0;
    overflow: hidden;
    background: #01a652;
    color: #fff;
}

section.home-review .heading {
    margin-bottom: 30px;
    text-align: center;
}

section.home-review .heading h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.review-item {
    padding: 0 10px;
}

.review-item .inner {
    border-radius: 20px;
    box-shadow: 0 0 10px 2px rgba(199, 199, 199, .1);
    background: #fff;
    padding: 15px;
    position: relative;
}
.review-item .quote {
        display: flex;
    justify-content: flex-end;
}
.review-item .avatar {
    top: -60px;
    left: 20px;
    position: absolute;
    height: 102px;
    width: 102px;
    overflow: hidden;
    border-radius: 100%;
}

.review-item .avatar img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.review-item .info {
    color: #333;
    margin-top: 30px;
    padding-bottom: 30px;
}

.review-item .info h3 {
        font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
}

.review-item span {
        display: block;
    margin-bottom: 16px;
}

.review-slide .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #01a652;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    left: -60px;
    transform: translateY(-50%);
}
.review-slide .slick-next {
    right: -60px;
    left: unset;
}
.review-slide:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.review-slide .slick-arrow svg{
    width: 15px;
    height: auto;
    fill: #01a652
}
.review-slide .slick-arrow:hover {
    background: #035a2d
}
.review-slide .slick-arrow:hover  svg {
    fill: #fff;
}
footer#footer {
    position: relative;
    overflow: hidden;
    margin-top: 48px;
    padding: 36px 0;
    border-top: 1px solid #dee2e6;
}

ul.footer-social {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

ul.footer-social a {
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 4px;
    background: #01a652;
    border-radius: 100%;
    transition: all 0.3s ease;
}

ul.footer-social svg {
    width: 18px;
    height: auto;
    vertical-align: middle;
    fill: #fff;
}


ul.footer-social li:nth-child(1) a {
    background: #1351FF;
}

ul.footer-social li:nth-child(2) a {
    background: #FE0000;
}

ul.footer-social li:nth-child(4) a {
    background: #1D9BF0;
}

footer#footer .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #01a652;
}

.footer-block-menu a {
    color: #000;
    text-decoration: none;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
}

.footer-block-menu a:hover {
    color: #01a652;
}

ul.footer-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.footer-contact li+li {
    margin-top: 8px;
}

ul.footer-contact p.icon {
    color: #01a652;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

ul.footer-contact li p:nth-child(2) {
    margin: 8px 0 0;
    font-size: 14px;
}
.brc-wrapp {
        position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    background-image: url('images/banner.jpg');
    text-align: center;
    margin-bottom: 30px;
}

.brc-wrapp h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 1.32;
    margin-bottom: 0;
}
.brc-wrapp::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: .7;
    z-index: -1
}

.brc {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.contact-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.contact-box .contact-item {
    padding-bottom: 32px;
    padding-bottom: 32px;
}
.contact-box .contact-item .icon {
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
}
.contact-box .contact-item .icon span {
    height: 64px;
    width: 64px;
    border: 1px solid #01a652;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box .contact-item .icon span svg {
    height: 30px;
    width: 30px;
}
.contact-box .contact-item .icon span svg path {
    fill: #01a652;
}
.contact-box .contact-item .info {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}
.contact-box .contact-item .info h4 {
    font-size: 20px;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.contact-box .contact-item .info p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.form-lienhe .wpcf7-text,.form-lienhe .wpcf7-textarea {
    font-size: 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

.form-lienhe .wpcf7-textarea {
    height: 120px;
}

.form-lienhe .wpcf7-spinner {
    display: block;
}

.form-lienhe .wpcf7-submit {
    width: auto;
    padding: 12px 24px;
    border: 0;
    outline: none;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 0;
    border-radius: 50px;
    background: #01a652;
    color: #fff;
    line-height: 20px;
}
.blog-item {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #01a652;
    transition: all 0.6s ease 0s;
    z-index: 2;
}

.blog-item:hover:before {
    height: 100%;
}

.blog-item .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-item .image:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .5;
    z-index: 1;
}

.blog-item .image a {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    display: block;
    background-position: center;
    overflow: hidden;
}

.blog-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.blog-item .info {
    bottom: 0;
    padding: 25px;
    transition: all 0.6s ease 0s;
    position: absolute;
    z-index: 3;
}

.blog-item .info .meta {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    transition: 0.6s;
    z-index: 1;
}

.blog-item .meta:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fff;
    left: 0;
    top: 5px;
    border-radius: 30px;
}

.blog-item h3 {
    display: block;
    margin: 10px 0 14px 0;
    font-weight: 500;
    transition: all 0.6s ease;
    z-index: 1;
    position: relative;
    font-size: 28px;
}

.blog-item h3 a {
    transition: all 0.3s ease;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 105px;
}

.blog-item .desc {
    color: #fff;
    margin: 0 0 0 0;
    transition: all 0.6s ease 0s;
    opacity: 0;
    z-index: 1;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    word-wrap: break-word;
    transition: all .8s;
    margin-bottom: -120px;
}

.blog-item .more-x {
    display: block;
    margin-top: 15px;
}

.blog-item .more-x a {
    color: #01a652;
    border-radius: 50px;
    padding: 8px 20px;
    background-color: #fff;
    transition: all 0.6s ease 0s;
    border: 1px solid #fff;
    z-index: 1;
    display: inline-flex;
    position: relative;
}

.blog-item:hover .desc {
    opacity: 1;
    margin: 0;
}
.sidebar,.singular-post-content {
    position: sticky;
    top: 130px;
}

.sidebar .widget:not(:last-child) {
    margin-bottom: 30px;
}

.widget.widget-search input {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    transition: 0.6s;
    border-radius: 0;
}

.widget.widget-search button {
    background-color: #01a652 !important;
    border-radius: 0 !important;
    height: 50px !important;
    width: 50px !important;
    color: #fff !important;
}

h3.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    line-height: 24px;
    position: relative;
}

h3.widget-title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #01a652;
    left: 0;
    bottom: 0;
}

.widget-menu li {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    border-top: dotted 1px #ddd;
    padding: .5rem 0;
    padding-left: 14px;
}

.widget-menu li:first-child {
    border-top: 0;
}

.widget-menu a {
    display: block;
    color: #000;
    word-wrap: break-word;
}

.widget-menu li:before {
    background: #01a652;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.widget-menu a:hover {
    color: #01a652;
}

.widget-news-item:not(:last-child) {
    margin-bottom: 15px;
}

.widget-news-item {
    display: flex;
    align-items: center;
}

.widget-news-img {
    width: 80px;
}

.widget-news-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.widget-news-text {
    flex: 1;
    margin-left: 15px;
}

.widget-news-meta {
    color: #6A6A6A;
    font-size: 13px;
}

.widget-news-text h3 {
    margin: 0;
}

.widget-news-text h3 a {
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
}

.product-tags a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: block;
    margin-right: 8px;
    margin-bottom: 6px;
    border: 1px solid #ddd;
}
.clearfix {
    clear: both;
}
form.woocommerce-ordering select {
    padding: 5px;
    border-radius: 0;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}
.list-product-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.list-product-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #2fa881;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}

.product-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
.summary-single .product_title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
    line-height: 1.2;
}

.summary-single .price {
    position: relative;
    border-top: 1px solid #dee2e6;
    padding-top: 16px;
    color: #01a652 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.summary-single .price del,.summary-single .price del span {
    color: #111;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
}

.summary-single .price del {
    margin-right: 10px;
}

.product_meta {
    display: none;
}
.summary-single  .support {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px
}

.summary-single  .support a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #01a652;
    border: 1px solid #01a652;
    color: #fff;
    box-shadow: 2px 2px 0 rgba(0,0,0,0);
    height: 50px;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    margin-right: 12px
}

.summary-single  .support a:last-child {
    margin-right: 0
}

.summary-single  .support a:hover {
    background: #fff;
    color: #01a652;
    box-shadow: 2px 2px 20px rgba(0,0,0,.06)
}

@media(max-width: 991px) {
  header#header {
    position: unset;
}

header#header .container {
    padding: 0 15px;
}

.header-top ul:before {
    display: none;
}

.header-top ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.header-main {
    margin: 0;
    padding: 15px 0;
}

.header-search {
    display: none;
}

div#logo {
    flex: 1;
    width: 100%;
}

#logo img {
    height: 70px;
}

section.home-content {
    padding: 30px 0;
}

.abx-right .slogan {
    margin-top: 15px;
    padding: 0;
    border: 0;
}

section.home-product .heading h2 {
    font-size: 28px;
}

.product-item {
    padding: 5px;
}


.product-info {
    padding-top: 5px;
}

.product-item:before {
    display: none;
}

.product-item:hover .product-info h3 a {
    color: #111;
}

.product-item:hover .product-row-price {
    color: #01a652;
    font-size: 16px;
}


.product-button ul {
    flex-direction: column;
}

.product-button ul li+li {
    margin: 5px 0 0;
}

.product-button a {
    display: block !important;
    padding: 5px 10px !important;
}

.product-button ul li {
    width: 100%;
}

.product-item:hover .product-row-price del span, .product-item:hover .product-row-price del {
    color: #111;
}

.product-info h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}

section.home-content-2 {
    padding: 20px 0;
}

section.home-content-2 .head_section .title {
    font-size: 28px;
}

section.home-content-2 .commit-item .info {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}

section.home-content-2 .commit-item .info h3 {
    font-size: 16px;
}

section.home-content-2 .commit-item .image::before {
    opacity: .6;
    visibility: visible;
}

section.home-content-2 .video a {
    width: 40px;
    height: 40px;
}

section.home-content-2 .video i {
    font-size: 16px;
    padding-left: 5px;
}

section.home-content-2 .solution {
    padding: 15px;
}

section.home-content-2 .solution>.row>[class*=col-] {
    padding: 0 15px;
}

section.home-content-2 .solution .solute-item .count-area-content {
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

section.home-content-2 .solution .solute-item .count-area-content .number {
    font-size: 32px;
}

section.home-content-2 .solution .solute-item .count-area-content .number span {
    font-size: 32px;
}

section.home-content-2 .solution .solute-item .count-area-content .name {
    font-size: 14px;
}

section.home-review {
    padding: 20px 0;
}

section.home-review .heading h2 {
    font-size: 28px;
}
header#header .header-top {
    display: none;
}
.brc-wrapp {
    height: 300px;
}
.brc-wrapp h2 {
    font-size: 21px;
}
}
@media(max-width: 767px) {
  
}
@media(max-width: 576px) {
    a.product-image img {
    height: 140px;
}
}
.about-owarai {
  color: #333;
  line-height: 1.7;
}

.page-gt h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.page-gt h2 span {
  color: #2e7d32;
}

.intro p {
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-size: 17px;
}

/* Grid */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

/* Box */
.box {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
}

.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.box i {
  font-size: 36px;
  color: #2e7d32;
  margin-bottom: 15px;
}

/* Leader */
.leadership {
  background: #fafafa;
  text-align: center;
}

.leader-card {
  max-width: 600px;
  margin: 30px auto;
  padding: 30px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.leader-card span {
  color: #2e7d32;
  font-weight: bold;
}

.team-desc {
  max-width: 800px;
  margin: auto;
}

/* Check list */
.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}

/* Culture */
.culture {
  background: linear-gradient(135deg, #2e7d32, #66bb6a);
  color: white;
  text-align: center;
  padding: 70px 20px;
}

.culture p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.culture span {
  font-size: 16px;
  opacity: 0.95;
}