/*
Theme Name: Vietcoder Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.6
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

:root {
    --color-primary: 8, 8, 60;
	--color-primary-lighter: 20, 20, 255;
    --color-secondary: 62, 72, 39;
    --color-alert: 236, 69, 60;
    --color-success: 74, 159, 83;
    --color-process: 63, 162, 246;
    --color-warning: 255, 175, 0;
    --color-border-1: 255, 243, 226;
    --color-border-opposite: 8, 8, 60;
    --bg: 3, 3, 29;
    --bg-2nd: 15, 15, 135;
    --bg-opposite: 255, 243, 226;
    --color-text-title: 255, 243, 226;
	--color-text-title-opposite: 8, 8, 60;
	--color-text-sub: 189, 189, 189;
	

    --opacity-text-sub: 0.7;

    --blog-img-ratio: 66.5%;
	--portfolio-img-ratio: 66.5%;

    --radius-1: 6px;
    --radius-2: 10px;
    --radius-3: 16px;
    --radius-4: 28px;
    --radius-sm: 4px;

    --size-ratio: 1.175;
    --size-small: 14px;
    --size-small-a: 12px;
	
	--ff-body: "Roboto Flex", sans-serif;
	--ff-display: "Playfair Display", serif;
}

body {
	line-height: 1;
}

.dark, .dark p, .dark td {
    color: rgb(var(--color-text-title));
}

.dark .heading-font, .dark a.lead, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark label, .hover-dark:hover a, .hover-dark:hover h1, .hover-dark:hover h2, .hover-dark:hover h3, .hover-dark:hover h4, .hover-dark:hover h5, .hover-dark:hover h6, .hover-dark:hover p {
    color: rgb(var(--color-text-title));
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

p, li, td, th {
	line-height: 1.6;
}

/* Header ------------ */
.header.has-transparent .header-bg-container  {
	backdrop-filter: blur(3px);
}

.header.has-transparent {
    --color-menu: rgb(var(--color-text-title));
    --color-menu-hover: rgb(var(--color-text-title));	
}

.header-nav-main > .menu-item > a {
    font-size: 1rem;
    font-weight: 500;
	position: relative;
	isolation: isolate;
	padding: 0;
	
}

.header-nav-main > .menu-item > a:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: currentcolor;
	transition: 400ms all;
	transform-origin: center;
	bottom: -5px;
	left: 0;
	position: absolute;
	transform: scalex(0);
}

.header-nav-main > .menu-item > a:hover:before {
	transform: scalex(1);
}

.header-nav-main > .menu-item > a i {
	display: none;
}

/* Custom nav dropdown ---- */
 #header .nav-dropdown .header-search-form {
	padding: 0 12px;
}

#header .sub-menu,
#header .nav-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 12px 0;
  min-width: 220px;
  background-color: rgb(var(--color-text-title));
}

header .nav .nav-dropdown li {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 7px 20px;
  position: relative;
  transition: 300ms all;
}

header .nav .nav-dropdown li+li {
  border-top: 0px;
}

#header .sub-menu>li>a,
#header .nav-dropdown>li>a {
  padding: 0;
  margin: 0;
  border: 0px;
  text-transform: capitalize;
  color: rgb(var(--color-text-title-opposite));
  font-size: 1rem;
  font-weight: 500;
  position: relative;
	
}

#header .sub-menu>li>a:hover,
#header .nav-dropdown>li>a:hover {
	text-decoration: underline 1px;
}

header .menu-item-design-default .nav-dropdown-col>a:after {
  content: '\e5e1';
  font-family: var(--ff-material-round);
  float: right;
  margin-left: 5px;
  font-size: 1em;
  line-height: 1;
  vertical-align: text-top;
  transform: translateY(2px);
  display: inline-block;
}

header .menu-item-design-default .sub-menu .sub-menu {
  position: absolute;
  left: 80%;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
  border-top: 0px;
}

#header .sub-menu .sub-menu a {
  font-weight: 500;
}

