/*
Theme Name: DevVN Theme
Description: 
Author: DevVN Team
Template: flatsome
Version: 1.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
b,
strong {
  font-weight: 700;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 0 0 20px 0;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video.video-fit.mb .videoWrapper {
  position: unset;
  padding-bottom: unset;
  margin: unset;
}

h1.h1_logo {
  height: 0;
  overflow: hidden;
  width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}

.entry-meta.uppercase {
  letter-spacing: normal;
  text-transform: none;
  font-size: 0.9em;
}

.term-description ol,
.term-description ul,
.entry-content ul,
.entry-content ol {
  margin-left: 20px;
}

.woocommerce a.remove,
[class*="woocommerce"] a.remove {
  width: 30px;
  height: 22px;
  position: relative;
  transition: opacity 200ms;
  vertical-align: top;
  display: block;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after,
[class*="woocommerce"] a.remove:before,
[class*="woocommerce"] a.remove:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC)
    0 0 no-repeat;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 2px;
  display: inline-block;
  content: "";
}

.woocommerce a.remove:before,
[class*="woocommerce"] a.remove:before {
  height: 6px;
  transform-origin: -7% 100%;
  -moz-transform-origin: -7% 100%;
  -webkit-transform-origin: -7% 100%;
  transition: transform 150ms;
  -moz-transition: transform 150ms;
  -webkit-transition: transform 150ms;
  width: 14px;
}

.woocommerce a.remove:after,
[class*="woocommerce"] a.remove:after {
  background-position: -1px -4px;
  height: 12px;
  margin-left: 1px;
  margin-right: 2px;
  margin-top: 4px;
  width: 11px;
}

.woocommerce a.remove:hover:before,
[class*="woocommerce"] a.remove:hover:before {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: transform 250ms;
  -moz-transition: transform 250ms;
  -webkit-transition: transform 250ms;
}

.woocommerce a.remove:hover,
[class*="woocommerce"] a.remove:hover {
  background: transparent;
}

.wpcf7 .wpcf7-form-control {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  height: 40px;
}

.wpcf7-response-output {
  margin: 0 0 20px 0 !important;
}

form.wpcf7-form:after {
  content: "";
  display: table;
  clear: both;
}

.footer-1,
.footer-2 {
  border: unset;
}

ul.header-nav.header-nav-main.nav li a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: unset;
  font-family: "Be Vietnam Pro", sans-serif;
}

#ftwp-container.ftwp-wrap #ftwp-header {
  cursor: pointer;
}

.logo-left .logo {
  margin-right: 55px;
}

ul.header-nav.header-nav-main.nav > li {
  margin: 0 25px;
}

form.searchform input.search-field::placeholder {
  font-style: italic;
}

form.searchform input.search-field {
  background-color: #fff;
  font-size: 12px;
  height: 36px;
  padding: 0 32px 0 12px;
  border: 1px solid #ddd;
}

.header_store a {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
}

.header_store span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 8px;
  line-height: 1.58;
}

ul.header-nav.header-nav-main.nav.nav-right > li {
  margin: 0 10px;
}

ul.header-nav.header-nav-main.nav.nav-right > li img.cart-img-icon {
  height: 32px;
  width: auto;
}

ul.header-nav.header-nav-main.nav.nav-right > li i.icon-user {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("images/user_icon.svg");
}

ul.header-nav.header-nav-main.nav.nav-right
  > li.header-search-form.search-form {
  margin-right: 30px;
  min-width: 220px;
}

ul.header-nav.header-nav-main.nav.nav-right {
  flex-wrap: nowrap;
}

ul.header-nav.header-nav-main.nav .header_store {
  width: 120px;
}

ul.header-nav.header-nav-main.nav.nav-right > li i.icon-user::before {
  content: "";
}

.searchform .button.icon i.icon-search {
  opacity: 0;
}

.searchform .ux-search-submit.submit-button {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-image: url("images/search_icon.svg");
}

.footer_logo {
  text-align: center;
  max-width: 320px;
}

.footer_logo img.alignnone.size-full {
  margin-bottom: 10px;
  max-height: 65px;
  width: auto;
}

.f_logo_logan {
  color: #b70000;
  font-size: 17px;
  text-transform: uppercase;
}

[data-icon-label]:after {
  font-weight: 400;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: unset;
  border: 1px solid #b70000 !important;
  font-family: "Be Vietnam Pro", sans-serif;
}

.footer-1 > .row > .col:nth-child(1) {
  max-width: 360px;
}

.footer-1 > .row > .col:nth-child(2) {
  padding-left: 145px;
  max-width: initial;
  flex-grow: 1;
}

.footer form.wpcf7-form .form_input input.wpcf7-form-control.wpcf7-email {
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  height: 52px;
  box-shadow: unset;
  background-color: #000;
  border-radius: 12px !important;
  border: unset;
  margin: unset;
  padding-right: 130px;
  color: #fff;
}

.footer
  form.wpcf7-form
  .form_input
  input.wpcf7-form-control.wpcf7-email::placeholder {
  font-style: italic;
  color: #fff;
}

.footer
  form.wpcf7-form
  .form_input
  input.wpcf7-form-control.wpcf7-submit.dev_submit {
  margin: unset;
  border: unset;
  letter-spacing: unset;
  font-size: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
  min-height: 36px;
  height: auto;
  border-radius: 8px !important;
  line-height: normal;
}

.footer-1 > .row {
  align-items: flex-end;
}

.footer form.wpcf7-form {
  max-width: 500px;
  position: relative;
  margin-bottom: 10px;
}

span.wpcf7-spinner {
  position: absolute;
  margin: unset;
  left: 50%;
  transform: translateX(-50%);
}

ul.header-nav.header-nav-main.nav
  ul.nav-dropdown.nav-dropdown-default
  > li
  > a {
  color: #000;
  font-weight: 500;
  padding: 10px 15px 10px;
  margin: unset;
  line-height: 1.5;
  font-size: 16px;
  border-bottom: 1px dotted #ced4da;
  transition: 0.4s all ease;
}

ul.header-nav.header-nav-main.nav
  ul.nav-dropdown.nav-dropdown-default
  > li
  > a:hover {
  color: #fff;
  background-color: #b70000;
}

ul.header-nav.header-nav-main.nav ul.nav-dropdown.nav-dropdown-default {
  padding: unset;
  overflow: hidden;
}

span.widget-title {
  letter-spacing: unset;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.is-divider.small {
  display: none;
}

.footer ul.menu li a {
  color: #333;
  font-size: 14px;
  padding: 3px 0;
}

.widget ul.menu > li + li {
  border: unset;
}

.footer .widget_custom_html .textwidget {
  display: flex;
  flex-wrap: wrap;
}

.footer .header_store a {
  border: 1.5px solid #b70000;
  margin-bottom: 25px;
  border-radius: 5px;
  align-items: center;
  background-color: transparent;
  color: #000;
}

.footer .header_store a img {
  margin-right: 5px;
  padding: 9px 12px;
  border-right: 1.5px solid #b70000;
}

.footer .header_store a span {
  font-weight: 600;
  padding: 9px 12px;
}

.footer .header_store a:hover {
  background-color: #ffa500a1;
  color: #000;
}

.footer_email {
  margin-right: 15px;
}

.widget .footer_email a,
.widget .footer_call a {
  color: #000;
  font-size: 15px;
  padding-left: 54px;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.footer_email a strong,
.footer_call a strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}

.footer_email a img,
.footer_call a img {
  position: absolute;
  left: 0;
  top: 1px;
}

.footer .social-icons.follow-icons {
  display: flex;
  width: 100%;
  gap: 12px;
}

.footer_email,
.footer_call {
  margin-bottom: 25px;
}

.footer .social-icons.follow-icons .icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  margin: unset;
  background-color: #000;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 25px;
  transition: 0.3s all ease;
  box-shadow: unset;
}

.footer .social-icons.follow-icons .icon:hover {
  background-color: #b70000;
}

.footer-2 .widget:nth-child(4) {
  max-width: 34%;
  flex-basis: 34%;
}

.footer-2 .widget:nth-child(1) {
  max-width: 16%;
  flex-basis: 16%;
}

.footer-2 .widget:nth-child(2) {
  max-width: 26%;
  flex-basis: 26%;
}

.footer-2 .widget:nth-child(3) {
  max-width: 24%;
  flex-basis: 24%;
}

.footer-2 .widget:nth-child(5) {
  max-width: 50%;
  flex-basis: 50%;
}

.footer-2 .widget:nth-child(6) {
  max-width: 50%;
  flex-basis: 50%;
}

.footer .widget_custom_html .textwidget .wpcf7 {
  width: 100%;
}

.footer-2 {
  padding-top: 16px;
}

.absolute-footer {
  padding: 10px 0;
  font-size: 13px;
}

.absolute-footer.dark {
  color: #fff;
}

.footer-2 .widget {
  margin-bottom: 60px;
  font-size: 14px;
}

.footer-1 {
  padding-top: 35px;
}

ul.list_cn li.bct a {
  height: 56.66px;
  width: 150px;
  background-position: 0 -277px;
  background-repeat: no-repeat;
  background-size: 666.64px;
  display: inline-block;
  background-image: url("images/background-comem.png");
}

ul.list_cn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

ul.list_cn li.dmca img {
  margin-bottom: 8px;
}

.footer-2 .widget:nth-child(6) .textwidget {
  height: 100%;
  align-items: center;
}

ul.header-nav.header-nav-main.nav
  > li.menu-item-design-container-width
  > .sub-menu {
  padding: 20px 20px 0;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
  padding: unset;
  border-radius: unset;
  border-top: 5px solid #e1e1e1;
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
  background-color: #b70000;
  border: 0;
  border-radius: 100px;
  font-size: 0;
  height: 4px;
  margin: 0 4px;
  opacity: 0.3;
  padding: 0;
  transition: all 0.3s;
  width: 40px;
}
.store_header > :nth-child(1) {
  font-size: 18px;
  font-weight: 700;
}
.menu_title img.alignnone.size-full {
  margin-bottom: unset;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.menu_title a {
  display: inline-flex;
  align-items: center;
  color: #333;
}

ul.header-nav.header-nav-main.nav
  > li.menu-item-design-container-width
  > .sub-menu
  > .row
  > .col:nth-child(1) {
  padding-bottom: 15px;
}

.product-category.col .box.box-category .box-text.text-left {
  padding-bottom: unset;
}

.product-category.col .box.box-category .box-text .header-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Be Vietnam Pro", sans-serif;
  letter-spacing: unset;
}

.menu_title a:hover {
  color: #b70000;
}

.prod_submenu .menu_title {
  margin-bottom: 10px;
  line-height: 1.6;
  display: block;
}

.sub-menu .ux-menu.stack .ux-menu-link.menu-item .ux-menu-link__link.flex {
  min-height: unset;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.sub-menu .img .img-inner img {
  width: auto;
  max-width: 100%;
}

.prod_submenu .sub-menu .img .img-inner img {
  width: 210px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.product-category.col .box.box-category .box-text .header-title:hover,
.sub-menu
  .ux-menu.stack
  .ux-menu-link.menu-item
  .ux-menu-link__link.flex:hover {
  color: #b70000;
}

ul.header-nav.header-nav-main.nav {
  font-family: "Be Vietnam Pro", sans-serif;
}

.about_submenu .icon-box.featured-box .icon-box-text.last-reset {
  font-size: 14px;
  font-weight: 400;
}

.about_submenu .icon-box.featured-box .icon-box-img {
  margin-bottom: 5px;
}

.about_submenu .sub-menu > .row > .col:nth-child(1) {
  border-right: 2px solid #eee;
}

ul.header-nav.header-nav-main.nav
  > li.menu-item-design-container-width.about_submenu
  > .sub-menu {
  padding: 50px;
}

.about_submenu .sub-menu > .row > .col {
  padding-top: unset;
  padding-bottom: unset;
}

.widget_shopping_cart .widget_shopping_cart_content {
  padding: 8px 12px;
}
.widget_shopping_cart
  .widget_shopping_cart_content
  ul.woocommerce-mini-cart
  li.woocommerce-mini-cart-item
  a {
  font-weight: 500;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.widget_shopping_cart
  .widget_shopping_cart_content
  ul.woocommerce-mini-cart
  li.woocommerce-mini-cart-item
  a:hover {
  color: #b70000;
}

.widget_shopping_cart
  .widget_shopping_cart_content
  ul.woocommerce-mini-cart
  li.woocommerce-mini-cart-item
  .ux-mini-cart-qty
  .amount {
  color: #cb663a;
}

ul.product_list_widget li .quantity {
  opacity: 1;
}

.widget_shopping_cart p.total strong {
  font-size: 15px;
  font-weight: 600;
}

.widget_shopping_cart p.total .amount {
  color: #cb663a;
}

.widget_shopping_cart
  p.woocommerce-mini-cart__buttons.buttons
  .button.wc-forward {
  font-size: 15px;
  border-radius: 5px;
  letter-spacing: unset;
}

.home_slider
  button.flickity-button.flickity-prev-next-button
  svg.flickity-button-icon {
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  background-color: rgb(240, 240, 240);
  border: unset;
  padding: 15px;
  border-radius: unset;
  /* position: relative; */
}

