#header .header-bottom {
  background-color: var(--color-main);
}
.header-bottom-nav > li > a {
  font-size: 14px;
}
#header .header-main {
  background: #fff;
}
#header .header-main .nav > li > a {
  font-size: 14px;
}
#header .header-main .nav > li {
  margin: 0 15px;
}
/* #header .header-main  .flex-left {
    display: none;
}  */
#header .flex-right {
  width: fit-content;
}
#header .header-top {
  background-color: var(--color-main);
}
.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
  color: #333;
}
.col-center p {
  margin-bottom: 0;
}
.col-center .col {
  padding-bottom: 0 !important;
}
.header-contact {
  font-size: 13px;
}
.header-contact .icon-box-text > *:first-child {
  font-size: 14px;
  color: #000000;
}
.header-contact p {
  margin-bottom: 0;
  line-height: 1.5;
}
.header-contact .icon-box {
  display: flex;
  align-items: center;
  width: auto;
}
.section-footer .ux-menu-link__link {
  min-height: auto;
}
.section-footer .ux-menu > *:not(:last-child) {
  margin-bottom: 10px !important;
}
.section-footer .row .col > .col-inner > *:not(:last-child) {
  margin-bottom: 10px;
}
.absolute-footer {
  background: var(--color-main);
  padding: 20px;
  /* display: none; */
}
.primary.is-link,
.primary.is-outline,
.primary.is-underline {
  color: var(--color-main);
  border: 1px solid;
  line-height: 1;
  min-height: auto;
  padding: 8px 20px;
}
.is-outline:hover,
.primary.is-outline:hover {
  background-color: var(--color-main)!important;
  border-color: var(--color-main)!important;
}
.section-category .row .col .col-inner .icon-box-text > *:not(:last-child) {
  margin-bottom: 15px;
}
.section-category .icon-box-text p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box-blog-post .is-divider {
  display: none;
}
.section-blog .box-blog-post .post-title {
  font-size: 16px;
}
.row-blog .col .col-inner > *:not(:last-child) {
  margin-bottom: 30px;
}
.section-blog .box-blog-post {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}
.section-blog .box-blog-post .box-image img {
  border-radius: 5px 5px 0 0;
}
.section-blog .box-blog-post .box-text {
  padding: 15px;
}
.title-main > * {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--color-text);
  padding-bottom: 10px;
}
.title-main {
  position: relative;
  margin-bottom: 30px;
}
/* .title-main > *:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: 0;
    background: var(--color-main);
    transform: translateX(-50%);
    left: 50%;
} */
.cta-column .col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-column .col-inner .button {
  margin-bottom: 0;
  margin-left: 15px;
  border: 1px solid #fff;
  background: transparent;
}
.cta-column .col-inner .button:hover {
  border-color: var(--color-main);
}
.section-tab .nav-outline > li > a {
  font-size: 13px;
  border-radius: 5px;
  margin: 0 10px;
  color: #333;
}
.section-tab .nav-outline > li.active > a {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}
.section-product .product-small.box {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}
.section-product .product-small.box .box-image img {
  border-radius: 5px 5px 0 0;
}
.section-product .product-title {
  font-size: 14px;
  height: auto !important;
  margin-bottom: 10px;
}
.section-product .product-title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section-product .price-wrapper .price .amount {
  color: red;
  font-size: 14px;
}
.button.alt,
.button.checkout,
.checkout-button,
.secondary {
  background-color: var(--color-second);
}
#comments {
  display: none;
}
.entry-content.single-page {
  padding-top: 0;
}
.entry-header-text {
  padding-bottom: 0;
}
.article-inner {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  border-radius: 5px;
}
.primary,
input[type="submit"],
input[type="submit"].button {
  background-color: var(--color-main);
  border: none;
  border-radius: 5px;
  color: #000;
  font-weight: 400;
}
.primary.is-outline {
  background: transparent;
  border-color: var(--color-main);
  color: var(--color-main);
}
.hero-textbox {
  color: var(--color-text);
}
.footer-social {
  background: #fff;
  padding: 10px 20px;
}
.footer-social .button {
  margin-bottom: 0;
  color: #333;
  border-color: #333 !important;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.row-sumenh .col .col-inner {
  box-shadow: rgba(0, 0, 0, 0.16) 5px 5px 5px;
  border-radius: 20px;
  padding: 30px;
  border: 2px solid #45659f52;
}
.row-sumenh {
  margin-bottom: -30px;
}
.row-sumenh .col:not(:last-child) {
  margin-bottom: 30px;
}
.row-sumenh .col .col-inner ul {
  margin-bottom: 0;
}
.row-sumenh .col .col-inner ul li {
  margin-bottom: 0;
}
.row-sumenh .col .col-inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
.row-sumenh .col .col-inner h3 {
  color: var(--color-text);
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}
.event-item > *:not(:last-child) {
  margin-bottom: 15px;
}
.event-item {
  display: flex;
  flex-direction: column;
}
.event-thumb {
  height: 150px;
  object-fit: cover;
  flex-shrink: 0;
}
.event-text {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.event-meta {
}
.event-text h3 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Helveticaneue", sans-serif !important;
}
.event-text h3 a {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-text);
}
.event-meta > * {
  color: gray;
  display: flex;
  line-height: 1;
}
.event-meta > * > span {
  margin-left: 10px;
  line-height: 1.5;
  color: gray;
}
.event-meta > * > span > br {
  margin-bottom: 10px;
}
.event-meta > * > i {
  line-height: 1.5;
}
.custom-title .section-title-normal span {
  font-size: 18px;
  background: var(--color-main);
  color: #fff;
  border-bottom: 0;
  padding: 10px 15px;
  margin-bottom: 0;
  line-height: 1;
  border-radius: 5px 5px 0 0;
}
.event-meta > *:not(:last-child) {
  margin-bottom: 15px;
}
.list-event > * {
  margin-bottom: 30px;
}
.box.box-vertical.box-text-top.box-blog-post.has-hover {
}
.blog-list .box-vertical .box-text {
  padding: 0;
  padding-left: 15px;
}
.blog-list .box-vertical .box-text .post-title {
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Averta", sans-serif !important;
  color: var(--color-text);
  line-height: 1.5;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-text);
  font-size: 18px;
}
.blog-list .post-item:not(:last-child) {
  margin-bottom: 15px;
}
.list-event {
  margin-bottom: -30px;
}
.list-baotro > *.large-3 {
  flex-basis: 20%;
  max-width: 20%;
}
.list-baotro .col-inner {
  padding: 15px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 5px 5px 5px;
  border-radius: 20px;
  border: 2px solid #45659f52;
}
.list-baotro > * .box-image img {
  height: 80px;
  object-fit: contain;
}
.list-baotro > * .box-text p {
  margin-bottom: 0;
  line-height: 1.3;
  color: var(--color-text);
  font-size: 18px;
}
.list-baotro > * .box-text {
  padding: 0;
}
.list-baotro > * > *:not(:last-child) {
  margin-bottom: 15px;
}
.section-partner {
  padding-top: 0 !important;
}
.slider-partner .img-inner img {
  height: 80px;
  object-fit: contain;
  background: #fff;
}
.slider-partner .img-inner {
  border-radius: 5px;
}
.row-sumenh .col .col-inner ul li:before {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  top: 0;
  left: 0;
  color: #8e8b8b;
}
.row-sumenh .col .col-inner ul li {
  list-style: none;
  margin-left: 0;
  position: relative;
  padding-left: 27px;
}
.social-list {
  display: flex;
}
ul.social-list > li {
  list-style: none;
  margin-left: 0;
}
.social-list .social-item a {
  border: 1px solid gray;
  color: gray;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social-list > li:not(:last-child) {
  margin-right: 15px;
}
.social-list .social-item a:hover {
  background: #fff;
  color: var(--color-main);
  border: 1px solid var(--color-main);
}
.row-sumenh .col .col-inner ul li {
  font-size: 18px;
}
.hero-title {
  font-size: 28px;
}
.hero-desc {
  font-size: 18px;
}
.list-baotro > * .box-text a {
  color: var(--color-text);
}
.slider-partner .slick-arrow,
.list-baotro .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.slider-partner .slick-prev,
.list-baotro .slick-prev {
  left: -70px;
}
.slider-partner .slick-next,
.list-baotro .slick-next {
  right: -70px;
}
.section-baotro {
  padding-bottom: 90px !important;
}
.col-gioithieu-text p {
  margin-bottom: 15px;
}
.gioithieu-desc {
  font-size: 14px;
  color: gray;
}
.row-chuongtrinh > .col > .col-inner {
  background: #f9fbfd;
  padding: 30px;
  border-radius: 20px;
}
.row-chuongtrinh .col-inner p {
  margin-bottom: 15px;
}
.col-chuongtrinh {
  font-size: 14px;
}
.col-chuongtrinh p,
.col-chuongtrinh li {
  line-height: 1.4;
}
.row-chuongtrinh .col-inner ul {
  margin-bottom: 0;
}
.col-chuongtrinh > .col-inner > *:not(:last-child) {
  margin-bottom: 30px;
}
.col-chuongtrinh > .col-inner > h3 {
  text-align: center;
  color: var(--color-text);
  font-size: 20px;
}
.thumbnail-chuongtrinh img {
  border: 7px solid rgb(147, 205, 221);
  border-radius: 100%;
}
.row-chuongtrinh {
  margin-bottom: -30px;
}
.row-chuongtrinh > * {
  margin-bottom: 30px;
}
.page-category {
  padding: 60px 0;
}
.page-category .post-item {
  line-height: 1.5;
  border-bottom: 1px solid;
  padding-bottom: 30px;
}
.post-title a {
  color: var(--color-main);
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-thumbnail {
  height: 310px;
  flex-shrink: 0;
}
.post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-item > *:not(:last-child) {
  margin-bottom: 15px;
}
.post-desc {
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-text > *:not(:last-child) {
  margin-bottom: 15px;
}
.list-post.row-2 > * {
  --f-gap: 60px;
}
.quatrang {
  padding-left: 40px;
}
.quatrang > * {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 15px;
}
.quatrang > *.current {
  background: red;
  color: #fff;
  border: 1px solid;
}
.section-footer {
  border-top: 5px solid var(--color-main);
}
.section-pricing table td {
  text-align: center;
}
.section-pricing td:first-child,
.section-pricing th:first-child {
  text-align: left;
  font-family: "Averta-Bold", sans-serif;
}
.section-faq .accordion .accordion-item {
  background: #fff;
}
.section-faq .accordion .accordion-item .accordion-inner {
  padding-left: 15px;
}
.section-faq .accordion .accordion-item .accordion-title.active {
  border-color: var(--color-main);
  color: var(--color-text);
  font-family: "Averta-Bold", sans-serif;
}
.section-faq .accordion .accordion-item .accordion-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-faq .accordion .accordion-item .accordion .toggle {
  height: 100%;
}
.section-faq .accordion .toggle {
  height: 100%;
}
.section-pricing table td[colspan] {
  background: #fce5cd;
  color: #000;
}
.page-template-default .content-area li {
  line-height: 1.5;
}
.title-seo {
  margin-bottom: 0;
  font-size: 13px;
  color: #333;
}
.row-service .col-inner {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px;
  border-radius: 5px;
  transition: 0.25s all ease-in;
}
.row-service .col-inner:hover {
  transform: translateY(-10px);
}
.row-service .col-inner {
  margin-bottom: 30px;
}
.row-service {
  margin-bottom: -30px;
}
.row-service .col-inner h3 {
  font-size: 16px;
}
.row-service .col-inner .icon-box-text > *:not(:last-child) {
  margin-bottom: 15px;
}
.row-pricing-column .col-inner {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #fff;
}
.row-pricing-column .col-inner > *:not(:last-child) {
  margin-bottom: 30px;
}
.row-pricing-column .col-inner .pricing-title {
  margin-bottom: 10px;
}
.row-pricing-column .col-inner .pricing-title h3 {
  margin-bottom: 0;
}
.pricing-price {
  color: #ea4649;
  font-size: 36px;
}
.pricing-price span {
  font-size: 15px;
}
.pricing-decs p {
  line-height: 1.5;
}
.pricing-decs > *:not(:last-child) {
  margin-bottom: 10px;
}
.wpop-pricing {
  width: 80% !important;
  margin: auto !important;
}
.pricing-desc p {
  line-height: 1.3;
}
.section-faq .accordion .accordion-item .accordion-inner > *:not(:last-child) {
  margin-bottom: 15px;
}
.section-faq .accordion .accordion-item .accordion-inner > h3 {
  color: var(--color-text);
}
.container .section,
.row .section {
  padding-left: 0;
  padding-right: 0;
}
.title-main.mb-0 > * {
  margin-bottom: 0;
}
.col-profit-text .col-inner > *:not(:last-child) {
  margin-bottom: 15px;
}
.row-sidebar > * .col-inner {
  border: 1px solid #eee;
}
.row-sidebar > * .col-inner .sidebar-title {
  background: var(--color-main);
  color: #fff;
  padding: 10px 15px;
}
.row-sidebar > * .col-inner .sidebar-taxonomy {
  padding: 15px;
  margin-bottom: 0;
}
.row-sidebar > * .col-inner .sidebar-taxonomy > li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.row-sidebar > * .col-inner .sidebar-taxonomy > li:not(:last-child) {
  margin-bottom: 10px;
}
.row-sidebar > * .col-inner .sidebar-taxonomy > li > a {
  color: #333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.row-sidebar > * .col-inner .sidebar-taxonomy > li > a:hover {
  color: var(--color-main);
}
.row-sidebar > *:not(:last-child) .col-inner {
  margin-bottom: 30px;
}
.project-item {
  display: flex;
  border: 1px solid #ddd;
  padding: 15px;
}
.project-thumb {
  width: 35%;
  height: 170px;
}
.project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-text {
  flex: 1;
  margin-left: 15px;
}
.project-title {
  font-size: 14px;
  line-height: 1.5;
}
.project-title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.project-text > *:not(:last-child) {
  margin-bottom: 15px;
}
.project-meta {
  font-size: 13px;
}
.project-meta > *:not(:last-child) {
  margin-bottom: 5px;
}
.project-meta-item > *:first-child {
}
.project-meta-item > *:last-child {
  flex: 1;
}
.project-date {
  font-size: 12px;
  color: gray;
}
.row-project > * {
  margin-bottom: 30px;
}
.row-project {
  margin-bottom: -30px;
}
.row-project-list > *:not(:last-child) {
  margin-bottom: 30px;
}
.rank-math-breadcrumb {
  margin-bottom: 30px;
}
.project-gallery-item img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.project-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  color: #fff;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  line-height: 1;
  min-height: auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-gallery .slick-arrow.slick-prev {
  left: 0px;
}
.project-gallery .slick-arrow.slick-next {
  right: -15px;
}
.project-detail-meta {
  display: flex;
  border-bottom: 1px solid #eeee;
  padding-bottom: 10px;
}
.project-detail-meta > *:not(:last-child) {
  margin-right: 30px;
}
.project-content-wrap > *:not(:last-child) {
  margin-bottom: 30px;
}
.project-content-wrap .detail-title {
  margin-bottom: 20px;
}
.project-content h3 {
  font-size: 20px;
}
.project-gallery .slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  z-index: 99999;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.project-gallery .slick-dots > * {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0;
  border: 2px solid #fff;
}
.project-gallery .slick-dots > *:not(:last-child) {
  margin-right: 15px;
}
.project-gallery .slick-dots > *.slick-active {
  background: #fff;
}
.project-gallery .slick-dots > *::marker {
  content: none;
}
.project-gallery .slick-arrow {
  border-radius: 100%;
  background: transparent;
  border: 1px solid #fff;
}
#header .header-button .button.icon.circle > span {
  margin: 0;
}
#header .header-button .image-icon img {
  padding: 5px;
}
#header .header-main .flex-left {
  flex: 1;
  margin-right: 30px;
}
#header .header-main .flex-left > .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-main .flex-left > .header-nav .header-search-form {
  width: 80%;
}
.header-icon-phone p {
  line-height: 1;
}
.header-icon-phone {
  display: flex;
  align-items: center;
}
.header-icon-phone .icon-box-text > *:not(:last-child) {
  margin-bottom: 5px;
}
.header-icon-phone .icon-box-text > *:first-child {
  font-size: 20px;
  color: red;
  font-family: "Averta-Bold", sans-serif;
}
.header-icon-phone .icon-box-text > *:last-child a {
  color: #333;
}
.header-icon-phone .icon-box-text > *:last-child {
  font-size: 16px;
}
#header .header-main .flex-left > .header-nav .header-search-form input {
  height: 35px;
  font-size: 14px;
  padding-left: 15px;
}
.title-footer {
  font-family: "Averta-Bold";
  font-size: 16px;
}

