/* Theme Name: Công Ty Cổ Phần Trường Thiên Phúc
 * Version: 1.0
 */
@font-face {
  font-family: 'SVN-MessyScript';
  src: url('fonts/SVN-MessyScript.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Iciel Century Gothic Pro';
  src: url('fonts/ICIELCENTURYGOTHICPRO-BOLD.OTF') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Iciel Century Gothic Pro';
  src: url('fonts/ICIELCENTURYGOTHICPRO-BOLDITALIC.OTF') format('opentype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Iciel Century Gothic Pro';
  src: url('fonts/ICIELCENTURYGOTHICPRO-ITALIC.OTF') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Iciel Century Gothic Pro';
  src: url('fonts/ICIELCENTURYGOTHICPRO-REGULAR.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'iCielRomantically-Regular';
  src: url('fonts/iCielRomantically-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UVNThuTu';
  src: url('fonts/UVNThuTu.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #085f7b;
  --primary-color: #e62c12;
  --secondary-color: #fec93d;
  --third-color: #b4eeac;
  --third: #e25286;
  --border-color: #ececec;	
  --secondary: #10bef0;
  --four: #96c93e;
  --size-title: 65px;
  --font-title: 'iCielRomantically-Regular';
  --family: 'Iciel Century Gothic Pro';
  --UVN: "UVNThuTu";
  --border: #e0e0e0;
  --bg: #e7f3f7;

}

.wordbreak {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.wordbreak-1 {
  -webkit-line-clamp: 1;
}

.wordbreak-2 {
  -webkit-line-clamp: 2;
}

.wordbreak-3 {
  -webkit-line-clamp: 3;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pr-0 {
  padding-right: 0;
}

.pr {
	position: relative;
}

li {
  list-style-type: none;
}

.primary-color {
  color: var(--primary)
}

.second-color {
  color: var(--secondary-color)
}

.third-color {
  color: var(--third);
}

.four-color {
  color: var(--four);
}

.font-title {
  font-family: var(--font-title);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 54px;
}

.row-collapse>.col {
  padding: 0
}

/* width */
/* ::-webkit-scrollbar {
  width: 10px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
} */
.df {
  display: flex;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

body {
  font-family: var(--family);
  font-weight: normal;
  font-size: 18px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143
}

h2 {
  font-size: 38px
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 25px
}

input,
button,
textarea {
  outline: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

p {
  margin-bottom: 0;
}

.z-1 {
  z-index: 1
}

.z-2 {
  z-index: 2;
  position: relative;
}

.z-3 {
  position: relative;
  z-index: 3
}

section {
  position: relative
}

.color-white {
  color: white
}

.slick-slide img {
  width: 100%
}

#slider-home {
  margin-left: -14px;
  margin-top: 16px;
/*   height: calc(100% - 40px); */
  overflow: hidden;

}

#feedback .slick-dots {
  transform: rotate(90deg);
  width: auto;
  bottom: 50%;
  left: -10%;
}

.slick-dots>li {
  border: 3px solid #c3c3c3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.slick-dots>.slick-active {
  border-color: var(--primary)
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.col-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

main,
footer {
  position: relative
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}

.flex-space {
  display: flex;
  justify-content: space-between;
}

.wrap-slide-home img {
  width: 100%;
/*   min-height: 694px; */
	height: 100%;
  object-fit: cover;
}

.box-shadow {
  box-shadow: 0px 10px 40px rgb(239 0 50 / 15%)
}

.box-shadow-dark {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%)
}

.breadcrumb {
  padding: 45px 0 55px;
}

.breadcrumb_last {
  color: #fff
}

.breadcrumb .divider {
  margin: 0 10px;
}

.icon {
  margin-right: 10px;
}

.icon-right {
  margin-left: 10px;
}

.success {
  color: #28a745
}

.alert {
  color: rgb(160, 14, 14)
}

.warning {
  color: #ffc107
}

.page-template-title {
    color: #46c435;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 100;
    text-transform: capitalize;
    text-align: center;
}

.page-template-sub-title {
    color: #4d4d4d99;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
}

.wrap-form-contact {
    padding: 30px 30px 36px;
    border: 1px solid #46c435;
    position: relative;
}

#form-contact input{
    border: none;
    outline: none;
    width: 100%;
    margin-bottom: 25px;
    padding: 9px 6px;
}

#form-contact .form-message.invalid{
	bottom: 7px;
}

#form-contact .btn-form{
    padding: 9px;
    height: 44px;
    background-color: #449a3b;
    overflow: hidden;
}

#form-contact .btn-form span i {
	transition: all .6s ease-out;
    display: inline-block;
}

#form-contact .btn-form:hover span i{
	transform: translateX(331px);
}

#form-contact .form-alert{
	position: absolute;
    bottom: -27px;
    left: 15px;
    font-size: 16px;
    color: #2dd31c;
    visibility: hidden;
    opacity: 0;
	max-height: 0;
}

#form-contact .form-alert.active {
 	visibility: visible;
    opacity: 1;
	max-height: 20px;
}

#form-contact .form-alert > p > i {
	margin-right: 4px;
}

.page-template main, .search-results main {
  padding: 60px 0 50px
}

/* style header */
#top-header {
  background-color: #e62c12;
  padding: 2px 0;
  border-bottom: 1px solid #e0e0e0;
}

.wrap-top-header {
  display: flex;
  justify-content: space-between;
}

.top-header-info {
  width: 950px;
  color: #fec93d;
  font-family: var(--UVN);
  font-weight: lighter;
  text-transform: capitalize;
  font-size: 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #fff;
}

.header-info-local {
  padding-right: 15px;
  margin-right: 200px;
}

.top-header-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header-social .social {
  margin-left: 10px;
}

.top-header-social .social a {
  color: #fec93d;
}

/* .top-header-social span {

} */

.main-header-top,
.main-top,
#hot-product,
#feature-product,
#post-home {
  background-color: #ffe891;
}

#feature-product .wrap-label{
	margin: 14px 0 50px;
}

#feature-product {
	padding-bottom: 36px;
}

.wrap-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0;
  flex-wrap: wrap;
}

.logo-wrap a {
  position: relative;
  display: block;
  width: 164px;
  height: auto;
  margin-bottom: 12px;
  padding: 9px;
  border-radius: 6px;
}

/* .wrap-main-header .logo-wrap a img{
	filter: drop-shadow(0px 7px 6px #000);
}

#logo-footer .logo-wrap a img{
	filter: drop-shadow(0px 7px 10px #000);
} */