.home_slider
  button.flickity-button.flickity-prev-next-button
  svg.flickity-button-icon:hover
  .arrow {
  fill: #00000000 !important;
  /* width: 36px; */
  /* height: 36px; */
}

.home_slider button.flickity-button.flickity-prev-next-button {
  border-radius: unset !important;
}

.home_slider button.flickity-button.flickity-prev-next-button {
  width: 50px;
}

.home_slider button.flickity-button.flickity-prev-next-button.next {
  left: auto;
  right: 0;
  transform: unset;
}

.home_slider button.flickity-button.flickity-prev-next-button.previous {
  left: 2px;
  transform: unset;
  right: auto;
}

.home_slider
  button.flickity-button.flickity-prev-next-button
  svg.flickity-button-icon
  .arrow {
  opacity: 0;
}

.home_slider button.flickity-button.flickity-prev-next-button.previous:before {
  background-image: url("images/arrow-left.svg");
}

.home_slider button.flickity-button.flickity-prev-next-button.next:before {
  background-image: url("images/arrow-right.svg");
}

.home_slider button.flickity-button.flickity-prev-next-button:before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.home_box_1 .img .img-inner {
  border-radius: 20px;
}

.text_box_title > :nth-child(1) {
  color: #4b4d52;
  font-size: 48px;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.58;
  margin-bottom: 5px;
}

.text_box_title {
  color: #7e7b7d;
  font-size: 20px;
  margin-bottom: 50px;
}

.text_box_title > :last-child {
  margin-bottom: unset;
}

.home_box_2 .slider .img .img-inner img {
  max-width: 890px;
  margin: 0 auto;
  display: block;
}

.home_box_2 .slider .flickity-page-dots {
  bottom: 0;
}

.home_box_2 .slider {
  padding-bottom: 16px;
}

.home_box_2 .slider button.flickity-button.flickity-prev-next-button {
  opacity: 1;
}

.slider-nav-dots-simple .flickity-page-dots .dot {
  width: 10px;
  height: 10px;
}

.slider-nav-circle .flickity-prev-next-button svg {
  border: unset;
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 1px 10px 0px #0000003b;
}

.home_box_3 .box_left .img {
  max-width: 345px;
}

.home_box_3 .box_left > .col-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.button.primary {
  margin: unset;
  max-width: 200px;
  width: 100%;
  padding: 10px 20px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: unset;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Be Vietnam Pro", sans-serif;
}

.button.primary i.icon-angle-right:before {
  content: "";
}

.button.primary i.icon-angle-right {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/circle_right.svg");
  top: 0;
}

.button.primary span {
  line-height: 1.5;
}

footer#footer {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.tabbed-content .nav li.tab a {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  padding: 0 0 3px;
}

.tabbed-content .nav {
  column-gap: 30px;
  row-gap: 10px;
  justify-content: space-around;
}

.tabbed-content .tab-panels {
  padding-top: 25px;
}

.tabbed-content .tab-panels .panel .button.primary {
  margin-left: auto;
  margin-right: 43px;
  display: flex;
  margin-bottom: 30px;
}

.button.primary.is-outline:hover {
  color: #fff;
}

.button.primary.is-outline {
  border-width: 1px;
  font-size: 13px;
  max-width: 150px;
  justify-content: center;
  color: #333;
}

.button.primary.is-outline:hover i.icon-angle-right {
  background-image: url("images/circle_right.svg");
}

.button.primary.is-outline i.icon-angle-right {
  background-image: url(images/circle_right_x.svg);
  margin-left: 12px;
}

.product-small .box-image {
  border-radius: 15px;
}

.product-small .box-text.box-text-products {
  padding-top: 15px;
  padding-bottom: unset;
}

.product-small
  .box-text.box-text-products
  .woocommerce-loop-product__title
  .woocommerce-LoopProduct-link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #373737;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: unset;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-top: unset;
}

.price-wrapper .price {
  color: #cb663a;
  font-size: 22px;
  letter-spacing: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Be Vietnam Pro", sans-serif;
  row-gap: 10px;
  line-height: 1.5;
}

span.amount {
  color: #cb663a;
}

.product-small .box-text.box-text-products .star-rating--inline {
  font-size: 13px;
  letter-spacing: 3px;
  width: 79px;
  margin-bottom: 3px;
}

.product-small .box-text.box-text-products span.review-count.is-small.op-8 {
  color: #b2b2b1;
  font-size: 13px;
  opacity: 1;
  display: block;
  margin: unset;
  font-family: "Be Vietnam Pro", sans-serif;
}

.price-wrapper .price del {
  order: 2;
}

.price del,
.product_list_widget del,
del .woocommerce-Price-amount {
  color: #6d6d6d !important;
  font-size: 13px;
}

del span.amount {
  opacity: 0.7;
  margin: unset;
}

.price-wrapper .price ins {
  order: 1;
  margin-right: 15px;
}

.product-small .box-text.box-text-products .woocommerce-loop-product__title {
  margin-bottom: 10px;
  margin-top: unset;
}

.product-small.col .badge-container.absolute.left.top.z-1 {
  margin: 0;
  top: 20px;
}

.badge-container .badge-circle {
  width: auto;
  margin-left: unset;
  height: auto;
}

.badge-container .badge-circle .badge-inner {
  border-radius: 0 5px 5px 0;
  background-color: #e67e22;
  width: 50px;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 9px;
  color: #fff;
  line-height: 1.5;
}

.section-title-container .section-title b {
  opacity: 0;
}

.section-title-container .section-title span.section-title-main {
  border: unset;
  padding-bottom: unset;
  text-transform: none;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.5;
}

.section-title-container .section-title {
  border: unset;
  margin: unset;
}

.section-title-container {
  margin-bottom: 20px;
}

.col.post-item .box .box-image .image-cover {
  border-radius: 20px;
}

.is-divider {
  display: none;
}

.blog_style_1 .col.post-item .box {
  background-color: #fefcf8;
}

.blog_style_1 .col.post-item .box .box-text {
  padding: 20px;
}

.blog_style_1 .col.post-item .box .box-text .post-title a {
  margin: unset;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.blog_style_1 .col.post-item .box .box-text .post-title {
  margin: 0 0 10px;
}

.blog_style_1 .col.post-item .box .box-text .from_the_blog_excerpt {
  margin: unset;
  font-size: 16px;
}

.prod_box_grid .col.grid-col {
  padding: 0 4px 8px;
}

.prod_box_grid .col.grid-col .product-small .box-image {
  border-radius: unset;
}

.prod_box_grid .col.grid-col .badge-container {
  opacity: 0;
}

.banner .button.primary {
  max-width: 165px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 1.5;
  justify-content: center;
  border: 2px solid;
}

.banner .button.primary i.icon-angle-right {
  margin-left: 15px;
}

.col.post-item .box .box-text {
  padding-top: 16px;
  padding-bottom: unset;
}

.col.post-item .box .box-text .post-title.is-large a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin: unset;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.col.post-item .box .box-text .post-title {
  margin-bottom: 10px;
  margin-top: unset;
}

.col.post-item .box .box-text .from_the_blog_excerpt {
  margin: 0 0 10px;
  color: #373737;
  font-size: 14px;
  opacity: 0.7;
}

.col.post-item .box .box-text .post-meta {
  text-transform: capitalize;
}

.page-title-inner {
  padding-top: unset;
}

.row.category-page-row {
  padding-top: 10px;
}

div#shop-sidebar .widget span.widget-title {
  color: #636363;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

div#shop-sidebar .widget {
  margin-bottom: 30px;
}

ul.woocommerce-widget-layered-nav-list li a {
  color: #333;
  font-size: 16px;
  padding: unset;
  position: relative;
  padding-left: 30px;
}

ul.woocommerce-widget-layered-nav-list > li + li {
  border: unset;
}

ul.woocommerce-widget-layered-nav-list li span.count {
  display: none;
}

ul.woocommerce-widget-layered-nav-list > li:not(:last-child) {
  margin-bottom: 10px;
}

ul.woocommerce-widget-layered-nav-list > li > a:before {
  content: "";
  border: 2px solid rgba(115, 129, 54, 0.3);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
  background-color: transparent;
}

ul.woocommerce-widget-layered-nav-list
  > li.woocommerce-widget-layered-nav-list__item
  > a:before {
  content: "";
  border: 2px solid #999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  background-color: transparent;
  left: 0;
}

ul.woocommerce-widget-layered-nav-list
  > li.woocommerce-widget-layered-nav-list__item.chosen
  > a:before {
  border-color: #b70000;
}

ul.woocommerce-widget-layered-nav-list
  > li.woocommerce-widget-layered-nav-list__item
  > a:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 4px;
  top: 6px;
  background-color: #b70000;
  border-radius: 100%;
  opacity: 0;
}