.products .product-small .col-inner:hover,
.related .product-small .col-inner:hover,
.list-product .product-small:hover {
  border-color: var(--color-main);
}
.products .product-small .col-inner .box-image,
.related .product-small .col-inner .box-image,
.list-product .product-small .box-image {
  padding: 15px;
}
.products .product-small .col-inner .box-text .product-title,
.related .product-small .col-inner .box-text .product-title,
.list-product .product-small .box-text .product-title {
  font-size: 15px;
}
.products .product-small .col-inner .box-text .product-title a,
.related .product-small .col-inner .box-text .product-title a,
.list-product .product-small .box-text .product-title a {
  color: #333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  text-transform: uppercase;
}
.products .product-small .col-inner .box-text .price-wrapper .price .amount,
.related .product-small .col-inner .box-text .price-wrapper .price .amount,
.list-product .product-small .box-text .price-wrapper .price .amount,
.product-price-container .price-wrapper .price .amount {
  font-size: 18px;
  color: #f40a29;
  font-weight: 600;
  font-style: italic;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    3px 3px 2px rgba(150, 150, 150, 1);
}
.product-price-container .price-wrapper .price .amount {
  font-size: 25px;
}
.products .product-small .col-inner .box-text,
.related .product-small .col-inner .box-text,
.list-product .product-small .box-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products .product-small .col-inner .box-text > *:not(:last-child),
.related .product-small .col-inner .box-text > *:not(:last-child),
.list-product .product-small .box-text > *:not(:last-child) {
  margin-bottom: 10px;
}
.shop_table .cart_item td a {
  color: #333;
  font-size: 14px;
}
.shop_table .cart_item td {
  font-size: 14px;
}
.custom-title .section-title-normal {
  border-color: var(--color-main);
}
.button,
input[type="button"].button,
input[type="reset"].button,
input[type="submit"],
input[type="submit"].button {
  background-color: var(--color-main);
}
.quantity .button.plus,
.quantity .button.minus {
  background: transparent;
}
.product-section .large-2,
.product-section .large-10 {
  max-width: 100%;
  flex-basis: 100%;
}
.review-form-inner.has-border {
  border: none;
  padding: 0;
}
.review-form-inner.has-border #respond > *:not(:last-child) {
  margin-bottom: 30px;
}
/* .quantity.buttons_added {
  width: 50%;
} */
.col-product-sumary .col-inner > *:not(:last-child) {
  margin-bottom: 15px;
}