.wrap-main-header .logo-wrap a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  user-select: none;
  overflow: hidden;
  background: linear-gradient(90deg, transparent, #ffffffb3, transparent);
  background-size: 30%;
  background-repeat: no-repeat;
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

#hotline-header a {
  font-size: 22px;
  display: block;
  position: relative;
  padding-left: 60px;
}

#hotline-header .icon-phone {
  position: absolute;
  top: 7px;
  color: #449a3b;
  left: 0;
}


#hot-product {
	padding-bottom: 36px;
}
/* css animation phone */
.phone-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor
}

.wave {
  animation: waveIn 1.2s infinite ease-out;
  transform-origin: 50% 50%
}

.wave-sm {
  animation-delay: .3s
}

.wave-md {
  animation-delay: .45s
}

.wave-lg {
  animation-delay: .6s
}

@keyframes waveIn {
  from {
    opacity: 0;
    transform: scale(.3) translate(-20px, 10px)
  }

  50% {
    transform: translate(0, 0);
    opacity: 1
  }
}

/* end phone */
.phone-number {
  display: block;
  color: #d11601;
}

.sub-phone {
  color: #449a3b;
}

.sub-phone i {
  color: #248619;
}

#search-header {
  position: relative;
}

#search-header form {
  position: relative;
  z-index: 6
}

#load-data {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 22px;
  padding-top: 30px;
  background: var(--secondary-color);
  color: #fff
}

#load-data ul li {
  	padding: 8px 10px;
    border-bottom: 1px solid #ebebebab;
    font-size: 16px;
}

#load-data ul li:last-child {
  border: none
}

.wrap-form-search {
  background: var(--primary-color);
  border-radius: 30px;
}

.wrap-form-search input {
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  display: block;
  width: 100%;
}

.btn-search {
  background: transparent;
  border: none
}

.icon-search {
  color: #fff;
  cursor: pointer;
  padding: 0 20px 0 15px;
}

.icon-search i {
	transition: .3s;
}

.icon-search:hover i{
	transform: scale(1.1)
}

.wrap-input {
  display: inline-block;
  min-width: 250px;
  background: #fff;
  border-radius: 30px;
}

#bottom-header {
  background: var(--primary-color);
  color: #fff;
  position: relative;
}

#bottom-header .overlay-bottom-header {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
}

.wrap-bottom-menu {
  padding: 10px 0;
  position: relative;
}

.border-animate {
  border: 1px dashed #fff;
  transition: 0.5s;
  position: relative;
}

.border-animate:before,
.border-animate:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  transition: 1s all;
}

.border-animate:before {
  top: -1px;
  left: -1px;
}

.border-animate:after {
  bottom: -1px;
  right: -1px;
}

.border-animate:hover:before,
.border-animate:hover:after {
  width: 100.2%;
  height: 100.1%;
  border-width: 2px
}

.border-animate:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition:
    width 0.5s ease-out,
    height 0.5s ease-out 0.5s;
}

.border-animate:hover:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s ease-out 1s,
    width 0.5s ease-out 0.75s,
    height 0.75s ease-out 1s;
}

#bottom-menu {
  display: flex;
  justify-content: space-evenly;
}

.main-menu>.menu-item {
  padding: 15px 20px
}

.main-menu>.menu-item>a {
  transition: 0.5s
}

.main-menu>.menu-item>a:hover {
  color: var(--secondary-color);
}

.wrap-list-cate {
  position: relative;
  padding: 14px 0;
}

.cate-title {
  font-size: 20px;
  margin: 0;
  cursor: pointer;
}

#cate-menu {
  position: absolute;
  width: 105.5%;
  background: #fff;
  color: #000;
  top: 100px;
  left: -16px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all
}

#cate-menu.active-menu {
  opacity: 1;
  visibility: visible;
  top: 66px;
  background-color: var(--primary-color);
}

#cate-menu>.menu-item {
  transition: 0.5s;
  border-bottom: 1px solid #ebebeb69;
}

#cate-menu>.menu-item.menu-item-has-children {
  position: relative;
}

#cate-menu>.menu-item.menu-item-has-children>i {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #fff;
  font-size: 16px;
}

#cate-menu>.menu-item.menu-item-has-children:hover>ul.sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#cate-menu>.menu-item.menu-item-has-children>ul.sub-menu > li + li {
	border-top: 1px solid #ebebeb69;
}

#cate-menu>.menu-item.menu-item-has-children>ul.sub-menu {
  position: absolute;
  right: -250px;
  top: 95px;
  background-color: #e62c12c4;
  color: white;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

#cate-menu>.menu-item.menu-item-has-children>ul.sub-menu>li {
  padding: 2.3px 15px;
  transition: .5s;
}


#cate-menu>.menu-item.menu-item-has-children>ul.sub-menu>li:hover {
  background-color: var(--secondary-color);
}

#cate-menu>.menu-item.menu-item-has-children>ul.sub-menu>li>a {
  padding: 11px 0;
  display: block;
}

#cate-menu>.menu-item>a>img {
  transition: 0.5s;
  padding-right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  margin-right: 4px;
}

#cate-menu>.menu-item:hover {
  background: #c69411;
}

/* #cate-menu>.menu-item:hover>a>img {
  filter: brightness(0) invert(1)
} */

#cate-menu>.menu-item:hover .menu-image-title {
  border-bottom-color: transparent;
  color: #fff
}

#cate-menu>.menu-item>.menu-image-title-after {
  display: flex;
  align-items: center;
  margin: 0 15px;
  padding: 2.1px 0;
}

.menu-item .menu-image-title-after.menu-image-title {
  display: inline-block;
  padding: 11px 0;
  flex-grow: 1;
  margin-left: 4px;
  transition: 0.5s;
  color: white;
}

.menu-item .menu-image-title-after.menu-image-title > span {
	display: block;
	width: 100%;
}

footer .menu-item .menu-image-title-after.menu-image-title {
  display: inline-block;
  padding: 0 !important;
  flex-grow: 1;
  /*   border-bottom: 1px dashed #b1b1b1; */
  margin-left: 10px;
  transition: 0.5s;
  margin-bottom: 20px;
}

.list-product-grid {
	row-gap: 30px;
}

.archive.tax-categories #menu-danh-muc-san-pham li.menu-item > .sub-menu,.search-results #menu-danh-muc-san-pham li.menu-item > .sub-menu, .page-template-products #menu-danh-muc-san-pham li.menu-item > .sub-menu {
	display: none;
}

.menu-item:nth-child(11) .menu-image-title-after.menu-image-title {
  border: none;
}

