/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'GothamBook';
  src: url(./assets/fonts/gotham/SVN-GothamBook.otf) format('opentype');
  font-weight:500;
  font-style:normal
}

@font-face {
  font-family: 'Gotham';
  src: url(./assets/fonts/gotham/SVN-Gotham-Regular.otf) format('opentype');
  font-weight:400;
  font-style:normal
}

@font-face {
  font-family: 'Gotham';
  src: url(./assets/fonts/gotham/SVN-Gotham-Regular.otf) format('opentype');
  font-weight:500;
  font-style:normal
}

@font-face {
  font-family: 'Gotham';
  src: url(./assets/fonts/gotham/SVN-GothamBold.otf) format('opentype');
  font-weight:600;
  font-style:normal
}

@font-face {
  font-family: 'Gotham';
  src: url(./assets/fonts/gotham/SVN-GothamBold.otf) format('opentype');
  font-weight:700;
  font-style:normal
}

@font-face {
  font-family: 'Gotham';
  src: url(./assets/fonts/gotham/SVN-GothamBold.otf) format('opentype');
  font-weight:bold;
  font-style:normal
}

@font-face {
  font-family: 'Gotham';
  src: url(./assets/fonts/gotham/SVN-GothamBold.otf) format('opentype');
  font-weight:bolder;
  font-style:normal
}

@font-face {
  font-family: 'Montserrat';
  src: url('./assets/fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey: #cccccc;
    --FontAwesome: 'Font Awesome 5 Free';
    --font-html-size: 62.5%;
}

html {
    font-size: var(--font-html-size);
}

body {
    font-size: 1.6rem !important;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
}

.alt-font-2 {
    font-family: 'Gotham', sans-serif;
    font-weight:400;
}

.alt-font-3 {
    font-family: 'GothamBook', sans-serif;
}

p {
    margin-bottom: 1.5rem;
}

.last-reset p:has(+ style) {
    margin-bottom: 0;
}

#footer .ux-logo-link {
  padding: 0 !important;   
}

#footer .ux-logo {
    width: fit-content !important;
}

.wpcf7-form.submitting .button  {
    pointer-events: none;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}



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


.wpcf7-form.submitting .button   {
   pointer-events: none;
}

.wpcf7-form.submitting .button:before {
    content:'';
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 14px);
     width: 28px;
    height: 28px;
    border: 3px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);

    }
}


.nav > li > a {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham', sans-serif !important;
    font-weight: 700;
}

.dark,
.dark p,
.dark td {
    color: var(--color-white);
}

.dark .widget a,
.dark a {
    color: var(--fs-experimental-link-color);
    text-underline-offset: 0.2rem;
}

.col-child-left > .col-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.col-child-center > .col-inner {
    margin-right: auto !important;
    margin-left: auto !important;
}

.col-child-right > .col-inner {
    margin-right: 0 !important;
    margin-left: auto !important ;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: hsla(0, 0%, 100%, 1);
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-black);
}

.page-header-wrapper .page-title-inner {
    padding:0 !important;   
}

.page-header-wrapper .page-title-inner .title-wrapper {
    display:none;
}

.page-header-wrapper .page-title-inner .title-content {
    padding: 15px;
    background-color: rgba(35, 35, 35, 0.7);
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    width:100%;
}

.page-banner {
    position:relative;
}


.woocommerce .page-banner {
    margin-bottom:3rem;
}


.page-banner .page-banner-content-title {
    position: absolute;
    transform:translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
}

.page-banner .page-banner-content-title h1 {
    text-align:center;
    text-transform:uppercase;
    font-size:14.5rem;
    margin:0;
}