.add-to-cart-container > form > *:not(:last-child) {
  margin-bottom: 15px;
}
.col-product-sumary .product-title {
  font-size: 20px;
  margin-bottom: 0;
}
.col-product-gallery .col-inner {
  border: #dfdfdf solid 1px;
}
.product-page-sections > *:last-child {
  display: none;
}
.form-minimal.quantity .qty {
  width: 100%;
  max-width: 100%;
}
.col-cam_ket .col-inner {
  border: #dfdfdf solid 1px;
  padding: 15px;
  height: 100%;
}
.col-cam_ket .col-inner li {
  background-image: url(https://www.fsu.vn/images/icon_star.gif);
  text-align: left;
  background-repeat: no-repeat;
  position: relative;
  background-position: left center;
  list-style: none;
  margin-left: 0;
  padding-left: 35px;
}

.col-cam_ket .col-inner ul > *:not(:last-child) {
  margin-bottom: 15px;
}
.product-meta > *:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}

.product-meta-item > *:first-child {
  color: var(--color-second);
  margin-right: 30px;
  flex: 1;
}

.product-meta {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.product-meta-item {
  display: flex;
  justify-content: space-between;
}
.product-meta-item > *:last-child {
  width: 65%;
}
input#billing_first_name,
input#shipping_first_name {
  display: none;
}
.col-not-center .col-inner {
    padding-bottom: 30px!important;
}
.unit-product {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 2px rgba(150, 150, 150, 1);
    font-size: 20px;
    margin-left: 10px;
}
.unit-product-item {
    margin-left: 5px;
   
}
.icon_box {
      background: var(--color-main);
}
#mega-menu-title , .sec-title h2.titlecate{
      background: var(--color-second);
}
#header .nav-small.nav>li.html {
    font-size: 14px;
}
#top-bar .nav>li>a {
  font-size: 13px;
}