#menu-item-69 {
  padding: 10px 0;
  text-align: center;
  background: #4f0500;
  color: #fff;
  margin-top: 7.5px;
}

#header-cover .overlay {
  background-color: var(--primary-color);
  opacity: 0.5;
}

.page-title,
.breadcrumb {
  position: relative;
  color: #fff;
}

.page-title {
  text-align: center;
  font-weight: normal;
  font-size: 60px;
}

#menu-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.menu-icon {
  position: absolute;
  top: 15%;
  right: 15px;
  background: var(--secondary-color);
  padding: 6px 10.2px;
  border-radius: 50%;
  display: none;
}

#post-home {
  padding-bottom: 50px;
}

/* style footer */
footer {
  color: #fff;
  padding-top: 70px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  z-index: 1;
}

footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: var(--primary-color);
  z-index: -1;
  opacity: .8;
}

h3.widgettitle {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.widget-footer {
  margin-bottom: 35px
}

#footer-top {
  padding-bottom: 34px;
  position: relative;

}

#footer-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent -6%, var(--secondary-color) 40%, transparent 106%);
}

#footer-main {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 34px;
}

#footer-main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent -6%, var(--secondary-color) 40%, transparent 106%);
}

#logo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#text-cover {
  max-width: 540px;
  padding-left: 30px;
  border-left: 1px solid var(--border);
}

.top-footer-social .social {
  display: inline-block;
  margin-left: 15px;
}

.top-footer-social .social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

.top-footer-social .fb a {
  background: #0777e9;
}

.top-footer-social .tw a {
  background: #1da1f2
}

.top-footer-social .yt a {
  background: #ff0000;
}

#footer-main .wrap-widget-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.textwidget .widget {
  position: relative;
  padding-left: 70px;
  margin-bottom: 25px
}

#single-product-data .slick-track .slick-slide img {
	object-fit: contain;
}

.widget .icon-info {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  left: 0;
}

.widget .address,
.widget .time,
.widget .phone {
  background: var(--secondary-color)
}

.widget_nav_menu .menu .menu-image-title-after.menu-image-title {
  padding: 0 !important;
  border: none;
  margin-bottom: 20px;
}

#menu-danh-muc-san-pham-footer {
  display: flex;
}

#menu-danh-muc-san-pham-footer>.menu-item {
  margin-right: 50px
}

#menu-danh-muc-san-pham-footer>.menu-item>a {
  display: none
}

.wrap-form-footer {
  display: flex;
  width: 100%;
  position: relative;
}

.form-control.footer-input {
  width: 84%;
  display: inline-flex;
  background: var(--primary);
  padding: 15px 0
}

.wrap-form-ft {
  display: block;
  width: 50%;
}

.wrap-form-ft:first-child {
  border-right: 3px solid #2a4647
}

.form-control.footer-input input {
  background: transparent;
  border: none;
  padding: 10px 5%;
  min-width: 49%;
  color: #fff
}

.form-control.footer-input input::placeholder {
  color: #9e9e9e;
  font-style: italic
}

.form-control.footer-submit {
  width: 16%;
  display: inline-flex;
  background: var(--secondary);
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.footer-submit button {
  border: none;
  background: transparent;
  color: white;
}

.form-result {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-result #result {
  position: relative;
  z-index: 2;
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  color: var(--primary);
  border-radius: 20px;
}

.form-loading.form-result {
  opacity: 1;
  visibility: visible
}

#copyright {
  padding: 24px 0 24px;
  margin-top: 0px;
  position: relative;
}

/* #copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 7%, var(--secondary-color) 40%, transparent 97%);
} */

.design {
  text-align: right;
}

.scrollTop {
  position: fixed;
  width: 50px;
  height: 50px;
  display: inline-flex;
  bottom: -15%;
  right: 2%;
  background: var(--secondary);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  transition: 1s;
  z-index: 100;
}

.scrollTop.show {
  bottom: 15%;
}

.order_2 {
	width: 100%;
	height: 100%;
}
	
.order_2 .gg-maps iframe{
	height: 338px !important;
	width: 100%;
}

.wrap-single-content h2 {
	font-size: 28px;
	line-height: 40px;
}

.wrap-single-content h3{
	font-size: 24px;
}

.wrap-single-content table {
	margin: 24px 0;
}

.wrap-single-content table tr, .wrap-single-content table td {
	border: 1px solid #000;
	padding: 6px 10px;
}

/* style product layout */
.wrap-thumb a {
  display: block;
  width: 100%;
  height: 275px;
}

.wrap-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

#hot-product .wrap-label {
  margin: 50px 0 60px;
}

.wrap-content {
  padding: 50px 30px 30px;
  position: relative;
  background-color: #fff;
  transition: .3s;
}

.wrap-content:hover {
  background-color: var(--secondary-color);
  color: white;
}

.wrap-product-list {
  row-gap: 30px;
}


.product_price {
  position: absolute;
  background: linear-gradient(to right, var(--primary-color) 50%, var(--secondary-color)50%);
  width: calc(100% - 60px);
  padding: 10px;
  background-size: 205% 100%;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  top: -25px;
  background-position: 98% 0;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 30px;
}

.product_price:hover {
  background-position: 0 100%
}

.product_title {
  height: 51px;
}



.wrap-label {
  text-align: left;
}

.wrap-label {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 6px solid var(--primary-color);
  margin: 14px 0 50px;
}

.wrap-label span {
  background-color: var(--primary-color);
  color: white;
  padding: 12px 18px 5px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

.wrap-label span::before {
  content: '';
  position: absolute;
  top: 0;
  right: -48px;
  border: 24px solid var(--primary-color);
  border-top-color: transparent;
  border-right-color: transparent;
}

.wrap-product {
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    transition: 0.5s;
    border: 1px solid #44993b;
}

.wrap-product .wrap-thumb {
  height: 300px;
}

.product-hot .col-xl-9 .row,
.product-hot .col-xl-12>.row {
  row-gap: 30px;
}


.wrap-product:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%)
}

.product_link {
  position: absolute;
  width: 85px;
  height: 85px;
  background: #449a3b;
  color: #ffffff;
  border-radius: 50%;
  bottom: -42px;
  font-size: 30px;
  padding-left: 13px;
  right: -38px;
  padding-top: 8px;
  transition: 0.4s;
}

.product_link:hover {
  background: var(--primary-color);
  color: #fff
}

/* style taxonomy and single */

.archive main,
.single main {
  padding: 50px 0
}

.single main {
  background-color: #ffe891;
}

.tag-label {
  font-weight: bold;
  color: #449a3b;
}