header .menu-item-design-default .sub-menu li:hover>.sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.header-button  .button.is-outline {
    position: relative;
    isolation: isolate;
    font-weight: 500;
	overflow: hidden;
	transition: 400ms all;
	border-radius: 99px;
    border: 1px solid var(--color-menu);
    color: var(--color-menu);
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 18px;
    line-height: 1.4;
    min-height: unset;
    background-color: transparent !important;
}

.header-button  .button.is-outline:hover {
	color: rgb(var(--color-text-title-opposite));
	border-color: rgb(var(--color-text-title));
}

.header-button  .button.is-outline:before {
	content: '';
    position: absolute;
    z-index: -1;
    background: rgb(var(--color-text-title));
    width: 110%;
    height: 100%;
    transition: 400ms all;
    transform: scaleX(0);
    transform-origin: center;
	pointer-events: none;	
	top: 0;
	left: 0;
}

.header-button  .button.is-outline:hover:before {
	transform: scaleX(1);
}

#gt_float_wrapper .gt_float_switcher {
    background: transparent;
    box-shadow: unset;	
	position: relative;
	overflow: visible;
}

#gt_float_wrapper .gt_float_switcher .gt_float_switcher-arrow {
	display: none;
}

#gt_float_wrapper .gt_float_switcher .gt-selected {
    background: transparent;	
}

#gt_float_wrapper .gt_float_switcher img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
    order: 5;
    margin: 0;	
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang  {
	display: flex;
    border-radius: 300px;
    font-size: 14px;
    gap: 7px;
    color: rgb(var(--color-text-title));
    background-color: rgb(var(--bg-opposite), 0.2);
    padding: 5px 5px 5px 10px;
    font-weight: 500;
    align-items: center;
    line-height: 1;	
}


#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	top: 0;
	font-weight: 500;
    font-family: var(--ff-body);
}

#gt_float_wrapper .gt_float_switcher .gt_options {
	position: absolute;
    left: 0;
    top: calc(100% + 5px);
    background: rgb(var(--bg-opposite));
    min-width: 150px;
    padding: 6px 0;	
	transition: 200ms all;
}

#gt_float_wrapper .gt_float_switcher .gt_options a {
	color: rgb(var(--color-text-title-opposite));
    font-size: 14px;
    padding: 5px 12px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    font-weight: 500;	
}

#gt_float_wrapper .gt_float_switcher .gt_options a:hover {
    background-color: rgb(var(--color-text-title-opposite), 0.1);
	transition: 200ms all;
}

#gt_float_wrapper .gt_float_switcher .gt_options a.gt-current {
    display: none;
}



/* Ux - Search ----- */
.searchform {
    --input-height: 40px;
}

.searchform .flex-row {
    background-color: rgb(var(--bg-opposite));
    border-radius: var(--radius-sm);
	padding: 6px;
	box-shadow: 0 4px 12px -2px rgb(0 0 0 / 0.1);
}

.searchform .flex-col .submit-button:not(.is-outline) {
    background-color: rgb(var(--color-primary-lighter));
    color: rgb(var(--color-text-title));
    border-radius: var(--radius-sm)!important;
}

.searchform .flex-col .submit-button:not(.is-outline):hover {
    color: rgb(var(--color-text-title));
}

.searchform .search-field {
    height: var(--input-height);
    color: rgb(var(--color-text-title-opposite));
}

.searchform .autocomplete-suggestions {
    background: rgb(var(--bg-opposite));
    color: rgb(var(--color-text-title-opposite));
    font-size: var(--size-small);
	margin-top: 10px;
}

.has-transparent .header-wrapper.stuck .header-bg-color {
	background-color: transparent;
}

.nav-icon .qodef-m-line {
    height: 3px;
    border-radius: 100px;
}

.nav-icon .qodef-m-lines {
    width: 32px;
    height: 28px;
}


/* Menu - Level */
.off-canvas-left .mfp-content {
	--color-menu: rgb(var(--color-text-title));
    --color-menu-hover: rgb(var(--color-text-title));	
    --color-border: rgb(var(--color-border-1), .2);
}

.mfp-content .nav.nav-sidebar .menu-item:hover {
	background-color: transparent!important;
}

.mfp-content .nav.nav-sidebar .menu-item > a {
    color: var(--on-background) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    transition: 300ms all !important;
    opacity: 1 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    letter-spacing: 0;
}