ul.woocommerce-widget-layered-nav-list
  > li.woocommerce-widget-layered-nav-list__item.chosen
  > a:after {
  opacity: 1;
}

div#shop-sidebar {
  border-right: 2px solid #eee;
}

.shop-page-title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.term-description {
  font-size: 16px;
}

.cat_subs .product-category.col .box .box-image {
  border-radius: 12px;
}

.cat_subs .product-category.col .box .box-text .header-title {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.devvn_header_top .bottom {
  padding-top: 15px;
  border-top: 1px solid rgba(54, 60, 5, 0.149);
  text-align: right;
  padding-bottom: 15px;
  margin-top: 20px;
}

form.woocommerce-ordering {
  box-shadow: unset;
}

form.woocommerce-ordering select {
  border-radius: 99px;
  padding: 5px 30px 5px 20px;
  font-size: 14px;
  height: 36px;
  font-weight: 600;
  background-color: transparent;
  min-width: 185px;
}

.devvn_header_top .bottom strong {
  text-transform: uppercase;
  color: #636363;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
}

ul.links li .page-number {
  border-width: 1px;
  font-weight: 600;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

ul.links li {
  margin: unset;
}

ul.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

nav.rank-math-breadcrumb.breadcrumbs a {
  color: #333;
}

nav.rank-math-breadcrumb.breadcrumbs {
  font-size: 16px;
  line-height: 1.6;
}

nav.rank-math-breadcrumb.breadcrumbs span.last {
  color: #b70000;
  font-weight: 400;
}

nav.rank-math-breadcrumb.breadcrumbs a:first-child:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("images/home_icon.svg");
}

.page-title:not(.featured-title) + main .product-main {
  padding-top: unset;
}

.product-info .product-title.product_title.entry-title {
  font-size: 22px;
  text-transform: capitalize;
  line-height: 28px;
  margin-bottom: 15px;
}

.product-images.relative.images {
  margin-bottom: 20px;
}

.product-thumbnails img {
  opacity: 1;
  margin: unset;
  transform: unset !important;
  border: unset;
}

.product-thumbnails .is-nav-selected a img {
  transform: unset;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-color: #de8d1e;
}

.product-thumbnails a {
  background-color: #fff;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  transform: unset;
  display: block;
  border-radius: 10px;
  border: 3px solid #fff;
}

.product-info.summary {
  padding-top: unset;
}

.product-info.summary .price-wrapper .price {
  font-size: 24px;
  margin-bottom: 20px;
}

.devvn-coupons .coupon_content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.devvn-coupon {
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("images/subtract.png");
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.devvn-coupon:hover {
  /* background: #fff5f5; */
}

.devvn-coupon-title {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.devvn-coupon-code {
  display: block;
  /* font-weight: bold; */
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.devvn-coupon.copied::after {
  content: "Đã copy!";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  animation: devvnFade 1.5s forwards;
}

@keyframes devvnFade {
  0%,
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.price-wrapper .price span.devvn-sale-percent {
  order: 3;
  background-color: #df8d1f;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  padding: 5px 10px;
}

.devvn-rating-single span.devvn-rating-number {
  line-height: normal;
  position: relative;
  top: 1px;
}

.devvn-rating-single {
  color: #b2b2b1;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.devvn-rating-single .star-rating {
  font-size: 14px;
  height: 14px;
}

.devvn-rating-single span.devvn-rating-review-count {
  color: #b2b2b1;
  font-size: 13px;
}

.devvn-rating-single span.devvn-rating-separator {
  margin: 0 3px;
}

.product-info.summary .woocommerce-product-rating {
  margin-bottom: 15px;
}

.form_add_to_cart button.single_add_to_cart_button.button.alt {
  margin: unset;
  box-shadow: unset;
  border: unset;
  font-size: 22px;
  line-height: normal;
  min-height: unset;
  letter-spacing: unset;
  padding: 0 20px;
}

.form_add_to_cart {
  display: inline-flex;
  align-items: center;
  background-color: #e67e22;
  padding: 10px;
  border-radius: 99px;
  width: auto;
  flex: initial !important;
}

.quantity .button.minus {
  border-radius: 99px 0 0 99px;
}

.quantity .button.plus {
  border-radius: 0 99px 99px 0;
}

.quantity input {
  height: 32px;
  min-height: unset;
  line-height: normal;
  font-size: 14px;
  border: unset !important;
  background-color: #fff !important;
  box-shadow: unset;
  color: #000 !important;
  font-weight: 700;
}

.devvn-coupons > .title {
  margin-bottom: 15px;
  color: #333;
}

.devvn-coupons > .title strong {
  color: #b70000;
}

.woocommerce-variation-price {
  padding: 20px 0;
}

.woocommerce-variation-price span.price {
  display: flex;
  align-items: center;
  margin: unset;
  font-size: 24px;
}

.woocommerce-variation-price span.price del {
  order: 2;
  margin-left: 10px;
}

.woocommerce-variation-price span.price span.devvn-sale-percent {
  order: 3;
  background-color: #df8d1f;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  padding: 5px 10px;
  line-height: 1.5;
}

.product-info.summary del .woocommerce-Price-amount,
.product-info.summary .price-wrapper .price del {
  font-size: 14px;
  line-height: normal;
}

.devvn-coupons {
  margin-bottom: 30px;
}

.devvn-coupon .tooltiptext {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.16);
  color: #555;
  left: 30%;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 130%;
  visibility: hidden;
  width: 170%;
  z-index: 2;
}

.devvn-coupon .tooltiptext:after {
  border: 5px solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
  content: "";
  left: 20%;
  margin-left: -5px;
  position: absolute;
}

.devvn-coupon:hover .tooltiptext {
  visibility: visible;
}

.devvn-coupon svg {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.after-add-to-cart ul {
  margin-bottom: unset;
}

.after-add-to-cart ul li {
  list-style: none;
  margin-left: unset;
  margin-bottom: unset;
  padding: 5px 15px;
  border-bottom: 1px solid #d9d9d9;
}

.after-add-to-cart {
  background-color: #fbfbfb;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-size: 13px;
}

.after-add-to-cart ul li:last-child {
  border-bottom: unset;
}

table.variations .label {
  font-size: 16px;
}

.variations .label label,
.variations .label .ux-swatch-selected-value {
  font-size: 16px;
}

.variations_form .ux-swatch {
  font-size: 15px;
  box-shadow: unset;
  border-radius: 8px;
  line-height: 24px;
  padding: 4px 10px;
  height: auto;
  background-color: rgb(183 0 0 / 5%);
  border: 1px solid #b70000;
  color: #000;
  transition: 0.4s all ease;
}

.nd_box_ship {
  margin-top: 30px;
  font-size: 13px;
}

.nd_box_ship p {
  margin-bottom: 10px;
}

.nd_box_ship .col {
  padding-bottom: unset;
}

.nd_box_ship ul li {
  margin-bottom: unset;
}

.nd_box_ship img.alignnone.size-full {
  margin-right: 5px;
  margin-bottom: unset;
  position: relative;
  top: -2px;
}

ul.tabs.wc-tabs.product-tabs li a {
  font-size: 18px;
  letter-spacing: unset;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
}

.product-footer .woocommerce-tabs {
  border: unset;
}

ul.tabs.wc-tabs.product-tabs li a::before {
  top: auto;
  bottom: 0;
}

.woocommerce-tabs.tabbed-content .tab-panels {
  padding-top: 35px;
  font-size: 14px;
}

.variations_form .ux-swatch.selected,
.variations_form .ux-swatch:hover {
  box-shadow: unset !important;
  background-color: #b70000;
  color: #fff;
}

.entry-content table tr td,
.entry-content table tr th {
  border: 1px solid #dee2e6;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.entry-content table {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  font-size: 14px;
}

.entry-content table tr th {
  text-transform: none;
  background: #b70000d1;
  color: #fff;
}

.entry-content table tr:nth-child(2n) {
  background: #e9ecef;
}

.devvn-tab-toggle button {
  margin: unset;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: #b70000;
  border: 1px solid #b70000;
  border-radius: 8px;
  position: unset;
}

.devvn-tab-toggle {
  text-align: center;
  position: relative;
}

.devvn-tab-toggle button:before {
  background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
  bottom: auto;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%;
  right: 0;
  top: -25px;
}

.devvn-tab-toggle button:hover {
  background-color: #b70000;
  color: #fff;
}

button.devvn-btn-thugon:before {
  display: none;
}

.related.related-products-wrapper
  .product-section-title.product-section-title-related {
  letter-spacing: unset;
  text-align: center;
  font-size: 24px;
  color: #333;
}

.related.related-products-wrapper.product-section {
  border: unset;
  padding-top: 20px;
}

.devvn_box_prod_review {
  padding: 30px 0 50px;
}

.devvn_box_prod_review .title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
}

.devvn_box_prod_review .slider .section {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
}

.devvn_box_prod_review .slider .section .img {
  margin-bottom: 10px;
}

.section-title-container.box_title .section-title span.section-title-main {
  font-size: 22px;
  color: #333;
}

.section-title-container.box_title a {
  position: relative;
  /* bắt buộc */
  padding: 8px 20px;
  border: 1px solid #333;
  border-radius: 99px;
  font-weight: 400;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: transparent;
  z-index: 0;
  overflow: hidden;
  /* thêm */
}

.section-title-container.box_title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  /* thiếu cái này */
  height: 100%;
  background: var(--primary-color);
  z-index: -1;
  transition: width 0.3s ease;
}

.section-title-container.box_title a:hover:before {
  width: 100%;
  /* chạy từ trái sang */
}

.section-title-container.box_title a:hover {
  border-color: var(--primary-color);
  color: #fff;
}

.section-title-container.box_title a:hover i {
  background-image: url(images/circle_right.svg);
}

.section-title-container.box_title a i:before {
  content: "";
}

.section-title-container.box_title a i {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(images/circle_right_x.svg);
  opacity: 1;
}

.intro_box_2 .row.box_content {
  position: absolute;
  top: 30px;
  left: 50%;
  max-width: 1020px;
  transform: translateX(-50%);
}

.intro_title img.alignnone.size-full {
  margin-bottom: unset;
}

.intro_title {
  font-size: 22px;
  margin-bottom: 25px;
}

.intro_title p {
  margin-bottom: 10px;
}

.intro_box_2 .box.box-vertical {
  display: flex;
}

.intro_box_2 .box.box-vertical .box-image {
  max-width: 215px;
  flex-basis: 215px;
}

.intro_box_2 .box.box-vertical .box-text {
  padding: 0 0 0 20px;
  font-size: 16px;
}

.intro_box_2 .img.intro_logo {
  position: absolute;
  right: -40px;
  top: -40px;
  max-width: 164px;
}

.intro_content_1 img.size-full.alignnone {
  margin-bottom: unset !important;
}

.intro_box_4 .row-grid .text-box-content p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.intro_box_6 .intro_img {
  max-width: 916px;
}

.intro_box_6 .intro_box_content {
  max-width: 430px;
  margin-left: 0;
}

.intro_box_6 > .section-content.relative {
  display: flex;
  align-items: center;
}

.intro_title_3 > :nth-child(1) {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

.intro_title_3 > :nth-child(2) {
  color: #333;
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 15px;
}

.intro_box_6 .intro_box_content .content {
  margin-bottom: 30px;
}

.intro_box_6 .intro_box_content .row {
  margin-bottom: 15px;
}

.intro_box_6 .icon-box.featured-box {
  display: flex;
  align-items: center;
}

.intro_box_6 .icon-box.featured-box .icon-box-text.last-reset {
  padding-left: 7px;
  line-height: normal;
}

.intro_box_6
  .icon-box.featured-box
  .icon-box-text.last-reset
  strong:nth-child(1) {
  font-size: 22px;
}

.intro_box_7 {
  margin-top: -260px;
}

.intro_title_1 {
  max-width: 700px;
  font-weight: 600;
  /* margin-right: 20px; */
  padding-top: 40px;
  color: #333;
  position: relative;
}

.intro_title_1 img.alignnone.size-full {
  margin: unset;
  left: 50%;
  position: absolute;
  top: -50%;
}

.intro_title_1 > :nth-child(1) {
  color: #333;
  font-size: 70px;
  position: relative;
  line-height: 1.6;
  margin-bottom: unset;
}

.intro_box_5 .content > :nth-child(1) {
  font-size: 22px;
}

.intro_box_5 .content p {
  margin-bottom: 10px;
}

.intro_box_5 .content {
  max-width: 700px;
  margin-bottom: 30px;
}

.intro_title_4 p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.intro_title_4 img.alignnone.size-full {
  margin-bottom: 10px;
}

.intro_title_4 {
  margin-bottom: 50px;
}

.intro_box_7 .text.content {
  font-size: 20px;
}

.intro_box_7 .box_content_2 > .col:nth-child(3) {
  display: flex;
  align-items: flex-end;
}

.intro_box_7 .row.box_content_3 {
  justify-content: flex-start !important;
  margin-top: -200px;
}

.intro_box_7 .row.box_content_3 .content_1 img.alignnone.size-full {
  margin-bottom: unset;
}

.criteria_title .uppercase {
  letter-spacing: unset;
}

.criteria_title > :nth-child(1) {
  font-size: 30px;
  line-height: normal;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #b70000;
}

.criteria_title {
  font-size: 20px;
  line-height: normal;
  color: #b70000;
  font-weight: 600;
}

.criteria_title p:last-child {
  margin-bottom: 10px;
}

.criteria_title p {
  line-height: 1.6;
}

.criteria_content > :nth-child(1) {
  font-size: 30px;
  margin-bottom: 10px;
  color: #b70000;
  letter-spacing: unset;
  line-height: 1.58;
}

.criteria_content ul li {
  list-style: none;
  margin-left: unset;
  margin-bottom: unset;
}

.criteria_content {
  font-size: 20px;
}

.criteria_content > :last-child {
  margin-bottom: unset;
}

.ingredient_title > :nth-child(1) {
  font-size: 40px;
  margin-bottom: 10px;
}

.ingredient_title > :nth-child(1) strong {
  font-weight: 500;
}

.ingredient_title > :nth-child(2) {
  font-size: 22px;
  color: #7e7b7d;
}

.ingredient_title > :nth-child(2) strong {
  font-weight: 500;
}

.ingredient_title > :last-child {
  margin-bottom: unset;
}

.ingredient_content p {
  margin-bottom: 15px;
}

.ingredient_content p:last-child {
  margin-bottom: unset;
}

.ingredient_list_items .section.col {
  padding-left: 15px;
  padding-right: 15px;
}

.ingredient_list_items .section.col .section-content.relative {
  border: 3px solid #f4f4f4;
  border-radius: 20px;
  padding: 30px 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ingredient_list_items
  .icon-box.featured-box
  .icon-box-text.last-reset
  > :nth-child(1) {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2;
  color: #333;
}

.ingredient_list_items .button.primary.is-outline {
  border: unset;
  padding: unset;
  max-width: inherit;
  width: 25px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  background: transparent;
}

.ingredient_list_items .button.primary.is-outline i {
  margin: unset;
  width: 25px;
  opacity: 0.7;
  height: 25px;
  transition: 0.4s all ease;
}

.ingredient_list_items .button.primary.is-outline:hover i {
  transform: translateX(10px);
}

.ingredient_list_items .button.primary.is-outline span {
  display: none;
}

.ingredient_list_items
  .icon-box.featured-box
  .icon-box-text.last-reset
  > :nth-child(1)
  strong {
  font-weight: 500;
  text-transform: uppercase;
}

.ingredient_list_items .icon-box.featured-box .icon-box-text.last-reset {
  color: #7e7b7d;
  font-size: 16px;
  line-height: 2;
}

.ingredient_list_items .button.primary.is-outline:hover i.icon-angle-right {
  background-image: url("images/circle_right_x.svg");
}

.ingredient_list_items .icon-box.featured-box {
  margin-bottom: 10px;
}

/* Author List */
.devvn-authors-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page_author_title {
  margin-bottom: unset;
  padding: 15px 0 0;
}

.page_author_title .section-title span.section-title-main {
  font-size: 26px;
  font-weight: 700;
}

.devvn-authors-list .item-author {
  box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
  margin-bottom: 25px;
  padding: 30px 0;
}

.devvn-author-card {
  display: flex;
  gap: 15px;
  /* background: #fff; */
  border-radius: 8px;
  /* padding: 24px; */
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); */
  align-items: flex-start;
}

.devvn-author-avatar {
  flex-shrink: 0;
  /* width: 180px; */
  /* height: 180px; */
  border-radius: 8px;
  overflow: hidden;
  max-width: 20%;
  flex-basis: 20%;
  min-width: 200px;
}

.devvn-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.devvn-author-info {
  flex: 1;
  min-width: 0;
}

.devvn-author-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #222;
}

.devvn-author-title-vi {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 600;
  color: #444;
}

.devvn-author-title-en {
  margin: 0 0 10px;
  font-size: 14px;
  color: #4a8c3f;
  font-weight: 500;
}

.devvn-author-bio {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.devvn-author-name a {
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

p.devvn-author-chuc_danh {
  margin-bottom: 5px;
  font-size: 18px;
}

p.devvn-author-job {
  font-size: 16px;
  margin-bottom: 20px;
  color: #b70000;
}

.devvn-author-name a:hover {
  color: #b70000;
}

.author_subject .ux-menu .ux-menu-title {
  padding: unset;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: unset;
  text-transform: math-auto;
  min-height: unset;
  margin-bottom: 10px !important;
}

.author_subject .ux-menu .ux-menu-link__link {
  padding: unset;
  min-height: unset;
  line-height: 30px;
  color: #b70000;
}

.author_subject .ux-menu .ux-menu-link__link:hover {
  color: #b70000;
}

.author_subject .ux-menu .ux-menu-link__link:hover {
  color: #333;
}

.author-page .author-box {
  background-color: #f5f5f5;
  padding: 30px 0;
  margin-bottom: 25px;
}

.author-page .author-box .box {
  display: flex;
}

.author-page .author-box .box .author-avatar {
  max-width: 30%;
  flex-basis: 30%;
}

.author-page .author-box .box .author-info {
  max-width: 70%;
  flex-basis: 70%;
  padding-left: 15px;
}

.author-page .author-box .box .author-avatar img {
  border-radius: 10px;
}

.author-page .author-box .box .author-info .title {
  font-size: 24px;
  margin-bottom: 5px;
}

.author-page .author-box .box .author-info .title strong {
  font-weight: 600;
}

.author-page .author-box .box .author-info p.chuc_danh {
  margin-bottom: unset;
  font-size: 18px;
}

.author-page .author-box .box .author-info p.job {
  color: #b70000;
  margin-bottom: 20px;
}

.author-page .author-box .box .author-info p.description {
  margin-bottom: unset;
}

.author-posts .box.box-vertical {
  display: flex;
  background-color: #f5f5f5;
  border: 1px solid #909090;
  border-radius: 15px;
  display: flex;
  padding: 30px 20px;
}

.author-posts .box.box-vertical .box-image {
  width: 250px;
}

.author-posts .box.box-vertical .box-text-inner {
  width: calc(100% - 250px);
  padding-left: 15px;
}

.author-posts .box.box-vertical .box-text-inner .title {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.author-posts .box.box-vertical .box-text-inner .desc {
  font-size: 16px;
}

.author-post-header {
  font-size: 22px;
  color: #b70000;
}

.col.author-post-header {
  padding-bottom: 20px;
}

.author-page {
  padding-bottom: 50px;
}

.author-posts .box.box-vertical .box-image img {
  border-radius: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 50px;
}

.blog-wrapper.blog-archive .col.post-item {
  padding-bottom: 70px;
}

div#secondary span.widget-title {
  display: block;
  line-height: 1.6;
  letter-spacing: unset;
  font-size: 20px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 25px;
}

div#secondary span.widget-title:after {
  content: "";
  background-image: url("images/heading-line.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

div#secondary span.widget-title:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/flower.svg");
}

.devvn_widget_most_viewed_entries ul li + li {
  border: unset;
}

.devvn_widget_most_viewed_entries ul li a {
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: flex-start;
  padding: unset;
  line-height: 1.5;
}

.devvn_widget_most_viewed_entries ul li a img {
  width: 70px;
  margin-right: 20px;
  border-radius: 6px;
}
#breadcrumbs {
  padding: 15px 0;
}

#breadcrumbs nav.page-breadcrumbs.rank-math-breadcrumb p {
  margin-bottom: unset;
}
.devvn_widget_most_viewed_entries ul li:not(:last-child) {
  margin-bottom: 20px;
}
.blog-single span.devvnpvc-ajax-counter {
  display: none;
}
.entry-header-text.entry-header-text-top {
  padding-bottom: unset;
}

.entry-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}

header.entry-header .entry-meta {
  font-size: 14px;
  line-height: normal;
}

header.entry-header .entry-meta time.entry-date {
  font-weight: 700;
}
.blog-single .post {
  margin-bottom: unset;
}

.entry-content.single-page {
  padding-bottom: unset;
}

.devvn-products-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  width: 220px;
}

.devvn-products-for-post .inner {
  display: flex;
  align-items: center;
}

.devvn-products-for-post .inner .content {
  width: calc(100% - 220px);
}
.devvn-related-thumb .image-cover {
  padding-top: 60%;
  border-radius: 10px;
}

.devvn-related-thumb {
}

.devvn-related-info {
  padding-top: 10px;
  text-align: center;
}

span.devvn-related-views {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--primary-color);
  margin-bottom: 5px;
  line-height: 1.5;
}

