@font-face {
	font-family:Inter;font-weight:100;font-style:normal;src:url(../fonts/Inter/Inter-Thin.ttf) format("truetype");
}

@font-face {
	font-family:Inter;font-weight:200;font-style:normal;src:url(../fonts/Inter/Inter-ExtraLight.ttf) format("truetype");
}

@font-face {
	font-family:Inter;font-weight:300;font-style:normal;src:url(../fonts/Inter/Inter-Light.ttf) format("truetype");
}

@font-face {
	font-family:Inter;font-weight:400;font-style:normal;src:url(../fonts/Inter/Inter-Regular.ttf) format("truetype");
}

@font-face {
	font-family:Inter;font-weight:500;font-style:normal;src:url(../fonts/Inter/Inter-Medium.ttf) format("truetype");
}

@font-face {
	font-family:Inter;font-weight:600;font-style:normal;src:url(../fonts/Inter/Inter-SemiBold.ttf) format("truetype");
}

@font-face {
	font-family:Inter;font-weight:700;font-style:normal;src:url(../fonts/Inter/Inter-Bold.ttf) format("truetype");
}

@font-face {
	font-family:Inter;font-weight:800;font-style:normal;src:url(../fonts/Inter/Inter-ExtraBold.ttf) format("truetype");
}

@font-face {
	font-family:Inter;font-weight:900;font-style:normal;src:url(../fonts/Inter/Inter-Black.ttf) format("truetype");
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #E86124;
    --bs-secondary: #EBAB28;
    --bs-success: #00c851;
    --bs-info: #33b5e5;
    --bs-warning: #ffbb33;
    --bs-danger: #ff4444;
    --bs-light: #f4f4f4;
    --bs-dark: #232330;
    --bs-dark-primary: #c44b15;
    --bs-gray: #bfbdc1;
    --bs-lighter: #f3f4f8;
    --bs-phone: #0d47a1;
    --bs-desc: #667085;
    --bs-facebook: #4267b2;
    --bs-youtube: #f00;
    --bs-twitter: #1DA1F2;
    --bs-pinterest: #e11151;
    --bs-envelope: #9e6f0f;
    --bs-linkedin: #0077b5;
    --bs-instagram: #780cdf;
    --bs-facebook-messenger: #1d82ff;
    --bs-tiktok: #000000;
    --bs-whatsapp: #25d366;
    --bs-spotify: #1ed760;
    --bs-font-sans-serif: Inter, system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-primary-rgb: 232, 97, 36;
    --color-text: #59595C;
    --color-title: #272727;
}
::selection {
    background: var(--bs-primary);
    color: #fff;
}

body,html {
  	width: 100%;
  	height: 100%;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: initial;
}

body {
    font-family: Inter,sans-serif !important;
    font-size: .875rem;
    line-height: 1.65;
    overflow-y: auto;
}

a, a:hover {
    text-decoration: none;
    color: currentColor;
    transition: ease-in-out .2s;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: var(--color-title);
}
button{
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
}
.btn {
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 2rem;
}
.btn-primary {
    --bs-btn-color: #FFF;
    --bs-btn-bg: #E86124;
    --bs-btn-border-color: #E86124;
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: #c8531f;
    --bs-btn-hover-border-color: #c8531f;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #FFF;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #c8531f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FFF;
    --bs-btn-disabled-bg: #E86124;
    --bs-btn-disabled-border-color: #E86124;
}
.bg-light-primary {
    background-color: #F99A0011;
}

header .navbar {
    background-color: #FFF;
    box-shadow: 0 1px 3px #0001;
    padding-top: .75rem;
    padding-bottom: .75rem;
}
header .navbar .navbar-nav .nav-link {
    color: var(--color-title);
    font-weight: 600;
    padding: .75rem 1.25rem;
}

.card, .card-header, .card-footer {
    border-radius: 0;
    border-color: #eee;
}

h6 {
    text-transform: uppercase;
    position: relative;
}
h6:before {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 2px;
    background-color: currentColor;
    vertical-align: super;
    margin-right: 1rem;
}

