/* Header */
header .header-main .header-nav-main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header-bottom .menu-item .flash-sale-icon {
  width: 27px;
  height: 27px;
  -webkit-animation: flash 0.3s linear infinite alternate;
          animation: flash 0.3s linear infinite alternate;
}

@-webkit-keyframes flash {
  from {
    -webkit-transform: translateY(-7px) scale(1.2);
            transform: translateY(-7px) scale(1.2);
  }
  to {
    -webkit-transform: translateY(-7px) scale(0.9);
            transform: translateY(-7px) scale(0.9);
  }
}

@keyframes flash {
  from {
    -webkit-transform: translateY(-7px) scale(1.2);
            transform: translateY(-7px) scale(1.2);
  }
  to {
    -webkit-transform: translateY(-7px) scale(0.9);
            transform: translateY(-7px) scale(0.9);
  }
}
header .header-search-form .search-field {
  border: 1px solid var(--primary-color);
  border-right: none;
  height: 38px;
  border-radius: 4px 0 0 4px;
}
header .header-search-form button {
  width: 55px;
  height: 38px;
  border: none;
  border-radius: 0 4px 4px 0;
  background-color: var(--primary-color) !important;
}
header .header-bottom ul > li > a {
  font-size: 18px !important;
  text-transform: uppercase;
  color: #ffffff!important;
}

header .header-bottom ul > li.active > a {
  color: yellow!important;
}

header .header-bottom ul > li:not(:last-child) a:after{
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 0;
  width: 1px;
  height: .87778rem;
  background-color: #fff;
}
header .header-bottom .flex-row .flex-col:not(.flex-center) {
  flex: inherit;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
}
header .header-bottom .flex-row .flex-col.flex-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .header-bottom .flex-row .flex-col.flex-center .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: unset;
  justify-content: center;
}
header .header-bottom .header-vertical-menu .header-vertical-menu__opener {
  background-color: #fff;
  max-height: 45px;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
  width: 330px;
}
header .header-bottom .header-vertical-menu .header-vertical-menu__opener i.icon-angle-down {
  display: none;
}
header .header-bottom .header-vertical-menu .header-vertical-menu__fly-out {
  width: 330px;
  max-width: 330px;
}
header .header-bottom .header-vertical-menu .header-vertical-menu__fly-out.has-shadow {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}
header .header-bottom .header-vertical-menu:hover .header-vertical-menu__opener {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 849px) {
  header .header-bottom {
    display: none;
  }
}