.devvn-related-post-title {
  font-size: 16.5px;
  font-weight: 400;
}

.devvn-related-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

.devvn-related-posts {
  padding-top: 30px;
}
.page_new_title.section-title-container .section-title span.section-title-main {
  font-size: 22px;
}

.page_new_box_1 .new_content p:nth-child(1) {
  margin-bottom: unset;
}

.page_new_box_1 .new_content img.alignnone.size-full {
  margin-bottom: 12px;
}

.page_new_box_1 .button.primary.is-outline {
  color: #fff;
}

.page_new_box_1 .button.primary.is-outline i.icon-angle-right {
  background-image: url("images/circle_right.svg");
}
.store_archive {
  padding: 50px 0 60px;
  background: #f8f9fa;
}

.store_header h1 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #333;
}

.store_header h1 strong {
  color: #b70000;
  font-weight: 700;
}

/* Sidebar */
.store_sidebar {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  position: sticky;
  top: 100px;
}

.store_sidebar_title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: unset;
}

.store_filter_field {
  margin-bottom: 10px;
}

.store_filter_field select {
  width: 100%;
  padding: 10px 35px 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #555;
  background-color: #fff;
  appearance: auto;
  cursor: pointer;
  height: 45px;
  line-height: normal;
  appearance: none;
  box-shadow: unset;
}