.navProduct {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0.5px solid #eee;
    margin: 2rem 0;
}
.navProduct .item {
    flex: 1;
    padding: 0.5rem 1rem ;
    border: 0.5px solid #eee;
    background-color: #FFF;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1rem;
    line-height: 1;
    position: relative;
}
.navProduct .item:not(:last-child)::after{
  content: '';
  position: absolute;
  width: 0.5px;
  height: calc(100% - 20px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  background: #6a6a6a;
}
.navProduct .item small {
    font-size: 0.75em;
}
.navProduct .item .icon {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    background-color: #F99A0011;
    color: var(--bs-primary);
    justify-content: center;
    align-items: center;
}
.navProduct .item .icon i {
    font-size: 1.75rem;
    background: linear-gradient(84.79deg, #EE7824 0%, #FEBA14 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    /* filter: drop-shadow(0 1px 3px #0001); */
}
.navProduct .item h5 {
    font-weight: 700;
}






/* PRODUCT */
.product-single {
    position: relative;
    z-index: 1;
}
.product-single:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    transform: translateY(-40px);
    background: url('../images/p-decor-text-edit.png') no-repeat center right /contain;
}

.product-single h2 {
    font-size: clamp(2rem, 2.5vw,3rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.product-single h6 {
    color: var(--bs-primary);
    margin-bottom: 1rem;
    font-size: 0.75rem;
}
.product-single .p-images {
    position: relative;
    z-index: 1;
}
.product-single .p-images .pFeatureImg {
    width: 100%;
    height: calc(100% - 48px);
    object-fit: cover;
    position: absolute;
    top: 24px;
    left: 0;
}
.product-single .p-images:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: -1px;
    background: url("../images/p-decor-img-edit.svg") no-repeat bottom right /cover;
}
.product-single .p-images:before {
    content: "";
    position: absolute;
    background-color: var(--bs-primary);
    height: 1.5rem;
    width: 12rem;
    top: 0;
    right: 4rem;
    transform: skewX(-15deg);
}
.product-single .p-content {
    max-width: calc(1320px / 12 * 6);
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.p-featureList {
    column-count: 2;
    gap: 3rem;
    list-style-type: none;
    font-size: 0.875rem;
    font-weight: 500;
}
.p-featureList li {
    margin-bottom: 0.75rem;
}
.p-featureList a {
    position: relative;
    transition: ease-in-out .2s;
}
.p-featureList a:before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url('../images/check.svg') center /24px;
    left: -2rem;
    top: -1px;
}
.p-featureList a.active {
    color: var(--bs-primary);
}
.p-featureList a.active:before {
    background-image: url('../images/checked.svg');
}

.section-header {
    margin-bottom: 3rem;
}
.section-header .title {
    font-size: clamp(2rem, 2.5vw,3rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.partners-area {
    height: 100%;
    display: flex;
    align-items: center;
    background: url('../images/p-decor-text.png') no-repeat left center /cover;
}
.partners a {
    display: block;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 0.357rem;
}
.partners img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.page-header {
    /* min-height: 80vh; */
    padding: 6rem 0 2rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.page-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../images/p-decor-text.png) no-repeat center right /contain , url(../images/p-decor-text.png) no-repeat center left /contain;
    background: #0f575e url('../images/bg-product.jpg') no-repeat bottom center /cover; */
		background-image: url(../images/skin/theme/bg-slider.png);
    background-size: cover;
    background-repeat: no-repeat;
		background-position: center bottom;
    pointer-events: none;
}
.page-header .container {
    position: relative;
    z-index: 2;
}
.page-header .content .big-title {
    font-size: clamp(4rem,5vw,6rem);
    font-weight: 900;
    margin-bottom: 1rem;
    color: #FFF;
    text-shadow: 0 2px 5px rgba(0,0,0,.5);
}
.page-header .content.text-white *{
  color: #fff !important;
}
.page-header .content p{margin-bottom: 0px;}

.page-header.with-cover {
    padding: 8rem 0 4rem;
    min-height: 45vh;
}
.page-header.with-cover:before {
    background: rgba(5,32,45,.8);
    z-index: 1;
}
.page-header.with-cover .cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-header.with-cover h6 {
    color: var(--bs-primary);
}
.page-header.with-cover h6 a {
    margin-right: 1rem;
    color: var(--color-title);
}
.page-header.with-cover .page-title {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    font-weight: 800;
    max-width: 800px;
    line-height: 1.2;
    margin: 1.5rem 0;
}

.module-item {
    padding: 1.25rem 1.25rem 1.25rem 3rem;
    display: flex;
    align-items: center;
    position: relative;
    color: #FFF;
    margin-bottom: 1.5rem;
}
.module-item::before {
    display: block;
    content: "";
    position: absolute;
    left: 3rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: currentColor;
    opacity: .05;
    pointer-events: none;
}
.module-item .icon {
    position: relative;
    z-index: 1;
    margin-left: -3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 5rem;
    flex-shrink: 0;
}
.module-item .icon:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    box-shadow: 0 2px 12px rgba(0,0,0,.2);
    transform: skewX(-8deg);
    transition: ease-in-out .2s;
}
.module-item .icon i {
    font-size: 2rem;
    color: var(--color-title);
}
.module-item .content {
    padding-left: 1rem;
}
.module-item .content .title {
    font-weight: 700;
    color: #FFF;
    transition: ease-in-out .2s;

}
.module-item:hover {
    color: #FFF;
}
.module-item:hover .icon:after {
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.module-item:hover .icon i {
    color: var(--bs-primary);
    font-weight: bold;
}
.module-item:hover .content .title {
    color: var(--color-title);
}


/* Pricing table */
.apppack-item h3 {
    display: flex;
    align-items: center;
    height: 2.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-primary);
    border-top: 1px solid rgba(0,0,0,0.03);
    margin: 0px;
    background: rgba(248, 248, 248, 0.3);
}
.apppack-item .apppack-content{
    border-top: 1px solid rgba(0,0,0,0.03);
    position: relative;
    padding: 0.5rem 0.75rem 0.5rem 3rem;
    line-height: 1.25;
    height: 35px;
}
.apppack-item .apppack-content .icon {
    position: absolute;
    left: 0.75rem;
    margin-top: -0.15rem;
}
.apppack-item .apppack-content .icon img{
	  width: 22px;
    height: 22px;
}
.apppack-item .apppack-content .name{
	font-size: 13px;
	font-weight: 600;
  color: var(--color-title);
}
.apppack-item .apppack-content .info{
	font-size: 11px;
  color: #999;
}
.apppack-item .apppack-content .subopt{
	text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.75rem;
  /* border-right: 1px solid rgba(0,0,0,0.03); */
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apppack-item .apppack-content .actual{
	position: absolute;
	top: 10px;
	width: 90px;
	bottom: 0px;
	right: 0px;
	text-align: left;
	left: 110%;
	transition: all ease-in-out 0.2s;
}
.apppack-item .apppack-content .actual em {
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
}
.apppack-item .apppack-content .actual span {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
}
.apppack-item .apppack-content .check {
  color: #20c94c;
  transition: all ease-in-out 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #20c94c22;
  font-size: 0.65rem;
  font-weight: bold;
}
.apppack-item .apppack-content .check.-on:before {
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
}
.apppack-item .apppack-content .subopt.-ac:hover {
	background-color: #267cde;
}
.apppack-item .apppack-content .subopt.-ac:hover .actual {
	left: 40%;
}
.apppack-item .apppack-content .subopt.-ac:hover .check {
	width: 40%;
	font-size: 16px;
	color: #fff;
}

.block-package-modules-list .package-modules--pricing-options {
    display: flex;
    align-items: flex-start;
}
.block-package-modules-list .pricing-option {
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%);
    flex-grow: 1;
}
.block-package-modules-list .pricing-option.special {
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%), 0 8px 32px #0001;
    padding: 1rem 0;
    margin-top: -1rem;
}

.block-package-modules-list .block-heading--2 {
    height: 6rem;
    padding: 0.75rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.block-package-modules-list .package-modules--product-catalog .block-heading--2 {
    padding-left: 0.75rem;
}
.block-package-modules-list .pricing-option .block-heading--2 {
    text-align: center;
    justify-content: center;
}
.block-package-modules-list .pricing-option .block-heading--2 .subopt {
    color: var(--bs-primary);
    line-height: 1.3;
}
.block-package-modules-list .pricing-option .price {
    margin-top: 0.5rem;
}
.block-package-modules-list .pricing-option .price small{
    font-size: 0.5em;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
}
.block-package-modules-list .pricing-option .apppack-item h3 {
    border-top: 1px solid rgba(0,0,0,0.03);
    border-bottom: none;
    background: rgba(248, 248, 248, 0.3);
}
.block-package-modules-list .pricing-option .apppack-item .apppack-content {
    padding: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
}
/* .block-package-modules-list .pricing-option .ending-total {
    height: 48px;
}
.block-package-modules-list .pricing-option .ending-total.-bd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-package-modules-list .pricing-option .ending-total.-cost {
    background-color: #267cde;
    color: #fff;
}
.block-package-modules-list .pricing-option .ending-total.-cost .-basic {
    background: rgba(0, 0, 0, 0.1);
}
.block-package-modules-list .pricing-option.-small .ending-total.-cost {
    background-color: #777;
}
.block-package-modules-list .pricing-option .ending-total.-flat {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 48px;
    background: rgba(243, 243, 243, 0.3);
    color: #aaa;
    font-weight: normal;
} */
.block-package-modules-list .block-ending {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    white-space: nowrap;
}
.block-package-modules-list .ending-total {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    /* border-top: 1px solid rgba(0, 0, 0, 0.03); */
}
.block-package-modules-list .package-modules--product-catalog .ending-total {
    justify-content: flex-start;
    color: var(--color-title);
}
.block-package-modules-list .ending-total .subopt {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
.block-package-modules-list .ending-total a {
    display: block;
    width: 100%;
}
/* .block-package-modules-list .ending-total.-flat .subopt {
    text-decoration: line-through;
}
.block-package-modules-list .pricing-option .ending-total.full-width .subopt {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    font-weight: normal;
} */
.block-package-modules-list .pricing-option .ending-total .-saved {
    color: #0fa06e;
}

.block-package-modules-list-wrapper {
    overflow: auto;
    padding: 1.5rem 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.block-package-modules-list-wrapper .block-package-modules-list {
    min-width: 600px;
}




.row.match-height .card {
    height: 100%;
}

/* Module  */
.module-single {
    position: relative;
    z-index: 1;
}
.module-single:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: url('../images/p-decor-text-edit.png') no-repeat center right /contain;
}
.module-single:not(:last-child){
  margin-bottom: 4rem;
}

.module-single h2 {
    font-size: clamp(1.75rem, 2vw,2.5rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.module-single h6 {
    color: var(--bs-primary);
    margin-bottom: 1rem;
    font-size: 0.75rem;
}
.module-single .module-image {
    position: relative;
    z-index: 1;
    /* transform: skewX(-8deg); */
    overflow: hidden;
}
.module-single .module-image img {
    width: 100%;
    /* height: calc(100% - 24px); */
    object-fit: contain;
    position: absolute;
    top: 12px;
    left: 0;
    /* transform: skewX(8deg); */
    border-radius: 0.375rem;
}
.module-single .module-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: -1px;
    /* background: url("../images/p-decor-img.svg") no-repeat right bottom /400px; */
    transform: skewX(8deg);
}
.module-single .module-image:before {
    content: "";
    position: absolute;
    background-color: var(--bs-primary);
    height: 1.5rem;
    width: 12rem;
    top: 0;
    right: 4rem;
    transform: skewX(-8deg);
}
.module-single .module-content {
    max-width: calc(1320px / 12 * 6);
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.checkList {
    list-style-type: none;
    font-size: 0.875rem;
    font-weight: 500;
}
.checkList li {
    margin-bottom: 0.75rem;
    position: relative;
}
.checkList li:before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url('../images/checked.svg') center /24px;
    left: -2rem;
}


.about-img {
    position: relative;
    height: 100%;
}
.about-img img {
    position: absolute;
    top: 0;
    left: 40px;
    height: 100%;
    width: calc(100% - 40px);
    object-fit: cover;
}
.about-img .about-img-text {
    background-color: var(--bs-primary);
    color: #FFF;
    font-weight: 700;
    text-align: center;
    padding: 1.5rem 5rem;
    margin: 0;
    width: 480px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%) rotate(-90deg);
}
.about-content h6 {
    color: var(--bs-primary);
}
.about-content ul {
    padding: 0;
    list-style-type: none;
}
.about-content ul li {
    margin-bottom: 0.75rem;
    font-weight: 500;
}
.about-content label {
    font-size: 0.85rem;
    color: #999;
}

.card.style-2 .icon {
    height: 6rem;
    width: 6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    font-size: 3rem;
    transform: skewX(-8deg);
}
.card.style-2 .icon > * {
    transform: skewX(10deg);
}
.card.style-2 .card-text {
    font-size: 0.9em;
    font-weight: 500;
}




/* NEWS */
.news-item {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 2rem;
}
.news-item .news-img {
    width: 50%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.news-item .news-img img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
    transition: ease-in-out .3s;
}
.news-item .news-img:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}
.news-item .news-img .date {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-text);
    text-transform: uppercase;
    text-align: right;
    padding: 0.75rem 1rem;
    line-height: 1;
}
.news-item .news-img .date small {
    font-weight: 600;
    font-size: 0.6em;
    display: block;
}
.news-item .news-img .date:before {
    content: "";
    background: #f4f4f4dd;
    width: 9em;
    height: 4.5em;
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 0;
    transform: skewY(30deg);
    transform-origin: 100% 0;
}
.news-item .news-content {
    padding: 2rem 0;
}
.news-item .news-content .news-tag {
    color: var(--bs-primary);
    display: flex;
    gap: 0.75rem;
    align-items: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.news-item .news-content .news-tag a:hover {
    color: var(--color-text);
}
.news-item .news-content .news-title {
		font-weight: bold;
		margin-bottom: 0.75rem;
		font-size: 1.25rem;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 26px;
		-webkit-line-clamp: 2;
		height: 50px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
}
.news-item .news-content .news-title:hover {
    color: var(--bs-primary);
}
.news-item .news-content .news-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
}
.news-item .news-content .readmore {
    color: var(--bs-primary);
    font-size: 0.8rem;
    font-weight: 600;
    align-items: center;
    display: inline-flex;
    text-transform: uppercase;
    gap: 0.5rem;
}
.news-item .news-content .readmore:hover {
    color: var(--color-title);
}

/* Pagination */
.page-link {
    padding: 0.75rem 1.25rem;
    border-radius: 0 !important;
    color: var(--bs-primary);
    font-size: 0.85rem;
    font-weight: 500;
}
.page-link:hover {
    color: var(--bs-primary);
}
.active>.page-link, .page-link.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


/* aside */
.aside {
    position: sticky;
    top: 7rem;
}
.box {
    margin-bottom: 2rem;
}
.box-header {
    margin-bottom: 1.5rem;
}
.box-header:after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2px;
    background-color: var(--bs-primary);
    margin-top: 0.75rem;
}
.box-header .box-title {
    font-weight: 700;
}
.aside-news-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
}
.aside-news-item .img {
    flex-shrink: 0;
    width: 8rem;
    height: 5rem;
    object-fit: cover;
}
.aside-news-item .content .title {
    font-size: 0.875rem;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		height: 55px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
    line-height: 1.3;
    color: var(--color-title);
    font-weight: bold;
    margin-bottom: 0.5rem;
    transition: ease-in-out .2s;
}
.aside-news-item:hover .content .title {
    color: var(--bs-primary);
}
.aside-news-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