@media only screen and (max-width: 849px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .header-inner #logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    margin-right: 50px;
    margin-left: 0;
  }
  .header-inner #logo a {
    max-width: 160px;
  }
  .header-inner .show-for-medium.flex-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header-inner .show-for-medium.flex-right .mobile-nav {
    position: static;
  }
  .header-inner .show-for-medium.flex-right .mobile-nav .cart-item {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-52px, 15px);
            transform: translate(-52px, 15px);
  }
  .header-inner .show-for-medium.flex-right .mobile-nav .nav-icon {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  .header-inner .show-for-medium.flex-right .mobile-nav .header-search-form {
    margin-left: 0 !important;
  }
  .scrollmenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .scrollmenu a span {
    margin-top: 6px;
  }
  #button-contact-vr {
    bottom: 10% !important;
  }
}
.footer-main .efn-footer-title {
  margin-bottom: 0;
}
.footer-main .efn-footer-title h3 {
  margin-bottom: 20px;
  position: relative;
  border-bottom: 4px solid #eee;
}
.footer-main .efn-footer-title h3 span {
  padding-bottom: 20px;
  border: none;
  position: relative;
}
.footer-main .efn-footer-title h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background-color: var(--primary-color);
}
.footer-main .ux-menu .menu-item > a {
  padding: 0;
  border: none !important;
  min-height: unset;
}
.footer-main .ux-menu .menu-item > a span {
  line-height: 2.2;
  color: #111;
  letter-spacing: -0.04em;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-main .ux-menu .menu-item.ux-menu-link--active > a,
.footer-main .ux-menu .menu-item.ux-menu-link--active > a span, .footer-main .ux-menu .menu-item:hover > a,
.footer-main .ux-menu .menu-item:hover > a span, .footer-main .ux-menu .menu-item:focus > a,
.footer-main .ux-menu .menu-item:focus > a span {
  color: var(--primary-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-main .social-icon-efn {
  margin-top: 20px;
}

.footer-bottom p {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.footer-bottom .copyright-img .img {
  max-width: 190px;
}

.footer-efn-info p {
  margin-bottom: 9px;
}
.footer-efn-info .ux-logo > a {
  padding: 0 !important;
  margin-top: 10px;
}

.efn-banner .banner-menu .menu-wrp {
  background-color: #fff;
  border-radius: 8px;
}
.efn-banner .banner-menu .menu-wrp ul {
  list-style: none;
}
.efn-banner .banner-menu .menu-wrp ul li {
  margin: 0;
}
.efn-banner .banner-menu .menu-wrp .menu-inner {
  margin-bottom: 0;
  position: relative;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li {
  padding: 0 20px;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li > a {
  line-height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li > a:hover {
  color: #d70018;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li:not(:last-child) > a {
  border-bottom: 1px solid #eee;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li .sub-menu {
  position: absolute;
  right: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 10px;
  background-color: #fff;
  min-width: 280px;
  border-left: 1px solid #f5f5f5;
  border-radius: 0 8px 8px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li .sub-menu > li a {
  color: #999;
  font-size: 15px;
  line-height: 32px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li .sub-menu > li:hover a {
  color: #d70018;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li .sub-menu::after, .efn-banner .banner-menu .menu-wrp .menu-inner > li .sub-menu::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: -11px;
  display: block;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li .sub-menu::after {
  top: auto;
  bottom: 0;
}
.efn-banner .banner-menu .menu-wrp .menu-inner > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efn-banner .banner-menu .menu-wrp .menu-item > a {
  position: relative;
  padding-left: 40px;
}
.efn-banner .banner-menu .menu-wrp .menu-item > a img {
  max-width: 33px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.efn-banner .efn-banner-slider {
  z-index: 9;
}
.efn-banner .efn-banner-slider .img .img-inner {
  border-radius: 8px;
}
.efn-banner .slider-nav.slick-slider {
  background-color: #fff;
  margin-top: -17.5px;
  z-index: 2;
}
.efn-banner .slider-nav.slick-slider .slick-current .slick-title {
  font-weight: 600;
  color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efn-banner .slider-nav.slick-slider .slick-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding-top: 10px;
  color: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.efn-banner .banner-small .col-inner > .img:not(:last-child) {
  margin-bottom: 19.5px;
}
.efn-banner .banner-small .img .img-inner {
  border-radius: 6px;
}

/* Prd tab */
.prd-tab h4 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  padding-bottom: 20px;
  text-transform: none;
}
.prd-tab h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: var(--primary-color);
  z-index: 2;
}
.prd-tab h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1420px;
  max-width: calc(100vw - 30px);
  height: 4px;
  background-color: #eee;
}

.prd-tab .nav {
  padding-bottom: 16px;
}
.prd-tab .tab {
  margin: 0 7px;
  width: auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.prd-tab .tab:first-child {
  margin-left: 0;
}
.prd-tab .tab:last-child {
  margin-right: 0;
}
.prd-tab .tab > a {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 15px;
  border: 2px solid #eee;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #111;
  cursor: pointer;
}
.prd-tab .tab.active > a {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.prd-tab .tabbed-content .tab-panels {
  padding-top: 0;
}

p.daBan {
  font-size: 14px;
  color: #666;
  letter-spacing: -0.04em;
}

@media (min-width: 850px) {
  .prd-tab .tabbed-content .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 849px) {
  .prd-tab .nav {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .prd-tab .nav::-webkit-scrollbar {
    display: none;
  }
  /* Header */
  header .flex-col.show-for-medium.flex-left {
    display: none;
  }
  .header-wrapper.stuck .header-main, .header-wrapper .header-main {
    height: 121px !important;
  }
}
h3.section-title span,
.prd-tab h4 {
  font-size: 28px;
  letter-spacing: -0.04em;
}

.home-tin-tuc h3.section-title span {
  font-size: 24px;
  letter-spacing: -0.03em;
}

.thuong-hieu_slider .gallery-col .box-image {
  border: 4px solid #eee;
  border-radius: 8px;
}
.thuong-hieu_slider button.flickity-button {
  display: none;
}

.portfolio-element-wrapper .portfolio-box .box-image {
  border-radius: 8px;
}
.portfolio-element-wrapper .portfolio-box .box-image > div {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-element-wrapper .portfolio-box .box-text {
  padding-bottom: 0;
}
.portfolio-element-wrapper .portfolio-box .box-text .portfolio-box-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-element-wrapper .portfolio-box .box-text .portfolio-box-category {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #111;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-element-wrapper .portfolio-box:hover .box-image > div {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.portfolio-element-wrapper .portfolio-box:hover .portfolio-box-title,
.portfolio-element-wrapper .portfolio-box:hover .portfolio-box-category {
  color: var(--primary-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-pfl .section-title {
  border-bottom: 4px solid #eee;
}
.team-pfl .section-title span {
  border-bottom: 4px solid var(--primary-color);
  margin-bottom: -4px;
}

.portfolio-page-wrapper.portfolio-single-page .container-width, .portfolio-page-wrapper.portfolio-single-page .full-width .ubermenu-nav, .portfolio-page-wrapper.portfolio-single-page .container, .portfolio-page-wrapper.portfolio-single-page .row {
  max-width: 1080px;
}

.efn-form {
  padding: 30px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
}
.efn-form .form-title {
  margin-bottom: 25px;
}
.efn-form .form-title h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.efn-form .form-title p {
  font-size: 14px;
  color: #3d3d3d;
}
.efn-form .form-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.efn-form .form-wrp > div {
  width: 100%;
}
.efn-form .form-wrp > div h4 {
  font-size: 14px;
}
.efn-form .form-wrp > div .input-item {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding-left: 20px;
  background-color: transparent;
  height: 48px;
}
.efn-form .form-wrp > div .input-item::-webkit-input-placeholder {
  color: #686E6B;
  font-size: 14px;
}
.efn-form .form-wrp > div .input-item::-moz-placeholder {
  color: #686E6B;
  font-size: 14px;
}
.efn-form .form-wrp > div .input-item:-ms-input-placeholder {
  color: #686E6B;
  font-size: 14px;
}
.efn-form .form-wrp > div .input-item::-ms-input-placeholder {
  color: #686E6B;
  font-size: 14px;
}
.efn-form .form-wrp > div .input-item::placeholder {
  color: #686E6B;
  font-size: 14px;
}
.efn-form .btn.btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 40px;
  border-radius: 45px;
  margin: 0;
  margin-top: 15px;
}
.efn-form .btn.btn-submit span {
  color: #fff;
  font-size: 1.125rem;
  text-transform: none;
  margin-right: 10px;
  padding-top: 2px;
}
.efn-form .btn.btn-submit br {
  display: none;
}
.efn-form .btn.btn-submit svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efn-form .btn.btn-submit:hover svg, .efn-form .btn.btn-submit:focus svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 730px) {
  .efn-form {
    padding: 40px;
  }
  .efn-form .form-wrp > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .efn-form .form-wrp > div:not(:last-child) {
    margin-right: 12px;
  }
}
.efn-banner-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
}
.efn-banner-slider .slick-dots li {
  list-style: none;
  width: 12px;
  height: 12px;
  background-color: #d5d5d5;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}
.efn-banner-slider .slick-dots li.slick-active {
  background-color: #fff;
}
.efn-banner-slider .slick-dots li button {
  display: none;
}
.cap-hoc-menu{
  display: flex;
}

.cap-hoc-menu a{
  padding: .66667rem 1.22222rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.cap-hoc-menu li:not(:last-child){
  border-right: 2px solid #d9d9d9;
}

.box-text-bottom{
  position: relative;
}
.box-thpt .box-text, .box-thcs .box-text{
  background: #212744b2;
}
@media only screen and (min-width: 768px){
  .box-thpt .box-text, .box-thcs .box-text{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    overflow: hidden;
    cursor: pointer;
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 768px){
  .box-thpt .box-text h4, .box-thcs .box-text h4{
    font-size: 22px !important;
  }
  #size-guide-modal{
    width: 100% !important;
  }
 
}
@media screen and (max-width: 549px){
  #logo img {
    max-height: 70px !important;
}
  
}
.box-thpt .box-text h4, .box-thcs .box-text h4{
  color: white;
}

.box-thpt:hover .box-text, .box-thcs:hover .box-text{
  transition: all .2s;
  background-color: #212744;
}

.woocommerce-pagination{
  margin-top: 50px;
}