.store_filter_field select:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
  color: #999;
}

.store_sidebar_list {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}

.store_sidebar_list h4 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px;
}

.store_sidebar_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 700px;
  overflow-y: auto;
}
ul#store-address-list li a {
  color: #333;
  font-size: 16px;
}

ul#store-address-list li a svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.store_sidebar_list ul li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.store_sidebar_list ul li:last-child {
  border-bottom: none;
}

.store_pin {
  flex-shrink: 0;
  color: #2e7d32;
  font-size: 16px;
}

/* Store Grid */
.store_grid {
  display: flex;
  flex-wrap: wrap;
}

/* .store_item {
  margin-bottom: 25px;
} */

.store_card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: box-shadow 0.3s;
}

.store_card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.store_card_img {
  position: relative;
  overflow: hidden;
}

.store_card_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.store_phone_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #b70000;
  color: #fff !important;
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  z-index: 2;
  letter-spacing: 0.5px;
}

.store_phone_badge:hover {
  background: #333;
  color: #fff !important;
}

.store_card_info {
  padding: 15px;
}

.store_card_name {
  font-size: 16px;
  font-weight: 700;
  color: #1a3c5e;
  margin: 0 0 8px;
}

.store_card_address {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Loading */
.store_grid.loading {
  opacity: 0.5;
  pointer-events: none;
}
.store_banners .col:nth-child(1) > .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.store_banners .icon-box.featured-box {
  width: auto;
  display: flex;
  align-items: center;
  width: 300px;
}

.store_banners .icon-box.featured-box .icon-box-img svg {
  width: 30px;
  height: auto;
  padding: unset;
}

.store_banners .icon-box.featured-box .icon-box-img {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b70000;
  border-radius: 100%;
}

.store_banners .icon-box.featured-box .icon-box-img .icon-inner {
  line-height: normal;
}

.store_banners .icon-box.featured-box .icon-box-text.last-reset {
  padding-left: 10px;
  line-height: normal;
}

.store_banners .icon-box.featured-box .icon-box-text.last-reset strong {
  font-size: 30px;
  font-weight: 700;
  color: #b70000;
}

.store_sidebar_list {
  border-top: unset;
}

.store_sidebar_list > :nth-child(1) {
  font-size: 18px;
}
.store_card_name a {
  font-size: 16px;
}

p.store_card_address {
  font-size: 15px;
}
.single-post-store {
  padding-top: 50px;
}

.store_mxh ul.lists li svg {
  width: 15px;
  color: #fff;
}

.store_mxh ul.lists li {
  list-style: none;
  margin-left: unset;
  font-weight: 700;
}
.store_mxh ul.lists li .icon {
  height: 30px;
  width: 30px;
  background-color: #b70000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.store_mxh ul.lists li a,
.store_mxh ul.lists li {
  display: flex;
  gap: 10px;
}
.single-post-store .single-title .name {
  margin-bottom: 20px;
  font-size: 26px;
}

.store_mxh ul.lists li span:nth-child(2) {
  flex-grow: 1;
  display: block;
}

.store_mxh ul.lists li span:nth-child(2) a {
  display: inline-block;
}
.store_gallarey .img .img-inner {
  border-radius: 10px;
  overflow: hidden;
}

.store_gallarey {
  margin-bottom: 30px;
}
.store_gallarey .overlay {
  z-index: 6;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 10px;
}
.store_contact_title {
  font-size: 18px;
  margin-bottom: 15px;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  box-shadow: unset;
  font-size: 15px;
}

.store_contact_content .wpcf7-form-control.dev_submit {
  margin-bottom: 10px;
  margin-right: unset;
  display: flex;
  width: 100%;
  text-transform: capitalize;
  letter-spacing: unset;
  font-size: 18px;
  min-height: 60px;
  background-image: url("images/flower-2.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.store_btn_form {
  display: flex;
  justify-content: center;
  min-height: 60px;
  align-items: center;
  background-color: #b70000;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  justify-content: space-between;
}

.store_btn_form span.icon {
  align-items: center;
  background: #fff;
  border-radius: 100px;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.store_btn_form span.text {
  padding-left: 15px;
  text-transform: uppercase;
}

.store_btn_form span.phone {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 21px;
  padding: 0 10px;
  text-align: center;
  text-transform: capitalize;
  /* width: 100%; */
}
.store_btn_form span.l {
  display: flex;
  align-items: center;
  padding-right: 10px;
  position: relative;
  background-color: #000;
  padding-left: 10px;
  height: 60px;
}

.store_btn_form span.l:before {
  content: "";
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0)
    #000;
  border-style: solid;
  border-width: 30px 10px;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
}
.td-wrapper {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 80px 0 80px;
}

.td-search-form {
  text-align: center;
  margin-bottom: 40px;
}

.td-search-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto 20px;
}
.td-search-icon svg {
  position: relative;
  left: 3px;
}
.td-search-box input {
  width: 100%;
  padding: 12px 20px 12px 50px;
  border: 1px solid #ddd;
  border-radius: 30px !important;
  font-size: 15px;
  outline: none;
  height: 50px !important;
}

.td-search-box input:focus {
  border-color: #4a7c59;
}

.td-search-icon {
  position: absolute;
  right: auto;
  top: 0;
  /* transform: translateY(-50%); */
  color: #999;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.td-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.td-filter-item select {
  padding: 5px 35px 5px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  background: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.td-filter-item select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.td-submit-wrap {
  margin-top: 15px;
}

#td-search-btn {
  background: #b70000;
  color: #fff;
  border: none;
  padding: 8px 40px;
  border-radius: 25px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s;
  margin: unset;
  line-height: 1.6;
  text-transform: math-auto;
  font-weight: 400;
}

#td-search-btn:hover {
  background: #000;
}

.td-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.td-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  background-color: #fff;
}

.td-card:hover {
  border-color: #b70000;
  box-shadow: 0 4px 15px rgba(74, 124, 89, 0.15);
}

.td-card-inner {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}

.td-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin: 0 0 15px;
  line-height: 1.4;
  min-height: 45px;
}

.td-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  /* flex-wrap: wrap; */
  position: relative;
}

.td-meta-item {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  gap: 5px;
  /* width: calc(50% - 10px); */
  padding-left: 24px;
  position: relative;
  line-height: normal;
  flex-direction: column;
  /* border-right: 1px solid #ccc; */
  width: auto;
}

.td-meta-label {
  font-size: 14px;
  color: #666;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.td-meta-label::before {
  content: "";
}

.td-meta-salary .td-meta-label::before {
  display: none;
}

.td-meta-deadline .td-meta-label::before {
  display: none;
}

.td-meta-value {
  font-size: 14px;
  color: #666;
  /* font-weight: 500; */
  /* padding-left: 21px; */
}

.td-meta-icon {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 4px;
}

.td-pagination {
  text-align: center;
  margin-top: 30px;
}

.td-pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}

.td-pagination .page-numbers.current {
  background: #4a7c59;
  color: #fff;
  border-color: #4a7c59;
}

.td-no-result {
  text-align: center;
  padding: 40px;
  color: #999;
  font-size: 16px;
}

.td-loading {
  text-align: center;
  padding: 40px;
  color: #666;
}
.tong_td_ab .content {
  width: auto;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  color: #373737;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  padding: 5px 15px;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.td-wrapper .td-search-form {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 90px;
  padding: 30px;
}
.tong_td_ab .content p {
  margin-bottom: unset;
}

.tong_td_ab.row {
  margin-top: unset !important;
}
.td-card-meta::before {
  border-right: 1px solid #ccc;
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 0;
}
.box_title_2.section-title-container .section-title span.section-title-main {
  font-size: 30px;
  font-weight: 700;
}

.box_title_2.section-title-container .section-title {
  margin-bottom: unset;
}

.section-title-container.box_title_2 {
  margin-bottom: 10px;
}

.value_item .col-inner > :nth-child(1) {
  font-size: 20px;
  line-height: normal;
}

.value_item .col-inner {
  font-size: 15px;
}

.value_item .col-inner ul li {
  margin-bottom: unset;
}

.value_item .col-inner ul {
  margin-bottom: 10px;
}
.text.value_box_title {
  max-width: 500px;
  margin: 0 auto;
  animation: d;
  font-size: 18px;
}

.text.value_box_title > :nth-child(1) {
  font-size: 35px;
  font-weight: 700;
  margin: unset;
}
.value_box_title_1 {
  background-color: #f8e4c8;
  font-size: 35px;
  font-weight: 700;
  padding: 20px 0;
}

.value_box_title_1 > :nth-child(1) {
  margin-bottom: unset;
  font-size: 35px;
}
.procedure_lists .col {
  padding-top: 55px;
  counter-increment: colNumber; /* mỗi col +1 */
  position: relative;
}

.procedure_lists .col:before {
  content: counter(colNumber);
  position: absolute;
  top: -5px;
  left: 50%;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 20px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.procedure_lists {
  counter-reset: colNumber;
}

.procedure_lists .col .title {
  font-size: 18px;
  padding: 15px 30px;
  color: #fff;
  background-color: #b70000;
  border-radius: 10px 10px 20px 20px;
  text-align: center;
}

.procedure_lists .col .title p {
  margin-bottom: unset;
}

.procedure_lists .col .content {
  padding: 20px 15px;
  line-height: 1.58;
}

.procedure_lists .col .content ul {
  margin-bottom: unset;
}

.procedure_lists .col .content ul li {
  margin-bottom: unset;
}

.procedure_lists .col .content ul li ul {
  margin-top: unset;
  margin-left: unset;
}

.apply_box_content .row .col:nth-child(2) {
  position: relative;
}

.apply_box_content .row .col:nth-child(2) .col-inner {
  height: 100%;
}

.value_box_title_2 > :nth-child(1) {
  font-size: 25px;
}

.form_apply label {
  font-weight: 400;
}

.form_apply input.wpcf7-form-control.wpcf7-submit.dev_submit {
  width: 100%;
  text-transform: none;
  font-weight: 400;
  margin: unset;
}

.apply_box_content form.wpcf7-form {
  margin-bottom: unset;
}
[data-name="dev_cv"] input.dev_cv::after {
  content: var(
    --file-name,
    "CV của bạn *\A Click để chọn & tải lên CV của bạn"
  );
  white-space: pre-line;
  position: absolute;
  font-size: 16px;
  color: #666;
  text-align: center;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px dashed #b70000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-name="dev_cv"] {
  margin-bottom: 15px;
  height: 75px;
}

[data-name="dev_cv"] input.dev_cv {
  margin-top: 3px;
  height: 75px;
}
[data-name="dev_cv"] .wpcf7-not-valid-tip {
  z-index: 1;
}
[data-name="dev_cv"] input.dev_cv.wpcf7-not-valid::after {
  color: red;
}
.single-tuyen-dung main#main {
  background-color: #fffaf2;
}
.single-tuyen-dung div#page-breadcumbs {
  padding: 15px 0;
}

