body {
  font-family: "Open Sans" !important;
  padding-top: 74px;
  color: #3f3d3d;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
	body {padding-top: 59px;}
}
main {flex: 1 0 auto; }
footer {background-color: #F2F2F2; flex-shrink: 0; margin-top:3rem; padding: 1rem 0;}
footer >.container > .row {}
container{width:100%; padding-right:15px; padding-left:15px;margin-right:auto;margin-left:auto;}

h1, .h1 {font-size: 2.5rem }
h2, .h2 {font-size: 2.5rem; line-height: 1.4em; }
h3, .h3 {font-size: 2.2rem; line-height: 1.4em; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
a { color: #3f3d3d;}
a:hover {  color: #3f3d3d; text-decoration: none;}
.boox-color {color: #bf735b;}
.white {color: #fff;}
.navbar-brand { 
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	margin-left: 15px;
}

.btn-primary {
	background-color: #bf735b !important;
	border-color: #bf735b !important;	
}
.btn-light {
	border-color: #acacac !important;	
}
.btn-primary:hover {
	background-color: #A2624D !important;
	border-color: #A2624D !important;	
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bf735b;
  border-color: #bf735b;
}
.btn:focus, .btn.focus { box-shadow: 0 0 0 0rem #bf735b !important; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus, .btn-link:focus {
  box-shadow: 0 0 0 0rem #bf735b !important;
}
.form-control:focus { box-shadow: 0 0 0 .03rem rgba(0,123,255,.25); }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-control-prev, .carousel-control-next {z-index: 1000;}
/* Carousel base class */
#myCarousel.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
#myCarousel .carousel-caption {
  right:auto ;
  left: auto;
  top: 50%; 
  transform: translate(0,-50%); 
  z-index: 10;
}
#myCarousel .carousel-caption.width100 {right: 0; ;  left: 0; top: 33%; }
#myCarousel .carousel-caption h3 { font-size: 2.5rem}
#myCarousel .carousel-caption h4 { font-size: 2.2rem; font-weight:400}

/* Declare heights because of positioning of img element */
#myCarousel .carousel-item {
    max-height: 45rem;
	height: 45rem;
    min-height: 300px;
}
#carousel1 .carousel-caption, #carousel2 .carousel-caption, #carousel3 .carousel-caption { position: revert; z-index:1; margin-left: auto; margin-right: auto;}
#carousel1 .carousel-item, #carousel2 .carousel-item, #carousel3 .carousel-item {
    width:100%;
    min-height: 400px;
	position: relative;
	float:left;
}
#myCarousel .carousel-item.bg-black { background-color: #000 !important}
#myCarousel .carousel-item.bg-light { background-color: #fff !important}
.color-dark { color: #313131 !important;}
.carousel-lumi2 .carousel-control-prev {left: -50px;}
.carousel-lumi2 .carousel-control-next {right: -50px;}


#myCarousel .carousel-item > img {
  position: absolute;
  top:50%;
  left: 50%; 
  transform: translate( -50%,-50%); 
  z-index: 1;
  height: auto;
}
.novaAir2 .carousel-item {
	position: relative;
	min-height: auto !important;
}
.novaAir2 .carousel-caption {
    position: absolute !important;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/* poke 5 */ 
.box2 svg {
    width: 65px;
    height: 65px;
    fill: #000;
}
.box2-list_svg {
    width: 87px;
    height: 87px;
    background: #F2F2F2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
	stroke: currentColor;
}
@media (max-width:1198.98px){
  .container {
	max-width: 100% !important;
  	padding-right: 0px;
	padding-left: 0px;
  	 overflow:hidden;
  }
  .navbar-brand { margin-left: 0px; }
  #myCarousel .carousel-caption { left: 15px;}
}
@media (max-width: 1599.98px) {
	#myCarousel .carousel-item {
	    max-height: 40rem;
		height: 40rem;
	}
}
@media (max-width: 1198.98px) {
	#myCarousel .carousel-item {
	    max-height: 24rem;
		height: 24rem;
	}
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  #myCarousel .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.navbar-dark .nav-item  {
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-dark .navbar-nav .nav-link { color: #ffffff; font-size:1.1rem }
.navbar-dark .navbar-nav .nav-item p {margin-top: 0.5rem; margin-bottom: 0.5rem; }
.navbar-expand-md .navbar-nav .nav-link {
	font-weight:400;
	position: relative;
	padding-right: 0rem;
    padding-left: 0rem;
}
.navbar-expand-md .navbar-nav .nav-link:hover {color: #ffffff;}
.navbar-nav .nav-action a:before {
 left:0;
 bottom:5px;
 content:"";
 z-index:2;
 width:0;
 height:1px;
 position:absolute;
 transition:all .3s ease;
 background-color:#fff
}
.navbar-dark .nav-item:hover > .nav-action a:before {
 width:100%
}
#changeColor .nav-link:before { left: 0;
bottom: -3px;
content: "";
z-index: 2;
width: 0;
height: 1px;
position: absolute;
background-color: #fff; }
#changeColor .nav-link.active {padding-bottom:5px; text-decoration:underline;}
@media (max-width:900px){
  .navbar-dark .nav-item  {
	margin-right: 0px;
  }
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.grid-col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-col-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-col-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-col-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-col-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-col-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 450px) {
  .grid-col-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 576px) {
  .grid-col-sm-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 768px) {
  .grid-col-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-col-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1200px) {
  .grid-col-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-col-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-col-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-col-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-col-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-col-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-col-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-col-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-col-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-col-xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-col-xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid-gap-0 {
  grid-gap: 0;
}

.row-gap-0 {
  row-gap: 0;
}

.column-gap-0 {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.grid-gap-1 {
  grid-gap: 0.25rem;
}

.row-gap-1 {
  row-gap: 0.25rem;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.grid-gap-2 {
  grid-gap: 0.5rem;
}

.row-gap-2 {
  row-gap: 0.5rem;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.grid-gap-3 {
  grid-gap: 1rem;
}

.row-gap-3 {
  row-gap: 1rem;
}

.column-gap-3 {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.grid-gap-4 {
  grid-gap: 1.5rem;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.grid-gap-5 {
  grid-gap: 3rem;
}

.row-gap-5 {
  row-gap: 3rem;
}

.column-gap-5 {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.item-link {display: contents;}
.card.card-product .card-body {
	text-align: center;	
}
.card-product .card-title {
    font-weight: 400;
    font-size: 1.1rem;
	display:inline;
	
}

h2.card-title, a {
	position: relative;
}
h2.card-title:before, a:before {
 left:0;
 bottom:-3px;
 content:"";
 z-index:2;
 width:0;
 height:1px;
 position:absolute;
 transition:all .3s ease;
 background-color:#3f3d3d;
}
a.item-link:hover > div > h2.card-title:before, a:not(.item-link):not(.btn):not(.carousel-control-prev):not(.carousel-control-next):not(.no-action):hover:before {
 width:100%
}
.card-product .card-footer {
	border-top: 0px solid;
    padding: 0 1rem 1rem;
    background-color: transparent;
}
.card .card-body ul { margin-left: -20px; }
.card .card-body ul > li { font-size: 1rem; margin-bottom: 10px; }
.card .card-body p {
	font-size: 1.3rem;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:60%;
	margin: 20px auto;
}
.video-container-100 {
    overflow: hidden;
    position: relative;
    width:100%;
	margin: 20px auto;
}
@media (max-width: 768.98px) {
	.video-container { width: 100%; }
}
.video-container::after, .video-container-100::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe, .video-container-100 iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content .box.row  { 
	margin-left: -15px !important;
	margin-right: -15px !important;
}
 
.content img, div img { 
	display: block;
	max-width: 100%;
	height: auto;
}
.card-body .main-image { min-height: 300px; min-width: 300px; }
@media (min-width: 576px) {
	.image img.card-img-top { min-height: 200px }
	.card-body .main-image { min-height: 536px; min-width: 536px; }
}

@media (min-width: 768px) {
	.image img.card-img-top { min-height: 300px }
	.card-body .main-image { min-height: 349px; min-width: 349px;}
}

@media (min-width: 992px) {
	.image img.card-img-top { min-height: 185px }	
	.card-body .main-image { min-height: 461px; min-width: 461px;}	
}

@media (min-width: 1200px) {
	.image img.card-img-top { min-height: 216px }	
	.card-body .main-image { min-height: 520px; min-width: 520px;}
}
.bg-grey {background-color: #E6E6E6; }
.bg-greyF5 {background-color: #E5E5E5; }
.bg-greyEF {background-color: #EFEFEF; }
.bg-grey-lite {background-color: #F1F3F0; }
.bg-black {background-color: #000000; }
.bg-dark-grey {background-color: #1e2b21; }
.bg-dark-grey-poke3 {background-color: #152218; }
.bg-air-blue {background-color: #363959; }
.bg-air-grey {background-color: #474747; }
.bg-boox-color {background-color: #bf735b;}
.bg-boox-nova3color {background-color: #D1C8B6;}
.bg-boox-nova3color-grey {background-color: #f4f4f4;}
.bg-leaf {background-color: #f2f2f2;}
.text-black { color: #000; }
.transparent-bg {background-color: rgba(255, 255, 255, 0.7); border-radius: 4px;}
.bg-black p, .bg-dark-grey p, .bg-air-blue p, .bg-air-grey p, .bg-boox-color, .bg-dark-grey-poke3 p {color: #fff !important; }

.container .nova3-box-grey {background-color: #e5e5e5; padding: 10px; border-radius: 1rem; }
.container .nova3-box-grey p {color: #000; font-size: 1.1rem !important;}

.content .color-blue {color: #2273cc; }
.content .new-box-grey {background-color: #e5e5e5;}
.content .box-border-blue {border: #2273cc 1px solid; margin:10px; padding:30px; border-radius: 10px; display: inline-block;}
.content .box-border-blue span.h2 {font-size: 2.3em !important;}

.content h5.h4 {font-size:2rem; font-weight:700;}
.content img.radius-20, img.rounded-20, video.rounded-20  {border-radius: 20px}
.content img.radius-10, img.rounded-10 {border-radius: 10px}
.table.comparison {font-size: 1.2rem }
.table.comparison td { padding: 10px; border: 10px solid #fff;}
.font-size-110 {font-size: 1.1rem}
.benefit-block { 
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.benefit-block img { position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter-container { 
	min-height: 290px;
	margin: 0 auto 50px;
	-webkit-transition: height 1s ease-out;
	transition: height 1s ease-out;
	overflow: hidden; 
}
.filter-controls a {cursor: pointer; }

.filter-container .filtr-item {width: 25%; }
.workAnyTime {margin-top:-70px;} /** obrazek dla Tab Ultra **/
/* ultra slidery*/
.screen-slider1 {  width:100%; height:473px; background-image:url(https://onyxboox.pl/upload_files/tab_ultra/onyx-boox-tab-ultra-screens1.jpg); background-position: center; background-repeat: no-repeat;}
.screen-slider2 {  width:100%; height:473px; background-image:url(https://onyxboox.pl/upload_files/tab_ultra/onyx-boox-tab-ultra-screens2a.jpg); background-position: center; background-repeat: no-repeat;}
@media (max-width: 767.98px) {
	.screen-slider1, .screen-slider2 { height: 200px; background-size: auto 100%;}
	.workAnyTime {margin-top:0px;}
	.filter-container .filtr-item {width: 50%; text-align: center; }
	.filter-controls a.mx-3 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
	.table.comparison {font-size: 1rem }
}
.filter-container .filtr-item a {
	border: 0;
	outline: 0;
	display: block;
	position: relative;
	overflow:hidden;
}
.filter-container .filtr-item a:hover figure { top: 0px !important;}
.filter-container .filtr-item img {max-width:100%; }
.filter-container .filtr-item figure {
	display: block; 
	-webkit-transition: all 300ms ease 0s;	
	transition: all 300ms ease 0s; 
	left: 0px; 
	top: 100%;
	position: absolute;
	background: #333;
	background: rgba(48,48,48,0.7);
	width: 100%;
	height: 100%;
	text-align:center;
}

.filter-container .filtr-item figure span { display: block;
font-size:1.1rem;
padding: 10px 0;
margin: 40px 20px 20px 20px;
text-transform: uppercase;
font-weight: normal;
color: rgba(255,255,255,0.9);
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
border-bottom: 1px solid rgba(255,255,255,0.5);}
.buy-modal .row > div { display: grid;}
.buy-modal .card { display: flex; flex-direction: column; padding-top:10px;}
.buy-modal .card a { display: contents;}
.buy-modal .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.buy-modal .card-footer {
    padding: 0 1rem 1rem;
    background-color: transparent;
	border-top:0px solid;
}
#cookies {position: fixed; bottom:0px; left:0; right:0; background-color: rgba(255,255,255,.8); padding: 1rem; font-size:0.9rem; z-index: 200;}
.box-ease { position: relative; }
.box-ease:hover .content { opacity:0; }
.box-ease:hover .content h3 {  transform: translateY(-40px) scale(0.8); transition-duration: 400ms; }
.box-ease:hover .content p {  transform: translateY(40px) scale(0.8); transition-duration: 400ms;}
.box-ease .content p, .box-ease .content h3 { transition-duration: 400ms; }
.box-ease .content { position: absolute; top:1rem; bottom:1rem; left:1rem; right:1rem; color: #fff; background-color: rgba(30, 43, 33, 0.7); 
	transform: translateY(0) scale(1); transition-duration: 400ms;  transition-property: transform, opacity; }
.box-ease .content .content-text { position: absolute; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding-left:3rem; padding-right:3rem; }
.size-100 {font-size: 1rem !important;}
.size-85 {font-size: 0.85rem !important;}
#userManualTabContent .card {border:0px solid; font-size:0.85rem !important;}
#userManualTabContent .card .card-body p {font-size: 1rem;}

.banner-nova-air2 { padding-top: 25%; text-align: center;}
@media (max-width: 768px) {
	.banner-nova-air2 {text-align: right !important;}
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child, .novaAir2 .carousel-inner .carousel-item > div  {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
.accordion .card-header .btn-link {color: #3f3d3d;}
.collapse .card-body {text-align:left;}
.mce-content-body .collapse {display: block !important;}
#trustedCarousel .card-body {flex: 1 1 auto; justify-content: center !important;}
.list-group .list-group-item-primary { background-color: #a2624d;  }
.list-group .list-group-item-primary a { color:#fff;  }
.list-group .list-group-item-primary a:before { background-color:#fff;  }

.icon-nova-c {display:inline; width: 40px; height:40px;; vertical-align: middle;}
.nova-air-color { }
.nova-air-color .nav-item > a:before { height:0px; }
.nova-air-color .nav-item > a { color: #8c8c8c !important; text-decoration: none; }
.nova-air-color .nav-item > a.active { color: #ffffff !important; text-decoration: none; }

.accordion .card .card-header .btn-link:after {
  content: "\2B9F";
  font-weight: 900;
  float: right;
  margin-right: -20px;
}


.accordion .card .card-header .btn-link.collapsed:after {
  content: "\2B9D";
}
.bg-poke5 { 
	color:#fff;
	background-image:url("../upload_files/poke5/onyx-boox-poke5-main.webp");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:900px;
}
.bg-poke5-func { 
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-image:url("../upload_files/poke5/onyx-boox-poke5-banner2.webp");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:800px;
}
.bg-poke5-updates { 
	background-color: #F4F2F0;
}
.bg-poke5-apps { 
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-image:url("../upload_files/poke5/onyx-boox-poke5-apps.webp");
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:750px;
}
.bg-poke4-lite { 
	color:#fff;
	background-image:url("../upload_files/poke4_lite/onyx-boox-poke-4-lite-main.webp");
	background-size: inherit;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:900px;
}
@media (max-width: 991.98px) {
	.bg-poke5-func { 
		background-image:url("../upload_files/poke5/onyx-boox-poke5-banner2-sm.webp");
		background-size: cover;
		justify-content: flex-start;
		min-height: 600px;		
	}
	.bg-poke5-apps > div > div > div > div {justify-content: flex-start !important;}	
	.bg-poke5-updates > div > div > div {text-align: center !important}	
	.bg-poke5-apps { 		
		background-image:url("../upload_files/poke5/onyx-boox-poke5-apps.webp");
		background-color: #000000 !important;
		background-position: 40% 140px;
		flex-direction: inherit;
	}
	.bg-poke5-func > div {justify-content: flex-start !important;}
	.bg-poke4-lite { 
		background-image:url("../upload_files/poke4_lite/onyx-boox-poke-4-lite-main-sm.webp");
		background-size: cover;
	}
}
.bg-tab-ultra { background-color: #eee; color: #272727; }
.tab-ultra-icons .items {height: 250px; display: flex; }
.tab-ultra-icons .items .box25 {width: 25%; padding: 0 10px; }
.tab-ultra-icons .items .bg-grey {background-color:#F1F1F1; border-radius: 20px }
@media (max-width: 768px) {
	.tab-x-position .position-absolute {position: relative !important;}
	.bg-poke5-updates .text-center > * {text-align: center !important} 
}
.width-100p {width:95%}
.bg-black-rounded {background: #1A1919;
    border-radius: 20px;
    height: 522px;
    position: relative;
	overflow: hidden;}
.bg-black-rounded.height-icon {height:100px;}
.bg-black-rounded .box-image-stylus {position: absolute;
    top: 180px;
    left: 0;
    z-index: 9;
    width: 100%; }
.bg-black-rounded .box-image-stylus >img {margin: auto;}

.box6-conten-r {
	padding-left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box6-conten-r li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1a1919;
    min-height: 150px;
    justify-content: center;
    border-radius: 25px;
}
.box6-conten-r li img {
    width: 60px;
    margin-bottom: 20px;
}
.box6-conten-r li span {
    font-size: 24px;
    font-weight: 600;
    color: #f2f2f2;
    line-height: 1.2;
}
.tab-ultra-c-margin-minus-text {margin-top: 0px;}
.tab-ultra-c-margin-minus {margin-top: -270px;}

.android-box .tab-ultra-c-margin-top {margin-top: -170px;}
.android-box .tab-ultra-c-margin-bottom {margin-top: -200px;}

.tab-mini-c .box1-content-text { position: absoliute; top:30%; left:10%;}
.tab-mini-c-color { background-color:#b8c4c0; }
.tab-mini-c .text-center img { display: initial !important; }
.tab-mini-c-margin-minus-text { margin-top: 100px !important;}
.tab-mini-c-margin-minus { margin-top: -170px;}
.splide-item-h  { text-align:center;}
.splide-item-h img {
    width: calc(100% / 1.3);
}
.splide .splide__slide span {
    position: absolute;
    right: 20%;
    bottom: 2%;
    font-size: 12px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.3;
}

.onyx-tab .box1-content-text { position: absoliute; top:30%; left:50%;}
.onyx-tab .onyx-page-minus-box {  margin-top: -100px !important;}
.onyx-tab .onyx-boox-minut-spec {  margin-top: -200px !important; text-align:left !important; font-size: 0.7rem !important; }
.onyx-tab .onyx-boox-minut-spec {  margin-top: -200px !important; text-align:left !important; font-size: 0.7rem !important; }
.onyx-tab .onyx-boox-minut-spec h3 {  font-size: 2em !important; }
.onyx-tab .onyx-page-minus-translator {  margin-top: -200px !important; text-align:left !important;font-size: 0.7em; }

.onyx-page-nav > a { font-size: 1em; padding:1rem 0; margin-bottom:0.5rem; border-bottom: 1px solid #c0c0c0; text-align:left; }
.onyx-page-nav > a h3 { font-size: 1.6em;  }
.onyx-page-nav > a img { width:53px !important; max-width: inherit !important; }
.onyx-page-nav > a p { text-align: left !important; font-size: 0.8rem }
.onyx-page-nav > a.active { color: #2b2b2b !important; border-bottom: 1px solid #2b2b2b; }

.onyx-note-air3c .position-absolute { position: absoliute; top:1%; text-align:center; }
.onyx-note-air3c.bg-grey { background-color: #F8F8F8 !important; }
.onyx-note-air3c.bg-dark { background-color: #181A1C !important; color: #fff; }
.onyx-note-air3c.bg-dark2 { background-color: #2F3A3E !important; color: #fff !important; }
.onyx-note-air3c .bg-card { background-color: #E6E6E6 !important; border-radius: 10px; padding:30px; color: #2b2b2b; text-align: center; }
.onyx-note-air3c.bg-brown { background-color: #876E4A !important; color: #fff; } 
.onyx-note-air3c .bg-movies { background-color: #2E3A40 !important; color: #fff; border-radius: 10px 10px 0 0; } 
.onyx-note-air3c .bg-movies p { padding: 20px 0; } 
.onyx-note-air3c .bg-movies video {  border-radius: 10px 10px 0 0;  } 

.onyx-note-air3c .tab-content > .active {display: flex;}
.onyx-note-air3c .onyx-note-air3c-nav { position: absolute; top:00px; right:0px; z-index:1;}
.onyx-note-air3c .onyx-note-air3c-nav a.active svg, .onyx-note-air3c .onyx-note-air3c-nav a.active, .onyx-note-air3c .onyx-note-air3c-nav a.active:hover {fill: #fff !important; color:#fff; } 
.onyx-note-air3c .onyx-note-air3c-nav a:hover {color:#2b2b2b }
.onyx-note-air3c .onyx-note-air3c-nav a:hover {color:#2b2b2b }
.onyx-note-air3c .onyx-note-air3c-nav i { font-size: 1.6em;}
.onyx-note-air3c .onyx-note-air3c-nav svg { height: 30px; width: auto;}
.onyx-note-air3c .tab-content h4 {font-size: 1.5rem;}


.onyx-note-air3c img.icon-6 { display: inline;}
.note-air3c-tab > a { font-size: 1.1rem !important;  margin-bottom:0.5rem; border-bottom: 1px solid #c0c0c0; flex-basis: 0; flex-grow: 1; color: #f2f2f2 !important; text-align:center;}
.note-air3c-tab > a.active { color: #fff !important; border-bottom: 1px solid #CE643D; }
.onyx-note-air3c .tab-content.tab2 > .active {display: block;}

.onyx-note-air3c .accordion .card {border:0px solid !important; background-color: inherit; }
.onyx-note-air3c .accordion .card-header {border:0px solid !important; background-color: inherit;}
.onyx-note-air3c .accordion .card-header .btn-link { color: inherit; font-size: 1.5rem !important;}
.onyx-note-air3c .accordion .card .card-header .btn-link::after {
  content: "-";
  font-weight: 500; 
  float: none;
  margin-right: -20px;
}
.onyx-note-air3c .accordion .card .card-header .btn-link.collapsed::after {content: "+";}
.onyx-note-air3c .accordion .collapse.show, .onyx-note-air3c .accordion .collapsing { box-shadow: inherit;}
.onyx-note-air3c .accordion .card-body { padding: 0rem; }
.onyx-note-air3c .accordion .card-body ul { padding: 0 2rem; font-size: 1.1em !important; }


.onyx-note-air3c .accordion .collapse.show, .onyx-note-air3c .accordion .collapsing { border:0px solid !important; background-color: inherit;}

.onyx-note-air3c .onyx-note-air3-nav { position: absolute; top:0px; right:0px; z-index:1;}
.onyx-note-air3c .onyx-note-air3-nav .nav-link { padding: 0.5rem 0.6rem;} 
.onyx-note-air3c .onyx-note-air3-nav a {color: #b2b2b2 !important;} 
.onyx-note-air3c .onyx-note-air3-nav a:hover {color:#2b2b2b } 
.onyx-note-air3c .onyx-note-air3-nav a.active svg, .onyx-note-air3c .onyx-note-air3-nav a.active, .onyx-note-air3c .onyx-note-air3-nav a.active:hover {fill: #000 !important; color:#000 !important; } 

.onyx-note-air3c .onyx-note-air3-nav i { font-size: 1.6em;}
.onyx-note-air3c .onyx-note-air3-nav svg { height: 30px; width: auto; color: #b2b2b2 !important; fill: #b2b2b2 !important;}

.onyx-tab-ultra-c-pro .row {    margin-right: 0px !important; margin-left: 0px !important; }
.onyx-tab-ultra-c-pro h3 {color: #ffffff; }
.onyx-tab-ultra-c-pro .text-left { text-align: left; }
.onyx-tab-ultra-c-pro .box-screen { text-align: left; }
.onyx-tab-ultra-c-pro .position-absolute { position: absoliute; top:1%; text-align:center; }
.onyx-tab-ultra-c-pro .bg-black  { background-color: #0C0E10 !important; color: #fff; }
.onyx-tab-ultra-c-pro .h1  { font-size: 4rem; color: #b3b3b3; }
.onyx-tab-ultra-c-pro .margin-bsr  { margin-top:-25%;}
.onyx-tab-ultra-c-pro .bg-grey  { background-color: #D9D9D9 !important; }
.onyx-tab-ultra-c-pro.bg-grey h3 {color: #3f3d3d !important; }
.onyx-tab-ultra-c-pro .pogo-pin  { margin-top: -7%}
.onyx-tab-ultra-c-pro .box-text-pogo-pin1  { position: absolute; right: -24%; top: 25.4%; font-size: 20px; color: #0f0f0f; line-height: 1.5; display: flex; gap: 10px; }
.onyx-tab-ultra-c-pro .box-text-pogo-pin1 .item-line { display: flex;  justify-content: center; flex-direction: column; align-items: center; }
.onyx-tab-ultra-c-pro .box-text-pogo-pin1 .item-line::after { width: 17vw; content: " "; height: 1px; background: #848484; display: block; transition: all .2s ease-in-out;}

.onyx-tab-ultra-c-pro .box-text-pogo-pin2  { position: absolute; left: 43%; bottom: -8%; font-size: 20px; color: #0f0f0f; line-height: 1.5; display: flex; gap: 10px; flex-direction: column;}
.onyx-tab-ultra-c-pro .box-text-pogo-pin2 .item-line { display: flex;  justify-content: center; flex-direction: column; align-items: center; }
.onyx-tab-ultra-c-pro .box-text-pogo-pin2 .item-line::after { width: 1px; content: " "; height: 7vw; background: #848484; display: block; transition: all .2s ease-in-out;}
.onyx-tab-ultra-c-pro .mtop-50 { margin-top: 100px; }
.onyx-tab-ultra-c-pro .box-trackpad { padding:4px; width:100%; text-align: center !important; margin-top:10px}
.onyx-tab-ultra-c-pro .box-trackpad p { line-height: 1.5; text-align: center !important; padding: 15px 10px; margin:0px; font-size:16px !important; }
.onyx-tab-ultra-c-pro .text-like-pc { position: absolute; top:10%; right:50px; width:30% }
.onyx-tab-ultra-c-pro .box-thin > h3 { font-size: 300px; color: #b3b3b3;  }
.onyx-tab-ultra-c-pro .box-thin span { font-size: 80px; }
.onyx-tab-ultra-c-pro .bg-movies { background-color: #775D4A !important; color: #f8f8f8;  } 
.onyx-tab-ultra-c-pro .bg-movies p { padding: 15px 0; } 
.spec-ultra-c-pro .col-12.col-lg-6 { padding: 0px !important; } 
.spec-ultra-c-pro .box-col-1 { padding: 0 10px; margin-bottom: 18px; } 
.spec-ultra-c-pro .box-col-1-top {
    width: 100%;
    height: 531px;
    text-align: center;
    margin-bottom: 18px;
    background: #191919;
    border-radius: 10px;
    position: relative;
}
.spec-ultra-c-pro .box-col-1-top>img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.spec-ultra-c-pro .box-col-1-bottom { display: flex;  height: 298px; margin-top: } 
.spec-ultra-c-pro .box-col-1-bottom .item1 {width: 54%;  padding: 0 10px;}
.spec-ultra-c-pro .box-col-1-bottom .item3 {width: 46%; padding: 0 10px;}
.spec-ultra-c-pro .bg-3 {height: 100%; width: 100%;    display: flex;    justify-content: center;    align-items: center;    background: #161616;    border-radius: 10px;    font-size: 20px;    line-height: 1.2;    text-align: center !important;    font-weight: 700; font-size: 30px!important;  } 
.spec-ultra-c-pro .item3-info {background-color: #000; color: #272727; display: flex; flex-direction: column; justify-content: space-between;}

.spec-ultra-c-pro .item3-info_t { height: 100%; background: #62768A; border-radius: 10px; width: 100%; color: #fff; display: flex; flex-direction: column; justify-content: center; margin-bottom:10px;}
.spec-ultra-c-pro .item3-info_t p {font-size: 20px !important; margin: 0px !important; text-align: center !important; }
.spec-ultra-c-pro .item3-info_b { width: 100%; height: 151px; background: #191919; border-radius: 10px; color: #fff; display: flex; flex-direction: column; justify-content: center;}
.spec-ultra-c-pro .item3-info_b p {font-size: 20px !important; margin: 0px !important; text-align: center !important;  }
.box8 p {margin: 0px !important; text-align: center !important;}
.box8 .box8-c-r .box8-c-r-list1 { display: flex; height: 254px;}
.box8 .box8-c-r .box8-c-r-list1 .item1 { width: 25%; padding: 0 10px;}
.box8 .box8-c-r .box8-c-r-list1 .item1 p {    font-size: 18px !important;}
.box8 .box8-c-r .box8-c-r-list1 .item1 p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2A333A !important;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 600;
    color: #fff!important;
    line-height: 1.2;
	flex-direction: column;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 {
    width: 25%;
    padding: 0 10px;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #775D4A;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.2;
    flex-direction: column;
    text-align: center;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p1 {
    font-size: 26px;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p2 {
    color: #7f7f7f;
}
.box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .hr {
    height: 1px;
    width: 80%;
    background-color: #fff;
    margin: 20px 0;
}
.box8 .box8-c-r .box8-c-r-list1 .item3 {
    width: 50%;
    padding: 0 10px;
}
.box8 .box8-c-r .box8-c-r-list1 .item3 p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191919;
    border-radius: 10px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
}
.box8 .box8-c-r .box8-c-r-list1 .item3 p {
    font-size: 32px !important;
	text-align: left !important;
}
.box8 .box8-c-r .box8-c-r-list1 .item3 p.de {
    font-size: 22px !important;
	text-align: left !important;
}
.box8 .box8-c-r .box8-c-r-list2 {
    display: flex;
    height: 254px;
    margin: 20px 0;
}
.box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item {
    width: 25%;
    padding: 0 10px;
}

.box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191919;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
}
.box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p.de { font-size:0.8rem}
.box8 .box8-c-r .box8-c-r-list2 .b480g p {
    padding-top: 20px;
    align-items: revert;
    background: url(../../upload_files/tab_ultra_c_pro/icon9-bg.webp) center center no-repeat!important;
}
.box8 .box8-c-r .box8-c-r-list3 {
    display: flex;
    height: 298px;
}
.box8 .box8-c-r .box8-c-r-list3 .item1 {
    width: 75%;
    padding: 0 10px;
}
.box8 .box8-c-r .box8-c-r-list3 .item1 p {
	text-align: left !important;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 50%;
    padding-top: 10%;
}
.box8 .box8-c-r .box8-c-r-list3 .three-fold-Case p {
    background: url(../../upload_files/tab_ultra_c_pro/icon10-bg.webp) left center no-repeat;  background-size: cover !important;
}
.item3-info_t, .item3-info_b, .box8 .box8-c-r .box8-c-r-list3 .item1 p { font-size: 25px; }
.box8 .box8-c-r .box8-c-r-list3 .three-fold-Case p span { font-size: 14px; }
.box8 .box8-c-r .box8-c-r-list3 .item2 { width: 25%; padding: 0 10px; }
.box8 .box8-c-r .box8-c-r-list3 .item2 p {
    font-weight: 700;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #161616;
    border-radius: 10px;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
}
.box8 .box8-c-r .box8-c-r-list3 .item2 p { font-size: 18px;}
.box8 .box8-c-b {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.box8 .box8-c-b .item-1 {
    font-size: 30px;
    line-height: 1.2;
    padding: 0 10px;
}
.box8 .box8-c-b .box8-c-b_item:nth-child(1) {
    width: 32.5%;
    color: #fff; 
}
.box8 .box8-c-b .box8-c-b_item {
    height: 200px;
}
.box8 .box8-c-b .item-1 p {
    padding-left: 6%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 10px;
}
.box8-c-b .tf-card-slot p {
    background: url(../../upload_files/tab_ultra_c_pro/icon11-bg.webp) left center no-repeat;
}
.box8 .box8-c-b .box8-c-b_item:nth-child(2) {
    width: 17.5%;
    color: #fff;
}
.box8 .box8-c-b .item-2 {
    font-size: 35px;
    line-height: 1.2;
    padding: 0 10px;
}
.box8 .box8-c-b .item-2 {
    font-size: 20px;
}

.box8 .box8-c-b .item-2 p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7C93A5;
    color: #191919;
    border-radius: 10px;
    font-weight: 600;
}

.box8 .box8-c-b .item-3 {
    font-size: 40px;
    line-height: 1.2;
    padding: 0 10px;
}
.box8 .box8-c-b .box8-c-b_item:nth-child(3) {
    width: 20.4%;
    color: #fff;
}
.box8 .box8-c-b .item-3 .item-3-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.box8 .box8-c-b .box8-c-b_item {
    height: 200px;
}

.item-3 .item-3-img img {
    object-fit: cover;
    width: 100%; 
    height: 100% !important;
}
.box8 .box8-c-b .item-3 .item-3-img p {
    position: absolute;
    top: 18%;
    right: 10%; 
    font-size: 25px !important;
    color: #191919;
    font-weight: 600;
}
.box8 .box8-c-b .box8-c-b_item:nth-child(4) {
    width: 29.6%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.box8 .box8-c-b .item-4 .img-info {
    background: #191919;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 10px;
    justify-content: center;
}
.item-4 .img-info img {
    object-fit: contain;
    width: 80%;
}

.onyx-go-color7 .position-absolute { position: absoliute; top:30%;}
.onyx-go-color7.bg-grey { background-color: #dcdcde !important; }
.onyx-go-color7.bg-grey img, .onyx-go-color7.bg-litegrey img { display: initial; }
.onyx-go-color7.bg-litegrey { background-color: #e6e9eb !important; }
.onyx-go-color7.bg-grey2 { background-color: #f8f8f8 !important; }
.onyx-go-color7.bg-grey3 { background-color: #d2d7d9 !important; }
.onyx-go-color7.bg-grey4 { background: linear-gradient(0deg,#ffffff,#c7ced1) !important; }

.onyx-go-10 .box1-content-text { position: absoliute; top:30%;} 
.onyx-go-10.bg-grey { background: linear-gradient(#eff3f6,#fff) !important; }
.onyx-go-10.bg-grey2 { background-color: #eff3f6 !important; }
.onyx-go-10.bg-grey3 { background-color: #e6e6e6 !important; }
.onyx-go-10 #carousel1 .carousel-item {
    min-height: auto;
}

.onyx-go-10 .bg-movie {
    width: 100%;
    height: 100vh;
    position: relative;
}
.onyx-go-10 .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .6; z-index: 1; }
.onyx-go-10 #box2-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.onyx-go-10 .box2-content-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.onyx-go-10 .box2-content-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
} 
.onyx-go-10 .box2-content-text .text-div div {
        font-size: 36px;
        margin-bottom: 20px;
    }
img.inline-block {display: inline-block;} 
.go-6 .box1-content-text { position: absoliute; top:30%; left:10%;}     
.go-6.bg-grey { background-color: #ececec !important; }
.go-6.bg-litegrey { background-color: #f8f8f8 !important; }
.go-6.bg-grey2 { background-color: #f8f8f8 !important; }
.go-6.bg-grey3 { background-color: #d2d7d9 !important; }
.go-6.bg-grey4 { background: linear-gradient(0deg,#ebebeb,#c7ced1) !important; }
.go-6 .box1-content-text { position: absolute !important; top:30%;} 
.go-6 h3.list {font-size: 2em;}
    
.onyx-note-air4c .position-absolute { position: absoliute; top:1%; text-align:center; }
.onyx-note-air4c .bg-brown { background-color: #ccc0b4 !important; }  
.onyx-note-air4c.bg-brown2 { background-color: #cbbeb5 !important; } 
.onyx-note-air4c.bg-brown3 { background-color: #c9bfb6 !important; } 
.onyx-note-air4c.bg-lightbrown { background-color: #e4e0d7 !important; }
.onyx-note-air4c.bg-lightbrown2 { background-color: #f4f2ee !important; }
.onyx-note-air4c.bg-lightbrown3 { background-color: #e5e1d8 !important; }
.onyx-note-air4c.bg-darkbrown { background-color: #9a8a7b !important; }
.onyx-note-air4c.bg-darkbrown2 { background-color: #726054 !important; }
.onyx-note-air4c .banner-bottom { width:80%; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
    

.onyx-note-air4c .right-t{position: relative;border-radius: 15px;overflow: hidden;cursor: pointer;}
.onyx-note-air4c .right-t img{transition: all 0.3s;}
.onyx-note-air4c .right-t:hover img{transform: scale(1.1);}
.onyx-note-air4c .right-t img{position: absolute; top: 0; left: 0; opacity: 0;transition: all 0.3s;}
.onyx-note-air4c .right-t img.active{position: relative; top: 0; left: 0;opacity: 1;}
        
.onyx-note-air4c .right-b{display: flex;justify-content: flex-end; align-items: flex-end;gap: 40px;margin-top: 20px;}
.onyx-note-air4c .right-b>div{cursor: pointer;}
.onyx-note-air4c .right-b svg{width: 58px; height: auto; fill: #9f938a; transition: all 0.3s;}
.onyx-note-air4c .right-b .active svg{fill: #2e2e2e;}

 #carousel4 .carousel-item { min-height:450px !important; z-index:2}
    
.box3{background: #E6E1D6; padding-bottom: 120px;}
.box3-info h2{text-align: center;color: #2E2E2E; margin-bottom: 63px;}
.box3-div .item1 .s2.right.box-pc{display: flex;}
.box3-div .item1 .s2.right.box-m{display: none;}
.box3-div{display: flex;gap: 12px;}
.box3-div .item1{flex: auto; display: flex; flex-direction: column; gap: 12px;}
.box3-div .item1 .left{width: 54.55%; flex-shrink: 0;}
.box3-div .item1 .right{flex: auto; }
.box3-div .item1>div{display: flex; gap: 12px;}
.box3-div .item1 .s1{cursor: pointer; position: relative; border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s1.left span{position: absolute;z-index: 1; left: 8.8888%;top: 17.2413%;max-width: 80%;font-size: 26px;color: #2E2E2E;font-weight: 600;line-height: 1.1;}
.box3-div .item1 .s1.left span.de, .box3-div .item1 .s2.left span.de { font-size: 22px; }
.box3-div .item1 .s1.left img{transition: all 0.3s;}
.box3-div .item1 .s1.left:hover img{transform: scale(1.1);}
.box3-div .item1 .s1.right{display: flex; flex-direction: column; justify-content: center; padding: 0 45px; background: linear-gradient(45deg, #B19485, #AB8876); border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s1.right p{text-wrap: balance;margin-bottom: 73px;font-size: 26px;font-weight: 600;color: #F8F8F8;line-height: 1.2;}
.box3-div .item1 .s1.right>div{display: flex; align-items: center;} 
.box3-div .item1 .s1.right>div img{width: 76px;margin-right: 30px;}
.box3-div .item1 .s1.right>div span{font-weight: 600;font-size: 28px;color: #F8F8F8;line-height: 1;}

.box3-div .item1 .s2{cursor: pointer; position: relative; border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s2.left span{position: absolute;z-index: 1;left: 8.8888%;top: 17.2413%;font-size: 26px;color: #2E2E2E;font-weight: 600;line-height: 1;}
.box3-div .item1 .s2.left img{transition: all 0.3s;}
.box3-div .item1 .s2.left:hover img{transform: scale(1.1);}
.box3-div .item1 .s2.right{display: flex; gap: 12px;}
.box3-div .item1 .s2.right>div{flex: 1;border-radius: 30px;overflow: hidden;}
.box3-div .item1 .s2.right>div:nth-child(1){display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(45deg, #B55C3B, #AB4F2C);}
.box3-div .item1 .s2.right>div:nth-child(2){display: flex; flex-direction: column; justify-content: center; align-items: center; background: #5F473D;}
.box3-div .item1 .s2.right>div:nth-child(1) img{width: 65px;}
.box3-div .item1 .s2.right>div:nth-child(2) img{width: 54px;}
.box3-div .item1 .s2.right>div p{margin-top: 24px; color: #F8F8F8; text-align: center;}
.box3-div .item1 .s2.right>div p .t1{font-size: 50px;font-weight: 600;line-height: 1;}
.box3-div .item1 .s2.right>div p .t2{font-size: 24px;line-height: 1;}

.box3-div .item1 .s3{cursor: pointer;}
.box3-div .item1 .s3.left{background: #2E2E2E; border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s3.left img{transition: all 0.3s;}
.box3-div .item1 .s3.left:hover img{transform: scale(1.1);}
.box3-div .item1 .s3.right{display: flex; flex-direction: column; justify-content: center; align-items: center; background: #F3F2EE; border-radius: 30px; overflow: hidden;}
.box3-div .item1 .s3.right .t1{font-size: 30px;font-weight: 600;color: #2E2E2E;line-height: 1;margin-bottom: 18px;}
.box3-div .item1 .s3.right .t2{display: flex; align-items: flex-end;gap: 14px;}
.box3-div .item1 .s3.right .t2 img{width: 73px;position: relative;top: -7px;}
.box3-div .item1 .s3.right .t2 span{font-size: 50px;font-weight: 600;color: #2E2E2E;line-height: 1;}

.box3-div .item2 .box-m {display: none;}
.box3-div .item2 {flex: 24.65%;flex-shrink: 0;display: flex; flex-direction: column; justify-content: space-between;}
.box3-div .item2 .s1{cursor: pointer; position: relative;border-radius: 30px; overflow: hidden;}
.box3-div .item2 .s1 img{transition: all 0.3s;}
.box3-div .item2 .s1:nth-child(1):hover img{transform: scale(1.1);}
.box3-div .item2 .s2{transition: all 0.3s;cursor: pointer; position: relative;border-radius: 30px; overflow: hidden;} 
.box3-div .item2 .s2 img{transition: all 0.3s;}
.box3-div .item2 .s2:nth-child(1):hover img{transform: scale(1.1);}
.box3-div .item2 .s2 .t-box{position: absolute;z-index: 1;left: 12.5%;top: 8%;line-height: 1.3;}
.box3-div .item2 .s2 .t-box .t1{font-size: 20px;color: #E2E2E4;}
.box3-div .item2 .s2 .t-box .t2{color: #E2E2E4;font-size: 26px;font-weight: 600;}
.icon1{display: flex;gap: 15px;margin-top: 40px;}
.icon1>div{width: 120px; height: 50px; border-radius: 5px; border: 1px solid #000; display: flex; justify-content: center; align-items: center;gap: 10px;}
.icon1>div img{width: auto;border-radius: 0;}

.onyx-palma2 .position-absolute { position: absoliute; top:1%; text-align:center; }
.onyx-palma2.bg-grey { background: linear-gradient(0deg,#e7e7e7,#d9d8d5); }  
.onyx-palma2.bg-grey2 { background: #f3f4f4; }  
.onyx-palma2.bg-grey3 { background: #d9d8d5; }  
.onyx-palma2.bg-grey4 { background: #b8b4b1; }  
.onyx-palma2 .text-bold { font-weight: 600; }  
.onyx-palma2 .text-wrap { text-wrap: balance; }  
.onyx-palma2 .font-size-110 { font-size: 1.1em !important; }  
.onyx-palma2 .button-palma .nav-item { width:25%; margin-top:20px; }  
.onyx-palma2 .button-palma .nav-item a { color: #696969; font-weight: 400; background-color: inherit;  }  
.onyx-palma2 .button-palma .nav-item a.active { color: #2e2e2e !important; box-shadow: 0 2px 0 0 #ce643d; border-radius: 0px; }  
.onyx-palma2 .content-palma > div { padding:20px 50px;  }  
.onyx-palma2 .content-palma > div p {  text-align:center !important; }  
.onyx-palma2 .img-center img {  display: inline-block !important; }  
.onyx-palma2 .bg-paralax1 { background: url(../../upload_files/palma2/onyx-boox-palma2-paralax1.webp); background-size: cover; background-position-x: center }  
.onyx-palma2 .box-mobility-top  {    display: flex;
    flex-direction: column;
    gap: 55px;
    position: relative;
    bottom: -55px;}
.onyx-palma2 .box-mobility-top  {display: flex; flex-direction: row;
        gap: 26px;
        bottom: -28px;
        padding-left: 40px;}
.onyx-palma2 .box-mobility-top .t1 {font-weight: 600; color: #ce643d; font-size: 36px !important; } 
.onyx-palma2 .box-mobility  {position: relative;}
.onyx-palma2 .box-mobility img  {position: relative;}
.onyx-palma2 .box-mobility:before {
    content: " ";
    border-radius: 30px;
    width: 100%;
    height: 77%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #e9e9e9, #cecdc9);
}
.onyx-palma2 .bg-grey-round {border-radius: 15px; background-color: #f3f4f4; padding: 40px 20px; margin:20px; width:100%; flex:auto; } 

.onyx-palma2 .item h3{font-weight: 600;font-size: 40px;color: #272727; line-height: 1;margin-bottom: 20px;}
.onyx-palma2 .item p{font-weight: 500;}
.onyx-palma2 .item-ul-icon{display: flex;gap: 60px;margin-bottom: 27px; padding: 0; margin: 0; list-style: none;}
.onyx-palma2 .item-ul-icon li{cursor: pointer;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.onyx-palma2 .item-ul-icon li span{font-weight: 600;font-size: 18px;color: #A3A2A0;margin-top: 19px;}
.onyx-palma2 .item-ul-icon li.active span{color: #272727;} 
.onyx-palma2 .item-ul-icon li svg{width: 46px;height: 46px;stroke: unset; fill: #D9D8D5; transition: all 0.3s;}
.onyx-palma2 .item-ul-icon li svg .st1{fill: #a3a2a0; transition: all 0.3s;}
.onyx-palma2 .item-ul-icon li.active svg{transform: scale(1.1); fill: #2C2E2E;}
.onyx-palma2 .item-ul-icon li.active svg .st1.box4-st1{fill: #2C2E2E;}
.onyx-palma2 .item-ul-icon li.active svg .st1.box4-st2{fill: #CE643D;}
.onyx-palma2 .item-ul-icon li.active svg .st1.box4-st3{fill: #ffffff;}
.onyx-palma2 .item-ul-text {padding: 0; margin: 20px 0 0 0; list-style: none; position: relative; font-size: 1.1em !important; }
.onyx-palma2 .item-ul-text li {
    background: #d9d8d5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.onyx-palma2 .item-ul-text li.active {
    opacity: 1;
}

.onyx-palma2 .ul-image img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;}
.onyx-palma2 .ul-image img.active {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}
.onyx-palma2 .ul-icon{display: flex;gap: 45px;margin-top: 42px;}
.onyx-palma2 .ul-icon li{cursor: pointer;display: flex;flex-direction: column;align-items: center;gap: 6px;}
.onyx-palma2 .ul-icon li.active::after{content: ' '; display: block; width: 10px; height: 10px;background: #2E2E2E; border-radius: 50%;}
.onyx-palma2 .ul-icon li span{font-size: 16px;font-weight: 600;color: #a3a2a0;transition: all 0.3s;}
.onyx-palma2 .ul-icon li.active span{color: #272727;}

.onyx-palma2 .ul-icon svg{width: 34px; height: 34px; stroke: unset;}
.onyx-palma2 .ul-icon svg .cls-no{fill: none;}
.onyx-palma2 .ul-icon svg .cls-1 {fill: #979795;transition: all 0.3s;}
.onyx-palma2 .ul-icon svg .cls-2{fill: #979795;transition: all 0.3s;}
.onyx-palma2 .ul-icon li:nth-child(1) svg .cls-2{fill: none;}
.onyx-palma2 .ul-icon svg .cls-3 {color: #979795;fill: #D9D8D5;transition: all 0.3s;}
.onyx-palma2 .ul-icon li.active .cls-1 {fill: #2E2E2E;}
.onyx-palma2 .ul-icon li.active .cls-2{fill: #CE643D;}
.onyx-palma2 .ul-icon li.active:nth-child(1) svg .cls-2{fill: #CE643D;}
.onyx-palma2 .ul-icon li.active .cls-3 {color: #CE643D;fill: #CE643D;}
.onyx-palma2 .li-box .li-item {position:relative; margin-bottom:20px}
.onyx-palma2 .li-box .li-item .text {position:absolute; bottom:0px; right:25px; left:25px; text-align:right !important; }
.onyx-palma2 .li-box .li-item .text h3 {font-size: 20px; }
.onyx-palma2 .li-box .li-item .text p {font-size: 16px !important;  text-align:right !important; }



.box-waves {position: relative;}
.box-waves img{position: relative;}
.box-waves .text {font-weight: 600;font-size: 22px;color: #272727;line-height: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 8px;}
.box-waves .text img{max-width: 42px;} 
.box-waves .t1{position: absolute; top: 36%;left: 2%;}
.box-waves .t2{position: absolute; top: 62%;left: 8%;}
.box-waves .t3{position: absolute; top: 36%; right: 2%;}
.box-waves .t4{position: absolute; top: 62%; right: 8%;}
.box-waves .text{font-size: 22px;}
.box-waves .text img {max-width: 42px !important;}

.listen-waveWrapper {
  position: absolute;
  width: 720px;
  height: 720px;
  top: 50%;left: 50%; transform: translate(-50%,-50%)
}
.listen-waveWrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 1.04167vw solid #cdcbc9;
  -webkit-transform-origin: 50% 45%;
          transform-origin: 50% 45%;
}
.listen-waveWrapper > div.wave1 {
  -webkit-animation: cwave 6s ease-out infinite 0;
          animation: cwave 6s ease-out infinite 0;
}
.listen-waveWrapper > div.wave2 {
  -webkit-animation: cwave 6s ease-out infinite 0.9s;
          animation: cwave 6s ease-out infinite 0.9s;
}
.listen-waveWrapper > div.wave3 {
  -webkit-animation: cwave 6s ease-out infinite 1.8s;
          animation: cwave 6s ease-out infinite 1.8s;
}
.listen-waveWrapper > div.wave4 {
  -webkit-animation: cwave 6s ease-out infinite 2.7s;
          animation: cwave 6s ease-out infinite 2.7s;
}
.listen-waveWrapper > div.wave5 {
  -webkit-animation: cwave 6s ease-out infinite 3.6s;
          animation: cwave 6s ease-out infinite 3.6s;
}
.listen-waveWrapper > div.wave6 {
  -webkit-animation: cwave 6s ease-out infinite 4.5s;
          animation: cwave 6s ease-out infinite 4.5s;
}
.listen-waveWrapper > div.wave7 {
  -webkit-animation: cwave 6s ease-out infinite 5.4s;
          animation: cwave 6s ease-out infinite 5.4s;
}
.listen-waveWrapper > div.wave8 {
  -webkit-animation: cwave 6s ease-out infinite 6.1s;
          animation: cwave 6s ease-out infinite 6.1s;
}
@-webkit-keyframes cwave {
  from {
    opacity: 1;
    border-width: 4.16667vw;
    -webkit-transform: scale(0) scaleY(0.5);
            transform: scale(0) scaleY(0.5);
  }
  to {
    opacity: 0.1;
    border-width: 0.05208vw;
    -webkit-transform: scale(1) scaleY(1);
            transform: scale(1) scaleY(1);
  }
}

@keyframes cwave {
  from {
    opacity: 1;
    border-width: 4.16667vw;
    -webkit-transform: scale(0) scaleY(0.5);
            transform: scale(0) scaleY(0.5);
  }
  to {
    opacity: 0.1;
    border-width: 0.05208vw;
    -webkit-transform: scale(1) scaleY(1);
            transform: scale(1) scaleY(1);
  }
}
.box11{padding-top: 120px;padding-bottom: 110px;background: #B8B4B1;}
.box11-info{text-align: center;}
.box11-info h2{margin-bottom: 55px;}
.box11-div{display: flex;gap: 25px;}
.box11-div img{border-radius: 30px;}
.box11-div .left{flex: 69%;display: flex; flex-direction: column;justify-content: space-between;}
.box11-div .left .l-bottom{display: flex;gap: 25px;}
.box11-div .left .l-bottom .item2{ display: flex;flex-direction: column;justify-content: space-between;}
.box11-div .right{flex: 29%;display: block;}
.box11-div .left .l-bottom .item1 .img-m{display: none;}

.note-max  {background-color: #f7f6f4 !important; }    
.note-max .box1-content-text { position: absolute; top:30%;}
.note-max.bg-brown { background-color: #d4c8bc !important; }  
.note-max.bg-brown2 { background-color: #ece7e2 !important; }  
.note-max.bg-brown3 { background-color: #d2c7bd !important; }  
.note-max.bg-lightgrey { background-color: #f7f6f4 !important; }  
.note-max.bg-brown4 { background-color: #c79279 !important; }  
.note-max.bg-brown5 { background-color: #d1c8bd !important; }  
.note-max .explore1 { top: 11%; left: 58.5%; width: 30%; }  
.note-max .explore2 { bottom: 10%; left: 5.5%; width: 40%; }  
.note-max .explore1 p, .note-max .explore2 p {text-align: left !important; }
.note-max .review-icons img { margin-right:30px; display:inline-block; }
.note-max .border-radius video { border: 1px solid #000000; border-radius: 30px;}
.note-max #carousel2 .carousel-caption { padding-bottom: 0px;}
.note-max #carousel2 .carousel-indicators {bottom: -45px;}
.note-max #carousel2 .carousel-indicators {bottom: -45px;}
.note-max #carousel2.arrow-white .carousel-control-prev svg, .note-max #carousel2.arrow-white .carousel-control-next svg { fill: #fff;} 

.note-max .item-text {position: absolute; z-index:0; top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;display: flex;
  align-items: center;
} 
.note-max .item-text .text {opacity: 0; transition: all .5s; }
.note-max .item-text .text.is {opacity: 1;}
.note-max .item-text .text1 {max-width: 370px; margin-left: 7%;}
.note-max .item-text .text1 h3 {font-size:2em}
.note-max .item-text .text2 {max-width: 690px; padding-top: 32px; margin-inline: auto; text-align: center;}
.note-max .box-grey { background: #eeece9; box-shadow: 6px 7px 9px #0000001a; border-radius: 20px;}
.note-max .splide-gallery .splide__pagination { bottom:-25px !important;} 
.note-max .splide-gallery .splide__pagination__page {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
	border-radius:0px
    }
.note-max .splide-gallery .splide__pagination__page.is-active { transform: inherit;}    

.go-7 .bg-gradient1 img { display: inline !important;}
.go-7 img { display: inline-block !important;}
.go-7 .bg-gradient1 { background: linear-gradient(180deg,#9fb3be,#f4f5f5);}
.go-7.bg-grey { background-color: #f4f5f5 !important;}
.go-7.bg-grey2 { background-color: #dde1e4 !important; } 
.go-7.bg-grey3 { background-color: #c4ced7 !important; }
.go-7.bg-inksense { background-color: #c4ced7 !important; background: url(../upload_files/go7/inksense-stylus-bg-czytio.webp) center center no-repeat; background-size: auto ;}
.go-7.bg-grey4 { background: #aebac1 !important; }
.go-7 .radius-30 { border-radius: 30px; }
.go-7 .onyx-page-nav > a { font-size: 0.8em !important; border-bottom:0px; color: #b1b1b1; padding: .5rem 0;}
.go-7 .onyx-page-nav > a svg { fill: currentColor;}
.go-7 .onyx-page-nav > a.active { color: #ce643d !important;}
.go-7 .text-svg { width: 25px; height: 25px; display:inline-block; margin-right:15px;}
.go-7 .splide__pagination{ bottom: -1.5em;}
    
.tab-x-c .bg-banner {background-color: #160602; color: #fff;} 
.tab-x-c.bg-grey {background-color: #d7d7d7;} 
.tab-x-c.bg-grey1a {background: linear-gradient(180deg,#d7d7d7,#ffffff);} 
.tab-x-c.bg-grey2 {background-color: #c2c1be;} 
.tab-x-c.bg-black {background-color: #2e231e; color: #fff; } 
.tab-x-c.bg-black2 {background-color: #201a15; color: #fff; } 
.tab-x-c.bg-black2 h3 {font-size: 2em !important; } 
.tab-x-c.bg-black2 #box6-video {max-width:900px;} 
.tab-x-c.bg-black2 .margin-top-100 {margin-top:-150px; margin-bottom:5rem} 
.tab-x-c.bg-black .mask {  width: 100%;  height: 100%;  position: absolute;  top: 0;  left: 0;  z-index: 1;  background: linear-gradient(to left,#201a15,#201a1500 50%);}
.tab-x-c .box2-content { width: 100%; height: 100vh; position: relative; }
.tab-x-c .box2-content .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .4; z-index: 1; }
#box2-video {  width: 100%;  height: 100%;  object-fit: cover;  position: absolute;  top: 0;  left: 0;}
.tab-x-c .box2-content-text { margin-top: 190px; color: #fff;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: flex;  flex-direction: column;  align-items: center;  z-index: 2; }
.tab-x-c .button-palma .nav-link { border-radius: 0rem !important; }  
.tab-x-c .button-palma .nav-item { width:25%; margin-top:20px; font-size: .86em; background-color: inherit; border-radius: 0rem !important; }  
.tab-x-c .button-palma .nav-item a { color: #696969; font-weight: 400; box-shadow: 0 2px 0 0 #9f9f9f; background-color: inherit; }  
.tab-x-c .button-palma .nav-item a.active { color: #2e2e2e !important; box-shadow: 0 3px 0 0 #ce643d; margin-top:-1px}  
.tab-x-c .padding-15 { padding-left: 15%; padding-right: 15%;}  
.tab-x-c .onyx-page-nav > a h3, .tab-x-c .onyx-page-nav > a:hover h3 { font-size: 1.1em; color: #919191;}  
.tab-x-c .onyx-page-nav > a.active { font-size: 1.15em; border-bottom: 0px solid #2b2b2b;}  
.tab-x-c .onyx-page-nav > a.active h3 {  color: #2b2b2b; }  
.box3-parameters {display: flex;gap: 22px;justify-content: center;}
.box3-parameters .box-l{display: flex;flex-direction: column;gap: 22px; max-width: 868px;}
.box3-parameters .box-l .item1{cursor: pointer; position: relative; height: 322px;background: #C1BFB9;border-radius: 30px; overflow: hidden;}
.box3-parameters .box-l .item1 .text{color: #F8F8F8;display: flex;flex-direction: column; justify-content: center; width: 100%; height: 100%;padding: 0 80px;}
.box3-parameters .box-l .item1 .text .t1{font-weight: 600;font-size: 34px;line-height: 1.3;max-width: 268px;margin-bottom: 36px;  text-align:left !important;}
.box3-parameters .box-l .item1 .text .t2{font-weight: 500;font-size: 24px;line-height: 1;  text-align:left !important;}
.box3-parameters .box-l .item1 div{position: absolute;  top: 0; left: 0;}
.box3-parameters .box-l .item1 img{object-fit: cover; width: 100%;height: 100%;}
.box3-parameters .box-l .item2{cursor: pointer; height: 192px;display: flex;gap: 22px;border-radius: 30px; overflow: hidden;}
.box3-parameters .box-l .item2 .c1{background: #C1BFB9;max-width: 369px;width: 100%;border-radius: 30px; overflow: hidden;}
.box3-parameters .box-l .item2 .c1 img{width: 100%;height: 100%;object-fit: cover;}
.box3-parameters .box-l .item2 .c2{background: #C1BFB9;max-width: 227px;width: 100%;height: 100%;border-radius: 30px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.box3-parameters .box-l .item2 .c3{background: #C1BFB9;max-width: 227px;width: 100%;height: 100%;border-radius: 30px; overflow: hidden;display: flex; flex-direction: column; justify-content: center; align-items: center;}
.box3-parameters .box-l .item2 .icon {max-width: 47px;margin-bottom: 12px;}
.box3-parameters .box-l .item2 .t1{font-size: 40px;color: #272727;font-weight: 600;line-height: 1;margin-bottom: 10px;}
.box3-parameters .box-l .item2 .t2{font-size: 24px;color: #272727;font-weight: 500;line-height: 1;}
.box3-parameters .box-l .item3{cursor: pointer; padding: 0 60px; height: 200px;background: #C1BFB9;border-radius: 30px; overflow: hidden;display: flex;justify-content: center;align-items: center;gap: 60px;}
.box3-parameters .box-l .item3 img{max-width: 105px;}
.box3-parameters .box-l .item3 span{font-size: 34px;color: #272727;font-weight: 600;line-height: 1.4;}
.box3-parameters .box-r{display: flex;flex-direction: column;gap: inherit;max-width: 550px;}
.box3-parameters .box-r .icon{max-width: 60px;}
.box3-parameters .box-r .t1{max-width: 338px;font-size: 34px;color: #272727;font-weight: 600;line-height: 1.4;}
.box3-parameters .box-r .item1{height: 176px;background: #C1BFB9;border-radius: 30px; overflow: hidden;display: flex;justify-content: center;align-items: center;gap:30px;padding:0 20px;}
.box3-parameters .box-r .item2{cursor: pointer; height: 176px;background: #C1BFB9;border-radius: 30px; overflow: hidden;display: flex;justify-content: center;align-items: center;gap:30px;padding:0 20px;}
.box3-parameters .box-r .item3{cursor: pointer; position: relative; height: 363px;background: #000;border-radius: 30px; overflow: hidden;}
.box3-parameters .box-r .item3 img{object-fit: cover; width: 100%;height: 100%;}
.box3-parameters .box-r .item3 span{position: absolute;  top: 50px; left: 50px;color: #F8F8F8;font-size: 28px;font-weight: 600;line-height: 1.4;max-width: 300px;}
.box3-parameters .box-r .box-r-t{display: flex;flex-direction: column;gap: 22px;}
    
@media (max-width: 1920px) {
  .box3-info h2{margin-bottom: 50px;}
  .box3-parameters{gap: 15px;}
  .box3-parameters .box-l{gap: 15px;max-width: 758px;}
  .box3-parameters .box-l .item1{height: 254px;}
  .box3-parameters .box-l .item1 .text{padding: 0 60px;}
  .box3-parameters .box-l .item1 .text .t1{font-size: 32px;}
  .box3-parameters .box-l .item1 .text .t2{font-size: 18px;}
  .box3-parameters .box-l .item2{height: 192px;gap: 15px;}
  .box3-parameters .box-l .item2 .t1{font-size: 38px;}
  .box3-parameters .box-l .item2 .t2{font-size: 18px;}
  .box3-parameters .box-l .item2 .c1{max-width: 328px;}
  .box3-parameters .box-l .item2 .c2{max-width: 201px;}
  .box3-parameters .box-l .item2 .c3{max-width: 201px;}
  .box3-parameters .box-l .item3{height: 196px;padding: 0 40px;gap: 40px;}
  .box3-parameters .box-l .item3 span{font-size: 31px;}
  .box3-parameters .box-r{gap: 15px; max-width: 447px;}
  .box3-parameters .box-r .t1{font-size: 30px; max-width: 300px;}
  .box3-parameters .box-r .item1{height: 176px;gap: 22px;}
  .box3-parameters .box-r .item2{height: 176px;gap: 22px;}
  .box3-parameters .box-r .item3{height: 290px;}
  .box3-parameters .box-r .item3 span{font-size: 24px; top: 30px;left: 38px;}
  .box3-parameters .box-r .item3 img {margin-top: 50px;}
  .box3-parameters .box-r .box-r-t{gap: 15px;}
.box3{padding-top: 40px; padding-bottom: 80px;}
  .box3-info h2{margin-bottom: 42px;}
  .box3-div{gap: 10px;}
  .box3-div .item1{gap: 10px;}
  .box3-div .item1>div{gap: 10px;}
  .box3-div .item1 .s1.left{border-radius: 15px;}
  .box3-div .item1 .s1.left span{font-size: 24px; top: 14%;}
  .box3-div .item1 .s1.right{border-radius: 15px;}
  .box3-div .item1 .s1.right p{font-size: 28px;margin-bottom: 60px;}
  .box3-div .item1 .s1.right>div span{font-size: 26px;}
  .box3-div .item1 .s1.right>div img{width: 51px;margin-right: 18px;}
  .box3-div .item1 .s2.left span{font-size: 24px;}
  .box3-div .item1 .s2.left{border-radius: 15px;}
  .box3-div .item1 .s2.right{border-radius: 15px;}
  .box3-div .item1 .s2.right>div{border-radius: 15px;}
  .box3-div .item1 .s2.right>div p{margin-top: 18px;}
  .box3-div .item1 .s2.right>div p .t1{font-size: 36px;}
  .box3-div .item1 .s2.right>div p .t2{font-size: 20px;}
  .box3-div .item1 .s2.right>div:nth-child(1) img{width: 45px;}
  .box3-div .item1 .s2.right>div:nth-child(2) img{width: 41px;}
  
  .box3-div .item1 .s3.left{border-radius: 15px;}
  .box3-div .item1 .s3.right{border-radius: 15px;}
  .box3-div .item1 .s3.right .t1{font-size: 24px;}
  .box3-div .item1 .s3.right .t2 span{font-size: 43px;}
  .box3-div .item1 .s3.right .t2 img{width: 63px;}
  .box3-div .item2 .s1{border-radius: 15px;}
  .box3-div .item2 .s2{border-radius: 15px;}
  .box3-div .item2 .s2 .t-box .t1{font-size: 20px;}
  .box3-div .item2 .s2 .t-box .t2{font-size: 28px;}
}

@media (max-width: 1199.98px) {
	.onyx-tab-ultra-c-pro .box-text-pogo-pin1  { top: 25%; right:-16% }
	.onyx-tab-ultra-c-pro .box-text-pogo-pin2  { bottom: -7%;  }
.box3-parameters .box-l .item1 .text .t1 {font-size: 16px;}
  .box3-parameters .box-l .item1 .text .t2{ font-size: 14px; }
  .box3-parameters .box-l .item2 .t1{font-size: 25px;}
  .box3-parameters .box-l .item2 .t2{font-size: 12px;}
  .box3-parameters .box-l .item3 span{font-size: 16px;}
  .box3-parameters .box-r .t1{font-size: 16px;}
  .box3-parameters .box-r .item3 span{font-size: 16px;}
  .box3-parameters .box-l .item2 .c1{flex-shrink: 0;}
}
@media (max-width: 1100px) {
	.tab-x-c .bg-black2 #box6-video {max-width:100%;}	
	.onyx-tab-ultra-c-pro .box-text-pogo-pin2  { bottom: -10%;  }
	.note-max .explore2 { bottom:7%} 
}


@media (max-width: 991.98px) {
	.tab-x-c .button-palma .nav-item a {font-size: 1.1rem;}
	.tab-x-c .button-palma .nav-link { padding: 0.5rem;}
	.onyx-go-color7 .position-absolute { position: absoliute; top:1%; text-align:center !important;}
	.onyx-go-10 .box1-content-text { position: absoliute; top:6%; left:auto; right:auto; text-align: center !important;}
	.tab-ultra-c-margin-minus {margin-top: -170px;}
	.android-box .tab-ultra-c-margin-top, .android-box .tab-ultra-c-margin-bottom {margin-top: 20px  !important; }
	.tab-x-position .position-absolute.size-medium {position: relative !important;}
	.box6-conten-r li {
	    min-height: 70px;
	    margin-bottom: 10px;
	    flex-direction: row;
	}
	.box6-conten-r li img {
	    width: 40px;
	    margin-bottom: 0;
	    margin-right: 18px;
	}
	.box6-conten-r li span {
	    font-size: 20px;
	}
	.tab-mini-c .box-content-text h3.mb-4 { font-size: 2.2em; margin-bottom:0rem; }
	
	.onyx-tab-ultra-c-pro .pogo-pin  { margin-top: 10%}
	.onyx-tab-ultra-c-pro .box-text-pogo-pin1  { position: absolute; left: 50%; top: -7%; right: 50%; font-size: 20px; flex-direction: column-reverse; align-items: center; }
	.onyx-tab-ultra-c-pro .box-text-pogo-pin2  { bottom: -8%;  }
	.onyx-tab-ultra-c-pro .box-text-pogo-pin1 .item-line::after { width: 1px; height: 21vw; }
	.onyx-tab-ultra-c-pro .mtop-50 { margin-top: 20px; }
	.onyx-tab-ultra-c-pro .box-like-pc img { margin-top:20%}
	.onyx-tab-ultra-c-pro .text-like-pc { right:20px; width:40% }

	.spec-ultra-c-pro .box-col-1-top {height: 600px;}
	#carousel4 .carousel-item { min-height:350px !important;}
	.note-max .explore1 { font-size: 0.7em; top: 15%;} 
	.note-max .explore2 {font-size: 0.7em; left: 6%; bottom:4.5% }	
.box3{padding: 70px 0;}
  .box3-info h2{margin-bottom: 22px;}
  .box3-parameters{flex-direction: column;gap: 12px;}
  .box3-parameters .box-l{gap: 12px;}
  .box3-parameters .box-l .item1{border-radius: 22.5px;height: auto;}
  .box3-parameters .box-l .item1 .text{padding: 0 35px; margin-top: 45px;justify-content: flex-start;}
  .box3-parameters .box-l .item1 .text .t1{font-size: 16px;margin-bottom: 16px;}
  .box3-parameters .box-l .item1 .text .t2{font-size: 14px;}
  .box3-parameters .box-l .item2{gap: 12px;}
  .box3-parameters .box-l .item2 .icon{max-width: 35px;}
  .box3-parameters .box-l .item2 .c1{border-radius: 22.5px;}
  .box3-parameters .box-l .item2 .c2{flex: 1; border-radius: 22.5px;padding: 30px 0;}
  .box3-parameters .box-l .item2 .c3{flex: 1; border-radius: 22.5px;padding: 30px 0;}
  .box3-parameters .box-l .item2 .t1{font-size: 25px;}
  .box3-parameters .box-l .item2 .t2{font-size: 12px;}
  .box3-parameters .box-l .item3{gap: 22px;height: 111px;border-radius: 22.5px;}
  .box3-parameters .box-l .item3 img{max-width: 60px;}
  .box3-parameters .box-l .item3 span{font-size: 16px;}
  .box3-parameters .box-r{flex-direction: row;max-width: 100%;gap: 12px;}
  .box3-parameters .box-r>div{flex: 1;}
  .box3-parameters .box-r .t1{font-size: 16px;max-width: 190px;}
  .box3-parameters .box-r .icon{max-width: 45px;}
  .box3-parameters .box-r .box-r-t{gap: 12px;}
  .box3-parameters .box-r .item1{height: 111px;gap: 36px;border-radius: 22.5px;}
  .box3-parameters .box-r .item2{height: 111px;gap: 36px;border-radius: 22.5px;}
  .box3-parameters .box-r .item3{border-radius: 22.5px;height: auto;}
  .box3-parameters .box-r .item3 span{font-size: 16px;top: 50px;left: 33px;max-width: 165px;}
}
@media (max-width: 767.98px) {
	.tab-x-c .button-palma .nav-item a {font-size: 0.9rem;}
	.tab-x-c .button-palma .nav-link { padding: 0.5rem;}
	.tab-ultra-c-margin-minus {margin-top: -100px;}
	.tab-ultra-c-margin-minus-text {margin-top: -200px !important;}
	.tab-mini-c .box1-content-text { position: absoliute; top:3%; left:auto; right:auto}
	.go-6 .box1-content-text { position: absolute; top:3%; left:auto; right:auto;} 
	.note-max .box1-content-text { position: absolute; top:3%; left:auto; right:auto; text-align: center !important; color: #fff;}	
	.tab-mini-c .box-content-text h3.mb-4 { font-size: 1.9em; margin-bottom:0rem !important; }
	.tab-mini-c .box-content-text h3:last-child {  padding-bottom:0rem !important; }
	.tab-mini-c-margin-minus { margin-top: -90px;}
	.onyx-tab .onyx-boox-minut-spec { margin-top: 0px !important;}
	.onyx-tab .onyx-page-minus-translator { margin-top: 0px !important;}
	.onyx-tab .box1-content-text { position: absoliute; top:3%; left:auto; right:auto}
	.onyx-note-air3c .tab-content .col-md-6 { padding-right: 0px; padding-left: 0px; } 
	.onyx-note-air3c .onyx-note-air3c-nav { position: absolute; top:25%; right:10px; z-index:1; -ms-flex-direction: column !important; flex-direction: column !important; }
	.onyx-note-air3c .onyx-note-air3c-nav svg { height: 30px; width: auto;}
	.onyx-note-air3c .icon { width:40px !important; max-width: inherit !important; }
	.onyx-note-air3c .col-md-12.mt-3.d-flex.flex-row { padding-right: 0px; padding-left: 0px;}
	.new-content .onyx-note-air3c #carousel1 .carousel-item, .onyx-note-air3c #carousel2 .carousel-item, .new-content .onyx-note-air3c #carousel3 .carousel-item {min-height: 100px;}
	.onyx-note-air3c .accordion .card-body ul { padding: 0 1rem; }
	.onyx-note-air3c .accordion .card-header .btn-link { padding: 0.375rem 0rem; font-size:1.2rem}
	
	.onyx-tab-ultra-c-pro .margin-bsr.first-bsr{ margin-top: -15%; z-index:100; position:relative;  }
	.onyx-tab-ultra-c-pro .margin-bsr  { margin-top: 5%; }
	.onyx-tab-ultra-c-pro .h1  { font-size: 2.5rem; }
	.onyx-tab-ultra-c-pro .box-like-pc img { margin-top:50%}
	.onyx-tab-ultra-c-pro .text-like-pc h3 { font-size: 1.7em; }
	.onyx-tab-ultra-c-pro .text-like-pc p { font-size:1.2em}
	.onyx-tab-ultra-c-pro .text-like-pc  { right:20px; width:90%; font-size:0.9rem !important; }
	.onyx-tab-ultra-c-pro .box-thin > h3 { font-size: 150px; color: #b3b3b3;  }
	.onyx-tab-ultra-c-pro .box-thin span { font-size: 50px; }
	.spec-ultra-c-pro .box-col-1-top {height: 640px;}
	.spec-ultra-c-pro .box-col-1-bottom { height: 250px;}
	.spec-ultra-c-pro .item3-info { font-size: 14px !important; gap: 10px; }	
	.spec-ultra-c-pro .item3-info_t {height: 100%; padding: 10px; }
	.spec-ultra-c-pro .item3-info_t p, .spec-ultra-c-pro .item3-info_b p {font-size: 18px !important;}
	.spec-ultra-c-pro .item3-info_b { height: 100%; padding: 10px; } 
	.box8 .box8-c-r .box8-c-r-list1, .box8 .box8-c-r .box8-c-r-list2 { height: 150px; }
	.box8 .box8-c-r .box8-c-r-list1 .item1 p, .box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p1, .box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p2, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .item3-info_t-font, .item3-info_t, .item3-info_b, .box8-c-r-list3 .item1 p, .box8 .box8-c-r .box8-c-r-list3 .item2 p { font-size: 16px !important; }
	.box8 .box8-c-r .box8-c-r-list1 .item2, .box8 .box8-c-b .item-3 { padding: 0 5px; }
	.box8 .box8-c-r .box8-c-r-list1 .item3 p { font-size: 20px !important; }
	.box8 .box8-c-r .box8-c-r-list2 .b480g p { background-size: cover!important; }
	.box8 .box8-c-r .box8-c-r-list3 .item1 p { padding-left: 45%; padding-top: 4%; }
	.box8 .box8-c-r .box8-c-r-list3 {  height: 150px; }
	.box8 .box8-c-r .box8-c-r-list3 .item1 p { padding-left: 45%; padding-top: 4%; }
	.box8 .box8-c-r .box8-c-r-list3 .three-fold-Case p {
	    background: url(../../upload_files/tab_ultra_c_pro/icon10-bg.webp) left center;  background-size: cover !important; 
	}
	.box8 .box8-c-b { padding: 10px!important; margin-top: 0; flex-wrap: wrap;	}
	.box8 .box8-c-b .box8-c-b_item:nth-child(1) {
	    width: 57.5%;
	    margin-bottom: 20px;
	}
	.box8 .box8-c-b .item-1 p {
	    justify-content: start;
	    padding-right: 0;
	}
	.box8-c-b .tf-card-slot p { background-size: cover;}
	.box8 .box8-c-b .item-2, .box8 .box8-c-b .item-1 { font-size: 16px; }
	.box8 .box8-c-b .box8-c-b_item {
	    height: 100px;
	    padding: 0 5px;
	}
	.box8 .box8-c-b .box8-c-b_item:nth-child(2) {
	    width: 42.5%;
	    margin-bottom: 20px;
	}
	.box8 .box8-c-b .box8-c-b_item:nth-child(3) {
	    width: 45.4%;
	}
	.box8-c-b_item .item-3-img img {
	    width: 100%;
	}
	.box8 .box8-c-b .box8-c-b_item {
	    height: 100px;
	    padding: 0 5px;
	}
	.box8 .box8-c-b .box8-c-b_item:nth-child(4) {
	    width: 54.6%;
	}
	.box8 .box8-c-b .box8-c-b_item {
	    height: 100px;
	    padding: 0 5px;
	}
	.onyx-tab-ultra-c-pro .box-screen { display: flex; flex-wrap: wrap; }
	.onyx-tab-ultra-c-pro .box-screen p { flex: 0 0 50%; max-width: 50%; }
.box3{padding-top: 35px;padding-bottom: 35px;}
  .box3-info h2{margin-bottom: 26px;}
  .box3-div .item1 .s2.right.box-pc{display: none;}
  .box3-div .item1 .s2.right.box-m{display: flex; flex-direction: column; border-radius: 15px; overflow: hidden; gap: 10px; background: linear-gradient(45deg, #B55C3B, #AB4F2C);}
  .box3-div{flex-direction: column;}
  .box3-div .item1 .s1.left span{font-size: 14px;max-width: 120px;line-height: 1.3;}
  .box3-div .item1 .s1.right{padding: 0 18px;justify-content: space-evenly;}
  .box3-div .item1 .s1.right p{font-size: 14px;margin-bottom: 0px;}
  .box3-div .item1 .s1.right>div img{margin-right: 0;width: 42px;margin-bottom: 10px;}
  .box3-div .item1 .s1.right>div{flex-direction: column;}
  .box3-div .item1 .s1.right>div span{font-size: 18px;}
  .box3-div .item1 .s2.left span{font-size: 14px;max-width: 120px;line-height: 1.3;}
  
  .box3-div .item1 .div2 .left{width: 68%;}
  .box3-div .item1 .div2 .right{width: 32%; gap: 0px;}
  .box3-div .item1 .s2.right>div{border-radius: 0;}
  .box3-div .item1 .s2.right>div p{margin-top: 6px;}
  .box3-div .item1 .s2.right>div p .t1{font-size: 18px;}
  .box3-div .item1 .s2.right>div:nth-child(1){background: none;justify-content: flex-end;}
  .box3-div .item1 .s2.right>div:nth-child(1) img{width: 18px; position: relative;top: -2px;}
  .box3-div .item1 .s2.right>div:nth-child(1) span{width: 12px;color: #f8f8f8;}
  .box3-div .item1 .s2.right>div:nth-child(2){background: none;justify-content: flex-start;}
  .box3-div .item1 .s2.right>div:nth-child(2) img{width: 15px; position: relative;top: -2px;}
  .box3-div .item1 .s2.right>div:nth-child(2) span{width: 12px;color: #f8f8f8;}
  .box3-div .item1 .div3{display: none;}
  
  .box3-div .item2 .box-m{display: block;margin-top: 10px;}
  .box3-div .item2{flex-direction: row-reverse;gap: 10px; flex: 1;}
  .box3-div .item2 .s1{width: 45%; border-radius: 0px;}
  .box3-div .item2 .s1>div{border-radius: 15px; overflow: hidden;}
  .box3-div .item2 .s2{width: 54.55%; border-radius: 0px;display: flex;flex-direction: column;}
  .box3-div .item2 .s2>div{border-radius: 15px; overflow: hidden;}
  .box3-div .item2 .s2>div:nth-child(1){flex-shrink: 0;}
  .box3-div .item2 .s2 .t-box .t1{font-size: 12px;}
  .box3-div .item2 .s2 .t-box .t2{font-size: 14px;}
  .box3-div .item2 .s2 .box-m {background: #F3F2EE; display: flex; flex-direction: column; justify-content: center;align-items: center; height: 100%;}
  .box3-div .item2 .s2 .box-m .t1{font-size: 12px;font-weight: 600;color: #272727;margin-bottom: 7px;}
  .box3-div .item2 .s2 .box-m .t2{font-size: 18px;font-weight: 600;color: #272727;}
  .box3-div .item2 .s2 .box-m .t2 img{width: 32px;margin-right: 10px;position: relative; top: -4px;}
  .box3-div .item2 .s2 .box-m .t2 span{width: 32px;line-height: 1;}
 #carousel4 .carousel-item { min-height:300px !important;}
	
	.onyx-palma2 .bg-paralax1 { background: url(../../upload_files/palma2/lifestyle/onyx-boox-palma2-paralax1-mini.webp); background-size: cover; background-position: top center; padding-bottom:100px; }	
	.onyx-palma2 .bg-paralax1 div {  padding-bottom:350px; }	
	.onyx-palma2 .button-palma .nav-item a { font-size: 15px !important; }  
	 .box11{padding-top: 45px; padding-bottom: 45px;}
  .box11-info h2{margin-bottom: 25px;}
  .box11-div{flex-direction: column;}
  .box11-div img{border-radius: 15px;}
  .box11-div .right{display: none;}
  .box11-div .left{flex: 1; gap: 12px;}
  .box11-div .left .l-bottom{flex-direction: column;gap: 12px;}
  .box11-div .left .l-bottom .item1{display: flex;gap: 12px;}
  .box11-div .left .l-bottom .item1 .img-m{display: block;}
  .box11-div .left .l-bottom .item2{display: flex; gap: 12px;}
	.note-max .explore1 { font-size: 0.7em; top: 15%; width:40%; } 
	.note-max .explore2 {font-size: 0.7em; left: 7.5%; bottom:0%; width:40%; } 
	.note-max .item-text {position: relative;} 
	.note-max #carousel1 .row {background-color:#ece7e2; border-radius: 30px;}	
.box3-parameters .box-l .item2{flex-wrap: wrap;height: auto;}
  .box3-parameters .box-l .item2 .c1{max-width: 100%;}
  .box3-parameters .box-r{flex-direction: column-reverse;}
}
@media (max-width: 600px) {
	#carousel4 .carousel-item { min-height:250px !important;}
	.spec-ultra-c-pro .box-col-1-top {height: 340px;}
	.box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item {width: 50%;}
	.box8 .box8-c-b .item-2, .box8 .box8-c-b .item-1 { font-size: 16px; }
	.box8 .box8-c-r .box8-c-r-list1 .item1 p, .box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p1, .box8 .box8-c-r .box8-c-r-list1 .item2 .item2-info .p2, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .box8 .box8-c-r .box8-c-r-list2 .box8-c-r-list2_item p, .item3-info_t-font, .item3-info_t, .item3-info_b, .box8-c-r-list3 .item1 p, .box8 .box8-c-r .box8-c-r-list3 .item2 p { font-size: 14px !important; }
}
.onyx-palma  { background-color: #F8F8F8;}
.bg-palma-gray {  background: url('../../upload_files/palma/onyx-boox-palma-pocketable-design.webp?1') center center no-repeat; background-size: cover;  max-width: 100% !important;}
.bg-palma-gray .box  { height: 1000px;}

.bg-palma-gray .box  { height: 1200px;}

.onyx-palma .palma-navigation, .onyx-palma .palma-navigation-h  { position:relative; }
.onyx-palma .palma-navigation img {   max-width: 80% !important; }
.onyx-palma .palma-navigation .nav-text { position: absolute;}
.onyx-palma .palma-navigation .info-text1 { top: 36%; left: 2%; text-align: left !important;}
.onyx-palma .palma-navigation .text-hr1 { position: absolute; top: 39%; left: 14%; background: #636363; height: 1px;width:10%; }
.onyx-palma .palma-navigation .info-text2 { top: 29%; right: 2%; text-align: right !important;}
.onyx-palma .palma-navigation .text-hr2 { position: absolute; top: 30%; right: 11%; background: #636363; height: 1px; width:5%; }
.onyx-palma .palma-navigation .info-text3 { top: 39%; right: 2%; text-align: right !important;}
.onyx-palma .palma-navigation .text-hr3 { position: absolute; top: 40%; right: 11%; background: #636363; height: 1px; width:7%; }

.onyx-palma .palma-navigation-h img {   max-width: 80% !important; margin-top:70px; margin-bottom: 40px;}
.onyx-palma .palma-navigation-h .nav-text { position: absolute;}
.onyx-palma .palma-navigation-h .info-text1 { top: 0%; left: 18%; text-align: left !important;}
.onyx-palma .palma-navigation-h .text-hr1 { position: absolute; top: 7%; left: 28%; background: #636363; width: 1px; height:13%; }
.onyx-palma .palma-navigation-h .info-text2 { top: 29%; right: 3%; text-align: right !important;}
.onyx-palma .palma-navigation-h .text-hr2 { position: absolute; top: 33%; right: 16%; background: #636363; width: 1px; height:27%; }
.onyx-palma .palma-navigation-h .info-text3 { bottom: 0%; right: 2%; text-align: left !important;}
.onyx-palma .palma-navigation-h .text-hr3 { position: absolute; bottom: 10%; right: 19%; background: #636363; width: 1px; height:22%; }

.onyx-palma .box1-content-text { position: absoliute; top:30%; left:20%;}
.onyx-palma.bg-black { background-color:#000; color:#fff;}
.onyx-palma.bg-palma-grey { background-color:#CDCDCD; color:#000;}
.onyx-palma.bg-palma-darkgrey  { background-color: #E7E7E7;}

.onyx-palma .param1 { display: flex; gap: 16px; clear:both; width:100%; }
.onyx-palma .param1_col1 {width: 44%; display: flex; flex-direction: column;  gap: 16px;}
.onyx-palma .param1_col2 {width: 28%; display: flex; flex-direction: column;  gap: 16px;}
.onyx-palma .param1_col3 { height: 646px; background: #1A1A1A; border: 1px solid #262626; border-radius: 15px; display: flex; align-items: flex-end; overflow: hidden; }
.onyx-palma .param1_item1 { width: 100%; height: 345px; background: #fff; border: 1px solid #262626; border-radius: 15px; overflow: hidden; position: relative; display: flex; align-items: flex-end; 
justify-content: flex-end; }
.onyx-palma .param1_item1_text { position: absolute; top: 50%; left: 0; padding: 20px; transform: translateY(-50%); text-align:left !important; }
.onyx-palma .param1_item1 img { }

.onyx-palma .param1_item1 .text1 { font-size: 26px; margin-bottom: 10px; color: #1a1a1a; }
.onyx-palma .param1_item1 .text2 { font-size: 36px; font-weight: 600; line-height: 1.1; color: #1a1a1a; }
.onyx-palma .param1_item2 { background: #fff; border: 1px solid #262626; border-radius: 15px; overflow: hidden; height: 285px; display: flex; align-items: flex-end; position: relative;}
    
.onyx-palma .param1_item2_text { position: absolute; top: 0; left: 0; color: #1a1a1a; padding: 12px 20px; text-align:left !important;}
.onyx-palma .param1_item2 .text1 { font-size: 22px; margin-bottom: 10px; color: #1a1a1a; }
.onyx-palma .param1_item2 .text2 { font-size: 30px; font-weight: 600; line-height: 1.1; color: #1a1a1a; }

.onyx-palma .param1_item3 { height: 239px; background: #1A1A1A; border: 1px solid #262626; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.param1_item3 .param-icon { display: flex; align-items: center; gap: 15px;}
.param1_item3 .param-icon img { width: 46px; height: 46px;}
.param1_item3 .param-icon-text { font-size: 62px; font-weight: 600; color: #fff; line-height: 1.2;}
.onyx-palma .param1_item3_text { font-size: 35px; font-weight: 600; color: #fff; line-height: 1.2;}

.onyx-palma .param1_item4 {	height: 391px; background: #1A1A1A; border: 1px solid #262626; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 48px; 
text-align:left !important;}
.param1_item4 .box1:nth-child(1) { padding-right: 38px;}
.param1_item4 .box1 { max-width: 178px; }
.param1_item4 .box1 .param-icon, .param1_item4 .box2 .param-icon { display: flex; align-items: flex-end; gap: 14px;}
.param1_item4 .box1 .param-icon img, .param1_item4 .box2 .param-icon img  { width: 46px; height: 46px;}
.param1_item4 .box1 .param-icon-text, .param1_item4 .box2 .param-icon-text { font-size: 30px;  font-weight: 300; color: #e6e6e6; line-height: 1.1;}

.onyx-palma .param1_item4_text { font-size: 55px; font-weight: 600; color: #fff; line-height: 1.2;}
.onyx-palma .param1_item5 { height: 658px;    background: #1A1A1A;    border: 1px solid #262626;    border-radius: 15px;    display: flex;    align-items: flex-end;    overflow: hidden;	position:relative;}
.onyx-palma .param1_item5_text { text-align:left !important; position: absolute; top: 0; left: 0; width: 100%; padding: 30px 40px; font-size: 30px; font-weight: 500; color: #fff; line-height: 1.1; }
.onyx-palma .param1_item5 img {    height: 100%; object-fit: cover;}

.onyx-palma .param5_item1 .text1 { font-size: 26px; margin-bottom: 10px; color: #1a1a1a; }

.onyx-palma .param2 { display: flex; gap: 16px; margin-top: 16px; }
.param2 .param2_item { 	position:relative;flex: 1;  border: 1px solid #262626; border-radius: 15px; overflow: hidden; background: #1A1A1A; display: flex; justify-content: center; align-items: center; max-height: 260px;}
.param2 .param2_item img { height: auto; }

.param2 .param2_item .param2_item2 {  position: absolute; top: 0; left: 0; font-size: 22px; font-weight: 500; color: #fff; line-height: 1.1;  width: 100%; padding: 25px 30px; text-align:left !important;}
.param2_skip1 img {max-width: 80% !important;}
.param2_skip2 img, .param2_skip3 img {  width: 100%;    height: 100% !important;    object-fit: cover;}
.param2 .param2_item .param2_item3 { position: absolute; bottom: 0;right: 0; font-weight: 500; color: #1a1a1a; line-height: 1.1; font-size: 22px; padding: 18px; text-align:left !important;}
 .palma-padding-100 {padding-top:100px;}
@media (max-width: 991.98px) {	
	.bg-palma-gray .box  { height: 150vh;}
	.onyx-palma .box1-content-text { position: absolute; top:10%; left:10%;}
	.onyx-palma .palma-navigation img { width: 65% !important; }
	.onyx-palma .palma-navigation .text-hr1 { left: 16%; }
	.onyx-palma .palma-navigation .text-hr2 { top: 31%; right: 14%; width:5%; }
	.onyx-palma .palma-navigation .text-hr3 { top: 40%; right: 14.5%;  width:7%; }
	.param1_col3, .param2 { display: none !important;}
	.onyx-palma .param1_col1 {width: 60%; display: flex; flex-direction: column;  gap: 7px;}
	.onyx-palma .param1_col2 {width: 40%; display: flex; flex-direction: column;  gap: 7px;}
	
}
@media (max-width: 767.98px) {	
	.bg-palma-gray {  background: url('../../upload_files/palma/onyx-boox-palma-pocketable-design-mini.webp?1') center center no-repeat; background-size: cover;  max-width: 100% !important;}
	.bg-palma-gray .box  { height: 800px;}
	.onyx-palma .box1-content-text { position: absoliute; top:3%; left:auto; right:auto;}	
	.onyx-palma .box1-content-text > * {text-align: center}
	
	.onyx-palma .param1_item1 { border-radius: 8px; height: 107px; }
	.onyx-palma .param1_item1_text { padding: 16px; font-size: 12px;}
	.onyx-palma .param1_item1_text .text1 { font-size: 12px;}
	.onyx-palma .param1_item1_text .text2 { font-size: 18px;}
	.onyx-palma .param1_item2 { border-radius: 8px; height: 100px; }
	.onyx-palma .param1_item2_text {     padding: 10px 8px;}
	.onyx-palma .param1_item2_text .text1 { font-size: 12px; font-weight: 500;}
	.onyx-palma .param1_item2_text .text2 { font-size: 12px;}
	
	.onyx-palma .param1_item3 { border-radius: 8px; height: 84px; }
	.param1_item3 .param-icon { gap: 5px;}
	.param1_item3 .param-icon img { width: 18px; height: 18px;}
	.param1_item3 .param-icon-text { font-size: 24px;}
	.onyx-palma .param1_item3_text { font-size: 14px;}
	
	.onyx-palma .param1_item4 { border-radius: 8px; height: 123px; gap: 7px;}
	.param1_item4 .box1:nth-child(1) { padding-right: 8px;}
	.param1_item4 .box1 .param-icon img, .param1_item4 .box2 .param-icon img  { width: 15px; height: 15px;}
	.param1_item4 .box1 .param-icon-text, .param1_item4 .box2 .param-icon-text { font-size: 12px; }
	.onyx-palma .param1_item4_text { font-size: 19px;}
	.palma-grey-absolute h3 { text-align: left !important; font-size:1.5rem;}
	.palma-grey-absolute h3.py-3 { padding-bottom:0rem !important;}
	.palma-grey-absolute p {  font-size:1rem !important;}
	.palma-grey-absolute .mt-5 {  margin-top:0px !important;}
	

}
/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999;border-radius:4px}.bootstrap-datetimepicker-widget .btn{padding:6px}.bootstrap-datetimepicker-widget:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}.bootstrap-datetimepicker-widget:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:100%;font-weight:bold;font-size:1.2em}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;width:20px;height:20px;border-radius:4px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:none;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:none;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:none;color:#999;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0 !important}