.tag-item {
  display: inline-block;
  padding: 3px 10px;
  background: #f0f0f0;
  color: #979797;
  margin-left: 10px;
  transition: 0.5s;
  margin-bottom: 10px;
}

.tag-item:hover {
  color: #fff;
  background: #449a3b;
}

.lis-tag-wrap {
  padding: 20px 0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0
}

.wrap-product-related .product_price {
  background: var(--secondary-color);
  border: 1px solid #979797;
  color: #fff;
}

.wrap-product-related .wrap-product:hover .product_price {
  background: var(--primary-color);
  border-color: transparent;
  color: #fff
}

.single-post-title {
  font-size: 25px;
  color: #449a3b;
  padding-bottom: 20px;
  border-bottom: 2px solid #449a3b;
  margin-bottom: 20px;
}

.home_link {
	color: var(--primary-color);
}

/* style sidebar */
#main-sidebar #menu-danh-muc-san-pham {
  padding: 15px 0
}

#main-sidebar .widgettitle {
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
}

#main-sidebar .menu-item>a {
	display: flex;
	align-items: center;
	padding: 7px 0 7px 12px;
	margin-bottom: 10px;
	border: 1px dashed #248619;
	font-weight: 700;
	transition: .4s;
	margin-bottom: 20px;	
}

#main-sidebar .menu-item:hover>a>img {
	 border-left: 1px solid #248619;
}

#main-sidebar .menu-item:hover > a {
	border-style: solid;
}

#main-sidebar .menu-item>a>img {
  order: 2;
  padding: 0 20px;
  border-left: 1px dashed #248619;
}

#main-sidebar .menu-item>a>span {
  order: 1;
  margin: 0;
  color : #edb31a;
}

.pagination {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.pagination .page-numbers {
    width: 36px;
    height: 36px;
    border: 1px solid #449a3b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 11px;
    border-radius: 4px;
	transition: .3s;
}

.pagination .page-numbers:hover {
	border: 1px solid #ececec;
    background-color: #44993b;
	color: #fff;
}

.pagination .page-numbers.current {
    border: 1px solid #ececec;
    background-color: #44993b;
	color: #fff;
}

.archive.tax-categories .order_2, .page-template-products .order_2{
	position: sticky;
    top: 60px;
}

.widget_media_image img {
  width: 100%
}

.upload-file {
  border-radius: 40px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 35px
}

.upload-file-title {
  display: inline-block;
  padding: 12px 30px;
  background: var(--third);
  min-height: 50px;
}

.upload-file-desc {
  color: #666666;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  border: 1px dashed var(--third);
  border-radius: 0 40px 40px 0;
  border-left: none;
  min-height: 50px;
  padding: 0 30px
}

.upload-file-desc .icofont-cloud-upload {
  font-size: 45px;
  color: var(--third)
}

.post-sb-item {
  padding: 20px 0;
  border-bottom: 1px dashed #979797;
  display: block;
}

.post-sb-item:last-child {
  border: none
}

.widget-sb-single {
  background: var(--bg);
  padding: 20px 40px;
  margin-bottom: 35px
}

.sidebar-title {
  font-size: 25px;
  color: #449a3b;
}

.post-sb-thumb img {
  width: 100%;
}

#single-product-content .wrap-single-content {
  line-height: 25px;
  background-color: #fff;
  padding: 30px;
}

.single-product-price {
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
  color: var(--secondary-color);
}

.buy-form {
	margin-top: 0px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 24px;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button;
  margin: 0;
	opacity: 1;
}

.buy-form input.qty {
  padding: 10px 6px;
  border: 1px solid #ececec;
}

.buy-form button {
  border: 1px solid var(--primary-color);
  padding: 10px 34px;
  background-color: var(--primary-color);
  color: #fff;
  margin-left: 16px;
  transition: .4s;
}

.buy-form button:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}


/* popup message*/
/* chi tiet san pham */
.popup {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0000006e;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.popup.active {
	opacity: 1;
	visibility: visible;
}

.popup .popup-container {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
	border-radius: 10px;
}

.popup .popup-container  {
	padding: 35px;
}

.popup .popup-container img{
	width: 55px;
    height: 55px;
    margin: 0 auto;
	display: block;
}

.popup .popup-container p{
	font-size: 17px;
    margin: 10px 0 20px;
}

.popup .popup-container a + a {
	margin-left: 12px;
}

.popup .popup-container a{
	    background-color: var(--secondary-color);
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .25s;
    font-size: 15px;
}

.popup .popup-container a:hover {
	background-color: var(--primary-color);
    border-color: var(--button-color);
    color: #fff;
}

.popup .popup-container .close-btn{
	position: absolute;
    top: 2px;
    right: 5px;
    color: #ababab;
    font-size: 21px;
    padding: 12px;
	transition: .25s;
	cursor: pointer;
}

.popup .popup-container .close-btn:hover {
	opacity: .5;
}

/* ---------------------Page Cart------------------- */
.single-product__phone-support {
  padding: 16px 28px 36px;
  border: 1px solid #44993b;
  margin-top: 22px;
}

.single-product__phone-support>p {
	 margin-bottom: 19px;
    text-align: center;
    font-weight: 700;
    color: var(--secondary-color);
}

.single-product__phone-support .single-product__phone_form #phone__submit {
  width: 100%;
  background-color: var(--primary-color);
  cursor: pointer;
  padding: 9px;
  border: none;
  color: white;
	transition: .3s;
	height: 44px;
}

.single-product__phone-support .single-product__phone_form #phone__submit:hover {
	background-color: var(--secondary-color);
	color: #fff;
}

#product-sidebar {
  position: sticky;
  top: 0;
}

#related-product {
	margin-top: 24px;
}

.post-sb-thumb {
  height: 100px;
  width: auto;
}

.post-sb-title {
  font-size: 16px;
}

.single-product__phone-support input {
  width: 100%;
  padding: 10px;
  border: 1px solid #44993b;
}

.single-product__phone-support.commit {
  border: 1px solid #44993b;
  position: relative;
  margin-top: 30px;
  padding: 24px 28px 28px;
}

.single-product__phone-support.commit p {
    margin-bottom: 10px;
    color: #fec93d;
    text-align: left;
    font-weight: 100;
}

.single-product__phone-support.commit p i {
	margin-right: 4px;
}

.single-product__phone-support.commit span {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 6px;
  color: var(--secondary-color);
	font-weight: 600;
}

.buy-form a.fb {
  padding: 10px 17px;
  background-color: var(--primary-color);
  transition: all .4s;
  margin-left: 16px;
  display: inline-block;
}