.single-tuyen-dung .td_box_col .inner {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 20px;
}
.hd_icons .lists .item img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.hd_icons .lists .item .text strong {
  display: block;
  font-size: 18px;
  color: #000;
}
.tuyen_dung_box_1 .hd_icons ul.lists {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}

.td_box_col .hd_icons ul.lists li {
  list-style: none;
  margin-left: unset;
  display: flex;
  /* align-items: center; */
  margin-bottom: unset;
}

.tuyen_dung_box_1 .hd_icons ul.lists li .text {
  padding-left: 10px;
}

.single-tuyen-dung .td_box_col .title .name {
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.58;
}

.hd_nhs {
  align-items: center;
  background-color: #ededed;
  border-radius: 12px;
  display: inline-flex;
  margin-bottom: 15px;
  padding: 8px 15px;
  color: rgba(55, 55, 55, 0.6);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}

.hd_nhs svg {
  opacity: 0.6;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.hd_action .button.link_apply_now {
  border-radius: 99px;
  width: 100%;
  margin: unset;
  letter-spacing: unset;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.td_box_col:not(.tuyen_dung_box_1) .hd_icons ul.lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: unset;
}

.td_box_col .hd_icons ul.lists li span.icon {
  width: 60px;
}

.td_box_col.tuyen_dung_box_5 .hd_icons ul.lists {
  flex-direction: row;
}

.tuyen_dung_box_2 .content ol,
.tuyen_dung_box_2 .content ul {
  padding-left: 30px;
}

.tuyen_dung_box_2 .content ol li,
.tuyen_dung_box_2 .content ul li {
  margin: unset;
}
.tuyen_dung_box_2 .hd_nhs {
  margin-bottom: unset;
}
.td_box_col:not(.tuyen_dung_box_1) .hd_icons ul.lists li .icon {
  width: 60px;
}

.td_box_col:not(.tuyen_dung_box_1) .hd_icons ul.lists li .text {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.single-tuyen-dung .box-right .td_box_col .title .name {
  margin-bottom: 15px;
}
.single-tuyen-dung .tuyen_dung_box_2.td_box_col .title .name {
  margin-bottom: 15px;
}
.td-related-jobs .td-related-title {
  font-size: 35px;
  margin-bottom: 10px;
}
.single-tuyen-dung {
  padding-bottom: 20px;
}

.page-template-page-my-account:not(.logged-in)
  .my-account-header.page-title.normal-title {
  display: none;
}

.page-template-page-my-account:not(.logged-in) .page-wrapper.my-account {
  padding-bottom: 150px;
  padding-top: 70px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("images/background-login.jpg");
}
.account-login-inner,
.account-register-inner {
  max-width: 590px;
  margin: 0 auto;
}

.account-register-inner .h3,
.account-login-inner .h3 {
  text-align: center;
  letter-spacing: unset;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.account-register-inner
  form.woocommerce-form.woocommerce-form-register.register,
.account-login-inner form.woocommerce-form.woocommerce-form-login.login {
  margin: unset;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 590px;
  padding: 30px 40px 10px;
}
.account-login-inner
  form.woocommerce-form.woocommerce-form-register.register
  .woocommerce-button.button.woocommerce-form-login__submit,
.account-login-inner
  form.woocommerce-form.woocommerce-form-login.login
  .woocommerce-button.button.woocommerce-form-login__submit {
  border-radius: 6px;
  width: 100%;
  margin-right: unset;
  font-size: 16px;
  letter-spacing: unset;
  text-transform: none;
  height: 56px;
}
#reg_username,
#reg_email,
#reg_password,
#username,
#password {
  height: 56px;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 20px;
}
.account-register-inner form.woocommerce-form .woocommerce-form-row label,
.account-login-inner form.woocommerce-form .woocommerce-form-row label {
  display: none;
}
button.show-password-input {
  height: 56px;
  margin: unset;
}
.account-login-inner
  form.woocommerce-form.woocommerce-form-login.login
  .woocommerce-button.button.woocommerce-form-login__submit {
  height: 65px;
  font-size: 18px;
  margin-top: 30px;
}
.account-login-inner .dev_login_action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.account-login-inner .dev_login_action .woocommerce-form__label-for-checkbox {
  font-size: 14px;
  margin: unset;
}

.account-login-inner
  .dev_login_action
  .woocommerce-form__label-for-checkbox
  input#rememberme {
  margin-bottom: 14px;
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-style: italic;
  font-weight: 400;
}

.account-login-inner
  .dev_login_action
  .woocommerce-form__label-for-checkbox
  input#rememberme
  span {
  font-weight: 400;
}

.account-login-inner
  .dev_login_action
  .woocommerce-form__label-for-checkbox
  span {
  font-weight: 400;
  font-style: italic;
  color: #333;
}
.dev_link_resgister {
  text-align: center;
  padding: 15px 0;
  margin: 0 0 10px;
}

.dev_link_resgister a {
  text-decoration: underline;
}
span.woocommerce-LostPassword.lost_password a {
  text-decoration: underline;
  font-size: 14px;
}
.devv_link_login {
  display: flex;
  align-items: center;
  gap: 30px;
}

.devv_link_login .woocommerce-form-register__submit {
  margin: unset;
  width: 50%;
  height: 45px;
  border-radius: 6px;
  text-transform: none;
  letter-spacing: unset;
}

.devv_link_login .tab_link_login {
  width: 50%;
  text-align: center;
}
div#customer_login .col:not(.active) {
  display: none;
}
.return-to-shop .button.primary.wc-backward {
  width: 100%;
  max-width: inherit;
  border-radius: 6px;
  justify-content: center;
  letter-spacing: unset;
  text-transform: none;
  font-size: 16px;
}
.ux-mini-cart-empty {
  padding-bottom: 5px;
}

.page-template-page-cart.logged-in main#main {
  padding: 40px 0;
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
  border-width: 1px;
  white-space: nowrap;
  letter-spacing: unset;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.6;
}

.cart_totals th.product-name,
.cart-sidebar .widget-title {
  border-width: 1px;
  line-height: 1.6;
  text-transform: capitalize;
  color: #333;
  font-size: 16px;
  letter-spacing: unset;
}

td.product-name a {
  font-size: 16px;
  color: #333;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"]:not([name="quantity"]),
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  height: 40px;
  border-radius: 5px;
}

#shipping-calculator-form label {
  text-align: left;
}

.cart_totals .button {
  border-radius: 6px;
  height: 40px;
  letter-spacing: unset;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: unset;
}

form.ux-cart-coupon button.is-form.expand.button {
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  height: 40px;
  text-shadow: unset;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.shop_table .actions .button-continue-shopping.button.primary.is-outline {
  border-radius: 6px;
  padding: 10px;
  max-width: initial;
  gap: 5px;
  font-weight: 600;
  height: 40px;
}

.continue-shopping.pull-left.text-left {
  margin-right: 15px;
}

button.button.primary.pull-left {
  border-radius: 6px;
  justify-content: center;
}
.tmg-checkout-payment {
  margin-top: 2em;
}

.tmg-checkout-payment h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: none;
}

.tmg-checkout-payment #payment {
  background: none;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 0;
}

.tmg-checkout-payment #payment .wc_payment_methods {
  padding: 0;
  border: none;
}

.tmg-checkout-payment #payment .wc_payment_methods li {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  list-style: none;
}

.tmg-checkout-payment #payment .wc_payment_methods li:last-child {
  border-bottom: none;
}

.tmg-checkout-payment #payment .place-order {
  padding: 0;
  margin-top: 1.5em;
}

.tmg-checkout-payment
  #payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1em;
}

.tmg-checkout-payment #payment #place_order {
  width: 100%;
  font-size: 1.1em;
  padding: 14px 20px;
  border-radius: 8px;
}
/* Coupon inline in sidebar */
.tmg-coupon-inline {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}

.tmg-coupon-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.tmg-coupon-form input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  min-width: 0;
}

.tmg-coupon-form .tmg-apply-coupon {
  white-space: nowrap;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
}

/* Payment on left column */
.tmg-checkout-payment {
  margin-top: 2em;
}

.tmg-checkout-payment h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}

.tmg-checkout-payment #payment {
  background: none;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 0;
}

.tmg-checkout-payment #payment .wc_payment_methods {
  padding: 0;
  border: none;
}

.tmg-checkout-payment #payment .wc_payment_methods li {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  list-style: none;
}

.tmg-checkout-payment #payment .wc_payment_methods li:last-child {
  border-bottom: none;
}

.tmg-checkout-payment #payment .place-order {
  padding: 0;
  margin-top: 1.5em;
}

.tmg-checkout-payment #payment #place_order {
  width: 100%;
  font-size: 1.1em;
  padding: 14px 20px;
  border-radius: 8px;
}

/* ========================================
   TMG Checkout Layout
   ======================================== */

/* Cart items in sidebar */
.tmg-cart-items {
  margin-bottom: 1.5em;
  border: 1px solid #c6c8cb;
  border-radius: 10px;
  padding: 15px 30px;
}
.tmg-cart-items h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}
.tmg-cart-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.tmg-cart-item:last-child {
  border-bottom: none;
}
.tmg-cart-item-thumb {
  flex-shrink: 0;
  width: 80px;
}
.tmg-cart-item-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.tmg-cart-item-info {
  flex: 1;
  min-width: 0;
}
.tmg-cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.tmg-cart-item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.tmg-cart-item-remove {
  font-size: 11px;
  color: #999;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}
.tmg-cart-item-remove:hover {
  color: #e00;
}
.tmg-cart-item-meta {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
.tmg-cart-item-meta dt,
.tmg-cart-item-meta dd {
  display: inline;
  margin: 0;
}
.tmg-cart-item-meta dt::after {
  content: " ";
}
.tmg-cart-item-meta dl {
  margin: 0;
}
.tmg-cart-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.tmg-cart-item-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  max-width: 140px;
}
.tmg-qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  margin: unset;
}
.tmg-qty-btn:hover {
  background: #e8e8e8;
}
.tmg-qty-input {
  width: 36px;
  height: 32px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 0;
  margin: 0;
}
.tmg-qty-input::-webkit-outer-spin-button,
.tmg-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.tmg-cart-item-price {
  font-weight: 700;
  font-size: 15px;
  color: #e67e22;
  text-align: right;
}
.tmg-cart-item-price del {
  font-weight: 400;
  font-size: 13px;
  color: #999;
  margin-right: 4px;
}
#ship-to-different-address label {
  font-size: 16px;
}
/* Coupon inline */
.tmg-coupon-inline {
  margin-bottom: unset;
  padding-bottom: 25px;
}
.tmg-coupon-form {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tmg-coupon-form input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  min-width: 0;
  margin-bottom: unset;
  height: 45px;
}
.tmg-coupon-form .tmg-apply-coupon {
  white-space: nowrap;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  margin: unset;
  line-height: normal;
  height: 45px;
}