/* ricktext */
.ricktext p {
    line-height: 1.8;
    margin-bottom: 1.25rem;
}
blockquote {
    display: block;
    margin: 0;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    padding: 1.5em 0 1.5em 1em;
}
blockquote:before {
    content: "\f10e";
    font-family: 'Font Awesome 6 Pro';
    font-size: 6em;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: -0.15em;
    left: 0;
    opacity: .1;
    color: currentColor;
}
blockquote p:last-child {
    margin-bottom: 0;
}


.postPrevNextNav .btPrevNextNav {
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-top: 3em;
    padding-top: 3em;
    margin-bottom: 4em;
}
.btPrevNextNav .btPrevNext {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: currentColor !important;
    min-height: 1px;
    margin: 0;
    flex: 1;
}
.btPrevNextNav .btPrevNext.btNext {
    flex-direction: row-reverse;
    text-align: right;
}
.btPrevNextNav .btPrevNext .btPrevNextImage {
    flex: 0 0 4.375em;
    height: 4.375em;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 500ms ease;
}
.btPrevNextNav .btPrevNext .btPrevNextImage:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 2em;
    font-weight: 300;
    line-height: 2.1875;
    text-align: center;
    flex: 1 0 100%;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.5);
    transition: 500ms ease all;
}
.btPrevNextNav .btPrevNext.btPrev .btPrevNextImage:before {
    content: "\f060";
}
.btPrevNextNav .btPrevNext.btNext .btPrevNextImage:before {
    content: "\f061";
}
.btPrevNextNav .btPrevNext:hover .btPrevNextImage:before {
    opacity: 1;
    transform: scale(1);
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-size: .75em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.25rem;
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    color: var(--color-title);
    font-weight: 700;
    font-size: 1rem;
    transition: color 300ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    max-height: 2.8em;
}