.mfp-content .children a {
  text-transform: capitalize;
}

.mfp-content .children li {
  padding-left: 0;
}

.mfp-content .toggle {
	color: var(--on-background); 
}

.mfp-content .nav-sidebar li+li {
	border-top: 0!important;
}

.mfp-content .header-logo-link  {
	padding-left: 0!important;
}

.mfp-content .header-logo-link img {
    width: 60%;
    margin: 30px auto 10px;
    height: 50px;
    display: block;
    object-fit: contain;
}

.mfp-content .nav-slide-header  {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 12px!important;	
}

.mfp-content .nav-slide-header  button.toggle {
	color: var(--on-background);
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    min-height: unset;	
} 

.off-canvas:not(.off-canvas-center) li.html {
    padding: 10px 20px 15px;
}

.off-canvas .header-button .button.is-outline {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}


/* Home - Hero banner */
.home-hero div h2 {
    font-family: var(--ff-display);
    font-weight: 700;
    font-size: var(--size-7);
    line-height: 1.3;
    margin-bottom: 1.1rem;	
}

.home-hero p {
	font-size: var(--size-2);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 34px;	
}

.home-hero .flickity-page-dots {
	bottom: 30px; 
}

.slider-nav-dots-dashes .flickity-page-dots .dot {
    border-radius: 0;
    height: 4px;
    margin: 0 2px;
    width: 20px;
    border: 0;
    background-color: rgb(var(--color-text-title));
}

.slider-nav-dots-dashes .flickity-page-dots .dot.is-selected {
	width: 40px;
    background-color: rgb(var(--color-text-title));
}



/* Ux - Pt Button ----- */
.pt-btn {
	color: var(--btn-color) !important;
	--btn-radius: 1000px;
}

.pt-btn:hover {
	color: var(--btn-color-hover) !important;
}

.pt-btn-size--md {
	--btn-padding: 0 18px;
    --btn-font-size: 14px;
}

.pt-btn-kind--text-only, 
.pt-btn-kind--underline {
    font-weight: 500;
}

.pt-btn-kind--default, 
.pt-btn-kind--text, 
.pt-btn-kind--filled, 
.pt-btn-kind--outline {
    position: relative;
    isolation: isolate;
    font-weight: 500;
	overflow: hidden;
	transition: 400ms all;
}

.pt-btn-kind--default:before, 
.pt-btn-kind--text:before, 
.pt-btn-kind--filled:before, 
.pt-btn-kind--outline:before {
	content: '';
    position: absolute;
    z-index: -1;
    background: var(--btn-bg-hover);
    width: 110%;
    height: 100%;
    transition: 400ms all;
    transform: scaleX(0);
    transform-origin: center;
	pointer-events: none;
}

.pt-btn-kind--default:hover:before, 
.pt-btn-kind--text:hover:before, 
.pt-btn-kind--filled:hover:before, 
.pt-btn-kind--outline:hover:before {
    transform: scaleX(1);
}

.pt-btn-kind--default:hover {
	background: transparent!important;
}

.pt-btn-kind--default.pt-btn-color--opposite {
    --btn-bg: rgb(var(--color-text-title));
    --btn-bg-hover: rgb(var(--color-primary));
    --btn-color: rgb(var(--color-primary));
    --btn-color-hover: rgb(var(--color-text-title));
}

.pt-btn-kind--outline.pt-btn-color--opposite {
    --btn-bg: transparent;
    --btn-bg-hover: rgb(var(--bg-opposite));
    --btn-color: rgb(var(--bg-opposite));
    --btn-color-hover: rgb(var(--color-text-title-opposite));
}


/* Ux - Banner thinks --- */
.banner-thinks div h2 {
	font-family: var(--ff-display);
    font-weight: 700;
    font-size: 3.5rem;
	line-height: 1.2;
}

/* Home - Description ----- */
.home-desc {
	overflow: hidden;
}

.home-title-simple p {
	font-size: var(--size-2);
}

.home-title-simple .pt-btn {
	margin-top: 12px;	
}

