/*
Theme Name: Flatsome Child
Description: TDTECH
Author: UX Themes
Template: flatsome
Version: 1.1992
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*
{
	--primary-gradient:linear-gradient(90deg, #21499f 5.2%, #40ade2 97.96%);
	--secondary-gradient:linear-gradient(90deg, #1ca149 5.2%, #8bc63e 97.96%);
	--primary-color:#21499f;
	--secondary-color:#1ca149;
}
html {
	font-size: 1.041666666vw;
}
body,
body *
{
     font-family: "Be Vietnam Pro", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.section-title .section-title-main
{
     font-family: "Be Vietnam Pro", sans-serif;
}
.sr-only {
    border: 0;
    clip: rect(.0625rem, .0625rem, .0625rem, .0625rem);
    clip-path: inset(50%);
    height: .0625rem;
    margin: -.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: .0625rem;
    word-wrap: normal !important;
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  padding: .785rem 1.75rem .785rem;
  border-radius: .375rem;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
   font-family: "Be Vietnam Pro", sans-serif;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row-reverse;
	max-width:max-content;
}
.btn *
{
	 font-family: "Be Vietnam Pro", sans-serif;
	font-weight:600;
}
.btn img
{
	width:1.5rem;
	filter:invert(1);
	margin-left:.25rem;
}
.abs-icon {
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.btn--trans {
  background: transparent;
  border: none;
}


body .btn--normal {
  background: var(--primary-gradient);
  border-color: transparent;
  color: #fff;
  background-size: 125% 100%;
}
body .btn--normal:hover,
body .btn--normal:focus 
{
      background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body .btn--dark {
  background: #121212;
  border-color: #121212;
  color: #fff;
}
body .btn--dark:hover,
body .btn--dark:focus 
{
  background: #17433b;
  border-color: #17433b;
  color: #fff;
}
body .btn--outline {
	border: thin solid #ffff;
	background:transparent;
}

body .btn--outline:hover,
body .btn--outline:focus,
body .btn.active {
	background:transparent;
  color: #fff;
}

body .btn--inverse,
body .btn--inverse {
  background: #fff;
  border-color: #fff;
  color:#666;
}
body .btn--inverse:hover,
body .btn--inverse:focus {
  color:#fff;
}

.btn--inverse:before,
body .btn--outline:before
{
	background:#17433b;
}
body .container-width, body .full-width .ubermenu-nav, body .container, body .row {
    max-width: 86rem;
}
body .container,
body .row>.col
{
	max-width:86rem;
	margin: auto;
}
.header-nav>li.current-dropdown>.nav-dropdown
{
    padding: .5rem 0;
    min-width: 18rem;
    border: none;
    /* border-left: .3125rem solid #17433b; */
	background:var(--primary-gradient);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-nav>li.current-dropdown.header-search>.nav-dropdown
{
	background:transparent;
	box-shadow:none;
}
.header-nav>li.current-dropdown.header-search>.nav-dropdown #s
{
	
}
.header-nav>li.current-dropdown>.nav-dropdown a
{
    border-bottom: 1px solid #cacaca;
    font-size:.875rem;
    font-weight:500;
}
.nav-dropdown-has-arrow .header-nav li.has-dropdown:before
{
    border-width: .625rem;
    margin-left: -.625rem;
    bottom: 0;
	content:none;
}
.nav-dropdown-has-arrow .header-nav li.dt-mega-menu.has-dropdown:before,
.nav-dropdown-has-arrow .header-nav li.dt-mega-menu.has-dropdown:after
{
	content:none !important;
}
.nav-dropdown-has-arrow .header-nav li.has-dropdown:after
{
    border-width: .625rem;
    margin-left: -.625rem;
    bottom: 0;
	content:none;
}
.nav-dropdown-has-arrow .header-nav .woocommerce-mini-cart__buttons a
{
  color:#fff !important;
}
.nav-dropdown-has-arrow .header-nav li.has-dropdown ul a
{
    transition: all .3s ease-in-out;
    margin: 0;
    border-bottom: none;
    padding: .65rem 1.5rem;
    padding-left:0;
    margin-left:1.5rem;
    color:#333;
    font-size: .875rem;
    text-transform: uppercase !important;
    color:#333333;
    font-weight:600;
    /* border: none; */
}
body #top-link.back-to-top
{
    bottom:6.25rem;
    right:2.125rem;
    border-color: #17433b;
    color:#0f8b44;
    border-radius: 0;
}
.nav-dropdown-has-arrow #wrapper .header-nav li.has-dropdown ul a:hover,
.nav-dropdown-has-arrow .header-nav li.has-dropdown ul a:focus
{
    /* background:#17433b; */
    /* color:#fff !important; */
	background:transparent;
	box-shadow:none;
	/* text-decoration:underline; */
}
.nav-dropdown-has-arrow #wrapper .header-nav li.has-dropdown ul li:hover
{
	background:transparent;
}
.nav-dropdown-has-arrow .header-nav li a
{
	position:relative;
	max-width:max-content;
}
.nav-dropdown-has-arrow .header-nav li a:after,
.nav-dropdown-has-arrow .header-nav li.current-dropdown > a:after,
.nav-dropdown-has-arrow .header-nav li.active > a:after
{
	content:'';
	position:absolute;
	left:0rem;
	bottom:0;
	width:100%;
	height:0;
	border-bottom: thin solid #fff;
	transition:all .25s;
	transform:scaleX(0);
	transform-origin:left;
}
.nav-dropdown-has-arrow .header-nav li a:hover:after,
.nav-dropdown-has-arrow .header-nav li.current-dropdown > a:hover:after,
.nav-dropdown-has-arrow .header-nav li.active > a:hover:after
{
	transform:scaleX(1);
}
[data-animated=true]
{
    animation-delay:0s !important;
}
.header-top
{
	background:var(--primary-gradient);
}
.home .header-top
{
	background:transparent;
}
.header-top *
{
	font-size:.8125rem !important;
	
}
.header-top .menu-item img
{
	width:1rem;
}
.header-top .menu-item:not(.lang-item) img
{
	filter:invert(1);
	width:.875rem;
}
body .header-main 
{
    height: unset;
    padding: 0 0;
    border-bottom: thin solid #eeeeee4d;
    background: #fff;
}
body:not(.home) .header-main
{
	border-color:#e4e4e4;
}
.header-main .nav>li>a>i
{
    margin-left:6px;
    /* display: none; */
}
.header-main .nav>li.menu-item>a>i
{
	display:none;
}
#logo
{
    width: 11rem !important;
    position:relative;
    /* top:-.125rem; */
    transition:all .25s;
    margin-right: 0;
    margin: -.5rem 0;
}
body:not(.home) #logo
{
	margin:0;
}
#logo img
{
	height: 5.5rem;
	max-height: unset !important;
}
body .stuck #logo img
{
    width: 8.5rem !important;
    transition:0s;
    max-height: 4.875rem !important;
}
.top-divider
{
    display:none;
}
.stuck .header-main .nav > li > a
{
    line-height:normal !important;
}
*:not(.footer-wrapper)>.section:not(.banner-section)
{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.banner-section
{
    padding:0 !important;
}
.banner-section .dt_image-img img
{
	width:100%;
}
html[ng-app="uxBuilder"] *
{
    opacity: 1 !important;
}
.header-nav>li.active>a,
.header-nav>li:hover>a,
.header-nav>li:focus>a,
.header-nav>li.active>a i,
.header-nav>li:hover>a i,
.header-nav>li:focus>a i
{
    color: #17433b;
    opacity:1;
}
.header-nav>li
{
    margin-left: .65rem;
    margin-right: .65rem;
}
.header-main .header-nav>li>a
{
    color:#333;
    font-size: .9375rem;
    font-weight: 600;
}
.header-main .header-nav>li>a:after
{
	content:'';
	position:absolute;
	left:0rem;
	top:0;
	width:100%;
	min-height: calc(100% + 1.125rem);
	border-bottom: .125rem solid #fff;
	z-index:2;
}

header .nav > li  a
{
	 font-family: "Be Vietnam Pro", sans-serif;
	font-size:.875rem;
}
header .nav > li > a
{
  transition: 0.02s;
  position: relative;
  /* text-transform: none; */
  vertical-align: middle;
  text-align: center;
  padding: .425rem .325rem .425rem .325rem;
  position:relative;
}
header .nav > li > a::after
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0%;
    height: 100%;
    content: "";
    background: transparent;
    transition: all 500ms ease-in-out;
    z-index:-1;
}
header .nav > li.current-menu-item > a,
header .nav > li:hover> a,
header .nav > li:focus> a
{
    color: #17433b;
}
body:not(.home) header .nav > li.current-menu-item > a,
body:not(.home) header .nav > li:hover> a,
body:not(.home) header .nav > li:focus> a
{
	 background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
header .header-main .nav > li.current-menu-item > a:after,
header .header-main .nav > li:hover> a:after,
header .header-main .nav > li:focus> a:after,
header .header-main .nav > li.active > a:after
{
     left: 0%;
    right: auto;
    width: 100%;
}
.header-wrapper.stuck .header-main
{
    box-shadow:none;
    /* border-bottom: thin solid #17433b; */
}
body .slider-nav-light .flickity-page-dots .dot
{
    color: #fff;
    top: .375rem;
    left: .375rem;
    width: .5rem;
    height: .5rem;
    content: "";
    background-color: #fff;
    border-radius: .125rem;
    transition:all .25s;
}
body .slider-nav-light .flickity-page-dots
{
	display:flex;
	justify-content:center;
	gap:.75rem;
	align-items:center;
}
body .slider-nav-light .flickity-page-dots .dot.is-selected
{
     color: #fff;
    content: "";
    background-color: #fff;
    top: .2rem;
    left: .2rem;
    height: .75rem;
    width: .75rem;
    border-radius: .125rem;
}

.title-row .section-title b
{
    opacity: 1;
    height: auto;
    background: transparent;
    display: inline;
    color:#17433b;
}
.title-row .section-title
{
    justify-content:center;
    color:#000;
}
body .system-section .section-title
{
    font-weight:700;
    justify-content: flex-start;
    margin-bottom:1.5rem;
}
.title-row .section-title-container
{
    margin-bottom:.5rem;
}
.title-row p
{
    text-align:center;
    font-size:.9125rem;
}

body .accordion-item
{
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
    margin-bottom:1.125rem;
    overflow: hidden;
}
body .accordion-title
{
    border:none;
    font-weight:500;
    font-size:1rem;
    padding-left: 3.75rem;
}
body .accordion .toggle
{
   
    left: 1.5rem;
    background: #17433b;
    width: 1.5rem;
    height: 1.5rem;
    max-height: 2.5rem;
    min-height: auto;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

body .accordion .toggle i:after {
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  height: .125rem;
  width:  .75rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transition:all .25s;
}
body .accordion .toggle i:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: .75rem;
  width: .125rem;
  transition:all .25s;
}
body .accordion .active .toggle
{
    color:#fff;
    background: #fff;
}
body .accordion .toggle i
{
     color:#fff
}
body .accordion .active .toggle i
{
    transform:rotate(180deg);
}
body .accordion .active .toggle i:after,
body .accordion .active .toggle i:before
{
    background:#17433b;
    
}
body .accordion .active .toggle i:before
{
    transform:translate(-50%, -50%) rotate(90deg);
}
body .accordion-title.active
{
    font-weight:500;
    background:#17433b;
    border-bottom:thin solid #eee;
    color:#fff;
}
body .accordion-inner
{
    color:#444;
}
.counter-value .dt_image-content>*:first-child:after {
    content: "+";
}
.abs__icon 
{
    position:absolute !important;
}
.abs__icon.parttern2
{
    top:0;
    left:0;
    z-index:2;
    width:9rem !important;
    opacity: 1;
}
.abs__icon.parttern1
{
    bottom:0;
    right:0;
    z-index:2;
    width:12rem !important;
    opacity: 1;
}

.abs__icon.logo
{
    top:3rem;
    left:15%;
    opacity: 0;
    width:12.5vw !important;
}
.abs__icon.title
{
    bottom:3vw;
    left:2%;
    opacity: 0;
    width:37vw !important;
    
}
.banner-section .dt-wrap
{
   position:absolute;
   left:50%;
   top:50%;
   transform:translate(-50%,-50%);
   height:100%;
}
.abs__icon.ele1
{
    top:-1vw;
    left:2rem;
    opacity: 0;
    left:2vw;
    width:12.5vw !important;
}
.abs__icon.ele2
{
  top:7.5vw;
  left:-7.5vw;
  opacity: 0;
  width:19vw !important;
}
.abs__icon.ele3
{
  bottom:-1vw;
  opacity: 0;
  left:-9vw;
  width:12.5vw !important;
}
#main .banner-section .section
{
  padding:0 !important;
  overflow: hidden;
}
@keyframes fadeLeft {
  0% { transform:translateX(-.25rem);opacity:1; }
  0% { transform:translateX(0rem);opacity:1; }
  100%{transform:translateX(.25rem);opacity:1; }
 }

.nav-dropdown >li.nav-dropdown-col{display:block;}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{text-transform:none !important;font-size:.9125rem; font-weight:500}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.nav-dropdown-default>li:hover{background:#4364a926}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: .625rem;
    margin-left: -.625rem;}
.nav-dropdown .nav-dropdown-col>ul,
.nav-dropdown .menu-item-has-children>.sub-menu{
    border: 1px solid #d2d2d2;
    margin-top:-2.5rem;
    box-shadow: none;
    display:none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 15rem;
    }
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0;border: none !important;}
.nav-dropdown .nav-dropdown-col>ul li a{padding:.625rem;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover>ul,.header-nav li:not(.dt-mega-menu):hover>ul{display:block !important}

.hidetext a
{
	font-size:0 !important;
}
.header-nav>li.current-dropdown>.sub-menu
{
	display:flex;
	flex-direction:column;
	padding: 1rem 0;
	top: calc(100% + 1.25rem);
}
.header-nav>li.current-dropdown>.sub-menu ul
{
	position: static;
	margin: 0;
	padding-left: 1.5rem !important;
	display: block !important;
	border: none;
}
.header-nav>li.current-dropdown>.sub-menu ul a
{
	font-weight:500;
}
/* .header-nav>li.current-dropdown ul a
{
	color:#222 !important;
} */
.header-nav>li.current-dropdown>.sub-menu .menu-item-has-children>a:before
{
	position:absolute;
	content:'\f107';
	right:1rem;
	width:1rem;
	height:1rem;
	font-family: 'fl-icons' !important;
    font-display: block;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1.2;
	content:none;
}

body .back-to-top.button.icon
{
    display:flex;
    align-items:center;
    justify-content:center;
    border-color:#17433b;
}
body .back-to-top:after
{
    content:'';
    position:absolute;
    width:calc(100% + 1px);
    height:calc(100% + 1px);
    transform-origin: bottom;
    transform: scale(1, 0);
    left:0;
    bottom:0;
    background:#17433b;
    transition: transform 0.35s cubic-bezier(0.3, 1, 0.8, 1);
}
body .back-to-top:hover
{
    border-color:#fff;
    background:#fff;
}
body .back-to-top:hover i
{
    color:#fff;
}
body .back-to-top:hover:after
{
    transform:scale(1);

}
body .back-to-top i
{
    line-height:1;
    height: auto;
    color: #17433b;
    position:relative;
    z-index:2;
}

#animatedLoader {
    position: fixed;
    z-index: 9999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none;
}