/*------------------------------------ Box Header */
.header {
	z-index: 678;
	width: 100%;
	top: 0;
	position: fixed;
}
.header::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	backdrop-filter: blur(7.5px);
	z-index: -1;
	pointer-events: none;
}
.header-anchor {
	height: 0;
}
.header a {
	text-decoration: none!important;
}
.header.stick {
	position: fixed;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.header.stick::before {
	-webkit-backdrop-filter: brightness(120%)blur(7px);
  backdrop-filter: brightness(120%)blur(7px);
  background-color: rgba(5,32,45,.8);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.box-header-top .block-header-top--start{
	flex: 0 0 auto;
  width: 100px;
}
.header .box-header-top .block-header-top--start .logo-full.-white{display: block;}
.header .box-header-top .block-header-top--start .logo-full.-black{display: none;}
.header.stick .box-header-top .block-header-top--start .logo-full.-white{display: none;}
.header.stick .box-header-top .block-header-top--start .logo-full.-black{display: block;}

.box-header-top .block-header-top--menumain{
	flex: 0 0 auto;
  width: calc(100% - 500px);
  padding: 0px 1rem;
}
.box-header-top .block-header-top--end{
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
	flex: 0 0 auto;
  width: 400px;
}
.box-header-top .block-header-top--menumain .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a{overflow: hidden;}
.box-header-top .block-header-top--menumain .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a i{
	float: right;
	margin-top: 5px;
}
.box-header-top .block-header-top--trial,
.box-header-top .block-header-top--user,
.box-header-top .block-header-top--language{
	margin-left: 0.5rem;
}
.box-header-top .block-header-top--user ul{
	list-style: none;
	padding-left: 0px;
	margin: 5px 0px;
	text-align: right;
}
.box-header-top .block-header-top--user ul li{
	display: inline-block;
	font-size: 0.875rem;
  font-weight: 500;
}
.box-header-top .block-header-top--user ul li:not(:last-child){margin-right: 0.5rem;}
.box-header-top .block-header-top--user ul li a{
  font-weight: 600;
  color: rgba(255,255,255,.8);
  transition: all 0.25s ease;
}
.box-header-top .block-header-top--user ul li a:hover{
  color: #279ab8;
}
.box-header-top .block-header-top--user ul li a.btn-login{
  display: inline-block;
  padding: .35rem .75rem;
	background: #e86124;
	color: #fff;
	font-size: 12px;
	position: relative;
	border-color: transparent;
  background: rgba(255,255,255,0.08);
  border-radius: 25px;
	z-index: 2;
}
.box-header-top .block-header-top--user ul li a.btn-login::after {
	content: "";
	background: #fff;
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1;
	border-radius: 45px;
}
.box-header-top .block-header-top--user ul li a.btn-login:hover {
	color: #279ab8;
}
.box-header-top .block-header-top--user ul li a.btn-login:hover::after {
	width: 100%;
	left: 0;
}
.box-header-top .block-header-top--trial>a{
	padding: .35rem .75rem;
	background-image: linear-gradient(90deg,rgba(36,189,189,.9),rgba(51,189,233,.8));
	color: #fff;
	font-size: 12px;
	position: relative;
	border-color: transparent;
  border-radius: 25px;
	z-index: 2;
}
.box-header-top .block-header-top--trial>a::after {
	content: "";
	background: #fff;
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1;
	border-radius: 45px;
}
.box-header-top .block-header-top--trial>a:hover {
	color: #279ab8;
}
.box-header-top .block-header-top--trial>a:hover::after {
	width: 100%;
	left: 0;
}
.box-header-top .block-header-top--language,
.card-wrap-header .card-wrap-header--language{
  width: 90px;
  position: relative;
  margin: 5px 0px 5px 0.5rem;
  line-height: 27px;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(255,255,255,.8);
}
.box-header-top .block-header-top--language .current-language,
.card-wrap-header .card-wrap-header--language .current-language{color: rgba(255,255,255,.8);}
.box-header-top .block-header-top--language .current-language:hover,
.box-header-top .block-header-top--language .current-language:focus,
.card-wrap-header .card-wrap-header--language .current-language:hover,
.card-wrap-header .card-wrap-header--language .current-language:focus{
  text-decoration: none;
}
.box-header-top .block-header-top--language .current-language::after,
.card-wrap-header .card-wrap-header--language .current-language::after{
  content: '\f078';
  font-family:"Font Awesome 6 Pro";
  font-weight: 900;
  padding-left: 5px;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.box-header-top .block-header-top--language .current-language.active::after,
.card-wrap-header .card-wrap-header--language .current-language.active::after{
  content: '\f077';
  font-family:"Font Awesome 6 Pro";
  font-weight: 900;
}
.box-header-top .block-header-top--language .option-select,
.card-wrap-header .card-wrap-header--language .option-select{
  position: absolute;
  right: 0px;
  top: 100%;
  width: 130px;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.box-header-top .block-header-top--language .option-select.open,
.card-wrap-header .card-wrap-header--language .option-select.open{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.box-header-top .block-header-top--language .option-select ul,
.card-wrap-header .card-wrap-header--language .option-select ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.box-header-top .block-header-top--language .option-select ul li+li,
.card-wrap-header .card-wrap-header--language .option-select ul li+li{
  border-top: 1px solid rgba(238,238,238,0.5);
}
.box-header-top .block-header-top--language .option-select ul li a,
.card-wrap-header .card-wrap-header--language .option-select ul li a{
  padding: 8px 12px;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  background: #fff;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.box-header-top .block-header-top--language .option-select ul li a:hover,
.card-wrap-header .card-wrap-header--language .option-select ul li a:hover{
  color: #279ab8;
  background-color: rgba(238,238,238,0.2);
  text-decoration: none;
}
/* .header.stick .box-header-top .block-header-top--user ul li a,
.header.stick .box-header-top .block-header-top--user ul li a.btn-login,
.header.stick .box-header-top .block-header-top--language .current-language,
.header.stick .card-wrap-header .card-wrap-header--language .current-language{
  color: #16181b;
} */
.header.stick .box-header-top .block-header-top--user ul li a.btn-login{
  background: rgba(4,32,62,.08);
}

.post-thumb-hub{
	color: #fff;
	background-color: rgba(255,255,255,.1);
	border-radius: 0.75rem;
	flex-direction: column;
	justify-content: space-between;
	padding: 0.75rem 1rem 1rem;
	display: flex;
}
.post-thumb-hub .-title{
	margin-bottom: 0.75rem;
	font-size: 13px;
}
.post-thumb-hub .-image{
	background: #dedede;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
	margin-bottom: 0.5rem;
}
.post-thumb-hub .-image>img{
	width: 80%;
	height: 80%;
	object-fit: contain;
}
.post-thumb-hub .-content>h5{
	margin: 0px;
	font-size: 13px;
	color: #fff;
	overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-thumb-hub .-content>p{
	margin: 0px;
  font-size: 11px;
  color: rgba(255,255,255,.8);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (min-width:768px) {
  .box-header-top .block-header-top--trial>a,
  .box-header-top .block-header-top--user ul li a.btn-login{
    padding: .45rem 1rem;
  }
  .box-header-top .block-header-top--trial>a,
  .box-header-top .block-header-top--user ul li,
  .box-header-top .block-header-top--user ul li a.btn-login{
    font-size: 0.75rem;
  }
}
@media (min-width:992px) {
  .box-header-top .block-header-top--trial>a,
  .box-header-top .block-header-top--user ul li a.btn-login{
    padding: .35rem .75rem;
  }
  .box-header-top .block-header-top--trial>a,
  .box-header-top .block-header-top--user ul li,
  .box-header-top .block-header-top--user ul li a.btn-login{
    font-size: 0.75rem;
  }
  .header.stick .logo {
    --logo-width: 90px;
    transition: all 300ms ease;
  }
}
@media (min-width:1200px) {
  .box-header-top .block-header-top--trial>a,
  .box-header-top .block-header-top--user ul li a.btn-login{
    padding: .45rem 1rem;
  }
  .box-header-top .block-header-top--trial>a,
  .box-header-top .block-header-top--user ul li,
  .box-header-top .block-header-top--user ul li a.btn-login{
    font-size: 0.75rem;
  }
}
@media (min-width:1400px) {
  .box-header-top .block-header-top--trial>a,
  .box-header-top .block-header-top--user ul li,
  .box-header-top .block-header-top--user ul li a.btn-login{
    font-size: 0.875rem;
  }
}
/*----------------- App Modules Item */
.app-modules-item .block-feature-row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.app-modules-item .block-feature-row .-image{
  flex: 0 0 auto;
  width: 100px;
}
.app-modules-item .block-feature-row .-content{
  flex: 0 0 auto;
  width: calc(100% - (100px + 0.5rem));
  padding-left: 0.5rem;
  align-self: center;
}
.app-modules-item .block-feature-image{
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #bdbdbe;
  padding: 10px;
}
.app-modules-item .block-feature-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.app-modules-item .block-redirect{
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.5rem 0;
  text-align: left;
  position: relative;
}
.app-modules-item .block-redirect:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f054";
  position: absolute;
  font-size: 16px;
  left: 75px;
  top: 6px;
}
.app-modules-item .block-redirect .redirect-icon{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 7px;
  left: 75px;
}
/*----------------- Box Qrscan App */
.box-qrscan-app{
	padding: 5rem 0px;
	margin: 2rem 0px;
}
.box-qrscan-app .block-header-title{
	text-align: center;
	margin-bottom: 1.5rem;
}
.box-qrscan-app .block-header-title .nav-pills .nav-link{
	border-radius: 1.25rem;
	padding: .5rem 2rem;
  color: #212529;
}
.box-qrscan-app .block-header-title .nav-pills .nav-link.active,
.box-qrscan-app .block-header-title .nav-pills .show>.nav-link{
  background: linear-gradient(45deg, #f99a00, #ffc107);
  color: #fff;
}
.box-qrscan-app .block-wrap-scan{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem -15px 3.5rem;
}
.box-qrscan-app .block-wrap-scan-qrcode,
.box-qrscan-app .block-wrap-scan-or,
.box-qrscan-app .block-wrap-scan-store{
	padding: 0px 15px;
	flex: 0 0 auto;
}
.box-qrscan-app .block-wrap-scan-qrcode{width: 12%;}
.box-qrscan-app .block-wrap-scan-or{
	width: 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.box-qrscan-app .block-wrap-scan-or::after{
	content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 2px;
  height: calc(100% - 18px);
	margin: auto;
  background: #22356b;
}
.box-qrscan-app .block-wrap-scan-store{
	width: 17%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.box-qrscan-app .block-wrap-scan-qrcode p{
	margin-bottom: 5px;
  font-size: clamp(0.75rem, 5vw, 0.875rem);
  font-weight: 300;
  line-height: clamp(0.75rem, 5vw, 0.875rem);
	text-align: center;
}
.box-qrscan-app .block-wrap-scan-or span{
	top: 0px;
  bottom: 0px;
  margin: auto;
  font-size: clamp(0.875rem, 5vw, 1rem);
  font-weight: 600;
  line-height: clamp(0.875rem, 5vw, 1rem);
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
  height: 25px;
  position: relative;
  z-index: 1;
}
/*------------------------------------ Box Contact Pages */
.list-app-reg-trial{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center
}
.list-app-reg-trial .col-app-reg-trial{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.list-app-reg-trial input.form-check-input[type=radio]{display: none;}
.list-app-reg-trial .form-check-label{
  cursor: pointer;
}
.list-app-reg-trial .form-check-label .-image{
  border: 1px solid #babfc7;
  border-radius: 0.375rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}
.list-app-reg-trial .form-check-label .-image::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 20px solid transparent;;
  bottom: 0px;
  right: 0px;
}
.list-app-reg-trial .form-check-label .-image::after{
  content: "\f00c";
  font-family: 'Font Awesome 6 pro';
  position: absolute;
  right: 3px;
  bottom: 0px;
  font-size: 0.5rem;
  color: #fff;
  transform: rotate(-5deg);
  visibility: hidden;
}
.list-app-reg-trial .form-check-label .-image>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-app-reg-trial .form-check-label>h5{
  font-size: 0.75rem;
}
.list-app-reg-trial input.form-check-input[type=radio]:checked + .form-check-label .-image{border-color: var(--bs-widget-primary);}
.list-app-reg-trial input.form-check-input[type=radio]:checked + .form-check-label .-image::before{border-right-color: #f99a00;}
.list-app-reg-trial input.form-check-input[type=radio]:checked + .form-check-label .-image::after{visibility: visible;}
.list-app-reg-trial input.form-check-input[type=radio]:checked + .form-check-label h5{color: var(--bs-widget-primary);}

.block-form-contact-trial .btn{
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  line-height: 1.4;
  position: relative;
	transition: all 0.25s ease;
}
.block-form-contact-trial .btn-try{
	color: #fff;
	background-color: #000;
	background-image: linear-gradient(90deg,rgba(36,189,189,.9),rgba(51,189,233,.8));
	border: none;
}
.block-form-contact-trial .btn-try:hover{
	filter: brightness(110%);
  color: #fff;
  text-decoration: none;
}
.block-form-contact-trial .btn::after{
	content: "\f061";
	font-family: 'Font Awesome 6 pro';
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #00BCD4;
	color: #fff;
	text-align: center;
	width: 50px;
	border-radius: 0 0.375rem 0.375rem 0;
	line-height: 3;
	transform: scale(0.9);
}
/*------------------------------------ Box Contact Pages */
.block-contact-page .row-5px{
	margin: 0px -5px;
}
.block-contact-page .col-5px{
	padding: 0px 5px;
}
.block-contact-page .bor-col-left{
	border-left: 1px solid #cdcdcd;
}
.block-contact-page .block-contact-address .card{
	margin-bottom: 15px;
	border: none;
  border-bottom: 1px solid #cdcdcd;
	border-radius: 0.375rem;
  overflow: hidden;
}
.block-contact-page .block-contact-address .card-header:first-child{
  border-radius: 0.375rem 0.375rem 0 0;
}
.block-contact-page .block-contact-address .card-header{
  padding: 0px;
	background: #fff;
	border-bottom: none;
}
.block-contact-page .block-contact-address .card-header .btn{
	padding: 12px 15px 11px;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: none;
	background-color: transparent;
	text-align: left;
	font-size: 15px;
	position: relative;
  border-radius: 0.375rem 0.375rem 0 0;
}
.block-contact-page .block-contact-address .card-header .btn::before, .block-contact-page .block-contact-address .card-header .btn::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #82868b;
  right: 15px;
  top: calc(50% - 3px);
}
.block-contact-page .block-contact-address .card-header .btn.collapsed::after{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
	opacity: 1;
  height: 1.5px;
	visibility: visible;
	-webkit-transition: 300ms ease-in;
	-o-transition: 300ms ease-in;
	transition: 300ms ease-in;
}
.block-contact-page .block-contact-address .card-header .btn::after{
	-webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 300ms ease-in;
	-o-transition: 300ms ease-in;
	transition: 300ms ease-in;
}
.block-contact-page .block-contact-address .card-header .btn-link{
	color: #000;
	-webkit-transition: 300ms ease-in;
	-o-transition: 300ms ease-in;
	transition: 300ms ease-in;
}
.block-contact-page .block-contact-address .card-header .btn-link:hover, .block-contact-page .block-contact-address .card-header .btn-link:focus{
	text-decoration: none;
	color: var(--bs-widget-primary);
}
.block-contact-page .block-contact-address .card-body{
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	padding: 5px 15px 5px;
  border-radius: 0 0 0.375rem 0.375rem;
}
.block-contact-page .block-contact-address .card-body p{
	margin-bottom: 5px;
	font-size: 13px;
}
.img-cover-head-content{
  height: 120px;
  object-fit: contain;
}

@media (max-width:1199px) {
  .navProduct {
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
    gap: 0.5rem;
  }
  .navProduct .item {
    flex: 1 0 25%;
  }
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 40px !important;
    }
    .product-single {
        align-items: center;
    }
    .product-single .p-images {
        min-height: 55vh;
    }
    .product-single.flex-lg-row-reverse:after {
        background-position: left center;
    }
    .product-single.flex-lg-row-reverse .p-content {
        margin-left: auto;
    }
    .product-single.flex-lg-row-reverse .p-images:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 4rem;
    }
    .product-single.flex-lg-row-reverse .p-images:after {
        transform: scale(-1);
        left: -1px;
        right: auto;
    }
}

@media (min-width: 1200px) {
  .product-single .p-images {
      min-height: 70vh;
  }
  .product-single {
      align-items: flex-start;
  }
}

@media only screen and (min-width: 992px) and (max-height: 768px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape){
      .product-single .p-content{padding-bottom: 1rem;}
}

@media only screen and (min-width: 1200px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape){
      .product-single .p-images {
          min-height: 55vh;
      }
      .product-single .p-content{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
      }
      .product-single {
          align-items: flex-start;
      }
}

@media only screen and (min-width: 992px) and (max-height: 1400px) and
  (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .product-single .p-images {min-height: 30vh;}

}

@media (max-width: 991px) {
    .product-single {
        /* flex-direction: row;
        height: 100%; */
    }
    .product-single:after {
        display: none;
    }
    .product-single .p-images {
        /* height: 43%; */
    }
    .product-single .p-images .pFeatureImg {
        top: 0;
        /* height: calc(100% - 24px); */
        height: auto;
        position: static;
        aspect-ratio: 2/1;
        padding-bottom: 2rem;
    }
    .product-single .p-content {
        padding: 3rem 0;
    }
    .product-single .p-images ~ .col-lg-6 {
        flex-grow: 1;
        background: url('../images/p-decor-text.png') no-repeat center right /contain;
    }

    .module-single .module-image, .module-single .module-image:after {
        transform: skewX(0);
    }
    .module-single .module-image img {
        top: 0;
        height: auto;
        position: static;
        aspect-ratio: 2/1;
        padding-bottom: 1.5rem;
        transform: skewX(0);
    }
    .module-single .module-content {
        padding: 2rem 0;
    }

    .box-header-top .block-header-top--menumain .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a i{display: none;}
    .wsmobileheader .wsuser{
      float: right;
      margin: 13px 10px 13px 0px;
    }
    .wsmobileheader .wsuser ul{
      list-style: none;
      padding-left: 0px;
      margin: 0px;
      text-align: right;
    }
    .wsmobileheader .wsuser ul li{
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 600;
      color: #fff;
    }
    .wsmobileheader .wsuser ul li a.btn-login{
      display: inline-block;
      padding: .35rem .75rem;
    	background: #e86124;
    	color: #fff;
    	position: relative;
    	border-color: transparent;
      background: rgba(255,255,255,0.08);
      border-radius: 25px;
    	z-index: 2;
    }
    .wsmobileheader .wsuser ul li a.btn-login::after {
    	content: "";
    	background: #fff;
    	width: 0;
    	height: 100%;
    	display: block;
    	position: absolute;
    	right: 0;
    	bottom: 0;
    	top: 0;
    	transition: all .3s ease;
    	pointer-events: none;
    	z-index: -1;
    	border-radius: 45px;
    }
    .wsmobileheader .wsuser ul li a.btn-login:hover {
    	color: #e86124;
    }
    .wsmobileheader .wsuser ul li a.btn-login:hover::after {
    	width: 100%;
    	left: 0;
    }
    /* .header.stick .wsmobileheader .wsuser ul li{
      color: #000;
    }
    .header.stick .wsmobileheader .wsuser ul li a.btn-login{
      color: #000;
      background: rgba(4,32,62,.08);
    } */
    .wsmobileheader .wsuser ul li:not(:last-child){
      margin-right: 0.5rem;
    }
    .box-header-top .block-header-top--start,
    .box-header-top .block-header-top--user,
    .box-header-top .block-header-top--language{display: none;}
    .box-qrscan-app .block-wrap-scan-qrcode{width: 20%;}
    .box-qrscan-app .block-wrap-scan-store{width: 27%;}
    .wsmobileheader .logo{
			--logo-width: 90px;
	    margin: 0.75rem 0;
    }
    .wsmenu>.wsmenu-list>li .menu-header{
      padding: 1rem 1rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      -webkit-transition: all .6s ease;
      transition: all .6s ease;
      -webkit-transform-origin: left top;
      transform-origin: left top;
    }
		.wsmenu>.wsmenu-list>li .menu-header .tt-md{
			color: #fff;
		}
		.wsmenu>.wsmenu-list>li .menu-header .btn-close{
			color: #fff;
			background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
		}
		.wsmenu>.wsmenu-list>li>.wsmegamenu .link-post{width: 100%;}
		.post-thumb-hub{color: #fff;}
		.wsmenu-block-user{
			list-style: none;
	    padding-left: 0px;
	    margin: 0.75rem -5px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
		}
		.wsmenu-block-user>li{
			flex: 0 0 auto;
			width: 50%;
			padding-left: 5px;
			padding-right: 5px;
		}
		.wsmenu-block-user a{
			width: 100%;
	    border-radius: 20px;
			color: #fff;
	    text-transform: capitalize;
	    font-size: 14px;
	    padding: 6px 16px;
	    letter-spacing: -.1px;
	    text-align: center;
			display: block;
			background: rgba(255,255,255,0.08);
			transition: all 0.5s ease;
		}
		.wsmenu-block-user .btn-login{
	    background: linear-gradient(90deg,rgba(36,189,189,.9),rgba(51,189,233,.8));
		}
		.wsmenu-block-user a:hover{
			filter: brightness(110);
		}
}

@media (max-width: 767px) {
    .product-single {
        display: block;
    }
    .product-single .p-images:before {
        display: none;
    }
    .product-single .p-images:after {
        background-size: 320px;
    }
    .product-single .p-images ~ .col-lg-6 {
        background: none;
    }
    .product-single .p-content {
        padding: 1rem 0;
    }
    .product-single .p-content p {
        display: none;
    }
    .p-featureList {
        column-count: 1;
        max-height: 37vh;
        overflow: auto;
    }

    .block-package-modules-list .pricing-option .block-heading--2 .price {
        display: none;
    }
    .block-package-modules-list .block-heading--2 {
        height: 4rem;
    }

    .box-qrscan-app .block-wrap-scan-qrcode {width: 35%;}
    .box-qrscan-app .block-wrap-scan-store {width: 47%;}
    .box-qrscan-app .block-wrap-scan-qrcode p{
      font-size: clamp(0.675rem, 5vw, 0.75rem);
      line-height: clamp(0.675rem, 5vw, 0.75rem);
    }
    .box-qrscan-app .block-wrap-scan-or span{
      font-size: clamp(0.75rem, 5vw, 0.875rem);
      line-height: clamp(0.75rem, 5vw, 0.875rem);
    }
		.news-item{
			flex-wrap: wrap;
			gap: 0px;
		}
		.news-item .news-img{width: 100%;}
		.news-item .news-img img{aspect-ratio: 4/2;}
		.news-item .news-content{
	    padding: 1rem 0 0.5rem;
		}
		.news-item .news-content .news-title{
			font-size: 1rem;
		}
		.page-header.with-cover{
			padding: 6rem 0 4rem;
	    min-height: 40vh;
		}
		.page-header.with-cover .page-title{
			margin: 1rem 0;
		}
		.page-header.with-cover h6{
			font-size: 0.875rem;
			margin-right: 0.5rem;
		}
		.page-header.with-cover h6 a{margin-right: 0.5rem;}
}

@media (max-width: 375px) and (max-height: 667px) {
    .p-featureList {
        max-height: 33vh;
    }
}

@media (max-width: 575px) {
    .apppack-item .apppack-content {
        padding: 0.75rem;
    }
    .apppack-item .apppack-content .icon {
        display: none;
    }
    .postPrevNextNav .btPrevNextNav {
        flex-direction: column;
        gap: 0;
    }
    .btPrevNextNav .btPrevNext:nth-child(2) {
        margin-top: 1.5em;
        padding-top: 1.5em;
        border-top: 1px solid #eee;
    }
}

@media (max-width: 480px) {
  .product-single .p-images .pFeatureImg{padding-bottom: 1rem;}
}

@media (max-width: 380px) {
  .wsmobileheader .wsuser ul li{font-size: 0.75rem}
  .wsmobileheader .logo{
		--logo-width: 80px;
    margin: 0.875rem 0;
  }
  .wsanimated-arrow{margin: 8px 0 0 10px;}
}
@media (max-width: 360px) {
	.wsmobileheader .logo{
    --logo-width: 80px;
    margin: 0.875rem 0;
  }
}
/*------------------------------------ Dt Loader */
.dt-loader:not(:required) {
    text-indent: -9999px;
    margin: 2px auto;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999999999999;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #F99A00;
    -webkit-animation:Loading 2s linear infinite;
            animation:Loading 2s linear infinite;
}
.dt-loader:not(:required):before,
.dt-loader:not(:required):after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 5px solid transparent;
    border-top: 5px solid #F99A00;
    border-radius: 50%;
    margin: 2px;
    -webkit-animation: Loading 2s linear infinite;
            animation: Loading 2s linear infinite;
}
.dt-loader:not(:required):after{
  content: '';
  width: 70%;
  height: 70%;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: Loading 3s linear infinite;
  animation: Loading 3s linear infinite;
}
@-webkit-keyframes Loading{
  0%{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}
@keyframes Loading{
  0%{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
  100%{
    -webkit-transform:rotate(360deg);
            transform:rotate(360deg);
  }
}