/* Payment on left column */
.tmg-checkout-payment {
  margin-top: 10px;
}
.tmg-checkout-payment h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}
.tmg-checkout-payment #payment {
  background: none;
  border-radius: 8px;
  border: unset;
  padding: 0;
}
.tmg-checkout-payment #payment .wc_payment_methods {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.tmg-checkout-payment #payment .wc_payment_methods li {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  list-style: none;
}
.tmg-checkout-payment #payment .wc_payment_methods li:last-child {
  border-bottom: none;
}
.tmg-checkout-payment #payment .place-order {
  padding: 0;
  margin-top: 1.5em;
}
.tmg-checkout-payment #payment #place_order {
  width: 100%;
  font-size: 1.1em;
  padding: 14px 20px;
  border-radius: 8px;
  margin-bottom: unset;
  letter-spacing: unset;
  text-transform: capitalize;
}
.woocommerce-billing-fields {
  border: unset;
  padding-top: unset;
}

.page-template-page-checkout main#main {
  padding-top: 40px;
}
form.checkout h3 {
  padding-top: unset;
  font-size: 22px;
  letter-spacing: unset;
  text-transform: none;
  margin-bottom: 10px;
}

input.tmg-qty-input {
  border: unset;
}

form.checkout.woocommerce-checkout .col-inner.has-border {
  border: unset;
  padding-top: unset;
  padding-bottom: unset;
}

form.checkout .tmg-cart-items h3 {
  border-bottom: 1px solid #e7edd7;
  padding-bottom: 10px;
}

form.checkout.woocommerce-checkout .checkout-sidebar {
  border: 1px solid #c6c8cb;
  border-radius: 10px;
  padding: 15px 30px;
}

div#order_review table.shop_table tbody {
  display: none;
}

div#order_review table.shop_table .cart-discount th {
  padding-left: unset;
}

.shop_table tfoot th {
  font-size: 16px;
  font-weight: 600;
  border: unset;
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
  font-weight: 600;
  border: unset;
}

.shop_table .order-total th:after,
.shop_table thead th.product-name:after,
.shop_table tfoot tr.cart-subtotal th:after {
  content: ":";
}

div#order_review table.shop_table .cart-discount td {
  font-size: 16px;
}

a.woocommerce-remove-coupon {
  font-size: 15px;
}
.cart_totals tbody tr td,
.shop_table tfoot tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type,
td.product-total {
  border: unset;
}

div#order_review table.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: unset;
}
.tmg-checkout-payment #payment .wc_payment_methods li input[type="radio"] {
  margin-bottom: 6px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.woocommerce-privacy-policy-text {
  font-size: 15px;
  margin-bottom: 18px;
}
nav.woocommerce-MyAccount-navigation li a {
  font-size: 16px;
  color: #333;
  letter-spacing: unset;
  text-transform: capitalize;
}

nav.woocommerce-MyAccount-navigation li.active a {
  color: #b70000;
}
.dashboard-links a {
  font-size: 18px;
  color: #333;
}
.woocommerce-MyAccount-content [type="submit"] {
  border-radius: 6px;
  letter-spacing: unset;
  text-transform: capitalize;
}
[data-name="dev_cv"] {
  overflow: hidden;
}
button#top-link {
  border-radius: 6px !important;
  background-color: #000;
  border: unset;
  color: #fff;
  opacity: 0.5;
}
.page_td_scroll_tab {
  position: fixed !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  gap: 35px;
  left: 10px;
}
.page_td_scroll_tab:before {
  background-color: #ddd;
  content: "";
  height: 90%;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
  width: 3px;
  z-index: 1;
}
.page_td_scroll_tab .plain {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 90px;
  justify-content: center;
  margin-bottom: 35px;
  position: relative;
  width: 90px;
  z-index: 2;
  color: #fff;
  padding: 10px;
  transition: 0.4s all ease;
}
.page_td_scroll_tab .plain:hover {
  background-color: #b70000;
}
.page_td_scroll_tab .plain svg {
  height: 22px;
  width: auto;
  padding: unset;
}

.page_td_scroll_tab .icon-box.featured-box .icon-box-img {
  margin-bottom: 1px;
}

.page_td_scroll_tab .icon-box.featured-box .icon-box-text.last-reset {
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
}

.page_td_scroll_tab .icon-box.featured-box .icon-box-img .icon-inner {
  line-height: normal;
}

button#top-link:hover {
  opacity: 1;
}
.about_submenu .icon-box.featured-box .icon-box-img .icon-inner img {
  overflow: hidden;
  border-radius: 15px;
}
.ingredient_list_items .icon-box.featured-box .icon-box-img img {
  padding: unset;
  border-radius: 15px;
}
@media only screen and (min-width: 850px) {
  .intro_box_4 .row-grid .col.grid-col:nth-child(1) {
    max-width: 27%;
    flex-basis: 27%;
  }

  .intro_box_4 .row-grid .col.grid-col:nth-child(2) {
    max-width: 31%;
    flex-basis: 31%;
  }

  .intro_box_4 .row-grid .col.grid-col:nth-child(3) {
    max-width: 24%;
    flex-basis: 24%;
  }

  .intro_box_4 .row-grid .col.grid-col:nth-child(4) {
    max-width: 18%;
    flex-basis: 18%;
  }
  .intro_box_7 .box_content_2 > .col:nth-child(1) {
    max-width: 250px;
  }

  .intro_box_7 .box_content_2 > .col:nth-child(3) {
    max-width: 250px;
  }

  .intro_box_7 .box_content_2 > .col:nth-child(2) {
    max-width: calc(100% - 500px);
    flex-basis: calc(100% - 500px);
  }
  .widget_shopping_cart .widget_shopping_cart_content {
    width: 380px;
  }
  .single-post-store > .row > .col:nth-child(1) {
    max-width: calc(100% - 350px);
    flex-basis: calc(100% - 350px);
  }

  .single-post-store > .row > .col:nth-child(2) {
    max-width: 350px;
    flex-basis: 350px;
  }
  .apply_box_content .img {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
  }
  .panel .slider.row .product-small.col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .home_box_3 .slider .img.col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prod_box_grid .col.grid-col.grid-col-1 {
    max-width: 39%;
    flex-basis: 39%;
  }
  .related.related-products-wrapper > .row {
    margin-left: -25px;
    margin-right: -25px;
    max-width: initial;
  }

  .related.related-products-wrapper > .row .product-small.col {
    padding-left: 25px;
    padding-right: 25px;
  }

  .prod_box_grid .col.grid-col:not(.grid-col-1) {
    max-width: calc(61% / 3);
    flex-basis: calc(61% / 3);
  }
}
@media only screen and (min-width: 850px) {
  .store_archive > .container > .row > .col:nth-child(1) {
    max-width: 280px;
    flex-basis: 280px;
  }
  .store_banners .col:nth-child(1) {
    max-width: 400px;
    flex-basis: 400px;
  }

  .store_banners .col:nth-child(2) {
    max-width: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
  }
  .store_archive > .container > .row > .col:nth-child(2) {
    max-width: calc(100% - 280px);
    flex-basis: calc(100% - 280px);
  }
}