.home-title-simple .title-simple {
	margin-bottom: 18px;
}

.home-title-simple .stack .pt-btn__text {
	width: max-content;
}

.home-title-simple .el-text {
	color: currentColor;
    font-family: var(--ff-display);
    font-weight: 600;
    font-size: var(--size-5);
    line-height: 1.2;	
	text-decoration: underline 2px;
    text-underline-offset: 10px;
    text-decoration-color: transparent;
    transition: 320ms all;
}

.home-title-simple .is-big > .el-text {
    font-size: var(--size-7);
}

.home-title-simple a.el-text:hover {
	color: currentcolor;
	text-decoration-color: currentcolor;
}

.home-desc .col-inner {
	padding: 120px 0;
}

.home-desc  .el-thumb {
	position: absolute;
    width: 60% !important;
    z-index: -5;
    min-height: 100%;
	left: 0;
    top: 0;
}

.home-desc .el-thumb--right {
	left: 40%;
}

.home-desc  .el-thumb .img-inner  {
	position: static;
}

.home-desc  .el-thumb img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    object-fit: cover;	
}

.home-desc .el-decor-img img {
	object-fit: contain;
	opacity: 0.02;
}

.home-desc .el-decor-linear  {
    height: 100%;
    background: linear-gradient(316deg, rgb(20, 20, 255, 25%), transparent 50%);	
}


/* Home-  Why ----- */
.home-why h6 {
    font-family: var(--ff-display);
    text-transform: unset;
    letter-spacing: 0;
    opacity: 1;
    font-size: calc(var(--size-5) - 2px);
    margin-bottom: 10px;
    font-weight: 600;	
}

.home-why .el-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 24px;
	
}

.home-why .icon-box {
    border-left: 1px solid rgb(var(--color-border-1), 0.2);
    padding-left: 24px;
}

.home-why .section-bg-overlay {
    background: linear-gradient(180deg, rgb(var(--bg)), transparent 130%);
}


/* UX  - Slider infinity */
#wrapper .slider-infinity .slider-item,
#wrapper .slider-infinity .post-item {
  opacity: 1;
  max-width: var(--item-w)!important;
  padding: var(--item-p);
	min-height: 100%;
} 


/* Home - Partners ----- */
.home-partners {
	overflow: hidden;
}

.home-partners .gallery-col .box-text,
.home-partners .gallery-col .overlay {
	display: none;
}

.home-partners img {
	object-fit: contain;	
}


.home-partners .flickity-prev-next-button {
	display: none;
}


/* Home - Locations ----- */
.home-location {
  --item-w: calc(100% / 3);
  --item-p: 0;	
}

.home-location h5 {
    font-weight: 600;
    font-size: var(--size-4);
    margin-bottom: 8px;
    line-height: 1.2;	
	transition: 320ms all;
	transform: translateY(80%);
}

.home-location .box:hover h5 {
	transform: translateY(0%);
}

.home-location h6 {
	border: 1px solid rgb(var(--color-border-1), 0.4);
    opacity: 1;
    border-left: 0;
    border-right: 0;
    line-height: 1.2;
    padding: 10px 0;
    font-size: 1rem;
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 400;
    transition: 320ms all;
    display: flex;
    align-items: center;
    gap: 10px;	
	opacity: 0;
	transform: translatey(100%);
}

.home-location .box:hover h6 {
	opacity: 1;
	transform: translatey(0%);
}

.home-location h6:after {
	content: '\e941';
    font-family: var(--ff-material-outline);
    font-size: 1.5em;
    font-weight: 200;
    opacity: var(--opacity-text-sub);
}

.home-location .box .box-text {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;	
	text-shadow: none;
	transition: 320ms all;
	pointer-events: none;
}

.home-location .overlay {
    background: linear-gradient(0deg, black, transparent 130%);	
}

.home-location .box:hover .overlay {
	opacity: 0;
}

.home-location .box:hover .box-text {
	background: rgba(0, 0, 0, 0.4);
}


/* Home - News ----- */
.blogs-infinity-right {
	--item-w: calc(100% / 3);
}

.blogs-infinity-right .col.post-item {
	opacity: 1;
	max-width: var(--item-w);
}