.buy-form a.fb  i {
	color: #fff;
	transition: .3s;
}

.buy-form a.fb:hover {
  background-color: #139df7;
  color: #fff;
}

/* .buy-form a.fb:hover i {
	color: #fff;
} */

.wrap-single-content p {
  margin-bottom: 15px
}

.wrap-single-content p img {
  width: 100%;
  height: auto
}


main {
	background-color: #ffe891;
}

.section-cart-form {
    width: 100%;
    background-color: #fff;
}

.section-cart-form table {
    width: 100%;
    overflow-y: scroll;
    /* margin-bottom: 50px; */
}

.section-cart-form thead {
    background-color: var(--secondary-color);
}

.section-cart-form th,
.section-cart-form td {
    padding: 15px 25px;
}

.section-cart-form th {
    color: #fff;
}

.section-cart-form tr {
    border: 1px solid var(--border-color);
}

.section-cart-form table thead  tr{
	border:none;
}

.section-cart-form .product-cart-thumbnail img {
    width: 80px;
    height: 80px;
}

.section-cart-form .product-cart-remove {
    width: 30px;
}

.section-cart-form .product-cart-remove i {
    color: var(--title-color);
    font-size: 18px;
    cursor: pointer;
    padding: 6px;
    transition: all .25s ease-in-out;
}

.section-cart-form .product-cart-remove i:hover {
    color: var(--hover-bg-color);
}

.section-cart-form .product-cart-thumbnail {
    width: 130px;
}

.section-cart-form .product-cart-name a {
    color: var(--title-color);
    font-size: 18px;
    text-decoration: none;
}

.section-cart-form .product-cart-price,
.section-cart-form .product-cart-subtotal {
    color: #7b726f;
    font-size: 18px;
}

.section-cart-form .product-cart-quantity input {
    padding: 9px 15px;
    border: 1px solid var(--border-color);
    width: 70px;
    color: #7b726f;
}

.section-cart-form .product-cart-quantity input[type=number]::-webkit-inner-spin-button, 
.section-cart-form .product-cart-quantity input[type=number]::-webkit-outer-spin-button {  
	-webkit-appearance: inner-spin-button;
   opacity: 1;
}

.section-cart-btns {
    width: 100%;
    text-align: right;
}

.section-cart-btns .btn-wrap {}

.payment .payment-form, .payment .payment-order {
	background-color: #fff;
	padding: 15px;
/* 	height: 100%; */
}

.newsletter .form-message {
    color: #f33a58;
    font-style: italic;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    visibility: hidden;
}

.form-message.invalid {
	visibility: visible;
    color: #f33a58;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    font-size: 13px;
}

.form-group.invalid {
	position: relative;
}

.form-group.invalid input[type='text'] {
    border-color: #f33a58;
}

.form-group.invalid input[type='text']::placeholder {
    color: #f33a58;
}

.invalid {
    border-color: #f33a58;
}

.section-cart-btns .add-cart,
.section-cart-bottom .pay,
.payment .payment-form .pay {
    padding: 0 25px;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: #fff;
    height: 44px;
    line-height: 44px;
    transition: all .25s ease-in-out;
}

.section-cart-btns .add-cart:hover,
.section-cart-bottom .pay:hover,
.payment .payment-form .pay:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.section-cart-bottom {
    margin-top: 50px;
    background-color: #fff;
    padding-bottom: 20px;
}

.section-cart-bottom h3 {
   	font-size: 20px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    text-align: center;
    margin-top: 18px;
}

.section-cart-bottom table {
    width: 100%;
}

.section-cart-bottom thead {
    background-color: var(--secondary-color);
}

.section-cart-bottom th,
.section-cart-bottom td {
    padding: 15px 25px;
}

.section-cart-bottom tr {
    border: 1px solid var(--border-color);
}

.section-cart-bottom .pay {
    margin-top: 20px;
}

.section-cart-bottom .pay a {
    color: inherit;
    text-decoration: none;
}

/* -------------------- Page Liên Hệ ----------------- */



/* -------------------- Page Thanh Toán----------------- */
/* .payment {
    padding: 80px 0;
} */

.payment h2,
.payment h3 {
    font-size: 20px;
    color: var(--title-color);
	text-align: center;
}

.payment .form-group input {
    width: 100%;
    padding: 9px 15px;
    margin-top: 10px;
    margin-bottom: 18px;
    border: 1px solid var(--border-color);
}

.payment .form-group label {
    color: #7b726f;
    font-size: 16px;
	margin-bottom: 0;
}

.payment .payment-method label {
    cursor: pointer;
}

.payment .payment-method input[type='radio']+span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.payment .payment-method input[type='radio'] {
    display: none;
}

.payment .payment-method input[type='radio']+span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #7b726f;
    background: #fff;
}

.payment .payment-method input[type='radio']+span::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    opacity: 0;
    transform: scale(0, 0);
    transition: all .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.payment-method input[type='radio']:checked+span:after {
    opacity: 1;
    transform: scale(1, 1);
}

.payment .payment-method {
    margin-top: 10px;
}

.payment .payment-order table {
    width: 100%;
    margin-top: 41px;
}

.payment .payment-order th {
    background-color: var(--secondary-color);
    padding: 15px 10px;
    color: #fff;
	min-width: 100px;
	text-align: center;
}

.payment .payment-order td {
    padding: 15px 25px;
}

.payment .payment-order .order-product-name {
    width: 250px;
}

.payment .payment-order .order-product-name a {
    font-size: 16px;
    color: var(--title-color);
    text-decoration: none;
    transition: all .25s ease-in-out;
}

.payment .payment-order .order-product-name a:hover {
    color: var(--hover-bg-color);
}

.payment .payment-order .order-product-qty {
    font-size: 18px;
    color: #7b726f;
}

.payment .payment-order .order-product-price,
.payment .payment-order .order-product-total {
    color: #706c6c;
}

.payment .payment-order .order-product-qty span {
    color: var(--hover-bg-color);
}

.payment .payment-order tr {
    border: 1px solid var(--border-color);
}

.payment .payment-order .total {
    color: var(--primary-color);
    font-size: 18px;
}

.payment .payment-form .pay {
    width: 175px;
    height: 44px;
    position: relative;
    margin-bottom: 15px;
}

.payment .payment-form .form-alert {
	margin: 0px 0 6px 0px;
    color: #449a3b;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
	transition: .4s;
}

.payment .payment-form .form-alert > a{
	color: var(--primary-color);
}

.payment .payment-form .form-alert i {
	margin-right: 4px;
}