.page-banner .page-banner-content {
    min-height: 9rem;
    background-color: rgba(35, 35, 35, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}




.page-banner .page-banner-bg img {
    min-height:24rem;
    width:100%;
    object-fit:cover;
    object-position: center;
}

.rank-math-breadcrumb p {
    margin-bottom:0;
}

.page-banner .rank-math-breadcrumb {
    font-size:2rem;
    font-weight:400;
}
.section-title b {
    height: 0;
}


h1,
.h1,
h1.page-title,
h1.section-title {
    font-size:3.8rem;
}


 h2.section-title {
    font-size:2.8rem;
}

.bigger h2.section-title {
    font-size:3.8rem;
}
 h3.section-title {
    font-size:2.2rem;
}

.section-title-normal {
        border-bottom: 0;
}

.section-title-normal span {
    border-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.section-title .section-title-main {
      background: linear-gradient(90deg, #aa7229, #d9b271);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}


.dark .section-title .section-title-main {
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

 .section-title-main  {
       text-transform:initial;
 }

.section-title-bold-center .section-title-main {
    border: 0;
    padding: 0 0 3rem;
        position: relative;
}

.section-title-bold-center .section-title-main::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: var(--fs-color-primary);
}

.section-title-bold-center .section-title-main::after {
    content: "";
    position: absolute;
    background-color: var(--fs-color-primary);
    width: 95px;
    height: 5px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


.wpcf7 label {
    color: #777;
    font-weight: 500;
    font-size:1em;
}

.box .box-image .video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.video-button-wrapper {
    container-name: video-button;
    container-type: inline-size;
}

.box  .excerpt {
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'GothamBook' , sans-serif;
    color:#777;
}


.box .box-image .video-button-wrapper .open-video {
    margin: 0;
    border-color: #fff !important;
    background: #fff !important;

       border: none;
}

.video-button-wrapper .open-video::before {
    content: '';
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 20px solid #fff;
    opacity: 0.5;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(1.1) skew(1deg);
        opacity: .3;
    }
    100% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .1;
    }
}


@container video-button (max-width: 400px) {
    .video-button-wrapper .open-video {
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
        max-height: 5rem;
        line-height: 5rem;
        min-height: 5rem;
        font-size: 1.6rem;
    }
    
    .video-button-wrapper .open-video::before {
        content: '';
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
        border: 15px solid #fff;
    }

}


@container video-button (max-width: 300px) {
    .video-button-wrapper .open-video {
        width: 4rem;
        height: 4rem;
        min-width: 4rem;
        max-height: 4rem;
        line-height: 4rem;
        min-height: 4rem;
        font-size: 1.5rem;
    }
    
    .video-button-wrapper .open-video::before {
        content: '';
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border: 10px solid #fff;
    }

}

.video-button-wrapper .open-video i {
    color: #f8c301;
}

.box.box-text-bottom .box-image img {
        border-radius: 6px;
}
audio, canvas, progress, video {
    display: inline-block;
    background: #000;
}
.box.box-text-bottom.video-box-2 .box-image img {
    border-radius: 0px;
}

.video-box-2 .box-text-inner {
    padding: 1rem 0;
}

.box-blog-post .post-title {
    margin: 1.5rem 0 2rem;
}

.box-text {
    font-size: 1em;
    padding-bottom: 1rem;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.box-blog-post .post-title.is-large a {
    font-size: 1.9rem;
    line-height:1.4;
    margin:0;
    text-transform:uppercase;
    color: var(--fs-color-secondary);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} 

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


.box .post-meta {
    font-size: 1.6rem;
    color: #606060;
    font-weight: 500;
    font-family: "Montserrat" ,sans-serif;
    margin-bottom: 0.8rem
}

.box .from_the_blog_excerpt  {
    font-size: 1.9rem;
    color: #606060;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.nav-pagination > li > span, .nav-pagination > li > a {
    border-radius: 0;
    background-color: #757575;
    color: #fff !important;
    font-weight: 500;
    font-family: "Gotham", sans-serif;
    font-size: 1.9rem;
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    margin: 0;
    border:none;
}

.nav-pagination > li > .current {
    background: linear-gradient(90deg, #aa7229, #d9b271);
}


table tr td{
  padding-left: 10px !important;
  color: #333;
  font-size: 19px;
  opacity: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px !important;
}
.tab-panels ul li{
  color: #333;
}
table, th, td {
  border: none;
}

table tr:nth-child(2n - 1){
  background-color: white;
}

.spec-img-col > .col-inner {
    max-width:30rem;
    margin:0 auto !important;
}


/*************** HEADER  ***************/
.stuck .header-bg-color {
    background-color: rgba(35, 35, 35, 0.7);
}    

#header .header-nav-main > li > a {
    font-weight:bold;
}

#header  .nav-line-bottom>li>a:before, #header .nav-line-grow>li>a:before, #header .nav-line>li>a:before {
    height: 1px;
    width: 80%;

}

#header  .nav-left.nav-line-bottom>li>a:before, #header  .nav-left.nav-line-grow>li>a:before, #header  .nav-left.nav-line>li>a:before {
    bottom: 3rem;
}

#header .stuck  .nav-left.nav-line-bottom>li>a:before,
 #header .stuck .nav-left.nav-line-grow>li>a:before, 
 #header .stuck .nav-left.nav-line>li>a:before {
    bottom: 2rem ;
}

.stuck .header-main .nav > li > a {
    line-height: 50px;
}

.dark .nav-vertical-fly-out>li>a:hover, .dark .nav>li.active>a, .dark .nav>li>a.active, .dark .nav>li>a:hover, .nav-dark .nav>li.active>a, .nav-dark .nav>li.current>a, .nav-dark .nav>li>a.active, .nav-dark .nav>li>a:hover, .nav-dark a.plain:hover, .nav-dropdown.dark .nav-column>li>a:hover, .nav-dropdown.dark>li>a:hover {
    color: #fdce71;
}

.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: #fff;
}

