/*
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;
    }
}
body {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #111;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
}
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: #111;
}
.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: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.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;
}
@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 #ff9900;
}
.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: #ff9900!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;
}
header#header {
    padding: 10px 0;
}

div#logo img {
    height: 60px;
}

nav#primary-menu {
    flex: 1;
}

nav#primary-menu ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav#primary-menu ul.menu>li {
    padding: 20px 10px;
    margin: 0 10px;
}

#primary-menu .menu > li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    margin-left: 8px;
}
section.home-about {
    padding: 30px 0;
}

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

section.home-about h2 {
    color: #2c6d07;
    font-size: 30px;
}

section.home-about h3 {
    color: #2c6d07;
    font-size: 17px;
    border-left: 1px solid #2c6d07;
    padding-left: 17px;
}

section.home-about a {
    box-shadow: 0 1em 1em rgba(0, 0, 0, 0.192);
    background-color: #2c6d07;
    font-size: 11px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
}

section.home-about a:hover {
    margin-top: 10px;
}

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

section.home-tamnhin h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 25px;
}
.tamnhin-item {
    padding: 20px;
    background: url('images/bg1.jpg');
    background-size: cover;
    color: #fff;
    height: 100%;
}
.tamnhin-item p {
    text-align: justify;
    line-height: 36px;
}
.tamnhin-video {
    height: 100%;
    background: #111;
    display: flex;
    align-items: center;
}
section.home-baochi {
    padding: 30px 0;
}

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

section.home-baochi .heading h2 {
    font-size: 25px;
}

section.home-baochi .heading p {
    font-size: 21px;
    font-style: italic;
    font-family: "Times New Roman";
}

.baochi-item {
    border: 0.1em solid #dedede;
    padding: 7px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.baochi-item img{
    height: 230px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.baochi-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2c6d07;
    text-align: center;
    margin: 0;
    font-size: 17px;
    color: #fff;
    padding: 5px;
}
section.home-hoatdong {
    padding: 30px 0;
    background: #2c6d07;
}

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

section.home-hoatdong .heading h2 {
    color: #fff;
    font-size: 25px;
}

section.home-hoatdong .heading p {
    color: #fff;
    font-size: 16px;
}

section.home-hoatdong .slick-list {
    margin: 0 -15px;
}

section.home-hoatdong .slick-slide {
    padding: 0 15px;
}
section.home-hoatdong  .slick-nav {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
  padding: 0;
  font-size: 62px;
  color: #fff;
}
section.home-hoatdong  .slick-next {
  right: -30px;
  left: unset;
}


.hoatdong-item {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.hoatdong-img {
    position: relative;
}

.hoatdong-img img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.hoatdong-img i {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #2c6d07;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.hoatdong-item:hover {
    cursor: pointer;
}

.hoatdong-item h3 {
    color: rgb(13, 80, 168);
    margin: 15px 0 20px;
    text-align: center;
    font-size: 18px;
}

.hoatdong-item p {
    margin: 0;
    text-align: center;
    font-weight: 700;
}
section.home-giaithuong {
    padding: 30px 0;
}

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

section.home-giaithuong .heading h2 {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: #2c6d07;
    font-size: 30px;
}

section.home-giaithuong .heading p {
    width: 200px;
    height: 3px;
    background: #dadada;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

section.home-giaithuong .heading p:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #2c6d07;
    background: #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

section.home-giaithuong .slick-list {
    margin: 0 -10px;
}

section.home-giaithuong .slick-slide {
    padding: 0 10px;
}

section.home-giaithuong img {
    height: 200px;
    object-fit: contain;
    width: 100%;
    margin: 0 auto;
    display: block;
}

section.home-giaithuong .slick-nav {
    position: absolute;
    top: 50%;
    left: 0;
    border: 0;
    background: rgba(219, 219, 219, 0.726);
    color: #fff;
    border-radius: 5px;
    z-index: 999;
    padding: 20px 13px;
}

section.home-giaithuong .slick-next {
    left: unset;
    right: 0;
}
.home-dichvu {
    background-image: url(images/bg3.png);
    padding: 30px 0;
    background-repeat: no-repeat;
}
section.home-dichvu .heading {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading-text {
    padding: 30px;
    width: 270px;
}

.heading-text h2 {
    font-size: 30px;
    color: #fff;
    position: relative;
}

.heading-text h2:after {
    content: "";
    width: 120px;
    background-color: white;
    height: 1px;
    position: absolute;
    top: 21px;
    left: -30px;
    transform: rotate(-55deg);
    opacity: .6;
}

.heading-text p {
    margin: 0;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 15px;
}

.heading-text p:after {
    content: "";
    width: 23px;
    background-color: white;
    height: 1px;
    position: absolute;
    top: 11px;
    right: 12px;
    transform: rotate(-55deg);
    opacity: .6;
}

section.home-dichvu .heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.home-dichvu li {
    color: #2c6d07;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}

section.home-dichvu li:after {
    content: "/";
    color: #b08e42;
    margin-left: 5px;
}

section.home-dichvu li i {
    margin-right: 5px;
}

.dichvu-big {
    background-color: white;
    box-shadow: 0 0 1em 5px #2c2c2c41;
    border-radius: 10px;
    overflow: hidden;
}

.dichvu-big-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.dichvu-big-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.dichvu-big-text h3 {
    margin: 0;
    flex: 1;
    padding-right: 15px;
}

.dichvu-big-text h3 a {
    font-size: 17px;
}

.dichvu-big-text >a {
    display: inline-block;
    background: #2c6d07;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 24px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #2c6d07;
}

.dichvu-big-text >a:hover {
    background: #fff;
    color: #2c6d07;
}

.dichvu-small {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.dichvu-small-img img {
    height: 274px;
    width: 100%;
}

.dichvu-small-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.dichvu-small-text h3 a {
    color: #fff;
    font-size: 15px;
}

.dichvu-small-text >a {
    color: #fff;
    font-size: 12px;
}
section.home-hinhanh {
    padding: 30px 0;
}

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

section.home-hinhanh h2 {
    color: #2c6d07;
    font-size: 30px;
}
.hinhanh-item {
    position: relative;
    border-style: solid;
    border-color: #2c6d07;
    border-width: 1px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.hinhanh-item img {
    transition: all .6s;
}

.hinhanh-item:hover img {
    transform: scale(1.1);
}

.hinhanh-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(24, 92, 194, 0.61);
    font-size: 13px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.hinhanh-item:hover h3 {
    opacity: 1;
}
.home-form {
    padding: 30px;
    background: #2c6d07;
}
.home-form h2 {
    background-image: url(images/bg10.png);
    color: rgb(27, 88, 168);
    font-size: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 10px;
    line-height: 50px;
    margin-bottom: 30px;
    background-position: center;
}
.home-form-left {
    box-shadow: rgba(255, 255, 255, 0.47) 4px 4px 15px 4px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #fff;
}

section.home-form .wpcf7-text {
    font-weight: 500;
    margin-bottom: 15px;
    padding: 12px;!;!i;!;
    height: auto;
}

section.home-form p {
    color: #fff;
    text-align: center;
}

section.home-form .wpcf7-submit {
    background-image: url(images/bg4.jpg);
    font-size: 17px;
    font-weight: 700;
    padding: 12px 34px;
    border-radius: 34px;
    line-height: 1.4;
    margin-top: 15px;
    border: 0;
}
section.home-khachang {
    padding: 30px 0;
}

section.home-khachang h2 {
    color: #2c6d07;
    text-decoration: underline;
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
}

section.home-khachang .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
}
.diachi-text {
    height: 100%;
    background: #2c6d07;
    padding: 20px;
}

.diachi-text h3 {
    text-transform: uppercase;
    color: #2c6d07;
    text-align: center;
    text-decoration: underline;
    background-color: rgb(255, 255, 255);
    font-size: 30px;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
}

.diachi-text p {
    color: #fff;
    line-height: 34px;
}
#footer {
    padding: 30px 0;
    background: #2c6d07;
    margin-top: 30px;
}
footer#footer .title {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #2c6d07;
}

footer#footer .title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background: #fff;
}

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

.footer-block-info li {
    color: #fff;
    display: flex;
    align-items: center;
}

.footer-block-info i {
    margin-right: 10px;
}

.footer-block-info p {
    margin: 0;
}

.footer-block-info li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-block-menu a {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
    position: relative;
}

.footer-block-menu a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    margin-right: 5px;
}
.brc {
    padding: 20px 0;
    background: #252525;
    color: #Fff;
    margin-bottom: 20px;
    text-align: center;
}

.brc h1 {
    font-size: 60px;
}
#primary-menu .menu  a:hover {
    color: #2c6d07;
}
.page-lh ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-lh li {
    color: #111;
    display: flex;
    align-items: center;
}

.page-lh i {
    margin-right: 10px;
}

.page-lh p {
    margin: 0;
}

.page-lh li:not(:last-child) {
    margin-bottom: 15px;
}

.page-lh .wpcf7-text {
    font-weight: 500;
    margin-bottom: 15px;
    padding: 12px;!;!i;!;
    height: auto;
}

.page-lh p {
    color: #111;
    text-align: center;
}

.page-lh .wpcf7-submit {
    background-image: url(images/bg4.jpg);
    font-size: 17px;
    font-weight: 700;
    padding: 12px 34px;
    border-radius: 34px;
    line-height: 1.4;
    border: 0;
    margin-top: 15px;
}
.page-lh .wpcf7-spinner,
.home-form .wpcf7-spinner {
    display: block;
}
.blog-item img {
    height: 250px;
    object-fit: cover;
}
.blog-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.blog-item h3 {
    margin: 0;
    flex: 1;
    padding-right: 15px;
}

.blog-item h3 a {
    font-size: 16px;
}

.blog-text >a {
    display: inline-block;
    background: #2c6d07;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #2c6d07;
}

.blog-text >a:hover {
    background: #fff;
    color: #2c6d07;
}
h3.widget-title {
    font-size: 25px;
    margin-bottom: 15px;
}

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

.widget-post-item {
    display: flex;
    flex-wrap: wrap;
}

.widget-post-img {
    width: 100px;
}

.widget-post-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.widget-post-title {
    flex: 1;
    padding-left: 15px;
}

.widget-post-title h3 {
    margin: 0;
}

.widget-post-title h3 a {
    font-size: 13px;
    text-transform: uppercase;
}
.sidebar .widget:not(:last-child) {
    margin-bottom: 20px;
}
.widget_tag_cloud a {
    font-size: 16px !important;
    margin-right: 10px;
    font-weight: 500;
}
@media(max-width: 991px) {
    div#logo img {
    height: 40px;
}

div#logo {
    flex: 1;
}

.brc h1 {
    font-size: 21px;
}
section.home-dichvu .heading ul {
    display: none;
}

.heading-text {
    width: 100%;
    padding: 15px;
}

.dichvu-big-img img {
    height: auto;
}


.dichvu-small-text {
    position: unset;
}

.dichvu-small-text h3 a {
    color: #111;
}

.dichvu-small-text>a {
    color: #111;
}

.dichvu-big-text,
.blog-text {
    flex-direction: column;
    padding: 10px;
}

.dichvu-big-text h3,
.blog-text h3 {
    padding: 0;
    margin-bottom: 15px;
}
.home-form h2,section.home-khachang h2 {
    font-size: 21px;
}
section.home-khachang .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
}
a.readmore {
    display: inline-block;
    padding: 5px 20px;
    background: #2c6d07;
    border: 1px solid #2c6d07;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 15px;
}

a.readmore:hover {
    background: #fff;
    color: #2c6d07;
}