.payment .payment-form .form-alert.active{
    max-height: 30px;
    visibility: visible;
    opacity: 1;
}

.payment .payment-form .form-alert a {
    text-decoration: none;
    color: var(--primary-color);
}

.no-cart{
	background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.no-cart i {
	font-size: 100px;
	color: var(--primary-color);
}

.no-cart .alert-message {
	font-size: 18px;
    padding: 20px 0;
}

.no-cart .alert-message p {
	margin-top: 12px;
}

.red-text {
	color: var(--primary-color);
}

#phone-contact__form .form-message.invalid{
	font-size: 12.8px;
    bottom: -22px;
}

#phone-contact__form .form-alert {
	position: absolute;
    left: 15px;
    bottom: -32px;
    font-size: 16px;
    color: #4aca3c;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
}

#phone-contact__form .form-alert.active {
	visibility: visible;
	opacity: 1;
	max-height: 30px;
}

/* about page */
.main-content .about {
	background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
}

.main-content .about p {
	margin-bottom: 16px;
}

.main-content .about ul{
	list-style-type: disc;
}

.main-content .about ul > li {
   list-style-type: disc;
   margin-left: 18px;
   margin-bottom: 8px;	
}

/* style form */
.form-control {
  border: 1px solid var(--primary);
  padding: 5px 15px;
  width: 100%;
}

.form-control-wrap {
  margin-bottom: 20px;
  position: relative;
}

.btn-form {
  width: 100%;
  border: none;
  background: var(--primary);
  color: #fff;
  padding: 6px;
}

.wrap-contact-info {
  padding-left: 30px
}

#submit_request,
#submit_yeucau {
  background: var(--third);
  border-radius: 30px;
  padding: 10px 0
}

#form-request #file {
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 7px 20px;
  color: transparent;
  cursor: pointer;
}

.form-file {
  background: #fff;
  border-radius: 30px;
}

.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}

.wpcf7-file::before,
.wpcf7-file::after {
  content: '';
  position: absolute;
  outline: none;
  width: 50px;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  height: 34px;
}

.wpcf7-file::before {
  background: url('https://puta.vn/notel/wp-content/uploads/2021/07/upload.png') no-repeat;
  z-index: 2;
}

.wpcf7-file::after {
  background: var(--third);
  z-index: 1;
  left: 0;
  border-radius: 30px 0 0 30px;
  width: 95px;
  height: 100%;
  top: 0;
}

.icon-upload {
  right: 0px;
  position: absolute;
  font-size: 40px;
  background: var(--third);
  color: #fff;
  width: 23%;
  text-align: center;
  border-radius: 0 30px 30px 0;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-template-title.request {
  color: var(--third);
  margin-bottom: 30px
}

.wrap-page-request {
  padding: 60px 140px;
  background: var(--bg);
}

.form-request .form-control {
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  background: #fff
}

.form-request .form-control::placeholder {
  font-style: italic;
  color: #bfbfbf
}

/* single page */
.single-product main {
  padding: 70px 0 50px
}

#single-product-data {
  padding: 30px;
  background: #fff;
  margin-bottom: 50px
}

.wrap-product-data {
  color: var(--primary)
}

.single-product-title {
  font-size: 24px;
  color: #31782a;
}

/* .single-product-meta {
  border-bottom: 1px solid #ececec;
} */

#single-product-data .slick-track {
  height: 630px;
}

.slick-dots {
  bottom: -8px;
}


#single-product-data .wrap-single-slide,
#single-product-data .list-product-gallery,
#single-product-data .slick-list {
  height: 100%;
}

#single-product-data .slick-track .slick-slide img {}

.product-tab {
  display: block;
  width: 100%;
  padding: 8px 0 0;
}

.product-tab tr td {
  display: inline-block;
  width: 28%
}

.product-tab tbody,
.product-tab tr {
  display: block;
  width: 100%
}

.list-product-gallery {
  padding: 10px;
  background: #fff
}

.book_now {
  display: inline-block;
  background: var(--secondary);
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer
}

.product-tab tr {
  margin-bottom: 10px
}

.single-form-data {
  outline: none;
  border: none;
  background: #fff;
  padding: 3px 15px;
  border-radius: 20px;
  width: 140px;
  color: var(--primary);
  font-weight: bold;
}

.content-label {
  font-size: 24px;
  color: #449a3b;
  font-weight: bold;
  margin-bottom: 30px;
}

#booking-popup {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.wrap-form-popup {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 7%;
  transform: translateY(7%);
  transition: 0.5s
}

#form-booking {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background: var(--bg);
  position: relative;
}

#form-booking .close {
  position: absolute;
  width: 45px;
  height: 45px;
  background: var(--primary);
  top: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-family: var(--font-title);
  font-size: 25px;
  text-align: center;
  border-radius: 0 0 0 10px;
  cursor: pointer;
}

#booking-popup.active-popup {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.active-popup .wrap-form-popup {
  transform: translateY(0)
}

@media(max-width: 576px) {
  .product-tab tr td {
    width: 49%
  }

  .page-template-title.request {
    font-size: 25px
  }

  #form-booking {
    padding: 20px 10px
  }

  .book_now {
    display: block;
    text-align: center
  }

  .widget-sb-single {
    padding: 20px 30px
  }
}

@media(min-width: 1360px){
	.p-lr-0{
		padding-left: 0;
		padding-right: 0;
	}
}

/* media max width 1200px */


@media(max-width: 1200px){
  #hotline-header {
    display: none;
  }

  #text-cover {
    display: none;
  }

  #custom_html-2 {
    order: 1
  }

  #nav_menu-3 {
    order: 3
  }

  #nav_menu-4 {
    order: 2
  }

  .upload-file-title {
    width: 40%
  }

  .upload-file-desc {
    width: 60%
  }

  .upload-file-desc i:first-child {
    font-size: 15px;
  }

  #main-sidebar .widgettitle {
    font-size: 20px;
  }

  .wrap-page-request {
    padding: 50px 80px
  }

  .top-header-info {
    width: 600px;
  }

  #cate-menu {
    width: 78.5%;
  }

  #cate-menu>.menu-item>.menu-image-title-after {
    padding: 7.8px 0;
  }

  .menu-item .menu-image-title-after.menu-image-title {
    padding: 7px 0;
  }
	
	/* product detail */
	
	.post-sb-thumb {
		height: 70px;
	}
	
	.sidebar-title {
		font-size: 21px;
		color: #449a3b;
	}
	
	.product-tab tr td {
		display: inline-block;
		width: 40%;
	}
	
	.single-product__phone-support .single-product__phone_form #phone__submit {
		margin-top : 24px;
	}
	
	.wrap-product-related .row{
		row-gap: 30px;
	}
	
	#copyright {
		font-size: 17px;
	}
	
	footer {
		padding-top: 36px;
	}
	
	/* page payment	 */
	.payment-form {
		margin-bottom : 40px;
	}
	
	/* contact page */
	.wrap-form-contact {
		padding: 18px 20px 30px;
		border: 1px solid #46c435;
		position: relative;
	}
	
	.wrap-contact-info {
		padding-left: 0px;
	}
	

}