.menu-categories > .nav-dropdown::before {
    content: "";
    background-color: rgba(35, 35, 35, 0.7);
    height: 15rem;
    width: 3000%;
    left: -1000%;
    top: 0;
    position: absolute;
}


.menu-categories > .nav-dropdown   {
    display: flex;
    align-items: flex-start;
    background-color: transparent;
    padding: 0;
}

.menu-categories > .nav-dropdown  > li {
    flex: 1;
    color: #fff;
    z-index: 99;
    border:none !important;
}

.menu-categories > .nav-dropdown  > li > a {
    font-size: 1.7rem;
    font-weight: 400;
    display: block;
    color: var(--color-white);
    position: relative;
    text-transform: unset;
    height:15rem;
    place-content: center;
}

.menu-image-hover-wrapper {
    position:relative;
    max-width:6rem;
    height:6rem;
}
.menu-categories > .nav-dropdown  > li img {
    width: auto;
    height: 4.2rem;
    object-fit:contain;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    margin:0 !important;
}


.menu-categories > .nav-dropdown  > li > .sub-menu {
    bottom: 0;
    z-index: 10;
    background-color: rgba(35, 35, 35, 0.7);
    position: relative;
    min-width: 300px;
    opacity:0;
    transition: all 0.3s;
}
.menu-image-title-hide + .menu-image-hover-wrapper {
    max-width: unset;
    height: unset;
        top: -0.5rem;
}

.menu-categories > .nav-dropdown  > li:hover >  .sub-menu {
    opacity:1;
}

.menu-categories > .nav-dropdown  > li .sub-menu > li {
    
}

.menu-categories > .nav-dropdown  > li .sub-menu > li  > a {
     color: var(--color-white);
}

.menu-categories > .nav-dropdown  > li .sub-menu > li > a::before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
}

#header.transparent .sub-menu.nav-dropdown-simple {
        background-color: rgba(35, 35, 35, 0.7);
        padding:0;
}

#header.transparent .sub-menu.nav-dropdown-simple > li > a {
    color: var(--color-white);
}

#header.transparent .sub-menu.nav-dropdown-simple > li:hover > a {
    color: #fdce71;
}
 
 
#header.transparent li:not(.menu-categories) .sub-menu.nav-dropdown-simple > li > a:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
}


.sidebar-menu .menu-image-title-after.menu-image-not-hovered img, 
.sidebar-menu .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, 
.sidebar-menu .menu-image-title-before.menu-image-title {
    padding-right: 0;
}
.nav>li>a {
    color: #fff;
    transition: all .2s;
}

#header .form-flat input[type='search'] {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    color: #000 !important;
}

#header .form-flat input[type='search']::placeholder {
    font-style:italic !important;
    color: #000 !important;
    font-size:1.4rem;
}

#header .form-flat  button {
    display:none;
}


#header  .header-search-dropdown .nav-dropdown {
    background-color:transparent;
    padding:0;
}


/*************** END HEADER ***************/

/*************** FOOTER ***************/


/*************** END FOOTER ***************/

/*************** TRANG CHỦ ***************/
.hero-section .cat-row {
    background-color: rgba(35, 35, 35, 0.7);
    z-index: 999;
    position: relative;
    height: 155px;
    overflow: hidden;
    margin-top: -155px !important;
}

.hero-section .cat-row  > .col {
    display: flex;
    align-items: center;

}

.hero-section .cat-row  > .col > .col-inner {
    height:100%;

}

.hero-section .slider img {
    min-height:45rem;
    object-fit: cover;
}

.box-category .box-image  {
    width: 5rem !important;
    height: 7rem;
    padding-top: 2rem;
}

.box-category .box-image img {
     height:5rem;
    object-fit:contain
}