#animatedLoader.fade-in {
  opacity: 1;
  visibility: visible;
  background: rgb(0 0 0 / 52%);
  pointer-events: all;
}

#animatedLoader.fade-out {
    opacity: 0;
    visibility: hidden;
}

#animatedLoader .loader {
    width: 2.5rem;
    height: 2.5rem;
    border: .1875rem solid #17433b;
    border-top-color: white;
    border-radius: 50%;
    -webkit-animation: rotateAnimation 1s linear infinite;
    animation: rotateAnimation 1s linear infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

#animatedLoader .loader::before,
#animatedLoader .loader::after {
    content: none;
}

@-webkit-keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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


body div.wpforms-container-full .wpforms-form .wpforms-field-label
{
    font-weight:400;
}
body div.wpforms-container-full .wpforms-form input,
body div.wpforms-container-full .wpforms-form textarea
{
    /* background-color: #fff !important;
    border-color: #e3e3e3 !important;
    font-size: .875rem !important;
    border-radius: 0rem !important; */
}
body div.wpforms-container-full .wpforms-form textarea
{
    padding-top:.75rem;
}
body div.wpforms-container-full .wpforms-form button[type=submit]
{
	 display: inline-block;
	 text-align: center;
	 white-space: nowrap;
	 font-size: .8rem;
	 font-weight: 600;
	 line-height: 1;
	 text-decoration: none;
	 cursor: pointer;
	 padding: .65rem 1.75rem .785rem;
	 border-radius: 0rem;
	 -webkit-transition: all .25s ease-in;
	 transition: all .25s ease-in;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 border: none;
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 position: relative;
	 z-index: 1;
	 text-transform:uppercase;
	 border: thin solid #000000;
	 background:transparent;
	 padding:1rem 2rem;
	  font-family: "Be Vietnam Pro", sans-serif;
}
body div.wpforms-container-full .wpforms-form button[type=submit] img
{
    width:1.325rem;
    margin-left: .5rem;
    filter: invert(1);
    top: -0.125rem;
    position: relative;
}
body div.wpforms-container-full .wpforms-form label.wpforms-error
{
    font-weight:400;
    position:relative;
    top:.25rem;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:before
{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    background: #17433b;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus
{
	color:#fff;
	box-shadow:none;
	background:transparent;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
	transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}


.page-title,
.page-wrapper  .section-title
{
    font-size: 1.5rem;
    text-align:left;
    margin-bottom: 0;
    font-weight: 600;
    color: #17433b;
}
.page-wrapper .section-title
{
    justify-content: center;
}
.page-wrapper .post-sidebar .section-title
{
    justify-content: flex-start;
    font-size: 1.25rem;
}
.page-wrapper .section-title b
{
    display: none;
}
.footer-section .bg,
.absolute-footer
{
	background:#121212;
	background:var(--primary-gradient);
}
.footer-section .bg:before
{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(assets/images/page-title.png);
	background-size:100% 100%;
	background-position:center;
	background-repeat:no-repeat;
	opacity: 1;
	mix-blend-mode: multiply;
}
.footer-section .bg:after
{
	content:'';
	position:absolute;
	right:-8rem;
	top:2rem;
	width:16.25rem;
	height:16.25rem;
	background-image:url(assets/images/circle-sharp-effect.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-animation: footRotate 24s linear infinite;
	animation: footRotate 24s linear infinite;
	transform-origin:center;
}
@keyframes footRotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.absolute-footer
{
	padding:0;
}
.absolute-footer .footer-primary
{
	padding:.75rem 0;
	border-top: thin solid #63769e;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:.875rem;
}
.footer-section .section-image-container
{
	width:16rem;
	margin-bottom: 2rem;
}
.footer-section .section-image-container ~ p img
{
	width:1rem;
	margin-right:.5rem;
}
.footer-section p,
.footer-section a
{
	font-size:.875rem;
}
.footer-section .stack
{
	justify-content:space-between;
}
.footer-section .dt-wrap:first-child
{
	width:40%;
}
.footer-section .section-title-main
{
	font-size:1rem;
	font-weight:600;
	color: #fff;
}
.footer-section .section-title-container
{
	margin-top:2rem;
	margin-bottom: 1rem;
}
.footer-section .ux-menu-link .ux-menu-link__link
{
	border:none !important;
}
.footer-section .social-icons .button 
{
	border-radius:.25rem !important;
	background:#17433b;
	border:none;
	margin-right: .875rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-section .social-icons
{
	display:flex;
}
.instagram 
{
	order:3;
}

.footer-section 
{
	padding-top:3rem !important;
}
.footer-section .social-icons .button i
{
	
	background-image:url('assets/images/facebook-f-brands 1.svg');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	font-size:0;
	width:1.5rem;
	height:1rem;
	position:relative;
	top:0rem;

}
.footer-section .social-icons .button .icon-instagram
{
	background-image:url('assets/images/instagram-brands 1.svg');
}
.footer-section .social-icons .button .icon-feed
{
	background-image:url('assets/images/zalo_logo_icon_249117 2.png');
	width:2rem;
	height:1.5rem;
}
.footer-section .social-icons .button.facebook
{
	background:#1974ec !important;
}
.footer-section .social-icons .button.instagram
{
	background:#d60044 !important;
}
.footer-section .social-icons .button.rss
{
	background:#005ce0 !important;
}
.header-main .header-nav .header-language-dropdown a 
{
	font-size:0;
}
.header-nav .search-field
{
	border-radius:1.5rem;
	font-size: .875rem;
	padding-left: 1rem;
	box-shadow: none;
	border-color: #666;
	color:#999;
	height: 2.25rem;
}
.header .html .live-search-results
{
   display:none !important;
}
.header-nav .search-field:focus
{
	box-shadow:none;
}
#header .button.loading:after
{
   content: none; 
}
.header-nav .ux-search-submit
{
	position:absolute;
	top:.0625rem;
	right:.5rem;
	background:transparent;
	border:none;
	color:#000;
	background:transparent !important;
}
.header-nav .ux-search-submit:hover
{
	background:transparent !important;
	box-shadow:none;
}
.header-nav .ux-search-submit i
{
	font-size:0;
	color:transparent;
	background-image:url('assets/images/search (1).svg');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	filter:invert(.75);
	
}
.header-language-dropdown .image-icon img
{
	width:1.5rem;
}
.header-language-dropdown .icon-angle-down
{
	display:none;
}
.nav-right.header-nav>li
{
	margin: 0 .75rem;
}
.nav-right.header-nav .icon-user
{
	color:transparent;
	background-image:url(assets/images/account.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	filter:invert(.75);
	margin-bottom:.125rem;
}
.header-cart-link .cart-img-icon
{
	filter:invert(.75);
	margin-bottom:.125rem;
}
.nav-right.header-nav .image-icon
{
	display: flex;
	align-items: center;
}
.nav-right.header-nav .header-divider
{
	display:none;
}
.header-language-dropdown .icon-image img
{
	width:1.5rem;
}
.home .header-wrapper:not(.stuck),
.sticky-header .header-wrapper:not(.stuck)
{
	position:absolute;
}
.home .header-wrapper:not(.stuck) .header-main,
.sticky-header .header-wrapper:not(.stuck) .header-main,
.search-active .header-wrapper .header-main
{
	background:transparent;
}
.dark-header .header-wrapper:not(.stuck) .header-main
{
	background:#121212;
	border-color:#121212;
}

.home .header-bg-color,
.sticky-header .header-bg-color,
.search-active .header-bg-color
{
	background:transparent;
}
.home .header-wrapper:not(.stuck) .header-main *,
.sticky-header .header-wrapper:not(.stuck) .header-main *,
.dark-header .header-wrapper:not(.stuck) .header-main *,
.search-active .header-wrapper .header-main *
{
	color:#fff;
	border-color:#fff;
}

.home .header-wrapper:not(.stuck) .header-main .nav-right i,
.home .header-wrapper:not(.stuck) .header-main .nav-right .cart-img-icon,
.sticky-header .header-wrapper:not(.stuck) .header-main .nav-right i,
.sticky-header .header-wrapper:not(.stuck) .header-main .nav-right .cart-img-icon,
.dark-header .header-wrapper:not(.stuck) .header-main .nav-right i,
.dark-header .header-wrapper:not(.stuck) .header-main .nav-right .cart-img-icon,
.search-active .header-wrapper .header-main .nav-right i,
.search-active .header-wrapper .header-main .nav-right .cart-img-icon
{
	/* color:transparent; */
	/* filter:invert(0); */
}
.home .header-wrapper:not(.stuck) .header-main .header_logo,
.sticky-header .header-wrapper:not(.stuck) .header-main .header_logo,
.dark-header .header-wrapper:not(.stuck) .header-main .header_logo,
.search-active .header-wrapper .header-main .header_logo
{
	position:absolute;
	opacity:0;
}
.home .header-wrapper:not(.stuck) .header-main .header-logo-dark,
.sticky-header .header-wrapper:not(.stuck) .header-main .header-logo-dark,
.dark-header .header-wrapper:not(.stuck) .header-main .header-logo-dark,
.search-active .header-wrapper .header-main .header-logo-dark
{
	display:block !important;
}
.home .header-wrapper:not(.stuck) .header-main .search-field,
.sticky-header .header-wrapper:not(.stuck) .header-main .search-field,
.dark-header .header-wrapper:not(.stuck) .header-main .search-field,
.search-active .header-wrapper .header-main .search-field
{
	background:transparent;
	color:#fff;
}
.home .header-wrapper:not(.stuck) .header-main .search-field::-webkit-input-placeholder,
.sticky-header .header-wrapper:not(.stuck) .header-main .search-field::-webkit-input-placeholder,
.dark-header .header-wrapper:not(.stuck) .header-main .search-field::-webkit-input-placeholder,
.search-active .header-wrapper .header-main .search-field::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
  color: #ffffff99;
}
.home .header-wrapper:not(.stuck) .header-main .search-field::-moz-placeholder,
.sticky-header .header-wrapper:not(.stuck) .header-main .search-field::-moz-placeholder,
.dark-header .header-wrapper:not(.stuck) .header-main .search-field::-moz-placeholder,
.search-active.header-wrapper .header-main .search-field::-moz-placeholder
{ /* Firefox 19+ */
   color: #ffffff99;
}
.home .header-wrapper:not(.stuck) .header-main .search-field:-ms-input-placeholder,
.sticky-header .header-wrapper:not(.stuck) .header-main .search-field:-ms-input-placeholder,
.dark-header .header-wrapper:not(.stuck) .header-main .search-field:-ms-input-placeholder,
.search-active .header-wrapper .header-main .search-field:-ms-input-placeholder
{ /* IE 10+ */
   color: #ffffff99;
}
.home .header-wrapper:not(.stuck) .header-main .search-field:-moz-placeholder,
.sticky-header .header-wrapper:not(.stuck) .header-main .search-field:-moz-placeholder,
.dark-header .header-wrapper:not(.stuck) .header-main .search-field:-moz-placeholder,
.search-active .header-wrapper .header-main .search-field:-moz-placeholder
{ /* Firefox 18- */
   color: #ffffff99;
}
.banner-section .dt-wrap
{
	position:absolute;
	bottom:30%;
	height: auto;
	z-index:2;
	left: 5rem;
	text-align: left;
	transform: none;
}
.banner-section .dt-wrap .section-title-main
{
	color:#fff;
	font-size:2.125rem;
	display: flex;
	flex-direction: column;
	text-transform:none;
	font-weight:700;
	font-size:2.5rem;
	line-height: 1.6;
}
.banner-section .dt-wrap .section-title .sub-title
{
	font-size:.875rem;
	color:#fff;
	opacity: 1;
}
.banner-section .video-button-wrapper
{
	position:absolute;
	opacity:0;
	visibility:hidden;
	z-index:-1;
}
.banner-section .img img
{
	height:100vh;
	object-fit:cover;
}
.banner-section .img:before
{
	content:'';
	position:absolute;
	left:0rem;
	top:0%;
	width:100%;
	height:100%;
	background:#00000030;
	z-index: 1;
}
.banner-section .section-title-container
{
	margin-bottom:.5rem;
}
.banner-section .section-title-container + .btn 
{
	background-image:var(--secondary-gradient);
}
section .section-title-main
{
	font-size:2rem;
	color:#000000;
	font-weight:600;
}
.banner-section .section-image-container:before
{
	content:'';
	background:var(--primary-gradient);
	z-index: 2;
	opacity: 1;
	width: 160%;
	height:160%;
	background: radial-gradient(50% 50% at 50% 50%, #21499f 22.5%, rgba(61, 174, 239, 0) 76.04%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	top:50%;
    border-radius: 50%;
	position:absolute;
	left:0;
}
.banner-section .dt_image-img:before,
.banner-section .dt_image-img:after
{
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	height: 20%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 29, 78, 0)), to(#21499f));
	background: linear-gradient(180deg, rgba(3, 29, 78, 0) 0%, #21499f 100%);
	pointer-events: none;
	width: 100%;
	opacity: 1;
}
.banner-section .dt_image-img:before
{
	bottom:auto;
	top:0;
	transform:scaleY(-1);
	/* background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 29, 78, 0)), to(#21499f)); */
	background: linear-gradient(180deg, rgba(3, 29, 78, 0) 0%, #21499f 100%);

}
.ups-row .dt-wrap
{
	display:flex;
	justify-content:center;
	gap:2rem;
}
.ups-row .counter-value
{
	font-size:2rem;
	color:var(--primary-color);
	font-weight:700;
	margin-bottom:.5rem;
}
.ups-row .counter-title span
{
	display:block;
	font-weight:600;
	color:var(--secondary-color);
	
	background:#1ca1492e;
	width:max-content;
	padding:0.125rem .75rem;
	border-radius:1.5rem;
	margin-bottom: .75rem;
}
.ups-row .section-counter-container
{
	background:#fff;
	border-radius:1rem;
	padding:1.5rem;
	border: thin solid #21499f57;
}
.about-section
{
	background:#ecf7fd;
}
.about-row .dt-wrap
{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:2rem;
	background:#fff;
	padding:2rem;
	border-radius:1.5rem;
}
.about-row .section-image-container
{
	flex:none;
}
.about-row .dt-wrap>*
{
	width:calc((100% - 2rem)/2);
}
.about-row .dt-wrap .text
{
	line-height:2;
}
.about-row .dt-wrap .text>*:first-child
{
	font-size:1.5rem;
	font-weight:600;
}
#main .news-section
{
	background:#ffffff;
	/* padding:0 !important; */
}
.news-section .cat-nav__list
{
	display:flex;
	justify-content:center;
	margin: -.5rem 0 1.5rem;
}
.news-section .cat-nav__list li
{
	margin-left:0;
}
.news-section .term-count
{
	display:none;
}
.news-section .news-list
{
	display:flex;
	gap:2rem;
}
.news-normal .post-item
{
	display:flex;
	gap:1rem;
	
}
.news-normal .post-item:not(:first-child)
{
	margin-top: 1rem;
}
.news-normal .post-item .box-image
{
	width:30%;
	flex:none;
}
.news-normal .post-item .box-image *
{
	height:100%;
	object-fit:cover;
}
.news-normal .post-item .box-text
{
	padding:0;
}
.news-normal .post-item .box-text .post-title,
.news-normal .post-item .box-text .post-title a
{
	margin-top:0;
}
.news-normal .post-item .from_the_blog_excerpt
{
	-webkit-line-clamp: 2;
	margin: 0;
}
.news-main
{
	width:50%;
	flex:none;
}
.news-main .box-text
{
	padding-bottom:0;
}
.news-normal
{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding-bottom: .5rem;
}
.product-home-section .products:not(.flickity-enabled)
{
    max-height: 28rem;
}
.news-slider:not(.flickity-enabled),
.tes-section .dt-wrap:not(.flickity-enabled),
.related-products-wrapper .slider:not(.flickity-enabled)
{
    max-height: 20rem;
}
.cer-section .dt-wrap:not(.swiper-initialized)
{
    max-height: 29rem;
}

.loading-effect {
	will-change: opacity;
	opacity: 1;
	-webkit-transition: .7s opacity;
	transition: .7s opacity;
  }
  
  .loading-effect.fade-in {
	will-change: opacity;
	opacity: 0;
	-webkit-transition: none;
	transition: none;
}
#row-1412838783,
.comments-area
{
	display:none;
}
.blog-single article
{
	background: #ffffff5e;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius:.5rem;
	overflow:hidden;
}
.blog-archive
{
	padding:0;
}
.blog-single
{
	background-image:url(assets/images/bg_post_page.jpg);
	background-size:cover;
	background-position:top;
	background-repeat:repeat;
	padding-top: 0;
	padding-bottom: 0;
}
.single-tuyen-dung .blog-single
{
	background-position:bottom;
}
.page-template-page-blank #main
{
	background-image:url(assets/images/bg_post_page.jpg);
	background-size:cover;
	background-position:bottom;
	background-repeat:repeat;
	background-color: #f7ffff;
	background-blend-mode: darken;
}
.blog-single .entry-header
{
	display:flex;
	flex-direction:column-reverse;
}
.entry-title,
.page-title
{
	font-weight:800;
	font-size:2rem;
	color:var(--primary-color);
	text-align:center;
	 background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.post-meta
{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: .9125rem;
	font-weight: 600;
}
.post-meta .entry-category,
.post-meta .post-date
{
	width:auto;
	margin:unset;
	position:relative;
}
.post-meta .entry-category a
{
	font-size: .9125rem;
	text-transform: none;
	font-weight: 600;
	color: #000;
}
.post-meta .post-date
{
	margin-left:1rem;
	padding-left:1rem;
	font-size: .9125rem;
}
.post-meta .post-date:before
{
	content:'';
	position:absolute;
	left:0rem;
	top:50%;
	transform:translateY(-50%);
	width:.25rem;
	height:.25rem;
	background:#000;
	border-radius:50%;
	left:0;
}
.blog-single .blog-share
{
	margin: 1rem 0 0;
	display: none;
}
.blog-single .blog-share a
{
	width:2rem;
	height:2rem;
	min-width: unset;
	min-height: unset;
	margin-right: .5rem;
}
.blog-single .entry-content
{
	padding:2rem 3rem;
}
.related-post
{
	padding-top:2rem;
	padding-bottom: 2rem;
}
.related-post .related-post-slider
{
	margin-top:2rem;
}
.related-post .related-post-slider .post-item,
.news-section .news-slider .post-item
{
	width:calc((100% - 2*1rem)/3) !important;
	margin-right:1rem!important;
}
.post-item .box-image
{
	border-radius:.5rem;
}
.post-item .box-image img
{
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
	height:auto;
	
}
.post-meta
{
	text-align:left;
	justify-content:flex-start;
	font-size: .9125rem;
	margin:.5rem 0;
}
.single .entry-header-text .post-meta
{
	text-align:center;
	justify-content:center;
}
.post-item .view-more
{
	display:none;
}
.post-item .post-title a
{
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: .9125rem;
}
.post-item .from_the_blog_excerpt
{
	overflow: hidden;
	text-overflow: ellipsis;
	/* line-height: 1.4; */
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: .9125rem;
	color:#333;
}
.archive-page-header .archive-nav__list,
.news-section .cat-nav__list
{
	margin:1.5rem 0;
	display:flex;
	justify-content:center;
	gap:1rem;
	list-style:none;
}
.archive-page-header .archive-nav__list a,
.news-section .cat-nav__list a
{
	height:2.25rem;
	border:thin solid var(--secondary-color);
	border-radius:1.5rem;
	padding: 0rem 1.5rem;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: .9125rem;
	text-transform:uppercase;
	font-weight:700;
	color:var(--primary-color);
	transition:all .25s;
	background: var(--secondary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.archive-page-header .archive-nav__list a:hover,
.archive-page-header .archive-nav__list a:focus,
.news-section .cat-nav__list a:hover,
.news-section .cat-nav__list a:focus
{
	background:var(--secondary-gradient);
	color:#fff;
	-webkit-background-clip: unset;
	-;
	-webkit-text-fill-color: #fff;
	background-clip: unset;
}
#post-list
{
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
#post-list .post 
{
	width:calc((100% - 2*1rem)/3);
}
.page-numbers
{
	display:flex;
	justify-content:center;
	width: 100%;
	gap:.5rem;
}
.page-numbers span,
.page-numbers a
{
	border-radius:.5rem !important;
}
#main .page-numbers a
{
	border:none;
}
#main .title-section
{
	padding: 5rem 0 !important;
	margin-top: -6rem;
	/* background: #52B0F7;
	background: linear-gradient(90deg, rgba(82, 176, 247, 1) 0%, rgba(71, 155, 242, 1) 66%, rgba(60, 134, 234, 1) 100%); */
	position:relative;
}
.title-section::after{
  content:'';
  position:absolute;
  bottom:0; 
	left:50%;
	transform:translateX(-50%);
  width:150%; 
	height:100%;  
  background: #52B0F7;
	background: linear-gradient(90deg, rgba(82, 176, 247, 1) 0%, rgba(71, 155, 242, 1) 66%, rgba(60, 134, 234, 1) 100%);
  border-bottom-left-radius:50% 100%;
  border-bottom-right-radius:50% 100%;
}
.title-section .col
{
	padding-bottom:0;
}
.title-section .section-title-container
{
	margin-bottom:0;
}
.title-section .section-title
{
	justify-content:center;
	font-size:3rem;
	font-weight: 900;
	color:#fff;
	margin-bottom: .5rem;
}
.title-section .col-inner
{
	display:flex;
	flex-direction:column-reverse;
	justify-content:center;
}
.dt-breadscrumb,
.breadcrumb
{
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	list-style:none;
	margin-bottom: 0;
	font-size: .9125rem;
}
.dt-breadscrumb .breadcrumb li
{
	margin-left:0;
	margin-bottom: 0;
	position:relative;
}
.dt-breadscrumb .breadcrumb li a
{
	color:#fff;
	opacity:.7;
}
.breadcrumb li:not(:first-child)
{
	margin-left:1rem;
	padding-left:1rem;
}
.breadcrumb li:not(:first-child):before
{
	content:'';
	position:absolute;
	left:0rem;
	top:50%;
	transform:translateY(-50%);
	width:.25rem;
	height:.25rem;
	background:#fff;
	border-radius:50%;
	left:0;
}
.news-section .section-title-main,
.clients-section .section-title-main
{
	width:100%;
	text-align:center;
	 background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	font-size:2.5rem;
	font-weight:700;
}
.clients-section .section-title-main
{
	flex-direction:column;
	display:flex;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: #fff;
	background-clip: unset;
	color:#fff;
}
.clients-section .section-title-main .sub-title
{
	font-size:1.125rem;
	opacity: 1;
	color: #fff;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: #ffff;
	background-clip: unset;
	margin-top: 1rem;
}
.clients-section .bg
{
	background:var(--primary-gradient);
}
.clients-section .title-row .col
{
    padding-bottom:0;
}
.clients-section .counter-value .dt_image-content
{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 1.25rem;
    font-weight:700;
}
.clients-section .counter-value .dt_image-content>*:first-child
{
    color: #172238;
}
.clients-section .counter-value .dt_image-content p
{
    width:auto;
    text-transform:uppercase;
    font-size: 1.25rem;
    font-weight:700;
    margin-left:.5rem;
}
.clients-section .flickity-slider .img
{
    width: calc(100%/5) !important;
    max-width: calc(100%/6);
    opacity: 1;
    padding:0 .5rem;
    margin-right: 1rem;
	background:#fff;
}
.clients-section .flickity-slider .row .col
{
    padding-bottom:0;
}
.clients-section .flickity-slider .img
{
    margin-bottom:0;
}
.clients-section .client-slider2
{
    margin-top:-3rem;  
}
.clients-section .section-title-container
{
	margin-bottom:2rem;
}
.clients-section .flickity-page-dots
{
	bottom:-3rem;
}
#main .clients-section
{
	padding:7rem 0 !important;
}
/*--------------------------------------------------------------
>>> Loading
--------------------------------------------------------------*/
.loading,
.loading .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading .overlay {
  z-index: -1;
}

.loading {
  display: none;
}

.loading.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay {
  opacity: .2;
  background-color: #000;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: dots-loading 1.8s infinite ease-in-out;
          animation: dots-loading 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: .625rem;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}
.archive-title-wrap .sub-title
{
	display:none;
}
body:not(.home) #main
{
	padding-top:4rem;
}
.product-section .uppercase,
.related-post__title
{
	text-align:center;
	color:var(--color--primary);
	font-size:1.5rem;
	text-transform:uppercase;
	font-weight:800;
	 background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.related-products-wrapper
{
	border: none;
	padding:3rem 0;
}
.related-products-wrapper .slider 
{
	min-width:100vw;
	position:relative;
	left:50%;
	transform:translateX(-50%);
}
.related-products-wrapper > .sub-title,
.related-post > .sub-title,
.archive-title-wrap .sub-title,
.drops-title .sub-title
{
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: .9125rem;
	color:var(--color--primary);
	position:relative;
	margin-bottom: .5rem;
	display: block;
}
.related-products-wrapper .sub-title:before,
.related-post .sub-title:before,
.archive-title-wrap .sub-title:before,
.drops-title .sub-title:before
{
	content:'';
	position:absolute;
	left:50%;
	top:-2rem;
	transform:translateX(-50%);
	width:1.5rem;
	height:1.5rem;
	background-image:url(assets/images/icon_giot_nuoc.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	animation: scroll_bottom infinite 2s ease-in-out;
	filter: invert(43%) sepia(100%) saturate(978%) hue-rotate(163deg) brightness(98%) contrast(105%);
}

@keyframes scroll_bottom {
    50% {
    transform: translate(-50%,-.5rem) }
}
.related-products-wrapper .product-section-title
{
	padding:.5rem 0 1.5rem;
	font-weight:800;
}
.related-products-wrapper .flickity-viewport>.flickity-slider>.col
{
	padding:0 2rem;
	flex: none;
	max-width: unset;
	width: calc((100%/5));
}
.related-products-wrapper .add-to-cart-button
{
	display:none;
}
@media screen and (min-width: 1441px) {
    html {
      font-size: 16px;
    }
  }
@media screen and (min-width: 1920px) {
   
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #logo img,
    body .stuck #logo img
    {
        width: 6rem !important;
        height: 2.875rem;
    }
    body .stuck .header-main
    {
        height: auto !important;
    }
    body .header-main
    {
        height: auto;
        background: #fff;
        padding: .425rem 0;
    }
	body #logo
	{
		margin-right:0;
	}
    html 
      {
        font-size: 3.7325vw;
      }
      *:not(.footer-wrapper)>.section:not(.banner-section)
      {
          padding-top:1.875rem !important;
          padding-bottom:1.875rem !important;
      }
      header .nav.mobile-nav > li > a
      {
          padding-left:0;
          color: #17433b;
      }
      header .nav.mobile-nav > li.html > a
      {
          color:#fff;
          padding:.5rem 1rem;
          border-radius:1rem;
          font-size: .75rem;
          white-space: nowrap;
      }
    .header-main .nav>li>a>i
    {
        margin-left:0;
    }
     .off-canvas-left .mfp-content
    {
      background: #fff;
      border-right:3px solid #17433b;
      background-image:url('../../uploads/2024/03/bg-1.png');
      background-size: cover;
      background-repeat:repeat;
    }

    body .mfp-wrap .searchform .button.icon
    {
      right:0;
    }
    body .mfp-wrap .form-flat input.search-field
    {
      color: #321616 !important;
      border-radius: 0;
      background-color: rgb(255 255 255 / 3%);
      border: thin solid #ddd;
    }
    .off-canvas .nav-vertical>li>a
    {
      color:#333;
      font-size:.9375rem;
      font-weight:600;
    }
    body .nav-sidebar.nav-vertical>li+li
    {
      border:none;
    }
    .off-canvas .nav-vertical li li>a
    {
        font-size:.875rem;
    }
    body .nav-sidebar.nav-vertical>li.menu-item.active,body .nav-sidebar.nav-vertical>li.menu-item:hover
    {
        background:#fff;
    }
    body .nav-sidebar.nav-vertical>li li a
    {
        padding-right:1rem;
        color:#333;
    }
    header .nav > li:hover > a:before,
     header .nav > li:hover > a:after
    {
        content:none;
    }
	body .container, body .row>.col
	{
		padding-left:1rem;
		padding-right:1rem;
	}
	 .banner-section .elementor-widget-video .elementor-wrapper video
	{
		aspect-ratio: 16/10;
		object-fit: cover;
		width: 100%;
		height:auto;
		
	}
	
	section .section-title-main
	{
		font-size:1.75rem;
	}
	
}


@media only screen and (max-width: 1023px) and (min-width: 481px)  {
    body .col[class*="medium"]
    {
        flex-basis: 100%;
        max-width: 100%;
    }
    .off-canvas .hide-for-medium
    {
        display: none !important
    }
    .hide-for-medium,
    [data-show=hide-for-medium] {
        display: none !important
    }
     .show-for-medium,
    [data-show=show-for-medium] {
        display: block !important
    }
     .header-inner .nav {
        flex-wrap: nowrap
    }

    .medium-logo-left .logo {
        margin-left: 0;
        margin-right: 15px;
        order: 1
    }

    .medium-logo-left .flex-left {
        flex: 1 1 0;
        order: 2
    }

    .medium-logo-left .flex-right {
        flex: 1 1 0;
        order: 3
    }

    .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1
    }

    .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center
    }

    .medium-logo-center .logo img {
        margin: 0 auto
    }

    .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3;
        flex-grow: unset;
    }
    
    
}

@media screen and (max-width:1023px) and (orientation:landscape) 
{
    html { font-size: 3vw; }
}