/* media max width 992px */
@media(max-width: 992px) {
  .row.wrap-post-home {
    row-gap: 30px;
  }

  .hot-product-banner {
    display: none;
  }

  .header-info-mail {
    display: none
  }

  #menu-mobile .overlay {
    background-color: transparent;
  }

  #logo {
    max-width: 40%;
  }

  .logo-wrap img {
    width: 100%
  }

  .menu-pc {
    display: none !important
  }

  #menu-mobile.active-menu {
    left: 0
  }

  .menu-icon {
    display: block
  }

  .wrap-menu-mobile {
    width: 82%;
    height: 100%;
    background: var(--primary-color);
    position: relative;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 50%);
	overflow-y: scroll;
  }

  #cate-menu.menu-mobile {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
  }

  .wrap-menu-mobile .menu-mobile {
    display: none
  }

  .wrap-slide-home img {
    min-height: 100%;
  }

  .page-title {
    font-size: 50px;
  }

  #main-mobile-menu {
    background: var(--primary-color);
    color: #fff;
    height: 100%;
  }

  #main-mobile-menu li {
    border-bottom: 1px solid #ebebeb6b;
  }

  #menu-mobile.active-main,
  #menu-mobile.active-cate {
    left: 0;
  }

  .active-main .main-menu {
    display: block;
  }

  .active-cate .cate-menu {
    display: block
  }

  /*footer */
  .copyright,
  .design {
    text-align: center;
  }

  #logo-footer {
    justify-content: center;
  }

  #logo-footer .logo-wrap {
    margin-bottom: 20px;
  }

  .wrap-widget-main>li {
    margin-bottom: 20px;
  }

  .wrap-widget-main h3.widgettitle {
    margin: 0
  }

  .order_2 {
    order: 2;
  }

  .order_1 {
    order: 1
  }

  .wrap-contact-info {
    padding: 0;
    margin-bottom: 30px
  }

  #slider-home .slick-initialized .slick-slide {
    height: 450px;
  }
	
/* product detail */
	#single-product-data {
		padding: 16px;
	}
	
	.post-sb-thumb {
    	height: 180px;
	}
	
	/* cart page */
	.section-cart-form th, .section-cart-form td {
    	padding: 10px 5px;
	}
	
	#footer-top {
		padding-bottom: 0px;
		position: relative;
	}
	
	.section-cart-form .product-cart-thumbnail img {
		width: 60px;
		height: 60px;
	}
	
	.order_2 #main-sidebar {
		margin-top: 30px;
	}
	
}

/* media max width 768px */
@media(max-width: 768px) {

  .top-header-info {
    width: 444px;
  }

  .wrap-main-header {
    justify-content: space-between;
  }

  footer .menu-item .menu-image-title-after.menu-image-title {
    margin-left: -2px;
  }

  #copyright::before {
    top: 65px;
  }

  .wrap-top-header {
    justify-content: center;
  }

  #logo {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .wrap-form-footer {
    display: block;
  }

  .form-control.footer-input {
    width: 100%;
    display: flex;
  }

  .page-title {
    font-size: 30px;
  }

  .form-control.footer-submit {
    width: 100%;
    padding: 20px;
  }

  .form-control.footer-submit button {
    width: 100%;
  }

  #copyright {
    margin-top: -106px;
    padding-top: 100px
  }

  .upload-file-title {
    width: 75%
  }

  .upload-file-desc {
    width: 25%;
    justify-content: center;
  }

  .upload-file-desc i:first-child {
    display: none;
  }

  .wrap-page-request {
    padding: 30px 50px
  }

  .form-control.footer-input input {
    width: 100%
  }
	
	/* product detail */
	#single-product-data .slick-track {
		height: 415px;
	}
	
	.slick-dots {
		bottom: 4px;
	}
	
	.single-product__phone-support input:first-child {
		margin-bottom: 30px;
	}
	
	#phone-contact__form .form-message.invalid {
		font-size: 13.8px;
		bottom: 8px;
	}
	
	.single-product__phone-support .single-product__phone_form #phone__submit {
		margin-top: 0px;
	}
	
	.wrap-product .wrap-thumb {
		height: 224px;
	}
	
	.reserved{
		width: 100%;
		display: block;
	}
	
	#footer-top {
		padding-bottom: 8px;
		position: relative;
	}
	
	/* page cart	 */
	.section-cart-form .product-cart-thumbnail {
		width: 69px;
	}
	
	/* payment page	 */
	.payment-form {
		margin-bottom : 40px;
	}
	
	.payment .payment-order td {
		padding: 10px 7px;
	}
	
	.payment .payment-order table {
		width: 100%;
		margin-top: 16px;
	}
	
	.payment .payment-order .order-product-qty {
		font-size: 18px;
		color: #7b726f;
		text-align: center;
	}
}