.box-category .header-title {
    margin-bottom: 0;
    color: var(--color-white);
    font-size: 1.5rem;
    text-transform:initial;
}

.hero-section .cat-row .row {
    margin-left:auto !important;
    margin-right:auto !important;
    height: 100%;
}

.hero-section .cat-row .row > .col {
    align-items: flex-start;
    display: flex;
}

.hero-section .cat-row .row > .col:hover {
    background-color: var(--fs-color-primary);
}

.hero-section .cat-row .product-category > .col-inner {
    padding-top: 1rem ;
}
.hero-section .cat-row .product-category .box-text {
    padding: 0.8rem;
}

.hero-section .cat-row .product-category:not(:last-child) .box-category:before {
    content: "";
    background-color: #ffffff59;
    position: absolute;
    height: 100px;
    width: 1px;
    top: 20px;
    right: 0;
}

.logo-slider img:not(:hover) {
    filter: brightness(0) invert(1);
}

.logo-slider .ux-logo:after {
    content: "";
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 0;
    height: 50px;
    width: 1px;
    background-color: #918b8b;
}

.logo-slider-2 img {
    border:3px solid transparent;
    transition:all 0.3s;
    border-radius:4px;
}



.logo-slider-2 img:hover {
    border-color: var(--fs-color-primary)
}


.image-glow{
	overflow: hidden;
}



.image-glow:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
}


.image-glow:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.image-glow img {
    filter: brightness(1) !important;
}

.image-grayscale.image-glow:hover img {
    filter: brightness(1) grayscale(100%) !important;
}


.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    border: none;
    border-radius: 0;
    background-color: #d1d2d4;
    fill: #fff;
}

/*************** END TRANG CHỦ ***************/


/*************** TRANG GIỚI THIỆU ***************/
.count-up-text {
    font-size: 13.8rem;
    color: var(--fs-color-primary);
    line-height: 1;;
}

.text-right .section-title {
    justify-content: end;
}

.core-value-row {
     counter-reset: coreValue;
}



.core-value-title {
    color: var(--fs-color-primary);
    font-size: 1.8rem;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    position:relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.core-value-title::before {
    counter-increment: coreValue;
    content: counter(coreValue);
    font-size: 10rem;
    color: var(--fs-color-primary);
    line-height: 1;
    position: relative;
    top: -1rem;
}






.development-process-row {
    
}

.development-process-row  > .col > .col-inner {
    position:relative;
    padding: 2rem 1rem 0;
}

.development-process-row  > .col > .col-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--fs-color-primary);
    height: 5px;
    width: 100%;
}


.development-process-row  > .col:first-child > .col-inner::before {
    width: calc( 100% - 3rem );
    left:3rem;
}

.development-process-row  > .col:last-child > .col-inner::before {
    width: calc( 100% - 1rem );
}

.development-process-row  > .col > .col-inner::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color:  var(--fs-color-primary);;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.development-process-row  > .col:last-child::after {
   content: "";
    position: absolute;
    top: -8px;
    right: -11px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 15px solid  var(--fs-color-primary);
}


/*************** END TRANG GIỚI THIỆU ***************/


/*************** BLOG ARCHIVE ***************/
.transparent + #main .page-wrapper {
    padding-top:0;
}

.blog-wrapper .page-banner {
    margin-bottom:4.5rem;
}