@media only screen and (min-width: 1025px) {
  .page_prod_box_1 > .col > .col-inner {
    max-width: calc(100% - 270px);
    margin: 0 auto;
  }
  .page_new_box_1 .section-content > .row > .col:nth-child(1) {
    max-width: 60%;
    flex-basis: 60%;
  }

  .page_new_box_1 .section-content > .row > .col:nth-child(2) {
    max-width: 40%;
    flex-basis: 40%;
  }

  .intro_content_1 > .col:nth-child(1) {
    max-width: 57%;
    flex-basis: 57%;
  }
  ul.header-nav.header-nav-main.nav
    > li.menu-item-design-container-width
    > .sub-menu
    .row
    .product-category.col {
    padding-left: 20px;
    padding-right: 20px;
  }

  ul.header-nav.header-nav-main.nav
    > li.menu-item-design-container-width.sale_submenu
    > .sub-menu
    > .row:nth-child(2) {
    margin-left: -20px;
    margin-right: -20px;
  }

  .store_archive > .container > .row > .col:nth-child(1) {
    max-width: 350px;
    flex-basis: 350px;
  }

  .store_archive > .container > .row > .col:nth-child(2) {
    max-width: calc(100% - 350px);
    flex-basis: calc(100% - 350px);
  }
  .row.category-page-row > .col.large-9 {
    padding-left: 80px;
  }
  .intro_content_1 > .col:nth-child(2) {
    max-width: 43%;
    flex-basis: 43%;
  }

  .shop-container .products.row > .product-small.col {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }

  .page_prod_box_2 > .col:nth-child(1) {
    max-width: 40%;
    flex-basis: 40%;
  }

  .page_prod_box_2 > .col:nth-child(2) {
    max-width: 60%;
    flex-basis: 60%;
  }

  .page_prod_box .row.slider .product-small.col {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
  }

  .page_prod_box .row.slider {
    margin-left: -35px;
    margin-right: -35px;
  }

  .shop-container .products.row {
    margin: 0 -25px;
  }
}
@media only screen and (min-width: 1141px) {
  .intro_box_7 .box_content_2 > .col:nth-child(1) {
    max-width: 400px;
  }
  .store_banners .col:nth-child(1) {
    max-width: 40%;
    flex-basis: 40%;
  }

  .store_banners .col:nth-child(2) {
    max-width: 60%;
    flex-basis: 60%;
  }
  .intro_box_7 .box_content_2 > .col:nth-child(2) {
    max-width: calc(100% - 700px);
    flex-basis: calc(100% - 700px);
  }

  .intro_box_7 .box_content_2 > .col:nth-child(3) {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1290px) {
  .slider-nav-outside .flickity-prev-next-button.previous {
    left: 0;
    right: auto;
  }

  .slider-nav-outside .flickity-prev-next-button.next {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 1230px) {
  ul.header-nav.header-nav-main.nav > li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  ul.header-nav.header-nav-main.nav > li {
    margin: 0 10px;
  }

  ul.header-nav.header-nav-main.nav.nav-right
    > li.header-search-form.search-form {
    margin-right: 10px;
  }

  .logo-left .logo {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1140px) {
  div#masthead .header_store span {
    display: none;
  }
  .td_box_col .hd_icons ul.lists li span.icon {
    max-width: 50px;
  }
  .intro_box_6 .intro_img {
    max-width: 40%;
  }
  .intro_box_7 .row.box_content_3 {
    margin: unset;
  }

  .intro_box_7 {
    margin-top: unset;
  }
  .td_box_col .hd_icons ul.lists li .text {
    width: calc(100% - 50px);
  }

  .td_box_col .hd_icons ul.lists li span.icon svg,
  .td_box_col .hd_icons ul.lists li span.icon img {
    height: 50px;
    width: 50px;
  }
  .single-tuyen-dung .td_box_col .title .name {
    font-size: 24px;
  }

  .hd_icons .lists .item .text strong {
    font-size: 16px;
  }

  .td_box_col .hd_icons ul.lists li .text {
    font-size: 14px;
  }
  ul.header-nav.header-nav-main.nav .header_store {
    width: 36px;
  }

  div#masthead .header_store a img {
    height: 32px;
    width: auto;
  }

  div#masthead .header_store a {
    justify-content: center;
  }
  .section-title-container .section-title span.section-title-main {
    font-size: 30px;
  }

  .text_box_title > :nth-child(1) {
    font-size: 36px;
  }

  .text_box_title {
    font-size: 18px;
  }
  .product-footer .tabbed-content .nav {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  ul.header-nav.header-nav-main.nav.nav-right > li {
    margin: 0 5px;
  }
  .intro_title_3 > :nth-child(2) {
    font-size: 40px;
  }
  .td-wrapper .td-search-form {
    margin-bottom: 40px;
    padding: 30px 20px;
  }

  .td-wrapper {
    padding: 50px 0 50px;
  }

  .td-card-inner {
    padding: 15px;
  }

  .footer-1 > .row > .col:nth-child(2) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 849px) {
  .tabbed-content .tab-panels .panel .button.primary {
    margin-right: 0;
  }
  .intro_title_1 > :nth-child(1) {
    font-size: 40px;
  }
  .page_td_scroll_tab .plain {
    width: 70px;
    height: 70px;
  }

  .page_td_scroll_tab .plain svg {
    height: 15px;
  }

  .page_td_scroll_tab {
    gap: 20px;
  }
  .intro_title_1 img.alignnone.size-full {
    top: -70px;
  }
  .intro_box_7 .text.content {
    font-size: 16px;
  }
  .intro_title {
    font-size: 18px;
  }
  .col.td_box_col.tuyen_dung_box_2 {
    padding-bottom: unset;
  }
  .store_banners .icon-box.featured-box .icon-box-text.last-reset strong {
    font-size: 20px;
  }
  .td-related-jobs .td-related-title {
    font-size: 24px;
  }
  .store_banners .icon-box.featured-box .icon-box-text.last-reset {
    font-size: 14px;
  }
  .blog-wrapper.blog-archive .col.post-item {
    padding-bottom: 30px;
  }
  .devvn-products-for-post .inner {
    flex-direction: column;
  }

  .devvn-products-title {
    width: 100%;
    text-align: center;
  }

  .devvn-products-for-post .inner .content {
    width: 100%;
  }
  .product-info.summary {
    padding-top: 20px;
  }
  .td-filters {
    gap: 10px;
  }
  .text.value_box_title {
    font-size: 16px;
  }
  .procedure_lists .col .title {
    font-size: 16px;
  }
  .text.value_box_title > :nth-child(1) {
    font-size: 30px;
  }
  .td-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-footer .tabbed-content .nav {
    gap: 20px;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-between;
    overflow-x: scroll;
  }

  ul.tabs.wc-tabs.product-tabs li a {
    font-size: 18px;
  }
  nav.rank-math-breadcrumb.breadcrumbs {
    padding-top: 15px;
  }
  .category-filtering.category-filter-row {
    position: absolute;
    padding: unset;
  }

  .devvn_header_top .shop-page-title {
    padding-left: 30px;
  }

  .devvn_header_top .top {
    position: relative;
  }

  .category-filtering.category-filter-row .filter-button.plain {
    margin: unset;
    font-size: 20px;
    position: relative;
    top: 4px;
  }
  .page-title-inner .flex-col.flex-grow.medium-text-center {
    text-align: left !important;
  }
  .page-title-inner .flex-col.medium-text-center {
    padding: unset;
  }
  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 16px;
    color: #333;
    letter-spacing: unset;
  }
  .home_box_4 .tabbed-content .nav {
    justify-content: center;
    column-gap: 50px;
  }
  .off-canvas .nav-vertical > li > a {
    text-transform: capitalize;
  }
  .footer-2 .widget:nth-child(2),
  .footer-2 .widget:nth-child(1),
  .footer-2 .widget:nth-child(3),
  .footer-2 .widget:nth-child(4) {
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
  }

  .footer-1 > .row > .col:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
  }

  .footer form.wpcf7-form {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-vertical > li .toggle {
    font-size: 13px;
  }
  .store_sidebar {
    position: static;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .text_box_title > :nth-child(1) {
    font-size: 30px;
  }
  .intro_box_6 .intro_img {
    max-width: 100%;
  }

  .intro_box_6 .intro_box_content {
    max-width: initial;
    padding-top: 20px;
  }

  .intro_box_6 > .section-content.relative {
    flex-direction: column;
  }

  .intro_box_2 .img.intro_logo {
    max-width: 100px;
  }
  .tuyen_dung_box_1 .hd_icons ul.lists {
    flex-wrap: wrap;
  }
  .home_box_3 .button.primary {
    padding: 10px 15px;
    font-size: 15px;
  }
  .text_box_title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .home_box_4 .tabbed-content .nav li.tab a {
    font-size: 18px;
  }
  .td-filters {
    gap: 8px;
  }
  .procedure_lists .col:before {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .procedure_lists .col {
    padding-top: 45px;
  }
  .td-filters .td-filter-item {
    flex-grow: 1;
  }
  .value_box_title_1 > :nth-child(1) {
    font-size: 26px;
  }
  .td-filter-item select {
    font-size: 13px;
    padding: 8px 30px 8px 12px;
  }
}

@media (max-width: 600px) {
  .devvn-author-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .devvn-author-avatar {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 549px) {
  .store_grid .store_item:nth-child(2n) {
    padding-left: 8px;
  }
  .page_new_box_1 .new_content img.alignnone.size-full {
    height: 80px;
    width: auto;
  }
  .intro_box_2 .box.box-vertical .box-text {
    font-size: 15px;
    padding-left: unset;
  }
  .image_title img.size-full.alignnone {
    max-height: 100px;
    width: auto;
    display: block;
  }
  .intro_title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .row.row-collapse.box_content_3 > .col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .intro_box_2 .box.box-vertical {
    flex-direction: column;
  }

  .intro_box_2 .box.box-vertical .box-image {
    margin-bottom: 10px;
  }

  .intro_box_2 .row.box_content {
    top: 20px;
  }

  .intro_box_5 .content > :nth-child(1) {
    font-size: 16px;
  }

  .intro_title_1 > :nth-child(1),
  .intro_title_3 > :nth-child(2) {
    font-size: 30px;
  }

  .intro_title_3 > :nth-child(1) {
    font-size: 20px;
  }

  .intro_box_6 .icon-box.featured-box .icon-box-text.last-reset {
    font-size: 14px;
  }

  .intro_title_4 p {
    font-size: 18px;
  }

  .intro_title_4 {
    margin-bottom: 10px;
  }

  .intro_box_7
    .section-content.relative
    > .row:nth-child(2)
    > .col:nth-child(2) {
    padding-bottom: unset;
  }

  .intro_box_7 img.size-full.alignnone {
    margin: unset;
  }

  .intro_title_1 img.alignnone.size-full {
    display: none;
  }
  .store_grid .store_item:nth-child(2n + 1) {
    padding-right: 8px;
  }
  .store_card_info {
    padding: 10px;
  }
  .store_grid .store_item {
    padding-bottom: 16px;
  }
  .store_card_img img {
    height: 160px;
  }
  .ingredient_title > :nth-child(1) {
    font-size: 30px;
  }
  .store_phone_badge {
    font-size: 12px;
  }
  .ingredient_title > :nth-child(2) {
    font-size: 16px;
  }
  .ingredient_list_items .section.col {
    min-width: 250px;
  }

  .ingredient_list_items .section.col .section-content.relative {
    padding: 20px;
  }
  .td-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .value_item .col-inner > :nth-child(1) {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .criteria_content > :nth-child(1) {
    font-size: 24px;
  }
  .tong_td_ab .content {
    width: 100%;
    text-align: center;
  }

  .criteria_content {
    font-size: 16px;
  }
  .home_slider button.flickity-button.flickity-prev-next-button:before {
    width: 25px;
    height: 25px;
  }
  .home_box_1 {
    padding-bottom: 20px !important;
  }

  .home_box_3 {
    padding-bottom: 20px !important;
  }

  .home_box_4 {
    padding-bottom: 15px !important;
  }

  .home_box_7 {
    padding-bottom: 10px !important;
  }
  .slider-wrapper .flickity-prev-next-button {
    display: block;
    opacity: 1;
  }
  .banner .text-inner p {
    font-size: 14px;
    color: #fff;
  }
  .text_box_title > :nth-child(1),
  .section-title-container .section-title span.section-title-main {
    font-size: 24px;
  }
  .blog_style_1 .col.post-item .box .box-text {
    padding: 12px;
  }
  .slider .col.post-item {
    min-width: 230px;
  }
  .home_box_4 .tabbed-content .nav {
    column-gap: 20px;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-around;
    overflow-x: auto;
  }

  .flickity-viewport > .flickity-slider > .col.product-small {
    min-width: 230px;
  }

  .home_box_3 .slider .img {
    min-width: 230px;
  }
  .footer-2 .widget:nth-child(2),
  .footer-2 .widget:nth-child(1),
  .footer-2 .widget:nth-child(3),
  .footer-2 .widget:nth-child(4),
  .footer-2 .widget:nth-child(5),
  .footer-2 .widget:nth-child(6) {
    max-width: 100%;
    flex-basis: 100%;
  }

  ul.list_cn {
    justify-content: flex-start;
  }

  .footer-2 .widget:nth-child(5),
  .footer-2 .widget:nth-child(6) {
    margin-bottom: 10px;
  }

  .footer_logo img.alignnone.size-full {
    max-height: 50px;
  }

  .footer form.wpcf7-form .form_input input.wpcf7-form-control.wpcf7-email {
    font-size: 15px;
  }

  .footer-1 > .row > .col:nth-child(2) {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .td-grid {
    grid-template-columns: 1fr;
  }
}

.product-brand-item .devvn-brand-thumb {
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
}

.product-brand-item .devvn-brand-name {
  padding-top: 10px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