/* media max width 576px */
@media(max-width: 576px) {
	.wrap-slide-home .slick-track, .wrap-slide-home .slick-list {
		height: 250px;
		overflow: hidden
	}
	
  .wrap-slide-home img {
    min-height: 250px;
    object-position: 80%
  }

  .textwidget .widget {
    padding-left: 58px;
  }

  .widget>span:last-child {
    font-size: 16px;
  }

  footer {
    padding-top: 30px;
  }

  #footer-top {
    padding-bottom: 20px;
  }

  #menu-danh-muc-san-pham-footer>.menu-item {
    margin-right: 7px;
  }

  #menu-danh-muc-san-pham-footer>.menu-item:last-child {
    margin-right: 0
  }

  .upload-file-title {
    width: 80%
  }

  .upload-file-desc {
    width: 20%;
  }

  .wrap-page-request,
  .widget-sb-single {
    padding: 20px 30px
  }

  .page-template-title.request,
  .page-template-title {
    font-size: 25px
  }

  footer .menu-item .menu-image-title-after.menu-image-title {
    margin-left: -2px;
    font-size: 16px;
  }

  .dashicons {
    font-size: 16px !important;
    vertical-align: revert !important;
  }

  span.reserved {
    display: inline-block;
    width: 100%;
  }

  .top-header-info {
    width: 301px;
  }

  #hot-product .wrap-label {
    margin: 14px 0 44px;
  }

	.wrap-label {
		font-size: 14px;
		margin: 20px 0 40px;
	}

  .wrap-label span::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -37px;
    border-width: 19px;
  }

  #hot-product .wrap-label span::before {
    right: -36px;
  }

  .wrap-label span {
    background-color: var(--primary-color);
    color: white;
    padding: 9px 13px 5px
  }

  .wrap-main-header {
    justify-content: center;
  }

  #search-header {
    display: none;
  }
	
	#menu-mobile .wrap-menu-mobile #search-header {
		display: block;
	}
	
	#menu-mobile .wrap-menu-mobile #search-header .wrap-form-search {
		background: var(--secondary-color);
		border-radius: 30px;
		margin: 21px 22px 5px 10px;
	}
	
	#menu-mobile .wrap-menu-mobile #search-header .wrap-form-search .icon-search {
		color: #fff;
		cursor: pointer;
		padding: 0 15px 0 2px;
	}
	
	#menu-mobile .wrap-menu-mobile #search-header .wrap-form-search input{
		font-size: 16px;
	}
	
  #logo {
    margin: 6px 0;
  }

  .product_price {
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 26px);
    padding: 6px;
    top: -17px;
  }

  .wrap-product .wrap-thumb {
    height: 184px;
  }

  .product_title {
    font-size: 15px;
  }

  .product_title {
    height: 42px;
    text-align: center;
  }

  .wrap-content {
    padding: 30px 10px 30px;
  }

  #cate-menu>.menu-item.menu-item-has-children>i {
    top: 10px;
    padding: 7px 10px;
  }

  #cate-menu>.menu-item.menu-item-has-children>ul.sub-menu {
    background-color: #e62c12;
    color: white;
    width: 100%;
    transition: .5s;
    position: unset;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }

  #cate-menu>.menu-item.menu-item-has-children:hover>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
  }

  #cate-menu>.menu-item.menu-item-has-children>ul.sub-menu.active {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
  }

  #cate-menu>.menu-item.menu-item-has-children>ul.sub-menu>li {
    padding: 2.3px 44px;
    transition: .5s;
    border-bottom: 1px solid #ebebeb69;
  }

  #cate-menu>.menu-item:hover {
    background: unset;
  }

  #slider-home .slick-initialized .slick-slide {
    height: 300px;
  }

  .wrap-list-cate {
    position: relative;
    padding: 8px 0;
  }

  .menu-icon {
    top: 8%;
  }

  .top-header-info {
    width: 250px;
    font-size: 20px;
  }
	
	/* product detail */
	.single-product-title {
    	font-size: 22px;
	}
	
	.product-tab tr td {
		display: inline-block;
		width: 46%;
	}
	
	.single-product__phone-support.commit {
		padding: 24px 20px 26px;
	}
	
	.post-sb-thumb {
		height: 110px;
	}
	
	#logo-footer .logo-wrap {
		margin-bottom: 0;
	}
	
	#single-product-data {
		padding: 10px;
	}
	
	#single-product-content .wrap-single-content {
		padding: 12px;
	}
	
/*   	[class*="col-"] {
	  padding-left: 10px !important;
	  padding-right: 10px !important;
	}
	
	.product-hot .col-xl-9 .row, .product-hot .col-xl-12>.row {
		row-gap: 20px;
	} */
	
	/* page cart	 */
	.section-cart {
		padding: 0 15px;
	}
	
	.section-cart-form .product-cart-name a {
		width: 180px;
		display: inline-block;
	}
	
	.section-cart-form {
		width: 100%;
		background-color: #fff;
		overflow-x: scroll;
	}
	
	.section-cart-form th, .section-cart-form td {
		padding: 10px 10px;
	}
	
	/* payment page	 */
	.payment .payment-order .order-product-name a {
		width: 180px;
		display: inline-block;
	}
	
	.payment .payment-order {
		background-color: #fff;
		padding: 15px;
		overflow-x: scroll;
	}
	
	.payment .payment-method:first-child{
		margin-top : 6px;
	}
	
	.payment .payment-method label {
		cursor: pointer;
		margin-bottom: 0;
	}
	
	.payment .payment-form .pay {
		margin-top : 8px;
	}
	
	.payment .payment-form .form-alert {
		margin-top: 6px;
		margin-bottom: 12px;
	}
	
	.popup .popup-container {
		width: 90%;
	}
	
	.popup .popup-container a {
		padding: 10px 15px;
	}
	
	.payment .payment-method {
		font-size: 17px;
	}
	
	.top-footer-social .social a {
		width: 36px;
		height: 36px;
	}
	
	.menu-icon i {
		margin-top : 2px;
		display: inline-block;
	}
	
	.menu-icon {
		width: 38px;
		height: 38px;
		padding: 0;
	}
	
	.menu-icon {
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.payment .payment-order th {
		padding: 8px 8px;
	}
	
	.content-label {
	  margin-bottom: 16px;
	}
	
	#footer-main:after {
		bottom : 36px;
	}
	

}

@media(max-width: 415px) {
	  .wrap-menu-mobile {
		width: 86%;
		height: 100%;
		background: var(--primary-color);
		position: relative;
		box-shadow: 0px 0px 25px rgb(0 0 0 / 50%);
		overflow-y: scroll;
	  }
	
	.wrap-input {
		 min-width: unset;
		 width: 230px;
	}
}

@media(max-width: 376px) {
	.wrap-menu-mobile {
		width: 90%;
	}
	
  .label {
    font-size: 21px;
    line-height: 78px;
  }

  .fb-sub {
    font-size: 22px;
    line-height: 62px;
  }

  footer .menu-item .menu-image-title-after.menu-image-title {
    font-size: 15px;
  }

  .dashicons {
    font-size: 13px !important;
    vertical-align: revert !important;
    width: 14px !important;
    height: 14px !important;
  }

  footer {
    padding-top: 40px;
  }
}

@keyframes ldio-mzlxl20xamk {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-mzlxl20xamk div {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-mzlxl20xamk div {
    animation: ldio-mzlxl20xamk 1s linear infinite;
    top: 21px;
    left: 16px;
}

.loadingio-spinner-rolling-65e7mtx5l5a {
    width: 35px;
    height: 35px;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.ldio-mzlxl20xamk {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-mzlxl20xamk div {
    box-sizing: content-box;
}