.blogs-infinity-right .flickity-viewport {
	overflow: visible;
}

.blogs-infinity-right .flickity-prev-next-button {
	display: none;
}

.box-blog-post .post-title a {
    font-weight: 600;
    font-size: var(--size-3);
	text-decoration: underline 2px;
    text-underline-offset: 5px;
    text-decoration-color: transparent;
    transition: 200ms all;
	color: currentcolor;
}

.box-blog-post .post-title a:hover {
	text-decoration-color: currentcolor;
}

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

.box-blog-post .from_the_blog_excerpt {
    font-size: 1rem;
    color: rgb(var(--color-text-sub));
}

.box-blog-post .post-meta {
    opacity: 1;
    font-size: var(--size-small);
    position: absolute;
    top: 0;
    color: rgb(var(--color-text-title), 0.8);
}

.box-blog-post {
    padding-top: 30px;	
}

.box-blog-post .box-text {
	position: static;
	padding: 10px 0;
}

.box-blog-post .image-cover{
	padding-top: var(--blog-img-ratio) !important;
}

.box-blog-post .post-title {
    margin-bottom: 12px;
}


/* Home - Video on view ----- */
.video-on-view {
    position: relative;
    isolation: isolate;
	padding-top: 56.5%;
}

.video-on-view video {
	max-width: 100%;
	cursor: pointer;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-on-view .el-video-thumnb {
	position: absolute;
    z-index: -10;
    width: 99%;
    height: 99%;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-on-view img {
	width: 100%;
    height: 100%;
    object-fit: cover;	
	position: absolute;
	z-index: -10;
}

.video-on-view .el-play {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: -5;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 20px 0 20px 4px;
    fill: rgb(var(--color-primary));
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.video-on-view {
	
}

.video-on-view {
	
}

/* Home - Contact ------ */
.home-contact {
	overflow: hidden;
}

.home-contact .el-decor-img-2 img {
	object-fit: contain;
	opacity: 0.07;
}

.home-contact .el-decor-img img {
	object-fit: contain;
	opacity: 0.02;
}

.home-contact .el-decor-linear  {
    height: 100%;
    background: linear-gradient(316deg, rgb(20, 20, 255, 25%), transparent 50%);	
}

div.form__underline :where(.wpcf7-text, .wpcf7-textarea) {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgb(var(--color-border-1));
    padding: 0 12px 30px;
    color: rgb(var(--color-text-title));	
	height: unset;
	margin-bottom: 20px;
}

div.form__underline :where(.wpcf7-text, .wpcf7-textarea)::placeholder {
    color: rgb(var(--color-text-title),0.6);	
}

div.form__underline :where(.wpcf7-text, .wpcf7-textarea):hover,
div.form__underline :where(.wpcf7-text, .wpcf7-textarea):focus {
    background-color: transparent;
    box-shadow: none;
    color: rgb(var(--color-text-title));	
}

.form__underline .wpcf7-textarea {
	height: 130px;
}

div.form__underline .wpcf7-submit {
	border-radius: 100px;
    min-height: unset;
    line-height: 1.2;
    font-size: 14px;
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 500;
    background-color: rgb(var(--bg-opposite));
    color: rgb(var(--color-text-title-opposite));
    padding: 12px 30px;
    border: 1px solid rgb(var(--bg-opposite));
    transition: 320ms all;
	margin-top: 20px;
}

div.form__underline .wpcf7-submit:hover {
    background-color: transparent;
    color: rgb(var(--bg-opposite));
}


/* Home - Portfolio ---- */
.portfolio-box {
	border-bottom: 1px solid rgb(var(--color-border-1), 0.15);
}

.portfolio-box .box-text {
	padding: 22px 0 20px;
}

.portfolio-box .image-cover {
	padding-top: var(--portfolio-img-ratio) !important;
}

.portfolio-box-address {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--size-small);
    font-style: normal;
    opacity: var(--opacity-text-sub);
    font-weight: 500;
    margin-bottom: 14px;
	line-height: 1.3;
}

.portfolio-box-title {
	font-size: var(--size-4);
    letter-spacing: 0;
    text-transform: unset;
    opacity: 1;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;	
}


.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg {
    fill: rgb(var(--color-text-title));
}

.slider-nav-light .flickity-prev-next-button:hover .arrow, 
.slider-nav-light .flickity-prev-next-button:hover svg {
    fill: rgb(var(--color-text-title));
}


/* Archive - Portfoilio ---- */
.portfolio-archive {
	padding-top: 1rem;
}

.portfolio-archive .entry-title {
    font-family: var(--ff-display);
    text-transform: unset;
    letter-spacing: 0;
    font-size: var(--size-6);
    font-weight: 600;
    line-height: 1.3;	
}

.portfolio-archive .portfolio-element-wrapper .col {
	padding-bottom: 30px;	
}


/* Single - Portfolio ------- */
.portfolio-summary {
	padding-top: 20px;
}

.portfolio-summary .entry-title {
    font-family: var(--ff-display);
    font-size: var(--size-6);
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 18px;	
}

.portfolio-summary .featured_item_cats {
    font-size: 1rem;
    color: rgb(var(--color-text-title));
    margin-bottom: 14px;
    line-height: 1.3;	
}

.portfolio-summary .featured_item_cats a {
    color: inherit;	
    text-decoration: underline 1px;
    text-underline-offset: 3px;
    transition: 220ms all;
    text-decoration-color: transparent;
}

.portfolio-summary .featured_item_cats a:hover {
    color: inherit;
	text-decoration-color: inherit;
}


/* Ux - Slider thumb bottom */
.swiper {
	--swiper-navigation-size: 30px;
	--swiper-theme-color: rgb(var(--color-text-title));
}

.swipper-full_thumb-bottom .el-swipper-thumb {
	margin-top: 16px;
}

.swipper-full_thumb-bottom .el-swiper-main img {
	width: 100%;
	height: auto;
}

.swipper-full_thumb-bottom .el-thumb-item {
	padding-top: 56.5%;
	overflow: hidden;
	position: relative;
}

.swipper-full_thumb-bottom .el-thumb-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* Archive - Post -------- */
.archive-page-header {
	padding-top: 10px;
}

.archive-page-header .page-title {
	font-family: var(--ff-display);
    letter-spacing: 0;
    text-transform: unset;
    font-weight: 600;
    font-size: var(--size-6);
    text-align: left;
	line-height: 1.3;
}


/* Single - Post ------- */
.single-blog_release h3 {
	font-family: var(--ff-display);
    font-size: var(--size-5);
    font-weight: 600;
    margin-bottom: 22px;
}

.entry-header .entry-title {
    font-size: var(--size-6);
    font-weight: 600;
    color: rgb(var(--color-text-title));
    line-height: 1.3;
    margin-bottom: 14px;
    font-family: var(--ff-display);
}

.entry-header .entry-category {
    font-size: 1rem;
}

.entry-header .entry-category a:hover, 
.entry-header .entry-meta a:hover {
    text-decoration: underline 1px;
    color: rgb(var(--color-text-title));
    opacity: 1;
	transition: 220ms all;
}




/* Footer ------ */
footer .absolute-footer {
	display: none;
}

.footer-info {
	font-size: 14px;	
}

.footer-info p {
	margin-bottom: 14px;
}

.footer-info .el-logo {
    width: 45%;
    margin-bottom: 22px;	
}

.footer-info .ux-menu {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.footer-info .ux-menu-link:not(:last-child) {
	border-right: 1px solid rgb(var(--color-text-title));
    padding-right: 12px;	
}

.footer-info .ux-menu-link__link {
    min-height: unset;
	line-height: 1.3;
    padding: 0px;
	color: rgb(var(--color-text-title));
}

.footer-info .ux-menu-link__link:hover,
.footer-info .ux-menu-link:hover .ux-menu-link__link{
	color: rgb(var(--color-text-title));
}

.footer-info h6 {
    font-size: 16px;
    opacity: 1;
    letter-spacing: 0;
    text-transform: unset;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400;	
}

.dark .social-icons, 
.nav-dark .social-icons {
    color: rgb(var(--color-text-title));
}

.dark .social-icons a:hover, 
.nav-dark .social-icons a:hover {
    color: rgb(var(--color-text-title));
	transform: translateY(-3px);
	transition: 200ms all;
}

.social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.social-icons a.icon {
    font-size: 22px;
	margin: 0;
}

.form-oneline p {
    display: flex;
    align-items: center;
    gap: 30px;	
}

.form-oneline .wpcf7-text {
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgb(var(--color-border-1));
    height: 46px;
    font-size: 16px;
    color: rgb(var(--color-text-title));	
}

.form-oneline .wpcf7-text:hover,
.form-oneline .wpcf7-text:focus {
    background-color: transparent;
    box-shadow: none;
	color: rgb(var(--color-text-title));
}

.form-oneline .wpcf7-text::placeholder {
    font-size: 14px;
    color: rgb(var(--color-text-title), 0.7);	
}

.form-oneline .wpcf7-form-control-wrap {
	flex: 1;
}

.form-oneline .wpcf7-submit {
    margin: 0;
    background-color: rgb(var(--bg-opposite));
    color: rgb(var(--color-text-title-opposite))!important;
    border-radius: 200px;
    text-transform: unset;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    transition: 320ms all;
    box-shadow: unset;
    border: 1px solid rgb(var(--bg-opposite));	
	min-height: unset;
    line-height: 1.3;
}

.form-oneline .wpcf7-submit:hover {
    background-color: transparent;
    color: rgb(var(--bg-opposite))!important;
}













/* Responsive ---------------- */
@media only screen and (min-width: 1025px) and (max-width: 1600px) {}

@media only screen and (max-width: 1024px) {
	.header-nav-main > .menu-item:nth-child(n+ 5) {
		display: none;
	}
}

@media only screen and (max-width: 849px) {
	:root {
		font-size: 14px;
		--size-ratio: 1.155;
	}
	
	.home-hero .col-inner {
		text-align: center;
	}
	
	body .transparent .header-main,
	body .header-main{
		height: 60px;
	}
	body .transparent #logo img,
	body #logo img {
		max-height: 60px;
	}
	body #logo {
		width: 170px;
	}
	
	.banner-thinks div h2 {
		font-size: 2.5rem;
	}
	
	.footer-info .col-info .col-inner {
		text-align: center;
	}
	.footer-info .social-icons {
		justify-content: center;
	}
	.footer-info .ux-menu {
		justify-content: center;
	}
	.footer-info .el-logo {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home-desc .el-thumb,
	.home-desc .el-thumb--right {
		position: relative;
		z-index: unset;
		width: 100% !important;
		left: 0;
	}
	.home-desc .el-thumb img {
		position: relative;
		min-height: unset;
	}
	.home-desc .home-title-simple .title-simple {
		margin-bottom: 60px;
	}
	.home-desc .col-inner {
		padding: 0 0 20px;
		margin-top: -76px;
	}
	
	.home-why .el-items {
		grid-template-columns: repeat(2, 1fr); 
	}
	.home-why  .icon-box-img {
		margin: 0 auto 14px;
	}
	.home-why .icon-box {
		border-left: 0;
		padding-left: 0;
		text-align: center;
	}
	.home-why .title-simple {
		text-align: center;
	}
	.home-why h6 {
		font-size: var(--size-6); 
	}
	
	.home-location {
	  --item-w: 100%;
	}
	.home-location h6 {
		opacity: 1;
		transform: translatey(0%);
	}
	.home-location h5 {
		transform: translateY(0%);
	}
	
	.blogs-infinity-right {
		--item-w: calc(100% / 1.4);
	}
	
	.home-title-simple .stack.md\:items-center {
		text-align: center;
	}
	
	div.form__underline :where(.wpcf7-text, .wpcf7-textarea) {
		padding: 0 12px 20px;
	}
	
	.portfolio-box-title {
		font-size: var(--size-2);
		-webkit-line-clamp: 3;
	}
	.portfolio-box-address {
		font-size: var(--size-small-a); 
		margin-bottom: 8px;
	}
	.portfolio-box .box-text {
		padding: 16px 0 16px;
	}
	
	
}

@media only screen and (max-width: 549px) {}