.sec-product {
  margin-bottom: -20px;
}
.getacf > * {margin-bottom: 15px;}
p#billing_address_1_field {
    width: 100%;
}
.header-cart-link {
    color: #fff;
}
.section-footer .ft-widget .widgettitle {
  color:#333;
}
.ft-widget ul li a {
  color:rgba(0,0,0,0.5);
}
.ft-hottags, .ft-hottags a, .ft-infocompany .social-icons {
    color: #008000c4;
}
.ft-infocompany {
    background: var(--color-main);
    color: #fff!important;
    padding-bottom: 20px;
      line-height: 1.5;
}

.ft-infocompany * {
    color: #fff!important;
}
.page-checkout .woocommerce {
    background: #fff;
    padding: 30px;
}
.cart_totals table thead tr th {
    border: none;
    border-bottom: 1px solid #ccc;
    border-width: 1px!important;
}
button[name="update_cart"] {
    background: var(--color-main)!important;
}
button.single_add_to_cart_button {
    background-color: var(--color-second)!important;
}
div#tab-description img, .product-short-description img {
    display: inline-block;
}
div#tab-description, .product-short-description {
    line-height: 1.5;
}
.product-small.box .box-text {
  min-height: unset;
     
    padding-top: 15px;
}
.product-small .col-inner {
    
    margin-bottom: 20px;
}
.products .product-small .col-inner .box-text .price-wrapper .price del .amount, .related .product-small .col-inner .box-text .price-wrapper .price del .amount, .list-product .product-small .box-text .price-wrapper .price del .amount, .product-price-container .price-wrapper .price del .amount {
    text-shadow: none;
    font-size: 17px;
    font-style: normal;
    color: gray;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    margin-right: 0;
}
.product-price-container .price-wrapper .price .amount:before {
    content: none;
}
.social-list .social-item img {
    width: 25px;
    border-radius: 100%;
}
.khuyenmai-wrap {border: 1px solid #ccc;margin-bottom: 30px;}

.khuyenmai-content {
    padding: 15px;
}

.khuyenmai-content ul, .khuyenmai-content li {margin-bottom: 0;}

.khuyenmai-heading {
    background: var(--color-main);
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
}