.archive-page-header .page-title span{
    background: linear-gradient(90deg, #aa7229, #d9b271);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*************** END BLOG ARCHIVE ***************/


/*************** BLOG SINGLE ***************/

.blog-single .entry-header-text h1 {
    background: linear-gradient(90deg, #aa7229, #d9b271);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 2.6rem;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    width: 65%;
    margin: 0 auto;
}

.blog-single .entry-content {
    font-size:1.8rem;
}

.related-posts .related-title {
    color: #222;
    font-size: 22px;
    margin-bottom: 15px;
}

.related-posts .post-item > .col-inner {
        border: 1px solid #dadada;
}

.related-posts .post-item  .box .box-image {
    max-width:14rem;
    width:14rem !important;
            direction: ltr;
        display: table-cell;
        vertical-align: middle;
}


.related-posts .post-item  .box .box-text {
    width: calc( 100% - 14rem) !important;
    padding: 0.8rem 2rem;
            direction: ltr;
        display: table-cell;
        vertical-align: middle;
}


.related-posts .post-item .box-blog-post .post-title.is-large a {
    font-size:1.6rem;
    color: #222;
}

.related-posts .post-item  .box-blog-post .post-title {
    margin:  0;
}
.related-posts .post-item  .box .from_the_blog_excerpt {
    margin-bottom: 0;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'GothamBook', sans-serif;
}
.related-posts .post-item  .box .button{
    text-transform: initial;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0 auto;
    width: fit-content;
    display: block;
}

/*************** END BLOG SINGLE ***************/


/*************** TRANG LIÊN HỆ ***************/
.contact-section .wpcf7 label {
    font-size:1.8rem;
} 

.contact-section .wpcf7-form-control-wrap input {
    border-radius: 15px;
    height: 70px;
    background-color: #F8F8F8;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.contact-section .wpcf7-form-control-wrap textarea {
    background-color: #F8F8F8;
    border-radius: 15px;
}

.button.primary:not(.icon):not(.is-outline):not(.is-link) {
    background: linear-gradient(45deg, #aa7229, #d9b271,#aa7229);
      background-size: 300% 100%;
      background-position: 0% 0%;
      border: none;
      box-shadow: none;
      transition: all 0.4s ease, background-position 0.4s ease;
}
.button.primary:not(.icon):not(.is-outline):not(.is-link):hover {
    background-position: 100% 0%;
}


.contact-section form .form-footer-container .button {
    height: 5rem;
    line-height: 5rem;
    padding: 0 3rem;
    border-radius: 1rem;
}

.button .icon-angle-right{
        font-size: 1.2rem;
    top: -1px;
    margin-right: 0;
}

.button .icon-angle-right:before {
    content: '\f101';
    font-family:var(--FontAwesome);
    font-weight:bold;
}



/*************** END TRANG LIÊN HỆ ***************/



/*************** SINGLE PRODUCT ***************/
.single-product div.pp_woocommerce a.yith_expand {
    background-color: transparent !important;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

div.pp_woocommerce a.pp_close {
    top: -5px;
    right: -3px;
    text-shadow: none;
    /* background: #fff; */
    font-size: 20px !important;
}

div.pp_woocommerce a.pp_close:before {
    font-size: 25px;
}

.product-container .product-gallery .woocommerce-product-gallery__image {
    padding: 10px 15px;
    border: 1px solid #d1cfcf;
}


.product-gallery .yith_magnifier_thumbnail a {
    border: 1px solid #d1cfcf;
    display: flex;
    padding: 5px;
    height: 100px !important;
    justify-content: center;
    align-items: center;
    margin:0;
   
}

.single-product.woocommerce .thumbnails {
    margin: 0 -8px;
}


.yith_magnifier_gallery .yith_magnifier_thumbnail.active-thumbnail a {
    border: 1px solid #000;
}

.yith_magnifier_gallery .yith_magnifier_thumbnail.active-thumbnail img {
    border: none
}

.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
    border-color: var(--fs-color-primary);
}

.product-thumbnails a {
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    transform: translateY(0);
    padding: 0.5rem;
}
.product-thumbnails img {
    backface-visibility: hidden;
    margin-bottom: 0;
    opacity: 1;
    transition: transform .6s, opacity .6s;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.product-thumbnails .flickity-button{
    opacity:1;
}

.product-thumbnails .flickity-button-icon {
    background-color: #f5f5f5
}
.product-main .product-info {
    padding-right: 15px;
    border-right: none;
    padding-top: 0;
    padding-bottom: 23px;
    padding-left: 10px;
    margin-left: 8%;
}

 .product-info h1.product-title {
    text-transform: uppercase;
        background: linear-gradient(90deg, #aa7229, #d9b271);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.catalog-add-to-cart-wrapper .button  {
        height: 4.5rem;
    min-height: 4.5rem;
    text-transform: initial;
    line-height: 4.5rem;
    border-radius: 10rem;
    margin-bottom:3rem;
}

.banner-tabs {
    margin-bottom:3.5rem;
}

.banner-tabs img {
    width:100%
}



.slick-slider:hover .slick-arrow{
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.slick-slider .slick-arrow.slick-next:hover{
  background: url(img/hover_right.png) no-repeat;
  background-size: contain;
}
.slick-slider .slick-arrow.slick-prev:hover{
  background: url(img/hover_left.png) no-repeat;
  background-size: contain;
}
.slick-slider .slick-arrow:hover img{
  display: none;
}
.slick-slider:hover .slick-next{
  right: -74px;
}
.slick-slider:hover .slick-prev{
  left: -74px;
}
.slick-list{
  z-index: 1;
}
.slick-arrow{
    padding:0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  background-color: #c9c9c9;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.related-products-wrapper .slick-arrow::after{
  content: "";
  position: absolute;
  height: 40px;
  width: 1600px;
  top: 0;
  left: 0;
  z-index: -1;
}
.slick-arrow::after{
  content: "";
  position: absolute;
  height: 40px;
  width: 1600px;
  top: 0;
  left: -95px;
  z-index: -1;
}

.slick-prev{
  left: -19px;
}
.slick-next{
  right: -19px;
}

.product-main {
    background-color: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-footer .woocommerce-tabs {
    border-top: 0;
    padding: 30px 0;
}
.wc-tabs.nav-line-grow>li>a:before {
       top:auto !important;
   bottom: 0 !important;
   width: 80%;
}

.wc-tabs>li  {
    flex: 1;
    text-align: center;
}

.wc-tabs>li>a {
    font-size: 1.8rem;
    text-transform:initial;
    color: #494949 !important;
    position: relative;
}

.product-section {
    border-top: 0;
}

#reviews,
.devvn_prod_cmt {
    padding:0 1.5rem;
}

/***************  END SINGLE PRODUCT ***************/

/*************** DANH MỤC SẢN PHẨM  ***************/
.product-small.col > .col-inner {
    border: 5px solid #fff;
    border-radius: 10px;
    padding: 25px;
    background-color: #F1F1F2;
    box-shadow: 0 10px 10px #0000001c;
}

.product-small.col > .col-inner:hover {
    border-color: var(--fs-color-primary);
}


.product-small.col > .col-inner:hover .product-title a {
    color: var(--fs-color-primary);
}
.product-small.col > .col-inner .product-small {
    background: transparent;
}

.product-small.col >  .col-inner .box-image {
    height: 200px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-small.col  .box-text .product-title a {
    font-size: 1.8rem;
    color: #333333;
    font-weight:600;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5.4rem;
    line-height: 1.5;
}

.shop-page-title .page-title-inner {
    flex-wrap:wrap !important;
}

.shop-page-title .page-title-inner .flex-col {
    width:100%
}

h1.shop-page-title  {
        background: linear-gradient(90deg, #aa7229, #d9b271);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:3.8rem;
    text-transform:uppercase;
}

.woocommerce-shop .title-col {
    display:none;
}

/***************  END DANH MỤC SẢN PHẨM  ***************/



/*************** TRANG ĐẠI LÝ ***************/
.store-system-wrapper {
    position: relative;
}

.store-system-wrapper .location-searchform {
    display: flex;
    align-items: center;
    justify-content: center;
}


.store-system-wrapper .location-searchform  button {
    min-height: 4rem;
    margin:0;
    width: 4rem;
    padding: 0;
    min-width: 4rem;
    font-size: 1em;
}


.store-system-wrapper .form-wrap form {
    margin-bottom: 0;
}

.store-system-wrapper .form-wrap form input,
.store-system-wrapper .form-wrap form select {
    box-shadow: none;
    margin-bottom: 1rem;
    border-radius: .6rem;
    height:4rem;
}
.store-system-wrapper  .form-wrap form  .location-searchform {
    margin-bottom:1rem;
}

.store-system-wrapper  .form-wrap form  .location-searchform input {
    height: 4rem;
    margin: 0;
    margin-left: -4rem;
    padding-left: 4rem;
}


.store-system-wrapper .store-list {
    padding: 1rem;
    max-height: 56rem;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 0px 0 0 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
}


.store-system-wrapper .store-list .store-item {
    border-bottom: #d7d5ce 1px dashed;
    padding: 1rem 0;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.store-system-wrapper .store-list .store-item .image {
    flex-basis:30%;
    max-width:30%;
}

.store-system-wrapper .store-list .store-item .image img {
    border-radius:6px;
}

.store-system-wrapper .store-list .store-item .info {
    flex-basis:100%;
    max-width:100%;
}

.store-system-wrapper .store-list .store-item .image +  .info {
    flex-basis:70%;
    max-width:70%;
}

.store-system-wrapper .store-list .store-item:last-child {
    border-bottom:0;
}


.store-system-wrapper .store-list .store-item i {
    color: var(--fs-color-primary);
    min-width: 2rem;
}


.store-system-wrapper .store-list ul {
    list-style: none;
}


.store-system-wrapper .store-list ul li {
    margin-left: 0;
    font-size: 1.4rem;
}


.store-system-wrapper .store-list .store-item .btn {

    background-color: var(--fs-color-primary);
    color: var(--color-white);
    padding: .2rem .6rem;
    border-radius: .6rem;
    margin-bottom: 0
}

.store-system-wrapper .store-col .section-title {
    font-family: "Gotham";
    font-size: 3.8rem;
    color: var(--fs-color-primary);
    font-weight: 500;
    text-transform:uppercase;
}


.store-system-wrapper .iframe-wrapper {
    min-height: 75rem;
    text-align: center;
        margin-bottom: -0.6rem;
}

.store-system-wrapper .iframe-wrapper iframe {
    width: 100% !important;
    height: 75rem !important;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.store-system-wrapper .store-system-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 199;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-envelop:before {
    content: "\f0e0";
    font-family: var(--FontAwesome);
    font-weight: bold;
}

.store-system-wrapper .store-col > .col-inner {
        border: 1px solid #ddddddad;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
}



/*************** END TRANG ĐẠI LÝ  ***************/


.fw-500 {
    font-weight:500;
}

@media only screen and (max-width: 1600px) { 
    .count-up-text {
        font-size: 8rem;
    }
}


@media only screen and (max-width: 1440px) { 
        .page-banner .page-banner-content-title h1 {
        font-size:10.5rem;
    }
}


@media only screen and (max-width: 1280px) { 
    #header .flex-col.show-for-medium {
        display:flex !important;
    }
    
    #header .flex-col.hide-for-medium {
        display:none !important;
    }
    
    .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center;
    }
    
    .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1;
    }
    
        .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3;
    }
}

@media only screen and (max-width: 1200px) { 
    .page-banner .page-banner-content-title h1 {
        font-size:8.5rem;
    }
    
    .count-up-text {
        font-size: 6rem;
    }
}


@media only screen and (min-width: 850px) {
    .row-5-cols > .col {
        flex-basis:20% !important;
        max-width:20% !important;
    }
    
    .row-10-cols > .col {
        flex-basis:10% !important;
        max-width:10% !important;
    }
    
    .products-row-wrapper > .col:fist-child {
        flex-basis:52.5% !important;
        max-width:52.5% !important;
    }
    
     .products-row-wrapper > .col:last-child {
        flex-basis:47.5% !important;
        max-width:47.5% !important;
    }
    
    .related-products-wrapper .slick-slide,
.blog-list .owl-item,
.related-products-wrapper .slick-current,
.related-products-wrapper .slick-current.slick-active + .slick-active + .slick-active  + .slick-active,
.gt-07 .slick-active,
.blog-list .active + .active + .active + .active,
.blog-list .active{
  transform: scale(0.8);
  position: relative;
  opacity: 0.4;
	-webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all linear .3s;
}
.gt-07 .slick-center,
.blog-list .active + .active + .active,
.blog-list .active + .active{
	 transform: scale(1.1, 1.1);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 1;
}
.related-products-wrapper .slick-current.slick-active + .slick-active,
.related-products-wrapper .slick-current.slick-active + .slick-active + .slick-active{
	 -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 1;
    transform: scale(1);
}

    
    .blog-slick  .slick-slide{
        transform: scale(0.8);
        transition: all 0.5s;
        opacity:0.5;
    }
    
    .blog-slick  .slick-current.slick-active + .slick-active,
    .blog-slick  .slick-current.slick-active + .slick-active + .slick-active {
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        transition: all linear .3s;
        opacity: 1;
        transform: scale(1);
    }

    .blog-slick-2 .slick-slide{
        transform: scale(0.8);
        transition: all 0.5s;
        opacity:0.5;
    }
    
    .blog-slick-2  .slick-current.slick-active + .slick-active {
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        transition: all linear .3s;
        opacity: 1;
        transform: scale(1);
    }
    
    
}

@media only screen and (max-width: 849px) {
    /*************** ADD TABLET CSS HERE  ***************/
    .page-banner .page-banner-content-title h1 {
        font-size:4.5rem;
    }
    
    
    audio, canvas, progress, video {
        height: auto !important;
    }
    .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 {
        font-size: 1.6rem;
    }
    
    .page-banner .page-banner-content {
        min-height: 4rem
    }
    .page-banner .rank-math-breadcrumb {
        font-size: 1.6rem
    }
    
    h1.shop-page-title,
    h1, .h1, h1.page-title, h1.section-title {
        font-size: 2.4rem;
    }

    h2.section-title {
        font-size:2.2rem;
    }
    .store-system-wrapper .store-col .section-title,
    .bigger h2.section-title {
        font-size:2.4rem;
    }
     h3.section-title {
        font-size:2rem;
    }
    .section-title-bold-center .section-title-main {
        padding: 0 0 1.5rem
    }
    .box-blog-post .post-title {
        margin: 1rem 0;
    }

    .box-blog-post .post-title.is-large a {
        font-size: 1.7rem;
    }
    .box .from_the_blog_excerpt {
        font-size: 1.7rem;
    }
    
    .blog-single .entry-header-text h1 {
        font-size: 2.4rem;
        width: 100%;
    }
    
    .product-small.col > .col-inner {
        padding: 0px;
    }
    .product-small.col > .col-inner .box-image {
        margin-bottom:10px;
        height:auto;
    }
    
    .product-small.col .box-text .product-title a {
        font-size: 1.6rem;
        height: 4.8rem;
    }
    .product-main .product-info {
        padding:3rem 1.5rem;
        margin-left: 0;
    }
    
    .wc-tabs>li {
        flex: unset;
        margin: 0 1.5rem;
    }
    
    .wc-tabs>li>a {
        font-size: 1.5rem;
    }
    
    .core-value-title {
        font-size: 1.5rem;
        gap: 1rem;
    }
    
    .core-value-title::before {
        font-size: 8rem;
    }
    
    .hero-section .cat-row .product-category > .col-inner {
        padding-top: 0.5rem;
    }
    
        .hero-section .box-category .box-image {
        width: 3rem !important;
        height: auto;
        padding-top: 0rem;
    }
    
    .box-category .box-image img {
        height: 100%;
        object-fit: contain;
    }
        
    .box-category .header-title {
        font-size: 1.2rem;
    }

    
    .hero-section .cat-row .product-category .box-category .box-text {
        padding:0.4rem;
    }
    
    .hero-section .cat-row .product-category:not(:last-child) .box-category:before {
        height: 60px;
        top: 0;
    }
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    h1.shop-page-title,
    h1, .h1, h1.page-title, h1.section-title {
        font-size: 2.2rem;
    }
    .box-category .header-title {
        font-size: 1rem;
    }
        
    .product-small.col .box-text .product-title a {
        font-size: 1.4rem;
        height: 4.2rem;
    }

    h2.section-title {
        font-size:2.0rem;
    }
    
    
    .store-system-wrapper .store-col .section-title,
    .bigger h2.section-title {
        font-size:2.2rem;
    }
     h3.section-title {
        font-size: 1.8rem;
    }
    
        .page-banner .page-banner-content-title h1 {
        font-size:2.5rem;
    }
    
     .row .sm-row-small.row:not(.row-collapse) {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .sm-row-small > .col {
            padding: 0 1rem 2rem !important;
    }
    .box-blog-post .post-title {
        margin: .8rem 0;
    }
     .box-blog-post .post-title.is-large a {
        font-size: 1.4rem;
    }
    .box .from_the_blog_excerpt {
        font-size: 1.3rem;
    }
    
    .box .post-meta {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    .nav-pagination > li > span, .nav-pagination > li > a {
        font-size: 1.4rem;
        width: 3rem;
        height: 3rem;
        min-width: 3rem;
    }
    .page-banner .rank-math-breadcrumb {
        font-size: 1.4rem;
    }
    
    .blog-single .entry-content {
        font-size: 1.5rem;
    }
    
    .related-posts .post-item .box-blog-post .post-title.is-large a {
        font-size: 1.5rem;
    }
    .related-posts .post-item .box .from_the_blog_excerpt {
        font-size: 13px;
    }
    .related-posts .post-item .box .button {
        font-size: 1.3rem;
    }
    
    .entry-header-text {
        padding: 0;
    }
    .blog-single .entry-header-text h1 {
        font-size: 1.6rem;
        width: 100%;
    }
    
    .blog-wrapper .page-banner {
        margin-bottom:3rem;
    }
    
    .box.video-box  h3 {
        font-size:1.4rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .video-cat-block .section-title  {
        margin-bottom:0;
    }
    
    .page-banner .page-banner-content-title {
        padding-top: 1rem;
    }
    .hero-section .cat-row {
        height: 165px;
        margin-top: -165px
    }

}
